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

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

.navbar {
    box-shadow: 0 1px 7px 0 rgb(0 0 0 / 30%);
}



.right_page {
    padding: 50px 20px !important;
}

.number {
    display: flex;
    align-items: center;
    justify-content: center;
}

.number span {
    cursor: pointer;
}


.number .minus,
.number .plus {
    width: 30px;
    height: 30px;
    background: #242672;
    border-radius: 0px;
    border: 1px solid #242672;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
}

.number input {
    height: 30px;
    width: 50px;
    text-align: center;
    font-size: 12px;
    border: 1px solid #242672;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 5px;
}

.rg-table th,
.rg-table td {
    font-size: 14px;
    padding: 10px;
    text-align: center;
}

.rg-table td {
    vertical-align: middle;
    text-align: center;
}

.mw-70 {
    min-width: 70px;
}

/* scrollbar*/
.rg-table::-webkit-scrollbar {
    -webkit-appearance: none;
}

.rg-table::-webkit-scrollbar:vertical {
    width: 8px;
}

.rg-table::-webkit-scrollbar:horizontal {
    height: 8px;
}

.rg-table::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 2px solid white;
    background-color: rgba(0, 0, 0, .5);
}

/* scrollbar*/


.price-blocks {
    padding: 20px 15px;
}

#package_price {
    margin: 0;
}

.price-block h5 {
    margin: 0;
}

.date-radio-container {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.date-radio-block {
    width: 33%;
    display: flex;
    margin-bottom: 6px;
}

.date-radio-block input {
    display: none;
}

.date-radio-block label {
    padding: 2px 10px;
    border: 1px solid #000;
    margin-right: 5px;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    margin-bottom: 0;
    font-size: 10px;
    width: 100%;
}

.date-radio-block input[type=radio]:checked+label {
    background: #fe6067;
    color: #fff;
    border-color: #fe6067;
}



td.p-value {
    min-width: 120px;
    text-align: center;
}

.tours-block .panel-thumbnail {
    height: 380px;
}

.pd-btn {
    border: 0;
    background: transparent;
    cursor: pointer;
    color: #fe6067;
    padding: 0;
    transition: all 0.2s ease-in-out;
    outline: 0 !important;
    box-shadow: none;
    min-width: 100px;
}

.pd-btn:hover {
    color: #111;
}

td.clonetd button {
    width: 25px !important;
    height: 25px !important;
    display: flex;
    padding: 0;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.R-type-block select {
    font-size: 12px;
    border: 1px solid #242672;
    padding: 5px;
    outline: 0 !important;
    height: 30px;
}

.R-type-block {
    display: flex;
    align-items: center;
    justify-content: center;
}

.R-type-block p {
    margin: 0;
    font-size: 12px;
    padding: 5px 10px;
    background: #242672;
    line-height: normal;
    color: #fff;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.R-type-block p i {
    margin-right: 5px;
}


.modal-dialog-scrollable .modal-body {
    min-height: 230px !important;
    overflow-y: auto;
}

/* scrollbar*/
.package_price_modal::-webkit-scrollbar {
    -webkit-appearance: none;
}

.package_price_modal::-webkit-scrollbar:vertical {
    width: 8px;
}

.package_price_modal::-webkit-scrollbar:horizontal {
    height: 8px;
}

.package_price_modal::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 2px solid white;
    background-color: rgba(0, 0, 0, .5);
}

/* scrollbar*/


.all-package-sec .category-block img {
    min-height: 170px;
    max-height: 170px;
}

.all-package-sec .category-block-details {
    top: 140%;
    transform: translate(-50%, -50%);
}

.ptl {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
}

.ptl p {
    margin: 0;
}

.pl-0 {
    padding-left: 0 !important;
}

.add-input-block .form-control {
    padding: 6px 8px !important;
    font-size: 12px !important;
}

/*accordian css*/

.daywise-plan h3 {
    font-size: 18px;
    margin-bottom: 16px;
}

/*.daywise-plan-panel .panel-title a:after {
    font-family:Fontawesome;
    content:'\f077';
    float:right;
    font-size:10px;
    font-weight:300;
}

.daywise-plan-panel .panel-title a.collapsed:after {
    font-family:Fontawesome;
    content:'\f078';
}*/


.daywise-plan-panel .panel-title {
    font-size: 16px;
    margin: 0;
}

.daywise-plan-panel .panel-title span {
    margin-left: 15px;
}

.daywise-plan-panel .panel-title a {
    color: #444;
    display: block;
    width: 100%;
    padding: 15px;
    background: #f3f3f3;
}

.daywise-plan-panel .collapsed span {
    color: #444;
}

.daywise-plan-panel a span {
    color: #fe6067;
}

.daywise-plan-panel .panel-body {
    padding: 15px;
    font-size: 14px;
}

.daywise-plan-panel .panel-body p {
    margin: 0;
}

.daywise-plan-panel .panel {
    margin-bottom: 10px;
    border: 1px solid #eee;
}


/*lightbox gallery css*/

.demo-gallery>ul {
    margin-bottom: 0;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap
}

.demo-gallery>ul>li {
    margin-bottom: 15px;
    width: 25%;
    list-style: outside none none;
}

.demo-gallery>ul>li a {
    border: 3px solid #FFF;
    border-radius: 3px;
    display: block;
    overflow: hidden;
    position: relative;
    float: left;
}

.demo-gallery>ul>li a>img {
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    /*height: 100%;*/
    min-height: 176px;
    width: 100%;
}

.demo-gallery>ul>li a:hover>img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}

.demo-gallery>ul>li a:hover .demo-gallery-poster>img {
    opacity: 0;
}

.demo-gallery>ul>li a .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
}

.demo-gallery>ul>li a .demo-gallery-poster>img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}

.demo-gallery>ul>li a:hover .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.5);
}

.demo-gallery .justified-gallery>a>img {
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height: 100%;
    width: 100%;
}

.demo-gallery .justified-gallery>a:hover>img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}

.demo-gallery .justified-gallery>a:hover .demo-gallery-poster>img {
    opacity: 1;
}

.demo-gallery .justified-gallery>a .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
}

.demo-gallery .justified-gallery>a .demo-gallery-poster>img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}

.demo-gallery .justified-gallery>a:hover .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.5);
}

.demo-gallery .video .demo-gallery-poster img {
    height: 48px;
    margin-left: -24px;
    margin-top: -24px;
    opacity: 0.8;
    width: 48px;
}

.demo-gallery.dark>ul>li a {
    border: 3px solid #04070a;
}

/*lightbox gallery css*/

/*.dataTables_wrapper {
    display: table-caption;
}
*/
.inline-checkbox {
    display: flex;
    align-items: center;
}

.inline-checkbox label {
    margin: 0;
    line-height: normal;
}

.inline-checkbox input {
    margin-right: 7px;
}

.PackagePriceDetailsPopup .modal-header {
    display: flex;
    justify-content: center;
    padding: 10px;
    flex-direction: column;
    align-items: center;
}

.PackagePriceDetailsPopup .modal-header h6 {
    margin-bottom: 2px;
    font-size: 14px;
}

.PackagePriceDetailsPopup .modal-header h5 {
    margin-bottom: 5px;
}


.PackagePriceDetailsPopup .close {
    position: absolute;
    margin: 0 !important;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.PackagePriceDetailsPopup td.pkg-price {
    text-align: center;
}


.PackagePriceDetails-tbl {
    margin: 0;
}

.PackagePriceDetails-tbl td,
.PackagePriceDetails-tbl th {
    padding: 10px !important;
    font-size: 14px;
}


/*AllFlight page*/

.AllFlightForm {
    background: #fff;
    padding: 30px;
    border-radius: 5px;
}

h2.AllFlightForm-Title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

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

.AllFlightFormInputGroup .form-group {
    width: 43%;
}

.LR-Arrow i {
    color: #242672;
}

.LR-Arrow {
    width: 30px;
    height: 30px;
    background: #ccc;
    margin-top: 12px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.FlightToWay {
    margin-top: 20px;
}

.search-flight-block {
    padding: 10px 0px;
    display: flex;
    justify-content: flex-end;
}

.search-flight-block button {
    border: 0;
    padding: 8px 15px;
    border-radius: 5px;
    background: #242672;
    color: #fff;
    cursor: pointer;
}

.search-flight-block a {
    border: 0;
    padding: 8px 15px;
    border-radius: 5px;
    background: #242672;
    color: #fff;
    cursor: pointer;
}

.AllFlightSec {
    padding: 50px;
}

.AllFlightSec .page-heading {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.AllFlightForm label {
    font-size: 10px;
}


.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
    width: 255px !important;
    height: 215px;
    border-radius: 5px;
    overflow: auto;
    background: #ffffff;
    color: #333333;
    z-index: 10;
}

.AllFlightForm input {
    font-size: 12px;
}

.AddRoomGest {
    display: flex;
    justify-content: space-between;
}

.AddRoomGest .form-group {
    width: 48%;
}

/* scrollbar*/
.ui-widget.ui-widget-content::-webkit-scrollbar {
    -webkit-appearance: none;
    background-color: #ccc;
    border-radius: 8px;
    border: 1px solid #fff;
}

.ui-widget.ui-widget-content::-webkit-scrollbar:vertical {
    width: 8px;
}

.ui-widget.ui-widget-content::-webkit-scrollbar:horizontal {
    height: 8px;
}

.ui-widget.ui-widget-content::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: #0c2f5c;
    border: 0.5px solid #ccc;
}

/* scrollbar*/

.search-flight-block button i {
    margin-left: 5px;
    transition: all 0.3s ease-in-out;
    position: relative;
}

.search-flight-block button {
    border: 0;
    padding: 8px 20px;
    border-radius: 5px;
    background: #242672;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}

.search-flight-block button:hover {
    opacity: 0.9;
}

.search-flight-block button:hover i {
    transform: translateX(5px);
}

.ui-menu .ui-menu-item {
    padding: 10px !important;
    margin-bottom: 5px;
    list-style-image: none !important;
}

.ui-menu .ui-menu-item-wrapper {
    padding: 0 !important margin: 0;
    font-size: 14px;
    color: #333 !important;
}

li.ui-menu-item span {
    font-size: 10px !important;
}

.ui-menu .ui-menu-item:hover {
    background-color: #242672;
    color: #fff !important;
}

.ui-menu .ui-menu-item:hover .ui-menu-item-wrapper {
    color: #fff !important;
}

.ui-menu-item .ui-state-active {
    border-color: transparent !important;
    background: transparent !important;
}

/*AllFlight page*/



/*Hotel details page css*/

html {
    scroll-behavior: smooth;
}

ul {
    margin-bottom: 0;
    padding: 0;
    list-style-type: none;
}

.HotelBanner-row {
    position: relative;
    box-shadow: 0 3px 30px 0 rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    padding: 20px;
    border-radius: 10px;
    margin: 0;
}

.HotelDetailsSlider {
    height: 365px;
}

.HotelDetailsSlider .owl-carousel .owl-item img {
    width: 100%;
    height: 365px;
    object-fit: cover;
    border-radius: 10px;
}

.HotelDetailsSlider .owl-prev {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.HotelDetailsSlider .owl-next {
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.HotelDetailsSlider button {
    display: flex;
    align-items: center;
    justify-content: center;
    outline: 0 !important;
}

.HotelDetailsSlider button span {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    position: relative;
    top: -3px;
}


.StandardRoom {
    display: flex;
    flex-direction: column;
    height: 365px;
    border: 1px solid #ddd;
    padding: 10px 0px;
}

ul.srList li {
    padding: 15px;
    border-bottom: 1px solid #ddd;
}

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

ul.srList li h5 {
    margin: 0;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    color: #242672;
}

ul.srList li p {
    margin: 0;
    font-size: 12px;
}

.redText {
    color: #eb2026 !important;
}

.greenText {
    color: #00a19c !important;
}

.other-room {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 10px;
    border-top: 1px #ddd solid;
}

.smpl-link {
    color: #0084ff;
    font-size: 14px;
    text-decoration: none !important;

}

.smpl-link:hover {
    color: #0084ff;
}

.stdRoom a {
    text-decoration: none !important;
    transition: all 0.3s ease-in-out;
}

.book-now-btn {
    border-radius: 50px;
    background-image: linear-gradient(96deg, #53b2fe, #065af3);
    box-shadow: 0 1px 7px 0 rgb(0 0 0 / 20%);
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    padding: 7px 0px;
    cursor: pointer;
    outline: 0;
    border: 0;
    text-align: center;
    font-size: 16px;
    text-decoration: none !important;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.book-now-btn:hover {
    color: #fff;
}

.whatGuestsSaid {
    background-color: #ffffff;
    border: solid 1px #dddddd;
    padding: 10px 15px;
    cursor: pointer;
    flex: 1;
}

.whatGuestsSaidHeader {
    display: flex;
    justify-content: space-between;
}

.GuestsSaidTitle h3 {
    font-size: 16px;
    line-height: 16px;
    margin: 0;
    font-weight: 700;
    color: #1c73f6;
}

.GuestsSaidTitle p {
    color: #9b9b9b;
    font-size: 12px;
    margin: 0;
}

a.GuestsSaidreview p {
    margin: 0;
}

a.GuestsSaidreview {
    border-radius: 4px;
    background-image: linear-gradient(45deg, #26bd99, #219393);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 14px;
    flex-direction: column;
    padding: 4px 5px;
    line-height: 13px;
    color: #fff;
    text-decoration: none !important;
}


ul.verifiedReviews {
    padding: 0;
    list-style-type: none;
    display: flex;
    margin: 10px 0px;
}

ul.verifiedReviews li {
    border-radius: 4px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
    padding: 4px 6px;
    margin-right: 5px;
    font-size: 12px;
}




.StickyHeader {
    position: sticky;
    position: -webkit-sticky;
    background: #f0f0f0;
    left: 0;
    top: 78px;
    z-index: 9;
    box-shadow: 0 8px 8px 5px rgba(138, 107, 118, 0.08);
    border-bottom: solid 0.7px #bababa;
}

.HotelDetailsHeader ul {
    display: flex;
    flex-wrap: wrap;
}

.HotelDetailsHeader ul li a {
    display: flex;
    justify-content: center;
    font-weight: 600;
    padding: 15px 0px;
    text-transform: uppercase;
    color: #444;
    text-decoration: none !important;
    align-items: center;
    font-size: 15px;
    width: 180px;
    /* border-bottom: 2px solid transparent; */
    letter-spacing: 1px;
}

.HotelDetailsHeader ul li a.active {
    color: #0a5ff4;
    border-color: #0a5ff4;
}




.about-resort h4 {
    font-weight: 700;
    margin: 0;
}

.about-resort h5 {
    font-size: 16px;
    letter-spacing: 1px;
    margin-bottom: 15px;
    font-weight: 400;
}

.about-resort h5 span {
    font-weight: 700;
}

spam.dot {
    width: 6px;
    height: 6px;
    background-color: #9b9b9b;
    border-radius: 3px;
    display: inline-block;
    margin: 0 5px;
    vertical-align: middle;
}

.about-resort p {
    font-weight: 600;
}

ul.about-resort-description li {
    font-size: 14px;
    list-style-type: disc;
    margin-bottom: 5px;
}

ul.about-resort-description {
    padding-left: 18px;
    margin-bottom: 15px;
}

ul.about-resort-highlighted-links {
    display: flex;
    margin-bottom: 20px;
}

ul.about-resort-highlighted-links li {
    display: flex;
    height: 32px;
    align-items: center;
    margin-right: 7px;
    border: 1px solid;
    border-radius: 4px;
    flex-shrink: 0;
    cursor: pointer;
    box-shadow: 0 2px 4px 0 rgba(181, 181, 181, 0.3);
    border-color: rgb(200, 230, 254);
    background-color: rgb(237, 246, 255);
}

ul.about-resort-highlighted-links li a {
    display: flex;
    align-items: center;
    padding: 0px 10px;
    font-size: 12px;
    color: #222;
    font-weight: 500;
    text-decoration: none !important;
}

ul.about-resort-highlighted-links li a img {
    width: 15px;
    margin-right: 6px;
}


.pay-check {
    display: block;
    width: max-content;
}

.styled-checkbox {
    display: none;
}

.styled-checkbox+label {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    margin: 0;
    line-height: normal;
    padding: 10px 15px;
    background: #fff;
    box-shadow: 0 0 5px #ccc;
    border-radius: 5px;
    transition: all 0.2s ease-in-out;
}

.styled-checkbox+label:before {
    content: "";
    margin-right: 10px;
    width: 20px;
    height: 20px;
    border: 1px solid #0d62f4;
    transition: all 0.2s ease-in-out;
}


.styled-checkbox:focus+label:before {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}

.styled-checkbox:checked+label {
    background: #0d62f4;
    color: #fff;
}

.styled-checkbox:checked+label:before {
    background: #fff;
}

.styled-checkbox:checked+label:after {
    content: "";
    position: absolute;
    left: 19px;
    top: 50%;
    background: #222;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 #222, 4px 0 0 #222, 4px -2px 0 #222, 4px -4px 0 #222, 4px -6px 0 #222, 4px -8px 0 #222;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg) translateY(-50%);
    transition: all 0.2s ease-in-out;
}

.roomheader {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background: #f0f0f0;
    position: sticky;
    top: 130px;
    left: 0;
    width: 100%;
    border: solid 1px #bababa;
    display: flex;
    z-index: 2;
    flex-wrap: wrap;
}

.RoomTitle {
    width: 22%;
    border-right: solid 1px #bababa;
    position: relative;
    padding: 10px 15px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
}

.RoomTitle._long {
    width: 34%;
    border: 0;
}

.roomWrap .roomLeft {
    width: 22%;
    border-right: solid 1px #bababa;
    padding: 10px 15px;
}

.roomWrap {
    display: flex;
    justify-content: space-between;
    width: 100%;
    border-left: solid 1px #bababa;
    border-right: solid 1px #bababa;
    border-bottom: solid 8px #bababa;
    flex-wrap: wrap;
}

.roomWrap .sticky {}

.roomWrap .sticky h2 {
    font-weight: 700;
    padding: 10px 0;
    background: #fff;
    position: sticky;
    position: -webkit-sticky;
    top: 94px;
    font-size: 18px;
    color: #444;
}

.room-img {
    width: 100%;
    border-radius: 5px;
    height: 145px;
    object-fit: cover;
}

.room-description {
    margin: 15px 0px 10px;
    padding-left: 18px;
}

.room-description li {
    list-style-type: disc;
    font-size: 15px;
}

.about-room-btn {
    font-size: 14px;
    font-weight: 600;
    margin-top: 5px;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.about-room-btn i {
    margin-left: 10px;
    font-size: 21px;
}

.roomRight {
    width: 78%;
    display: flex;
    flex-direction: column;
}

.room-inner-details {
    display: flex;
    background-color: #fff6e7;
    border-bottom: solid 1px #bababa;
    flex: 1;
}

.bb-0 {
    border-bottom: 0;
}


.room-inner-details .OptionsBlock {
    width: 28.25%;
    border-right: solid 1px #bababa;
    position: relative;
    padding: 20px 15px;
}

.OptionsBlock p {
    display: flex;
    font-size: 14px;
    font-weight: 500;
    align-items: center;
}

.OptionsBlock p span {
    background-image: linear-gradient(259deg, #3a7bd5, #00d2ff);
    color: #fff;
    padding: 2px 10px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: normal;
    margin-left: 15px;
}

.OptionDetails {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
}

.OptionDetails h5 {
    margin-left: 15px;
    font-size: 16px;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
}

.OptionDetails h5 span {
    margin-bottom: 5px;
}

.OptionDetails p {
    font-weight: normal;
    color: #555;
    margin: 0;
}

.included-block {
    width: 28.2%;
    border-right: solid 1px #bababa;
    position: relative;
    padding: 20px 15px;
}

.included-block ul {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.included-block ul li {
    display: flex;
}

.included-block ul li span {
    line-height: normal;
    margin-left: 10px;
    position: relative;
    top: -2px;
}

.facilities-dabba h5 {
    font-size: 16px;
    font-weight: 500;
}

.facilities-dabba ul li {
    font-size: 14px;
    padding-left: 22px;
    position: relative;
    display: flex;
    align-items: center;
}

.facilities-dabba ul li:after {
    position: absolute;
    left: 0;
    font-family: FontAwesome;
    content: "\f00c";
    border: 1px solid #222;
    width: 15px;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    color: #0e63f4;
}

.facilities-dabba {
    margin-bottom: 20px;
}


.price-block {
    /*width: 43.5%;
    position: relative;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;*/
}

.price-block #package_price {
    font-size: 18px;
    margin-right: 30px;
}

/*.prices .main-price {
    font-size: 24px;
    font-weight: 700;   
    line-height: 16px;
    margin: 20px 0 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}*/
.prices h3 {
    display: inline !important;
    font-size: 16px;
}

.prices .main-price p {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 0 5px;
    display: inline-block !important;
}

.facilicy-btn {
    border: 0;
    margin-bottom: 10px;
    outline: 0 !important;
    cursor: pointer;
    font-weight: 600;
    display: block;
    margin-top: 10px;
}

.prices p {
    font-size: 13px;
}

.T-Des h3 {
    padding: 12px 20px;
    border-radius: 5px 5px 0 0;
    background: #333;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.T-Des {
    border: 1px solid #bababa;
    border-radius: 5px 5px 0 0;
}


/*Hotel details page css end*/


/*flight-details page */

h2.D-title {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.pe-journey-detail .pe-flightDetails-header p {
    font-size: 13px;
    text-transform: capitalize;
    font-weight: 600;
}

.Flight-from-to {
    display: flex;
    align-items: center;
}

.flight-from h5 {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

.flight-from p {
    margin: 0;
    font-size: 12px;
}

.total-tym {
    margin: 0 25px;
    text-align: center;
}

.total-tym h6 {
    margin: 0;
    font-size: 11px;
    border-bottom: 1px solid #555;
    padding-bottom: 3px;
}

.total-tym p {
    font-size: 11px;
    margin: 0;
}

.pe-journey-detail .pe-flightDetails-header.baggage-details p {
    margin: 0;
    font-weight: normal;
    padding-top: 15px !important;
}

.pe-journey-detail .pe-flightDetails-header.baggage-details p span {
    font-weight: 600;
}

.price-details {
    margin-bottom: 20px;
}

.price-details p {
    margin: 0;
    font-weight: 600;

}

.price-details p a {
    color: #222;
}

.cancellation-button1 a {
    color: #222;
    font-size: 13px;
    font-weight: 600;
}

.flightDetails-avalaible-seat p {
    margin: 0;
    font-size: 13px;
    font-weight: 500;
}

.flightDetails-avalaible-seat {
    margin: 30px 0 10px;
}

select#avail_seat {
    border-radius: 5px !important;
    height: 36px !important;
}

#cancelation_policy_div {
    margin: 15px 0px;
}


h2.hrd-title {
    font-size: 30px;
    font-weight: 600;
    color: #333;
    margin-bottom: 20px;
}

h2.hrd-title span {
    font-size: 16px;
    font-weight: 300;
    color: #fe6067;
}

ul.room-cate li {
    margin-bottom: 7px;
    font-size: 14px;
}

.Hotel-room-detail-img-block img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.Hotel-room-detail {
    height: 100%;
    background: #f8f9fa;
    padding: 20px;
    display: flex;
    border: 1px solid #eee;
}

#Room-slider button {
    outline: 0 !important;
    background: transparent !important;
}

#Room-slider button.owl-prev {
    top: 50%;
    width: 30px;
    left: 0;
    transform: translateY(-50%);
}

#Room-slider button.owl-next {
    top: 50%;
    width: 30px;
    right: 0;
    transform: translateY(-50%);
}

.room-slid-block .owl-carousel .owl-item img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 7px;
}

#Room-slider button span {
    font-size: 70px !important;
    position: relative;
    top: -10px;
    color: #333;
}

.about-room-popup .modal-header {
    border: 0;
    padding-bottom: 0px;
}

.Room-Amenities ul {
    padding-left: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    height: auto;
    overflow: auto;
    margin-bottom: 10px;
}

.Room-Amenities h5 {
    margin-bottom: 15px;
    text-align: left;
}

.Room-Amenities ul li {
    list-style-type: disc;
    font-size: 14px;
    letter-spacing: 0.5px;
    width: 48%;
    margin-bottom: 10px;
    text-align: left;
}

/*.Amenities-data {
    height: 350px;
    overflow: auto;
}
*/
.Room-Amenities ul li::marker {
    color: #d8d8d8;
    font-size: 18px;
}

.select-room-info {
    padding: 20px 20px 10px;
    background: #fff;
    margin-bottom: 20px;
    border: 1px solid #eee;
}

.htd-inner {
    width: 100%;
}

.select-room-info .hrd-title {
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

.TotalPrice {
    padding: 10px 20px;
    background: #242672;
}

.TotalPrice h6 {
    margin: 0;
    color: #fff;
}

.RT-table {
    padding: 20px;
    background: #f8f9fa;
    height: 100%;
    border: 1px solid #eee;
    border-right: 0;
}

#room_table {
    background: #fff;
    margin: 0;
}

#room_table tbody.room_table_tbody {
    border: 0;
}

.gg {
    display: flex;
    justify-content: space-around;
    font-size: 10px;
}

.rg-table .room_type {
    border-radius: 0;
    padding: 5px;
    font-size: 12px;
    border-color: #242672;
    margin-bottom: 3px;
    outline: 0;
}

.gg p {
    background: #242672;
    color: #fff;
    padding: 5px;
    margin: 0;
    cursor: pointer;
}

.gg p i {
    margin-right: 5px;
}

.PayCheck-form {
    padding: 20px;
    background: #f8f9fa;
    height: 100%;
    border: 1px solid #eee;
}


.Edit-HotelInfo {
    display: flex;
    align-items: center;
}

.Edit-HotelInfo-sec {
    background: #242672;
    padding: 10px 0;
    position: sticky;
    position: -webkit-sticky;
    top: 0px;
    z-index: 10;
}

.edit-inputs label {
    color: #fff;
    font-size: 12px;
    margin: 0px;
    letter-spacing: 0.5px;
}

.edit-inputs input {
    padding: 0;
    background: transparent !important;
    border: 0;
    height: auto !important;
    color: #fff !important;
    font-size: 16px;
}

.edit-inputs input::placeholder {
    color: #ccc;
    font-size: 14px;
}

.edit-inputs .form-control:focus {
    box-shadow: none !important;
}

.edit-inputs {
    padding: 5px 15px;
    background: #595b92;
    margin-right: 10px;
    border-radius: 5px;
    width: 22%;
}

.edit-room,
.edit-guest {
    width: 15%;
}

.Search-Button {
    padding: 0 20px;
}

.search-btn {
    border-radius: 30px;
    padding: 10px 30px;
}

.search-btn:hover {
    color: #fff;
}

.icon-input {
    position: relative;
}

.icon-input img {
    width: 20px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}


/*hotel review booking page*/

.hotel-banner {
    display: flex;
    background-color: #beeee5;
    height: 170px;
    padding: 40px 0 0;
}

.search-bnner-heading {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    color: #444;
    letter-spacing: 0.5px;
}

.collapse-head {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    align-items: center;
    height: 66px;
}

.collapse-head button {
    border: 0;
    background: transparent;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    outline: 0 !important;
}

.collapse-head button img {
    transition: all 0.3s ease-in-out;
}

.collapse-head .collapsed img {
    transform: rotate(180deg);
}


.collapse-head h5 {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.5px;
    line-height: normal;
}

.Review-section {
    margin-top: -67px;
}


.content-box {
    border-top: 1px #d8d8d8 solid;
    padding: 20px;
}

.info-content {}

.info-box {
    box-shadow: 0 0 8px rgb(0 0 0 / 15%);
    border-radius: 4px;
    background: #fff;
}

.safty-img {
    width: 230px;
    margin-bottom: 10px;
}

.HotelName {
    display: flex;
    align-items: center;
}

.HotelName h3 {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin: 0;
}

.review-star ul {
    display: flex;
}

.review-star ul li {
    margin-right: 5px;
    font-size: 14px;
}

.review-star {
    margin-left: 10px;
}

.HotelPofile p {
    font-size: 12px;
    color: #9b9b9b;
}

.Hotel-Image {
    padding: 0 15px;
}

.Hotel-Image img {
    width: 100%;
    border-radius: 5px;
}


.chackCont {
    padding: 10px 20px;
    border-top: 1px #ccc dotted;
    border-bottom: 1px #ccc dotted;
    margin: 0 -20px;
}

.CheckDate {
    display: flex;
    align-items: center;
}

.check-date p {
    margin: 0;
    color: #9b9b9b;
    font-size: 10px;
}

.check-date h2 {
    font-size: 24px;
    font-weight: 600;
    margin: 0;
}

.check-date span {
    margin: 0;
    color: #9b9b9b;
    font-size: 10px;
}

.chkCont__night {
    flex: 1;
    margin: 0 15px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.chkCont__night::before {
    content: "";
    width: 100%;
    border-bottom: 1px #5e5d5d dotted;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.chkCont__night>span {
    padding: 0 10px;
    height: 18px;
    border-radius: 9px;
    border: solid 1px #d8d8d8;
    background-color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}

.CheckRG {
    padding: 0 30px;
}

.CheckRG p {
    margin: 0;
}

.htlInfo__content {
    padding: 20px 0;
}

.roomDtlCard__head h5 {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin: 0;
    text-transform: uppercase;
}

.roomDtlCard__head p {
    margin: 5px 0 0;
    color: #9b9b9b;
    font-size: 14px;
}

.roomDtlCard {
    border-radius: 4px;
    border: solid 1px #d7d7d7;
    background-color: #ffffff;
}

.roomDtlCard__head {
    padding: 15px;
    border-bottom: solid 1px #d7d7d7;
}

.roomDtlCard__content {
    padding: 15px;
}

.roomDtlCard__content h6 {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

ul.Price-Include-info li {
    font-size: 12px;
    display: flex;
    margin-bottom: 5px;
}

ul.Price-Include-info li p {
    margin: 0;
}

.red-color {
    color: #eb2026;
}

ul.Price-Include-info li a {
    margin-left: 10px;
    font-weight: 600;
}

.room-listIcon i {
    font-size: 8px;
    margin: 0 5px 0 2px;
}

span.room-listIcon._cancel-icon i {
    font-size: 14px;
    margin: 0 5px 0 0;
}

ul.Price-Include-info li p span {
    font-weight: 600;
}

.impInfoCard {
    background-color: #fff;
    border: 2px #ff664b solid;
    border-radius: 4px;
    overflow: hidden;
}

.impInfoCard__head {
    padding: 10px 15px;
    background: linear-gradient(90deg, #ff7f3f, #ff3e5e);
}

.impInfoCard__head h3 {
    font-size: 14px;
    font-weight: 900;
    color: #fff;
    margin: 0;
    letter-spacing: 0.5px;
}

.impInfoCard__details {
    padding: 15px;
}

.impInfoCard__details p {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}

ul.impInfoCard__list li {
    font-size: 14px;
    margin-bottom: 5px;
    list-style-type: disc;
    margin-left: 18px;
}

.impInfoCard__details a {
    font-size: 14px;
    font-weight: 600;
}

.impInfoCard__details a i {
    margin-left: 10px;
    font-weight: 600;
}

.guestDtls__login {
    background-color: #ebf5ff;
    padding: 15px 20px;
    margin: -30px -20px 15px;
}

.guestDtls__login h5 {
    font-size: 16px;
    font-weight: 500;
}

.guestDtls__form label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}


.Name-Info {
    display: flex;
    flex-wrap: wrap;
}

.Name-Info .Title {
    margin-right: 15px;
    width: 25%;
}

.Name-Info .FullName {
    width: 70%;
}

.Mo-Number {
    display: flex;
    flex-wrap: wrap;
}

.Mo-Number .comtact-num {
    width: 75%;
}

.Mo-Number .county-code {
    width: 25%;
}

.Mo-Number .county-code select {
    border-right: 0;
}

.checkBox-input {
    display: none;
}

.checkBox-input+label {
    position: relative;
    cursor: pointer;
    padding: 0;
    margin-bottom: 10px;
}

.checkBox-input+label:before {
    content: "";
    margin-right: 12px;
    display: inline-block;
    vertical-align: bottom;
    width: 20px;
    height: 20px;
    background: white;
    border: 1px solid #9b9b9b;
}

.checkBox-input:checked+label:before {
    background: #008cff;
    border-color: #008cff;
}

.checkBox-input:disabled+label {
    color: #b8b8b8;
    cursor: auto;
}

.checkBox-input:disabled+label:before {
    box-shadow: none;
    background: #ddd;
}

.checkBox-input:checked+label:after {
    content: "";
    position: absolute;
    left: 5px;
    top: 9px;
    background: white;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    transform: rotate(45deg);
}

.check-formfield {
    display: none;
}

.checkBox-input:checked+label+.check-formfield {
    display: block;
}

.add-gst-simple {
    color: #242672;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
}



#Add-GuestModal .modal-body {
    padding: 20px 40px 50px;
}

#Add-GuestModal .modal-header {
    padding: 15px 40px;
    align-items: center;
}

.AddNewGuestBtn,
.removeNewGuestBtn {
    font-weight: 600;
    padding: 10px !important;
    font-size: 16px;
}

.book_log {
    box-shadow: 0px 0px 0px #fff !important;
}

.btns {
    padding-bottom: 20px;
}

button.book-now-btn.book_room:focus {
    outline: 0 !important;
}

#Add-GuestModal h4.modal-title {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 1px;
}

#Add-GuestModal .close {
    position: absolute;
    right: 40px;
    text-shadow: none;
    width: 20px;
    height: 20px;
    background: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 21px;
    opacity: 1;
    font-family: 'Poppins';
}

#Add-GuestModal .modal-footer button {
    width: 200px;
    padding: 10px;
    text-transform: uppercase;
    font-weight: 600;
}

#Add-GuestModal .modal-footer {
    justify-content: center;
}

.AddGuest-form {
    /* background-color: #ebf5ff;*/
    border: 1px #e1e1e1 solid;
    padding: 15px;
    border-radius: 4px;
}

.AddGuest-form h5 {
    font-size: 16px;
    letter-spacing: 0.5px;
    font-weight: 600;
}

.AddGuest-form p {
    font-size: 14px;
}

.Guest-Info {
    display: flex;
    flex-wrap: wrap;
}

.Guest-Info .form-group {
    margin-right: 10px;
}

.Guest-Info .form-group:last-child {
    margin-right: 0;
}

.save-guest button {
    border-radius: 50px;
    box-shadow: 0 1px 7px 0 rgb(0 0 0 / 20%);
    background-color: #ffffff;
    padding: 8px 25px;
    font-size: 12px;
    font-weight: 900;
    color: #008cff;
    text-transform: uppercase;
    cursor: pointer;
    border: 0;
}

.Guest-Info-title {
    width: 20%;
}

.Guest-Info-Name {
    width: 37%;
}

.GuestList {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px #e7e7e7 solid;
    margin-bottom: 10px;
}


.PayNow-block p {
    font-size: 12px;
}


.Price-BeackUp-block {
    border-radius: 4px;
    box-shadow: 0 1px 8px 0 rgb(0 0 0 / 18%);
    background-color: #ffffff;
    position: relative;
}

.Price-BeackUp_title {
    border-bottom: 1px #d8d8d8 solid;
    padding: 20px;
    height: 66px;
    display: flex;
    align-items: center;
}

.Price-BeackUp_title h5 {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.5px;
    line-height: normal;
}

.prcBreakup__cont {
    padding: 10px 20px;
}

.prices-data-details h6,
.prices-data-price h6 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 3px;
}

.prices-data-price h6 {
    color: #4a4a4a;
}

.prices-data-details p {
    margin: 0;
    font-size: 12px;
    color: #9b9b9b;
}

.prices-data {
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: 1px #d8d8d8 solid;
    margin-bottom: 15px;
}

.prices-data-details h6 img {
    margin-left: 5px;
    cursor: pointer;
}

.Total-Amount {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px #d8d8d8 solid;
    border-radius: 0 0 4px 4px;
}

.Total-Amount h5 {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
}

.prices-data:last-child {
    border: 0;
    margin: 0;
}

/*hotel review booking page*/

.CK-box ul {
    list-style-type: disc;
    padding-left: 30px;
    margin: 10px 0;
}

.CK-box ol {
    list-style-type: decimal;
    padding-left: 30px;
    margin: 10px 0;
}

@media only screen and (min-width: 992px) {
    .modal-xl-R {
        max-width: 1000px;
    }
}


/*************************************/
.theme-btn-blue {
    color: #fff;
    background-color: #242672 !important;
    border-radius: 0;
    padding: 12px;
}

.theme-btn-blue:hover {
    background-color: #fe6067 !important;
    border-color: #da3b42 !important;
}

/***************new csss for the registration***/

.registration-Inline-radio {
    display: flex;
    gap: 20px;
}

.radio-inline {
    display: flex;
    align-items: center;
    gap: 5px;
}

.radio-inline label {
    margin: 0;
}

.registration-Inline-radio label {
    margin: 0;
}

.registration-Inline-radio input[type=radio]:before {
    top: 0;
}