


/* tabs */

.fascinating_rooms{
  background-color: #000;
  background-image: linear-gradient(45deg, #ffffff00, #ffffff12), url(../images/banner/bg_tbs.jpg);    padding: 50px 0px;
  background-size: contain;
  background-position: center;
  background-attachment: fixed;
  padding: 100px 0px;
}



.tab_left_banner{
  position: relative;
}

.tab_left_banner img{
  width: 100%;
}


.tab_right_banner{

}

.tab_right_banner h3{
  font-size: 33px;
  color: #05041d;
  font-weight: 700;
  font-family: 'DM Serif Display', serif;
}

.psv{
  height: 1px;
  width: 90%;
  border-bottom: 2px solid #f1eded;
}

.tab_right_banner{

}

.tab_right_banner p{
  color: #7b7b7b;
}

.tab_right_banner ul{
  margin-top: 10px;
}

.tab_right_banner ul li{
  list-style-type: none;
}


.tab_right_banner ul li img{
  width: 30px;
  margin-right: 10px;
}

.tab_right_banner ul li span{
  font-size: 14px;
  font-weight: 600;
}








/* Style the tab */
.tab {
  position: relative;
  display: table;
  vertical-align: middle;
  width: 473px;
  margin-bottom: 70px;
  border: 1px solid #e0e0e0;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.10);
  -ms-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.10);
  -o-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.10);
  -moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.10);
  box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.10);
  margin: 15px auto 50px auto;
}

  
  /* Style the buttons inside the tab */
  .tab button {
    text-transform: uppercase;
    background-color: #e9ecef00;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 10px 25px;
    transition: 0.3s;
    font-size: 17px;
    margin: 0px auto;
    outline: none !important;
    border-right: 1px solid #e0e0e0;
  }
  
  /* Change background color of buttons on hover */
  .tab button:hover {
    background-color: #ddd;
    outline: none !important;
  }
  
  /* Create an active/current tablink class */
  .tab button.active {
    background-color: #ee9e25;
    color: black;
    outline: none !important;
    display:block !important;
  }
  
  
  /* Style the tab content */
  .tabcontent {
    display: none;
    padding: 6px 12px;
    border-top: none;
  }

  .tabcontent img{
    width: 100%;
  }


  .fascinating_rooms_height h2{
    text-align: center;
    font-size: 34px;
    color: #ee9e25;
    font-family: 'DM Serif Display', serif;
  }
  .fascinating_rooms_height p{
    text-align: center;
  }




  @media (max-width:991px){
    .tab {
      margin-bottom: 20px;
    }
    .fascinating_rooms {
      padding: 50px 0px;
  }
  }


@media (max-width:768px) {
  .tab button {
    padding: 8px 22px;
    font-size: 13px;
    }

    .tab {
      width: 380px;
  }
  .tab_right_banner h3 {
    font-size: 23px;

    }
}


@media (max-width: 450px){
    .tab {
      width: 216px;
  }
  .tab_svc1{
    width: 215px;
  }
}










/* test ty monials
 */
 .testimonial_sec{
  padding: 60px 0px 80px 0px;
 }

.testimonial-bg{
  border: 10px solid #ee9e25;
  padding: 50px 20px;
  text-align: center;
  position: relative;
}

.testimonial_sec_hd h2{
  text-align: center;
  font-size: 30px;
  color: #ee9e25;
  font-family: 'DM Serif Display', serif;
  margin-bottom: 30px;
  text-align: center;
}

.testimonial-bg:before{
    content: "\f10d";
    font-family: "fontawesome";
    width: 75px;
    height: 75px;
    line-height: 75px;
    background: #fff;
    text-align: center;
    font-size: 50px;
    color: #3c414c;
    position: absolute;
    top: -40px;
    left: 2%;
}
.testimonial{
    padding: 0 15px;
}
.testimonial .description{
    font-size: 17px;
    font-weight:400;
    font-style: italic;
    color: #848484;
    line-height: 30px;
    padding-bottom: 25px;
    margin-bottom: 15px;
    position: relative;
}


.testimonial .description:before{
    content: "";
    width: 75%;
    border-top: 1px solid #ddd;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.testimonial .description:after{
    content: "";
    width: 20px;
    height: 20px;
    background: #fff;
    position: absolute;
    bottom: -10px;
    left: 50%;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    transform: translateX(-50%) rotate(45deg);
}
.testimonial .pic{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 25px auto;
    overflow: hidden;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
}
.testimonial .title{
    display: inline-block;
    font-size: 23px;
    font-weight: 700;
    color: #848484;
    text-transform: capitalize;
    margin: 0;
}
.testimonial .post{
    display: inline-block;
    font-size: 20px;
    color: #848484;
}
.owl-theme .owl-controls{
    background: #fff;
    margin-top: 10px;
    position: absolute;
    bottom: -34%;
    right: 0;
}
.owl-theme .owl-controls .owl-buttons div{
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    background: #34363b;
    opacity: 1;
    padding: 0;
}
.owl-prev:before,
.owl-next:before{
    content: "\f104";
    font-family: "fontawesome";
    font-size: 23px;
    font-weight: 700;
    color: #fff;
}
.owl-next:before{
    content:"\f105";
}
@media only screen and (max-width:767px){
    .testimonial-bg{ padding: 50px 40px; }
    .owl-theme .owl-controls{ bottom: -22%; }

    .testimonial_sec{
      padding: 30px 0px;
     }
     .testimonial .description {
      font-size: 14px;
      font-weight: 400;
      font-style: italic;
      color: #848484;
      line-height: 26px;
     }
    
}
@media only screen and (max-width:480px){
    .testimonial-bg:before{
        width: 55px;
        height: 55px;
        line-height: 55px;
        font-size: 40px;
    }
    .testimonial-bg{ padding: 30px 10px; }
    .owl-theme .owl-controls{ bottom: -15%; }

    .testimonial_sec{
      padding: 30px 0px 40px 0px;
     }
}
@media only screen and (max-width:360px){
    .testimonial .title,
    .testimonial .post{
        font-size: 16px;
    }
    .owl-theme .owl-controls{ bottom: -12%; }
}



/* ==-------------- */