@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;1,300;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@900&display=swap');
/*------------------------------------*\
    MAIN
\*------------------------------------*/
/* global box-sizing */
*,
*:after,
*:before {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

/* html element 62.5% font-size for REM use */
html {
    font-size: 62.5%;
}

body {
    font-family: Sofia regular, Helvetica, sans-serif;
    color: #222222;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
}

/* clear */
.clear:before,
.clear:after {
    content: ' ';
    display: table;
}

.clear:after {
    clear: both;
}

.clear {
    *zoom: 1;
    clear: both;
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: inherit;
}

a:focus {
    outline: 0;
    text-decoration: none;
}

a:hover, a:active {
    outline: 0;
}

input:focus, textarea:focus, button:focus {
    outline: 0 !important;
}

ul, li, h1, h2, h3, h4, h5, h6, .h2, .h3, .h4, .h5, .h6 {
    list-style-type: none;
    margin: 0;
    padding: 0
}

p:not(:last-child) {
    margin-bottom: 25px;
}

p:last-child {
    margin-bottom: 0px;
}

@font-face {
    font-family: 'Sofia light';
    src: url('fonts/Sofia Pro Light Az.otf');
}

@font-face {
    font-family: 'Sofia regular';
    src: url('fonts/Sofia Pro Regular Az.otf');
}

@font-face {
    font-family: 'Sofia medium';
    src: url('fonts/Sofia Pro Medium Az.otf');
}

@font-face {
    font-family: 'Sofia semibold';
    src: url('fonts/Sofia Pro Semi Bold Az.otf');
}

@font-face {
    font-family: 'Sofia bold';
    src: url('fonts/Sofia Pro Bold Az.otf');
}

@font-face {
    font-family: 'Sofia black';
    src: url('fonts/Sofia Pro Black Az.otf');
}

.light {
    font-family: 'Sofia light';
}

.medium {
    font-family: 'Sofia medium';
}

.semibold {
    font-family: 'Sofia semibold';
}

.bold {
    font-family: 'Sofia bold';
}

.black {
    font-family: 'Sofia black';
}

.lato {
    font-family: 'Lato';
}

.italic {
    font-style: italic;
}

h1 {
    font-size: 34px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 26px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
    line-height: 22px;
}

h6, .small {
    font-size: 14px;
}

small, .small {
    line-height: normal;
}

.h2 {
    font-size: 28px;
}

.h3 {
    font-size: 24px;
}

.h4 {
    font-size: 20px;
}

.h5 {
    font-size: 15px;
    line-height: 18px;
}

.h6 {
    font-size: 13px;
}

.fs-small {
    font-size: 12px;
    line-height: 14px;
}

.green {
    color: #4eb577;
}

.orange {
    color: #cf5d2b;
}

.darkfont {
    color: #000000 !important;
}

.gray {
    color: #666666;
}

.blue {
    color: #0068ef;
}

.red {
    color: #ff0000;
}

.op-5 {
    opacity: .5;
}

.op-6 {
    opacity: .6;
}

.op-7 {
    opacity: .7;
}



.btn {
    display: inline-block;
    padding: 8px 35px;
    background: #4eb577;
    color: #fff;
    border-radius: 25px;
    font-size: 16px;
}

.container1 {
    max-width: 1225px;
}

/*------------------------------------*\
	        HEADER
\*------------------------------------*/

.header {
    position: relative;
    padding: 26px 0px;
    border-bottom: 1px solid #ededed;
}

.header .container {
    max-width: 1520px;
    width: 100%;
}

.home .header {
    position: absolute;
    width: 100%;
    z-index: 999;
    background: transparent;
    padding: 28px 0px;
    border: 0;
}

.nav_area ul.menu > li.border-btn {
    border: .5px solid #fff;
    padding: 10px 18px;
    border-radius: 25px;
    min-width: 115px;
    text-align: center;
    margin: 0 0 0 10px;
}

.nav_area ul.menu > li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 20px;
}

.nav_area ul.menu > li > a {
    display: block;
    color: #222;
    font-family: Sofia medium;
    font-size: 15px;
    line-height: 18px;

}

.nav_area ul li.login-btn {
    background: #4eb577;
    padding: 18px 35px !important;
    border-bottom-right-radius: 15px;
}

.home .nav_area ul.menu > li > a {
    color: #fff;
}

#login-dropdown:after {
    display: none;
}

.login-drop li a {
    color: #000;
    font-size: 15px;
}

.login-drop {
    margin-top: 15px !important;
    margin-left: 25px !important;
}

.login-drop li a {
    color: #000;
    font-size: 15px;
    padding: 8px 15px;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #4eb577;
}

.nav_area ul li.login-btn > a {
    padding: 0;
}

.footer {
    background: #000000;
}

.footer .con-btn span span span {
    font-size: 12px;
    line-height: 14px;
    opacity: .8;
}

.bottom-footer {
    background: #1F1F1F;
    padding: 24px 0;
}

.bottom-footer p {
    margin: 0;
}

.social a {
    display: inline-block;
    width: 48px;
    height: 48px;
    background: #222;
    border-radius: 100%;
    color: #fff;
    text-align: center;
    margin-right: 8px;
}

.social a i {
    line-height: 48px;
    font-size: 22px;
}

.con-btn {
    padding: 7px 14px;
    background-color: #1F1F1F;
    border-radius: 35px;
    max-width: 270px;
    margin-bottom: 20px;
}

.con-btn span span {
    font-size: 17px;
    line-height: 20px;
}

.con-btn img {

    margin-right: 10px;
}

.top-footer {
    padding-top: 50px;
    padding-bottom: 50px;
}

.footer-widget p {
    opacity: 0.8;
    color: #FFFFFF;
    /*font-family: "Sofia Pro";*/
    font-size: 16px;
    letter-spacing: -0.67px;
    line-height: 19px;
    padding-bottom: 15px;
}

.newsletter-section {
    padding: 80px 0;
    border-top: 1px solid #ebebeb;
}

.newsletter-section form {
    margin-top: 40px !important;
}

.home .newsletter-section {
    border-top: 0;
}

.bottom-footer p {
    font-size: 17px;
    letter-spacing: -0.6px;
    line-height: 20px;
}

/*------------------------------------*\
	        HEADER SEARCH
\*------------------------------------*/

.header .search-field label {
    font-size: 10px;
}

.header .search-field {
    font-size: 12px;
    height: 40px;
    position: relative;
}

.header .form-shadow {
    box-shadow: none;
/*    max-width: 545px;*/
}

.header input::placeholder {
    color: #000;
}

.header .datepicker input {
    font-size: 15px;
    line-height: 18px;
    letter-spacing: -0.56px;
    padding: 0;
    font-family: 'Sofia medium';
}

.header .result-form {
    border: 1px solid #e2e2e2;
    border-radius: 35px;
}

.header .result-form .dr-adult span {
    opacity: 1;
}

.header .result-form .submit-btn button {
    width: 40px;
    height: 40px;
    /*line-height: 40px;*/
    margin-left: -7px;
}

.header .result-form .search-field img {
    width: 18px;
    margin-right: 5px;
}

.subpage .nav_area ul.menu > li.border-btn {
    border: 0.5px solid rgb(0 0 0 / 45%);
}

.header .search-field i {
    font-size: 14px;
    margin-right: 7px;
}

/*------------------------------------*\
	        MAIN
\*------------------------------------*/

.hero-banner {
    background: url(../image/home_placeholder_new1.jpg) no-repeat top center;
    background-size: cover;
    min-height: 860px;
    display: flex;

    padding-top: 200px;
}

.hero-banner:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.24);
    position: absolute;
    top: 0;
}

.hero-banner .container {
    position: relative;
}

.hero-banner h1 {
    font-size: 80px;
    line-height: 96px;
}

.hero-banner h2 {
    font-size: 24px;
    line-height: 30px;
    padding-top: 13px;
}

.banner-form {
    padding-top: 70px;
}

.loc-item {
    background: #fff;
    box-shadow: 0 0 8px #bbbbbb;
    margin-bottom: 20px;
    border-radius: 5px;
    overflow: hidden;
}

.ser-item span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    height: 180px;
    margin: 0 auto 30px;

}

.ser-item span img {
    max-width: 180px;
}

.banner-service {
    backdrop-filter: saturate(180%) blur(5px);
    background-color: rgba(255, 255, 255, 0.3);
    padding: 24px 15px 18px;
    border-radius: 20px;
    max-width: 368px;
    margin: 86px auto 70px;

}

.banner-service span {
    display: block;
    margin-bottom: 20px;
}

.banner-service span img {
    height: 30px;
    object-fit: contain;
}

.colu-item {
    padding-bottom: 26px;
}

.colu-item h6 {
    font-size: 18px;
    line-height: 22px;
}

.colu-item h6 + h6 {
    font-size: 14px;
    font-weight: 100;
    font-family: 'Sofia regular';
}

.service-section {
    padding-top: 80px;
    padding-bottom: 100px;
}

.owl-theme .owl-nav {
    position: absolute;
    top: 40%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    max-width: 1200px;
    left: 0;
    margin: 0;
    font-size: 22px;
}

.owl-theme .owl-nav [class*=owl-] {
    background: transparent;
    color: #4eb577 !important;
    margin: 0;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
    color: #4eb577;
}

button.owl-prev {
    left: -20px;
    position: relative;
}

.owl-theme .owl-nav .owl-prev {
    text-align: left;
}

.owl-theme .owl-nav .owl-next {
    text-align: right;
}

button.owl-next {
    right: -20px;
    position: relative;
}

.newsletter-section h2 {
    font-size: 50px;
    line-height: 46px;
    padding-bottom: 14px !important;
}

.newsletter-section p {
    font-size: 24px;
    line-height: 28px;
    margin: 0 !important;
    letter-spacing: -0.4px;
}

.newsletter-section form {
    max-width: 400px;
    margin: 0 auto;
    padding: 4px;
    border: 1px solid #E2E2E2;
    border-radius: 24px;
    display: flex;
    justify-content: flex-end;
}

.newsletter-section input[type="email"] {
    width: 100%;
    border: 0;
    background: url(../image/email.svg) no-repeat left 7px center;
    padding: 0 15px 0 35px;
    text-transform: capitalize;
}

.newsletter-section .btn {
    width: auto;
    text-align: center;
    height: 40px;
    min-width: 108px;
    font-size: 15px;
    line-height: 40px;
    padding: 0;
}

.service-section h2 {
    font-size: 50px;
    font-weight: bold;
    letter-spacing: -1.7px;
    line-height: 61px;
    text-align: center;
}

.service-section h2 {
    padding-bottom: 102px;
}

.service-section {
    background-color: #fff;
}

.popular-destination {
    background: rgba(79, 184, 120, 0.05);
    padding: 80px 0 40px;
}

.popular-destination h2 {
    font-size: 50px;
    line-height: 61px;
    padding-bottom: 14px;
}

.popular-destination h3 {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: -0.4px;
    padding-bottom: 86px;
}

.pop-bottom .btn {
    padding: 0;
    width: 81px;
    height: 34px;
    line-height: 34px;
    font-size: 15px;
}

.popular-item img {
    width: 338px;
    height: 350px;
    object-fit: cover;

}

.popular-item {
    position: relative;
    max-width: 338px;
    margin: 0 auto 60px;
    border-radius: 14px;
    overflow: hidden;
}

.pop-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 18px 13px 18px 24px;
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: saturate(180%) blur(20px);
}

.pop-bottom p {
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.67px;
}

/************BANNER FORM ***************/
.supplies-div {
    margin: -15px -28px;
}

ul#tabs-nav {
    display: TABLE;
    border: 0;
    text-align: center;
    border-radius: 40px;
    background-color: #fff;
    margin: 0 auto 16px;
    overflow: hidden;
    justify-content: space-between;
}

ul#tabs-nav li {
    display: inline-block;

    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    cursor: pointer;
    text-transform: capitalize;
    line-height: normal;
}

ul#tabs-nav li a {
    padding: 10px 20px;
    display: block;
    font-size: 15px;
    font-family: 'Sofia regular';
    font-weight: 100 !important;
    opacity: .6;
    color: #000;
}

ul#tabs-nav li a.active {
    color: #fff;
    background: #4fb879;
    opacity: 1;
}

.banner-form #tabs-content {
    background: #fff;
    max-width: 1000px;
    border-radius: 70px;
    position: relative;
    margin: 0 auto;
}

/* .banner-form #tabs-content {
    background: #fff;
    max-width: 1164px;
    border-radius: 70px;
    position: relative;
    margin: 0 auto;
} */

.banner-form .search-field {
    height: 70px;
    padding: 0 20px;
    position: relative;
}

ul#tabs-nav li.active a {
    color: #fff;
}

input:not([type=radio]):not([type=checkbox]):not([type=submit]), select, textarea, button {
    border: 0;
    width: 100%;
    box-sizing: border-box;
}

.search-field {
    display: flex;
    width: 100%;
    align-items: center;
    height: 45px;
}

.banner-form .search-field:hover {
    box-shadow: 0px 0px 20px rgb(0 0 0 / 50%);
    border-radius: 35px;
}

.arrow {
    position: relative;
}

.arrow:after {
    content: "\e874";
    font-family: 'Linearicons-Free';
    color: #000;
    font-size: 14px;
    position: absolute;
    right: 0;
    cursor: pointer;
    font-weight: 700;
}

.dr-adult {
    cursor: pointer;
    position: relative;
    z-index: 9;
    white-space: nowrap;
}

.search-field label {
    line-height: normal;
}

.search-field i {
    font-size: 18px;
    margin-right: 10px;
}

.datepicker {
    width: 100%;
}

.br-right:after {
    border-right: 1px solid #ddd;
    content: '';
    display: inline-block;
    width: 1px;
    height: 70%;
    position: absolute;
    right: 0;
}

.dr-adult-qty > * {
    padding: 15px 0px;
}

.adultHold ._nameAd ._nm {
    font-size: 22px;
    line-height: 25px;
    
}
.adultHold ._nameAd ._nm:after {
    content: '';
    clear: both;
    display: block;
}
.adultHold ._nameAd ._nmD {
    font-size: 18px;
    line-height: 21px;
    font-family: 'SofiaSansMedium';    
}
.classHold {
    border-top: #000 solid 1px;
    margin-top: 20px;
    padding-bottom: 0px;
}
.classHold label {
    font-size: 20px;
    line-height: 24px;
    font-family: 'SofiaSansRegular';
}
.classHold .checkmark {
    top: -1px;
    transform: scale(0.8);
}
.classHold .fl-way-select {
    display: inline-block;
    margin-top: 20px;
    padding-right: 36px;
}
.number span {
    width: 25px;
    height: 25px;
    display: inline-block;
    cursor: pointer;
    background-color: #fff;
    border-radius: 50%;
    position: relative;
    vertical-align: top;
}
.number span.minus::before {
    content: '';
    width: 12px;
    height: 3px;
    background-color: #000;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.number span.plus::before,
.number span.plus::after {
    content: '';
    width: 12px;
    height: 3px;
    background-color: #000;
    position: absolute;
    top: 50%;
}
.number span.plus::before {
    left: 50%;
    transform: translate(-50%, -50%);
}
.number span.plus::after {
    left: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
}
.number {
    justify-content: center;
    align-items: center;
    width: 125px;
    background-color: #000;
    border-radius: 20px;
    padding: 6px 10px;
    white-space: nowrap;
    user-select: none;
}

.number input {
    width: 50px !important;
    text-align: center;
    font-size: 18px;
    line-height: 22px;
    display: inline-block;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    background-color: transparent;
    vertical-align: top;
}

.dr-adult-qty {
    display: none;
    position: absolute;
    background: #fff;
    border: 1px solid #ddd;
    /* border-radius: 20px; */
    width: 380px;
    padding: 48px 40px 30px;
    z-index: 999;
    top: 100%;
}

/* .dr-adult-qty.top-box{top: inherit; bottom: -114px;} */

.t-check-in .t-date-info-title, .t-check-out .t-date-info-title {
    top: 5px;
    font-size: 14px;
    opacity: .6;
    left: 0;
}

.t-dates {
    height: 25px;
    padding: 0;
}

.submit-btn button {
    background: transparent;

    color: #fff;
    background: #4fb879;
    padding: 9px 15px;
    border-radius: 30px;
    width: auto;
    margin: 0 auto;
    display: table;
    font-size: 15px;
    font-family: 'Sofia medium';
    letter-spacing: 0;
    line-height: 18px;
}

form.search-form {
    font-size: 14px;
}

.check-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.search-form span.check-group {
    font-size: 13px;
    font-family: 'Lato';
}

.check-group label {
    position: relative;
    cursor: pointer;

}

.check-group label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #b1b1b1;
    padding: 7px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    border-radius: 2px;
}

.check-group input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: 6px;
    width: 6px;
    height: 11px;
    border: solid #298c51;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

.select2-container--default .select2-selection--single {
    border: 0;
}

span.select2-selection__arrow {
    display: none;
}

.search-field.arrow:after {
    right: 10px;
}

.guest-search.arrow:after {
    right: -5px;
}

.tt-hint {
    color: #999;
}

.tt-dropdown-menu {
    width: 100%;
    margin-top: 30px;
    background: #fff;
    border: 1px solid #e6e6e6;
    top: 100%;
    white-space: nowrap;
    padding: 20px 0;
    border-radius: 35px;
    width: 500px;
    left: -55px !important;
}
.tt-dropdown-menu strong,
.tt-dropdown-menu b {
    display: inline-block !important;
}
._typeHeadMulti .twitter-typeahead .twitter-typeahead:first-child, 
._typeHeadFrom .twitter-typeahead .twitter-typeahead:first-child {
    display: none !important;
}

.tt-suggestion {
    line-height: 1em;
    padding: 10px 30px;
    font-size: 16px;
    display: flex;
    letter-spacing: -0.6px;
    line-height: 19px;
    align-items: center;
}

.tt-suggestion p {
    margin: 0;
}

.tt-suggestion.tt-cursor {
    background-color: rgba(79, 184, 120, 0.1);
    cursor: pointer;
}

.tt-suggestions > *:before {
    content: "";
    background-color: rgba(0, 0, 0, 0.06);
    background-image: url(../image/location_on-24px.svg);
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    margin-right: 10px;
    width: 48px;
    height: 48px;
    border-radius: 50px;

}

.tt-suggestions > *:hover:before {
    background-color: rgba(0, 0, 0, 0.06);
}

.tt-suggestion.tt-hotel:before {
    content: "\f594";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    display: inline-block;
    margin-right: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    text-align: center;
    line-height: 40px;
    background: #ddd;
    font-size: 20px;
}

.tt-suggestion.tt-city:before {
    content: "\f64f";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    display: inline-block;
    margin-right: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    text-align: center;
    line-height: 40px;
    background: #ddd;
    font-size: 20px;
}

.tt-suggestion.tt-airport:before {
    content: "\f072";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    display: inline-block;
    margin-right: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    text-align: center;
    line-height: 40px;
    background: #ddd;
    font-size: 20px;
}

.twitter-typeahead, .twitter-typeahead input {
    font-size: 16px;
    font-family: 'Sofia medium';
    width: 100%;
    line-height: 19px;
    letter-spacing: -0.6px;
    padding: 0;
}

.banner-form .search-field label {
    line-height: 18px;
    padding-bottom: 2px;
    font-size: 14px;
}

.banner-form .datepicker input, .dr-adult span {
    color: #000;
    opacity: .5;
    font-family: 'Sofia medium';
    font-size: 16px;
    padding: 0;
    line-height: 19px;
    letter-spacing: -0.6px;

}

.banner-form .search-field img {
    padding-right: 14px;
}

.form-control:focus {
    box-shadow: none;
}

.search-form .checkbox-group {
    margin-bottom: -55px;
    background: #fff;
    width: max-content;
    padding: 8px 25px !important;
    border-radius: 18px;
    box-shadow: 0 0 3px #353535;
}

.daterangepicker.show-calendar .drp-buttons1 {
    display: none;
}

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {

    width: 40px;
    height: 40px;
    font-size: 14px;
}

.daterangepicker {
    width: 585px;
    text-align: center;

}

.daterangepicker .drp-calendar {
    max-width: 290px;
}

.daterangepicker td.disabled, .daterangepicker option.disabled {
    text-decoration: none;
    opacity: .6;
}

.daterangepicker .calendar-table td {
    background: #fafafa;
    border: 1px solid #fff;
}

.daterangepicker td.in-range {
    background-color: rgb(79 184 121 / 38%);
    border-color: transparent;
    color: #000;
    border-radius: 0;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #4fb879;
    border-color: transparent;
    color: #fff;
}

.daterangepicker .calendar-table table {
    font-family: 'Sofia regular';
}

.modal-open .modal-backdrop {
    z-index: 99;
}

form.login-form input {
    border: 2px solid #ddd !important;
    padding: 10px 15px;
    margin-bottom: 15px;
    border-radius: 30px;
}

#loginmodal > div, #forgotpwd > div {
    top: 50%;
    transform: translateY(-50%);
}

.car-search .br-right:after{
    right:-15px;
}

.car-search .submit-btn button {
    margin-right: 16px;
}

.flight-search .br-right:after{
    right: -15px;
}

.flight-search{
    position: relative;
    z-index: 99;
}

.flight-trip {
    position: absolute;
    background: #fff;
    border-radius:30px 30px 0 0;
    padding: 13px 25px 12px;
    margin-top: 1px;
}

#tab2.tab-content.active:after {
    content: '';
    display: block;
    width: 100px;
    height: 50%;
    position: absolute;
    background: #fff;
    bottom: 0;
}

.flight-trip label {
    
    color: #000;
    font-size: 16px;
    line-height: 20px;
    
    cursor: pointer;
}

.fl-way-select input:checked ~ label {
    color: #000;
}

.fl-inner-page{
    padding-top: 40px;
}

.fl-inner-page .top-filter .select-sortby{
    max-width: 180px;
}

/*------------------------------------*\
	    HOTEL RESULT PAGE
\*------------------------------------*/
.result-content {
    padding-bottom: 90px;
}

.hotel-inner-main {
    padding-top: 46px;
    max-width: 1360px;
    width: 100%;
}

.res-title {
    font-size: 32px;
    font-weight: bold;
    letter-spacing: -1.2px;
    line-height: 38px;
}

.hotel-details1 {
    background: url(../image/shadow-bg.png) no-repeat top center;
}

.room-item .h3 {
    font-size: 20px;
}

.room-item h5 {
    font-size: 14px;
}

.offer-content .text-center {
    text-align: left !important;
}

.hotel-slider.owl-theme .owl-nav {
    width: auto;
    max-width: initial;
    position: unset;
    top: 50%;
    transform: none;
}

.hotel-slider.owl-theme .owl-nav button {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
}

.hotel-slider.owl-theme .owl-nav button i, .gallery.owl-theme .owl-nav button i {
    width: 30px;
    height: 30px;
    background: #000;
    text-align: center;
    line-height: 30px;
    border-radius: 100%;
    box-shadow: 0 0 5px #ddd;
    font-size: 16px;
    color: #fff;
}

.gallery.owl-theme .owl-nav {
    top: auto;
    bottom: 0px;
    justify-content: center;
}

.gallery.owl-theme .owl-nav .owl-prev {
    text-align: right;
    margin: 0 5px;
    left: 0;
}

.gallery.owl-theme .owl-nav .owl-next {
    text-align: left;
    margin: 0 5px;
    right: 0;
}

.hotel-slider.owl-theme .owl-nav .owl-prev {
    left: 5px;
    width: auto;
}

.hotel-slider.owl-theme .owl-nav .owl-next {
    right: 5px;
    width: auto;
}

.slider-item img {
    width: 100%;
    height: 215px;
    border-radius: 4px;
    object-fit: cover;
}

.gallery-item img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}

.fav-link {
    cursor: pointer;
}

.fav-link:hover {
    color: #4fb879;
}

.fav-link:hover i:before {
    font-weight: 900;
}

#favmessage {
    display: none;
    max-width: 550px;
}

.result-form {
    max-width: 950px;
    margin: 0 auto;
}
div ._pdL {padding-bottom: 0px; padding-left:10px}
.form-shadow {
    box-shadow: 0 0 8px #444;
    background: #fff;
     padding: 10px 15px; 
    border-radius: 100px;
}

.hotel-item {
    border: 1px solid rgba(151, 151, 151, 0.14);
    border-radius: 12px;
    margin-bottom: 15px;
    overflow: hidden;
}

.hotel-thumb img {
    height: 225px;
    width: 205px;
    object-fit: cover;
    border-radius: 9px;
}

.hotel-thumb .gallery.owl-theme .gallery-item a {
    display: none;
}

.average-rating {
    background: #999;
    display: inline-block;
    text-transform: uppercase;
    padding: 5px 10px;
    font-size: 11px;
    line-height: normal;
}

.rate-bar {
    width: 250px;
    height: 5px;
    background: #ccc;
    display: block;
}

.rate-bar span {
    height: 100%;
    display: block;
    background: #4fb879;
}

.hot-det span {
    width: 40px;
}

.hot-det {
    padding-bottom: 12px;
}

.hotel-prize .top-review > span {
    gap: 4px;
}

p.prize-off {
    background: url(../image/offer-bg.png) no-repeat center;
    padding: 8px 15px;
    color: #fff;
}

.hotel-prize {
    display: flex;
    flex-direction: column;
    position: relative;
    justify-content: space-around;
    padding-bottom: 5px;
}

.hotel-prize:before {
    content: '';
    display: inline-block;
    width: 1px;
    height: 90%;
    border-left: 1px solid #dedede;
    position: absolute;
    top: 5%;
}

.hotel-prize .prize ins {
    font-size: 26px;
    line-height: 34px;
    text-decoration: none;

}

a.book-btn {
    background: #4eb577;
    display: inline-block;
    color: #fff;
    padding: 10px 18px;
    border-radius: 25px;
}

.offer-box a.book-btn {
    width: 140px;
    height: 40px;
    line-height: 40px;
    padding: 0 !important;
}

.property-widget span {
    display: flex;
    width: 60px;
    height: 60px;
    border: 1px solid #ddd;
    border-radius: 4px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 5px;
    margin-bottom: 5px;
    text-align: center;
    position: relative;
}

.property-widget span h6 {
    font-size: 11px;
    padding-top: 5px;
}

.widget h3 {
    font-size: 16px;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

.rating-widget span {
    display: inline-block;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 7px 10px;
    position: relative;
    height: 38px;
    width: 42px;
}

.rating-widget span input, .property-widget span input {
    position: absolute;
    opacity: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.rating-widget span label:before, .property-widget span label:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #d8d8d8;
    visibility: hidden;
    z-index: -1;
}

.rating-widget span input:checked ~ label:before,
.property-widget span input:checked ~ label:before {
    visibility: visible;
}

.op-item label {
    font-size: 14px;
    opacity: .8;
    font-weight: normal;
}

.widget .ui-state-default, .widget .ui-widget-content .ui-state-default, .widget .ui-widget-header .ui-state-default, .widget .ui-button {
    width: 20px;
    height: 20px;
    border: medium none;
    border-radius: 0;
    background: #4eb577
}

.widget .ui-slider-horizontal .ui-slider-handle {
    top: -9px;
    border-radius: 50%;

}

.ui-slider-horizontal {
    height: 4px;
    margin-bottom: 20px;
    background: #ddd;
    border: 0;
}

.ui-slider .ui-slider-range {
    height: 4px;
    background: #4eb577;
}

.widget .price_slider_amount {
    margin-top: 30px;
    margin-bottom: 20px;
}

.widget .price_slider_amount input.amount {
    font-size: 14px;
    width: 100px;
    color: #496cfe;
    border: medium none;
    height: auto;
}

.sh-mk-select .icon {
    max-width: 35px;
    padding-top: 6px;
}

.sh-mk-select {
    padding: 6px 5px;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 10px;
    border-radius: 30px
}

.icon-sec {
    display: flex;
}

.icon-sec span {
    width: 40px;
    height: 40px;
    display: inline-flex;
    background: rgb(0 0 0 / 5%);

    vertical-align: middle;
    text-align: center;
    align-items: center;
    justify-content: center;
    transition: all .4s;
    cursor: pointer;
}

.icon-sec span:first-child {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.icon-sec span:last-child {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.sh-mk-select .ps-4 {
    padding-left: 8px !important;
    padding-right: 5px !important;
}

.sh-mk-select .h6 {
    font-size: 17px;
}

.sh-mk-select .h5 {
    font-size: 12px;
}

#sortby11 {
    padding-right: 20px !important;
}

.sort-dropdown li a {
    font-size: 12px;
}

.icon-sec span img {
    transition: all .4s;
}

.icon-sec span:hover, .icon-sec .active {
    background: #4eb577;
}

.icon-sec span img {
    vertical-align: middle;
}

.filter-dropdown h5 {
    margin-bottom: 10px;
}

.filter-dropdown ul li {
    margin-right: 8px !important;
    margin-bottom: 10px;
    min-width: 60px;
    text-align: center;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.05);
    padding: 6px 8px;
    border-radius: 20px;
    color: #000;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
}

.filter-dropdown {
    position: absolute;
    width: 100%;
    background: #fff;
    z-index: 9;
    left: 0;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    display: none;
    top: 100%;
}

.sh-mk-select .arrow:after {
    bottom: 0;
    right: 5px;
    font-size: 12px;
}

.sh-mk-select {
    position: relative;
}

.sh-mk-select .ps-4 {
    padding-left: 8px !important;
    padding-right: 23px !important;
}

.filter-dropdown ul li.select {
    background: #4EB576;
    color: #fff;
}

.sh-mk-select .icon img {
    width: 25px;
    vertical-align: middle;
}

.marker-content {
    max-width: 270px;
}

.marker-content .h4 {
    font-size: 16px !important;
    font-family: 'Lato';
    margin-bottom: 8px;
    font-weight: 500;
}

.marker-content .small {
    font-size: 11px;
}

.marker-content .bold, .marker-content .shul-powered-by p {
    font-weight: 400;
    color: #337ab7;
    font-family: 'Lato';
}

.marker-content span.price {
    font-size: 18px;
    color: #1A2B50;
    margin-left: 5px;
    margin-right: 5px;
}

.hotel-marker a:hover span {
    text-decoration: underline;
}

.hotel-marker .hotel-marker-thumb:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.hotel-marker .hotel-marker-thumb img {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    max-width: 100%;
    width: 100%;
    object-fit: cover;
}

.hotel-marker .hotel-marker-thumb {
    width: 280px;
    height: 180px;
    overflow: hidden;
}

.gm-style .gm-style-iw-c, .gm-style .gm-style-iw-d {
    padding: 0 !important;
    overflow: auto !important;
    overflow-x: hidden !important;
    max-height: 280px !important;
}

.map-btn > a {
    border: 1px solid #ddd;
    padding: 7px 15px;
    border-radius: 25px;
    width: 104px;
    height: 46px;
    justify-content: center;

}

.map-btn input {
    opacity: 0;
    width: 0;
    height: 0;
}

.map-btn a > span img {
    padding-right: 10px;
}

.map-btn .switch {
    display: inline-block;
    width: 100%;
    height: 46px;
    position: absolute;
    left: 0;
    top: 0;
}

.map-btn .switch .slider {
    border-radius: 25px;
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: .4s;
    width: 100%;
    height: 46px;
    display: block;
    z-index: -1;

}

.map-btn {
    position: relative;
}

.map-btn .switch input:checked + .slider {
    background-color: #4fb879;
}

.marker-content.hotel-marker {
    max-width: 280px;
}

.result-form .submit-btn button {
    border-radius: 30px;
    width: 30px;
    text-align: center;
    height: 30px;
    padding: 0;
    font-size: 14px;
}

.social-share-hotel a {
    display: inline-block;
    width: 45px;
    height: 45px;
    border-radius: 100%;
    border-bottom-right-radius: 0;
    text-align: center;
    color: #fff;
    transition: all .4s;
    margin: 0 15px;
}

.social-share-hotel a:hover {
    border-bottom-right-radius: 100%;
}

.social-share-hotel a i {
    line-height: 45px;
}

.social-share-hotel .facebook {
    background: #3b5998
}

.social-share-hotel .twitter {
    background: #00aced
}

.social-share-hotel .linkedin {
    background: #007bb6
}

.social-share-hotel .instagram {
    background: #517fa4
}

.social-share-hotel .copy_link {
    background: #808080;
}

#button.show {
    opacity: 1;
    visibility: visible;
}

#button {
    display: inline-block;
    background-color: #4fb879;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 100%;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    cursor: pointer;
}

#button::after {
    content: "\e873";
    font-family: 'Linearicons-Free';
    font-weight: normal;
    font-style: normal;
    font-size: 30px;
    line-height: 45px;
    color: #fff;
}

.map-content-loading {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    background: rgba(255, 255, 255, 0.6);
}

.st-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 50px;
    height: 6px;
    background: #4fb879;
    border-radius: 5px;
    margin-left: -25px;
    -webkit-animation: load 1.8s ease-in-out infinite;
    animation: load 1.8s ease-in-out infinite;
}

.st-loader:before, .st-loader:after {
    position: absolute;
    display: block;
    content: "";
    -webkit-animation: load 1.8s ease-in-out infinite;
    animation: load 1.8s ease-in-out infinite;
    height: 6px;
    border-radius: 5px;
}

.st-loader:before {
    top: -20px;
    left: 10px;
    width: 40px;
    background: #fa5636;
    margin-left: -20px;
}

.st-loader:after {
    bottom: -20px;
    width: 35px;
    background: #ffab53;
    margin-left: -17px;
}

@-webkit-keyframes load {
    0% {
        -webkit-transform: translateX(40px);
        transform: translateX(40px);
    }
    50% {
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px);
    }
    100% {
        -webkit-transform: translateX(40px);
        transform: translateX(40px);
    }
}

@keyframes load {
    0% {
        -webkit-transform: translateX(40px);
        transform: translateX(40px);
    }
    50% {
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px);
    }
    100% {
        -webkit-transform: translateX(40px);
        transform: translateX(40px);
    }
}

.hot-det > span > img {
    width: 24px;
}

.hotel-middle > h4 {
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 8px !important;
}

.hotel-middle > h5 {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -0.56px;
    line-height: 18px;
    color: #000;
    opacity: .5;
    padding-bottom: 53px;
}

.top-review img {
    vertical-align: middle;
}

.hotel-prize .top-review .h6 {
    font-size: 15px;
    line-height: 18px;
    font-family: 'Sofia medium';
}

.hot-det:last-child {
    padding: 0;
}

.hotel-middle {
    padding: 12px 10px 12px 10px;
}

.hotel-thumb .gallery .owl-nav button i {
    background: rgba(0, 0, 0, 0.4);
    box-shadow: none;
}

.top-filter {
    padding-bottom: 15px;
    padding-top: 20px;
}

.icon-sec .active img, .icon-sec img:hover {
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(213deg) brightness(103%) contrast(102%);
}

/*------------------------------------*\
	        HOTEL DETAIL TAB
\*------------------------------------*/

.rate-star {
    width: 20px;
    height: 20px;
    background: #AC7B09;
    color: #fff;
    text-align: center;
    line-height: 20px;
    border-radius: 100%;
    font-size: 10px;
    vertical-align: middle;
}

.hotel-slider .slider-item img {
    height: 570px;
}

.hotel-slider.owl-theme .owl-nav button i {
    background: rgba(0, 0, 0, .4);
    color: #fff;
    box-shadow: none;
}

#tabs-nav.detail-page-tab {
    text-align: left;
}

#tabs-nav.detail-page-tab li {
    background: #eee;
}

.btn.book-btn {

    white-space: nowrap;
    line-height: 18px;
}

a.book-btn.btn-small {
    padding: 8px 12px;
}

a.btn.btn-small {
    padding: 8px 20px;
    font-size: 14px;
}

.prize ins {
    font-size: 26px;
    text-decoration: none;
}

.ser-content li {
    padding: 0 0 12px 20px;
    position: relative;
    line-height: 22px;
    opacity: .7;
    transition: all .4s;
}

.ser-content li:hover {
    opacity: 1;
}

.ser-title {
    display: flex;
}

.like-share-div {
    padding: 30px 0 50px 0;
}

.ser-content {
    padding: 17px 15px 18px;
    text-align: center;
}

.ser-row {
    padding: 36px 0 0px 0;
    background: #fff;
    z-index: 999;
    position: relative;
    max-width: 1003px;
    margin: -30px auto 0px;
    border-radius: 10px;
    box-shadow: 0 1px 30px 0 rgba(0, 0, 0, 0.1);
}

ul.list li {
    background: url(../image/arrow.png) no-repeat left top 3px;
    padding: 0 0 10px 25px;
    background-size: 15px;
}

.room-facilities li {
    display: inline-block;
    width: 49%;
}

.offer-box {
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
}

.offer-content {
    padding: 20px 15px;
}

.offer-box h5.green {
    background: #ededed;
    padding: 5px 10px;
}

.offer-content > div:first-child {
    max-width: 120px;
    min-width: 120px;
}

.offer-content > div:nth-child(2) {
    max-width: 160px;
}

.book-btn1:after {
    vertical-align: middle;
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(../image/btn-icon.png);
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 5px;
}

.owl-theme .owl-dots .owl-dot {
    width: auto;
}

.gallery-item {
    position: relative;
}

.gallery-item a {
    position: absolute;
    right: 10px;
    top: 10px;
}

.room-item {
    margin-bottom: 35px;
    padding-bottom: 25px;
    border-bottom: 1px solid #ddd;
}

.policie-table td {
    padding: 12px 15px;
    border: 2px solid #fff;
    font-weight: 700;
}

.policie-table tr:nth-child(odd) {
    background: #f4f6f8;
}

.policie-table td.head {
    text-align: right;
}

.comment {
    background: #f5f5f5;
    border-radius: 5px;
    padding: 15px;
}

.cmt-number b {
    font-size: 36px;
    color: #fff;
    width: 70px;
    height: 50px;
    border-radius: 4px;
    background: #4eb577;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    margin-bottom: 15px;
}

.single-comment {
    margin-bottom: 35px;
    padding-bottom: 25px;
    border-bottom: 1px solid #ddd;
}

span.cmt-number {
    max-width: 95px;
}

.comment p {
    font-size: 15px;
}

.cmt-filter-row {
    background: #ebebeb;
    padding: 10px;
}

.cmt-filter-row select {
    width: auto;
    min-width: 240px;
    padding: 8px 10px;
}

.total-rating {
    font-size: 36px;
    color: #4eb577;
}

.secure img {
    vertical-align: middle;
}

.secure {
    max-width: 150px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-family: 'Lato';
}

span.tot-number {
    width: 60px;
    height: 45px;
    background: #4eb577;
    display: inline-block;
    color: #fff;
    border-radius: 7px;
    line-height: 45px;
    text-align: center;
    font-family: 'Sofia regular';
    font-weight: 400;
    position: relative;
}

span.tot-number:before {
    content: '';
    display: inline-block;
    border-bottom: 14px solid transparent;
    border-right: 14px solid #4eb577;
    position: absolute;
    top: 100%;
    right: 10px;
}

span.cmt-number p {
    font-size: 14px;
    line-height: 18px;
}

#room-popup {
    display: none;
}

.fancybox-slide .room-popup-data {
    max-width: 650px;
    margin: 0 auto;
    right: 0;
    height: 90% !important;
    bottom: 0;
    padding: 45px !important;
    border-radius: 10px;

}

.room-popup-data::-webkit-scrollbar {
    width: 5px
}

.room-popup-data::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.room-popup-data::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
}

.room-popup-data img {
    width: 390px;
    height: 275px;
    object-fit: cover;
    border-radius: 5px;
}

.room-popup-data ul {
    column-count: 2;
    padding: 0;
}

.room-popup-data ul li {
    padding-left: 12px;
    position: relative;
}

.room-popup-data ul li::before {
    content: '\f111';
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    font-size: 6px;
    vertical-align: middle;
    color: #000;
    position: absolute;
    left: 0;
}

.rate-star i {
    color: #ffc107;
    font-size: 20px;
}

.item-service span {
    width: 40px;
    height: 40px;
    border: 1px solid #2b8e53;
    border-radius: 50px;
    text-align: center;
    font-size: 18px;
    color: #2b8e53;
    display: block;
    min-width: 40px;
    margin-right: 15px;
}

.item-service span i {
    line-height: 40px;
}

.item-service span:hover {
    background: #2b8e53;
    color: #fff;
}

.item-service p {
    margin-bottom: 0;
    color: #1a2b50;
}

.sh-mk-popup {
    width: 1000px;
    max-width: 100%;
}

.modal-header {
    border-bottom: 0;
}

.item-service h6 {
    padding-bottom: 10px;
}

.sh-mk-popup-tab {
    text-align: left !important;
    border-bottom: 1px solid #4fb879;
    overflow: hidden;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.popup-tabs {
    padding: 15px;
    border: 1px solid #4fb879;
    border-top: 0;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom: 5px solid #4fb879;
}

.sh-mk-popup-tab li {
    border: 1px solid #4fb879;
    margin-bottom: -1px;

}

.sh-mk-popup-tab li:first-child {
    border-top-left-radius: 8px;
    border-top-right-radius: 0 !important;
}

.sh-mk-popup-tab li:last-child {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 8px;
}

.sh-mk-popup-tab li + li {
    margin-left: -5px;
}

/*.powered-by img {
    background: #000;
}*/

.sh-mk-popup-tab, .detail-page-tab {
    display: block;
}

.sh-mk-popup-tab li, .detail-page-tab li {
    display: inline-block;

    background: rgba(226, 226, 226, .58);

    cursor: pointer;
    text-transform: capitalize;
}

.sh-mk-popup-tab li a, .detail-page-tab li a {
    padding: 10px 20px;
    display: block;
}

.sh-mk-popup-tab li a.active, .detail-page-tab li a.active {
    background: #4fb879;
}

.sh-mk-popup-tab li a.active, .detail-page-tab li a.active {
    color: #fff;
}

ul#room-nav li:last-child {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.title-icon {
    width: 32px;
}

.sh-mk-popup .ser-content li {
    display: inline-block;
    width: 49%;
}

.hotel-middle h6, .ser-column ul li {
    cursor: pointer;
}

.ser-content li.more {
    color: #4eb577;
    opacity: 1;
    padding-top: 10px;
}

#room-nav {
    border-radius: 25px;
    overflow: hidden;
    display: table;
    background: transparent;
    margin-bottom: 25px;
}

ul#room-nav li {
    overflow: hidden;
}

#room-nav {
    position: sticky;
    top: 105px;
    z-index: 9;
    left: 0%;
    max-width: 1125px;
    right: 0;
    display: table;
}

.room-top-area {
    padding: 40px 0;
}

.ser-column h5 {
    font-size: 22px;
    line-height: 28px;
    color: #000;
}

span.ser-icon img {
    width: 40px;
}

.room-top-area .top-review img {
    vertical-align: middle;
    width: 24px;
}

.room-top-area .top-review {
    font-size: 18px;
    line-height: 22px;
    font-family: 'Sofia medium';
}

ul.term-list li img {
    height: 18px;
}

ul.term-list li {
    padding-bottom: 4px;
    color: #000;
}

.room-item .gallery.owl-theme .owl-nav button i {
    background: #fff;
    color: #4eb577;
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.detail-page-tab li a {
    color: #666;
    font-size: 15px;
    line-height: 18px;
    padding: 8px 16px;
}

#amenities {
    padding-bottom: 60px;
}

.hotel-features {
    margin-top: 40px;
    padding-top: 60px;
    border-top: 1px solid #f0f0f0;
}

#map.section {
    border-top: 1px solid #f0f0f0;
    padding: 60px 0;
}

#reviews {
    margin-bottom: 100px;
}

.review-title {
    padding-bottom: 30px;
    line-height: 37px;
}

.newsform div {
    text-align: left;
}

.newsform div label {
    padding-left: 46px;
    font-size: 12px;
    line-height: 14px;
    opacity: .8;
    color: #000;
    font-family: 'Sofia medium';
}

.newsform div input {
    font-size: 17px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.3);
}

.newsform {
    align-items: center;
}

.newsform div {
    background: url(../image/email.svg) no-repeat left 14px center;
}

.newsletter-section .newsform input[type="email"] {
    padding-left: 46px;
    background: none;
}

.hotel-slider .first-img img {
    border-radius: 13.93px 0 0 13.93px;
}

.hotel-slider .last-img img {
    border-radius: 0 13.93px 13.93px 0;
}

.hot-middle-man {
    height: 18px;
    opacity: .9;
}

.hot-middle-car {
    vertical-align: middle;
    height: 18px;
    opacity: .9;
}

.car-search-widget .sh-mk-select + .sh-mk-select {
    margin-left: 24px;
}

.car-search-widget {
    position: relative;
}

.car-search-widget .map-btn {
    position: absolute;
    right: 0;
}

.car-list {
    padding-bottom: 30px;
}

/*------------------------------------*\
	    FLIGHT RESULT PAGE
\*------------------------------------*/

.flight-search .guest-search.arrow:after {
    right: 15px;
}

.flight-class .arrow:after {
    right: 15px;
}

.flightclass {
    -webkit-appearance: none;
    appearance: none;
    opacity: .6;
    position: relative;
    z-index: 999;
    background: transparent;
    cursor: pointer;
}

.flightclass:focus {
    border: 0;
    outline: 0;
}

.flight-trip span input {
    vertical-align: middle;
}

.fl-way-select {
    position: relative;
    padding-left: 32px;
    margin-bottom: 12px;
    cursor: pointer;
    padding-right: 28px;
    

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.fl-way-select input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    left: 0;
    z-index: 99;
    width: 24px;
    height: 24px;
    top: -4px;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: -5px;
    left: 0;
    height: 24px;
    width: 24px;
    background-color: #fff;
    border: 2px solid #000;
    border-radius: 50%;
}

/* When the radio button is checked, add a blue background */
.fl-way-select input:checked ~ .checkmark {
    border-color: #4fb879;
    border-width: 8px;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.fl-way-select .checkmark:after {
    content: "";
    position: absolute;
    background: #000;
}

/* Show the indicator (dot/circle) when checked */
.fl-way-select input:checked ~ .checkmark:after {
    border-color: #4FB879;
    background-color: #fff;
}

.fl-way-select .checkmark:after {
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    
}

.fl-info-list li {
    font-size: 14px;
    padding-bottom: 8px;
}

.fl-left {
    position: relative;
    padding-right: 10% !important;
}

.fl-list + .fl-list{
    margin-top: 24px;
}

.fl-dropdownMenu {
    right: 5px;
    top: 50px;
}

.fl-dropdownMenu:before, #fl-schedule:before {
    position: absolute;
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background: #fff;
    transform: rotate(45deg);
    border: 1px solid rgba(0, 0, 0, 0.15);
    right: 15px;
    top: -6px;
    border-bottom: 0;
    border-right: 0;
}

#fl-schedule {
    right: 15px;
    padding: 10px;
    min-width: 520px;
    margin-top: -10px;
}

#multiple-flight #flight-fieldset {
    padding: 0 !important;
    position: relative;
}

#flight-fieldset + #flight-fieldset {
    padding-top: 20px !important;
}

#add-flight-btn.btn {
    font-size: 13px;
    padding: 5px 10px;
}

.remove-flight {
    display: none;
}

#multiple-flight #flight-fieldset .remove-flight {
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 2px solid #4eb577;
    position: absolute;
    right: 0;
    color: #4eb577;
    cursor: pointer;
}

#multiple-flight #flight-fieldset .remove-flight i {
    line-height: 26px;
}

.fl-timer .fs-small.stop-text {
    background: #FAECEE;
    color: #D44155;
}

/*------------------------------------*\
	    CAR RESULT PAGE
\*------------------------------------*/

.filter-by-tag {
    border-bottom: 1px solid #ddd;
}

.car-com-name img {
    height: 27px;
}

.car-badge span {
    display: table;
    margin: 0 auto;
    padding: 4px 12px;
    background: #daffe9;
    line-height: normal;
    border-radius: 20px;
    font-size: 14px;
    text-transform: uppercase;
    color: #4eb577;
}

.car-prize {

}

.car-middle .average-rating {
    background: #f68013;
    font-size: 16px;
    border-radius: 3px;
}

.sale-col {
    background: #4fa1b8;
}

.sale-right-col {
    background: #4fb879;
    border-left: 2px solid #fff;
}

.car-col input {
    position: absolute;
    right: 5px;
}

.car-select-row > div {
    border: 1px solid #ddd !important;
}

.car-select-row {
    border: 1px solid #ddd;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.car-col {
    padding: 5px;
    width: 14.25%;
}

.car-slider {
    padding: 5px;
}

.container-lg {
    max-width: 1360px;
    margin: 0 auto;
}

.car-thumb-img {
    border-radius: 9px;
    background-color: rgba(216, 216, 216, 0.14);
    padding-bottom: 16px;
}

.car-img {
    height: 144px;
    width: 268px;
    object-fit: contain;
    margin-bottom: 12px;
}

.car-item {
    border: 1px solid rgba(151, 151, 151, 0.14);
    border-radius: 12px;
    padding: 6px;
    margin-bottom: 16px;
}

.car-com-name {
    padding: 16px 0 0 16px;
}

.car-name {
    font-size: 20px;
    line-height: 24px;
    padding-top: 14px;
    padding-bottom: 4px;
}

.car-middle {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

h6.car-type {
    font-size: 15px;
    line-height: 18px;
    color: #000;
    opacity: .5;
    font-family: 'Sofia medium';
    padding-bottom: 8px;
}

h5.car-rental {
    font-size: 15px;
    line-height: 18px;
    color: #000;
    font-family: 'Sofia medium';
    padding-bottom: 12px;
}

.car-pickup > * {
    padding-bottom: 17px;
}

.car-pickup h6 {
    font-size: 13px;
    line-height: 16px;
}

.car-pickup h5 {
    font-size: 15px;
    line-height: 18px;
    font-family: 'Sofia medium';
    color: #000;
    opacity: .8;
    letter-spacing: -0.56px;
}

.car-extra a b {
    font-size: 16px;
    line-height: 19px;
    font-family: 'Sofia regular';
    font-weight: normal;
    opacity: .8;

}

.car-extra a {
    display: block;
    padding-bottom: 4px;
    height: 28px;
}

.car-prize .book-btn {
    min-width: 135px;
    margin-top: 20px;
}

.car-cancel {
    line-height: 18px;
    width: 129px;
    border-radius: 4px;
    background-color: #AC7B09;

    color: #fff;
    font-size: 12px;
    display: table;
    margin: 24px auto 0;
}

.car-tax-line {
    color: rgba(0, 0, 0, 0.5);
    font-size: 15px;
    font-family: 'Sofia medium';
    line-height: 18px;
}

.car-prize .prize {
    color: #4FB878;
    font-size: 24px;
    line-height: 29px;
    padding-bottom: 4px;
}

.car-review {
    padding-top: 14px;
    padding-bottom: 24px;
}

.car-prize {
    position: relative;
}

.car-prize:before {
    content: '';
    width: 1px;
    height: 201px;
    background: #F0F0F0;
    display: block;
    position: absolute;
    left: 0;
    top: 18px;
}

.car-item .car-facilities b {
    padding-right: 9px;
}

.daterangepicker {
    width: 585px;
    text-align: center;
    position: absolute;
    z-index: 99999;
    margin-top: 29px;
}

.sec-title {
    padding: 40px 0 20px 0;
    font-size: 32px;
    font-family: 'Sofia bold';
    letter-spacing: -1.2px;
    line-height: 38px;
}

.car-search-widget {
    padding-bottom: 30px;
}

/*------------------------------------*\
	        CHECKOUT
\*------------------------------------*/

.fl-bottom-text{
    margin-top: 30px;
    padding-top: 26px;
    border-top: 1px solid #f0f0f0;
}

.fl-bottom-text span{
    background: #D9DFE6;
    display: inline-block;
    padding: 2px 6px;
    color: #000000;
    border-radius: 4px;
}

span.fl-stop {
    position: absolute;
    top: 20px;
    background: #fff;
    z-index: 9;
    padding: 3px 8px;
}


.fl-result-item {
    border: 1px solid rgba(151,151,151,0.14);
    border-radius: 12px;
    margin-bottom: 30px;
    padding: 24px;
}

.cancel-text {
    border-top: 1px solid rgb(192, 202, 213);
}

.fl-right {
    border-left: 1px solid #F0F0F0;
}

.fl-time {
    font-size: 18px;
    line-height: 22px;
    white-space: nowrap;
}

.fl-timer:after {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background: #D9DFE6;
    opacity: .6;
    position: absolute;
    left: 0;
    top: 31px;
}

.fl-timer:before{
    content: '';
    display: block;
    width: 22px;
    height: 22px;
    background: url(../image/local_airport_black_24dp.svg) no-repeat center;
    background-size: cover;
    position: absolute;
    right: 0;
    top: 21px;
}

.fl-timer b {
    font-family: 'Sofia light';
    font-weight: 100;
    padding-top: 6px;
    position: relative;
}

.fl-timer b:before {
    content: '\f111';
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    top: -8px;
    z-index: 9;
    font-size: 8px;
    color: #000;
    left: 40%;
    font-weight: 700;
}

.fl-timer {
    color: #969ca2;
}



.fl-timer .fs-small {
    padding: 2px 6px;
    background-color: #ecf7ec;
    color: #4FB878;
    border-radius: 4px;
    margin-left: 14px;
}

.cancel-text{
    border-radius: 4px;
    padding: 2px 6px;
    background: #AC7B09;
    margin-bottom: 18px;
    margin-top: 24px;
}

.fl-right .book-btn {
    min-width: 135px;
}

h4.fl-prize span {
    font-size: 18px;
}

.fl-right .prize{
    padding-top: 22px;
    padding-bottom: 4px;
}

.fl-middle {
    width: 100%;
}

h4.fl-prize b {
    font-size: 32px;
    font-family: 'Sofia bold';
}

.select-deselect-btn input[type=button] {
    color: #4eb577;
    background: transparent;
    padding: 0 5px;
    width: auto !important;
    font-size: 14px;
}

.widget-title {
    font-size: 20px !important;
    line-height: 24px;
    padding-bottom: 20px;
    padding-top: 20px;
}

.widget-title h3 {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}

.modal2 .modal-content {
    border-radius: 12px;
}

.modal2 .modal-header {
    background: #4fb879;
    color: #fff;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.modal2 .modal-header .btn-close {
    background-color: #fff;
    color: #000;
    opacity: 1;
    border-radius: 100%;
    background-size: 12px;
    width: 25px;
    height: 25px;
    position: absolute;
    right: -12px;
    top: -13px;
    box-shadow: 0 0 5px #444;
    transition: all .4s;
}

.modal2 .modal-header .btn-close:hover {
    background-color: #ccc;
}

.dot-listing {
    list-style: disc;
    padding-left: 15px;
}

.dot-listing li {
    list-style: disc;
    padding-bottom: 5px;
    opacity: .7;
}

.br-middle {
    position: relative;
}

.br-middle:before {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    background: #ccc;
    position: absolute;
    left: -25px;
    top: 0;
}

.btn.border-btn {
    background: #fff;
    border: 2px solid #4eb577;
    color: #4eb577;
    padding: 4px 25px;
}

.modal.modal2 > div {
    top: 50%;
    transform: translateY(-50%) !important;
}

/*------------------------------------*\
	        CHECKOUT
\*------------------------------------*/

.security-bar {
    background: #dad9d9;
    padding: 10px 0;
    text-align: center;
}

.security-bar span {
    color: #4f6f8f;
    padding: 0 15px;
    font-size: 14PX;

}

.book-process ul {
    position: relative;
}

.book-process ul:before {
    content: '';
    display: inline-block;
    height: 1px;
    width: 67%;
    background: #ddd;
    position: absolute;
    left: 17%;
    top: 15px;
}

.book-process li {
    display: inline-block;
    width: 33%;
    text-align: center;
    color: #4f6f8f;

}

.book-process li.active span {
    background: #4eb577;
    color: #fff;
    border-color: #4eb577;
}

.book-process li.active {
    color: #4eb577;
}

.book-process span {
    display: table;
    min-width: 30px;
    height: 30px;
    margin: 0 auto 10px;
    border: 1px solid #b9b9b9;
    border-radius: 100%;
    line-height: 28px;
    background: #fff;
    position: relative;
}

.checkout-widget {
    padding: 15px;
    box-shadow: 0 0 5px #d8d8d8;
    border: 1px solid #ddd;
    margin-bottom: 25px;
    border-radius: 5px;
}

.sub-total {
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #ddd;
}

.checkout-form input:not([type=radio]):not([type=checkbox]):not([type=submit]), .checkout-form select {
    border: 1px solid #ddd;
    padding: 12px 15px;
    margin-bottom: 10px;
    -webkit-appearance: none;
}

.checkout-form input:focus {
    border: 1px solid #ddd;
}

.checkout-field label {
    position: absolute;
    padding: 0 15px;
    opacity: .5;
}

.checkout-field input {

    padding: 20px 15px 6px !important;
}

.checkout-field select {

    padding: 20px 10px 6px !important;
    -webkit-appearance: none;
}

.checkout-widget label {
    font-size: 12px;
}

.info-bar {
    background: #d9dada;
    padding: 5px 10px;
}

.column-field {
    gap: 10px;
}

.column-field > *:first-child {
    width: 70% !important;
}

.column-field > *:last-child {
    width: 30% !important;
}

.continue-btn button {
    background: #4eb577;
    color: #fff;
    padding: 12px 0;
    border-radius: 3px;
}

.widget-summary {
    box-shadow: rgb(0 0 0 / 8%) 0px 0px 2px 0px, rgb(0 0 0 / 16%) 0px 1px 4px 0px;
    border: 1px solid rgb(192, 202, 213);
    border-radius: 2px;
    position: relative;
    margin-left: 35px;
}

.hotel-thumb-img img {
    width: 180px;
    height: 110px;
    object-fit: cover;
    padding: 0 15px 0 5px;
    border-radius: 0;
}

.summary-right {
    border-left: 1px solid rgb(192, 202, 213);
}

.fl-logo {
    max-width: 68px;
    max-height: 34px;
    margin-right: 15px;
}

span.flight-time {
    position: relative;
}

span.flight-time:after {
    width: 100%;
    height: 1px;
    border-top: 1px solid #000;
    content: '';
    display: inline-block;
    position: absolute;
    top: 21px;
}

span.flight-time > span {
    background: #fff;
    position: relative;
    z-index: 9;
    padding: 0 5px;
}

.car-sum-bot {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;

}

.car-sub-bot2 img {
    max-width: 100px;
}

.car-summary-bar {
    background: #4eb577;
    color: #fff;
}

.hotel-thumb-img {
    padding: 0 10px;
    max-width: 180px;
}

.car-facilities {
    text-align: center;
}

.car-facilities span b {
    font-size: 16px;
    line-height: 19px;
    color: #000;

}

.car-facilities > span {
    display: inline-block;
}

.book-indicator {
    position: absolute;
    left: -40px;
    background: #fff;
}

.book-indicator svg {
    color: #4eb577;
}

.car-slider.owl-theme button.owl-prev,
.car-slider.owl-theme button.owl-next {
    width: auto;
    background: #4eb577;
    color: #fff !important;
    border-radius: 0;
    padding: 5px 8px !important;
}

.car-slider.owl-theme button.owl-prev:hover,
.car-slider.owl-theme button.owl-next:hover {
    background: #4eb577 !important;
}

.widget-summary.hotel-summary:before, .widget-summary.flight-summary:before {
    content: '';
    display: block;
    width: 2px;
    height: 100%;
    position: absolute;
    left: -29px;
    background: #4eb577;
    top: 10px;
    opacity: .5;
}

.car-sub-bot2 .btn {
    text-transform: uppercase;
}

.car-sub-bot2 .btn.selected {
    background: #ddd;
    color: #000;
}

.price-offer-box {
    background: #f1fbf5;
    border-radius: 2px;
    box-shadow: 0 2px 5px #ddd;
}

.price-offer-box svg {
    font-size: 20px;
    min-width: 25px;
    color: #4eb577;
}

.price-offer-box p {
    line-height: normal;
}

.selected-item {
    border: 1px solid #ddd;
}

.room-select .hotel-thumb-img img {
    min-width: 100px;
    height: 80px;
    object-fit: cover;
}

.hotel-thumb-img {
    padding: 0;
    max-width: 100%;
}

.cc-img {
    max-width: 250px;
}

.result-content #map {
    height: 450px;
}

.form-group .transparent {
    opacity: 0.2;
}

.confirmation-item h5 {

    white-space: nowrap;
}

/*------------------------------------*\
	       FOOD RESULT
\*------------------------------------*/

.food-item img {
    max-width: 220px;
    border-radius: 10px;
}

.rating .fa {
    color: #ffcc00;
}

.food-item img {
    max-width: 220px;
    border-radius: 10px;
    height: 150px;
    object-fit: cover;
}

.food-filter .arrow:after {

}

.food-filter .select {
    background: transparent;
    border: 0;
}

.food-filter .select:focus {
    outline: none !important;
    border: 0 !important;
}

.food-filter select {
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    z-index: 9;
    background: transparent;
    cursor: pointer;
}

/*------------------------------------*\
	       CHECK OUT
\*------------------------------------*/

.info {
    background: #dad9d9;
    padding: 6px;
    margin-bottom: 10px;
    line-height: normal;
}

.room-faci img {
    max-height: 22px;
    max-width: 20px;
    object-fit: contain;
}

.room-faci li {
    padding-bottom: 3px;
}

.book-info {
    background: #e4e4e4;
    padding: 10px;
    margin: 10px 0 20px 0;
}

.car-col-end {
    max-width: 180px;
}

.car-col-end .car-com-name img {
    max-width: 45px;
    height: auto;
    object-fit: contain;
}

.car-col-middle {
    width: 40%;
}

.car-col-end .prize {
    line-height: normal;
    padding: 5px 0;
}

.car-col-end a.book-btn {
    text-align: center;
}

.car-col-end a.book-btn {
    text-align: center;
    font-size: 14px;
    padding: 5px 15px;
    margin: 0 auto;
    max-width: 100%;
    display: table;
    width: auto;
    margin-top: 10px;
}

.car-col-end .small {
    font-size: 12px;
    line-height: normal;
}

.food-content .btn {
    display: inline-block;
    font-size: 14px;
    padding: 8px 15px;
    color: #fff;
    background: #4eb577;
    border-radius: 0;
    line-height: normal;
    float: right;
    margin-top: 25px;
}

.food-thumb img {
    height: 125px;
    width: 125px;
    object-fit: cover;
    margin-right: 15px;
}

.food-content {
    width: 80%;
}

.food-row {
    border: 1px solid #bdbdbd;
}

/*------------------------------------*\
	       PROFILE
\*------------------------------------*/

.profile-thumb img {
    width: 250px;
    height: 250px;
    border: 4px solid #fff;
    box-shadow: 0 0 0 1px #4eb577;
    border-radius: 100%;
    object-fit: cover;
}

ul.contact-list li {
    position: relative;
    padding: 15px 0 15px 45px;
    border-bottom: 1px solid #ccc;
}

ul.contact-list li i {
    position: absolute;
    top: 15px;
    left: 0;
    color: #4eb577;
    font-size: 22px;
}

ul.contact-list li:last-child {
    border: 0;
}

.page-header {
    background: #000;
}

.page-header h1 {
    color: #fff;
    text-align: center;
}

form.change-pwd input {
    border: 2px solid #ddd !important;
    padding: 10px 15px;
    margin-bottom: 15px;
    border-radius: 3px;
}

.booking-list table {
    border: 1px solid #ddd;
}

.booking-list thead {
    background: #ddd;
}

.booking-list thead tr th, .booking-list tbody tr td {
    padding: 15px 5px;

}

.booking-list tbody tr {
    border-bottom: 1px solid #ddd;
}

#cancel-btn .modal-dialog {
    top: 20%;
}

.table-icon i {
    width: 40px;
    height: 40px;
    background: #4eb577;
    line-height: 32px;
    border-radius: 100%;
    border: 3px solid #fff;
    box-shadow: 0 0 0 1px #4eb577;
    color: #fff;
}

.book-tab li {
    display: inline-block;

}

.book-tab li a.active {
    color: #fff;
}

.book-tab li a.active {
    background: #4eb577;
}

.book-tab li a {
    display: inline-block;
    padding: 8px 20px;
    border: 1px solid #ddd;
    border-bottom: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: #ddd;
    margin-right: 5px;
}

/*------------------------------------*\
	    Flight Round Trip
\*------------------------------------*/

.flight-top-bar {
    background: #4eb577;
    color: #fff;
}

.bg-light {
    background-color: #eafff2 !important;
}

.fl-icon {
    max-height: 20px;
    padding-right: 10px;
}

.round-fl-1 {
    padding: 10px;
    border: 1px solid #bbb;
    box-shadow: 0 0 3px #ddd;
    border-left: 7px solid #5ed48d;
}

.card-top {
    background: #eee;
}

.round-fl-1:after {
    content: '\f078';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    right: 35px;
    top: 50%;
    transform: translateY(-50%);
    color: #4eb577;
    font-size: 18px;
}

.round-fl-1 {
    position: relative;
}

.round-fl-1[aria-expanded=true]:after {
    content: '\f077';
}

.badge {
    border-radius: 5px;
    margin-bottom: 7px;
    padding: 4px 10px;
    color: #6f6f6f;
    font-weight: 300;
}

.badge-primary {
    background: #eee;
}

.badge-secondary {
    background: #eafff2;
}

.baggage-list li {
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
}

.baggage-list li span {
    background: #4eb577;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
}

.baggage-list li.darkicon span {
    background: #4f6f8f;
}

.baggage-list li small {
    font-size: 14px;
}

.flights-option li {
    padding: 6px 0;
}

.flights-option li:before {
    width: 20px;
    display: inline-block;
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
}

.flights-option li.no-available {
    opacity: .5;
}

.no-available:before {
    content: '\f00d';
    color: #ccc;
}

.flights-option .available:before {
    content: '\f00c';
    color: #4eb577;
}

.upgrade:before {
    content: '\f155';
    color: #444;
}

.brand-head {
    background: #f5f5f5;
    padding: 35px 15px 15px;
    border-radius: 5px;
}

.flight-prize {
    background: #000;
    border-radius: 5px;
    color: #fff;
}

.flight-block {
    border: 1px solid #ddd;
    padding: 8px 8px;
    border-radius: 3px;
    margin-left: 10px;
}

.flight-block.selected {
    background: #ebfff3;
    border: 1px solid #4eb577;
}

#compare-option table tr {
    border-bottom: 1px solid #eee;
}

#compare-option table tr td, #compare-option table tr th {
    padding: 8px 5px;
}

#fl-tab li a {
    display: inline-block;
    padding: 4px 10px;

    background: #ebfff3;
    border-radius: 3px;
    margin: 5px;
    cursor: pointer;
}

#fl-tab {
    border: 0;
}

.flight-plan-slider.owl-theme .owl-nav {
    position: initial;
    justify-content: center;
    transform: none;
    margin: 0;
    padding-top: 15px;
}

.flight-plan-slider.owl-theme .owl-nav .owl-prev {
    width: 40px;
    text-align: right;
    min-width: 40px;
    height: 40px;
    text-align: center;
    box-shadow: 0 0 6px #bbb;
    border-radius: 100%;
}

.flight-plan-slider.owl-theme .owl-nav .owl-next {
    width: 40px;
    text-align: left;
    min-width: 40px;
    height: 40px;
    text-align: center;
    box-shadow: 0 0 6px #bbb;
    border-radius: 100%;
}

.cardrop-time {
    background: #f4f6f8;
    padding: 25px;
    border-radius: 5px;
    margin: 15px 0;
}

.divider {
    border-bottom: 1px solid #ddd;
    margin-bottom: 50px;
    padding-bottom: 20px;
}

.modal-md {
    max-width: 800px;
}

.car-modal .modal-header {
    background-color: #4fb879;
    color: #fff;
    border: 0;
}

.car-modal .modal-content {
    border: 0;
}

.rating-btn {
    width: 40px;
    height: 40px;
    background: #fff;
    border: 3px solid #4eb577;
    color: #4eb577;
    font-size: 18px !important;
    margin: 0 5px 0 0;
    display: block;
    line-height: 34px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
}

.rating-btn:hover {
    border: 3px solid #018a37;
    color: #018a37;
}

.rating-div input {
    position: absolute;
    opacity: 0;
}

.rating-div input:checked ~ label {
    background: #4eb577;
    color: #fff;
}

.rating-div {
    max-width: 242px;
}

ul.listing {
    padding-left: 20px;
}

ul.listing, ul.listing li {
    list-style: disc;
}

ul.listing li {
    font-family: 'Sofia light';
    padding-bottom: 10px;
    font-size: 14px;
    line-height: normal;
}

.car-checkout-tab .nav-tabs {
    background: #efefef;
    margin-top: 15px;
}

.car-checkout-tab .nav-tabs .nav-link {
    padding: 0 10px;
    border: 0;
}

.car-checkout-tab .nav-tabs .nav-link a {
    padding: 15px 10px;
    display: block;
    position: relative;
}

.car-checkout-tab .nav-tabs .nav-link a:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: transparent;
    position: absolute;
    bottom: 0;
    left: 0;
}

.car-checkout-tab .nav-tabs .nav-link a.active:after {
    background: #4eb577;
}

.car-checkout-tab .nav-tabs .nav-link a.active,
.car-checkout-tab .nav-tabs .nav-link a:hover {
    color: #4eb577;
}

.faq-link a {
    color: #4eb577;
    padding-bottom: 2px;
}

.faq-desc p strong {
    font-family: 'Sofia bold';
}

.faq-link {
    padding-top: 15px;
    border-left: 1px solid #ddd;
}

/*------------------------------------*\
	       ABOUT
\*------------------------------------*/

.st-list-statistic .item {
    background: #FFFFFF;
    border: 5px solid #4fb879;
    text-align: center;
    position: relative;
    -webkit-transition: 1s;
    transition: 1s;
    display: table;
    min-height: 200px;
}

.st-list-statistic .item .front {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.st-list-statistic .item .front .inner {
    position: relative;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.st-list-statistic .item-wrapper:hover .item {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.st-list-statistic .item-wrapper:hover .item .front {
    opacity: 0;
}

.st-list-statistic .item-wrapper:hover .item .end {
    opacity: 1;
}

.st-list-statistic .item h4 {
    font-size: 36px;
    color: #2b8e53;
    font-weight: 500;
    margin: 0;
}

.st-list-statistic .item p.sub-text {
    font-size: 16px;
    color: #2b8e53;
    font-weight: 400;
    margin-bottom: 0px;
}

.st-list-statistic .item .end {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 15px;
    background-color: #2b8e53;
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.st-list-statistic .item .end {
    display: table-cell;
}

.st-list-statistic .item p.desc {
    margin-bottom: 0px;
    font-size: 14px;
    color: #fff;
    text-align: left;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.st-list-statistic .item p {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.st-contact-info {

    position: relative;
}

.st-contact-info .info-content {
    margin-top: 0;
    min-height: 150px;
    top: 0;
    min-width: 350px;
    position: absolute;
    padding: 20px;
    margin-left: -130px;
}

.info-bg img {
    height: 150px;
    object-fit: cover;
}

.main-menu li.menu-item a {
    text-shadow: 1px 1px 1px #000;
}

.st-contact-info .info-bg {
    margin: 0 auto;
}

.st-contact-info .info-content {
    background: #2b8e53;
}

.st-contact-info .info-content h3 {
    font-size: 24px;
    color: #FFFFFF;
    margin: 0;
}

.st-contact-info .info-content .sub {
    position: absolute;
    padding-right: 30px;
}

.st-contact-info .info-content .sub {
    bottom: 20px !important;
}

.st-contact-info .info-content .sub p {
    font-size: 16px;
    color: #FFFFFF;
    margin-bottom: 5px;
    letter-spacing: normal;
    width: 100%;

    word-break: break-word;
}

.contact-form input, .contact-form textarea {
    border: 1px solid #DAE1E7 !important;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #5e6d77;
    height: 40px;
    font-size: 15px;
    padding: 0 10px;
    font-weight: 400;
    margin-bottom: 22px;
}

.contact-form textarea {
    height: 150px;
}

.contact-form input[type="submit"] {
    background: #4fb879;
    border-radius: 3px;
    border: none;
    color: #fff;
    margin-top: 20px;
    padding-left: 35px;
    padding-right: 35px;
}

/*------------------------------------*\
	        TOP FILTER
\*------------------------------------*/

.filtertop-bar .search-icon {
    display: flex;
    align-items: center;
    gap: 5px;
    background: rgb(0 0 0 / 9%);
    padding: 5px 10px;
}

.filtertop-bar {
    background: #4fb878;
    padding: 10px;
    gap: 15px;
    justify-content: center;
}

.search-icon input {
    background: transparent;
}

.filter-data * {
    color: #fff;
}

.filter-data input::placeholder {
    color: #fff;
}

.map-icon span, .filter-icon span {
    font-weight: 400;
    padding-top: 5px;
    font-size: 14px;
    font-family: 'Sofia regular';
}

/*-------------love-hotel-------------*/
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;
    animation: smoothScroll .8s forwards;
    left: 0;
}

/*-------------love-hotel-------------*/

.love-hotel h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
}

.h-details a {
    display: block;
    line-height: 25px;
}

.h-details {
    border-left: 2px solid #000;
    padding: 10px;
}

.list-item ul li::before {
    content: "\f111";
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    font-family: "Font Awesome 5 Free";
    padding-right: 10px;
}

a.more i {
    padding-right: 10px;
}

.payment-summary {
    border: 1px solid #464646;
}

.summary-title h3 {
    font-size: 20px;
    padding: 10px 0;
}

.bottom-line {
    border-bottom: 1px solid #464646;
}

.payment-summary h4 {
    font-size: 15px;
    padding-bottom: 5px;
}

h4.left-space {
    padding-left: 20px;
}

h4.blue {
    color: blue;
}

.green-text h4 {
    color: green;
    font-size: 17px;
    font-weight: bold;
}

.bold-text h4 {
    font-size: 17px;
    font-weight: bold;
}

.summary-content p {
    margin-bottom: 0;
    font-size: 14px;
}

.hotel-items {
    border: 1px solid #000;
    padding: 10px;
}

.border-top {
    border-top: 1px solid #000 !important;
}

h4.info-title {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    /*border: 1px solid #000;*/
    padding: 7px;
    background: #4eb577;
    border-bottom: 0;
    color: #fff;
}

.room-info h3 {
    font-size: 18px;
    font-weight: bold;
    color: green;
    padding-bottom: 8px;
}

.check p span {
    font-weight: bold;
    display: inline-block;
    min-width: 75px;
}

.room-info {
    border: 1px solid #c9c9c9;
    padding: 10px;
    min-height: 200px;
}

.room-info h5 {
    font-size: 14px;
    font-weight: bold;
}

.room-info-content {
    padding-right: 40px;
}

.room-info-right p {
    margin-bottom: 0;
    font-weight: bold;
    padding-bottom: 5px;
}

.room-info-right i {
    padding-right: 7px;
}

.room-info-right h6 {
    padding-bottom: 5px;
}

/*.room-info-right a {
    color: blue;
}*/

.love-hotel-blank-box {
    border: 1px solid #000;
    padding: 50px;
    min-height: 150px;
    margin-bottom: 15px;
}

.h-details a {
    color: #4eb577;
}

.check p {
    margin-bottom: 0;
    font-size: 14px;
}

.address {
    padding-top: 20px;
}

.img-item h4 {
    font-size: 20px;
    font-weight: bold;
}

.border-b p {
    margin-bottom: 0;
}

.img-item i {
    font-size: 12px;
}

.address h5 {
    font-weight: bold;
}

/*------------------------------------*\
            SIGN-UP
\*------------------------------------*/
.box-border {
    border: 1px solid #000;
    padding: 40px 50px 0 30px;
}

.page-title h2 {
    font-size: 30px;
    padding-bottom: 15px 0 !important;
    padding: 15px 0;
    font-weight: bold;
}

.booking-content h3 {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 10px;
}

ul.nav-h.nav.nav-tab li a {
    color: #000;
}

.booking-inner {
    border: 1px solid #000;
}

.booking-content h2 {
    font-size: 28px;
    padding: 20px 0;
}

.booking-image img {
    width: 130px;
    height: 100px;
    object-fit: cover;
}

.booking-box {
    box-shadow: rgb(0 0 0 / 8%) 0px 0px 2px 0px, rgb(0 0 0 / 16%) 0px 1px 4px 0px;
    border: 1px solid rgb(192, 202, 213);
    border-radius: 2px;
    padding: 10px;
}

.login-form input[type=radio] {
    width: 15px;
}

.booking-box p {
    margin-bottom: 0;
    font-size: 14px;
}

.booking-content h3 {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 10px;
}

.booking-box h3 {
    padding-bottom: 0;
}

.rating i {
    font-size: 10px;
}

.blank {
    border: 1px solid #000;
    padding: 50px;
    margin: 1px;
    margin-top: 72px;
    height: 84%;
}

.blank h3 {
    font-size: 20px;
}

.booking-link a {
    display: block;
    color: #4eb577;
}

.booking-link {
    padding: 12px;
    border-left: 1px solid #000;
    height: 100%;
}

/*-----------------SECURITY------------------*/
h2.page-title {
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 10px;
    margin-bottom: 0;
}

.security-box {
    border: 1px solid #000;
    width: 100%;
    height: 100%;
    padding: 30px;
}

.security-signup-box {
    border-radius: 4px;
    box-shadow: 0 2px 5px #ddd;
    border: 1px solid rgb(192, 202, 213);
    padding: 25px 15px 30px 15px;
    width: 60%;
}

.security-signup-box h3 {
    font-size: 25px;
    font-weight: bold;
    padding-bottom: 10px;
}

.security-signup-box input {
    width: 100%;
    border: 0;
}

.security-signup-box label {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 5px;
    min-width: 110px;
}

.bottom-line {
    border-bottom: 1px solid #9e9494;
}

.security-password a {
    background: #4eb577;
    padding: 10px 20px;
    color: #fff;
    border-radius: 3px;
    font-size: 16px;
    line-height: 18px;
    position: absolute;
    right: 11px;
    top: 35px;
}

.security-password {
    position: relative;
}

.modal-body textarea {
    border: 2px solid #ddd !important;
    padding: 10px 15px;
    margin-bottom: 15px;
    border-radius: 30px;
    resize: none;
}

.box-border {
    border: 1px solid #000 !important;
    width: 100%;
    height: 100%;
    padding: 20px;
}

.email-preference-content h4 {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 25px;
}

.email-box {
    border-radius: 4px;
    box-shadow: 0 2px 5px #ddd;
    border: 1px solid rgb(192, 202, 213);
    padding: 25px 15px 30px 15px;
    width: 60%;
}

.email-box h6 {
    font-size: 14px;
    font-weight: bold;
}

.email-check-box label {
    padding-left: 10px;
    font-size: 14px;
}

a.name-edit,
a.address-edit {
    position: absolute;
    right: 11px;
    top: 0px;
}

.security-signup-box a.d-inline {
    text-decoration: none;
    background: #4eb577;
    padding: 10px 20px;
    color: #fff;
    border-radius: 3px;
    font-size: 16px;
    line-height: 18px;
}

.security-email, .my-card {
    position: relative;
}

a.d-inline.number-edit {
    position: absolute;
    right: 11px;
    top: 29px;
}

.security-email label, .security-password label {
    display: block;
}

.security-email input[type="number"] {
    width: 20% !important;
}

a.primary-number {
    display: inline-block;
    background: #4eb577;
    color: #fff;
    padding: 0 12px;
    border-radius: 8px;
}

a.payment-btn1 {
    position: absolute;
    right: 10px;
    top: 45px;
}

.my-card h4 {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 8px;
}

.add-card a {
    font-size: 16px;
    color: #4eb577;
}

/*---------------------*/

.right-side h5 {
    font-size: 12px;
    text-align: left;
}

.left-side h3 {
    font-size: 28px;
    font-weight: bold;
    text-align: left;
}

.left-side h5 {
    font-size: 15px;
    font-weight: 500;
    text-align: left;
}

.right-side h2 {
    font-size: 24px;
    line-height: 23px;
    padding: 10px 0;
    font-weight: bold;
    text-align: left;
}

.right-side h2 {
    font-size: 24px;
    line-height: 23px;
    padding: 10px 0;
    font-weight: bold;
    text-align: left;
}

.user-info {
    background: #fff;
    padding: 10px 30px;
    border-radius: 10px;
    position: absolute;
    z-index: 9;
    right: 0 !important;
    top: 40px !important;
    width: 500px;
    transform: none !important;
    left: auto !important;
}

.right-side h6 {
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    font-size: 14px;
    text-align: left;
}

.left-side {
    border-right: 1px solid #000;
    padding: 20px;
}

.user-info a {
    display: inline-block;
    color: #4eb577;
    font-size: 16px;
    text-align: left;
    min-width: 130px;
}

.right-side {
    padding-left: 25px;
}

.user-info:after {
    content: "";
    position: absolute;
    border-width: 15px;
    border-style: solid;
    /* left: 20px; */
    border-color: transparent transparent #fff transparent;
    top: -30px;
    right: 46px;
}

.security-email input {
    border: 1px solid rgb(192, 202, 213) !important;
    width: 50% !important;
    font-size: 15px;
    padding: 5px;
}

.security-password input {
    border: 1px solid rgb(192, 202, 213) !important;
    width: 50% !important;
    padding: 5px;
}

.security-signup-box input[type=radio] {
    width: 15px;
}

.security-signup-box h5 {
    font-size: 20px;
    padding-bottom: 10px;
    font-weight: bold;
}

.travelers-content {
    position: relative;
}

a.d-inline.travelers-btn {
    position: absolute;
    right: 0;
    top: 25px;
}

a.btn.show-details {
    color: #4eb577;
    background: #fff;
    border: 1px solid;
    border-radius: 4px;
    padding: 5px 10px;
    font-size: 12px;
    margin: 20px 0;
}

.btn {
    display: inline-block;
    padding: 8px 35px;
    background: #4eb577;
    color: #fff;
    border-radius: 25px;
    font-size: 16px;
}

.travelers-content input, .travelers-content textarea {
    border: 1px solid #afabab !important;
    margin-bottom: 10px;
    padding: 5px;
    font-size: 14px;
}

.add-more a {
    text-decoration: none;
    font-size: 15px;
    padding-top: 15px;
    display: inline-block;
    color: #4eb577;
}

.travelers-content span {
    font-size: 14px;
}

/* ---------------popup------------- */
form.login-form input[type=checkbox] {
    width: 18px;
    height: 15px;
    margin-right: 5px;
}

.my-account-login-popup .modal-content {
    padding: 50px 20px;

}

.my-account-login-popup .btn {
    justify-content: center;
    align-items: center;
    display: flex;
    margin: 0 auto;
}

.dont-accout h5 {
    text-align: center;
    font-size: 16px;
}

.dont-accout h5 a {
    font-weight: bold;
}

.owl-carousel.owl-drag .owl-item a {
    display: block;
}

.fixed-sidebar {
    position: sticky;
    top: 100px;
}

.tooltip-wrap .tooltip-content{
    z-index: 99;
}


/* ---------------hotel listing and detail page header form------------- */
.hotel-result-form .mobile-form {
    display: none;
}

#hotel_result_form {
    display: block;
}

.hotel-result-form .mobile-form {
    display: none;
}


/* ---------------car listing page header form------------- */
.car-result-form .mobile-form {
    display: none;
}

.car-result-form .car-s-btn-mobile .submit-btn {
    display: none;
}

#car_result_form {
    display: block;
}

/*** car confirmation *******/

.car-confirm-id{
    font-size: 15px;
    opacity: 0.5;
    color: #000000;
    letter-spacing: -0.56px;
    line-height: 18px;
    padding-top: 10px;
}

.car-confirm-id span{
    padding-left: 16px;
}

.car-btnlist{
    padding-bottom: 9px;
}

a.border-btn2 {
    display: inline-block;
    border: 1px solid #E2E2E2;
    border-radius: 24px;
    padding: 13.5px 16.5px;
    font-size: 17px;
    letter-spacing: 0;
    line-height: 20px;
}

a.border-btn2 + a.border-btn2 {
    margin-left: 16px;
}

a.border-btn2 i{
    margin-right: 12px;
}

.car-confirm-top{
    padding-bottom: 40px;
}

.car-confirm-inner {
    padding-bottom: 70px;
}

.car-confirm-bottom h4{
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 28px;
    letter-spacing: 0;
}

.car-confirm-bottom h5{
    font-size: 18px;
    line-height: 26px;
    font-family: 'Sofia bold';
    letter-spacing: 0;
    color: #000;
}

.car-confirm-bottom p{
    font-size: 18px;
    line-height: 26px;
    color: rgba(0,0,0,0.7);
    margin-bottom: 30px;
}

#counteracco .accordion-header button:after {
    background: url(../image/Dropdown.svg) no-repeat center;
    width: 24px;
    height: 24px;
}

.car-confirm-left {
    border: 1px solid rgba(151,151,151,0.14);
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 48px;
}

.car-confirm-address {
    padding-top: 40px;
    padding-bottom: 31px;
}

.car-confirm-left .car-name{
    padding-bottom: 8px;
}

.car-confirm-left h6.car-type{
    padding-bottom: 20px;
}

.car-confirm-left .car-extra a img {
    opacity: .8;
    height: 22px;
}

.car-confirm-left .car-facilities {
    gap: 12px;
    opacity: .8;
}

.car-confirm-address h5{
    line-height: 26px;
    color: #000;
}

.car-confirm-address p{
    font-size: 15px;
    letter-spacing: 0;
    line-height: 26px;
    color: #000;
}

#counteracco .accordion-item{
    border: 0;
}

#counteracco .accordion-header{
    background: #f8f8f8;
    border-radius: 16px;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 26px;
    color: #000000;
    padding: 16px 20px;
}

#counteracco .accordion-header button{
    background: transparent;
    color: #000000;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 26px;
    padding: 0;
    box-shadow: none;
}

span.hover-comingsoon {
    color: #ff0000;
    font-weight: 700;
}

ul#tabs-nav li a:not(:hover) span.hover-comingsoon {
    display: none;
}

ul#tabs-nav li a:hover .regular-text{
    display: none;
}


.search-loader h3 {
    font-size: 48px;
    font-family: 'Sofia bold';
}

.search-loader img{
    -webkit-animation: spin 2s infinite linear;
}

.hotel-date-btn , .hotel-submit-btn, .car-pickup-btn, .car-submit-btn{
    display: none;
}


@-webkit-keyframes spin {
    0%   {-webkit-transform: rotate(0deg)}
    100% {-webkit-transform: rotate(360deg)}
}

.flight-inner-form{padding-top: 53px;}


.flight-tab-form{ display: flex; max-width: max-content; background: #FFFFFF; border-bottom: 2px solid #000000;   }
.flight-tab-form:first-child{border-radius: 0 61px 0 0;}
.flight-tab-form:last-child{border-radius: 0 50px 50px 61px; border-bottom: 0;}
.flight-leaving{display: flex; align-items: center;  padding:25px 0;  }
.flight-leaving::after{content: ''; display: inline-block; border-right: 1px solid #BFBFBF; height: 35px; margin:0 22px 0 5px;}
.flight-leaving:last-child::after{display: none;} 
.flight-leaving.after-none:after{display: none;}
.flight-leaving:nth-child(1){padding-left: 25px;}
.flight-leaving:nth-child(3){padding-right: 52px;}

.flight-leaving figure{margin: 0 14px 0 0; min-width: 30px;}
.flight-leaving img{vertical-align: middle; height: 23px;}
.flight-leaving strong{display: block;  font-size: 14px;  color: #000; line-height: 21px;}
.flight-leaving input{ width: 175px !important; font-size: 18px;  line-height: 21px; color: #989898; font-family: 'Sofia medium';}




#tab2.tab-content.active:after{display: none;}
.banner-form #tabs-content{background: none;}

.tab-content > .active{background:#fff; border-radius: 70px;}
.tab-content.bg{background: none;}

.add-guests{display: flex; align-items: center;  padding: 0 40px 0 30px;}
.add-guests .text{margin-left: 14px;}
.add-guests strong{display: block; font-size: 14px; font-weight: 600; color: #000000;}
/* .add-guests span{font-size: 14px; color: #989898;} */

.search_button{display: flex; align-items: center; background: none; padding-right: 20px;}
.search_button button{color: #fff; font-size: 20px; font-weight: 300; padding:12px 26px; border-radius: 100px; background: #4FB879; }
.search_button img{vertical-align: middle; margin-right: 5px; width: 21px;}

.add-search-div{color: #fff; font-size:18px; cursor: pointer; margin-top: 20px; }

/* new style */
#showFilter {
    cursor: pointer;
}
#showFilter > div {
    pointer-events: none;
}
._hideOpacity #showFilter {
    cursor: default;
}
._hideOpacity {
    opacity: 0;
}
._filterModel {
    position: fixed;
    left: 0px;
    top: 104px;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 25px;
    background-color: rgba(0, 0, 0, .4);
    z-index: 12;
}
._customWidth {
    max-width: 547px;
}
/* Our team css start */
.active {
    /*color: #298c51;*/
}

.our-team-top {
    padding: 120px 0;
}

.our-team-title {
    font-family: Sofia Sans;
    font-size: 108px;
    font-weight: 700;
    line-height: 130px;
    letter-spacing: 0em;
    text-align: left;


}

.our-team-description {
    padding-top: 10px;
    font-size: 24px;
    font-weight: 400;
    line-height: 44px;
    letter-spacing: 0.02em;
    text-align: left;

}

.team-name {
    font-family: Sofia Sans;
    font-size: 26px;
    font-weight: 600;
    line-height: 31px;
    letter-spacing: 0em;
    text-align: left;
    margin: 0;
    margin: 0 !important;
    padding-top: 15px;
}

.team-designation {
    font-family: Sofia Sans;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    margin: 0 !important;
    padding-top: 15px;

}

.team-item {
    display: block;
    margin-bottom: 40px;
}
.for-mobile{
    display: none;
}

/* sruli bruck css starts here */
.designation {
    font-size: 28px;
    padding-top: 20px;

}

img.member-img {
    width: 100%;
    max-width: 500px;
}

/* about us css starts here */
.img-div {
    position: relative;
}

.ser-1 {
    position: absolute;
    top: 0;
}

.ser-2 {
    position: absolute;
    top: 250px;
    right: 0;
}

.ser-3 {
    position: absolute;
    bottom: 0;
}

.about-img-right {
    padding: 40px 0;
    text-align: right;
}

.about-card {
    padding: 20px;
    height: 100%;
    box-shadow: 0px 6px 27px -6px rgb(0 0 0 / 51%);
    margin: 0 auto 15px;
    max-width: 300px;
}

h6.about-title {
    font-family: Sofia Sans;
    padding: 0;
    margin: 0 0 15px;
    text-align: center;
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: 0em;
    text-align: center;
}
.aboutsec-imgs img{
    max-height: 135px;
}

.about-card-top {
    text-align: center;
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #F0F0F0;
    margin: 0 auto 15px;
}

.about-card-badge {
    background: #4FB878;
    font-family: Sofia Sans;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    margin: auto;
    margin: auto;
    padding: 6px 20px;
    border-radius: 40px;
}
.about-card-description {
    padding-bottom: 20px;
    text-align: left;
    font-size: 18px;
    font-family: Sofia Sans;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0.02em;
    text-align: left;
}
.our-mission{
    padding: 120px 0;
}
.our-mission .img-right {
    padding-left: 80px;
}

.stepedit option {
    color: #000;
    background: white;
    text-align: left !important;
}

.room-bad-item {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-bottom: 30px;
    box-shadow: 0 0 0 1px #fff;
    padding: 10px;
}
.room-bad-item div {
    padding: 5px;
}

.room-bad-item span {
    font-size: 17px;
}
.room-bad-item li {
    font-size: 14px;
    color: #787878;
}