.bg_purp{
    background-color: #FBFBFF;
}
.bg_pink{
    background: #F4F5FB;
}
.color-white{
    color: white !important;
}
.padtop-0{
    padding-top: 0 !important;
}
.padbot-0{
    padding-bottom: 0 !important;
}
.padleft-0{
    padding-left: 0;
}
.padright-0{
    padding-right: 0;
}
.p-relative{
    position: relative;
}
section{
    padding: 60px 0 80px;
}
img{
    max-width: 100%;
}
.crm_banner{
    background: url(https://cdn-web.mrakaf.com/images/crm-software/crm-banner-img.svg) no-repeat;
    background-position:top right;
    padding: 150px 0 100px;
    background-size: contain;
}
.crm_banner .g-container-95{
    height: 100%;
}
.crm_banner_content,.crm_needs_content,.crm_uses_content{
    display: flex;
}
.crm_banner_content{
    height: 100%;
}
.crm_banner_content>div{
    display: flex;
}
.crm-banner-img-full{
    display: block;
}
.crm-banner-resp{
    display: none;
}
.crm_welcome_content{
    text-align: left;
    max-width: 90%;
    margin: auto auto auto 0;
}
.crm_h1{
    font-size: 52px;
    font-weight: 800;
    max-width: 786px;
    margin: 0px auto 0;
    color: #1F2255;
    line-height: 64px;
}
.crm_commonh3{
    font-size: 24px;
    font-weight: 700;
}
.crm_para{
    font-size: 16px;
    color: #2B2F7F;
    margin: 40px auto 20px;
    line-height: 30px;
}
.crm_common_link{
    margin: 30px auto;
}
.inline_link{
    font-size: 16px;
    font-weight: 600;
    color: #f0493f;
    text-decoration: none;
}
.crm_banner_img{
    
}
.crm_banner_img img{
    width: 90%;
    margin: auto;
}
.banner_link {
    background-color: #ec3229;
    border-radius: 50px;
    padding: 11px 31px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin: 28px auto;
    display: inline-block;
    box-shadow: 0 4px 8px 0 rgb(236 50 41 / 42%), 0 6px 20px 0 rgb(236 50 41 / 21%);
}

.crm_commonh1{
    font-size: 36px;
    font-weight: 700;
    line-height: 48px;
    color: #202020;
    max-width: 700px;
    margin: 30px auto 40px;
}
.crm_common_para{
    font-size: 16px;
    line-height: 30px;
}
.crm_common_para span{
    font-weight: 600;
}

.crm_needs .crm_commonh1, .crm_help .crm_commonh1{
    max-width: unset;
}
.row div:last-child.img{
    align-self: center;
}
.crm_uses_content .crm_common_para,
.crm_needs_content .crm_common_para{
    padding: 0 20px 0 0;
}
.crm_benefits{
    padding-top: 0;
    position: relative;
    max-height: 100%;
    height: 1000px;
}
.crm_benefits::after{
    background: url(https://cdn-web.mrakaf.com/images/crm-software/crm_benefits_side.svg) no-repeat;
    background-position: right top;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
}
.crm_benefits .container{
    height: 100%;
}
.crm_benefits_content{
   height: 100%;
   position: relative;
}
.crm_benefits_bg{
    position:absolute;
    height: 100%;
    left: 0px;
    top: 0;
    z-index: 9;
}

/*Award section*/
.rating {
  overflow: hidden;
  display: inline-block;
  font-size: 0;
  position: relative;
}
.img-width {
  width: 100%;
}
.mrakaf_ratings {
  padding: 40px 0 35px;
}
.mrakaf_ratings .g-rating-sec {
  position: relative;
  z-index: 1;
}
.mrakaf_ratings .g-rating-sec svg {
  max-width: 130px;
  margin: auto 10px;
}
.customer-logos-mrakaf {
  padding: 10px 0;
}
.customer-logos-mrakaf #logo-container {
  margin: 10px 0;
  height: 105px;
}
.customer-logos-mrakaf #cf4a {
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: inherit;
}
.customer-logos-mrakaf #cf4a > a {
  height: inherit;
  width: 100%;
  display: block;
  position: relative;
}
.customer-logos-mrakaf #cf4a img {
  width: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
}
.customer-logos-mrakaf #cf4a picture {
  position: absolute;
  animation-name: multiple-image-crossfade;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-duration: 8s;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.customer-logos-mrakaf #cf4a picture:nth-of-type(1) {
  animation-delay: 6s;
  z-index: 99;
  background-color: #f1f1ff;
}
.customer-logos-mrakaf #cf4a picture:nth-of-type(2) {
  animation-delay: 4s;
}
.customer-logos-mrakaf #cf4a picture:nth-of-type(3) {
  animation-delay: 2s;
}
.customer-logos-mrakaf #cf4a picture .cust-logo-resp {
  display: none;
}
@media all and (max-width: 767px) {
  .mrakaf_ratings {
    padding: 30px 0 25px !important;
  }
  .mrakaf_ratings .g-rating-sec svg {
    max-width: 78px;
    margin: auto 0;
  }
}
@media all and (max-width: 460px) {
  .customer-logos-mrakaf #cf4a picture .cust-logo-resp {
    display: block;
  }
  .customer-logos-mrakaf #cf4a picture .cust-logo-desktop {
    display: none;
  }
}
#sm-logo-container {
  margin: 30px 0;
  height: 105px;
}
@media (max-width: 525px) {
  .customer-logos-mrakaf #cf4a picture .cust-logo-resp {
    display: block;
  }
  .customer-logos-mrakaf #cf4a picture .cust-logo-desktop {
    display: none;
  }
}

.crm_benefits_content .benefits_subcontent .crm_commonh1{
    color: #fff;
}
.crm_benefits_content .benefits_subcontent{
       color: #fff;
        max-width: 350px;
}
.benefits_left_content{
    position: absolute;
    bottom: 60px;
    z-index: 999;
}
.benefits_right_content .benefits_icon{
    position: absolute;
    max-width: 300px;
    text-align: center;
    top: 40%;
    left: 15%;
    display: none;
}
.benefits_icon .benefits_iconbor{
    border: 1.5px solid #2B2F7F;
    display: inline-block;
    border-radius: 50%;
    height: 90px;
    width: 90px;
    position: relative;
}
.benefits_iconbor img{
    max-width: 60%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.benefits_icon .crm_common_para{
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    display: none;
}
.benefits_icon .content_added{
    display: block;
    animation: fadeIn 2s;
}
@keyframes fadeIn {
    0%   {opacity: 0;}
    100% {opacity: 1;}
  }
.benefits_icon.icon_one.iconAnimate{
    top: 30px;
    left: 15%;
    animation: animone 1.5s;
    display:block;
}
@-webkit-keyframes animone {
    0%   {opacity: 0; left: 15%; top:40%;}
    100% {opacity: 1; left: 15%; top:30px;}
  }
  @keyframes animone {
    0%   {opacity: 0; left: 15%; top:40%;}
    100% {opacity: 1; left: 15%; top:30px;}
  }
.benefits_icon.icon_two.iconAnimate{
    top: 40px;
    right: 10px;
    left: auto;
    animation: animtwo 1.5s;
    display:block;
    z-index: 99;
}
@-webkit-keyframes animtwo {
    0%   {opacity: 0; right:25%; top:40%;}
    100% {opacity: 1; right: 10px; top:40px;}
  }
  @keyframes animtwo {
    0%   {opacity: 0; right:25%; top:40%;}
    100% {opacity: 1; right: 10px; top:40px;}
  }
.benefits_icon.icon_three.iconAnimate{
    top: 19%;
    left: 42%;
    animation: animthree 1.5s;
    display:block;
}
@-webkit-keyframes animthree {
    0%   {opacity: 0; left: 15%; top:40%;}
    100% {opacity: 1; left: 42%; top: 19%;}
  }
  @keyframes animthree {
    0%   {opacity: 0; left: 15%; top:40%;}
    100% {opacity: 1; left: 42%; top: 19%;}
  }
.benefits_icon.icon_four.iconAnimate{
    top: 36%;
    right: 40px;
    left: auto;
    animation: animfour 1.5s;
    display:block;
}
@-webkit-keyframes animfour {
    0%   {opacity: 0; right:25%; top:40%;}
    100% {opacity: 1; right: 40px; top: 36%;}
  }
  @keyframes animfour {
    0%   {opacity: 0; right:25%; top:40%;}
    100% {opacity: 1; right: 40px; top: 36%;}
  }
.benefits_icon.icon_five.iconAnimate{
    top: 46%;
    left: 43%;
    animation: animfive 1.5s;
    display:block;
}
@-webkit-keyframes animfive {
    0%   {opacity: 0; left: 15%; top:40%;}
    100% {opacity: 1; left: 43%; top: 46%;}
  }
  @keyframes animfive {
    0%   {opacity: 0; left: 15%; top:40%;}
    100% {opacity: 1; left: 43%; top: 46%;}
  }
.benefits_icon.icon_six.iconAnimate{
    left: 43%;
    bottom: 0px;
    top: auto;
    animation: animsix 1.5s;
    display:block;
}
@-webkit-keyframes animsix {
    0%   {opacity: 0; left: 15%; bottom:40%;}
    100% {opacity: 1; left: 43%; bottom: 0px;}
  }
  @keyframes animsix {
    0%   {opacity: 0; left: 15%; bottom:40%;}
    100% {opacity: 1; left: 43%; bottom: 0px;}
  }
.benefits_icon.icon_seven.iconAnimate{
    right: 0;
    bottom: 100px;
    left: auto;
    top: auto;
    animation: animseven 1.5s;
    display:block;
}
@-webkit-keyframes animseven {
    0%   {opacity: 0; right:25%; bottom:40%;}
    100% {opacity: 1; right: 0px; bottom: 100px;}
  }
  @keyframes animseven {
    0%   {opacity: 0; right:25%; bottom:40%;}
    100% {opacity: 1; right: 0px; bottom: 100px;}
  }
.crm_features{
    padding: 0;
    background: #FBFBFF url(https://cdn-web.mrakaf.com/images/crm-software/features_bg.svg) no-repeat;   
    background-size: 50%;
    background-position: top left;
}
.crm_features_content{
    border-radius:0px 0 20px 20px;
    max-width: 100%;
    margin: auto;
    z-index: 1;
    position: relative;

}
.crm_features{
    position: relative;
}
.crm_feat_content{
    display: flex;
}
/* .crm_features::after{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    background: #F4F5FB;
    width: 100%;
    height: 50%;
} */
.crm_features_content .crm_commonh1{
    margin: 0 auto 50px 0;
}
.crm_features_content ul .crm_common_para{
    position: relative;
    padding: 10px 0px 0px 30px;
}
.crm_features_content ul .crm_common_para::before{
    content: '';
    background: url(https://cdn-web.mrakaf.com/images/crm-software/tick-inside-circle-white.svg) no-repeat;
    position: absolute;
    top: 16px;
    left: 0;
    width: 17px;
    height: 17px;
}
.crm_features_content .crm_commonh3{
    margin-bottom: 25px;
    max-width: 90%;
    position: relative;
}


.crm_feat_content_list, .crm_feat_content_cont {
    width: 50%;
    padding: 80px 40px;
    
}
.crm_feat_content_list{
    padding-left: 0;
}
 .crm_feat_content_cont {
    padding-right: 0;
}
.crm_features::after{
    content: '';
    background: white;
    position: absolute;
    top: 0px;
    left:50%;
    width: 50%;
    height: 100%;
}
.crm_feat_content_list ul{
    margin-top: 60px;
}
.crm_feat_content_list ul li .crm_commonh3 {
    font-weight: 400;
}
.crm_feat_content_list ul li {
    font-size: 20px;
    font-weight: 500;
    color: #202020;
    margin: 0 0 25px;
    position: relative;
    cursor: pointer;
    line-height: 30px;
}

.crm_feat_content_list ul li .crm_commonh3:hover, .crm_feat_content_list ul li.active .crm_commonh3 {
    color: #2b2f7f;
    font-weight: 600;
}
.crm_feat_content_list ul li:hover .crm_commonh3:after, .crm_feat_content_list ul li.active .crm_commonh3:after{
    border-color: #2b2f7f;
}
.crm_feat_content_list ul li .crm_commonh3:after {
    content: '';
    width: 15px;
    height: 15px;
    position: absolute;
    right: -45px;
    top: 50%;
    border-top: 4px solid #202020;
    border-right: 4px solid #202020;
    opacity: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    transform: rotate(45deg) translate(-50%,0);
    border-radius: 2px;
}
.crm_feat_content_list ul li.active .crm_commonh3:after {
    opacity: 1;

}
.crm_feat_content_box {
    padding: 0 0 0 0px;
    display: none;
}
.crm_feat_content_box.active {
    display: inline-block;
    -webkit-animation: slide-down .5s ease-out;
    animation: slide-down .5s ease-out;
}
@-webkit-keyframes slide-down{
    0%{-webkit-transform:translateY(50px)}
    100%{-webkit-transform:translateY(0)}
}
@keyframes slide-down{
    0%{-webkit-transform:translateY(50px)}
    100%{-webkit-transform:translateY(0)}
}
@keyframes loader-animation {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
} .crm_feat_content_list .crm_common_link{
    display: block;
}
.loader {
    height: 5px;
    width: 100%;
}
.crm_feat_content_list ul li.active .loader .bar-1 {
    position:absolute;
    height: 2px;
    background-color: #2b2f7f;
    animation-name: loader-animation;
    animation-duration: 5s;
    animation-timing-function: ease-in;
}
.bar.bar-2{
    height:2px;
    background: #2020201f;
   
}
.crm_feat_content_box .crm_common_link{
    padding-left: 30px;
}
.modal_close{
    display: none;
}
/* .crm_choose_content{
    max-width: 900px;
    margin: auto;
    padding: 0 10px;
} */
.crm_feat_content_box .hanging_cta{
    left: 0;
    width: 100%;
}
.crm_choose_content .crm_common_para{
    margin: 0;
    line-height: 26px;

}
.crm_why_choose_content .crm_commonh1{
    max-width: unset;
}
.crm_inline_link{
    color: #8890FF !important;
    font-weight: 600;
}
.crm_download_content .crm_commonh1{
    max-width: 360px;
    margin-left: 0;
}
.crm_download_content .crm_common_para{
   padding: 0 30px 0 0;
}
.crm_common_link.resp_link{
    display: none;
}
.crm_help img{
    padding-top: 50px;
    width: 100%;
}

.crm_choose_content .crm_common_para, .crm_feat_content_box .crm_common_para{
    position: relative;
    text-align: left !important;
    padding: 10px 0 10px 30px !important
}
.crm_choose .crm_common_para.crm_para_h2{
    max-width: 700px;
    text-align: center;
    margin: 20px auto;
}
.crm_choose_content .crm_common_para::before, .crm_feat_content_box .crm_common_para::before{
    content: '';
    background: url(https://cdn-web.mrakaf.com/images/crm-software/tick-inside-circle.svg) no-repeat;
    position: absolute;
    top: 16px;
    left: 0;
    width: 17px;
    height: 17px;


}




@media (min-width: 1921px) { 
    .crm_benefits_bg{
        left: 0px;
        top: 0;
        
    }
    .benefits_left_content{
        left: -300px;
    }
}
@media (max-width: 1720px) { 
    .crm_benefits_bg{
        left: -100px;
        top: 0;
        
    }
    .crm_banner{
        background-position: 110% 0;
    }
}
@media (max-width: 1540px) { 
    .crm_benefits_bg{
        left: -200px;
        top: -40px;
        
    }
    .crm_banner{
        background-position: 130% 0;
    }
}
@media (max-width: 1440px) { 
    .crm_h1{
        font-size: 46px;
        line-height: 54px;
    }
    .crm_para{
        margin: 30px auto 0;
    }
    /* .crm-banner-img-full{
        display: none;
    }
    .crm_banner{
        background: none;
    }
    .crm-banner-resp{
        display: block;
    } */
    .benefits_left_content{
        bottom: 70px;
        left: 0;
    }
    .crm_benefits_bg {
        left: -250px;
        top: -30px;
    }
    .crm_banner{
        background-position: 150% 0;
    }
    .crm_welcome_content {
        max-width: 80%;
    }
   
 }
 @media (max-width: 1340px) { 
    .crm_benefits_bg {
        left: -300px;
        top: -50px;
    }
    .benefits_left_content {
        bottom: 100px;
        left: 0px;
    }
    .crm-banner-resp{
        display: block;
    }
    .crm-banner-img-full{
        display: none;
    }
    .crm_banner{
        background: none;
        height: unset;
        padding: 100px 0 100px;
    }
   
 }

@media (max-width: 1199px) { 
    /* .crm_benefits_bg{
        left: -100%;
        top: -48px
    } */
    .crm_banner{
        height: unset;
        padding: 100px 0 100px;
    }
    .crm_welcome_content {
        max-width: 90%;
    }
    .crm_benefits_content .benefits_subcontent .crm_commonh1{
        
        margin: 20px auto;
    }
    
    .benefits_icon .benefits_iconbor{
        width: 70px;
        height: 70px;
    }
    .benefits_iconbor img{
        max-width: 60%;
    }
    .benefits_icon.icon_one.iconAnimate{
        top: 30px;
        left: 10%;
        animation: animone 1.5s;
        display:block;
    }
    @-webkit-keyframes animone {
        0%   {opacity: 0; left: 15%; top:40%;}
        100% {opacity: 1; left: 10%; top:30px;}
      }
      @keyframes animone {
        0%   {opacity: 0; left: 15%; top:40%;}
        100% {opacity: 1; left: 10%; top:30px;}
      }
    .benefits_icon.icon_two.iconAnimate{
        top: 40px;
        right: 10px;
        left: auto;
        animation: animtwo 1.5s;
        display:block;
    }
    @-webkit-keyframes animtwo {
        0%   {opacity: 0; right:25%; top:40%;}
        100% {opacity: 1; right: 10px; top:40px;}
      }
      @keyframes animtwo {
        0%   {opacity: 0; right:25%; top:40%;}
        100% {opacity: 1; right: 10px; top:40px;}
      }
    .benefits_icon.icon_three.iconAnimate{
        top: 19%;
        left: 36%;
        animation: animthree 1.5s;
        display:block;
    }
    @-webkit-keyframes animthree {
        0%   {opacity: 0; left: 15%; top:40%;}
        100% {opacity: 1; left: 36%; top: 19%;}
      }
      @keyframes animthree {
        0%   {opacity: 0; left: 15%; top:40%;}
        100% {opacity: 1; left: 36%; top: 19%;}
      }
    .benefits_icon.icon_four.iconAnimate{
        top: 30%;
        right: 0px;
        left: auto;
        animation: animfour 1.5s;
        display:block;
    }
    @-webkit-keyframes animfour {
        0%   {opacity: 0; right:25%; top:40%;}
        100% {opacity: 1; right: 0px; top: 30%;}
      }
      @keyframes animfour {
        0%   {opacity: 0; right:25%; top:40%;}
        100% {opacity: 1; right: 0px; top: 30%;}
      }
    .benefits_icon.icon_five.iconAnimate{
        top: 46%;
        left: 48%;
        animation: animfive 1.5s;
        display:block;
    }
    @-webkit-keyframes animfive {
        0%   {opacity: 0; left: 15%; top:40%;}
        100% {opacity: 1; left: 48%; top: 46%;}
      }
      @keyframes animfive {
        0%   {opacity: 0; left: 15%; top:40%;}
        100% {opacity: 1; left: 48%; top: 46%;}
      }
    .benefits_icon.icon_six.iconAnimate{
        left: 43%;
        bottom: 0px;
        top: auto;
        animation: animsix 1.5s;
        display:block;
    }
    @-webkit-keyframes animsix {
        0%   {opacity: 0; left: 15%; bottom:40%;}
        100% {opacity: 1; left: 43%; bottom: 0px;}
      }
      @keyframes animsix {
        0%   {opacity: 0; left: 15%; bottom:40%;}
        100% {opacity: 1; left: 43%; bottom: 0px;}
      }
    .benefits_icon.icon_seven.iconAnimate{
        right: 0;
        bottom: 190px;
        left: auto;
        top: auto;
        animation: animseven 1.5s;
        display:block;
    }
    @-webkit-keyframes animseven {
        0%   {opacity: 0; right:25%; bottom:40%;}
        100% {opacity: 1; right: 0px; bottom: 190px;}
      }
      @keyframes animseven {
        0%   {opacity: 0; right:25%; bottom:40%;}
        100% {opacity: 1; right: 0px; bottom: 190px;}
      }
     
 }

@media (max-width: 1025px) { 
    .crm_benefits_bg {
        left: -380px;
        top: -120px;
       
    }
    .benefits_left_content{
        bottom: 170px;
    }
    .crm_banner_img img{
        width: 100%;
    }
}
@media (max-width: 991px) { 
    .crm-banner-resp{
        display: block;
        padding-top: 30px;
        width: 100% !important;
    }
    .crm_banner{
        padding-bottom: 0;
    }
    .crm_banner_img{
        padding:0px;
        }
    .crm_banner .g-container-95{
        width: 100%;
        padding: 0;
        }
    .crm_banner_content, .crm_needs_content, .crm_uses_content{
        display: block;
    }
    .crm_welcome_content{
        text-align: center;
            /* max-width: 100%; */
            margin: auto;
        
    }
    .crm_needs, .crm_uses, .crm_benefits, .crm_features{
        text-align: center !important;
    }
    section .row .img{
        text-align: center !important;
    }
    section .row .img img{
       width: 100%;
    }
    .crm_commonh1{
        text-align: center !important;
    }
    .crm_benefits{
        padding: 60px 0 80px;
        height: unset;
    }
    .crm_benefits_content{
        background: none;
    }
    .benefits_left_content{
        position: relative;
        margin-bottom: 50px;
        top: 0;
    max-width: unset;
    }
    .crm_benefits_bg{
        display: none;
    }
    .crm_benefits_content .benefits_subcontent{
        position: unset;
        max-width: unset;
        color: black;
    }
    .crm_benefits_content .benefits_subcontent .crm_commonh1{
        color: black;
    }
    .benefits_right_content .benefits_icon{
        position:unset;
        max-width: 100%;
        display: flex !important;
        align-items: center;
        text-align: left;
        margin: 10px 0;
        justify-content: space-evenly;
    }
    .benefits_icon .benefits_iconbor{
        width: 50px;
        height: 50px;
    }
    .benefits_icon .crm_common_para{
        max-width: 500px;
        text-align: left !important;
    }
    .crm_benefits::after{
        background: none;
    }
    .crm_uses{
        background: #ffffff;
    }
    .crm_features{
        background-position: top left;
        background-size: cover;
    }
    .crm_features::after{
        content: none;
    }
    .crm_features_content{
        max-width: 100%;
        border-radius: 0px;
    }
    .crm_features_content .crm_commonh3{
        width: 100%;
    }
    .modal_close{
        display: block;
    }
    .benefits_left_content .crm_common_link{
        display: none;
    }
    .crm_common_link.resp_link{
        display: block;
        margin-bottom: 0;
    }
    .crm_download_content .crm_commonh1{
        max-width: 100%;
    }
    .crm_download_content .crm_common_para{
        padding: 0 50px;
        text-align: center;
    }
    .crm_para{
        padding-right: 0;
    }
  
    .crm_help .row div:last-child.img{
        padding: 0;
    }
    .crm_help .row div:last-child.img img{
        padding: 0;
    }
    .crm_feat_content_list{
        width: 100%;
    }
    .crm_feat_content_cont{
        display: none;
    }
    .crm_feat_content_box .crm_common_link{
        padding: 0;
    }
    .modal_resp {
        display: block; /* Hidden by default */
        position: fixed; /* Stay in place */
        z-index: 1; /* Sit on top */
        padding: 100px 0 0; /* Location of the box */
        left: 0;
        top: 0;
        width: 100%; /* Full width */
        height: 100%; /* Full height */
        background-color: rgb(0,0,0); /* Fallback color */
        background-color: rgba(0, 0, 0, 0.226); /* Black w/ opacity */
      }
      
      /* Modal Content */
      .modal_content_resp {
        margin: auto;
        padding: 80px 50px;
        width: 100%;
        background: white;
        height: calc(100vh - 200px);
        position: fixed;
        bottom: 0;
        left: 0;
        border-radius: 30px 30px 0 0;
        z-index: 999;
      }

      .modal_content_resp div{
        overflow: scroll;
        position: relative;
        height: 100%;
        -ms-overflow-style: none;  /* IE and Edge */
        scrollbar-width: none; 
      }
      .modal_content_resp div::-webkit-scrollbar {
        display: none;
      }
      .modal_content_resp::before{
          content: '';
          background: rgba(0, 0, 0, 0.212);
          height: 3px;
          width: 80px;
          transform: translate(-50%,0);
          border-radius: 10px;
          top: 20px;
          left: 50%;
          position: absolute;
      }
      /* The Close Button */
      .modal_close {
        color: #aaaaaa;
        float: right;
        font-size: 40px;
        font-weight: bold;
        position: absolute;
        top: 20px;
        right: 40px;
        display: block;
      }
      
      .modal_close:hover,
      .modal_close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
      }
      .crm_feat_content_cont .crm_common_para, .crm_choose_content .crm_common_para{
            position: relative;
            text-align: left !important;
            padding: 10px 0 10px 30px !important
        }
        .crm_feat_content_cont .crm_common_para::before{
            content: '';
            background: url(https://cdn-web.mrakaf.com/images/crm-software/tick-inside-circle.svg) no-repeat;
            position: absolute;
            top: 16px;
            left: 0;
            width: 17px;
            height: 17px;
        }
         .crm_choose_content .crm_common_para::before{
            content: '';
            background: url(https://cdn-web.mrakaf.com/images/crm-software/tick-inside-circle.svg) no-repeat;
            position: absolute;
            top: 15px;
            left: 0;
            width: 17px;
            height: 17px;

    
        }
        .crm_features_content .crm_commonh1{
            margin: auto;
        }
        .crm_feat_content_list ul li .crm_commonh3::before{
            content: '';
            position: absolute;
            width: 32px;
            height: 32px;
            background-color: white;
            border: 2px solid #202020;
            border-radius: 50%;
            right: -64px;
            transform: translate(0%,-40%);
            top: 50%;
        }
        .crm_feat_content_list ul li .crm_commonh3:after{
            width: 14px;
            height: 14px;
            opacity: 1;
            right: -50px;
            top: 50%;
            transform: rotate( 
        135deg
         ) translate(-50%,0%);
        }
        .crm_feat_content_list ul li:hover .crm_commonh3:after, .crm_feat_content_list ul li.active .crm_commonh3:after, .crm_feat_content_list ul li.active .crm_commonh3::before{
            border-color: #2b2f7f;
        }
        .crm_feat_content_list .crm_common_link{
            display: none;
        }
        .crm_feat_content_list{
            padding-left: 40px;
        }
         .crm_feat_content_cont {
            padding-right: 40px;
        }
     }

@media (max-width: 768px) { 
    .crm_h1{
        font-size: 46px;
        line-height: 54px;
    }
    .crm_needs,.crm_uses, .crm_benefits, .crm_features{
        text-align: center !important;
    }
    .crm_commonh1{
        font-size: 34px;
        line-height: 46px;
        padding: 0 40px;
        text-align: center !important;
    }
    .crm_common_para{
        padding: 0 15px !important;
        font-size: 15px;
        text-align: center !important;
    }
    section .row .img img{
        padding: 20px 30px;
    }
  
 }

@media (max-width: 540px) { 
    section{
        padding: 30px 0 50px !important;
    }
    .crm_banner{
        padding: 0px 0 0px !important;
    }
    section .row .img img{
        padding: 0;
    }
    .crm_h1{
        font-size: 32px;
        line-height: 44px;
        margin: 100px auto 0;
    }
    .crm_para{
        font-size: 14px;
        line-height: 28px;
        margin:40px auto 10px;
        padding: 0 10px;
    }
    .crm_commonh1{
        font-size: 22px;
        line-height: 36px;
        padding: 0 10px;
        margin: 30px auto;
    }
    .crm_common_para {
        padding: 0 10px;
    }
    /* .crm_common_link{
        font-size: 14px;
    } */
    .crm_benefits_content .benefits_subcontent{
        padding: 0 10px;
    }
    .crm_benefits_content .crm_commonh1{
        margin: 0 auto 30px;
    }
    .crm_common_para, .crm_common_para .inline_link{
        font-size: 14px;
        line-height: 26px;
    }
    .benefits_right_content .benefits_icon{
        align-items: unset;
        margin: 5px 0;
        justify-content: center;
    }
    .benefits_icon .crm_common_para{
        max-width: 300px;
        text-align: left !important;
        font-weight: 400;
        padding-right: 0 !important;
    }
    .benefits_icon .benefits_iconbor{
        width: 40px;
        height: 40px;
        margin-top: 5px;
    }
    .benefits_iconbor img{
        max-width: 70%;
    }
    .crm_features_content .crm_commonh3{
        font-size: 15px;
        font-weight: 500;
    }
    
    .crm_feat_content_list{
        padding: 60px 20px;
    }
    .crm_features_content .crm_commonh3{
        max-width: 80%;
        text-align: left;
    }
    .modal_close{
        font-size: 30px;
    top: 10px;
    right: 30px;
    }
    .modal_content_resp{
        padding: 70px 20px 60px;
    }
    .crm_feat_content_list ul li .crm_commonh3::before{
        width: 25px;
    height: 25px;
    right: -56px;
    transform: translate(0%,-40%);
    top: 50%;
    }
    .crm_feat_content_list ul{
        margin-top: 30px;
    }
    .crm_feat_content_list ul li .crm_commonh3:after{
        width: 10px;
    height: 10px;
    right:-45px;
    top: 50%;
    transform: rotate(
135deg
) translate(-50%,0%);
    border-top: 3px solid #202020;
    border-right: 3px solid #202020;
    }
    .crm_features {
        padding: 0 !important;
    }
    .crm_feat_content_cont .crm_common_para::before{
        top: 4px;
    }
    .crm_choose_content .crm_common_para, .crm_feat_content_box .crm_common_para{
        padding: 0px 0 10px 25px !important;
    }
    .crm_help{
        overflow: hidden;
    }
    .crm_help img{
        transform: scale(1.2);
    }
    .modal_close{
        font-weight: 600;
    }
    .crm_welcome_content{
        max-width: 100%;
    }
    .crm_choose_content .crm_common_para::before{
        top: 5px;
    }
    .crm_feat_content_box .crm_common_link{
        display: none;
    }
 }
 @media (max-width: 340px) {
    .crm_commonh1{
        font-size:18px !important;
        line-height: 28px;
        padding: 0 10px;
    }
    .crm_h1{
        font-size: 28px !important;
        line-height: 38px;
        margin: 70px auto 0;
    }
    .crm_common_para{
        font-size: 12px !important;
        line-height: 22px;
    }
    .benefits_icon .crm_common_para, .crm_common_para .inline_link{
        max-width: 250px;
    }
    .crm_features_content .crm_commonh3{
        font-size: 14px;
    }
    .modal_content_resp{
        height: calc(100vh - 150px);
    }
    .crm_feat_content_box .hanging_cta{
        font-size: 14px;
    }
   
  }
  
    @media (max-width:900px) and (max-height : 420px) {
    .modal_content_resp{
        height: calc(100vh - 120px);
    }
    .modal_content_resp{
        padding: 50px 50px 50px;
    }
    .modal_close{
        top: 0px;
        right: 30px;
        font-size: 30px;
    }
    .crm_feat_content_box .hanging_cta{
        font-size: 14px;
        display: block;
        position: fixed;
        width: 100%;
        background: #f0493f;
        bottom: 0px;
        padding: 7px;
        text-align: center;
        color: #fff;
        font-weight: 500;
        z-index: 5;
        animation-name: cta-anim;
        animation-duration: .5s;
        animation-timing-function: ease;
        border-radius: 0px!important;
    }
    .crm_feat_content_box .crm_common_link{
        display: none;
    }
    }
    @media (max-width:600px) and (max-height : 340px) {
        .modal_content_resp{
            padding:40px 30px 40px;
        }
    }