@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Work+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face {
    font-family: Futura-bold;
    src: url(../fonts/Futura\ Bold\ 2.otf);
}

@font-face {
    font-family: Futura-bk-bt;
    src: url(../fonts/FutuBk.ttf);
}

@font-face {
    font-family: sf ui display;
    src: url(../fonts/sf-ui-display-medium-58646be638f96.otf);
}

@font-face {
    font-family: futura-heavy;
    src: url(../fonts/Futura\ Heavy\ font.ttf);
}

@font-face {
    font-family: futura-meduim;
    src: url(../fonts/FutuMd.ttf);
}

header#header {
    position: absolute;
    width: 100%;
    z-index: 99999;
}

body {
    overflow-x: hidden;
}

/* Prelaoder */
.mobile-logo {
    display: none !important;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999999;
    overflow: hidden;
    background: #000;
}

.logo {
    display: flex;
    flex-direction: column;

}

.logo p {
    font-size: 15px;
    color: #FFFFFF;
    font-family: 'Futura-bk-bt';
    padding: 10px 0px;
}

#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #f2f2f2;
    border-top: 6px solid #192A53;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: animate-preloader 1s linear infinite;
    animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


/* Mobile Header */

#header .mobile-header {
    width: 25%;
    height: 100%;
    position: fixed;
    background: #ffffffc2;
    top: 0;
    z-index: 9;
    right: 0;
    padding: 30px 10px 0px 10px;
    transition: 0.7s;
    transform: translateX(100%);
    box-shadow: 0px 0px 7px #ddd;
}

li.nav-link a {
    color: #000;
}

#header .mobile-header.show {
    transform: translateX(0%);
}

#header .mobile-header ul.mobile-nav {
    margin-bottom: 0;
    padding: 0;
    list-style: none;
}

#header .mobile-header .cancel {
    background: #000000;
    width: 35px;
    text-align: center;
    height: 34px;
    line-height: 35px;
    margin: 0px 20px 20px auto;
    color: #fff;
}

#header .mobile-header ul.mobile-nav li.nav-item {
    padding: 10px 0;
    border: 0;
    border-bottom: 1px solid #dddddd4a;
}

#header .mobile-header ul.mobile-nav li.nav-item a {
    color: #fff;
    font-size: 14px;
    padding: 0 20px;
}

#header .canvas-icon i {
    font-size: 35px;
    background: #000000;
    padding: 5px 7px;
    color: #fff;
    display: none;
}

@media (max-width: 991px) {
    #header .nav {
        display: none;
    }

    #header .second-col-input {
        display: none;
    }

    #header button.navbar-toggler {
        display: none;
    }

    #header .canvas-icon i {
        display: block;
    }
}

@media (max-width: 575px) {
    #header .mobile-header {
        width: 35%;
    }
}

@media (max-width: 480px) {
    #header .mobile-header {
        width: 55%;
    }
}


/* Mobile Header */


/* Begin of nav bar section  */

.nav-bar ul {
    display: flex;
    list-style: none;
    padding: 0;
}

.nav-bar ul li a {
    font-size: 16px;
    color: #131313;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    padding-right: 27px;
    text-decoration: unset;
    display: inline-block;
    position: relative;
}

.nav-bar ul li .active:after {
    transform: scaleX(1);
    transform-origin: bottom left;
}


.nav-bar ul li a:after {
    content: '';
    position: absolute;
    width: 50%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #192A53;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}

.nav-bar ul li a:hover:after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

section.nav .row {
    display: flex;
    align-items: baseline;
}

.login-register a {
    font-size: 14px;
    color: #ffffff;
    /* font-family: sf ui display; */
    background-color: #FFA400;
    text-transform: capitalize;
    padding: 8px 35px;
    text-decoration: unset;
    transition: 1s;
    border: 1px solid #ffa400;
}

.login-register {
    float: right;
}

.nav-bar {
    padding-top: 26px;
}

.login-register a:hover {
    background-color: transparent;
    border: 1px solid #ffa400;
    color: #FFA400;
}

.car-caption-flexss {
    position: absolute;
    top: 470px;
    right: 381px;
    left: 0px;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.car-caption h2 {
    font-size: 39px;
    color: #182034 !important;
    font-family: Futura-bold;
    letter-spacing: 1px;
}

h2.for-blue-color {
    color: #192A53 !important;
}

.car-caption p {
    font-size: 18px;
    color: #000000;
    font-family: Futura-bk-bt;
    padding: 12px 0px;
}

.car-cation-anchor a {
    background-color: #FFA400;
    color: #ffffff;
    padding: 10px 20px;
    transition: 1s;
    border: 1px solid #FFA400;
    text-decoration: unset;
}

.car-cation-anchor a:hover {
    background-color: transparent;
    border: 1px solid #ffa400;
    color: #FFA400;
}

.car-caption h2 span {
    color: #FFA400;
}

.carousel-indicators li {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    max-width: 22px;
    height: 21px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000000;
    border-radius: 60px;
}

.carousel-indicators .active {
    background-color: #FFA400;
    border: 1px solid #000;
}

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

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-image: url('../img/banner.png');
    height: 970px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

span.service-color {
    color: #FFA400 !important;
}


/* End of nav bar section  */


/* Begin of Professinal section  */

.pro-img1 img {
    width: auto;
    position: relative;
}

.pro-head h2 {
    font-size: 27px;
    color: #182034;
    font-family: 'Futura-bold';
    margin: 0;
    letter-spacing: 1px;
    line-height: 40px;
}

.pro-head p {
    font-size: 15px;
    color: #192A53;
    font-family: 'Futura-bk-bt';
    margin: 0;
    padding-bottom: 70px;
    padding-top: 56px;
    text-align: justify;
}

section.pro-sec .row {
    display: flex;
    align-items: center;
}

.pro-img-2 {
    /* position: absolute;
    top: -90px;
    right: -40px; */
    display: none !important;
}

section.pro-sec {
    padding: 170px 0px;
}

.pro-head::before {
    content: '';
    background-color: #182034;
    width: 30%;
    height: 8px;
    position: absolute;
    top: 6rem;
    border-radius: 10px;
}

.innerDv img {
    min-width: 35px;
    margin-bottom: 15px;
    width: 34px;
    height: 34px;
}

.whatweoffer_carousel button.slick-next {
    right: -25px;
    left: unset;
    top: 50%;
}

.whatweoffer_carousel .slick-prev {
    left: -44px;
    right: unset;
    top: 50%;
}

.ten-years {
    background-color: #162E5D;
    position: absolute;
    bottom: -32px;
    left: -73px;
    padding: 22px 16px;
    border-radius: 140px;
}

.ten-years h1 {
    font-size: 40px;
    color: #ffffff;
    font-family: 'Poppins';
    font-weight: 700;
    text-align: center;
    margin: 0;
    /* letter-spacing: 1px; */
}

.ten-years h5 {
    font-size: 10px;
    color: #FFFFFF;
    font-family: 'Poppins';
    font-weight: 400;
    text-align: center;
}

.for-upper-padding {
    padding-top: 170px;
}

.save {
    background-color: #FFA400;
    position: absolute;
    bottom: unset;
    top: -60px;
    left: -30px;
    padding: 30px 20px;
    border-radius: 140px;
}

.pro2 {
    position: absolute;
    top: unset;
    right: -20px;
    bottom: -42px;
}

.pro-img-2.pro2 img {
    width: 88%;

}

.save h1 {
    font-size: 17px;
    font-family: 'Futura-bold';
}

.for-move {
    position: relative;
    top: 38px !important;
}


/* End of Professinal section  */


/* Begin of offer section  */

.offer-head h2 {
    font-size: 38px;
    color: #182034;
    font-family: 'Futura-bold';
    position: relative;
}

.offer-head p {
    font-size: 18px;
    color: #192A53;
    font-family: 'Futura-bk-bt';
    margin: 0;
    padding: 53px 0px;
}

section.offer-sec {
    text-align: center;
    overflow-x: hidden;
}

.offer-images {
    display: flex;
}

.offer-text {
    position: absolute;
    bottom: 37px;
    left: 25px;
    text-align: justify;
}

.offer-picture {
    position: relative;
}

.offer-text h3 {
    font-size: 19px;
    color: #ffffff;
    font-family: 'Futura-bold';
    text-align: left;
    min-height: 40px !important;
}

.offer-text p {
    font-size: 14px;
    color: #FFFFFF;
    font-family: 'Futura-bk-bt';
    padding: 15px 0px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 1;
    line-height: 1.5;
}

.offer-text a {
    font-size: 17px;
    color: #ffffff;
    font-family: 'Futura-bold';
    text-decoration: none;
}

.offer4 h3 {
    font-size: 17px;
    color: #ffffff;
    font-family: 'Futura-bold';
}

.offer4 p {
    font-size: 14px;
    color: #FFFFFF;
    font-family: 'Futura-bk-bt';
    padding: 15px 0px;
}

.offer4 a {
    font-size: 17px;
    color: #ffffff;
    font-family: 'Futura-bold';
    text-decoration: none;
}

.offer5 h3 {
    font-size: 17px;
    color: #ffffff;
    font-family: 'Futura-bold';
    margin-bottom: -5px;
}

.offer5 p {
    font-size: 14px;
    color: #FFFFFF;
    font-family: 'Futura-bk-bt';
    padding: 15px 0px;
}

.offer5 a {
    font-size: 17px;
    color: #ffffff;
    font-family: 'Futura-bold';
    text-decoration: none;
}

.offer6 h3 {
    font-size: 17px;
    color: #ffffff;
    font-family: 'Futura-bold';
}

.offer6 p {
    font-size: 14px;
    color: #FFFFFF;
    font-family: 'Futura-bk-bt';
    padding: 15px 0px;
}

.offer6 a {
    font-size: 17px;
    color: #ffffff;
    font-family: 'Futura-bold';
    text-decoration: none;
}

.offer h3 {
    font-size: 17px;
    color: #ffffff;
    font-family: 'Futura-bold';
}

.offer p {
    font-size: 14px;
    color: #FFFFFF;
    font-family: 'Futura-bk-bt';
    padding: 15px 0px;
}

.offer a {
    font-size: 17px;
    color: #ffffff;
    font-family: 'Futura-bold';
    text-decoration: none;
}

.offer-images {
    display: flex;
    padding: 20px 0px;
}

.click-ios-btn {
    text-align: center;
    margin-top: 0px;
    display: flex;
    align-items: center;
    width: 100%;
    /*justify-content: center;     */
}

.click-btn {
    text-align: center;
    margin-top: 50px;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}

.click-ios-btn .btn,
.click-btn .btn {
    background-color: #FFA400;
    padding: 10px 29px;
    transition: 1s;
    border: 1px solid #FFA400;
    text-decoration: unset;
    width: 200px;
    margin: 0 20px;
    font-family: Futura-bold;
    font-size: 14px;
    cursor: pointer;
    border: none;
    border-radius: 0;
    text-align: start;
    display: flex;
    /* flex-direction: column; */
    align-items: center;
    justify-content: unset;
}

.click-ios-btn .btn:hover {
    background-color: #24447D;
}

.click-ios-btn .secondbtn:hover {
    background-color: #FFA400 !important;
}

.click-btn .btn:hover {
    background-color: #24447D;
}

.click-btn .secondbtn:hover {
    background-color: #FFA400 !important;
}

.click-ios-btn .btn span,
.click-btn .btn span {
    font-family: Futura-bold;
    font-size: 10px;
    color: #fff;
}

.click-ios-btn .btn a,
.click-btn .btn a {
    text-decoration: unset;
    color: #fff;
    margin-right: 10px;
}

.click-ios-btn .secondbtn,
.click-btn .secondbtn {
    background-color: #24447D !important;
}

.web-logo a img {
    width: 105px !important;
}

@media (min-width: 1200px) {
    .offer-images {
        max-width: 20%;
    }
}

.offer-head::before {
    content: '';
    background-color: #182034;
    width: 18%;
    height: 7px;
    position: absolute;
    top: 50px;
    left: 470px;
    border-radius: 20px;
}

.client-img img {
    /* width: 60%; */
    position: relative;
    max-width: 60%;
    min-width: 20%;
    max-height: 300px;
}

.offer {
    text-align: justify;
    position: absolute;
    bottom: 90px;
}

.offer-pic1 {
    position: relative;
}

.offer {
    text-align: justify;
    position: absolute;
    bottom: 17px;
    left: 25px;
}

.offer4 {
    position: absolute;
    bottom: 18px;
    left: 22px;
    text-align: justify;
}

.offer-pic2 {
    position: relative;
}

.offer5 {
    position: absolute;
    bottom: 15px;
    text-align: justify;
    left: 22px;
}

.offer-pic3 {
    position: relative;
}

.offer6 {
    position: absolute;
    bottom: 14px;
    left: 24px;
    text-align: justify;
}


/* End of offer section  */


/* Begin of Click section  */

.click-img {
    text-align: center;
}

section.fix-sec {
    background-image: url('../img/back.png');
    padding: 90px 0px;
    margin-bottom: 60px;
}

.fix-before::before {
    top: 130px;
}


/* End of Click section  */


/* Begin of Fixx section  */

.fix-head h2 {
    font-size: 40px;
    color: #ffffff;
    font-family: 'Futura-bold';
}

.fix-head p {
    font-size: 16px;
    color: #FFFFFF;
    font-family: 'Futura-bk-bt';
    margin: 0;
    padding-top: 30px;
}

.fix-head {
    text-align: center;
}

.fixx-text h3 {
    font-size: 15px;
    color: #FFFFFF;
    font-family: 'Futura-bold';
}

.fixx-work {
    text-align: center;
    padding-top: 50px;
}

.hire-now a {
    font-size: 18px;
    color: #ffffff;
    background-color: #ffa400;
    padding: 10px 20px;
    font-family: 'Futura-bold';
}

.hire-now {
    text-align: center;
    padding-top: 60px;
}

.fix-head::before {
    content: '';
    background-color: white;
    width: 12%;
    height: 6px;
    position: absolute;
    top: 66px;
    left: 493px;
    border-radius: 10px;
}


/* End of Fixx section  */


/* Begin of client section  */

.fix-before::before {
    /* position: absolute; */
    top: 102px !important;
}

.brand-box {
    height: 440px !important;
}

.brand-box h2 {
    font-size: 41px;
    color: #000000;
    font-family: 'Futura-bold';
    margin: 0;
}

.brand-box h3 {
    font-size: 24px;
    color: #000000;
    font-family: 'Futura-bold';
}

.brand-box p {
    font-size: 17px;
    color: #111111;
    font-family: 'Futura-bk-bt';
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
}

section.client-sec {
    padding: 20px 0px 80px 0px;
}

section.client-sec .row {
    display: flex;
    align-items: center;
    padding-top: 50px;
}

.offer-picture img {
    /* filter: brightness(0.5); */
    /* background-blend-mode: exclusion; */
    filter: brightness(0.5);
    height: 600px;
    width: 100%;
    max-width: 100%;
}

.client2-img img {
    width: 46%;
    position: absolute;
    top: 29px;
    right: 81px;
    filter: opacity(0.2);
    z-index: -1;
}


/* End of Client section   */


/* Begin of Footer section  */

footer.footer {
    background-color: #192A53;
    padding-top: 70px !important;
    padding-bottom: 30px;
}

.footer-logo p {
    font-size: 12px;
    color: #FFFFFF;
    font-family: 'Futura-bk-bt';
    margin: 0;
    padding-top: 20px;
}

.footer-logo {
    text-decoration: none !important;
    list-style: none !important;

}

.footer-links ul {
    list-style: none;
    padding: 0;
}

.footer-head h3 {
    font-size: 20px;
    color: #F8FAFF;
    font-family: 'Futura-bold';
}

.footer-links ul li a {
    font-size: 15px;
    color: #FFFFFF;
    font-family: 'Futura-bk-bt';
    text-decoration: none;
    display: inline-block;
    position: relative;
}

.footer-links ul li .active:after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

.footer-links ul li a:after {
    content: '';
    position: absolute;
    width: 80%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #ffffff;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}

.footer-links ul li a:hover:after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

.terms-policy a:hover {
    color: #FFA400 !important;

}

.footer-para p {
    font-size: 18px;
    color: #FFFFFF;
    font-family: 'Futura-bk-bt';
    padding-top: 24px;
}

.footer-para input {
    padding: 17px 34px;
    border-radius: unset;
}

.form-btn button {
    width: 100%;
    background-color: #FFA400;
    border: none;
    padding: 17px 0px;
    border-radius: unset;
}

.footer-links {
    padding-top: 27px;
}

.copy p {
    font-size: 15px;
    color: #FFFFFF;
    font-family: 'Poppins';
    font-weight: 400;
    margin: 0;
}

.terms-policy a:first-child:after {
    padding: 0 10px;
}

.terms-policy {
    display: flex;
    justify-content: space-between;
    text-transform: capitalize;
}

.terms-policy a {
    font-size: 15px;
    color: #ffffff;
    font-family: 'Poppins';
    font-weight: 400;
    text-decoration: none;
    padding: 0px 5px;
}

.copy {
    display: flex;
    justify-content: space-between;
    padding-top: 50px;
}

.copy-ul ul {
    display: flex;
    list-style: none;
    padding: 0;
}

.terms-policy span {
    color: #ffffff;
}

.copy-ul ul li a {
    padding-right: 12px;
}


/* End of Footer section  */

.client3-img img {
    position: absolute;
    top: 64px;
    right: 8px;
    z-index: -111;
    width: 39%;
}


/* .slick-prev {
  content: '\f053';
  font-family: 'FontAwesome';
  left: -25px;
  color: #000 !important;
  background: gray;
  padding: 15px;
} */

.slick-prev:before {
    content: '\f053';
    font-family: 'FontAwesome';
    color: #000;
    border: 2px solid #ffa400;
    padding: 5px 8px;
    border-radius: 50px;
    z-index: 9999999 !important;
}

.whatweoffer_carousel button.slick-prev {
    top: 50%;
    left: -40px;
}

.whatweoffer_carousel .slick-next {
    top: 50%;
    left: unset;
}

.slick-next:before {
    content: '\f054';
    font-family: 'FontAwesome';
    color: #000;
    border: 2px solid #ffa400;
    padding: 5px 8px;
    border-radius: 50px;
}

.slick-prev {
    left: -5px;
    top: 337px;
    z-index: 99999;
}

.slick-next {
    left: 0;
    top: 337px;
    left: 44px;
}

section.click-sec {
    padding-top: 50px;
    padding-bottom: 40px;
}


/* ************************Responsive****************** */

@media(max-width: 1150px) {}

@media(max-width: 768px) {}

@media(max-width: 575px) {}


/* ************************End of Responsive****************** */

section.offer-sec .offer-pic {
    position: relative;
    height: 100% !important;
}


section.offer-sec .offer-pic {
    position: relative;
}

section.offer-sec .offer-pic .offer-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: end;
    background: #00000000;
    padding: 0 20px 20px;
    transition: 0.6s;
}

section.offer-sec .offer-pic:hover .offer-text {
    background: #192a5361;
}

/*--------------Video css----------------*/
iframe.responsive-iframe {
    /* position: absolute; */
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 60%;
    /* height: 126%; */
    height: 377px;
}

section.video .offer-head.text-center {
    margin-top: 1rem;
    margin-bottom: 3rem;
}

/* section.offer-sec .offer-pic1 {position: relative;}
section.offer-sec .offer-pic1 .offer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: end;
  background: #00000000;
  padding: 0 20px 20px;
  transition: 0.6s;
}
section.offer-sec .offer-pic1:hover .offer {
  background: #192a5361;
}  */

.copy-right::before {
    content: '';
    background-color: #ffffff3d;
    position: absolute;
    width: 100%;
    height: 1px;
    top: 325px;
    /* left: 0px; */
    right: -13px;
}

.live-chat img {
    position: fixed;
    top: 80%;
    right: 15px;
}

footer.footer .footer-logo img {
    max-width: 315px;
    max-height: 85px;
}

.copy-ul ul li a img {
    max-width: 33px;
    max-height: 33px;
    position: relative;
    bottom: 5px;
}

.footer-links-sec {
    display: flex;
    justify-content: center !important;
}

@media (min-width:200px) and (max-width: 375px) {


    .copy-ul ul li a img {
        bottom: -5px;
        margin: 15px 0px;
    }

    footer.footer .footer-logo img {
        max-width: 315px;
        max-height: 50px !important;
    }

    .whatweoffer_carousel button.slick-next {
        right: 16px;
        left: unset;
        top: 50%;
    }

    .pro-img-2 {
        display: none !important;
    }

    .car-caption-flexss {
        position: absolute;
        top: 250px !important;
        right: 0px;
        left: 0px;
        bottom: 0;
        padding: 0px 20px;
    }

    .offer-head p {
        font-size: 15px;
        padding: 15px 0px !important;
    }

    .click-ios-btn .btn {

        padding: 5px 3px !important;
        width: 125px !important;
        margin: 0 5px;
        font-size: 12px !important;

    }

    .click-btn .btn {
        background-color: #FFA400;
        padding: 5px 5px;
        transition: 1s;
        border: 1px solid #FFA400;
        text-decoration: unset;
        width: 135px !important;
        margin: 0 2px;
        font-family: Futura-bold;
        font-size: 10px;
        cursor: pointer;
        border: none;
        border-radius: 0;
        text-align: start;
        display: flex;
        /* flex-direction: column; */
        align-items: center;
        justify-content: unset;
    }

    .click-btn .btn img {
        width: 11px;
    }

    footer.footer {
        background-color: #192A53;
        padding-top: 30px !important;
        padding-bottom: 20px;
    }

    .fixx-work {
        text-align: center;
        padding-top: 20px;
        width: calc(100% - 50px);
        margin: auto;
    }

    .fixx-work img {
        max-width: 100px;
    }

    section.fix-sec {
        padding: 40px 0px;
        margin-bottom: 30px;
    }

    .click-ios-btn .btn img {
        width: 15px !important;
    }

    .click-btn {
        margin-top: 0;
    }

    .click-ios-btn .btn a,
    .click-btn .btn a {
        margin-right: 5px !important;
    }

    .car-caption p {
        font-size: 15px;
        padding: 12px 0px !important;
    }

    .carousel-inner {
        height: 500px !important;

    }

    section.pro-sec {
        padding: 20px 0px;
    }

    .pro-head p {
        padding-bottom: 100px;
        padding-top: 18px;
    }

    .pro-head h2 {
        font-size: 20px;
        color: #182034;
        font-family: 'Futura-bold';
        margin: 0;
        letter-spacing: 1px;
        line-height: 25px;
    }

    .pro-head::before {
        display: none !important;
    }

    .offer-head::before {
        display: none !important;
    }

    .fix-before::before {
        display: none !important;
    }

    .fix-head::before {
        display: none !important;
    }

    .offer-head h2 {
        font-size: 25px !important;
    }

    iframe.responsive-iframe {
        width: 100% !important;
        height: auto;
    }

    .fix-head h2 {
        font-size: 25px;
    }

    .car-caption h2 {
        font-size: 25px;
    }

    h2.for-position {
        padding-top: 0;
    }

    .car-caption h2 span {
        color: #FFA400;
        line-height: 40px;
    }



    .whatweoffer_carousel button.slick-prev {
        top: 50%;
        left: 3px !important;
    }

    .copy-right::before {
        display: none !important;
    }

    section.offer-sec .offer-pic .offer-text {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: end;
        background: #00000000;
        padding: 0 10px 10px;
        transition: 0.6s;
    }

  
}

@media (min-width:375px) and (max-width: 540px) {
    section.offer-sec .offer-pic .offer-text {
        padding: 5px !important;
        transition: 0.6s;
    }

    

    .copy-ul ul li a img {
        bottom: -5px;
        margin: 15px 0px;
    }

    footer.footer .footer-logo img {
        max-width: 315px;
        max-height: 50px !important;
    }

    .copy-right::before {
        display: none !important;
    }

    .car-caption h2 {
        font-size: 25px;

    }

    footer.footer {
        background-color: #192A53;
        padding-top: 30px !important;
        padding-bottom: 20px;
    }

    .pro-img-2 {
        display: none !important;
    }

    h2.for-position {
        padding-top: 0;
    }

    .car-caption h2 span {
        color: #FFA400;
        line-height: 40px;
    }

    .whatweoffer_carousel button.slick-next {
        right: 16px;
        left: unset;
        top: 50%;
    }

    .copy {
        display: flex;
        justify-content: center;
        padding-top: 50px;
        align-content: space-around;
        flex-wrap: wrap;
    }

    .car-caption-flexss {
        position: absolute;
        top: 300px;
        right: 0px;
        left: 0px;
        bottom: 0;
        padding: 0px 20px;

    }

    .offer-head p {
        font-size: 15px;
        padding: 15px 0px !important;
    }

    .click-ios-btn .btn {
        padding: 10px 10px !important;
        width: 165px !important;
        margin: 0 10px;
        font-size: 14px !important;
    }

    .car-caption p {
        font-size: 15px;
        padding: 12px 15px;
    }

    .carousel-inner {
        height: 600px !important;

    }

    section.pro-sec {
        padding: 20px 0px;
    }

    .pro-head p {
        padding-bottom: 100px;
        padding-top: 18px;
    }

    .pro-head h2 {
        font-size: 20px;
        color: #182034;
        font-family: 'Futura-bold';
        margin: 0;
        letter-spacing: 1px;
        line-height: 25px;
    }

    .pro-head::before {
        display: none !important;
    }

    .offer-head::before {
        display: none !important;
    }

    .fix-before::before {
        display: none !important;
    }

    .fix-head::before {
        display: none !important;
    }

    .offer-head h2 {
        font-size: 25px !important;
    }

    iframe.responsive-iframe {
        width: 100% !important;
        height: auto;
    }

    .fix-head h2 {
        font-size: 25px;
    }

    .car-caption h2 {
        font-size: 25px;
    }

    .whatweoffer_carousel button.slick-prev {
        top: 50%;
        left: 3px !important;
    }
}

@media (min-width: 540px)and (max-width: 820px) {
    .copy-ul ul li a img {
        bottom: -5px;
        margin: 15px 0px;
    }

    .copy-right::before {
        display: none !important;
    }

    .carousel-inner {
        height: 600px !important;

    }

    .pro-img-2 {
        display: none !important;
    }

    .car-caption-flexss {
        position: absolute;
        top: 320px;
        right: 0px;
        left: 30px;
        bottom: 0;

    }

    section.pro-sec {
        padding: 50px 0px;
    }

    iframe.responsive-iframe {
        width: 100% !important;
        height: 377px;
    }

    .click-btn {
        margin-top: 0px !important;
    }

    section.fix-sec {
        padding: 50px 0px;
        margin-bottom: 40px;
    }

    .offer-head p {
        padding: 40px 0px;
    }

    .fix-before::before {
        display: none !important;
    }

    .offer-head::before {
        display: none !important;
    }

    .fix-head::before {
        display: none;
    }

    .pro-head::before {
        display: none;
    }

    .copy {
        display: flex;
        justify-content: start;
        padding-top: 50px;
        align-content: space-around;
        flex-wrap: wrap;

        flex-direction: column;

    }

    .terms-policy {
        display: flex;
        text-transform: capitalize;
        flex-direction: column;
        align-items: start;
        flex-wrap: wrap;
    }

    .copy-right {
        display: flex;
    }
}

@media (min-width: 100px) and (max-width:992px) {
    .line {
        display: none !important;
    }

    .copy {
        display: flex;
        justify-content: start;
        padding-top: 50px;
        align-content: start;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .copy-ul {
        padding-top: 20px;

    }

    .terms-policy {
        display: flex;
        text-transform: capitalize;
        flex-direction: column;
        align-items: start;
        flex-wrap: wrap;
    }

    .copy-right::before {
        display: none !important;
    }

    .footer-links-sec {
        display: flex;
        justify-content: flex-start !important;
    }

    .mobile-logo {
        position: absolute !important;
        display: block !important;
    }

    .mobile-logo {
        width: 50px;
        position: relative;
        left: 20px;
        top: 10px;
    }

    .info-box {
        padding-bottom: 20px !important;
    }
}