/* ====================banner=============================== */
.banner{ 
  background: linear-gradient( 135deg, rgba(40,119,226,.8) 0%, rgba(109,188,224,.8) 100%), url(../png/crm_main_banner_bg.png) no-repeat top center / cover, #0061b8; 
  padding: 185px 0 65px 0;
  position: relative;
}
.banner svg{
  position: absolute;
  left: 0;
  bottom: 0;
  fill: #fff;
  width: 200px;
}
.banner .section_text { text-align: center; padding-left: unset; margin-top: unset;}
.banner .section_text h1,.banner .section_text p { color: #fff; }
.banner .section_text h1{margin-bottom: 0;}
.banner .section_text p {
  margin: auto;
  max-width: 55ch;
  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;}
.crm_cards .card_container{
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 40px 40px;
  padding: 40px 60px;
}
.crm_cards .design_1 { top: 50px; left: -30px; }
.crm_cards .design_2 { top: 70px; right: -10px; }
.crm_cards .design_3 { top: 660px; left: -40px; }
.crm_cards .design_4 { top: 25%; right: -40px; }
.crm_cards .design_5 { bottom: 50%; left: -40px; }
.crm_cards .design_6 { bottom: 48%; right: -50px; }
.crm_cards .design_7 { bottom: 290px; left: -40px; }
.crm_cards .design_8 { bottom: 200px; right: -50px; }
.crm_cards .design_9 { bottom: 26%; right: -40px; }
.crm_cards .design_10 { bottom: 32%; left: -40px; }
.crm_cards .card_1{
  box-shadow: 0px 8px 16px 0px rgba(71, 71, 71, 0.08);
  border-radius: 0px;
  padding: 36px;
}
.crm_cards .card_1 .btn_div{
  margin-top: auto;
}
.crm_cards .card_1:hover {
  box-shadow: 0px 3px 25px 2px #00000025;
}
.crm_cards .img_div_1{
  height: 237px;
  margin-bottom: 8px;
  position: relative;
  align-items: flex-start;
}
.crm_cards .card_1 h2{
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.74px;
  height: 2em;
  max-width: 19ch;
}
.crm_cards .card_1 p{
  max-width: unset;
  font-size: 14px;
  line-height: 1.7;
}

/* ====================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; }
.crm_cards .card_container{ grid-template-columns: 1fr; }
}

@media only screen and (max-width:767px){
.banner { padding: 120px 0 30px 0; }
.banner .section_text p { font-size: 18px; }
.banner svg { width: 100px; }
.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 .img_div_1{ height: unset;; align-items: center;}
.crm_cards .img_div_1 img { transform: scale(1); width: 220px; padding: 12px 0px; }
}
