@font-face {
	font-family: "Poppins";
	font-weight: 400;
	src: url("../fonts/Poppins-Regular.ttf");
}
@font-face {
	font-family: "Poppins";
	font-weight: 300;
	src: url("../fonts/Poppins-Light.ttf");
}
@font-face {
	font-family: "Poppins";
	font-weight: 200;
	src: url("../fonts/Poppins-ExtraLight.ttf");
}
@font-face {
	font-family: "Poppins";
	font-weight: 600;
	src: url("../fonts/Poppins-Bold.ttf");
}
body{
	font-family: "Poppins";
	font-weight: 300;
	line-height: 1.5;
	color: #000;
	font-size: 16px;
}
.container{
	max-width: 1366px;
}
ul{
	margin: 0px;
	padding: 0px;
}
ul li{
	list-style: none;
}
a{
	color: #040505;
	text-decoration: none;
}
a:hover{
	text-decoration: none;
	color: #040505;
}
img{
	max-width: 100%;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  opacity: 0.7 !important;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  opacity: 0.7 !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
  opacity: 0.7 !important;
}
h2{
	color: #22a7af;
    text-transform: uppercase;
    font-weight: 200;
    font-size: 52px;
    margin-bottom: 24px;    
    display: inline-block;
    position: relative;
}
h2 img{
	max-width: 25px;
    position: absolute;
    top: 0px;
    left: -30px;
}
h2 img.top{
	position: absolute;
    top: -30px;
    left: 0;
}
h3{
	color: #5d5d5d;
    font-weight: 200;
    font-size: 2.5em;
    margin: 0;
    padding: 14px 0;
}
h4{
	font-size: 2em;
    margin-bottom: 8px;
    color: #22a7af;
    font-weight: 300;
    text-transform: uppercase;
}
h5{
	font-size: 1.2em;
	margin: 14px 0 0;
    color: #000;
    font-weight: 300;
}
.form-control{
    border: 1px solid #ccc;
    border-radius: 2px;
    height: 40px;
}
label {
    font-weight: 500;
}
.form-group {
    margin-bottom: 1.5rem;
}
input[type="file"]{
    font-size: 12px;
    background: rgba(103, 194, 198, 0.8);
    color: #fff;
    height: auto;
}
.section_bg{
	background-color: #f1f3f2;
}
.section_bg1{
	background-color: #8d6408;
}
.clear:after{
	content: "";
	display: block;
	clear: both;
}
.menuIcon{
	display: none;
}
.header_parent{
	-ms-display: flex;	
	display: flex;	
	justify-content: space-between;
	align-items: center;
}
.header_top{
	width: 100%;
    padding-top: 12px;
}
.header_top ul{
	-ms-display: flex;	
	display: flex;	
	justify-content: flex-end;
	align-items: center;
}
.header_top ul li{
	margin-left: 15px;
}
.header_top a{
	color: #000;
}
.header_bottom{
	width: 100%;
}
.header_bottom ul{
	-ms-display: flex;	
	display: flex;	
	justify-content: flex-end;
    align-items: baseline;	
}
.header_bottom a{
	padding: 30px 5px 8px;
	display: inline-block;
	color: #5d5d5d;
	margin-left: 25px;
	position: relative;
	white-space: nowrap;
	text-transform: uppercase;
	font-weight: 400;
	-ms-transition: all 0.3s;
    transition: all 0.3s;
}
.header_bottom a.highlight{
    background-color: #22a7af;
    color: #fff;
    padding: 4px 16px;	
}
.header_bottom a:hover, .header_bottom li.active a{
	color: #22a7af;
}
.header_bottom a.highlight:hover{
    background-color: #177c84;
    color: #fff;	
}
.header_bottom li.active a.highlight{
    color: #fff;
}
.header_right{
    -ms-display: flex;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    -ms-transition: all 0.2s;
	transition: all 0.2s;
	font-size: 16px;
}
.header_left{
	padding: 16px 0;
    width: 317px;
    -ms-transition: all 0.3s;
	transition: all 0.3s;
}
.header_right .dropdown-toggle {
    line-height: 0;
    display: inline-block;
    position: relative;
    top: 3px;
    margin-left: 3px;
    font-size: 15px;
}

.header_right .has-sub:hover > a{
	
}
.header_right .has-sub ul{
	position: absolute;
    text-align: left;
    width: 230px;
    left: 25px;
    top: 200%;
    background-color: #fff; 
    opacity: 0;
    visibility: hidden;
    border-top: 6px solid #efd594;
    -ms-transition: top 0.3s;
    transition: top 0.3s;
    display: block;
}
.header_right .has-sub{
	position: relative;
}
.header_right .has-sub ul li {
    float: none;
    /*background: #234090;*/
}
.header_right .has-sub ul li a {
    padding: 12px;
    position: relative;
    display: block;
    color: #040505;
    margin: 0;
}
.header_right .has-sub ul li a:hover{
	background-color : #22a7af;
	color: #fff;
}
.header_right .has-sub:hover ul {
    opacity: 1;
    visibility: visible;
    top: 100%;
    z-index: 1;
}

header{
	position: fixed;
    z-index: 91;
    background-color: #fff;
    left: 0;
    right: 0;
    top: 0;
    box-shadow: 0px 1px 6px #888;
}
header.fixed .header_left {
    padding: 5px 0;
    width: 220px;
}
header.fixed .header_right {
    font-size: 15px;
}
header + section{
	padding-top: 78px;
}
.btn_style1{
    color: #5d5d5d;
    background-color: #fff;
    padding: 4px 32px 4px 8px;	
    display: inline-block;
	-ms-transition: all 0.3s;
    transition: all 0.3s;
}
.btn_style1:hover{
    background-color: #22a7af;
    color: #fff;
}
.btnStyle1{
	background-color: #ad702a;
	padding: 6px 12px;
	color: #fff;
	position: relative;
	display: inline-block;
    border-radius: 2px;
	box-shadow: 0px 2px 8px #ddd;
	color: #fff;
	border: none;
	position: absolute;
    right: 16px;
    bottom: 0px;
}
.btnStyle1:hover{
	color: #fff;
}
.btnStyle1:before{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 0px;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
	background-color: #5b3904;
}
.btnStyle1:hover:before{
	width: 100%;
}
.btnStyle1 span{
	position: relative;
}
.fixed .btnStyle1{
	padding: 2px 12px;
}
.btnStyle2{
	background-color: #4d4a4a;
	padding: 6px 12px;
	color: #fff;
	position: relative;
	display: inline-block;
    border-radius: 2px;
	box-shadow: 0px 2px 8px #ddd;
	color: #fff;
}
.btnStyle2:hover{
	color: #fff;
	border-color: #e31e24;
}
.btnStyle2:before{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 0px;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
	background-color: #e31e24;
}
.btnStyle2:hover:before{
	width: 100%;
}
.btnStyle2 span{
	position: relative;
}
/*.btnStyle2{
	background-color: #4d4a4a;
	padding: 6px 18px;
	color: #fff;
	position: relative;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
	display: inline-block;
    border-radius: 2px;
	box-shadow: 0px 2px 8px #ddd;
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
}
.btnStyle2:hover{
	background-color: #e31e24;
	color: #fff;
}*/
.btnStyle3{
	background-color: #22a7af;
    border: none;
    color: #fff;
    padding: 6px 12px;
    margin-top: 12px;
    cursor: pointer;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}
.btnStyle3:hover{
	background-color: #177c84;
}
.ul_style{
	padding-left: 10px;
}
.ul_style li:before{
	content: "";
    position: absolute;
    left: 0px;
    top: 6px;
    background-color: #ad702a;
    border-radius: 50%;
    width: 7px;
    height: 7px;
}
.ul_style.arrow li:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 6px;
    background-color: transparent;
    border: 4px solid transparent;
    border-radius: 0px;
    border-left-color: #040505;
}
.ul_style.arrow.color1 li:before{
	border-left-color: #8d6408;
}
.ul_style.arrow li{
	padding-left: 10px;
}
.ul_style li{
    padding-bottom: 5px;
    padding-left: 14px;
    position: relative;
    padding-right: 12px;    
}
.ul_style .ul_style{
	padding-left: 28px;
}

.ul_style.half_width{
  display: -ms-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ul_style.half_width li{
  width: 50%;
}

.header_top .btnStyle1{
	color: #fff;
}
.banner{
	position: relative;	
}
.banner .content{
	position: absolute;
    left: 0;
    right: 0;
    bottom: 25%;
    color: #fff;
}
.banner .content.style1{
	left: 52%;
}
.banner .content.style1 h1{
	background-color: transparent;
	color: #fff;
	font-size: 100px;
}
.banner .content.style1 p{
	color: #ed1c24;
	background-color: transparent;
    font-size: 60px;
    font-weight: 300;
    padding-left: 0px;
}
.banner .content h1{
    font-size: 140px;
    font-weight: 200;
    line-height: 1;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 8%;
    padding-left: 8%;
    color: #22a7af;
    background-color: rgba(255,255,255,0.3);
    margin: 0;
}
.banner .content p{
	padding: 6px 18px;
    background-color: #fff;
    display: inline-block;
    margin-left: 8%;
    color: #ed1c24;
    font-size: 22px;
}
.banner .content b{
	font-weight: 600;
}
.banner .item:before{
	content: "";
	position: absolute;
    bottom: 0px;
    left: 0px;
    background-image: url(../images/img_homebotleft.png);
    mix-blend-mode: multiply;
    width: 65%;
    height: 65%;
    background-repeat: no-repeat;
     background-size: contain; 
    opacity: 0.9;
    background-position: bottom left;
}
.font_increase{
	font-size: 180%;
}
.heading{
    font-weight: 500;
    color: #040505;
}
.heading.color1{
    color: #5b3904;
    text-transform: inherit;
}
.heading small{
	font-size: 70%;
	display: block;
}
.section_space{
	margin: 5% 0;
}
.section_padd{
	padding: 5% 0;
}
.bg_color1{
	background-color: #efd594;
	padding: 20px;
}
.bg_color2{
	background-color: #8d6408;
    padding: 25px;
    color: #fff;
}

.owl-theme.type1 .owl-nav.disabled+.owl-dots {
    position: absolute;
    left: 0;
    right: 40px;
    margin: auto;
    bottom: 10px;
    text-align: center;
}
.owl-theme.type1 .owl-dots .owl-dot{
	
}
.owl-theme .owl-dots .owl-dot span{
    width: 13px;
    height: 13px;
}
.owl-theme.type2 .owl-dots .owl-dot span{
	background: #858585;
}
.owl-theme .owl-dots .owl-dot.active span{
    background: #19a7b1;
}
.owl-theme .owl-dots .owl-dot:hover span {
	opacity: 0.4;
	background-color: #000;
}
.owl-theme .owl-dots .owl-dot span{
	background: #fff;
}
.owl-theme .owl-dots .owl-dot:focus{
	outline: none;
}
.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 25px;
}
.owl-theme.type3 .owl-dots{
	position: absolute;
    bottom: 30px;
    right: 0%;
    left: 50%;
}
.owl-theme.type3 .owl-dots .owl-dot.active span{
	background-color: #4c276a;
}
.services_blk{
	background-image: url(../images/services_bg.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
}
.services_blk .right{
	background-color: #f2f7fd;
	text-align: center;
}
.services_blk .left_blk{
	padding: 40px;
    max-width: 360px;
    margin-left: 40%;
    float: right;
}
.specialist{
	background-image: url("../images/specialist_bg.jpg");
	background-size: cover;
}
.services_blk .right img{
	max-width: 100px;
    margin: 70px 0 14px;
}
.services_blk .right p{
    margin-bottom: 70px;	
}
.services_blk .right .col-6:nth-child(even){
	background-color: #e4f2fd;
}
.book_now{
	background-color: #22a7af;
    padding: 40px 15px 20px;
}
.floating_box{
	position: fixed;
	left: 0px;
	bottom: 10px;
}
.book_now p{
	color: #fff;
    margin-bottom: 5px;	
}
.book_now h5{
	color: #fff;
    font-size: 28px;
    font-weight: 200;
    margin: 0;
    display: inline-block;
    position: relative;
}
.book_now h5 img{
	position: absolute;
    right: 10px;
    top: -150%;
    max-width: 40px;
}
.specialist .inner_block{
    padding: 70px 0;
    float: right;
    width: 40%;
    min-width: 300px;	
}
.specialist h2{
	color: #fff;
	margin-bottom: 8px;
}
.specialist h4{
	color: #fff;
	margin: 8px 0 40px;
	font-weight: 200;
}


.member_list [class*="col-"]{
	margin-top: 30px;
}
.member_list .cols{
	display: -ms-flexbox;
	display: flex;
    align-items: flex-end;
}
.member_list .img_sec{
	margin-right: 15px;
	border: 7px solid #fbc424;
    -ms-flex: 0 0 250px;
    flex: 0 0 250px;
    max-width: 250px;
}
.member_list .img_sec img{
	
}
.team_detail{
	display: none;
}
.member_list .team_detail .img_sec{
    -ms-flex: 0 0 450px;
    flex: 0 0 450px;
    max-width: 450px;
    border: 5px solid #22a7af;
}
.member_list .team_detail{
	/*background-image: url(../images/arrow.png);*/
    mix-blend-mode: multiply;
    background-repeat: no-repeat;
    opacity: 0.9;
    background-position: bottom right;
}
.member_list .team_detail .img_sec img{
	
}
.member_list .p_detail .name{
	font-size: 22px;
    font-weight: 500;
    text-align: left;
    margin-bottom: 8px;    
}
.member_list .p_detail a{
	background-color: #e6dfc6;
    padding: 6px 12px;
    display: inline-block;
    -webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.member_list .p_detail a:hover{
	background-color: #fbc424;
}
.gallery_sec [class*="col-"]{
	margin-top: 30px;
}
.gallery_sec .item{
	height: 100%;
}
.lb-data .lb-number{
	display: none !important;
}



.social_icons{
	-ms-display: flex;
	display: flex;
}
.social_icons li{
	margin-right: 10px;
}
.social_icons li a{
    width: 30px;
    height: 30px;
    font-size: 15px;
    line-height: 30px;
    border: 1px solid #fff;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    color: #fff;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    top: 0;
}
.social_icons li a:hover{
    background: #007c85;
    color: #fff;
    border-color: #fff;
    box-shadow: 0px 3px 5px #ccc;
    top: -4px;
    /*-ms-transform: scale(1.1);
    transform: scale(1.1);*/
}
.footer_cols{
	text-align: center;
	margin-top: 25px;
}
.footer_cols p{
	color: #5d5d5d;
	font-size: 18px;
	font-weight: 400;
	margin: 0px;
	letter-spacing: 0.8px;
}
.footer_cols h4{
	margin: 12px 0;
    color: #177c84;
}
.footer_cols a{
    color: #5d5d5d;
}
.footer_cols a:hover{
    color: #040505;
}
.footer{
	background-color: #22a7af;
	padding: 50px 0;
}
.footer .inner_block{
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
}
.footer .inner_block .right{
	border-left: 1px solid #fff;
    padding: 20px 30px 20px 30px;
    margin-left: 30px;
    align-self: flex-end;    
}
footer{
	line-height: 1;
}
footer .left{
	font-size: 14px;
}
footer .right{
	text-align: right;
}
footer .header_bottom{
    background-color: #fbc424;	
    margin-bottom: 25px;
}
footer .header_bottom ul{
	justify-content: center;
}
footer .header_bottom a {
    padding: 16px 12px;
    margin: 0 6px;
    color: #040505;
    font-weight: 500;
}
footer .header_bottom a:hover, footer .header_bottom li.active a{
	color: #fff
}
footer .header_bottom a:hover{
	color: #fff;
}
.copyrights{
	background-color: #007c85;
	padding: 20px 0;
	color: #fff;
}
.moveToTop{
    position: fixed;
    right: 2%;
    bottom: 5%;
    z-index: 9;
    display: none;
    background-color: #22a7af;
    width: 35px;
    height: 35px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    box-shadow: 1px 1px 2px #999;
    display: none;
}
.moveToTop:hover {
    background-color: #177c84;
    color: #fff;
}


.bar1, .bar2, .bar3 {
	width: 28px;
    height: 3px;
    background-color: #22a7af;
    margin: 6px 0;
    transition: 0.4s;
    border-radius: 10px;
}
.bar2{
	width: 27px;
}

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-7px, -4px);
  transform: rotate(45deg) translate(-7px, -4px);
}
.nav-tabs .nav-link{
	border: none;
    background-color: transparent;
    color: #040505;
    position: relative;
    display: inline-block;
    border-radius: 0;
    padding: 5px 18px;
    background: #f9f9f9;
    margin-bottom: 1px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
	border: none;
    background-color: #040505;
    color: #fff;
}
.nav-tabs {
    border-bottom: 1px solid #333333;
    margin-bottom: 20px;
}



.owl-theme.type2 .owl-nav {
    position: absolute;
    right: 10px;
    top: 10px;
    margin: 0;
}
.owl-carousel .owl-nav button.owl-next:focus, .owl-carousel .owl-nav button.owl-prev:focus, .owl-carousel button.owl-dot:focus{
    outline: none;
}
.owl-theme .owl-nav [class*=owl-]{
	opacity: 0.9;
	margin: 4px 8px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background-color: transparent;
    opacity: 1;
}
.owl-carousel .owl-item .mob_img{
	display: none;
}
.centered_block{
	max-width: 1000px;
	margin: 0 auto;
}
.appoint_btn{
	
}
.appoint_btn a{
    background-color: #19a7b1;
    color: #fff;
    padding: 25px 50px;
    text-align: center;
    min-width: 500px;
    display: inline-block;
    font-size: 32px;
    font-weight: 200;	
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}
.appoint_btn a:hover{
    background-color: #177c84;
}

@media only screen and (max-width: 1500px) {
    .banner .content.style1 h1 {
        font-size: 84px;
    }
}
@media only screen and (max-width: 1366px) {
	.banner .content{
		bottom: 28%;
	}
	.banner .content h6{
		font-size: 31px;
	}
	.banner .content h2{
		font-size: 36px;
	}
	.banner .content h5{
		font-size: 14px;
	}
	.banner .content h4{
		font-size: 13px;
	}
	.banner_bg {
	    background-size: contain;
	}
	.heading_style1 h2 {
	    -ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	    max-width: 100%;
	    padding: 0 15px;
	}
	.heading_style1 > span:last-child {
	    background-color: transparent;
	}
}
@media only screen and (max-width: 1200px) {
	.header_parent{
	    align-items: center;
	}
	.header_top{
		padding-top: 5px;
		display: block;
	}
	header .header_right{
		-ms-display: inherit;
    	display: block;
	}
	.header_top .btnStyle1{
		padding: 3px 10px;
    	font-size: 12px;		
	}
	.menuIcon{
		cursor: pointer;
		display: block;
		position: relative;
		padding: 8px;
		float: right;
	}
    .header_bottom a.highlight {
        background-color: transparent;
        color: #5d5d5d;
        padding: 15px;
    }
    .header_bottom a:hover, .header_bottom li.active a {
        background-color: #22a7af;
        color: #fff;
    }
	header .header_left {
	    width: 180px;
	}
	.header_bottom ul{
		display: block;
	}
	.header_bottom a {
	    padding: 15px;
	    margin-left: 0;
	    display: block;
	}
	.header_bottom{
	    position: fixed;
	    right: -100%;
	    -ms-transition: all 0.4s;
	    transition: all 0.4s;
	    top: 0;
	    width: 40%;
	    min-width: 240px;
	    bottom: 0;
	    background-color: #fff;
	    padding-top: 60px;
	    box-shadow: -1px 2px 6px #ddd;
	    overflow: auto;
	}
	header + section {
	    padding-top: 60px;
	}
	header.fixed .header_left {
	    width: 160px;
	}

	.header_bottom a:hover{
		color: #000;
	}
	.header_bottom a:hover:after{
		width: 0px;
	}
	.header_bottom .dropdown-toggle {
	    float: right;
	    padding-right: 10px;
	    padding: 8px 8px;
	    line-height: 0;
	    cursor: pointer;
	}
	.header_bottom .has-sub ul {
	    position: relative;
	    opacity: 1;
	    visibility: visible;
	    box-shadow: none;
	    left: 0;
	    width: 100%;
	    display: none;
	    border-top: none;
	}


	footer .header_bottom{
		display: none;
	}
	footer {
	    
	}

    .banner .content h1{
        font-size: 50px;
    }
    .banner .content.style1 h1{
        font-size: 50px;
    }
    .banner .content.style1 p{
        font-size: 40px;
        padding-left: 0px;
    }
    h2{
        font-size: 42px;
    }
    h3{
        font-size: 28px;
    }
    .banner .content.style1 {
        left: 47%;
    }
    .appoint_btn a{
        min-width: 200px;
    }
}
@media only screen and (max-width: 767px) {
    .services_blk .right .col-6:nth-child(even) {
        background-color: transparent;
    }
    .services_blk .right img {
        margin: 30px 0 14px;
        max-width: 70px;
    }
    .services_blk .right p {
        margin-bottom: 30px;
    }
    .services_blk .left_blk{
        margin-left: 0px;
        max-width: 100%;
        float: none;
        text-align: center;
    }
    .services_blk{
        background-image: none;
    }
    .member_list .cols{
        display: block;
    }
    .member_list .team_detail .img_sec{
        margin-bottom: 8px;
    }
    .member_list .team_detail{
        padding: 0px;
    }
    .centered_block{
        text-align: center;
    }
    .appoint_btn a {
        min-width: 200px;
        padding: 7px 14px;
        font-size: 22px;
        margin-top: 12px;
    }
    .footer_cols p{
        font-size: 16px;
    }
    .footer_cols h4{
        font-size: 20px;
    }
    .footer_cols{
        border-bottom: 1px dotted #ccc;
        padding-bottom: 15px;
        margin-top: 15px;
    }
    #contact .col-md-4:last-child .footer_cols{
        border-bottom: none;
        padding-bottom: 0px;
    }
    #contact .col-md-4:first-child .footer_cols{
        margin-top: 0px;
    }
    .member_list [class*="col-"] {
        margin-top: 20px;
    }
}
@media only screen and (max-width: 980px) {
	.class_sec .col_45 {
	    -ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	    max-width: 100%;
	    min-height: auto;
    	padding: 30px 15px;	    
	}
	.class_sec .col_55{
		display: none;
	}
	.owl-theme.type3 .owl-dots {
	    position: absolute;
	    bottom: 0;
	    right: 0%;
	    left: 0;
	}
	.book_now {
        padding: 30px 15px 10px;
    }
    .book_now h5{
        font-size: 27px;
    }
    .book_now h5 img{
        max-width: 40px;
    }
}
@media only screen and (max-width: 767px) {
	
	h2 {
	    font-size: 26px;
	}
	h4 {
        font-size: 22px;
    }
	.section_padd {
	    padding: 30px 0;
	}
	.section_space {
	    margin: 30px 0;
	}

	.owl-carousel .owl-item .dt_img{
		display: none;
	}
	.owl-carousel .owl-item .mob_img{
		display: block;
	}
    .book_now {
        padding: 20px 10px 10px;
    }
    .book_now h5{
        font-size: 17px;
    }
    .book_now h5 img{
        display: none;
    }
    .floating_box{
        max-width: 190px;
    }
}
@media only screen and (max-width: 480px) {
	.banner .content{
		/*padding: 7px;
		left: 15px;
    	right: 15px;
    	bottom: 12%;
    	background-color: rgba(0, 0, 0, 0.2);*/
	}
	.banner .content h6{
		font-size: 16px;
		padding-bottom: 5px;
		margin-bottom: 5px;
	}
	.banner .content h6 span{
		font-size: 12px;
	}
	.banner .content h2{
		font-size: 16px;
    	margin-bottom: 5px;
	}
	.banner .content h5{
		font-size: 12px;
		margin-bottom: 0px;
	}
	.banner .content h4{
		font-weight: 300;
		font-size: 11px;
		margin-top: 5px;
	}
	footer .left{
		text-align: center;
	}
	footer .right{
		padding-top: 10px;
		text-align: center;
	}

    .footer .inner_block{
        display: block;
    }
    .footer .inner_block .right{
        border-left: none;
        margin-left: 0px;
        padding-top: 40px;
    }
    .social_icons{
        justify-content: center;
    }
    .banner .content h1{
        font-size: 30px;
    }
    .banner .content.style1 h1{
        font-size: 24px;
    }
    .banner .content.style1{
        left: 40%;
    }
    .banner .content p{
        font-size: 16px;
    }
    .banner .content.style1 p{
        font-size: 25px;
    }
    footer .left {
        text-align: center;
        max-width: 80%;
        margin: auto;
    }
}