.jun {
    visibility: hidden;
    position: absolute;
    max-width: 1px;
}

.step__box__sec p::-webkit-scrollbar {
    width: 1px !important;
}

.step__box__sec p::-webkit-scrollbar-track {
    background-color: rgba(3, 21, 33, 0.1) !important;
}

.step__box__sec p::-webkit-scrollbar-thumb {
    background-color: #031521 !important;
    height: 60px !important;
}

html {
    scrollbar-color: #888 #f0f0f0; /* For Firefox */
}

.logo__Sec__main a,
.portfolio__img__sec a,
.term__links ul li,
.top_number ul li {
    display: inline-block;
}

.headnav,
nav.navbar {
    float: right;
    margin-top: 0;
}

.headnav,
header.sticky a.logo img.logo_bl {
    display: none;
}

a,
a:focus,
a:hover,
body,
ul#nav li .megamenu li a,
ul#nav li a {
    color: #000;
}

body {
    padding-right: 0 !important;
}

.dropdown-content a,
a,
a:focus,
a:hover,
ul#nav li a {
    text-decoration: none;
}

:root {
    --light_white: #f2f3f5;
    --black: #000;
    --white: #fff;
    --primary_color: #052465;
    --secondary_color: #e5f4fc;
    --font-family: "Poppins", sans-serif;
    --hover_color: #58595b;
    --blue_color: #00baff;
    --grey1: #f9fdff;
    --grey2: #3c4145;
    --grey3: #f2f2f2;
    --pri-color: #1c2966;
}

img {
    pointer-events: none;
}

body {
    font-family: "Poppins", sans-serif;
    overflow-x: hidden;
    font-size: calc(13px + (18 - 13) * (100vw - 320px) / (1920 - 320));
    line-height: 22px;
    background: #fff;
}

    body::-webkit-scrollbar {
        width: 10px;
        height: 10px;
    }

.banner__sec__main .carousel-item img,
.mission__img__sec img,
.modal__img__sec img,
.portfolio__img__sec img,
.team__img__Sec img,
nav.navbar,
ul#nav li.nav-item > a:hover:before {
    width: 100%;
}

body::-webkit-scrollbar-button:end:increment,
body::-webkit-scrollbar-button:start:decrement {
    display: none;
}

body::-webkit-scrollbar-track-piece {
    background-color: #f4f4ec;
    -webkit-border-radius: 0px;
    border-left: 1px solid #ccc;
}

body::-webkit-scrollbar-thumb:vertical {
    -webkit-border-radius: 0px;
    background: var(--hover_color);
}

::selection {
    color: var(--white);
    background: var(--grey2);
}

a {
    font-family: var(--paragraph-font);
}

    a:hover {
        transition: 0.5s ease-in-out;
        -webkit-transition: 0.5s ease-in-out;
        -moz-transition: 0.5s ease-in-out;
    }

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-family: "Poppins", sans-serif;
}

input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="url"]:focus,
select:focus,
textarea:focus {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    outline: 0;
}

.btn-primary {
    background-color: var(--primary_color);
    border-radius: 12px;
    font-size: calc(13px + (19 - 13) * (100vw - 320px) / (1920 - 320));
    padding: 12px 12px;
    border: 0;
    color: var(--white);
}

    .btn-primary:hover,
    .btn-primary:focus {
        background-color: var(--secondary_color);
        color: var(--primary_color);
        box-shadow: none;
        border: 0;
    }

.btn-secondary {
    background-color: var(--secondary_color);
    border-radius: 12px;
    font-size: calc(13px + (19 - 13) * (100vw - 320px) / (1920 - 320));
    padding: 12px 15px;
    border: 0;
    color: var(--black);
}

    .btn-secondary:hover,
    .btn-secondary:focus {
        background-color: var(--primary_color);
        border-bottom: #ececec solid 1px;
        color: var(--white);
        border: 0;
        box-shadow: none;
    }

header .getstarted {
    border-radius: 50px;
    font-size: 14px;
}

.top_header {
    padding: 15px 0;
    background: var(--grey1);
}

.top__content p {
    margin: 0;
    font-size: 16px;
    font-weight: 300;
    color: var(--white);
}

.top_number ul li {
    padding: 0 0 0 20px;
}

    .top_number ul li a {
        color: var(--primary_color);
        font-size: calc(13px + (17 - 13) * (100vw - 320px) / (1920 - 320));
        font-weight: 500;
    }

.term__links ul,
.top_number ul {
    text-align: right;
}

header {
    padding: 5px 0;
}

.headnav {
    cursor: pointer;
}

.dropdown,
ul#nav li a,
ul#nav li.nav-item {
    display: inline-block;
    position: relative;
}

.process__box__sec:hover {
    background: white !important;
    box-shadow: 0px 0px 20px #e7e7e7;
    color: black;
}

nav.navbar {
    justify-content: end;
    padding: 0;
}

.navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
    justify-content: flex-end;
}

.navbar-expand-lg .navbar-nav {
    flex-direction: row;
}

/*ul#nav li:last-child a {
    padding-right: 0;
}*/

ul#nav li a {
    font-weight: 500;
    font-size: calc(13px + (17 - 13) * (100vw - 320px) / (1920 - 320));
    padding: 20px 22px;
    text-transform: uppercase;
}

header ul#nav li a.btn:hover {
    background-color: var(--secondary_color);
    color: var(--black) !important;
}

header ul#nav li .mega-menu .dd-megamenu-holder a:hover {
    background-color: transparent;
    color: var(--white) !important;
}

header ul#nav li a:hover {
    background-color: var(--primary_color);
    color: var(--white) !important;
}

ul#nav li.nav-item > a:before {
    width: 0;
    height: 3px;
    background: var(--color1);
    content: "";
    transition: 0.3s ease-in-out;
    bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.navbar li.nav-item.dropdown .dropdown-menu {
    width: 100%;
    top: 60px;
    left: 0;
    position: fixed;
    padding: 0;
    border: transparent;
    border-radius: 0;
    display: none;
    max-width: 844px;
    right: 0;
    margin: 0px auto 0;
    border: var(--secondary_color) solid 1px;
    border-radius: 12px;
}

.dmenu-left {
    width: 24%;
    float: left;
    position: relative;
    display: flex;
}

.dmenu-right {
    width: 100%;
    float: right;
    margin-top: 13px;
    height: 100%;
    background: #fbfbfb;
    border: 1px solid;
}

.dmenu-linn {
    height: 231px;
    position: absolute;
    left: 0;
    width: 100%;
}

.dmenu-txt {
    padding: 26px;
    width: 100%;
    color: #fff;
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

    .dmenu-txt h4,
    .faq_sec_main button .fa {
        font-size: 20px;
    }

    .dmenu-txt p {
        color: #fff;
        font-size: 15px;
        margin-top: 6px;
        margin-bottom: 20px;
        font-weight: 300;
    }

ul#nav li .dmenu-txt a.btn.btn-default {
    padding: 8px 20px !important;
    color: #fff !important;
    border: 1px solid #fff;
    border-radius: 0;
    text-transform: capitalize;
    letter-spacing: normal;
    font-size: 15px;
}

ul.dmenu-logos {
    margin-top: 30px;
}

.megamenu ul.dmenu-logos li {
    border: none;
}

.megamenu li {
    width: 100%;
    float: left;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    border-right: 1px solid #cdc9c9;
    border-bottom: 1px solid #cdc9c9;
}

ul#nav li .megamenu li a {
    padding: 15px 10px 15px 20px;
    font-weight: 500;
    min-height: auto;
    letter-spacing: normal;
}

    ul#nav li .megamenu li a:hover {
        background: var(--secondary_color);
        color: #fff;
    }

        ul#nav li .megamenu li a:hover .bx {
            color: #fff;
        }

ul#nav .megamenu li a {
    float: left;
    display: table;
    width: 100%;
}

ul#nav li .megamenu li a strong {
    font-size: 14px;
    text-transform: none;
    width: 100%;
    display: block;
    font-weight: 600;
    text-transform: uppercase;
}

    ul#nav li .megamenu li a strong .bx {
        font-size: 21px;
        position: relative;
        top: 4px;
        color: var(--secondary_color);
    }

ul#nav li .megamenu li a small {
    display: block;
    text-transform: none;
    margin-top: 3px;
    font-size: 14px;
    letter-spacing: 0;
    height: 20px;
    overflow: hidden;
    font-weight: 500;
    color: #6b6b6b;
}

.hide-d,
header.stickyheader .megamenu.megamenu4.dropdown-menu {
    display: none !important;
}

.dropdown:hover .dropdown-content,
.mobile-close.mclose,
.mobile-overlay.moverlay,
.navbar li.nav-item.dropdown:hover .dropdown-menu,
.review__auth span {
    display: block;
}

header.sticky {
    z-index: 100;
    position: fixed;
    top: 0;
    width: 100%;
    background: #000;
    padding-top: 10px;
    box-shadow: 0 0 15px #00000091;
}

    header.sticky a.logo img {
        max-width: 60%;
    }

    header.sticky ul#nav li.nav-item > a {
        font-size: 15px;
        padding: 15px 15px 22px;
        color: #fff;
    }

.mobile-view.mopen {
    right: 0;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
}

.app-container,
.mobile-nav {
    -webkit-transition: 0.6s ease-in-out;
    -moz-transition: 0.6s ease-in-out;
    -o-transition: 0.6s ease-in-out;
}

.mob-menu li span.opensub {
    position: absolute;
    top: 13px;
    right: 10px;
    height: 26px;
    width: 26px;
    text-align: center;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background: red;
    color: #fff;
    border-radius: 1px;
    font-size: 16px;
}

.btn__top ul li a:hover,
.third__Cta__content,
.web__btn ul li a:hover,
.web__btn ul li:nth-child(2) a,
footer {
    background: #025259;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    max-width: 1600px;
}

.btn__header ul li a {
    padding: 11px 23px;
    font-size: 18px !important;
    margin-top: 0;
    font-weight: 500;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    font-family: Manrope;
    background: var(--blue);
    min-width: 162px;
    text-align: center;
}

.about__lft__img,
.choose__img__sec,
.mission__img__sec,
.modal__img__sec,
.team__img__Sec,
header.inner__header {
    position: relative;
}

.inner__header nav ul li a {
    color: var(--black) !important;
}

header .web_btn ul li a {
    padding: 19px 28px;
    font-size: 16px;
}

header .web_btn {
    padding: 0;
    text-align: right;
}

.mobile-nav {
    position: fixed;
    width: 60%;
    height: 100%;
    overflow-y: scroll;
    top: 0;
    right: -80%;
    z-index: 12;
    background: var(--primary-color);
    transition: 0.6s ease-in-out;
    background: var(--primary_color);
}

    .mobile-nav .logo-main {
        font-size: 16px;
        color: #8795a0;
        padding: 15px 0 15px 24px;
        display: inline-block;
    }

    .mobile-nav img {
        width: 130px;
    }

    .mobile-nav nav {
        height: 100%;
    }

        .mobile-nav nav li a {
            color: #fff;
            font-weight: 300;
            display: block;
            padding: 15px 24px;
            border-top: 1px solid #d6d8db;
            -webkit-transition: 0.4s ease-in-out;
            -moz-transition: 0.4s ease-in-out;
            -o-transition: 0.4s ease-in-out;
            transition: 0.4s ease-in-out;
            font-size: 15px;
        }

            .mobile-nav nav li a .fa {
                font-size: 20px;
                float: right;
            }

        .mobile-nav nav li ul {
            display: none;
            background: #fff;
        }

            .mobile-nav nav li ul li a {
                font-weight: 500;
                font-size: 14px;
                color: #000;
            }

.app-container.active {
    left: -80%;
}

.app-container {
    position: relative;
    left: 0;
    transition: 0.6s ease-in-out;
    display: none;
}

.mobile-nav-btn {
    position: fixed;
    height: 30px;
    padding: 6px 7px;
    border-radius: 4px;
    right: 2%;
    cursor: pointer;
    -webkit-transition: 0.6s ease-in-out;
    -moz-transition: 0.6s ease-in-out;
    -o-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;
    display: block;
    z-index: 99999;
    top: 15px;
}

    .mobile-nav-btn.active {
        right: 2%;
        z-index: 999999999;
        top: 15px;
    }

    .mobile-nav-btn span {
        height: 3px;
        width: 22px;
        background-color: var(--primary-color);
        display: block;
        margin-bottom: 6px;
        -webkit-transition: 0.2s ease-in-out;
        -moz-transition: 0.2s ease-in-out;
        -o-transition: 0.2s ease-in-out;
        transition: 0.2s ease-in-out;
        position: relative;
        top: 8px;
    }

.lines:after,
.lines:before {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transition: top 0.3s 0.6s, transform 0.3s;
}

.banner_form_btn button,
.btn__form button,
.btn__form input,
.exp_box:hover,
.step__box__sec,
.step__box__sec:hover {
    transition: 0.5s ease-in-out;
}

.mobile-nav-btn .lines:before {
    top: 0;
    content: "\f0c9";
    font-family: "FontAwesome";
    font-size: 34px;
    color: var(--black);
    position: absolute;
    right: 0;
    background: 0 0;
    padding: 5px 11px;
    border-radius: 5px;
}

.mobile-nav-btn.active .lines:before {
    content: "\f00d";
    background: 0 0;
    color: var(--white);
}

.mobile-nav.active {
    z-index: 9999999;
    height: 100%;
    right: 0;
}

.mobile-nav ul {
    padding-top: 100px;
}

ul.firstlevel.unstyled {
    padding: 0;
}

header .row {
    align-items: center;
}

.btn__top ul li a {
    padding: 15px 30px;
}

.banner__sec__main {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    padding: 90px 0;
    position: relative;
}

@media (max-width: 1600px) {
    .banner__sec__main {
        padding: 50px 0 70px 0;
    }
}

@media (max-width: 1400px) {
    .banner__sec__main {
        padding: 50px 0 0 0;
    }
}

.banner__sec__main.inner__banner {
    padding: 50px 0;
}

.banner__sec__main .right-img img {
    width: 100%;
}

.banner__content {
    margin-bottom: 50px;
}

    .banner__content h6 {
        font-size: 24px;
        margin-bottom: 20px;
        font-weight: 300;
    }

    .banner__content h1 {
        font-weight: 600;
        font-size: calc(22px + (42 - 22) * (100vw - 320px) / (1920 - 320));
        /*line-height: 1.4;*/
        color: #4c4c4c;
        margin-bottom: 20px;
    }

        .banner__content h1 span {
            color: var(--primary_color);
        }

    .banner__content p {
        font-size: calc(12px + (16 - 12) * (100vw - 320px) / (1920 - 320));
        line-height: 1.4;
        font-weight: 500;
        color: var(--grey2);
        text-transform: capitalize;
    }

.banner-list {
    display: flex;
    color: var(--secondary_color);
    flex-direction: column;
}

.banner-list li {
    list-style-type: none;
    display: flex;
    color: var(--primary_color);
    font-size: calc(13px + (18 - 13) * (100vw - 320px) / (1920 - 320));
    margin-bottom: 10px;
    align-items: center;
}

.banner-list li i {
    margin-right: 10px;
}

.btn__cta,
.packages_heading_sec,
.service_box {
    text-align: center;
}

.btn-left {
    margin-left: 20px;
}

.banner__form__head h3 {
    color: var(--primary_color);
    font-size: 24px;
    font-weight: 600;
}

.banner__form__head p {
    color: #fff;
    font-size: 32px;
    line-height: 40px;
    font-weight: 300;
    text-transform: capitalize;
}

.btn__form button,
.dropbtn,
.submitbtn input {
    text-transform: uppercase;
}

.banner__form__head p br {
    display: none;
}

.banner__form__head p span {
    font-weight: 700;
}

.banner__sec__main .carousel-caption .row {
    align-items: center;
}

.btn__form input {
    width: 100%;
    background: var(--primary_color) !important;
    font-size: 17px !important;
    height: 53px !important;
    color: var(--white);
    border: 0 !important;
    cursor: pointer;
}

    .banner_form_btn button,
    .btn__cta ul li a,
    .btn__form button,
    .btn__form input:hover,
    .copy__right,
    .process__box__sec:hover,
    .social__icon ul li a:hover {
        background: var(--secondary_color);
    }

.intl-tel-input {
    width: 100%;
    margin-bottom: 15px;
}

.intl-tel-input.separate-dial-code .selected-dial-code {
    color: hsl(0deg 0% 0% / 53%);
}

.side-form-group h3 {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 15px;
}

.banner_form_btn button {
    padding: 15px 50px;
    color: var(--white);
    font-weight: 500;
    border-radius: 5px;
    font-size: 17px;
    display: inline-block;
    border: 2px solid var(--secondary_color);
    cursor: pointer;
}

.banner_form_btn button:hover {
    color: var(--secondary_color);
    background: var(--white);
    border-color: var(--white);
}

.logo-section {
    position: relative;
}

.logo-section .logos-brand {
    padding: 30px 0 30px 0;
    background: var(--secondary_color);
    color: #4c4c4c;
    border-radius: 12px;
}

.logo-section .logos-brand h4 {
    margin-bottom: 20px;
    font-size: calc(18px + (25 - 18) * (100vw - 320px) / (1920 - 320));
}

.logo-section .logos-brand h2 {
    margin-bottom: 20px;
    font-size: calc(18px + (25 - 18) * (100vw - 320px) / (1920 - 320));
}

.logo-section .logos-brand h4 .counter-count {
    color: var(--primary_color);
    font-size: calc(18px + (35 - 22) * (100vw - 320px) / (1920 - 320));
}

.logo-section .logos-brand h4 span {
    color: var(--primary_color);
}

.logo-section .logos-brand h2 span {
    color: var(--primary_color);
}

.logos-brand ul li img {
    width: 50% !important;
    margin: 0 10px;
}

.padding__90 {
    padding: 90px 0;
}

.about__tab,
.bg__gray,
.vision__sec {
    /* background: var(--light_white) */
}

.web__content__sec h6 {
    color: #00ad76;
    font-size: 20px;
    margin-bottom: 10px;
}

.web__content__sec h2 {
    font-size: 48px;
    font-weight: 700;
    line-height: 60px;
    margin-bottom: 30px;
    position: relative;
}

.web__content__sec h2:after {
    bottom: -15px;
    left: 0;
}

.web__content__sec p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
}

.exp_box {
    background: var(--white);
    padding: 30px 20px 30px;
    border-radius: 5px;
    box-shadow: 0 0 20px rgb(0 0 0 / 9%);
    position: relative;
    min-height: 189px;
}

.exp_box-img {
    /*text-align: right;*/
}

.exp_box img {
    padding-bottom: 15px;
}

.step__box__sec img,
.third__content h4 {
    padding-bottom: 10px;
}

.exp_box span {
    font-size: 25px;
    font-weight: 700;
    color: var(--primary_color);
}

.exp_box p {
    color: #000;
    font-size: 16px;
    margin-bottom: 0;
}

.exp_box:hover {
    transform: scale(1.1);
}

.about__img__hire {
    position: relative;
    left: 0;
}

.center__content__sec h5,
.first__Cta__sec h6 {
    font-size: calc(16px + (22 - 16) * (100vw - 320px) / (1920 - 320));
    font-weight: 400;
    color: var(--primary_color);
}

.center__content__sec h2 {
    font-size: calc(21px + (40 - 21) * (100vw - 320px) / (1920 - 320));
    position: relative;
    margin-bottom: 0;
    color: #4c4c4c;
    text-transform: capitalize;
    font-weight: 500;
}

    .center__content__sec h2 span {
        color: var(--primary_color);
    }

.center__content__sec p {
    color: #4b4747;
    font-size: calc(13px + (18 - 13) * (100vw - 320px) / (1920 - 320));
    font-weight: 400;
    line-height: 33px;
    margin: 0 auto 20px;
    text-transform: capitalize;
}

.step__box__sec.sty1 {
    border: var(--secondary_color) solid 2px;
    background-color: transparent;
    text-align: center;
}

.step__box__sec.sty1:hover {
    background-color: #fff;
    box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.09);
}

.step__box__sec.sty2 {
    background-color: transparent;
    border: transparent solid 2px;
    text-align: center;
}

.step__box__sec.sty2 .iconBox {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.step__box__sec.sty2 h3 {
    color: var(--primary_color);
}

.step__box__sec.sty2 h6 {
    color: #606060;
    text-transform: uppercase;
    color: #868686;
    font-weight: 300;
    font-size: calc(14px + (18 - 14) * (100vw - 320px) / (1920 - 320));
}

.step__box__sec p {
    font-size: calc(13px + (18 - 13) * (100vw - 320px) / (1920 - 320));
    color: #606060;
}

.step__box__sec.sty2:hover {
    border-color: var(--secondary_color);
}

.step__box__sec {
    padding: 20px;
    border-radius: 5px;
    height: 100%;
    background: #f4f8fa;
    border-radius: 12px;
}

.step__box__sec.sty3 {
    text-align: center;
    border: var(--secondary_color) solid 2px;
    background-color: #fff;
    position: relative;
    padding-bottom: 75px;
}

.step__box__sec.sty3 .btn {
    /* width: 100%; */
    text-transform: uppercase;
    color: #fff;
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 10px;
}

.step__box__sec.sty3 .btn:hover,
.step__box__sec.sty3 .btn:focus {
    background-color: var(--primary_color);
    color: #fff;
}
        /*.step__box__sec.sty3 h6*/
        .step__box__sec.sty3 h3 {
            text-transform: uppercase;
            font-size: calc(17px + (30 - 17) * (100vw - 320px) / (1920 - 320));
            font-weight: 500;
            color: var(--secondary_color);
        }

        /*.step__box__sec.sty3 h3*/
        .step__box__sec.sty3 h4 {
            font-size: calc(20px + (34 - 20) * (100vw - 320px) / (1920 - 320));
            color: var(--white);
            text-transform: uppercase;
            font-weight: 500;
            margin-bottom: 0;
            position: relative;
        }

        .step__box__sec.sty3 h3 span {
            top: 0;
            right: 0;
            color: var(--grey2);
            font-size: calc(15px + (18 - 15) * (100vw - 320px) / (1920 - 320));
        }

        .step__box__sec.sty3 .tagBox {
            background-color: #efefef;
            border-radius: 4px;
            color: #4c4c4c;
            text-transform: uppercase;
            font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320));
            font-weight: 500;
            margin-bottom: 15px;
            padding: 4px 8px;
            display: inline-block;
        }

            .step__box__sec.sty3 .tagBox.comprehensive {
                background-color: var(--primary_color);
                color: var(--white);
            }

        .step__box__sec.sty3 p {
            padding: 0 10%;
            margin-bottom: 20px;
        }

        .step__box__sec.sty3:hover {
            box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.09);
            background-color: #fff;
        }

    .step__box__sec:hover {
        /* background: url(../images/images-step-img-01.jpg) 0 0 / cover;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.09);
  transform: scale(1.01); */
        background-color: #fff;
    }

    .step__box__sec .headArea {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 15px 0;
        border-bottom: var(--secondary_color) solid 2px;
        margin-bottom: 25px;
        flex-direction: column;
        background-color: var(--primary_color);
    }

    .step__box__sec .special {
        color: #dc3545;
    }

    .step__box__sec .cross span {
        position: relative;
    }

        .step__box__sec .cross span:after {
            background-color: #dc3545;
            height: 2px;
            width: 100%;
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            margin: auto;
            content: "";
        }

    .step__box__sec h3 {
        font-size: calc(16px + (22 - 16) * (100vw - 320px) / (1920 - 320));
        color: var(--primary_color);
        font-weight: 500;
        margin-bottom: 15px;
    }

    .step__box__sec p {
        font-size: calc(13px + (18 - 13) * (100vw - 320px) / (1920 - 320));
        line-height: 26px;
        text-transform: capitalize;
        /*font-weight: 400;
        color: #0e0e0e;*/
    }

    .step__box__sec ul {
        padding: 0;
        margin: 0;
    }

        .step__box__sec ul li {
            display: block;
            font-size: calc(13px + (18 - 13) * (100vw - 320px) / (1920 - 320));
            text-align: center;
            padding: 15px 0;
            color: #0e0e0e;
            position: relative;
            border-bottom: #dfdfdf solid 1px;
        }

    .step__box__sec p::-webkit-scrollbar {
        width: 1px;
    }

    .step__box__sec p::-webkit-scrollbar-track {
        background-color: rgba(3, 21, 33, 0.1);
    }

    .step__box__sec p::-webkit-scrollbar-thumb {
        background-color: #031521;
        height: 60px;
    }

.bottomCta {
    border-radius: 18px;
    /*background-color: var(--primary_color);*/
    padding: 50px;
    position: relative;
    overflow: hidden;
    background-image: url(../img/mix/cta-video.gif);
    background-size: cover;
    background-position: right center;
}
.bottomCta.Cad {
    background-image: url(../img/mix/cad-cta-img.png);
    background-color: var(--primary_color);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto;
}

#cta-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensure the video covers the entire area */
}

.bottomCta h3 {
    color: var(--secondary_color);
    margin-bottom: 20px;
    line-height: 1.2;
    font-size: calc(25px + (50 - 25) * (100vw - 320px) / (1920 - 320));
}

.btn-secondary:hover,
.btn-secondary:focus {
    background-color: var(--white);
    color: var(--primary_color);
}

.bottomCta .ctaImg {
    position: absolute;
    right: 0;
    top: 0;
}

.whatFor table tr {
    border: 0;
}

    .whatFor table tr th span {
        background: var(--secondary_color);
        width: 100%;
        display: inline-block;
        padding: 15px;
        border-radius: 8px;
        font-size: calc(16px + (22 - 16) * (100vw - 320px) / (1920 - 320));
        font-weight: 500;
        text-align: left;
    }

.whatFor table td,
.whatFor table th {
    vertical-align: middle;
    font-size: calc(15px + (20 - 15) * (100vw - 320px) / (1920 - 320));
    font-weight: 400;
    color: #606060;
    text-align: center;
    border-top: 0;
}

.whatFor .table thead th {
    border-bottom: 0;
}

.whatFor table thead th span {
    width: auto;
    padding: 15px 25px;
    text-align: center;
}

.brand-protection {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    padding: 70px 0;
}

    .brand-protection .titleBox {
        border-right: #d20c1e solid 1px;
        padding: 20px 0;
    }

        .brand-protection .titleBox h2 {
            font-size: calc(22px + (37 - 22) * (100vw - 320px) / (1920 - 320));
            font-weight: 700;
            line-height: 1.3;
            position: relative;
            margin-bottom: 15px;
        }

.dotted-section-main {
    display: flex;
    flex-wrap: wrap;
}

.dotted-box {
    display: flex;
    align-items: flex-start;
    padding: 45px;
    max-width: 50%;
    flex: 0 0 50%;
}

    .dotted-box.sty1 {
        border-bottom: #999999 dashed 1px;
        border-right: #999999 dashed 1px;
    }

    .dotted-box.sty2 {
        border-bottom: #999999 dashed 1px;
    }

    .dotted-box.sty3 {
        border-right: #999999 dashed 1px;
    }

    .dotted-box .iconBox {
        display: flex;
        width: 70px;
        padding-right: 20px;
    }

        .dotted-box .iconBox img {
            max-width: 50px;
        }

    .dotted-box h4 {
        font-size: calc(17px + (24 - 18) * (100vw - 320px) / (1920 - 320));
        font-weight: 600;
        line-height: 1.3;
        position: relative;
        margin-bottom: 10px;
        color: #37434d;
    }

    .dotted-box p {
        font-size: calc(13px + (15 - 13) * (100vw - 320px) / (1920 - 320));
        font-weight: 400;
        line-height: 1.3;
        position: relative;
        margin-bottom: 0;
        color: #76838d;
    }

.choise-section {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    padding: 80px 0;
}

.choiseBox {
    display: flex;
    border-right: #999999 dashed 1px;
    padding: 0 15px 0 0;
    height: 100%;
    flex-direction: column;
}

    .choiseBox h4 {
        font-size: calc(17px + (25 - 17) * (100vw - 320px) / (1920 - 320));
        font-weight: 600;
        line-height: 1.3;
        position: relative;
        margin-bottom: 10px;
        color: #37434d;
    }

    .choiseBox p {
        font-size: calc(13px + (15 - 13) * (100vw - 320px) / (1920 - 320));
        font-weight: 400;
        line-height: 1.3;
        position: relative;
        margin-bottom: 0;
        color: #76838d;
    }

    .choiseBox.sty1 {
        border-right: 0;
        padding-right: 0;
    }

.service_box img {
    display: block;
    margin: 0 auto 20px;
}

.service_box {
    background: #e8fdff;
    padding: 40px;
    height: 240px;
}

    .service_box span {
        font-size: 19px;
        color: #101010;
        font-weight: 600;
    }

.row.second__links .col-sm-2:nth-child(odd) .service_box,
.services__sec__main .row .col-sm-2:nth-child(2n) .service_box {
    background: var(--white);
}

.row.second__links .col-sm-2:nth-child(2n) .service_box {
    background: #e8fdff;
}

.polish__cta {
    /* background: url(../images/images-cta-bg.png); */
    /* background: linear-gradient(134deg, #e0eeff 0%, #85dfe7 100%); */
    background: #025259;
}

.first__Cta__sec h2 {
    font-size: 58px;
    font-weight: 700;
    position: relative;
    margin-bottom: 30px;
    color: white;
}

    .first__Cta__sec h2 span,
    .head_list_contact a:hover,
    .overlay_popup h5 span,
    .privacy_content ul li strong,
    span.auth__des {
        /*background: linear-gradient(119deg, #00AD76 0%, #72C674 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
        color: #5fbe75;
    }

.first__Cta__sec p {
    font-size: 24px;
    line-height: 38px;
    font-weight: 300;
}

.choose_content h2:after,
.first__Cta__sec h2:after {
    content: "";
    width: 260px;
    height: 6px;
    bottom: -15px;
    left: 0;
    position: absolute;
    border-radius: 50px;
    background: linear-gradient(90deg, #00ad76 0%, rgba(72, 186, 196, 0) 100%);
}

.choose__img__sec img {
    position: relative;
    left: -120px;
}

.choose_content h2 {
    font-size: 54px;
    font-weight: 700;
    position: relative;
    margin-bottom: 40px;
}

.choose_content ul li {
    display: block;
    font-size: 18px;
    padding-bottom: 30px;
    line-height: 30px;
    font-weight: 300;
    position: relative;
    padding-left: 30px;
}

    .choose_content ul li:after {
        content: "";
        position: absolute;
        background: url(../fonts/images-icon-check.html);
        width: 16px;
        height: 12px;
        left: 0;
        top: 11px;
    }

.expert_img {
    position: absolute;
    bottom: 30px;
    right: -90px;
}

.overlay__team,
.overlay_popup {
    height: 100%;
    bottom: 0;
    display: flex;
}

.second__cta__sec {
    padding: 90px 0;
    text-align: center;
}

    .second__cta__sec .web__btn ul li:nth-child(2) a {
        background: #025259;
        color: white;
        border: none;
    }

    .second__cta__sec .web__btn ul li a:hover {
        background: #f29325;
        color: white;
        border-color: var(--secondary_color);
    }

    .second__cta__sec .web__btn ul li:nth-child(2) a:hover {
        color: var(--white) !important;
        background: linear-gradient(119deg, #00ad76 0%, #72c674 100%);
    }

.faq_sec_main .card-header {
    background: #ecf0f2;
    padding: 25px 20px;
    border: 0;
}

    .faq_sec_main .card-header button {
        border: 0;
        padding: 0;
        color: var(--black);
        font-size: 14px;
        text-decoration: none;
        font-weight: 500;
    }

.faq_sec_main .card-body,
.privacy_content p {
    font-size: 16px;
    line-height: 29px;
}

.faq_sec_main button[aria-expanded="true"] .fa:before {
    content: "\f107";
}

.third__Cta__content {
    padding: 70px 70px 50px;
    margin: 0 70px;
}

.third__content h4 {
    font-size: 28px;
    line-height: 43px;
}

.third__content p {
    font-size: 19px;
    font-weight: 300;
}

.number__third_sec a {
    font-size: 30px;
    font-weight: 700;
    color: var(--white);
}

.btn__cta ul li a {
    padding: 26px 50px;
    color: var(--white) !important;
    border-radius: 5px;
    font-size: 17px;
    cursor: pointer;
}

.contact__head__Sec h3 {
    font-size: 78px;
    color: var(--secondary_color);
    font-weight: 700;
}

.contact__det ul li,
.contact__head__Sec,
.footer__logo,
.privacy_content {
    padding-bottom: 20px;
    display: flex;
    align-items: center;
}

    .contact__det ul li .btn {
        margin-right: 10px;
    }
    .contact__det ul li a {
        margin-left: 10px;
    }

    .socialLinks ul {
        display: flex;
        align-items: center;
    }

    .socialLinks ul li {
        display: flex;
        align-items: center;
        padding: 0 20px;
    }

        .socialLinks ul li a {
            color: var(--primary_color);
        }

/*tabs Styling start*/

.why-us .tab-pane p {
    font-size: calc(15px + (22 - 15) * (100vw - 320px) / (1920 - 320));
    line-height: 1.5;
    font-weight: 400;
}

.ctm-tab-btn {
    text-align: left;
    padding: 0;
}

    .nav-pills .ctm-tab-btn.active,
    .ctm-tab-btn .show > .nav-link {
        border-bottom: var(--primary_color) solid 2px;
        color: var(--primary_color);
        outline: none;
        font-weight: 600;
        background-color: transparent;
    }

.nav-pills .ctm-tab-btn:focus,
.nav-pills .ctm-tab-btn:focus-visible {
    outline: none;
}

/*.nav-pills .ctm-tab-btn.active::before, .ctm-tab-btn .show > .nav-link::before {
    content: '';
    position: absolute;
    display: block;
    width: 50px;
    right: 10px;
    top: 49%;
    border: 28px solid transparent;
    border-right: 0;
    border-left: 25px solid var(--primary_color);
    transform: translate(calc(100% + 10px), -50%);
}*/

.nav-pills .ctm-tab-btn {
    color: #4b4747;
    font-size: 22px;
    line-height: 26px;
    border-left: 2px solid var(--pri-color) !important;
    margin-bottom: 4px;
    padding-left: 20px;
    border-radius: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: transparent;
    font-weight: 400;
    position: relative;
    cursor: pointer;
    background-color: var(--white);
}

.nav-pills .ctm-tab-btn {
    border-bottom-width: 0 !important;
    border-top-width: 0 !important;
    border-right-width: 0 !important;
}

.tab-content {
    padding: 25px;
    display: flex;
    align-items: center;
    background-color: var(--white);
    height: 100%;
}

.tabs-btn-holder {
    padding-left: 60px;
    padding-right: 0px;
}

.tabs-content-holder {
    padding-left: 40px;
    padding-left: 70px;
    max-width: 400px;
}
/*tabs Styling End*/

.head_list_contact h6,
.head_list_contact h6 a {
    font-size: 32px;
    color: var(--secondary_color);
    font-weight: 300;
}

.map__contact__sec iframe {
    width: 100%;
    height: 240px;
    border: 0;
}

.head_list_contact a,
.head_list_contact p {
    color: #666;
    font-size: 20px;
    line-height: 35px;
    font-weight: 300;
}

.map__contact__sec {
    margin-bottom: 10px;
}

.head_list_contact {
    padding-bottom: 30px;
}

.social__icon ul li a {
    background: 0 0;
    color: var(--secondary_color);
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    border: 2px solid var(--secondary_color);
}

.social__icon ul li {
    display: inline-block;
    padding: 0 20px 0 0;
}

.contact__form__sec {
    padding-top: 0;
}

    .contact__form__sec input {
        height: 50px;
        border: 0;
        border-bottom: 1px solid;
        border-radius: 0;
        font-size: 16px;
        margin-bottom: 30px;
        font-weight: 300;
        width: 100%;
    }

    .contact__form__sec textarea {
        height: 100px;
        border: 0;
        border-bottom: 1px solid;
        resize: none;
        font-weight: 300;
        margin-bottom: 70px;
        padding: 30px 0;
        border-radius: 0;
    }

.btn__form button {
    padding: 22px 50px;
    display: inline-block;
    font-size: 19px;
    border: 0;
    margin-top: 10px;
    cursor: pointer;
    border-radius: 5px;
}

.footer__content p {
    padding-bottom: 30px;
    color: var(--black);
}

.footer__head h5 {
    color: var(--primary_color);
}

.footer__head h3 {
    color: var(--primary_color);
}

.btn__form button:hover {
    background: #00aeef;
    background: var(--primary_color);
}

footer {
    padding: 60px 0 0;
    background: var(--white);
}

.footer__logo img {
    width: 70%;
}

.footer__content p {
    font-size: calc(13px + (18 - 13) * (100vw - 320px) / (1920 - 320));
    line-height: 1.5;
    font-weight: 300;
    width: 90%;
}

.footer__head h5 {
    font-weight: 700;
    font-size: 22px;
}

.footer__head h3 {
    font-weight: 600;
    font-size: 22px;
}

.footer__links ul li {
    display: block;
    padding-bottom: 14px;
}

.contact__det ul li span {
    color: var(--white);
    font-weight: 500;
    font-size: 18px;
    display: block;
    margin-bottom: 10px;
    opacity: 1 !important;
}

    .contact__det ul li span img {
        padding-right: 10px;
    }

.copy__right {
    padding: 20px 0;
    background-color: var(--white);
}

.overlay__team,
.process__box__sec {
    padding: 30px;
    transition: 0.5s ease-in-out;
}

.privacy_content h2,
.review__head {
    padding-bottom: 20px;
}

.copy_text p {
    margin-bottom: 0;
    font-size: 17px;
    color: var(--black);
    font-weight: 300;
    opacity: 1;
}

.term__links ul li a {
    color: var(--black);
    font-size: 18px;
    font-weight: 300;
    position: relative;
    padding: 0 20px;
    opacity: 1;
}

    .term__links ul li a:after {
        content: "";
        position: absolute;
        background: var(--black);
        width: 1px;
        height: 30px;
        right: 0;
        top: -5px;
    }

.term__links ul li:last-child a:after {
    background: 0 0;
}

.about__lft__img {
    left: -100px;
}

.mission__img__sec:before {
    content: "";
    position: absolute;
    border: 3px solid var(--secondary_color);
    width: 99%;
    height: 100%;
    border-radius: 16px;
    left: 26px;
    top: 0;
    transform: rotate(-1.82deg);
}

.vision__sec .mission__img__sec:before {
    right: 26px;
    top: 0;
    left: auto;
}

.process__box__sec {
    background: var(--light_white);
    border-radius: 10px;
    margin-bottom: 30px;
    min-height: 350px;
}

.process__icon {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

    .process__icon span {
        font-size: 30px;
        font-weight: 300;
        color: #00ad76;
    }

.process__det h4 {
    font-weight: 600;
    font-size: 25px;
}

.process__det p {
    font-size: 15px;
    line-height: 28px;
}

.process__box__sec:hover {
    transition: 0.5s ease-in-out;
    transform: scale(1.1);
}

    .process__box__sec:hover .process__det h4,
    .process__box__sec:hover .process__det p {
        color: #000;
    }

.privacy_content h2 {
    font-weight: 700;
    font-size: 40px;
}

.privacy_content h4 {
    font-weight: 600;
    color: var(--secondary_color);
}

.overlay__team h5,
.privacy_content ul li a {
    color: var(--secondary_color);
    font-weight: 700;
}

.privacy_content ul li {
    font-size: 17px;
    line-height: 26px;
    padding-bottom: 20px;
    list-style-type: disc;
}

.privacy_content ul {
    padding: 0 40px;
}

    .privacy_content ul li a {
        text-decoration: underline;
    }

.overlay__team {
    position: absolute;
    width: 100%;
    flex-direction: column;
    justify-content: flex-end;
    background: linear-gradient(180deg, #00000000 0, #04162d 100%) no-repeat padding-box;
    opacity: 0;
}

    .overlay__team h5 {
        font-size: 24px;
        padding-bottom: 9px;
    }

    .overlay__team span {
        color: var(--white);
        font-size: 20px;
    }

.team__img__Sec:hover .overlay__team {
    transform: translate(0, 0);
    opacity: 1;
    transition: 0.5s ease-in-out;
}
/* 
.review__Sec__main {
  background: url(../images/images-cta-bg.png) 0 0 / cover no-repeat;
} */

.review__head h4 {
    font-size: 17px;
    font-weight: 400;
    color: var(--secondary_color);
}

.review__head h3 {
    font-size: 50px;
    font-weight: 700;
}

.review__content__Sec p {
    color: #4b4747;
    font-size: 16px;
    line-height: 31px;
    width: 90%;
}

.overlay_popup h5,
.submitbtn input {
    color: var(--white);
    font-weight: 300;
}

.review_auth {
    display: flex;
    align-items: center;
}

.review__auth {
    padding-left: 10px;
}

span.auth__name {
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 4px;
}

.process__det p {
    max-height: 143px;
    padding-right: 15px;
    overflow-y: scroll;
    margin-bottom: 0;
}

    .process__det p::-webkit-scrollbar {
        width: 1px;
    }

    .process__det p::-webkit-scrollbar-track {
        background-color: rgba(3, 21, 33, 0.1);
    }

    .process__det p::-webkit-scrollbar-thumb {
        background-color: #031521;
        height: 60px;
    }

.LetsGetModal .ban-form {
    padding: 40px 20px 20px;
}

.LetsGetModal .modal-dialog {
    max-width: 1050px;
    position: relative;
}

.LetsGetModal .modal-body {
    position: relative;
    display: flex;
    justify-content: flex-end;
}

.LetsGetModal .modal-dialog .leftImgBox {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 45%;
}

    .LetsGetModal .modal-dialog .leftImgBox img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.LetsGetModal .modal-dialog .modalForm {
    width: 50%;
}

.LetsGetModal .modal-dialog form {
    border: solid 1px #052465;
    border-radius: 10px;
    padding: 15px;
}

.LetsGetModal button.close {
    background: var(--primary_color);
    opacity: 1;
    text-shadow: none;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 15px;
    right: 14px;
    border-radius: 0;
    color: #fff;
}

.LetsGetModal .modal-body {
    padding: 0;
    border: 0;
    border-radius: 0 !important;
}

.LetsGetModal .modal-content {
    border-radius: 0;
    border: 0;
}

.ban-form input {
    height: 48px;
    margin-bottom: 13px;
    font-size: 14px;
}

.form__banner {
    padding: 0 20px;
}

.ban-form textarea {
    width: 100%;
    height: 150px;
    border-radius: 5px;
    border: 1px solid #d4d4d4;
    padding: 15px 12px;
    font-size: 14px;
    margin-bottom: 20px;
}

.submitbtn input {
    width: 100%;
    border: 0;
    font-size: 18px;
    border-radius: 5px;
    background-color: var(--primary_color);
    /*background: linear-gradient(119deg, #00AD76 0%, #72C674 100%);*/
}

.overlay_popup {
    position: absolute;
    width: 100%;
    top: 0;
    padding: 20px;
    align-items: flex-end;
}

    .overlay_popup h5 {
        font-size: 26px;
    }

.modal-header .close {
    padding: 0 !important;
}

.portfolio__img__sec {
    margin-bottom: 30px;
}

.main-thankyou-sec h1 {
    color: var(--black);
    font-size: 59px;
    margin-bottom: 15px;
    font-weight: 600;
}

.main-thankyou-sec p.subtitle {
    color: var(--black);
    line-height: 1.4;
    font-size: 21px;
    font-weight: 300;
    padding: 5px 0 30px;
}

.thanks_img img {
    width: 40% !important;
    margin-bottom: 10px;
    height: auto !important;
}

.ban-form h4 {
    font-size: 1.7rem;
    margin-bottom: 20px;
    font-weight: 700;
}

    .ban-form h4 span {
        color: var(--primary_color);
    }

@media (max-width: 1024px) {
    .LetsGetModal .modal-dialog {
        max-width: 767px;
        position: relative;
    }

    .LetsGetModal .modal-body {
        position: relative;
        display: flex;
        justify-content: flex-end;
    }

    .LetsGetModal .modal-dialog .leftImgBox {
        display: none;
    }

    .LetsGetModal .modal-dialog .modalForm {
        width: 100%;
    }
}

.packages_box_sec {
    border-radius: 13px;
    background: var(--white);
    padding: 30px 20px;
    box-shadow: 0 6px 14.25px 0.75px rgb(0 0 0 / 17%);
    transition: 0.2s ease-in-out;
    margin-top: 40px;
    margin-bottom: 10px;
}

.btn_packages_sec a:hover,
.packages_Sec_main {
    background: var(--light_blue);
}

.packages_box_sec h3 {
    text-align: center;
    color: #000;
    font-size: 19px;
    font-weight: 900;
}

.packages_box_sec h5 {
    display: block;
    color: var(--secondary_color);
    font-weight: 900;
    font-size: 35px;
    margin-bottom: 5px;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.packages_box_sec h6.cutprice {
    text-decoration: line-through;
    display: block;
    font-size: 23px;
    padding-left: 10px;
    color: var(--pink);
    font-weight: 400;
}

.packages_cardBody p {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
    text-align: center;
    display: block;
}

.packages_cardBody ul li {
    color: #000;
    font-size: 16px;
    padding-bottom: 8px;
    font-weight: 400;
    padding-left: 25px;
    word-break: break-word;
    position: relative;
}

    .packages_cardBody ul li:before {
        content: "\f058";
        width: 18px;
        height: 18px;
        position: absolute;
        top: 0;
        left: 0;
        background-size: cover;
        font-family: "Font Awesome 5 Pro";
        color: var(--secondary_color);
    }

.packages_cardBody ul {
    width: 100%;
    height: 278px;
    overflow-y: scroll;
    padding-top: 1rem;
}

    .packages_cardBody ul::-webkit-scrollbar {
        width: 5px;
        background: rgb(217 216 216);
        border-radius: 10px;
    }

    .packages_cardBody ul::-webkit-scrollbar-thumb {
        background: var(--secondary_color);
        border-radius: 10px;
    }

.btn_packages_sec a {
    background: var(--pink);
    padding: 17px 40px;
    display: inline-block;
    width: 100%;
    text-align: center;
    color: var(--white);
    font-size: 18px;
    border-radius: 10px;
    cursor: pointer;
}

.btn_packages {
    padding-top: 20px;
}

.pricing__sec__main .slick-next,
.pricing__sec__main .slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 45px;
    height: 45px;
    padding: 0;
    cursor: pointer;
    color: #fff;
    border: none;
    outline: 0;
    background: var(--primary_color);
    z-index: 100;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 100%;
}

.pricing__sec__main .slick-next {
    right: -60px;
}

.pricing__sec__main .slick-prev {
    right: auto;
    left: -60px;
}

    .pricing__sec__main .slick-next:before,
    .pricing__sec__main .slick-prev:before {
        font-family: "Font Awesome 5 Pro";
        font-size: 26px;
    }

.pricing_sec_main .container {
    max-width: 1170px;
}

.review__img img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
}

.review_auth .review__img {
    flex: 0 0 10%;
}

header.main_header {
    position: sticky;
    top: 0;
    z-index: 999;
    background: #ffff;
}

    header.main_header.lp-header {
        padding: 15px 0;
    }

header.navbar-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    background-color: var(--secondary_color);
}

.dropbtn {
    color: #000;
    font-size: 13px;
    border: none;
    padding: 20px 22px;
    font-weight: 500;
    cursor: pointer;
    background: 0 0;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    width: 250px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    z-index: 1;
    left: 0;
}

    .dropdown-content a {
        color: #000;
        padding: 12px 16px;
        display: block;
    }

    .dropdown-content ul li {
        flex: 0 0 33%;
        border: 1px solid #dbd6d6;
        border-left: 0;
        border-top: 0;
    }

        .dropdown-content ul li i {
            color: #025259;
            font-size: 14px;
        }

.dropbtn:after {
    content: "";
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    width: 100%;
    height: 73px;
    top: 44%;
    background-size: 100%;
    right: 3%;
    max-width: 12px;
}

.dropdown-content ul li:hover {
    background: var(--primary_color);
    color: var(--white);
}

.thank_you_img img {
    filter: brightness(100) invert(0);
}

.thanks_btnsz button {
    background: #48bac4;
    border: none;
    font-size: 18px;
    width: 170px;
    height: 55px;
    margin: 0 5px;
    color: #fff;
    font-weight: 200;
}

    .thanks_btnsz button:nth-child(2) {
        background: #fff;
        color: #000;
    }

    .thanks_btnsz button:hover {
        background: #0d2038 !important;
        color: #fff;
    }

.about__img__hire img {
    width: 100%;
    margin: 0 auto;
    position: relative;
    left: 0;
    top: 0;
}

.box {
    border-radius: 5px;
    background: #f9f9f9;
    padding: 40px 20px;
    margin: 0 0;
    height: 100%;
}

    .box h3 {
        font-size: 20px;
        margin: 20px 0px 15px;
        font-weight: 700;
    }

    .box p {
        color: #6b6b6b;
        font-size: 14px;
        margin: 0;
        line-height: 1.6;
    }

.services__sec__main .center__content__sec h2 {
    margin-bottom: 90px;
}

section.services__sec__main a {
    padding: 20px 30px;
    margin: 30px auto 0;
    display: table;
    display: inline-block;
    border-radius: 5px;
    font-size: 16px;
    color: var(--white) !important;
    background: linear-gradient(119deg, #00ad76 0%, #72c674 100%);
}

.polish__cta.pd-3 p {
    color: #fff;
    font-size: 16px;
    line-height: 1.8;
}

.why__choose__Sec .expert_img {
    display: none;
}

.choose__img__sec img {
    position: relative;
    left: 0;
    width: 100%;
}

.choose_content ul li {
    position: relative;
}

    .choose_content ul li:after {
        position: absolute;
        content: "";
        background-image: url("../images/check.png");
        background-size: cover;
        background-repeat: no-repeat;
        height: 20px;
        width: 20px;
        left: 0;
        top: 5px;
    }

.team__sec__main .center__content__sec h2:after,
.web__content__sec h2:after {
    background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
}


.boxs:after {
    position: absolute;
    content: "";
    background-image: url("../img/icons/quote-icon.png");
    background-size: cover;
    background-repeat: no-repeat;
    width: 25px;
    height: 15px;
    top: 25px;
    left: 30px;
}

.boxs {
    border-radius: 12px;
    background: transparent;
    padding: 80px 30px 40px;
    position: relative;
}

    .boxs:hover {
        background-color: #fff;
        box-shadow: 0px 0 30px 0px rgba(0, 0, 0, 0.09);
    }

    .boxs h3 {
        color: #2e2a2a;
        font-size: 20px;
        margin: 0 0 15px;
        font-weight: 600;
    }

    .boxs p {
        color: #6b6b6b;
        font-family: "Poppins", sans-serif;
        font-size: calc(15px + (22 - 15) * (100vw - 320px) / (1920 - 320));
        line-height: 1.7;
        font-weight: 300;
        margin-bottom: 20px;
    }

.box-div {
    display: flex;
    column-gap: 15px;
    align-items: center;
}

.boxs .box-div p {
    font-size: calc(13px + (18 - 13) * (100vw - 320px) / (1920 - 320));
    text-transform: uppercase;
    color: #868686;
    font-weight: 500;
}

    .boxs .box-div p span {
        text-transform: capitalize;
        color: #606060;
        font-weight: 300;
        display: block;
    }


.review__Sec__main h2 {
    margin: 0 0 90px;
}

.second__cta__sec .choose_content h2:after,
.first__Cta__sec h2:after {
    left: 0;
    right: 0;
    margin: 0 auto;
}

section.second__cta__sec p {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    max-width: 70%;
    margin: 0 auto 20px;
}

.faq_sec_main .card-body,
.privacy_content p {
    color: #6b6b6b;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    line-height: 1.7;
}

.contact__sec__tab .img-box img {
    width: 100%;
}

.contact__form__sec ul {
    column-count: 2;
}

    .contact__form__sec ul li {
        color: #00ad76;
        font-family: "Poppins", sans-serif;
        font-size: 16px;
        column-gap: 10px;
        align-items: center;
    }

.butn-des {
    display: flex;
    column-gap: 18%; /*Percentage has been changed from 27%*/
    margin-top: 15px;
    margin-bottom: 30px;
}

    .butn-des a {
        color: #2e2a2a;
        font-family: "Poppins", sans-serif;
        font-size: 18px;
    }

.contact__form__sec ul li i {
    margin-right: 10px;
}

.services__sec__main .center__content__sec h2:after {
    left: 0;
    transform: 0;
    right: 0;
    margin: 0 auto;
}

.contact__form__sec input,
.contact__form__sec textarea {
    height: 60px;
    border: 0;
    font-size: 16px;
    margin-bottom: 20px;
    width: 100%;
    border-radius: 5px;
    background: #f9f9f9;
    padding: 0 20px;
}

.contact__form__sec textarea {
    min-height: 150px;
    padding-top: 20px;
}

.contact__form__sec button {
    display: inline-block;
    border-radius: 5px;
    font-size: 16px;
    color: var(--white) !important;
    cursor: pointer;
    padding: 20px 30px;
    border: 2px solid;
    margin: 10px 0 0;
    background-color: #5fbe75;
    /*background: linear-gradient(119deg, #00AD76 0%, #72C674 100%);*/
}

.contact__sec .center__content__sec h2:after {
    left: 0 !important;
    margin: 0;
}

section.polish__cta .second__cta__sec .choose_content h2:after,
.first__Cta__sec h2:after {
    left: 0;
    margin: 0;
}

.second__cta__sec
section.polish__cta
.second__cta__sec
.choose_content
h2:after,
.first__Cta__sec h2:after {
    left: 0;
    right: 0;
    margin: 0 auto;
}

.polish__cta
.second__cta__sec
section.polish__cta
.second__cta__sec
.choose_content
h2:after,
.first__Cta__sec h2:after {
    left: 0;
    margin: 0;
}

section.second__cta__sec
.polish__cta
.second__cta__sec
section.polish__cta
.second__cta__sec
.choose_content
h2:after,
.first__Cta__sec h2:after {
    left: 0;
    right: 0;
    margin: 0 auto;
}

.polish__cta
section.second__cta__sec
.polish__cta
.second__cta__sec
section.polish__cta
.second__cta__sec
.choose_content
h2:after,
.first__Cta__sec h2:after {
    left: 0;
    margin: 0;
}

.second__cta__sec
.first__Cta__sec
.polish__cta
section.second__cta__sec
.polish__cta
.second__cta__sec
section.polish__cta
.second__cta__sec
.choose_content
h2:after,
.first__Cta__sec h2:after {
    left: 0;
    margin: 0 auto;
}

.banner__badge__icon {
    display: none;
}

.faq_sec_main {
    padding-bottom: 0px !important;
}

.soc-icon ul {
    display: inline-flex;
    column-gap: 12px;
}

    .soc-icon ul li a i {
        display: flex;
        justify-content: center;
        align-items: center;
        background: white;
        height: 42px;
        width: 42px;
        font-size: 17px;
        border-radius: 40px;
        color: #12b176;
    }

.banner__form__head p span {
    color: white;
}

section.polish__cta.pd-3
.second__cta__sec
.first__Cta__sec
.polish__cta
section.second__cta__sec
.polish__cta
.second__cta__sec
section.polish__cta
.second__cta__sec
.choose_content
h2:after,
.first__Cta__sec h2:after {
    left: 0;
    margin: 0;
}

section.second__cta__sec .first__Cta__sec h2:after {
    left: 0;
    margin: 0 auto;
}

.banner_form_btn button:hover {
    color: black !important;
}

section.why__choose__Sec h5 {
    color: #00ad76;
}

.services__sec__main {
    padding-bottom: 80px !important;
}

section.why__choose__Sec.padding__90.pb-0 {
    padding-bottom: 90px !important;
}

.banner__content p br {
    display: none;
}

.process__box__sec:hover {
    filter: none !important;
}

.faq_sec_main.padding__90 .show {
    background: rgb(2 174 119 / 18%);
}

.web__btn ul li a:hover {
    background: #f29325;
}

.contact__form__sec button:hover {
    background: #f29325;
}

section.services__sec__main a:hover {
    background: #f29325;
}

.btn__top a:hover {
    background: #f29325 !important;
}

@media (max-width: 1600px) {
    .butn-des {
        column-gap: 24%;
    }

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1400px;
    }

    .web__content__sec h2 {
        font-size: 32px;
        line-height: 45px;
        margin-bottom: 15px;
    }

    .about__img__hire img {
        width: 100%;
    }

    .about__img__hire {
        position: relative;
        left: 0;
    }

    .service_box span,
    .web__content__sec p {
        font-size: 17px;
    }

    .first__Cta__sec h2 {
        font-size: 50px;
    }

    .first__Cta__sec p {
        font-size: 23px;
    }

    .choose_content h2 {
        font-size: 48px;
    }

    .choose__img__sec img {
        position: relative;
        left: -90px;
        width: 660px;
    }

    .expert_img img {
        width: auto !important;
    }

    .choose_content ul li {
        display: block;
        font-size: 18px;
        padding-bottom: 15px;
    }

    .choose_content {
        position: relative;
        top: -30px;
    }

    .why__choose__Sec .web__btn {
        padding: 0 !important;
        position: relative;
        top: -20px;
    }

    .review_img__sec.slick-slide img {
        width: 960px !important;
        position: relative;
        left: -150px;
    }

    .contact__det ul li a,
    .contact__det ul li p {
        font-size: 16px;
    }

    .about__lft__img img {
        width: 750px;
    }

    .about__lft__img {
        position: relative;
        left: -80px;
    }

    .exp_box p {
        font-size: 16px !important;
    }

    .process__det h4 {
        font-size: 21px;
    }

    .third__Cta__content {
        padding: 70px 40px 50px;
    }
}

@media (max-width: 1440px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1300px;
    }

    .pricing_sec_main .container {
        max-width: 1080px;
    }

    .btn__top ul li a {
        padding: 15px 20px;
        font-size: 15px;
    }

    .top__content p {
        font-size: 15px;
    }

    .top_number ul li a {
        color: var(--primary_color);
        font-size: 14px;
    }

    .banner__content h1 {
        font-size: 46px;
    }

    .web__content__sec h2 {
        font-size: 35px;
        line-height: 50px;
    }

    .about__img__hire img {
        width: 740px;
    }

    .about__img__hire {
        position: relative;
        left: -80px;
    }

    .exp_box {
        padding: 20px 14px;
    }

        .exp_box p {
            font-size: 15px !important;
        }

        .exp_box span {
            font-size: 22px;
        }

    .center__content__sec h2 {
        font-size: 45px;
        line-height: 60px;
    }

    .step__box__sec h3,
    .third__content p {
        font-size: 18px;
    }

    .step__box__sec {
        padding: 30px 20px;
    }

    .choose__img__sec img {
        position: relative;
        left: -50px;
        width: 610px;
    }

    .expert_img {
        position: absolute;
        bottom: 30px;
        right: -60px;
    }

        .expert_img img {
            width: 220px !important;
        }

    .choose_content h2 {
        font-size: 40px;
    }

    .choose_content ul li {
        display: block;
        font-size: 17px;
        padding-bottom: 15px;
        line-height: 27px;
    }

    .review_img__sec.slick-slide img {
        width: 910px !important;
    }

    .first__Cta__sec h2 {
        font-size: 45px;
    }

    .first__Cta__sec p {
        font-size: 22px;
        line-height: 35px;
    }

    .faq_sec_main .card-body {
        font-size: 15px;
        line-height: 25px;
    }

    .third__content h4 {
        color: var(--white);
        font-size: 24px;
        line-height: 34px;
    }

    .number__third_sec a {
        font-size: 26px;
    }

    .head_list_contact h6,
    .head_list_contact h6 a {
        font-size: 25px;
    }

    .copy_text p,
    .service_box span {
        font-size: 16px;
    }

    .term__links ul li a {
        font-size: 17px;
    }

    .first__cta__img img {
        width: 670px;
    }

    .about__lft__img img {
        width: 680px;
    }

    .about__lft__img {
        width: 100%;
    }

    .web__content__sec p {
        font-size: 16px;
        line-height: 28px;
    }

    .footer__head h5 {
        font-size: 20px;
    }

    .packages_cardBody ul li {
        font-size: 13px;
        line-height: 20px;
    }
}

@media (max-width: 1366px) {
    .butn-des {
        column-gap: 19%;
    }

    .second__cta__sec {
        padding: 70px 0;
    }

    .boxs:after {
        width: 50px;
        height: 40px;
        top: 0;
        left: 20px;
    }

    .center__content__sec p {
        font-size: 16px;
        line-height: inherit;
        margin: 0 auto 20px;
    }

    .services__sec__main {
        padding-bottom: 60px !important;
    }

    section.contact__sec.padding__90 {
        padding-top: 10px !important;
    }

    .review__Sec__main h2 {
        margin: 0 0 70px;
    }

    .services__sec__main .center__content__sec h2 {
        margin-bottom: 70px;
    }

    section.second__cta__sec p {
        font-size: 16px;
        max-width: 80%;
        margin: 0 auto 20px;
    }

    .portfolio__img__sec {
        margin-bottom: 0px;
    }

    .box-div p {
        margin: 0 !important;
    }

    .choose__img__sec img {
        position: relative;
        left: 0;
        width: 100%;
    }

    section.services__sec__main a {
        margin: 15px auto 0;
    }

    .box h3 {
        font-size: 20px;
        margin: 20px 0px 15px;
    }

    .box p {
        font-size: 14px;
    }

    .box {
        padding: 40px 20px;
        margin: 0 0 20px;
        min-height: 330px;
    }

    .boxs h3 {
        font-size: 18px;
        margin: 0 0 10px;
    }
    /*.step__box__sec {
    height: 280px;
}*/
    .boxs {
        padding: 55px 16px 30px;
    }

        .boxs p {
            font-size: 14px;
            line-height: inherit;
            margin-bottom: 20px;
        }

    .choose_content {
        position: relative;
        top: 0;
    }

        .choose_content ul li {
            font-size: 16px;
        }

    .why__choose__Sec .web__btn {
        padding: 0 !important;
        position: relative;
        top: 10px;
    }

    .exp_box {
        min-height: 170px;
    }

    .padding__90 {
        padding: 60px 0 60px;
    }

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1200px;
    }

    .pricing_sec_main .container {
        max-width: 1060px;
    }

    .banner__content h1,
    .center__content__sec h2 {
        font-size: 40px;
        line-height: 50px;
    }

    .banner__form__head p {
        font-size: 24px;
        line-height: 32px;
    }

    .about__img__hire img {
        width: 100%;
        left: 0;
    }

    .about__img__hire {
        position: relative;
        left: 0;
    }

    .web__content__sec h2 {
        font-size: 32px;
        line-height: 45px;
    }

    .exp_box p {
        font-size: 14px !important;
    }

    .exp_box span {
        font-size: 20px;
    }

    .web__btn ul li a {
        padding: 15px 25px;
        font-size: 14px;
    }

    .step__box__sec p {
        font-size: 13px;
        line-height: 26px;
    }

    .packages_box_sec h3,
    .step__box__sec h3,
    .third__content p {
        font-size: 17px;
    }

    .portfolio__tab ul li a {
        padding: 10px 20px;
    }

    .choose_content h2 {
        font-size: 35px;
    }

    .review_img__sec.slick-slide img {
        width: 830px !important;
        left: -130px;
    }

    .first__Cta__sec h2 {
        font-size: 35px;
    }

    .first__Cta__sec p {
        font-size: 20px;
        line-height: 32px;
    }

    .faq_sec_main .card-header button,
    .packages_cardBody p,
    .service_box span {
        font-size: 14px;
    }

    .third__content h4 {
        font-size: 21px;
        line-height: 30px;
    }

    .number__third_sec a {
        font-size: 24px;
    }

    .btn__cta ul li a {
        padding: 21px 30px;
        font-size: 16px;
    }

    .contact__det ul li span,
    .footer__links ul li a,
    .term__links ul li a {
        font-size: 16px;
    }

    .overlay__team h5 {
        font-size: 20px;
        padding-bottom: 0;
    }

    .overlay__team span,
    .process__det h4 {
        font-size: 18px;
    }

    footer {
        padding: 70px 0 0;
    }

    .center__content__sec h5 {
        font-size: 21px;
    }

    .service_box {
        padding: 30px 10px;
        height: 220px;
    }

    .first__cta__img img {
        width: 610px;
    }

    ul#nav li a {
        padding: 31px 12px 28px;
    }

    .process__det p {
        font-size: 14px;
        line-height: 27px;
    }

    .privacy_content h2 {
        font-size: 34px;
    }

    .ban-form input {
        height: 60px;
    }

    .ban-form textarea {
        height: 130px;
    }

    .packages_box_sec h5 {
        font-size: 27px;
    }

    .packages_box_sec {
        padding: 30px 15px;
    }

    .packages_cardBody ul {
        width: 100%;
        height: 288px;
    }
}

@media (max-width: 1200px) {
    .banner__badge__icon ul li img {
        width: 100% !important;
    }

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1130px;
    }

    .copy_text p,
    .service_box span,
    .term__links ul li a,
    .top__content p {
        font-size: 14px;
    }

    .top_number ul li a {
        font-size: 13px;
    }

    .btn__top ul li a {
        padding: 14px 17px;
        font-size: 14px;
    }

    .banner__content h1 {
        font-size: 36px;
        line-height: 45px;
    }

    .banner__form__head p {
        font-size: 22px;
        line-height: 30px;
    }

    .side-form-group h3,
    .web__content__sec h6 {
        font-size: 16px;
    }

    .banner_form_btn button {
        padding: 12px 22px;
        font-size: 15px;
    }

    .thanks_btnsz button {
        width: 100px !important;
    }

    .thank_you_img img {
        width: 100%;
    }

    .about__img__hire img {
        width: 580px;
    }

    .about__img__hire {
        position: relative;
        left: -20px;
    }

    .web__content__sec h2 {
        font-size: 27px;
        line-height: 37px;
    }

    .exp_box p {
        font-size: 13px !important;
    }

    .center__content__sec h2 {
        font-size: 35px;
        line-height: 45px;
    }

    .service_box {
        padding: 30px 5px;
        height: 200px;
    }

        .service_box img {
            margin: 0 auto 20px;
            width: 30%;
        }

    .first__cta__img img {
        width: 550px;
    }

    .choose_content h2 {
        font-size: 32px;
    }

    .choose_content ul li {
        display: block;
        font-size: 16px;
        padding-bottom: 15px;
        line-height: 25px;
    }

    .choose__img__sec img {
        position: relative;
        left: -30px;
        width: 550px;
    }

    .expert_img {
        position: absolute;
        bottom: 40px;
        right: -40px;
    }

        .expert_img img {
            width: 180px !important;
        }

    .review_img__sec.slick-slide img {
        width: 760px !important;
        left: -110px;
    }

    .first__Cta__sec h2 {
        font-size: 35px;
    }

    .first__Cta__sec p {
        font-size: 18px;
        line-height: 34px;
    }

    .center__content__sec p,
    .head_list_contact a,
    .head_list_contact p {
        font-size: 18px;
    }

    .faq_sec_main .card-header button {
        font-size: 15px;
        white-space: unset;
    }

    .third__content h4 {
        font-size: 19px;
        line-height: 30px;
    }

    .number__third_sec a {
        font-size: 22px;
    }

    .contact__det ul li a,
    .contact__det ul li p,
    .footer__links ul li a {
        font-size: 15px;
    }

    .footer__content p {
        font-size: 13px;
        line-height: 26px;
    }

    .btn__form button {
        padding: 18px 40px;
        font-size: 17px;
    }

    .review__content__Sec p {
        font-size: 15px;
        line-height: 28px;
    }

    .review__head h3 {
        font-size: 35px;
        font-weight: 700;
    }

    .banner__content h6 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .portfolio__tab ul li a {
        padding: 8px 17px;
        font-size: 14px;
    }

    .first__Cta__sec h6 {
        font-size: 20px;
    }

    .about__lft__img img {
        width: 570px;
    }

    .about__lft__img {
        position: relative;
        left: -25px;
    }
}

@media (max-width: 1100px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1040px;
    }

    .banner__content h1 {
        font-size: 26px;
        line-height: 36px;
    }

    .banner__form__head p {
        font-size: 18px;
        line-height: 25px;
    }

    .contact__det ul li a,
    .contact__det ul li p,
    .side-form-group h3,
    .web__content__sec h6 {
        font-size: 14px;
    }

    .banner__badge__icon ul li img {
        width: 70% !important;
    }

    .about__img__hire img {
        width: 539px;
    }

    .web__content__sec h2 {
        font-size: 20px;
        line-height: 30px;
    }

    .exp_box {
        padding: 16px 10px;
    }

        .exp_box p {
            font-size: 12px !important;
            font-weight: 500;
        }

        .exp_box img {
            width: 30px;
        }

    .center__content__sec h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .center__content__sec h5 {
        font-size: 16px;
    }

    .step__box__sec h3,
    .third__content p {
        font-size: 15px;
    }

    .choose__img__sec img {
        position: relative;
        left: -30px;
        width: 490px;
    }

    .choose_content h2 {
        font-size: 25px;
    }

    .choose_content ul li {
        display: block;
        font-size: 15px;
        padding-bottom: 15px;
        line-height: 24px;
    }

    .review_img__sec.slick-slide img {
        width: 700px !important;
        left: -110px;
    }

    .first__Cta__sec h2 {
        font-size: 30px;
    }

    .first__Cta__sec p {
        font-size: 17px;
        line-height: 30px;
    }

    .faq_sec_main .card-header {
        padding: 20px 10px;
    }

    .third__content h4 {
        font-size: 17px;
        line-height: 26px;
    }

    .number__third_sec a {
        font-size: 20px;
    }

    .btn__cta ul li a {
        padding: 19px 25px;
        font-size: 15px;
    }

    ul#nav li a {
        padding: 31px 14px 28px;
        font-size: 13px;
    }

    .btn__top ul li a {
        padding: 14px 17px;
        font-size: 13px;
    }

    .web__content__sec p {
        font-size: 14px;
        line-height: 25px;
        font-weight: 400;
    }

    .first__cta__img img {
        width: 450px;
    }

    .about__lft__img img {
        width: 500px;
    }

    .about__lft__img {
        position: relative;
        left: -5px;
    }

    .navbar li.nav-item.dropdown .dropdown-menu {
        max-width: 874px;
    }

    ul#nav li .megamenu li a strong {
        font-size: 13px;
    }

    .process__det p {
        font-size: 13px;
        line-height: 24px;
    }

    .process__box__sec {
        padding: 20px;
    }

    .process__icon img {
        width: 45px;
    }

    .privacy_content p {
        font-size: 15px;
        line-height: 28px;
    }

    .privacy_content h2 {
        font-size: 27px;
    }

    .packages_box_sec h5 {
        font-size: 21px;
    }
}

@media (max-width: 1024px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 980px;
    }

    .pricing_sec_main .container {
        max-width: 920px;
    }

    .contact__det ul li a,
    .contact__det ul li p,
    .copy_text p,
    .top__content p {
        font-size: 13px;
    }

    .top_number ul li {
        padding: 0 0 0 20px;
    }

    .banner__content h1 {
        font-size: 23px;
        line-height: 28px;
    }

    .about__img__hire img {
        width: 517px;
    }

    .web__content__sec h2 {
        font-size: 20px;
        line-height: 27px;
    }

    .exp_box p {
        font-size: 11px !important;
        font-weight: 500;
        color: #000;
    }

    .footer__links ul li a,
    .step__box__sec h3,
    .third__content p {
        font-size: 14px;
    }

    .step__box__sec {
        padding: 20px 15px;
    }

        .step__box__sec p {
            font-size: 13px;
            line-height: 22px;
        }

    .portfolio__tab ul li a {
        padding: 8px 15px;
        font-size: 13px;
    }

    .first__Cta__sec h6 {
        font-size: 17px;
    }

    .first__Cta__sec h2 {
        font-size: 26px;
    }

    .first__Cta__sec p {
        font-size: 16px;
        line-height: 30px;
        font-weight: 400;
    }

    .review__content__Sec p {
        font-size: 14px;
        line-height: 27px;
    }

    .number__third_sec a {
        font-size: 18px;
    }

    .btn__cta ul li a {
        padding: 17px 20px;
        font-size: 15px;
    }

    .third__content h4 {
        font-size: 16px;
        line-height: 26px;
    }

    .head_list_contact h6,
    .head_list_contact h6 a {
        font-size: 19px;
    }

    .footer__head h5 {
        font-size: 17px;
        padding-bottom: 10px;
    }

    .center__content__sec p {
        font-size: 17px;
        width: 80%;
        line-height: 28px;
        margin: 0 auto;
    }

    .btn__top ul li a {
        padding: 14px 13px;
        font-size: 13px;
    }

    .review_img__sec.slick-slide img {
        width: 660px !important;
        left: -100px;
    }
}

@media (max-width: 992px) {
    .banner__sec__main .carousel-caption {
        position: relative;
    }

    .top_number {
        padding-right: 45px;
    }

    img.banner__img,
    img.inner__banner__img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        background-size: cover;
        position: absolute;
    }

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 950px;
    }

    .about__img__hire img {
        width: 486px;
    }

    .web__content__sec .row.pt-4 .col-sm-4 {
        /* padding-right: 0 */
    }

    .top__content p,
    .top_number ul li a {
        font-size: 12px;
    }

    .center__content__sec h2 {
        font-size: 28px;
        line-height: 35px;
    }

    .web__btn ul li a {
        padding: 12px 20px;
        font-size: 14px;
    }

    .second__cta__sec {
        background-position: center;
    }

    .about__lft__img img {
        width: 100%;
    }

    .navbar li.nav-item.dropdown .dropdown-menu {
        max-width: 800px;
    }

    .select__opt__Sec input[type="checkbox"] + label {
        font-size: 12px;
        line-height: 18px;
    }

        .select__opt__Sec input[type="checkbox"] + label:before {
            width: 22px;
            height: 22px;
            font-size: 13px;
        }

    .banner__form__head p {
        font-size: 36px;
        line-height: 45px;
    }

    .banner__content h6 {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .contact__form__sec .butn-des {
        flex-direction: column;
    }

        .contact__form__sec .butn-des a {
            font-size: 15px;
            line-height: 24px;
        }

    .center__content__sec p {
        font-size: 14px;
        line-height: 1.3;
        width: 100%;
    }

    .box {
        padding: 40px 20px;
        margin: 0 0 20px;
        text-align: center;
        min-height: inherit;
    }

    .polish__cta.pd-3 p {
        font-size: 14px;
        line-height: 1.4;
    }

    .app-container {
        display: block;
    }

    .inner__banner .banner__content br,
    .modal__img__sec,
    nav.navbar {
        display: none;
    }

    .mobile-nav-btn span {
        top: 0;
    }

    .mobile-nav-btn {
        display: block;
        z-index: 99999;
        top: 10%;
        position: absolute;
    }

        .mobile-nav-btn.active {
            right: 2%;
            z-index: 999999999;
            top: 0;
            position: fixed;
        }

    .padding__90 {
        padding: 30px 0;
    }
}

@media (max-width: 768px) {
    .social__icon {
        margin-bottom: 50px;
    }

    .exp_box {
        text-align: center;
    }

    .banner__content,
    .copy_text,
    .term__links ul,
    .top_number ul {
        text-align: left;
    }

    .top_header .col-sm-6 {
        max-width: 100%;
        flex: 100%;
        text-align: center;
    }

    .about__img__hire,
    .about__lft__img,
    .banner__form__sec,
    .choose__img__sec,
    .first__cta__img,
    .mission__img__sec,
    header .col-sm-2 {
        display: none;
    }

    header .col-sm-7 {
        max-width: 70%;
        flex: 70%;
    }

    .about__tab .col-sm-6,
    .banner__sec__main .col-sm-7,
    .faq_sec_main .col-sm-6,
    .mission__sec__main .col-sm-6,
    .polish__cta .col-sm-6,
    .who__we__sec .col-sm-6,
    .why__choose__Sec .col-sm-6,
    footer .col-sm-6 {
        max-width: 100%;
        flex: 100%;
    }

    .step__sec__main .col-sm-3 {
        max-width: 50%;
        flex: 50%;
        margin-bottom: 30px;
    }

    .portfolio__tab ul li a {
        padding: 8px 24px;
        font-size: 13px;
        margin-bottom: 10px;
    }

    .services__sec__main .col-sm-2.p-0 {
        max-width: 33%;
        flex: 33%;
    }

    .row.second__links .col-sm-2:nth-child(odd) .service_box {
        background: #e8fdff;
    }

    .row.second__links .col-sm-2:nth-child(2n) .service_box {
        background: #fff;
    }

    .polish__cta {
        padding: 50px 0;
    }

    .why__choose__Sec {
        padding: 70px 0 !important;
    }

    .choose_content {
        position: relative;
        top: 0;
    }

    .why__choose__Sec .web__btn {
        padding: 0 !important;
        position: relative;
        top: 0;
    }

    .review_img__sec.slick-slide img {
        width: 510px !important;
        left: -80px;
    }

    .review__content__Sec p {
        font-size: 13px;
        line-height: 25px;
    }

    .review__head h3 {
        font-size: 30px;
        font-weight: 700;
    }

    .first__Cta__sec p {
        font-size: 15px;
        line-height: 28px;
    }

    .third__Cta__content {
        padding: 70px 20px 50px;
        margin: 0;
    }

    .LetsGetModal .modal-dialog {
        max-width: 650px;
    }

    .ban-form input {
        height: 45px;
    }

    .form__banner {
        padding: 50px 20px;
    }

    .ban-form textarea {
        height: 100px;
    }

    .pricing_sec_main .col-sm-3,
    footer .col-sm-3 {
        max-width: 50%;
        flex: 50%;
    }

    .footer__content {
        padding-bottom: 30px;
    }

    footer {
        padding: 70px 0 0;
    }

    .footer__content p {
        font-size: 14px;
        line-height: 28px;
        padding-bottom: 0;
        width: 100%;
    }

    .term__links ul {
        padding-top: 20px;
    }

    .head_list_contact a,
    .head_list_contact p {
        font-size: 16px;
    }

    .head_list_contact h6,
    .head_list_contact h6 a {
        font-size: 17px;
    }

    .navbar li.nav-item.dropdown .dropdown-menu {
        max-width: 660px;
        left: 50px;
        margin-top: 153px;
    }

    .web__content__sec.pl-4 {
        padding-left: 0 !important;
    }

    .inner__banner .web__btn.pt-5 {
        padding-top: 10px !important;
    }

    .privacy_content p {
        font-size: 14px;
        line-height: 25px;
    }

    .privacy_content h2 {
        font-size: 20px;
    }

    .privacy_content h4 {
        font-size: 1.3rem;
    }

    .privacy_content ul li {
        font-size: 15px;
        line-height: 24px;
    }

    .packages_box_sec {
        padding: 30px 15px;
        margin-bottom: 10px;
    }

    header .btn__top {
        display: none;
    }

    .banner__content h1 {
        font-size: 21px;
        line-height: 20px;
    }

    .center__content__sec h2 {
        font-size: 25px;
        line-height: 28px;
    }

    .banner__content h1 {
        font-size: 21px;
        line-height: 26px;
    }
}

@media (max-width: 576px) {
    .Process__sec .col-sm-4,
    .pricing_sec_main .col-sm-4,
    header .col-sm-3 {
        max-width: 50%;
        flex: 50%;
    }

    .banner-formInner .col-sm-6 {
        max-width: 100%;
        flex: 100%;
        padding: 30px 50px;
    }

    .LetsGetModal .modal-dialog {
        max-width: 460px;
    }

    .ban-form h4 {
        font-size: 1.4rem;
    }

    header {
        padding: 25px 0;
    }

    .app-container,
    .banner__form__sec,
    .select__opt__Sec ul li {
        display: block;
    }

    .about__img__hire {
        display: block;
        margin: 30px auto 0;
        text-align: center;
        left: 0;
    }

    .about__tab {
        padding-bottom: 0;
    }

    .about__img__hire img {
        width: 100%;
        display: none;
    }

    .about__tab .row,
    .who__we__sec .row,
    .why__choose__Sec .row {
        flex-direction: column-reverse;
    }

        .about__tab .row.pt-4,
        .web__content__sec .row.pt-4 {
            flex-direction: unset;
        }

    .app-container.active {
        left: 0;
    }

    .banner__sec__main .col-sm-5 {
        max-width: 100%;
        flex: 100%;
        margin-top: 30px;
    }

    img.banner__img {
        height: 910px;
        object-fit: cover;
    }

    .portfolio__tab ul li a {
        padding: 8px 20px;
        font-size: 12px;
        margin-bottom: 10px;
    }

    .center__content__sec h2 {
        font-size: 32px;
        line-height: 38px;
    }

    .choose__img__sec {
        display: none;
        margin-top: 30px;
        text-align: center;
    }

        .choose__img__sec img {
            position: relative;
            left: -50px;
            width: 360px;
            text-align: center;
            margin: 0 auto;
        }

    .why__choose__Sec {
        padding: 50px 0 0 !important;
    }

    .overlay__team {
        padding: 18px;
    }

        .overlay__team h5 {
            font-size: 16px;
            padding-bottom: 0;
        }

        .overlay__team span {
            font-size: 15px;
        }

    .contact__sec .col-sm-6,
    .review__Sec__main .col-sm-6,
    .third__Cta__content .col-sm-3,
    .third__Cta__content .col-sm-6 {
        max-width: 100%;
        flex: 100%;
    }

    .review_img__sec.slick-slide img {
        width: 100% !important;
        left: 0;
    }

    .btn__cta {
        text-align: left;
        margin-top: 40px;
    }

    .center__content__sec p {
        font-size: 17px;
        width: 100%;
        line-height: 28px;
        margin: 0 auto;
    }

    img.inner__banner__img {
        height: 470px;
        object-fit: cover;
    }

    .about__lft__img {
        display: block;
        margin-top: 30px;
    }

    .mission__img__sec {
        display: block;
        margin-bottom: 40px;
        text-align: center;
    }

        .mission__img__sec img {
            width: 80%;
            margin: 0 auto;
        }

        .mission__img__sec:before {
            width: 88%;
            height: 100%;
            left: 34px;
        }

    .vision__sec .mission__img__sec {
        margin-bottom: 0;
        margin-top: 30px;
    }

    .second__cta__sec {
        padding: 60px 0;
        /* margin-top: 50px; */
    }

    .process__det h4 {
        font-size: 16px;
    }

    .expert_img {
        position: absolute;
        bottom: 40px;
        right: 0;
    }

    .main-thankyou-sec h1 {
        color: var(--black);
        font-size: 25px;
    }

    .main-thankyou-sec p.subtitle {
        line-height: 26px;
        font-size: 16px;
        font-weight: 400;
    }

    .banner__content h1 {
        font-size: 20px;
        line-height: 25px;
    }
}

@media (max-width: 450px) {
    .Process__sec .col-sm-4,
    .pricing_sec_main .col-sm-3,
    .pricing_sec_main .col-sm-4,
    footer .col-sm-3 {
        max-width: 100%;
        flex: 100%;
    }

    .LetsGetModal .modal-dialog {
        max-width: 410px;
        margin: 30px auto;
    }

    img.banner__img {
        object-fit: cover;
        height: 1000px;
        object-fit: cover;
    }

    .banner__badge__icon ul li img {
        width: 90% !important;
    }

    .banner__sec__main .carousel-caption .row {
        align-items: flex-start;
    }

    .service_box img {
        margin: 0 auto 20px;
        width: 50%;
        height: 70px;
    }

    .service_box {
        padding: 20px 12px;
        height: 180px;
    }

    .process__box__sec {
        padding: 30px 20px;
        min-height: auto;
    }

    .process__det p {
        font-size: 14px;
        line-height: 24px;
    }

    .choose_content h2 {
        font-size: 19px;
        line-height: 30px;
    }

    .center__content__sec h2 {
        font-size: 24px;
        line-height: 30px;
    }

    .center__content__sec p {
        font-size: 17px;
        width: 100%;
        line-height: 25px;
        margin: 0 auto;
    }

    .web__content__sec p {
        font-size: 13px;
        line-height: 25px;
        font-weight: 400;
    }

    .web__btn.pt-5 {
        padding-top: 10px !important;
        text-align: center;
    }

    .service_box span {
        font-size: 13px;
    }

    .first__Cta__sec p {
        font-size: 13px;
        line-height: 26px;
    }

    .faq_sec_main .card-body {
        font-size: 13px;
        line-height: 23px;
    }

    header .col-sm-3 {
        max-width: 60%;
        flex: 60%;
    }

    .banner__badge__icon {
        margin-bottom: 20px;
    }

    .web__content__sec .row.pt-4 .col-sm-4 {
        max-width: 33%;
        margin-bottom: 30px;
    }

    .step__sec__main .col-sm-3 {
        max-width: 100%;
        flex: 100%;
        margin-bottom: 30px;
    }

    .footer__content img {
        width: 100%;
    }
}

@media (max-width: 390px) {
    .privacy_banner .carousel-item img,
    .service_box {
        height: 180px;
    }

    .footer__content img,
    .review__content__Sec p {
        width: 100%;
    }

    .LetsGetModal .modal-dialog {
        max-width: 360px;
    }

    .banner-formInner .col-sm-6 {
        max-width: 100%;
        flex: 100%;
        padding: 30px 35px;
    }

    .ban-form h4,
    .privacy_content h4 {
        font-size: 1.1rem;
    }

    .web__btn ul li a {
        padding: 12px 13px;
        font-size: 14px;
    }

    .web__btn ul li {
        display: inline-block;
        padding: 0 5px 0 0;
    }

    img.banner__img {
        height: 1080px;
        object-fit: cover;
    }

    .web__content__sec .row.pt-4 .col-sm-4 {
        max-width: 33%;
        margin-bottom: 30px;
    }

    .exp_box span {
        font-size: 24px;
    }

    .exp_box p {
        font-size: 12px !important;
        line-height: 17px;
    }

    .center__content__sec h2 {
        font-size: 17px;
        line-height: 24px;
        margin-bottom: 30px;
    }

    .padding__90 {
        padding: 15px 0;
    }

    .center__content__sec h5,
    .faq_sec_main .card-header button {
        font-size: 14px;
    }

    .service_box {
        padding: 20px 3px;
    }

        .service_box span {
            font-size: 12px;
            line-height: 16px;
        }

    .review__head h3,
    .review__head h4,
    .top__content {
        display: none;
    }

    .first__Cta__sec h2 {
        font-size: 19px;
        line-height: 26px;
    }

    .center__content__sec p {
        font-size: 14px;
        font-weight: 400;
    }

    .privacy_content h2 {
        font-size: 17px;
    }

    .privacy_content p {
        font-size: 13px;
        line-height: 23px;
    }

    .privacy_content ul li {
        font-size: 13px;
        line-height: 22px;
    }

    .mobile-nav {
        width: 70%;
    }

    .row.second__links .col-sm-2:nth-child(odd) .service_box,
    .service_box {
        background: 0 0;
    }

    .services__sec__main .col-sm-2.p-0 {
        max-width: 50%;
        flex: 50%;
    }

    .row.second__links .col-sm-2:nth-child(2) .service_box,
    .row.second__links .col-sm-2:nth-child(3) .service_box,
    .row.second__links .col-sm-2:nth-child(6) .service_box,
    .services__sec__main .row .col-sm-2:first-child .service_box,
    .services__sec__main .row .col-sm-2:nth-child(4) .service_box,
    .services__sec__main .row .col-sm-2:nth-child(5) .service_box {
        background: #e8fdff;
    }

    .row.second__links .col-sm-2:first-child .service_box,
    .row.second__links .col-sm-2:nth-child(4) .service_box,
    .row.second__links .col-sm-2:nth-child(5) .service_box {
        background: #fff;
    }

    .center__content__sec h2:after {
        content: "";
        background: var(--secondary_color);
        width: 190px;
        height: 5px;
        bottom: -15px;
        left: 50%;
        position: absolute;
        border-radius: 50px;
        transform: translate(-50%, 40%);
    }

    .review__slider__Sec.slick-slide {
        margin: 0;
    }

    .review__Sec__main .d-none {
        display: block !important;
    }

    .packages_box_sec h5 {
        font-size: 26px;
    }

    .packages_cardBody ul li {
        font-size: 14px;
        line-height: 21px;
    }
}

@media only screen and (max-width: 1400px) {
    .about__lft__img img {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    header.main_header {
        position: unset;
    }
}

/*Footer*/

/*animation*/

.zoom-image-1 {
    animation: zoom-image-1 8s ease-out infinite;
}

.zoom-image-2 {
    animation: zoom-image-2 8s ease-out infinite;
}

@keyframes zoom-image-1 {
    0% {
        transform: scale(0.98);
        background-color: var(--secondary_color);
    }

    50% {
        transform: scale(1.1);
        background-color: #fff;
    }

    100% {
        transform: scale(0.98);
        background-color: var(--secondary_color);
    }
}

@keyframes zoom-image-2 {
    0% {
        background-color: #fff;
        transform: scale(1.1);
    }

    50% {
        transform: scale(0.98);
        background-color: var(--secondary_color);
    }

    100% {
        transform: scale(1.1);
        background-color: #fff;
    }
}

/*animation ENd*/

/*Mega Menu CSS Start*/

.mega-menu {
    width: 750px; /* Adjust the width as needed */
    left: 50% !important;
    transform: translateX(-50%);
    padding: 0;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 5px 19.11px 1.89px rgba(13, 17, 45, 0.22);
    border: none;
}

.hover-dropdown:focus-visible {
    outline: none !important;
}

.dd-megamenu-holder {
    padding: 0;
}

    .dd-megamenu-holder .row {
        align-items: flex-start;
    }

ul#nav li .dd-megamenu-holder a {
    padding: 15px;
}

.mega-menu .col-md-6 {
    width: 50%; /* Each column takes 50% of the menu width */
}

.icon-menu-list-item {
    display: flex;
    margin-bottom: 0;
    transition: 0.3s ease-in-out;
    border-radius: 10px;
    padding: 10px 0;
}

    .icon-menu-list-item:hover {
        background-color: #edf4fb;
        box-shadow: 0 0 15px #00000042;
    }

.iml-icon {
    flex: 1 0 50px;
    height: 50px;
    max-width: 50px;
    background-color: #edf4fb;
    justify-content: center;
    align-items: center;
    display: flex;
    margin-right: 8px;
    border-radius: 5px;
}

.iml-cont span {
    font-size: 16px;
    color: #141313;
    font-weight: bold;
    display: block;
}

.iml-cont a {
    font-size: 16px;
    color: #141313;
    font-weight: bold;
    display: block;
}

.iml-cont p {
    font-size: 12px;
    margin-bottom: 0px;
    color: #212529;
}

.menu-cta {
    background-color: var(--secondary_color);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 22px;
}

.cta-msnu-title {
    font-weight: 700;
    font-size: 17px;
    display: block;
}

.cta-menu-cont p {
    font-size: 12px;
    margin-bottom: 0;
}

.cta-menu-btn-holder {
    flex: 0 0 280px;
    max-width: 280px;
}

ul#nav li .cta-menu-btn-holder .btn {
    font-size: calc(12px + (15 - 12) * (100vw - 320px) / (1920 - 320));
    padding: 13px 15px;
}

.cta-menu-btn-holder .btn:hover {
    background-color: var(--secondary_color);
    color: var(--black);
}

.cta-menu-btn-holder .btn {
    color: var(--white) !important;
}

    .cta-menu-btn-holder .btn:hover {
        color: var(--black) !important;
    }

.cta-menu-btn {
    transition: 0.3s ease-in-out;
    padding: 12px 17px;
    background-color: var(--sec-color);
    border-radius: 4px;
    color: #fff;
    text-align: center;
}

    .cta-menu-btn:hover {
        background-color: #333;
        color: #fff;
    }

.dropdown-toggle.show:before {
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 56px;
    transform: rotate(45deg);
    box-shadow: 0 0 10px #ccc;
}

/*Mega Menu CSS End*/

.testimonials {
    /*background-color: var(--secondary_color);*/
    padding: 75px 0;
}

    .testimonials .testimonial-wrap {
        padding-left: 20px;
    }

    .testimonials .testimonials-carousel,
    .testimonials .testimonials-slider {
        overflow: hidden;
    }

    .testimonials .testimonial-item {
        /*min-height: 200px;*/
        position: relative;
    }

    .testimonials .slide-item {
        background-color: transparent;
        margin: 0;
        min-height: 65px;
        box-shadow: none;
    }

    .testimonials .testimonial-item .test-contact {
        position: relative;
        padding-left: 100px;
        display: flex;
        flex-direction: column;
    }

.test-contact .ratings {
    color: #ffc833;
    font-size: 14px;
}

.testimonials .testimonial-item .testimonial-img {
    border-radius: 50px;
    border: 2px solid #fff;
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    height: 70px;
    object-fit: cover;
}

.testimonials .testimonial-item h3 {
    font-size: 14px;
    font-weight: 600;
    margin: 10px 0 5px 0;
    color: #1f1f1f;
}

.testimonials .testimonial-item h4 {
    font-size: 12px;
    color: #3354ff;
    margin: 0;
    font-weight: 600;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
    color: var(--secondary-color);
    font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
    display: inline-block;
    left: -5px;
    position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
    display: inline-block;
    right: -5px;
    position: relative;
    top: 10px;
}

.testimonials .testimonial-item .content-area {
    position: relative;
    padding: 0 0 0 95px;
}

    .testimonials .testimonial-item .content-area .quote {
        position: absolute;
        left: 0;
        top: 0;
    }

.testimonials .testimonial-item p {
    color: #56575b;
    font-size: calc(14px + (18 - 14) * (100vw - 320px) / (1920 - 320));
    line-height: 26px;
}

.testimonials .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

    .testimonials .swiper-pagination .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        background-color: #fff;
        opacity: 1;
        border: 1px solid var(--secondary-color);
    }

    .testimonials .swiper-pagination .swiper-pagination-bullet-active {
        background-color: var(--secondary-color);
    }

.testimonials .bottomsec {
    display: flex;
    align-items: center;
    border-top: #dee1ed solid 1px;
    padding: 10px 0 0 0;
    margin: 10px 0 0 0;
}

.testimonials .overall {
    font-size: 12px;
    font-weight: 500;
    color: #011167;
    padding: 10px 15px;
}

    .testimonials .overall strong {
        font-size: 14px;
    }

.testimonials .rating-box {
    font-size: 12px;
    font-weight: 500;
    color: #1f1f1f;
}

    .testimonials .rating-box span {
        color: var(--primary_color);
        font-weight: bold;
    }

    .testimonials .rating-box .ratings {
        color: #ffc833;
    }

.why-us {
    background-color: var(--secondary_color);
}

.compareBox {
    background-color: var(--white);
    border: var(--secondary_color) solid 1px;
    padding: 20px;
    border-radius: 12px;
}

    .compareBox.hidden {
        display: none;
    }

    .compareBox table tr td {
        width: 33.3%;
        vertical-align: middle;
        color: #4b4747;
        font-size: calc(13px + (18 - 13) * (100vw - 320px) / (1920 - 320));
    }

    .compareBox .table-striped tbody tr:nth-of-type(odd) {
        background-color: var(--secondary_color);
    }

    .compareBox .fa-check,
    .compareBox .fa-close {
        font-size: calc(18px + (25 - 18) * (100vw - 320px) / (1920 - 320));
    }

    .compareBox .fa-check {
        color: #00ad76;
    }

    .compareBox .fa-close {
        color: red;
    }

.leadersBox .tabs-btn-holder {
    padding-left: 0;
}

.leadersBox .nav-pills .ctm-tab-btn.active,
.leadersBox .ctm-tab-btn .show > .nav-link {
    background-color: var(--primary_color);
    color: var(--white);
}

.leadersBox .nav-pills .ctm-tab-btn {
    background-color: var(--secondary_color);
}

.leadersBox .tab-content {
    padding: 25px 0;
}

.leadersBox .btn h5 {
    margin-bottom: 0;
}

.leadersBox .btn:hover,
.leadersBox .btn:focus {
    text-decoration: none;
}

.leadersBox .card .card-header {
    background-color: var(--secondary_color);
}

@media (max-width: 991px) {
    .top_number {
        display: none;
    }

    .banner__sec__main {
        padding: 50px 0 0 0;
    }

    .tabs-btn-holder {
        padding-left: 0;
    }

    .bottomCta .ctaImg {
        display: none;
    }

    .footer__logo img {
        width: auto;
    }
}

@media (max-width: 575px) {
    .mobile-nav-btn span {
        top: 20px;
    }

    .banner__content p {
        font-size: 12px;
    }

    .step__box__sec {
        height: auto;
        margin-bottom: 20px;
    }
}

@media (max-width: 575px) {
    .testimonials .testimonial-wrap {
        padding-left: 0;
    }

    .testimonials .testimonial-item .content-area {
        padding: 0 0 0 65px;
    }

    .whatFor {
        overflow-x: scroll;
    }

    .bottomCta {
        padding: 25px;
        background-color: var(--primary_color);
        background-image: none;
    }

    .leadersBox .card .card-header .btn {
        padding: 0;
    }

    .term__links ul li:first-child a {
        padding-left: 0;
    }
}

.banner__sec__main.lp-banner {
    padding: 120px 0 75px 0;
    position: relative;
    /*background-image: url(/assets/img/mix/lp-main-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;*/
}

.banner__sec__main video {
    position: absolute;
    left: 0;
    /*top: -30px;*/
    bottom: 0;
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
}

.banner__sec__main.lp-banner video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

@media (max-width: 991px) {
    .banner__sec__main.lp-banner {
        padding: 40px 0 75px 0;
    }
}

@media (max-width: 767px) {
    .banner__sec__main video {
        display: none;
        visibility: hidden;
    }

    .logo-section.hidden-md {
        display: none;
        visibility: hidden;
    }
}

.banner__sec__main.lp-banner .banner__content {
    margin-bottom: 0;
}

.searchBox-lp {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

    .searchBox-lp .btn {
        padding-left: 30px;
        padding-right: 30px;
    }

    .searchBox-lp .iconBox {
        position: absolute;
        top: 10px;
        left: 10px;
        color: var(--primary_color);
        border-right: #c9c9c9 solid 1px;
        width: 46px;
        height: 25px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .searchBox-lp .form-control {
        border-radius: 10px;
        border: solid 2px var(--primary_color);
        height: 48px;
        padding-left: 60px;
        margin-right: 20px;
    }

.faqsMain .faqs-accordion {
    width: 100%;
}

    .faqsMain .faqs-accordion .card {
        background-color: transparent;
        border: none;
        border-bottom: #e2e2e2 solid 1px;
        margin-bottom: 0 !important;
    }

    .faqsMain .faqs-accordion .leadersBox .card .iconBox {
        position: absolute;
        left: 0;
        top: 10px;
    }

    .faqsMain .faqs-accordion .leadersBox .card .card-header {
        background-color: transparent;
        border: 0;
        position: relative;
        padding-left: 35px;
        color: #868686;
        font-size: calc(13px + (17 - 13) * (100vw - 320px) / (1920 - 320));
        font-weight: 300;
    }

        .faqsMain .faqs-accordion .leadersBox .card .card-header .btn {
            padding: 0;
            position: static;
            left: 0;
            right: 0;
            bottom: 0;
            text-decoration: none;
        }

        .faqsMain .faqs-accordion .leadersBox .card .card-header h5 {
            color: #868686;
            font-size: calc(13px + (16 - 13) * (100vw - 320px) / (1920 - 320));
            margin-bottom: 0;
            text-transform: capitalize;
            white-space: normal;
        }

    .faqsMain
    .faqs-accordion
    .step__box__sec.sty3
    .leadersBox
    .card
    .card-header
    .btn:hover {
        background-color: transparent;
    }

    .faqsMain .faqs-accordion .leadersBox .card-body p {
        line-height: 1.5;
        font-size: calc(13px + (15 - 13) * (100vw - 320px) / (1920 - 320));
        text-align: left;
        padding: 0;
    }

    .faqsMain .faqs-accordion .leadersBox .card .card-body {
        box-shadow: 0px 0px 20px #e7e7e7;
        padding: 15px;
    }

        .faqsMain .faqs-accordion .leadersBox .card .card-body p {
            margin-bottom: 0;
        }

    .faqsMain .faqs-accordion .step__box__sec.sty3 .headArea {
        color: var(--primary_color);
        border-bottom: 0;
        /*padding-bottom: 0;*/
    }

        .faqsMain .faqs-accordion .step__box__sec.sty3 .headArea h6 {
            color: var(--white);
            margin-bottom: 0;
            font-size: calc(15px + (22 - 15) * (100vw - 320px) / (1920 - 320));
        }

.ban-form.lp-banner {
    background-color: #ffffffc7;
    border-radius: 10px;
    box-shadow: 0px 0px 20px #e7e7e7;
    padding: 25px;
}

.ctaV2 {
    background-color: var(--primary_color);
    color: var(--white);
}

    .ctaV2 h2,
    .ctaV2 p {
        color: var(--white);
    }

    .ctaV2 .form-group {
        margin-bottom: 0;
    }

    .ctaV2 .form-control {
        height: 50px;
        line-height: 1;
        border-radius: 10px;
    }

    .ctaV2 .btn {
        border: 1px solid #fff;
        position: relative;
        overflow: hidden;
    }

        .ctaV2 .btn .iconBox {
            position: absolute;
            right: 0;
            top: 0;
            bottom: 0;
            width: 51px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--primary_color);
            background-color: var(--secondary_color);
        }

@media (max-width: 991px) {
    .ctaV2 .form-group {
        margin-bottom: 15px;
    }

    .banner__content h1 {
        font-size: 22px;
        line-height: 27px;
    }
}

@media (max-width: 380px) {
    header .logo__Sec__main img {
        max-width: 70%;
    }

    .footer__logo img {
        max-width: 70%;
        height: auto;
    }
}

.ThankBox {
    padding: 80px 0;
    background-color: var(--secondary_color);
}

.form-sty {
    background: #48bac482;
    padding: 18px 30px;
    border-radius: 10px;
    border: 2px solid #fff;
    max-width: 70%;
    margin: 40px auto 0;
}

    .form-sty form input {
        width: 100%;
        height: 45px;
        padding: 0 10px;
        border: 1px solid white;
        font-size: 15px;
        border-radius: 6px;
    }

    .form-sty form button {
        padding: 9px 30px;
        width: 100%;
        background: black;
        color: white;
        border: 1px solid black;
        border-radius: 6px;
    }

img.banner__img {
    height: 73vh;
    object-fit: cover;
}

img.inner__banner__img {
    height: 73vh;
    object-fit: cover;
}

.thankyou-sec {
    padding: 9% 0;
    background-image: url("../images/images-term-banner.html");
    background-size: cover;
    background-repeat: no-repeat;
}

    .thankyou-sec .text h1 {
        text-align: center;
        font-size: 80px;
        color: #48bac4;
        font-weight: 500;
    }

    .thankyou-sec .text p {
        max-width: 70%;
        font-size: 16px;
        margin: 30px auto 0;
        line-height: 1.8;
        text-align: center;
    }

    .thankyou-sec .text h3 {
        color: white;
        text-align: center;
        font-size: 25px;
        margin: 25px 0 0;
    }

    .thankyou-sec .thanks_btnsz {
        text-align: center;
        margin-top: 45px;
    }

.logo__Sec__main img {
    height: auto;
}

.footer__logo img {
    height: auto;
}

@media (max-width: 991px) {
    .ban-form.lp-banner {
        margin-bottom: 20px;
    }

    br {
        display: none !important;
    }
}



.main_contact_section {
    background-color: #f1efef;
    padding: 50px 0;
}

.form-control {
    height: 48px
}