@import url(https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap);
* {
    font-family: "Inter", sans-serif;
    font-weight: 400
}

body {
    overflow-x: hidden
}

select,
input,
textarea {
    outline: 0;
    box-shadow: none
}

select:focus,
input:focus,
textarea:focus {
    outline: none;
    outline: 0;
    box-shadow: none
}

.form-control:focus {
    outline: 0;
    box-shadow: none
}

a {
    text-decoration: none
}

a:hover {
    text-decoration: none;
    color: inherit
}

.btn {
    border-radius: 30px;
    padding: 10px 30px
}

.form-control {
    border-radius: 9px
}

.btn-primary {
    background-image: linear-gradient(to right, #7B45F6, #338DF2);
    transition:all 0.3s ease-in;
}
.btn-primary:hover {
    background-image: linear-gradient(to right, #338DF2,#7B45F6)
}

.btn-primary-outline {
    color: #6758F4;
    background-color: #fff;
    border: 1px solid #E1E7EE
}

.header {
    position: absolute;
    z-index: 9
}

.header-logo img {
    width: 110px
}

.nav-link:focus,
.nav-link:hover {
    color: inherit
}

.nav-item a {
    color: #fff;
    font-weight: 500;
    position: relative
}

.header-cart .nav-item a {
    color: #707070
}

.header-cart .nav-item a.head-cart img {
    filter: invert(1);
    opacity: .6
}

.header-login {
    background-color: #fff;
    border-radius: 20px
}

.header-login a {
    color: #000;
    padding: 8px 20px
}

.header-cart .header-login a {
    border: 1px solid #6c6c6c
}

.cart-count {
    background-color: #f14444;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff;
    position: absolute;
    top: 0;
    right: 5px;
    font-size: 8px;
    font-weight: 500
}

.header_account_login .dropdown {
    padding: 0 10px
}

.header_account_login img {
    width: 25px;
    height: 25px;
    border-radius: 100%;
    object-fit: cover;
    border: 2px solid #fff
}

.header_account_login a {
    color: #000;
    font-size: 12px !important
}

.banner {
    position: relative
}
.banner-slider.owl-carousel{
    z-index:0;
}
.banner img {
    width: 100%;
    height:100vh;
    object-fit:cover;
}

.banner_content {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: end;
    height: 100%;
    left: 0;
    width: 100%;
    bottom: 15px
}

.banner_content h1 {
    color: #fff;
    font-size: 56px;
    font-weight: 700
}

.banner_content h1 span {
    font-size: 40px;
    font-weight: 200;
    display: block
}

.banner_content h1 b {
    font-size: 36px;
    font-weight: 500;
    color: #122031;
    display: block
}

.filter_tab_content {
    background-color: #fff;
    padding: 30px 60px;
    border-radius: 20px;
    min-height: 269px
}

.banner_filter {
    margin-top: 60px;
    min-height: 320px
}

.banner_filter_pills {
    margin-bottom: 5px
}

.banner_filter_pills li {
    font-size: 13px
}

.banner_filter_pills .nav-item svg {
    margin-right: 2px;
    width: 18px;
    height: 18px
}

.banner_filter_pills .nav-item {
    background-color: #fff;
    border-radius: 8px;
    font-weight: 400;
    text-align: center;
    margin: 0 1px
}

.banner_filter_pills .nav-item .nav-link {
    color: #464646;
    width: 100%;
    font-weight: 500;
    padding: 10px 5px;
    height: 100%
}

.banner_filter_pills .nav-item .nav-link svg path {
    fill: #ADAAAA
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-image: linear-gradient(to bottom, #338DF2, #7B45F6);
    color: #fff;
    width: 100%
}

.nav-pills .nav-link.active svg path,
.nav-pills .nav-link.active svg {
    fill: #fff
}

.banner_filter_pills li {
    font-size: 13px
}

.select2-dropdown {
    background-color: #fff;
    border: 1px solid #ebebeb !important;
    border-radius: 4px !important
}

.booking_field {
    position: relative;
    width: 23%;
    height: 40px;
    margin: 3px 7px;
    margin-bottom: 15px
}

.booking_field select {
    border-radius: 0;
    box-shadow: none;
    color: #000;
    font-size: 15px;
    padding: 0;
    padding: 2px 22px;
    ;
    border: 0
}

#ui-datepicker-div {
    z-index: 10 !important
}

input:focus {
    outline: 0
}

#ui-datepicker-div {
    display: none;
    background-color: #fff;
    -webkit-box-shadow: 0 .125rem .5rem rgb(0 0 0 / .1);
    box-shadow: 0 .125rem .5rem rgb(0 0 0 / .1);
    margin-top: .25rem;
    border-radius: .5rem;
    padding: .5rem
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.ui-datepicker-calendar thead th {
    padding: .25rem 0;
    text-align: center;
    font-size: .75rem;
    font-weight: 400;
    color: #78909c
}

.ui-datepicker-calendar tbody td {
    width: 2.5rem;
    text-align: center;
    padding: 0;
    font-size: 12px
}

.ui-datepicker-calendar tbody td a {
    display: block;
    border-radius: .25rem;
    line-height: 1.6;
    -webkit-transition: .3s all;
    transition: .3s all;
    color: #1d1d1d;
    font-size: 12px;
    text-decoration: none
}

.ui-datepicker-calendar tbody td a:hover {
    background-color: #ebf0ff
}

.ui-datepicker-calendar tbody td a.ui-state-active {
    background-color: #1d53f2;
    color: #fff
}

.ui-datepicker-header a.ui-corner-all {
    cursor: pointer;
    position: absolute;
    top: 0;
    width: 2rem;
    height: 2rem;
    margin: .5rem;
    border-radius: .25rem;
    -webkit-transition: .3s all;
    transition: .3s all
}

.ui-datepicker-header a.ui-corner-all:hover {
    background-color: #eceff1
}

.ui-datepicker-header a.ui-datepicker-prev {
    left: 0;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==);
    background-repeat: no-repeat;
    background-size: .5rem;
    background-position: 50%;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.ui-datepicker-header a.ui-datepicker-next {
    right: 0;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==);
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: 50%
}

.ui-datepicker-header a>span {
    display: none
}

.ui-datepicker-title {
    text-align: center;
    line-height: 2rem;
    margin-bottom: .25rem;
    font-size: .875rem;
    font-weight: 500;
    padding-bottom: .25rem
}

.ui-datepicker-week-col {
    color: #78909c;
    font-weight: 400;
    font-size: .75rem
}

.ui-datepicker-month {
    margin-right: 7px
}

.ui-datepicker-month,
.ui-datepicker-year {
    padding: 3px 8px;
    outline: 0;
    background-color: #1d53f2;
    color: #fff;
    font-size: 13px;
    border: 0;
    border-radius: 3px
}

.custom-date-picker,
.custom-time-picke {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%
}

.custom-date-picker input,
.custom-time-picker input {
    background-color: #fff0;
    cursor: pointer;
    width: 100%;
    border: none;
    padding: 0;
    font-size: 13px;
    color: #464646;
    border: 1px solid #E1E7EE;
    border-radius: 9px;
    height: 100%;
    padding: 10px 15px;
    line-height: 1
}

.booking_field select {
    background-color: #fff0;
    cursor: pointer;
    width: 100%;
    border: none;
    padding: 0;
    font-size: 13px;
    color: #464646;
    border: 0 solid #E1E7EE;
    border-radius: 9px;
    height: 100%;
    padding: 12px 15px;
    line-height: 1;
    padding-left: 35px
}

.booking_field option {
    font-size: 15px;
    padding: 10px;
    line-height: 2.2;
    height: 40px;
    border-radius: 0
}

.booking_field option:hover {
    background-color: #7B45F6 !important;
    color: #fff
}

.normal_select select {
    background-color: #fff0;
    cursor: pointer;
    width: 100%;
    border: none;
    padding: 0;
    font-size: 13px;
    color: #464646;
    border: 1px solid #E1E7EE;
    border-radius: 9px;
    height: 100%;
    padding: 13px 15px;
    line-height: 1
}

.custom-date-picker:after {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    right: 20px;
    top: 30%;
    background-image: url(../img/date.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1
}

.custom-time-picker:after {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    right: 20px;
    top: 30%;
    background-image: url(../img/time.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat
}

@media (max-width:1600px) {
    .custom-date-picker input {
        font-size: 13px
    }
    .custom-time-picker input {
        font-size: 13px
    }
}

.custom-date-picker span {
    position: absolute;
    right: 15px;
    top: 15px
}

.ui-state-disabled {
    color: #b9b9b9
}

.date-icon {
    position: absolute;
    right: 20px;
    top: 12px;
    line-height: 1;
    z-index: 0
}

.guest-number-input-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px
}

.g-input-text {
    font-size: 13px;
    color: #464646;
    flex-shrink: 0
}

@media (max-width:500px) {
    .g-input-text {
        max-width: 50%;
        line-height: 1.2;
        padding-right: 10px
    }
}

.count-btn {
    height: 20px;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgb(0 0 0 / .1);
    background-color: #fff;
    color: #7B45F6;
    cursor: pointer;
    border-radius: 100%;
    font-size: 20px;
    line-height: 1
}

.guest-number-input-item {
    padding: 8px 15px;
    border-radius: 9px;
    border: 1px solid #E1E7EE;
    height: 40px
}

.g-input-field {
    display: flex;
    align-items: center;
    background-color: #7B45F6;
    border-radius: 50px;
    padding: 2px
}

@media (max-width:500px) {
    .g-input-field {
        max-width: 50%
    }
}

.g-input-field input {
    text-align: center;
    border-radius: 0;
    border: 0 solid rgb(0 0 0 / .1);
    height: 20px;
    max-width: 30px;
    width: 100%;
    margin: 0;
    display: inline-block;
    background-color: #fff0;
    color: #fff;
    font-size: 12px
}

@media (max-width:500px) {
    .g-input-field input {
        max-width: 43px
    }
}

.booking_select {
    background-color: #fff;
    color: #464646;
    padding-left: 0;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    font-size: 14px;
    border: 1px solid #E1E7EE;
    border-radius: 9px;
    cursor: pointer;
    margin-bottom: 10px
}

.booking_field label.error {
    font-size: 11px;
    color: #ff4c4c;
    bottom: -15px;
    position: absolute;
    left: 15px;
    font-weight: 300;
    letter-spacing: .3px
}

.select-options {
    max-height: 200px;
    overflow-y: auto;
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid rgb(0 0 0 / .1);
    border-top: none;
    box-shadow: rgb(0 0 0 / .16) 0 1px 4px
}

.booking_select:after,
.normal_select:after {
    position: absolute;
    display: block;
    content: '';
    width: 10px;
    height: 10px;
    top: 58%;
    right: 15px;
    margin-top: -6px;
    border-bottom: 1px solid #969696;
    border-right: 1px solid #969696;
    transform: rotate(45deg) translateY(-50%);
    transition: all .2s ease-in-out;
    transform-origin: 50% 0
}

.booking_select:before {
    position: absolute;
    display: block;
    content: '';
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    top: 0
}

#orgin_select .booking_select:before {
    width: 15px;
    height: 100%;
    left: 10px;
    background-image: url(../img/pin.png)
}

#travel_sect .booking_select:before {
    width: 22px;
    height: 100%;
    left: 10px;
    background-image: url(../img/suitcase.png)
}

#destination_select .booking_select:before {
    background-image: url(../img/destination.png);
    width: 22px;
    height: 100%;
    left: 10px
}

#terminal_select .booking_select:before {
    background-image: url(../img/terminal.png);
    width: 17px;
    height: 100%;
    left: 10px
}

#flight_select .booking_select:before {
    background-image: url(../img/flight.png);
    width: 20px;
    height: 100%;
    left: 10px
}

#travel_select .booking_select:before {
    background-image: url(../img/globe.png);
    width: 17px;
    height: 100%;
    left: 10px
}

#flighttype_select .booking_select:before {
    background-image: url(../img/flight_type.png);
    width: 20px;
    height: 100%;
    left: 10px
}

#flight_select .booking_select {
    padding-left: 0
}

.select-options li {
    color: #464646;
    margin: 0;
    padding: 4px 12px;
    -moz-transition: all .15s ease-in;
    -o-transition: all .15s ease-in;
    -webkit-transition: all .15s ease-in;
    transition: all .15s ease-in;
    padding-left: 22px;
    font-size: 13px;
    cursor: pointer
}

#flight_no_select input,
#vehicle_no_select input,
.bookingcustom_input input {
    width: 100%;
    padding: 10px 15px;
    padding-left: 40px;
    font-size: 14px
}

#flight_no_select:before {
    position: absolute;
    display: block;
    content: '';
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../img/flight-no.png);
    width: 22px;
    height: 100%;
    left: 10px
}

#vehicle_no_select:before {
    position: absolute;
    display: block;
    content: '';
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../img/vehicle.png);
    width: 22px;
    height: 100%;
    left: 10px
}

.airport_list_section {
    padding: 60px 15px
}

.section-head h2 {
    color: #5B5D5F;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 5px
}

.section-head p {
    color: #979797;
    font-size: 16px
}

.airport_lists>.d-flex {
    justify-content: center !important
}

.airport_list_grid {
    width: 20%;
    padding: 0 15px;
    margin-bottom: 15px
}

.airtport_list_thumb {
    position: relative;
    margin: auto;
    margin-bottom: 15px;
    width: 185px;
    height: 185px
}

.airtport_list_thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100%
}

.airport_list_grid h4 {
    font-size: 18px;
    font-weight: 700;
    color: #404040;
    margin-bottom: 5px
}

.airport_list_grid p {
    color: #4C4C4D;
    font-size: 16px
}

.airtport_list_thumb h3 {
    height: 100%;
    width: 100%;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 40px;
    font-weight: 700;
    background-color: rgb(0 0 0 / 31%);
    border-radius: 100%;
    opacity: 0;
    transition: all 0.3s ease-in;
    text-transform: capitalize
}

.airport_list_grid:hover h3 {
    opacity: 1
}

.service-section {
    background-color: #FDF8F4;
    padding: 60px 15px
}

.service-carousel picture {
    border-radius: 50px;
    overflow: hidden
}

.service-carousel .item img {
    border-radius: 50px;
    overflow: hidden
}

.service-carousel h4 {
    color: #5A5A5A;
    text-align: center;
    font-size: 18px;
    margin-top: 20px
}

.servce_listing_grid {
    text-align: center;
    margin-bottom: 30px;
    width: 20%
}

.servce_listing_grid img {
    width: 100%;
    border-radius: 50px;
    overflow: hidden
}

.servce_listing_grid h4 {
    color: #5A5A5A;
    text-align: center;
    font-size: 18px;
    margin-top: 20px
}

.primefly_section {
    background-color: #58A7FF;
    padding: 60px 15px 20px;
    color: #fff;
    text-align: center;
    position: relative;
    overflow: hidden
}

.primefly_section p {
    line-height: 1.8
}

.place_vector {
    position: relative;
    z-index: 1
}

.cloud-left {
    position: absolute;
    left: -100px;
    bottom: -125px;
    z-index: 0;
    width: 500px;
    animation: cloudleft 4s infinite
}

@keyframes cloudleft {
    from {
        left: -100px
    }
    50% {
        left: -30px
    }
    to {
        left: -100px
    }
}

.cloud-right {
    position: absolute;
    right: -195px;
    bottom: -110px;
    z-index: 0;
    width: 600px;
    animation: cloudright 4s infinite
}

@keyframes cloudright {
    from {
        right: -195px
    }
    50% {
        right: -130px
    }
    to {
        right: -195px
    }
}

.places {
    padding: 0 40px
}

.company-counter {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2
}

.company-counter .company-counter-item:last-child {
    margin-right: 0
}

@media (max-width:575px) {
    .company-counter .company-counter-item:last-child {
        margin-right: auto
    }
}

@media (max-width:575px) {
    .company-counter {
        display: block
    }
}

.company-counter-item {
    border-radius: 10px;
    padding: 1px;
    min-width: 220px;
    margin-right: 10px;
    background: linear-gradient(to right, #5aa6ff, #ff767e, #ffbd8c);
    overflow: hidden;
    margin-bottom: 15px;
    margin-top: 15px
}

@media (max-width:1600px) {
    .company-counter-item {
        min-width: calc(200px - 10px)
    }
}

@media (max-width:575px) {
    .company-counter-item {
        margin-right: 0;
        min-width: auto;
        width: 250px;
        margin-left: auto;
        margin-right: auto
    }
}

.company-counter-item-wraper {
    padding: 10px 15px;
    background: #fff;
    display: flex;
    align-items: center;
    overflow: hidden;
    border-radius: 10px
}

@media (max-width:575px) {
    .company-counter-item-wraper {
        justify-content: center
    }
}

.company-counter-item-icon {
    flex-shrink: 0;
    margin-right: 10px
}

@media (max-width:575px) {
    .company-counter-item-icon {
        width: 70px;
        text-align: center
    }
}

.company-counter-item-content {
    text-align: left;
    width: 100%
}

.company-counter-item-content h4 {
    font-weight: 700;
    font-size: 45.3174px;
    line-height: 1;
    margin-bottom: 0;
    color: #6e56a2
}

@media (max-width:1600px) {
    .company-counter-item-content h4 {
        font-size: calc(35px - 5px)
    }
    .company-counter-item-icon img {
        height: 43px
    }
}

.company-counter-item-content span {
    display: block;
    font-size: 15px;
    color: #afafaf;
    line-height: 1.3
}

.btn-style-2 {
    position: relative;
    display: inline-block;
    padding: 1px;
    font-size: 17px;
    color: #151525;
    border-radius: 30px;
    overflow: hidden;
    background: linear-gradient(to right, #5aa6ff, #ff767e, #ffbd8c);
    text-decoration: none;
    font-weight: 500
}

@media (max-width:1600px) {
    .btn-style-2 {
        font-size: calc(17px - 2px)
    }
}

@media (max-width:1400px) {
    .btn-style-2 {
        font-size: calc(16px - 2px*1.6);
        font-weight: 500
    }
}

.btn-style-2 .btn-in {
    padding: 15px 30px;
    background: #fff;
    overflow: hidden;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    font-weight: 600;
    transition: .3s ease
}

@media (max-width:1600px) {
    .btn-style-2 .btn-in {
        padding: calc(13px - 2px) calc(30px - 5px)
    }
}

@media (max-width:1400px) {
    .btn-style-2 .btn-in {
        padding: calc(12px - 2px*2) calc(30px - 5px*2)
    }
}

.btn-style-2:hover {
    background: linear-gradient(to right, #5aa6ff, #ff767e);
    color: #fff
}

.btn-style-2:hover .btn-in {
    background: linear-gradient(to right, #5aa6ff, #ff767e);
    color: #fff
}

.home-blog-section {
    padding: 60px 15px
}

.home_bloglist_grid {
    padding: 1px;
    background: linear-gradient(to right, #5aa6ff, #ff767e, #ffbd8c);
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 25px
}

.home_bloglist_wrap {
    background-color: #fefcfb;
    padding: 30px 50px;
    border-radius: 20px
}

.home_bloglist_wrap img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    margin-bottom: 15px
}

.home_bloglist_wrap h4 {
    font-weight: 800;
    font-size: 25px;
    line-height: 1.2;
    color: #381a25;
    margin-bottom: 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical
}

@media (max-width:1600px) {
    .home_bloglist_wrap h4 {
        font-size: calc(25px - 4px)
    }
}

@media (max-width:1400px) {
    .home_bloglist_wrap h4 {
        font-size: calc(25px - 4px)
    }
}

@media (max-width:1199px) {
    .home_bloglist_wrap h4 {
        font-size: calc(25px - 4px*1.9)
    }
}

@media (max-width:575px) {
    .home_bloglist_wrap h4 {
        font-size: calc(25px - 4px*1.2)
    }
}

.home_bloglist_wrap p {
    font-size: 18px;
    line-height: 1.6;
    color: #707070;
    margin-bottom: 15px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical
}

@media (max-width:1600px) {
    .home_bloglist_wrap p {
        font-size: calc(17px - 2px)
    }
}

@media (max-width:1400px) {
    .home_bloglist_wrap p {
        font-size: calc(16px - 2px*1.5)
    }
}

.home_testimonial {
    background-color: #FDF8F4;
    padding: 60px 15px
}

.testimonial-wrap {
    background-color: #fff;
    border-radius: 15px;
    padding: 50px
}

.testimonial-grid {
    padding: 0;
    border-right: 1px solid #ccc
}

.testimonial-grid:last-child {
    border-right: 0
}

.testimonial-grid p {
    font-size: 16px;
    color: #000;
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
    text-align: center;
    font-weight: 500;
    line-height: 1.8;
    padding: 0 0
}

.testimonial-grid p img {
    width: 20px !important;
    margin-right: 5px;
    display: inline !important
}

.testimonial-grid p:before {
    width: 20px;
    height: 20px;
    background-image: url(../img/quote1.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    top: 0;
    left: 0
}

.testimonial-grid p:after {
    width: 20px;
    height: 20px;
    background-image: url(../img/quote2.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    bottom: 0;
    right: 0
}

.testimonial-author {
    align-items: center
}

.testiminial-img {
    margin-right: 10px
}

.testiminial-designation h4 {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    margin-bottom: 2px
}

.testiminial-designation h5 {
    font-size: 14px;
    font-weight: 500;
    color: #4F4F4F;
    margin-bottom: 0
}

.testiminial-img img {
    width: 50px !important;
    height: 50px !important;
    object-fit: cover;
    object-position: center;
    border-radius: 100%;
}

.service-slider .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 33%;
    right: -30px
}

.service-slider .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 33%;
    left: -30px
}

.service-slider .owl-carousel .owl-nav img {
    width: 40px
}

.testimonial_slider .owl-carousel .owl-nav {
    display: block
}

.testimonial_slider .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 45%;
    right: -75px
}

.testimonial_slider .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 45%;
    left: -75px
}

.testimonial_slider .owl-carousel .owl-nav img {
    width: 40px
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #fff0;
    color: #FFF;
    text-decoration: none
}

footer {
    padding: 40px 100px;
    background-color: #122031
}

.footer_logo img {
    width: 140px
}

.footer_menu h4 {
    color: #fff;
    font-weight: 500;
    font-size: 18px
}

.footer_menu ul {
    padding-left: 0
}

.footer_menu li {
    list-style: none
}

.footer_menu li a {
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    opacity: .7;
    line-height: 1.8;
    margin-bottom: 5px;
    display: block
}

.footer_menu li a:hover {
    opacity: 1
}

.footer-bottom-contact hr {
    width: 60px;
    height: 3px;
    background-color: #14447C;
    margin-bottom: 8px;
    opacity: 1
}

.footer-bottom-contact p {
    margin-bottom: 0
}

.footer-bottom-contact a {
    color: #fff;
    opacity: .7;
    font-size: 16px
}

.footer-bottom-contact a:hover {
    opacity: 1
}

.footer-bottom-social svg {
    margin-left: 5px;
    width: 35px
}

.footer-bottom-social li {
    list-style: none
}

.servicebanner {
    background-color: #FDF8F4
}

.serviceinner_bannerimg img {
    height: 100vh;
    width: 100%;
    object-fit: cover
}

.srvc_bnnr_text h1 {
    color: #7C46F7
}

.srvc_bnnr_text h1 span {
    font-weight: 300
}

.srvc_bnnr_filter {
    margin-top: 20px
}

.srvc_bnnr_filter .filter_tab_content {
    padding: 30px
}

.srvc_bnnr_filter .booking_field {
    width: 19.35%
}

.srvc_bnnr_filter h4 {
    color: #AFACAC;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px
}

.srvc_work_section {
    padding: 60px 15px 0
}

.srvc_wrk_grid {
    padding: 0 20px
}

.srvc_wrk_grid img {
    width: 100%
}
.service_grid_wrap{
    width: 20%;
}
.srvc_wrk_grid h4 {
    color: #7C46F7;
    font-size: 18px;
    margin-top: 20px;
    font-weight: 600
}

.srvc_wrk_grid p {
    color: #979797
}

#service_wrktab {
    justify-content: center
}

.nav-tabs.srvc_tab_list .nav-link {
    color: #5B5D5F;
    font-weight: 600;
    padding-bottom: 0;
    padding: 0;
    margin: 0 10px
}

.nav-tabs.srvc_tab_list .nav-item.show .nav-link,
.nav-tabs.srvc_tab_list .nav-link.active {
    border: 0;
    margin-bottom: 14px;
    border-bottom: 1px solid #7C46F7;
    color: #7C46F7
}

#srvc_tab_content .tab-pane {
    padding-top: 30px
}

.locationbanner {
    position: relative
}

.loc-text {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center
}

.loc-text h1 {
    font-size: 72px;
    margin-top: 60px;
    color: #fff;
    font-weight: 700
}

.airport-section {
    padding: 60px 15px
}

.airport-slider .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 45%;
    left: -60px
}

.airport-slider .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 45%;
    right: -60px
}

.airport-section .owl-item {
    position: relative
}

.airport-section .owl-item img {
    height: 310px;
    border-radius: 20px;
    object-fit: cover
}

.aiport-content {
    opacity: 0;
    transition: all 0.1s linear;
    position: absolute;
    z-index: 1;
    bottom: 0;
    padding: 20px 40px;
    color: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    border-radius: 20px;
    background-color: rgb(0 0 0 / 40%)
}

.airport-section .owl-item.active.center .aiport-content {
    opacity: 0
}

.aiport-content h4 {
    font-size: 26px
}

.aiport-content p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.8
}

.aiport-faq {
    padding: 0 15px 60px
}

.airport-faq-cont .accordion-button:not(.collapsed) {
    color: #381A25;
    background-color: #fff;
    font-size: 16px;
    outline: none
}

.airport-faq-cont .accordion-button {
    font-size: 14px
}

.airport-faq-cont .accordion-button:focus {
    box-shadow: none
}

.airport-faq-cont .accordion-item {
    border-left: 0;
    border-right: 0;
    font-size: 16px
}

.airport-faq-cont .accordion-item:first-of-type {
    border-top: 0
}

.airport-faq-cont .accordion-item h4 {
    font-size: 16px
}

.airport-faq-cont .accordion-item p {
    font-size: 16px
}

.package-section {
    padding: 60px 15px;
    background-color: #FDF8F4
}

#packageTab li {
    margin: 0 6px
}

#packageTab a {
    position: relative;
    display: inline-block;
    padding: 15px 45px;
    color: #151525;
    border-radius: 20px;
    background: linear-gradient(to right, #5aa6ff, #ff767e, #ffbd8c);
    text-decoration: none
}

#packageTab a:before {
    content: "";
    position: absolute;
    background: #fff;
    width: 99%;
    height: 98%;
    border-radius: 20px;
    font-weight: 600;
    left: 1px;
    top: 1px;
    z-index: 0
}

#packageTab a.active {
    padding: 15px 45px;
    border-radius: 20px;
    background-image: linear-gradient(to bottom, #338DF2, #7B45F6);
    color: #fff
}

#packageTab a.active:before {
    opacity: 0
}

#packageTab a p {
    font-size: 16px;
    margin-bottom: 5px;
    position: relative;
    z-index: 1;
    text-align: center
}

#packageTab a h4 {
    margin-bottom: 0;
    position: relative;
    z-index: 1;
    text-align: center
}

.packagecontent-wrp {
    background-color: #fff;
    padding: 40px 8%;
    border-radius: 20px;
    border: 1px solid #E1E7EE;
    margin-top: 20px
}

.package-content-list ul {
    width: 100%;
    padding-left: 15px
}

.package-content-list ul li {
    margin-bottom: 15px;
    color: #707070;
    font-size: 16px
}

.package-content-list {
    padding: 25px 0 15px;
    border-bottom: 1px solid #DADADA;
    margin-bottom: 25px
}

.packge-content-edit {
    padding: 18px 30px;
    border: 1px solid #D0D0D0;
    border-radius: 10px
}

.packge-content-edit h4 {
    font-size: 20px;
    color: #86888B;
    font-weight: 600
}

.packge-content-edit p {
    color: #86888B;
    margin-bottom: 0;
    font-size: 16px
}

.packge-content-edit svg {
    width: 22px;
    height: 22px
}

.cart-progress {
    padding-top: 100px;
    padding-bottom: 30px
}

.cart-progress li {
    list-style: none;
    padding-right: 80px;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    color: #86888B;
    position: relative
}

.cart-progress li:after {
    content: "";
    position: absolute;
    right: 5px;
    height: 1px;
    border-bottom: 2px dotted #ccc;
    width: 70px
}

.cart-progress li:last-child {
    padding-right: 0
}

.cart-progress li:last-child:after {
    display: none
}

.cart-progress li span {
    height: 25px;
    width: 25px;
    text-align: center;
    background-color: #707070;
    margin-right: 5px;
    color: #fff;
    border-radius: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 13px;
    font-weight: 600
}

.cart-empty {
    padding: 120px 30px 60px
}

.cart-empty img {
    width: 180px
}

.cart-empty h4 {
    font-weight: 600;
    color: #5e6175
}

.cart-empty p {
    font-size: 15px;
    color: #707070;
}

.cart-progress li.active {
    color: #00A52F
}

.cart-progress li.active span {
    background-color: #00A52F
}

.cart-wrap {
    padding: 60px 15px;
    background-color: #FDF8F4
}

.cart-product {
    background-color: #fff;
    padding: 15px 15px;
    border: 1px solid #D0D0D0;
    border-radius: 10px;
    margin-bottom: 15px
}

.cart-product-list h4,
.cart-price-summry h4 {
    font-size: 20px;
    color: #5B5D5F;
    font-weight: 600;
    margin-bottom: 10px
}

.cart-prdt-img {
    margin-right: 15px
}

.cart-prdt-img img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 10px
}

.cart-prdct-dtls {
    margin-right: 15px
}

.cart-prdct-dtls h4 {
    margin-bottom: 0;
    color: #707070;
    font-size: 16px
}

.cart-prdct-dtls p {
    margin-bottom: 0;
    color: #86888B;
    font-size: 14px
}

.cart-prdct-dtls a {
    color: #86888B;
    font-size: 14px;
    text-decoration: underline
}

.cart-prdct-price h5 {
    color: #707070;
    font-size: 16px;
    font-weight: 600
}

.cart-prdct-price {
    padding-right: 30px
}

#termsError {
    font-size: 12px
}
.coupen_checkout{
    margin-top:20px;
    margin-bottom:20px
}
.price-summery {
    background-color: #fff;
    padding: 15px 40px;
    border: 1px solid #D0D0D0;
    border-radius: 10px
}

.price-summery table {
    width: 100%
}

.price-summery td {
    font-size: 14px;
    color: #86888B;
    width: 50%;
    padding-bottom: 5px
}

.price-summery td:last-child {
    text-align: right
}

.price-summery tfoot {
    border-top: 1px solid #ccc
}

.price-summery tfoot td {
    padding: 10px 0
}

.cart-price-summry label {
    color: #464646;
    font-size: 14px;
    font-weight: 300
}

.cart-prdct-summry .cart-dtl-wrp {
    margin: 5px 0
}

.cart-prdct-summry .cart-dtl-wrp img {
    width: 60px;
    height: 60px
}

.cart-prdct-payment {
    padding: 20px
}

.cart-pyment-list {
    border: 1px solid #D0D0D0;
    padding: 15px;
    border-radius: 10px;
    margin: 4px 0
}

.cart-pymentradio h4 {
    font-size: 15px;
    margin-bottom: 0;
    color: #6C6C6C;
    font-weight: 600
}

.cart-pymentradio p {
    font-size: 14px;
    margin-bottom: 0;
    color: #6C6C6C;
    font-weight: 400
}

.cart-pymentradio {
    width: 75%
}

.cart-pyment-list img {
    width: 70px
}
.copy_btn{
    background-color: transparent;
    border: 0;
    box-shadow: none;
}
.copy_btn svg{
    width: 30px;
}
.coupen_checkout h3{
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
}
.coupen_checkout p{
    font-weight: 500;
    color: #c45e7d;
    font-size: 12px;
}
.directtransfer-form {
    margin-top: 10px;
    padding-left: 30px
}

.directtransfer-form .form-grid p {
    font-size: 12px;
    color: #585858
}

.directtransfer-form label {
    font-size: 14px;
    color: #585858
}

.directtransfer-form .form-grid input {
    padding: 8px 15px
}

#card-form,
#upi-form {
    display: none
}

.supprt-infrmation {
    padding: 7% 7%;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.supprt-infrmation h3 {
    font-size: 30px;
    color: #86888B;
    margin-bottom: 20px
}

.supprt-infrmation ul li {
    list-style: none;
    width: 31%;
    border: 1px solid #F4F4F4;
    border-radius: 20px;
    margin-right: 2%;
    margin-bottom: 2%;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.supprt-infrmation ul {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0
}

.supprt-infrmation li .information-list {
    text-align: center;
    padding: 15px
}

.supprt-infrmation li a {
    color: #381A25
}

.supprt-infrmation li p {
    font-size: 15px;
    line-height: 1.2;
    margin-top: 10px;
    font-weight: 500;
    margin-bottom: 0
}

.support-links {
    padding: 7% 7%;
    background-color: #FEFCFB;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.support-links h3 {
    font-size: 30px;
    color: #86888B;
    margin-bottom: 20px
}

.support-links ul {
    padding-left: 0
}

.support-links li {
    list-style: none;
    margin-right: 10px;
    margin-bottom: 5px
}

.support-links li svg {
    margin-right: 5px
}

.support-links li:hover path {
    fill: #fff
}

.support-links li:hover rect {
    fill: #fff
}

.contact-left {
    padding: 7% 6% 7% 8%
}

.address-grid {
    padding: 0 10px 0 0
}

.address-grid img {
    margin-right: 5px;
    height: 22px;
    width: 20px;
    object-fit: contain
}

.address-grid p {
    margin: 0;
    line-height: 1.8;
}

.contact-links {
    margin-top: 25px
}

.contact-links li {
    list-style: none;
    margin-right: 10px
}

.contact-left h2 {
    margin-bottom: 30px
}

.contact-form {
    padding: 7% 6% 7% 8%;
    background-color: #FEFCFB
}

.form-grid {
    margin-bottom: 10px;
    padding: 0 5px !important
}

.form-grid input,
.form-grid textarea,
.form-grid select {
    width: 100%;
    padding: 11px 22px;
    border: 1px solid #e1e7ee;
    color: #464646;
    border-radius: 10px;
    outline: 0;
    transition: .2s linear;
    line-height: 1.5;
    font-weight: 400
}

.blog-wraper {
    padding: 60px 0 60px 0
}

.blog-search span {
    background-image: linear-gradient(to right, #7B45F6, #338DF2);
    color: #fff;
    border-radius: 5px !important;
    margin-right: 5px
}

.blog-search span svg {
    width: 20px;
    height: 20px;
    margin: 5px 0
}

.blog-search input {
    border-radius: 5px !important;
    font-size: 13px
}

@media (max-width:1600px) {
    .blog-wraper {
        padding: calc(60px - 10px) 0
    }
}

@media (max-width:1400px) {
    .blog-wraper {
        padding: calc(60px - 10px*2) 0
    }
}

@media (max-width:991px) {
    .blog-wraper {
        padding: calc(60px - 10px*3) 0
    }
}

.blog-contaier {
    max-width: 1524px;
    padding: 0 12px;
    margin: auto
}

@media (max-width:1600px) {
    .blog-contaier {
        max-width: calc(1524px - 255px)
    }
}

@media (max-width:1400px) {
    .blog-contaier {
        max-width: calc(1524px - 255px*1.3)
    }
}

.blog-item-wraper {
    max-width: 1380px;
    width: 100%;
    margin: auto;
    margin-bottom: 60px
}

@media (max-width:1600px) {
    .blog-item-wraper {
        margin-bottom: calc(60px - 10px)
    }
}

@media (max-width:1400px) {
    .blog-item-wraper {
        margin-bottom: calc(60px - 10px*2);
        max-width: calc(1380px - 230px*1.2)
    }
}

@media (max-width:1199px) {
    .blog-item-wraper {
        margin-bottom: calc(60px - 10px*3);
        max-width: calc(1380px - 230px*2)
    }
}

@media (max-width:991px) {
    .blog-item-wraper {
        margin-bottom: calc(60px - 10px*3);
        max-width: calc(1380px - 230px*2.9)
    }
}

@media (max-width:767px) {
    .blog-item-wraper {
        max-width: 570px
    }
}

@media (max-width:575px) {
    .blog-item-wraper {
        max-width: 340px
    }
}

.blog-item-wraper .row [class*=col-] {
    margin-bottom: 64px;
    padding: 0 20px
}

@media (max-width:1600px) {
    .blog-item-wraper .row [class*=col-] {
        margin-bottom: calc(64px - 10px);
        padding: 0 calc(20px - 2px)
    }
}

@media (max-width:1400px) {
    .blog-item-wraper .row [class*=col-] {
        margin-bottom: calc(64px - 10px*2);
        padding: 0 calc(20px - 2px*2)
    }
}

@media (max-width:1199px) {
    .blog-item-wraper .row [class*=col-] {
        margin-bottom: calc(64px - 10px*3);
        padding: 0 calc(20px - 2px*3)
    }
}

@media (max-width:991px) {
    .blog-item-wraper .row [class*=col-] {
        margin-bottom: calc(64px - 10px*3);
        padding: 0 calc(20px - 2px*5)
    }
}

@media (max-width:575px) {
    .blog-item-wraper .row [class*=col-] {
        margin-bottom: 25px
    }
}

.blog-item-image {
    padding: 1px;
    background: linear-gradient(to right, #5aa6ff, #ff767e, #ffbd8c);
    height: 300px;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 25px
}

@media (max-width:1600px) {
    .blog-item-image {
        height: calc(300px - 50px);
        margin-bottom: calc(25px - 4px)
    }
}

@media (max-width:1400px) {
    .blog-item-image {
        height: calc(300px - 50px*1.6);
        margin-bottom: calc(25px - 4px*1.6)
    }
}

@media (max-width:1199px) {
    .blog-item-image {
        height: calc(300px - 50px*2);
        margin-bottom: calc(25px - 4px*2)
    }
}

@media (max-width:991px) {
    .blog-item-image {
        height: calc(300px - 50px*3);
        margin-bottom: calc(25px - 4px*2)
    }
}

@media (max-width:575px) {
    .blog-item-image {
        height: calc(300px - 50px*2);
        margin-bottom: calc(25px - 4px*2)
    }
}

.blog-item-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 20px;
    transition: .2s linear
}

.blog-item-content {
    max-width: 400px
}

@media (max-width:1600px) {
    .blog-item-content {
        max-width: calc(400px - 60px)
    }
}

.blog-item-content a {
    text-decoration: none;
    transition: .3s linear
}

.blog-item-content h3 {
    font-weight: 700;
    font-size: 25px;
    line-height: 1.2;
    color: #381a25;
    margin-bottom: 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical
}

@media (max-width:1600px) {
    .blog-item-content h3 {
        font-size: calc(25px - 4px)
    }
}

@media (max-width:1400px) {
    .blog-item-content h3 {
        font-size: calc(25px - 4px*1.5)
    }
}

@media (max-width:1199px) {
    .blog-item-content h3 {
        font-size: calc(25px - 4px*1.9)
    }
}

@media (max-width:575px) {
    .blog-item-content h3 {
        font-size: calc(25px - 4px*1.2)
    }
}

.blog-item-content p {
    font-size: 18px;
    line-height: 1.6;
    color: #707070;
    margin-bottom: 15px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical
}

@media (max-width:1600px) {
    .blog-item-content p {
        font-size: calc(18px - 2px)
    }
}

@media (max-width:1400px) {
    .blog-item-content p {
        font-size: calc(18px - 2px*1.5)
    }
}

.blog-wraper .section-head {
    font-weight: 500;
    font-size: 40px;
    line-height: 1.2;
    text-transform: capitalize;
    color: #381a25;
    margin-bottom: 30px;
    text-align: center
}

@media (max-width:1600px) {
    .blog-wraper .section-head {
        font-size: calc(40px - 6px);
        margin-bottom: calc(30px - 5px)
    }
}

@media (max-width:991px) {
    .blog-wraper .section-head {
        font-size: calc(40px - 6px*1.9);
        margin-bottom: calc(30px - 5px*2)
    }
}

.loadmore-btn {
    min-width: 206px;
    justify-content: center;
    padding: 15px 24px
}

@media (max-width:1600px) {
    .loadmore-btn {
        min-width: calc(206px - 30px)
    }
}

@media (max-width:991px) {
    .loadmore-btn {
        min-width: calc(206px - 30px*2)
    }
}

.loadmore-btn p {
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
    color: #fff
}

@media (max-width:1600px) {
    .loadmore-btn p {
        font-size: calc(20px - 2px);
        font-weight: 500
    }
}

@media (max-width:1400px) {
    .loadmore-btn p {
        font-size: calc(20px - 2px*2)
    }
}

.recent-blogs {
    padding: 44px 44px;
    border: 1px solid #d0d0d0;
    border-radius: 8px;
    margin-bottom: 30px
}

@media (max-width:1600px) {
    .recent-blogs {
        padding: calc(44px - 7px) calc(44px - 7px);
        margin-bottom: calc(30px - 5px)
    }
}

@media (max-width:1400px) {
    .recent-blogs {
        padding: calc(44px - 7px*2) calc(44px - 7px*2)
    }
}

@media (max-width:1199px) {
    .recent-blogs {
        padding: calc(44px - 7px*3) calc(44px - 7px*3)
    }
}

.recent-blogs .section-head-2 {
    color: #381a25;
    margin-bottom: 20px;
    text-align: left
}

@media (max-width:1600px) {
    .recent-blogs .section-head-2 {
        margin-bottom: calc(20px - 2px)
    }
}

.recent-blog-item {
    margin-bottom: 14px
}

@media (max-width:575px) {
    .recent-blog-item {
        margin-bottom: 25px
    }
}

.recent-blog-item:hover .recent-blog-item-image img {
    transform: scale(1.1)
}

.recent-blog-item-image {
    width: 100%;
    height: 160px;
    border-radius: 11px;
    overflow: hidden;
    filter: drop-shadow(0 1.12533px 11.2533px rgb(0 0 0 / .1))
}

@media (max-width:1600px) {
    .recent-blog-item-image {
        height: calc(180 - 40px)
    }
}

@media (max-width:1199px) {
    .recent-blog-item-image {
        height: calc(253px - 40px*2)
    }
}

@media (max-width:575px) {
    .recent-blog-item-image {
        margin-bottom: 15px
    }
}

.recent-blog-item-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    transition: .3s linear
}

.recent-blog-item-image:hover img {
    transform: scale(1.1)
}

.recent-blog-item-content a {
    text-decoration: none;
    transition: .3s linear
}

.recent-blog-item-content a:hover h4 {
    color: #5aa6ff
}

.recent-blog-item-content h4 {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.3;
    color: #381a25;
    margin-bottom: 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical
}

@media (max-width:1600px) {
    .recent-blog-item-content h4 {
        font-size: calc(20px - 2px)
    }
}

@media (max-width:767px) {
    .recent-blog-item-content h4 {
        margin-bottom: 10px
    }
}

@media (max-width:575px) {
    .recent-blog-item-content h4 {
        margin-bottom: 5px
    }
}

.recent-blog-item-content span {
    display: block;
    margin-bottom: 0;
    color: #707070;
    font-size: 12px;
    font-weight: 500
}

@media (max-width:1199px) {
    .recent-blog-item-content span {
        margin-bottom: 12px
    }
}

@media (max-width:767px) {
    .recent-blog-item-content span {
        margin-bottom: 10px
    }
}

@media (max-width:575px) {
    .recent-blog-item-content span {
        margin-bottom: 5px
    }
}

.recent-blog-item-content P {
    color: #979797;
    line-height: 1.8;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical
}

@media (max-width:1680px) {
    .recent-blog-item-content P {
        font-size: 14px;
        margin-bottom: 5px
    }
}

.trending-item {
    position: relative;
    padding: 1px;
    border-radius: 20px;
    overflow: hidden;
    background: linear-gradient(to right, #5aa6ff, #ff767e, #ffbd8c);
    margin-bottom: 8px
}

.trending-item h5 {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
    color: #381a25;
    margin-bottom: 5px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical
}

@media (max-width:1600px) {
    .trending-item h5 {
        font-size: calc(20px - 2px)
    }
}

@media (max-width:1400px) {
    .trending-item h5 {
        font-size: calc(20px - 2px*2)
    }
}

.trending-item p {
    font-weight: 300;
    font-size: 14px;
    line-height: 1.4;
    color: #707070;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical
}

.trending-item span {
    display: inline-block;
    margin-bottom: 3px;
    font-size: 10px;
    line-height: 1.2;
    color: rgb(112 112 112 / .81)
}

.trending-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center;
    z-index: 0;
    opacity: 0;
    visibility: hidden;
    transition: .2s linear
}

.trending-item a {
    text-decoration: none
}

.trending-item:hover {
    background: #fff
}

.trending-item:hover img {
    opacity: 1;
    visibility: visible
}

.trending-item:hover h5,
.trending-item:hover p,
.trending-item:hover span {
    color: #fff
}

.trending-item-inside {
    position: relative;
    padding: 30px 30px;
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
    z-index: 1
}

@media (max-width:1600px) {
    .trending-item-inside {
        padding: calc(30px - 2px) calc(30px - 5px)
    }
}

@media (max-width:1400px) {
    .trending-item-inside {
        padding: calc(30px - 2px*2) calc(30px - 5px*2)
    }
}

.trending-wraper {
    margin-bottom: 30px;
    padding-left: 6px
}

@media (max-width:991px) {
    .trending-wraper {
        margin-bottom: 10px
    }
}

.trending-wraper .section-head-2 {
    color: #381a25;
    margin-bottom: 20px;
    text-align: left
}

@media (max-width:1600px) {
    .trending-wraper .section-head-2 {
        margin-bottom: calc(20px - 2px)
    }
}

@media (max-width:1400px) {
    .trending-wraper .section-head-2 {
        margin-bottom: calc(20px - 2px*2)
    }
}

.trending-item-container {
    position: relative
}

.blog-item:hover .blog-item-image img {
    transform: scale(1.05)
}

@media (max-width:991px) {
    .trending-item-wraper {
        display: flex;
        flex-wrap: wrap
    }
    .trending-item-wraper .trending-item-box {
        max-width: 33.33%;
        padding: 0 5px
    }
}

@media (max-width:991px) and (max-width:767px) {
    .trending-item-wraper .trending-item-box {
        max-width: 50%
    }
}

@media (max-width:991px) and (max-width:575px) {
    .trending-item-wraper .trending-item-box {
        max-width: 100%
    }
}

.single-blog-banner::after {
    background: linear-gradient(to bottom, #3b3a3a -100%, #fff0)
}

.testimonial-carousel .owl-stage {
    display: flex
}

.testimonial-carousel .owl-stage-outer {
    background-color: #fff;
    padding: 20px 0;
    position: relative
}

.testimonial-carousel .owl-stage-outer::after {
    position: absolute;
    height: 100%;
    width: 8px;
    content: '';
    background-color: #fff;
    right: 0;
    top: 0
}

.testimonial-carousel .owl-item {
    border-right: 1px solid #CCCCCC !important
}

.note {
    color: #f3831d;
    font-size: 11px;
    font-style: italic;
    margin-bottom: 0
}

.note-2 {
    font-size: 11px;
    font-style: italic;
    margin-bottom: 0;
    color: #bec0c3;
    margin-top: -5px;
    padding-left: 16px
}

.service-carousel.owl-carousel .owl-stage {
    margin: auto
}

@media(max-width:1680px) {
    .nav-item a {
        font-size: 14px
    }
    .banner_content h1 span {
        font-size: 32px
    }
    .banner_content h1 {
        font-size: 44px
    }
    .banner_content h1 b {
        font-size: 26px
    }
    .banner_filter_pills li {
        font-size: 11px
    }
    .banner_filter_pills .nav-item svg {
        margin-right: 0;
        width: 16px;
        height: 18px
    }
    .booking_select:after {
        width: 7px;
        height: 7px;
        top: 65%
    }
    .booking_select {
        font-size: 13px
    }
    #flight_no_select input {
        font-size: 13px
    }
    .btn-primary {
        padding: 9px 30px;
        font-size: 14px;
        border: 0
    }
    .btn-primary-outline {
        padding: 9px 30px;
        font-size: 14px
    }
    .airport_list_grid h4 {
        font-size: 16px
    }
    .airport_list_grid p {
        font-size: 14px
    }
    .section-head h2 {
        font-size: 32px
    }
    .section-head p {
        font-size: 14px
    }
    .service-carousel h4 {
        font-size: 15px
    }
    .primefly_feature_content p {
        font-size: 14px
    }
    .company-counter-item-content span {
        font-size: 12px
    }
    .home_bloglist_wrap {
        padding: 20px 30px
    }
    .testimonial-grid p {
        font-size: 14px
    }
    .testiminial-designation h4 {
        font-size: 14px;
        margin-bottom: 2px
    }
    .testiminial-designation h5 {
        font-size: 12px
    }
    .testiminial-img img {
        width: 35px !important;
        height: 35px !important;
        border-radius: 100%;
    }
    .footer_menu h4 {
        font-size: 16px
    }
    .footer_menu li a {
        font-size: 14px
    }
    .footer-bottom-contact a {
        font-size: 14px
    }
    .srvc_bnnr_text h1 span {
        font-size: 28px
    }
    .srvc_bnnr_text h1 {
        font-size: 40px
    }
    .srvc_wrk_grid h4 {
        font-size: 14px
    }
    .srvc_wrk_grid p {
        font-size: 13px
    }
    .nav-tabs.srvc_tab_list .nav-link {
        font-size: 14px
    }
    .ui-timepicker-list li {
        font-size: 13px
    }
    .aiport-content h4 {
        font-size: 22px
    }
    .aiport-content p {
        font-size: 13px
    }
    .airport-faq-cont .accordion-button,
    .airport-faq-cont .accordion-button:not(.collapsed) {
        font-size: 14px
    }
    .airport-faq-cont .accordion-item h4 {
        font-size: 14px
    }
    .airport-faq-cont .accordion-item p {
        font-size: 14px
    }
    #packageTab a p {
        font-size: 14px
    }
    .package-content-list ul li {
        font-size: 14px
    }
    .packge-content-edit h4 {
        font-size: 17px
    }
    .packge-content-edit p {
        font-size: 14px
    }
    .packge-content-edit svg {
        width: 18px;
        height: 18px
    }
    .cart-product-list h4,
    .cart-price-summry h4 {
        font-size: 17px;
        color: #5B5D5F;
        font-weight: 600;
        margin-bottom: 10px
    }
    .cart-prdct-dtls h4 {
        margin-bottom: 5px;
        color: #707070;
        font-size: 15px
    }
    .cart-prdct-dtls p {
        margin-bottom: 5px;
        font-size: 13px
    }
    .cart-prdct-dtls a {
        color: #86888B;
        font-size: 13px
    }
    .cart-prdct-price h5 {
        font-size: 15px
    }
    .price-summery td {
        font-size: 13px;
        color: #86888B
    }
    .cart-price-summry label {
        font-size: 13px
    }
    .cart-product-list .cart-pymentradio h4 {
        font-size: 14px
    }
    .cart-pymentradio p {
        font-size: 13px
    }
    .directtransfer-form label {
        font-size: 13px
    }
    .cart-pymentradio {
        width: 65%
    }
    .supprt-infrmation h3,
    .support-links h3 {
        font-size: 26px
    }
    .supprt-infrmation li img {
        height: 32px
    }
    .supprt-infrmation li p {
        font-size: 13px
    }
    .support-links li svg {
        margin-right: 5px;
        height: 20px;
        width: 18px
    }
    .support-links .btn-style-2 .btn-in {
        padding: calc(12px - 2px* 2) calc(25px - 5px* 2)
    }
    .address-grid p {
        font-size: 13px
    }
    .address-grid img {
        margin-right: 8px;
        height: 18px;
        width: 16px;
        object-fit: contain;
        object-position: bottom
    }
    .form-grid input,
    .form-grid textarea,
    .form-grid select {
        font-size: 13px
    }
}

.single-blog-banner {
    position: relative
}

.single-blog-banner img {
    max-width: 100%;
    width: 100%
}

.single-blog-banner::after {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    content: '';
    background: linear-gradient(to bottom, #000 -120%, #fff0);
    position: absolute
}

.single-blog-content {
    padding: 70px 0 40px 0
}

@media (max-width:1600px) {
    .single-blog-content {
        padding: calc(70px - 11px) 0 calc(40px - 6px) 0
    }
}

@media (max-width:1400px) {
    .single-blog-content {
        padding: calc(70px - 11px*2) 0 calc(40px - 6px*2) 0
    }
}

@media (max-width:575px) {
    .single-blog-content {
        padding: calc(70px - 11px*3) 0 calc(40px - 6px*2) 0
    }
}

.blog-header h1 {
    font-weight: 700;
    font-size: 3.15vw;
    line-height: 1.2;
    text-transform: uppercase;
    color: #381a25;
    margin-bottom: 34px
}

@media (max-width:1600px) {
    .blog-header h1 {
        margin-bottom: calc(34px - 4px)
    }
}

@media (max-width:1400px) {
    .blog-header h1 {
        margin-bottom: calc(30px - 4px*2)
    }
}

@media (max-width:767px) {
    .blog-header h1 {
        font-size: 26px
    }
}

@media (max-width:575px) {
    .blog-header h1 {
        font-size: 24px
    }
}

.blog-header span {
    display: inline-block;
    margin-bottom: 20px
}

@media (max-width:1600px) {
    .blog-header span {
        margin-bottom: calc(20px - 2px)
    }
}

@media (max-width:1400px) {
    .blog-header span {
        margin-bottom: calc(20px - 2px*2)
    }
}

.blog-content p,
.blog-content {
    color: #707070;
    line-height: 1.9;
    margin-bottom: 36px;
    font-size: 16px
}

@media (max-width:1600px) {
    .blog-content p,
    .blog-content {
        margin-bottom: calc(36px - 6px);
        font-size: 14px
    }
}

@media (max-width:1400px) {
    .blog-content p,
    .blog-content {
        margin-bottom: calc(36px - 6px*2)
    }
}

@media (max-width:1199px) {
    .blog-content p,
    .blog-content {
        margin-bottom: calc(36px - 6px*3)
    }
}

.blog-content h1,
.blog-content h2,
.blog-content h3,
.blog-content h4,
.blog-content h5,
.blog-content h6 {
    font-weight: 700;
    color: #381a25;
    margin-bottom: 10px
}

.blog-content img {
    margin-bottom: 40px
}

@media (max-width:1600px) {
    .blog-content img {
        margin-bottom: calc(40px - 6px)
    }
}

@media (max-width:1400px) {
    .blog-content img {
        margin-bottom: calc(40px - 6px*2)
    }
}

.popular-blogs {
    padding-left: 4.5vw;
    padding-top: 7vw
}

@media (max-width:1400px) {
    .popular-blogs {
        padding-left: 5vw
    }
}

@media (max-width:991px) {
    .popular-blogs {
        padding-left: 1vw
    }
}

.popular-blogs h4 {
    font-weight: 500;
    font-size: 1.87vw;
    line-height: 1.2;
    text-transform: uppercase;
    color: #381a25;
    margin-bottom: 34px
}

@media (max-width:1600px) {
    .popular-blogs h4 {
        margin-bottom: calc(34px - 5px)
    }
}

@media (max-width:1400px) {
    .popular-blogs h4 {
        margin-bottom: calc(34px - 5px*2)
    }
}

@media (max-width:991px) {
    .popular-blogs h4 {
        font-size: 18px
    }
}

.popular-blog-item {
    display: flex;
    align-items: center;
    padding-bottom: 26px;
    margin-bottom: 26px;
    border-bottom: 1px solid silver
}

@media (max-width:1600px) {
    .popular-blog-item {
        padding-bottom: calc(26px - 4px);
        margin-bottom: calc(26px - 4px)
    }
}

@media (max-width:1400px) {
    .popular-blog-item {
        padding-bottom: calc(26px - 4px*2);
        margin-bottom: calc(26px - 4px*2)
    }
}

.popular-blog-item a {
    text-decoration: none
}

.popular-blog-item-image {
    width: 100px;
    height: 100px;
    flex-shrink: 0;
    margin-right: 17px;
    overflow: hidden
}

.popular-blog-item-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    transition: .2s linear
}

.popular-blog-item-content h5 {
    font-size: 21px;
    line-height: 1.2;
    color: #381a25;
    margin-bottom: 5px;
    overflow: hidden;
    display: -webkit-box;
    transition: .3s linear;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical
}

@media (max-width:1600px) {
    .popular-blog-item-content h5 {
        font-size: calc(21px - 3px)
    }
}

@media (max-width:1400px) {
    .popular-blog-item-content h5 {
        font-size: calc(21px - 3px*1.5)
    }
}

.popular-blog-item-content p {
    font-weight: 300;
    color: #707070;
    margin-bottom: 2px;
    line-height: 1.5;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical
}

@media (max-width:1600px) {
    .popular-blog-item-content p {
        font-size: 14px
    }
}

.popular-blog-item-content span {
    display: inline-block;
    font-size: 11.977px;
    line-height: 1.2;
    color: #d2d2d2
}

.popular-blog-item-wraper .popular-blog-item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0
}

.popular-blog-item:hover .popular-blog-item-image img {
    transform: scale(1.1)
}

.popular-blog-item:hover .popular-blog-item-content h5 {
    color: #1975dc
}

.blog-share {
    padding-top: 15px
}

@media (max-width:575px) {
    .blog-share {
        padding-top: 0
    }
}

.blog-share ul {
    display: flex;
    align-items: center;
    list-style-type: none;
    padding-left: 0;
    margin: 0
}

@media (max-width:575px) {
    .blog-share ul {
        flex-wrap: wrap
    }
    .blog-share ul .total-share {
        width: 100%;
        max-width: 100%
    }
}

.blog-share ul li {
    max-width: 270px;
    width: 100%;
    border-bottom: 1px solid #e9ecef;
    height: 100%;
    flex: 0 0 auto;
    height: 60px;
    transition: .3s linear
}

@media (max-width:1600px) {
    .blog-share ul li {
        height: calc(60px - 6px);
        max-width: calc(270px - 45px)
    }
}

@media (max-width:1400px) {
    .blog-share ul li {
        max-width: calc(270px - 45px*1.6)
    }
}

@media (max-width:1199px) {
    .blog-share ul li {
        max-width: calc(270px - 45px*1.9)
    }
}

@media (max-width:991px) {
    .blog-share ul li {
        max-width: calc(270px - 45px*2.5)
    }
}

@media (max-width:575px) {
    .blog-share ul li {
        max-width: 50%;
        height: calc(60px - 11px)
    }
}

.blog-share ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #707070;
    font-size: 18px;
    padding: 15px 0
}

@media (max-width:1600px) {
    .blog-share ul li a {
        font-size: calc(18px - 2px);
        padding: 12px 0
    }
}

@media (max-width:1400px) {
    .blog-share ul li a {
        font-size: calc(18px - 2px*2)
    }
}

@media (max-width:991px) {
    .blog-share ul li a {
        font-size: calc(18px - 2px*2.6)
    }
}

.share-icon {
    flex-shrink: 0;
    margin-right: 10px
}

.share-icon img {
    margin-bottom: 0
}

.share-content p {
    margin-bottom: 0
}

.share-content p span {
    display: inline-block;
    margin-right: 8px
}

.fb-share {
    border-bottom: 1px solid #3b5998 !important
}

.fb-share .share-content p span {
    color: #3b5998
}

.fb-share:hover {
    background-color: rgb(59 89 152 / .1)
}

.pinterest-share {
    border-bottom: 1px solid #cc232a !important
}

.pinterest-share .share-content p span {
    color: #cc232a
}

.pinterest-share:hover {
    background-color: rgb(204 35 42 / .1)
}

.total-share a {
    pointer-events: none
}

.total-share a span {
    color: #121416;
    margin-right: 8px
}

.blog-author {
    display: flex;
    align-items: center;
    margin-bottom: 60px;
    margin-top: 30px
}

@media(max-width:1600px) {
    .blog-author {
        margin-bottom: calc(60px - 10px)
    }
}

@media(max-width:1400px) {
    .blog-author {
        margin-bottom: calc(60px - 10px*2)
    }
}

@media(max-width:1199px) {
    .blog-author {
        margin-bottom: calc(60px - 10px*3)
    }
}

@media(max-width:991px) {
    .blog-author {
        margin-top: 30px;
        margin-bottom: calc(60px - 10px*4)
    }
}

.blog-author-image {
    flex-shrink: 0;
    margin-right: 14px;
    height: 48px;
    width: 48px;
    border-radius: 50%;
    overflow: hidden
}

.blog-author-image img {
    margin-bottom: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center
}

.blog-author-content h5,
.blog-author-content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    color: #353535;
    margin-bottom: 0
}

@media(max-width:991px) {
    .blog-author-content h5,
    .blog-author-content p {
        font-size: 15px
    }
}

.blog-author-content h5 {
    margin-bottom: 10px
}

.you-may-like {
    margin: 60px 0;
    max-width: 1364px
}

@media(max-width:1600px) {
    .you-may-like {
        margin: calc(60px - 10px) 0
    }
}

@media(max-width:1400px) {
    .you-may-like {
        margin: calc(60px - 10px*2) 0
    }
}

@media(max-width:1199px) {
    .you-may-like {
        margin: calc(60px - 10px*3) 0
    }
}

.you-may-like .row [class*='col-'] {
    margin-bottom: 30px
}

@media(max-width:1600px) {
    .you-may-like .row [class*='col-'] {
        margin-bottom: 25px
    }
}

.r-post-date {
    font-weight: 400;
    font-size: 10px;
    line-height: 1x;
    color: rgb(112 112 112 / .81)
}

.single-blog-content .blog-contaier {
    max-width: 1650px;
    width: 100%
}

@media(max-width:1600px) {
    .single-blog-content .blog-contaier {
        max-width: calc(1650px - 300px)
    }
}

@media(max-width:1400px) {
    .single-blog-content .blog-contaier {
        max-width: calc(1650px - 300px*1.5)
    }
}

.blog-spec {
    position: sticky;
    flex-shrink: 0;
    margin-right: 100px;
    margin-top: 8rem;
    top: 8rem;
    height: fit-content
}

@media(max-width:1600px) {
    .blog-spec {
        margin-right: calc(100px - 15px)
    }
}

@media(max-width:1400px) {
    .blog-spec {
        margin-right: calc(100px - 15px*2)
    }
}

@media(max-width:1199px) {
    .blog-spec {
        margin-right: calc(100px - 15px*3)
    }
}

@media(max-width:991px) {
    .blog-spec {
        display: none
    }
}

.blog-spec-item {
    text-align: center;
    margin-bottom: 50px
}

.blog-spec-item svg {
    margin-bottom: 10px
}

.blog-spec-item p {
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    color: #381A25
}

.blog-spec-item ul {
    padding: 0;
    list-style-type: none
}

.blog-spec-item ul li {
    margin-bottom: 12px
}

.blog-spec-item ul li a {
    display: block;
    text-align: center;
    color: #381A25;
    font-size: 16px
}

.blog-spec-item ul li span {
    display: block;
    font-size: 25px
}

.x-share {
    border-bottom: 1px solid #c4c4c5 !important
}

.mob-filter-slider {
    display: none
}

.mobhead-show,
.menu-container {
    display: none
}

.searchResult {
    position: absolute;
    background-color: #fff;
    width: 100%;
    top: 47px;
    border-radius: 5px !important;
    border: 0 solid #ededed;
    box-shadow: rgb(99 99 99 / .2) 0 2px 8px 0;
    z-index: 9
}

.searchResult ul {
    padding-left: 0;
    margin-bottom: 0
}

.searchResult li {
    list-style: none
}

.searchResult li a {
    color: #000;
    padding: 8px 15px;
    display: block;
    font-size: 14px;
    font-weight: 500
}

.searchResult li a:hover {
    background-color: #eceff1
}

.searchResult li img {
    display: none
}

.locinner_bannerimg {
    width: 100%
}

.locinner_bannerimg img {
    height: 557px;
    object-fit: cover;
    object-position: center
}

.privacy-content {
    padding-top: 130px
}

.privacy-content h1 {
    font-size: 32px
}

.privacy-content h4,
.privacy-content h5 {
    font-size: 22px;
    margin-bottom: 15px;
    margin-top: 15px
}

.privacy-content p,
.privacy-content li,
.privacy-content span {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 10px
}

.head_search {
    display: flex
}

.head_search input {
    border-radius: 20px;
    border: 0;
    width: 0;
    height: 40px;
    padding: 0;
    transition: all 0.3s linear;
    font-size: 14px
}

.head_search.search-expand input {
    width: 200px;
    padding: 5px 20px;
    border: 1px solid #ccc
}

.head_search .searchResultservice {
    position: absolute;
    top: 40px;
    left: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 85%;
    background-color: #fff;
    border-radius: 5px
}

.head_search .searchResultservice ul {
    padding-left: 0
}

.head_search .searchResultservice li {
    list-style: none;
    display: block
}

.head_search .searchResultservice li a {
    color: #000;
    font-size: 13px;
    padding: 8px 10px;
    display: block;
    border-bottom: 1px solid #efefef;
    padding-left: 30px;
    position: relative
}

.head_search .searchResultservice li a:before {
    content: '';
    position: absolute;
    left: 10px;
    width: 12px;
    height: 12px;
    background-image: url(../img/search.png);
    background-repeat: no-repeat;
    background-size: contain;
    top: 0;
    bottom: 0;
    margin: auto
}

.head_search .searchResultservice li a:hover {
    background-color: #eceff1
}

.thanks_section {
    padding-top: 120px;
    padding-bottom: 80px;
    min-height: 60vh;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.thanks_section img {
    width: 180px;
    margin-bottom: 30px
}

.cart-addon {
    padding: 60px 15px;
    background-color: #fff
}

.our-features {
    padding: 90px 0
}

@media (max-width:1600px) {
    .our-features {
        padding: calc(90px - 15px) 0
    }
}

@media (max-width:1400px) {
    .our-features {
        padding: calc(90px - 15px*2) 0
    }
}

@media (max-width:1199px) {
    .our-features {
        padding: calc(90px - 15px*3) 0
    }
}

.our-features .section-head {
    text-align: center;
    margin-bottom: 0
}

.our-features-container {
    max-width: 1160px;
    width: 100%;
    padding: 0 12px;
    margin: auto
}

.features-item-wraper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.features-item {
    max-width: 350px;
    width: 100%;
    text-align: center;
    margin-top: 30px;
    padding: 0 15px
}

@media (max-width:1199px) {
    .features-item {
        max-width: 310px
    }
}

@media (max-width:991px) {
    .features-item {
        max-width: 240px;
        padding: 0 12px
    }
}

@media (max-width:767px) {
    .features-item {
        max-width: 49%;
        padding: 0 12px
    }
}

@media (max-width:575px) {
    .features-item {
        max-width: 100%
    }
}

.features-item h4 {
    font-weight: 500;
    font-size: 20px;
    line-height: 35px;
    text-transform: capitalize;
    color: #381a25
}

@media (max-width:767px) {
    .features-item h4 {
        font-size: 18px
    }
}

.features-item p {
    color: #707070;
    font-weight: 300
}

.features-item-image {
    width: 198px;
    height: 298px;
    border-radius: 100px;
    position: relative;
    margin: auto;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center
}

@media (max-width:767px) {
    .features-item-image {
        margin-bottom: 20px
    }
}

.features-item-image img {
    max-width: 100%;
    object-fit: contain
}

.about_main {
    padding-top: 180px
}

.who_content h3 {
    text-transform: uppercase;
    font-size: 52px;
    color: #506FF3;
    font-weight: 700;
    line-height: 1
}

.who_content h4 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 15px
}

.who_content p {
    font-size: 16px;
    font-weight: 400
}

.about-who {
    padding: 60px 15px;
    color: #979797
}

.about-why {
    padding: 120px 15px;
    background-image: linear-gradient(to right, #338DF2, #7B45F6);
    color: #fff
}

.why-content h3 {
    text-transform: uppercase;
    font-size: 52px;
    color: #fff;
    font-weight: 700;
    line-height: 1
}

.why-content p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.8;
    color: #fff
}

.vision_mission_wrap img {
    width: 150px;
    height: 150px;
    border-radius: 100%;
    object-fit: cover;
    margin-bottom: 15px
}

.vision_mission_wrap h4 {
    font-weight: 600;
    color: #fff;
    font-size: 28px
}

.vision_mission_wrap p {
    font-weight: 300;
    color: #fff;
    font-size: 16px
}

.invoice_table table {
    width: 100%
}

.invoice_table td {
    vertical-align: top
}

.details-item label {
    font-size: 13px;
    margin-top: 10px;
    margin-bottom: 5px;
    font-weight: 500
}

.details-item input:not([type=checkbox]):not([type=radio]) {
    width: 100%;
    font-size: 13px;
    color: #464646;
    border: 1px solid #E1E7EE;
    border-radius: 5px;
    height: 100%;
    padding: 10px 15px;
    line-height: 1
}
.gst_check label{
    font-size: 13px;
    font-weight: 500;
}
.gst_check label span{
    color: #aaaaaa;
}
.details-item select {
    width: 100%;
    font-size: 13px;
    color: #464646;
    border: 1px solid #E1E7EE;
    border-radius: 5px;
    height: 100%;
    padding: 10px 15px;
    line-height: 1
}

.details-item .select2-container {
    width: 100%;
    font-size: 13px;
    color: #464646;
    border: 1px solid #E1E7EE;
    border-radius: 5px;
    height: 100%;
    padding: 0px 15px;
    line-height: 1
}

.details-item textarea {
    width: 100%;
    font-size: 13px;
    color: #464646;
    border: 1px solid #E1E7EE;
    border-radius: 5px;
    height: 100%;
    padding: 10px 15px;
    line-height: 1;
    max-height: 38px
}

.details-item {
    position: relative
}

.details-item .error-message {
    color: red;
    font-size: 11px;
    position: absolute;
    bottom: -15px;
    width: 100%;
    left: 9px
}

.customer-detail-form {
    padding-bottom: 30px
}

.details-item-wraper {
    position: relative
}

.details-item button.add-more-btn.btn.btn-primary,
.details-item .remove-btn.btn.btn-danger {
    position: absolute;
    right: -55px;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    padding: 0;
    font-size: 20px;
    line-height: 1
}

.details-item-option .form-check-input[type=radio] {
    padding: 0;
    width: 20px;
    height: 20px
}

.details-item-option .form-check label {
    margin: 0;
    margin-left: 5px
}

.select2-container--default .select2-selection--single .select2-selection__clear,
.select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none
}

.select2-container .select2-selection--single {
    height: 35px !important;
    background-color: transparent !important;
    display: flex !important;
    align-items: center !important;
    border: 0 !important;
    width: 100% !important
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #464646 !important;
    font-size: 13px !important
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #6f50f5 !important;
    color: white !important;
    font-size: 13px !important
}

.select2-results__option {
    padding: 3px !important;
    font-size: 13px !important
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 180px !important;
    overflow-y: auto
}

.select2-container {
    width: 100% !important;
    padding-left: 25px
}
.service_detail_content {
    background-color:#fafafa;
    padding: 60px 15px;
}
.service_detail_content h2 span{
    font-size:26px !important;
    font-weight:600 !important;
    color: #5B5D5F !important;
    font-family: "Inter", sans-serif !important;
    display:block !important;
    margin-bottom:15px !important;
}
.service_detail_content h3 span{
    font-size:22px !important;
    font-weight:600 !important;
    font-family: "Inter", sans-serif !important;
    color: #5B5D5F !important;
}
.service_detail_content p,.service_detail_content p span,.service_detail_content li,.service_detail_content li span{
        font-size:14px !important;
        color: #4C4C4D !important;
        font-family: "Inter", sans-serif !important;
         margin-bottom:10px !important;
}
.service_detail_content p strong,.service_detail_content p strong span{
    font-weight:600 !important;
}
@media(max-width:1680px) {
    .airtport_list_thumb {
        width: 140px;
        height: 140px
    }
    .airtport_list_thumb h3 {
        font-size: 28px
    }
    .filter_tab_content {
        padding: 30px 50px
    }
    .booking_select select {
        padding-left: 35px
    }
    .normal_select:after {
        width: 7px;
        height: 7px;
        top: 65%
    }
    .servce_listing_grid h4 {
        font-size: 16px
    }
    .airport-faq-cont .accordion-item li,
    .airport-faq-cont .accordion-item p {
        font-size: 13px
    }
    .who_content h3,
    .why-content h3 {
        font-size: 42px
    }
    .who_content h4 {
        font-size: 18px
    }
    .who_content p {
        font-size: 14px;
        font-weight: 400
    }
    .why-content p,
    .vision_mission_wrap p {
        font-size: 14px
    }
    .vision_mission_wrap h4 {
        font-size: 26px
    }
    .about_main {
        padding-top: 140px
    }
    .about-why {
        padding: 100px 15px
    }
    .features-item p {
        font-size: 14px
    }
    .service_detail_content p,.service_detail_content p span,.service_detail_content li,.service_detail_content li span{
        font-size:14px;
        color: #4C4C4D;
    }
}

@media(max-width:1400px) {
    .filter_tab_content {
        padding: 20px 25px
    }
    .banner_filter {
        margin-top: 25px
    }
    .header-logo img {
        width: 90px
    }
    .head_search input {
        font-size: 14px
    }
    
}

@media(max-width:1200px) {
    .filter_tab_content {
        padding: 15px 10px
    }
    .banner_content h1 span {
        font-size: 26px
    }
    .banner_content h1 {
        font-size: 36px
    }
    .banner_content h1 b {
        font-size: 22px
    }
    .banner_filter_pills .nav-item svg {
        width: 18px;
        height: 20px;
        display: block;
        margin: auto;
        margin-bottom: 5px
    }
    .banner_filter_pills .nav-item .nav-link {
        height: 100%
    }
    .custom-date-picker input,
    .booking_select select,
    .normal_select select,
    .custom-time-picker input,
    #flight_no_select input,
    #vehicle_no_select input,
    .bookingcustom_input input,
    .g-input-text {
        font-size: 11px
    }
    .booking_field {
        height: 34px;
        margin-bottom: 12px
    }
    .booking_field select {
        padding: 10px 15px;
        padding-left: 35px
    }
    .normal_select select {
        padding: 10px 15px
    }
    #flight_no_select input,
    #vehicle_no_select input,
    .bookingcustom_input input {
        padding: 7.25px 15px;
        padding-left: 40px
    }
    .guest-number-input-item {
        padding: 4px 6px;
        height: 34px
    }
    .booking_field label.error {
        font-size: 10px;
        bottom: -12px
    }
    #travel_sect .booking_select:before,
    #orgin_select .booking_select:before {
        width: 11px
    }
    #terminal_select .booking_select:before {
        width: 13px
    }
    #vehicle_no_select:before {
        width: 18px
    }
    #travel_select .booking_select:before {
        width: 14px
    }
    #destination_select .booking_select:before {
        width: 17px
    }
    #flight_no_select:before {
        width: 18px
    }
    .count-btn {
        height: 15px;
        width: 15px;
        font-size: 17px
    }
    .g-input-field input {
        height: 17px
    }
    .airport_list_grid {
        width: 25%;
        padding: 0 10px
    }
    .section-head h2,
    .primefly_feature_content h2 {
        font-size: 28px
    }
    .section-head p {
        font-size: 13px
    }
    .airtport_list_thumb h3 {
        font-size: 24px
    }
    .airport_list_grid h4 {
        font-size: 15px
    }
    .airport_list_grid p {
        font-size: 14px
    }
    .airtport_list_thumb {
        width: 130px;
        height: 130px;
        margin: auto;
        margin-bottom: 15px
    }
    .airport_list_section,
    .service-section,
    .home-blog-section {
        padding: 45px 15px
    }
    .service-carousel h4 {
        font-size: 14px
    }
    .primefly_feature_content p {
        font-size: 14px
    }
    .home_bloglist_wrap img {
        height: 150px;
        border-radius: 5px
    }
    .home_bloglist_wrap {
        padding: 20px 20px
    }
    .home_bloglist_wrap p,
    .home_bloglist_wrap span {
        font-size: 14px !important
    }
    .testimonial-wrap {
        padding: 25px
    }
    .loc-text h1 {
        font-size: 58px;
        margin-top: 60px
    }
    .servce_listing_grid {
        width: 25%
    }
    .servce_listing_grid h4 {
        font-size: 14px
    }
    .serviceinner_bannerimg {
        text-align: end
    }
    .serviceinner_bannerimg img {
        width: 72%;
        height: 600px
    }
    .servicebanner {
        background-color: #FDF8F4;
        position: relative
    }
    .service_grid_wrap{
        width: 33.3%;
    }
}

@media(max-width:1100px) {
    .banner img {
        width: 100%;
        height: 580px;
        object-fit: cover
    }
    .airtport_list_thumb {
        width: 110px;
        height: 110px
    }
    .booking_field {
        width: 22.5% !important;
        margin: 3px 6px;
        margin-bottom: 12px
    }
    .banner_filter_pills {
        margin-bottom: 2px
    }
    .filter_tab_content {
        border-radius: 8px
    }
    .banner_filter_pills .nav-item .nav-link {
        padding: 8px 5px
    }
    .section-head h2,
    .primefly_feature_content h2 {
        font-size: 25px
    }
    .banner_content h1 span {
        font-size: 24px
    }
    .banner_content h1 {
        font-size: 34px
    }
    .banner_content h1 b {
        font-size: 20px
    }
    .btn-primary {
        padding: 6px 20px;
        font-size: 13px
    }
    .nav-item a {
        font-size: 13px;
        padding: 5px 10px
    }
    .footer_logo img {
        width: 100px
    }
    .footer_menu li a {
        font-size: 13px
    }
    .footer-bottom-contact a {
        font-size: 13px
    }
    .loc-text h1 {
        font-size: 46px;
        margin-top: 60px
    }
    .locinner_bannerimg img {
        height: 300px;
        object-fit: cover
    }
}

@media(max-width:840px) {
    .testimonial_slider .owl-carousel .owl-nav button.owl-next {
        top: 42%;
        right: -25px
    }
    .testimonial_slider .owl-carousel .owl-nav button.owl-prev {
        top: 42%;
        left: -25px
    }
    .booking_field select {
        padding-right: 30px
    }
    .booking_field {
        width: 30.8% !important;
        margin: 3px 6px;
        margin-bottom: 12px
    }
    .mobhead-hide {
        display: none
    }
    .mobhead-show,
    .hamburger {
        display: block
    }
    .hamburger {
        width: 25px;
        height: 11px;
        position: relative;
        cursor: pointer;
        margin-left: 10px;
        z-index: 9
    }
    .hamburger .bar {
        width: 100%;
        height: 3px;
        background-color: #fff;
        border-radius: 5px;
        position: absolute
    }
    .header-cart .hamburger .bar {
        background-color: #6c6c6c
    }
    .hamburger .bar.one {
        top: 0;
        transition: 0.2s linear
    }
    .hamburger .bar.two {
        bottom: 0;
        width: 100%;
        transition: 0.2s linear
    }
    .hamburger.active .one {
        transform: rotate(-45deg) translate(-5px, 4px);
        background-color: #fff
    }
    .hamburger.active .two {
        transform: rotate(45deg) translate(-2px, 0);
        background-color: #fff
    }
    .menu-container {
        position: fixed;
        right: -100%;
        top: 0;
        height: 100%;
        width: 100%;
        background-image: linear-gradient(to bottom, #338DF2, #7B45F6);
        padding: 30px 26px 30px 26px;
        text-align: center;
        transition: 0.3s linear;
        opacity: 0;
        display: flex;
        justify-content: center;
        flex-direction: column
    }
    .menu-container.active {
        right: 0;
        opacity: 1;
        z-index: 5
    }
    .menu-container ul {
        display: block;
        margin-bottom: 42px
    }
    .menu-container ul li {
        display: block
    }
    .menu-container ul li:not(:last-child) {
        margin-right: 0;
        margin-bottom: 15px
    }
    .menu-container ul a {
        font-size: 18px;
        color: #fff
    }
    .head_search.search-expand input {
        width: 160px;
        padding: 5px 20px
    }
}

@media(max-width:780px) {
    .booking_field {
        width: 30% !important;
        margin: 3px 6px;
        margin-bottom: 12px
    }
    .banner img {
        height: 600px
    }
    .airport_list_grid {
        width: 33%;
        padding: 0 10px
    }
    .home_bloglist_wrap {
        padding: 10px 10px
    }
    .footer-bottom-social svg {
        margin-left: 5px;
        width: 32px
    }
    .servce_listing_grid {
        width: 33%
    }
    .servce_listing_grid h4 {
        font-size: 13px
    }
    .serviceinner_bannerimg img {
        width: 100%;
        height: 600px;
        opacity: 0.2;
    }
    .srvc_bnnr_filter h4 {
        font-size: 16px;
        font-weight: 500
    }
    .srvc_bnnr_filter .filter_tab_content {
        padding: 20px
    }
    .srvc_wrk_grid {
        margin-bottom: 20px
    }
}

@media(max-width:610px) {
    .mob_homeservice .servce_listing_grid img {
        border-radius: 100%;
        height: 90px;
        width: 90px;
        object-fit: cover;
        box-shadow: rgb(17 17 26 / .05) 0 1px 0, rgb(17 17 26 / .1) 0 0 8px
    }
    .mob_homeservice .servce_listing_grid {
        width: 30%;
        padding: 0 8px;
        margin-bottom: 20px
    }
    .mob_homeservice .servce_listing_grid:last-child {
        display: none
    }
    .mob_homeservice {
        background-color: #291c42;
        padding: 0 30px;
        padding-top: 100px;
        padding-bottom: 30px
    }
    .mob_homeservice .servce_listing_grid h4 {
        font-size: 13px;
        color: #d7d7d7;
        line-height: 1.3;
        margin-top: 10px
    }
    .booking_field {
        width: 100% !important;
        margin: 3px 2%;
        margin-bottom: 12px
    }
    .banner img {
        height: 100%;
        position: absolute;
        object-fit: cover
    }
    .banner_content {
        position: relative;
        padding-top: 140px
    }
    .home_bloglist_wrap img {
        height: 115px;
        border-radius: 5px
    }
    .home_bloglist_wrap img {
        height: 220px;
        border-radius: 5px
    }
    .banner_filter_pills .nav-item .nav-link {
        font-size: 12px;
        line-height: 1.3
    }
    .banner_filter_pills .nav-item {
        margin: 1px 1px;
        width: 26%;
        flex: 1 0 25%
    }
    .airport_list_grid {
        width: 50%;
        padding: 0 10px
    }
    .airtport_list_thumb h3 {
        font-size: 18px
    }
    .airtport_list_thumb {
        width: 110px;
        height: 110px
    }
    .booking_field label.error {
        font-size: 11px;
        bottom: -18px
    }
    .mobhead-hide {
        display: none
    }
    .mobhead-show {
        display: block
    }
    .mob-filter-slider .item {
        background-color: #fff;
        border-radius: 8px;
        font-weight: 400;
        text-align: center;
        margin: 0 1px
    }
    .mob-filter-slider .item button {
        color: #AFACAC;
        width: 100%;
        padding: 5px;
        font-size: 12px
    }
    .mob-filter-slider .item svg {
        margin-right: 0;
        width: 16px;
        height: 18px;
        display: block
    }
    .nav-pills .nav-link {
        border-radius: 3px
    }
    .banner_filter_pills .nav-item {
        border-radius: 3px
    }
    .filter_tab_content {
        border-radius: 3px
    }
    .service-carousel .item img {
        border-radius: 25px;
        overflow: hidden
    }
    .service-slider .owl-carousel .owl-nav button.owl-prev,
    .service-slider .owl-carousel .owl-nav button.owl-next {
        top: 25%
    }
    .airport_list_section,
    .service-section,
    .home-blog-section {
        padding: 35px 15px
    }
    .section-head h2,
    .primefly_feature_content h2 {
        font-size: 26px
    }
    .section-head p {
        font-size: 14px
    }
    .primefly_section {
        padding: 35px 15px 20px
    }
    .home_blog_list {
        padding: 0
    }
    .company-counter {
        padding: 0
    }
    .banner_content h1 {
        font-size: 36px
    }
    .banner_content h1 span {
        font-size: 24px;
        font-weight: 400
    }
    .banner_content h1 b {
        font-size: 24px
    }
    .footer_logo {
        margin-bottom: 30px
    }
    footer {
        padding: 30px 30px;
        background-color: #122031
    }
    .locinner_bannerimg img {
        height: 240px;
        object-fit: cover
    }
    .loc-text h1 {
        font-size: 36px;
        margin-top: 60px
    }
    .servce_listing_grid {
        width: 40%
    }
    .servce_listing_grid img {
        border-radius: 25px
    }
    .serviceinner_bannerimg {
        text-align: end;
        position: absolute
    }
    .srvc_wrk_grid {
        padding: 0 10px
    }
    #srvc_tab_content .tab-pane>.d-flex {
        justify-content: flex-start !important
    }
    .package-content-list ul li,
    .package-content-list p,
    .package-content-list span,
    .package-content-list b {
        font-size: 13px
    }
    .package-content-list ul {
        width: 100%
    }
    .privacy-content {
        padding-top: 100px
    }
    .privacy-content h1 {
        font-size: 26px
    }
    .privacy-content h4,
    .privacy-content h5 {
        font-size: 18px;
        margin-bottom: 15px;
        margin-top: 15px
    }
    .privacy-content p,
    .privacy-content li,
    .privacy-content span {
        font-size: 14px;
        line-height: 1.6;
        margin-bottom: 10px
    }
    .thanks_section {
        padding-top: 120px;
        padding-bottom: 40px;
        min-height: 60vh;
        display: flex;
        flex-direction: column;
        justify-content: center
    }
    .thanks_section img {
        width: 140px;
        margin-bottom: 30px
    }
    .thanks_section a {
        margin-top: 40px
    }
    .cart-wrap {
        padding: 20px 0
    }
    .cart-progress li {
        font-size: 12px;
        padding-left: 0;
        padding-right: 65px
    }
    .cart-progress ul {
        padding-left: 0
    }
    .cart-prdct-payment {
        padding: 15px
    }
    .cart-price-summry h4 {
        font-size: 16px;
        margin-bottom: 10px
    }
    .cart-pyment-list {
        margin-bottom: 15px
    }
    .cart-pyment-list:last-child {
        margin-bottom: 0
    }
    .booking_field {
        height: 42px;
        margin-bottom: 12px;
        margin: 3px 0%;
        margin-bottom: 20px
    }
    .booking_field select {
        padding: 15px 15px;
        padding-left: 35px
    }
    .select2-container .select2-selection--single {
        height: 42px !important
    }
    .guest-number-input-item {
        padding: 4px 6px;
        height: 42px
    }
    .note-2 {
        margin-top: -10px
    }
    .srvc_bnnr_filter .filter_tab_content {
        padding: 15px
    }
    .price-summery {
        padding: 15px 10px;
        padding-bottom: 20px
    }
    .details-item button.add-more-btn.btn.btn-primary,
    .details-item .remove-btn.btn.btn-danger {
        right: -25px
    }
    .details-item {
        width: 100%
    }
    .chckout_addres_form {
        margin-bottom: 25px
    }
    .packge-content {
        padding: 0
    }
    .packagecontent-wrp {
        padding: 20px 15px;
        margin-top: 15px
    }
    .packge-content-edit {
        padding: 18px 15px
    }
    #packageTab li {
        margin: 0 3px
    }
    #packageTab a.active {
        padding: 10px 30px;
        border-radius: 10px
    }
    #packageTab a {
        padding: 10px 30px;
        border-radius: 10px
    }
    #packageTab a:before {
        border-radius: 10px
    }
    #packageTab a h4 {
        font-weight: 600;
        font-size: 20px
    }
    #packageTab a p {
        font-size: 13px;
        font-weight: 500
    }
    .package-section {
        padding: 40px 15px;
        padding-top: 120px
    }
    .package-section .section-head {
        margin-bottom: 0 !important
    }
    .custom-date-picker input,
    .booking_select select,
    .normal_select select,
    .custom-time-picker input,
    #flight_no_select input,
    #vehicle_no_select input,
    .bookingcustom_input input,
    .g-input-text {
        font-size: 13px
    }
    #travel_sect .booking_select:before,
    #orgin_select .booking_select:before {
        width: 13px
    }
    #travel_select .booking_select:before {
        width: 16px
    }
    #destination_select .booking_select:before {
        width: 20px
    }
    #destination_select .booking_select:before {
        width: 20px
    }
    .count-btn {
        height: 23px;
        width: 23px;
        font-size: 17px
    }
    .select2-results__option--highlighted.select2-results__option--selectable {
        font-size: 14px !important;
        padding: 8px 10px !important
    }
    .select2-results__option {
        padding: 8px 10px !important;
        font-size: 14px !important
    }
    .cart-product>.d-flex {
        flex-wrap: wrap
    }
    .cart-dtl-wrp {
        width: 100%
    }
    .cart-prdct-dtls p {
        margin-bottom: 0;
        font-size: 13px
    }
    .cart-prdct-price {
        padding: 10px;
        background-color: #f6f6f6;
        border: 1px solid #e8e8e8;
        border-radius: 5px;
        margin-top: 10px;
        width: 100%;
        text-align: center
    }
    .cart-prdct-price h5 {
        font-size: 15px;
        margin-bottom: 0
    }
    .btn-primary {
        padding: 9px 20px;
        font-size: 15px;
        font-weight: 500
    }
    .btn-primary-outline {
        padding: 9px 30px;
        font-size: 15px;
        font-weight: 500
    }
    .details-item select {
        appearance: none;
        background-color: #fff
    }
    .service_grid_wrap{
        width:50%;
    }
}
.price-summery h4{
    font-size: 12px;
    margin: 18px 0 8px 0;
    text-align: center;
    line-height: 1.4;
}

#preloader{
    position: fixed;
    z-index: 9999;
    background-color: white;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    height: 100%;
}
#preloader img{
    width: 115px;
}
.coupon-code-box{
    background: #fff;
    border-radius: 10px;
    padding: 15px 20px;
    align-items: unset;
    border: 1px solid #D0D0D0;
}

.coupon-code-box input{
    border-radius: 5px !important;
    margin-right: 20px;
    padding: 5px 15px !important;
}
.coupon-code-box .btn{
    background: #fff;
    color: #291c42 !important;
    border-radius: 5px;
    height: 100%;
    transition: 0.3s linear;
    border: 1px solid #0d6efd;
}
.coupon-code-box .btn:hover{
    background-image:  linear-gradient(to right, #7B45F6, #338DF2);
    color: #fff !important;
    
}
.coupon-code-box .btn.btn-danger{
    color: #dc3545 !important;
    border: 1px solid #dc3545 !important;
}
.coupon-code-box .btn.btn-danger:hover{
    color: #fff !important;
    background: #dc3545;
}
@media(max-width:575px){
    .coupon-code-box{
        padding: 15px 15px;
    }
    .coupon-code-box input{
        margin-right: 10px;
    }
}