html {
    scroll-behavior: smooth;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    position: relative;
    font-family: 'Nunito', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Libre Baskerville', serif;
}

a {
    text-decoration: none;
}

a:hover {
    color: #fff;
}

img {
    width: auto;
    height: 100%;
}

.home_section {
    position: relative;
    width: 100%;
    padding: 50px 0;
    background-color: #f4f3ec;
    height: 100%;
    overflow: hidden;
    display: grid;
    align-content: center;
}

.home_section .home_sec_content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 50px;
    padding-top: 75px;

}

.home_sec_content .logo {
    width: 190px;
    height: 100px;
}

.home_section .home_sec_content span {
    font-size: 18px;
    font-weight: 700;
    color: #696969;
    letter-spacing: 5px;
}

.home_section .home_sec_content h1 {
    font-size: 56px;
    font-weight: 400;
    color: #333;
    margin: 20px 0;
}

.home_section .home_sec_content p {
    font-size: 18px;
    color: #696969;
    font-weight: 400;
}

.home_sec_content .badges_section {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
}

.home_sec_content figure {
    margin: 0;
    width: 70px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form_setion {
    position: relative;
    padding: 10px;
}

.form_setion .form {
    position: relative;
    background-color: #172a43;
    padding: 40px 15px;
    max-width: 80%;
    height: 100%;
    margin: 0 auto;
}

.form_setion .form h3 {
    color: #fff;
    font-size: 22px;
    text-align: center;
}

.form_setion .form form .form_field,
.form_setion .form form select {
    width: 100%;
    height: 40px;
    margin: 5px 0;
    border: 0;
    outline: 0;
    box-shadow: none;
    color: #696969;
    padding: 10px;
}

.form_setion .form form p {
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    margin: 10px 0;
}

.form_setion .form form .form_checkboxes {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
}

.form_checkbox_row {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    color: #fff;
}

.form-check-input:focus {
    box-shadow: none;
    border: 0;
}

.form-check-input[type=checkbox] {
    /* color: orangered; */
    /* background-color: white; */
    border-radius: 0;
}

input.form_submit_btn {
    color: #fff;
    background-color: #e4573d;
    border-color: #e4573d;
    padding: 10px 50px;
    border: 0;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}

/* second Section */

.services_section {
    position: relative;
    padding: 90px 0;
    overflow: hidden;
}

.services_section h2 {
    font-size: 56px;
    font-weight: 400;
    color: #333;
}

.services_section p {
    color: #7e7e7e;
    font-size: 16px;
}

.service_card_row {
    display: flex;
    margin-top: 40px;
    column-gap: 20px;
    flex-wrap: wrap;
    row-gap: 40px;
}

.service_card_row .service_card {
    width: 32%;
}

.service_card_row .service_card {
    text-align: left;
    padding: 0 20px 30px;
}

.card_border {
    border-right: 1px solid #ededed;
    border-left: 1px solid #ededed;
}

.service_card_row .service_card .cardhead {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
}

.service_card_row .service_card .cardhead figure {
    width: 70px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.service_card_row .service_card .cardhead figure i {
    font-size: 45px;
    color: #696969;
}

.service_card_row .service_card .cardhead .text h4 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    color: #696969;
    font-size: 24px;
}

/* Testimonial */

.testimonial_section {
    position: relative;
    padding: 60px 0;
    text-align: center;
    overflow: hidden;
    background: url('../img/testimonial_bg.webp') no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
}

.testimonial_section .testimonials {
    max-width: 1100px;
    width: 100%;
    padding: 20px;
    margin: 0 auto;
}

.testimonial_section .testimonials .testi_slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    padding: 0 120px;
}

.testimonial_section figure.quote {
    margin: 0;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial_section figure.rating {
    color: #ababab;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin: 20px 0;
}

.testimonial_section p {
    font-size: 24px;
    font-weight: 400;
    color: #333;
}

.testimonial_section h6 {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #333;
    margin: 10px 0;
}

/* Brands Slider Section */

.brands_section {
    position: relative;
    padding: 90px 0;
    width: 100%;
    overflow: hidden;
}

.brands_section h2 {
    font-size: 56px;
    font-weight: 400;
    color: #333;
}

.brands_section p {
    color: #696969;
    font-size: 15px;
}

.brands_slider {
    width: 100%;
}

.brands_slider .brands_slide {
    padding: 20px;
}

.brands_slider .brands_slide figure {
    margin: 0 auto;
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Process Section */

.process_section {
    position: relative;
    padding: 90px 0;
    overflow: hidden;
    background: #f4f3ec;
}

.process_section h2 {
    font-size: 56px;
    font-weight: 400;
    color: #333;
}

.process_section .process_card_row {
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 20px;
    margin: 40px 0 0;
}

.process_section .process_card_row .process_card {
    padding: 10px;
    text-align: center;
}

.process_section .process_card_row .process_card figure {
    margin: 10px 0;
    font-size: 60px;
    color: #696969;
    text-align: center;
}

.process_section .process_card_row .process_card h4 {
    font-size: 24px;
    font-weight: 400;
    color: #333;
}

.process_section .process_card_row .process_card p {
    color: #696969;
    font-size: 18px;
    font-weight: 400;
}

/* About Section */

.about_section {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
    width: 100%;
}

.about_section figure {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.contact_btn {
    padding: 10px 20px;
    background-color: #e4573d;
    color: #fff;
    border: #e4573d;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

.contact_btn i {
    margin-right: 10px;
}

.about_section h2 {
    font-size: 56px;
    font-weight: 400;
    color: #333;
    margin-bottom: 20px;
}

.about_section .lists ul {
    list-style-type: none;
    padding-left: 0;
}

.about_section .lists ul li {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
    font-size: 18px;
    color: #696969;
}


/* Contact Section */

.contact_section {
    position: relative;
    padding: 90px 0;
    overflow: hidden;
    width: 100%;
    background: url('../img/contact_bg.webp') no-repeat;
    background-position: center;
    background-size: cover;
}

.gf-bg-overlay {
    position: absolute !important;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block !important;
    content: "";
    z-index: 1;
    background-color: rgba(10, 10, 10, .68);
}

.contact_section h2 {
    font-size: 56px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 30px;
    z-index: 2;
    position: relative;
}

.contact_section p {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    position: relative;
    z-index: 2;
    margin-bottom: 30px;
}

.contact_section .contact_btn {
    position: relative;
    z-index: 2;
}



/* Footer */

.footer {
    position: relative;
    padding: 20px 0;
    overflow: hidden;
    width: 100%;
    background-color: #222;
}

.footer .footer_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer p {
    color: #ababab;
    font-size: 18px;
    font-weight: 400;
    font-style: italic;
    margin-bottom: 0;
}

.footer .payments {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.footer .payments figure {
    margin: 0;
    width: 60px;
    height: auto;
}



.home_sec_content .logo img {
    width: 270px;
    height: auto;
}

.home_section {}


















/* Responsive */
@media only screen and (max-width: 1200px) {
    .service_card_row .service_card {
        width: 48% !important;
    }
}

@media screen and (max-width:991px) {
    .testimonial_section {
        padding: 0px 0 100px;
    }

    .contact_section h2 {
        font-size: 36px !important;
        margin-bottom: 5px !important;
    }

    .brands_section h2 {
        font-size: 36px !important;
    }

    .brands_slider .brands_slide {
        padding: 0px;
    }

    .footer p {
        font-size: 14px;
    }

    .footer .payments {
        justify-content: center !important;
        margin-bottom: 10px !important;
    }

    .footer .footer_row {
        display: block !important;
        text-align: center !important;
    }

    .process_section h2 {
        font-size: 36px !important;
    }

    .brands_section {
        padding: 50px 0 0 !important;
    }

    .header-btns li a {
        font-size: 13px !important;
        margin-right: 10px !important;
        padding: 8px 20px !important;
    }

    .header-btns li a i {
        font-size: 11px !important;
        margin-right: 4px !important;
    }

    .logo {
        display: block !important;
        text-align: center !important;
        margin-bottom: 20px !important;
    }

    .testimonial_section p {
        font-size: 18px !important;
    }

    .header-btns {
        justify-content: center !important;
        margin: 0px 0px 20px 0px !important;
    }

    .about_section h2 {
        font-size: 36px !important;
        margin-bottom: 20px !important;
    }

    .about_section img {
        display: none !important;
    }

    .about_section {
        padding: 60px 0 !important;
    }

    .logo img {
        width: 40%;
        margin: 0px auto;
    }

    /* .logo {
    text-align: center;
    margin: 0px auto;
  } */
    header .row {
        justify-content: center !important;
    }

    .form_setion .form {
        max-width: 100%;
        margin-top: 20px;
    }
}

@media(max-width:768px) {

    .service_card_row {
        grid-template-columns: auto auto;
        row-gap: 20px;
    }

    .home_sec_content figure {
        width: 60px;
    }

    .card_border {
        border-right: 0 !important;
        border-left: 0 !important;
    }

    .testimonial_section .testimonials .testi_slide {
        padding: 0 60px;
    }

    .testimonial_section p {
        font-size: 22px;
    }

    .process_section .process_card_row {
        grid-template-columns: auto auto;
    }

    .about_section h2 {
        margin-top: 30px;
    }

    .footer_row {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }

    .service_card_row .service_card {
        width: auto !important;
    }

    .process_section .process_card_row .process_card {
        padding: 10px 60px;
    }

    .entry-right .text h2 {
        font-size: 16px !important;
    }
}


@media(max-width:767px) {
    .home_section .home_sec_content h1 {
        font-size: 42px;
    }

    h2 {
        font-size: 46px !important;
    }

    .home_sec_content figure {
        width: 50px;
    }

    label.form-check-label {
        font-size: 12px;
    }

    .service_card_row {
        grid-template-columns: auto;
        gap: 20px;
    }

    .testimonial_section .testimonials .testi_slide {
        padding: 0 30px;
    }

    .testimonial_section p {
        font-size: 18px;
    }

    .process_section .process_card_row {
        grid-template-columns: auto;
    }

    .home_sec_content .badges_section {
        margin: 0 auto 20px;
        justify-content: center;
    }

    .brands_slider .brands_slide figure {
        width: 150px;
        height: 150px;
    }

    a.logo img {
        width: 200px;
        height: auto;
        margin: 0 auto 0px;
        display: table;
    }

    .home_section .home_sec_content {
        display: table;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 50px;
    }

    body {
        text-align: center;
    }

    .about_section .lists ul li i {
        position: relative;
        top: 4px;
    }

    .about_section img {
        display: none;
    }

    section {
        padding: 40px 0 40px !important;
    }

}

@media(max-width:575px) {
    .offr-frm .close {
        width: 30px !important;
        height: 32px !important;
        right: 9px !important;
        font-size: 24px !important;
        line-height: 31px !important;
        top: 15px !important;
        padding: 0px 0px 30px !important;
    }

    .about_section .lists ul li {
        font-size: 14px !important;
        justify-content: left !important;
        gap: 3px !important;
    }

    .entry-box input {
        height: 45px !important;
    }

    .entry-box h1 {
        font-size: 22px !important;
    }

    .form_setion .form h3 {
        font-size: 18px !important;
    }

    .contact_section h2 {
        font-size: 27px !important;
    }

    .entry-box h1 {
        font-size: 20px !important;
    }

    .contact_btn {
        padding: 10px 10px !important;
        font-size: 14px !important;
    }

    h2 {
        font-size: 32px !important;
    }

    .entry-right .text h2 {
        font-size: 14px !important;
    }

    .entry-right .text {
        margin: 0;
    }

    .contact_section p {
        font-size: 15px;
        margin-bottom: 20px;
    }

    .entry-right .text::before {
        display: none;
    }

    .home_section .home_sec_content h1 {
        font-size: 32px;
    }

    .testimonial_section .testimonials .testi_slide {
        padding: 0 15px;
    }

    .testimonial_section p {
        font-size: 16px !important;
    }

    .process_section .process_card_row .process_card p {
        font-size: 15px;
    }

    .about_section h2 {
        font-size: 26px !important;
        margin-bottom: 10px !important;
    }
}


/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

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


.fld-btn label {
    color: #fff !important;
}

.header-btns {
    display: flex;
    align-items: center;
    justify-content: end;
    margin: 0px 60px 0px 0px;
    padding: 0px;
}

.header-btns li a {
    color: #fff;
    font-size: 16px;
    margin-right: 10px;
    font-weight: 500;
    transition: all 0.5s ease-in-out;
    background: #1b1464;
    padding: 12px 32px;
    border-radius: 3px;
}

.header-btns li a i {
    font-size: 16px;
    margin-right: 10px;
}

.header-btns li {
    list-style: none;
}

/*Popup*/

.entry-right input {
    border-radius: 5px;
    height: 51px;
    padding-left: 20px;
    border: 2px solid #e3e3e3;
    box-shadow: none;
    background: #fafafa;
    margin: 5px 0
}

.offr-frm .close {
    background-color: #fff;
    color: #000;
    border-radius: 23px;
    width: 35px;
    height: 34px;
    position: absolute;
    right: 10px;
    font-size: 26px;
    border-bottom: none;
    line-height: 33px;
    z-index: 1;
    top: 15px;
    padding: 0px 0px 30px;
    cursor: pointer;
    opacity: 1;
    font-weight: 900;
    border: none;
}

#entry-popup {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999990;
    align-items: center;
    background-color: rgba(0, 0, 0, .6);
    display: none;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.entry-box {
    background: #fff;
    text-align: center;
    padding-top: 0;
    padding-bottom: 30px;
    width: 100%;
    margin: 0 auto;
    border-radius: 20px;
    box-shadow: 0 0 50px 0 #202020;
    position: relative;
    overflow: hidden;
    pointer-events: auto
}

.entry-box h1 {
    text-shadow: 0 5px 10px rgba(0, 0, 0, .35);
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
    line-height: 60px;
}

.entry-box h1 span {
    color: #ffd800
}

.entry-left {
    text-align: center;
    background-image: linear-gradient(#1b1464, #1b1464);
}

.entry-box h1 {
    text-shadow: 0 5px 10px rgba(0, 0, 0, .35);
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
    line-height: 60px
}

.entry-right .text {
    position: relative;
    margin: 15px 0px 25px 20px;
}

.entry-right .text h2 {
    font-size: 18px;
    color: #313131;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 26px;
}

.entry-right .text h2 span {
    background-image: linear-gradient(#f66932, #f8782d);
    color: rgba(0, 0, 0, 0);
    -webkit-background-clip: text;
}

.entry-right .text:before {
    content: "";
    width: 6px;
    height: 50px;
    border-radius: 20%;
    background-image: linear-gradient(#f66932, #f8782d);
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}

.form-control.error {
    border-color: red !important
}

label.error {
    display: none !important
}

.entry-right .text strong {
    text-transform: uppercase
}

.entry-right .form-control:focus {
    border-color: #e2001b;
    box-shadow: 0 0 5px 0 #dee2e4;
    background-color: #fff;
    box-shadow: 0 15px 35px 0 rgba(0, 0, 0, .2)
}

.entry-right input {
    width: 90%;
    border-radius: 5px;
    height: 50px;
    padding-left: 20px;
    border: 1px solid #e3e3e3;
    box-shadow: none;
    background: #fafafa;
    margin: 0 auto;
}

.entry-right input[type=email],
.leaving-box input[type=email] {
    background-color: #fff !important;
    color: #555 !important
}

.entry-right .intl-tel-input {
    width: 100%
}

.entry-right .intl-tel-input.separate-dial-code .selected-dial-code {
    padding-left: 0
}

.entery-submit {
    width: 60%;
    background-image: linear-gradient(#f3403c, #f8772d);
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    border: none !important;
    padding: 10px;
    cursor: pointer;
    border-radius: 4px;
}

.entry-right a {
    height: 60px;
    line-height: 60px;
    display: block;
    width: 100%;
    background-color: #ffd800;
    border-radius: 50px;
    text-transform: uppercase;
    color: #000;
    font-size: 16px;
    font-weight: 600
}

.entry-right a i {
    margin-left: 6px
}

span.help-block.form-error {
    display: none;
}

.entry-right p {
    color: #161616;
    font-size: 13px;
    margin: 0;
    font-weight: 700;
}

.entry-right .form-group {
    margin-bottom: 10px
}

a#entry-box_close {
    position: absolute;
    right: 5px;
    background-color: #69c626;
    width: 40px;
    height: 40px;
    border-radius: 50pc;
    color: #fff;
    font-size: 29px;
    top: 10px;
    z-index: 9
}

/* banner-logos-animation */
.banner-logos-wrapp img {
    transition: all 0.5s ease-in-out;
}

.banner-logos-wrapp img:hover {
    transition: all 0.5s ease-in-out;
    transform: scale(1.1);
    cursor: pointer;
}

@-webkit-keyframes hvr-pulse {
    25% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    75% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

@keyframes hvr-pulse {
    25% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    75% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

.hvr-pulse {
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-animation-name: hvr-pulse;
    animation-name: hvr-pulse;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.hvr-pulse img {
    width: 17%;
}

.banner-logos-wrapp .bannr8:hover {
    transform: scale(1);
}

/* banner-logos-animation */

/* Fancy-Box-Css */
.grid-img-wrapper {
    position: relative;
    margin-bottom: 20px;
}

.portfolio-grid .col-sm-4:last-child .grid-img-wrapper:last-child img {
    height: 506px;
}


.grid-img-wrapper span:nth-child(1) {
    content: "";
    position: absolute;
    width: 3px;
    height: 100%;
    background: #dd161d;
    left: 10px;
    top: 0;
    transform: scaleY(0);
    transform-origin: left top;
    transition: transform 0.3s ease-in-out;
}

.grid-img-wrapper:hover span:nth-child(1) {
    transform-origin: left bottom;
    transform: scaleY(1);
}

.grid-img-wrapper span:nth-child(2) {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    background: #dd161d;
    left: 0;
    bottom: 10px;
    transform: scaleX(0);
    transform-origin: right bottom;
    transition: transform 0.3s ease-in-out;
}

.grid-img-wrapper:hover span:nth-child(2) {
    transform-origin: left bottom;
    transform: scaleX(1);
}


.grid-img-wrapper span:nth-child(3) {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    background: #dd161d;
    left: 0;
    top: 10px;
    transform: scaleX(0);
    transform-origin: right top;
    transition: transform 0.3s ease-in-out 0.3s;
}

.grid-img-wrapper:hover span:nth-child(3) {
    transform-origin: left bottom;
    transform: scaleX(1);
}

.grid-img-wrapper span:nth-child(4) {
    content: "";
    position: absolute;
    width: 3px;
    height: 100%;
    background: #dd161d;
    right: 10px;
    top: 0;
    transform: scaleY(0);
    transform-origin: right top;
    transition: transform 0.3s ease-in-out 0.3s;
}

.grid-img-wrapper:hover span:nth-child(4) {
    transform-origin: left bottom;
    transform: scaleY(1);
}

/* Fancy-Box-Css */

/* Combo-Package-Css */
.top-packages {
    position: relative;
    margin-top: 30px;
    background-color: #0c1623 !important;
    padding-bottom: 20px;
}

.top-packages * {
    color: #fff;
}

.top-packages .bg-secondary {
    padding: 30px;
    background-color: transparent !important;
}

.top-packages h2 {
    margin: 100px 0 0px;
    font-size: 46px;
    padding-left: 0;
    font-weight: 600;
}

.combo-list-style ul {
    display: grid;
    grid-template-columns: 50% 50%;
    margin-top: 25px;
    padding-left: 0px;
}

.combo-list-style ul li {
    border-bottom: 1px dashed rgb(255 255 255 / 15%);
    padding: 10px 0;
    margin-right: 35px;
    display: inline-flex;
    align-items: center;
    font-size: 14px;
}

.final .ult-cut-prc:before {
    content: "";
    background-color: #e92227;
    position: absolute;
    left: 0px;
    right: 0;
    top: 50%;
    width: 135px;
    height: 2px;
    margin: auto;
}

.final .ult-cut-prc {
    font-size: 40px !important;
    color: #fff !important;
    position: relative;
    margin: 0;
}

.final h1 {
    color: #fff;
    font-size: 72px;
    padding-right: 11px;
    font-weight: 700;
    line-height: 40px;
    margin: 20px 0px 0px 0px;
}

.final {
    text-align: center;
    margin-bottom: 30px;
}

.final .btn-default {
    padding: 12px 25px 12px 25px !important;
    width: 50%;
    color: #fff !important;
    background: #dd161d;
    border: none;
    font-weight: 500;
    margin: 30px auto 0;
}

.top-packages::before {
    position: absolute;
    display: block;
    content: "";
    background: url(../images/limiteds.webp);
    width: 150px;
    height: 150px;
    left: 0px;
    top: 0px;
    z-index: 999;
}

.combo-slider.owl-carousel .owl-item img {
    width: auto;
}

.combo-sec {
    padding-bottom: 90px;
}

.combo-slider .package-box:hover {
    background-image: linear-gradient(#0c1623, #0c1623);
}

.combo-slider .package-box {
    background-image: linear-gradient(#0c1623, #0c1623);
}

/* Combo-Package-Css */



header {
    padding: 15px 0px;
}

.ftr-links {
    margin: 0px;
    color: #fff;
}

.ftr-links a {
    color: #fff;
}

.ftr-links li {
    margin: 0px !important;
}




.thankyou_sec {
    padding: 5rem 0;
    height: 100%;
    display: flex;
    align-items: center;
    background-color: #fff;
}

.main-thankyou {
    text-align: center;
}

.main-content__checkmark {
    font-size: 9.75rem !important;
    line-height: 1 !important;
    color: var(--thm-base);

}

.site-header__title {
    font-size: 6.5rem;
    font-weight: 700 !important;
    line-height: 1.1;
}

.main-content__body {
    margin: 20px 0 0;
    font-size: 1.25rem;
    line-height: 1.4;
}

.start_live_chat {
    font-size: 20px;
    background-color: #16171a;
    padding: 15px 35px;
    display: inline-block;
    border-radius: 4px;
    margin: 20px 0 0;
    color: white !important;
    text-decoration: none;
    border-radius: 50px;
    line-height: 16px;
}