.buttonStyle {
    display: inline-flex;
    text-transform: capitalize;
    align-items: center;
    cursor: pointer;
    justify-content: center;
    position: relative;
    color: #fff;
    border: 1px solid #aed855;
    background-color: #aed855;
    padding: 10px 25px;
    border-radius: 0;
    font-weight: 600;
    transition: all .3s ease
}

@media (min-width:992px) {
    .buttonStyle {
        font-size: 16px
    }
}

.buttonStyle:hover {
    background-color: #fff;
    color: #aed855
}

.font1 {
    font-family: "Bebas Neue"
}

.font2,
.formWrapper,
section.contactWrapper,
section.errorWrapper {
    font-family: Poppins, serif
}

.formWrapper {
    background-color: rgba(255, 255, 255, .7);
    border: 1px solid #818181;
    padding: 50px 25px
}

.formWrapper .subTitle {
    color: #383838;
    font-weight: 700;
    font-size: 18px
}

.formWrapper .formTitle {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #383838
}

@media (min-width:992px) {
    .formWrapper .formTitle {
        font-size: 28px
    }
}

.formWrapper label {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 7px
}

.formWrapper .form-group {
    margin-bottom: 20px;
    position: relative
}

.formWrapper .form-group .iti {
    width: 100%
}

.formWrapper .form-group .iti input {
    padding-left: 52px;
    width: 100%
}

.formWrapper input[type=text],
.formWrapper input[type=date],
.formWrapper input[type=email],
.formWrapper input[type=tel],
.formWrapper input[type=password],
.formWrapper select,
.formWrapper textarea {
    border: 1px solid #505050;
    background-color: #fafafa;
    outline: 0;
    font-weight: 400;
    padding: 10px 15px;
    width: 100%;
    box-shadow: none;
    border-radius: 5px;
    color: #000;
    transition: all .3s ease
}

.formWrapper input[type=text]:focus,
.formWrapper input[type=date]:focus,
.formWrapper input[type=email]:focus,
.formWrapper input[type=tel]:focus,
.formWrapper input[type=password]:focus,
.formWrapper select:focus,
.formWrapper textarea:focus {
    border-color: #aed855;
    box-shadow: none
}

.formWrapper input[type=text]::placeholder,
.formWrapper input[type=date]::placeholder,
.formWrapper input[type=email]::placeholder,
.formWrapper input[type=tel]::placeholder,
.formWrapper input[type=password]::placeholder,
.formWrapper select::placeholder,
.formWrapper textarea::placeholder {
    color: #000
}

.formWrapper .buttonStyle {
    min-width: 235px
}

@media (max-width:992px) {
    .formWrapper .buttonStyle {
        width: 100%
    }
}

section.contactWrapper {
    line-height: 1.6
}

section.contactWrapper .infoBox {
    border: 1px solid #818181;
    padding: 15px
}

section.contactWrapper .infoBox .singleItem {
    margin-bottom: 30px
}

section.contactWrapper .infoBox .singleItem .icon img {
    width: 45px;
    margin: 20px 0
}

section.contactWrapper .infoBox .singleItem .title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px
}

@media (min-width:992px) {
    section.contactWrapper .infoBox {
        padding: 25px
    }

    section.contactWrapper .infoBox .singleItem .title {
        font-size: 18px
    }
}

section.contactWrapper .infoBox .singleItem .content {
    color: #000
}

@media (max-width:992px) {
    section.contactWrapper .infoBox .singleItem .content {
        font-size: 14px
    }
}

section.contactWrapper .infoBox .singleItem .content a {
    color: #000
}

section.contactWrapper .infoBox .singleItem .content a:hover {
    color: #aed855
}

section.contactWrapper .infoBox .mapWrapper {
    margin-top: 10px
}

section.errorWrapper {
    position: relative
}

section.errorWrapper .errorImg img {
    position: absolute;
    left: 0;
    top: calc(50% - 30px);
    transform: translateY(-50%)
}

@media (min-width:992px) {
    .big-title .no {
        font-size: 112px
    }

    section.errorWrapper .errorImg img {
        top: calc(50% - 40px)
    }
}

section.errorWrapper .sectionContent {
    color: #646464;
    font-size: 14px
}

@media (max-width:991px) {
    section.errorWrapper .sectionContent {
        margin-top: 9rem
    }
}

@media (max-width:576px) {
    section.errorWrapper .sectionContent {
        margin-top: 6rem
    }
}

section.errorWrapper.thankyouWrapper .errorImg img {
    top: calc(50% - 60px)
}

@media (min-width:992px) {
    section.errorWrapper .sectionContent {
        margin-top: 3rem
    }

    section.errorWrapper.thankyouWrapper .errorImg img {
        top: calc(50% - 80px)
    }
}

@media (max-width:991px) {
    section.errorWrapper.thankyouWrapper .sectionContent {
        margin-top: 9rem
    }
}

@media (max-width:576px) {
    section.errorWrapper.thankyouWrapper .sectionContent {
        margin-top: 6rem
    }
}

section.signinWrapper {
    color: #000;
    position: relative
}

section.signinWrapper .welComeScreen {
    text-align: center
}

section.signinWrapper .welComeScreen .sectionTitle {
    font-family: "Bebas Neue";
    font-size: 32px;
    margin-bottom: 7px;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.2
}

@media (min-width:992px) {
    section.errorWrapper.thankyouWrapper .sectionContent {
        margin-top: 4rem
    }

    section.signinWrapper .welComeScreen .sectionTitle {
        font-size: 62px
    }
}

@media (min-width:1400px) {
    section.signinWrapper .welComeScreen .sectionTitle {
        font-size: 72px
    }
}

section.signinWrapper .welComeScreen .sectionContent {
    color: #fff
}

section.signinWrapper .welComeScreen .sectionImg {
    padding: 20px
}

@media (min-width:992px) {
    section.signinWrapper .welComeScreen .sectionImg {
        padding: 50px
    }
}

section.signinWrapper .formWrapper {
    border: 0;
    padding: 20px
}

section.signinWrapper .formWrapper .subTitle {
    margin-bottom: 5px;
    text-align: center;
    color: #000;
    font-size: 24px
}

@media (min-width:992px) {
    section.signinWrapper .formWrapper {
        padding: 50px
    }

    section.signinWrapper .formWrapper .subTitle {
        font-size: 34px
    }
}

section.signinWrapper .formWrapper .formContent {
    margin-bottom: 20px;
    text-align: center;
    color: #000
}

section.signinWrapper .formWrapper .formContent a {
    color: #6c4323;
    text-decoration: underline
}

section.signinWrapper .formWrapper .otherOption {
    padding: 40px 0;
    position: relative
}

section.signinWrapper .formWrapper .otherOption::before {
    content: "";
    background-color: #d9d9d9;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

section.signinWrapper .formWrapper .otherOption span {
    background: #fff;
    position: relative;
    padding: 0 5px
}

@media (min-width:992px) {
    section.signinWrapper .formWrapper .otherOption span {
        padding: 0 40px
    }

    section.signinWrapper.otpWrapper .formWrapper input[type=text] {
        min-height: 64px
    }
}

section.signinWrapper .formWrapper .loginLogo {
    margin-bottom: 40px
}

section.signinWrapper .formWrapper .loginLogo img {
    padding: 0 10px;
    width: 120px
}

section.signinWrapper.otpWrapper .formWrapper .signinLink,
section.signinWrapper.registerWrapper .termsCondition {
    padding: 30px 0 50px
}

section.signinWrapper .formWrapper .termsCondition {
    font-size: 14px
}

section.signinWrapper .formWrapper .termsCondition a {
    color: #000;
    text-decoration: underline
}

section.signinWrapper .formWrapper .buttonStyle {
    text-transform: uppercase
}

section.signinWrapper.otpWrapper .formWrapper input[type=text] {
    border: 1px solid #505050;
    background-color: #fff;
    border-radius: 0
}

section.signinWrapper.otpWrapper .formWrapper .signinLink a {
    color: #aed855;
    font-weight: 600;
    font-size: 16px
}

section.signinWrapper.otpWrapper .formWrapper .signinLink a:hover {
    color: #6c4323
}

section.signinWrapper.otpWrapper .formWrapper .btnWrapper {
    margin: 20px 0 30px
}

section.signinWrapper.otpWrapper .code {
    font-size: 14px
}

section.signinWrapper.registerWrapper .signinLink {
    color: #777
}

section.signinWrapper.registerWrapper .signinLink a {
    color: #aed855;
    font-weight: 600;
    font-size: 16px
}

section.signinWrapper.registerWrapper .signinLink a:hover {
    color: #6c4323
}

section.bookingWrapper .box {
    border: 1px solid #818181;
    padding: 15px;
    margin-bottom: 30px
}

section.bookingWrapper .box .boxTitle {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px
}

@media (min-width:992px) {
    section.signinWrapper::before {
        content: "";
        background-color: #aed855;
        position: absolute;
        left: 0;
        top: 0;
        width: 50%;
        height: 100%;
        z-index: -1
    }

    section.bookingWrapper .box {
        padding: 25px
    }

    section.bookingWrapper .box .boxTitle {
        font-size: 22px
    }
}

section.bookingWrapper .box .boxfeature {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

section.bookingWrapper .box .boxfeature .singleItem {
    margin-right: 5px;
    margin-top: 7px;
    font-size: 14px
}

section.bookingWrapper .box .rightBorder {
    position: relative
}

section.bookingWrapper .box .rightBorder::before {
    content: "";
    background-color: #000;
    width: 1px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0
}

section.bookingWrapper .box .boxDate {
    font-size: 16px;
    font-weight: 700;
    margin-top: 10px
}

@media (min-width:992px) {
    section.bookingWrapper .box .boxDate {
        font-size: 18px
    }
}

section.bookingWrapper .box .selection {
    margin-top: 10px
}

section.bookingWrapper .box .selection a {
    color: #6a9c00
}

section.bookingWrapper .box .priceInfo {
    font-size: 16px;
    font-weight: 600
}

section.bookingWrapper .box .priceInfobox {
    font-size: 14px;
    margin-top: 5px
}

section.bookingWrapper .box .totalPrice {
    background-color: #ededed;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px
}

section.bookingWrapper .box .totalPrice .title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #383838
}

@media (min-width:992px) {
    section.bookingWrapper .box .totalPrice .title {
        font-size: 22px
    }
}

section.bookingWrapper .box .totalPrice .content {
    text-align: end
}

section.bookingWrapper .box .totalPrice .content .price {
    font-size: 16px;
    font-weight: 700;
    color: #000
}

@media (min-width:992px) {
    section.bookingWrapper .box .totalPrice .content .price {
        font-size: 22px
    }
}

section.bookingWrapper .box .totalPrice .content .term {
    font-size: 13px
}

section.bookingWrapper .formWrapper {
    padding: 20px
}

section.kiwi-hotels .item .kiwi-hotel-card {
    width: 100%;
    border: 1px solid #ccc
}

section.kiwi-hotels .item .kiwi-hotel-card .card-hotel-image {
    width: 100%;
    height: 460px;
}

section.kiwi-hotels .item .kiwi-hotel-card .cardContent {
    padding: 20px
}

section.kiwi-hotels .item .kiwi-hotel-card .cardContent p {
    margin-bottom: 0
}

section.kiwi-hotels.excursions .item .kiwi-hotel-card {
    border: 0
}

section.kiwi-hotels.excursions .item .kiwi-hotel-card .cardExtraInfo {
    background-color: #f8f6f6;
    padding: 20px
}

section.kiwi-hotels.excursions .item .kiwi-hotel-card .cardExtraInfo .cardHeader {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #646464;
    padding-bottom: 10px;
    margin-bottom: 10px
}

section.kiwi-hotels.excursions .item .kiwi-hotel-card .cardExtraInfo .cardHeader .title {
    color: #6c4323;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3
}

@media (min-width:992px) {
    section.kiwi-hotels.excursions .item .kiwi-hotel-card .cardExtraInfo .cardHeader .title {
        font-size: 26px
    }

    section.kiwi-hotels.excursions .item .kiwi-hotel-card .cardExtraInfo .cardFeature ul {
        column-count: 2
    }
}

section.kiwi-hotels.excursions .item .kiwi-hotel-card .cardExtraInfo .cardHeader .subtitle {
    color: #646464;
    font-size: 14px
}

section.kiwi-hotels.excursions .item .kiwi-hotel-card .cardExtraInfo .cardHeader .rightSide .dayNight {
    background-color: #fff;
    padding: 10px;
    border: 1px solid #000;
    color: #646464;
    font-size: 14px
}

section.kiwi-hotels.excursions .item .kiwi-hotel-card .cardExtraInfo .cardFeature ul {
    padding: 0;
    margin: 0;
    list-style: none
}

section.kiwi-hotels.excursions .item .kiwi-hotel-card .cardExtraInfo .cardFeature ul li {
    position: relative;
    padding-left: 30px;
    padding-bottom: 10px
}

@media (max-width:992px) {
    section.kiwi-hotels.excursions .item .kiwi-hotel-card .cardExtraInfo .cardFeature ul li {
        font-size: 14px
    }
}

section.kiwi-hotels.excursions .item .kiwi-hotel-card .cardExtraInfo .cardFeature ul li::before {
    content: "";
    background-image: url(../images/checkmark.svg);
    background-size: 100% 100%;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 2px;
    left: 2px
}

section.kiwi-hotels.excursions .item .kiwi-hotel-card .cardExtraInfo .cardfooter {
    background-color: #fff;
    padding: 15px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px
}

@media (min-width:992px) {
    section.kiwi-hotels.excursions .item .kiwi-hotel-card .cardExtraInfo .cardfooter>div {
        width: 50%
    }
}

section.kiwi-hotels.excursions .item .kiwi-hotel-card .cardExtraInfo .cardfooter>div:last-child {
    text-align: end
}

section.kiwi-hotels.excursions .item .kiwi-hotel-card .cardExtraInfo .cardfooter .content {
    color: #646464;
    font-size: 14px
}

section.kiwi-hotels.excursions .item .kiwi-hotel-card .cardExtraInfo .cardfooter .price {
    font-size: 14px
}

section.kiwi-hotels.excursions .item .kiwi-hotel-card .cardExtraInfo .cardfooter .price span {
    font-size: 20px;
    font-weight: 500;
    color: #000
}

section.hotel-lising-template .kiwi-tours-wrap .section-title h2 {
    color: #000
}

.availWrapper .availFormWrapper .form-wrapper {
    background-color: #fcfcfc;
    border: 1px solid #484848;
    padding: 10px 20px;
    width: 100%;
    margin-top: 30px
}

.availWrapper .availFormWrapper .form-wrapper form {
    justify-content: space-between
}

.availWrapper .availFormWrapper .form-wrapper form label {
    color: #000;
    margin-bottom: 7px
}

.availWrapper .availFormWrapper .form-wrapper form .search-input-wrapper:before {
    background-color: #000
}

.roomWrapper {
    margin: 30px 0
}

.roomInfoWrapper .roomHighlight .singleItem,
.roomWrapper .tableWrapper .personWrapper img {
    margin-right: 10px
}

.roomWrapper .tableWrapper tbody,
.roomWrapper .tableWrapper td,
.roomWrapper .tableWrapper tfoot,
.roomWrapper .tableWrapper th,
.roomWrapper .tableWrapper thead,
.roomWrapper .tableWrapper tr {
    border: 1px solid #000;
    vertical-align: middle;
    padding: 10px 15px
}

.roomWrapper .tableWrapper th {
    font-weight: 400;
    color: #fff;
    background-color: #303030
}

.roomWrapper .tableWrapper td {
    font-weight: 700
}

.roomWrapper .tableWrapper .personWrapper {
    display: flex;
    align-items: center;
    justify-content: center
}

.roomWrapper .tableWrapper .roomWrapper {
    text-decoration: underline;
    cursor: pointer;
    color: #383838
}

.roomWrapper .tableWrapper .priceWrapper {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.roomWrapper .tableWrapper .booking-button-wrap .btn-style3 {
    font-size: 20px;
    padding: 5px 25px;
    cursor: pointer
}

.roomInfoWrapper .roomTitle {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.3
}

@media (min-width:992px) {
    .availWrapper.topForm .availFormWrapper .form-wrapper {
        width: max-content
    }

    .roomInfoWrapper .roomTitle {
        font-size: 26px
    }
}

.roomInfoWrapper .roomHighlight {
    display: flex;
    margin-bottom: 30px
}

.roomInfoWrapper .roomHighlight .singleItem:last-child {
    margin: 0
}

.roomInfoWrapper .rsize {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px
}

.roomInfoWrapper .rsize span {
    color: #484848;
    font-weight: 400;
    font-size: 14px;
    margin-left: 10px
}

@media (min-width:991px) {
    .roomInfoWrapper .roomInfo {
        margin-bottom: 25px
    }
}

.roomInfoWrapper .roomInfo .singleItem {
    margin-bottom: 10px
}

@media (min-width:991px) {
    .roomInfoWrapper .roomfeature {
        column-count: 2;
        margin-bottom: 25px
    }
}

.roomInfoWrapper .roomfeature .singleItem {
    margin-bottom: 10px
}

.roomInfoWrapper .roomfeature .singleItem img {
    margin-right: 5px
}

.sliderWrapper .slider.slider-nav .slick-list {
    margin: 0 -5px
}

.sliderWrapper .slider.slider-nav .slick-list .item {
    margin: 10px 5px
}

.sliderWrapper .slider.slider-nav .slick-list .item img {
    width: 100%;
    height: 130px;
    object-fit: cover;
    object-position: center
}

.sliderWrapper .slider.slider-nav .slick-list .item.slick-center,
.sliderWrapper .slider.slider-nav .slick-list .item.slick-current {
    border: 1px solid #aed855;
    padding: 5px
}

#single-post-room .btn-close {
    position: absolute;
    right: 10px;
    opacity: 1;
    width: 20px
}

@media (max-width:992px) {
    .post-feature-group {
        display: grid;
        grid-template-columns: 1fr 1fr;
        row-gap: 20px;
        column-gap: 20px
    }

    .gallery-image-wrapper.view-more .view-more-link a {
        font-size: 14px
    }

    .single-post-sidebar-title h3 {
        font-size: 20px;
        margin-bottom: 0
    }
}

#progressbar {
    padding: 0;
    margin-bottom: 30px;
    overflow: hidden;
    justify-content: space-between;
    display: flex;
    text-align: center
}

#progressbar li {
    list-style-type: none;
    position: relative;
    font-weight: 400;
    text-align: center;
    width: 33.333%
}

@media (min-width:992px) {
    #progressbar li {
        font-size: 18px
    }
}

#progressbar li span {
    position: relative;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: block;
    font-size: 20px;
    color: #fff;
    background: #aed855;
    border-radius: 50%;
    padding: 2px;
    margin: auto auto 10px
}

#progressbar li.active span::before {
    content: "";
    background-image: url(../images/book-check.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

#msform,
#msform .paymentOption .singleItem label,
#msform fieldset {
    position: relative
}

@media (min-width:992px) {
    #progressbar li.active span::before {
        width: 40px;
        height: 40px
    }
}

#progressbar li:nth-child(even)::before {
    content: "";
    background-color: #000;
    width: 50%;
    height: 1px;
    position: absolute;
    left: 100%;
    top: 30%;
    transform: translate(-50%, -50%)
}

#progressbar li:nth-child(even)::after {
    content: "";
    background-color: #000;
    width: 50%;
    height: 1px;
    position: absolute;
    right: 100%;
    top: 30%;
    transform: translate(50%, -50%)
}

@media (min-width:992px) {
    #progressbar li:nth-child(even)::before {
        width: 60%
    }

    #progressbar li:nth-child(even)::after {
        width: 60%
    }
}

#msform fieldset .form-card {
    text-align: left
}

#msform fieldset:not(:first-of-type) {
    display: none
}

#msform .paymentOption {
    display: flex;
    align-items: center;
    justify-content: start;
    margin: 40px 0
}

#msform .paymentOption .singleItem {
    margin-right: 15px;
    text-align: center
}

#msform .paymentOption .singleItem .payCheck {
    padding: 20px;
    background-color: #fafafa;
    border: 1px solid #505050;
    border-radius: 5px;
    margin-bottom: 15px;
    cursor: pointer;
    transition: all .3s ease
}

#msform .paymentOption .singleItem .payCheck.active {
    border: 1px solid #aed855
}

#msform .paymentOption .singleItem .payTitle {
    font-weight: 500
}

#msform .paymentOption .singleItem img {
    width: 100px;
    height: 90px;
    object-fit: contain;
    object-position: center
}

#msform .paymentOption .singleItem input {
    width: 0;
    height: 0;
    visibility: hidden
}

#msform .paymentOption .singleItem label:after {
    content: "";
    position: absolute;
    top: 7px;
    left: 7px;
    width: 20px;
    height: 20px;
    background: #d9d9d9;
    border-radius: 4px;
    transition: .3s
}

#msform .paymentOption .singleItem input:checked+label:after {
    background: #aed855
}

#msform .payPal {
    transition: all .3s ease
}

#msform .payLabel {
    font-weight: 700;
    font-size: 18px
}

#msform .payToggle {
    display: flex;
    align-items: center;
    margin: 20px 0 30px;
    font-weight: 500
}

#msform .payToggle input[type=checkbox] {
    height: 0;
    width: 0;
    visibility: hidden
}

#msform .payToggle label {
    cursor: pointer;
    text-indent: -9999px;
    width: 70px;
    height: 30px;
    background: rgba(120, 120, 128, .16);
    display: block;
    border-radius: 100px;
    position: relative;
    margin: 0 10px 0 0
}

#msform .payToggle label:after {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 90px;
    transition: .3s
}

#msform .checkBooking,
section.userProfile .usersideBar .userMenu .nav .nav-link path {
    transition: all .3s ease
}

#msform .payToggle input:checked+label {
    background: #aed855
}

#msform .payToggle input:checked+label:after {
    left: calc(100% - 5px);
    transform: translateX(-100%)
}

#msform .payText {
    font-weight: 500
}

#msform .termsConditions {
    font-weight: 500;
    margin-bottom: 20px
}

#msform .termsConditions a {
    font-weight: 600;
    color: #4e60c4
}

#msform .checkBooking {
    border: 1px solid #484848;
    padding: 10px 25px;
    min-width: 235px;
    float: left;
    margin-right: 20px;
    text-align: center;
    font-size: 18px;
    cursor: pointer
}

#msform .checkBooking:hover {
    background-color: #aed855;
    border: 1px solid #aed855;
    color: #fff
}

#msform .buttonStyle {
    font-weight: 400
}

@media (min-width:992px) {
    #msform .buttonStyle {
        font-size: 20px
    }
}

#msform .bookingNo {
    color: #222;
    background-color: #aed855;
    padding: 7px 14px;
    font-weight: 500;
    font-size: 18px;
    display: inline-block
}

#msform .bookingName {
    font-weight: 700;
    font-size: 20px;
    margin: 10px 0
}

#msform .bookingDate {
    font-weight: 500;
    font-size: 18px
}

#msform .bookingDetail .item .no {
    font-weight: 700;
    font-size: 20px;
    margin-left: 15px
}

#msform .thankImg img {
    width: 200px;
    object-fit: cover;
    height: 130px;
    object-position: center
}

.booking-detail .modal-content {
    border-radius: 0;
    border: 0;
    padding: 15px
}

.booking-detail .modal-content .btn-close {
    position: absolute;
    right: 10px;
    top: 10px
}

.booking-detail .modal-content .box {
    border-bottom: 1px solid #818181;
    padding-bottom: 15px;
    margin-bottom: 30px
}

.booking-detail .modal-content .box .boxTitle {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px
}

@media (min-width:992px) {
    .booking-detail .modal-content .box {
        padding-bottom: 25px
    }

    .booking-detail .modal-content .box .boxTitle {
        font-size: 22px
    }
}

.booking-detail .modal-content .box .boxfeature {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.booking-detail .modal-content .box .boxfeature .singleItem {
    margin-right: 15px;
    margin-top: 17px;
    font-size: 14px
}

.booking-detail .modal-content .box .rightBorder {
    position: relative
}

.booking-detail .modal-content .box .rightBorder::before {
    content: "";
    background-color: #000;
    width: 1px;
    height: 100%;
    position: absolute;
    right: 15px;
    top: 0
}

.booking-detail .modal-content .box .boxDate {
    font-size: 16px;
    font-weight: 500;
    margin-top: 10px
}

@media (min-width:992px) {
    .booking-detail .modal-content .box .boxDate {
        font-size: 18px
    }
}

.booking-detail .modal-content .box .selection {
    margin-top: 10px
}

.booking-detail .modal-content .box .selection a {
    color: #6a9c00
}

.booking-detail .modal-content .box .priceInfo {
    font-size: 16px;
    font-weight: 600
}

.booking-detail .modal-content .box .priceInfobox {
    font-size: 14px;
    margin-top: 5px
}

.booking-detail .modal-content .totalPrice {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.booking-detail .modal-content .totalPrice .title {
    font-size: 16px;
    font-weight: 700;
    color: #000
}

@media (min-width:992px) {
    .booking-detail .modal-content .totalPrice .title {
        font-size: 22px
    }
}

.booking-detail .modal-content .totalPrice .content {
    text-align: end
}

.booking-detail .modal-content .totalPrice .content .price {
    font-size: 16px;
    font-weight: 700;
    color: #000
}

@media (min-width:992px) {
    .booking-detail .modal-content .totalPrice .content .price {
        font-size: 22px
    }
}

.booking-detail .modal-content .totalPrice .content .term {
    font-size: 13px
}

.booking-detail .modal-content .buttonStyle {
    font-weight: 400;
    width: 100%
}

section.userProfile {
    position: relative
}

section.userProfile::before {
    content: "";
    background-color: #aed855;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 50%;
    z-index: -1
}

section.userProfile .usersideBar {
    background-color: #fff;
    padding: 25px;
    margin-top: 70px;
    box-shadow: 2px 2px 20px 0 rgba(0, 0, 0, .18);
    position: relative
}

section.userProfile .usersideBar .userprofileIcon {
    position: relative;
    width: 160px;
    margin: -100px auto 0;
    top: 0;
    left: 0
}

section.userProfile .usersideBar .userprofileIcon img {
    width: 100%;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, .18);
    background-color: #fff;
    border-radius: 50%
}

section.userProfile .usersideBar .userprofileIcon .profileIcon img {
    width: 40px;
    position: absolute;
    right: 10px;
    bottom: 0;
    cursor: pointer
}

section.userProfile .usersideBar .userprofile {
    margin-top: 20px
}

section.userProfile .usersideBar .userMenu {
    margin-top: 30px;
    padding-top: 20px;
    position: relative
}

section.userProfile .usersideBar .userMenu::before {
    content: "";
    background-color: #484848;
    height: 1px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0
}

section.userProfile .usersideBar .userMenu .nav .nav-link {
    text-align: left;
    color: #000;
    font-weight: 700;
    margin-bottom: 10px
}

section.userProfile .usersideBar .userMenu .nav .nav-link svg {
    width: 40px
}

section.userProfile .usersideBar .userMenu .nav .nav-link.active {
    background-color: transparent;
    color: #aed855
}

section.userProfile .usersideBar .userMenu .nav .nav-link.active path {
    fill: #aed855
}

section.userProfile .usersideBar .userMenu .nav .nav-link:hover {
    color: #aed855
}

section.userProfile .usersideBar .userMenu .nav .nav-link:hover path {
    fill: #aed855
}

section.userProfile .mainContent {
    background-color: #fff;
    padding: 25px;
    margin-top: 70px;
    box-shadow: 2px 2px 20px 0 rgba(0, 0, 0, .18);
    position: relative
}

section.userProfile .mainContent .boxHeader {
    color: #000;
    font-weight: 700;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-size: 20px;
    border-bottom: 1px solid #000
}

@media (min-width:992px) {
    .booking-detail .modal-content .buttonStyle {
        font-size: 20px
    }

    section.userProfile .mainContent .boxHeader {
        font-size: 28px
    }
}

section.userProfile .mainContent .boxContent .boxSubTitle {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

section.userProfile .mainContent .boxContent .boxSubTitle a {
    font-size: 16px;
    font-weight: 400;
    color: #02b7f8
}

section.userProfile .mainContent .boxContent .boxSubTitle a:hover {
    text-decoration: underline
}

section.userProfile .mainContent .boxContent .singleItem {
    margin-bottom: 10px
}

section.userProfile .mainContent .bookingTabs .nav {
    border-bottom: 1px solid #000;
    justify-content: center
}

section.userProfile .mainContent .bookingTabs .nav .nav-item .nav-link {
    color: #707070;
    font-size: 20px;
    font-weight: 700;
    border: 0;
    padding: 10px 40px;
    background-color: transparent
}

section.userProfile .mainContent .bookingTabs .nav .nav-item .nav-link.active {
    color: #000
}

section.userProfile .mainContent .bookingTabs .nav .nav-item:first-child {
    border-right: 1px solid #000;
    margin-bottom: 20px
}

section.userProfile .mainContent .bookContentWrap {
    padding: 50px 0
}

section.userProfile .mainContent .bookContentWrap .heading {
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 18px;
    color: #383838
}

section.userProfile .mainContent .bookContentWrap .buttonStyle {
    margin-top: 30px
}

.kiwi-about-us .sectionImgWrapper {
    position: sticky;
    top: 20px
}

.kiwi-individual-profiles .profile-inner .profile-img img {
    aspect-ratio: .84848485;
    object-fit: cover;
    object-position: center;
    width: 100%
}

.kiwi-testimonial .kiwi-testimonial-sliders-wrap .kiwi-testimonial-slider .owl-stage-outer .owl-stage {
    display: flex
}

.kiwi-testimonial .kiwi-testimonial-sliders-wrap .kiwi-testimonial-slider .owl-stage-outer .owl-stage .owl-item .item {
    height: 100%
}