.button.button-book {
    background-color: #39b54a;
    color: #fff;
}

.booking-panel #bPanelButton, .booking-panel .booking {
    border: 4px solid #f26522;
}

    .booking-panel #bPanelButton > span {
        top: 55%;
        left: 45%;
    }

        .booking-panel #bPanelButton > span h3 {
            font-weight: 800;
        }
/*.booking-panel .booking{
	    background-color: #39b54a;
}*/
.booking .packages .dPackages {
    background-color: #ffa500;
    color: #fff;
    border: 1px solid #eeeeee;
}

.booking .date_box {
    background-color: #ffa500;
    border: 1px solid #fff;
    color: #fff;
}

.booking .day_group button {
    background-color: #ffa500;
    color: #fff;
    border: 1px solid #39b54a;
}

.booking .date_box:hover {
    background-color: #39b54a;
}

a.booking-available {
    background-color: #ffa500 !important;
    color: #fff !important;
}

    a.booking-available:hover {
        background-color: #39b54a !important;
        color: #fff !important;
        border: 1px solid #fff !important;
    }

.video-nav nav li {
    /*width: 11%;*/
    width: 14%;
}

ul {
    list-style-type: none;
    padding-left: 10px;
}

#price .slider {
    -webkit-appearance: none;
    width: 100%;
    height: 15px;
    border-radius: 5px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

    #price .slider:hover {
        opacity: 1;
    }

    #price .slider::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 25px;
        height: 25px;
        border-radius: 50%;
        background: #4CAF50;
        cursor: pointer;
    }

    #price .slider::-moz-range-thumb {
        width: 25px;
        height: 25px;
        border-radius: 50%;
        background: #4CAF50;
        cursor: pointer;
    }



label {
    font-size: 12px;
    font-weight: 500;
}

input[type=checkbox], input[type=radio] {
    margin-top: 10px;
}

.btnbook {
    width: 100%;
    background-color: #979c99;
    color: #fff;
}

.room-btn, a.room-btn:active, a.room-btn:focus {
    background-color: #979c99;
    padding: 4%;
    color: #ffffff;
    text-align: center;
    width: 100%;
    border: 4px solid #e1ded88c !important;
    font-weight: 500;
}

    .room-btn:hover {
        background-color: #f26522;
        padding: 4%;
        color: #ffffff;
        text-align: center;
        width: 100%;
        border: 4px solid #e1ded88c !important;
        font-weight: 500;
    }
/*.video-nav nav li.last{
	width: 1%;
}*/
/*[type="checkbox"]+label:before {
     content: ""; 
    display: inline-block;
    height: 1.5em;
    margin: 0 .5em 0 0;
    padding: 0;
    position: absolute;
    top: -2px;
    width: 1.5em;
    border-radius: 0px;
    border: 1px solid #ccc;
    background: #FFFFFF;
    color: #222;
}
[type="checkbox"]+label, [type="radio"]+label {
    display: block;
    cursor: pointer;
    margin-bottom: 0.75rem;
    position: relative;
    min-height: 1.5em;
}
.filter-bar_checkbox {
    display: block;
    clear: both;
    margin: 0 0 0 0;
}
html[dir=ltr] [type="checkbox"]+label, html[dir=ltr] [type="radio"]+label {
    padding-left: 2.3em;
}*/



/*body {
  font-family: Arial;
  font-size: 17px;
  padding: 8px;
}*/

/*#bookreg * {
  box-sizing: border-box;
}

#bookreg .row {
  display: -ms-flexbox; 
  display: flex;
  -ms-flex-wrap: wrap; 
  flex-wrap: wrap;
  margin: 0 -16px;
}

#bookreg .col-25 {
  -ms-flex: 25%; 
  flex: 25%;
}

#bookreg .col-50 {
  -ms-flex: 50%; 
  flex: 50%;
}

#bookreg .col-75 {
  -ms-flex: 75%; 
  flex: 75%;
}

#bookreg .col-25,
#bookreg .col-50,
#bookreg .col-75 {
  padding: 0 16px;
}

#bookreg .container {
  background-color: #f2f2f2;
  padding: 5px 20px 15px 20px;
  border: 1px solid lightgrey;
  border-radius: 3px;
}

#bookreg input[type=text] {
  width: 100%;
  margin-bottom: 20px;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 3px;
}

#bookreg label {
  margin-bottom: 10px;
  display: block;
}

#bookreg .icon-container {
  margin-bottom: 20px;
  padding: 7px 0;
  font-size: 24px;
}

#bookreg .btn {
  background-color: #4CAF50;
  color: white;
  padding: 12px;
  margin: 10px 0;
  border: none;
  width: 100%;
  border-radius: 3px;
  cursor: pointer;
  font-size: 17px;
}

#bookreg .btn:hover {
  background-color: #45a049;
}

#bookreg a {
  color: #2196F3;
}

#bookreg hr {
  border: 1px solid lightgrey;
}

#bookreg span.price {
  float: right;
  color: grey;
}
*/
#bookreg input[type=text] {
    width: 100%;
    margin-bottom: 20px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
    /* font-size: medium; */
    font-size: 12px;
}

#bookreg input[type=email] {
    width: 100%;
    margin-bottom: 20px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-size: 12px;
}

.icon-container {
    margin-bottom: 20px;
    font-size: 32px;
    padding: 7px 0px;
    margin-top: 10px;
}

.mob-nav-btn .text {
    font-weight: bold;
}

#aboutbanner {
    background: url(../images/climages/banner/aboutbanner1.png);
    width: 100%;
    height: auto;
    text-align: center;
    color: #fff;
    position: relative;
    background-repeat: no-repeat;
}

section.abt-book .brands-subtitle {
    text-transform: none;
}

#recipes {
    background: url(../images/climages/banner/recipes.png);
    width: 100%;
    height: auto;
    text-align: center;
    color: #fff;
    position: relative;
    background-repeat: no-repeat;
}

#treatmentbanner1 {
    background: url(../images/climages/banner/treatment1.png);
    width: 100%;
    height: auto;
    text-align: center;
    color: #fff;
    position: relative;
    background-repeat: no-repeat;
}

.booking .day_group button {
    background-color: #ffa500;
}


#aboutsoma {
    background: url(../somatheeram-images/about-us/about-somatheeram/somatheeram-ayurveda-village.png);
    width: 100%;
    height: auto;
    text-align: center;
    color: #fff;
    position: relative;
    background-repeat: no-repeat;
}

#aboutbestsoma {
    background: url(../images/climages/banner/aboutbest.png);
    width: 100%;
    height: auto;
    text-align: center;
    color: #fff;
    position: relative;
    background-repeat: no-repeat;
}

#aboutawardsoma {
    background: url(../images/climages/banner/awards.png);
    width: 100%;
    height: auto;
    text-align: center;
    color: #fff;
    position: relative;
    background-repeat: no-repeat;
}

#btnCartToggle .icn {
    background-color: #39b54a;
    border: 4px solid #f26522;
}

    #btnCartToggle .icn .fa {
        color: #ffffff;
    }

#cart-aside #btnCartToggle:hover {
    /*left: -125px; */
    left: -5px;
}

#cart-aside #btnCartToggle {
    border: 6px solid #f26522;
}

#btnCartToggle img {
    width: 25%;
    padding-top: 12px;
    margin-left: 15px;
    margin-right: 60%;
}

#aboutdoctorsoma {
    background: url(../images/climages/banner/dr.png);
    width: 100%;
    height: auto;
    text-align: center;
    color: #fff;
    position: relative;
    background-repeat: no-repeat;
}

#ayurvedaacademysoma {
    background: url(../images/climages/banner/ayurvedaacademy.png);
    width: 100%;
    height: auto;
    text-align: center;
    color: #fff;
    position: relative;
    background-repeat: no-repeat;
}

#yogabannersoma {
    background: url(../images/climages/banner/yogaban.png);
    width: 100%;
    height: auto;
    text-align: center;
    color: #fff;
    position: relative;
    background-repeat: no-repeat;
}

#yogaresoma {
    background: url(../images/climages/banner/yoga1.png);
    width: 100%;
    height: auto;
    text-align: center;
    color: #fff;
    position: relative;
    background-repeat: no-repeat;
}


#csrsoma {
    background: url(../images/climages/banner/csr1.png);
    width: 100%;
    height: auto;
    text-align: center;
    color: #fff;
    position: relative;
    background-repeat: no-repeat;
}

#contactsoma {
    background: url(../images/climages/banner/girls.png);
    width: 100%;
    height: auto;
    text-align: center;
    color: #fff;
    position: relative;
    background-repeat: no-repeat;
}

#somaexp {
    background: url(../images/climages/banner/soma-exp.png);
    width: 100%;
    height: auto;
    text-align: center;
    color: #fff;
    position: relative;
    background-repeat: no-repeat;
}

.icon-footer a i {
    border: 2px solid #74613c69;
    padding: 10px;
    border-radius: 50%;
}

    .icon-footer a i:hover {
        background-color: #c4302b;
        border: 2px solid #74613c69;
        color: #fff;
        /*  border: 2px solid #fff;*/
        border-radius: 50%;
    }

.icon-heading h5 a {
    font-size: 20px;
    text-transform: none;
}

.footer-bottom {
    font-size: 14px;
}

#btnCartToggle .icn {
    left: -375px;
}

#demos .owl-carousel .owl-item img {
    border: 1px solid #dddddd;
    padding: 15px;
}

.owl-nav {
    margin-top: -160px !important;
}

.owl-theme .owl-nav .owl-prev {
    left: -28px;
}

.owl-theme .owl-nav .owl-prev {
    left: -28px;
}

.owl-theme .owl-nav .owl-next {
    right: -28px;
}


#attraction {
    background: url(../images/climages/attraction.png);
    width: 100%;
    height: auto;
    text-align: center;
    color: #fff;
    position: relative;
    background-repeat: no-repeat;
}

#attraction {
    background: url(../images/climages/attraction.png);
    width: 100%;
    height: auto;
    text-align: center;
    color: #fff;
    position: relative;
    background-repeat: no-repeat;
}

.btnbook {
    width: 100%;
    background-color: #ebebeb;
    color: #080808;
    font-size: 12px;
}







.headmenu .dropbtn {
    background-color: #ffffff;
    color: #000;
    padding: 16px;
    border: none;
    padding-top: 0;
    padding-bottom: 0;
}

.headmenu .dropdown {
    position: relative;
    display: inline-block;
}

/*.headmenu .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 80px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;

    top: 0;
    left: 98%;
}
*/
.headmenu .dropdown-content a {
    color: black;
    padding: 6px 7px;
    text-decoration: none;
    display: block;
}

    .headmenu .dropdown-content a:hover {
        background-color: #ddd;
    }

.headmenu .dropdown:hover .dropdown-content {
    display: block;
}

.headmenu .dropdown:hover .dropbtn {
    background-color: #c1c1c1;
}

.headmenu .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 80px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    /* right: 93%; */
    top: 0;
    left: 98%;
    height: 100px;
    width: 82px;
    /* display: block; */
    /* height: 185px; */
    overflow-y: scroll;
}

.video-slider .overlay {
    background: linear-gradient(180deg,rgba(0,0,0,.4) 0,transparent 50%,rgba(0,0,0,.4)) !important;
    height: 100%;
    top: 0;
    z-index: 2;
    position: absolute;
    width: 100%;
}

.relative {
    position: relative;
}

.cheakin h4 {
    width: 100%;
}

.cheakin input {
    display: inline-block;
    width: 100%;
    height: 50px;
    font-size: 14px;
    border: 4px solid #bdbbb78c;
    padding: 10px;
}

.btn-outline-dark:not(:disabled):not(.disabled).focus, .btn-outline-dark:not(:disabled):not(.disabled):focus, .show > .btn-outline-dark.dropdown-toggle {
    background-color: #f26522;
    color: #fff;
}

.room-border1 {
    background-color: #fff;
}

    .room-border1 img.acc {
        width: 100%;
        margin-top: 10%;
        border: 2px solid #979c99;
        padding: 2px;
    }

    .room-border1 h3.acc-head {
        text-align: left;
        font-size: 16px;
        margin-top: 20px;
        font-weight: bold;
        margin-bottom: 5px;
    }

.slide1 .video-content span.subtitle i {
    font-size: 70px;
}

.slide1 .video-content h2 {
    color: #e1ded8;
    font-weight: 700;
    text-shadow: 1px 1px #fff;
    font-size: 3.8rem;
}

.slide2 .video-content span.subtitle i {
    font-size: 70px;
}

.slide2 .video-content span.head {
    font-size: 50px;
}

.slide2 .video-content .title-wrapper small {
    font-size: 20px;
}

.slide3 .video-content span.subtitle i {
    font-size: 70px;
}

.slide3 .video-content span.subtitle i {
    font-size: 70px;
}

.slide3 .video-content span.head {
    font-size: 50px;
}

.slide3 .video-content .title-wrapper small {
    font-size: 20px;
}

.slide4 .video-content span.subtitle i {
    font-size: 70px;
}

.slide4 .video-content span.subtitle i {
    font-size: 70px;
}

.slide4 .video-content span.head {
    font-size: 50px;
}

.slide4 .video-content .title-wrapper small {
    font-size: 20px;
}

.slide5 .video-content span.subtitle i {
    font-size: 70px;
}

.slide5 .video-content span.subtitle i {
    font-size: 70px;
}

.slide5 .video-content span.head {
    font-size: 50px;
}

.slide5 .video-content .title-wrapper small {
    font-size: 20px;
}

.slide6 .video-content span.subtitle i {
    font-size: 70px;
}

.slide6 .video-content span.subtitle i {
    font-size: 70px;
}

.slide6 .video-content span.head {
    font-size: 50px;
}

.slide6 .video-content .title-wrapper small {
    font-size: 20px;
}

.slide7 .video-content span.subtitle i {
    font-size: 70px;
}

.slide7 .video-content span.subtitle i {
    font-size: 70px;
}

.slide7 .video-content span.head {
    font-size: 50px;
}

.slide7 .video-content .title-wrapper small {
    font-size: 20px;
}

.slide8 .video-content span.subtitle i {
    font-size: 70px;
}

.slide8 .video-content span.subtitle i {
    font-size: 70px;
}

.slide8 .video-content span.head {
    font-size: 50px;
}

.slide8 .video-content .title-wrapper small {
    font-size: 20px;
}

.slide9 .video-content span.subtitle i {
    font-size: 70px;
}

.slide9 .video-content span.subtitle i {
    font-size: 70px;
}

.slide9 .video-content span.head {
    font-size: 50px;
}

.slide9 .video-content .title-wrapper small {
    font-size: 20px;
}

.para1 {
    border: 10px double #008000;
}

.home-wel {
    border: 8px solid #74613c2e;
    padding: 5px;
    text-align: center;
    width: 80%;
}

strong.st1 {
    font-size: 22px;
    position: absolute;
    margin-top: 0%;
    text-align: center;
    text-decoration: underline;
}

strong.st2 {
    font-size: 40px;
    position: absolute;
    margin-top: 35%;
    text-align: center;
}

.vor {
    padding-right: 0;
    border: 5px solid #74613c2e;
    padding: 5px;
    text-align: center;
    width: 100%;
    auto: margin;
}

.box {
    margin-top: 5px;
    margin-bottom: 5px;
    width: 250px;
}

.tabpaneltop {
    border: 4px solid #e4e4e3;
    margin-bottom: 2%;
    padding: 10px;
    background-color: #ebebebe0;
    padding-top: 30px;
}

.footer {
    background-color: #f5f5f5;
}

.right-recept {
    position: relative;
    height: 2500px;
}

.right-recept-inner {
    width: 404.984px;
    position: sticky;
    position: sticky;
    top: 0;
    padding: 10px;
}

    .right-recept-inner .hellomember {
        background-color: #fff;
        padding: 15px;
        border: 4px dotted #ebebeb;
        ;
        /*  background-color: #ebebeb;
         background-color: #39b54a
    padding: 15px;
    border: 4px solid#b3adaa;*/
    }

.right-recept1 {
    position: relative;
    height: 700px;
}

.grid {
    height: auto !important;
}


.icon-footer a i.icon-facebook:hover {
    background-color: #3b5998;
}

.icon-footer a i.icon-twitter:hover {
    background-color: #38A1F3;
}

.icon-footer a i.youtube:hover {
    background-color: #c4302b;
}

.icon-footer a i.icon-instagram:hover {
    background-color: #3f729b;
}

.packages .dropdown-menu ul li a {
    cursor: pointer;
}

.inout {
    border: 4px solid #e4e4e3;
    margin-bottom: 2%;
    padding: 10px;
    background-color: #ebebeb;
}

.rate h3 {
    text-align: right;
    margin-top: 10%;
}

.rate-title {
    text-align: left;
    font-size: 28px;
    margin-top: 20px;
    margin-bottom: 15px;
}

.award-top {
    padding-bottom: 0;
    padding-top: 0;
}

.abt-book {
    padding-top: 10px;
}

.soma-space {
    padding-bottom: 70px;
    padding-top: 70px;
}

.icon-footer a.facebook i.fa.fa-facebook {
    color: #fff;
    background-color: #3b5998;
}

    .icon-footer a.facebook i.fa.fa-facebook:hover {
        color: #fff;
        background-color: #74613c;
    }

.icon-footer a.twitter i.fa.fa-twitter {
    background-color: #38A1F3;
    color: #fff;
}

    .icon-footer a.twitter i.fa.fa-twitter:hover {
        background-color: #74613c;
        color: #fff;
    }

.icon-footer a.youtube i.fa.fa-youtube-play {
    background-color: #c4302b;
    color: #fff;
}

    .icon-footer a.youtube i.fa.fa-youtube-play:hover {
        background-color: #74613c;
        color: #fff;
    }

.icon-footer a i.fa.fa-instagram {
    background-color: #3f729b;
    color: #fff;
}

    .icon-footer a i.fa.fa-instagram:hover {
        background-color: #74613c;
        color: #fff;
    }

p.textcon {
    text-align: justify;
    color: #333;
    line-height: 34px;
    margin-top: 5%;
    margin-bottom: 5%;
    font-size: 16px;
    font-weight: 500;
    font-family: Arial, Helvetica, sans-serif;
}

p.textcon1 {
    text-align: justify;
    color: #333;
    line-height: 34px;
    margin-bottom: 5%;
    font-size: 16px;
    font-weight: 500;
    font-family: Arial, Helvetica, sans-serif;
    padding: 20px;
}

html {
    overflow-x: hidden;
}

.box_cat a {
    border: 0px solid #ededed;
}

.sub-heading {
    font-size: 40px;
}

.csrcor {
    padding-right: 0;
    border: 5px solid #74613c2e;
    padding: 5px;
    text-align: center;
    margin: auto;
}

.contactus1 {
    padding-right: 0;
}

    .contactus1 img {
        float: right;
        border: 12px solid #d5d0c7;
    }

.booking .dropdown-menu a:focus, .booking .dropdown-menu a:hover {
    background-color: #a7a0a0;
    color: #000;
}

.booking .dropdown-menu a:focus, .booking .dropdown-menu a {
    background-color: #ebe9e3;
}


#bPanel .booking .packages .dropdown-menu a {
    padding: 5px;
    margin: 5px;
}
/*option{
      padding: 1px 8px 1px;
  }
  .booking .dropdown-menu a:focus, .booking .dropdown-menu option:hover{
      background-color: #a7a0a0;
    color: #fff;
  }
  .headmenu .dropdown-content option {
    color: black;
    padding: 6px 7px;
    text-decoration: none;
    display: block;
    }*/
.left-row {
    margin-left: 0;
    margin-right: 0;
    margin-top: 20%;
}

.yoga-time {
    padding: 3rem 2rem 3rem 3rem;
    margin-bottom: 0%;
    border: 4px dotted #bdbdbc6b;
    font-style: italic;
    background-color: #f8f8f8;
    font-size: 20px;
    color: #f26521;
    margin-top: 4%;
}

.booking-panel #bPanelButton {
    font-size: 1.4rem;
    font-weight: 700;
}

.yoga-row {
    font-size: 16px;
    text-align: left;
}

.yogaspace {
    /*padding: 10px;
       padding-left: 40px;*/
    padding: 30px;
    padding-left: 40px;
}

.yogaspace1 {
    padding: 30px;
    padding-left: 40px;
}

.collapse.in {
    text-align: justify;
}

.booking {
    width: calc(60vw - 100px);
}

    .booking .day_group select {
        background-color: #ffa500;
        padding: 6px 0px 2px 4px;
        width: 100%;
        font-family: serif;
        font-size: 26px;
        line-height: 32px;
        height: 42px;
        color: #fff;
    }

        .booking .day_group select:hover {
            cursor: pointer;
        }

    .booking select option:focus, booking select option a:hover {
        background-color: #a7a0a0;
        color: #fff;
    }

    .booking .day_group select::after {
        height: 50px;
    }

.treatmentpackagesoffered {
    background-color: #fff;
    padding: 30px;
    padding-bottom: 20px;
    padding-right: 1%;
}

#asthma .symptomspara {
    font-size: 16px;
}

.owl-theme .owl-nav [class*=owl-] {
    background: #f26522;
}

.sub-heading {
    font-size: 36px;
}

.facil-condent h4 {
    margin-top: 5%;
    margin-bottom: 5%;
    padding: 8px;
    /* background-color: #39b54a;*/
    text-align: center;
    font-size: 12px;
    color: #4a4a4a;
}

.main-slider1 a {
    display: inline-block;
    width: 100px;
    height: 100px;
}

.main-slider1 .mm a {
    width: 100%;
    height: auto;
    margin-top: 10% !important;
    margin-bottom: 10% !important;
}

.main-slider1 .mm img {
    border: 4px solid #39b54a;
}

.main-slider1 img {
    border: 2px solid #39b54a;
}

.readbtn {
    background-color: #39b54a;
    border: 4px solid #e1ded88c;
    font-size: 12px;
    color: #ffffff;
    margin-top: 2%;
    margin-bottom: 2%;
    padding: 10px;
    color: #fff !important;
}

    .readbtn:hover {
        background-color: #f26522;
    }

#treatmentpackages {
    width: 100%;
    height: 36px;
    font-size: 14px;
    border: 4px solid #bdbbb78c;
    padding: 6px;
}

a.acc-btn {
    padding: 10px;
    font-size: 10px;
    border: 4px solid #e1ded88c;
}

    a.acc-btn:hover {
        padding: 10px;
        font-size: 10px;
        border: 4px solid #e1ded88c !important;
        background-color: #c1c1c1;
    }

    a.acc-btn:active {
        padding: 10px;
        font-size: 10px;
        border: 4px solid #e1ded88c !important;
        background-color: #c1c1c1;
    }

    a.acc-btn:focus {
        padding: 10px;
        font-size: 10px;
        border: 4px solid #e1ded88c !important;
        background-color: #c1c1c1;
    }

a.acc-btn-back {
    padding: 12px;
    font-size: 10px;
    border: 4px solid #e1ded88c !important;
    background-color: #909090;
    color: #fff;
}

    a.acc-btn-back:hover {
        padding: 12px;
        font-size: 10px;
        border: 4px solid #e1ded88c !important;
        background-color: #ebebeb;
        color: #000;
    }

button.acc-btn-cont {
    margin-top: 0;
    margin-bottom: 0;
}

.btn-sect-accomadtion .back {
    margin-bottom: 10px;
}

.btn-sect-accomadtion .continue {
    margin-bottom: 10px;
}



.treatmentSearchBtn {
    width: 100%;
    height: 36px;
    font-size: 14px;
    border: 4px solid #bdbbb78c;
    padding: 6px;
}

.justfont h4 {
    font-size: 16px;
}

.cheakavailblity {
    position: sticky;
    top: 0;
    z-index: 99;
}
/*.mob-nav-btn.open{
     border: 1px solid #ddd;
 }*/
[type=reset], [type=submit], button, html [type=button] {
    border: 1px solid #ddd;
}

.onlymargin {
    margin-top: 2px;
    margin-bottom: 2px;
}

    .onlymargin img {
        width: 100%;
    }

.blogoffer small {
    float: right;
    font-size: 16px;
    font-weight: 700;
    text-align: right;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 18px;
}

.blogoffer h3 {
    color: #000;
    text-align: center;
    padding: 10px;
    font-size: 24px;
}

.blogoffer h5 {
    text-align: center;
    color: #39b54a;
    text-decoration: underline;
    font-size: 18px;
}

.blogoffer .blog-head {
    border-bottom: 1px solid #ccc;
}

.blogoffer .blog-text {
    /*   border-bottom: 1px solid #ccc;*/
}

.blogoffer .blog-name img {
    width: 25%;
    border: 2px solid#ccc;
    border-radius: 50%;
    margin-left: 5%;
    background-color: #39b54a;
    margin-right: auto;
    float: left;
}

.blogoffer .blog-name h6 {
    width: 60%;
    border: 2px solid#ccc;
    background-color: #39b54a;
    padding: 10px;
    color: #fff;
    margin-right: 5%;
    text-align: center;
    margin-top: 5%;
    margin-left: auto;
    /* margin-right: auto; */
    float: right;
}

.blogoffer .blog-name {
    padding-bottom: 10px;
    margin-right: 0;
    margin-left: 0px;
}

.blogoffer .blog-text {
    width: 100%;
}

.blogoffer .blog-continue a {
    float: left;
    width: 100%;
    border: 4px solid#ccc;
    background-color: #39b54a;
    padding: 10px;
    color: #fff;
    margin-top: 0;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.blogoffer .blog-continue {
    margin-right: 0;
    margin-left: 0px;
}

    .blogoffer .blog-continue a:hover {
        background-color: #f26522;
    }

.booking-panel {
    /*position:fixed;*/
    width: 85%;
}

.leftbpanel {
    float: left;
}

.greetings {
    padding: 5px;
    border: 2px solid #4b9007;
    background-color: #858d9f;
    color: #fff;
    width: 90%;
    text-align: center;
    margin-left: 5%;
}

.hdr-buttons button {
    position: fixed;
}

a.back-btn {
    background-color: #ebebeb;
    padding: 4%;
    color: #000 !important;
    text-align: center;
    margin-bottom: 0;
    margin-top: 15%;
    border: 0 !important;
    float: right;
    font-weight: 500;
}

a.back-bt:hover {
    border: 0 !important;
    background-color: #000 !important;
    color: #fff;
}

.text-soma a {
    background-color: #39b54a;
    padding: 10px;
    color: #fff;
    border: 4px solid #f26623;
}

.text-soma {
    margin-top: 4%;
}


.input-group span {
    cursor: pointer;
}

.input-group .number {
    margin: 100px;
}

.input-group .minus, .plus {
    width: 24px;
    font-size: 15px;
    display: inline-block;
    vertical-align: middle;
}

.input-group input {
    height: 42px;
    width: 100px;
    text-align: center;
    font-size: 26px;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
}

.booking .day_group.day_group_arrive {
    width: 26%;
}

.booking .day_group .date_box, .booking .day_group button {
    height: 38px;
}

.input-group {
    margin: 0;
}

    .input-group span.minus button {
        padding: 1px 1px 0px 0px;
        font-size: 10px;
        height: 38px;
        background-color: #ffa500;
        background-image: linear-gradient(to bottom,#ffa500 0,#ffa500 100%);
    }

    .input-group span.plus button {
        padding: 1px 1px 0px 0px;
        font-size: 10px;
        height: 38px;
        background-color: #ffa500;
        background-image: linear-gradient(to bottom,#ffa500 0,#ffa500 100%);
    }

    .input-group input.form-control {
        float: none;
        font-size: 14px;
        width: 32px;
        font-size: 16px;
        height: 38px;
        padding: .275rem .45rem;
    }

.booking-wrapper .booking .packages {
    margin-top: 7%;
}

.booking-panel .booking .day_group_wrapper, .noheaderimage .booking-panel .booking {
    margin-bottom: 4%;
    margin-top: 4%;
    margin-left: 3%;
}

#cart-aside-covid {
    z-index: 99;
}

#cart-aside {
    z-index: 99;
}

.ba-group span.minus button {
    width: 100%;
    background-color: #39b54a;
    background-image: linear-gradient(to bottom,#39b54a 0,#39b54a 100%);
}

.ba-group span.plus button {
    width: 100%;
    background-color: #39b54a;
    background-image: linear-gradient(to bottom,#39b54a 0,#39b54a 100%);
}

    .ba-group span.plus button:hover {
        border: 1px solid#95cb97;
        background-image: linear-gradient(to bottom,#39b54a 0,#39b54a 100%);
    }

.ba-group span.minus button:hover {
    border: 1px solid#95cb97;
    background-image: linear-gradient(to bottom,#39b54a 0,#39b54a 100%);
}

.ba-group input {
}

.not-available {
    background-color: #c1c1c1;
    color: #000;
}

    .not-available .room-add p {
        border: 1px solid #7b7b7b;
        background-color: #7b7b7b;
    }

    .not-available p.category span {
        color: #000;
    }

    .not-available .row a {
        color: #000;
    }

        .not-available .row a b {
            color: #fff;
        }

    .not-available .row p a i.fa {
        color: #fff;
    }

.bookcondavi p select {
    background-color: #e1e1e1;
}





.loader {
    border: 6px solid #f3f3f3;
    border-radius: 50%;
    border-top: 6px solid #3498db;
    width: 40px;
    height: 40px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.overlay1 {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,.7);
    z-index: 1050;
    opacity: 1;
    width: 100%;
}

.overlay__spinner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.overlay__wrapper {
    width: 100%;
    height: 100%;
    position: relative;
}

.overlay__spinner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.overlay1 .container .row {
    margin: 128px auto;
}

    .overlay1 .container .row .round .overlay__wrapper {
        width: 100%;
        margin-top: 90%;
    }

        .overlay1 .container .row .round .overlay__wrapper .loader {
            margin-right: auto;
            margin-left: auto;
        }

.recipt-table table {
    width: 100%;
}

    .recipt-table table tr {
        text-align: center;
    }

        .recipt-table table tr.table-head {
            font-size: 12px;
        }

            .recipt-table table tr.table-head th {
                padding: 5px;
                text-decoration: underline;
            }

        .recipt-table table tr th {
            font-weight: 500;
            font-size: 12px;
            padding: 5px;
            text-align: left;
        }

.left-recept {
    height: 2500px;
    overflow-y: scroll;
    overflow-x: hidden;
}

    .left-recept::-webkit-scrollbar {
        width: 5px;
    }
    /* Track */
    .left-recept::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 10px;
    }

    /* Handle */
    .left-recept::-webkit-scrollbar-thumb {
        background: #ddd;
        border-radius: 10px;
    }

        /* Handle on hover */
        .left-recept::-webkit-scrollbar-thumb:hover {
            background: #555;
        }

.billingadd {
    border: 4px solid#ebebeb;
    padding-top: 3%;
    padding-bottom: 3%;
    margin-bottom: 5%;
}

label.room-selection {
    font-size: 16px;
}

label.no-of-rooms {
    font-size: 16px;
    margin-bottom: 10px;
    display: inline-block;
    font-weight: 400;
}

.menu-book-avail {
    width: 60%;
    margin-left: 14%;
    padding: 8px 14px 12px;
    border-radius: 10px;
    font-weight: 700;
    letter-spacing: 1px;
}


/*touchq responsive*/
.sect-class {
    padding-bottom: 70px;
    padding-top: 70px;
}

body {
    overflow-x: hidden;
}

.not-available .room-add a.btnbook {
    background-color: #7b7b7b;
    cursor: not-allowed;
}

.not-available .bookcondavi p input {
    cursor: not-allowed;
}

.not-available .bookcondavi p label {
    cursor: not-allowed;
}

.blog-spl li {
    font-size: 15px;
}


@media (max-width: 768px) {
    .booking .day_group.day_group_arrive {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {

    .booking .day_group.day_group_arrive {
        width: 25%;
    }
}

@media only screen and (max-device-width: 480px) {
    /* styles for mobile browsers smaller than 480px; (iPhone) */
    .btn-cont {
        z-index: 15;
    }
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
    /* For portrait layouts only */
    .btn-cont {
        z-index: 15;
        position: fixed;
        bottom: 10px;
        margin-left: -18%;
    }
}
