.bgGray, .discover_next::before {
  background-color: #f6f6f6;
}

dd{
    font-family: "brandon_grotesquelight", "sans-serif";
    font-weight: 600;
    line-height: 4rem;
    font-size: 20px;
    color: rgba(0, 0, 0, 0.6);
}

.sec_title {
  text-transform: uppercase;
  font-family: "didotmedium", "sans-serif";
}

.inner_banner {
  position: relative;
}

.inner_banner .banner_caption {
  width: 100%;
  position: absolute;
  top: 50%;
  text-align: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.inner_banner .banner_caption .main_title {
  font-size: 9.5rem;
  line-height: 9rem;
  letter-spacing: -2px;
  color: #ffffff;
  font-family: "xtreem_thin_personal_useRg", "sans-serif";
  margin-bottom: 0rem;
}

.inner_banner .banner_caption .breadcrumbs li,
.inner_banner .banner_caption .breadcrumbs a {
  font-size: 20px;
  font-family: "brandon_grotesquelight", "sans-serif";
  color: #fff;
  font-weight: 600;
}

.inner_banner .banner_caption .breadcrumbs a {
  text-decoration: none;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.inner_banner .banner_caption .breadcrumbs a:hover {
  color: #20b1aa;
}

.inner_banner .banner_caption .breadcrumbs li:not(:last-child) {
  position: relative;
  padding-right: 2rem;
}

.inner_banner .banner_caption .breadcrumbs li:not(:last-child)::after {
  content: ">";
  position: absolute;
  right: 0;
}

.inner_banner .banner_caption .breadcrumbs li:last-child {
  color: #20b1aa;
}

section.story_of_us {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  background-image: url(../images/about/section1-bg-image-about.png);
  padding: 5rem 0 32rem;
}
#contact_banner .h-ab {
    height: 750px;
}
/*.h-ab{
    height:540px;
}*/
section.story_of_us p {
  font-size: 20px;
  line-height: 4rem;
}

section.story_of_us .main_content {
  margin-top: 2rem;
}

.our_features a {
  text-decoration: none;
  color: inherit;
}

.our_features .icon {
  margin-bottom: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 96px;
  overflow: hidden;
  position: relative;
}

.our_features .icon img {
  position: absolute;
}

.our_features .icon .icon_default {
  -webkit-transition: 0.5s margin ease-in-out, 0.5s opacity ease-in-out;
  transition: 0.5s margin ease-in-out, 0.5s opacity ease-in-out;
}

.our_features .icon .icon_green {
  opacity: 0;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.our_features .entry_title {
  font-family: "brandon_grotesquelight", "sans-serif";
  font-weight: 600;
  color: rgba(0, 0, 0, 0.8);
}

.our_features p {
  font-size: 20px;
  line-height: 4rem;
}

.our_features .feature_inner {
  padding: 1rem;
}

.our_features .feature_inner:hover .icon .icon_default {
  margin-top: -50%;
  opacity: 0;
}

.our_features .feature_inner:hover .icon .icon_green {
  opacity: 1;
}

.spa_chakra .title {
  font-family: "brandon_grotesquelight", "sans-serif";
  text-transform: uppercase;
}

.spa_chakra .spa_text {
  height: 16rem;
  position: relative;
}

.spa_chakra .spa_text .word {
  font-family: "didotmedium", "sans-serif";
    margin: 2rem 0;
    text-transform: uppercase;
    color: #20b1aab3;
    font-size: 50px;
    letter-spacing: 20px;
    line-height: 16rem;
    position: relative;
     -webkit-transition: all .25s ease-out; 
    transition: all .25s ease-out;
    white-space: nowrap;
    transform: translateX(115px);
    transition-delay: 0s;
}

/*.spa_chakra .spa_text .word::before {*/
/*  content: "";*/
/*  position: absolute;*/
/*  width: 1px;*/
/*  height: 16rem;*/
/*  background-color: #20b1aa;*/
/*  opacity: 1;*/
/*  left: -5px;*/
/*  -webkit-transition: 0.5s ease-in-out;*/
/*  transition: 0.5s ease-in-out;*/
/*}*/
.vert_line{
   position: absolute;
  width: 1px;
  height: 0rem;
  background-color: #20b1aa;
  opacity: 1;
  left: 0px;
  /*-webkit-transition: 0.5s ease-in-out;*/
  /*transition: 0.5s ease-in-out;   */
}

.spa_chakra .content p {
  line-height: 4rem;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.8);
}

.chakra_massage {
  position: relative;
}

.chakra_massage::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 62%;
  background-color: #2ca2c6;
  bottom: 0;
}

.chakra_massage::after {
  content: "";
  position: absolute;
  bottom: -8rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 16rem;
  width: 1px;
  background-color: #e2e2e2;
}

.chakra_massage .view_inner {
  position: relative;
}

.chakra_massage .view_inner::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    background-color: rgba(0,0,0,0.5);
    transition: .5s ease-in-out;
}
.chakra_massage.room_gallery .view_inner::after,
.chakra_massage.wedding_gallery .view_inner::after{
    display: none;
}
.owl-item.active .view_inner::after{
    opacity: 1;
    /*background-color: rgb(255 255 255 / 0%);*/
}

.chakra_massage .slider_caption {
  position: absolute;
  padding: 6rem;
  bottom: 0;
  width: 100%;
  z-index: 1;
}

.chakra_massage .slider_caption .sec_title {
  text-transform: uppercase;
}

.chakra_massage .slider_caption p {
  color: #fff;
  font-size: 20px;
  line-height: 4rem;
  font-weight: 400;
}

.chakra_massage .btn {
  min-width: 13.2rem;
  margin-right: 1rem;
}

.booking_sec.spa_form {
  background-image: none;
  padding-top: 8rem;
  box-shadow: none;
}

.booking_sec.spa_form .booking_form {
  -webkit-filter: drop-shadow(0 0 18px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0 0 18px rgba(0, 0, 0, 0.1));
}

.booking_sec.spa_form .booking_form .box {
  width: 24%;
}

.booking_sec.spa_form .btn {
  margin: 4rem auto 0;
  display: block;
  padding: 0 3.2rem;
}

.booking_sec.spa_form .daterange_wrapper{
    width: 50%;
}

.booking_sec.spa_form .daterange_wrapper > .box{
    width: 50%;
}

form .form_label {
    position: absolute;
    left: 1rem;
    color: #20b1aa;
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 1px;
}

.discover_next {
  position: relative;
  margin-bottom: 20rem;
}

.discover_next::before {
  content: "";
  position: absolute;
  width: 70%;
  height: 100%;
  left: 0;
  z-index: -1;
  top: 0;
}

.discover_next .sub_title {
  font-size: 5rem;
  letter-spacing: 3px;
  margin-bottom: -1rem;
  margin-top: -28px;
}

.discover_next .list_text {
  font-size: 32px;
  letter-spacing: 2px;
  color: rgba(0, 0, 0, 0.7);
  font-weight: 600;
  text-transform: uppercase;
  margin: 5rem 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  font-family: "didotmedium", "sans-serif";
  display: flex;
}

.discover_next .list_text span {
  display: inline-block;
  margin-right: 3rem;
  width: 35px;
}



.discover_next .list_text.active, .discover_next .list_text:hover {
  cursor: pointer;
  color: #20b1aa !important;
}
.discover_next .list_text a:hover{
  color: #20b1aa !important;
}
.discover_next .list_text.active{
 color: #20b1aa;   
}

.discover_next .list_text.active .line, .discover_next .list_text:hover .line {
  opacity: 1;
  width: 30rem;
}

.discover_next .list_text .line {
  position: absolute;
  width: 0;
  height: 1px;
  background-color: #20b1aa;
  left: 75%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  display: block;
  opacity: 0;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: 0.3s ease-in-out, 0.3s width ease-in-out;
  transition: 0.3s ease-in-out, 0.3s width ease-in-out;
}

.other_experience.discover_next .list_text .line{
    left: 90%;
}

.discover_next .spa_slider_image {
  position: absolute;
  width: 100%;
  height: auto;
  right: 0;
}

.discover_next .carousel-item {
  height: 70rem;
}

.discover_next .spaCarouselMain {
  position: absolute;
  height: 100%;
  top: 8rem;
  right: 0;
}
.meeting_sec{
  padding-bottom: 5rem;
}
.meeting_sec .content {
  text-align: center;
}

.meeting_sec .content p {
  font-size: 20px;
  line-height: 4rem;
  color: rgba(0, 0, 0, 0.7);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /*-webkit-box-orient: vertical;*/
}

.meeting_sec .btn {
  min-width: 13.8rem;
  margin-top: 2rem;
}

.meeting_sec .sec_title {
  margin-bottom: 1rem;
  text-transform: uppercase;
}

#wedding_slider button.owl-next{
border: 2px solid #20b1aa;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    width: 12em;
    height: 12em;
    border-radius: 50%;
    position: absolute;
    top: -8%;
    left: -5%;
    transition: none;
}
#wedding_slider button.owl-next:hover{
    background-color:#fff0
}


#wedding_slider button.owl-prev{
    border: 2px solid #20b1aa;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    width: 12em;
    height: 12em;
    border-radius: 50%;
    position: absolute;
    top: -8%;
    left: -5%;
    transition: none;
}
#wedding_slider button.owl-prev img , #wedding_slider button.owl-next img {
    display: inline-block;
    width: 5rem;
    height: 5rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
    font-size: 18rem;
    filter: none;
}
#wedding_slider button.owl-prev:hover{
    background-color:#fff0
}
.wedding_package {
  position: relative;
}

.wedding_package .content {
  margin-top: 10rem;
}

.wedding_package .sec_title {
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-left: -24rem;
  margin-bottom: 1.5rem;
}

.experience_includes.wedding_package .sec_title{
    margin-left: 0;
}

.experience_includes.wedding_package .content {
    margin-top: 0;
}


.wedding_package .sec_title span {
  background: -webkit-gradient(linear, left top, right top, color-stop(18.5%, #fff), color-stop(19%, #000));
  background: linear-gradient(to right, #fff 18.5%, #000 19%);
  background-clip: text;
  display: block;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.wedding_package p {
  font-size: 20px;
  line-height: 4rem;
  color: rgba(0, 0, 0, 0.6);
  padding-right: 10%;
}

.wedding_package::after {
  content: "";
  position: absolute;
  bottom: -8rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 16rem;
  width: 1px;
  background-color: #20b1aa;
}

.wedding_package .link {
  display: block;
  margin-top: 3rem;
}

.query.link {
  text-decoration: none;
  color: #20b1aa;
  font-weight: bold;
}

.query.link:hover {
  color: #2ca2c6;
}
#chakra_slider button.owl-next{
border: 2px solid #20b1aa;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    width: 12em;
    height: 12em;
    border-radius: 50%;
    position: absolute;
    top: -8%;
    left: -5%;
    transition: none;
}
#chakra_slider button.owl-next:hover{
    background-color:#fff0
}


#chakra_slider button.owl-prev{
    border: 2px solid #20b1aa;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    width: 12em;
    height: 12em;
    border-radius: 50%;
    position: absolute;
    top: -8%;
    left: -5%;
    transition: none;
}
#chakra_slider button.owl-prev img , #chakra_slider button.owl-next img {
    display: inline-block;
    width: 5rem;
    height: 5rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
    font-size: 18rem;
    filter: none;
}
#chakra_slider button.owl-prev:hover{
    background-color:#fff0
}
.chakra_massage.wedding_gallery::after {
  display: none;
}

.chakra_massage.wedding_gallery .owl-nav {
  width: 112%;
}

.chakra_massage.wedding_gallery .owl-nav button.owl-next,
.chakra_massage.wedding_gallery .owl-nav button.owl-prev {
  border-color: #fff;
}

.chakra_massage.wedding_gallery .owl-nav button.owl-next img,
.chakra_massage.wedding_gallery .owl-nav button.owl-prev img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.room_gallery::before, .room_gallery::after {
  display: none;
}

.room_gallery .owl-nav {
  width: 112%;
}

.room_gallery .owl-carousel .owl-dots button.owl-dot.active {
  background-color: #2ca2c6;
}

.room_amenities {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../images/room/detail/section3-bg-image.jpg");
}

.room_amenities::after {
  content: "";
  position: absolute;
  bottom: -8rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 16rem;
  width: 1px;
  background-color: #e2e2e2;
}

.room_amenities.sec_padding {
  padding: 5rem 0;
}

.room_amenities .sec_title {
  text-transform: uppercase;
}

.room_amenities .left li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  color: #fff;
  letter-spacing: 0.2px;
}

.room_amenities .left li:not(:last-child) {
  margin-bottom: 4rem;
}

.room_amenities .left li img {
  width: 35px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 2rem;
}

.room_amenities .right li {
  font-size: 18px;
  line-height: 4rem;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.2px;
  position: relative;
}

.room_amenities .right li::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  margin-right: 1rem;
  font-size: 14px;
}

.price {
  font-size: 3rem;
  color: #2ca2c6;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 2rem;
}

.price span {
  font-size: 1.8rem;
  color: rgba(0, 0, 0, 0.6);
}

.price img {
  margin-right: 10px;
}

#room_slider button.owl-next{
border: 2px solid #20b1aa;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    width: 12em;
    height: 12em;
    border-radius: 50%;
    position: absolute;
    top: -8%;
    left: -5%;
    transition: none;
}
#room_slider button.owl-next:hover{
    background-color:#fff0
}


#room_slider button.owl-prev{
    border: 2px solid #20b1aa;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    width: 12em;
    height: 12em;
    border-radius: 50%;
    position: absolute;
    top: -8%;
    left: -5%;
    transition: none;
}
#room_slider button.owl-prev img , #room_slider button.owl-next img {
    display: inline-block;
    width: 5rem;
    height: 5rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
    font-size: 18rem;
    filter: none;
}
#room_slider button.owl-prev:hover{
    background-color:#fff0
}


#package_gallery .owl-dots {
  display: none;
}

#package_inclusions {
  background-image: url("../images/package/detail/section3-bg-image.jpg");
}

#package_inclusions hr {
  background-color: #fff;
  height: 1px;
  opacity: 1;
}

#package_inclusions li:not(:last-child) {
  margin-bottom: 2rem;
}

#package_inclusions .main_content {
  margin-top: 3rem;
}

#package_inclusions .inner {
  padding: 5rem 0;
}

#package_inclusions .right {
  padding-bottom: 5rem;
}

#package_inclusions p {
  color: #fff;
  line-height: 4rem;
}

.accordion-button {
  padding: 0;
  background: transparent;
  font-size: 5rem;
  cursor: pointer;
}

.accordion-button::after {
  background-image: url("../images/package/icons/accordion_arrow.png");
  background-size: 5rem;
  width: 5rem;
  height: 5rem;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background-position: center;
}

.accordion-button:not(.collapsed) {
  background: transparent;
  color: #000;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.accordion-button:not(.collapsed)::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  background-image: url("../images/package/icons/accordion_arrow.png");
}

.dining_overview{
  padding-top: 5rem;
}
.dining_overview.spa_chakra .spa_text {
  height: auto;
}

.dining_overview.spa_chakra .spa_text .word {
  color: rgba(0, 0, 0, 0.2);
  line-height: 12rem;
}

.dining_overview.spa_chakra .spa_text .word::before {
  display: none;
}

.dining_overview.spa_chakra .title {
  font-size: 3.2rem;
  letter-spacing: 3px;
  line-height: 4.2rem;
  font-weight: bold;
  margin-bottom: 7.4rem;
}

.local_sourced .title {
  font-size: 3.2rem;
  letter-spacing: 3px;
  line-height: 4.2rem;
  font-weight: bold;
  font-family: "brandon_grotesquelight", "sans-serif";
  text-transform: uppercase;
}

.local_sourced .sub_title {
  font-size: 5rem;
  word-spacing: -1rem;
  margin-bottom: -2.5rem;
}

.local_sourced .image_container {
  position: absolute;
  left: 0;
  width: calc(100% - 33.3333333333%);
  height: 640px;
}

.local_sourced .image_container img {
  height: 100%;
  width: 100%;
}

.local_sourced .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 640px;
}

.tasty_food {
  position: relative;
}

.tasty_food .title {
  font-size: 3.2rem;
  letter-spacing: 3px;
  line-height: 4.2rem;
  font-weight: bold;
  font-family: "brandon_grotesquelight", "sans-serif";
  text-transform: uppercase;
}

.tasty_food .sub_title {
  font-size: 5rem;
  word-spacing: -1rem;
  margin-bottom: -2.5rem;
}

.tasty_food .left_img {
  position: absolute;
  left: 0;
  width: calc(100% - 41.6666666667%);
  height: 640px;
}

.tasty_food .bottom_img {
  width: 42.1%;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
  max-height: 350px;
}

.tasty_food .left {
  height: 640px;
  margin-left: 40px;
}

.tasty_food .content {
  min-height: calc(100% - 350px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.kitchen_team {
  position: relative;
}

.kitchen_team .sec_title {
  font-size: 10rem;
  letter-spacing: 2rem;
  line-height: 14rem;
  text-align: center;
  color: rgba(0, 0, 0, 0.2);
  background-color: #20b1aa;
  height: 730px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}

.kitchen_team .sec_title span {
  display: inline-block;
  text-align: center;
  margin-left: auto;
}

.kitchen_team .sec_title::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #20b1aa;
  right: -100%;
  z-index: -1;
}

.kitchen_team .bottom_img {
  width: 45.1%;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: -1;
  max-height: 350px;
}

.kitchen_team .left {
  padding: 1.2rem 1.5rem 0;
}

.kitchen_team .left p {
  font-size: 20px;
  line-height: 3.4rem;
}

.food_into {
  position: relative;
  background-color: #20b1aa;
}

.food_into p {
  color: #fff;
  font-size: 20px;
  line-height: 4rem;
  font-weight: normal;
}

.food_into .caption {
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.cooking_video .layer {
  position: relative;
  padding: 0 1rem;
}

.cooking_video .caption {
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
}

.cooking_video .play_btn {
  width: 8.6rem;
  height: 8.6rem;
  border-radius: 50%;
  border: 2px solid #fff;
  font-size: 2rem;
  text-align: center;
  color: #fff;
  margin-top: 4rem;
  background-color: rgba(255, 255, 255, 0.05);
}

.cooking_video .sec_title {
  letter-spacing: 10px;
  line-height: 6rem;
}

.blog_main .labels {
  font-weight: 400;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.6);
  padding: 1rem 0;
  font-family: "Lato", sans-serif;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  margin-bottom: 2rem;
}

.blog_main .labels .cont {
  margin-right: 3rem;
}

.blog_main .labels .cont img {
  margin-right: 1rem;
}

.blog_main .title {
  font-size: 3.2rem;
  letter-spacing: 3px;
  line-height: 4.2rem;
  font-weight: bold;
  font-family: "brandon_grotesquelight", "sans-serif";
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.8);
}

.blog_main p {
  font-size: 20px;
  line-height: 4rem;
  color: rgba(0, 0, 0, 0.7);
}

.blog_main .share {
  position: relative;
}

.blog_main .share img {
  margin-left: 1rem;
}

.blog_main .share a {
  color: rgba(0, 0, 0, 0.6);
  text-decoration: none;
  display: inline-block;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.blog_main .share .drop {
  position: absolute;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 5px 12px;
  right: 0;
  font-size: 20px;
  background: #fff;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.blog_main .share .drop a {
  color: rgba(0, 0, 0, 0.3);
  text-decoration: none;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  display: inline-block;
  margin: 0 5px;
}

.blog_main .share .drop a:hover {
  color: #2ca2c6;
}

.blog_main .share:hover > a {
  color: #2ca2c6;
  font-weight: bold;
}

.blog_main .share:hover .drop {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.blog_main .link {
  margin-top: 3rem;
}

.blog_main .right .title {
  padding-bottom: 1rem;
  margin-bottom: 3rem;
  color: rgba(0, 0, 0, 0.7);
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.blog_main .post_container {
  margin-bottom: 2rem;
}

.blog_main .post_container a {
  text-decoration: none;
}

/*.blog_main .post_container a > img{
    width: 100%;
    max-width: 12.6rem;
}*/
.blog_main .post_container a > img {
    width: 100%;
    max-width: 16.6rem;
    margin-top: -10px;
}

.blog_main .post_container a:hover p {
  color: #2ca2c6;
}

.blog_main .post_container a:hover .date {
  color: #2ca2c6;
}

.blog_main .post_container p {
  color: rgba(0, 0, 0, 0.5);
  line-height: 2.4rem;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 18px;
}

.blog_main .post_container .date {
  font-weight: bold;
  color: rgba(0, 0, 0, 0.5);
  font-size: 15px;
  line-height: 2rem;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.blog_main .post_container .post_cont {
  padding-left: 2rem;
}

.blog_pagination a {
  width: 5.3rem;
  line-height: 5.3rem;
  font-size: 15px;
  border: 1px solid;
  margin-left: 10px;
  text-decoration: none;
  color: #00000073;
  font-weight: bold;
  text-align: center;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.blog_pagination a.active, .blog_pagination a:hover {
  background-color: #20b1aa;
  color: #fff;
}

.read_more.link {
  font-weight: bold;
  color: #20b1aa;
  display: inline-block;
}

.read_more.link:hover {
  color: #2ca2c6;
}

.prev_next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 5rem;
}

.prev_next .read_more.link {
  margin: 0;
  color: rgba(0, 0, 0, 0.6);
  margin-right: 3rem;
  font-weight: 600;
}

.prev_next .read_more.link:hover {
  color: #20b1aa;
}

.prev_next .btn {
  min-width: 13rem;
}

.call_us {
  margin-top: 5rem;
  position: relative;
}

.call_us .caption {
  position: absolute;
  width: 90%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}

.call_us .caption p {
  color: #fff;
  font-weight: normal;
}

.call_us .caption .tel {
  font-size: 3rem;
  letter-spacing: 1px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  display: block;
  margin: 2rem 0;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.call_us .caption .tel:hover {
  color: #2ca2c6;
}

.tags_main {
  margin-top: 3rem;
}

.tags_main .tag_link {
  padding: 0.5rem 2.5rem;
  margin: 0.5rem;
  font-family: "brandon_grotesquelight", "sans-serif";
  font-weight: 600;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.7);
  text-decoration: none;
  border: 1px solid rgba(0, 0, 0, 0.3);
  display: inline-block;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.tags_main .tag_link:hover, .tags_main .tag_link.active {
  background-color: #20b1aa;
  color: #fff;
  border-color: #20b1aa;
}

.blog_container:not(:last-child) {
  margin-bottom: 5rem;
}


/*MODAL*/
.main_modal_content .left_form{
    width: 100%;
    height: 100%;
    padding: 2.2rem 5.5rem;
    /*padding: 5rem;*/
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url('../images/bg-image.png');
}
.btn-close {
    position: absolute;
    right: 0;
    width: 5.6rem;
    height: 5.6rem;
    background-color: #20b1aa;
    top: 0;
    padding: 0;
    z-index: 1;
    display: block;
    opacity: 1;
    text-align: center;
    border-radius: 0;
    background-image: url('../images/close.png');
    background-repeat: no-repeat;
}
.modal .fade {
    transition: opacity .35s linear;
}
.modal.fade .modal-dialog {
    transition: transform .8s ease-out;
}

/**/
.modal  .form-control {
  border-radius: 0;
  border: 1px solid #cfcfcf;
  /*line-height: 6.8rem;*/
  line-height: 5.8rem;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 18px;
  padding: 0 1.5rem;
  font-weight: 600;
  color: #8c8c8c;
  letter-spacing: 0.5px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.modal .form-control::-webkit-input-placeholder {
  color: #8b8b8b;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.modal .form-control:-ms-input-placeholder {
  color: #8b8b8b;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.modal  .form-control::-ms-input-placeholder {
  color: #8b8b8b;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.modal  .form-control::placeholder {
  color: #8b8b8b;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.modal .form-control:focus::-webkit-input-placeholder {
  opacity: 0.2;
}

.modal .form-control:focus:-ms-input-placeholder {
  opacity: 0.2;
}

.modal  .form-control:focus::-ms-input-placeholder {
  opacity: 0.2;
}

.modal  .form-control:focus::placeholder {
  opacity: 0.2;
}

.modal  .btn {
  min-width: 25rem;
}

.modal  .box {
  position: relative;
}
.modal  .image_container {
    height: 100%;
    width:100.1%;
}

.modal .box .form_icon {
  position: absolute;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}
.modal .num_dropdown{
    z-index: 1;
}
.modal .sec_title{
    margin-bottom: 1rem;
}
.modal .num_dropdown .inc_drc_btn{
    width: 8rem;
}

/*404 PAge*/

     .img_404 {
        margin-top: 21rem;
    }
    .img_404 img.img-fluid.icon_default {
        width: auto;
    }
    .img_sec2.text-right {
        text-align: right;
    }
    .img_sec2 img {
        width: auto;
        
    }
    .cont_404 {
        padding: 2em 0em;
        margin-left: 3rem;
    }
    .cont_404 p{
        font-size: 24px;
        letter-spacing: 0px;
        line-height: 34px;
        color: rgba(0, 0, 0, 0.6);
    }
    .cont_404 .btn_default{
           padding: 0 2.5rem; 
           margin-top: 1rem;
    }
    
    
/*DATE_RANGE_PICKER*/
.date-picker-wrapper {
  color:#8c8c8c;
  background-color:#ffffff;
}

@media (max-width:767px) {
  .date-picker-wrapper { width:92%; }
}

@media(max-width: 575px){
    .date-picker-wrapper {
        width: 85%;
    }
}

.date-picker-wrapper .month-wrapper table .day.real-today.checked,
.date-picker-wrapper .month-wrapper table .day.real-today.hovering {
  background-color:#20b1aa;
  color:#fff;
  border-color:#20b1aa;
}

.date-picker-wrapper .drp_top-bar {
  display:-webkit-box;
  display:-webkit-flex;
  display:-moz-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:justify;
  -webkit-justify-content:space-between;
  -moz-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between;
  -webkit-box-align:start;
  -webkit-align-items:flex-start;
  -moz-box-align:start;
  -ms-flex-align:start;
  align-items:flex-start;
  padding-right:0;
}

@media (max-width:1023px) {
  .date-picker-wrapper .month-wrapper table.month1,
.date-picker-wrapper .month-wrapper table.month2 { width:100%; }
}

.date-picker-wrapper .month-wrapper table .caption .next:hover { background-color:transparent; }

.date-picker-wrapper .month-wrapper table .caption .next i {
  font-size:0.75rem;
  width:auto;
}

.date-picker-wrapper .month-wrapper table .caption .next i:hover { opacity:0.5; }

.date-picker-wrapper .month-wrapper table .caption .prev:hover { background-color:transparent; }

.date-picker-wrapper .month-wrapper table .caption .prev i {
  font-size:0.75rem;
  width:auto;
}

.date-picker-wrapper .month-wrapper table .caption .prev i:hover { opacity:0.5; }

.date-picker-wrapper .month-wrapper table th,
.date-picker-wrapper .month-wrapper table td { width:14.25%; }

.date-picker-wrapper .month-wrapper table .month-element { text-transform:capitalize; }

.date-picker-wrapper .month-wrapper table .week-name {
  text-transform:capitalize;
  border-top:1px solid rgba(47,47,47,0.4);
  border-bottom:1px solid rgba(47,47,47,0.4);
}

.date-picker-wrapper .month-wrapper table .week-name th {
  color:rgba(47,47,47,0.5);
  padding:0.3125rem 0;
}

.date-picker-wrapper .month-wrapper table .day {
  border-radius:0.125rem;
  border:1px solid transparent;
}

.date-picker-wrapper .month-wrapper table .day.checked {
  background-color:rgba(92,94,96,0.15);
  border-radius:0;
}

.date-picker-wrapper .month-wrapper table .day.real-today {
  background-color:transparent;
  border:1px solid #20b1aa;
}

.date-picker-wrapper .month-wrapper table .day.real-today.hovering { background-color:rgba(92,94,96,0.2); }

.date-picker-wrapper .month-wrapper table .day.toMonth.hovering { background-color:rgba(92,94,96,0.2); }

.date-picker-wrapper .month-wrapper table .day.first-date-selected {
  background-color:#20b1aa !important;
  border-radius:0.1875rem 0 0 0.1875rem;
}

.date-picker-wrapper .month-wrapper table .day.first-date-selected.last-date-selected {
  background-color:#20b1aa !important;
  border-radius:0.1875rem;
}

.date-picker-wrapper .month-wrapper table .day.last-date-selected {
  background-color:#20b1aa !important;
  border-radius:0 0.1875rem 0.1875rem 0;
}

.date-picker-wrapper .month-wrapper table .day.weekend { font-weight:bold; }

.date-picker-wrapper.single-date { width:auto; }

@media (max-width:1023px) {
  .date-picker-wrapper.single-date { min-width:260px; }
}

.date-picker-wrapper.single-date .first-date-selected { border-radius:0.1875rem !important; }

.date-picker-wrapper .gap {
  background-color:transparent;
  top:0;
}

@media (max-width:1023px) {
  .date-picker-wrapper .gap { max-height:10px; }
}

.date-picker-wrapper .gap>.gap-lines>.gap-line>div { border:0 none; }

.date-picker-wrapper .disabled-state {
  opacity:0.2;
  cursor:default !important;
}

