/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
   
/* ==========================================================================
    font-family: 'Gilmer';
   ========================================================================== */
   
    /* ==========================================================================
   New Modification Css Start
   ========================================================================== */
   
   
   
   
.header-icons {
    display: none;
}
    /* ==========================================================================
   Benifit Section Css Start
   ========================================================================== */

  .tab-content .row {
    margin-top: 20px;
    flex-wrap: wrap;
}
       .benefit-card {
    padding: 70px 30px 0px 30px;
    text-align: left;
    border-radius: 10px;
    background: linear-gradient(109deg, #FFF 0.58%, #E5ECFF 100%);
    height: 450px;
}
        .benefit-card img {
            max-width: 40px;
            margin-bottom: 15px;
        }
        .benefit-card h5 {
    margin-bottom: 15px;
    color: #000;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
}
        .benefit-card p {
            color: #555;
        }
#my-benefit-sec .nav-tabs {
    border: none;
    justify-content: center;
    gap: 30px;
}
#my-benefit-sec .nav-tabs .nav-link {
    color: #B5B5B5;
    border: none;
    text-align: center;
    font-family: 'Gilmer';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    cursor: pointer;
}
#my-benefit-sec .nav-tabs .nav-link.active {
    color: #000;
}
li.nav-item .nav-link:before {
    content: '';
    border-bottom: 1px solid #C8C8C8;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
}
li.nav-item {
    position: relative;
}
#my-benefit-sec .nav-tabs .nav-link.active:before {
        border-bottom: 3px solid #002692;
}
#my-benefit-sec .tab-content {
    margin-top: 50px;
}
#my-benefit-sec h2 {
    color: #000;
    text-align: center;
    font-family: 'Gilmer';
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 62px;
}



.engineer-section {
    margin: 0 0 50px 0;
}
.engineer-section .row {
    justify-content: center;
}
.engineer-section h2 {
    color: #000;
    text-align: center;
    font-family: 'Gilmer';
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 74px;
    text-transform: capitalize;
    margin-bottom: 60px;
}
.engineer-section .eng-img-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 10px;
    border: 1px solid #E8E8E8;
    background: #FFF;
    padding: 45px 15px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.engineer-section .eng-img-box p,
.engineer-section .eng-img-box h3 {
    color: #000;
    text-align: center;
    font-family: 'Gilmer';
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    margin-top: 25px;
    transition: transform 0.3s ease-in-out;
}
.eng-img-box img {
  transition: transform 0.3s ease-in-out;
}
.eng-img-box:hover img {
  transform: translateY(-10px); /* Move image slightly upward */
}
.eng-img-box:hover h3 {
  transform: translateY(-5px); /* Move heading slightly upward */
}
ul.mycontact-list {
    display: flex;
    list-style: none;
    justify-content: center;
    gap: 50px;
    align-items: center;
    background: #fff;
    border-radius: 50px;
    padding: 16px 30px;
    margin: 0;
}
li.iner-list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
}
li.iner-list a {
    color: #131313;
    font-size: 15px;
    font-weight: 700;
    font-family: 'Gilmer';
}
   /* ==========================================================================
   New Modification Css End
   ========================================================================== */
   
   
body{
    overflow-x: hidden;
    color: #444;
    font-family: 'Gilmer';
    font-size: 17px;
    font-weight: 500;
    line-height: 32px; /* 188.235% */
}
body section.sticky-top-contact-bar > ul,
.sticky-top-contact-bar > ul > li > a {
    line-height: 1.5 !important;
}
.revamp-footer {
    line-height: 1.5;
}
a:hover{
    text-decoration: none !important;
}

img{
    max-width: 100%;
    height: auto;
}
/*--*/
@media only screen and (min-width: 1680px){
    .container{
        max-width: 1615px !important;
    }
}
/*--*/
.top-header{
    background: url(../images/header-bg.png) no-repeat top center;
    width: 100%;
    background-size: cover !important;
    min-height: 911px;
    padding-top: 75px;
}

.top-header h1{
    font-family: 'Gilmer';
color: #000;
font-size: 80px;
font-weight: 400;
line-height: 94px; /* 117.5% */
}
.header-heading p {
    color: #000;
    font-family: 'Gilmer';
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 35px;
}
.Recognize-sec {
    display: flex;
    align-items: center;
    gap: 46px;
}
 p.recogniez,
.header-heading h4 {
    color: #000;
    font-family: 'Gilmer';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    margin: 40px 0 15px 0;
}

.top-header h1 span{
    color: #1255B1; 
font-weight: 700;
}

.header-heading{
    padding-top: 120px;
}

.header-img{
    position: relative;
}

.header-img img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.header-img .rotate-img1{
    z-index: 3;
}

.header-img .rotate-img2, .header-img .rotate-img3{
    z-index: 2;
        top: 75px;
}

.header-img .rotate-img3{
    top: 55px;
}

.rotate-imgssss  .rotate-img2{
    transform: translateX(220px) rotate(10.12deg);
    -webkit-transition: 2s;
    transition: 2s;
    -moz-transition: 2s;
    -o-transition: 2s;
}

.rotate-imgssss  .rotate-img3{
    transform: translateX(-220px) rotate(-10.12deg);
    -webkit-transition: 2s;
    transition: 2s;
    -moz-transition: 2s;
    -o-transition: 2s;
}

.header-icons{
    position: relative;
    z-index: 4;
}

.header-icons .spin-icons1, .header-icons .spin-icons2, .header-icons .spin-icons3, .header-icons .spin-icons4{
    position: absolute;
}

.header-icons .spin-icons1{
    left: 130px;
    top: 90px;
}

.header-icons .spin-icons2{
        right: 171px;
        top: 190px;
}

.header-icons .spin-icons3{
    left: 125px;
    top: 400px;
}

.header-icons .spin-icons4{
    right: 200px;
    top: 490px;
}

.header-icons .spin-icons1 img, .header-icons .spin-icons2 img{
    animation-name: jump;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    position: relative;
}

.header-icons .spin-icons3 img, .header-icons .spin-icons4 img{
    animation-name: jumpbottom;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    position: relative;
}

@keyframes jump {
    from {
        top: 0;
        animation-timing-function: ease-out
    }

    50% {
        top: 50px;
        animation-timing-function: ease-out
    }

    to {
        top: 0
    }
}

@keyframes jumpbottom {
    from {
        bottom: 0;
        animation-timing-function: ease-out
    }

    50% {
        bottom: 50px;
        animation-timing-function: ease-out
    }

    to {
        bottom: 0
    }
}

.spin-icons1{

}


/***********    Section 1     ************/

.section-1{
    padding-top: 50px;
    padding-bottom: 110px;
}

.section-1 > .container{
    padding-left: 90px;
}

.section1-img{
    position: relative;
    transition: .4s;
}

.iphoneimg{
    position: absolute;
    bottom: -198px;
    right: -60px;
    transition: .4s;
}

.section1-img:hover .iphoneimg{
    bottom: -188px;
    transition: .4s;
}

/*.menimg{
    position: relative;
    overflow: hidden;
    transition: .4s;
}

.section1-img .menimg img{
    transition: .4s;
}

.section1-img:hover .menimg img{
    transform: scale(1.02);
    transition: .4s;
}*/
.section1-content h2 {
    font-family: "Gilmer";
    color: #000;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 49px;
}
.section-1 p {
    font-size: 17px;
}

.section-1 strong{
   color: #444;
    font-family: "Gilmer";
    font-size: 25px;
    font-weight: 700;
    line-height: 42px;
    margin: 20px 0 30px;
    display: block;
}

.section1-content {
    padding-top: 20px;
    padding-left: 70px;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.main-btn {
    background: #BD2D36;
    width: 260px;
    min-height: 54px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-family: "Gilmer";
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
}

.main-btn:hover, .main-btn:focus{
    background: #F8B418;
    color: #fff;
}


/***********    Section 2     ************/

.section-2 {
    padding-left: 30px;
    overflow: hidden;
    margin-bottom: 100px;
}

.section-2 .container-fluid{
     padding: 0;
    margin-left: calc((100% - 1615px) / 2);
    position: relative;
    padding-left: 90px;
}

.section-2 .container-fluid:before{
    content: '';
    background: #3F3F3F;
    max-width: 1615px;
    height: 282px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-radius: 10px;
}

.section-2 .container-fluid > .row{
     align-items: center; 
     min-height: 282px; 

}

.section-2 h4{
    color: #FFF;
font-family: "Gilmer";
font-size: 35px;
font-weight: 700;
line-height: 52px; /* 148.571% */
}

.logos-slider .slick-list{
    margin-left: -25px;
}

.logos-img{
    background: #fff;
    min-height: 135px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    margin-right: 25px;
}

/***********    Section 3     ************/

.section-3 {
    width: 100%;
    height: 100%;
    padding: 0 0 100px 0;
    background-size: cover;
}

.section-3 h2{
    color: #000;
    font-family: "Gilmer";
    font-size: 50px;
    font-weight: 700;
    line-height: 74px;
    margin-bottom: 25px;
}

.section-3 p{
        width: 93%;
    margin-bottom: 25px;
}
.section-3 strong {
    color: #444;
    font-family: "Gilmer";
    font-size: 25px;
    font-weight: 700;
    line-height: 42px;
    margin: 20px 0 30px;
    display: block;
}
.section-3 .main-btn{
    margin-top: 10px;
}

/***********    Section 4     ************/

.section-4{

}

.section-4 h2{
        color: #000;
    font-family: "Gilmer";
    font-size: 50px;
    font-weight: 700;
    line-height: 74px;
    margin-top: -10px;
}

.right-content{

}

.right-content p{

}

.business-model{
    border-radius: 10px;
    background: linear-gradient(109deg, #FFF 0.58%, #EFF6FD 100%);
    box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.15);
    padding: 40px;
    margin-top: 25px;
}
.business-model h3,
.business-model h4{
   color: #000;
    font-family: "Gilmer";
    font-size: 30px;
    font-weight: 700;
    margin: 30px 0 25px;
}

.business-model p{
    margin: 0;
}

.section-4 .main-btn{
    margin-top: 50px;
}

/***********    Section 5     ************/

.section-5 {
    padding: 80px 0;
}

.section-5 > .container {
    padding: 0 0px 0 30px;
}

.section-5 > .container .row{
    background: url(../images/solution-bg.png) no-repeat;
    width: 100%;
    min-height: 232px;
    background-size: cover;
    padding: 0 40px;
    position: relative;
}

.section-5 .main-btn{
    width: 384px;
}

.section-5 > .container > .row{
    align-items: center;
}

.section-5 h2{
    color: #FFF;
font-family: "Gilmer";
font-size: 35px;
font-weight: 700;
line-height: 52px; /* 148.571% */
margin: 0;
}



/***********    Section 6   ************/

.section-6{
    position: relative;
    padding-top: 80px;
    padding-bottom: 40px;
}

.section-6:before {
    content: '';
    background: linear-gradient(0deg, #FEFEFF 0%, #E5ECFF 100%);
    width: 100%;
    min-height: 1227px;
    position: absolute;
    top: 0;
}

.section-6 h2{
  color: #222;
font-family: "Gilmer";
font-size: 50px;
font-weight: 700;
line-height: 62px; /* 124% */
margin-bottom: 50px;
}

#multipletabs1, #multipletabs2{
    list-style: none;
    padding: 0;
    margin: 0;
}

#multipletabs1 li{
    display:inline-block;
    margin-right: 30px;
}

#multipletabs1 li:last-child{
    margin-right: 0;
}

#multipletabs1 li a{
    color: #B5B5B5;
    text-align: center;
    font-family: "Gilmer";
    font-size: 20px;
    font-weight: 700;
    position: relative;
    padding: 0 46px 20px;
}

#multipletabs1 li a:after{
        content: '';
    border-bottom: 1px solid #C8C8C8;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
}

#multipletabs1 li a.active:after{
    border-bottom: 3px solid #002692;
}

#multipletabs1 li a.active{
    color: #000000;
}

#multipletabs2 li {
    display: inline-block;
    margin-right: 25px;
    margin-bottom: 25px;
}
#multipletabs2 li:last-child{
    margin-right: 0;
}
#multipletabs2 li a {
    background: #FFFFFF;
    color: #000;
    text-align: center;
    font-family: "Gilmer";
    font-size: 18px;
    font-weight: 700;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 54px;
    padding: 0 25px;
}

#multipletabs2 li a.active{
    background: #002692;
    color: #fff;
}

.tab_content{
    margin-top: 60px;
}

.tabs-content-m{
    text-align: left;
    padding-top: 20px;
}
.tabs-content-m h3,
.tabs-content-m h4{
    color: #000;
    font-family: "Gilmer";
    font-size: 25px;
    font-weight: 700;
    line-height: 32px; /* 128% */
}

.tabs-content-m p{
   margin: 15px 0 0px;
    width: 76%;
    min-height: 265px;
}

.tabs-content-m .main-btn{
    width: 214px;
}

.section-6 #tab3 .tabs-content-m {
    padding-top: 100px;
}

.section-6 #tab3 .tabs-content-m p {
    min-height: 225px;
}

/***********    Section 7     ************/

#section7 > .container > .row{
    background: url(../images/mobilize-bg.png) no-repeat;
        border-radius: 20px;
}
#section7 p {
    color: #fff;
}
#section7 .col-lg-4 {
    text-align: center;
}
/***********    Section 8    ************/
.section-8 {
    padding-bottom: 80px;
    padding-top: 80px;
}
.section-8 h2{
    color: #222;
font-family: "Gilmer";
font-size: 40px;
font-weight: 700;
line-height: 62px; /* 155% */
margin-bottom: 30px;
}

.section-8 img{

}

/***********    Section 9    ************/

.section-9{
    
}

.section-9 h2{
    color: #222;
font-family: "Gilmer";
font-size: 50px;
font-weight: 700;
line-height: 62px; /* 124% */
}

.total-col {
    position: relative;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 35px;
}

.bg-parallax {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 9999;
    background: #fff;
    transform: translateY(0);
    width: 100%;
    height: 0;
    transition: height 0.3s ease-in-out;
}


.coloumn-sticky {
    position: sticky;
    top: 40px;
    background: url(../images/bg-white.png) no-repeat top center;
    background-size: cover;
    background-attachment: fixed;
}

.sticky-border:before{
    content: '';
    position: absolute;
    width: 3px;
    background: #002692;
    z-index: 9999;
    height: 100%;
    top: 0;
}

.sticky-border2 {
    position: absolute;
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    left: -75px;
    top: 45px;
     height: 0; /* Default height set to 0 */
}

.sticky-border2 li:first-child{
    background: #002692;
}

.sticky-border2 li {
    background: #E7E7E7;
    width: 3px;
    height: 220px;
    position: relative;
    margin: 0px 0 30px;
}

.sticky-border2 li:last-child{
    background: none;
    height: auto;
    width: auto;
}

.sticky-border2 li:after{
    content: '';
    background: #002692;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    top: -24px;
    left: -9px;
}

.five-col{
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.15);
    padding: 25px;
    position: relative;
}

.five-col span{
    display: block;
    color: #E8E8E8;
font-family: "Gilmer";
font-size: 50px;
font-weight: 700;
}
.five-col h3,
.five-col h5{
    margin: 0;
    color: #000;
    font-family: "Gilmer";
    font-size: 20px;
    font-weight: 700;
    margin: 25px 0 16px;
}

.five-col p{
    color: #444;
font-family: "Gilmer";
font-size: 16px;
font-weight: 600;
margin-bottom: 0;
line-height: 28px;
}

/***********    Section 10    ************/

.section-10{
    padding-top: 80px;
}

.section-10 h2{
    color: #222;
font-family: "Gilmer";
font-size: 50px;
font-weight: 700;
line-height: 62px; /* 124% */
margin-bottom: 20px;
}

.section-10 p{

}

#umex-box {
    background: url(../images/scroll-bg-1.png) 0 0/100% 199% no-repeat
}

#umex-box2 {
    background: url(../images/scroll-bg-2.png) 0 0/100% 199% no-repeat
}

#umex-box3 {
    background: url(../images/scroll-bg-3.png) 0 0/100% 199% no-repeat
}

.box-anim {
    overflow: hidden;
    margin-top: 20px;
    min-height: 485px;
    height: auto;
    border-radius: 10px;
    position: relative;
}

.box-anim img.img-1 {
       -webkit-transition: 2s;
    transition: 2s;
    -moz-transition: 2s;
    -o-transition: 2s;
    position: absolute;
    top: 12%;
    left: 0;
    right: 0;
    margin: auto;
}

.box-anim:hover img.img-1 {
    top: -200px;
    z-index: -22;
    position: absolute;
    -webkit-transition: 2s;
    transition: 2s;
    -moz-transition: 2s;
    -o-transition: 2s
}

.box-anim:hover img.img-2 {
        opacity: 1;
    -webkit-transition: 1.5s;
    transition: 1.5s;
    -moz-transition: 1.5s;
    -o-transition: 1.5s;
    position: absolute;
    top: -80px;
}

img.img-2 {
    opacity: 0;
    -webkit-transition: 1.5s;
    transition: 1.5s;
    -moz-transition: 1.5s;
    -o-transition: 1.5s;
    position: absolute;
    top: 300px;
    height: 750px;
    object-fit: cover;
}



/***********    Section 11    ************/

.section-11{
    padding-top: 80px;
    padding-bottom: 80px;
}

.section-11 .row{
    padding: 0 60px;
}

.right-btn{
    display: flex;
    justify-content: end;
}

.section-11 h2{
    color: #000;
font-family: "Gilmer";
font-size: 35px;
font-weight: 700;
line-height: 48px; /* 137.143% */
margin: 0;
}

.section-11 .main-btn{
    width: 384px;
    min-height: 50px;
}


/***********    Section 12    ************/

.customer-bg{
   border-radius: 15px;
    background: #FDFAF3;
    padding: 50px 50px 130px;
}

.customer-says{

}

.customer-says h2{
    color: #000;
font-family: "Gilmer";
font-size: 50px;
font-weight: 700;
text-transform: capitalize;
margin-bottom: 18px;
}

.customer-says p{

}

.customer-bg2{
    display: flex !important;
    justify-content: space-between;
}

.customer-heading{
    display: flex;
    width: 30%;
    padding-top: 10px;
}

.customer-img{
      margin-right: 15px;
    margin-bottom: 10px;
}

.customer-wrap{
    width: 67%;
    padding-right: 50px;
}

.customer-wrap h5{
    margin: 0;
   color: #F8B418;
font-family: "Gilmer";
font-size: 25px;
font-weight: 700;
text-transform: capitalize;     
}

.customer-wrap p{
       color: #222;
    font-family: "Gilmer";
    font-size: 16px;
    font-weight: 600;
    margin: 8px 0 10px;
    line-height: normal;
}

.customer-content{
    width: 67%;
    padding-right: 6%; 
}
.customer-content h3,
.customer-content h4{
     color: #000;
    font-family: "Gilmer";
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.customer-content p{
        color: #000;
font-family: "Gilmer";
font-size: 16px;
font-weight: 400;
line-height: 30px; /* 187.5% */
margin-bottom: 0;
}

.customer-slider{
    padding-top: 30px;
}

.offer-arrow {
    display: inline-flex;
    position: absolute;
    left: 31%;
    bottom: -70px;
}

.offer-arrow .slick-arrow {
    margin: 0 35px;
    cursor: pointer;
}

.slide-count {
    display: inline-flex;
    color: #000;
 font-family: "Gilmer";
font-size: 16px;
font-weight: 600;
}

/***********    Section 13    ************/

.section-13{
    padding: 80px 0 70px;
}

.section-13 h2{
    color: #222;
font-family: "Gilmer";
font-size: 50px;
font-weight: 700;
margin-bottom: 50px;
}


#faq .card {
      margin-bottom: 22px;
    border: 0;
    border-radius: 5px;
    border: 1px solid #E5E5E5;
    background: #FFF;
}

#faq .card .card-header {
  border: 0;
    border-radius: 5px;
    border: none;
    background: none;
    border-radius: 0;
    padding: 0;
}

#faq .card .card-header .btn-header-link {
  display: block;
    text-align: left;
    padding: 20px 30px 20px 35px;
    outline: none;
    background: none;
    border-radius: 0;
    border: none;
    box-shadow: none !important;
    color: #000;
    font-family: "Gilmer";
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
}

#faq .card .card-header .btn-header-link:after {
  content: "";
  float: right;
  background: url(../images/plus-icon.png) no-repeat;
  width: 15px;
  min-height: 15px;
  background-size: cover;
}

#faq .card .card-header .btn-header-link.collapsed {
  
}

#faq .card .card-header .btn-header-link.collapsed:after {
  content: "";
}

#faq .card .collapsing {
}

#faq .card .collapse {
  border: 0;
}

#faq .card .collapse.show {
  
}

#faq .card-body{
    padding: 10px 35px 30px;
    color: #444;
    font-family: "Gilmer";
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    width: 95%;
}

/***********    Footer    ************/

footer{
    background: #0E0E0E;
    padding-top: 70px;
}

.footer-bg1{

}

.footer-bg1 h2{
    color: #FFF;
font-family: "Gilmer";
font-size: 50px;
font-weight: 700;
margin: 0;
}

.footer-left{
        border-right: 1px solid #414141;
    padding-right: 130px;
}

.footer-left p{
    color: #BD2D36;
font-family: "Gilmer";
font-size: 35px;
font-weight: 700;
line-height: 40px; /* 114.286% */
padding: 22px 0;
}

.footer-left .main-btn{
    width: 239px;
}

.footer-right{
    padding-left: 100px;
}

.footer-right h2{
    color: #1B8B83;
}

.footer-right p{
    color: #FFF;
font-family: "Gilmer";
font-size: 20px;
font-weight: 700;
line-height: 20px; /* 100% */
padding-top: 18px;
}

form#loadpopupform{

}
form.loadpopupform .main-btn,
form#loadpopupform .main-btn{
        width: 195px;
    border: none !important;
    margin-top: 12px;
    outline: none !important; 
}
form.loadpopupform .form-control,
form#loadpopupform .form-control {
    border: none !important;
    outline: none !important;
    border-bottom: 1px solid #414141 !important;
    background: none !important;
    color: #8A8A8A !important;
    font-family: "Gilmer";
    font-size: 16px;
    font-weight: 400;
    height: auto;
    border-radius: 0;
    padding: 12px 0;
    margin-bottom: 14px;
    box-shadow: none;
    appearance: none !important;
    -webkit-appearance: none !important;
}
form.loadpopupform .form-control::-webkit-outer-spin-button,
form.loadpopupform .form-control::-webkit-inner-spin-button,
form#loadpopupform .form-control::-webkit-outer-spin-button,
form#loadpopupform .form-control::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance:textfield; /* Firefox */
}

.footer-bg1 h5{
        color: #1B8B83;
    font-family: "Gilmer";
    font-size: 30px;
    font-weight: 700;
    margin: 50px 0 25px;
}

.two-col{

}

.two-col p{
    color: #8A8A8A;
font-family: "Gilmer";
font-size: 18px;
font-weight: 400;
    margin-bottom: 10px;   
}

.two-col h4, .two-col a{
    color: #FFF;
font-family: "Gilmer";
font-size: 25px; 
font-weight: 600;
margin: 0;
}

.two-col h4{
        padding-right: 9%;
}

.two-col a{
    color: #FFF;
}
.copyright-bg{
    border-top: 1px solid #414141;
    padding: 18px 0px;
    margin-top: 50px;
    max-width: 98%;
    flex: 0 0 98%;
    margin: 50px auto 0;
}

.copyright-bg p{
    color: #fff;
font-family: "Gilmer";
font-size: 18px;
font-weight: 400;
margin: 0;
}

ul.footer-list{
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
}

ul.footer-list li{
        display: inline-block;
    color: #fff;
    font-family: "Gilmer";
    font-size: 18px;
    font-weight: 400;
    border-right: 1px solid #fff;
    line-height: 22px;
    padding: 0 22px;
}

ul.footer-list li:last-child{
    border-right: none;
    padding-right: 0;
}


/***********    End Footer    ************/

.mob-img{
    display: none;
}

/* Popup background */
.thank-you-popup {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

/* Popup content */
.popup-content {
  position: relative;
  margin: 15% auto;
  padding: 40px 20px;
  background: white;
  width: 30%;
  text-align: center;
  border-radius: 10px;
}
.popup-content h5 {
    font-size: 45px;
    font-family: 'Gilmer';
    font-weight: 700;
    color: #000;
}

.popup-content p {
    font-size: 20px;
    font-family: 'Gilmer';
    color: #000;
}

/* Close button */
.close-btn {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 20px;
  cursor: pointer;
}

.popup-btn {
  background-color: #007bff;
  color: white;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 5px;
}

.popup-btn:hover {
  background-color: #0056b3;
}

/**********     On page Load Form       ************/
#onLoadModal {
  z-index: 9999999999;
}
#onLoadModal button.btn-close {
    color: #000 !important;
    border-radius: 0;
    background-image: none;
    opacity: 1 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4em;
    left: auto !important;
    right: 20px;
    position: absolute;
    z-index: 1;
    top: 30px;
    border: none !important;
    background: none !important;
}

div#onLoadModal .modal-content {
    border-radius: 20px !important;
    width: 95%;
    max-width: 100%;
    padding: 0 0 20px;
    margin: 0 auto;
}

.form-col {
    padding: 2em;
    height: 100%;
}

div#onLoadModal .modal-dialog {
    max-width: 33%;
    height: 100vh;
    align-items: center;
    display: flex;
    margin-top: 0 !important;
}
@media screen and (max-width: 1680px) and (min-width: 1280px) {
  
  div#onLoadModal .modal-dialog {
    max-width: 40% !important;
  }
}
.app-cont h2.thirtyfivepx {
    line-height: 50px;
    font-weight: 500!important;
}

.form-col-me span.fiftypx {
    color: #1b8b83;
    font-size: 50px;
    font-family: 'Gilmer';
    font-style: normal;
    font-weight: 700;
    line-height: 62px;
    display: block;
}

.form-col-me strong {
        color: #000;
    font-size: 22px;
    font-style: normal;
    font-family: 'Gilmer';
    font-weight: 600;
    line-height: 35px;
    margin-bottom: 30px;
    display: block;
    margin-top: 20px;
}

.app-cont {
    padding-top: 2em
}

.form-col label {
    font-family: 'Gilmer';
    font-size: 17px;
    font-weight: 500;
    line-height: 27px;
    color: #fff;
    margin: 1em 0;
}

.form-col input.form-control.section-1-input {
    background-color: transparent;
    border-width: 0;
    padding: 15px;
    color: #5a5a5a!important;
    background: 0 0;
    color: #8a8a8a;
    padding-left: 0;
    border-radius: 0;
    border-bottom: 1px solid #8a8a8a!important;
    border: none;
    margin-bottom: 30px;
    margin-left: 10px;
    margin-right: 10px;
}

.form-col textarea#exampleFormControlTextarea1 {
    height: 80px;
    background: 0 0;
    border-radius: 0;
    padding: 0;
    border-bottom: 1px solid #8a8a8a!important;
    border: none;
    width: 100%;
    margin: 0 auto;
      margin-bottom: 15px !important;
}

.email-me {
    margin-right: 20px!important;
    width: 97%;
}

.form-col button.submit-form {
    background-color: #bd2d36;
    color: #fff;
    border: none;
    border-radius: 0;
    padding: .8em 2em;
    margin-top: 2em;
    float: right;
    margin-bottom: 40px;
    margin-left: 10px;
    margin-right: 10px;
}

.form-col button.submit-form:hover {
    background: #f8b418;
}

#onLoadModal .modal-body {
    padding: 0;
}

.modal.fade .modal-dialog {
    transform: translateY(-100px);
    transition: transform 0.3s ease-out;
}

.modal.show .modal-dialog {
    transform: translateY(0);
}

.in-field {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
@media only screen and (max-width: 1680px) and (min-width: 1280px){
    .container{
        max-width: 1170px !important;
    }
}
@media only screen and (max-width: 1680px) {

.section-3 strong {
    font-size: 18px;
    line-height: 28px;
}
    #my-benefit-sec h2 {
        font-size: 30px;
        line-height: 44px;
    }
  .benefit-card h5 {
    font-size: 18px;
    line-height: 30px;
}
#my-benefit-sec .nav-tabs .nav-link {
    font-size: 16px;
}

ul.mycontact-list {
    gap: 15px;
    padding: 16px 20px;
}    
 li.iner-list {
    gap: 10px;
}   
  li.iner-list a {
    font-size: 13px;
}  

    .popup-content {
    width: 45%;
}


body {
    font-size: 15px;
    line-height: 28px;
}



.top-header h1 {
    font-size: 45px;
    line-height: 56px;
}
.header-heading p {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 25px;
    
}

.header-img .rotate-img1 {
    width: 500px;
}

.header-img .rotate-img2, .header-img .rotate-img3 {
    width: 300px;
}

.rotate-imgssss .rotate-img2 {
    transform: translateX(140px) rotate(10.12deg);
}

.rotate-imgssss .rotate-img3 {
    transform: translateX(-140px) rotate(-10.12deg);
}

.top-header {
    min-height: 611px;
}

.logo-area img{
    width: 170px;
}

.header-heading {
    padding-top: 80px;
}

.header-icons .spin-icons1 img, .header-icons .spin-icons2 img, .header-icons .spin-icons3 img, .header-icons .spin-icons4 img{
    width: 100px;
}

.header-icons .spin-icons1 {
    left: 90px;
    top: 70px;
}

.header-icons .spin-icons2 {
    right: 125px;
    top: 160px;
}

.header-icons .spin-icons3{
    left: 100px;
    top: 300px;
}

.header-icons .spin-icons4 {
    right: 140px;
    top: 360px;
}


.engineer-section {
    margin: 0 0 30px 0;
}
    .engineer-section h2 {
        font-size: 30px;
        line-height: 45px;
        margin-bottom: 40px;
    }
.engineer-section .eng-img-box {
    padding: 30px 5px;
}
.engineer-section .eng-img-box p,
.engineer-section .eng-img-box h3 {
    font-size: 13px;
    line-height: 20px;
    margin-top: 20px;
}
.section1-content h2 {
    font-size: 25px;
    line-height: 40px;
}
    .section-1 p {
        font-size: 15px;
        line-height: 25px;
    }


    .section-1 strong {
        font-size: 18px;
        line-height: 30px;
    }

.main-btn {
    width: 240px;
    min-height: 50px;
    font-size: 15px;
}

.section-1 > .container {
    padding-left: 50px;
}

.section1-content {
    padding-top: 0px;
    padding-left: 60px;
}

.section-2 .container-fluid {
    margin-left: calc((100% - 1170px) / 2);
    padding-left: 70px;
}

.section-2 h4 {
    font-size: 28px;
    line-height: 42px;
}

.section-2 .container-fluid:before {
    max-width: 1170px;
}

.logos-img {
    min-height: 115px;
}

/*.logos-img img{*/
/*    width: 120px;*/
/*}*/

.section-2 .container-fluid > .row {
    min-height: 252px;
}

.section-2 .container-fluid:before{
    height: 252px;
}

.iphoneimg {
    bottom: -141px;
    width: 280px;
}

.section-3 h2, .section-4 h2, .section-6 h2, .section-10 h2, .customer-says h2, .section-13 h2 {
    font-size: 35px;
    line-height: 50px;
}

.section-3 p {
    width: 96%;
}
.section-2 {
    margin-bottom: 70px;
}
    .section-3 {
        padding: 0 0 70px 0;
    }
.business-model h3,
.business-model h4 {
    font-size: 22px;
    margin: 25px 0 16px;
}

.business-model p {
    font-size: 14px;
    line-height: 26px;
}

.section-5 h2 {
    font-size: 28px;
    line-height: 40px;
}

.section-5 .main-btn {
    width: 324px;
}

.section-5 > .container .row {
            min-height: 167px;
        background-size: cover !important;
}

#multipletabs1 li a {
    font-size: 16px;
}

#multipletabs2 li a {
    font-size: 13px;
    min-height: 50px;
    padding: 0 20px;
}

.tabs-content-m p {
    width: 90%;
        min-height: 255px;
}

.tabs-content-m .main-btn {
    width: 184px;
}
.tabs-content-m h3,
.tabs-content-m h4 {
    font-size: 22px;
    line-height: 32px;
}

.section-5 {
    padding: 60px 0 70px;
}

.section-8 h2 {
    font-size: 30px;
    line-height: 44px;
}

.section-11 h2 {
    font-size: 25px;
    line-height: 40px;
}

.customer-wrap h5 {
    font-size: 18px;
}

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

.customer-heading {
    width: 36%;
}
.customer-content h3,
.customer-content h4 {
    font-size: 22px;
    line-height: 32px;
}

.customer-content {
    padding-right: 3%;
}

.customer-content p {
    font-size: 15px;
    line-height: 28px;
}

#faq .card-body {
    font-size: 14px;
    line-height: 25px;
}

img.img-2 {
    height: 550px;
}

.box-anim {
    min-height: 345px;
}

.box-anim img.img-1 {
    top: 20%;
    width: 230px;
}

.section-9 h2 {
    font-size: 25px;
    line-height: 36px;
}
.five-col h3,
.five-col h5 {
    font-size: 16px;
    margin: 18px 0 13px;
}

.five-col span {
    font-size: 35px;
}

.five-col {
    padding: 25px 20px;
}

.five-col p {
            font-size: 12px;
        line-height: 21px;
}

.sticky-border2 li {
    height: 195px;
    margin: 0px 0 30px;
}

img.men-img2 {
    width: 380px;
}

.footer-bg1 h2 {
    font-size: 35px;
}

.footer-left p {
        font-size: 24px;
        line-height: 32px;
        padding: 18px 0;
    }

.footer-right p {
    font-size: 16px;
    line-height: 16px;
}

    .footer-left {
        padding-right: 110px;
        flex: 0 0 42%;
        max-width: 42%;
    }

    .footer-right{
        flex: 0 0 58%;
        max-width: 58%;
    }
form.loadpopupform .form-control,
form#loadpopupform .form-control {
    font-size: 13px;
}

.footer-left .main-btn {
    width: 209px;
}
form.loadpopupform .main-btn,
form#loadpopupform .main-btn {
    width: 180px;
}

.footer-bg1 h5 {
    font-size: 24px;
}

.two-col h4, .two-col a {
    font-size: 18px;
    line-height: 25px;
}

.two-col p {
    font-size: 16px;
}

.copyright-bg p {
    font-size: 15px;
}

ul.footer-list li {
    font-size: 15px;
}

footer {
    padding-top: 55px;
}

    .header-right {
        position: relative;
        top: 0;
    }

div#onLoadModal .modal-dialog {
    max-width: 45%;
}

.form-col-me span.fiftypx {
    font-size: 35px;
    font-family: 'Gilmer';
    line-height: 45px;
}

.form-col-me strong {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 15px;
    margin-top: 15px;
}
    
}
@media only screen and (max-width: 1200px) {
        .tab-content .row {
    row-gap: 30px;
}
    .tab-content .row .col {
    flex: 0 0 33%;
}
.benefit-card {
    height: 300px;
}
  .engineer-section .eng-img-box {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 1280px) {
   .benefit-card {
    padding: 40px 15px 0px 15px;
}
    #my-benefit-sec h2 {
        font-size: 25px;
        line-height: 38px;
    }
   section#section7 h2 {
    font-size: 18px;
            margin-bottom: 0;
}
    .header-heading p {
        font-size: 14px;
        line-height: 24px;
    }
        .engineer-section {
        margin: 50px 0 30px 0;
    }
    .engineer-section .eng-img-box p,
    .engineer-section .eng-img-box h3 {
        font-size: 11px;
        line-height: 18px;
        margin-top: 15px;
    }
        ul.mycontact-list {
        gap: 15px;
        padding: 10px 16px;
    }
        li.iner-list {
        gap: 5px;
    }
    li.iner-list a {
        font-size: 11px;
    }
    div#onLoadModal .modal-dialog {
        max-width: 50%;
    }
    /*   .container{*/
    /*    max-width: 1000px !important;*/
    /*}*/

    .header-heading{
        -ms-flex: 0 0 41%;
            flex: 0 0 41%;
            max-width: 41%;
    }
    
    .header-right{
         -ms-flex: 0 0 59%;
            flex: 0 0 59%;
            max-width: 59%;
    }

    .top-header .header-heading h1 {
    font-size: 35px !important;
    line-height: 49px !important;
}
.Recognize-sec {
    gap: 16px;
}

        .logo-area img {
        width: 140px;
    }

    .top-header {
        min-height: 551px;
    }

    .section-1 {
    padding-top: 110px;
    padding-bottom: 80px;
}

    .section-1 p {
        font-size: 14px;
    }

    body {
        font-size: 13px;
        line-height: 25px;
    }

    .section-1 strong {
        font-size: 15px;
        line-height: 26px;
    }

        .main-btn {
        width: 220px;
        min-height: 47px;
    }

    .section-2 .container-fluid:before {
        max-width: 1000px;
    }

    .section-2 .container-fluid {
        margin-left: calc((100% - 1000px) / 2);
                padding-left: 50px;
    }

        .section-2 .container-fluid > .row {
        min-height: 212px;
    }

        .section-2 .container-fluid:before {
        height: 212px;
    }

    .section-3 h2, .section-4 h2, .section-6 h2, .section-10 h2, .customer-says h2, .section-13 h2 {
        font-size: 27px;
        line-height: 38px;
    }
    .business-model h3,
    .business-model h4 {
        font-size: 19px;
    }

    .section-5 h2 {
        font-size: 24px;
        line-height: 35px;
    }

   .section-5 .main-btn {
        width: 100%;
        font-size: 13px;
    }

    .section-5 > .container .row {
        min-height: 142px;
        padding: 0 25px;
    }

.section-6 {
    padding-top: 60px;
}

    #multipletabs2 li a {
        padding: 0 15px;
    }
    
    #multipletabs2 li {
        margin-right: 11px;
        margin-bottom: 11px;
    }
    .tabs-content-m h3,
    .tabs-content-m h4 {
        font-size: 20px;
        line-height: 28px;
    }
    .tabs-content-m p {
        min-height: 245px;
    }    
        .section-8 h2 {
        font-size: 25px;
        line-height: 38px;
    }
        .header-icons .spin-icons1 {
        left: 99px;
    }
        .header-icons .spin-icons3 {
        left: 99px;
    }

    .sticky-border2 li:after {
    width: 14px;
    height: 14px;
    top: -19px;
    left: -6px;
}

.sticky-border2 {
    left: -55px;
}

.left-1{
            -ms-flex: 0 0 38.666667%;
        flex: 0 0 38.666667%;
        max-width: 38.666667%;
}

.right-1{
     -ms-flex: 0 0 56.7%;
        flex: 0 0 57.666667%;
        max-width: 57.666667%;
}

    .five-col p {
        font-size: 11px;
        line-height: 18px;
    }

    .sticky-border2 li {
        height: 178px;
        margin: 0px 0 25px;
    }


img.men-img2 {
        width: 300px;
    }

    .section-11 .row {
    padding: 0 45px;
}

    .section-11 .main-btn {
        width: 100%;
        font-size: 14px;
    }
    .customer-content h3,
    .customer-content h4 {
        font-size: 18px;
        line-height: 28px;
    }

    .customer-content p {
        font-size: 14px;
        line-height: 25px;
    }

#faq .card .card-header .btn-header-link {
    font-size: 15px;
}

.section-13 {
    padding: 70px 0 60px;
}

    .footer-bg1 h2 {
        font-size: 25px;
    }

   .footer-left p {
        font-size: 18px;
        line-height: 27px;
        padding: 25px 0 30px;
        margin-bottom: 0;
    }

.footer-left {
        padding-right: 68px;
    }

.footer-right {
    padding-left: 70px;
}

    .footer-left .main-btn {
        width: 189px;
        min-height: 42px;
        font-size: 14px;
    }
    form.loadpopupform .main-btn,
    form#loadpopupform .main-btn {
        width: 175px;
        min-height: 42px;
        font-size: 14px;
    }

    .section-11 h2 {
        font-size: 22px;
        line-height: 34px;
    }

}
@media screen and (max-width: 1279px) and (min-width: 1025px) {
  .top-header h1{
    font-size: 25px !important;
    line-height: 1.3 !important;
  }
}
@media only screen and (max-width: 1024px) {
    .popup-content h5 {
        font-size: 35px;
    }
.section-3 strong {
    font-size: 16px;
    line-height: 26px;
}
    .top-header {
        min-height: 500px;
    }
    
    .header-icons .spin-icons1 {
        left: 165px;
        top: 50px;
    }
    
    .header-icons .spin-icons3 {
        left: 165px;
        top: 240px;
    }
    
    .header-icons .spin-icons2 {
        right: 189px;
        top: 110px;
    }
    
    .header-icons .spin-icons4 {
        right: 189px;
        top: 290px;
    }

    .top-header h1 {
        font-size: 28px;
        line-height: 43px;
    }

    .header-heading {
        padding-top: 0px;
    }
    .top-header {
      padding-top: 150px;
    }
    .header-img .rotate-img1 {
        width: 320px;
    }

        .header-img .rotate-img2, .header-img .rotate-img3 {
        width: 210px;
    }

        .rotate-imgssss .rotate-img3 {
        transform: translateX(-90px) rotate(-10.12deg);
    }

    .header-img .rotate-img3 {
    top: 40px;
}

.header-img .rotate-img2, .header-img .rotate-img3 {
    top: 50px;
}

    .rotate-imgssss .rotate-img2 {
        transform: translateX(90px) rotate(10.12deg);
    }
    .logo-area img {
        width: 120px;
    }

    .header-right {
        position: relative;
        top: 0;
    }

.section-1 {
        padding-top: 80px;
        padding-bottom: 80px;
    }

.header-icons .spin-icons1 img, .header-icons .spin-icons2 img, .header-icons .spin-icons3 img, .header-icons .spin-icons4 img {
        width: 65px;
    }

      
 
}

@media only screen and (max-width: 991px) {
   .benefit-card {
        height: 335px;
    }
       #my-benefit-sec h2 {
        font-size: 24px;
        line-height: 38px;
    }
    .section-3.row-reverse .row {
    flex-direction: column-reverse;
}
    .tabs-content-m {
        text-align: center;
    }
    .tabs-content-m img {
      max-width: 400px;
      width: 100%;
    }
    .engineer-section .eng-img-box p,
    .engineer-section .eng-img-box h3 {
        font-size: 15px;
        line-height: 24px;
    }
    .engineer-section .eng-img-box {
        padding: 30px 5px;
        margin: 10px 0;
    }
    .Recognize-sec {
        gap: 6px;
    }
    .header-heading p {
        font-size: 13px;
        line-height: 23px;
    }
    .engineer-section h2 {
        font-size: 25px;
        line-height: 40px;
        margin-bottom: 30px;
    }
    .logo-area {
        margin: 0 0 20px 0;
        text-align: center;
    }
    ul.mycontact-list {
        gap: 12px;
        padding: 10px 16px;
        width: 50%;
        margin: 0 auto;
    }
    div#onLoadModal .modal-dialog {
        max-width: 90%;
    }
    
    .form-col-me strong br{
        display: none;
    }
    .form-col form.loadpopupform,
    .form-col form#loadpopupform{
        margin-bottom: 0 !important;
    }

    .top-header h1 {
        font-size: 24px;
        line-height: 38px;
    }

      .header-icons .spin-icons1 {
        top: 40px;
        left: 92px;
    }

    .header-icons .spin-icons3 {
        top: 250px;
        left: 92px;
    }

    .header-icons .spin-icons2 {
        right: 125px;
        top: 100px;
    }

    .header-icons .spin-icons4 {
        right: 125px;
        top: 270px;
    }

    .iphoneimg {
    right: 0px;
}

    .section1-content {
        padding-top: 70px;
        padding-left: 15px;
    }

        .section-2 .container-fluid {
        margin-left: 0;
        padding-left: 22px;
    }

        .section-1 > .container {
        padding-left: 20px;
    }

    .section-2 {
        padding-left: 0;
    }

.section-2 h4 {
        font-size: 25px;
        line-height: 35px;
        text-align: center;
    }

    .section-2 h4 br{
        display: none;
    }

        .section-2 .container-fluid > .row {
        min-height: 265px;
    }

        .section-2 .container-fluid:before {
        height: 265px;
    }

    .logos-slider{
        margin-top: -60px;
    }

    .logos-img {
    margin-right: 20px;
}

.logos-slider .slick-list {
    margin-left: 0;
}

    .section-3 {
        padding: 50px 10px;
    }

    .section-3 h2, .section-4 h2, .section-6 h2, .section-10 h2, .customer-says h2, .section-13 h2 {
        font-size: 24px;
        line-height: 33px;
    }

    .section-1 {
        padding-bottom: 60px;
    }

.section-3 .main-btn {
    margin-bottom: 50px;
}

.section-4 h2 {
    margin-top: 0;
}

.section-4 {
    padding: 0 10px;
}

    .section-5 h2 {
        font-size: 20px;
        line-height: 29px;
    }

    .section-5 .main-btn {
        width: 290px;
    }

 .section-5 {
padding: 60px 10px 60px;
text-align: center;
}

    .section-5 > .container .row {
        min-height: 182px;
        padding: 0 10px;
        border-radius: 20px;
    }

        .section-5 h2 {
        margin-bottom: -35px;
    }

        #multipletabs1 li a {
        font-size: 15px;
        padding: 0 35px 20px;
    }

        #multipletabs2 li a {
        font-size: 12px;
        min-height: 44px;
        padding: 0 15px;
    }

        #multipletabs2 li {
        margin-bottom: 15px;
    }

        .tabs-content-m p {
        min-height: 100% !important;
        width: 100%;
        margin-bottom: 20px;
    }

.section-6 #tab3 .tabs-content-m {
    padding-top: 30px;
}

        .tabs-content-m .main-btn {
        width: 170px;
        min-height: 42px;
        font-size: 14px;
        margin-bottom: 30px;
    }

        .section-8 h2 {
        font-size: 24px;
        line-height: 38px;
    }

    .tabs-content-m {
    padding-left: 20px;
    padding-right: 20px;
}

.sticky-border2{
    display: none !important;
}

    .left-1 {
        -ms-flex: 0 0 42.666667%;
        flex: 0 0 42.666667%;
        max-width: 42.666667%;
    }

    .section-9 h2 {
        font-size: 20px;
        line-height: 29px;
    }

        .right-1 {
        -ms-flex: 0 0 55.666667%;
        flex: 0 0 55.666667%;
        max-width: 55.666667%;
    }

        img.men-img2 {
        width: 280px;
    }

        .five-col {
        padding: 20px 20px;
    }

    .total-col {
    gap: 22px;
}

    .five-col span {
        font-size: 28px;
    }
    .five-col h3,
    .five-col h5 {
        font-size: 15px;
        margin: 13px 0 10px;
    }

    .section-10 {
    padding-top: 50px;
}

.section-10 {
    padding: 50px 10px;
}

.box-anim {
    margin-top: 30px;
}

    .section-11 .row {
        padding: 0 0px;
        text-align: left;
    }

        .section-11 .main-btn {
        width: 300px;
    }

.right-btn {
    justify-content: center;
    margin-top: 20px;
}

.section-11 {
    padding-top: 10px;
    padding-bottom: 50px;
}

.customer-bg {
    padding: 40px 30px 120px;
}

.slide-count {
    font-size: 14px;
}

    .section-13 {
        padding: 50px 10px 40px;
    }

.footer-left {
        padding-right: 15px;
        flex: 0 0 100%;
        max-width: 100%;
        border-right: none;
    }

    .footer-right {
        padding-left: 15px;
        padding-top: 30px;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .two-col h4, .two-col a {
        font-size: 16px;
        line-height: 24px;
        padding-right: 0;
    }

    .footer-bg1 h5 {
    margin: 0;
    font-size: 20px;
    margin-bottom: 15px;
}
form.loadpopupform,
form#loadpopupform {
    margin-bottom: 30px;
}

    footer {
        padding-top: 50px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .customer-bg2 {
    flex-direction: column;
}

.customer-heading, .customer-content {
        width: 100%;
    }

    .customer-content{
        margin-top: 20px;
    }

    .offer-arrow .slick-arrow {
    margin: 0 28px;
}

.offer-arrow {
    left: 0;
    right: 0;
    margin: auto;
    justify-content: center;
}

.bg-parallax{
    display: none !important;
}

.popup-content {
    width: 65%;
}

}
@media only screen and (max-width: 768px) {
    #multipletabs1 li {
    display: block;
    margin-bottom: 20px;
}
}
@media only screen and (max-width: 767px) {
        .tab-content .row .col {
        flex: 0 0 100%;
    }
    .section-8 {
    padding-bottom: 50px;
    padding-top: 50px;
}
        #my-benefit-sec h2 {
        font-size: 20px;
        line-height: 28px;
    }
       .section-3 {
        padding: 0px 0 25px 0;
    }
    .section-3 strong {
    font-size: 14px;
    line-height: 25px;
}
    .section1-content h2 br{
        display: none;
    }
    .section-5 .main-btn {
      display: inline-block !important;
      width: auto !important;
      line-height: 40px;
      height: 40px;
      padding: 0 20px;
    }
    .top-header {
        background-position: 0 top !important;
    }
    .logos-img img {
        width: auto;
    }
     .engineer-section {
        margin: 0px 0 30px 0;
    }
       ul.mycontact-list {
        width: 100%;
        flex-direction: column;
        border-radius: 10px;
    }
    .popup-content {
        width: 90%;
    }
    .popup-content h5 {
        font-size: 25px;
    }

    .popup-content p {
        font-size: 16px;
    }
   /*.Recognize-sec {*/
   /*     gap: 30px;*/
   /*     flex-direction: column;*/
   /*     justify-content: flex-start;*/
   /*     align-items: flex-start;*/
   /* }*/
        .Recognize-sec {
        display: block;
        align-items: center;
    }
    .Recognize-img {
    margin-bottom: 20px;
}
    .section1-content h2 {
        font-size: 20px;
        line-height: 30px;
    }
    .left-1, .right-1 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    img.men-img2 {
        width: 100%;
        max-width: 100% !important;
    }
    .coloumn-sticky {
        position: relative;
        top: 0px;
        background: none;
    }

    .total-col {
        margin-top: 30px;
    }

    .section-3 h2, .section-4 h2, .section-6 h2, .section-10 h2, .customer-says h2, .section-13 h2 {
        font-size: 20px;
        line-height: 28px;
    }

        .section-9 h2, .section-8 h2  {
        font-size: 20px;
        line-height: 28px;
    }

        .section-8 h2 br{
        display: none;
    }
    .tabs-content-m h3,
    .tabs-content-m h4 {
        font-size: 18px;
        line-height: 26px;
    }

        .iphoneimg {
        display: none;
    }

        .section1-content {
        padding-top: 25px;
    }

    .section-2 .container-fluid:before {
        display: none;
    }

    .section-2 {
        background: #001646;
    }

    .section-2 .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }

    .section-2 h4 {
        font-size: 20px;
        line-height: 28px;
    }

    .logos-img {
        margin-right: 0;
    }

    .section-3 p {
        width: 100%;
    }

    .section-4 h2 br{
        display: none;
    }

    .business-model {
        padding: 25px 20px;
    }
    .business-model h3,
    .business-model h4 {
        font-size: 18px;
    }

        .section-5 h2 {
        font-size: 16px;
        line-height: 23px;
    }

    .section-5 h2 br{
        display: none;
    }

    .section-5 .main-btn {
        width: 100%;
        font-size: 11px;
        min-height: 38px;
    }

    .business-model p {
        font-size: 13px;
        line-height: 24px;
    }

    .section-5 {
        padding: 60px 0px 60px;
    }

    .section-6 {
        padding-top: 50px;
    }

    #multipletabs1 li {
        margin-right: 0;
        margin-bottom: 20px;
        display: block;
    }

    #multipletabs1 li a {
       font-size: 14px;
        padding: 0 35px 15px;
        width: 100%;
        display: block;
    }

       .box-anim {
        min-height: 250px;
    }

        .box-anim img.img-1 {
        top: 20%;
        width: 200px;
    }

        .section-11 h2 {
        font-size: 20px;
        line-height: 28px;
    }

        .customer-bg {
        padding: 40px 20px 120px;
    }

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

    .customer-wrap {
        width: 100%;
        padding-right: 0px;
    }
    
    .customer-wrap h5 {
        font-size: 16px;
    }

    .customer-wrap p {
        font-size: 13px;
    }
    .customer-content h3,
    .customer-content h4 {
        font-size: 16px;
        line-height: 25px;
    }

    #faq .card .card-header .btn-header-link {
        padding: 20px 35px 20px 15px;
        font-size: 14px;
        line-height: 20px;
        position: relative;
    }   


    #faq .card-body {
        font-size: 13px;
        line-height: 25px;
        padding: 0px 15px 25px;
    }

    #faq .card .card-header .btn-header-link:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.section-13 h2 {
    margin-bottom: 30px;
}

ul.footer-list {
    text-align: left;
}

    .copyright-bg p {
        font-size: 14px;
        margin-bottom: 12px;
    }

    ul.footer-list li:first-child{
        padding-left: 0;
    }

    ul.footer-list li {
        font-size: 14px;
        padding: 0 17px;
    }

        .two-col h4, .two-col a {
        font-size: 14px;
        line-height: 22px;
    }

.two-col p {
        font-size: 15px;
    }

    .header-icons{
        display: none;
    }

        .header-heading, .header-right {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

  .top-header {
    padding-top: 120px;
  }

.logo-area img {
        width: 100px;
    }

    .header-heading {
        padding-top: 40px;
    }

     .top-header h1 {
        font-size: 26px;
        line-height: 1.3;
      }
      .top-header h1 br{
          display: none;
      }
    .mob-img{
        display: block;
    }

    .header-img{
        display: none !important;
    }

    .top-header {
        min-height: 100%;
        padding-bottom: 50px;
    }

     div#onLoadModal .modal-dialog {
        max-width: 100%;
    }

        .form-col-me span.fiftypx {
        font-size: 25px;
        line-height: normal;
    }

        .form-col-me strong {
        font-size: 14px;
        line-height: 21px;
    }
   section#section7 h2 {
        font-size: 14px;
    }
  .container, .container-sm {
    max-width: 100% !important;
  }
}
@media only screen and (max-width: 420px) {
 .section-5 > .container .row {
        min-height: 270px;
    }
}