* a, * a:hover, * button, * button:hover {
  transition: all .2s ease-in-out; }

.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../img/preloader_2.gif) center no-repeat #fff;
  background-size: 95px; }

.cover img.cover-pic {
  width: 100%; }

.margin-left-void {
  margin-left: 0 !important; }

.margin-right-void {
  margin-right: 0 !important; }

.open-sans {
  font-family: 'Open Sans', sans-serif; }

.title-lg {
  font-family: 'Berkshire Swash', cursive;
  font-size: 42px;
  color: #000; }

.title-md-pink {
  font-family: 'Berkshire Swash', cursive;
  font-size: 36px;
  color: #ee5c7b; }

.title-md {
  font-family: 'Berkshire Swash', cursive;
  font-size: 36px;
  color: #000; }

.clear-box {
  clear: both; }

.show-more a {
  color: #ee5c7b;
  font-size: 16px;
  line-height: 35px; }
.show-more a:hover, .show-more a:focus {
  text-decoration: none; }

@media screen and (min-width: 480px) {
  .for-pc {
    display: block; }

  .for-mbl {
    display: none; } }
@media screen and (max-width: 480px) {
  .for-pc {
    display: none; }

  .for-mbl {
    width: 100%;
    display: block; }

  .title-lg {
    font-size: 22px; }

  .title-md-pink {
    font-size: 22px; }

  .title-md {
    font-size: 22px; }

  p.desc {
    font-size: 14px !important;
    line-height: 28px !important; }

  .show-more a {
    font-size: 14px;
    line-height: 40px; } }
@media screen and (min-width: 481px) and (max-width: 767px) {
  .title-lg {
    font-size: 28px; }

  .title-md-pink {
    font-size: 28px; }

  .title-md {
    font-size: 28px; } }
.heading-sans {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  letter-spacing: 0.8px;
  font-size: 30px; }

p.desc {
  font-size: 16px;
  line-height: 35px;
  padding-right: 20px;
  color: rgba(0, 0, 0, 0.8);
  font-family: 'Open Sans', sans-serif; }

/*Pagination showmore style*/
.short-text {
  overflow: hidden;
  height: 273px; }

.short-text2 {
  overflow: hidden;
  height: 216px; }

.short-text3 {
  overflow: hidden;
  height: 250px; }

.short-text4 {
  overflow: hidden;
  height: 260px; }

.short-text5 {
  overflow: hidden;
  height: 140px; }

.full-text {
  height: auto; }

/*--BACK TO TOP CSS--*/
#back-to-top {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 1039;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 30px;
  background: #f5f5f5;
  color: #444;
  cursor: pointer;
  border: 0;
  border-radius: 0px;
  text-decoration: none;
  transition: opacity 0.2s ease-out;
  transition: transform .2s;
  opacity: 0;
  box-shadow: 0px 7px 34px 1px rgba(0, 0, 0, 0.125); }
  #back-to-top img {
    width: 25px;
    transition: all 0.2s ease-out; }

#back-to-top:hover {
  box-shadow: 0px 3px 25px 1px rgba(0, 0, 0, 0.125);
  transform: scale(0.95); }

#back-to-top.show {
  opacity: 1; }

.errorPage #error {
  min-height: 680px;
  padding-top: 200px; }
  .errorPage #error .txt-box {
    max-width: 560px;
    margin: auto;
    text-align: center; }
    .errorPage #error .txt-box h3 {
      font-size: 33px;
      margin-bottom: 40px;
      color: rgba(0, 0, 0, 0.8); }
    .errorPage #error .txt-box h1 {
      color: #e6e5e1;
      font-size: 54px;
      letter-spacing: 1px;
      font-weight: 700; }
    .errorPage #error .txt-box a {
      color: #ee5c7b;
      font-size: 22px;
      text-decoration: none; }
    .errorPage #error .txt-box a:hover {
      text-decoration: none;
      opacity: 0.7; }

#policy {
  padding-top: 200px; }
  #policy a {
    text-decoration: none;
    color: #ee5c7b; }
  #policy a:hover {
    opacity: 0.8; }
  #policy h1 {
    margin-bottom: 30px; }
  #policy h4.head {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.8);
    font-style: bold;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 34px; }

header {
  position: fixed;
  width: 100%;
  z-index: 1; }
  header .navbar-default {
    background-color: transparent;
    border: none;
    -webkit-transition: background-color .3s ease;
    /* Safari */
    transition: background-color .3s ease; }
    header .navbar-default .navbar-brand {
      padding-top: 20px;
      -webkit-transition: padding-top .3s ease;
      /* Safari */
      transition: padding-top .3s ease; }
      header .navbar-default .navbar-brand img {
        width: 230px;
        -webkit-transition: width .3s ease;
        /* Safari */
        transition: width .3s ease; }
      header .navbar-default .navbar-brand img.logowt {
        display: block; }
      header .navbar-default .navbar-brand img.logobl {
        display: none; }
    header .navbar-default .navbar-nav {
      padding-top: 30px;
      -webkit-transition: padding-top .3s ease;
      /* Safari */
      transition: padding-top .3s ease;
      float: right; }
      header .navbar-default .navbar-nav li > a.menu {
        font-weight: 600;
        color: #fff;
        font-family: 'Open Sans', sans-serif;
        font-size: 16px;
        margin: 16px; }
      header .navbar-default .navbar-nav li > a.menu:hover, header .navbar-default .navbar-nav li > a.menu:focus {
        color: #fff; }
      header .navbar-default .navbar-nav li a > .btn {
        margin-top: 8px;
        background: #ee5c7b;
        border: #ee5c7b;
        color: #fff;
        width: 110px;
        height: 40px;
        font-weight: 600;
        font-family: 'Open Sans', sans-serif;
        font-size: 16px; }
      header .navbar-default .navbar-nav li a > .btn:focus, header .navbar-default .navbar-nav li > .btn:hover {
        outline: none;
        opacity: 0.8; }
      header .navbar-default .navbar-nav li.active > a.menu, header .navbar-default .navbar-nav li.active > a.menu:focus, header .navbar-default .navbar-nav li.active > a.menu:hover {
        background: none;
        color: #fff; }
      header .navbar-default .navbar-nav li.active {
        position: relative; }
      header .navbar-default .navbar-nav li.active:after {
        position: absolute;
        content: '';
        left: 0;
        right: 0;
        background: #fff;
        bottom: 20px;
        height: 2px;
        margin-left: 30px;
        margin-right: 30px; }

.shrink {
  box-shadow: 0px 1px 32px -8px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  z-index: 150; }
  .shrink .navbar-default {
    background: #fff;
    border: none;
    margin-bottom: 8px; }
    .shrink .navbar-default .navbar-brand {
      padding-top: 7px; }
      .shrink .navbar-default .navbar-brand img {
        width: 165px; }
      .shrink .navbar-default .navbar-brand img.logowt {
        display: none; }
      .shrink .navbar-default .navbar-brand img.logobl {
        display: block; }
    .shrink .navbar-default .navbar-nav {
      padding-top: 0px; }
      .shrink .navbar-default .navbar-nav li > a.menu {
        margin-bottom: 0px;
        color: #000; }
      .shrink .navbar-default .navbar-nav li.active {
        position: relative; }
      .shrink .navbar-default .navbar-nav li.active:after {
        position: absolute;
        content: '';
        left: 0;
        right: 0;
        background: #ee5c7b;
        bottom: 5px;
        height: 2px;
        margin-left: 30px;
        margin-right: 30px; }
      .shrink .navbar-default .navbar-nav li.active > a.menu, .shrink .navbar-default .navbar-nav li.active > a.menu:focus, .shrink .navbar-default .navbar-nav li.active > a.menu:hover, .shrink .navbar-default .navbar-nav li > a.menu:hover, .shrink .navbar-default .navbar-nav li > a.menu:focus {
        color: #000; }

/*===========RESPONSIVE CSS STARTS HERE==============*/
@media screen and (min-width: 992px) and (max-width: 1199px) {
  header .navbar-default .navbar-brand img {
    width: 210px; }
  header .navbar-default .navbar-nav {
    padding-top: 38px; }
    header .navbar-default .navbar-nav li a.menu {
      margin: 0; }
    header .navbar-default .navbar-nav li a.btn-enq {
      padding-top: 0; }
    header .navbar-default .navbar-nav li.active:after {
      bottom: 5px;
      margin-left: 15px;
      margin-right: 15px; }

  .shrink .navbar-default {
    margin-bottom: 5px; }
    .shrink .navbar-default .navbar-nav {
      padding-top: 20px; }
      .shrink .navbar-default .navbar-nav li.active:after {
        margin-left: 15px;
        margin-right: 15px; } }
@media screen and (min-width: 768px) and (max-width: 991px) {
  header .navbar-default .navbar-brand {
    padding: 8px 0 0 0; }
    header .navbar-default .navbar-brand img {
      width: 190px; }
  header .navbar-default .navbar-nav {
    padding-top: 26px; }
    header .navbar-default .navbar-nav li a.menu {
      margin: 0;
      padding: 13px; }
    header .navbar-default .navbar-nav li a.btn-enq {
      display: none; }
    header .navbar-default .navbar-nav li.active:after {
      margin-left: 15px;
      margin-right: 15px;
      bottom: 5px; }

  .shrink .navbar-default {
    margin-bottom: 5px; }
    .shrink .navbar-default .navbar-nav {
      padding-top: 20px;
      padding-bottom: 12px; }
      .shrink .navbar-default .navbar-nav li.active:after {
        margin-left: 15px;
        margin-right: 15px; } }
@media screen and (max-width: 767px) {
  header .navbar-default {
    margin-bottom: 0; }
    header .navbar-default .navbar-toggle {
      border: none;
      margin: 15px; }
      header .navbar-default .navbar-toggle img.normal {
        display: block; }
      header .navbar-default .navbar-toggle img.onshrink {
        display: none; }
    header .navbar-default .navbar-toggle:focus, header .navbar-default .navbar-default .navbar-toggle:hover {
      background: none; }
    header .navbar-default .navbar-brand {
      padding-left: 15px;
      padding-top: 6px; }
      header .navbar-default .navbar-brand img {
        width: 130px; }
    header .navbar-default .navbar-nav li.active:after {
      display: none; }
    header .navbar-default .navbar-nav li a > .btn {
      margin-top: 0; }

  .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background: none; }

  .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    background-color: #fff;
    -webkit-box-shadow: rgba(0, 0, 0, 0.12) 0px 5px 52px 0px;
    -moz-box-shadow: rgba(0, 0, 0, 0.12) 0px 5px 52px 0px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 5px 52px 0px; }

  header .navbar-default .navbar-nav {
    margin-bottom: 0;
    border-bottom: 2px solid #ee5c7b;
    float: none;
    text-align: center;
    padding-top: 0;
    margin-top: 0; }
    header .navbar-default .navbar-nav li a.menu, header .navbar-default .navbar-nav li a.menu:focus, header .navbar-default .navbar-nav li a.menu:hover {
      border-bottom: 1px solid #ececec;
      color: #000;
      margin: 0;
      line-height: 30px; }
    header .navbar-default .navbar-nav li.active > a {
      color: #ee5c7b; }

  header .navbar-default .navbar-nav li.active > a.menu, header .navbar-default .navbar-nav li.active > a.menu:focus, header .navbar-default .navbar-nav li.active > a.menu:hover {
    color: #ee5c7b; }

  .shrink .navbar-default {
    margin-bottom: 0px; }
    .shrink .navbar-default .navbar-header .navbar-toggle img.normal {
      display: none; }
    .shrink .navbar-default .navbar-header .navbar-toggle img.onshrink {
      display: block; }
    .shrink .navbar-default .navbar-collapse .navbar-nav li.active > a {
      color: #ee5c7b; }
    .shrink .navbar-default .navbar-collapse .navbar-nav li.active:after {
      display: none; }
    .shrink .navbar-default .navbar-brand {
      padding-left: 0; }
      .shrink .navbar-default .navbar-brand img.logobl {
        width: 130px; } }
@media screen and (max-width: 480px) {
  header .navbar-default .navbar-toggle {
    margin: 12px; }

  .shrink .navbar-default .navbar-brand {
    padding: 5px; }
    .shrink .navbar-default .navbar-brand img.logobl {
      width: 130px; } }
/*===========RESPONSIVE CSS ENDS HERE==============*/
.homePage {
  background-color: #f3f6fa; }
  .homePage #landingPage {
    background-image: url("../img/homePage/cover-shade.png");
    background-repeat: no-repeat;
    background-size: 201%; }
    .homePage #landingPage .land-img {
      overflow: hidden;
      max-height: 1250px;
      position: relative; }
      .homePage #landingPage .land-img .quote {
        font-family: 'Berkshire Swash', cursive;
        position: absolute;
        top: 35%;
        width: 100%; }
        .homePage #landingPage .land-img .quote img.title {
          width: 50%;
          max-width: 620px; }
      .homePage #landingPage .land-img img {
        width: 100%; }
      .homePage #landingPage .land-img img.blue-shade {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%; }
  .homePage #ayurveda {
    padding-bottom: 150px;
    background-color: #f3f6fa;
    background-image: url("../img/homePage/ayur-bg.png");
    background-position: center bottom;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding-top: 115px; }
    .homePage #ayurveda .slider-img {
      position: relative; }
      .homePage #ayurveda .slider-img .static-text {
        position: absolute;
        top: 50px;
        left: 30px; }
        .homePage #ayurveda .slider-img .static-text h1.title {
          font-family: 'Berkshire Swash', cursive;
          font-size: 40px;
          margin-bottom: 30px; }
        .homePage #ayurveda .slider-img .static-text h4.sub-desc {
          font-size: 18px;
          font-family: 'Open Sans', sans-serif;
          line-height: 30px;
          margin-bottom: 30px; }
        .homePage #ayurveda .slider-img .static-text h5.desc {
          font-family: 'Open Sans', sans-serif;
          font-size: 14px;
          line-height: 30px; }
      .homePage #ayurveda .slider-img .slider-content {
        margin-left: -40px; }
        .homePage #ayurveda .slider-img .slider-content .owl-controls {
          width: 200px;
          position: absolute;
          bottom: 40px;
          left: 80px; }
          .homePage #ayurveda .slider-img .slider-content .owl-controls .owl-page {
            float: left; }
            .homePage #ayurveda .slider-img .slider-content .owl-controls .owl-page span {
              background: #fff;
              border: 2px solid #46ce82; }
          .homePage #ayurveda .slider-img .slider-content .owl-controls .owl-page.active {
            float: left; }
            .homePage #ayurveda .slider-img .slider-content .owl-controls .owl-page.active span {
              background: #46ce82;
              border: 2px solid #46ce82; }
        .homePage #ayurveda .slider-img .slider-content .item {
          position: relative; }
          .homePage #ayurveda .slider-img .slider-content .item img.slide {
            width: 100%;
            max-width: 500px;
            float: right; }
          .homePage #ayurveda .slider-img .slider-content .item a .text-box {
            position: absolute;
            bottom: 0;
            left: 60px;
            top: 470px;
            width: 65%;
            background: #fff;
            height: 160px;
            padding-left: 35px;
            padding-top: 15px;
            -webkit-box-shadow: 0px 0px 110px 5px rgba(0, 0, 0, 0.17);
            -moz-box-shadow: 0px 0px 110px 5px rgba(0, 0, 0, 0.17);
            box-shadow: 0px 0px 110px 5px rgba(0, 0, 0, 0.17);
            transition: all .2s ease-in-out;
            transition: transform .2s; }
            .homePage #ayurveda .slider-img .slider-content .item a .text-box h3.title-md-pink {
              font-size: 30px; }
            .homePage #ayurveda .slider-img .slider-content .item a .text-box p.desc {
              font-size: 14px;
              line-height: 22px; }
            .homePage #ayurveda .slider-img .slider-content .item a .text-box .arr-img {
              padding-top: 53px;
              padding-left: 55px; }
              .homePage #ayurveda .slider-img .slider-content .item a .text-box .arr-img img {
                width: 30px; }
          .homePage #ayurveda .slider-img .slider-content .item a:hover, .homePage #ayurveda .slider-img .slider-content .item a:focus {
            text-decoration: none; }
            .homePage #ayurveda .slider-img .slider-content .item a:hover .text-box, .homePage #ayurveda .slider-img .slider-content .item a:focus .text-box {
              transform: scale(1.015);
              -webkit-box-shadow: 0px 0px 140px 10px rgba(0, 0, 0, 0.17);
              -moz-box-shadow: 0px 0px 140px 10px rgba(0, 0, 0, 0.17);
              box-shadow: 0px 0px 140px 10px rgba(0, 0, 0, 0.17); }
  .homePage #resorts {
    padding-top: 40px;
    padding-bottom: 80px; }
    .homePage #resorts .head {
      margin: 40px 0px; }
      .homePage #resorts .head .title {
        position: relative; }
        .homePage #resorts .head .title h1 {
          font-family: 'Berkshire Swash', cursive;
          font-size: 40px;
          margin: 0; }
      .homePage #resorts .head .title:after {
        content: '';
        position: absolute;
        background: #ef708b;
        width: 2px;
        height: 70px;
        right: 0;
        top: -13px; }
      .homePage #resorts .head .desc {
        padding-left: 45px; }
        .homePage #resorts .head .desc p {
          font-family: 'Open Sans', sans-serif;
          font-size: 14px;
          margin: 0;
          line-height: 25px;
          letter-spacing: 0.8px; }
    .homePage #resorts .resort-list .box-padd {
      padding-left: 30px;
      padding-right: 30px; }
      .homePage #resorts .resort-list .box-padd .resort-box {
        transition: all .3s ease-in-out;
        transition: transform .3s;
        background-color: #fff;
        margin-top: 25px;
        margin-bottom: 25px;
        -webkit-box-shadow: 0px 0px 110px 5px rgba(0, 0, 0, 0.17);
        -moz-box-shadow: 0px 0px 110px 5px rgba(0, 0, 0, 0.17);
        box-shadow: 0px 0px 110px 5px rgba(0, 0, 0, 0.17); }
        .homePage #resorts .resort-list .box-padd .resort-box a {
          color: #000; }
          .homePage #resorts .resort-list .box-padd .resort-box a .img-box {
            margin: 0; }
          .homePage #resorts .resort-list .box-padd .resort-box a .detail-box {
            overflow: hidden;
            margin: 0;
            padding: 14px 14px 14px 35px;
            position: relative;
            z-index: 1; }
            .homePage #resorts .resort-list .box-padd .resort-box a .detail-box h3 {
              font-family: 'Berkshire Swash', cursive; }
            .homePage #resorts .resort-list .box-padd .resort-box a .detail-box h5 {
              font-family: 'Open Sans', sans-serif;
              font-size: 12px;
              line-height: 20px;
              width: 83%; }
            .homePage #resorts .resort-list .box-padd .resort-box a .detail-box img.img-box-bg {
              position: absolute;
              z-index: -1;
              opacity: 0.9; }
            .homePage #resorts .resort-list .box-padd .resort-box a .detail-box img.img-box-bg.leaf1 {
              right: 0;
              top: 16px;
              width: 120px; }
            .homePage #resorts .resort-list .box-padd .resort-box a .detail-box img.img-box-bg.leaf2 {
              right: 12px;
              top: 26px;
              width: 120px; }
            .homePage #resorts .resort-list .box-padd .resort-box a .detail-box img.img-box-bg.leaf3 {
              right: 15px;
              top: -26px;
              width: 133px; }
            .homePage #resorts .resort-list .box-padd .resort-box a .detail-box img.img-box-bg.leaf4 {
              right: -17px;
              top: 5px;
              width: 116px; }
            .homePage #resorts .resort-list .box-padd .resort-box a .detail-box img.img-box-bg.leaf7 {
              transform: rotate(214deg);
              top: auto;
              right: 35px;
              bottom: 5px;
              width: 116px; }
        .homePage #resorts .resort-list .box-padd .resort-box a:hover {
          text-decoration: none;
          color: #000; }
    .homePage #resorts .resort-list .resort-box:hover {
      transform: scale(1.015);
      -webkit-box-shadow: 0px 0px 140px 10px rgba(0, 0, 0, 0.17);
      -moz-box-shadow: 0px 0px 140px 10px rgba(0, 0, 0, 0.17);
      box-shadow: 0px 0px 140px 10px rgba(0, 0, 0, 0.17); }
  .homePage #treatment-baner {
    text-align: center;
    background-image: url(../img/homePage/baner.jpg);
    background-color: #009a70;
    padding-bottom: 90px;
    padding-top: 90px;
    background-size: 100%;
    background-position-y: -190px; }
    .homePage #treatment-baner h1 {
      font-family: 'Berkshire Swash', cursive;
      color: #fff; }
    .homePage #treatment-baner h5 {
      font-family: 'Open Sans', sans-serif;
      color: #fff; }
    .homePage #treatment-baner button {
      margin-top: 20px;
      background: #ee5c7b;
      border: #ee5c7b;
      color: #fff;
      width: 200px;
      height: 40px;
      font-weight: 600;
      font-family: 'Open Sans', sans-serif;
      font-size: 12px; }
    .homePage #treatment-baner button:hover {
      opacity: 0.9; }

.modal {
  background: rgba(0, 0, 0, 0.45); }

.modal-header {
  border-bottom: 1px solid #fff;
  position: relative; }
  .modal-header .enq-img {
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    margin: auto;
    width: 90px; }
  .modal-header .close {
    opacity: 1;
    margin-top: 4px;
    margin-right: 4px; }
  .modal-header .close:hover {
    opacity: 0.7; }

.modal-dialog {
  position: absolute;
  top: 50% !important;
  transform: translate(0, -50%) !important;
  -ms-transform: translate(0, -50%) !important;
  -webkit-transform: translate(0, -50%) !important;
  margin: auto 5%;
  width: 90%;
  height: 455px; }

.modal-content {
  min-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 430px;
  margin: auto; }

.modal-body {
  position: absolute;
  top: 45px;
  bottom: 45px;
  left: 0;
  right: 0;
  overflow-y: auto;
  height: 100%; }

.modal-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0; }

.popup-style {
  text-align: center;
  padding-top: 5px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative; }
  .popup-style .common-req-msg {
    position: absolute;
    top: -12px;
    width: 100%;
    left: 0; }
  .popup-style .popup-success {
    position: absolute;
    width: 100%;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 150;
    height: 50px; }
    .popup-style .popup-success .returnmessage-popup {
      width: 100%;
      text-align: center;
      padding: 15px;
      color: #fff;
      background: #45ce82;
      box-shadow: 0px 0px 118px 0px rgba(0, 0, 0, 0.42);
      font-size: 12px;
      border-radius: 50px; }
  .popup-style .req-field {
    position: relative; }
    .popup-style .req-field .req-msg {
      position: absolute;
      right: 8px;
      top: 0;
      max-width: 180px;
      width: 80%;
      font-family: 'Open Sans', sans-serif; }
  .popup-style input, .popup-style p, .popup-style textarea {
    display: inline-block;
    vertical-align: top;
    font-family: 'Open Sans', sans-serif;
    color: rgba(0, 0, 0, 0.8); }
  .popup-style input {
    border: none;
    line-height: 0px; }
  .popup-style textarea {
    height: 70px;
    border: 1px solid #d7d7d7;
    resize: none;
    border-radius: 0px;
    line-height: 16px;
    background: transparent; }
  .popup-style input, .popup-style textarea {
    width: 65%;
    position: relative;
    padding-left: 12px;
    border-bottom: 1px solid #d7d7d7;
    margin-bottom: 2px;
    padding-bottom: 0px; }
  .popup-style input:focus, .popup-style textarea:focus {
    outline: none; }
  .popup-style p {
    margin-bottom: 0px;
    width: 23%;
    text-align: right;
    padding-right: 15px; }
  .popup-style .btn {
    margin-top: 30px;
    background: #ee5c7b;
    border: #ee5c7b;
    color: #fff;
    width: 110px;
    padding: 10px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px; }
  .popup-style .btn:hover {
    outline: none;
    opacity: 0.8; }
  .popup-style .ph-checkbox {
    position: relative; }
    .popup-style .ph-checkbox .tick-check {
      position: absolute;
      width: 200px;
      left: 90px;
      bottom: -25px; }
      .popup-style .ph-checkbox .tick-check input {
        width: 18px;
        margin-top: 4px; }
      .popup-style .ph-checkbox .tick-check label {
        font-family: 'Open Sans', sans-serif;
        color: rgba(0, 0, 0, 0.8);
        font-weight: 100;
        font-size: 12px; }
  .popup-style div.textplace {
    margin-top: 20px; }

/*===========RESPONSIVE CSS STARTS HERE==============*/
@media screen and (min-width: 1200px) and (max-width: 1710px) {
  .homePage #treatment-baner {
    background-size: 143%; } }
@media screen and (min-width: 992px) {
  .homePage #ayurveda {
    min-height: 900px; } }
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .homePage #ayurveda {
    padding-bottom: 20px; }
  .homePage #resorts .resort-list .box-padd .resort-box a .detail-box {
    min-height: 151px; }
    .homePage #resorts .resort-list .box-padd .resort-box a .detail-box img.img-box-bg {
      opacity: 0.8; }
  .homePage #treatment-baner {
    background-size: 165%; } }
@media screen and (min-width: 768px) and (max-width: 991px) {
  .homePage #ayurveda {
    padding-bottom: 0px;
    padding-top: 65px; }
    .homePage #ayurveda .slider-img .static-text {
      top: -30px; }
      .homePage #ayurveda .slider-img .static-text h1.title {
        font-size: 32px;
        margin-bottom: 0; }
      .homePage #ayurveda .slider-img .static-text h4.sub-desc {
        font-size: 16px;
        margin-bottom: 0;
        line-height: 20px; }
      .homePage #ayurveda .slider-img .static-text h5.desc {
        font-size: 13px;
        line-height: 22px; }
    .homePage #ayurveda .slider-img .slider-content .item img.slide {
      max-width: 300px; }
    .homePage #ayurveda .slider-img .slider-content .item a .text-box {
      top: 240px; }
      .homePage #ayurveda .slider-img .slider-content .item a .text-box p.desc {
        font-size: 10px;
        line-height: 18px; }
      .homePage #ayurveda .slider-img .slider-content .item a .text-box h3.title-md-pink {
        font-size: 22px; }
  .homePage #resorts .head .title {
    padding-top: 6px; }
    .homePage #resorts .head .title h1 {
      font-size: 32px; }
  .homePage #resorts .head .title:after {
    right: -14px;
    top: -10px; }
  .homePage #resorts .head .desc {
    padding-left: 30px; }
    .homePage #resorts .head .desc p {
      line-height: 24px;
      letter-spacing: 0; }
  .homePage #resorts .resort-list .box-padd .resort-box a .detail-box {
    min-height: 176px;
    padding-left: 14px; }
    .homePage #resorts .resort-list .box-padd .resort-box a .detail-box img.img-box-bg {
      opacity: 0.4; }
    .homePage #resorts .resort-list .box-padd .resort-box a .detail-box h3 {
      font-size: 20px; }
  .homePage #resorts .resort-list .box-padd-clear {
    clear: both; } }
@media screen and (min-width: 481px) and (max-width: 767px) {
  .homePage #landingPage .land-img .quote img.title {
    width: 60%;
    opacity: 0.8; }
  .homePage #ayurveda {
    padding-top: 25px;
    padding-bottom: 15px; }
    .homePage #ayurveda .slider-img .static-text {
      width: 96%;
      position: relative;
      top: 0;
      padding-left: 20px;
      max-width: 500px;
      margin-bottom: 20px; }
    .homePage #ayurveda .slider-img .slider-content {
      margin-left: 0;
      padding-left: 50px;
      padding-right: 50px; }
      .homePage #ayurveda .slider-img .slider-content .owl-controls {
        width: 200px;
        bottom: 160px;
        left: 0;
        right: 0;
        margin: auto; }
        .homePage #ayurveda .slider-img .slider-content .owl-controls .owl-page, .homePage #ayurveda .slider-img .slider-content .owl-controls .owl-page.active {
          float: none; }
      .homePage #ayurveda .slider-img .slider-content .item img.slide {
        max-width: 100%;
        float: none; }
      .homePage #ayurveda .slider-img .slider-content .item a .text-box {
        top: auto;
        bottom: 0;
        left: 0;
        width: 100%;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none; }
        .homePage #ayurveda .slider-img .slider-content .item a .text-box p.desc {
          font-size: 12px;
          line-height: 16px; }
        .homePage #ayurveda .slider-img .slider-content .item a .text-box h3.title-md-pink {
          font-size: 22px; }
  .homePage #resorts .head {
    padding-left: 45px; }
    .homePage #resorts .head .title:after {
      width: 40px;
      height: 2px;
      right: auto;
      top: auto;
      bottom: -12px;
      left: 20px; }
    .homePage #resorts .head .desc {
      padding-left: 20px;
      padding-top: 20px; }
  .homePage #resorts .resort-list .box-padd .resort-box {
    max-width: 420px;
    margin: auto;
    margin-bottom: 30px; } }
@media screen and (max-width: 480px) {
  .homePage #landingPage .land-img .quote img.title {
    width: 60%;
    opacity: 0.8; }
  .homePage #ayurveda {
    padding-top: 25px;
    padding-bottom: 15px; }
    .homePage #ayurveda .slider-img .static-text {
      width: 96%;
      position: relative;
      top: 0;
      left: 5px;
      padding-left: 0px;
      max-width: 500px;
      margin-bottom: 20px; }
      .homePage #ayurveda .slider-img .static-text h1.title {
        font-size: 30px;
        margin-bottom: 15px; }
      .homePage #ayurveda .slider-img .static-text h4.sub-desc {
        font-size: 16px;
        margin-top: 0;
        margin-bottom: 25px; }
      .homePage #ayurveda .slider-img .static-text h5.desc {
        line-height: 26px; }
    .homePage #ayurveda .slider-img .slider-content {
      margin-left: 0;
      padding-left: 8px;
      padding-right: 8px; }
      .homePage #ayurveda .slider-img .slider-content .owl-controls {
        width: 200px;
        bottom: 160px;
        left: 0;
        right: 0;
        margin: auto; }
        .homePage #ayurveda .slider-img .slider-content .owl-controls .owl-page, .homePage #ayurveda .slider-img .slider-content .owl-controls .owl-page.active {
          float: none; }
      .homePage #ayurveda .slider-img .slider-content .item img.slide {
        max-width: 100%;
        float: none; }
      .homePage #ayurveda .slider-img .slider-content .item a .text-box {
        top: auto;
        bottom: 0;
        left: 0;
        width: 100%;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        padding-left: 20px;
        padding-top: 0px; }
        .homePage #ayurveda .slider-img .slider-content .item a .text-box p.desc {
          font-size: 12px !important;
          line-height: 16px !important; }
        .homePage #ayurveda .slider-img .slider-content .item a .text-box h3.title-md-pink {
          font-size: 22px; }
        .homePage #ayurveda .slider-img .slider-content .item a .text-box .arr-img {
          padding-top: 66px; }
          .homePage #ayurveda .slider-img .slider-content .item a .text-box .arr-img img {
            margin-left: -23px; }
  .homePage #resorts {
    padding-top: 0px;
    padding-bottom: 25px; }
    .homePage #resorts .head {
      padding-left: 0px;
      margin-top: 10px; }
      .homePage #resorts .head .title h1 {
        font-size: 30px; }
      .homePage #resorts .head .title:after {
        width: 40px;
        height: 2px;
        right: auto;
        top: auto;
        bottom: -12px;
        left: 20px; }
      .homePage #resorts .head .desc {
        padding-left: 20px;
        padding-top: 27px; }
    .homePage #resorts .resort-list .box-padd .resort-box {
      max-width: 420px;
      margin: auto;
      margin-bottom: 30px; }
      .homePage #resorts .resort-list .box-padd .resort-box a .detail-box {
        padding-left: 20px;
        padding-top: 0px; }
        .homePage #resorts .resort-list .box-padd .resort-box a .detail-box img.img-box-bg {
          opacity: 0.4; }
  .homePage #treatment-baner {
    padding-bottom: 45px;
    padding-top: 40px; }
    .homePage #treatment-baner h1 {
      font-size: 26px; }

  .modal-dialog {
    margin: auto 2%;
    width: 96%; }

  .popup-style {
    padding-top: 0px;
    padding-left: 0; }
    .popup-style .btn {
      margin-top: 28px; }
    .popup-style input, .popup-style textarea {
      padding-left: 5px;
      width: 69%;
      text-align: left; }
    .popup-style p {
      width: 29%;
      text-align: right;
      padding-right: 0px; }
    .popup-style div.textplace {
      margin-top: 4px; }
    .popup-style .ph-checkbox .tick-check {
      left: 24%; }

  .modal-body {
    padding-top: 45px; }

  .modal-header .enq-img {
    width: 70px;
    top: -30px; } }
.aboutPage #aboutUs {
  padding-top: 45px;
  padding-bottom: 45px; }
  .aboutPage #aboutUs h1 {
    margin-bottom: 40px; }
  .aboutPage #aboutUs .detail-text {
    font-family: 'Open Sans', sans-serif;
    padding-top: 20px;
    transition: all .2s ease-in-out;
    transition: transform .2s; }
    .aboutPage #aboutUs .detail-text p.title {
      font-size: 18px;
      margin-bottom: 15px;
      color: rgba(0, 0, 0, 0.8); }
  .aboutPage #aboutUs .detail-text2 {
    padding-left: 30px;
    padding-right: 20px; }
  .aboutPage #aboutUs .aim-section {
    padding-top: 15px; }
.aboutPage #faq {
  padding-bottom: 60px; }
  .aboutPage #faq h1 {
    margin-bottom: 40px; }
  .aboutPage #faq .faq-collapse .faq-panel {
    margin-bottom: 20px;
    border: none;
    border-bottom: 1px solid #bcbec0;
    border-radius: 0px; }
    .aboutPage #faq .faq-collapse .faq-panel .faq-heading {
      background-color: #fff;
      border: none;
      padding: 0px; }
      .aboutPage #faq .faq-collapse .faq-panel .faq-heading h4.faq-title {
        position: relative;
        height: 45px;
        margin: 0;
        padding-top: 13px;
        padding-left: 10px;
        padding-right: 18px; }
        .aboutPage #faq .faq-collapse .faq-panel .faq-heading h4.faq-title .glyphicon-chevron-up:before {
          background-image: url(../img/about/arr-down.png);
          background-size: 20px;
          display: inline-block;
          width: 22px;
          height: 15px;
          content: "";
          background-repeat: no-repeat;
          transition: background-image .4s ease; }
        .aboutPage #faq .faq-collapse .faq-panel .faq-heading h4.faq-title .glyphicon-chevron-down:before {
          background-image: url(../img/about/arr-up.png);
          background-size: 20px;
          display: inline-block;
          width: 22px;
          height: 15px;
          content: "";
          background-repeat: no-repeat;
          transition: background-image .4s ease; }
        .aboutPage #faq .faq-collapse .faq-panel .faq-heading h4.faq-title a {
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          font-family: 'Open Sans', sans-serif;
          padding-top: 5px;
          font-size: 16px;
          line-height: 35px;
          color: #000;
          letter-spacing: 0.4px; }
        .aboutPage #faq .faq-collapse .faq-panel .faq-heading h4.faq-title a:hover, .aboutPage #faq .faq-collapse .faq-panel .faq-heading h4.faq-title a:focus {
          text-decoration: none; }
      .aboutPage #faq .faq-collapse .faq-panel .faq-heading h4.faq-title::before {
        content: '';
        display: inline-block;
        width: 10px;
        height: 10px;
        -moz-border-radius: 15px;
        -webkit-border-radius: 15px;
        border-radius: 15px;
        background-color: #ee708b;
        margin-right: 10px; }
    .aboutPage #faq .faq-collapse .faq-panel .panel-collapse .panel-body {
      font-family: 'Open Sans', sans-serif;
      font-size: 14px;
      line-height: 25px;
      border-top-color: #fff;
      letter-spacing: 0.3px;
      padding-top: 10px;
      padding-left: 28px; }

@media screen and (max-width: 767px) {
  .aboutPage #aboutUs {
    padding-top: 0;
    padding-bottom: 0; }
    .aboutPage #aboutUs h1 {
      margin-bottom: 0px; }
    .aboutPage #aboutUs .detail-text {
      padding-bottom: 20px; }
  .aboutPage #faq .faq-collapse .faq-panel .faq-heading h4.faq-title {
    padding-left: 0; }
    .aboutPage #faq .faq-collapse .faq-panel .faq-heading h4.faq-title a {
      font-size: 14px;
      width: 96%; } }
.resortPage .cover {
  position: relative; }
  .resortPage .cover .txt-box-cover {
    position: absolute;
    bottom: 34px;
    left: 134px;
    width: 80%; }
    .resortPage .cover .txt-box-cover h4 {
      font-family: 'Open Sans', sans-serif;
      color: #fff;
      font-size: 22px; }
    .resortPage .cover .txt-box-cover h1 {
      color: #fff; }
  .resortPage .cover img {
    width: 100%; }
.resortPage #glance {
  padding-top: 40px;
  padding-bottom: 60px; }
  .resortPage #glance .image-gal {
    padding-right: 30px;
    padding-top: 25px; }
.resortPage #section2 {
  background-color: #f3f6fa;
  padding-top: 50px;
  padding-bottom: 70px; }
  .resortPage #section2 .row {
    padding-bottom: 20px; }
    .resortPage #section2 .row .leela-packages b {
      font-family: 'Open Sans', sans-serif;
      font-size: 17px;
      color: rgba(0, 0, 0, 0.8); }
    .resortPage #section2 .row .leela-packages ul {
      padding-left: 30px;
      margin-top: 12px;
      margin-bottom: 12px; }
      .resortPage #section2 .row .leela-packages ul li {
        list-style: none;
        font-family: 'Open Sans', sans-serif;
        font-size: 17px;
        color: rgba(0, 0, 0, 0.8);
        position: relative;
        line-height: 25px;
        margin-bottom: 10px; }
      .resortPage #section2 .row .leela-packages ul li:before {
        content: '';
        display: inline-block;
        width: 10px;
        height: 10px;
        -moz-border-radius: 15px;
        -webkit-border-radius: 15px;
        border-radius: 15px;
        background-color: #ee708b;
        margin-right: 0;
        position: absolute;
        top: 10px;
        left: -27px; }
    .resortPage #section2 .row .image-leela {
      padding-top: 55px; }
    .resortPage #section2 .row .txt1 {
      padding-right: 25px; }
    .resortPage #section2 .row .txt2 {
      padding-left: 25px; }
    .resortPage #section2 .row h2.heading-sans {
      margin-bottom: 20px; }
    .resortPage #section2 .row .desc {
      text-align: justify; }
  .resortPage #section2 .quick-enq-box {
    padding: 40px;
    padding-bottom: 10px;
    margin-top: 60px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 36px 3px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0px 0px 36px 3px rgba(0, 0, 0, 0.14);
    transition: all .2s ease-in-out;
    box-shadow: 0px 0px 36px 3px rgba(0, 0, 0, 0.14); }
    .resortPage #section2 .quick-enq-box p.box-desc {
      letter-spacing: 0.5px;
      font-size: 16px;
      padding-right: 20px;
      color: rgba(0, 0, 0, 0.8);
      font-family: 'Open Sans', sans-serif; }
    .resortPage #section2 .quick-enq-box .arrow {
      text-align: right;
      padding-top: 25px; }
      .resortPage #section2 .quick-enq-box .arrow img {
        width: 40px; }
  .resortPage #section2 .quick-enq-box:hover {
    transform: scale(1.005);
    -webkit-box-shadow: 0px 0px 73px 4px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 0px 73px 4px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 0px 73px 4px rgba(0, 0, 0, 0.18); }
.resortPage #other-resorts {
  padding-bottom: 80px;
  padding-top: 80px; }
  .resortPage #other-resorts h2 {
    margin-bottom: 30px; }
  .resortPage #other-resorts .item {
    padding: 10px; }
  .resortPage #other-resorts .owl-theme .owl-controls .owl-page span {
    background: #ee5c7b;
    width: 20px;
    height: 8px; }
  .resortPage #other-resorts .owl-theme .owl-controls .owl-page.active span, .resortPage #other-resorts .owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #ee5c7b;
    width: 20px;
    height: 8px; }
  .resortPage #other-resorts .owl-theme .owl-controls .owl-next {
    float: right;
    margin-right: -70px;
    background: none;
    -webkit-transition: all .3s ease;
    transition: all .3s ease; }
    .resortPage #other-resorts .owl-theme .owl-controls .owl-next img {
      max-width: 50px; }
  .resortPage #other-resorts .owl-theme .owl-controls .owl-prev {
    float: left;
    margin-left: -70px;
    background: none;
    -webkit-transition: all .3s ease;
    transition: all .3s ease; }
    .resortPage #other-resorts .owl-theme .owl-controls .owl-prev img {
      max-width: 50px; }
  .resortPage #other-resorts .resort-box {
    overflow: hidden;
    position: relative; }
    .resortPage #other-resorts .resort-box img {
      transition: all .3s ease-in-out; }
    .resortPage #other-resorts .resort-box .txt-img {
      position: absolute;
      bottom: 10px;
      left: 25px;
      width: 88%;
      color: #fff;
      font-family: 'Open Sans', sans-serif; }
      .resortPage #other-resorts .resort-box .txt-img h5 {
        margin-top: 2px; }
      .resortPage #other-resorts .resort-box .txt-img h4 {
        margin-bottom: 4px; }
  .resortPage #other-resorts .resort-box:hover {
    overflow: hidden; }
    .resortPage #other-resorts .resort-box:hover img {
      transform: scale(1.06); }

/*====image slider css start ====== */
.slider-gallery {
  width: 100%;
  font-size: 0; }

img {
  max-width: 100%;
  height: auto; }

.slider-gallery::after {
  content: '';
  display: inline-block;
  width: 100%; }

.slider-gallery-img {
  width: 100%;
  height: auto;
  margin-bottom: 6px;
  float: left;
  overflow: hidden;
  transition: all .2s ease-in-out; }

.slider-gallery-block {
  box-sizing: border-box;
  width: 100%;
  text-alig: center;
  display: inline-flex;
  transition: all .2s ease-in-out; }

.slider-gallery-block-item {
  display: inline-block;
  width: 25%;
  height: auto;
  margin-bottom: 10px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  opacity: 1;
  margin: 6px;
  transition: all .2s ease-in-out; }

.slider-gallery-block-item:hover {
  opacity: 0.8; }

.active-opacity {
  opacity: 0.5;
  transition: all .2s ease-in-out; }

.active {
  display: block;
  transition: all .2s ease-in-out; }

/* .active {
  box-sizing: border-box;
  border: 3px solid #fff;
} */
/*====image slider css end ====== */
@media screen and (max-height: 440px) and (max-width: 400px) {
  .modal.in .modal-dialog {
    margin-top: 30%; } }
@media screen and (max-width: 767px) {
  .slider-gallery-img {
    margin-bottom: 6px;
    overflow: hidden;
    margin: auto;
    float: none;
    text-align: center; }

  .resortPage .cover .txt-box-cover {
    left: 0;
    bottom: 0;
    width: 100%;
    padding-left: 20px; }
    .resortPage .cover .txt-box-cover h1 {
      margin-top: 0; }
    .resortPage .cover .txt-box-cover h4 {
      font-size: 14px; }
  .resortPage #glance {
    padding-bottom: 25px; }
    .resortPage #glance .image-gal {
      max-width: 500px;
      margin: auto; }
  .resortPage #section2 {
    padding-top: 30px; }
    .resortPage #section2 .quick-enq-box .arrow {
      text-align: center; }
    .resortPage #section2 .image-leela {
      display: none; }
  .resortPage #other-resorts {
    padding-top: 20px; }
    .resortPage #other-resorts .resort-box {
      margin-bottom: 37px;
      max-width: 445px;
      margin-left: auto;
      margin-right: auto; } }
@media screen and (max-width: 991px) {
  .resortPage .cover .txt-box-cover {
    left: 0;
    bottom: 0;
    width: 100%;
    padding-left: 20px; }
    .resortPage .cover .txt-box-cover h1 {
      margin-top: 0; }
    .resortPage .cover .txt-box-cover h4 {
      font-size: 14px; } }
.treatmentPage #intro {
  padding-top: 50px;
  padding-bottom: 30px; }
  .treatmentPage #intro p.intro-txt {
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    font-weight: 300;
    font-size: 22px;
    color: rgba(0, 0, 0, 0.8);
    margin-bottom: 35px;
    line-height: 34px; }
  .treatmentPage #intro h3.intro-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    color: rgba(0, 0, 0, 0.8);
    font-style: bold;
    font-weight: 600;
    position: relative; }
  .treatmentPage #intro h3.intro-title:after {
    content: '';
    background: #ee5c7b;
    width: 35px;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -15px; }
  .treatmentPage #intro .technique {
    padding-top: 50px;
    padding-bottom: 0px; }
    .treatmentPage #intro .technique .list ul {
      padding-left: 5px; }
      .treatmentPage #intro .technique .list ul li {
        list-style: none;
        position: relative;
        font-family: 'Open Sans', sans-serif;
        font-size: 18px;
        color: rgba(0, 0, 0, 0.8);
        font-style: bold;
        font-weight: 600;
        margin-bottom: 34px; }
        .treatmentPage #intro .technique .list ul li p.sub-desc {
          font-family: 'Open Sans', sans-serif;
          font-size: 15px;
          color: rgba(0, 0, 0, 0.6);
          font-weight: 400;
          padding-left: 36px;
          max-width: 400px;
          line-height: 24px;
          padding-top: 2px; }
      .treatmentPage #intro .technique .list ul li:before {
        content: '';
        display: inline-block;
        width: 10px;
        height: 10px;
        -moz-border-radius: 15px;
        -webkit-border-radius: 15px;
        border-radius: 15px;
        background-color: #ee708b;
        margin-bottom: 2px;
        margin-right: 26px; }
.treatmentPage #treatment-list .treat-list {
  padding-top: 40px; }
  .treatmentPage #treatment-list .treat-list .ayur-padd {
    padding-right: 80px; }
    .treatmentPage #treatment-list .treat-list .ayur-padd .list-box {
      font-family: 'Open Sans', sans-serif;
      max-width: 100%;
      position: relative;
      transition: all .2s ease-in-out;
      transition: transform .2s;
      -webkit-box-shadow: 0px 0px 116px 1px #e0e0e0;
      -moz-box-shadow: 0px 0px 116px 1px #e0e0e0;
      box-shadow: 0px 0px 116px 1px #e0e0e0;
      margin-bottom: 20px;
      margin-top: 20px; }
      .treatmentPage #treatment-list .treat-list .ayur-padd .list-box .right-txt {
        padding-top: 20px;
        padding-left: 0px;
        padding-bottom: 24px;
        padding-right: 40px; }
      .treatmentPage #treatment-list .treat-list .ayur-padd .list-box h4 {
        margin: 0px;
        margin-bottom: 6px;
        font-weight: 400;
        color: #39c074;
        margin-bottom: 10px; }
      .treatmentPage #treatment-list .treat-list .ayur-padd .list-box h5 {
        font-weight: 400;
        margin: 0;
        font-size: 13px;
        color: rgba(0, 0, 0, 0.8);
        line-height: 18px; }
  .treatmentPage #treatment-list .treat-list a:hover, .treatmentPage #treatment-list .treat-list a:focus {
    text-decoration: none; }
  .treatmentPage #treatment-list .treat-list .list-box:hover {
    transform: scale(1.035);
    -webkit-box-shadow: 0px 0px 200px 5px #dedede;
    -moz-box-shadow: 0px 0px 200px 5px #dedede;
    box-shadow: 0px 0px 200px 5px #dedede; }
.treatmentPage #treatment-list .treatment-details {
  padding-top: 80px;
  padding-bottom: 80px; }
  .treatmentPage #treatment-list .treatment-details h4.form-txt {
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.6);
    margin-bottom: 35px; }
  .treatmentPage #treatment-list .treatment-details ul {
    padding-top: 12px;
    padding-bottom: 12px; }
    .treatmentPage #treatment-list .treatment-details ul li {
      list-style: none;
      font-size: 16px;
      line-height: 36px;
      padding-right: 20px;
      color: rgba(0, 0, 0, 0.8);
      font-family: 'Open Sans', sans-serif;
      position: relative; }
    .treatmentPage #treatment-list .treatment-details ul li:before {
      content: '';
      display: inline-block;
      width: 10px;
      height: 10px;
      -moz-border-radius: 15px;
      -webkit-border-radius: 15px;
      border-radius: 15px;
      background-color: #959595;
      margin-right: 15px; }
  .treatmentPage #treatment-list .treatment-details h2.title-md-pink {
    margin-top: 30px; }
  .treatmentPage #treatment-list .treatment-details h4.course-pancha {
    font-weight: 600;
    color: rgba(0, 0, 0, 0.8);
    font-family: 'Open Sans', sans-serif;
    margin-top: 20px; }
  .treatmentPage #treatment-list .treatment-details p.desc {
    margin-top: 10px; }
  .treatmentPage #treatment-list .treatment-details span.sub-title {
    font-weight: 600;
    color: rgba(0, 0, 0, 0.8);
    font-family: 'Open Sans', sans-serif;
    font-size: 20px; }

@media screen and (max-width: 500px) {
  .treatmentPage #treatment-list .treat-list .ayur-padd {
    width: 100%; }
    .treatmentPage #treatment-list .treat-list .ayur-padd .list-box {
      margin-bottom: 15px; } }
@media screen and (max-width: 767px) {
  .treatmentPage #treatment-list .treat-list .ayur-padd .list-box {
    max-width: 235px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px; }
    .treatmentPage #treatment-list .treat-list .ayur-padd .list-box .right-txt {
      padding-left: 20px;
      padding-right: 20px;
      min-height: 127px; } }
@media screen and (max-width: 767px) {
  .treatmentPage #intro {
    padding-top: 25px; }
    .treatmentPage #intro p.intro-txt {
      font-size: 18px; } }
@media screen and (min-width: 767px) and (max-width: 991px) {
  .treatmentPage #treatment-list .treat-list .list-box img {
    left: 2px; } }
@media screen and (max-width: 1199px) {
  .treatmentPage #treatment-list .treat-list .ayur-padd {
    padding-right: 15px; } }
.success-message {
  display: none;
  position: fixed;
  bottom: 200px;
  max-width: 590px;
  text-align: center;
  margin: auto;
  left: 0;
  right: 0;
  padding: 25px;
  background: #45ce82;
  box-shadow: 0px 0px 118px 0px rgba(0, 0, 0, 0.28);
  font-size: 16px;
  border-radius: 50px;
  color: #fff; }

.contactPage #enquiry {
  padding-top: 40px;
  padding-bottom: 40px; }
  .contactPage #enquiry h2.title-md {
    margin-bottom: 30px; }
  .contactPage #enquiry form .form-box {
    max-width: 980px; }
    .contactPage #enquiry form .form-box .form-group {
      position: relative;
      margin-bottom: 35px;
      margin-right: 60px; }
      .contactPage #enquiry form .form-box .form-group label {
        font-size: 16px;
        color: rgba(0, 0, 0, 0.8);
        font-family: 'Open Sans', sans-serif;
        font-weight: 600; }
      .contactPage #enquiry form .form-box .form-group textarea {
        resize: vertical; }
      .contactPage #enquiry form .form-box .form-group .form-control {
        border-radius: 2px;
        border: 1px solid #e1e1e1;
        box-shadow: none; }
      .contactPage #enquiry form .form-box .form-group .req-msg {
        position: absolute;
        right: 0;
        top: 0;
        font-family: 'Open Sans', sans-serif; }
      .contactPage #enquiry form .form-box .form-group .individual-msg {
        position: absolute;
        top: 2px;
        right: 5px;
        width: 100%;
        text-align: right;
        font-family: 'Open Sans', sans-serif;
        font-size: 14px; }
    .contactPage #enquiry form .form-box .ph-checkbox {
      position: relative; }
      .contactPage #enquiry form .form-box .ph-checkbox .tick-check {
        position: absolute;
        bottom: -38px; }
        .contactPage #enquiry form .form-box .ph-checkbox .tick-check label {
          font-weight: 400;
          font-size: 14px; }
    .contactPage #enquiry form .form-box .btn-grp {
      margin-top: 30px; }
      .contactPage #enquiry form .form-box .btn-grp .btn {
        background: #ee5c7b;
        border: #ee5c7b;
        color: #fff;
        width: 110px;
        padding: 10px;
        font-weight: 600;
        font-family: 'Open Sans', sans-serif;
        font-size: 16px; }
      .contactPage #enquiry form .form-box .btn-grp .btn:hover {
        opacity: 0.8; }
      .contactPage #enquiry form .form-box .btn-grp a.reset {
        color: #ee5c7b;
        margin-left: 20px;
        font-weight: 600;
        font-size: 17px; }
      .contactPage #enquiry form .form-box .btn-grp a.reset:hover {
        text-decoration: none;
        opacity: 0.8; }
.contactPage #contact-us {
  padding-top: 20px;
  padding-bottom: 70px;
  background: #f3f6fa; }
  .contactPage #contact-us .contact-box {
    max-width: 870px;
    margin: auto;
    margin-top: 25px; }
    .contactPage #contact-us .contact-box p, .contactPage #contact-us .contact-box a {
      color: rgba(0, 0, 0, 0.8);
      font-family: 'Open Sans', sans-serif;
      font-size: 16px;
      letter-spacing: 0.3px;
      line-height: 50px;
      transition: all .2s ease-in-out; }
      .contactPage #contact-us .contact-box p img, .contactPage #contact-us .contact-box a img {
        margin-right: 10px; }
    .contactPage #contact-us .contact-box p:hover, .contactPage #contact-us .contact-box p:focus, .contactPage #contact-us .contact-box a:hover, .contactPage #contact-us .contact-box a:focus {
      text-decoration: none;
      color: #ee5c7b; }
.contactPage #mapka {
  width: 100%;
  height: 500px;
  margin: 0;
  padding: 0; }

@media screen and (max-width: 767px) {
  .contactPage #enquiry form .form-box .form-group {
    margin-bottom: 15px;
    margin-right: 0px; }
    .contactPage #enquiry form .form-box .form-group label {
      font-size: 14px; }
  .contactPage #enquiry h2.title-md {
    font-size: 28px; }

  .contactPage #contact-us .contact-box a {
    font-size: 14px; } }
footer .pre-footer {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #1f1f1f; }
  footer .pre-footer .logo-white {
    padding-top: 20px; }
  footer .pre-footer ul li {
    list-style: none; }
    footer .pre-footer ul li a {
      font-family: 'Open Sans', sans-serif;
      line-height: 36px;
      color: #b1b1b1; }
    footer .pre-footer ul li a:hover {
      text-decoration: none;
      opacity: 0.9;
      color: #fff; }
footer .post-footer {
  background-color: #191919;
  color: #c8c8c8;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  padding-top: 15px;
  padding-bottom: 15px; }
  footer .post-footer ul.right-li {
    padding: 0; }
    footer .post-footer ul.right-li li {
      list-style: none;
      display: inline-block;
      padding-left: 10px;
      padding-right: 10px; }
      footer .post-footer ul.right-li li a {
        color: #c8c8c8;
        font-family: 'Open Sans', sans-serif; }
      footer .post-footer ul.right-li li a:hover {
        text-decoration: none;
        opacity: 0.9;
        color: #fff; }

@media screen and (max-width: 767px) {
  footer .pre-footer {
    padding-top: 20px; }

  footer .pre-footer .logo-white {
    padding-bottom: 15px;
    padding-left: 60px; }

  footer .post-footer {
    text-align: center; } }

/*# sourceMappingURL=style.css.map */
