@import url('https://fonts.googleapis.com/css2?family=Inter:wght@200;400;500;600;700&display=swap');

img {
    max-width: 100%;
}

body {
    font-family: 'Inter';
}

a {
    text-decoration: none;
}

h1 {
    font-size: 47px;
    font-weight: 600;
    line-height: 65px;
}

h2 {
    font-size: 32px;
    font-weight: 700;
    line-height:43px;
    margin: 0;
}

p {
    font-size: 14px;
    line-height: 28px;
    color: #000;
    margin: 0;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

.topbar {
    list-style: none;
    padding: 0 30px;
}

.navbar {
    padding: 0;
}

.signin a {
    background-color: #3EACEF;
    padding:6px 15px;border-radius:6px;
    font-size: 15px;
    color: #fff;
}

.btn.signin:active{border:0 !important;}


.signin:hover a {
    color: #fff;
    transition: 0.5s;
    background:#00c58a ;
}

.navbar-nav .nav-link.active,
.navbar-nav .show>.nav-link {
    color: #3EACEF;
}

.nav-link {
    padding: 25px 15px !important;
    font-size: 15px;
    color: #000;
}

header .container {
    padding: 0px 20px;
    border-radius: 0 0 16px 16px;
    box-shadow: 0 8px 16px rgba(39, 51, 51, .24);
}


.kodago-workplace {
    background: linear-gradient(180deg, #00153D 5%, #0038A3 37%, #0B5FFF 54%, #00A4FA 69%);
    padding: 120px 0 70px;
}

.kodago-workplace h1 {
    padding: 0px 0px 20px 0px;
}
.kodago-workplace h5{font-size: 17px;line-height: 34px;}

.kodago-workplace p {
    margin-bottom: 40px;
}

.bestsoftware {
    margin-top: 30px;
}

.bestsoftware h5 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 20px;
}

.bestsoftware ul {
    margin: 8px 0;
}

.bestsoftware ul li {
    font-size: 13px;
    width: 28%;
}

.kodago-tnstant {
    padding: 60px 0px;
    background-image: linear-gradient(rgba(244, 246, 250, 1), rgba(244, 246, 250, 1)) !important;
}

.kodago-tnstant h2 {
    color: #00318F;
}

.kodago-tnstant h5 {
    font-size: 23px;
    font-weight: 700;
    color: #00318F;
}

.flexivel-box {
    padding-bottom: 30px;
}

.customized {
    /* background:#0B5FFF; */
    padding: 60px 0px 60px 0px;
    /* background-image: url(../new-images/solutions-bg-dots.png); */
}

.kodago-member {
    padding: 30px 15px;
    border-radius: 10px;
    height: 100%;
    border: solid 1px #d8d7d7;
    transition-duration: .4s;
}
.kodago-member:hover{box-shadow:0 4px 30px 0 rgb(0 0 0 / 10%);}

.mediamen-img{background: linear-gradient(180deg, rgba(203,225,244,1) 0%, rgba(255,255,255,1) 100%);padding:20px;border-radius: 10px;}


.kodago-member a h5 {
    font-size: 17px;
    font-weight: 600;
    margin-top:28px;
    line-height: 27px;
}

.kodago-member a h5:hover {
    color: #00318F !important;
}




.kodago-member i {
    border: 1px solid #3EACEF ;
    border-radius: 50%;
    color: #3EACEF;
    font-size: 38px;
    display: inline-flex;
    height: 55px;
    width: 55px;
    align-items: center;
    justify-content: center;
}

.startbutton {
    display: inline-block;
}

.startbutton a {
    padding: 13px 20px;
    transition: 0.5s;
    font-weight: 600;
    border-radius: 6px;
    font-size:14px;
}

 .startbutton a:hover {
    background-color: #00c58a !important;
    color:#fff;
}

.startbutton i {
    border: 1px solid #084298;
    border-radius: 50px;
    padding: 3px;
    font-size: 13px;
}

.startbutton a:hover i {
    border: none;
    padding-left: 10px;
    transition: 0.9s;
}

.team-member p {
    font-size: 12px;
}

.owl-carousel .owl-dots {
    display: block;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    margin-bottom: 2px;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    background: #fff;
    color: #204C81;
    border: #204C81 1px solid;
    padding: 0px 11px 0px 11px !important;
    font: inherit;
    border-radius: 50%;
    font-size: 20px;
    margin: 30px 5px 19px;
}

.kodago-customer {
    padding: 60px 0px;
    border-bottom:solid 1px #dadada;
    
}

/* .kodago-client{background: rgba(0, 164, 250, 13%);} */

.customer-img {
    overflow: hidden;
    height: 170px;
    width: 200px;
    border-radius: 10px 0 0 10px;
}
.customer-img img{
    height: 100%;  
    width: 100%;
    object-fit: cover;
}



.customer-text h4 {
    color: #00318F;
    font-weight: 600;
}
/* 
.customer-text a {
    font-size: 14px;
    color: #0063D1;
    font-weight: 600;
} */

.customer-text p {
    color: #375DA7;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

/* .customer-team:hover {
    border-radius: 10px;
    border: 1px solid #0063D1 !important;
} */
/* 
.customer-team:hover i {
    padding-left: 15px !important;
    transition: 0.9s;
} */


.review-star {
    display: flex;
    justify-content: start;
}

.kodago-client .item i {
    color: #FFC107;
    padding: 10px 0 20px 3px;
}

.kodago-client h6 {
    font-size: 13px;
}

.kodago-client h5 {
    font-size: 16px;
}

.client-img {
    height: 50px;
    width: 50px;
}

.client-img img {
    height: 100%;
    border-radius: 6px;
    object-fit: cover;
}

.kodago-client-img {
    overflow: hidden;
    height: 470px;
    width: 690px;
}

.kodago-client-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}


/* .kodago-client .client-succed {
    margin: -100px 0px 70px 30px;
} */

/* .kodago-client .client-succed img {
    border-radius: 40px;
    width: 16%;
} */

/* .kodago-client .creative-job img {
    width: 20%;
} */

/* .kodago-client .client-succed p {
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
} */

footer {
    background: #149BEC;
}


.foter-left p {
    font-size: 14px;
    line-height: 23px;
    padding: 25px 0px;
    color: #fff;
}

/* .foter-logo img {
    width: 30%;
} */

/* .google-play img {
    width: 35%;
} */

.foter-right h5 {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}

.foter-right ul li a {
    color: #efefef;
    padding: 5px 0;
    font-size: 15px;
    display:block;
}

.foter-right ul li a:hover {
    color: #fff;
    transition: 0.5s;
}

.copright p {
    font-size: 12px;
    border-top: 1px solid #5bb8ef;
    color: #fff;
}

.foter-right a i {
    font-size: 17px;
}

.social-link a i {
    font-size: 14px;
    padding: 10px;
    border-radius: 5px;
    color: #fff;
}

.insta-logo i {
    background: #c32aa3;
    border: 1px solid transparent;
}

.linden-logo i {
    background: #0077B5;
    border: 1px solid transparent;
}

.insta-logo i:hover {
    background: #fff;
    color: #c32aa3 !important;
    border: 1px solid #c32aa3;
    transition: 0.9s;
}

.linden-logo i:hover {
    background: #fff;
    color: #0077B5 !important;
    border: 1px solid #0077B5;
    transition: 0.9s;
}

.login-btn i {
    padding-right:8px;
    font-size: 18px;
}

.login-btn:focus-visible{outline:none !important}

.owl-dots button.owl-dot.active {
    background-color: #09B850;
    border: 1px solid transparent;
    border-radius: 35%;
    height: 8px;
    width: 16px;
}

.owl-dots button.owl-dot {
    border: 1px solid #b0b2b6;
    background: #b0b2b6;
    border-radius: 50%;
    height: 8px;
    width: 8px;
    margin-right: 5px;
    position: relative;
}

.owl-carousel .owl-dots {
    display: block;
    padding-top: 6px;
}

/* kodago-features */

.kodago-features {
    margin-top: 60px;
}

.features-box {
    background: #0e93ff;
    padding: 25px 22px;
    height: 100%;
}

.features_icon {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background: #0871c6;
    font-size: 24px;
}

.kodago-tnstant p {
    color: #00318f;
}

/* app-screnshoot */

.app-screnshoot {
    background: #F4F7FF;
    padding: 45px 0;
}

.appimgbox {
    box-shadow: 0 1.5px 5px #0f545c1f;
    /* border-radius: 32px; */
    overflow: hidden;
}

.app-screnshoot .owl-dots {
    text-align: center;
    padding-top: 26px;
}

.kodago-tnstant .sticky-top {
    top: 120px;
}

/* our_clients */

.our_clients {
    background: #F4F7FF;
}

.our_clients .owl-carousel .owl-item img {
    width: auto;
    margin: 0 auto;
    max-height:50px;
}

.our_clients .owl-stage {
    display: flex;
    align-items: center;
}
.our_clients h2{color:#2B2B2B;font-size:21px;}

/* kodago group  members css start */

.members-kodago {
    background:linear-gradient(180deg, #00153D 5%, #0038A3 37%, #0B5FFF 54%, #00A4FA 69%);
    padding: 150px 0 50px;
}

.members-kodago .landscape{max-width: 800px;margin: 10px auto 20px;}
.seo-thumb {
    position: relative;
    margin-top: 0px;
    padding-right: 10%;
}

.seo-thumb img:nth-child(2) {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 200px;
}
.seo-thumb img:nth-child(1) {
    border: 1px solid #e7e7e7;
    border-radius:20px;
}


/* Turn website to app in minutes page css */


.achiev .conect-box {
    border: 1px solid #dce1eb;
    border-radius: 5px;
    padding: 25px 30px 28px 35px;
    width: 95%;
    position: relative;
}

.conect-box div {
    padding: 6px 14px;
    position: absolute;
    left: -17px;
    top: 13px;
    background: #fff;
    border-radius: 50px;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
    font-size: 15px;
}

.achiev {
    padding: 60px 0;
}

.achiev p {
    color: #606261;
}

/* .atandens {
    overflow: hidden;
    width: 578px;
    height: 490px;
} */

/* .atandens img {
    object-fit: cover;
    width: 100%;
    height: 100%;
} */

/* Build your app page css */

.build-box {
    padding: 60px 0;
    background: #F4F4F9;
}

.build-box p {
    color: #606261;
}

.membership-group {
    background: #fff;
    height: 100%;
}

.management-img {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.management-img img {
    object-fit: cover;
}

/* aboutus Page css */

.breadcumb-area{min-height: 350px;display: flex;flex-wrap: wrap;align-items: center;position: relative;z-index: 1;
    background:url(../images/about-page-banner.jpg)no-repeat;background-size:cover;position: relative;z-index:1;}
    .breadcumb-area:after{position:absolute;background:rgba(74, 114, 255, 0.25);width:100%;height:100%;
    content:'';z-index:-1;}
    
    .breadcumb-title {font-size: 40px;color: #fff;font-weight: 700;margin-bottom: 15px;line-height: 45px;padding-bottom: 0;}
    .breadcumb-menu {display: flex;flex-wrap: wrap;}
    .breadcumb-menu li {color: #fff;display: flex;align-items: center;letter-spacing: 0;}
    .breadcumb-menu li a {color: #fff;transition-duration:.4s;}
    .breadcumb-menu li:not(:first-child)::before {content: "";margin: 0px 5px;
    display: block;margin:0px auto;width:8px;height:8px;border-top: 2px solid #fff;
    border-left: 2px solid #fff;transform: rotate(135deg);    position: relative;left: -6px;top: 1px;}
    .breadcumb-menu li:not(:first-child){padding-left:12px;}
    .breadcumb-menu li a:hover{color:#d3d3d3 ;}
    .about-img-wrap {display: flex;position: relative;z-index: 1;}
    .about-img-wrap .shape-1 {position: absolute;right: 55px; bottom: -50px; z-index: -1;}
    .about-img-wrap .about-img {overflow: hidden;}
    .about-img-wrap .about-img img {border-radius: 10px;}
    .about-img-wrap .about-img:last-child {padding-left: 15px;margin-top: 75px;}
    .about-wrap{padding:80px 0;}
    .about-wrap h2{color: #0C1B4D;font-weight: 700;}
    .about-text-wrap ul li{font-size:15px;color:#000;position: relative;padding-left:13px;margin:10px 0;}
    .about-text-wrap ul li::after{ position:absolute; left:0; content:''; background:#0060a4; height:6px; width:6px; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%;top:8px;}
    .about-text-wrap{padding-left:50px;}
    
    .about-count-main{background: linear-gradient(55deg, #693eaa 25%, #47bbff 100%);
    background-repeat: no-repeat;background-position: center center;background-size: cover;border-radius: 10px;
    overflow: hidden;padding:60px 0 50px;background:url(../images/counter-bg2.jpg)no-repeat}
    .about-count{padding:20px 0;}
    .about-count-box h5{color: #ffffff;font-size:40px;line-height: 30px;font-weight: 700;}
    .about-count-box p {font-size: 14px;line-height: 30px;text-transform: capitalize;color: #ffffff;margin-top:10px;}
    .our-mission p{max-width:1000px;margin:0 auto;}
    .our-mission h2{color: #0C1B4D;font-weight: 700;}
    .our-mission{padding:30px 0 60px;}
    
    /*contact-page css*/
    .contact-details{padding:50px 0;}
    .contact-details-left h5{font-size:18px;}
    .contact-social ul li a{height:55px;width:55px;background:#FAF5EE;border-radius:50%;display:flex;align-items:center;color: #000;font-size: 27px;justify-content:center;margin-right:25px;transition-duration:.5s;}
    .contact-social{margin-top:20px;}
    .contact-social ul li a:hover {color: #fff;background:#0060A4;}
    
    .contact-details-right .form-group{    margin-bottom: 20px;}
    .contact-details-right .form-group small.help-block{    font-size: 12px;color: #FF3333;}
    .contact-details-right .form-control{background:#ededed;border-radius:6px;border:0;font-size:14px;color:#000;}
    .contact-details-right input.form-control{height:50px;}
    .contact-details-right input::placeholder{color:#4e4e4e;font-size:13.5px;} 
    .contact-details-right .btn-primary{padding:10px 25px;margin-top:20px;transition-duration:.4s;}
    .contact-details-right .btn-primary:hover{box-shadow:none;}
    
    .contact-office-box{border:solid 1px #F0ECE6;border-radius:5px;padding:33px 15px;}
    .office-contact-icon{background:#FAF5EE;height:60px;width:60px;border-radius:50%;margin-right:15px;}
    .office-contact-text{flex:1;}
    .contact-office-info{margin-top:50px;}
    .office-contact-text a{display:block;color:#2A2A2A;font-size:14.5px;margin:5px 0;transition-duration:.4s;}
    .office-contact-text a:hover{color:#6a9ecd;}
    .footprint-map{margin-top:20px;border-radius:10px;border:solid 1px #D1D4E5;padding:25px;}
    .footprint-map div{border-radius:10px;}
    
    .contact-office-box.contact-office-number{padding:0;margin-bottom:15px;}
    .contact-office-box.contact-office-number .contact-office-phone{padding:20px 15px 11px;}
    .contact-office-box h5{font-size: 16px;}
    .contact-office-box.contact-office-number p{margin-bottom: 0;font-size: 12px;line-height: 15px;background: #faf5ee;
    padding: 3px 8px;text-align: center;}
    .contact-details h2{color: #0C1B4D;font-weight: 700;}
    .contact-details-right input.form-control:focus{box-shadow:none;}
    .dynamicpage{padding:50px 0;}
    .dynamicpage h1{font-size: 30px;}
    .dynamicpage ol{margin:17px 0 10px;padding:0;}
    .dynamicpage p strong{margin:17px 0 10px;display: inline-block;}
    .dynamicpage ul li{margin: 10px 0;font-size: 14px;position: relative;padding-left:18px;}
    .dynamicpage ul li:after{ position:absolute; left:0; top:10px; background:#9b9b9b; height:6px; width:6px; border-radius:50% ; -webkit-border-radius:50% ; -moz-border-radius:50% ; -ms-border-radius:50% ; -o-border-radius:50% ;content:'';
    }
    .notfound .kodago-error-content span{display: block;font-size: 50px;color: #db0f30;font-weight: 800;padding-top: 30px;}
    .notfound .kodago-error-content .title {font-size: 30px;font-weight: 800;color: #0e1133;padding-bottom: 11px;}
    .notfound .kodago-error-content  p{    line-height: 26px;color: #505056;font-size: 16px;padding: 0 50px;}
    .notfound .kodago-error-content a{border: 2px solid #0060a4;line-height: 45px;padding: 0 35px;border-radius: 6px;margin-top: 30px;display: inline-block;color:#0060a4;transition-duration:.4s;}
    .notfound{background: #eef1f6;padding: 50px 0;margin-bottom:40px;}
    .notfound .kodago-error-content a:hover{background-color:#0060a4;color:#fff;}
    .btn-primary {background-color: #3EACEF !important;border-color: #3EACEF !important;padding: 7px 26px;
        transition: 0.5s ease;border-radius: 6px;font-size: 14px;}
    .contact-details-left .social-link a i {font-size: 22px;}
.swal-icon {width: 80px;height: 80px;}

/* kodago-integration */
.integration-link{padding: 12px 20px;border-radius:15px;background: #fff;}
.kodago-integration{background-image: linear-gradient(rgba(244, 246, 250, 1), rgba(244, 246, 250, 1))}


/* chat page new css */
.bg-effect{width:calc(100% - (42px + 100 * (100vw - 1200px) / 200));position: absolute;
height: 100%;right: 0;top: 0;z-index: -1;background:#f4f4f9;}
.feature-content {padding-left: 80px;}
.title {position: relative;}
.title .number-pattern {
-webkit-text-fill-color: #f4f4f9;-webkit-text-stroke: 1px rgba(0, 0, 0, 0.3);
font-size: 60px;font-weight: 800;mix-blend-mode: darken;}
.feature-content p {font-size: calc(14px + 1*(100vw - 320px) / 1600);
color:#000;}
.feature-box  h3{font-weight: 700;line-height: 45px;}
.feature-content ul li{font-size:14px;margin:15px 0;position: relative;
display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;
gap: calc(8px + 7*(100vw - 320px) / 1600);}
.feature-content ul li img{width: 20px;}
.right-version.feature-box .bg-effect{right:auto;left:0;}
.right-version.feature-box .feature-content{padding-left:20px;padding-right:80px;}

.cta-section-box{background-color: #1A232F;border-radius: 16px;padding: 48px 30px; }
.cta-section p{color:#fff;opacity:0.8;max-width:700px;margin:15px auto 25px;}


.sticky {
    position: sticky;
    top: 20px;
  }

  .progress-bar-container {
    position: relative;
    width: 1px;
    height: 100%;
    background-color: #313438;
  }

  .progress-bar {
    width: 100%;
    height: 0;
    background-color: #313438;
    transition: height 1.5s linear; /* Smooth transition */
    position: relative;
    left: -0.5px;
  }

  .segment-marker {
    position: absolute;
    width:19px;
    height:19px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #313438;
    cursor: pointer;
    transform: translate(-50%, -50%);
  }

  /* Add markers for each segment */
  .segment-marker:nth-child(1) { top: 0; }
  .segment-marker:nth-child(2) { top: 16.67%; }
  .segment-marker:nth-child(3) { top: 33.33%; }
  .segment-marker:nth-child(4) { top: 50%; }
  .segment-marker:nth-child(5) { top: 66.67%; }
  .segment-marker:nth-child(6) { top: 83.33%; }

  .kodago-benefits .hidden {
    display: none;
  }

  /* .kodago-benefits img {
    max-height: 400px;
    object-fit: cover;
  } */
  .text-content {
    position: absolute; /* Set position to absolute */
    left: 0; /* Position it to the right of the progress bar */
    transform: translateX(10px); /* Adjust for spacing */
   
    margin-bottom: 50px;
    opacity: 0; /* Start hidden */
    transition: opacity 0.5s ease;
    display:none;
    margin-left: 20px;
    margin-top: -13px;
  }


  /* .hidden {
    display: none;
  } */

  .hidden.show { display: block; }
  .hidden.hide { display: none; }
  
  .kodago-benefits{position: relative;}
  .text-content.show{display:block;opacity: 1; }
  .visible.hide { display: none;opacity: 0; }

  .kodago-benefits-img-box{background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 4px 4px 40px 0 hsla(0, 0%, 39%, .12);
    box-shadow: 4px 4px 40px 0 hsla(0, 0%, 39%, .12);
    flex-shrink: 0;
    height: 450px;
    margin-right: -60px;
    overflow: hidden;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 260px;    margin-left: auto;}

.tools__section-left{-webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-negative: 0;
    align-items: flex-start;
    background: #f4f6fa;
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    flex-shrink: 0;
    height: 600px;
    justify-content: center;
    padding: 60px;}

    .tools__section-content {
        max-width: 100%;
        width: 310px;
    }

    .text-content h3{font-size: 18px;}

/* kodago stats css here */
.kodago-stats-box{background: linear-gradient(90deg, rgba(62,172,239,1) 0%, rgba(46,228,249,1) 100%);border-radius:20px;position: relative;z-index: 1;padding:70px 0;}
.kodago-stats-box:after{position:absolute;content:"";left:0;top:0;width:100%;height:100%;
background-image:url(../new-images/map-dot-img.png);background-repeat:repeat;z-index: -1;opacity:0.4;}
.fun-facts-area .fun-fact {text-align: center;position: relative;z-index: 1;}
.fun-fact .counter {position: relative;display: flex;align-items: center;justify-content: center;font-weight: 700;color: #fff;line-height: 1;margin-bottom: 5px;font-size: 50px;}
.fun-fact .medium {font-weight: 700;width: 100%;display: block;text-align: center;
font-size: 17px;color: #fff;}









/* `xxl` applies to x-large devices (large desktops, less than 1400px) */

@media (max-width: 1399.98px) {

    h1 {
        font-size:45px;
        line-height: 65px;
       
    }

    h2 {
        font-size: 30px;
    }

    p {
        font-size: 13px;
    }

    .kodago-customer {
        padding: 55px 0px;
    }

    .kodago-client {
        padding: 55px 0px 60px 0px;
    }

    .team-member {
        margin: 0px 0px 25px -120px;
    }

    .mediamen-img {
        margin: 0px 0px 0px 0px;
    }

    .features-box p {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
    }

    .kodago-workplace p {
        margin-bottom: 35px;
        font-size: 14px;
    }

    .kodago-tnstant {
        padding: 55px 0px;
    }



    .customized {
        padding: 55px 0px 75px 0px;
    }

    .kodago-member {
        margin-top: 35px;
    }

    .owl-carousel .owl-nav button.owl-next,
    .owl-carousel .owl-nav button.owl-prev {
        margin: 27px 5px 17px;
    }

    .kodago-client-img {
        height: 378px;
        width: 549px;
    }

    /* .kodago-client .client-succed {
        margin: -75px 0px 45px 40px;
    } */

    .foter-right ul li a {
        font-size: 14px;
    }

    .kodago-member i {
      
        font-size: 32px;
    }



    /* kodago group  members css start */

 

    .members-kodago {
        padding: 120px 0 50px;
    }

    .achiev {
        padding: 50px 0;
    }


    .build-box {
        padding: 50px 0;
    }

    .conect-box div {
        padding: 3px 10px;
        font-size: 11px;
        margin-left: 4px;
    }

    .appimgbox {
        border-radius: 20px;
    }






}


/* `xl` applies to large devices (desktops, less than 1200px) */

@media (max-width: 1199.98px) {

    h1 {
        font-size: 45px;
        line-height: 60px;
    }

    h2 {
        font-size: 27px;
        line-height: 40px;
    }

    p {
        font-size: 13px;
    }

    .nav-link {
        padding: 8px 12px !important;
        font-size: 15px;
    }

    .topbar {
        padding: 0 20px;
    }

    .login-btn i {
        padding-right: 12px;
        font-size: 16px;
    }

    .signin a {
        font-size: 14px;
    }


    .signin {
        padding: 7px 16px;
    }

    .kodago-workplace {
        padding: 70px 0 45px 0;
    }

    .kodago-workplace h1 {
        padding: 10px 0px 35px 0px;
    }

    .kodago-workplace p {
        margin-bottom: 28px;
        font-size: 16px;
    }

    .kodago-workplace .landscape br {
        display: none;
    }

    .mediamen-img {
        margin: 0px -5px -45px 0px;
    }

    .mediamen-img img {
        width: 80%;
    }

    .kodago-workplace a {
        padding: 9px 17px;
        font-size: 14px;
    }

    .startbutton i {
        font-size: 9px;
    }

    .kodago-tnstant {
        padding: 50px 0px;
    }



    .kodago-tnstant h5 {
        font-size: 18px;
    }

    .flexivel-box p {
        line-height: 25px;
       
    }

    .flexivel-box {
        padding-bottom: 25px;
    }


    .kodago-features {
        margin-top: 15px;
    }

    .bestsoftware ul li {
        width: 30%;
    }

    .customized p {
        line-height:23px;
    }

    .kodago-member {
        padding:20px 15px 0;
       
    }

    .kodago-member a h5 {
        font-size:16px;
        margin:10px 0;
        line-height: 23px;
    }

    .kodago-member i {
       
        font-size: 28px;
    }

    .kodago-customer {
        padding: 50px 0px;
    }

    .customer-text p br {
        display: none;
    }

    .customer-text p {
        font-size: 16px;
    }

    .customer-img {
        height: 180px;
        width: 240px;
    }

    .kodago-client {
        padding: 45px 0px 55px 0px;
    }



    .kodago-client-img {
        height: 324px;
        width: 470px;
        margin-top: 54px;
    }

    .client-img {
        height: 40px;
        width: 40px;
    }

    /* kodago group  members css start */

    /* .members-kodago ul li {
        font-size: 13px;
    } */


    .achiev .conect-box {
        padding: 20px 20px 20px 30px;
    }
    .conect-box div {
        padding: 5px 12px;
        font-size: 13px;
    }


    .build-box {
        padding: 40px 0;
    }

    .dynamicpage {
        padding: 25px 0;
    }
.integration-link span{font-size: 13px;}
.foter-left p{font-size:13px;}











}


/* `lg` applies to medium devices (tablets, less than 992px) */

@media (max-width: 991.98px) {


    h1 {
        font-size: 42px;
        line-height: 60px;
    }

    h2 {
        font-size: 25px;
    }

    .mediamen-img {
        display: none;
    }

    .baclground-img {
        display: none;
    }

    .kodago-workplace h1 br {
        display: none;
    }

    /* .work-inquary,
    .team-member,
    .creative-job {
        display: none !important;
    } */

    .kodago-tnstant h2 br {
        display: none;
    }

    .navbar-toggler {
        font-size: 17px;
    }

    .features-box {
        padding: 16px 10px;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    .topbar {
        padding: 0 15px;
    }

    .nav-link {
        padding: 8px 0px !important;
        font-size: 15px;
    }

    .login-btn {
        padding: 0 15px 15px 15px;
    }

    .kodago-workplace a {
        padding: 10px 20px;
        font-size: 16px;
    }

    .kodago-client-img {
        height: 481px;
        width: 700px;
        margin-top: 0px;
    }

    .kodago-workplace {
        padding: 90px 0 40px 0;
    }

    .kodago-workplace h1 {
        padding: 7px 0px 15px 0px;
        font-size: 35px;
        line-height: 50px;
    }
    .kodago-workplace h5{font-size: 14px;line-height: 27px;}

    .kodago-tnstant {
        padding: 40px 0px 20px;
    }



    .flexivel-box {
        padding:0px 0 15px 0;
        border: 1px solid transparent;
        border-radius: 10px;
        margin-bottom: 0px;
    }

    .customized {
        padding: 40px 0px 50px;
    }

    .owl-carousel .owl-nav button.owl-next,
    .owl-carousel .owl-nav button.owl-prev {
        margin: 25px 5px 10px;
    }

    .kodago-customer {
        padding: 40px 0px 25px 0px;
    }

    .customer-img {
        height: 170px;
        width: 460px;
    }

    .customer-text p {
        font-size: 14px;
    }

    .customer-text h4 {
        font-size: 20px;
    }

    .customer-team {
        margin-bottom: 15px;
    }

    .kodago-client {
        padding: 30px 0px;
    }

    .owl-carousel .owl-dots {
        padding-top: 15px;
        text-align: center;
    }

    .kodago-client-img {
        display: none;
    }

    /* .kodago-client .client-succed {
        display: none !important;
    } */

    .kodago-client h2 {
        text-align: center;
    }

    .client-box p {
        font-size: 13px;
        text-align: center;

       
    }
    .item.client-box .d-flex {justify-content: center;}

    .client-img {
        height: 48px;
        width: 49px;
    }

    .kodago-client .item i {
        padding: 8px 0 8px 4px;
        font-size: 16px;
    }

    /* .foter-logo img {
        width: 24%;
    } */

    /* .google-play img {
        width: 27%;
    } */

    .foter-left {
        padding-left: 15px;
    }

    .foter-left p {
        font-size: 14px;
        padding: 15px 0px;
    }

    .foter-left p br {
        display: none;
    }

    .foter-right {
        margin-left: 10px;
    }


    .foter-right ul li a {
        padding: 4px 0;
    }



    .app-screnshoot {
        background: #F4F7FF;
        padding: 30px 0;
    }


    /* kodago group  members css start */

    .achiev {
        padding: 35px 0;
    }

    .build-box {
        padding: 35px 0;
    }

    .members-kodago {
        padding: 100px 0 35px;
    }
    .membership-group h5{
        font-size: 16px;
        line-height: 25px;
    }
    .build-box p br{
        display: none;
    }
    .kodago-workplace a{font-size: 14px;}
    .customized .col-lg-3{margin-bottom: 20px;}
    header .container{border-radius: 0;box-shadow: unset;}




}

/* `md` applies to small devices (landscape phones, less than 768px) */

@media (max-width: 767.98px) {

    h2 {
        font-size: 23px;
        line-height: 32px;
    }


    .navbar-brand img {
        width: 70%;
    }

    .kodago-workplace {
        padding:82px 0 30px 0;
    }

    .kodago-workplace h1 {
        font-size: 35px;
        line-height: 50px;
        padding: 0px 0px 20px 0px;
    }

    .kodago-workplace a {
        padding: 8px 15px;
        font-size: 15px;
    }

    .kodago-tnstant {
        padding: 30px 0px 10px 0px;
    }

    .flexivel-box p {
        line-height: 24px;
       
    }



    .customized {
        padding: 25px 0px 25px 0px;
    }

    .app-screnshoot {
        padding: 15px 0;
    }

    .kodago-member {
       
        margin-top: 25px;
    }

    .kodago-customer {
        padding: 30px 0px 15px 0px;
    }

    .customer-text h4 {
        font-size: 18px;
    }

    .customer-text p {
        padding: 0px;
    }

    .customer-team {
        margin-bottom: 5px;
    }

    .kodago-client {
        padding: 15px 0px 30px 0px;
    }

    .kodago-client h6 {
        font-size: 15px;
    }

    .client-box p {
        padding:0px 0 15px 0;
    }

    .client-img {
        height: 40px;
        width: 42px;
    }

    /* .foter-logo img {
        width: 36%;
    } */

    /* .google-play img {
        width: 40%;
    } */

    .foter-right h5 {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .kodago-member a h5 {
        margin:10px 0;
    }

    .appimgbox {
        border-radius: 15px;
    }



    /* kodago group  members css start */

    .members-kodago {
        padding: 80px 0 25px;
    }
    .achiev {
        padding: 25px 0;
    }
    .build-box {
        padding: 25px 0;
    }



    .dynamicpage {
        padding: 0px 0;
    }

    .dynamicpage h1 {
        font-size: 23px;
        margin-bottom: -10px;
    }
    .breadcumb-title {
        font-size: 22px;
        margin-bottom: 6px;
        line-height: 30px;
    }
    .breadcumb-menu li {
        font-size: 13px;
    }
    .customer-img{text-align:center;margin:0 0 25px 0;}
    .about-text-wrap {padding-left: 0;margin-top: 40px;}
    .about-wrap{padding: 80px 0 20px;}
    .about-count-main{padding:20px 0;}
    .about-count-box h5{font-size: 27px;}
    .about-count-box p{margin-top: 0px;}
    .about-count-box{margin:10px 0;}
    header .container{border-radius:0;}
    .foter-right ul li a.d-flex{display:block !important;}
    .foter-left{padding-left: 0;}
    .foter-right{margin-left:0;}




}

/* `sm` applies to x-small devices (portrait phones, less than 576px) */

@media (max-width: 575.98px) {

    h2 {
        font-size: 18px;
        line-height: 28px;
    }

    .navbar-brand img {
        width: 75%;
    }

    .kodago-workplace h5 {
        font-size: 14px;
    }

    .kodago-workplace h1 {
        font-size: 20px;
        line-height: 33px;
        padding: 0px 0px 12px 0px;
    }

    .kodago-workplace p {
        line-height: 22px;
        margin-bottom: 20px;
        font-size: 13px;
    }

    .kodago-workplace a {
        padding: 10px 13px;
        font-size: 13px;
    }

    .kodago-tnstant {
        padding: 25px 0px;
    }

    .kodago-tnstant h5 {
        font-size: 16px;
    }

    .flexivel-box p {
        line-height: 22px;
        font-size: 13px;
    }

    .customized {
        padding: 25px 0px 20px 0px;
    }





    .owl-carousel .owl-nav button.owl-next,
    .owl-carousel .owl-nav button.owl-prev {
        margin: 16px 5px 0px;
    }

    .kodago-customer {
        padding: 25px 0px 10px 0px;
    }
    .customer-img {
        height: 155px;
        width: 190px;
        display: contents;
    }

    .customer-text h4 {
        font-size: 15px;
    }

    .customer-text p {
        font-size: 13px;
        line-height: 25px;
    }

    .kodago-client h6 {
        font-size: 13px;
    }

    .client-box {
        margin-top: 0px;
    }

    .kodago-client .item i {
        padding: 1px 0 3px 4px;
        font-size: 14px;
    }

    .client-box p {
        font-size: 13px;
        padding: 7px 0 0px 0;
    }

    .client-img {
        height: 36px;
        width: 37px;
    }

    .owl-carousel .owl-dots {
        padding-top: 5px;
    }

    .kodago-client {
        padding: 20px 0px 20px 0px;
    }

    .foter-right h5 {
        font-size: 15px;
        margin-bottom: 5px;
    }

    .foter-right ul li a {
        padding: 2px 0;
        font-size: 12px;
    }

    .copright p {
        padding-top: 7px;
        font-size: 11px;
        margin-top: 8px;
    }



    .nav-link {
        padding: 5px 0px 2px 0px !important;
        font-size: 12px;
    }

    .foter-right a i {
        font-size: 14px;
    }

    .navbar-toggler {
        text-decoration: none;
        padding: 4px 6px;
    }

    .signin a {
        font-size: 12px;
    }

    .login-btn i {
        padding-right: 10px;
        font-size: 14px;
    }

    .signin {
        padding: 4px 10px;
    }

    .bestsoftware ul li {
        width: 50%;
    }

    .features-box {
        padding: 15px 12px;
        border-radius: 5px;
    }

    .features-box h4 {
        font-size: 16px;
        font-weight: 600;
    }

    .bestsoftware {
        margin-top: 20px;
    }

    .kodago-client h5 {
        font-size: 13px;
    }

    .our_clients .owl-carousel .owl-item img {
        width: 70%;
    }



    /* kodago group  members css start */


    .members-kodago {
        padding: 75px 0 20px;
    }
    .achiev {
        padding: 20px 0;
    }

    .achiev .conect-box {
        padding: 12px 15px 12px 24px;
    }
    .conect-box h5{
        font-size: 16px;
        /* margin: 0; */
    }
    .conect-box p{
       line-height: 24px;
    }   
    .management-img img {
        width: 75%;
    }
    header .container{padding: 8px 20px;}
    .breadcumb-area{min-height: 230px;}
    .breadcumb-menu li:not(:first-child)::before{top:-1px;}
    .about-wrap{padding: 40px 0 20px;}
    .about-count-main{background-size: cover;}
    .our-mission{padding:20px 0;}
    .contact-details {padding: 30px 0;}
    .contact-social ul li a{height: 45px;width: 45px;    font-size: 20px;}
    .contact-social{    margin: 10px 0;}
    .contact-details-right .form-group{margin-bottom: 10px;}
    .footprint-map{    padding: 5px;}
    .integration-link{    padding: 9px 11px;}


}