@charset "utf-8";
/* CSS Document */
*{margin:0; padding: 0; font-family: 'Exo', sans-serif;}

body{background: #e6e6e6; overflow-x: hidden}
body::-webkit-scrollbar{background-color:#D8D8D8;height:20px;width:7px}
body::-webkit-scrollbar-thumb{background:#000000}
body::-webkit-scrollbar-button:vertical:increment{display:none}
body::-webkit-scrollbar-button:vertical:decrement{display:none}
@keyframes slide{
	0%{left: 0%;}
	24%{left: 0%;}
	25%{left: -25%;}
	49%{left: -25%;}
	50%{left: -50%;}
	74%{left: -50%;}
	75%{left: -75%;}
	99%{left: -75%;}
	99.1%{left:0%;}
	99.5%{left:0%;}
	99.9%{left:0%;}
	100%{left:0%;}

}

@media screen and (max-device-width:800px){
	.mask{width:100%; height:100%;  padding: 40px 10%; box-sizing: border-box; background:#207b70f0}
	.mask p{color:#fff; font-size:20px; line-height: 35px; letter-spacing: 1px; text-shadow: 0px 0px 5px #000}
	.mask > #center_line{width:30%; height: 2px; background: #fff; margin:0px auto 30px auto;}
	.mask p{color:#fff; font-size:20px; line-height: 35px; letter-spacing: 1px; text-shadow: 0px 0px 5px #000}
	#test ul li center iframe{width:100%; height: 200px;}
}
@media screen and (min-device-width:800px){
	.hidden{display: none}
	#test ul li center iframe{width:80%; height: 500px;}
}
@media screen and (min-device-width:320px) and (max-device-width:549px){
	header{width:100%; height:130px; background:#fff; box-shadow: 0px 0px 20px #ccc; position: fixed; z-index: 999; top:0;}
	#link{padding:0% 10%; box-sizing: border-box; width:100%; height:35px; background: #000000;}
	#link > #share ul{list-style-type: none; text-align: center; float: none; width:100%; margin: auto;}
	#link > #share ul li{display: inline-block;  margin:0px 20px; line-height: 34px}
	#link > #share ul li a{color:#fff; text-decoration: none; font-size:14px; font-weight: 500;}
	#link > #share ul li a span{display: none}
	#link > #share ul:nth-child(2){display: none}
	#main_head{width:100%; height:95px; position: relative}
	#logo{width:60%; position: absolute; padding-top:7px; box-sizing: border-box}
	#logo img{margin: auto; display: block; width:160px; height:80px;}
	#menu{width:100%; position: relative}
	#close{visibility: hidden}
	#mob_menu i{background: #fff; position: absolute; right: 25px; top:25px; border:1px solid #000000; line-height: 40px; border-radius: 3px; width:60px; color: #000000; text-align: center}
	#menu ul{transition: all 0.3s; list-style-type: none; right: -100%; width:100%; position: absolute; top:90px; padding:20px; box-sizing: border-box; background: #000000}
	#menu ul li{width:100%; position: relative; text-align: left; padding: 20px 0px; box-sizing: border-box; /*border-bottom: 1px solid #003366;*/}
    #menu ul li:last-child {/*border-bottom: none;*/}
	#menu ul li a{display: block; text-decoration: none; color:#fff; font-size: 14px; font-weight: 700; text-transform: uppercase}
	#menu ul li a b{background: #fff; color:transparent; -webkit-background-clip: text; background-clip: text;}
	#menu ul li a span{opacity: 0; transition: all 0.5s; position: absolute; width:100%; height: 1px; background: #000000; left:0; transform: translate(-50%)}
	#menu ul li a span:nth-child(1){transform: rotate(75deg); top:50%}
	#menu ul li a span:nth-child(2){transform: rotate(-75deg); bottom: 50%}
	#menu ul li:hover a span{transform: rotate(0deg); opacity: 1}
	#menu ul li:hover a span:nth-child(1){top:20px;}
	#menu ul li:hover a span:nth-child(2){bottom:20px;}
	#menu ul li a i{width:60px; text-align: center}
	#call{transition: all 0.3s; border:1px solid #fff; padding: 15px 20px !important; margin:10px 0px; box-sizing: border-box; border-radius: 5px}
	#call a i{width:20px !important}
	#call a{text-align: center !important}
	#call:hover{background: #000000; border:none}
	#call:hover a{color:#fff}

	#wrap{position: absolute; top:130px; left:0; width:100%; background: #fff;}
	#slider{width:400%; overflow-y:hidden; height: 200px;}
	#slider img{position: relative; width:25%; height: 100%; float: left; animation:slide 20s linear infinite;}

	#treat{width:100%; background:#fff; padding: 40px 15% 5% 15%; box-sizing: border-box}
	#treat h2{text-align: center; color:#000000; font-size: 35px; margin-bottom: 25px;}
	#treat h2 b{background: #000000; color:transparent; -webkit-background-clip: text; background-clip: text;}
	#treat > #center_line{width:30%; height: 2px; background: #000000; margin:0px auto 50px auto;}
	#treat_box{transition: transform 0.3s; text-align: center; box-shadow: 0px 0px 40px #ccc; box-sizing: border-box; position: relative; cursor: pointer; width:100%; height: auto; background: #fff; margin:40px 1.5%; overflow: hidden; border-radius: 10px; box-shadow: 0px 2px 4px 0px gray;}
	#treat_box:hover{transform: scale(1.2)}
	#treat_box img{width:100%; height: auto; object-fit: contain;}
	#treat_box a{text-decoration: none; color:#000000; letter-spacing: 1px; font-size: 20px; margin-top: 30px;}
	#treat_mask{position: absolute; left: 0; bottom: 0px; width:100%; height: auto; padding:4% 2.5%; box-sizing: border-box; background:#207b70f0}
	
	#get_treat_box{padding-bottom: 20px; box-shadow: 0px 0px 40px #ccc; transition: transform 0.3s; text-align: center;  box-sizing: border-box; position: relative; cursor: pointer; width:100%; height: auto; background: #fff; margin:40px 2% 40px 2%; overflow: hidden; border-radius: 10px; box-shadow: 0px 2px 4px 0px gray;}
	#get_treat_box:hover{transform: scale(1.2)}
	#get_treat_box img{width:100%; height: 200px; margin-bottom: 20px;}
	#get_treat_box a{text-decoration: none; color:#000000; letter-spacing: 1px; font-size: 18px;}

	#about{width:100%; height: auto; background: url("../imgs/web/2.jpg"); background-repeat: no-repeat; background-size: cover; background-position: center center; background-attachment: fixed}
	#mask{width:100%; height:100%;  padding: 40px 10%; box-sizing: border-box; background:#207b70f0}
	#about h2{text-align: center; color:#fff; font-size: 30px; margin-bottom: 10px;}
	#mask > #center_line{width:30%; height: 2px; background: #fff; margin:0px auto 30px auto;}
	#mask p{color:#fff; display:-webkit-box; -webkit-line-clamp:7; -webkit-box-orient:vertical; overflow:hidden; text-overflow:ellipsis; font-size:20px; line-height: 35px; letter-spacing: 1px; text-shadow: 0px 0px 5px #000}
	
	#service{width:100%; background: #fff; padding: 40px 15% 5% 15%; box-sizing: border-box}
	#service h2{text-align: center; color:#000000; font-size: 30px;}
	#service h2 b{background: #000000;color:transparent; -webkit-background-clip: text; background-clip: text;}
	#service > #center_line{width:30%; height: 2px; background: #000000; margin:20px auto}
	#service_box a{text-decoration: none; color: #000}
	#service_box{box-shadow: 0px 0px 40px #ccc; padding-bottom: 20px; box-sizing: border-box; transition:all 0.3s; cursor: pointer; width:100%; height: auto; margin:50px 1.5% 10px 1.5%; overflow: hidden; background-color: #fff; border-radius: 10px; box-shadow: 0px 2px 4px 0px gray;}
	#service_box img{width:100%; height: 180px; margin-bottom: 20px;}
	#service_box h3{text-align: center; font-size: 18px; text-transform: uppercase}

	#test{width:100%; background: #fff; padding: 10% 10% 5% 10%; box-sizing: border-box; position: relative}
	#test h2{text-align: center; color:#000000; font-size: 30px; margin-bottom: 10px;}
	#test h2 b{background: #000000;color:transparent; -webkit-background-clip: text; background-clip: text;}
	#test > #center_line{width:30%; height: 2px; background: #000000; margin:0px auto 50px auto;}
	#test ul{list-style-type: none; width:100%;}
	#test ul li{box-shadow: 0px 0px 20px #ccc; width:100%; padding: 20px; box-sizing: border-box; margin: 0px 0% 20px 0%; height: auto;}
	#test ul li img{display: block; width:300px; height:280px; margin:25px auto; border-radius: 100%; border:10px solid #fff; box-shadow: 0px 0px 20px #555; box-sizing: border-box}
	#test ul li h3{width:95%; font-size:24px; color:#000000; margin: 10px auto 30px auto;}
	#test ul li p{width:95%; margin: auto auto 10px auto; color: #3f5267; font-size:18px; letter-spacing: 3px; line-height: 30px;}
	#test ul li sub{font-size: 40px;}
	#test i{position: absolute; top:55%; transform: translateY(-55%); font-size:60px; color:#000000; cursor: pointer}
	#arrow_left{left:10%;}
	#arrow_right{right:10%;}

	@keyframes test{
		0%{margin-left:0%}
		100%{margin-left:-1000px;}
	}

	/*Start of team css*/
	#team{width:100%; height: auto; background: url("../imgs/web/4.jpg"); background-repeat: no-repeat; background-size: cover; background-position: center center; background-attachment: fixed}
	#team > #mask{background:#207b70f0; padding-bottom: 20px}
	#team h2{text-align: center; color:#fff; font-size: 30px; margin-bottom: 10px;}
	#team ul{list-style-type: none; margin-top:1%;}
	#team ul li{cursor: pointer; position: relative; width:100%; display: inline-block; height:280px; margin:20px 0px}
	#front img{width:100%; height: 100%; object-fit: cover}

	#team ul li:nth-child(2n+1) #front{transform: perspective(600px) rotateY(0deg);}
	#team ul li:nth-child(2n+1) #back{transform: perspective(600px) rotateY(180deg);}
	#team ul li:nth-child(2n+1):hover > #back{transform: perspective(600px) rotateY(0deg);}
	#team ul li:nth-child(2n+1):hover > #front{transform: perspective(600px) rotateY(-180deg);}

	#team ul li:nth-child(2n+2):hover > #back{transform: perspective(600px) rotateX(0deg);}
	#team ul li:nth-child(2n+2):hover > #front{transform: perspective(600px) rotateX(-180deg);}
	#team ul li:nth-child(2n+2) #front{transform: perspective(600px) rotateX(0deg);}
	#team ul li:nth-child(2n+2) #back{transform: perspective(600px) rotateX(180deg);}

	#team ul li:nth-child(2n+3) #front{transform: perspective(600px) rotateY(0deg);}
	#team ul li:nth-child(2n+3) #back{transform: perspective(600px) rotateY(-180deg);}
	#team ul li:nth-child(2n+3):hover > #back{transform: perspective(600px) rotateY(0deg);}
	#team ul li:nth-child(2n+3):hover > #front{transform: perspective(600px) rotateY(180deg);}

	#team ul li:nth-child(2n+4):hover > #back{transform: perspective(600px) rotateX(0deg);}
	#team ul li:nth-child(2n+4):hover > #front{transform: perspective(600px) rotateX(180deg);}
	#team ul li:nth-child(2n+4) #front{transform: perspective(600px) rotateX(0deg);}
	#team ul li:nth-child(2n+4) #back{transform: perspective(600px) rotateX(-180deg);}

	#front,#back{backface-visibility: hidden; transition:all 0.4s linear; position: absolute; background: #fff; width:100%; height: 100%;}
	#back{padding: 10%; box-sizing: border-box}
	#back h3{margin:75px 0px 5px 0px; color:#000000; text-align: center; position: relative;}
	#back p{text-align: center; color: #800080; text-shadow: none; font-size: 14px; font-weight: 700}

	#g:hover{background:#D34836;}
	#f:hover{background:#3b5998}
	#t:hover{background:#4099FF}
	#wp{background:#34af23;}
	#yt:hover{background:#F00;}

	#back > #share{width:100%; display: flex; justify-content: center; margin-top:15px}
	#back > #share button{border-width: 0; background: #000000; transition:all 0.5s ease-in-out; outline:none; height:40px; width:40px; border-radius:100%; margin-right:1%; margin-left:1%; color:#fff; text-decoration:none; box-sizing:border-box}
	#back > #share button:hover{border-radius:0px; border-width: 0px}
	#back > #share button a{font-weight:bold; text-decoration:none; color:#fff; text-align:center; display:block; line-height:35px; font-size:14px;}
	#back > #share button:hover a i{animation:social linear infinite 2s}
	@keyframes social{
		0%{transform: rotate(0deg)}
		100%{transform: rotate(360deg)}
	}
	/* end of team css */
	#contact{width:100%; background: url("../imgs/web/5.jpg"); background-repeat: no-repeat; background-size: cover; background-position: center center; background-attachment: fixed}
	#contact > #mask{padding: 40px 10%; background:#207b70f0; box-sizing: border-box;}
	#contact h2{text-align: center; color:#fff; font-size: 30px; margin-bottom: 10px;}
	#contact > #center_line{width:30%; height: 2px; background: #000000; margin:0px auto 50px auto;}
	#con_left{width:100%; height: auto;}
	#con_left form{width:100%}
	#input{width:100%; height: 40px; background:#fff; border:1px solid #000000; border-radius: 5px; margin-bottom: 10px;}
	#input i{color:#000000; width:20%; float: left; text-align: center; line-height: 40px;}
	#input input{font-weight: 500; letter-spacing: 1px; color:#000000; width:78%; height: 40px; border:none; outline: none}
	#input input::-webkit-input-placeholder{color:#000000}
	#con_left textarea{font-weight: 500; letter-spacing: 1px; width:100%; height: 100px; border:1px solid #000000; padding:5%; box-sizing: border-box; border-radius: 5px; margin-bottom: 10px; outline: none; resize: none}
	#con_left textarea::-webkit-input-placeholder{color:#000000}
	#con_left form button{transition: background 0.3s; margin-bottom: 40px; letter-spacing: 1px; cursor: pointer; width:100%; height: 40px; font-weight: 500; border:1px solid #fff; background: none; border-radius: 5px; color:#ffff;}
	#con_left form button:hover{background: #000000; border:1px solid #000000;}

	#con_right{width:100%; box-sizing: border-box; height: auto;}
	#con_right table{width:100%;}
	#con_right table tr td{font-weight: 500; font-size: 16px; height: 40px; color:#fff; letter-spacing: 2px;}
	#con_right table tr td i{font-size: 20px;}
	#con_right table tr td a{text-decoration: none; color:#fff}
	#con_right table tr td span{margin-left:20px;}
	#add{line-height: 30px; padding-bottom: 20px; box-sizing: border-box}
	#con_right table tr td:nth-child(1){width:20%; text-align: center}
	#con_right table tr td:nth-child(2){width:80%;}

	#contact iframe{width:100%; height: 200px; margin-top:30px; border-radius: 5px}

	footer{width:100%; height: auto; padding: 30px 2%; box-sizing: border-box; background: #000000;}
	footer h4{text-align: center; color:#fff; line-height: 30px; letter-spacing: 1px}

	#content{width:100%; background: #fff; padding: 40px 10% 1% 10%; box-sizing: border-box}
	#content h2{text-align: center; color:#000000; font-size: 30px; margin-bottom: 10px;}
	#content > #center_line{width:20%; height: 2px; background: #000000; margin:0px auto 40px auto;}

	#content center img{width:100%; height:auto; padding: 10px; border-radius: 5px; box-sizing: border-box; object-fit: contain; border:1px solid rgba(0,0,0,0.1)}
	#content p{font-size: 20px; letter-spacing: 1px; line-height: 35px; margin-top:10px; margin-bottom: 40px; color:#000000}

	#content ul{list-style-type: none}
	#content ul li{width:100%; margin:30px auto; padding: 30px 0%; height: auto; border:1px solid rgba(0,0,0,0.1); box-sizing: border-box}
	#content ul li img{display: block; border:none; width:250px; margin:0px auto; height: 250px; object-fit: contain;}
	#content ul li a{text-decoration: none; color:#000000;}
	#content ul li h3{margin: 20px 0px; font-size:14px; line-height: 22px; padding:0px 10% 0px 10%; box-sizing: border-box}
	#content ul li button{transition: all 0.3s; width:80%; height: 40px; background: none; outline: none; border:1px solid #25D366; box-sizing: border-box; border-radius: 5px}
	#content ul li button a{text-decoration: none; color:#25D366; display: block; font-weight: 700; font-size: 16px;}
	#content ul li button a i{font-weight: 700; line-height: 40px}
	#content ul li button:hover{background:#25D366}
	#content ul li button:hover a{color:#fff;}

	#video{width:100%; height: auto; padding-bottom: 30px; box-sizing: border-box}
	#video iframe{float:left; width:48%; margin:1%; height: 350px;}
}
@media screen and (min-device-width:550px) and (max-device-width:641px){
	header{width:100%; height:130px; background:#fff; box-shadow: 0px 0px 20px #ccc; position: fixed; z-index: 999; top:0;}
	#link{padding:0% 10%; box-sizing: border-box; width:100%; height:35px; background: #000000;}
	#link > #share ul{list-style-type: none; text-align: center; float: none; width:100%; margin: auto;}
	#link > #share ul li{display: inline-block;  margin:0px 20px; line-height: 34px}
	#link > #share ul li a{color:#fff; text-decoration: none; font-size:14px; font-weight: 500;}
	#link > #share ul li a span{display: none}
	#link > #share ul:nth-child(2){display: none}
	#main_head{width:100%; height:95px; position: relative}
	#logo{width:60%; position: absolute;}
	#logo img{position: absolute; left:20%; top:10px; width:60%; height:80px;}
	#menu{width:100%; position: relative}
	#close{visibility: hidden}
	#mob_menu i{background: #fff; position: absolute; right: 25px; top:25px; border:1px solid #000000; line-height: 40px; border-radius: 3px; width:60px; color: #000000; text-align: center}
	#menu ul{transition: all 0.3s; list-style-type: none; right: -100%; width:100%; position: absolute; top:90px; padding:20px; box-sizing: border-box; background: #000000}
	#menu ul li{width:100%; position: relative; text-align: left; padding: 20px 0px; box-sizing: border-box}
	#menu ul li a{display: block; text-decoration: none; color:#fff; font-size: 14px; font-weight: 700; text-transform: uppercase}
	#menu ul li a b{background: #fff; color:transparent; -webkit-background-clip: text; background-clip: text;}
	#menu ul li a span{opacity: 0; transition: all 0.5s; position: absolute; width:100%; height: 1px; background: #000000; left:0; transform: translate(-50%)}
	#menu ul li a span:nth-child(1){transform: rotate(75deg); top:50%}
	#menu ul li a span:nth-child(2){transform: rotate(-75deg); bottom: 50%}
	#menu ul li:hover a span{transform: rotate(0deg); opacity: 1}
	#menu ul li:hover a span:nth-child(1){top:20px;}
	#menu ul li:hover a span:nth-child(2){bottom:20px;}
	#menu ul li a i{width:60px; text-align: center}
	#call{transition: all 0.3s; border:1px solid #fff; padding: 15px 20px !important; margin:10px 0px; box-sizing: border-box; border-radius: 5px}
	#call a i{width:20px !important}
	#call a{text-align: center !important}
	#call:hover{background: #000000; border:none}
	#call:hover a{color:#fff}

	#wrap{position: absolute; top:130px; left:0; width:100%; background: #fff;}
	#slider{width:400%; overflow-y:hidden; height: 200px;}
	#slider img{position: relative; width:25%; height: 100%; float: left; animation:slide 20s linear infinite;}

	#treat{width:100%; background:#fff; padding: 40px 10% 5% 10%; box-sizing: border-box}
	#treat h2{text-align: center; color:#000000; font-size: 30px; margin-bottom: 10px;}
	#treat h2 b{background: #000000;color:transparent; -webkit-background-clip: text; background-clip: text;}
	#treat > #center_line{width:30%; height: 2px; background: #000000; margin:0px auto 50px auto;}
	#treat_box{float:left; transition: transform 0.3s; text-align: center;  box-sizing: border-box; position: relative; cursor: pointer; width:47%; height: 300px; background: #fff; margin:1.5%; overflow: hidden; border-radius: 10px; box-shadow: 0px 2px 4px 0px gray;}
	#treat_box:hover{transform: scale(1.2)}
	#treat_box img{width:100%; height: 200px; object-fit: contain;}
	#treat_box a{text-decoration: none; color:#000000; letter-spacing: 1px; font-size: 20px; margin-top: 30px;}
	#treat_mask{position: absolute; left: 0; bottom: 0px; width:100%; height: auto; padding:4% 2.5%; box-sizing: border-box; background:#207b70f0}
	
	#get_treat_box{float:left; transition: transform 0.3s; padding-bottom: 20px; text-align: center; border:1px solid rgb(0,0,0,0.2); box-sizing: border-box; position: relative; cursor: pointer; width:47%; height: auto; background: #fff; margin:1.5%; overflow: hidden; border-radius: 10px; box-shadow: 0px 2px 4px 0px gray;}
	#get_treat_box:hover{transform: scale(1.2)}
	#get_treat_box img{width:100%; height: 200px; margin-bottom: 20px;}
	#get_treat_box a{text-decoration: none; color:#000000; letter-spacing: 1px; font-size: 18px; margin-top: 30px;}

	#about{width:100%; height: auto; background: url("../imgs/web/2.jpg"); background-repeat: no-repeat; background-size: cover; background-position: center center; background-attachment: fixed}
	#mask{width:100%; height:100%;  padding: 40px 10%; box-sizing: border-box; background:#207b70f0}
	#about h2{text-align: center; color:#fff; font-size: 30px; margin-bottom: 10px;}
	#mask > #center_line{width:30%; height: 2px; background: #fff; margin:0px auto 30px auto;}
	#mask p{color:#fff; font-size:20px; line-height: 35px; letter-spacing: 1px; text-shadow: 0px 0px 5px #000}

	#service{width:100%; background: #fff; padding: 40px 10% 5% 10%; box-sizing: border-box}
	#service h2{text-align: center; color:#000000; font-size: 30px;}
	#service h2 b{background: #000000;color:transparent; -webkit-background-clip: text; background-clip: text;}
	#service > #center_line{width:30%; height: 2px; background: #000000; margin:20px auto}
	#service_box a{text-decoration: none; color: #000}
	#service_box{border:1px solid rgb(0,0,0,0.2); box-sizing: border-box; float: left; transition:all 0.3s; cursor: pointer; width:47%; height: 230px; margin:10px 1.5% 10px 1.5%; overflow: hidden; background-color: #fff; border-radius: 10px; box-shadow: 0px 2px 4px 0px gray;}
	#service_box img{width:100%; height: 150px; margin-bottom: 20px;}
	#service_box h3{text-align: center; font-size: 16px; text-transform: uppercase}

	#test{width:100%; background: #fff; padding: 5% 10% 0% 10%; box-sizing: border-box; position: relative}
	#test h2{text-align: center; color:#000000; font-size: 30px; margin-bottom: 10px;}
	#test h2 b{background: #000000;color:transparent; -webkit-background-clip: text; background-clip: text;}
	#test > #center_line{width:30%; height: 2px; background: #000000; margin:0px auto 50px auto;}
	#test ul{list-style-type: none; width:100%;}
	#test ul li{box-shadow: 0px 0px 40px #ccc; width:100%; padding: 20px; box-sizing: border-box; margin: 0px 0% 40px 0%; height: auto;}
	#test ul li img{display: block; width:300px; height:280px; margin:25px auto; border-radius: 100%; border:10px solid #fff; box-shadow: 0px 0px 20px #555; box-sizing: border-box}
	#test ul li h3{width:95%; font-size:24px; color:#000000; margin: 10px auto 30px auto;}
	#test ul li p{width:95%; margin: auto auto 10px auto; color: #3f5267; font-size:18px; letter-spacing: 3px; line-height: 30px;}
	#test ul li sub{font-size: 40px;}
	#test i{position: absolute; top:55%; transform: translateY(-55%); font-size:60px; color:#000000; cursor: pointer}
	#arrow_left{left:10%;}
	#arrow_right{right:10%;}

	@keyframes test{
		0%{margin-left:0%}
		100%{margin-left:-1000px;}
	}

	/*Start of team css*/
	#team{width:100%; height: auto; background: url("../imgs/web/4.jpg"); background-repeat: no-repeat; background-size: cover; background-position: center center; background-attachment: fixed}
	#team > #mask{background:#207b70f0; padding-bottom: 20px}
	#team h2{text-align: center; color:#fff; font-size: 30px; margin-bottom: 10px;}
	#team ul{list-style-type: none; margin-top:1%;}
	#team ul li{cursor: pointer; position: relative; width:47%; display: inline-block; height:280px; margin:20px 1%}
	#front img{width:100%; height: 100%; object-fit: cover; object-position: top}

	#team ul li:nth-child(2n+1) #front{transform: perspective(600px) rotateY(0deg);}
	#team ul li:nth-child(2n+1) #back{transform: perspective(600px) rotateY(180deg);}
	#team ul li:nth-child(2n+1):hover > #back{transform: perspective(600px) rotateY(0deg);}
	#team ul li:nth-child(2n+1):hover > #front{transform: perspective(600px) rotateY(-180deg);}

	#team ul li:nth-child(2n+2):hover > #back{transform: perspective(600px) rotateX(0deg);}
	#team ul li:nth-child(2n+2):hover > #front{transform: perspective(600px) rotateX(-180deg);}
	#team ul li:nth-child(2n+2) #front{transform: perspective(600px) rotateX(0deg);}
	#team ul li:nth-child(2n+2) #back{transform: perspective(600px) rotateX(180deg);}

	#team ul li:nth-child(2n+3) #front{transform: perspective(600px) rotateY(0deg);}
	#team ul li:nth-child(2n+3) #back{transform: perspective(600px) rotateY(-180deg);}
	#team ul li:nth-child(2n+3):hover > #back{transform: perspective(600px) rotateY(0deg);}
	#team ul li:nth-child(2n+3):hover > #front{transform: perspective(600px) rotateY(180deg);}

	#team ul li:nth-child(2n+4):hover > #back{transform: perspective(600px) rotateX(0deg);}
	#team ul li:nth-child(2n+4):hover > #front{transform: perspective(600px) rotateX(180deg);}
	#team ul li:nth-child(2n+4) #front{transform: perspective(600px) rotateX(0deg);}
	#team ul li:nth-child(2n+4) #back{transform: perspective(600px) rotateX(-180deg);}

	#front,#back{backface-visibility: hidden; transition:all 0.4s linear; position: absolute; background: #fff; width:100%; height: 100%;}
	#back{padding: 10%; box-sizing: border-box}
	#back h3{margin:75px 0px 5px 0px; color:#000000; text-align: center; position: relative;}
	#back p{text-align: center; color: #800080; text-shadow: none; font-size: 14px; font-weight: 700}

	#g:hover{background:#D34836;}
	#f:hover{background:#3b5998}
	#t:hover{background:#4099FF}
	#wp{background:#34af23;}
	#yt:hover{background:#F00;}

	#back > #share{width:100%; display: flex; justify-content: center; margin-top:15px}
	#back > #share button{border-width: 0; background: #000000; transition:all 0.5s ease-in-out; outline:none; height:40px; width:40px; border-radius:100%; margin-right:1%; margin-left:1%; color:#fff; text-decoration:none; box-sizing:border-box}
	#back > #share button:hover{border-radius:0px; border-width: 0px}
	#back > #share button a{font-weight:bold; text-decoration:none; color:#fff; text-align:center; display:block; line-height:35px; font-size:14px;}
	#back > #share button:hover a i{animation:social linear infinite 2s}
	@keyframes social{
		0%{transform: rotate(0deg)}
		100%{transform: rotate(360deg)}
	}
	/* end of team css */
	#contact{width:100%; background: url("../imgs/web/5.jpg"); background-repeat: no-repeat; background-size: cover; background-position: center center; background-attachment: fixed}
	#contact > #mask{padding: 40px 10%; background:#207b70f0; box-sizing: border-box;}
	#contact h2{text-align: center; color:#fff; font-size: 30px; margin-bottom: 10px;}
	#contact > #center_line{width:30%; height: 2px; background: #000000; margin:0px auto 50px auto;}
	#con_left{width:100%; height: auto;}
	#con_left form{width:100%}
	#input{width:100%; height: 40px; background:#fff; border:1px solid #000000; border-radius: 5px; margin-bottom: 10px;}
	#input i{color:#000000; width:20%; float: left; text-align: center; line-height: 40px;}
	#input input{font-weight: 500; letter-spacing: 1px; color:#000000; width:78%; height: 40px; border:none; outline: none}
	#input input::-webkit-input-placeholder{color:#000000}
	#con_left textarea{font-weight: 500; letter-spacing: 1px; width:100%; height: 100px; border:1px solid #000000; padding:5%; box-sizing: border-box; border-radius: 5px; margin-bottom: 10px; outline: none; resize: none}
	#con_left textarea::-webkit-input-placeholder{color:#000000}
	#con_left form button{transition: background 0.3s; margin-bottom: 40px; letter-spacing: 1px; cursor: pointer; width:100%; height: 40px; font-weight: 500; border:1px solid #fff; background: none; border-radius: 5px; color:#ffff;}
	#con_left form button:hover{background: #000000; border:1px solid #000000;}

	#con_right{width:100%; box-sizing: border-box; height: auto;}
	#con_right table{width:100%;}
	#con_right table tr td{font-weight: 500; font-size: 16px; height: 40px; color:#fff; letter-spacing: 2px;}
	#con_right table tr td i{font-size: 20px;}
	#con_right table tr td a{text-decoration: none; color:#fff}
	#con_right table tr td span{margin-left:20px;}
	#add{line-height: 30px; padding-bottom: 20px; box-sizing: border-box}
	#con_right table tr td:nth-child(1){width:20%; text-align: center}
	#con_right table tr td:nth-child(2){width:80%;}

	#contact iframe{width:100%; height: 250px; margin-top:30px; border-radius: 5px}

	footer{width:100%; height: auto; padding: 30px 2%; box-sizing: border-box; background: #000000;}
	footer h4{text-align: center; color:#fff; line-height: 30px; letter-spacing: 1px}

	#content{width:100%; background: #fff; padding: 40px 10% 1% 10%; box-sizing: border-box}
	#content h2{text-align: center; color:#000000; font-size: 30px; margin-bottom: 10px;}
	#content > #center_line{width:20%; height: 2px; background: #000000; margin:0px auto 40px auto;}
	#content h3{color:#000000; font-size: 24px; margin: 20px 0px 10px 0px;}
	#content center img{display: block; width:100%; height:auto; padding: 10px; border-radius: 5px; margin:0% auto 30px auto; object-fit: contain; border:1px solid rgba(0,0,0,0.1)}
	#content p{font-size: 20px; letter-spacing: 1px; line-height: 35px; margin-top:10px; margin-bottom: 40px; color:#000000}

	#content ul{list-style-type: none}
	#content ul li{width:48%; float: left; margin:1%; padding: 30px 0%; height: 420px; border:1px solid rgba(0,0,0,0.1); box-sizing: border-box}
	#content ul li img{border:none; margin: 0px auto; display: block; width:100%; height: 250px; object-fit: contain;}
	#content ul li a{text-decoration: none; color:#000000;}
	#content ul li h3{margin-top: 0px; font-size:14px; line-height: 22px; padding:10px 10%; box-sizing: border-box}
	#content ul li button{transition: all 0.3s; width:80%; height: 40px; background: none; outline: none; border:1px solid #25D366; box-sizing: border-box; border-radius: 5px}
	#content ul li button a{text-decoration: none; color:#25D366; display: block; font-weight: 700; font-size: 16px;}
	#content ul li button a i{font-weight: 700; line-height: 40px}
	#content ul li button:hover{background:#25D366}
	#content ul li button:hover a{color:#fff;}

	#video{width:100%; height: auto; padding-bottom: 30px; box-sizing: border-box}
	#video iframe{float:left; width:48%; margin:1%; height: 350px;}
}
@media screen and (min-device-width:642px) and (max-device-width:799px){
	header{width:100%; height:130px; background:#fff; box-shadow: 0px 0px 20px #ccc; position: fixed; z-index: 999; top:0;}
	#link{padding:0% 10%; box-sizing: border-box; width:100%; height:35px; background: #000000;}
	#link > #share ul{list-style-type: none; text-align: center; float: none; width:100%; margin: auto;}
	#link > #share ul li{display: inline-block;  margin:0px 20px; line-height: 34px}
	#link > #share ul li a{color:#fff; text-decoration: none; font-size:14px; font-weight: 500;}
	#link > #share ul li a span{display: none}
	#link > #share ul:nth-child(2){display: none}
	#main_head{width:100%; height:95px; position: relative}
	#logo{width:60%; position: absolute;}
	#logo img{position: absolute; left:20%; top:10px; width:50%; height:80px;}
	#menu{width:100%; position: relative}
	#close{visibility: hidden}
	#mob_menu i{background: #fff; position: absolute; right: 25px; top:25px; border:1px solid #000000; line-height: 40px; border-radius: 3px; width:60px; color: #000000; text-align: center}
	#menu ul{transition: all 0.3s; list-style-type: none; right: -100%; width:100%; position: absolute; top:90px; padding:20px; box-sizing: border-box; background: #000000}
	#menu ul li{width:48%; float: left; position: relative; text-align: left; padding: 20px 0px; box-sizing: border-box}
	#menu ul li a{display: block; text-decoration: none; color:#fff; font-size: 14px; font-weight: 700; text-transform: uppercase}
	#menu ul li a b{background: #fff; color:transparent; -webkit-background-clip: text; background-clip: text;}
	#menu ul li a span{opacity: 0; transition: all 0.5s; position: absolute; width:100%; height: 1px; background: #000000; left:0; transform: translate(-50%)}
	#menu ul li a span:nth-child(1){transform: rotate(75deg); top:50%}
	#menu ul li a span:nth-child(2){transform: rotate(-75deg); bottom: 50%}
	#menu ul li:hover a span{transform: rotate(0deg); opacity: 1}
	#menu ul li:hover a span:nth-child(1){top:20px;}
	#menu ul li:hover a span:nth-child(2){bottom:20px;}
	#menu ul li a i{width:60px; text-align: center}
	#call{transition: all 0.3s; width:100% !important; border:1px solid #fff; padding: 15px 20px !important; margin:10px 0px; box-sizing: border-box; border-radius: 5px}
	#call a i{width:20px !important}
	#call a{text-align: center !important}
	#call:hover{background: #000000; border:none}
	#call:hover a{color:#fff}

	#wrap{position: absolute; top:130px; left:0; width:100%; background: #fff;}
	#slider{width:400%; overflow-y:hidden; height: 350px;}
	#slider img{position: relative; width:25%; height: 100%; float: left; animation:slide 20s linear infinite;}

	#treat{width:100%; background:#fff; padding: 40px 10% 5% 10%; box-sizing: border-box}
	#treat h2{text-align: center; color:#000000; font-size: 30px; margin-bottom: 10px;}
	#treat h2 b{background: #000000;color:transparent; -webkit-background-clip: text; background-clip: text;}
	#treat > #center_line{width:30%; height: 2px; background: #000000; margin:0px auto 50px auto;}
	#treat_box{float:left; transition: transform 0.3s; text-align: center;  box-sizing: border-box; position: relative; cursor: pointer; width:47%; height: 300px; background: #fff; margin:1.5%; overflow: hidden; border-radius: 10px; box-shadow: 0px 2px 4px 0px gray;}
	#treat_box:hover{transform: scale(1.2)}
	#treat_box img{width:100%; height: 200px; object-fit: contain;}
	#treat_box a{text-decoration: none; color:#000000; letter-spacing: 1px; font-size: 20px; margin-top: 30px;}
	#treat_mask{position: absolute; left: 0; bottom: 0px; width:100%; height: auto; padding:4% 2.5%; box-sizing: border-box; background:#207b70f0}
	
	#get_treat_box{float:left; border:1px solid rgb(0,0,0,0.2); transition: transform 0.3s; text-align: center;  box-sizing: border-box; position: relative; cursor: pointer; width:47%; height: 290px; background: #fff; margin:1.5%; overflow: hidden; border-radius: 10px; box-shadow: 0px 2px 4px 0px gray;}
	#get_treat_box:hover{transform: scale(1.2)}
	#get_treat_box img{width:100%; height: 200px; margin-bottom: 15px;}
	#get_treat_box a{text-decoration: none; color:#000000; letter-spacing: 1px; font-size: 18px; margin-top: 30px;}

	#about{width:100%; height: auto; background: url("../imgs/web/2.jpg"); background-repeat: no-repeat; background-size: cover; background-position: center center; background-attachment: fixed}
	#mask{width:100%; height:100%;  padding: 40px 10%; box-sizing: border-box; background:#207b70f0}
	#about h2{text-align: center; color:#fff; font-size: 30px; margin-bottom: 10px;}
	#mask > #center_line{width:30%; height: 2px; background: #fff; margin:0px auto 30px auto;}
	#mask p{color:#fff; font-size:20px; line-height: 35px; letter-spacing: 1px; text-shadow: 0px 0px 5px #000}

	#service{width:100%; background: #fff; padding: 40px 10% 5% 10%; box-sizing: border-box}
	#service h2{text-align: center; color:#000000; font-size: 30px;}
	#service h2 b{background: #000000;color:transparent; -webkit-background-clip: text; background-clip: text;}
	#service > #center_line{width:30%; height: 2px; background: #000000; margin:20px auto}
	#service_box a{text-decoration: none; color: #000}
	#service_box{float: left; border:1px solid rgb(0,0,0,0.1); box-sizing: border-box; transition:all 0.3s; cursor: pointer; width:47%; height: 230px; margin:50px 1.5% 10px 1.5%; overflow: hidden}
	#service_box img{width:100%; height: 150px; margin-bottom: 20px;}
	#service_box h3{text-align: center; font-size: 18px; text-transform: uppercase}

	#test{width:100%; background: #fff; padding: 5% 15% 0% 15%; box-sizing: border-box; position: relative}
	#test h2{text-align: center; color:#000000; font-size: 30px; margin-bottom: 10px;}
	#test h2 b{background: #000000;color:transparent; -webkit-background-clip: text; background-clip: text;}
	#test > #center_line{width:5%; height: 2px; background: #000000; margin:0px auto 50px auto;}
	#test ul{list-style-type: none; width:100%;}
	#test ul li{box-shadow: 0px 0px 40px #ccc; width:100%; padding: 20px; box-sizing: border-box; margin: 0px 0% 40px 0%; height: auto;}
	#test ul li img{display: block; width:300px; height:280px; margin:25px auto; border-radius: 100%; border:10px solid #fff; box-shadow: 0px 0px 20px #555; box-sizing: border-box}
	#test ul li h3{width:95%; font-size:24px; color:#000000; margin: 10px auto 30px auto;}
	#test ul li p{width:95%; margin: auto auto 10px auto; color: #3f5267; font-size:18px; letter-spacing: 3px; line-height: 30px;}
	#test ul li sub{font-size: 40px;}
	#test i{position: absolute; top:55%; transform: translateY(-55%); font-size:60px; color:#000000; cursor: pointer}
	#arrow_left{left:10%;}
	#arrow_right{right:10%;}

	@keyframes test{
		0%{margin-left:0%}
		100%{margin-left:-1000px;}
	}

	/*Start of team css*/
	#team{width:100%; height: auto; background: url("../imgs/web/4.jpg"); background-repeat: no-repeat; background-size: cover; background-position: center center; background-attachment: fixed}
	#team > #mask{background:#207b70f0; padding-bottom: 20px}
	#team h2{text-align: center; color:#fff; font-size: 30px; margin-bottom: 10px;}
	#team ul{list-style-type: none; margin-top:1%;}
	#team ul li{cursor: pointer; position: relative; width:47%; display: inline-block; height:280px; margin:20px 1%}
	#front img{width:100%; height: 100%; object-fit: cover; object-position: top}

	#team ul li:nth-child(2n+1) #front{transform: perspective(600px) rotateY(0deg);}
	#team ul li:nth-child(2n+1) #back{transform: perspective(600px) rotateY(180deg);}
	#team ul li:nth-child(2n+1):hover > #back{transform: perspective(600px) rotateY(0deg);}
	#team ul li:nth-child(2n+1):hover > #front{transform: perspective(600px) rotateY(-180deg);}

	#team ul li:nth-child(2n+2):hover > #back{transform: perspective(600px) rotateX(0deg);}
	#team ul li:nth-child(2n+2):hover > #front{transform: perspective(600px) rotateX(-180deg);}
	#team ul li:nth-child(2n+2) #front{transform: perspective(600px) rotateX(0deg);}
	#team ul li:nth-child(2n+2) #back{transform: perspective(600px) rotateX(180deg);}

	#team ul li:nth-child(2n+3) #front{transform: perspective(600px) rotateY(0deg);}
	#team ul li:nth-child(2n+3) #back{transform: perspective(600px) rotateY(-180deg);}
	#team ul li:nth-child(2n+3):hover > #back{transform: perspective(600px) rotateY(0deg);}
	#team ul li:nth-child(2n+3):hover > #front{transform: perspective(600px) rotateY(180deg);}

	#team ul li:nth-child(2n+4):hover > #back{transform: perspective(600px) rotateX(0deg);}
	#team ul li:nth-child(2n+4):hover > #front{transform: perspective(600px) rotateX(180deg);}
	#team ul li:nth-child(2n+4) #front{transform: perspective(600px) rotateX(0deg);}
	#team ul li:nth-child(2n+4) #back{transform: perspective(600px) rotateX(-180deg);}

	#front,#back{backface-visibility: hidden; transition:all 0.4s linear; position: absolute; background: #fff; width:100%; height: 100%;}
	#back{padding: 10%; box-sizing: border-box}
	#back h3{margin:75px 0px 5px 0px; color:#000000; text-align: center; position: relative;}
	#back p{text-align: center; color: #800080; text-shadow: none; font-size: 14px; font-weight: 700}

	#g:hover{background:#D34836;}
	#f:hover{background:#3b5998}
	#t:hover{background:#4099FF}
	#wp{background:#34af23;}
	#yt:hover{background:#F00;}

	#back > #share{width:100%; display: flex; justify-content: center; margin-top:15px}
	#back > #share button{border-width: 0; background: #000000; transition:all 0.5s ease-in-out; outline:none; height:40px; width:40px; border-radius:100%; margin-right:1%; margin-left:1%; color:#fff; text-decoration:none; box-sizing:border-box}
	#back > #share button:hover{border-radius:0px; border-width: 0px}
	#back > #share button a{font-weight:bold; text-decoration:none; color:#fff; text-align:center; display:block; line-height:35px; font-size:14px;}
	#back > #share button:hover a i{animation:social linear infinite 2s}
	@keyframes social{
		0%{transform: rotate(0deg)}
		100%{transform: rotate(360deg)}
	}
	/* end of team css */
	#contact{width:100%; background: url("../imgs/web/5.jpg"); background-repeat: no-repeat; background-size: cover; background-position: center center; background-attachment: fixed}
	#contact > #mask{padding: 40px 10%; background:#207b70f0; box-sizing: border-box;}
	#contact h2{text-align: center; color:#fff; font-size: 30px; margin-bottom: 10px;}
	#contact > #center_line{width:30%; height: 2px; background: #000000; margin:0px auto 50px auto;}
	#con_left{width:100%; height: auto;}
	#con_left form{width:100%}
	#input{width:100%; height: 40px; background:#fff; border:1px solid #000000; border-radius: 5px; margin-bottom: 10px;}
	#input i{color:#000000; width:60px; float: left; text-align: center; line-height: 40px;}
	#input input{font-weight: 500; letter-spacing: 1px; color:#000000; width:78%; height: 40px; border:none; outline: none}
	#input input::-webkit-input-placeholder{color:#000000}
	#con_left textarea{font-weight: 500; letter-spacing: 1px; width:100%; height: 100px; border:1px solid #000000; padding:5%; box-sizing: border-box; border-radius: 5px; margin-bottom: 10px; outline: none; resize: none}
	#con_left textarea::-webkit-input-placeholder{color:#000000}
	#con_left form button{transition: background 0.3s; margin-bottom: 40px; letter-spacing: 1px; cursor: pointer; width:100%; height: 40px; font-weight: 500; border:1px solid #fff; background: none; border-radius: 5px; color:#ffff;}
	#con_left form button:hover{background: #000000; border:1px solid #000000;}

	#con_right{width:100%; box-sizing: border-box; height: auto;}
	#con_right table{width:100%;}
	#con_right table tr td{font-weight: 500; font-size: 16px; height: 40px; color:#fff; letter-spacing: 2px;}
	#con_right table tr td i{font-size: 20px;}
	#con_right table tr td a{text-decoration: none; color:#fff}
	#con_right table tr td span{margin-left:20px;}
	#add{line-height: 30px; padding-bottom: 20px; box-sizing: border-box}
	#con_right table tr td:nth-child(1){width:15%; text-align: center}
	#con_right table tr td:nth-child(2){width:85%;}

	#contact iframe{width:100%; height: 250px; margin-top:30px; border-radius: 5px}

	footer{width:100%; height: auto; padding: 30px 2%; box-sizing: border-box; background: #000000;}
	footer h4{text-align: center; color:#fff; line-height: 30px; letter-spacing: 1px}

	#content{width:100%; background: #fff; padding: 40px 10% 1% 10%; box-sizing: border-box}
	#content h2{text-align: center; color:#000000; font-size: 30px; margin-bottom: 10px;}
	#content > #center_line{width:20%; height: 2px; background: #000000; margin:0px auto 40px auto;}
	#content h3{color:#000000; font-size: 24px; margin: 20px 0px 10px 0px;}
	#content center img{display: block; width:100%; height:auto; padding: 10px; border-radius: 5px; margin:0% auto 30px auto; object-fit: contain; border:1px solid rgba(0,0,0,0.1)}
	#content p{font-size: 20px; letter-spacing: 1px; line-height: 35px; margin-top:10px; margin-bottom: 40px; color:#000000}

	#content ul{list-style-type: none}
	#content ul li{width:48%; float: left; margin:1%; padding: 30px 0%; height: 420px; border:1px solid rgba(0,0,0,0.1); box-sizing: border-box}
	#content ul li img{border:none; margin: 0px auto; display: block; width:100%; height: 250px; object-fit: contain;}
	#content ul li a{text-decoration: none; color:#000000;}
	#content ul li h3{margin-top: 0px; font-size:14px; line-height: 22px; padding:10px 10%; box-sizing: border-box}
	#content ul li button{transition: all 0.3s; width:80%; height: 40px; background: none; outline: none; border:1px solid #25D366; box-sizing: border-box; border-radius: 5px}
	#content ul li button a{text-decoration: none; color:#25D366; display: block; font-weight: 700; font-size: 16px;}
	#content ul li button a i{font-weight: 700; line-height: 40px}
	#content ul li button:hover{background:#25D366}
	#content ul li button:hover a{color:#fff;}

	#video{width:100%; height: auto; padding-bottom: 30px; box-sizing: border-box}
	#video iframe{float:left; width:48%; margin:1%; height: 350px;}
}
@media screen and (min-device-width:800px) and (max-device-width:1023px){
	header{width:100%; height:130px; background:#fff; box-shadow: 0px 0px 20px #ccc; position: fixed; z-index: 999; top:0;}
	#link{padding:0% 10%; box-sizing: border-box; width:100%; height:35px; background: #000000;}
	#link > #share ul{list-style-type: none; text-align: center; float: none; width:100%; margin: auto;}
	#link > #share ul li{display: inline-block;  margin:0px 20px; line-height: 34px}
	#link > #share ul li a{color:#fff; text-decoration: none; font-size:14px; font-weight: 500;}
	#link > #share ul li a span{display: none}
	#link > #share ul:nth-child(2){display: none}
	#main_head{width:100%; height:95px; position: relative}
	#logo{width:60%; position: absolute;}
	#logo img{position: absolute; left:20%; top:10px; width:40%; height:80px;}
	#menu{width:100%; position: relative}
	#close{visibility: hidden}
	#mob_menu i{background: #fff; position: absolute; right: 25px; top:25px; border:1px solid #000000; line-height: 40px; border-radius: 3px; width:60px; color: #000000; text-align: center}
	#menu ul{transition: all 0.3s; list-style-type: none; right: -100%; width:100%; position: absolute; top:90px; padding:20px; box-sizing: border-box; background: #000000}
	#menu ul li{width:31%; float: left; position: relative; text-align: left; padding: 20px 0px; box-sizing: border-box}
	#menu ul li a{display: block; text-decoration: none; color:#fff; font-size: 14px; font-weight: 700; text-transform: uppercase}
	#menu ul li a b{background: #fff; color:transparent; -webkit-background-clip: text; background-clip: text;}
	#menu ul li a span{opacity: 0; transition: all 0.5s; position: absolute; width:100%; height: 1px; background: #000000; left:0; transform: translate(-50%)}
	#menu ul li a span:nth-child(1){transform: rotate(75deg); top:50%}
	#menu ul li a span:nth-child(2){transform: rotate(-75deg); bottom: 50%}
	#menu ul li:hover a span{transform: rotate(0deg); opacity: 1}
	#menu ul li:hover a span:nth-child(1){top:20px;}
	#menu ul li:hover a span:nth-child(2){bottom:20px;}
	#menu ul li a i{width:60px; text-align: center}
	#call{transition: all 0.3s; width:100% !important; border:1px solid #fff; padding: 15px 20px !important; margin:10px 0px; box-sizing: border-box; border-radius: 5px}
	#call a i{width:20px !important}
	#call a{text-align: center !important}
	#call:hover{background: #000000; border:none}
	#call:hover a{color:#fff}

	#wrap{position: absolute; top:130px; left:0; width:100%; background: #fff;}
	#slider{width:400%; overflow-y:hidden; height: 350px;}
	#slider img{position: relative; width:25%; height: 100%; float: left; animation:slide 20s linear infinite;}

	#treat{width:100%; background:#fff; padding: 40px 10% 5% 10%; box-sizing: border-box;}
	#treat h2{text-align: center; color:#000000; font-size: 30px; margin-bottom: 10px;}
	#treat h2 b{background: #000000;color:transparent; -webkit-background-clip: text; background-clip: text;}
	#treat > #center_line{width:80px; height: 2px; background: #000000; margin:0px auto 50px auto;}
	#treat_box{float:left; transition: transform 0.3s; text-align: center;  box-sizing: border-box; position: relative; cursor: pointer; width:30%; height: 300px; background: #fff; margin:1.5%; overflow: hidden; border-radius: 10px; box-shadow: 0px 2px 4px 0px gray;}
	#treat_box:hover{transform: scale(1.2)}
	#treat_box img{width:100%; height: 200px; object-fit: contain;}
	#treat_box a{text-decoration: none; color:#000000; letter-spacing: 1px; font-size: 20px; margin-top: 30px;}
	#treat_mask{position: absolute; left: 0; bottom: 0px; width:100%; height: auto; padding:4% 2.5%; box-sizing: border-box; background:#207b70f0}
	
	#get_treat_box{float:left; border:1px solid rgb(0,0,0,0.2); transition: transform 0.3s; text-align: center;  box-sizing: border-box; position: relative; cursor: pointer; width:30%; height: 300px; background: #fff; margin:1.5%; overflow: hidden; border-radius: 10px; box-shadow: 0px 2px 4px 0px gray;}
	#get_treat_box:hover{transform: scale(1.2)}
	#get_treat_box img{width:100%; height: 200px; margin-bottom: 20px;}
	#get_treat_box a{text-decoration: none; color:#000000; letter-spacing: 1px; font-size: 20px;}

	#about{width:100%; height: auto; background: url("../imgs/web/2.jpg"); background-repeat: no-repeat; background-size: cover; background-position: center center; background-attachment: fixed}
	#mask{width:100%; height:100%;  padding: 40px 10%; box-sizing: border-box; background:#207b70f0}
	#about h2{text-align: center; color:#fff; font-size: 30px; margin-bottom: 10px;}
	#mask > #center_line{width:80px; height: 2px; background: #fff; margin:0px auto 30px auto;}
	#mask p{color:#fff; font-size:20px; line-height: 35px; letter-spacing: 1px; text-shadow: 0px 0px 5px #000}

	#service{width:100%; background: #fff; padding: 40px 10% 5% 10%; box-sizing: border-box}
	#service h2{text-align: center; color:#000000; font-size: 30px;}
	#service h2 b{background: #000000;color:transparent; -webkit-background-clip: text; background-clip: text;}
	#service > #center_line{width:80px; height: 2px; background: #000000; margin:20px auto}
	#service_box a{text-decoration: none; color: #000}
	#service_box{float: left; border:1px solid rgb(0,0,0,0.2); transition:all 0.3s; cursor: pointer; width:30%; height: 200px; margin:50px 1.5% 10px 1.5%; overflow: hidden; background-color: #fff; border-radius: 10px; box-shadow: 0px 2px 4px 0px gray;}
	#service_box img{width:100%; height: 120px; margin-bottom: 20px;}
	#service_box h3{text-align: center; font-size: 18px; text-transform: uppercase}

	#test{width:100%; background: #fff; padding: 5% 15% 0% 15%; box-sizing: border-box; position: relative}
	#test h2{text-align: center; color:#000000; font-size: 30px; margin-bottom: 10px;}
	#test h2 b{background: #000000;color:transparent; -webkit-background-clip: text; background-clip: text;}
	#test > #center_line{width:5%; height: 2px; background: #000000; margin:0px auto 50px auto;}
	#test ul{list-style-type: none; width:100%;}
	#test ul li{box-shadow: 0px 0px 40px #ccc; width:100%; padding: 20px; box-sizing: border-box; margin: 0px 0% 40px 0%; height: auto;}
	#test ul li img{display: block; width:300px; height:280px; margin:25px auto; border-radius: 100%; border:10px solid #fff; box-shadow: 0px 0px 20px #555; box-sizing: border-box}
	#test ul li h3{width:95%; font-size:24px; color:#000000; margin: 10px auto 30px auto;}
	#test ul li p{width:95%; margin: auto auto 10px auto; color: #3f5267; font-size:18px; letter-spacing: 3px; line-height: 30px;}
	#test ul li sub{font-size: 40px;}
	#test i{position: absolute; top:55%; transform: translateY(-55%); font-size:60px; color:#000000; cursor: pointer}
	#arrow_left{left:10%;}
	#arrow_right{right:10%;}

	@keyframes test{
		0%{margin-left:0%}
		100%{margin-left:-1000px;}
	}

	/*Start of team css*/
	#team{width:100%; height: auto; background: url("../imgs/web/4.jpg"); background-repeat: no-repeat; background-size: cover; background-position: center center; background-attachment: fixed}
	#team > #mask{background:#207b70f0; padding-bottom: 20px}
	#team h2{text-align: center; color:#fff; font-size: 30px; margin-bottom: 10px;}
	#team ul{list-style-type: none; margin-top:1%;}
	#team ul li{cursor: pointer; position: relative; width:30%; display: inline-block; height:280px; margin:20px 1%}
	#front img{width:100%; height: 100%; object-fit: cover; object-position: top}

	#team ul li:nth-child(2n+1) #front{transform: perspective(600px) rotateY(0deg);}
	#team ul li:nth-child(2n+1) #back{transform: perspective(600px) rotateY(180deg);}
	#team ul li:nth-child(2n+1):hover > #back{transform: perspective(600px) rotateY(0deg);}
	#team ul li:nth-child(2n+1):hover > #front{transform: perspective(600px) rotateY(-180deg);}

	#team ul li:nth-child(2n+2):hover > #back{transform: perspective(600px) rotateX(0deg);}
	#team ul li:nth-child(2n+2):hover > #front{transform: perspective(600px) rotateX(-180deg);}
	#team ul li:nth-child(2n+2) #front{transform: perspective(600px) rotateX(0deg);}
	#team ul li:nth-child(2n+2) #back{transform: perspective(600px) rotateX(180deg);}

	#team ul li:nth-child(2n+3) #front{transform: perspective(600px) rotateY(0deg);}
	#team ul li:nth-child(2n+3) #back{transform: perspective(600px) rotateY(-180deg);}
	#team ul li:nth-child(2n+3):hover > #back{transform: perspective(600px) rotateY(0deg);}
	#team ul li:nth-child(2n+3):hover > #front{transform: perspective(600px) rotateY(180deg);}

	#team ul li:nth-child(2n+4):hover > #back{transform: perspective(600px) rotateX(0deg);}
	#team ul li:nth-child(2n+4):hover > #front{transform: perspective(600px) rotateX(180deg);}
	#team ul li:nth-child(2n+4) #front{transform: perspective(600px) rotateX(0deg);}
	#team ul li:nth-child(2n+4) #back{transform: perspective(600px) rotateX(-180deg);}

	#front,#back{backface-visibility: hidden; transition:all 0.4s linear; position: absolute; background: #fff; width:100%; height: 100%;}
	#back{padding: 10%; box-sizing: border-box}
	#back h3{margin:75px 0px 5px 0px; color:#000000; text-align: center; position: relative;}
	#back p{text-align: center; color: #800080; text-shadow: none; font-size: 14px; font-weight: 700}

	#g:hover{background:#D34836;}
	#f:hover{background:#3b5998}
	#t:hover{background:#4099FF}
	#wp{background:#34af23;}
	#yt:hover{background:#F00;}

	#back > #share{width:100%; display: flex; justify-content: center; margin-top:15px}
	#back > #share button{border-width: 0; background: #000000; transition:all 0.5s ease-in-out; outline:none; height:40px; width:40px; border-radius:100%; margin-right:1%; margin-left:1%; color:#fff; text-decoration:none; box-sizing:border-box}
	#back > #share button:hover{border-radius:0px; border-width: 0px}
	#back > #share button a{font-weight:bold; text-decoration:none; color:#fff; text-align:center; display:block; line-height:35px; font-size:14px;}
	#back > #share button:hover a i{animation:social linear infinite 2s}
	@keyframes social{
		0%{transform: rotate(0deg)}
		100%{transform: rotate(360deg)}
	}
	/* end of team css */
	#contact{width:100%; background: url("../imgs/web/5.jpg"); background-repeat: no-repeat; background-size: cover; background-position: center center; background-attachment: fixed}
	#contact > #mask{padding: 40px 10%; background:#207b70f0; box-sizing: border-box;}    /*#207b70f0*/
	#contact h2{text-align: center; color:#fff; font-size: 30px; margin-bottom: 10px;}
	#contact > #center_line{width:30%; height: 2px; background: #000000; margin:0px auto 50px auto;}
	#con_left{width:100%; height: auto;}
	#con_left form{width:100%}
	#input{width:100%; height: 40px; background:#fff; border:1px solid #000000; border-radius: 5px; margin-bottom: 10px;}
	#input i{color:#000000; width:60px; float: left; text-align: center; line-height: 40px;}
	#input input{font-weight: 500; letter-spacing: 1px; color:#000000; width:78%; height: 40px; border:none; outline: none}
	#input input::-webkit-input-placeholder{color:#000000}
	#con_left textarea{font-weight: 500; letter-spacing: 1px; width:100%; height: 100px; border:1px solid #000000; padding:5%; box-sizing: border-box; border-radius: 5px; margin-bottom: 10px; outline: none; resize: none}
	#con_left textarea::-webkit-input-placeholder{color:#000000}
	#con_left form button{transition: background 0.3s; margin-bottom: 40px; letter-spacing: 1px; cursor: pointer; width:100%; height: 40px; font-weight: 500; border:1px solid #fff; background: none; border-radius: 5px; color:#ffff;}
	#con_left form button:hover{background: #000000; border:1px solid #000000;}

	#con_right{width:100%; box-sizing: border-box; height: auto;}
	#con_right table{width:100%;}
	#con_right table tr td{font-weight: 500; font-size: 16px; height: 40px; color:#fff; letter-spacing: 2px;}
	#con_right table tr td i{font-size: 20px;}
	#con_right table tr td a{text-decoration: none; color:#fff}
	#con_right table tr td span{margin-left:20px;}
	#add{line-height: 30px; padding-bottom: 20px; box-sizing: border-box}
	#con_right table tr td:nth-child(1){width:15%; text-align: center}
	#con_right table tr td:nth-child(2){width:85%;}

	#contact iframe{width:100%; height: 350px; margin-top:30px; border-radius: 5px}

	footer{width:100%; height: auto; padding: 30px 2%; box-sizing: border-box; background: #000000;}
	footer h4{text-align: center; color:#fff; line-height: 30px; letter-spacing: 1px}

	#content{width:100%; background: #fff; padding: 40px 10%; box-sizing: border-box}
	#content h2{text-align: center; color:#000000; font-size: 30px; margin-bottom: 10px;}
	#content > #center_line{width:20%; height: 2px; background: #000000; margin:0px auto 40px auto;}
	#content h3{color:#000000; font-size: 24px; margin: 20px 0px 10px 0px;}
	#content center img{display: block; width:100%; height:auto; padding: 10px; border-radius: 5px; margin:0% auto 30px auto; object-fit: contain; border:1px solid rgba(0,0,0,0.1)}
	#content p{font-size: 20px; letter-spacing: 1px; line-height: 35px; margin-top:10px; color:#000000}

	#content ul{list-style-type: none}
	#content ul li{width:31%; float: left; margin:1%; padding: 30px 0%; height: 360px; border:1px solid rgba(0,0,0,0.1); box-sizing: border-box}
	#content ul li img{border:none; margin: 0px auto; display: block; width:100%; height: 200px; object-fit: contain;}
	#content ul li a{text-decoration: none; color:#000000;}
	#content ul li h3{margin-top: 0px; font-size:14px; line-height: 22px; padding:10px 10%; box-sizing: border-box}
	#content ul li button{transition: all 0.3s; width:80%; height: 40px; background: none; outline: none; border:1px solid #25D366; box-sizing: border-box; border-radius: 5px}
	#content ul li button a{text-decoration: none; color:#25D366; display: block; font-weight: 700; font-size: 16px;}
	#content ul li button a i{font-weight: 700; line-height: 40px}
	#content ul li button:hover{background:#25D366}
	#content ul li button:hover a{color:#fff;}

	#video{width:100%; height: auto; padding-bottom: 30px; box-sizing: border-box}
	#video iframe{float:left; width:48%; margin:1%; height: 350px;}
}
@media screen and (min-device-width:1024px) and (max-device-width:1499px){
	#mob_menu{display: none}
	header{width:100%; height:130px; background:#fff; overflow: hidden; box-shadow: 0px 0px 20px #ccc; position: fixed; z-index: 999; top:0;}
	#link{padding:0% 5%; box-sizing: border-box; width:100%; height:35px; background: #000000;}
	#link > #share ul{list-style-type: none}
	#link > #share ul li:nth-child(1){margin-left:0px}
	#link > #share ul li{float: left; margin:0px 20px; line-height: 35px}
	#link > #share ul li a{color:#fff; text-decoration: none; font-size:14px; font-weight: 500;}
	#link > #share ul:nth-child(2){float: right}
	#main_head{width:100%; height:95px; position: relative}
	#logo{width:10%; position: absolute; left:2%;}
	#logo img{width:100%; height:80px; margin-top: 7px}
	#menu{position: absolute; left:16%; width:82%; right:2%; height: 95px;}
	#menu ul{list-style-type: none; width: 100%; display: flex; justify-content: center; }
	#menu ul li{width:auto; position: relative; line-height: 95px; box-sizing: border-box; float: left; text-align: center; padding: 0px 15px 0px;}
	#menu ul li a{display: block; text-decoration: none; color:#000000; font-size: 13px; font-weight: 700; text-transform: uppercase}
	#menu ul li a b{background: #000000; color:transparent; -webkit-background-clip: text; background-clip: text;}
	#menu ul li a span{opacity: 0; transition: all 0.5s; position: absolute; width:100%; height: 1px; background: #000000; left:0; transform: translate(-50%)}
	#menu ul li a span:nth-child(1){transform: rotate(75deg); top:50%}
	#menu ul li a span:nth-child(2){transform: rotate(-75deg); bottom: 50%}
	#menu ul li:hover a span{transform: rotate(0deg); opacity: 1}
	#menu ul li:hover a span:nth-child(1){top:20px;}
	#menu ul li:hover a span:nth-child(2){bottom:20px;}
	#menu ul li a i{margin-right: 2px}
	#call{position: absolute; transition: all 0.3s; top:20px; border:1px solid #000000; border-radius: 5px}
	#call a{line-height: 53px;}
	#call:hover{background: #000000; border:none}
	#call:hover a{color:#fff}

	#wrap{position: absolute; top:130px; left:0; width:100%; background: #fff;}
	#slider{width:400%; overflow-x:hidden; height: 550px;}
	#slider img{position: relative; width:25%; height: 100%; float: left; animation:slide 20s linear infinite;}

	#treat{width:100%; background:#fff; padding: 5% 15%; box-sizing: border-box}
	#treat h2{text-align: center; color:#000000; font-size: 30px; margin-bottom: 10px;}
	#treatsec2 h2{text-align: center; color:#000000; font-size: 35px; margin-top: 0px; margin-bottom: 35px;}
	#treat h2 b{background: #000000;color:transparent; -webkit-background-clip: text; background-clip: text;}
	#treat > #center_line{width:10%; height: 2px; background: #000000; margin:0px auto 50px auto;}
	#treat_box{transition: transform 0.3s; text-align: center;  box-sizing: border-box; position: relative; cursor: pointer; width:23%; height: 300px; float:left; background: #fff; margin:1%; overflow: hidden; border-radius: 10px; box-shadow: 0px 2px 4px 0px gray;}
	#treat_box:hover{transform: scale(1.2)}
	#treat_box img{width:100%; height: 200px; object-fit: fill;}
	#treat_box a{text-decoration: none; color:#000000; letter-spacing: 1px; font-size: 20px; margin-top: 30px;}
	#treat_mask{position: absolute; left: 0; bottom: 0px; width:100%; height: auto; padding:4% 2.5%; box-sizing: border-box; background:#207b70f0}
    
    #get_treat_box{transition: transform 0.3s; text-align: center; border:1px solid rgb(0,0,0,0.2); box-sizing: border-box; position: relative; cursor: pointer; width:23%; height: 340px; float:left; background: #fff; margin:1%; overflow: hidden; border-radius: 10px; box-shadow: 0px 2px 4px 0px gray;}
	#get_treat_box:hover{transform: scale(1.2)}
	#get_treat_box img{width:100%; height: 250px; margin-bottom: 20px;}
	#get_treat_box a{text-decoration: none; color:#000000; letter-spacing: 1px; font-size: 18px; margin-top: 30px;}
    
	#about{width:100%; height: auto; background: url("../imgs/web/2.jpg"); background-repeat: no-repeat; background-size: cover; background-position: center center; background-attachment: fixed}
	#mask{width:100%; height:100%;  padding: 2.5% 16% 2.5% 16%; box-sizing: border-box; background:#207b70f0}
	#about h2{text-align: center; color:#fff; font-size: 30px; margin-bottom: 10px;}
	#mask > #center_line{width:5%; height: 2px; background: #fff; margin:0px auto 50px auto;}
	#mask p{color:#fff; font-size:20px; line-height: 35px; letter-spacing: 2px; text-shadow: 0px 0px 5px #000}

	#service{width:100%; background: #fff; padding: 5% 15%; box-sizing: border-box}
	#service h2{text-align: center; color:#000000; font-size: 30px; margin-bottom: 10px;}
	#service h2 b{background: #000000;color:transparent; -webkit-background-clip: text; background-clip: text;}
	#service > #center_line{width:5%; height: 2px; background: #000000; margin:0px auto 50px auto;}
	#service_box a{text-decoration: none; color: #000}
	#service_box{transition:all 0.3s; border:1px solid rgb(0,0,0,0.2); box-sizing: border-box; cursor: pointer; width:22%; height: 230px; float:left; margin:1.5%; overflow: hidden; background-color: #fff; border-radius: 10px; box-shadow: 0px 2px 4px 0px gray;}
	#service_box img{width:100%; height: 150px; margin-bottom: 20px;}
	#service_box h3{text-align: center; font-size: 18px; text-transform: uppercase}

	#test{width:100%; background: #fff; padding: 5% 15% 0% 15%; box-sizing: border-box; position: relative}
	#test h2{text-align: center; color:#000000; font-size: 30px; margin-bottom: 10px;}
	#test h2 b{background: #000000;color:transparent; -webkit-background-clip: text; background-clip: text;}
	#test > #center_line{width:5%; height: 2px; background: #000000; margin:0px auto 50px auto;}
	#test ul{list-style-type: none; width:100%;}
	#test ul li{box-shadow: 0px 0px 40px #ccc; width:100%; padding: 20px; box-sizing: border-box; margin: 0px 0% 40px 0%; height: auto;}
	#test ul li img{display: block; width:300px; height:280px; margin:25px auto; border-radius: 100%; border:10px solid #fff; box-shadow: 0px 0px 20px #555; box-sizing: border-box}
	#test ul li h3{width:95%; font-size:24px; color:#000000; margin: 10px auto 30px auto;}
	#test ul li p{width:95%; margin: auto auto 10px auto; color: #3f5267; font-size:18px; letter-spacing: 3px; line-height: 30px;}
	#test ul li sub{font-size: 40px;}
	#test i{position: absolute; top:55%; transform: translateY(-55%); font-size:60px; color:#000000; cursor: pointer}
	#arrow_left{left:10%;}
	#arrow_right{right:10%;}

	@keyframes test{
		0%{margin-left:0%}
		100%{margin-left:-1000px;}
	}

	/*Start of team css*/
	#team{width:100%; height: auto; background: url("../imgs/web/4.jpg"); background-repeat: no-repeat; background-size: cover; background-position: center center; background-attachment: fixed}
	#team > #mask{background:#207b70f0}
	#team h2{text-align: center; color:#fff; font-size: 30px; margin-bottom: 10px;}
	#team ul{list-style-type: none; margin-top:1%;}
	#team ul li{cursor: pointer; position: relative; width:21%; margin: 2% 1.5% 0% 1.5%; display: inline-block; height:250px;}
	#front img{width:100%; height: 100%; object-fit: cover}

	#team ul li:nth-child(2n+1) #front{transform: perspective(600px) rotateY(0deg);}
	#team ul li:nth-child(2n+1) #back{transform: perspective(600px) rotateY(180deg);}
	#team ul li:nth-child(2n+1):hover > #back{transform: perspective(600px) rotateY(0deg);}
	#team ul li:nth-child(2n+1):hover > #front{transform: perspective(600px) rotateY(-180deg);}

	#team ul li:nth-child(2n+2):hover > #back{transform: perspective(600px) rotateX(0deg);}
	#team ul li:nth-child(2n+2):hover > #front{transform: perspective(600px) rotateX(-180deg);}
	#team ul li:nth-child(2n+2) #front{transform: perspective(600px) rotateX(0deg);}
	#team ul li:nth-child(2n+2) #back{transform: perspective(600px) rotateX(180deg);}

	#team ul li:nth-child(2n+3) #front{transform: perspective(600px) rotateY(0deg);}
	#team ul li:nth-child(2n+3) #back{transform: perspective(600px) rotateY(-180deg);}
	#team ul li:nth-child(2n+3):hover > #back{transform: perspective(600px) rotateY(0deg);}
	#team ul li:nth-child(2n+3):hover > #front{transform: perspective(600px) rotateY(180deg);}

	#team ul li:nth-child(2n+4):hover > #back{transform: perspective(600px) rotateX(0deg);}
	#team ul li:nth-child(2n+4):hover > #front{transform: perspective(600px) rotateX(180deg);}
	#team ul li:nth-child(2n+4) #front{transform: perspective(600px) rotateX(0deg);}
	#team ul li:nth-child(2n+4) #back{transform: perspective(600px) rotateX(-180deg);}

	#front,#back{backface-visibility: hidden; transition:all 0.4s linear; position: absolute; background: #fff; width:100%; height: 100%;}
	#back{padding: 10%; box-sizing: border-box}
	#back h3{margin:75px 0px 5px 0px; color:#000000; text-align: center; position: relative;}
	#back p{text-align: center; color: #800080; text-shadow: none; font-size: 14px; font-weight: 700}

	#g:hover{background:#D34836;}
	#f:hover{background:#3b5998}
	#t:hover{background:#4099FF}
	#wp{background:#34af23;}
	#yt:hover{background:#F00;}

	#back > #share{width:100%; display: flex; justify-content: center; margin-top:15px}
	#back > #share button{border-width: 0; background: #000000; transition:all 0.5s ease-in-out; outline:none; height:40px; width:40px; border-radius:100%; margin-right:1%; margin-left:1%; color:#fff; text-decoration:none; box-sizing:border-box}
	#back > #share button:hover{border-radius:0px; border-width: 0px}
	#back > #share button a{font-weight:bold; text-decoration:none; color:#fff; text-align:center; display:block; line-height:35px; font-size:14px;}
	#back > #share button:hover a i{animation:social linear infinite 2s}
	@keyframes social{
		0%{transform: rotate(0deg)}
		100%{transform: rotate(360deg)}
	}
	/* end of team css */
	#contact{width:100%; background: url("../imgs/web/5.jpg"); background-repeat: no-repeat; background-size: cover; background-position: center center; background-attachment: fixed}
	#contact > #mask{padding: 2.5% 16%; background:#207b70f0; box-sizing: border-box;}
	#contact h2{text-align: center; color:#fff; font-size: 30px; margin-bottom: 10px;}
	#contact > #center_line{width:5%; height: 2px; background: #000000; margin:0px auto 50px auto;}
	#con_left{width:50%; float: left; height: auto;}
	#con_left form{width:100%}
	#input{width:100%; height: 40px; background:#fff; border:1px solid #000000; border-radius: 5px; margin-bottom: 10px;}
	#input i{color:#000000; width:10%; float: left; text-align: center; line-height: 40px;}
	#input input{font-weight: 500; letter-spacing: 1px; color:#000000; width:90%; height: 40px; border:none; outline: none}
	#input input::-webkit-input-placeholder{color:#000000}
	#con_left textarea{font-weight: 500; letter-spacing: 1px; width:100%; height: 100px; border:1px solid #000000; padding:2%; box-sizing: border-box; border-radius: 5px; margin-bottom: 10px; outline: none; resize: none}
	#con_left textarea::-webkit-input-placeholder{color:#000000}
	#con_left form button{transition: background 0.3s; letter-spacing: 1px; cursor: pointer; width:30%; height: 40px; font-weight: 500; border:1px solid #fff; background: none; border-radius: 5px; color:#ffff;}
	#con_left form button:hover{background: #000000; border:1px solid #000000;}

	#con_right{width:50%; padding:0% 5%; box-sizing: border-box; float: left; height: auto;}
	#con_right table{width:100%;}
	#con_right table tr td{font-weight: 500; font-size: 18px; height: 40px; color:#fff; letter-spacing: 2px;}
	#con_right table tr td i{font-size: 20px;}
	#con_right table tr td a{text-decoration: none; color:#fff}
	#con_right table tr td span{margin-left:20px;}
	#add{line-height: 30px; padding-bottom: 20px; box-sizing: border-box}
	#con_right table tr td:nth-child(1){width:10%;}
	#con_right table tr td:nth-child(2){width:90%;}

	#contact iframe{width:100%; height: 400px; margin-top:30px; border-radius: 5px}

	footer{width:100%; height: auto; padding: 1.5% 2% 1% 2%; box-sizing: border-box; background: #000000;}
	footer h4{text-align: center; color:#fff; letter-spacing: 1px}

	#content{width:100%; background: #fff; padding: 3% 15% 1% 15%; box-sizing: border-box}
	#content h2{text-align: center; color:#000000; font-size: 30px; margin-bottom: 10px;}
	#content > #center_line{width:5%; height: 2px; background: #000000; margin:0px auto 60px auto;}
	#content h3{color:#000000; font-size: 24px; margin: 20px 0px 10px 0px;}
	#content img{width:100%; height:auto; padding: 10px; border-radius: 5px; margin:0% 2% 2% 2%; object-fit: contain; border:1px solid rgba(0,0,0,0.1);}
	#content p{font-size: 20px; letter-spacing: 1px; line-height: 35px; margin-top:10px; margin-bottom: 40px; color:#000000}

	#content ul{list-style-type: none}
	#content ul li{float: left; width:22%; margin:1.5%; padding: 2% 0%; min-height: 410px; border:1px solid rgba(0,0,0,0.1); box-sizing: border-box}
	#content ul li img{border:none; display: block; margin: auto; width:90%; height: 250px; object-fit: contain;}
	#content ul li a{text-decoration: none; color:#000000;}
	#content ul li h3{margin-top: 0px; font-size:14px; line-height: 22px; padding:0px 10% 0px 10%; box-sizing: border-box}
	#content ul li button{transition: all 0.3s; width:80%; height: 40px; background: none; outline: none; border:1px solid #25D366; box-sizing: border-box; border-radius: 5px}
	#content ul li button a{text-decoration: none; color:#25D366; display: block; font-weight: 700; font-size: 16px;}
	#content ul li button a i{font-weight: 700; line-height: 40px}
	#content ul li button:hover{background:#25D366}
	#content ul li button:hover a{color:#fff;}

	#video{width:100%; height: auto; padding-bottom: 30px; box-sizing: border-box}
	#video iframe{float:left; width:48%; margin:1%; height: 350px;}
}
@media screen and (min-device-width:1500px){
	#mob_menu{display: none}
	header{width:100%; height:130px; background:#fff; overflow: hidden; box-shadow: 0px 0px 20px #ccc; position: fixed; z-index: 999; top:0;}
	#link{padding:0% 10%; box-sizing: border-box; width:100%; height:35px; background: #000000;}
	#link > #share ul{list-style-type: none}
	#link > #share ul li:nth-child(1){margin-left:0px}
	#link > #share ul li{float: left; margin:0px 20px; line-height: 35px}
	#link > #share ul li a{color:#fff; text-decoration: none; font-size:14px; font-weight: 500;}
	#link > #share ul:nth-child(2){float: right}
	#main_head{width:100%; height:95px; position: relative}
	#logo{width:10%; position: absolute; left:5%;}
	#logo img{width:80%; height:80px; margin-top:7px}
	#menu{position: absolute; left:16%; width:79%; right:5%; height: 95px;}
	#menu ul{list-style-type: none;}
	#menu ul li{width:11.11%; position: relative; box-sizing: border-box; display: inline-block; line-height: 95px; text-align: center}
	#menu ul li a{display: block; text-decoration: none; color:#000000; font-size: 14px; font-weight: 700; text-transform: uppercase}
	#menu ul li a b{background: #000000; color:transparent; -webkit-background-clip: text; background-clip: text;}
	#menu ul li a span{opacity: 0; transition: all 0.5s; position: absolute; width:100%; height: 1px; background: #000000; left:0; transform: translate(-50%)}
	#menu ul li a span:nth-child(1){transform: rotate(75deg); top:50%}
	#menu ul li a span:nth-child(2){transform: rotate(-75deg); bottom: 50%}
	#menu ul li:hover a span{transform: rotate(0deg); opacity: 1}
	#menu ul li:hover a span:nth-child(1){top:20px;}
	#menu ul li:hover a span:nth-child(2){bottom:20px;}
	#menu ul li a i{margin-right: 2px}
	#call{position: absolute; transition: all 0.3s; border:1px solid #000000; border-radius: 5px}
	#call a{line-height: 53px;}
	#call:hover{background: #000000; border:none}
	#call:hover a{color:#fff}

	#wrap{position: absolute; top:130px; left:0; width:100%; background: #fff;}
	#slider{width:400%; overflow-x: hidden; height: 550px;}
	#slider img{position: relative; float: left; width:25%; height: 100%; animation:slide 20s linear infinite;}
	
	#treat{width:100%; background:#fff; padding: 2% 15% 2% 15%; box-sizing: border-box}
	#treat h2{text-align: center; color:#000000; font-size: 30px; margin-bottom: 10px;}
	#treat h2 b{background: #000000;color:transparent; -webkit-background-clip: text; background-clip: text;}
	#treat > #center_line{width:10%; height: 2px; background: #000000; margin:0px auto 50px auto;}
	#treat_box{box-shadow: 0px 0px 40px #ccc; transition: transform 0.3s; text-align: center;  box-sizing: border-box; position: relative; cursor: pointer; width:18%; height: 300px; float:left; background: #fff; margin:1%; overflow: hidden}
	#treat_box:hover{transform: scale(1.2)}
	#treat_box img{width:98%; height: 200px; object-fit: fill;}
	#treat_box a{text-decoration: none; color:#000000; letter-spacing: 1px; font-size: 20px; margin-top: 30px;}
	#treat_mask{position: absolute; left: 0; bottom: 0px; width:100%; height: auto; padding:4% 2.5%; box-sizing: border-box; background:#207b70f0}
	
	#get_treat_box{transition: transform 0.3s; box-shadow: 0px 0px 40px #ccc; text-align: center; padding-bottom: 10px; box-sizing: border-box; position: relative; cursor: pointer; width:23%; height: 380px; float:left; background: #fff; margin:1%; overflow: hidden}
	#get_treat_box:hover{transform: scale(1.2)}
	#get_treat_box img{width:100%; height: 290px; margin-bottom: 20px;}
	#get_treat_box a{text-decoration: none; color:#000000; letter-spacing: 1px; font-size: 18px; margin-top: 50px;}

	#about{width:100%; height: auto; background: url("../imgs/web/2.jpg"); background-repeat: no-repeat; background-size: cover; background-position: center center; background-attachment: fixed}
	#mask{width:100%; height:100%;  padding: 2.5% 16% 2.5% 16%; box-sizing: border-box; background:#207b70f0}
	#about h2{text-align: center; color:#fff; font-size: 30px; margin-bottom: 10px;}
	#mask > #center_line{width:5%; height: 2px; background: #fff; margin:0px auto 50px auto;}
	#mask p{color:#fff; font-size:20px; line-height: 35px; letter-spacing: 2px; text-shadow: 0px 0px 5px #000}

	#service{width:100%; background: #fff; padding: 5% 15%; box-sizing: border-box}
	#service h2{text-align: center; color:#000000; font-size: 30px; margin-bottom: 10px;}
	#service h2 b{background: #000000; color:transparent; -webkit-background-clip: text; background-clip: text;}
	#service > #center_line{width:5%; height: 2px; background: #000000; margin:0px auto 50px auto;}
	#service_box a{text-decoration: none; color: #000}
	#service_box{transition:all 0.3s; cursor: pointer; box-shadow: 0px 0px 20px #ccc; padding-bottom: 20px; box-sizing: border-box; width:22%; height: 270px; float:left; margin:1.5%; overflow: hidden}
	#service_box img{width:100%; height: 180px; margin-bottom: 20px;}
	#service_box h3{text-align: center; font-size: 18px; text-transform: uppercase}

	#test{width:100%; background: #fff; padding: 5% 15% 2% 15%; box-sizing: border-box; position: relative}
	#test h2{text-align: center; color:#000000; font-size: 30px; margin-bottom: 10px;}
	#test h2 b{background: #000000;color:transparent; -webkit-background-clip: text; background-clip: text;}
	#test > #center_line{width:5%; height: 2px; background: #000000; margin:0px auto 50px auto;}
	#test ul{list-style-type: none; width:100%;}
	#test ul li{box-shadow: 0px 0px 40px #ccc; width:100%; padding: 20px; box-sizing: border-box; margin: 0px 0% 40px 0%; height: auto;}
	#test ul li img{display: block; width:300px; height:280px; margin:25px auto; border-radius: 100%; border:10px solid #fff; box-shadow: 0px 0px 20px #555; box-sizing: border-box}
	#test ul li h3{width:95%; font-size:24px; color:#000000; margin: 10px auto 30px auto;}
	#test ul li p{width:95%; margin: auto auto 10px auto; color: #3f5267; font-size:18px; letter-spacing: 3px; line-height: 30px;}
	#test ul li sub{font-size: 40px;}
	#test i{position: absolute; top:55%; transform: translateY(-55%); font-size:60px; color:#000000; cursor: pointer}
	#arrow_left{left:10%;}
	#arrow_right{right:10%;}
	
	/*Start of team css*/
	#team{width:100%; height: auto; background: url("../imgs/web/4.jpg"); background-repeat: no-repeat; background-size: cover; background-position: center center; background-attachment: fixed}
	#team > #mask{background:#207b70f0}
	#team h2{text-align: center; color:#fff; font-size: 30px; margin-bottom: 10px;}
	#team ul{list-style-type: none; margin-top:1%;}
	#team ul li{cursor: pointer; position: relative; width:21%; margin: 2% 1.5% 0% 1.5%; display: inline-block; height:280px;}
	#front img{width:100%; height: 100%; object-fit: cover}

	#team ul li:nth-child(2n+1) #front{transform: perspective(600px) rotateY(0deg);}
	#team ul li:nth-child(2n+1) #back{transform: perspective(600px) rotateY(180deg);}
	#team ul li:nth-child(2n+1):hover > #back{transform: perspective(600px) rotateY(0deg);}
	#team ul li:nth-child(2n+1):hover > #front{transform: perspective(600px) rotateY(-180deg);}

	#team ul li:nth-child(2n+2):hover > #back{transform: perspective(600px) rotateX(0deg);}
	#team ul li:nth-child(2n+2):hover > #front{transform: perspective(600px) rotateX(-180deg);}
	#team ul li:nth-child(2n+2) #front{transform: perspective(600px) rotateX(0deg);}
	#team ul li:nth-child(2n+2) #back{transform: perspective(600px) rotateX(180deg);}

	#team ul li:nth-child(2n+3) #front{transform: perspective(600px) rotateY(0deg);}
	#team ul li:nth-child(2n+3) #back{transform: perspective(600px) rotateY(-180deg);}
	#team ul li:nth-child(2n+3):hover > #back{transform: perspective(600px) rotateY(0deg);}
	#team ul li:nth-child(2n+3):hover > #front{transform: perspective(600px) rotateY(180deg);}

	#team ul li:nth-child(2n+4):hover > #back{transform: perspective(600px) rotateX(0deg);}
	#team ul li:nth-child(2n+4):hover > #front{transform: perspective(600px) rotateX(180deg);}
	#team ul li:nth-child(2n+4) #front{transform: perspective(600px) rotateX(0deg);}
	#team ul li:nth-child(2n+4) #back{transform: perspective(600px) rotateX(-180deg);}

	#front,#back{backface-visibility: hidden; transition:all 0.4s linear; position: absolute; background: #fff; width:100%; height: 100%;}
	#back{padding: 10%; box-sizing: border-box}
	#back h3{margin:75px 0px 5px 0px; color:#000000; text-align: center; position: relative;}
	#back p{text-align: center; color: #800080; text-shadow: none; font-size: 14px; font-weight: 700}

	#g:hover{background:#D34836;}
	#f:hover{background:#3b5998}
	#t:hover{background:#4099FF}
	#wp{background:#34af23;}
	#yt:hover{background:#F00;}

	#back > #share{width:100%; display: flex; justify-content: center; margin-top:15px}
	#back > #share button{border-width: 0; background: #000000; transition:all 0.5s ease-in-out; outline:none; height:40px; width:40px; border-radius:100%; margin-right:1%; margin-left:1%; color:#fff; text-decoration:none; box-sizing:border-box}
	#back > #share button:hover{border-radius:0px; border-width: 0px}
	#back > #share button a{font-weight:bold; text-decoration:none; color:#fff; text-align:center; display:block; line-height:35px; font-size:14px;}
	#back > #share button:hover a i{animation:social linear infinite 2s}
	@keyframes social{
		0%{transform: rotate(0deg)}
		100%{transform: rotate(360deg)}
	}
	/* end of team css */
	#contact{width:100%; background: url("../imgs/web/5.jpg"); background-repeat: no-repeat; background-size: cover; background-position: center center; background-attachment: fixed}
	#contact > #mask{padding: 2.5% 16%; background:#207b70f0; box-sizing: border-box;}
	#contact h2{text-align: center; color:#fff; font-size: 30px; margin-bottom: 10px;}
	#contact > #center_line{width:5%; height: 2px; background: #000000; margin:0px auto 50px auto;}
	#con_left{width:50%; float: left; height: auto;}
	#con_left form{width:100%}
	#input{width:100%; height: 40px; background:#fff; border:1px solid #000000; border-radius: 5px; margin-bottom: 10px;}
	#input i{color:#000000; width:10%; float: left; text-align: center; line-height: 40px;}
	#input input{font-weight: 500; letter-spacing: 1px; color:#000000; width:90%; height: 40px; border:none; outline: none}
	#input input::-webkit-input-placeholder{color:#000000}
	#con_left textarea{font-weight: 500; letter-spacing: 1px; width:100%; height: 100px; border:1px solid #000000; padding:2%; box-sizing: border-box; border-radius: 5px; margin-bottom: 10px; outline: none; resize: none}
	#con_left textarea::-webkit-input-placeholder{color:#000000}
	#con_left form button{transition: background 0.3s; letter-spacing: 1px; cursor: pointer; width:30%; height: 40px; font-weight: 500; border:1px solid #fff; background: none; border-radius: 5px; color:#ffff;}
	#con_left form button:hover{background: #000000; border:1px solid #000000;}

	#con_right{width:50%; padding:0% 5%; box-sizing: border-box; float: left; height: auto;}
	#con_right table{width:100%;}
	#con_right table tr td{font-weight: 500; font-size: 18px; height: 40px; color:#fff; letter-spacing: 2px;}
	#con_right table tr td i{font-size: 20px;}
	#con_right table tr td a{text-decoration: none; color:#fff}
	#con_right table tr td span{margin-left:20px;}
	#add{line-height: 30px; padding-bottom: 20px; box-sizing: border-box}
	#con_right table tr td:nth-child(1){width:10%;}
	#con_right table tr td:nth-child(2){width:90%;}

	#contact iframe{width:100%; height: 400px; margin-top:30px; border-radius: 5px}

	footer{width:100%; height: auto; padding: 1.5% 2% 1% 2%; box-sizing: border-box; background: #000000;}
	footer h4{text-align: center; color:#fff; letter-spacing: 1px}

	#content{width:100%; background: #fff; padding: 3% 15% 1% 15%; box-sizing: border-box}
	#content h2{text-align: center; color:#000000; font-size: 30px; margin-bottom: 10px;}
	#content > #center_line{width:5%; height: 2px; background: #000000; margin:0px auto 60px auto;}
	#content h3{color:#000000; font-size: 24px; margin: 20px 0px 10px 0px;}
	#content img{width:23%; height:300px; margin:0% 2% 2% 2%; object-fit: contain; border:1px solid rgba(0,0,0,0.1)}
	#content p{font-size: 20px; letter-spacing: 1px; line-height: 35px; margin-top:10px; margin-bottom: 40px; color:#000000}

	#content ul{list-style-type: none}
	#content ul li{float: left; width:22%; margin:1.5%; padding: 2% 0%; min-height: 410px; border:1px solid rgba(0,0,0,0.1); box-sizing: border-box}
	#content ul li img{border:none; width:100%; height: 250px; object-fit: contain;}
	#content ul li a{text-decoration: none; color:#000000;}
	#content ul li h3{margin-top: 0px; font-size:14px; line-height: 22px; padding:0px 10% 0px 10%; box-sizing: border-box}
	#content ul li button{transition: all 0.3s; width:80%; height: 40px; background: none; outline: none; border:1px solid #25D366; box-sizing: border-box; border-radius: 5px}
	#content ul li button a{text-decoration: none; color:#25D366; display: block; font-weight: 700; font-size: 16px;}
	#content ul li button a i{font-weight: 700; line-height: 40px}
	#content ul li button:hover{background:#25D366}
	#content ul li button:hover a{color:#fff;}

	#video{width:100%; height: auto; padding-bottom: 30px; box-sizing: border-box}
	#video iframe{float:left; width:48%; margin:1%; height: 350px;}
}




/*------New---Updates------*/

/* Reset default margins and ensure full-width */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Swiper container */
.swiper-container {
  width: 100%;
  height: 100vh; /* Full viewport height */
  overflow: hidden;
  position: relative;
}

/* Local video styles */
.slider-video {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensures videos cover the slide */
}

/* YouTube video container */
.video-container {
  position: relative;
  width: 100%;
  height: 100%;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
}

/* YouTube iframe */
.youtube-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Slide overlay */
.slide-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: rgba(0, 0, 0, 0.3); /* Semi-transparent background for readability */
  color: #fff;
  padding: 20px;
}

/* Caption styles */
.slide-caption {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 20px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5); /* Improve readability */
    margin-top: 20%;
}

/* Hyperlink styles */
.slide-link {
  color: #fff;
  font-size: 1.2rem;
  text-decoration: underline;
  margin-bottom: 20px;
  transition: color 0.3s ease;
}

.slide-link:hover {
  color: #007bff;
}

/* Button styles */
.slide-button {
  display: inline-block;
  padding: 12px 24px;
  background-color: #007bff;
  color: #fff;
  font-size: 1.1rem;
  font-weight: bold;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.slide-button:hover {
  background-color: #0056b3;
  transform: scale(1.05);
}

/* Navigation buttons */
.swiper-button-prev,
.swiper-button-next {
  color: #fff;
  opacity: 0.7;
}

/* Pagination */
.swiper-pagination-bullet {
  background: #fff;
  opacity: 0.7;
}

.swiper-pagination-bullet-active {
  background: #007bff;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .swiper-container {
    height: 60vh; /* Adjust for tablets */
  }

  .slide-caption {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }

  .slide-link {
    font-size: 1rem;
    margin-bottom: 15px;
  }

  .slide-button {
    padding: 10px 20px;
    font-size: 1rem;
      margin-top: 5%;
  }
}

@media (max-width: 480px) {
  .swiper-container {
    height: 55vh; /* Adjust for mobile */
  }

  .slide-caption {
    font-size: 1.4rem;
    margin-bottom: 10px;
      margin-top: 20%;
  }

  .slide-link {
    font-size: 0.9rem;
    margin-bottom: 10px;
  }

  .slide-button {
    padding: 8px 16px;
    font-size: 0.9rem;
  }

  .slide-overlay {
    padding: 10px;
  }
}


/*--------About2--------*/

/* About Section */
.about-section {
  /*padding: 60px 20px;*/
  background-color: #ecfdf5; /* calm emerald white */
  overflow: hidden;
}

/* Container for flex layout */
.about-container {
  display: flex;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  gap: 40px;
}

/* Image styles */
.about-image {
  flex: 1;
  max-width: 50%;
}

.about-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.about-image img:hover {
  transform: scale(1.03);
  opacity: 0.95;
}

/* Content styles */
.about-content {
  flex: 1;
  max-width: 50%;
  padding: 20px;
}

.about-content h2 {
  font-size: 2.5rem;
  color: #2e2e2e;
  margin-bottom: 20px;
  font-weight: bold;
  animation: fadeIn 1s ease-in;
}

/* Decorative line */
.content-line {
  width: 60px;
  height: 4px;
  background-color: #007bff;
  margin: 0 auto 20px;
  border-radius: 2px;
  animation: slideIn 1s ease-in;
}

/* Text content from PHP */
.about-content p {
  font-size: 1.1rem;
  color: #555;
  line-height: 1.6;
  margin-bottom: 20px;
  animation: fadeIn 1s ease-in 0.2s backwards;
    text-align: justify;
}

#mask p{color:#fff; display:-webkit-box; -webkit-line-clamp:15; -webkit-box-orient:vertical; overflow:hidden; text-overflow:ellipsis; font-size:20px; line-height: 35px; letter-spacing: 1px; text-shadow: 0px 0px 5px #000}

/* Button styles */
.about-button {
  display: inline-block;
  padding: 12px 30px;
  background-color: #007bff;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease, transform 0.2s ease;
  animation: fadeIn 1s ease-in 0.4s backwards;
}

.about-button:hover {
  background-color: #0056b3;
  transform: translateY(-2px);
}

/* Animations */
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes slideIn {
  from { width: 0; }
  to { width: 60px; }
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .about-container {
    flex-direction: column;
    gap: 20px;
  }

  .about-image,
  .about-content {
    max-width: 100%;
  }

  .about-content h2 {
    font-size: 2rem;
  }

  .about-content p {
    font-size: 1rem;
  }

  .about-button {
    padding: 10px 25px;
    font-size: 0.9rem;
  }
    
    #mask p{color:#fff; display:-webkit-box; -webkit-line-clamp:7; -webkit-box-orient:vertical; overflow:hidden; text-overflow:ellipsis; font-size:20px; line-height: 35px; letter-spacing: 1px; text-shadow: 0px 0px 5px #000}
}

@media (max-width: 480px) {
  .about-section {
   /* padding: 40px 15px;*/
  }

  .about-content h2 {
    font-size: 1.8rem;
  }

  .about-content p {
    font-size: 0.9rem;
  }

  .about-button {
    padding: 8px 20px;
    font-size: 0.85rem;
  }

  .content-line {
    width: 40px;
  }
    #mask p{color:#fff; display:-webkit-box; -webkit-line-clamp:7; -webkit-box-orient:vertical; overflow:hidden; text-overflow:ellipsis; font-size:20px; line-height: 35px; letter-spacing: 1px; text-shadow: 0px 0px 5px #000}
}



//* =====================================================
   TESTIMONIALS – GOOGLE STYLE + AUTO HEIGHT + VIDEO READY
   ===================================================== */

.testimonial-section{
    background:#f4f7fb;
    padding:100px 0;
}

.testimonial-container{
    max-width:1200px;
    margin:auto;
    padding:0 20px;
}

/* Header */
.testimonial-header{
    text-align:center;
    margin-bottom:50px;
}

.testimonial-header h2{
    font-size:36px;
    color:#0f172a;
    margin-bottom:6px;
}

.testimonial-header p{
    font-size:17px;
    color:#64748b;
}

.content-line{
    width:80px;
    height:4px;
    background:#0f766e;
    margin:18px auto 0;
    border-radius:10px;
}

/* Swiper auto height fix */
.testimonial-slider .swiper-wrapper{
    align-items:stretch;
}

/* GOOGLE STYLE CARD */
.testimonial-slider .swiper-slide{
    background:#ffffff;
    border-radius:18px;
    box-shadow:0 12px 28px rgba(0,0,0,0.1);
    padding:30px 28px;
    height:auto !important;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
}

/* Quote icon */
.testimonial-slider .swiper-slide::before{
    content:"“";
    font-size:70px;
    color:#0f766e;
    font-weight:800;
    line-height:1;
    opacity:0.15;
}

/* Testimonial text */
.testimonial-slider p{
    font-size:16px;
    line-height:28px;
    color:#334155;
    margin:15px 0 25px;
}

/* Footer (name + rating) */
.testimonial-footer{
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-top:auto;
}

/* Patient info */
.testimonial-user{
    display:flex;
    align-items:center;
    gap:12px;
}

.testimonial-user img{
    width:44px;
    height:44px;
    border-radius:50%;
    object-fit:cover;
}

.testimonial-user h4{
    font-size:15px;
    font-weight:700;
    color:#0f172a;
}

.testimonial-user span{
    font-size:13px;
    color:#64748b;
}

/* Rating stars (Google style) */
.testimonial-rating{
    color:#facc15;
    font-size:14px;
}

/* VIDEO TESTIMONIAL SUPPORT */
.testimonial-video{
    width:100%;
    height:200px;
    border-radius:14px;
    overflow:hidden;
    margin-bottom:18px;
    position:relative;
    background:#000;
}

.testimonial-video iframe,
.testimonial-video video{
    width:100%;
    height:100%;
    object-fit:cover;
}

/* Play icon overlay (optional) */
.testimonial-video::after{
    content:"▶";
    position:absolute;
    inset:0;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:50px;
    color:#ffffff;
    background:rgba(0,0,0,0.35);
    pointer-events:none;
}

/* Swiper controls */
.testimonial-section .swiper-button-prev,
.testimonial-section .swiper-button-next{
    color:#0f766e;
}

.testimonial-section .swiper-pagination-bullet{
    background:#cbd5e1;
    opacity:1;
}

.testimonial-section .swiper-pagination-bullet-active{
    background:#0f766e;
}

/* Button */
.testimonial-button-wrapper{
    text-align:center;
    margin-top:50px;
}

.testimonial-button{
    display:inline-block;
    padding:14px 34px;
    background:#0f766e;
    color:#ffffff;
    border-radius:30px;
    font-weight:600;
    text-decoration:none;
    transition:.3s;
}

.testimonial-button:hover{
    background:#0b5f59;
    transform:translateY(-3px);
}

/* Mobile */
@media(max-width:768px){
    .testimonial-header h2{
        font-size:28px;
    }
}


/*----custom footer---*/

.custom-footer {
  background-color: #000;
  color: #ccc;
  padding: 20px 0;
  font-family: 'Exo', sans-serif;
  position: relative;
  width: 100%;
}

.custom-footer-container {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.custom-footer-section {
  margin: 10px 0;
}

.custom-footer-section h3 {
  color: #ccc;
  font-size: 18px;
  margin-bottom: 10px;
}

.custom-footer-section ul {
  list-style: none;
  padding: 0;
}

.custom-footer-section ul li {
  margin: 5px 0;
}

.custom-footer-section ul li a {
  color: #ccc;
  text-decoration: none;
  transition: color 0.3s;
}

.custom-footer-section ul li a:hover {
  color: #fff;
}

.custom-social-icons {
  margin: 10px 0;
}

.custom-social-icons a {
  color: #ccc;
  margin-right: 15px;
  font-size: 20px;
  transition: color 0.3s;
}

.custom-social-icons a:hover {
  color: #fff;
}

.custom-footer-logo {
  text-align: center;
  margin-top: 20px;
  width: 100%;
}

.custom-footer-logo span {
  font-size: 24px;
  color: #fff;
  margin: 0 5px;
}

.custom-whatsapp-chat {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
}

.custom-whatsapp-chat a {
  background-color: #25D366;
  color: #fff;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  text-decoration: none;
  font-size: 24px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.custom-whatsapp-chat a:hover {
  background-color: #128C7E;
}

@media (max-width: 768px) {
  .custom-footer-container {
    flex-direction: column;
    text-align: center;
  }

  .custom-footer-section {
    margin: 15px 0;
  }

  .custom-whatsapp-chat {
    bottom: 10px;
    right: 10px;
  }

  .custom-whatsapp-chat a {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
  #mtg{
      margin-top: 20px!important;
  }
}

@media (max-width: 480px) {
  .custom-footer-logo span {
    display: block;
  }

  .custom-social-icons a {
    margin: 0 10px;
  }
  #mtg{
      margin-top: 20px!important;
  }
}


.custom_rec_button {
      border: 2px solid #154e4a; /* Border - Dark Teal */
      background-color: #1c3835; /* Emboss - Deep Grey */
      box-shadow: 4px 4px 0 #154e4a, /* Shadow - Green */
                  -4px -4px 0 #a5d64e; /* Highlight - Lime Green */
      color: #ffffff; /* Text/Icons - Pure White */
      padding: 10px 20px;
      font-size: 16px;
      cursor: pointer;
      transition: all 0.3s ease;
    }
    .custom_rec_button:hover {
      background-color: #f9a620; /* CTA/Button - Golden Yellow */
    }



/*--New-buttons--*/


.button-coral, .button-gray, .button-yellow, .button-blue, .button-white {
      padding: 12px 24px;
      border: none;
      border-radius: 6px;
      cursor: pointer;
      transition: background-color 0.3s ease;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }
    .button-coral {
      background-color: #FF6F61;
      color: #FFFFFF;
      font-weight: 600;
    }
    .button-coral:hover {
      background-color: #E55A4D;
    }
    .button-gray {
      background-color: #E0E6E6;
      color: #1A3C34;
      font-family: 'Poppins', sans-serif;
      font-weight: 500;
    }
    .button-gray:hover {
      background-color: #C7D0D0;
    }
    .button-yellow {
      background-color: #F4C430;
      color: #1A3C34;
      font-weight: 600;
    }
    .button-yellow:hover {
      background-color: #DBAD27;
    }
    .button-blue {
      background-color: #4A9CCF;
      color: #FFFFFF;
      font-family: 'Poppins', sans-serif;
      font-weight: 500;
    }
    .button-blue:hover {
      background-color: #3A82B3;
    }
    .button-white {
      background-color: #FFFFFF;
      color: #207b70;
      border: 2px solid #207b70;
      font-weight: 600;
    }
    .button-white:hover {
      background-color: #E6F0F0;
    }
    
    #abtalign{
        padding-right: 90px;
        padding-left: 90px;
    }
    
    @media (max-width: 768px) {
    #abtalign{
        padding-right: 15px;
        padding-left: 15px;
    }
    }
    
    @media (max-width: 480px) {
        #abtalign{
        padding-right: 15px;
        padding-left: 15px;
    }
    }
    
    #treat_box a h3{
        padding: 25px;
    }
    
  