html {
    height: 100%;
    box-sizing: border-box;
}

body {
    position: relative;
    margin: 0;
    min-height: 100%;
}

/*header*/
.header-text h2 {
    color: #4C6CDB;
    font-size: 24px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    margin-bottom: 0px;
}

.navbar-brand > img {
    max-width: 189px;
}

.navbar {
    min-height: auto !important;
    margin-bottom: 0px !important;
}

.navbar-brand {
    padding: 0px !important;
}

.navbar-expand-lg .navbar-nav {
    width: 100%;
    display: flex !important;
    justify-content: flex-end !important;
    align-items: center !important;
}

.navbar-expand-lg .navbar-nav .nav-link {
    color: #021229;
    font-size: 16px !important;
    font-family: 'Inter', sans-serif !important;
    text-decoration: none !important;
    font-weight: 600;
}

.navbar-nav > li {
    margin-right: 24px !important;
}

.header-button {
    background-color: #EEC314 !important;
    height: 44px;
    border: 1px solid #EEC314 !important;
    color: #2C69C3 !important;
    font-family: 'Inter', sans-serif !important;
    font-weight: 600 !important;

}

/*header*/
/*main-home-content*/
.main-home-content {
    padding: 120px 0px;
}

.main-content-detail h2 {
    font-size: 58px;
    color: #151718;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 76px;
}

.main-content-detail h2 span {
    color: #4C6CDB;
}

.main-content-detail p {
    font-size: 20px;
    color: #50647C;
    color: #151718;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
}

.airpot-select-design-box {
    max-width: 500px;
    width: 100%;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0px 48px 80px 0px #0A24493D;

    padding: 24px;
    margin: 0 auto !important;
}

.airpot-select-design-box h3 {
    font-size: 24px;
    color: #021229;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    margin-bottom: 24px;
}

.airpot-select-design-box form label {
    font-size: 14px;
    color: #021229;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    margin-bottom: 4px;
}

.airpot-select-design-box form input {
    border: 1px solid #C7D1D9;
    border-radius: 8px;
    height: 48px;
}

.airpot-select-design-box form .form-group {
    margin-bottom: 24px;
}

.airpot-select-design-box form button {
    width: 100%;
    background-color: #EEC314 !important;
    color: #2C69C3;
    border: 1px solid #EEC314 !important;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
}

.airpot-select-design-box button {
    width: 100%;
    background-color: #4C6CDB !important;
    color: white;
    border: 1px solid #4C6CDB !important;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
}

.form-control:focus {
    box-shadow: none !important;
    outline: none !important;
    border: 1px solid #C7D1D9;
}

.airpot-select-design-box-two button {
    width: 100%;
    background-color: #4C6CDB !important;
    color: white;
    border: 1px solid #4C6CDB !important;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
}

.airpot-select-design-box-two button:focus {
    box-shadow: none !important;
}

/*main-home-content*/

/*footer*/
.footer-list ul li a img {
    width: 20px;
    margin-right: 15px;
}

.footer-list ul li a {
    display: flex;
    align-items: center;
}

.main-footer-design {
    background-color: #021229;
    padding: 90px 0px;
    /*position: absolute;*/
    bottom: 0 !important;
    width: 100%;
}

.footer-company-name h3 {
    color: white;
    font-size: 24px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    margin-bottom: 0px;
}

.footer-years {
    text-align: right;
}

.footer-years h3 {
    font-size: 14px;
    color: #FFFFFF;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    margin-bottom: 0px;
}

/*main-search-bar*/
.main-search-bar {
    border: 1px solid #C7D1D9;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 24px;
}

.main-search-bar input {
    max-width: 75%;
    width: 100%;
    border: none;
    border-radius: 8px;
    padding-left: 20px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    background-color: transparent;
}

.main-search-bar input:focus {
    box-shadow: none !important;
    outline: none !important;
}

.main-search-bar input::placeholder {
    color: #021229;
}

.new-select-box {
    max-width: 75%;
    width: 100%;
    float: right;
}

.new-select-box select {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    height: 25px !important;
    border: none !important;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
}

.new-select-box select:focus {
    box-shadow: none !important;
    outline: none;
}

.main-search-bar ul {
    padding-bottom: 0px;
    padding-left: 0px;
}

.main-search-bar ul li {
    display: block;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
}

.main-search-bar ul {
    max-width: 100%;
    width: 100%;
    float: right;
    margin-bottom: 0px;
}


/*product-box-content*/
.product-sec-main {
    padding: 30px 0px 90px;
}

.product-box-main {
    border: 1px solid #C7D1D9;
    border-radius: 8px;
}

.product-box-content {
    padding: 24px;
    padding-bottom: 0px !important;

}

.product-box-img h2 {
    font-size: 20px;
    color: #021229;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    padding-left: 24px;
    margin-top: 20px !important;
}

.product-box-img h3 {
    font-size: 20px;
    color: #021229;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    padding-left: 24px;
}

.product-box-content ul {
    padding-left: 0px;
    padding-bottom: 0px;
}

.product-box-content ul li {
    font-size: 14px;
    color: #021229;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    list-style: none;
    margin-bottom: 7px;
    list-style: disc !important;
}

.product-box-content ul li:last-child {
    margin-bottom: 0px !important;
}

.product-box-content ul li img {
    max-width: 15px;
    margin-right: 10px;
}

.product-boxes-button {
    padding: 24px;
}

.product-boxes-button button {
    background-color: #4C6CDB;
    font-size: 14px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    border: 1px solid #4C6CDB;
    border-radius: 8px !important;
    width: 100%;
}

.product-boxes-button button:focus {
    box-shadow: none !important;
    outline: none !important;
    border: 1px solid #4C6CDB;
}

.product-boxes-button button:hover {
    background-color: #4C6CDB !important;
    border: 1px solid #4C6CDB;
}

.product-boxes-button a {
    border: 1px solid lightgray;
    padding: 6px;
    position: relative;
    top: 2px;
    border-radius: 8px;
}

.product-boxes-button a img {
    max-width: 20px;
    width: 100%;
    position: relative;
    bottom: 1px;
}

.product-box-img img {
    max-width: 100%;
    width: 100%;
    border-top-right-radius: 8px !important;
    border-top-left-radius: 8px !important;
    height: 190px;
    object-fit: cover;
}

.boxes-row-design {
    margin-bottom: 24px;
}

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

.thankyou-des img {
    max-width: 105px;
    width: 100%;
    margin-bottom: 24px;
}

.thankyou-sec {
    padding: 260px 0px;
}

.thankyou-des h3 {
    font-size: 32px;
    color: #151718;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    margin-bottom: 24px;
}

.thankyou-des button {
    background-color: #4C6CDB;
    font-size: 14px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    border: 1px solid #4C6CDB;
    border-radius: 8px !important;
}

.thankyou-des button:focus {
    box-shadow: none !important;
    outline: none !important;
    border: 1px solid #4C6CDB;
}

.thankyou-des button:hover {
    background-color: #4C6CDB !important;
    border: 1px solid #4C6CDB !important;
}

.des-ul-design {
    /*height: 56px !important;*/
    margin-left: 17px !important;
    /*overflow-y: hidden;*/
}

.des-ul-design .seemore {
    padding-left: 0px;
    cursor: pointer;
}

/*checkout page*/
.checkout-main-sec {
    padding: 30px 0px 90px;
}

.main-form {
    margin-bottom: 24px;
}

.form-group-designing {
    margin-bottom: 25px !important;
}

.form-group-designing label {
    font-size: 14px;
    color: #021229;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    margin-bottom: 8px;
}

.form-group-designing input {
    font-size: 14px;
    color: #021229;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    height: 48px;
    border-radius: 8px !important;
}

.form-group-designing select {
    font-size: 14px;
    color: #021229;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    height: 48px;
    border-radius: 8px !important;
}

.checkout-form-main-heading {
    font-size: 24px;
    color: #021229;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    margin-bottom: 24px;
}

.checkout-form-main-heading h2 {
    margin-bottom: 0px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
}

.terms-para p {
    font-size: 12px;
    color: #42597A;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    margin-bottom: 0px;
    padding: 0px 5px 0px 5px;
}

.booking-summary-main {
    padding: 20px;
    border: 1px solid lightgray;
    border-radius: 8px !important;
}

.booking-summary-main h2 {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 24px;
    color: #021229;
    padding-bottom: 20px;
    border-bottom: 1px solid lightgray;
    padding-left: 5px;
}

.detail-table {
    border-bottom: 1px solid lightgray;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.detail-table table {
    width: 100%;
}

.detail-table table tr td {
    padding: 5px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    color: #021229;
    font-size: 14px;
}

.table-bold-design {
    font-weight: 600 !important;
    text-align: right;
}

.pay-now-button button {
    background-color: #4C6CDB;
    border: 1px solid #4C6CDB;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-radius: 8px;
    padding: 0px 5px 0px 5px !important;
}

.pay-now-button button:focus {
    box-shadow: none !important;
    border: none none !important;
    outline: none !important;
}

.pay-now-button button:hover {
    background-color: #4C6CDB;
    border: 1px solid #4C6CDB;
}

.table-img-dsign {
    max-width: 150px;
}

.adam-date-sec input {
    width: 100%;
    font-size: 14px !important;
    color: #021229 !important;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    height: 48px;
    border-radius: 8px !important;
    width: 100%;
    border: 1px solid #ced4da !important;
    padding-left: 10px !important;
}

.pay-now-button button:focus {
    background-color: #4C6CDB !important;
    border: 1px solid #4C6CDB !important;
}

.intl-tel-input,
.iti {
    width: 100%;
}

.searchInput input {
    height: 55px;
    width: 100%;
    outline: none;
    border: none;
    border-radius: 5px;
    padding: 0 60px 0 20px;
    font-size: 18px;
}

.searchInput .resultBox {
    padding: 0;
    opacity: 0;
    pointer-events: none;
    max-height: 280px;
    overflow-y: auto;
}

.searchInput.active .resultBox {
    padding: 10px 8px;
    opacity: 1;
    pointer-events: auto;
}

.resultBox li {
    list-style: none;
    padding: 8px 12px;
    display: none;
    width: 100%;
    cursor: default;
    border-radius: 3px;
}

.searchInput.active .resultBox li {
    display: block;
}

.resultBox li:hover {
    background: #efefef;
}

.searchInput .icon {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 55px;
    width: 55px;
    text-align: center;
    line-height: 55px;
    font-size: 20px;
    color: #644bff;
    cursor: pointer;
}

.product-boxes-button a button {
    width: 100% !important;
}

.inputs-form-design {
    margin-top: 24px;
}

/* Pagination container */
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

/* Pagination links */
.pagination .page-link {
    color: #333;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 8px 16px;
    margin: 0 4px;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

/* Active page link */
.pagination .page-item.active .page-link {
    background-color: #007bff;
    border-color: #007bff;
    color: #fff;
}

/* Hover effect on pagination links */
.pagination .page-link:hover {
    background-color: #f1f1f1;
    border-color: #ddd;
    color: #333;
}

.new-datepicker-design input {
    background-color: transparent !important;
    border-top-left-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.input-group-addon {
    background-color: #d3d3d359 !important;
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
}

.main-search-bar {
    justify-content: center !important;
}

.product-pagination-design {
    text-align: center;
}

.product-pagination-design .page-item {
    border: none !important;
}

.product-pagination-design .page-item .page-link {
    border: none !important;
}

.product-pagination-design .pagination .page-item.active .page-link {
    background-color: #4C6CDB !important;
    border: 1px solid #4C6CDB !important;
    outline: none !important;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    box-shadow: none !important;
    outline: none !important;
}

.product-boxes-button button {
    width: 100%;
}

.select2-container .select2-selection--single {
    height: 48px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 48px !important;
    line-height: 45px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 11px !important;
    right: 1px;
}

.select2-container--default .select2-selection--single {
    border: 1px solid lightgray !important;
}

.airpot-select-design-box form button {
    height: 45px !important;
}

.product-boxes-button button:focus {
    background-color: #4C6CDB !important;
    border-color: #4C6CDB !important;
}

#card-element {
    height: 48px !important;
    border-radius: 8px !important;
}

.form-control {
    outline: none !important;
}

.form-control:focus {
    box-shadow: none !important;
    border-color: #C7D1D9 !important;
}

.form-group {
    margin-bottom: 25px !important;
}

.loading {
    height: 0;
    width: 0;
    padding: 15px;
    border: 6px solid #4C6CDB;
    border-right-color: lightgray;
    border-radius: 22px;
    -webkit-animation: rotate 1s infinite linear;
    /* left, top and position just for the demo! */
    position: absolute;
    left: 50%;
    top: 50%;
    background-color: white;
    z-index: 12345;
}

.main-loader {
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    width: 100%;
    position: fixed;
    z-index: 123456;
}

@-webkit-keyframes rotate {
    /* 100% keyframe for  clockwise.
    use 0% instead for anticlockwise */
    100% {
        -webkit-transform: rotate(360deg);
    }
}


/*abou-us-sec*/
.about-main-sec {
    padding: 0px 0px 120px 0px;
}

.about-main-banner {
    background-image: url(../img/img.png);
    background-size: cover;
    height: 100%;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    background-position: 100% 100%;
}

.about-main-sec-heading {
    height: 100%;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    background: linear-gradient(180deg, rgba(44, 105, 195, 0.9) 41.15%, rgba(44, 105, 195, 0) 69.27%);
    background-blend-mode: overlay;
    padding: 40px;
    padding-right: 100px;
}

.about-main-sec-heading h2 {
    font-size: 60px;
    color: #EEC314;
    font-weight: 600;
    margin: 0px;
    font-family: 'Inter', sans-serif;
    line-height: 76px;
}

.about-boxes {
    display: flex;
}

.about-box {
    max-width: 50%;
    border: 1px solid lightgray;
    padding: 32px;
}

.about-boxes-design-pad {
    margin-bottom:
}

.about-box img {
    max-width: 80px;
    margin-bottom: 24px;
}

.about-box h3 {
    font-size: 24px;
    color: #021229;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    margin-bottom: 8px;
    margin-top: 0px !important;
}

.about-box p {
    font-size: 16px;
    color: #42597A;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    margin-bottom: 0px !important;
}

.col-pad-left {
    padding-left: 0px !important;
}

.col-pad-right {
    padding-right: 0px !important;
}

.about-box-border-right-design {
    border-top-right-radius: 20px;
}

.about-box-border-bottom-right-design {
    border-bottom-right-radius: 20px;
}

.bottom-border-about-design {
    border-bottom: 0px !important;
}

.box-one {
    border-bottom: 0px !important;
    border-right: none !important;
}

.box-two {
    border-top-right-radius: 20px;
    border-bottom: 0px !important;
}

.box-four {
    border-bottom-right-radius: 20px;
}

.box-three {
    border-right: none !important;
}


/*testimnal sec*/
.testimonial-sec {
    padding-bottom: 120px;
}

.testimonials-section {
    background: #2C69C3;
    border-radius: 10px;
    padding: 32px;
    height: 230px;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: start;
}

.slider__nav {
    width: 50px;
    height: 6px;
    margin: 80px 12px;
    border-radius: 0%;
    z-index: 10;
    outline: 6px solid #ffffff96;
    outline-offset: -6px;
    outline-style: solid;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

input.slider__nav {
    margin-right: 10px !important;
}

.slider__nav:checked {
    background-color: white !important;
}

input[type=file]:focus, input[type=checkbox]:focus, input[type=radio]:focus {
    outline: 6px solid #ffffff96 !important;
    outline-offset: -6px !important;
}

.slider__nav:checked:nth-of-type(1) ~ .slider__inner {
    left: 0%;
}

.slider__nav:checked:nth-of-type(2) ~ .slider__inner {
    left: -100%;
}

.slider__nav:checked:nth-of-type(3) ~ .slider__inner {
    left: -200%;
}

.slider__nav:checked:nth-of-type(4) ~ .slider__inner {
    left: -300%;
}

.slider__nav:checked:nth-of-type(5) ~ .slider__inner {
    left: -400%;
}

.slider__inner {
    position: absolute;
    top: 30px;
    left: 20px;
    width: 500%;
    height: auto;
    -webkit-transition: left 0.4s;
    transition: left 0.4s;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
}

.slider__contents {
    height: 100%;
    padding: 0px 32px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.about-slider-img-main {
    width: 100% !important;
}

.slider__contents h6 {
    font-size: 16px;
    color: #FFFFFF;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    width: 100%;
    text-align: left;
}

.slider__txt {
    font-size: 24px;
    font-weight: 600;
    font-style: italic;
    font-family: 'Inter', sans-serif;
    color: #EEC314;
}

quote {
    font-family: 'Arial';
    font-weight: bold;
    font-size: 100px;
    color: #ec2027;
    margin-bottom: 0;
}

@-webkit-keyframes check {
    50% {
        outline-color: #333;
        box-shadow: 0 0 0 12px #333, 0 0 0 36px rgba(51, 51, 51, 0.2);
    }
    100% {
        outline-color: #333;
        box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0);
    }
}

@keyframes check {
    50% {
        outline-color: #333;
        box-shadow: 0 0 0 12px #333, 0 0 0 36px rgba(51, 51, 51, 0.2);
    }
    100% {
        outline-color: #333;
        box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0);
    }
}

.testimonial-sec-content h2 {
    font-size: 52px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    margin-bottom: 24px;
    line-height: 72px;
    margin-top: 0px;
}

.testimonial-sec-content h2 span {
    color: #2C69C3;
}

.testimonial-sec-content p {
    font-size: 16px;
    color: #42597A;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    line-height: 24px;
}

.testimonial-sec-content {
    padding-left: 40px;
}

/*testimnal sec*/


/*question-sec*/
.question-sec {
    padding-bottom: 120px;
}

.question-heading {
    text-align: center;
}

.question-heading h2 {
    font-size: 52px;
    color: #021229;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    margin: 0px;
    margin-bottom: 24px;
}

.question-heading h2 span {
    color: #2C69C3;
}

.accordian-main-box {
    padding: 0px 100px;
}

.card {
    border: none !important;
    border-bottom: 1px solid lightgray !important;
}

.card-header {
    border: none !important;
    background-color: white;
}

.btn-link:focus, .btn-link:hover {
    box-shadow: none !important;
    color: #021229;
}

.accordian-main-box .card button {
    color: #021229;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    text-decoration: none !important;
    padding: 0px !important;
}

.accordian-main-box .card h5 {
    margin-top: 0px !important;
    color: #021229;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    text-decoration: none !important;
    padding: 0px !important;
}

.accordian-main-box .card .card-header {
    padding: 16px 0px !important;
}


/*footer*/
.footer-main-box {
    max-width: 684px;
    margin: 0 auto;
    display: flex;
    margin-bottom: 40px;
}

.footer-logo {
    background-color: #EEC314;
    padding: 32px;
    max-width: 225px;
    text-align: center;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
}

.footer-logo img {
    max-width: 45px;
    margin-bottom: 16px;
}

.footer-logo h3 {
    font-size: 24px;
    color: #021229;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    margin: 0px !important;

}

.footer-list {
    border: 1px solid lightgray;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
    border-left: none !important;
    padding: 24px;
}

.footer-list ul {
    padding-left: 0px;
    margin-bottom: 0px;
}

.footer-list ul li {
    margin-bottom: 24px;
}

.footer-list ul li:last-child {
    margin-bottom: 0px;
}

.footer-list ul li {
    font-size: 16px;
    color: white;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    list-style: none;
}

.footer-list ul li a {
    font-size: 16px;
    color: white;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    text-decoration: none;
}

.footer-list ul li a:hover {
    color: white !important;
}

.second-list {
    text-align: center;
    margin-bottom: 40px;
}

.second-list ul {
    padding-left: 0px;
    margin-bottom: 0px;
}

.second-list ul li {
    list-style: none;
    display: inline-block;
    margin-right: 24px;
}

.second-list ul li:last-child {
    margin-right: 0px !important;
}

.second-list ul li a {
    font-size: 16px;
    color: white;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    text-decoration: none;
}

.second-list ul li a:hover {
    color: white !important;
}

.payment-content h4 {
    font-size: 14px;
    color: #FFFFFF;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    margin: 0px;
}

.center-deisgn {
    text-align: center;
}

.right-deisgn {
    text-align: right;
}


/*sub about*/
.page-about-us {
    padding: 90px 0px;
}

.sub-abput-img img {
    width: 100%;
    border-radius: 16px;
    margin-bottom: 40px;
}

.subabout-content {
    margin-bottom: 40px;
}

.subabout-content h2 {
    font-size: 60px;
    color: #021229;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    margin: 0px !important;
    margin-bottom: 24px !important;
    line-height: 76px;
}

.subabout-content h2 span {
    color: #2C69C3;
}

.subabout-content p {
    font-size: 16px;
    color: #42597A;
    margin-bottom: 0px;
    margin-top: 0px;
}

.subabout-box-one {
    border: 1px solid lightgray;
    padding: 32px;
    border-top-right-radius: 16px;
    border-top-left-radius: 16px;
    border-bottom: none !important;
}

.subabout-box-two {
    border: 1px solid lightgray;
    padding: 32px;
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
}

.subabout-box-two h3 {
    font-size: 24px;
    color: #021229;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    margin: 0px !important;
    margin-bottom: 8px !important;
}

.subabout-box-two p {
    font-size: 16px;
    color: #42597A;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
}

.subabout-box-one img {
    max-width: 80px;
    margin-bottom: 24px;
}

.subabout-box-two img {
    max-width: 80px;
    margin-bottom: 24px;
}

.subabout-box-one h3 {
    font-size: 24px;
    color: #021229;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    margin: 0px !important;
    margin-bottom: 8px !important;
}

.subabout-box-one p {
    font-size: 16px;
    color: #42597A;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
}

.subabout-slider {
    display: flex;
    width: 100%;
}

.subabout-slider-ratings {
    border: 1px solid lightgray;
    width: 34%;
    padding: 32px 15px;
    text-align: center;
}

.subabout-slider-ratings h3 {
    font-size: 56px;
    color: #021229;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    margin: 0px !important;
    margin-bottom: 8px !important;
}

.subabout-slider-ratings p {
    font-size: 16px;
    color: #42597A;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    margin: 0px !important;
}

.slider-rating-one {
    border-top-left-radius: 16px;
    border-right: none !important;
}

.slider-rating-three {
    border-top-right-radius: 16px;
}

.subabout-testimonial-section {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom-left-radius: 16px !important;
    border-bottom-right-radius: 16px !important;
}


/*head-office-sec*/
.head-office-sec {
    padding: 90px 0px;
    background-color: #2C69C3;
}

.headi-office-content h2 {
    font-size: 52px;
    color: #FFFFFF;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    margin-bottom: 0px !important;
    margin-bottom: 24px !important;
}

.headi-office-content ul {
    padding-left: 0px !important;
    margin-bottom: 0px !important;
}

.headi-office-content ul li {
    font-size: 16px;
    color: #FFFFFF;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    list-style: none;
    margin-bottom: 24px;
}

.headi-office-content ul li a {
    font-size: 16px;
    color: white !important;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    text-decoration: none;
}

.headi-office-content ul li:last-child {
    margin-bottom: 0px !important;
}

.airpot-design-sec {
    padding: 90px 0px;
}

.headi-office-content ul li a img {
    width: 24px;
    margin-right: 16px;
}


/*get-in-touch-sec*/
.get-in-touch-sec {
    padding: 90px 0px;
}

.get-in-detail h2 {
    font-size: 60px;
    color: #021229;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    margin-bottom: 40px;
}

.get-in-detail h2 span {
    color: #2C69C3;
}

.get-in-touch-img img {
    width: 100%;
    border-radius: 16px;
}

.adress-detail-main {
    display: flex;
    position: absolute;
    z-index: 1234;
}

.adress-box {
    padding: 32px;
    border: 1px solid lightgray;
    border-radius: 16px;
    background-color: white;
    width: 290px !important;
    margin-right: 30px;
}

.phone-box {
    padding: 32px;
    border: 1px solid lightgray;
    border-radius: 16px;
    background-color: white;
    width: 290px !important;
    margin-right: 30px;
}

.email-box {
    padding: 32px;
    border: 1px solid lightgray;
    border-radius: 16px;
    background-color: white;
    width: 290px !important;
}

.adress-box img {
    max-width: 80px;
    margin-bottom: 40px;
}

.adress-box h3 {
    font-size: 24px;
    color: #021229;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    margin: 0px !important;
    margin-bottom: 8px !important;
}

.adress-box p {
    font-size: 16px;
    color: #42597A;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
}

.phone-box img {
    max-width: 80px;
    margin-bottom: 40px;
}

.phone-box h3 {
    font-size: 24px;
    color: #021229;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    margin: 0px !important;
    margin-bottom: 8px !important;
}

.phone-box p {
    font-size: 16px;
    color: #42597A;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
}

.email-box img {
    max-width: 80px;
    margin-bottom: 40px;
}

.email-box h3 {
    font-size: 24px;
    color: #021229;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    margin: 0px !important;
    margin-bottom: 8px !important;
}

.email-box p {
    font-size: 16px;
    color: #42597A;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
}

.accordian-main-box .card h5 {
    cursor: pointer;
}

.term-and-condition-sec {
    padding: 100px 0px;
}

.terms-para-main h1 {
    font-size: 60px;
    color: #021229;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    margin-top: 0px !important;
    margin-bottom: 24px !important;
}

.terms-para-main p {
    font-size: 16px;
    color: #42597A;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
}

.terms-para-main {
    margin-bottom: 40px;
}

.card-header h5 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.arrow-x img {
    transform: rotate(180deg);
}

.arrow-x .collapsed img {
    transform: rotate(180deg);
}

.collapsed img {
    transform: inherit !important;
}

.slider-girl-img {
    max-width: 80px;
    margin-bottom: 10px !important;
}

.about-testimonial-design {
    height: 325px !important;
}

.about-slider-img-main {
    text-align: left !important;
}

.card-body {
    font-size: 16px;
    color: #021229;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    padding-left: 0px !important;
}

.slider-rating-two {
    border-right: none !important;
}

span.select2-selection.select2-selection--single {
    border-radius: 8px !important;
}

.right-deisgn h4 a {
    color: white;
    text-decoration: none;
}

.accrodian-detail {
    padding: 16px 100px;
}

.accrodian-detail p {
    font-size: 14px;
    color: #42597A;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    margin-bottom: 0px;
    margin-top: 0px;
}

.accrodian-detail p a {
    color: #2C69C3;
    text-decoration: none;
}

.form-select:focus {
    border-color: lightgray !important;
    outline: none !important;
    box-shadow: none !important;
}
/*.des-ul-design {*/
/*    height: 128px !important;*/
/*}*/
.product-box-content{
    height: 175px;
}
.see-more-link{
    margin: 12px 0px;
}
@media only screen and (max-width: 768px) {
    .work-with-us-sec {
        background-image: url(../img/handshake.png);
        background-size: cover;
        padding: 80px 0px 200px;
        background-position: bottom !important;
    }

    .header-main {
        padding: 20px 0px;
    }

    .work-with-us-sec {
        padding: 30px 0px;
    }

    .work-with-us-box h2 {
        font-size: 35px;
    }

    .work-with-us-box p {
        font-size: 144px;
    }

    .airpot-select-design-box .main-form {
        margin-bottom: 0px;
    }

    .airpot-select-design-box h3 {
        margin-top: 0px;
    }

    .accrodian-detail {
        padding: 16px 0px !important;
    }

    .testimonial_slider_2 #controls label {
        width: 40px !important;
    }

    .get-in-touch-sec {
        padding: 30px 0px 100px 0px !important;
    }

    .term-and-condition-sec {
        padding: 30px 0px 100px 0px !important;
    }

    .main-mb-view {
        width: 100%;
        display: flex;
        align-self: center;
        justify-content: space-between;
    }

    .navbar-expand-lg .navbar-nav {
        margin: 0px !important;
        align-items: flex-start !important;
    }

    .navbar-collapse {
        padding-left: 0px !important;
        margin-top: 10px;
    }

    .navbar-toggler:focus {
        outline: none;
        box-shadow: none;
    }

    .main-content-detail h2 {
        font-size: 35px;
        line-height: 45px;
        margin-top: 0px;
        margin-bottom: 24px;
    }

    .about-main-sec-heading h2 {
        font-size: 40px !important;
        line-height: 56px !important;
    }

    .main-content-detail p {
        font-size: 15px;
        font-weight: 400;
    }

    .select2-container--default {
        width: 100% !important;
    }

    .main-home-content {
        padding-top: 20px;
    }

    .about-main-sec-heading {
        height: 100%;
        border-top-left-radius: 20px !important;
        border-top-right-radius: 20px !important;
        border-bottom-left-radius: 0px !important;
    }

    .about-main-banner {
        border-top-left-radius: 20px !important;
        border-top-right-radius: 20px !important;
        border-bottom-left-radius: 0px !important;
    }

    .about-boxes {
        display: block !important;
    }

    .about-box {
        max-width: 100%;
        border-radius: 0px !important;
    }

    .col-pad-left {
        padding-left: 15px !important;
    }

    .box-one {
        border-right: 1px solid lightgray !important;
    }

    .box-three {
        border-right: 1px solid lightgray !important;
        border-bottom: none !important;
    }

    .col-pad-right {
        padding-right: 15px !important;
    }

    .box-four {
        border-bottom-right-radius: 16px !important;
        border-bottom-left-radius: 16px !important;
    }

    .accordian-main-box {
        padding: 0px !important;
    }

    .testimonial-sec-content h2 {
        font-size: 40px;
        line-height: 56px;
    }

    .testimonial-sec-content {
        padding-left: 0px;
    }

    .question-heading h2 {
        font-size: 40px;
        line-height: 56px;
    }

    .main-content-detail {
        margin-bottom: 24px;
    }

    .row-mb-design {
        flex-direction: column-reverse !important;
    }

    .testimonial-sec-content {
        margin-bottom: 40px;
    }

    .testimonials-section {
        height: 270px;
    }

    .main-home-content {
        padding: 30px 0px 100px;
    }

    .about-main-sec {
        padding: 0px 0px 100px 0px;
    }

    .testimonial-sec {
        padding-bottom: 100px;
    }

    .question-sec {
        padding-bottom: 100px;
    }

    .footer-main-box {
        display: block;
    }

    .footer-logo {
        max-width: 100%;
        border-top-right-radius: 16px !important;
        border-bottom-left-radius: 0px !important;
    }

    .footer-list {
        border-left: 1px solid white !important;
        border-top-right-radius: 0px !important;
        border-top: 0px !important;
        border-bottom-left-radius: 16px !important;
        border-bottom-right-radius: 16px !important;
    }

    .second-list ul li {
        display: block;
        text-align: left;
        margin-bottom: 32px !important;
    }

    .right-deisgn {
        text-align: left;
    }

    .center-deisgn {
        text-align: left;
    }

    .payment-content {
        margin-bottom: 32px !important;
    }

    .main-footer-design {
        padding: 40px 0px !important;
    }

    .footer-list ul li a {
        line-height: 24px !important;
    }

    .footer-list ul li a img {
        height: 24px;
        margin-right: 10px;
        width: 24px;
    }

    .footer-list-indent {
        display: inline-flex !important;
        display: flex;
        align-items: center;
    }


    /*contact us page*/
    .adress-detail-main {
        display: block;
        position: relative;
    }

    .adress-box {
        width: 100% !important;
        margin-bottom: 30px;
    }

    .phone-box {
        width: 100% !important;
        margin-bottom: 30px;
    }

    .email-box {
        width: 100% !important;
    }

    .get-in-touch-img {
        display: none;
    }

    .get-in-detail h2 {
        font-size: 40px;
    }

    .adress-box img {
        margin-bottom: 24px;
    }

    .about-row-design {
        flex-direction: column-reverse;
    }

    .subabout-content h2 {
        font-size: 40px;
        line-height: 56px;
    }

    .subabout-boxes {
        margin-bottom: 40px;
    }

    .subabout-slider-ratings h3 {
        font-size: 24px;
    }

    .subabout-slider-ratings p {
        font-size: 14px;
    }

    .sub-abput-img img {
        display: none;
    }

    .headi-office-content ul {
        margin-bottom: 40px !important;
    }

    .head-office-sec {
        padding: 40px 0px !important;
    }

    .headi-office-content h2 {
        font-size: 40px;
    }

    .page-about-us {
        padding: 30px 0px 100px !important;
    }

    .terms-para-main h1 {
        font-size: 40px;
        line-height: 56px;
    }

    .about-testimonial-design {
        height: 360px !important;
    }

    .slider-girl-img {
        display: block !important;
    }

    .pickup-content {
        padding-top: 20px;
    }

    .des-ul-design {

        margin-top: 20px;
        padding-left: 0 !important;
    }
    /*.product-box-content ul li{*/
    /*    white-space: nowrap;*/
    /*    overflow: hidden;*/
    /*    text-overflow: ellipsis;*/
    /*}*/

    .main-search-bar {
        margin-bottom: 0px;
    }
}
.product-boxes-button {
    padding: 0px;
}

.product-boxes-button button {
    height: 40px;
}
.product-box-main{
    padding: 24px;
}
.product-box-img {
    display: flex;

    img {
        max-width: 110px;
        max-height: 80px;
        border-top-right-radius: 0px !important;
        border-top-left-radius: 0px !important;
    }
}
.product-box-img h2{
    margin-top: 0px !important;
}
.product-box-img h3{
    margin-top: 10px !important;
}

.product-box-content {
    padding: 0px !important;
}

.stripe-img {
    max-width: 53px !important;
}

.header-button:focus {
    box-shadow: none !important;
    outline: none !important;
}


/* General Styling and Structure testimonial
--------------------------------------------------------------------------------*/

.testimonial_slider_2 {
    width: 100%;
    background-color: #2C69C3;
    border: 1px solid #2C69C3;
    overflow: hidden;
    box-sizing: border-box;
    padding-bottom: 30px;
    border-radius: 16px;
}

.testimonial_slider_2 input {
    display: none;
}

.boo_inner.clearfix {
    display: flex;
}

.testimonial_slider_2 #slide_2_1:checked ~ .boo_inner {
    margin-left: 0;
}

.testimonial_slider_2 #slide_2_2:checked ~ .boo_inner {
    margin-left: -100%;
}

.testimonial_slider_2 #slide_2_3:checked ~ .boo_inner {
    margin-left: -200%;
    margin-bottom: 20px
}

.testimonial_slider_2 #slide_2_4:checked ~ .boo_inner {
    margin-left: -300%;
}

.testimonial_slider_2 #slide_2_5:checked ~ .boo_inner {
    margin-left: -400%;
}

.testimonial_slider_2 .boo_inner {
    width: 500%;
    -webkit-transform: translateZ(0);
    -webkit-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
    -moz-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
    -ms-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
    -o-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
    transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000);

    -webkit-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
    -ms-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
    -o-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
    transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
}

.last-testimonial-design {
    margin-bottom: 15px;
}

.testimonial_slider_2 .slide_content {
    width: 25%;
    float: left;
}

.testimonial_slider_2 #controls {
    text-align: left;
    padding-left: 30px;
}

.testimonial_slider_2 #controls label {
    width: 60px;
    height: 4px;
    margin: 0 2px;
    display: inline-block;
    background: #ffffff80;
    cursor: pointer;
    /*
     border-radius:4px;
     -moz-border-radius:4px;
     -webkit-border-radius:4px;
   }
   .testimonial_slider_2 #slide_2_1:checked ~ #controls label:nth-child(1),
   .testimonial_slider_2 #slide_2_2:checked ~ #controls label:nth-child(2),
   .testimonial_slider_2 #slide_2_3:checked ~ #controls label:nth-child(3),
   .testimonial_slider_2 #slide_2_4:checked ~ #controls label:nth-child(4){
     background:#000; /* Change controls background color when mouse click */
}

.testimonial_2 {
    font-size: 16px !important;
    color: #333;
    padding: 30px 30px 0px;
    position: relative;
    transform: translateY(-50%);
    top: 50%;
}

.content_2 {
    position: relative;
    margin-bottom: 8px;
}

.content_2:before,
.content_2:after {
    content: "";
    height: 15px;
    width: 19px;
    position: absolute;
}

.content_2:before {
    background: url(icon_testimonial_2_before.png) 0 0 no-repeat;
    left: 0;
}

.content_2:after {
    background: url(icon_testimonial_2_after.png) 0 0 no-repeat;
    margin: 5px 10px;
}

.testimonial_2 p {
    display: inline;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 24px;
    color: #EEC314;
    font-style: italic;
    line-height: 32px;
}

.author_2 h3 {
    color: #FFFFFF;
    font-size: 13px;
    margin-top: 0px !important;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    margin-bottom: 0px !important;
}

.author_2 h4 a:hover {
    color: #000;
    border: none;
}

.author_2 h4 a:hover:after {
    border-color: #000;
    width: 100%;
}

.testimonial_slider_2 #slide_2_1:checked ~ #controls label:nth-child(1), .testimonial_slider_2 #slide_2_2:checked ~ #controls label:nth-child(2), .testimonial_slider_2 #slide_2_3:checked ~ #controls label:nth-child(3), .testimonial_slider_2 #slide_2_4:checked ~ #controls label:nth-child(4), .testimonial_slider_2 #slide_2_5:checked ~ #controls label:nth-child(5) {
    background-color: white !important;
}

.tesiminial-aboput-slider .testimonial_slider_2 {
    border-top-right-radius: 0px !important;
    border-top-left-radius: 0px !important;
}

.work-with-us-sec {
    background-image: url(../img/handshake.png);
    background-size: cover;
    padding: 80px 0px 200px;
    background-position: 100% 100%;
}

.work-with-us-box {
    background-color: white;
    padding: 32px;
    border-radius: 16px;
}

.work-with-us-box h2 {
    font-size: 45px;
    color: #021229;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    margin-bottom: 8px;
    margin-top: 0px;
}

.work-with-us-box p {
    font-size: 16px;
    color: #42597A;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    margin-bottom: 0px;
}

.work-with-us-box p a {
    color: #2C69C3;
    text-decoration: none;
}
















