.card_1 p {
  font-size: 15px;
}

/* ====================nav_scroll_spy=============================== */
.nav_scroll_spy {
  background-color: #0061b8;
}
.nav_scroll_spy a.nav-link {
  color: #fff;
}
.nav_scroll_spy .nav-pills .nav-link.active,
.nav_scroll_spy .nav-pills .nav-link:hover,
.nav_scroll_spy .nav-pills .show > .nav-link {
  color: #000;
  background-color: var(--light_green);
}
.nav_scroll_spy .navbar-brand,
.nav_scroll_spy .fa-chevron-down:before {
  color: #fff;
}

/* ====================banner=============================== */
.banner {
  background-image: linear-gradient(
    180deg,
    rgb(40, 119, 226) 0%,
    rgb(109, 188, 224) 100%
  );
  padding: 180px 0 0px 0;
}
.banner .section_text h1,
.banner .section_text p {
  color: #fff;
}
.banner .section_text h1 {
  margin-bottom: 0;
}
.banner .section_img {
  justify-content: center;
  margin-top: 0px;
}
.banner .section_text {
  text-align: center;
  padding-left: unset;
  margin-top: unset;
}
.banner .section_text p {
  margin: auto;
  max-width: 80%;
}

.banner .design_1 {
  top: 0px;
  left: 320px;
}
.banner .design_2 {
  top: 50px;
  right: 60px;
}
.banner .design_3 {
  top: 156px;
  left: 0;
}
.banner .design_4 {
  top: 310px;
  right: 90px;
}

/* ====================how_it_works=============================== */
.what_is {
  padding: 23px;
}
.what_is .section_text {
  padding-top: 7px;
}
.what_is .section_p {
  max-width: 62ch;
}

/* ====================how_it_works=============================== */
.how_it_works {
  background: linear-gradient(
    325deg,
    rgba(40, 119, 226, 0.7) 0%,
    rgb(109, 188, 224, 0.7) 100%
  );
}
.how_it_works .card_container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px 40px;
  padding: 67px 80px;
}
.how_it_works {
  padding: 30px 12px;
}
.how_it_works .card_1 h4 {
  font-size: 23px;
  margin-top: 50px;
  margin-bottom: 16px;
}
.how_it_works .card_1 {
  border-radius: 10px;
  border: 2px dotted;
  text-align: left;
  align-items: flex-start;
  padding: 22px 32px;
}
.how_it_works .card_1:hover .img_div_abs {
  box-shadow: 0 0 10px 0 #00000019;
}
.how_it_works .card_1:hover {
  border-color: var(--light_green);
  box-shadow: 0 0 15px 0 #00000019;
}
.how_it_works .card_1 p {
  font-size: 16px;
  line-height: 25px;
  color: unset;
}
.how_it_works .img_div_abs {
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 14px 8.37px 0.63px rgba(0, 0, 0, 0.1);
  width: 114px;
  height: 114px;
}

/* ====================advantages=============================== */
.advantages {
  padding-top: 32px;
}
.advantages .card_1 p {
  max-width: 37ch;
}
.advantages .card_container {
  gap: 0px 20px;
}

/* ====================features=============================== */
.features {
  background-image: linear-gradient(
    180deg,
    rgb(210, 239, 253) 0%,
    rgb(255, 255, 255) 100%
  );
}
.call_center .card_container,
.features .card_container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.features .card_container {
  padding: 28px 10px;
}
.features .img_div_1 {
  justify-content: flex-start;
}
.features .card_1 .img_div_1 {
  flex: unset;
  height: 97px;
}
.features .card_1 {
  flex-direction: column;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0px 3px 26.97px 2.03px #00000019;
}
.features .card_1:hover {
  box-shadow: 0px 3px 26.97px 2.03px #00000025;
}
.features .card_1:hover .card_title h6 {
  color: var(--text_blue);
}
.features .card_title {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 8px;
}

/* ====================call_center=============================== */
.call_center {
  padding-top: 40px;
}
.call_center .bg_container {
  background: linear-gradient(
      315deg,
      rgba(129, 222, 118, 0.96) 0%,
      rgba(55, 165, 247, 0.96) 100%
    ),
    url(../png/auto_dialer_for_call_center_bg.png) no-repeat center / cover;
  padding: 20px 0;
  margin-top: 55px;
}
.call_center .card_container {
  padding: 12px 0;
}
.call_center .card_1:hover {
  border-radius: 20px;
}
.call_center .card_1:hover {
  box-shadow: 0 0 10px 2px #00000019;
}
.call_center .img_div_1 {
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0px 14px 8.37px 0.63px rgba(0, 0, 0, 0.1);
  width: 138px;
  height: 138px;
  margin-bottom: 20px;
}
.call_center .card_1 p {
  margin-bottom: 0;
}
.call_center .card_1 h6,
.call_center .card_1 p {
  color: #fff;
}

/* ====================Why_Cloudshope=============================== */
.why_cloudshope .card_1 {
  border: none;
}
.why_cloudshope .card_container {
  gap: 0 25px;
}
.why_cloudshope .card_container h6 {
  margin-top: unset;
  margin-bottom: 6px;
}
.why_cloudshope .img_div_1 {
  height: 113px;
}
.why_cloudshope {
  padding: 40px 12px;
}
.why_cloudshope .design_1 {
  top: 100px;
  left: -50px;
}
.why_cloudshope .design_2 {
  bottom: 0;
  left: 290px;
  transform: rotate(85deg);
}

/* ====================download_app=============================== */
.cloudshope_smartphone_app {
  position: absolute;
  left: 70%;
  transform: translateX(-50%);
  top: -80px;
}
.e_book .section_title_1 {
  margin-top: 22px;
}
.e_book .app_div {
  margin-bottom: 28px;
}
.e_book .app_div img {
  margin-right: 20px;
}
.e_book .section_img {
  justify-content: flex-start;
}
.e_book .section_img {
  margin-top: unset;
}
.e_book p {
  font-weight: 500;
}
.e_book .section_text p:nth-child(3) {
  font-weight: 700;
}
.e_book .design_3 {
  top: -30px;
  left: 104%;
}
.e_book .design_4 {
  top: 230px;
  left: 47%;
}
.e_book .cloudshope_qr_code {
  margin-left: 14px;
}

/* ====================instant_quote=============================== */
.instant_quote_section .price span {
  letter-spacing: 1.6px;
}
.instant_quote_section .price {
  padding: 0 20px;
}

/* ====================media_queries=============================== */

@media only screen and (max-width: 1375px) {
  .what_is .section_img img {
    width: 500px !important;
    margin-left: 90px !important;
  }
}

@media only screen and (max-width: 1025px) {
  .banner .design_1 {
    left: 0px;
    transform: scale(0.5);
  }
  .banner .design_2 {
    right: 0px;
  }
  .how_it_works {
    background: linear-gradient(
      145deg,
      rgba(40, 119, 226) 0%,
      rgb(109, 188, 224) 100%
    );
  }
  .how_it_works .card_container {
    grid-template-columns: 1fr;
  }
  .how_it_works .card_1 {
    text-align: center;
    align-items: center;
  }
  .advantages .card_1 p {
    max-width: 80%;
  }
  .advantages .card_container {
    padding: 50px 40px 40px;
  }
  .advantages .img_div_1 {
    margin-bottom: -10px;
  }
  .call_center .card_container,
  .features .card_container {
    grid-template-columns: 1fr;
    width: 80%;
    margin: auto;
  }
  .call_center .img_div_1 {
    width: 118px;
    height: 118px;
  }
  .features .card_title {
    margin-bottom: 0px;
  }
  .why_cloudshope {
    padding: 20px 22px;
  }
  .why_cloudshope .card_container {
    gap: 30px 8px;
  }
  .why_cloudshope .card_1 {
    padding: 24px 30px;
    align-items: center;
    text-align: center;
  }
  .why_cloudshope .design_2 {
    left: 190px;
  }
  .cloudshope_smartphone_app {
    position: static;
    transform: none;
  }
  .e_book .design_3 {
    left: 100%;
  }
  .e_book .section_img {
    justify-content: flex-end;
  }
}
@media only screen and (max-width: 990px) {
  .what_is .section_img img {
    margin-left: 0px !important;
  }
}

@media only screen and (max-width: 767px) {
  .banner {
    padding: 160px 0 0px 0;
  }
  .how_it_works .img_div_abs {
    width: 94px;
    height: 94px;
  }
  .how_it_works .card_container {
    padding: 67px 0px;
  }
  .how_it_works .card_1 p {
    font-size: 14px;
  }
  .how_it_works .card_1 {
    padding: 22px 12px;
  }
  .how_it_works .card_1 h4 {
    font-size: 20px;
    margin-bottom: 8px;
  }
  .advantages .card_container {
    padding: 20px 40px 40px;
  }
  .advantages .card_1 {
    margin-bottom: 12px;
  }
  .advantages .card_1 p {
    max-width: unset;
    font-size: 14px;
  }
  .features .card_container {
    padding: 8px 10px;
  }
  .features .card_title {
    flex-direction: column;
  }
  .features .card_1 p {
    font-size: 14px;
  }
  .call_center .card_container,
  .features .card_container {
    width: auto;
  }
  .call_center .img_div_1 {
    width: 108px;
    height: 108px;
  }
  .e_book .section_img {
    flex-direction: column-reverse;
  }
  .e_book .cloudshope_qr_code {
    margin-left: unset;
    margin: unset;
    width: 150px;
  }
  .why_cloudshope .section_text p {
    max-width: 90%;
    margin: auto;
  }
  .why_cloudshope .card_1 {
    padding: 14px 20px;
  }
}
