/*! 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
   ========================================================================== */

.rotate-imgssss .rotate-img2 {
    display: none;
}

.top-header .col-lg-4.col-md-4.col-sm-12.col-xs-12 {
    align-items: center;
    display: flex;
}

.rotate-imgssss .rotate-img3 {
    display: none;
}

.engineer-section {
    margin: 100px 0 50px 0;
}

.engineer-section h2 {
    color: #000;
    text-align: center;
    font-family: 'Gilmer';
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 74px;
    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;
    /* This ensures that content doesn't overflow */
}
.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 */
}


/* ==========================================================================
   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;
}

.top-header {
    background: url(../images/header-bg.png) no-repeat top center;
    width: 100%;
    background-size: cover !important;
    min-height: 911px;
    padding-top: 140px;
}
@media only screen and (min-width: 1680px){
    .container{
        max-width: 1615px !important;
    }
    .top-header{
        padding-top: 200px;
    }
}
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;
    width: 70%;
    margin: 0 0 0 auto;
}

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';
}

.top-header h1 {
    font-family: 'Gilmer';
    color: #000;
    font-size: 55px;
    font-weight: 400;
      line-height: 1.3;
    /* 117.5% */
}

.header-heading p {
    color: #000;
    font-family: 'Gilmer';
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
      margin-bottom: 30px;
}

.Recognize-sec {
    display: flex;
    align-items: center;
    gap: 46px;
}
p.recognize_heading,
.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: #0950A6;
    font-weight: 700;
}

/*.header-heading {*/
/*    padding-top: 160px;*/
/*}*/

.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(180px) rotate(10.12deg);
    -webkit-transition: 2s;
    transition: 2s;
    -moz-transition: 2s;
    -o-transition: 2s;
}

.rotate-imgssss .rotate-img3 {
    transform: translateX(-180px) 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: 190px;
    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;
}

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

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

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

.main-btn2:hover,
.main-btn2:focus {
    background: #0950A6;
    color: #fff;
}
/***********    Section 2     ************/

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

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

.section-2 .container-fluid:before {
    content: '';
    background: #001646;
    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 {
    background: url(../images/section3-bg.png) no-repeat top center;
    width: 100%;
    height: 100%;
    padding: 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;
    width: 92%;
}

.section-3 p {
    width: 93%;
    margin-bottom: 25px;
}

.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 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: 0 0 80px;
}

.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 0px 0 70px;
    position: relative;
    border-radius: 20px;
}

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

.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 0 10px;
}

.section-5 p {
    margin: 0;
    color: #FFF;
    font-family: "Gilmer";
    font-size: 16px;
    font-weight: 700;
    width: 90%;
}

#section7 .main-btn {
    width: 214px;
}

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

.discount-section .col-xl-3.col-lg-3.col-md-3.col-sm-12.col-xs-12 {
    border-radius: 10px;
    background: linear-gradient(109deg, #FFF 0.58%, #F1F7FF 100%);
    /* width: 376.13px; */
    height: 360px;
    display: flex;
    align-items: center;
    padding: 30px 30px;
    margin: 0px 15px;
    -ms-flex: 0 0 25%;
    flex: 0 0 auto;
    max-width: 23.10%;
}

.discount-section h2 {
    color: #000;
    font-family: "Gilmer";
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 74px;
    width: 55%;
}

.discount-section .discount-img-box h3 {
    color: #000;
    font-family: "Gilmer";
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
    /* 168% */
    margin-bottom: 0px;
    padding: 30px 0px 17px;
}

.discount-section .discount-img-box p {
    color: #444;
    /*font-family: "Gilmer Medium";*/
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    /* 188.235% */
    margin-bottom: 0px;
}

.discount-section .col-xl-12.col-lg-12.col-md-12.col-sm-12.col-xs-12 {
    padding-bottom: 40px;
}

.discount-section .row {
    padding-bottom: 50px;
    text-align: left;
}

.discount-section .main-btn {
    width: 310px;
    padding: 6px 27px;
    margin: 0 auto;
}

.discount-section {
    padding-bottom: 100px;
    text-align: center;
}

.discount-section .main-btn {
    width: 310px;
    padding: 6px 27px;
    margin: 0 auto;
}

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

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

.section-6:before {
    content: '';
    background: linear-gradient(180deg, #EFF1F5 0%, #FFF 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;
}

#tab1 #multipletabs2 {
    width: 70%;
    margin: auto;
}

#tab2 #multipletabs2 {
    width: 55%;
    margin: auto;
}

#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 #0950A6;
}

#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: #FFF;
    color: #000;
    text-align: center;
    font-family: "Gilmer";
    font-size: 15px;
    font-weight: 700;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 54px;
    padding: 0 22px;
}

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

.tab_content {
    margin-top: 60px;
}

.tabs-content-m {
    text-align: left;
    padding-top: 0;
}

#tab1 .tabs-content-m {
    margin-top: -25px;
}
.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/solution-bg7.png) no-repeat;
}

/***********    Section 8    ************/
.section-8 {
    padding-bottom: 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: #0950A6;
    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: #0950A6;
}

.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: #0950A6;
    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: 110px;
}

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

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

.section-whytrust table {
    border-radius: 10px;
    margin-top: 30px;
    margin-bottom: 0;
    border-collapse: separate !important;
    border-spacing: 0;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border: 1px solid #E2E2E2 !important;
}

.section-whytrust .table-bordered td,
.section-whytrust .table-bordered th {
    border: 1px solid #E2E2E2;
    width: 25%;
}

.section-whytrust table thead tr th {
    color: #222;
    text-align: center;
    font-family: "Gilmer";
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
    /* 136.364% */
    background: #E6F9F7;
    padding: 30px;
    vertical-align: middle;
}

.section-whytrust table thead tr:first-child th:first-child {
    text-align: left;
    background: #FFEFEF;
    color: #222;
    font-family: "Gilmer";
    font-size: 30px;
    font-weight: 700;
    border-top-left-radius: 10px;
}

.section-whytrust table thead tr:first-child th:last-child {
    border-top-right-radius: 10px;
}

.section-whytrust table tbody tr:last-child td:first-child {
    border-bottom-left-radius: 10px;
}

.section-whytrust table tbody tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
}

.section-whytrust table tbody tr td:first-child {
    color: #222;
    font-family: "Gilmer";
    font-size: 18px;
    font-weight: 600;
    text-align: left;
}

.section-whytrust table tbody tr td {
    padding: 22px 30px;
}

.section-whytrust table tbody tr {
    text-align: center;
}

.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: 486px;
    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-bottom: 80px;
}

.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;
}

.grocery-icons {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.05);
    min-height: 208px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    margin-top: 30px;
}

.grocery-icons h5 {
    margin: 20px 0px 0;
    color: #000;
    text-align: center;
    font-family: "Gilmer";
    font-size: 20px;
    font-weight: 700;
}

.grocery-cols {
    padding-top: 50px;
}

#buildrobust {
    padding-top: 80px;
}

#buildrobust .row {
    padding: 0 0px;
}

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

.customer-bg {
    border-radius: 15px;
    background: #F1F8FF;
    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: inline-flex;
    width: 30%;
    padding-top: 10px;
}

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

.customer-wrap {
    width: 67%;
    /*padding-right: 50px;*/
}
.customer-wrap span,
.customer-wrap h5 {
    margin: 0;
    color: #0950A6;
    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;
}

.section-12 .customer-bg .customer-slider {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
}

.offer-arrow {
    display: inline-flex;
    position: absolute;
    bottom: -70px;
    margin: 0 auto;
    left: 0;
    right: 0;
    align-items: center;
    justify-content: center;
}

.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: 400;
    margin: 0;
    line-height: 38px;
}

.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;
}
#onLoadModal button.btn-close:active,
#onLoadModal button.btn-close:focus{
  border: 0 !important;
  outline: 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: #0950A6;
    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;
}

.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) {

    ul.mycontact-list {
    gap: 40px;
    padding: 10px 20px;
    width: 80%;
    margin: 0 0 0 auto;
}

    .discount-section h2 {
        font-size: 40px;
        line-height: 64px;
        width: 50%;
    }

    .discount-section .col-xl-3.col-lg-3.col-md-3.col-sm-12.col-xs-12 {
        height: 360px;
        padding: 30px 30px;
        margin: 0px 10px;
        max-width: 23.1%;
    }

    .discount-section .discount-img-box h3 {
        font-size: 20px;
        line-height: 37px;
        padding: 20px 0px 10px;
    }

    .popup-content {
        width: 45%;
    }


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

  

    .section1-img:hover .iphoneimg {
        bottom: -112px;
    }

    .top-header h1 {
        font-size: 45px;
        line-height: 56px;
    }

    .header-heading p {
        font-size: 15px;
        line-height: 26px;
    }

    .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: 140px;*/
    /*}*/

    .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: 80px 0 25px 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: 15px;
        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: -126px;
        width: 240px;
        right: -40px;
    }

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

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

    .section-3 {
        padding: 70px 0;
    }

    .business-model h4 {
        font-size: 22px;
        margin: 25px 0 16px;
    }

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

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

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

    .section-5>.container .row {
        min-height: 250px;
        background-size: cover !important;
        padding: 0 0px 0 40px;
    }

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

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

    #multipletabs2 {
        width: 91%;
    }

    #multipletabs2 li {
        margin-right: 16px;
        margin-bottom: 16px;
    }

    #section7 .main-btn {
        width: 184px;
    }

    .grocery-icons h5 {
        font-size: 16px;
    }

    .grocery-icons {
        min-height: 175px;
    }

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

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

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

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

    .section-11 h2 {
        font-size: 25px;
        line-height: 40px;
    }
    .customer-wrap span,
    .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: 330px;
    }

    .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: -40px;
    }

    .section-whytrust table thead tr:first-child th:first-child {
        font-size: 24px;
    }

    .section-whytrust table thead tr th {
        font-size: 18px;
        line-height: 25px;
        padding: 25px 30px;
    }

    .section-whytrust table tbody tr td:first-child {
        font-size: 15px;
    }

    .section-whytrust table tbody tr td {
        padding: 18px 30px;
    }

    #tab2 .tabs-content-m {
        padding-top: 30px;
    }

    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) {
  .engineer-section .eng-img-box {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 1280px) {
li.iner-list a {
    font-size: 12px;
}

    .discount-section h2 {
        font-size: 28px;
        line-height: 38px;
        width: 50%;
    }

    .discount-section .col-xl-3.col-lg-3.col-md-3.col-sm-12.col-xs-12 {
        height: 360px;
        padding: 25px 25px;
        margin: 0px 9px;
        max-width: 23%;
    }

    .discount-section .discount-img-box h3 {
        font-size: 16px;
        line-height: 33px;
        padding: 15px 0px 8px;
    }

    .discount-section .discount-img-box p {
        font-size: 15px;
        line-height: 30px;
    }

    .header-heading p {
        font-size: 14px;
        line-height: 24px;
    }

    .engineer-section {
        margin: 60px 0 0px 0;
    }
    .engineer-section .eng-img-box p,
    .engineer-section .eng-img-box h3 {
        font-size: 11px;
        line-height: 18px;
        margin-top: 15px;
    }

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

    /*.container {*/
    /*    max-width: 1000px !important;*/
    /*}*/

    #buildrobust .row {
        padding: 0 45px;
    }

    .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 h1 {
        font-size: 35px;
        line-height: 45px;
    }

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

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

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

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

    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: 28px;
        line-height: 38px;
    }

    .business-model h4 {
        font-size: 19px;
    }

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

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

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

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

    #multipletabs2 li a {
        padding: 0 15px;
    }

    #multipletabs2 li {
        margin-right: 11px;
    }
    .tabs-content-m h3,
    .tabs-content-m h4 {
        font-size: 20px;
        line-height: 28px;
    }

    .tabs-content-m p {
        min-height: 175px;
    }

    .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 .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;
    }

    .grocery-icons h5 {
        font-size: 14px;
    }

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

    .box-anim img.img-1 {
        width: 270px;
    }

    .section-whytrust table thead tr th {
        font-size: 15px;
        line-height: 21px;
        padding: 20px;
    }

    .section-whytrust table thead tr:first-child th:first-child {
        font-size: 18px;
    }

    .section-whytrust table tbody tr td:first-child {
        font-size: 14px;
    }

    .section-whytrust table tbody tr td {
        padding: 18px 20px;
    }

    .iphoneimg {
        bottom: -108px;
        width: 210px;
        right: -30px;
    }

    .section1-img:hover .iphoneimg {
        bottom: -95px;
    }


}
@media screen and (max-width: 1279px) and (min-width: 1025px) {
  
  .top-header h1 {
    font-size: 25px;
    line-height: 1.3;
  }
  .top-header h1 br{
      display: none;
  }
}
@media only screen and (max-width: 1024px) {
    .engineer-section {
        margin: 60px 0 60px 0;
    }

    .popup-content h5 {
        font-size: 35px;
    }

    .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: 110px;*/
    /*}*/

    .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: 0px;
        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;
    }

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

    .section-5 h2 {
        font-size: 20px;
        line-height: 40px;
        margin: 0 0 5px;
    }

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

    #tab2 .tabs-content-m {
        padding-bottom: 40px;
    }

}

@media only screen and (max-width: 991px) {
    ul.mycontact-list {
        gap: 15px;
        padding: 10px 15px;
    }
    .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: 20px;
    }

    .header-heading p {
        font-size: 13px;
        line-height: 23px;
    }

    .engineer-section h2 {
        font-size: 25px;
        line-height: 40px;
        margin-bottom: 30px;
    }

    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;
    }

    .iphoneimg {
        bottom: -165px;
        width: 320px;
        right: -30px;
    }

    .section1-img:hover .iphoneimg {
        bottom: -145px;
    }

    .section-11 h2 {
        margin-bottom: 15px;
    }

    .grocery-cols {
        padding-top: 0;
    }

    .section-whytrust table tbody tr td:first-child {
        line-height: 20px;
    }

    #buildrobust .row {
        padding: 0px;
        text-align: center;
    }

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

    .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: -20px;
    }

    .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;
        margin-bottom: 0;
    }

    .section-5 .main-btn {
        width: 210px;
        min-height: 42px;
    }

    #tab1 .tabs-content-m {
        margin-top: 0px;
    }

    #section7 h2 {
        /* margin-bottom: -30px; */
    }

    .section-6 {
        padding-bottom: 0;
    }

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

    #section7>.container .row {
        min-height: 250px;
    }

    .section-5>.container .row {
        min-height: 260px;
        padding: 0 0px;
        border-radius: 20px;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .section-5 h2 br {
        display: none;

    }

    .section-5 p {
        /* margin-bottom: -48px; */
        width: 70%;
        margin: 15px auto;
    }

    #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 {
        text-align: center;
    }

    .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 (min-device-width: 992px) and (max-device-width: 1024px) {}

@media only screen and (min-device-width: 768px) and (max-device-width: 991px) {
    .section1-img {
        width: 670px;
    }

    .discount-section .col-xl-3.col-lg-3.col-md-3.col-sm-12.col-xs-12 {
        height: 360px;
        padding: 30px 30px;
        margin: 15px 15px;
        max-width: 45%;
    }

}

@media only screen and (min-device-width: 480px) and (max-device-width: 767px) {
    .mob-img img {
        /*width: 70%;*/
        margin-top: 20px;
    }
}

@media only screen and (max-width: 768px) {
        ul.mycontact-list {
        width: 100%;
    }

    .section-5 p {
        width: 80%;
    }

    .discount-section h2 {
        width: 70%;
    }
}

@media only screen and (max-width: 767px) {
    .tabs-content-m {
      text-align: center;
       margin-top: 40px !important;
    }
  
    .top-header {
      background-position: left center;
    }
    .container, .container-sm {
        max-width: 100% !important;
    }
    .top-header .col-lg-4.col-md-4.col-sm-12.col-xs-12 {
        justify-content: center;
        margin-bottom: 20px;
    }
    .discount-section .col-xl-3.col-lg-3.col-md-3.col-sm-12.col-xs-12 {
        height: 360px;
        padding: 30px 30px;
        margin: 15px 15px;
        max-width: 45%;
    }

    .popup-content {
        width: 90%;
    }

    .popup-content h5 {
        font-size: 25px;
    }

    .popup-content p {
        font-size: 16px;
    }

    .left-1,
    .right-1 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

      img.men-img2 {
    width: 100%;
    height: auto;
  }
    .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,
    .section-whytrust h2 {
        font-size: 20px;
        line-height: 28px;
    }

    .section-whytrust {
        padding-top: 0px;

    }

    .section-whytrust h2 {
        margin-bottom: 0;
    }

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

    .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 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: 0px 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 span,
    .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: 20px;*/
    /*}*/
    .top-header h1 br{
        display: none;
    }
    .logo-area img {
        width: 170px;
    }

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

    .top-header h1 {
        /* font-size: 20px; */
        /* line-height: 28px; */
    }

    .mob-img {
        display: block;
        margin-top: 25px;
    }

    .engineer-section {
        margin: 0px 0 30px 0;
    }

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

    .top-header {
        min-height: 100%;
        padding-bottom: 50px;
        /* background-position: left; */
    }

    .section-5 h2 {
        margin-bottom: 0;
    }

    .section-5 p {
        /* font-size: 13px; */
        /* line-height: 20px; */
        /* margin-top: 11px; */
        /* margin-bottom: -27px; */
    }

    .section-5>.container .row {
        min-height: 300px;
    }

    #section7 h2 {
        /* margin-bottom: -35px; */
    }

    #section7>.container>.row {
        min-height: 280px;
    }

    #multipletabs2 {
        width: 100%;
    }

    .section-whytrust table tbody tr td {
        vertical-align: middle;
    }

    .section-whytrust table tbody tr td img {
        width: 20px;
    }

    .section-whytrust table tbody tr:last-child td img {
        width: auto;
    }

    .section-10 p br {
        display: none;
    }

    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;
    }

}


@media only screen and (max-width: 575px) {

    .discount-section .col-xl-3.col-lg-3.col-md-3.col-sm-12.col-xs-12 {
        height: 360px;
        padding: 30px 30px;
        margin: 15px auto;
        max-width: 90%;
    }

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

    .discount-section h2 {
        width: 100%;

    }

    #buildrobust {
        padding-top: 20px;
    }

        ul.mycontact-list {
        width: 100%;
        flex-direction: column;
    }
    ul.mycontact-list {
    border-radius: 10px;
}
}