/* ====================banner=============================== */
.banner{ 
  background: 
  url(../png/industries_banner_top.png) no-repeat 50% 100px,
  url(../png/industries_banner_bottom.png) no-repeat 55% 95%,
  linear-gradient( 180deg, rgb(179,229,251) 0%, rgb(179,229,251) 11%, rgb(179,229,251) 39%, rgb(255,255,255) 100%), #0061b8; 
  padding: 185px 0 65px 0;
  position: relative;
  overflow-x: hidden;
}
.banner .section_text { text-align: center; padding-left: unset; margin-top: unset;}
.banner .section_text h1{margin-bottom: 0;}
.banner .section_text p {
  margin: auto;
  max-width: 37ch;
  font-size: 30px;
}
.banner .section_text p.section_p{
  font-size: 17px;
  max-width: 80ch;
}
.banner .section_text .btn_div {
  margin-top: 16px;
}

/* ====================crm_cards=============================== */
.crm_cards{
  overflow-x: hidden;
  padding-top: 40px;
}
.crm_cards .card_container{
  display: flex;
  flex-wrap: wrap;
  gap: 20px 40px;
  padding: 40px 110px;
}
.crm_cards .design_1 { top: 50px; left: -30px; }
.crm_cards .design_2 { top: 70px; right: -10px; }
.crm_cards .design_3 { top: 560px; left: -40px; }
.crm_cards .design_4 { top: 35%; right: -40px; }
.crm_cards .design_7 { bottom: 290px; left: -40px; }
.crm_cards .design_9 { bottom: 26%; right: -40px; }
.crm_cards .card_1{
  box-shadow: 0px 8px 16.74px 1.26px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  padding: 26px 16px;
  width: 478px;
  text-align: left;
  align-items: flex-start;
}

.crm_cards .card_1:hover {
  box-shadow: 0px 3px 25px 2px #00000025;
}
.crm_cards .img_div_1{
  height: 96px;
  margin-bottom: 12px;
  position: relative;
  align-items: flex-start;
}
.crm_cards .card_1 h2 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.80px;
  margin-bottom: 1em;
  color: var(--text_grey);
}
.crm_cards .card_1 p {
  max-width: 37ch;
  font-size: 16px;
  line-height: 1.5;
}
.crm_cards .card_1 p a{
  font-weight: 700;
  color: var(--text_blue);
}

/* ====================download_app=============================== */

.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: 100%; }
.e_book .design_4{ top: 230px; left: 47%; }
.e_book .cloudshope_qr_code{margin-left: 14px;}
.cloudshope_smartphone_app {
    position: absolute;
    left: 70%;
    transform: translateX(-50%);
    top: -80px;
}


/* ====================media_queries=============================== */
@media only screen and (max-width:1025px){
.banner .section_text p { font-size: 24px; }
.banner .section_text p.section_p { font-size: 16px; }
.crm_cards .card_1 { padding: 26px; }
.crm_cards .card_1 h2 { font-size: 20px; max-width: unset;}
.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:767px){
.banner { padding: 120px 0 30px 0; }
.banner .section_text p { font-size: 18px; }
.banner .section_text p.section_p { font-size: 14px; letter-spacing: 0; }
.e_book .section_img { flex-direction: column-reverse; }
.e_book .section_img img{margin: unset;}
.e_book .cloudshope_qr_code { width: 150px; }
.e_book .app_div { margin-bottom: 0px; }
.e_book .app_div img{ margin-right: 0px; margin-bottom: 8px;}
.crm_cards .card_container { padding: 40px 0; gap: 40px 30px; }
.crm_cards .card_1 { padding: 16px 8px;}
.crm_cards .card_1 h2 { height: 1em; font-size: 18px;}
.crm_cards .card_1 { width: 300px; text-align: center; align-items: center; }
.crm_cards .card_container{ justify-content: center; padding-top: 0; }
.crm_cards .img_div_1 { height: 76px; }
}
