/* CSS Document */
body { margin: 0; padding: 0; font-size:18px !important; font-family: 'Poppins', sans-serif !important;
 color: #282828 !important; position: relative; }


div, ul, li, p, form, h5, h6, h1, h2, p {  margin: 0; padding: 0;}

*, ul{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

figure{
    margin: 0;
}

html {
    scroll-behavior: smooth;
}

a{ text-decoration: none !important; }

.cntr{ text-align: center;}

body,
html{
  overflow-x: hidden;
}



                     /* =======================   header  =======================   */



.headmenu{ position:  absolute;  top:0px; width: 100%; padding: 5px 180px;} 

nav.menu {
    
    padding: 10px 10px;
    position: relative;  width: 100%; 
    z-index: 999;
    background: transparent;
}

label.logo {
    position: absolute;
    margin-bottom: 0;
    line-height: 45px;
}

label.logo img {
    
}

.menuBorder {
    border-bottom: 0px solid #fff;
}

nav.menu ul {
    text-align: right;
    margin: 0;
    padding: 0;
    line-height: 40px;
}

nav.menu ul li {
    display: inline-block; vertical-align: top;
    margin: 0 40px;
}

nav.menu ul li a {
    color: #000;
    font-size: 17px;
    padding: 8px 0px 0px; display: block;
    transition: .4s all; font-weight: 500; position:  relative; 
}

nav.menu ul li:last-child { margin:0 0 0 25px;}

nav.menu ul li:hover a,nav.menu ul li.active a{ 
   }
nav.menu ul li.active a:after, nav.menu ul li a:hover:after{
   color: #000;
    content: "";
    height: 2px;
    width: auto;
    background: #F01E5A;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;}





.checkbtn {
    color: #fff;
    font-size: 30px;
    float: right;
    margin-right: 15px;
    line-height: 80px;
    cursor: pointer;
    display: none;
}

#check {
    display: none;
}


                           /*  ============= banner sec =============== */

.banner{
   position: relative; 
}

.banner .container{ width: 100%;
    max-width: 1570px;}


/* .banner::before{
    position: absolute;
    content: "";
    background: url(../images/bnr-redball.png) no-repeat;
    width: 762px; height: 771px; bottom: 0; left: 200px; background-size: contain;
} */

 .banner .item{ position: relative; }

.red-crcl{ width: 760px; position: absolute; top:-180px; left:260px; display: block;}
.blu-crcl{ width: 383px; height:383px; position: absolute; top:-170px; left:260px; display: block;}
.red-crcl img,.blu-crcl img{ width: 100%;} 


.bnr_txtcel{ width: 100%; max-width: 806px; margin: 170px 0 220px ; 
    position: relative; z-index: 9;  }

.bnr_txtcel h2.blktxt{ font-size: 70px; font-weight: 600; line-height: 80px;
    color: #000; }
.bnr_txtcel h2.sblutxt{ font-size: 70px; font-weight: 600; line-height: 80px; color: #1A6CE7;}

.bnr_txtcel p{ font-size: 18px; font-weight: 600; line-height: 30px; color: #2C2C2C; margin: 10px 0 24px;}


.banner .bnr_pbx{ width: 100%; max-width: 720px; /* height: 700px; */
    position: absolute; right: 0px; top: -50px; }  


.banner .bnr_pbx figure{ position: relative; }

.dload_btn{ background: #F32C67; border:1px solid #F32C67;
box-shadow: 0px 5px 10px #FF92B2; 
border-radius: 20px; height: 70px; line-height:50px;  color:#fff; text-align:  center; 
text-transform: uppercase; display: table; padding: 10px 45px; transition:  0.6s;
font-weight: 500; font-size: 18px; letter-spacing: 0.06em;}

.dload_btn:hover{ border:1px solid #F32C67; color: #F32C67; background:#fff;}


.bannerSlide{ position: relative;}
.bannerSlide .owl-dots{ text-align: center; position: absolute;
    left: 0;
    right: 0;
    bottom: 100px; }
.bannerSlide .owl-dots .owl-dot{ width: 17px;
height: 17px; border: 2px solid #727FA7; border-radius: 8px; margin:5px;  }

.bannerSlide .owl-dots .owl-dot.active{ width: 14px !important; 
  height: 14px !important; background: #FF278F !important; border-radius: 8px; border: 0px solid #FF278F; }


                    /* =========== home page =========== */



.comn_sec{ padding: 90px 0px; }
.comn_sec .container,footer .container{ 
    width: 100%;
    max-width: 1570px;
} 
.comn_sec h1,.comn_sec h2{ font-weight: 600; font-size: 48px; line-height: 78px; color: #343434; }
.clear{clear: both;}
.comn_sec p{ font-weight: 400; font-size: 17px; line-height: 28px; color: #585A60; }






.modul_sec{ position: relative; padding-bottom: 0px; padding-top: 0px;}
.modul_sec p,.usr_account_sec p,.vdo_sec p { display:block; width:100%; max-width: 890px; font-size: 18px;
 font-weight: 400; line-height: 28px; color:#85878E; text-align:center; margin: 0px auto; }

.modul_sec h1,.benefit_sec h2,.vdo_sec h2{ text-align:  center; }
.modul_crvbx{ width:100%; max-width:223px; height: 180px; margin-top: 55px; display: block;
    background: #FFFFFF; box-shadow: 0px 19px 50px #D8E9F5; position: relative;
    border-radius: 20px;  text-align:center; border:1px solid #fff; overflow: hidden;
    transition: 0.6s;}

.modul_crvbx:hover{ background: linear-gradient(233.67deg, #F32C67 -15.37%, #377BFF 100.69%);}  

.modul_sec .active{ background: linear-gradient(233.67deg, #F32C67 -15.37%, #377BFF 100.69%);} 
.modul_sec .active .blucornr{ background: #fff;}
.modul_sec .active h6{ color:#fff; }
.modul_sec .active .blucornr .mdul-icn img{ filter:none;}

.modul_crvbx h6{ font-size: 18px; font-weight: 500; line-height: 24px; color: #15344F; text-align:center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 52px;}

.modul_crvbx:hover h6{ color:#fff; } 

.modul_crvbx:hover .blucornr{ background: #fff;}
.modul_crvbx .mdul-icn{ width: 25px; height: 25px; }
.modul_crvbx .mdul-icn img{filter: brightness(0) invert(1); width: 100%; height: 100%; background-size: contain;}
.modul_crvbx:hover .blucornr .mdul-icn img{ filter:none;}


.mdul-icn{ width: 30px; height: 30px; margin: 66px 0 0 48px;}


.blucornr{ width:121px; height: 121px; position: absolute; top: -56px;
    left: -26px; background: #377BFF;
    border-radius: 50%;}



 .why_sec{ padding-bottom: 80px;}
.why_pic{ width:100%; /*max-width: 644px;*/ border-radius: 40px; }
.why_sec h6{ font-size: 24px; font-weight: 500; color:#737E9D;}
.why_sec h2{  color:#343434; line-height: 62px;}
.why_sec p{  color: #85878E;; margin: 30px 0; }

.why_cont ul{ margin:10px 0 30px; padding:0px; }
.why_cont ul li{ margin:0 0 4px; padding:0 0 0 20px ; list-style:none;
 color:#2C2C2C; font-size: 18px; font-weight: 400; line-height: 28px;
 background: url(../images/bult-icn.png) 0 8px no-repeat;
  }


.mor_btn{  border-radius: 20px; height: 50px;
 line-height:40px;  border:1px solid #F32C67; color: #102048;
 background:#fff; text-align:  center; text-transform: uppercase; display:
 table; padding: 10px 55px; transition:  0.6s; font-weight: 500; font-size:
 18px; letter-spacing: 0.06em; }

.mor_btn:hover{  background: #F32C67; border:1px solid #F32C67;
box-shadow: 0px 5px 10px #FF92B2;  color:#fff;}






.twinfix_btncel{ position:fixed; top:185px; right: -4px; width: 50px; z-index: 999;}
.fix_btn { padding: 20px 12px; letter-spacing: 0.5px;
        background: #458CF6;
        box-shadow: 0px 5px 10px #84B1F3;
        border-radius: 0px 20px 20px 0px; transition: 0.6s;
        text-transform: uppercase; writing-mode: tb-rl; transform: rotate(-180deg);
        font-size: 18px; font-weight: 500; line-height: 26px; color: #fff; margin: 8px 0px;
        letter-spacing: 0.06em; cursor: pointer;}

.fix_btn:hover{ background: #F32C67; color: #fff; }


   

.usr_account_sec{ background:#6287F6; position: relative;}
.usr_account_sec:after{ position: absolute; content: ""; background: url(../images/usr-acunt-bg.png) 0 0 no-repeat; background-size: cover;
 bottom: 0; left:0; right: 0; width: 100%; height: 616px; }
.usr_account_sec h2{ color: #fff; text-align: center; text-transform: uppercase;}
.usr_account_sec .container{ position: relative; z-index: 99;}
.usr_account_sec p{ color: #fff;}

.round-bx-cel{ margin-top: 45px; position: relative;}
.round-bx-cel ul{ margin: 0; padding: 0; display: flex;
    justify-content: space-between;}
.round-bx-cel ul li{ margin: 0; padding: 0; width: 20%;  list-style: none; text-align: center; }
.circl{ width: 172px; height: 172px; border:20px solid #fff; position: relative; border-radius: 100%; margin: 0px auto;}
.circl span{ position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 65px;
    height: 65px;}

    .round-bx-cel ul li + li .circl span{ width: 75px;
    height: 75px;}    

.circl span img{ width: 100%;}   

.round-bx-cel ul li h6{ font-size: 24px; font-weight: 600; color:#fff; line-height: 80px; text-align: center;}

.round-bx-cel ul li:nth-child(2),.round-bx-cel ul li:nth-child(4){ margin-top: 126px;}

.w-round-1{ left: 17%; top: -25%;
    width: 53px;
    height: 53px;
    position: absolute;}

.w-round-2{ left: 54.2%; top: 9%;
    width: 84px;
    height: 84px;
    position: absolute;}
.vall_btn{ border: 1px solid #F32C67; margin: 0px auto;}

.vall_btn2 { border: 1px solid #ffffff;}
.vall_btn2:hover{ box-shadow: none;}



.benefit_sec{ position: relative; background: #DEF3FF; padding-bottom: 0px;} 
.benefit_sec h2{ position: relative;}
.benefit_sec .red-crcl{ top: -8%; right:22%; left:auto; }
.benefit_sec .blu-crcl{ top: 25%; left: 30%;}
.benfit-box h4{ color: #212426; font-size: 30px; font-weight: 700; line-height: 75px; margin: 20px 0px; font-family: 'Montserrat', sans-serif;}  
.benfit-box ul li{ color: #232323; font-size: 20px; font-weight: 500; line-height: 24px; margin-bottom: 32px; list-style: none;
     position: relative; padding-left: 35px; font-family: 'Montserrat', sans-serif;}
.benfit-box ul li:before{ position: absolute; content: ""; width: 24px; height: 24px; left:0; top:0;
        background: url(../images/round-tick.png) no-repeat center / contain;}  
.benfit-box:nth-child(2){ background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(205,240,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(205,240,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */}

.benfit-box{ padding:40px; z-index: 9;}      
.bnfit-picbx{ position: relative; }
.wht-round{ width: 203px; height: 203px; border-radius: 100%; background: #fff; display: block;}
.bfit-img{ position: absolute; bottom:0; left:65px;}


.vdo_sec { padding-bottom: 0px;}
.vdo_sec p { color: #2c2c2c;}
.vdo-bx{   position: relative; border-radius: 60px; overflow: hidden;}
.vdo-bx:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(98, 135, 246, 0.8);
}

.vdo-bxcovr{  display: table; float: none; margin: 50px auto; width: 100%; max-width: 1145px; position: relative;}
.vdo-bxcovr:before {
    position: absolute;
    content: '';
    background: url(../images/vtop-lft.png) no-repeat;
    top: -10px;
    left: -140px;
    width: 226px;
    height: 205px; 
    background-size: contain;  
}
.vdo-bxcovr:after {
    position: absolute;
    content: '';
    background: url(../images/vbotm-rght.png) no-repeat;
    bottom: -16px;
    right: -88px;
    width: 236px;
    height: 121px;
    background-size: contain;   
}
.play-btn{ width: 279px; height:278px; position: absolute; left:0; right:0; top:0; bottom:0; margin: auto; cursor: pointer;}



.features_sec { position: relative;}
.features_sec .container{ z-index: 9; position: relative;}
.features_sec p{ width: 100%; max-width: 1010px;}
.feature-cel{ margin: 36px -12px; }
.feature-box{  background: #FFFFFF; box-shadow: 0px 14px 18px -1px rgba(223,235,243,1); border-radius: 20px; padding: 14px; 
    margin: 0px 16px 25px;}
.feature-pic{ margin-bottom: 10px;}
.feature-pic img{ width: 100%;}
.feature-box h6{ color: #343434; font-size: 20px; font-weight: 500; line-height: 30px; margin-bottom: 22px; height: 90px;}

.feature-box p{ color:#7C7E85; margin: 12px auto;}
.feature-box a{ float: right; color:#2852CD; font-size:16px; font-weight: 500; line-height: 30px; text-transform: uppercase; transition: 0.6s; }
.feature-box a:hover{color:#f32c67;}

.feature-cel .owl-nav{ display: block !important;}
.feature-cel .owl-nav{position: absolute;
    top: -96px;
    right: 25px;}

.feature-cel .owl-prev,.feature-cel .owl-next{ width: 55px; height: 55px; background: #fff !important;
    box-shadow: 0px 13px 30px 10px #D8E9F2;
    border-radius: 100%;
    margin: 0px 4px;} 
.feature-cel .owl-prev:hover,.feature-cel .owl-next:hover{background: #F32C67 !important;}    
/* .feature-cel .owl-prev{ float: right;}      */
.feature-cel .owl-prev span{ background: url(../images/prv-arow.png) center center no-repeat; width: 45px; height: 45px; display: block; float: none; margin: 0px auto; font-size: 0px; background-size: auto;}  
.feature-cel .owl-prev span:hover{ background: url(../images/prv-Warow.png) center center no-repeat; display: block;}  
.feature-cel .owl-next span{ background: url(../images/nxt-arow.png) center center no-repeat; width: 45px; height: 45px; background-size: auto; display: block; float: none; margin: 0px auto; font-size: 0px;} 
.feature-cel .owl-next span:hover{ background: url(../images/nxt-Warow.png) center center no-repeat; }
.features_sec .red-crcl{ width: 760px; position: absolute; top:-220px; left:-260px; display: block;}
.features_sec .blu-crcl{ width: 383px; height:383px; position: absolute; top:-270px; left:-180px; display: block;}
.features_sec .red-crcl img,.feature-cel .blu-crcl img{ width: 100%;} 


.vew_feature_btn{ background: #F32C67;
    border: 1px solid #F32C67;
    box-shadow: 0px 5px 10px #ff92b2;
    color: #fff;}

.vew_feature_btn:hover{ background: #Fff;
    border: 1px solid #F32C67; color: #102048;}   




.conctus_sec{ background-color: #DEF3FF;}
.conct_pic{ width:100%; /*max-width: 644px; */  text-align: center;}

.comn_sec.conctus_sec h2{
    font-weight: 600;
    font-size: 56px;
    line-height: 80px; text-align: center;
}

.nput-bx{ background: #FFFFFF; padding-left: 26px;
    box-shadow: -7px 8px 37px #e1eaef; border:0px;
    border-radius: 20px; height: 70px; margin-bottom: 20px;}

.conctus_sec span{ display: block; text-align: center;  color:#466FB8; font-size:18px; font-weight: 600; line-height: 30px; } 

::placeholder{ color: #787C87;}
.conctus_sec form{ margin-top: 25px;}  

.sbmit-btn{background: #F32C67;
    box-shadow: 0px 5px 10px #FF92B2; border: 1px solid #F32C67; transition: 0.6s;
    border-radius: 20px; width: 100%; max-width: 210px; height: 70px; border:0px; color:#fff; font-weight: 600;
    font-size: 18px; letter-spacing: 0.1em;  text-transform: uppercase; float: none; margin: 20px auto;}

.sbmit-btn:hover{ border: 1px solid #F32C67; background: #fff; color: #102048;} 

.avalabl_sec{ position: relative;}
.avalabl_sec p{ width:100%; max-width: 1200px; font-size: 18px;
    font-weight: 400; line-height: 28px; color:#2C2C2C; text-align:center; margin: 0px auto;}
.device-bx{ margin: 36px auto;}
.device-bx img{ width: 100%;}

.r1{ position: absolute; width: 92px; height: 92px; display: block; top: 386px;
    right: 320px;} 
.r2{ position: absolute; width: 60px; height: 60px; display: block; bottom: 210px;
    right:502px;} 
.r3{ position: absolute; width: 30px; height: 30px; display: block; top: 410px;
        right:560px;}  
        
        
.l1{ position: absolute; width: 80px; height: 80px; display: block; top: 365px;
            left: 460px;} 
.l2{ position: absolute; width: 45px; height: 45px; display: block; bottom: 210px;
            left:432px;} 
.l3{ position: absolute; width: 28px; height: 28px; display: block; top: 450px;
                left:200px;}   



                /* =========================== Footer ========================== */

footer{ background:#6287F6; padding-top: 70px; position: relative;}  
.fotr-logo{ width:100%; max-width:180px; float:left; }
.fotr-logo img{ width: 100%;}
.fotr-link { margin:0px; padding:0px; } 
.fotr-link li{ list-style:none; position:relative;  } 
.fotr-link li:before{ background: url(../images/ftr-bult.png) center center no-repeat; position: absolute; content: "";
  left: 0; top:14px; width: 8px; height: 9px; }
.fotr-link li a{ display:block; color:#fff; font-size: 17px;
    font-weight: 400; line-height: 36px; padding-left:20px; transition:0.6s;  }
.fotr-link li:hover a{ letter-spacing:0.5px; } 

.cont-link{ margin:0px; padding:0px; }
.cont-link li{ list-style:none; font-size: 18px;
    font-weight: 500; line-height: 70px; color:#fff;}  
.cont-link .cicon{ width:40px; height:40px; border-radius:100%; background:#fff; float:left; position: relative;} 
.cont-link li{ overflow:hidden; margin-bottom: 20px;}
.cont-link li span{ display:inline-block; }   
.cnt-lnk{ width: 85%; float: right; line-height: 36px; color: #fff; transition: 0.6s;}  
.cnt-lnk:hover{color: #DEF3FF} 
.cont-link .cicon img{ position:absolute; left:0; right:0; top:0; bottom:0; margin:auto; } 

.fblu_btn{ display:table; color:#fff; font-size: 18px; background: #2A55D4; letter-spacing: 0.06em; text-transform: uppercase;
 box-shadow: 0px 5px 10px #557EFA; border-radius: 20px; font-weight: 500; line-height: 50px; padding:10px 30px; transition:0.6s;
  text-align:center; width:100%; max-width:300px; height:70px; margin-bottom:15px; } 
.fblu_btn:hover{ background: #F32C67; color:#fff;}  

.fotr-botm{ border-top:1px solid #86A4FF; margin-top:25px; }   
.fotr-botm span{  color:#fff; font-size: 18px; font-weight: 400; line-height: 60px; display: block; margin-top: 10px;} 
.footer-socal{ margin-top:14px; text-align:right; }
.footer-socal li{ list-style:none;  display: inline-block; margin: 4px;}
.footer-socal li a i{
    width: 44px;
    height: 44px;
    border: 1px solid #FFFFFF;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: white;
    transition: 0.4s all;
}

.footer-socal{ margin-bottom: 20px;}
.footer-socal li a i:hover{ color: #2C2D4E; background: #fff;}       

.chatbx{ width: 100%; max-width: 150px; background: #FFFFFF;
    box-shadow: 0px -9px 20px -10px #ACBBE9; border-radius: 100px; position: absolute; top: -40px; right: 100px;} 
.chat-head { display: block;  padding: 0px 16px; text-align: left;}  

.chat-head span{ color: #1A2D61; font-size: 18px; font-weight: 600; line-height: 70px; }

.copy_right{
    text-align: right;
}

.copy_right a{
    color: #fff;
    text-decoration: underline !important;
}


@media (max-width: 1500px){


  nav.menu { padding: 10px 30px;}
  nav.menu ul li { margin: 0 25px;}
  nav.menu ul li a {  font-size: 14px;}

  
  label.logo img { width: 150px;}


  .headmenu{ padding: 5px 65px;}
   header label.logo{ top:12px; }
  .banner .bnr_pbx { max-width: 525px; top: 100px;}
  .bnr_txtcel h2.blktxt,.bnr_txtcel h2.sblutxt{ font-size: 42px; line-height: 44px;}
  .bnr_txtcel h6{ font-size: 22px; }
  .bnr_txtcel p{ font-size: 15px;}

  .inrbnr_covr .bnrtxt-bx h3 { font-size: 46px;}
  .inrbnr_covr .bnrtxt-bx h4 { font-size: 36px; font-weight: 300;}


  

  .twinfix_btncel{  top:230px;}
  .fix_btn{ font-size: 14px; }

  .comn_sec{ padding: 50px 0px; }
  .comn_sec h1,.comn_sec h2{ font-size: 36px; line-height: 40px; margin-bottom: 12px;}

  .comn_sec .container, footer .container {
        max-width: 1190px;}

  .modul_sec p, .usr_account_sec p, .vdo_sec p,.avalabl_sec p { font-size: 14px; max-width: 690px; line-height: 22px;}  
  .avalabl_sec p { font-size: 14px; max-width: 940px; line-height: 22px; }
  .innr_sec p { font-size: 15px; line-height: 22px;}

  .modul_sec{ padding-bottom: 0px; padding-top: 10px;}
  .modul_crvbx h6 { font-size: 13px; line-height: 18px; height: 35px;}
  .modul_crvbx{ padding: 16px; height: 130px; border-radius: 15px; margin-top: 40px;}
  .mdul-icn img{ width: 100%; }
  .shrt-nfo { padding: 0px 190px;}
  .blucornr { width: 111px;height: 105px;}
  .dload_btn{ height: 40px; line-height: 26px; font-size: 14px; border-radius: 15px}

  
  .why_sec p,.why_cont ul li { font-size: 14px;}
  .why_sec h3 { font-size: 29px; line-height: 35px;}
  .why_sec h6 { font-size: 18px;}
  .why_pic img{ width: 100%;}
  .mor_btn{ height: 40px; line-height: 26px; font-size: 14px; 
    border-radius: 15px; padding: 10px 45px;}

    .why_cont.why_cont ul li ul li{ font-size: 14px;}
 

  .round-bx-cel ul li h6 { font-size: 17px; line-height: 60px;}
  .circl { width: 162px; height: 162px; border:18px solid #fff;}
  .benefit_sec{ padding-bottom: 0px;}
  .benfit-box h4{ font-size: 22px; line-height: 30px;}
  .benfit-box ul li { font-size: 13px; line-height: 18px; margin-bottom: 28px;}
  .benfit-box ul li:before { width: 20px; height: 20px;}

 .ftrcel .crtft_cel ul li { border-radius: 6px; width: 72px; height: auto; margin-right: 8px; }
 .ftrcel ul li { margin: 0px 0 8px 0px; }

 .features_sec p { font-size: 14px; line-height:22px; max-width: 780px;}
 .feature-box h6 {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 0px;
    height: 65px;}
 .feature-box p{ margin: 2px 0; }
 .feature-box a{ font-size: 13px;}
 .feature-cel .owl-prev,.feature-cel .owl-next {
    width: 38px;
    height: 38px; margin: 0px 6px;}

 .feature-cel .owl-prev span,.feature-cel .owl-next span{ width: 34px; height: 34px;}

 .features_sec.features_sec.features_sec .feature-cel .owl-nav{ top:-92px; }


 .feature-box{ border-radius: 15px;}

 .ccbx{right:-6px; }
 .fotr_botm p { font-size: 15px;}
 .fotr-logo { max-width: 150px;}
 .fblu_btn { padding: 10px; max-width: 220px;}


 .comn_sec.conctus_sec h2{ font-size: 40px;}
 .conctus_sec span{ font-size: 16px;}

 .nput-bx {
    padding-left: 26px;
    border-radius: 15px;
    height: 50px;
    margin-bottom: 15px;
    font-size: 14px;
}

.sbmit-btn{ max-width: 160px; height: 50px; border:0px; color:#fff; font-weight: 600;
    font-size: 14px;  margin: 20px auto; border-radius: 15px;}

 

  .bnr_txtcel{ margin: 144px auto 170px; padding-left:85px; max-width:740px; float: left;}
  .bannerSlide .owl-dots .owl-dot {
    width: 14px; height: 14px; border: 2px solid #727FA7; margin: 3px; }
  .grnball { bottom: 26px; left: 30px; width: 45px; height: 45px;}

  .fotr-link li a{ font-size: 14px;}
  .cnt-lnk { width: 80%; font-size: 15px;}
  .fblu_btn{ font-size: 14px; height: 34px; line-height: 34px; border-radius: 15px;}

  .fotr-botm span{ font-size: 13px;}
  .footer-socal { margin-bottom: 10px;}
  .footer-socal li{ margin: 4px 2px;}
  .footer-socal li a i {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    font-size: 15px;
}



.device-bx img{ width: 100%;}

.r1 img,.r2 img,.r3 img,.l1 img,.l2 img,.l3 img,.conct_pic img{ width: 100%;}

.r1 {
    width: 72px;
    height: 72px;
    top: 260px;
    right: 200px;
}


.r2 {
    width: 42px;
    height: 42px;
    bottom: 170px;
    right: 325px;
}


.r3 {
    position: absolute;
    width: 18px;
    height: 18px;
    top: 280px;
    right: 390px;
}


.l1 {
    width: 60px;
    height: 60px;
    top: 285px;
    left: 330px;
}

.l2 {
    width: 32px;
    height: 32px;
    bottom: 160px;
    left: 312px;
}

.l3 {
    width: 20px;
    height: 20px;
    top: 380px;
    left: 180px;
}

.chat-head span {
    color: #1A2D61;
    font-size: 13px;
    font-weight: 600;
    line-height: 55px;
}

.chatbx .chat-head img{ width: 30px;}
.chatbx{ top: -32px; max-width: 125px;}



.vdo_sec{ padding-bottom: 0px;}
.vdo-bx {
    width: 80%;
    margin: 0px auto;
}

.vdo-bxcovr:before{ left:-20px; top:-10px;}
.play-btn { width: 225px; height: 225px;}
.play-btn img{ width:100%;}

.vdo-bxcovr:after {
    bottom: -16px;
    right: 8px;
    width: 195px;
    height: 100px;
}

.feature-cel .owl-prev{ margin-top: 7px;}




.innrbody .comn_sec.innr_sec h2.dulline { line-height: 48px;}
.inrbanr:after{ right: 280px;}
.inrbanr-contntbx .bnrtxt-bx { width: 640px;}
.inrbanr-contntbx { max-width: 1220px;}

.multy_modul_sec.multy_modul_sec h3 {
    font-size: 48px;}
.multy_modul_sec.multy_modul_sec .modul_cel h2{ font-size: 34px; line-height: 45px;}

/* .topbx figure{ width: 50px; height: 50px;} */
.topbx figure img{ width: 100%;}
.clint_bx .topbx .short_nfo { width: 70%; font-size: 15px; padding-top: 6px; line-height: 18px;}
.clint_bx .botmbx label,.botmbx .clint_adrs_bx{ font-size: 15px; line-height: 20px;}


.contct_sec.contct_sec .cont-link li .cnt-lnk { width: 88%;}

.multy_modul_sec.multy_modul_sec .modul_cel ul li { font-size: 14px; padding-left: 28px;}
.multy_modul_sec.multy_modul_sec .modul_cel ul li:before {
      position: absolute;
      content: "";
      width: 20px;
      height: 19px;
      top: 1px;}
  
  
.pic_pdlft.pic_pdlft { padding-left: 0px;} 
.contct_sec .reqtxt{ font-size: 15px;}  


.contct_sec.contct_sec .cont-link label { font-size: 18px;}
.contct_sec .cont-link li .cnt-lnk a{ line-height: 25px;}


.multy_modul_sec.multy_modul_sec .sky_circl {
    width: 380px;
    height: 380px; float: none;
    margin: 0px auto;}

.multy_modul_sec.multy_modul_sec .sky_circl figure {
        left: 0; right: 0;
    }    

.multy_modul_sec.multy_modul_sec .modul_topgap {
        margin-top: 100px;
    }

.multy_modul_sec.multy_modul_sec .sytmpic2 img{ height: 400px;}

}




@media (max-width: 1250px){
    .comn_sec .container, footer .container {
        max-width: 1084px;}

    .mdul-icn {  width: 25px;} 
    nav.menu ul li { margin: 0 18px;} 
    
    .inrbanr-contntbx .bnrtxt-bx { width: 336px;}
    .inrbanr-contntbx .bnrtxt-bx h3 { font-size: 40px;}
    .inrbanr-contntbx .bnrtxt-bx h4 { font-size: 32px;  line-height: 24px;}
    .inrbanr .container { max-width: 850px } 

    .inrbanr-contntbx.inrbanr-contntbx{ margin: 105px 0 80px; max-width: 740px;}
    .inrbanr-contntbx .inrbnr-picbx{ width: 400px; bottom: -174px;}

    .clint_bx.clint_bx{ border-radius: 15px; padding: 20px;}
    .clint_bx .topbx .short_nfo { width: 76%; font-size: 14px; padding-top: 0px; line-height: 18px;}
    .clint_bx .botmbx label, .botmbx .clint_adrs_bx {
        font-size: 14px; line-height: 16px;}

    .fotr-link li a{ line-height: 30px;}  
    footer .cont-link li { margin-bottom: 15px; }  
    /* .topbx figure { width: 40px; height: 40px; } */

    .clint_sec .topbx figure{ float: none; margin: 0px auto;}
    .clint_sec .topbx {
        width: 50px;
        height: 60px;
    }

    .contct_sec.contct_sec .cont-link label {font-size: 16px;}
    .contct_sec.contct_sec .cont-link li .cnt-lnk a { line-height: 22px; font-size: 14px;}
    
    .benfit-box ul li { margin-bottom: 18px;}

    
}



@media (max-width: 1199px){  
    
   .comn_sec h1,.comn_sec h2{ font-size: 34px; line-height: 42px;}
   .dmn_crvbx h4,.exprt_crvbx h6 { font-size: 15px;} 
   .modul_crvbx h6 { font-size: 12px;}

   .ftrcel ul li a, .adrscel li{ font-size: 14px;}
   .crtft_cel ul li { width: 68px;}
   .ftrcel ul.socalbx li:first-child{ padding-left:6px; }
   .modul_crvbx { padding: 16px 10px; margin-top: 28px;}
   .comn_sec{ padding: 50px 0px; }

   .ftrcel h5 { font-size: 22px;}
   .ccbx h6{ font-size: 20px; }
   .ccbx span { font-size: 14px;}
   .tbal_lrg { bottom: 60px; right: 170px; width: 45px; height: 45px;}
   .tbal_sml { width: 25px; height: 25px; bottom: 120px; right: 260px;}
   .bnr_txtcel p { font-size: 13px; line-height: 20px;}
   .bnr_txtcel { padding-left: 56px; margin: 120px auto 145px; max-width: 575px;}
   .banner .bnr_pbx { max-width: 450px;}
  .bnr_txtcel h2.blktxt, .bnr_txtcel h2.sblutxt { font-size: 40px;}
  .bnr_txtcel h6 { font-size: 19px;}

  .mor_btn { height: 40px;
    line-height: 30px;
    font-size: 15px;
    margin-top: 20px;
    border-radius: 15px;}

  .fotr_botm { padding: 10px 0px;}
  .benfit-box h4 {font-size: 20px; line-height: 22px;}
  label.logo img {width: 160px; }
  nav.menu { padding: 10px 2px;}
  .comn_sec.modul_sec{ padding: 0px;}
  .comn_sec.benefit_sec{ padding-bottom: 0px;}
  .fblu_btn{ padding: 10px 20px; font-size: 13px;  height: 40px;
    line-height: 32px;}
  .cnt-lnk { font-size: 13px;}
  .benfit-box ul li{ margin-bottom: 14px;}
  .benfit-box ul li:before { width: 17px; height: 17px;}


  .bfit-img { left: 45px;}
  .wht-round { width: 175px; height: 175px;}

  .features_sec p { font-size: 12px;}
  .feature-box h6 { font-size: 13px;}
  .why_sec p,.why_cont ul li { font-size: 13px;}

  .feature-cel .owl-prev, .feature-cel .owl-next {
    width: 36px;
    height: 36px;}

  .feature-cel .owl-next span,.feature-cel .owl-prev span { width: 20px; height: 20px;}
  .sbmit-btn{ border-radius: 15px;}

  .dload_btn{ padding: 10px 25px; font-size: 14px; border-radius: 12px}
  .mor_btn{ padding: 6px 25px; font-size: 14px; border-radius: 12px}
  .sbmit-btn{ padding: 6px 25px; font-size: 14px; border-radius: 12px; width: 150px;}


  .why_cont.why_cont ul li ul li{ font-size: 13px;}

} 


@media (max-width: 991px){
    .bannerSlide .owl-dots .owl-dot.active,.bannerSlide .owl-dots .owl-dot{ width: 14px !important; height: 14px !important;}
    .fix_btn { font-size: 12px; border-radius: 0px 15px 15px 0px;}
    label.logo img { width: 120px;}
    nav.menu ul li {margin: 0 10px;}
    nav.menu ul li a { font-size: 13px;}

    .comn_sec .container, footer .container {
        max-width: 880px;
    }

    .round-bx-cel ul li h6 {
        font-size: 15px;}

    .circl {
            width: 145px;
            height: 145px;
            border: 14px solid #fff;
        } 
    .round-bx-cel ul li + li .circl span,.circl span {
            width: 60px;
            height: 60px;
        }  
        
    .modul_sec p, .usr_account_sec p, .vdo_sec p, .avalabl_sec p { font-size: 13px;}  
    .feature-box h6{ height: 40px;} 

    .features_sec p{ max-width: 590px;}

    .feature-cel .owl-nav {
        /* width: 98px; */
        position: absolute;
        right: 0;
        top: -130px;
    }

    .fblu_btn,.fotr-link li a { font-size: 12px;} 
    .cont-link .cicon {  width: 36px; height: 36px;}
    .cnt-lnk { font-size: 11px;}
    .fotr-botm span { font-size: 10px; line-height: 50px;}
    .footer-socal li a i {
        width: 30px;
        height: 30px;
        border-radius: 8px;
        font-size: 14px;
    }


    .clint_bx.clint_bx {
        border-radius: 15px;
        padding: 12px;
    }

    .topbx figure {
        width: 42px;
        height: 42px;
    }


    .contct_sec.contct_sec .cont-link { padding-left: 60px;}
    .contct_sec .cont-link li .cnt-lnk a {padding-right: 20px;}
    .contct_sec.contct_sec .cont-link .cicon {
        width: 35px;
        height: 35px;}

    .contct_sec.contct_sec .cont-link li .cnt-lnk {
       width: 86%;  } 
    .contct_sec.contct_sec .cont-link li .cnt-lnk a {
      color: #2c2c2c; line-height: 18px; }  
    .contct_sec .contpag_form { padding-right: 20px; }

    footer{ padding-top: 50px;}
    footer .cont-link .cicon {
        width: 30px;
        height: 30px;
        padding: 16px;
    }

    .fotr-logo { max-width: 140px;}

    .inrbanr-contntbx .bnrtxt-bx h3 { font-size: 30px;}
    .inrbanr-contntbx .bnrtxt-bx h4 { font-size: 22px;  line-height: 24px;}

    .comn_sec h1,.comn_sec h2,.comn_sec.conctus_sec h2{
        font-size: 28px;
        line-height: 34px;
    }

    .conctus_sec span {
        font-size: 15px;
    }

    .why_cont.why_cont ul li ul li{ font-size: 11px;}

}



@media (max-width: 768px){

    .comn_sec.why_sec.multy_modul_sec .sky_circl {
        width: 300px;
        height: 300px;
        border-radius: 100%;
        margin-bottom: 40px;}

    .multy_modul_sec .modul_cel h2 {
        font-size: 24px;
        line-height: 30px;
    } 
    
    .multy_modul_sec .modul_cel ul {
        column-count: 1;
    }

    .multy_modul_sec.multy_modul_sec .modul_cel ul li { margin-bottom: 10px; font-size: 12px;} 

    .multy_modul_sec .sky_circl .sytmpic2 img {
        width: 180px;
        height: 300px;
    }

    .multy_modul_sec .sky_circl .sytmpic2{ text-align: center;}

    .multy_modul_sec.multy_modul_sec .modul_cel ul {
        margin-top: 25px;
    }

    .multy_modul_sec{ padding: 0px 0;}
}







@media (max-width: 768px){

   .checkbtn {
        display: block;
    }


    header nav.menu{ height: 85px; }

    header label.logo {
    top: 18px;
}

    nav.menu ul {
        position: absolute;
        top: 86px;
        line-height: 50px;
       padding: 0px 16px;
        right: -111%;
        float: none;
        background: #1A6CE7;
        width: 100%;
       
        height: auto;
        transition: .5s all;
        z-index: 999;
    }

    nav.menu ul li {
        display: block;
        text-align: left;
        margin: 0; border-bottom: 1px solid #c7c7c7;
    }

  

    nav.menu ul li a {
        display: block;
        padding: 0;  color: #cff4ff;
    }

    nav.menu ul li.active a,
    nav.menu ul li a:hover {
        color: #fff;
    }

    #check:checked~ul.menu-toggle {
        left: 0;
    }


    .menuBorder i {
        border: 0px solid #23BFF1;
        width: 23px;
        height: 34px;
        line-height: 33px;
        text-align: center;
        border-radius: 5px;
    }

    label.logo {  }
        .fa-bars:before {
        content: "\f0c9";
        color: #39affd;
    }

    nav.menu ul li.active a:after, nav.menu ul li a:hover:after{
      display: none;
    }

    nav.menu ul li:last-child {
        margin: 0;
        border-bottom: 0px;
    }

     .book_bx{ float: left; }
    





    .banner .container{ 
        max-width: 100%;
        padding: 0px;}


     .banner .bnr_pbx { max-width: 455px;}
     .bnr_txtcel h2.blktxt, .bnr_txtcel h2.sblutxt {  font-size: 30px; line-height: 32px;}
     .bnr_txtcel h6 { font-size: 14px; line-height: 36px;}

     .mor_btn {
      width: 140px;
      height: 45px;
      line-height: 32px;
      border: 0px solid;
      font-size: 12px;
      margin-top: 10px;}


      .sbmit-btn{
        height: 45px;
        line-height: 32px;
        border: 0px solid;
        font-size: 12px;
        margin-top: 10px; }


      .why_cont.why_cont ul li ul li {
        line-height: 18px;
        background: url(../images/bult-icn2.png) 0 5px no-repeat;
    }

    .conctus_sec .nput-bx {
        padding-left: 26px;
        border-radius: 10px;
        height: 40px;
        margin-bottom: 15px;  }

        .twinfix_btncel.twinfix_btncel {
            bottom: 50px !important;
            top: auto!important;
        }    
        .bannerSlide .owl-dots .owl-dot.active, 
        .bannerSlide .owl-dots .owl-dot {
            width: 10px !important;
            height: 10px !important;
        }


     
    .comn_sec {
        padding: 20px 0px;}
    .comn_sec h2 { font-size: 28px;}

    .why_sec .container{ 
        width: 95%;
    }

    .round-bx-cel .circl {
        width: 125px;
        height: 125px;
        border: 12px solid #fff;
    }

    .round-bx-cel ul li{
        min-height:160px;
    }

    .round-bx-cel ul li h6{
        line-height: 17px;
        font-weight: 400;
        margin-top: 6px;
    }

    .benfit-box {
        padding: 20px 22px;}
    
    .benfit-box h4 {
            font-size: 18px;}

    .bfit-img {
        left: 45px;
        width: 70%; } 
        
    .benfit-box ul li {
        font-size: 12px; }  
        
   .feature-cel { margin-bottom:0px;}   
    
   

    

    
    

    .modul_sec{ padding: 30px 0px 50px; }
    .modul_crvbx { margin: 10px auto; }
    .modul_crvbx h6 { font-size: 13px;
     line-height: 15px; bottom: -40px;}
    .modul_crvbx img {margin: 1px auto;}


    


    

    .ftrcel h5 { font-size: 20px; margin-bottom: 20px;}


} 



@media (max-width: 767px){

    .bnr_txtcel{ 
        background-color: rgba(250,250,250,0.8);
        padding: 25px;
        width: 95%;
        margin:80px auto 0px !important;
        float: none;}
        
        .twinfix_btncel {
            right: 0;
            width: 40px;
        }

    .dload_btn {
        padding: 6px 6px;
        font-size: 10px;
        border-radius: 6px;
     }

    .bnfit-picbx{
        width: 280px;
        float: none;
        margin: 0px auto;
    }

    .blucornr {
        width: 130px;
        height: 120px;
    }

    .modul_crvbx .mdul-icn {
        width: 36px;
        height: 36px;
    }

    .device-bx {
        margin: 36px auto;
        width: 90%;
    }

    .headmenu {
        padding: 5px 10px !important; }

    .checkbtn{ line-height: 50px;}
    .dload_btn {
        padding: 6px 10px;
        font-size: 11px;
        border-radius: 8px}

    .round-bx-cel.round-bx-cel ul li h6 {
            font-size: 12px !important; }   

    .fix_btn.fix_btn{ z-index: 9999 !important;}
    
    .modul_sec.modul_sec { padding-top: 15px;}
    .comn_sec h2 {  font-size: 24px; }
    .features_sec.features_sec.features_sec .feature-cel .owl-nav {
        top: -76px; }

    .fotr-botm span { line-height: 24px;} 

    .bnr_txtcel.bnr_txtcel h2{ font-size: 25px; line-height: 24px;}

    .bannerSlide .owl-dots{ bottom:0; left:auto; right: 55px;} 
   
}



@media (max-width: 640px){
    .round-bx-cel .circl {
        border: 6px solid #fff;}

    .cnt-lnk {
            width: 88%; 
         }   

    .copy_right{ text-align: center;}   
    .footer-socal{ text-align: center; margin: 0px !important;}

    .round-bx-cel ul{ display: block; text-align: center;}
    .round-bx-cel ul li {
        min-height: 160px;
        width: 47%;
        display: inline-block;
    }

    .round-bx-cel ul li:nth-child(2), .round-bx-cel ul li:nth-child(4) {
        margin-top: 0px; }

    .round-bx-cel ul li {
        margin-top: 6px;  }  
        
    .feature-cel .owl-prev,.feature-cel .owl-next { width: 26px;
        height: 26px;} 
    .feature-cel .owl-prev span,.feature-cel .owl-next span {background-size: contain; width: 10px;
        height: 10px;}

    
    .modul_sec .col-md-2 {
        width: 50% !important;
        display: inline-block !important; } 
    
    .modul_sec .row{ text-align: center !important;
        float: none;
        margin: 20px auto;
        width: 95%; }

    .fblu_btn{ width: 48%; 
        display: inline-block;
        line-height: 22px;
        border-radius: 8px;
        margin-bottom: 2px;
        padding: 10px 10px;}  
        
        
    .feature-cel .owl-stage-outer{
            width: 100%;
            margin-left: 4%;
     } 
  

   
}


@media (max-width: 520px){
    nav.menu ul {
        position: absolute;
        line-height: 40px;
        top: 65px;
        right: -117%;}

      
}







 /* =======================   Why offbeat page  =======================   */

 .inrbnr_covr{ background: #6287F6; position: relative;}

 .inrbnr_covr:after{ position: absolute; content: ""; background: url(../images/inrbanr-bg-rght.png) 0 0 no-repeat; background-size: contain;
    top:0; right: 0; width: 928px; height: 384px;}

.inrbanr{ position: relative; padding: 5px 0; }
.inrbanr-contntbx{ width: 100%; max-width: 1200px; margin: 165px 0 80px; position: relative; }   
.bnrtxt-bx{  width: 560px; float: left;} 
.bnrtxt-bx h3{ font-size: 56px; font-weight: 700; line-height: 50px; color: #fff; text-align: right;} 
.bnrtxt-bx h4{ font-size: 44px; font-weight: 300; line-height: 40px; color: #fff; text-align: right;}   

.inrbnr-picbx{ position: absolute; bottom:-145px; right: 0; width: 451px; height: 296px; z-index: 9;}
 .inrheadr{ background: #6287F6;}
 .inrheadr nav.menu ul li a{ color: #fff;}
 .inrheadr nav.menu ul li.active a:after, .inrheadr nav.menu ul li a:hover:after{ background-color: #fff;}

 .innr_sec h1{ text-align: left; margin-bottom: 20px;}
 .top_gap{ margin-top: 60px;}
 .comn_sec.innr_sec h2.dulline{ line-height: 60px; margin-bottom: 20px;}  
 
 .fram-bordr{ width: 100%; max-width: 560px; border:14px solid #6287F6;
    border-radius: 20px; overflow: hidden; float: right; margin-top: 90px;}
 .fram-bordr img{ width: 100%;}  
 
 .inrbnr-picbx img{ width: 100%;}

/* =======================   Module page  =======================   */



  .innrbody .modul_sec{ padding-top: 100px;}
  .multy_modul_sec .modul_cel h2{ font-size: 46px; font-weight: 500; line-height: 80px; color: #3c3c3c;}
  .multy_modul_sec h3{ font-size: 56px; font-weight: 600; line-height: 80px; text-align: center; margin-bottom: 20px;}
  .multy_modul_sec .modul_cel ul{ margin-top: 40px;}
  .multy_modul_sec .modul_cel ul li{ position: relative; padding-left: 40px; list-style: none; margin-bottom: 24px;}
  .multy_modul_sec .modul_cel ul li:before {
    position: absolute;
    content: "";
    width: 24px;
    height: 24px;
    left: 0;
    top: 4px;
    background: url(../images/round-tick.png) no-repeat center / contain !important;
}

.modul_pdlft{ padding-left: 80px;}
.modul_topgap{ margin-top: 50px;}

.multy_modul_sec .sky_circl{position: relative; background: #E2F2FB; width: 480px; height: 480px; border-radius: 100%; 
    margin-bottom: 40px;}

.multy_modul_sec .sky_circl img{ width: 100%;}


.sky_circl figure{position: absolute;
    bottom: 60px;
    left: 30px;}

.pic_pdlft { padding-left: 200px;}  
.sky_circl figure.sytmpic2{ position: absolute; left: 0; right: 0; top:0; bottom: 0; margin: auto; width: 233px;} 



/* =======================   Client page  =======================   */

.clint_bx{ background: #FFFFFF;
    box-shadow: 0px 14px 18px -1px rgb(223 235 243); margin-bottom: 24px;
    border-radius: 20px;
    padding: 25px;}

.topbx{ width: 80px; height:90px; float: none;
    overflow: hidden;
    margin: 5px auto; /* border-bottom: 1px dashed #898989;  */}   
.topbx figure{ float: left; margin-bottom: 5px;}
/* .topbx .short_nfo{  float: right; width: 74%; color: #323232; font-size: 18px; font-weight: 600; line-height: 22px; font-family: 'Montserrat', sans-serif; padding-top: 10px; margin-bottom: 5px;} */

.topbx figure img{ width: 100%;}

.botmbx{ padding-top: 6px;}
.clint_bx label{ color: #323232; font-size: 18px; font-weight: 600; line-height: 22px; font-family: 'Montserrat', sans-serif; display: block; text-align: center; height: 45px;} 
.clint_adrs_bx{ color: #808080; font-size: 18px; font-weight: 400; line-height: 22px; font-family: 'Montserrat', sans-serif; display: block; margin-top: 5px;}


/* =======================   Salient Features page  =======================   */

.silant_feture_sec .row{ margin-top: 50px; }
.silant_feture_sec .feature-box{ margin-bottom: 45px;}

.lfrgt_nonpdng{ padding-left: 0px; padding-right: 0px;}


/* =======================   Contact page  =======================   */

.innr_sec.contct_sec h1{ margin-bottom: 0px;}

.reqtxt{ display: block;
    color: #466FB8;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;}

.contpag_form { margin-top: 40px; padding-right: 100px;}   
.nput-txtarea{ resize: none; height: 100px;}

.contpag_form .nput-bx{ margin-bottom: 25px; border: 1px solid #e9ebf3;}


.contct_sec .cont-link{ margin: 0px; padding: 0px;}
cont-link

.cont-link li{ list-style:none; font-size: 18px;
    font-weight: 500; line-height: 70px; color:#fff;}  
.cont-link .cicon{ width:40px; height:40px; border-radius:100%; background:#fff; float:left; position: relative;} 
.cont-link li{ overflow:hidden; margin-bottom: 20px;}





.contct_sec .cont-link{ margin: 0px; padding: 0px; padding-left: 100px; border-left: 1px dashed #606570;}

.contct_sec .cont-link li{ overflow:hidden; margin-bottom: 20px; list-style:none; font-size: 18px;
    font-weight: 500; line-height: 70px; color:#2c2c2c;}
.contct_sec .cont-link li span{ display:inline-block; }  
.contct_sec .cont-link .cicon{ width:40px; height:40px; border-radius:100%; background:#fff; float:left; position: relative; border: 1px solid #B4C0D5; margin-top: 10px;}

.contct_sec .cont-link li .cnt-lnk{ width: 90%;}
.contct_sec .cont-link li .cnt-lnk a{color:#2c2c2c; line-height: 30px; padding-right: 80px; display: block;}

.contct_sec .cont-link label{ width: 100%; font-size: 20px;
    font-weight: 600; line-height: 36px; color:#2c2c2c;}

.cont-sbmit-btn{ float: right; }    




  /* =================== 9-12-2022  ===================  */


  .why_cont ul li ul{ margin: 10px 0 10px; column-count: 2;}
  .why_cont ul li ul li{ margin: 0 0 1px;
    padding: 0 0 0 20px;
    list-style: none;
    color: #2C2C2C;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    background: url(../images/bult-icn2.png) 0 9px no-repeat;
}


.popup_form{ margin-top: 0px;
    padding-right: 0px;}

.popup_form .nput-bx{ border-radius: 10px;}  

.modul_cel ul{ column-count: 2;}

.popup_form .nput-bx {
    margin-bottom: 14px; border: 1px solid #e9ebf3;
}


.whyofbeat_sec h6{ margin-top: 25px; font-size: 20px; font-weight: 600; margin-bottom: 15px;} 
.whyofbeat_sec ul li{ font-size: 14px;;}

.whyofbeat_sec.whyofbeat_sec .benefit_point_cel li{ position: relative; list-style: none; margin-bottom: 16px; padding-left: 33px;}

.whyofbeat_sec.whyofbeat_sec .benefit_point_cel li:before{
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    left: 0;
    top: 2px;
    background: url(../images/round-tick.png) no-repeat center / contain !important;
    
}

.privcy-policy.privcy-policy h1{
    margin-bottom: 10px;
}

.privcy-policy h6{
    margin: 0 0 20px;
}

.bpld-para-spn span{
    font-weight: 600;
}

.margn-top{
    margin-top: 20px;
}

.margn-top.margn-top li{
    font-size: 17px;
}

.summary-info{
    margin: 20px 0;
}

.summry-header.summry-header{
    font-size: 28px;
    line-height: initial;
    margin-bottom: 15px;
}

.summary-info h5{
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 20px;
}

.summary-info.summary-info p{
    margin-bottom: 18px;
}

.summary-info.summary-info p:last-child{
    margin-bottom: 0px;
}

.summary-info h5 a, .summary-info p a{
    text-decoration: underline !important;
}

.contnt-list{
    list-style: none;
}

.contnt-list.contnt-list li{
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 9px;
}

.contnt-list.contnt-list li a{
    text-decoration: underline !important;
}

.undrlne.undrlne{
    text-decoration: underline !important;
}

.bold{
    font-weight: 600;
}

.underline-para.underline-para span{
    font-weight: 600;
    text-decoration: underline;
}

.address.address li{
    font-size: 17px;
    list-style: none;
    margin-bottom: 3px;
    color: #585A60;
}


@media (max-width: 1500px){

    .whyofbeat_sec.whyofbeat_sec .benefit_point_cel li {
        margin-bottom: 20px;}

    .silant_feture_sec.silant_feture_sec .feature-box p {
            height: 115px;
        }

        .margn-top.margn-top li {
            font-size: 15px;
        }

        .address.address li {
            font-size: 15px;
            margin-bottom: 1px;
        }

        .summry-header.summry-header {
            font-size: 22px;
            margin-bottom: 10px;
        }

        .summary-info.summary-info p {
            margin-bottom: 12px;
        }

        .contnt-list.contnt-list li {
            font-size: 15px;
            margin-bottom: 7px;
        }

        .summary-info h5 {
            font-size: 15px;
            line-height: 22px;
            margin-bottom: 14px;
        }

        .privcy-policy h6 {
            margin: 0 0 14px;
            font-size: 17px;
        }

        .privcy-policy h1{
            font-size: 32px;
            line-height: 32px;
        }
        

}



@media (max-width: 991px){
.silant_feture_sec.silant_feture_sec .feature-box p{ height: 165px;}

}

@media (max-width: 768px){

    .silant_feture_sec.silant_feture_sec .feature-box p {
        height: 200px;}
    .silant_feture_sec .row {  margin-top: 10px; }     
    .silant_feture_sec{ padding-bottom: 10px;}  
    .fblu_btn, .fotr-link li a { font-size: 10px;}

}

.silant_feture_sec .feature-box h6{ height: 65px;}
.silant_feture_sec .feature-box p{ height: 145px;}
.silant_feture_sec h1{  margin-bottom: 0px;} 




@media only screen and (max-width:575px){
    .cont-link {
        margin-top: 12px;
    }
}


footer [data-bs-toggle="modal"] {
    display: none;
}
.chatbox {
    display: none;
    width: 280px;
    height: auto;
    background-color: #DEF3FF;
    position: absolute;
    right: 0;
    bottom: 56px;
    padding: 15px;
    box-shadow: 0 0 10px rgb(222 243 255);
    z-index: 1000;
    border-radius: 8px;
}
.chatbox textarea {
    width: 100%;
    height: 80px;
    border: 1px solid #b5e4ff;
    border-radius: 7px;
    font-size: 14px;
    padding: 10px;
}
.chatbox textarea:focus{
    outline: none;
}
.chatbox button {
    background: #F32C67;
    box-shadow: 0px 5px 10px #FF92B2;
    border: 1px solid #F32C67;
    color: #fff;
    width: 100%;
    border-radius: 5px;
    font-size: 14px;
    padding: 4px 0;
    margin-top: 5px;
    text-transform: uppercase;
    transition: .4s all;
}
.chatbox button:hover{
    background: none;
    color: #000;
    background: #fff;
}