.nav-bar {
    background: #f8f9fa;
}

.navbar-nav {
    margin-left: 30px;
}

.nav-link {
    font-family: 'open sans', sans-serif;
    font-style: normal;
    font-size: 14px;
    font-weight: 700;
}

.BradcumBox1 {
    padding:5px;
}

.BraCumbanner {
    height:260px;
    padding-top: 40px;
    margin-top: 0px;
    background-image: url(https://www.connecttoindia.com/cti/img/BusEmail.webp);
    background-size: cover;
    padding-bottom: 40px;
}

.nclass{
    background: #007bff;
    width: 150px;
    color: #ffffff;
    border-radius: 30px;
    text-align: center;
    font-size: 13px;
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: rgb(0 0 0 / 20%) 0px 5px 15px;
    font-family: "Manrope-Regular", sans-serif;
    margin-left: 15px;
    border: 1px solid #007bff;
 }
 
 .nclass1{
    background: #ffffff;
    width: 130px;
    color: #007bff;
    border-radius: 30px;
    text-align: center;
    font-size: 13px; 
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: rgb(0 0 0 / 20%) 0px 5px 15px;
    font-family: "Manrope-Regular", sans-serif;
 }
 .button1 {
    margin-top: 0px;
}
 
 .ptag{
    font-family: "Manrope-Regular", sans-serif;
    letter-spacing: 1.76px;
    text-align: justify;
    font-size: 12px;
    color: #ffffff; 
 }
 
 .mainh1{
    color: #0081fb;
    font-family: "Manrope-Regular", sans-serif;
    color: #ffffff;
    letter-spacing: 5.76px;
    text-transform: uppercase;
    font-size: 15px;
 }
 
 .secandh1{
    color: #0081fb;
    font-family: "Manrope-Regular", sans-serif;
    color: #ffffff;
    letter-spacing: 5.76px;
    text-transform: uppercase;
    font-size: 18px;
 }
 
  .mainh2{
    font: 12px / 1.2 "Manrope-Bold", sans-serif;
    color: #318b66;
    letter-spacing: 5.76px;
    text-transform: uppercase;
    font-weight: 700;
 }
 
  .secandh2{
    font-family: "Manrope-Regular", sans-serif;
    color: #007bff;
    letter-spacing: 5.76px;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 600;
 }
 
 .ptag1{
    font-family: "Manrope-Regular", sans-serif;
    letter-spacing: 1.76px;
    text-align: justify;
    font-size: 12px;
    color: #5e5e5e;  
 }
 
 .title-3{
    font-family: "Manrope-Regular", sans-serif;
    color: #1a2d6b;
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
 }
 
  .ptag2{
    font-family: "Manrope-Regular", sans-serif;
    letter-spacing: 1px;
    text-align: justify;
    font-size: 11px;
    color: #1a2d6b;  
 }
 
 .box1{
    padding: 20px;
    background: #ffffff;
    border-radius: 20px;
    height: 180px;
    margin-bottom: 20px;
 }
 .subt{
    font: 12px / 1.2 "Manrope-Bold", sans-serif;
    color: #fff;
    letter-spacing: 5.76px;
    text-transform: uppercase;
 }
 
  .subtt{
    font-family: "Manrope-Regular", sans-serif;
    color: #fff;
    font-size: 40px;
    margin: 0px 0px 48px;
 }
 
   .ttt{
    font-family: "Manrope-Regular", sans-serif;
    color: #fff;
    font-size: 40px;
    margin: 0px 0px 48px;
 }
 
 .contain1{
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
 }
 
 .secandh3{
    font-family: "Manrope-Regular", sans-serif;
    color: #007bff;
    letter-spacing: 1.76px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
 }
 
 .accordion {
    background-color: #007bff;
    color: #444;
    cursor: pointer;
    padding: 10px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 13px;
    transition: 0.4s;
    color: #ffffff;
    letter-spacing: 0.76px;
    text-transform: uppercase;
    font-weight: 400;
    border-radius: 30px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.active, .accordion:hover {
  background-color: #ccc; 
}

.panel {
  padding: 0 18px;
  display: none;
  background-color: white;
  overflow: hidden;
}

.fd{
    display: flex;
    text-align: center;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
    /*padding-top: 20px;*/
    /*padding-bottom: 20px;*/
    padding-top: 9px;
    padding-bottom: 9px;
}

.mainh22{
    color:#fff;
}

.secandh22{
    color:#fff;
}

        #popup {
            display: none;
            position: fixed;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background-color: white;
            padding: 20px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
            z-index: 1000;
            border-radius: 8px;
            text-align: center;
            width: 90%;
            max-width: 400px;
        }
        #popup .close-btn {
            float: right;
            cursor: pointer;
            font-size: 18px;
            color: #333;
        }
        #overlay {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.5);
            z-index: 999;
        }
        button {
            padding: 10px 20px;
            font-size: 16px;
            margin-top: 20px;
            cursor: pointer;
        }
        #qrcode-container {
            margin: 20px 0;
        }
        .branding {
            margin-top: 10px;
            font-size: 14px;
            color: #666;
        }
        
        .radius {
            border-radius: 30px;
        }
        
        .imgradius {
            width: 100%;
            max-width: 100%;
            height: 100%;
            border-radius: 25px;
        }

.heightone {
    height: 400px;
}

.ConDetails_01 {
    margin-top: 115px;
    margin-left: 25px;
}

.responsive44 {
    width: 50%;
    float: right;
}

.newclassleft {
    position: relative;
    left: 360px;
}

.numberare {
    width: 437px;
}

.mobilebannerone {
        display: none;
}

.searvicearea {
        display: none;
}

.secendpart {
       display: none;
}

.wewrowwhem {
       display: none;
}

.WeGrow {
    display: block !important;
}

.btnareaone {
    display: flex;
    gap: 10px;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    margin-top: -10px;
}

.btntex {
    font-size: 10px;
    background: #103a68;
    padding: 5px 12px 5px 12px;
    border-radius: 20px;
    color: #ffffff;
}

.newformcode {
    padding: 50px;
    background: #ffffff;
    border-radius: 30px;
    box-shadow: rgb(0 0 0 / 30%) 0px 5px 20px;
    width:44%; 
    margin:auto;
}

.scrolltab {
    text-align: center;
    margin-left: auto;
    display: flex;
    justify-content: center;
    
}

.seoclassone {
    height: 257px;
                                    background-size: cover;
                                    padding-top: 115px;
                                    border-radius: 18px;
                                    background-position: top center;
                                    width: 410px;
                                    position: absolute;
                                    top: 229px;
                                    left:90px;
}

.iframone {
    border-radius: 25px;
    padding: 13px;
    box-shadow: rgb(0 131 251 / 21%) 0px 5px 15px;
    max-width: 31%;
    margin-right: 29px;
}

.responsive44 {
    margin-top: -10px;
}

.formBox_01 {
    padding: 30px;
    background: #ffffff;
    border-radius: 30px;
    box-shadow: rgb(0 0 0 / 30%) 0px 5px 20px;
     
    margin:auto;
}

.newFAQsclass {
    display: flex;
    gap: 20px;
    text-align: center;
    flex-wrap: nowrap;
    justify-content: center;
}

.padingarea {
        padding: 25px;
}

.pdinglr {
    padding-left: 50px;padding-right: 50px;
}

.auditareaone {
    padding-left: 50px;
    padding-right: 50px;
    margin-bottom: 30px;
}

.auditsecend {
    height: 400px;
    padding-top: 20px;
    margin-top: 0px;
    background-size: cover;
    padding-bottom: 20px;
    margin-bottom: 30px;
    padding-right: 50px;
}

.auditsecnd {
    padding-left: 50px;
    padding-right: 50px;
    margin-bottom: 30px;
}

.auditfour {
    padding-top: 20px;
}

.quixsectionone {
    margin: 41px;
    border-radius: 10px;
    background: #ededed;
}

.internsifsectionone {
    margin-left: 40px;
    margin-right: 40px;
}

.complainsectionone {
    padding-top: 50px;
    padding-bottom: 20px;
}

.complainsectiontwo {
    padding-left: 50px;
    padding-right: 50px;
    margin-bottom: 30px;
}

.contactpone {
    font-size: 13px;
    padding-top: 15px;
    padding-right: 150px;
    margin-bottom: -5px;
}

.contactptwo {
    font-size: 13px;
    padding-top: 15px;
    padding-right: 150px;
}

.contactsectw {
    background: #e7f0ff;
    padding-top: 100px;
    padding-bottom: 100px;
}

.emailsectionone {
    width: 292px;
    height: 145px;
    margin-left: -15px;
    border-radius: 20px;
}

.patpab {
    padding-top: 80px;
    padding-bottom: 50px;
}

.whymainsec {
    background: #007bff;
    padding-top: 50px;
    padding-bottom: 50px;
}

.demasesectionone {
    width: 17%;
    top: -109px;
    right: 19px;
    position: absolute;
}

.robotone {
    margin-top: -18px;
    margin-left: 38px;
}

.dimasesctionone {
    background-size: cover;
    height: 349px;
    padding: 10px 20px;
}

.wetransf {
    background: #007bff;
    padding-top: 0px;
    padding-bottom: 50px;
    margin-top: 40px;
    margin-bottom: 50px;
    margin-left: 50px;
    margin-right: 50px;
    border-radius: 20px;
}

.languageuse {
    background-image: url(https://www.connecttoindia.com/cti/img/Subtract.svg);
    margin-top: 0px;
    background-size: cover;
}

.languageimg {
    max-width: 100%;
    margin-top: -100px;
    margin-left: -30px;
}

.domainscone {
    padding-left: 80px;
    margin-top: 40px;
}

.domainsecfour {
    padding-top: 20px;
    padding-bottom: 20px;
    background: #277bff;
    padding-left: 50px;
    padding-right: 50px;
    margin-top: 30px;
}

.domainsecsix {
    margin-top: -125px;
    max-width: 130%;
}

.modelmargin {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 80px;
}

.borderradisa {
    border-radius: 20px;
}

.newimgcode {
    width: 292px;
    height: 145px;
    margin-left: -15px;
    border-radius: 20px;
}

.callitwo {
    display: none;
}

.blockclass {
    display: block !important;
}

.moblinelanguagesection {
    display: none;
}

@media only screen and (max-width: 600px) {

.moblinelanguagesection {
    display: block !important;
    margin-top: 30px;
    margin-bottom: 30px;
}

.blockclass {
    display: none !important;
}

.callitwo {
    display: block !important;
}

.mttopone {
    position: absolute;
    bottom: 0px;
}

.newimgcode {
    width: 100%;
    height: 100%;
    margin-left: 0px;
    border-radius: 20px;
}

.newhight {
    height: 220px !important;
}

.modelmargin {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 80px;
}

.right-Sidebar {
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-bottom: 55px;
}

.donplnonclass {
    display: none;
}

.onmore {
    top: -90px !important;
}

.domainhight {
    height: 245px !important;
}

.domainsecsix {
    margin-top: -20px;
    max-width: 100%;
}

.displaynonesec {
    display: none;
}

.domainsecfour {
    padding-top: 20px;
    padding-bottom: 20px;
    background: #277bff;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 30px;
}

.domiansecthree {
        display: none;
}

.screenone {
    margin-left: 20px;
}

.domainscone {
    padding-left: 20px;
        margin-top: 20px;
        padding-right: 20px;
}

.WebDeb-servic_02 {
    font-family: "Inter", sans-serif;
    font-weight: 632;
    font-size: 25px;
    text-transform: uppercase;
    color: #1d6abc !important;
    text-align: center;
    margin: 0px 0;
}

.languageimg {
    max-width: 100%;
        margin-top: 0px;
        margin-left: 0px;
}

.languageuse {
        margin-top: 0px;
    background-size: cover;
    background: #017bff;
}

.martop {
    margin-top: 50px;
}

.wetransf {
    background: #007bff;
        padding-top: 0px;
        padding-bottom: 15px;
        margin-top: 40px;
        margin-bottom: 0px;
        margin-left: 20px;
        margin-right: 20px;
        border-radius: 20px;
}

.dimasesctionone {
    background-size: cover;
    height: 100%;
    padding: 10px 20px;
}

.robotone {
            margin-top: 0px;
        margin-left: 0px;
}

.robotsec {
        display: none;
}

.demasesectionone {
    width: 40%;
    top: -80px;
    right: 19px;
}

.whymainsec {
    background: #007bff;
    padding-top: 0px;
    padding-bottom: 50px;
}

.whyclas {
    padding-top: 40px;
}

.patpab {
    padding-top: 50px;
    padding-bottom: 0px;
}

.martop {
    margin-top: 25px;
}

    .emailsectionone {
               width: 100%;
        height: 100%;
        margin-left: 0px;
        border-radius: 20px;
        margin-top: 15px;
    }

.detow {
    height: 235px !important;
}

.formBox_01 {
    padding: 30px;
    background: #ffffff;
    border-radius: 30px;
    box-shadow: rgb(0 0 0 / 30%) 0px 5px 20px;
    width:100%; 
    margin:auto;
}

.contactsectw {
    background: #e7f0ff;
    padding-top: 20px;
    padding-bottom: 20px;
}

.contactpone {
    font-size: 13px;
    padding-top: 15px;
    padding-right: 0px;
    margin-bottom: -5px;
}

.contactptwo {
    font-size: 13px;
    padding-top: 15px;
    padding-right: 0px;
}
 
 .complainsectiontwo {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 30px;
}
 
 .complainsectionone {
    padding-top: 20px;
    padding-bottom: 20px;
}
 
 .internsifsectionone {
    margin-left: 20px;
    margin-right: 20px;
}
 
 .quixsectionone {
    margin: 10px;
    border-radius: 10px;
    background: #ededed;
}
 
 .w3-container, .w3-panel {
    padding: 0px;
}
 
 .auditfour {
    padding-top: 0;
    padding-bottom: 20px;
}
 
 .auditsecnd {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 30px;
}
 
 .auditsecend {
    height: 550px;
        padding-top: 10px;
        margin-top: 0px;
        background-size: cover;
        padding-bottom: 20px;
        margin-bottom: 30px;
        padding-right: 20px;
        background: #0182fb !important;
        border-radius: 20px;
        margin-left: 10px;
        margin-right: 10px;
}
 
 .auditareaone {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 30px;
}
   
   .pdinglr {
    padding-left: 10px;padding-right: 10px;
}
   
   .padingarea {
        padding: 0px;
}
   
   .newFAQsclass {
        display: block;
}
   
   .formBox_01 {
    padding: 15px;
    background: #ffffff;
    border-radius: 30px;
    box-shadow: rgb(0 0 0 / 30%) 0px 5px 20px;
    width: 100%;
    margin: auto;
    margin-top: 65px;
}
   
   .accordion {
    width: 100%;
    background: #ffffff;
    padding: 9px;
    display: flex
;
    /* border-radius: 35px; */
    margin-bottom: 10px;
    border: 0px solid;
    color: #000000;
    font-size: 11px;
    box-shadow: rgb(0 0 0 / 9%) 0px 5px 15px;
    justify-content: flex-start !important;
}
   
       .responsive7 {
        padding-left: 30px;
        padding-top: 15px;
        padding-right: 30px;
    }
   
   .aboutcont {
       background: #f2f8fe;
    padding-bottom: 30px;
   }
   
   .iframone {
    border-radius: 25px;
    padding: 13px;
    box-shadow: rgb(0 131 251 / 21%) 0px 5px 15px;
    max-width: 100%;
    margin-right: 0px;
        margin-bottom: 30px;
}
   
   .seoclassone {
    height: 257px;
                                    background-size: cover;
                                    padding-top: 115px;
                                    border-radius: 18px;
                                    background-position: top center;
                                    width: 100%;
                                    position: absolute;
                                    top: 229px;
                                    left:0px;
}
   
   .scrolltab {
    text-align: center;
    margin-left: auto;
    display: block;
    
}
   
   .lastp {
       padding-top: 50px;
   }
   
   .imgclassz {
           
   }
   
   .newformcode {
    width:100%; 
}
   
   .WeGrow {
    display: none !important;
}
   
   .wewrowwhem {
       display: block !important;
       padding-top: 50px;
       
}
   
   .secendpart {
       display: block !important;
}
   
   .serviceboxone {
       text-align: center;
    padding-top: 15px;
    padding-bottom: 10px;
   }
   
   .sarea {
       background: #EDFBFF;
    
    border-radius: 13px;
    box-shadow: rgb(0 0 0 / 10%) 0px 5px 15px;
   }
   
   .maintaitals {
       background: #1b63b0;
    border-radius: 20px;
    padding: 5px;
   }
   
   .searvicearea {
        display: block !important;
        margin-left: 10px;
        margin-right: 10px;
}
   
   .bannerparagraf {
       text-align: center;
    color: #ffffff;
    font-size: 15px;
    line-height: 20px;
    padding-left: 15px;
    padding-right: 15px;
   }
   
   .bannertext {
        padding-top: 100px;
        font-size: 20px;
        background-clip: text;
        font-weight: 500;
        white-space: nowrap;
        color: #ffffff;
        text-align: center;
    }
   
   .mobilebannerone {
        display: block !important;
        background-image: url(https://www.connecttoindia.com/cti/img/mobilebanner.gif);
        height: 400px;
        margin-top: 0px;
        background-size: cover;
        border-radius: 0px 0px 30px 30px;
        
}
   
   .imgradiusone {
       height: 125px;
   }
   
   .mlogo {
       max-width: 70%;
   }
   
       .Ham-menu {
        margin-top: 55px;
    }
   
   .bg-light {
    background-color: #EDFBFF !important;
}
   
   .nav-bar {
    background: #EDFBFF !important;
    position: fixed;
        top: -1px;
        z-index: 9999;
        padding-top: 5px;
        padding-bottom: 5px;
}
   
   .text-muted {
       font-size: 11px;
   }
   
   .barcontainer {
       padding: 30px;
    margin-bottom: -50px;
   }
   
   .bar1 {
     padding: 5px !important;
      
   }
   
   .bar2 {
     padding: 5px !important;
      
   }
   
   .bar3 {
     padding: 5px !important;
     
   }
   
   .progress-bar {
    border-radius: 50px !important;
    font-size: 10px;
    gap: 10px;
    text-align: center;
    align-items: center;
}
   
   .progress-bar .active {
    background-color: #ffffff;
    color: #0081fb;
    border-radius: 50px !important;
    font-size: 10px;
    
}
   
   .numberare {
    width: 108%;
}
   
   .newclassleft {
    position: relative;
    left: 0px;
}
   
   .progress-bar {
    display: flex;
    justify-content: space-between;
    margin: auto;
    width: 100% !important;
    padding: 10px 0;
    background: #f2f2f200;
    border-radius: 25px;
    flex-direction: row;
}
   
   .testconn {
    background: #007bff;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 20px;
   }
   
   .displynon {
       display: none;
   }
   
   .classcenter {
       text-align: center;
   }
   
   .responsive44 {
    width: 60%;
        float: none;
        margin-top: -65px;
        margin-bottom: 20px;
}
   
   .letsone {
           display: none;
   }
    
    .ConDetails_01 {
    margin-top: 30px;
    margin-left: 25px;
}
    
    .diplyn {
        display: none;
    }
    
    .heightone {
        height: 175px;
    }
    
    .mlmr {
        margin-left: 10px;
        margin-right: 10px;
    }
    
    .minwith50 {
            min-width: 50%;
    }
    
    .nBox {
        height: 170px !important;
    }
    
    .imgradius {
    width: 100%;
    max-width: 100%;
    border-radius: 5px 5px 15px 15px;
    height: 100px;
}
    
    .radius {
            border-radius: 10px !important;
        }
    
.BraCumbanner {
        height: 485px;
        padding-top: 40px;
        margin-top: 0px;
        background-image: url(https://www.connecttoindia.com/cti/img/BraImg2.png);
        background-size: cover;
        padding-bottom: 40px;
        border-radius: 20px;
    }
    
.BradcumBox1 {
    padding: 5px;
    text-align: center;
    padding-top: 30px;
}

.AboutSectionemail {
    padding-left: 20px !important;
    margin-top: 0px !important;
    padding-right: 20px;
}

.Imgsec1 {
       padding-right: 0px !important;
    padding-left: 0px !important; 
}

.deskImg {
    display: none;
}

.Mobileimg {
    display: block !important;
}

.SecBox99 {
    width: 50% !important;
}

.box1 {
    padding: 10px !important;
    background: #ffffff;
    border-radius: 20px;
    height: 200px !important;
    margin-bottom: 20px;
}

.title-3 {
    font-size: 13px !important;
}

    .Ficon {
        max-width: 50%;
        filter: invert(1) sepia(1) saturate(10000%) hue-rotate(180deg);
    }

    .footerMenu {
        background: #fff;
        padding: 10px 10px 5px 10px;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        display: flex !important;
        justify-content: center;
        align-items: center;
        z-index: 999;
        border-radius: 20px 20px 0px 0px;
        /*box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;*/
    }
    
    .GSTin {
        margin-bottom: 0px;
        padding-left: 0px;
        padding-top: 10px;
        padding-bottom: 10px;
        color: #ffffff;
        font-size: 11px;
        text-align: left;
        font-weight: 800;
        opacity: 1;
    }
    
    .gstin {
        max-width: 10%;
    }
    
    .navbar-toggler {
        margin-top: 0px;
    border-color: rgb(0 0 0 / 0%) !important;
    color: rgb(0 129 251);
    display: flex
;
    align-items: center;
    justify-content: center;
    gap: 10px;
    }
    
    .navbar {
        padding: 3px 0px 3px 0px !important;
    }
    
    .support1 {
        background: #0E345D;
    padding: 5px 10px 5px 10px;
    font-size: 11px;
    border-radius: 20px;
    color: #ffffff;
    }
    
    .navbar-brand {
        max-width: 50%;
    }
    
    .MobileBannerarea1 {
        background-image: url(https://www.connecttoindia.com/cti/img/MobileBanner.webp);
    height: 760px;
    margin-top: 0px;
    background-size: cover;
    }
    
    .BannerArea1 {
            display: none;
    }
    
    .BT1 {
    width: 30% !important;
}

.MobileBg1 {
    background-image: url(https://www.connecttoindia.com/cti/img/Untitled-desig.gif);
    height: 490px;
    margin-top: 0px;
    background-size: cover;
    display: block !important;
}

.BT2 {
    background-image: linear-gradient(180deg, rgb(0 129 251) 0%, rgb(0 194 253) 100%);
    color: transparent !important;
    background-clip: text;
    font-weight: 800;
    font-size: 30px !important;
    white-space: nowrap;
    animation: typing 5s steps(23) forwards, blink 1s step-end infinite;
    text-align: center !important;
    padding-top: 20px !important;
}

.BT_01 {
    text-align: center;
}

.BT3 {
    color: #141414;
    opacity: 1;
    text-align: justify;
    font-size: 13px;
    padding-top: 10px !important;
    padding-bottom: 20px !important;
}

.MBci1 {
    max-width: 25%;
    margin-top: 25px;
}

.MBci2 {
    max-width: 16%;
}

.HAsec1 {
    width: 50% !important;
}

.HAtsec2 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.MainFooter {
    padding-top: 40px;
    margin-top: 0px;
    background: #f2f8fe;
}

.SecOne1 {
    padding-left: 25px !important;
    padding-right: 25px !important;
}

    .accordion {
        background-color: #f2f8fe;
        color: #017bff;
        cursor: pointer;
        padding: 10px 10px 10px 10px;
        width: 100%;
        border: none;
        text-align: left;
        outline: none;
        font-size: 14px;
        transition: 0.4s;
        font-weight: 900;
        border-bottom: 1px solid;
        border-radius: 0px !important;
        display: flex;
        justify-content: space-between;
    }

.active, .accordion:hover {
  background-color: #ffffff;
  border-radius: 10px !important;
}

.panel {
        padding: 0 18px;
        display: none;
        background-color: white;
        overflow: hidden;
        border-radius: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-top: 10px;
    }
    
    .DesFmenu {
        display: none;
    }
    
    .mobile-menu01 {
    display: block !important;
}

.Disclaimer01 {
    padding-top: 5px;
    padding-bottom: 20px !important;
    border-radius: 20px !important;
    margin-right: 20px !important;
    margin-left: 20px !important;
    margin-top: 20px !important;
    margin-bottom: 15px;
    border: 1px solid #dbdbdb;
}

.Disc_Text01 {
    color: #232323 !important;
    letter-spacing: 2.76px !important;
    text-transform: uppercase !important;
    font-size: 16px !important;
    padding-bottom: 5px !important;
    padding-left: 15px !important;
    margin-top: 0px !important;
    font-weight: 700 !important;
}

.SubArea01 {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.Insight_01 {
    color: #017bff;
    text-transform: uppercase;
    letter-spacing: 1.76px;
    font-size: 12px;
    margin: 5px 0;
    font-weight: 800;
    text-align: center;
    padding-bottom: 15px;
}
.SbuButton_01 {
    display: block !important;
    align-items: center;
}

.float-right {
    float: center !important;
}

.font-small {
    margin-right: 0px !important;
    margin-left: 0px !important;
    text-align: center;
}

.Copy_right01 {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.footer-logo {
    margin-bottom: 50px;
}

.FMt_01 {
    font-size: 10px;
    text-align: center;
    color: #000000;
}

    .AcBri {
        text-align: center;
        /* border-right: 1px solid #000; */
        padding-right: 10px !important;
        padding-left: 10px !important;
        box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
        border-radius: 10px;
        margin: 1px;
        padding-top: 5px;
                background: #f2f8ff;
    }

.AcBri_n {
    text-align: center;
    box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
    border-radius: 10px;
    margin: 1px;
    padding-top: 5px;
            background: #f2f8ff;
}

.HomIc {
        height: 40px;
        margin-top: 2px;
        width: 100% !important;
        max-width: 80% !important;
    }
    
    .Searvice_03 {
    text-align: justify !important;
    font-size: 15px;
    padding-left: 10px !important;
    padding-right: 10px !important;
    margin-top: -20px;
    padding-bottom: 25px;
}

._box01 {
    width: 50% !important;
    margin-bottom:15px;
}

.HAsec1 {
    margin-top: 10px !important;
    margin-bottom: 0px;
}

.secandh1 {
    font-family: "Manrope-Regular", sans-serif;
    color: #000000;
    letter-spacing: 5.76px;
    text-transform: uppercase;
    font-size: 15px !important;
    text-align: center !important;
    font-weight: 700 !important;
}

.mainh1 {
    font-family: "Manrope-Regular", sans-serif;
    color: #0081fb;
    letter-spacing: 5.76px;
    text-transform: uppercase;
    font-size: 12px !important;
    text-align: center !important;
}

.Manu_01 {
    background: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px;
}

.box3 {
    min-width: 30% !important;
}

.bggrey {
    padding-top: 20px !important;
}

.details1 {
    padding: 15px;
    background: #0081fb;
    border-radius: 20px;
    height: 225px;
    margin-bottom: 25px !important;
}

.One_stop {
    font-size: 15px;
    text-transform: uppercase;
    color: #000000;
    text-align: center !important;
}

.Area51 {
    padding-top: 20px;
    padding-bottom: 10px;
    display: flex;
}

.Area51_01 {
    font-size: 12px;
    text-align: center;
    background: #ffffff;
    padding: 5px 15px 10px 15px;
    border-radius: 10px !important;
    margin-right: 10px;
    height: 100px;
    align-items: center;
    justify-content: center;
    display: flex;
    min-width: 31%;
}

.details1 {
    padding: 15px;
    background: #0081fb;
    border-radius: 20px;
    height: 100% !important;
    margin-bottom: 50px;
    margin-top: 20px !important;
}

.details2 {

    margin-bottom: 20px !important;
}

.MI_01 {
    margin-top: 20px !important;
    margin-bottom: -60px !important;
}

.Bi_Color {
    color: #0081fb;
}

.FooterHome {
    margin-top: -12px;
    border-radius: 30px 30px 0px 0px;
    padding-top: 18px;
}

.RetIco {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
}

.HoNa {
    font-size: 15px;
    color: #0081fb;
    opacity: 1.5 !important;
}

.HoIco {
    display: flex;
    color: #0081fb;
}

.HomeClo {
    display: flex;
}

.close {
    opacity: 1.5 !important;
}

.With_01 {
    width: 50% !important;
}

.ACtext {
    margin-bottom: 0px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    color: #000000;
}

.colBlu {
    color: #0081fb;
}

.IcoBox {
    padding: 10px 10px 10px 10px;
    background: #ffffff;
    border-radius: 8px;
    margin-top: 10px;
    box-shadow: rgb(0 0 0 / 6%) 0px 5px 15px;
}

.MB_01 {
    margin-bottom: 20px;
}

.Text_001 {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
}

.FMnmenu {
    background-color: #ffffff !important;
    color: #017bff !important;
    border-radius: 50px !important;
    padding: 10px 20px 10px 20px !important;
    border-bottom: 0px solid !important;
    box-shadow: rgb(0 0 0 / 6%) 0px 5px 15px;
    margin-top: 15px !important;
}

.PL_pr {
    
}

.BoCo {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    padding-right: 15px !important;
}

.Bcc1 {
    padding-right: 15px;
}

.NePa_01 {
    background-color: #edfbff00 !important;
}

.socials {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    font-size: 20px;
    text-transform: uppercase;
    color: #ffffff;
    background: #017bff;
    border-radius: 25px;
    margin-bottom: 20px;
}

.FollNo {
    font-size: 13px;
    font-weight: 600;
}

.Pl_Pr {
    padding-right: 10px;
    padding-left: 10px;
}

.WDbradcum {
    background-image: url(https://www.connecttoindia.com/cti/img/design-and-development-Mobile_bradcum.webp) !important;
    height: 470px !important;
    margin-top: 0px;
    background-size: cover;
    padding: 30px;
}

.Brac_01 {
    padding-top: 10px !important;
    text-align: center;
}

.mainh1 {
    font-family: "Manrope-Regular", sans-serif;
    color: #ffffff !important;
    letter-spacing: 5.76px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700 !important;
    text-align: center !important;
}

.wit_50 {
    width: 50% !important;
    margin-bottom: 20px !important;
}

.Over-Flo {
    display: none !important;
}

.shadow1 {
    display: none !important;
}

.LaPo_01 {
    display: flex;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.Blog-Img-sec {
        height: 85px !important;
    }

.Flax_Mobile {
    display: flex;

}

.New-Con {
    display: none !important;
}

.mar-top {
    background: #f2f8fe;
    border-radius: 20px;
    margin-top: 0px !important;
    margin-left: 10px;
}

.entry__meta-author {
    font-size: 10px;
}

.entry__meta-date {
    font-size: 10px;
}

.con-sec {
        margin-top: 20px !important;
}

.nRd-sec {
    padding-right: 5px !important;
    padding-left: 5px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px !important;
}

.with-fifti {
    width: 50% !important;
}

.LTest-news {
    height: 150px !important;
    border-radius: 10px !important;
}

.new-one {
    font-size: 11px !important; 
    line-height: 18px;
}

.cat-line {
    font-size: 10px !important;
}

.active, .accordion:hover {
        background-color: #f2f8fe;
        border-radius: 10px !important;
}

.Letst-N_01 {
   text-align: center;
   margin-bottom: 20px; 
}

.Non-Block {
    display: none !important;
}

.with-fifti_01 {
    display: flex;
    gap: 10px;
}

.Last-date {
   display: none !important; 
}

.Titals_01 {
    padding-right: 25px;
    padding-left: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cat-line1 {
    background: #ffffff;
    padding: 4px;
    display: flex;
    width: 110px !important;
    text-align: center;
    align-items: center;
    justify-content: center;
    border-radius: 30px !important;
    position: absolute;
    top: 10px !important;
    font-size: 11px !important;
    color: #1a2d6b;
    height: 25px;
}

.BotomSection_01 {
    display: flex;
    flex-wrap: wrap;
    /*gap: 10px;*/
}

.with-fifti_02 {
    width: 47% !important;
    margin-right: 10px;
}

.entry__title {
    font-size: 18px;
    line-height: 1.4;
    margin-top: 3px;
    margin-bottom: 5px;
    padding-left: 10px !important;
}

.FImg_01 {
    height: 80px !important;
    border-radius: 10px !important;
}

.DesFmenu {
    display: none !important;
}

.MainTit {
        font-size: 20px;
        font-weight: 500;
        margin-bottom: 0px;
}

.TopicName {
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    background: #0081fb;
    justify-content: center;
    border-radius: 50px;
    color: #ffffff;
}

.SubTit {
    font-size: 12px;
    color: #7f7f7f;
    align-items: center;
    margin-bottom: -5px;
    margin-top: 5px;
}

.FollowNoq {
    display: flex;
    gap: 5px;
    align-items: center;
    margin-bottom: 0px;
    padding-left: 5px;
    color: #1a2d6b;
    font-family: "Manrope-Regular", sans-serif;
    letter-spacing: 0.76px;
    text-transform: uppercase;
    font-size: 13px;
}

.HeadSec_01 {
    display: flex;
    justify-content: space-between;
}

.Post_01 {
    margin: 10px;
    background: #edfaff;
    padding: 10px;
    border-radius: 15px;
}

.PostImg_01 {
    border-radius: 10px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.ParaGraf {
    margin-bottom: 0px;
    margin-top: 15px;
    padding-left: 0px;
    border-radius: 20px;
    color: #1a2d6b;
    font-family: "Manrope-Regular", sans-serif;
    letter-spacing: 0.76px;
    text-transform: uppercase;
    font-size: 13px;
}

.ByDate {
    display: flex;
    justify-content: space-between;
}

.LikeSub-botton {
    display: flex;
    align-items: center;
    background: #ffffff;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 10px;
    justify-content: space-between;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 0px 0px 9px 9px;
}

.LikeComcoun {
    display: flex;
    justify-content: space-between;
    background: #ffffff;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: -5px;
    margin-top: 20px;
    border-radius: 10px 10px 0px 0px;
}

.nav-bar_01 {
    background: #EDFBFF !important;
}

.Mobile-logo-size {
    max-width: 35% !important;
}

.Ham-menu {
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: 1px solid #1b8ffb63;
    border-bottom: 1px solid #1b8ffb63;
}

.MMnew {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.MMenu_01 {
    background: #ffffff;
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.input-field {
    width: 100%;
    background: #F8F8F8;
    border: 0px solid;
    padding: 5px 15px 5px 15px;
    border-radius: 20px;
}

.SubscBtn_01 {
    border: 0px solid;
    padding: 10px;
    line-height: 10px;
    border-radius: 20px;
    background: #0081FB;
    color: #fff;
    font-size: 13px;
    width: 100px;
    margin-left: 10px;
}

.Search-bar {
    display: flex;
    justify-content: space-between;
}

.categress_01 {
    width: 130px;
}

.Cat-box {
    width: 130px;
}

.gap_01 {
    min-width: 100% !important;
    display: flex !important;
    overflow-x: scroll !important;
    gap: 10px;
}

.Font-text {
    margin-bottom: 0px;
    margin-top: 15px;
    padding-left: 5px;
    border-radius: 20px;
    color: #1a2d6b;
    font-family: "Manrope-Regular", sans-serif;
    letter-spacing: 0.76px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
}

.cat-titals {
    background: #F8F8F8;
    padding: 20px 5px 10px 5px;
    border-radius: 0px 0px 12px 15px;
    height: 75px;
}

.Airo_01 {
    height: 30px;
    width: 30px;
    background: #f8f8f8;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    margin-top: -15px;
    margin-bottom: -15px;
}

.N-color {
    background: #f8f8f8;
    padding: 0px;
    border-radius: 20px;
    color: #0081fb;
}

.cat-airo {
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex
;
}

.New-dis {
    display: none !important;
}

.New_01 {
    padding: 10px 10px 10px 10px;
    background: #edfbff;
    border-radius: 8px;
    margin-top: 10px;
    box-shadow: none;
}

.SocialM_02 {
    display: flex !important;
    justify-content: space-between !important;
    margin-top: 15px !important;
    margin-bottom: 15px !important;
    padding-right: 50px !important;
    padding-left: 50px !important;
}

.Post_01 {
    display: block !important;
}

.After-Banner-slide-sec {
    display: block !important;
}

.Ham-menu {
    display: block !important;
}

.Heading-text_01 {
    margin-bottom: -5px;
    margin-top: 10px;
    font-weight: 600;
    font-size: 15px;
    font-family: "Manrope-Regular", sans-serif;
    letter-spacing: 0.76px;
}

.allHead_01 {
    position: sticky;
    top: -2px;
    background: #ffffff;
    z-index: 9999;
}

.maintopheader {
    display: none;
}

.SerImg_011 {
    margin-top: 50px !important;
    max-width: 100% !important;
    margin-left: 0px !important;
}

    .box1 {
        padding: 10px !important;
        background: #ffffff;
        border-radius: 20px;
        height: 140px !important;
        margin-bottom: 20px;
    }
    
    
    
    .wirthfivty {
            border-radius: 30px;
    width: 50% !important;
    margin-bottom: 20px;
    }
    
    .BgColo_01 {
    background-color: #0942ab;
    border-radius: 0px 0px 0px 0px !important;
    text-align: center;
}

.BgColo_010 {
    background-color: rgb(13 73 185);
    border-radius: 0px 0px 0px 0px !important;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
}
    
}

/*-----*/

.SerImg_011 {
       margin-top: -124px;
    margin-left: 35px;
    max-width: 84%;
}

.Tech-Insight_01 {
    background: #ffffff;
    padding: 10px;
    border-radius: 25px;
    box-shadow: rgb(0 0 0 / 16%) 0px 5px 35px;
}

.Img-Sec_01 {
    padding-top: 15px;
}

.Head-Sec_01 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.Input_01 {
    border-radius: 20px;
    border: 1px solid #0081fb70;
    padding: 5px 10px 5px 15px;
    font-size: 12px;
    width: 100%;
    box-shadow: rgb(0 0 0 / 9%) 0px 5px 15px;
}

.left-Sidebar {
    position: sticky;
    top: 5px;
}

.TarmsC_01 {
    line-height: 25px;
}

.Reviewbootm_01 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ReviewBox_01 {
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #007bff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 20px;
}

.ReviewBottom_01 p {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 12px;
    color: #222222;
    text-align: left;
    margin: 0px 0;
    padding-top: 15px;
    font-style: italic;
}

.ReviewTop_01 {
    display: flex;
    gap: 10px;
}

.ReviewCom_01 {
    font-size: 12px;
    font-weight: 500;
    color: #007bff;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    letter-spacing: 2px;
    text-align: left;
    margin: 0px 0;
    padding-bottom: 5px;
}

.ReviewTitals_01 {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 15px;
    text-align: left;
    color: #0E345D;
    text-transform: uppercase;
    margin: 0px 0;
}


        .accordion-item {
            border-bottom: 1px solid #ddd;
        }

        .accordion-header {
            background-color: #ffffff;
    cursor: pointer;
    font-size: 15px;
    font-weight: bold;
    transition: background-color 0.3s ease;
    padding: 10px;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    display: flex;
    align-items: center;
    justify-content: space-between;
        }

        .accordion-header:hover {
            background-color: #edfbff;
    border-radius: 5px;
        }

        .accordion-header.active {
            background-color: #d4d4d4;
        }

        .accordion-content {
            display: none;
            padding: 15px;
            background-color: #fff;
        }

        .accordion-content.show {
            display: block;
        }

.ServImg1 {
    position: absolute;
    right: -100px;
    z-index: -99;
    top: -10px;
    width: 25%;
}

.servicesec-01 {
    height: 135px;
    width: 90%;
    border-radius: 7px;
}

.BGsizecol{
    padding: 15px;
    background: #F2F8FE;
    border-radius: 15px;
    margin-top: 15px;
}

.ColoBlu {
    color: #0081fb;
}

.WevDen-girl {
    position: absolute;
    top: -105px;
    right: 20px;
    width: 65%;
}

.PaddingArea {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

.ImgCen {
    text-align: center;
}

.WhyCho-06 {
    margin-top: -95px;
}

.WhyCho-05 {
    padding-top: 30px;
}

.WhyCho-section {
    padding-bottom: 30px;
    background: #EDFBFF;
    margin-left: 50px;
    margin-right: 50px;
    border-radius: 20px;
    padding-top: 30px;
}

.WhyCho-01 {
    display: flex;
    align-items: center;
    margin-top: 20px;
    background: #edfbff;
    border-radius: 27px;
}

.WhyCho-04 {
    max-width: 55%;
}

.WhyCho-03 {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 11px;
    color: #000000;
    margin-bottom: 0px;
}

.WhyCho-02 {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 13px;
    text-align: left;
    color: #0E345D;
    text-transform: uppercase;
    margin: 0px 0;
}

.WebDev-btn {
    max-width: 7%;
    margin-top: 20px;
}

.WebDev-ptag {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: #000000;
    margin-bottom: 0px;
}

.WebDev-lastbox_1 {
    text-align: center;
    padding: 15px;
    border-radius: 20px 20px 130px 130px;
}

.WebDev-cardsec_015 {
    max-width: 60%;
    float: right;
}

.WebDev-cardsec_014 {
    max-width: 100%;
    float: right;
    padding: 30px 15px 30px 15px;
    border-radius: 20px;
    text-align: right;
    height: 160px;
    width: 525px;
}

.WebDev-cardsec_013 {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: #000000;
    text-align: right;
    margin-bottom: 0px;
}

.WebDev-cardsec_012 {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 15px;
    text-align: right;
    color: #0E345D;
    text-transform: uppercase;
    margin: 0px 0;
}

.with60 {
    width: 60%;
}

.mt15 {
    margin-top:20px;
}

.WebDev-cardsec_010 {
    max-width: 100%;
    float: left;
    padding: 30px 15px 30px 15px;
    border-radius: 20px;
    height: 160px;
}

.WebDev-cardsec_08 {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 15px;
    text-align: left;
    color: #0E345D;
    text-transform: uppercase;
    margin: 0px 0;
}

.WebDev-cardsec_07 {
        position: absolute;
    left: 13px;
    top: -123px;
    width: 160px;
}

.Servise_01 {
    max-width: 1100px;
    padding-left: 70px;
    padding-right: 70px;
}

.WebDev-cardsec_06 {
    font-family: "Oswald", sans-serif;
    margin-bottom: 0px;
    font-size: 25px;
    font-weight: 600;
    color: #00000036
}

.WebDev-cardsec_09 {
    max-width: 60%;
    float: left;
}

.WebDev-cardsec_05 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
    margin-bottom: -15px;
}

.WebDev-cardsec_01 {
    padding: 15px;
    border-radius: 20px;
    background: #F2F8FE;
}

.WebDev-cardsec_04 {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: #000000;
    text-align: left;
    margin-bottom: 0px;
}

.WebDev-cardsec_03 {
    max-width: 70%;
    margin-top: -10px;
}

.WebDev-cardsec_01 {
    text-align: center;
    margin-top: 25px;
}

.WebDev-cardsec_02 {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 15px;
    text-align: center;
    color: #0E345D;
    text-transform: uppercase;
    margin: 0px 0;
}

.CenterClass {
    text-align: center;
}

.WebDeb-servic_02 {
    font-family: "Inter", sans-serif;
    font-weight: 632;
    font-size: 25px;
    text-transform: uppercase;
    color: #0081FB;
    text-align: center;
    margin: 0px 0;
}

.WebDeb-servic_01 {
    font-size: 15px;
    font-weight: 700;
    color: #000000;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    letter-spacing: 2px;
    text-align: center;
    margin: 0px 0;
    padding-bottom: 5px;
}

.WebDev-marquee_02 {
    display: flex;
    align-items: center;
    gap: 10px;
}

.WebDev-marquee_04 {
    background: #ffffff;
    padding: 5px;
    margin: 2px;
    text-align: center;
    border-radius: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 20px;
    width: 20px;
}

.WebDev-marquee_01 {
    display: flex;
    gap: 20px;
}

.WebDev-marquee_02 {
    background: #0E345D;
    border-radius: 50px;
}

.WebDev-marquee_03 {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    color: #EDFBFF;
    padding-right: 20px;
}

.WebDev-keypoint-01 {
    padding: 15px;
    background: #EDFBFF;
    border-radius: 17px;
    margin-bottom: 0px;
}

.WebDev-keypoint-01 p {
    margin-bottom: 0px;
    font-family: "Inter", sans-serif;
    font-weight: 550;
    font-size: 13px;
    font-style: italic;
    color: #0E345D;
    line-height: 18px;
}

.WebDev-keypoint-01 h3 {
    font-family: "Inter", sans-serif;
    font-weight: 632;
    font-size: 15px;
    text-transform: uppercase;
    color: #0081FB;
    margin: 0px 0;
    margin-bottom: -5px;
}

.WebDev-Aboutsec-07 {
    background: #EDFBFF;
    border-radius: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 5px;
}

.WebDev-Aboutsec-07 h4 {
    color: #0081FB;
    font-family: "Inter", sans-serif;
    font-weight: 632;
    font-size: 22px;
    text-align: center;
    text-transform: uppercase;
    margin: 0px 0;
}

.WebDev-Aboutsec-07 h3 {
    color: #0E345D;
    font-family: "Inter", sans-serif;
    font-weight: 632;
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
    margin: 0px 0;
}

.WebDev-Aboutsec-06 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.WebDev-desk {
    max-width: 110%;
    width: 110%;
}

.mt-40px {
    margin-top: 40px;
}

.WebDev-aboutsec {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    border-radius: 25px;
}

.WebDev-aboutsec_05 {
    font-family: "Inter", sans-serif;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #fff;
}

.WebDev-aboutsec_04 {
    font-family: "Inter", sans-serif;
    font-style: italic;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 5px;
    color: #fff;
}

.WebDev-aboutsec_03 {
    font-family: "Inter", sans-serif;
    font-size: 15px;
    text-transform: none;
    color: #fff;
    margin-bottom: 5px;
}

.WebDev-aboutsec_02 {
    font-family: "Inter", sans-serif;
    font-size: 17px;
    text-transform: uppercase;
    color: #fff;
    margin: 0px 0;
}

.WebDev-aboutsec_01 {
    font-family: "Inter", sans-serif;
    font-size: 22px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 5px;
}

.WebDev-bradcum {
    padding-top: 50px;
    padding-bottom: 65px;
    margin-top: 50px;
}

.WebDev-button_02 {
    font-size: 13px;
    text-transform: none;
    font-family: "Roboto", sans-serif;
    text-align: center;
    padding: 5px 25px 5px 25px;
    border: 1px solid #0081FB;
    border-radius: 50px;
    margin-bottom: 0px;
    margin-right: 15px;
    background: #0081FB;
    color: #ffffff;
}

.WebDeb-Rectangle-1 {
    padding-top: 0px;
    padding-bottom: 0px;
}

.WebDev-button {
        display: flex;
}

.WebDev-button_01 {
    font-size: 13px;
    text-transform: none;
    font-family: "Roboto", sans-serif;
    text-align: center;
    color: #0081FB;
    padding: 5px 25px 5px 25px;
    border: 1px solid #0081FB;
    border-radius: 50px;
    margin-bottom: 0px;
    margin-right: 15px;
}

.WebDev-Line_2 {
    padding-top: 15px;
    padding-bottom: 20px;
}

.WebDev-subti {
    text-transform: uppercase;
    font-size: 15px;
    line-height: 100%;
    color: #464647;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    margin-bottom: 0px;
}

.WebDev-hometext {
    text-transform: uppercase;
    font-size: 15px;
    line-height: 100%;
    color: #0E345D;
    font-family: "Roboto", sans-serif;
    font-weight: 580;
}

.WebDev-bradcum h3 {
    text-transform: uppercase;
    font-size: 24px;
    line-height: 100%;
    color: #0E345D;
    font-family: "Roboto", sans-serif;
    font-weight: 580;
    margin: 5px 0;
}

.BgColo_01 {
    padding-top: 25px;
    padding-bottom: 25px;
}

.details_01 {
    height: 105px !important;
}

.BraCon_02 {
    max-width: 100%;
    margin-top: -10px;
    margin-left: 65px;
    margin-bottom: 18px;
}

.BraCon_01 {
    max-width: 100%;
    margin-top: -10px;
    margin-left: -70px;
    margin-bottom: 18px;
}

.TextCen_01 {
    text-align: center !important;
}

.NewC_01 {
    background: #edfaff !important;
}

.HrAria {
    border: 0;
    border-top: 1px solid #0b81ff;
    margin: 10px 0;
}

.CoutBtn_01 p {
    font-size: 20px;
    color: #0e315d;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Big Shoulders", sans-serif;
}

.CoutBtn_01 h3 {
    font-size: 45px;
    text-transform: uppercase;
    margin: 0px 0;
    font-family: "Big Shoulders", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    color: #007bff;
    text-align: left;
    padding-top: 0px;
    letter-spacing: 10.76px;
}

.WhyClassimg {
    max-width: 75%;
    margin-top: -55px;
}

.Why-Box_01 {
    margin-bottom: 20px;
}

.choose-card {
    background: #ffffff;
    border-radius: 10px;
    padding: 15px 10px 15px 10px;
    margin-bottom: 20px;
}

.choose-description {
    text-align: justify;
    font-size: 12px;
    color: #000000;
    margin-bottom: 0px;
}

.choose-feature {
    font-size: 10px;
    color: #0e315d;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: 700;
}

.choose-box {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    background: #edfaff;
}

.choose-title {
    font-size: 28px;
    text-transform: uppercase;
    margin: 0px 0;
    font-family: "Big Shoulders", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    color: #007bff;
    text-align: left;
    padding-top: 15px;
}

.choose-wrapper {
    color: #000000 !important;
    letter-spacing: 1.76px !important;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0px;
    font-size: 10px;
    background-image: linear-gradient(to right, #edfaff, #007bff);
    padding: 5px 20px 5px 20px;
    border-radius: 20px;
}

.PriseBox_01 hr {
    margin: 10px 0;
    border-top: 2px solid #007bff;
    width: 15%;
}

.Price-Bottom {
    
    font-family: "Big Shoulders", sans-serif;
    font-size: 30px;
    font-weight: 600;
    color: #1213171a;
}

.PriseBox_01 {
    padding: 15px;
    background: #edfaff;
    border-radius: 10px;
    height: 185px;
    margin-bottom: 15px;
}

.PriseBox_01 p {
    text-align: justify;
    font-size: 12px;
    color: #0e315d;
}

.PriseBox_01 h3 {
    font-size: 20px;
    text-transform: uppercase;
    margin: 0px 0;
    font-family: "Big Shoulders", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 0.76px;
    color: #007bff;
}

.title-3 {
    font-family: "Manrope-Regular", sans-serif;
    color: #1a2d6b;
    font-size: 18px;
    text-align: left;
    margin-bottom: 10px;
}

.ptagN_01 {
    text-align: justify;
    font-size: 12px;
    color: #0e315d;
}

.Text-Boxes-01 {
    margin-bottom: 35px;
    margin-top: 60px;
}

.Srvices-boxes_01 {
    background: #edfaff;
    padding: 10px;
    border-radius: 15px;
    margin-bottom: 15px;
}

.Other-text {
    color: #007bff !important;
    letter-spacing: 0.76px !important;
    text-transform: uppercase;
    font-size: 22px !important;
    font-weight: 600;
    text-align: center;
    padding-top: 0px;
    line-height: 25px;
}

.New-Text {
    color: #000000 !important;
    letter-spacing: 1.76px !important;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    padding-top: 0px;
    margin-bottom: 0px;
}

.PageCenter-01 {
    text-align: center;
}

.Price-01 {
    text-align: center;
    background: #ffffff;
    padding: 10px 30px 10px 30px;
    border-radius: 20px 20px 0px 0px;
    text-transform: uppercase;
    font-weight: 600;
    color: #007bff;
}

.Ham-menu {
    display: none;
}

.After-Banner-slide-sec {
    display: none;
}

.Post_01 {
    display: none;
}

.FImg_01 {
    height: 65px;
    border-radius: 20px;
    background-size: cover;
    background-position: center;
}

.new-one {
    font-size: 14px; 
    line-height: 18px;
}

.LTest-news-text {
    padding-right: 25px; 
    padding-left: 25px; 
    display: flex; 
    justify-content: center; 
    align-items: center; 
    height: 100px;
}

.LTest-news {
    height: 280px; 
    border-radius: 20px; 
    background-size: cover;
    background-position: center;
}

.nRd-sec {
    padding-right: 25px;
    padding-left: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 130px;
}

.mar-top {
    background: #f2f8fe;
    border-radius: 20px;
    margin-top: 10px;
}

.Blog-Img-sec {
    height: 130px;
    border-radius: 20px;
    background-size: cover;
    background-position: center;
}

.First-blog {
    padding-right: 0px;
    padding-left: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.LaPo_01 {
    display: flex;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-left: 55px;
    padding-right: 55px;
}

.slider-row {
        align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.latest-Blog-sec_01 {
    height: 290px;
    border-radius: 20px;
    background-size: cover;
    background-position: center;
}

.Over-Flo {
    min-width: 100% !important; 
    display: flex !important; 
    overflow-x: scroll !important;
    
}

.OverFlowproperti {
    display: flex;
    min-width: 100%;
    overflow-x: scroll;
}

.Sec_01 {
    min-width: 100px;
    text-align: center;
    background: red;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    margin: 10px;
    color: #ffffff;
}

.OverFlowproperti::-webkit-scrollbar {
    display: none; /* Chrome, Safari ke liye */
}

.Over-Flo::-webkit-scrollbar {
    display: none; /* Chrome, Safari ke liye */
}

.Latest-Blog-Sec {
    margin-right: 10px;
    border-radius: 20px;
    color: #1a2d6b;
    min-width: 150px;
    background: #ffffff !important;
    margin-bottom: 5px;
}

.Pluse-icon {
    background: #0081fb;
    padding: 3px;
    height: 35px;
    width: 35px;
    color: #ffffff;
    border-radius: 20px;
}

.M-span {
    align-items: center;
    display: flex;
}

.M_01 {
    text-decoration: none;
    text-transform: uppercase;
    color: #272727;
    font-size: 12px;
    font-weight: 600;
}

.Menu-section_01 {
    display: flex;
    gap: 25px;
}

.Blog-menu-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 15px;
    padding-bottom: 15px;
}

.Blog-Items {
 margin-bottom: 0px !important;   
}


.ptag_01 {
    font-family: "Manrope-Regular", sans-serif;
    letter-spacing: 1.76px;
    text-align: justify;
    font-size: 12px;
    color: #0e315d;
}

.details {
    padding: 10px;
    background: #fff;
    border-radius: 10px;
    height: 165px;
    margin-bottom: 15px;
}

.secandh_01 {
    font-family: "Manrope-Regular", sans-serif;
    color: #007bff;
    letter-spacing: 1.76px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
}

.mainh1 {
    font-family: "Manrope-Regular", sans-serif;
    color: #ffffff !important;
    letter-spacing: 5.76px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700 !important;

}

.nclass {
    background: #007bff;
    width: 150px;
    color: #ffffff;
    border-radius: 30px;
    text-align: center;
    font-size: 11px;
    padding-top: 5px;
    padding-bottom: 5px;
    box-shadow: rgb(0 0 0 / 20%) 0px 5px 15px;
    font-family: "Manrope-Regular", sans-serif;
    margin-left: 15px;
    border: 1px solid #007bff;
    margin-top: 0px;
}

.nclass1 {
    background: #ffffff;
    width: 130px;
    color: #007bff;
    border-radius: 30px;
    text-align: center;
    font-size: 11px;
    padding-top: 5px;
    padding-bottom: 5px;
    box-shadow: rgb(0 0 0 / 20%) 0px 5px 15px;
    font-family: "Manrope-Regular", sans-serif;
    margin-top: 0px;
}

.button1 {
    margin-top: 10px;
}

.Brac_01 {
    padding-top: 50px;

}

.WDbradcum {
    background-image: url(https://www.connecttoindia.com/cti/img/design-and-development-bradcum.webp);
    height: 265px;
    margin-top: 0px;
    background-size: cover;
    padding: 30px;
}



.FMnmenu {
    background-color: #ffffff !important;
    color: #017bff !important;
    border-radius: 50px !important;
    padding: 10px 20px 10px 20px !important;
    border-bottom: 0px solid !important;
    box-shadow: rgb(0 0 0 / 6%) 0px 5px 15px;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 0px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #edfbff;
  margin: auto;
  padding: 10px 10px 20px 10px;
  border: 1px solid #888;
  width: 100%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}



.MI_01 {
    margin-top: -54px;
}

.Area51_01 {
    font-size: 12px;
    text-align: center;
    background: #ffffff;
    padding: 5px 15px 10px 15px;
    border-radius: 20px;
    margin-right: 10px;
}

.Area51 {
    padding-top: 20px;
    padding-bottom: 10px;
}

.One_stop {
    font-size: 15px;
    text-transform: uppercase;
    color: #000000;
    text-align: left;
}

.details1 {
    padding: 15px;
    background: #0081fb;
    border-radius: 20px;
    height: 225px;
    margin-bottom: 50px;
}

.bggrey {
    padding-top: 50px;
}

.box3 {
    padding-top: 10px;
    padding-bottom: 10px;
    background: #f2f8fe !important;
    border-radius: 5px !important;
    margin: 5px;
    padding-left: 5px;
    padding-right: 5px;
}

.mainh1 {
    font-family: "Manrope-Regular", sans-serif;
    color: #0081fb;
    letter-spacing: 5.76px;
    text-transform: uppercase;
    font-size: 15px;
}

.secandh1 {
    font-family: "Manrope-Regular", sans-serif;
    color: #000000;
    letter-spacing: 5.76px;
    text-transform: uppercase;
    font-size: 18px;
}

.Searvice_03 {
    text-align: center;
    font-size: 15px;
    padding-left: 100px;
    padding-right: 100px;
    margin-top: -20px;
    padding-bottom: 25px;
}

.Services_box01 {
    padding: 0px;
    background: #ffffff;
    border-radius: 20px;  
}

.SerImg_01 {
    border-radius: 20px;
}

.Services_Details {
    padding: 20px;
}

.Sbtn {
    width: 100% !important;

}

.Searvice_02 {
    font-size: 25px;
    font-weight: 800;
    padding-bottom: 25px;
    padding-top: 20px;
    text-align: center;
}

.Searvice_Section01 {
    padding-top: 20px;
    padding-bottom: 20px;
    background: #f2f8fe;
}

.HAboxn5 {
    background: #fff;
    border-radius: 20px;
    height: 170px;
}

.HAboxn5 p {
    font-size: 13px;
    color: #000000;
    display: flex;
    text-align: justify;
    margin: 10px 0;
    padding: 15px;
}

.HAboxn4 {
    background: #192b3d;
    border-radius: 20px;
    height: 170px;
}

.Copy_right01 {
    padding-left: 50px;
    padding-right: 50px;
}

.Insight_01 {
        color: #017bff;
    text-transform: uppercase;
    letter-spacing: 1.76px;
    font-size: 12px;
    margin: 5px 0;
    font-weight: 800;
}

.SubArea01 {
    padding-left: 50px;
    padding-right: 50px;
}

.SubscBtn01 {
    border: 0px;
    background: #017bff;
    width: 110px;
    border-radius: 0px 30px 30px 0px;
    color: #ffffff;
    padding: 10px 20px;
    font-size: 16px;
    margin-top: 0px
}

.Disc_Text01 {
    font-family: Manrope-Regular, sans-serif;
    color: #232323;
    letter-spacing: 2.76px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 10px;
        margin-left: 16px;
}

.Disclaimer01 {
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 20px;
    margin-right: 35px;
    margin-left: 35px;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px solid #dbdbdb;
}

.mobile-menu01 {
    display: none;
}

.SecOne1 {
    padding-left: 50px;
    padding-right: 50px;
}

.MainFooter {
    padding-top: 40px;
    margin-top: 0px;
    background: #f2f8fe;
}

.AboutSeaction01 {
    margin-bottom: 50px;
}

.HAboxn3 {
    background-image: url(https://www.connecttoindia.com/cti/img/HA01.webp);
    border-radius: 20px;
    height: 170px;
    background-size: cover;
}

.HAboxn2 {
    background: #292b2c;
    border-radius: 20px;
    height: 170px;
}

.HAboxn01 {
    font-size: 25px;
    font-weight: 700;
    text-align: right;
    padding-top: 100px;
    color: #ffffff;
    padding-right: 20px;
}

.HAboxn1 {
        background: #0081fb;
    border-radius: 20px;
    height: 170px;
}

.HAtsec2 {
    text-align: left;
    font-size: 15px;
    padding-left: 0px;
    padding-right: 0px;
}

.HAtsec1 {
    text-align: left;
    font-size: 40px;
    font-weight: 900;
    color: #525252;
}

.HAsec1 {
    width: 15%;
    background: #0081fb;
    text-align: center;
    color: #ffffff;
    font-size: 13px;
    border-radius: 30px;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-top: 30px;
    margin-bottom: 0px;
}

.HomeAboutsec1 {
    text-align: center;
    align-items: center;
    justify-content: left;
    display: flex;
}

.MobileBg1 {
    display: none;
}

.MobileBannerarea1 {
    display: none;
}

.font-small {
    margin-right: -10px;
    margin-left: -50px;
}

.menu-item-has-children {
        margin-left: 0px;
}

.BG1 {
    max-width: 69%;
    margin-top: 40px;
}

.Rating1 {
    margin-bottom: 0px;
    text-align: center;
    font-size: 15px;
    color: #ffffff;
    opacity: 1;
}

.Star1 {
        text-align: center;
}

.Socialicon2 {
    margin-top: 20px;
}

.DetailsSocial1 {
    padding: 13px;
    border-radius: 20px;
    backdrop-filter: blur(15px);
    border: 1px solid #787777;
}

.BannerArea2 {
    padding-top: 60px;
    padding-bottom: 80px;
}

.BT3 {
    color: #141414;
    opacity: 1;
    text-align: justify;
    font-size: 13px;
    padding-top: 29px;
    padding-bottom: 30px;
}

.BT2 {
    background-image: linear-gradient(180deg, rgb(0 129 251) 0%, rgb(0 194 253) 100%);
    color: transparent !important;
    background-clip: text;
    font-weight: 800;
    padding-top: 13px;
    font-size: 45px;
    white-space: nowrap;
    animation: typing 5s steps(23) forwards, blink 1s step-end infinite;
}

.BT1 {
width: 20%;
    background: #0081fb;
    text-align: center;
    border-radius: 20px;
    color: #ffffff;
    opacity: 1;
    font-size: 11px;
    text-transform: uppercase;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-bottom: -10px;
}

.BannerArea1 {
    background-image: url(https://www.connecttoindia.com/cti/img/bannerNew.webp);
    height: 100%;
    margin-top: 0px;
    background-size: cover;
}

.AboutSeaction01 {
    background-image: url(https://www.connecttoindia.com/cti/img/);
    height: 100%;
    margin-top: 0px;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 60px !important;
    margin-bottom: 0px !important;
}

.border-left {
    border-left: 1px solid #d5d5d5;
}

.border-right {
    border-right: 1px solid #d5d5d5;
}

.Mthead1 {
    padding-top: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #c9c9c9;
}

.openBtn1 {
   border: 0px solid;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 13px;
    padding: 5px 10px 5px 20px;
    border-radius: 20px;
    margin-top: 10px;
    gap: 25px;
    color: #767676;
}

.container {
    max-width: 1250px;
}

.Msl1 {
    display: flex;
    gap: 10px;
    justify-content: right;
    align-items: center;
}

.Btnm1 {
    border: 0px solid;
    font-size: 10px;
    padding: 5px 10px 5px 10px;
    border-radius: 30px;
    background: #0081fb;
    color: #fff;
    text-transform: uppercase;
    margin: 0px;
    justify-content: center;
    display: flex
;
    align-items: center;
    margin-top: 10px;
}

.GstSec {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navbar-brand1 {
    max-width: 80%;
}

.header-top1 {
    padding-top: 14px !important;
    padding-bottom: 14px !important;
}

.footerMenu {
    display:none;
}

.title-3 {
    font-size: 15px;
}

.SerSec1 {
    background: #f2f8fe;
}

.Mobileimg {
    display:none;
}

.Aboutimg2 {
    display:none;
}

.ptag1 {
    text-align: justify;
}

.AboutSectionemail {
    padding-left: 40px;
    margin-top: 30px;
    margin-bottom: 0px;
}

.hov:hover {
    background-color: #f2f8fe;
    cursor: pointer;
    box-shadow: rgb(0 0 0 / 50%) 0px 4px 31px;
    transform: scale(1.2);
    z-index: 10;
    transition: transform 0.6s ease, z-index 0.3s ease, box-shadow 0.6s ease;
}

.img:hover {
    animation: Shake 0.5s linear infinite;
}

@keyframes Shake {
    0% {
        transform: rotate(5deg);
    }

    25% {
        transform: rotate(-6deg);
    }

    50% {
        transform: rotate(5deg);
    }

    75% {
        transform: rotate(-6deg);
    }

    100% {
        transform: rotate(5deg);
    }
}

.box3{
    padding-top: 10px;
    padding-bottom: 10px;
    background: #ffffff;
    border-radius: 10px;
    margin: 5px;
    padding-left: 5px;
    padding-right: 5px;
}

.ptag2 {
    /*font-family: "Manrope-Regular", sans-serif;*/
    letter-spacing: 1px;
    font-size: 10px;
    color: #1a2d6b;
    text-align: center;
}





.WhyCho-new{
        display: flex;
    align-items: center;
    margin-top: 20px;
    background: #edfbff;
    border-radius: 27px;
    padding: 10px;
}


.WhyCho-img{
        max-width: 40%;
}



.position-relative {
  position: relative;
}

.input-icon {
  position: absolute;
  top: 50%;
  left: 26px;
  transform: translateY(-50%);
  color: #0081fb;
  pointer-events: none;
}

.with-icon {
  padding-left: 35px; /* space for the icon */
}

.BgColo_01 {
    background-color: #0942ab;
    border-radius: 15px 0px 0px 15px;
    text-align: center;
}

.BgColo_01:hover {
    background-image: url(https://www.connecttoindia.com/cti/img/city01.png);
    border-radius: 15px 0px 0px 15px;
    text-align: center;
    cursor: pointer;
    margin-top: 0px;
    background-size: cover;
}

.BgColo_02 {
    background-color: rgb(13, 73, 185);
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
}

.BgColo_02:hover {
    background-image: url(https://www.connecttoindia.com/cti/img/city02.png);
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
    cursor: pointer;
    margin-top: 0px;
    background-size: cover;
}

.BgColo_03 {
    background-color: rgb(16, 80, 200);
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
}

.BgColo_03:hover {
    background-image: url(https://www.connecttoindia.com/cti/img/city03.png);
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
    cursor: pointer;
    margin-top: 0px;
    background-size: cover;
}

.BgColo_04 {
    background-color: rgb(21, 89, 216);
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
}

.BgColo_04:hover {
    background-image: url(https://www.connecttoindia.com/cti/img/city04.png);
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
    cursor: pointer;
    margin-top: 0px;
    background-size: cover;
}

.BgColo_05 {
    background-color: rgb(30, 98, 226);
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
}

.BgColo_05:hover {
    background-image: url(https://www.connecttoindia.com/cti/img/city05.png);
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
    cursor: pointer;
    margin-top: 0px;
    background-size: cover;
}

.BgColo_06 {
    background-color: rgb(38, 106, 236);
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
}

.BgColo_06:hover {
    background-image: url(https://www.connecttoindia.com/cti/img/city06.png);
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
    cursor: pointer;
    margin-top: 0px;
    background-size: cover;
}

.BgColo_07 {
    background-color: rgb(49, 117, 248);
    border-radius: 0px 0px 0px 0px;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
}

.BgColo_07:hover {
    background-image: url(https://www.connecttoindia.com/cti/img/ico01.png);
    border-radius: 0px 0px 0px 0px;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
    background-size: cover;
}

.BgColo_08 {
    background-color: rgb(30 98 226);
    border-radius: 0px 0px 0px 0px;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
}

.BgColo_08:hover {
    background-image: url(https://www.connecttoindia.com/cti/img/pune.png);
    border-radius: 0px 0px 0px 0px;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
    background-size: cover;
}

.BgColo_09 {
    background-color: rgb(16 80 200);
    border-radius: 0px 0px 0px 0px;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
}

.BgColo_09:hover {
    background-image: url(https://www.connecttoindia.com/cti/img/surat.png);
    border-radius: 0px 0px 0px 0px;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
    background-size: cover;
}

.BgColo_010 {
    background-color: rgb(13 73 185);
    border-radius: 0px 15px 15px 0px;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
}

.BgColo_010:hover {
    background-image: url(https://www.connecttoindia.com/cti/img/jaipur-new.png);
    border-radius: 0px 15px 15px 0px;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
    background-size: cover;
}



.keyword ul.icon-list li:first-child:hover {
    background-color: transparent !important;
    
    pointer-events: none; /* Optional: prevent any interaction */
}

.keyword ul.icon-list li {
     padding-bottom: 6px;
    padding-top: 2px;
    margin-bottom: 0px;
    font-size: 12px;
    padding-left: 5px;
    width: 90%;
    MARGIN-LEFT: 29PX;
    BORDER-RADIUS: 5PX;
}
.keyword ul.icon-list li:hover {
       background: #ededed;
       cursor:pointer;
       transition: all 0.3s ease; 
}



#video-laptop {
    position: relative;
    padding-top: 25px;
    padding-bottom: 67.5%;
    height: 0;}
 
#video-laptop iframe {
    box-sizing: border-box;
    background: url('https://ssl-product-images.www8-hp.com/digmedialib/prodimg/lowres/c05648858.png') center center no-repeat;
    background-size: contain;
    padding: 6% 16% 23% 16%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;}

#video-laptop input {
       
        position: absolute!important;
        bottom: 40px!important;
    }


