@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800&display=swap');
* {
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  transition: all 0.1s ease;
}
body {
    font-family: 'Rubik', sans-serif;
}
a {
    text-decoration: none !important;
}
html, body {
  height: 100%;
}
h1 {
  font-size: 64px;
}
.page-section {
  height: 480px;
  width: 50%;
  margin-left: 35%;
  margin-top: 5%;
  padding: 3em;
  background: linear-gradient(45deg, #43cea2 10%, #185a9d 90%);
  color: white;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.5);
}
.catnavwrap {
  background-color: #999;
  color: #fff;
}
.navigation__link {
  display: block;
  color: #ddd;
  text-decoration: none;
  padding: 1em;
  font-weight: 400;
}
.navigation__link:hover {
  background-color: #aaa;
}
.navigation__link.active {
  color: white;
  background-color: rgba(0, 0, 0, 0.1);
}
section.section_mainwrap {
    /* background: linear-gradient(45deg, #43cea2 10%, #185a9d 90%); */
    background: #101928;
    padding-top: 15px;
    padding-bottom: 100px;
    position: relative;
}
section.section_mainwrap.headersec_mainwrap .container {
    z-index: 2;
    position: relative;
}
.section_mainwrap:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 25%;
    background-color: #f2f2f7;
}
.fixed_header .header_contwrap h2 {
    font-size: 21px;
    margin-bottom: 0;
}
.cartdetails_wrap {
    background: #fff;
    border-radius: 10px;
    box-shadow: rgb(16 25 40 / 8%) 0px 4px 8px 0px;
    position: relative;
    top: -82px;
        float: left;
    width: 100%;
}
.cart_footerwrap {
    border-top: 1px solid #ccc;
    clear: both;
    padding: 10px;
}
.cart_header_wrap {
    padding: 14px;
    border-bottom: 1px solid #ccc;
}
.location_detailswrap h4 {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    margin-top: 20px;
}
.cart_footerwrap h5 span {
    float: right;
}

.cart_footerwrap h5 {
    font-size: 15px;
}
.cart_footerwrap h4 span {
    float: right;
}

.cart_footerwrap h4 {
    font-weight: bold;
    font-size: 18px;
}
.ser_cart_middle_listwrap {
    clear: both;
/*    height: 150px;*/
/*    overflow-y: scroll;*/
}
.cart_footerwrap h4 {
    margin-bottom: 0;
}

.ser_cont_innerwrap {
    /*padding: 10px;*/
    float: left;
    width: 80%;
}
.ser_cart_pricewrap {
    float: right;
    width: 20%;
}
.ser_cont_innerwrap h3 {
    font-size: 18px;
    font-weight: 600;
}

.ser_cont_innerwrap p {
    color: #666;
    font-size: 15px;
}
.ser_cart_pricewrap h4 {
    font-size: 14px;
    padding-top: 10px;
    font-weight: 600;
}
.ser_cart_pricewrap h5 {
  font-size: 14px;
    padding-top: 5px;
    font-weight: 600;
     text-decoration: line-through;
}
.cartdetails_wrap.fixed_cart {
    position: sticky;
    top: 64px;
    z-index: 100;
}
.booknow_buttonwrap a {
    padding: 10px 20px;
    background: #101928;
    color: #fff;
    border-radius: 5px;
    font-size: 16px;
    text-decoration: none;
}
.booknow_buttonwrap {
    text-align: right;
    margin-top: 21px;
    padding-top: 10px;
    padding-bottom: 30px;
    clear: both;
}
.booknow_buttonwrap {
    text-align: right;
    margin-top: 21px;
    padding-top: 10px;
    padding-bottom: 30px;
    clear: both;
}

section.booknow_btnmainsec {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 100;
    background: #fff;
    border-top: 1px solid #ccc;
}
.ser_cart_listwrap {
    clear: both;
    width: 100%;
    padding: 10px;
}
.location_detailswrap p {
    font-weight: 600;
    text-align: center;
    color: #666;
    font-size: 15px;
}

.location_imgwrap img {
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
}
section.sercontwrap {
    background: #f2f2f7;
}
.header_contwrap h2 {
    color: #fff;
    font-size: 25px;
}
.header_contwrap h6 {
    font-size: 15px;
    color: #aaa;
}
.services_category_wrap {
    background: #fff;
    border-radius: 10px;
    box-shadow: rgb(16 25 40 / 8%) 0px 4px 8px 0px;
    position: relative;
    top: 15px;
}
.sercont_outerwrap a {
    font-weight: 600;
    color: #000;
    padding: 5px 5px;
    display: block;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 14px;
    border-radius: 10px;
}
.owl-nav button {
    background: #fff !important;
    padding:10px;
    border-radius:5px !important;
}

.sercont_outerwrap a.active {
    color: #fff;
    background: #000;
}
.sercont_outerwrap {
    text-align: center;
}
.owl-dots {
    display: none;
}
.services_navwrap {
  padding: 10px;
}
section.section_mainwrap.headersec_mainwrap.fixed_header {
    position: fixed;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 0px;
    z-index: 1;
    top: 0;
}
.fixed_header .services_category_wrap {
    background: #fff;
    border-radius: 10px;
    box-shadow: rgb(16 25 40 / 8%) 0px 4px 8px 0px;
    position: relative;
    top: 29px;
    border-bottom: 2px solid #101928;
}
/*=============================*/
.owl-nav {
    height: 0;
    left: -40px;
    margin-top: -35px;
    position: absolute;
    /* top: -5% !important; */
    width: 100%;
}
.owl-nav > button span {
    display: none;
}
.owl-nav > button {
    /*background: #000 !important;*/
    /*border-radius: 0 3px 3px 0;*/
    color: transparent;
    float: left;
    height: 40px;
    line-height: 40px;
    position: relative;
    width: 40px;
}
.owl-nav > button::before {
  content: '';
    color: #fff;
    height: 100%;
    left: 14px;
    position: absolute;
    text-align: center;       
    width: 15px;
    height: 15px;
    right: 25px;
    top: 12px;
    z-index: 10;
    border: 2px solid #000;
    transform: rotate(135deg);
    border-top: unset;
    border-left: unset;
}
.owl-nav > button.owl-next {
    border-radius: 3px 0 0 3px;
    float: right;
    right: -71px;
}
.owl-nav > button.owl-prev {
  left: 14px;
}
button.owl-prev.disabled {
    display: none;
}
.owl-nav > button.owl-next::before {
  content: '';
   width: 15px;
    height: 15px;
    right: 25px;
    top: 13px;
    z-index: 10;
    border: 2px solid #000;
    transform: rotate(310deg);
    border-top: unset;
    border-left: unset; 
    left: 7px;
}
.owl-nav > button:focus {
    outline: unset;
}
/*========================================================*/

.services_navwrap ul li {
  display: inline-block;
  margin: 0 10px;
}
.services_navwrap ul li a {
  padding: 10px 0;
  color: #444;
  font-size: 15px;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.2s ease;
}
.services_navwrap ul li a:hover {
  color: #34495E;
}
.services_navwrap ul li a.active {
  background: #000;
  color: #fff;

}
.services_navwrap ul {
    padding: 0;
    margin: 0;
}
.services_contwrap {
    background: #f2f2f7;
    padding-top: 50px;
    padding-bottom: 50px;
}
.service_listwrap {
    box-shadow: rgb(16 25 40 / 8%) 0px 16px 32px 0px;
        float: left;
    width: 100%;
}


/* ==========================Sections========================= */

section.service_cont_innerwrap {
    width: 100%;
    margin-bottom: 0;
    clear: both;
    float: left;
    padding-top: 83px;
}
.sections section:first-child {
  margin-top: 60px;
}
.service_innercontwrap {
    clear: both;
    padding: 0;
    border-bottom: 1px solid #ccc;
    float: left;
    width: 100%;
    cursor: pointer;
}
.circle_leftwrap {
    float: left;
    width: 10%;
    display: none !important;
}
.sercont_centerrightwrap {
    float: left;
    width: 70%;
}
.sercont_rightwrap {
    float: left;
    width: 30%;
    text-align: right;
}
.circle_wrap {
    height: 36px;
    width: 36px;
    border: 1px solid #ccc;
    border-radius: 50%;
    margin: 0 auto;
    text-align: center;
    line-height: 36px;
        visibility: hidden;
}
.circle_wrap.selected {
    background: #037aff;
}

.circle_wrap.selected i {
    color: #fff;
}
.sercont_centerrightwrap h2 {
    font-size: 18px;
    font-weight: bold;
    color: #000;
}
.sercont_centerrightwrap h4 {
    font-size: 15px;
    font-weight: 600;
    color: #878c93;
}
.sercont_rightwrap h4 {
    font-size: 17px;
    font-weight: bold;
    color: #666;
}
.sercont_rightwrap h3 {
    /* width: 100px; */
    font-weight: bold;
    font-size: 20px;
    color: #000;
}
.common_sercontwrap {
    width: 100%;
    clear: both;
    border-bottom: 1px solid #ccc;
    float: left;
    padding: 10px;
    background: #f8f8fb;
}
.fixed_header  .header_contwrap h6 {
    display: none;
}
.service_titlewrap h2 {
    font-weight: 500;
    margin-bottom: 0px;
    font-size: 25px;
}
.service_listwrap .service_innercontwrap:last-child {
    border: unset;
}
.service_innercontwrap .row:last-child .row:last-child .common_sercontwrap {
    border: unset;
}
/*======================================================*/
.inputGroup {
  background-color: #fff;
  display: block;
  margin: 0;
  position: relative;
}
.inputGroup label {
  padding: 20px 30px;
  width: 100%;
  display: block;
  text-align: left;
  color: #3C454C;
  cursor: pointer;
  position: relative;
  z-index: 0;
  transition: color 200ms ease-in;
  overflow: hidden;
  margin:0;
}
.inputGroup label:before {
  width: 100%;
  height: 10px;
  border-radius: 50%;
  content: "";
  background-color: #ffc10752;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale3d(1, 1, 1);
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  z-index: -1;
}
.inputGroup label:after {
  width: 32px;
  height: 32px;
  content: "";
  border: 2px solid #D1D7DC;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
  background-repeat: no-repeat;
  background-position: 2px 3px;
  border-radius: 50%;
  z-index: 2;
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  transition: all 200ms ease-in;
  display: none;
}
.inputGroup input:checked ~ label {
  color: #fff;
}
.inputGroup input:checked ~ label:before {
  transform: translate(-50%, -50%) scale3d(56, 56, 1);
  opacity: 1;
}
.inputGroup input:checked ~ label:after {
  background-color: #54E0C7;
  border-color: #54E0C7;
}
.inputGroup input {
  width: 32px;
  height: 32px;
  order: 1;
  z-index: 2;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  visibility: hidden;
}
.sercont_rightwrap button {
    background: #000;
    color: #fff;
    border: unset;
    font-size: 18px;
    padding: 5px 10px;
    border-radius: 5px;
}
.sercont_rightwrap button:hover {
  background: #666;
  color: #fff;
}

.custom_themebtn {
   background: #000;
    color: #fff;
    border: unset;
    font-size: 18px;
    padding: 5px 10px;
    border-radius: 5px;
}
.custom_themebtn:hover {
   background: #666;
   color: #fff;
}
.service_innercontwrap.inputGroup:nth-child(1) {
/*    border-radius: 15px 15px 0px 0px;*/
}
.service_titlewrap {
    padding: 10px 30px;
    background: #ccc;
    /* margin-bottom: 10px; */
    border-radius: 15px 15px 0px 0px;
}
@media (min-width: 280px) and (max-width: 1024px) {
.inputGroup label {
    padding: 10px !important;
}
.sercont_centerrightwrap h2 {
    font-size: 15px !important;
}
.sercont_centerrightwrap {
    width: 70% !important;
}
.sercont_rightwrap h3 {
    font-size: 16px;
}
.sercont_rightwrap button {
    font-size: 14px;
}
section.newhomebooingwrap {
    height: auto !important;
}
.intropage_maincontwrap {
    margin-bottom: 15px;
}



 }
ul.customslide_catwrap {
    overflow-x: auto;
    white-space: nowrap;
    display: inline-flex;
    width: 100%;
}
ul.customslide_catwrap li a {
    padding: 8px 15px;
    border-radius: 30px;
}

ul.customslide_catwrap {
    padding-bottom: 5px;
}
/* width */
.customslide_catwrap::-webkit-scrollbar {
  width: 10px;
  height: 5px;
}

/* Track */
.customslide_catwrap::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
.customslide_catwrap::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
.customslide_catwrap::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

.logowrap img {
    width: 100%;
}
section.newhomebooingwrap {
    padding-top: 50px;
    padding-bottom: 50px;
    height: 100%;
}
.intropage_maintitlewrap h2 {
    text-align: center;
    margin-top: 20px;
    color: #fff;
    font-weight: bold;
    font-size: 35px;
}
.intropage_maincontwrap a {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    display: block;
    transform: translateY(0);
    transition: .3s linear;
}
.intropage_maincontwrap a:hover {
    background: #01b034;
    transform: translateY(-20px);
}
.intropage_maintitlewrap {
    margin-bottom: 35px;
}
.interpage_iconwrap img {
    width: 100px;
}
.intropage_maincontwrap h2 {
    font-weight: bold;
    font-size: 25px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.intropage_maincontwrap p {
    font-size: 18px;
    margin-bottom: 0;
}
.intropage_maincontwrap a {
    color: #000;
    text-decoration: none !important;
}
section.giftcard_mainsec {
    padding-top: 20px;
    padding-bottom: 20px;
}
.giftcard_innercontwrap h2 {
    text-align: center;
    margin-top: 10px;
    font-weight: bold;
    color: #fff;
}
.giftcard_innercontwrap h3 {
    text-align: center;
    font-weight: 500;
    font-size: 25px;
    color: #fff;
}
.radio-section {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
}
.radio-list {
    width: 100%;
}
.radio-item [type="radio"] {
    display: none;
}
.radio-item + .radio-item {
    margin-top: 15px;
}
.radio-item label {
    display: block;
    padding: 20px 60px;
    background: #ddd;
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 400;
    white-space: nowrap;
    position: relative;
    transition: 0.4s ease-in-out 0s;
}
.radio-item label:after,
.radio-item label:before {
    content: "";
    position: absolute;
    border-radius: 50%;
}
.radio-item label:after {
    height: 19px;
    width: 19px;
    border: 2px solid #231f20;
    left: 19px;
    top: calc(50% - 12px);
}
.radio-item label:before {
    background: #231f20;
    height: 20px;
    width: 20px;
    left: 19px;
    top: 22px;
    transform: scale(5);
    opacity: 0;
    visibility: hidden;
    transition: 0.4s ease-in-out 0s;
}
.radio-item [type="radio"]:checked ~ label {
    border-color: #231f20;
}
.radio-item [type="radio"]:checked ~ label::before {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}
.commonbtnwrap button {
    border: unset;
    background: #231f20;
    width: 100%;
    border-radius: 5px;
    color: #fff;
    padding: 20px;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}
.commonbtnwrap button:hover {
    background: #666;  
}
.customamount_divwrap p {
    margin-bottom: 5px;
}
.searchwrap {
    margin-top: 10px;
    position: relative;
}
div#show-me {
    background: #fff;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 15px;
}
div#show-me .form-group {
    margin-bottom: 0;
}
.searchwrap input {
    height: 45px;
    padding: 0 24px;
    background: #f5f5f6;
    border: 1px solid #ddd;
}
.searchwrap input:focus {
    outline: unset;
    box-shadow: unset;
    border:1px solid #000;
}
.searchicon_wrap {
    position: absolute;
    right: 21px;
    top: 10px;
}
section.accountsec_mainsec {
    padding-top: 40px;
    padding-bottom: 40px;
}
.account_innercontwrap form input {
    border-color: #ccc;
    color: var(--color-2);
    border-radius: 5px;
}
.account_innercontwrap input[type="text"], 
.account_innercontwrap input[type="email"], 
.account_innercontwrap input[type="password"], 
.account_innercontwrap input[type="number"], 
.account_innercontwrap input[type="tel"],
.account_innercontwrap textarea {
    color: #333334;
    border: 1px solid;
    width: 100%;
    height: 45px;
    border: 1px solid #e7e7e7;
    padding-left: 20px;
}
.mb-10 {
    margin-bottom: 10px;
}
.account_innercontwrap textarea {
    width: 100%;
    height: 100px;
    padding-top: 15px;
}