h2{
	font-size: 32px !important;
}

p{
  font-size: 16px !important;	
}

#about-us{
	padding: 0px 10px !important;
	width: 95%;
}
.booking-section h2 {
    position: relative;
    color: #223a66;
    font-weight: 700;
    line-height: 1.2em;
    font-size: 32px;
    margin-bottom: 20px;
}
.booking-section p {
    position: relative;
    color: #223a66;
    font-size: 16px;
    line-height: 1.7em;
    margin-bottom: 10px;
}
.featured-block h3 {
    position: relative;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3em;
    margin-top: 20px;
}
.featured-block .icon-box {
    position: relative;
    font-size: 43px;
    line-height: 1em;
    color: #1bb399;
    text-align: center;
}
.video-box .image img {
    position: relative;
    width: 80%;
    z-index: 3;
    margin-left: 60px;
   
}
.booking-section .video-column .inner-column .green-layer {
    position: absolute;
    content: '';
    left: 35px;
    top: 0px;
    right: -25px;
    bottom: -13px;
    background-color: #1aae95;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.10);
}
.booking-section .video-column .inner-column .transparent-layer:after {
    position: absolute;
    content: '';
    left: 51px;
    top: 13px;
    right: -50px;
    bottom: -27px;
    background-color: rgba(255,255,255,1);
    box-shadow: 0px 0px 20px rgba(0,0,0,0.10);
}
.booking-section .video-column .inner-column .green-layer:before {
    position: absolute;
    content: '';
    right: -46px;
    top: 50%;
    width: 72px;
    height: 96px;
    z-index: 1;
    margin-top: -37px;
    display: inline-block;
    background: url(../images/icons/video-icon-1.png) no-repeat;
}
.price-section {
    position: relative;
    padding: 20px 0px 47px !important;
    background: #f3f5f7;
}
.price-block .inner-box {
    position: relative;
    text-align: center;
    background-color: #ffffff;
    padding: 20px 40px 30px !important;;
}
.page-breadcrumb {
    position: relative;
    background-color: #1cba9f;
    box-shadow: 0px 0px 0px rgba(0,0,0,0.10); 
}
#packages{
	padding: 50px 0px;
}
div.dataTables_wrapper {
        width: 100%;
        margin: 0 auto;
    }

 .m-text{
 /* 	padding: 40px 13px 40px; */
    background-color: #ffffff;
   /*  box-shadow: 0px 15px 30px rgba(0,0,0,0.10); */
 }  
 .icon-box img{
 	max-width: 27%;
 } 
 .inner-box h3{
 	font-size: 15px !important;
 }
 .other_services ul li{
 	line-height: 30px;
 }
 .other_services ul li a{
 	color: black;
 	font-size: 14px;
    font-weight: 500;
 }
  .icon-arrow-right{
 	padding-right: 10px;
 }
.d-text h6{
	color: black;
	font-weight: bold;
    font-size: 15px;
    color: #404d5f;
    margin: 0 0 20px; 
    padding-bottom: 15px;
    border-bottom: 1px solid #ebf0f5;
    text-transform: uppercase;
}
.d-text ul li {
	line-height: 30px;
	color: black;
 	font-size: 14px;
    font-weight: 500;
}
.d-text p{
	line-height: 30px;
	color: black;
 	font-size: 14px !important;
    font-weight: 500;
}
.c-text h3{
	color: black;
    font-size: 25px;
    font-weight: 500;
    padding-bottom: 7px;
}
.c-text ul{
	margin-top: 10px;
}
.c-text ul li{
    color: black;
    font-size: 12px;
    font-weight: 500;
}
.g-text h3{
    font-size: 21px;
    color: black;
    font-weight: 700;
    border-bottom: 1px solid #1cb89e;;
    display: inline-block;
}

#video{
    padding-top: 4em;
}

.v-text h3{
    font-size: 21px;
    color: black;
    font-weight: 700;
    border-bottom: 1px solid #1cb89e;;
    display: inline-block;
   
}
.d-text h5{
    color: black;
    font-size: 14px;
    font-weight: 600;
}
.d-text h6{
    color: #585757;
    font-size: 12px;
    font-weight: 600;
    padding: 5px 0px;

}
.bn-img{
    height: 100%;
}
.fadeInLeft h3{
    text-align: center;
}
.ex-bg{
    background-color: #f5fbfa;
}
.ex-padd{
   padding-top: 16px;
    padding-bottom: 24px;  
}
.ex-padd-2{
  padding-bottom: 24px;  
}
.ex-padd-4{
    padding-top: 16px;
    padding-bottom: 0px;
}
@media only screen and (max-width: 768px) {
  /* For mobile phones: */
    .bn-img{
    height: 0%;
}
}