* {
  box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
}
body {
    height: 100%;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    overflow-x: hidden;
    font-family: 'Montserrat', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    color: #111;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
}
h1 {
    font-size: 70px
}
h2 {
    font-size: 36px
}
h3 {
    font-size: 30px
}
h4 {
    font-size: 24px
}
h5 {
    font-size: 18px
}
h6 {
    font-size: 16px
}
p {
    font-size: 15px;
    color: #6f6f6f;
    font-weight: 400;
    line-height: 26px;
    margin: 0 0 15px
}
img {
    max-width: 100%
}
input:focus,
select:focus,
button:focus,
textarea:focus {
    outline: none
}
a{
    font-family: 'Montserrat', sans-serif;
}
a:hover,
a:focus {
    text-decoration: none;
    outline: none;
    color: #fff;
}
ul,
ol {
    padding: 0;
    margin: 0;
    list-style: none;
}
p{
    /*font-family: 'Nunito Sans', sans-serif;*/
   font-family: 'Montserrat', sans-serif;
}

.logo_wp img {
    max-width: 114px;
}
.menubar, .setting_wp {
    line-height: 87px;
    text-align: right;
}
.menubar ul li  {
    display: inline-block;
    padding: 0 15px;
}
.setting_wp li  {
    display: inline-block;
    margin-right: 20px;
}
.setting_wp li:last-child{
    margin-right: 0px;
}
.menubar ul li a, .setting_wp li a {
    color: #363636;
    font-weight: 600;
    font-size: 16px;
}
.menubar ul li.active a {
    color: #ffc61a;
}
.banner_wp {
    height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
}
.banner-text {
    text-align: center;
    padding-top: 5em;
}
.banner-text h1 {
    color: #fff;
    font-weight: 700;
    padding-bottom: 20px;
    font-size: 60px;
}
.banner-text p {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
}
.search_bar {
    background: #fff;
    width: 100%;
    padding: 1.5em;
    border-radius: 70px;
    border: 9px solid #dededd;
    margin-top: -77px;
    box-shadow: 5px 2px 20px #898585;
}
.search-entry {
    width: 19.6%;
    display: inline-block;
    padding: 0 8px;
}
.search-entry h4 {
    font-size: 16px;
    font-weight: 500;
    color: #525252;
    padding-bottom: 7px;
}
.search-entry input, .search-entry select {
    width: 100%;
    background: #eeeeee;
    border: none;
    font-size: 14px;
    border-radius: 5px;
    height: 43px;
    box-shadow: 0px 3px 3px #c5c3c3;
    padding: 0 10px;
}
.search-entry button {
    background: #545454;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    height: 43px;
    border-radius: 5px;
    border: none;
    font-weight: 600;
    letter-spacing: 1px;
    cursor: pointer;
}
.search-entry button:hover{
    background: #363636;
    transition: background 1s;
}
.pt-50{
    padding-top: 70px;
    padding-bottom: 70px;
}
.tyh1 {
    padding-left: 5em;
    margin-top: 2em;
}
.tyh1 h3 {
    font-weight: 700;
    font-size: 35px;
    margin-bottom: 1em;
    position: relative;
}
.tyh1 h3:before{
    position: absolute;
    left: 0;
    bottom: -13px;
    content: "";
    width: 50px;
    height: 3px;
    background: #ffc61a;
}
.maps_wp {
    margin-top: -19em;
}
.sc_services_item {
    display: flex;
    border: 1px dashed #ccc;
    border-radius: 6px;
    padding: 20px;
    height: 180px;
    margin-top: 2em;
    transition: all ease .3s;
}
.sc_services_item:hover{
    background: #ffc61a;
    transition: background .3s;
}
.sc_services_item:hover .p1o {
    background-image: url(../img/icon4.png) !important;
}
.sc_services_item:hover .p2o {
    background-image: url(../img/icon6.png) !important;
}
.sc_services_item:hover .p3o {
    background-image: url(../img/icon10.png) !important;
}
.sc_services_item:hover .sc_services_ri h4 {
    color: #fff;
}
.sc_services_item:hover .sc_services_ri p {
    color: #fff;
}
.sc_services_le {
    width: 30%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 65px;
    margin-top: 23px;
}
.sc_services_ri {
    width: 70%;
}
.sc_services_ri h4 {
    font-weight: 600;
    padding-bottom: 7px;
}
.sc_services_ri p {
    line-height: 23px;
}
.rtr1r {
    padding-left: 6.5em;
}
.rtr1r h5 {
    text-transform: uppercase;
    color: #ffc61a;
    font-weight: 700;
}
.rtr1r h2 {
    font-weight: 700;
    text-transform: uppercase;
    color: #2e2e2e;
    padding-bottom: 15px;
}
.rtr1r p {
    color: #000;
}
.rtr1r ul {
    width: 49%;
    display: inline-block;
}
.rtr1r ul li {
    line-height: 31px;
    font-weight: 600;
}
.rtr1r ul li .fa {
    color: #ffc61a;
    padding-right: 6px;
}
.rtr3r {
    background: #ffc61a;
    padding: 2em 0;
}
.rtr4r h2 {
    color: #fff;
    font-weight: 600;
}
.rtr3r button {
    width: 100%;
    background: #2b2b2b;
    color: #fff;
    border: none;
    padding: 11px 0;
    border-radius: 4px;
    cursor: pointer;
}
.rtr3r button:hover{
    background: #363636;
    transition: background 1s;
}
footer {
    background: #161616;
    padding: 3em 0 0;
    position: relative;
}
.rtr5r img {
    max-width: 150px;
}
.rtr5r p {
    color: #c1bebe;
    margin-top: 13px;
    font-size: 14px;
}
.rtr5r h4 {
    color: #fff;
    font-weight: 600;
    padding-bottom: 19px;
}
.rtr5r ul li {
    line-height: 32px;
    position: relative;
    padding-left: 20px;
}
.rtr5r ul li:before{
    content: "";
    position: absolute;
    left: 0;
    top: 14px;
    width: 5px;
    height: 5px;
    border-radius: 50px;
    background: #ffc61a;
}
.rtr5r ul li a {
    color: #c1bebe;
    font-size: 14px;
}
.rtr5r h5 {
    color: #fff;
    font-size: 15px;
    line-height: 25px;
    display: flex;
}
.rtr5r h5 img {
    height: 17px;
    margin-right: 11px;
    height: 20px;
    margin-top: 7px;
}
.rtr6r {
    background: #1a1a1a;
    padding: 1.5em 0;
    margin-top: 3em;
}
.rtr6r p {
    margin: 0;
    color: #c1bebe;
    font-size: 14px;
}
.footer_socil a {
    background: #ffc61a;
    margin-left: 16px;
    color: #1a1a1a;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    border-radius: 50px;
    line-height: 30px;
}
.footer_socil {
    text-align: right;
}
.header {
    padding: 10px 0;
}
.sticky-top {
    background: #fff;
    box-shadow: 0 2px 2px #ebebeb;
}
/*.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 2px 2px #ebebeb;
  z-index: 1;
}*/
.booking_wp {
    margin: 0 auto;
    width: 80%;
    padding: 70px;
    border-radius: 10px;
}
.booking_wp img {
    margin: 0 auto;
    display: block;
}
.booking_wp h3 {
    text-align: center;
    padding: 16px 0 5px;
    font-weight: 600;
    color: #3a3a3a;
}
.booking_wp p {
    text-align: center;
    font-weight: 500;
    padding-bottom: 15px;
}
.destop_v{
    display: none;
}
.login__wrap {
    width: 100%;
    max-width: 360px;
    box-shadow: 0px 0px 50px -35px rgba(0, 0, 0, 0.4);
}
.login__form {
    background: #ffffff;
    border-radius: 20px;
    padding: 30px 20px 20px;
    border-top: 5px solid #ffc61a;
}
.login__body h3 {
    margin-bottom: 32px;
    text-align: center;
    line-height: 1.5;
    font-size: 18px;
    font-weight: 600;
    color: #171725;
}
.field__wrap {
    margin-bottom: 15px;
    position: relative;
}
.field__input {
    width: 100%;
    height: 38px;
    padding: 0 15px;
    background: #FAFAFB;
    border: 1px solid #F1F1F5;
    border-radius: 15px;
    font-size: 14px;
    letter-spacing: .1px;
    color: #000000;
}
.field__wrap span {
    position: absolute;
    right: 11px;
    top: 11px;
    color: #565655;
}
.login__body .form-check {
    padding-left: 1.75rem;
}
.login__body .form-check-label {
    font-size: 14px;
}
.login__btn {
    background-image: linear-gradient(90deg, #f5cb4b, #ffc61a);
    color: #333333;
    font-size: 17px;
    font-weight: 700;
    width: 100%;
    padding: 10px 25px;
    border-radius: 5px;
    margin-top: 16px;
    display: inline-block;
    border: none;
}
.login__foot {
    padding-top: 18px;
}
.login__foot a {
    text-align: center;
    font-size: 14px;
    display: block;
    color: #333;
    font-weight: 500;
    padding-bottom: 7px;
}
.login__body .form-check-label a {
    color: #333;
    font-weight: 500;
}
.my_acount_wp{
    background-color: #F6F7F9;
}
/*booking details start here*/

.ol15a {
    height: 370px;
    width: 100%;
    object-fit: cover;
}
.booking_wps {
    background: #f7f7f7;
}
.ol14a {
    background: #fff;
    padding: 28px;
}
.ol14a h3 {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 22px;
    padding-bottom: 9px;
    color: #2e2e2e;
}
.ol14a p {
    font-weight: 500;
    font-size: 14px;
}
ul.ol12a {
    width: 50%;
    display: inline-block;
}
ul.ol13a {
    width: 49%;
    display: inline-block;
}
ul.ol12a li, ul.ol13a li {
    line-height: 31px;
    color: #181818;
    font-size: 15px;
    font-weight: 500;
}
ul.ol12a li .fa, ul.ol13a li .fa {
    color: #ffc61a;
    padding-right: 7px;
}
.ol14a p .fa {
    color: #008000;
}
.ol11a {
    box-shadow: 0px 0px 50px -35px rgb(0 0 0 / 40%);
}
ul.ol33a li {
    display: flex;
    margin-bottom: 10px;
}
.ol31a {
    width: 18%;
}
.ol32a {
    width: 80%;
}
.ol32a h6 {
    text-transform: uppercase;
    color: #b8c5cc;
    letter-spacing: 1px;
    font-size: 12px;
}
.ol32a input, .ol32a select {
    width: 100%;
    background: #eeeeee;
    border: none;
    font-size: 14px;
    border-radius: 5px;
    height: 43px;
    box-shadow: 0px 3px 3px #c5c3c3;
    padding: 0 10px;
    margin-bottom: 15px;
}
.ol27a {
    background: #fff;
    box-shadow: 0px 0px 50px -35px rgb(0 0 0 / 40%);
    padding: 20px;
}
.ol27a h1 {
    font-size: 24px;
    text-align: center;
    font-weight: 600;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 15px;
    margin-bottom: 17px;
}
.ol27a h6 {
    padding: 0 0 6px;
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    color: #2e2e2e;
}
.ol27a label.form-check-label {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
}
.input_box input {
    width: 100%;
    background: #eeeeee;
    border: none;
    font-size: 14px;
    border-radius: 5px;
    height: 43px;
    box-shadow: 0px 3px 3px #c5c3c3;
    padding: 0 10px;
    margin-bottom: 15px;
}
.input_box input[type="checkbox"] {
    width: auto;
    background: none;
    border: none;
    font-size: inherit;
    border-radius: 2px;
    height: auto;
    box-shadow: none;
    padding: 0;
    margin-bottom: 0px;
}
.input_box {
    margin-bottom: 20px;
}
.ol37a {
    display: flex;
    margin-top: 2em;
    padding: 10px 20px;
}
.ol38a {
    width: 50%;
    color: #2b2b2b;
    font-weight: 600;
    font-size: 21px;
}
.ol39a {
    width: 50%;
    color: #2b2b2b;
    font-weight: 600;
    font-size: 21px;
    text-align: right;
}
.ol26a {
    background: #242424;
    border: none;
    color: #fff;
    height: 50px;
    border-radius: 5px;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 23px;
    width: 100%;
    cursor: pointer;
}
.back_b{
    width: 200px;
}
.ol26a .fa {
    padding-left: 3px;
}

.selector-item_radio, .selector-item_radio1{
    appearance:none;
    display:none;
}
.selector-item_label, .selector-item_label1 {
    position: relative;
    height: auto;
    width: 100%;
    float: left;
    text-align: center;
    border-radius: 5px;
    line-height: 25px;
    font-weight: 600;
    transition-duration: .5s;
    transition-property: transform, color, box-shadow;
    transform: none;
    padding-left: 10px;
    font-size: 14px;
    border: 3px solid #d9d9d9;
    margin-right: 6px;
    margin-bottom: 0;
}
.selector-item_label p, .selector-item_label1 p {
    margin: 0;
    text-decoration: line-through;
    font-size: 11px;
    color: #9e9e9e;
    line-height: 17px;
}
.selector-item_radio:checked + .selector-item_label, .selector-item_radio1:checked + .selector-item_label1{
    background-color: #ffc61a;
    color: #323232;
    margin-right: 6px;
}
.facilities {
    display: inline-block;
    width: 100%;
}
.facilities h5 {
    font-weight: 500;
    margin-bottom: 5px;
}
.facilities_facility_option {
    width: 100%;
    display: flex;
}
.facilities_facility_option1 {
    width: 50%;
    text-align: center;
    margin-right: 12px;
}
.facilities_facility_option1:last-child {
    margin-right: 0;
}
.facilities_facility_option1 label {
    font-weight: 600;
}
.ng-binding {
    border: 3px solid #242424;
    border-radius: 5px;
    font-weight: 600;
}
.ng-binding span {
    font-size: 10px;
}
.ng-binding p {
    margin: 0;
    text-decoration: line-through;
    font-size: 11px;
    color: #9e9e9e;
    line-height: 17px;
}
.yellow .ng-binding {
    background: #ffc61a;
    border: 3px solid #242424;
}
.ng-binding:hover {
    background: #242424;
    border: 3px solid #242424;
    color: #fff;
}
.ol27a label.form-check-label a {
    color: #000;
}
.ol32a p {
    margin: 0;
}
.te8e {
    padding: 0;
    margin: 0;
    line-height: 14px;
    vertical-align: bottom;
    color: #4a4949 !important;
}
.te7e a.dropdown-item {
    padding: 9px;
    font-size: 14px;
    line-height: 16px;
}
.te7e a.dropdown-item .fa {
    color: #032759;
    font-size: 14px;
    padding-right: 3px;
}
.te7e {
    margin-top: 1.125rem;
    position: relative;
    border: 1px solid rgb(0 0 0 / 8%);
}
.te7e:before{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 15px 10px;
    border-color: transparent transparent #f1f1f1 transparent;
    position: absolute;
    right: 21px;
    top: -16px;
    content: "";

}
.setting_wp li.dropdown {
    line-height: 25px;
}
.te8e img {
    margin-right: 4px;
    margin-top: -3px;
}
.profile_wp{
    background-color: #EBF6FA;
    padding: 2em 0;
}
.profile-pic {
    width: 200px;
    max-height: 200px;
    display: inline-block;
}

.file-upload {
    display: none;
}
.circle {
    border-radius: 100%;
    overflow: hidden;
    width: 170px;
    height: 170px;
    border: 2px solid rgba(255, 255, 255, 0.2);
}
.circle img {
    max-width: 100%;
    height: auto;
}
.p-image {
  position: absolute;
  bottom: -8px;
  left: 68px;
  color: #303030;
  padding: 0 4px;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #d3d3d3;
  transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
}
.p-image:hover {
  transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
}
.upload-button {
  font-size: 1.2em;
}
.upload-button:hover {
  transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
  color: #999;
}
.profile_l {
    display: flex;
}
.qrw1 {
    width: 20%;
    position: relative;
}
.qrw2 {
    width: 50%;
    padding-top: 2em;
}
.qrw3 {
    width: 30%;
    text-align: right;
    padding-top: 2em;
}
.qrw2 h3 {
    font-weight: 700;
    padding-bottom: 10px;
}
.qrw2 p {
    margin: 0;
}
.qrw2 small .fa {
    color: #ffc61a;
}
.qrw3 ul li {
    display: inline-block;
    margin: 0 10px;
}
.qrw3 ul li a {
    width: 30px;
    height: 30px;
    background: #ffc61a;
    display: block;
    text-align: center;
    border-radius: 50%;
    line-height: 30px;
    color: #484848;
}
.qrw3 ul li a:hover{
    background: #161616;
    color: #fff;
    transition: 0.5s;
}
.profile_from {
    padding: 2.5em 0;
}
.form-feild {
    margin-bottom: 17px;
}
.form-feild label {
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize
}
.form-feild input, .form-feild textarea {
    width: 100%;
    height: 43px;
    border: 1px solid #ccc;
    border-left: 2px solid #ffc61a;
    padding-left: 10px;;
}
.profile_from button {
    background: #ffc61a;
    border: none;
    padding: 10px;
    width: 200px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 2px;
    cursor: pointer;
}
.profile_from button:hover{
    background: #161616;
    color: #fff;
    transition: 0.5s;
}
.booking_history_section{
    margin-top: 2em;
    margin-bottom: 3em;
}
.booking_history_wp {
    text-align: center;
    text-transform: capitalize;
    font-weight: 600;
    padding-bottom: 1em;
}
#modalbdy {
    text-align: center;
    font-weight: 600;
    letter-spacing: 0.5px;
}
button.close {
    background: #FFC61A;
    opacity: 1;
    color: #fff;
    font-size: 28px;
    text-shadow: none;
}
.wel_c{
    display: none;
}
.des_rtr5r{
    display: block;
}
.mobil_rtr5r{
    display: none;
}
.panel-title>a, .panel-title>a:active{
    color:#fff;
    letter-spacing:1px;
}
.panel-heading  a:before {
   font: normal normal normal 14px/1 FontAwesome;
   content: "\f107";
   float: right;
   transition: all 0.5s;
}
.panel-heading.active a:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}
.help_wp h3 {
    font-weight: 700;
    padding-bottom: 15px
}
form.example {
    margin: 0 auto;
    width: 300px;
    box-shadow: 0px 3px 7px rgb(137 133 133 / 43%);
    border-radius: 5px;
    position: relative;
    background: #fff;
}
form.example input[type="text"] {
    background: #fff;
    border: none;
    padding: 9px;
    font-size: 14px;
    border-radius: 5px 0 0 5px;
    width: auto;
}
form.example button {
    background: #545454;
    color: #fff;
    border-radius: 0 5px 5px 0;
    border: none;
    font-weight: 600;
    letter-spacing: 1px;
    cursor: pointer;
    padding: 7.5px 15px;
    position: absolute;
    right: 0;
}
.accordion {
    margin: 3em 3em 0;
}
.accordion .card-header .title {
    font-size: 15px;
    color: #383838;
    font-weight: 600;
}
.accordion .card-header .accicon {
  float: right;
  font-size: 20px;  
  width: 1.2em;
}
.accordion .card-header{
  cursor: pointer;
  border-bottom: none;
  border-radius: 5px;
  background-color: #fff;
}
.accordion .card{
    border: none;
    margin-bottom: 1em;
    border-radius: 5px;
    box-shadow: 0px 3px 7px rgb(137 133 133 / 15%);
}
.accordion .card-body{
  border-top: 1px solid #ddd;
  font-size: 14px;
}
.accordion .card-header:not(.collapsed) .rotate-icon {
  transform: rotate(180deg);
}
.live_w {
    margin: 2em;
}
.call_u {
    text-align: center;
    box-shadow: 0px 3px 7px rgb(137 133 133 / 15%);
    background: #fff;
    padding: 25px;
    border-radius: 5px;
}
.ol16a li {
    display: inline-grid;
    width: 24%;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
}
.ol16a li img {
    margin: 0 auto 10px;
}
    
@media all and (max-width:992px) { 
    
    .offcanvas-header{ display:block; }

    .mobile-offcanvas{
        visibility: hidden;
        transform:translateX(-100%);
        border-radius:0; 
        display:block;
        position: fixed;
        top: 0; left:0;
        height: 100%;
        z-index: 1200;
        width:80%;
        overflow-y: scroll;
        overflow-x: hidden;
        background: #fff;
        transition: visibility .2s ease-in-out, transform .2s ease-in-out;
    }

    .mobile-offcanvas.show{
        visibility: visible;
        transform: translateX(0);
    }
    button.d-lg-none {
        border: none;
        background: #FFC722;
        color: #fff;
        font-size: 25px;
        padding: 0 7px 0px 8px;
        position: absolute;
        top: 15px;
        right: 14px;
        z-index: 1;
    }
    button.btn-close {
        border: none;
        color: #fff;
        background: #FFC722;
        font-size: 25px;
        padding: 0 5px 2px;
        line-height: 20px;
    }
    .kplo li a {
        color: #000;
        font-size: 15px;
        font-weight: 500;
        padding: 4px 0;
    }
    .mob_uj{
        width: 145px;
    }
    .menubar {
        display: none;
    }
    .destop_v{
        display: block;
    }
}
