@charset "utf-8";
/* CSS Document */
@font-face {
font-family:Satisfy-Regular;
src:url(../fonts/Satisfy-Regular.ttf);
}
@font-face {
font-family:RobotoCondensed-Regularr;
src:url(../fonts/RobotoCondensed-Regular.ttf);
}
@font-face {
font-family:Poppins-Regular;
src:url(../fonts/Poppins-Regular.ttf);
}
@font-face {
font-family:EBGaramond-VariableFont;
src:url(../font/EBGaramond-VariableFont_wght.html)
}
* {
	margin:0;
	padding:0;
	box-sizing:border-box;
}
body{
	background:url(../images/body-bg.jpg) repeat #fff;
	font-family:Poppins-Regular;
}
#header {
	background:rgba(256, 256, 256, .9);
	position:absolute;
	top:0;
	left:0;
	right:0;
	z-index:99;
	box-shadow: 0 0 10px rgb(0 0 0 / 80%);
}
.container {
	width:100%;
	height:auto;
	margin:0 auto;
}
body {
	font-family: Poppins-Regular;
	color: #000;
}
.em-bar {
	height: 5px;
	width: 90px;
	background: #aec6ef;
	margin: 10px auto;
	position: relative;
	border-radius: 30px;
}
.em-bar.tlft {
	margin:10px 0;
}
.em-bar::before {
content: '';
position: absolute;
background: #023989;
height: 10px;
width: 10px;
left: 0;
top:-2.7px;
border-radius:50%;
-webkit-animation-duration: 3s;
animation-duration: 3s;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-name: MOVE-BG;
animation-name: MOVE-BG;
}
@-webkit-keyframes MOVE-BG {
from {
-webkit-transform: translateX(0);
transform: translateX(0);
}
to {
	-webkit-transform: translateX(88px);
	transform: translateX(88px);
}
}
@keyframes MOVE-BG {
from {
-webkit-transform: translateX(0);
transform: translateX(0);
}
to {
	-webkit-transform: translateX(88px);
	transform: translateX(88px);
}
}
#header .logo {
	float:left;
	margin:5px 0;
}
#header .menu {
	float:right;
}
#header .menu li {
	display:inline-block;
	list-style:none;
	margin-left:20px;
	line-height:90px;
}
#header .menu li a {
	text-decoration:none;
	color:black;
	box-shadow:0 5px 10px rgb(245,197,48);
	padding:10px 20px;
	font-family:Poppins-Regular;
	text-transform:uppercase;
	color:#000;
}
#header .menu li a:hover {
	box-shadow:0 5px 5px #0c55a4;
}
#header .right-side {
	float:right;
	margin:10px 0;
}
#header .right-side .box {
	float:right;
	margin-bottom:18px;
}
#header .right-side .tel-zoom {
	float:left;
	font-size: 15px;
	color: #161616;
	font-weight:500;
	line-height:24px;
	padding:0;
	margin-right:15px;
}
#header .right-side .emailid {
	float:left;
	margin-right:10px;
}
#header .right-side .emailid img {
	float:left;
	margin:4px 5px 0 0;
}
#header .right-side .emailid a {
	display:block;
	font-size: 15px;
	color: #161616;
	font-weight:500;
	line-height:24px;
	padding:0;
	margin:0;
}
#header.right-side .emailid a:hover {
	text-decoration:none;
}
#header .right-side .phone {
	float:left;
}
#header .right-side .phone img {
	float:left;
	margin:4px 5px 0 0;
}
#header .right-side .phone a {
	display:block;
	font-size: 15px;
	color: #161616;
	font-weight:500;
	line-height:24px;
	padding:0;
	margin:0;
}
#header .right-side .phone a:hover {
	text-decoration:none;
}
#header .right-side .book_appointment {
	float:right;
}
#header .right-side .book_appointment img {
	float:left;
	margin: 4px 5px 0 0;
}
#header .right-side .book_appointment a {
	display:block;
	font-size: 18px;
	color: #fff;
	font-weight: 500;
	line-height:24px;
	padding: 6px 14px;
	border-radius: 4px;
	background:#f2b000;
	text-transform: uppercase;
	text-decoration:none;
}
#header .right-side .book_appointment a:hover {
	color: #fff;
	background:#f2b000;
	text-decoration:none;
}
.banner, .banner2, .banner3 {
	width:100%;
	height:600px;
	background-size:cover;
	background-repeat:no-repeat;
}
.banner1 {
	width:100%;
	height:550px;
	background: url('../images/home_banner_top.jpg') !important;
	background-repeat: no-repeat;
	background-position: center;
	background-size:cover;
}
.banner2 {
	background-image:url(../images/eQ1wE8.jpg);
}
.banner3 {
	background-image:url(../images/Wellbeing.jpg);
}
.page-title {
	clear:both;
	position:relative;
	padding:50px 15px;
	text-align:center;
	overflow:hidden
}
.page-title:before {
	content:' ';
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	-webkit-background-size:cover;
	background-size:cover;
	will-change:transform;
	z-index:-1
}
.desktop .page-title:before {
	position:fixed
}
.page-title-text {
	font-family:"Playfair Display", "Times New Roman", Times, serif;
	font-weight:600;
	line-height:1.2;
	letter-spacing:0;
	color:#fff
}
.snackbars {
	max-width:280px;
	padding:9px 16px;
	margin-left:auto;
	margin-right:auto;
	color:#fff;
	text-align:left;
	background-color:#151515;
	border-radius:0;
	box-shadow:0 1px 4px 0 rgba(0, 0, 0, .15)
}
.section-lg, .section-md, .section-sm, .section-xl {
	padding:60px 0
}
.page-title .content {
	float:right;
	text-align:right;
	width:50%;
	color:#fff;
	padding:100px 0;
}
.page-title .content h1 {
	font-size: 60px;
	font-family: Satisfy-Regular;
}
.logohome {
	position: static;
}
.banner .content, .banner2 .content, .banner3 .content {
	float:right;
	text-align:right;
	width:50%;
	color:#fff;
	padding:100px 0;
}
.banner .content h1, .banner2 .content h1, .banner3 .content h1 {
	font-size:60px;
	font-family:Satisfy-Regular;
}
.book-now-btn {
	text-align:center;
	padding:40px 30px;
	float:right;
}
.book-now-btn a {
	font-family:Poppins-Regular;
	padding:20px 30px;
	border-radius:10px;
	background-color:#f5c530;
	width:250px;
	text-decoration:none;
	text-align:center;
	color:#fff;
	border:1px solid #f5c530;
}
.book-now-btn a:hover {
	background-color:transparent;
	border:1px solid #f5c530;
}
#home-text-content {
	width:100%;
	height:auto;
	overflow:hidden;
	padding: 20px 0 0;
	//text-align:center;
}
.queer-btn {
	font-family:Poppins-Regular;
	font-size:20px;
	color: #fff;
    font-weight: 600;
    text-align: center;
    line-height: 30px;
    text-transform: uppercase;
    border: 1px solid #b97e00;
    padding: 5px 20px;
    margin-bottom: 10px;
    display: inline-block;
    background: #ffae00;
	border-radius:4px;
}
#home-text-content h1 {
	
	color:#0b56a6;
	font-weight:600;
	text-align:center;
	line-height:60px;
}
#home-text-content ul {
	margin: 10px 0 0 20px;
    padding: 0;
    list-style: disc;
}
#home-text-content .alignright {
	float: right;
    width: 50%;
    height: auto;
    margin: 0 0 0 10px;
	box-shadow: 0 0 10px rgb(0 0 0 / 50%);
    border: 1px solid #eaeaea;
	border-radius:10px;
}
#text-content {
	width:100%;
	height:auto;
	overflow:hidden;
	padding: 20px 0 40px;
}
#text-content h1 {
	font-family:Poppins-Regular;
	font-size:32px;
	color:#0b56a6;
	font-weight:600;
	line-height:40px;
}
#text-content h2 {
	font-family:Poppins-Regular;
	font-size:32px;
	color:#0b56a6;
	font-weight:600;
	line-height:40px;
}
#text-content ul {
	margin: 10px 0 0 20px;
    padding: 0;
    list-style: disc;
}
#text-content .alignright {
	float: right;
    width: 50%;
    height: auto;
    margin: 0 0 0 10px;
	box-shadow: 0 0 10px rgb(0 0 0 / 50%);
    border: 1px solid #eaeaea;
	border-radius:10px;
}
#text-content-ser {
	width:100%;
	height:auto;
	overflow:hidden;
	padding: 20px 0 40px;
}
#text-content-ser h1 {
	font-family:Poppins-Regular;
	font-size:32px;
	color:#0b56a6;
	font-weight:600;
	text-align:center;
}
#text-content-ser ul {
	margin: 10px 0 0 20px;
    padding: 0;
    list-style: disc;
}
#text-content-ser .alignright {
	float: right;
    width: 50%;
    height: auto;
    margin: 0 0 0 10px;
	box-shadow: 0 0 10px rgb(0 0 0 / 50%);
    border: 1px solid #eaeaea;
	border-radius:10px;
}
.text-content-main-div {
	width:100%;
	height:auto;
	padding:40px 0;
	box-sizing:border-box;
}
.text-content-main-div img {
	padding:12px 0;
}
.text-content-main-div div {
	width:33%;
	height:auto;
	box-sizing:border-box;
	float:left;
	padding:20px 10px;
	box-shadow:0 20px 2px #0c55a4;
}
p {
	font-size:14px;
	font-family:Poppins-Regular;
    color: #161616;
	line-height:24px;
	margin: 0!important;
	padding:10px 0;
}
.text-content-main-div h3 {
	font-family:Poppins-Regular;
	font-weight:500;
	color:#161616;
}
.text-content-main-div p {
	padding:6px 0;
	color:#161616;
}
.text-content-main-div li {
	list-style:none;
	font-size:14px;
	font-family:Poppins-Regular;
	color:#161616;
}
.text-content-main-div .fa-angle-right {
	font-size:18px;
	color:rgb(245,197,48);
}
#why-choose {
	width:100%;
	height:auto;
	overflow:hidden;
	padding:40px 0;
	background:url(../images/blue-bg.jpg) no-repeat center bottom #0c55a4;
	background-size:cover;
}
#why-choose h3 {
	
	font-size:32px;
	color:#fff;
    text-align: center;
    line-height: 45px;
    font-weight: 600;
}
#why-choose h5 {
	text-align:center;
	padding:10px 0;
	font-weight:500;
	font-size:18px;
	color:#fff;
}
.why-choose-main-div {
	width:100%;
	height:auto;
	overflow:hidden;
}
.why-choose-main-div div {
	width:33%;
	height:auto;
	float:left;
	padding: 30px 20px 0;
    text-align: center;
}
#why-choose img {
	width: 370px;
	margin-top: 20px !important;
  height: 350px;
  margin: auto;
  display: block;
 
 
  padding: 10px;
  background: #fff;
}
.why-choose-main-div div h4 {
	font-family:Poppins-Regular;
	color:#fff;
	font-size:22px;
	padding-top:30px;
	line-height: 30px;
}
.why-choose-main-div div p {
	color:#fff;
	padding:10px 0;
}
#testimonial-sec {
	width:100%;
	height:auto;
	overflow:hidden;
	background: #fff;
    padding: 40px 0;
	text-align:center;
}
#testimonial-sec h3 {
	
	font-size:32px;
	color:#0b56a6;
    text-align: center;
    line-height: 45px;
    font-weight: 600;
}
#testimonial-sec h4 {
	font-family:Poppins-Regular;
	font-size:24px;
	color:#0b56a6;
    text-align: center;
    line-height: 30px;
    font-weight: 500;
}
#testimonial-sec .testi-box {
	border: 1px solid #e4e4e4;
    padding: 20px 30px;
    margin: 20px 0;			
}
#testimonial-sec .ptxt {
	text-align:center;
	line-height:30px;
	font-style:italic;
	padding:10px 0;
	font-weight:400;
	font-size:16px;
	color:#161616;
}
#testimonial-sec .tname {
	text-align:center;
	padding:10px 0 20px;
	font-weight:500;
	font-size:20px;
	color:#0c55a4;
	font-style:normal;
}
#testimonial-sec .testimonl-btn {
	font-style:normal;
	font-family:Poppins-Regular;
	padding:6px 20px;
	border-radius:4px;
	background-color:#0c55a4;
	text-decoration:none;
	text-align:center;
	color:#fff;
	display:inline-block;
}
#testimonial-sec .testimonl-btn:hover {
	background-color:#f5c530;
	color:#fff;
}
#our-team {
	width:100%;
	height:auto;
	overflow:hidden;
	background: #ececec;
    padding: 40px 0;
}
#our-team .our_team_data {
	height:220px;
	max-width:100%;
	margin:auto;
	display:block;
	border-radius: 8px;
    box-shadow: 0 0 10px rgb(140 140 140);
    border: 1px solid #fff;
}
#our-team h3 {
	font-family:Poppins-Regular;
	font-size:32px;
	color:#0b56a6;
    text-align: center;
    line-height: 45px;
    font-weight: 600;
}
#our-team h5 {
	text-align:center;
	padding:10px 0;
	font-weight:400;
	font-size:18px;
	color:#161616;
}
.our-team-main-div {
	width:100%;
	height:auto;
	box-sizing:border-box;
	padding:20px 0;
}

.our-team-main-div .our-team-col {
	width:25%;
	min-height:450px;
	overflow:hidden;
	float:left;
	position:relative;
}
.our-team-col h5 {
	text-align:center;
	padding:10px 0;
	font-weight:500;
	font-size:18px;
	font-family:Poppins-Regular;
	color:#161616;
}
.our-team-col p {
	padding:10px 0;
	text-align:center;
}
.our-team-col .more-btn {
	position:absolute;
	bottom:30px;
	left:0;
	right:0;
	margin:0 auto;
	text-align: center;
}
.our-team-col .more-btn a {
	font-family:Poppins-Regular;
	padding:6px 20px;
	border-radius:4px;
	background-color:#0c55a4;
	text-decoration:none;
	text-align:center;
	color:#fff;
	display:inline-block;
}
.our-team-col .more-btn a:hover {
	background-color:#f5c530;
	color:#fff;
}
.testim-box {
	width:100%;
	height:auto;
	overflow:hidden;
	float:left;
	border:1px solid #e2e2e2;
	background:#fff;
	margin:20px 0;
	padding: 10px 0
}
.testim-box p {
	padding:10px 20px;
	text-align:center;
	font-size:18px;
	font-family:Poppins-Regular;
	color:#161616;
	line-height:30px;
	font-style:italic;
}
.testim-box p strong {
	display: inline-block;
    font-size: 24px;
    color: #0b56a6;
    border-top: 2px solid #0b56a6;
    padding-top: 10px;
    font-style: initial;
	
}
#contact-frm-with-content {
	width:100%;
	height:auto;
	overflow:hidden;
	padding:50px 0;
	background:url(../../../../back.jpg) no-repeat center #edf4f9;
	background-size:cover;
}
.contact-frm-with-content-col1 {
	height:auto;
	width:40%;
	float:left;
	background-color:#0c55a4;
	padding:30px;
	border-radius: 20px;
}
.contact-frm-with-content-col1 h2 {
	text-align:center;
	font-family:Satisfy-Regular;
	font-size:30px;
	letter-spacing:1px;
	color:white;
	padding:0;
}
.inp {
	width: 98%;
	font-family:Poppins-Regular;
	font-size:16px;
	color:#161616;
	border: 1px solid #8e8c8c;
	border-radius: 5px;
	padding: 10px;
	margin: 0;
}
textarea {
	width:98%;
	font-family:Poppins-Regular;
	font-size:16px;
	color:#161616;
	border: 1px solid #8e8c8c;
	border-radius: 5px;
	height:140px;
	margin:0;
	padding:10px;
	background:#fff;
}
.send-bttn {
	width:auto;
	height:44px;
	font-family:Poppins-Regular;
	color:#fff;
	font-size:18px;
	font-weight:500;
	text-transform:uppercase;
	padding:10px 20px;
	text-align: center;
	cursor:pointer;
	background:#0b56a6!important;
	border: 1px solid #b1d3f7;
	border-radius:5px;
}
.send-bttn:hover {
	background:#f2b000;
}
#contact {
	width:100%;
	height:auto;
	padding:30px 0 40px;
	overflow:hidden;
}
#contact h2 {
	font-family:Poppins-Regular;
	font-size:32px;
	color:#161616;
	font-weight:500;
	line-height:45px;
	margin-bottom:20px;
	text-align:center;
}
.contact-main-div {
	width:90%;
	height:auto;
	margin: 0 auto;
}
.contact-main-div iframe {
	width:100%;
	border-radius:10px;
	box-shadow: 0 0 5px rgb(0 0 0 / 50%);
	border:none;
}
.contact-col-one {
	width:50%;
	height:auto;
	float:left;
}
.adress {
	width:70%;
	margin:0 auto;
	padding:30px 0;
}
.adress h5 {
	font-family:Poppins-Regular;
	color:#0b56a6;
	font-size:24px;
	font-weight:500;
	margin:0;
	padding:0 0 10px;
}
.fa-location-arrow, .fa-envelope {
	font-size:20px;
}
.adress ul {
	margin:0 0 20px;
	padding:0;
}
.adress li {
	list-style:none;
	font-size:18px;
	font-family:Poppins-Regular;
	text-decoration:none;
}
.adress a {
	font-family:Poppins-Regular;
	text-decoration:none;
	color:#161616;
	padding:20px 0;
}
.contact-frm-with-content-col2 {
	height:auto;
	width:55%;
	float:right;
	padding:0px 30px;
}
.contact-frm-with-content-col2 h5 {
	font-weight:600;
	font-size:28px;
	
	color:#0b56a6;
	line-height:40px;
}
.contact-frm-with-content-col2 ul {
	margin: 0;
    padding: 0;
    list-style: none;
}
.contact-frm-with-content-col2 li {
	font-size:16px;
	font-family:Poppins-Regular;
	color:#161616;
	line-height:30px;
}
.fa-angle-right {
	font-size:18px;
	color:rgb(245,197,48);
}
.contact-frm-with-content-col2 p {
	padding:10px 0;
}
#text-with-img {
	width:100%;
	height:auto;
	overflow:hidden;
	padding:50px 0;
	border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.text-with-img-main-div {
	width:100%;
	height:auto;
}
.text-with-img-main-div div {
	width:50%;
	height:auto;
	float:left;
}
.text-with-img-main-div h5 {	
	font-family:Poppins-Regular;
	font-size:28px;
	color:#0b56a6;
	line-height:40px;
	font-weight:600;
}
.text-with-img-main-div p {
	padding: 11px 7px;
  background: white;
 
  margin: 9px 3px 0px 14px !important;

}
.text-with-img-main-div ul {
	margin: 0 0 0 20px;
    padding: 0;
    list-style: disc;
}
.text-with-img-main-div li {
	font-size:14px;
	font-family:Poppins-Regular;
	color:#ffffff;
	line-height:24px;
}
.text-with-img-main-div div img {
	width:98%;
	height:auto;
	float:right;
    border-radius: 10px;
}
#services {
	width:100%;
	height:auto;
	padding:20px 0;
	overflow:hidden;
	text-align:center;
}
#services h2 {
	
	font-size:32px;
	color:#0b56a6;
	font-weight:600;
	line-height:45px;
	text-align:center;
	padding:0;
}
.column {
	float: left;
	width: 25%;
	margin-bottom: 16px;
	padding: 0 8px;
}
.card {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	margin: 8px!important;
	border-radius: 10px!important;
	margin:auto;
	display:block;
}
.card img {
	border-radius: 10px 10px 0 0;
}
.card h5 {
	padding: 10px 7px 0;
    font-weight: 500;
    font-size: 24px;
    font-family: Poppins-Regular;
    text-align: center;
    color: #161616;
    min-height: 70px;
    line-height: 30px;
}
.card h5 span {
	display:block;
	color:#161616!important;
}
.card p {
	text-align:center;
	padding:10px 5px 0px 14px;
	min-height:83px;
	color:#161616;
	/* display:none; */
}
.read-more-btn {
	ext-align:center;
	padding:10px 20px 20px;
	margin:auto;
}
.read-more-btn a {
	font-family:Poppins-Regular;
	padding:10px;
	border-radius:5px;
	background-color:#0c55a4;
	width:130px;
	text-decoration:none;
	text-align:center;
	color:white;
	/* margin:auto; */
	display:block;
	color:#fff;
}
.read-more-btn a:hover {
	color:#fff;
	background-color:#f5c530;
	text-decoration:none;
}
.blog-section {
	width:100%;
	height:auto;
	overflow:hidden;
	padding:30px 0;
	background:#e5efeb;
}
.blog-section h4 {
	font-family:Poppins-Regular;
	font-size:32px;
	color:#0b56a6;
	font-weight:600;
	line-height:45px;
	text-align:center;
}
.blog-section .postbox {
	position: relative;
    text-align: center;
	border-radius: 10px;
	background:#0b56a6;
	padding:0 0 20px;
	margin:10px 0;
}
.blog-section .postbox:hover {
	background:#f5c530;
}
.blog-section .postbox a {
	text-decoration:none;
}
.blog-section .postbox img {
	width: 100%;
    height: 180px;
    border-radius: 10px 10px 0 0;
}
.blog-section .postbox h5 {
	font-family:Poppins-Regular;
	font-size:16px;
	color:#fff;
	font-weight:500;
	line-height:24px;
	padding:10px;
	margin:0;
}
.blog-section .postbox p {
	font-family:Poppins-Regular;
	font-size:14px;
	color:#fff;
	font-weight:400;
	line-height:22px;
	padding:0 10px;
	margin:0;
}
#last-content {
	width:100%;
	height:auto;
	overflow:hidden;
	padding:40px 0 0;
	margin-bottom:40px;
	background:#e5efeb;
}
#last-content h4 {
	font-family:Poppins-Regular;
	font-size:32px;
	color:#0b56a6;
	font-weight:600;
	line-height:45px;
	text-align:center;
}
.detail {
	text-align:center;
	padding:0;
}
.last-content-main-div {
	width:100%;
	height:auto;
	overflow:hidden;
	box-shadow:0 0 5px rgb(245,197,48);
}
.last-content-main-div div {
	width:50%;
	height:auto;
	float:left;
	padding:30px 20px;
}
.last-content-main-div div h5 {
	font-size:20px;
	font-family:Poppins-Regular;
	text-align:left;
	color:#fff;
	border-bottom: 1px solid #92a9a1;
    padding-bottom: 10px;
}
.last-content-main-div div p {
	text-align:left;
	padding:10px 0 20px;
	color:#fff
}
.accordion-section h2 {
	
	font-size:32px;
	color:#0b56a6;
	font-weight:600;
	line-height:45px;
	text-align:center;
}
#footer {
	width:100%;
	height:auto;
	background:url(../../../../services/footer.jpg) no-repeat center #2d2d2d;
	background-size:cover;
	color:white;
	padding:30px 0 10px;
	overflow:hidden;
	border-top:5px solid #0c55a4;
}
.footer-main-div {
	width:100%;
	height:auto;
}
.footer-col {
	height:auto;
	float:left;
	padding:0 20px;
}
.footer-col h5 {
	padding: 0 0 10px;
    font-weight: 500;
    font-size: 18px;
    font-family: Poppins-Regular;
    color: #fff;
    border-bottom: 3px solid #fff;
    display: inline-block;
    text-transform: uppercase;
}
.footer-col li {
	list-style: disc;
    margin-left: 20px;
	color:#ffc017;
}
.footer-col li a {
	display: block;
	font-family:Poppins-Regular;
	font-size:15px;
	color:#fff;
	font-weight: 400;
	text-decoration:none;
    padding: 5px 0;
}
.footer-col li a:hover {
	color:#ffc017;
	text-decoration:none;
}
.footer-add-col {
	height:auto;
	float:left;
	padding:0 20px;
}
.footer-add-col h5 {
	padding: 0 0 10px;
    font-weight: 500;
    font-size: 18px;
    font-family: Poppins-Regular;
    color: #fff;
    border-bottom: 3px solid #fff;
    display: inline-block;
	text-transform: uppercase;
}
.footer-add-col li {
	list-style:none;
	padding:10px 0;
}
.footer-add-col li strong {
	padding-right:5px;
	font-weight: 500;
	color: #ffc017;
}
.footer-add-col li a {
	font-family:Poppins-Regular;
	font-size:15px;
	color:#fff;
	font-weight: 400;
	text-decoration:none;
    padding:0;
}

.footer-social-link {
	float:left;
	padding:0 20px;
	clear:both;
}
.footer-social-link li {
	list-style:none;
	display: inline-block;
}
.footer-social-link li a {
	font-family: Poppins-Regular;
    font-size: 24px;
    color: #fff;
    font-weight: 400;
    text-decoration: none;
    padding: 8px 10px;
    display: block;
    border: 1px solid #969393;
    line-height: 22px;
    margin: 5px;
    border-radius: 5px;
}
.footer-social-link li a:hover {
    color: #ffc017;
    border: 1px solid #ffc017;
}
#banner-2 {
	width: 100%;
	height: 400px;
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
	padding: 50px;
	background-position: center;
}
.form-div {
	width: 90%;
    height: auto;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    border-radius: 10px;
    padding: 2% 5%;
    background: #fff;
    margin: 0 auto 50px;
}
.form-div h5 {
	font-family:Satisfy-Regular;
	padding:10px;
	color:#161616;
	font-size:36px;
	letter-spacing:1px;
}

.accordion-section .panel-default > .panel-heading {
	border: 0;
	background: #f4f4f4;
	padding: 0;
	xbackground: #0b56a6;
}
.accordion-section .panel-default .panel-title a {
	display: block;
	font-style:normal;
	font-size: 18px;
	color:#0b56a6;
	text-decoration:none;
}
.accordion-section .panel-default .panel-title a:after {
	font-family: 'FontAwesome';
	font-style: normal;
	font-size: 3rem;
	content: "\f106";
	color: #f5b716;
	float: right;
	text-decoration:none;
	margin-top: -12px;
}
.accordion-section .panel-default .panel-title a.collapsed:after {
	content: "\f107";
}
.accordion-section .panel-default .panel-body {
	font-size: 15px;
    color: #161616;
    line-height: 24px;
}
#banner-3 {
	width:100%;
	height:400px;
	background-size:cover;
	background-repeat:no-repeat;
	overflow:hidden;
	padding:50px;
	background-position:center;
}
#about-content {
	width:100%;
	height:auto;
	overflow:hidden;
	padding:30px 0;
}
#about-content h1 {
	font-family: Poppins-Regular;
    font-size: 32px;
    color: #0b56a6;
    font-weight: 500;
    line-height: 45px;
    margin-bottom: 0;
    text-align: center;
}
#about-content h2 {
	font-family: Poppins-Regular;
    font-size: 32px;
    color: #161616;
    font-weight: 500;
    line-height: 45px;
    margin-bottom: 0;
    text-align: center;
}
.main-content {
	width:100%;
	height:auto;
	overflow:hidden;
}
.about-col-1 {
	width:100%;
	float:left;
}
.about-col-1 img {
	width:100%;
	height:auto;
	box-shadow: 0 0 10px rgb(0 0 0 / 50%);
    border: 1px solid #eaeaea;
	border-radius:10px;
}
.about-col-1 a {
	text-decoration:none;
	color:black;
	font-size:14px;
	font-family:Poppins-Regular;
}
.team-col-1 {
	width:100%;
	float:left;
}
.team-col-1 img {
	float:right;
	width:35%;
	height:auto;
    margin-left:20px;
	box-shadow: 0 0 10px rgb(0 0 0 / 50%);
    border: 1px solid #eaeaea;
	border-radius:10px;
}
.team-col-1 a {
	text-decoration:none;
	color:black;
	font-size:14px;
	font-family:Poppins-Regular;
}
.team-col-1 ul {
	list-style:none;
	margin:0;
	padding:0;
}
.team-col-1 ul li {
	position:relative;
	font-size: 14px;
    font-family: Poppins-Regular;
    color: #161616;
    line-height: 24px;
    margin: 0!important;
	padding-left:15px;
}
.team-col-1 ul li:before {
	content:'';
	position:absolute;
	left:0;
	top: 9px;
	width: 5px;
    height: 5px;
    background: #0b56a6;
    border-radius: 50px;
}

#banner-4 {
	width:100%;
	height:400px;
	background-image:url(../images/Untitled-5.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	overflow:hidden;
	padding:50px;
	background-position:center;
}
.sevices-Couples-Therapy {
	width:100%;
	height:auto;
	padding:20px 0;
	background:#0c55a4;
	color:white;
}
.sevices-Couples-Therapy p {
	font-size:20px;
	font-family:Poppins-Regular;
}
.services-content, .services-2-content {
	width:100%;
	height:auto;
	margin:20px 0 20px 0;
}
.services-content h1 {
	font-family: Poppins-Regular;
    font-size: 32px;
    color: #0b56a6;
    font-weight: 500;
    line-height: 45px;
    margin-bottom: 0px;
    text-align: center;
}
.services-content h2 {
	font-family: Poppins-Regular;
    font-size: 32px;
    color: #0b56a6;
    font-weight: 600;
    line-height: 45px;
    margin-bottom: 0px;
    text-align: center;
}
.services-content h5, .services-2-content h5 {
	font-family:Poppins-Regular;
	font-weight:600;
	font-size: 24px;
    line-height: 30px;
	color: #0b56a6;
}
.services-content .content_area {
	margin-top:15px;
	margin-bottom:15px;
}
.services-content .content_img img {
	width:100%;
	height:auto;
	border-radius: 10px;
    box-shadow: 0 0 10px rgb(0 0 0 / 50%);
    border: 1px solid #eaeaea;
	margin-top:15px;
	margin-bottom:15px;
}
.services-content .col-sm-6 {
	margin:20px 0;
}
.services-content .col-sm-6 img {
	width:100%;
	border-radius: 10px;
    box-shadow: 0 0 10px rgb(0 0 0 / 50%);
    border: 1px solid #eaeaea;
}
.services-content .col-sm-6 ul {
	margin-left:20px;
}
.services-2-content .row {
	box-shadow:0 0 10px;
	padding:20px 0;
}
.services-2-content .col-sm-6 {
	border:none;
	margin:0;
}
.services-2-content .col-sm-6 div {
	box-shadow:0 0 10px black;
	padding:20px;
}
.services-last-content {
	width:100%;
	height:auto;
	padding:10px 0;
	xbackground-image:url(../images/Untitled-10.jpg) !important;
	overflow:hidden;
	xbackground-repeat:no-repeat;
	color:#161616;
	xbackground-size:cover;
	margin:20px 0;
}
.services-last-content .row {
	padding:10px 0;
}
.services-last-content h5 {
	font-family: Poppins-Regular;
    font-weight: 600;
    font-size: 24px;
    color: #0b56a6;
    line-height: 30px;
}
.services-last-content .col-sm-6 {
	xborder-right:1px solid white;
	margin-top:20px
}
.services-last-content li {
	list-style:none;
	list-style: circle !important;
	font-size:15px;
	font-family:Poppins-Regular;
	color:#161616;
}
.fa-angle-right {
	font-size:12px;
	color:white;
}
.main-content-1, .main-content-2 {
	height:auto;
	width:100%;
	padding:40px 0;
	overflow:hidden;
}
.main-content-1 div, .main-content-2 div {
	width:50%;
	height:auto;
	float:left;
	border-right:1px solid #0c55a4;
	padding:0 20px;
}
.main-content-1 .text, .main-content-2 .text {
	padding:40px 0;
}
.sevices-content p {
	color:#161616;
	font-size:15px;
	font-family:Poppins-Regular;
	padding:10px 0;
}
.sevices-content h5 {
	font-family:Poppins-Regular;
	color:#161616;
	font-size:22px;
}
.second-content {
	width:100%;
	height:auto;
	overflow:hidden;
	padding:40px 0;
	box-sizing:border-box;
	background:url(../images/blue-bg1.jpg) no-repeat #0b56a6;
	background-size:cover;
}
.second-content p {
	color:#fff;
	font-size:15px;
	font-family:Poppins-Regular;
	padding:10px 0;
}
.second-content h5 {
	font-family:Poppins-Regular;
	color:#fff;
	font-size:22px;
}
.second-content ul {
	margin:0 0 0 20px;
	padding:0;
}
.second-content li {
	color:#fff;
	font-size:15px;
	font-family:Poppins-Regular;
}
.second-content img {
	width: 100%;
	/* border-radius: 10px;
    box-shadow: 0 0 10px rgb(0 0 0 / 50%);
    border: 1px solid #eaeaea; */
}
.col-2, .col-3 {
	width:50%;
	height: auto;
	float:left;
	padding:10px;
}
.col-3 {
	padding:60px 20px;
	box-shadow:0 0 10px black;
}
.second-content h5, .last-content {
	font-family: Poppins-Regular;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
	margin:0;
}
.last-content {
	width:100%;
	height:auto;
	overflow:hidden;
	background-repeat:no-repeat;
	color:white;
	background-size:cover;
	padding:50px 0;
}
.last-content-main-div {
	width:100%;
	height:auto;
	padding:20px 0 0;
	background-color:transparent;
	box-shadow:none;
}
.col-4 {
	float:left;
	width:50%;
	height: auto;
	padding:0 30px;
	border-left:1px solid white;
}
.last-content li {
	list-style:none;
	font-size:12px;
	font-family:Poppins-Regular;
}
.fa-angle-right {
	font-size:12px;
	color:white;
}
.contact-now {
	font-size:16px;
	font-family:Poppins-Regular;
	padding:10px 0;
}
.home_last h5 {
	color:#000 !important;
}
.home_last p {
	color:#000 !important
}
.wpcf7-not-valid-tip {
	color: #dc3232;
	font-size: .81em;
	font-weight: normal;
	display: unset;
}
/*----------------------------------------*/
/*  2.2.2 Header Mainmenu
/*----------------------------------------*/
.mainmenu-area {
	float: right;
	padding: 0px 0 0;
}
.header-logo-menu.stick .mainmenu-area {
	padding: 0
}
.mainmenu, .header-search {
	float: right;
    clear: both;
}
.mainmenu ul#nav {
	margin: 0;
}
.mainmenu ul#nav li {
	float:left;
	margin-right: 5px;
	position: relative;
	list-style: none;
}
.mainmenu ul#nav li:last-child {
	margin-right: 0;
}
.mainmenu ul#nav > li > a {
	display: block;
	font-family: Poppins-Regular;
	font-size: 16px;
	color: #fff;
	font-weight: 500;
	line-height: 24px;
	text-decoration: none;
	text-transform: uppercase;
	background:#0b56a6;
	padding: 6px 14px;
	margin: 0;
	border-radius: 4px;
    transition: all .3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.mainmenu li > a > i {
	margin-left: 6px;
	position: relative;
	top: -1px;
}
.mainmenu ul#nav > li:hover > a, .mainmenu ul#nav li ul.sub-menu > li a:hover {
	color: #fff;
	background: #f5b716;
}
.mainmenu ul li ul {
	position: absolute;
	left: 0;
	top:0px;
	width:225px;
	background: #161616;
	visibility:hidden;
	margin-top:20px;
transition: all .3s ease-in-out;
	opacity:0;
}
.mainmenu ul li:hover ul {
	visibility:visible;
	margin-top:0;
transition: all .3s ease-in-out;
	opacity:1;
}
.mainmenu ul li:hover ul li ul {
	visibility:hidden;
	margin-top:20px;
	opacity:0;
}
.mainmenu ul li:hover ul li ul li ul {
	visibility:hidden;
	margin-top:20px;
	opacity:0;
}
.mainmenu ul li ul li {
	position:relative;
	width: 100%;
}
.mainmenu ul li ul li ul {
	position: absolute;
	left:170px;
	top: 0px;
	width:225px;
	background: #161616;
	visibility:hidden;
	margin-top:20px;
transition: all .3s ease-in-out;
	opacity:0;
}
.mainmenu ul li ul li ul li ul {
	position: absolute;
	left:170px;
	top: 0px;
	width:211px;
	background: #161616;
	visibility:hidden;
	margin-top:20px;
transition: all .3s ease-in-out;
	opacity:0;
}
.mainmenu ul li ul li ul li {
	position:relative;
	width: 100%;
}
.mainmenu ul li ul li:hover ul {
	visibility:visible;
	margin-top:0;
transition: all .3s ease-in-out;
	opacity:1;
}
.mainmenu ul li ul li a {
	padding:6px 18px;
	border-bottom:1px solid #454545;
	text-transform:none;
	font-size:16px; /*text-shadow: 0 1px 0 #000;*/
	display:block;
	text-align: left;
	font-family: 'Hind', sans-serif;
	color:#f5bd52;
}
.mainmenu ul li ul li a:hover {
	color:#fff;
}
.mainmenu ul li ul li ul li a {
	padding:6px 18px;
	border-bottom:1px solid #454545;
	text-transform:none;
	font-size:16px; /*text-shadow: 0 1px 0 #000;*/
	display:block;
	text-align: left;
	font-family: 'Hind', sans-serif;
}
/*-------------------------*/
/*  Dropdown Menu
/*-------------------------*/
.mainmenu ul.sub-menu {
	background-color: #ffffff;
	width: 350px;
	border-top: 1px solid #1bb4b9;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	/*    left: -23px;
    margin: 0;*/
   /* padding: 14px 21px 16px;
    position: absolute;
    text-align: left;*/
    top: 36px;
	z-index: -99;/*  -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transform-origin: center top 0;
    -ms-transform-origin: center top 0;
    transform-origin: center top 0;
    -webkit-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
    visibility: hidden;
    width: 261px;
    z-index: -99;*/
}
.mainmenu ul.sub-menu ul.sub-menu {
	top: 0px;
}
.mainmenu ul#nav li ul.sub-menu > li {
	display: block;
	margin: 0;
	padding: 0;
	position: relative;
}
.mainmenu ul#nav li ul.sub-menu > li a {
	color: #444444;
	display: block;
	font-size: 13px;
	font-weight: 300;
	line-height: 28px;
	text-transform: capitalize;
}
.mainmenu > nav > ul#nav > li:hover ul.sub-menu {
	/*    margin-top: 0;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    visibility: visible;*/
    z-index: 99999;
}
.mainmenu ul#nav li ul.sub-menu > li {
	padding: 0
}
/*----------------------------------------*/
/*  2.2.3 Header Searchbox
/*----------------------------------------*/

.footer-col .sub-menu {
	display:none;
}
.blog-banner {
	width:100%;
}
.blog-banner img {
	width:100%;
	height: auto;
}
.blog_post {
	width:100%;
	padding:50px 0;
}
.blog_post h1 {
	font-size: 32px;
	color:#161616;
	font-weight: 500;
	line-height: 45px;
	padding: 0 0 20px;
	margin:0;
}
.blog_post h1 a {
	color:#161616;
	text-decoration:none;
}
.blog_post h2 {
	font-size: 32px;
	color:#0b56a6;
	font-weight: 500;
	line-height: 30px;
	padding: 0;
	margin:0;
}
.blog_post h2 a {
	color:#0b56a6;
	text-decoration:none;
}
.blog_post h3 {
	font-size: 32px;
	color:#161616;
	font-weight: 500;
	line-height: 45px;
	padding: 0 0 10px;
	margin:0;
}
.blog_post p {
	color:#161616;
	font-size:15px;
	font-weight:normal;
	line-height:24px;
}
.blog_post p strong {
	font-size:18px;
	font-weight:500;
}
.blog_post .lft img {
	width: 100%;
	height: auto;
	border-radius: 5px;
}
.blog_post .read-more-btn {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    line-height: 24px;
    background: #0b56a6;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    padding: 8px 20px;
    border-radius: 4px;
    margin: 5px;
    transition: all .3s ease 0s;
    text-decoration: none;
}
.blog_post .read-more-btn:hover {
	color:#fff;
    background: #f2b000;
}
.blog_post .details img {
	width: 100%;
	height: auto;
	margin:20px auto;
	display: block;
	border-radius: 5px;
}
.blog_post .details .aligncenter {
	width: 100%;
	height: auto;
	margin:20px auto;
	display: block;
}
.blog_post.details ul {
	list-style: none;
	margin: 0 0 10px;
	padding: 0;
}
.blog_post .details ul li {
	color: #010149;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	text-decoration: none;
	background:url(../images/arw.png) no-repeat 0 10px;
	margin: 0;
	padding: 5px 8px 5px 24px;
}
.blog_post .alignright {
	width: 50%;
	height: auto;
	float:right;
	margin-left:20px;
}
.blog_post .alignleft {
	width: 50%;
	height: auto;
	float:left;
	margin-right:20px;
}
.recent_post {
	width: 100%;
}
.recent_post.cate {
	margin-top:50px;
}
.recent_post h2 {
	display: block;
	font-size: 26px;
	color: #fff;
	font-weight: bold;
	line-height: 30px;
	background: #0b56a6;
	margin: 0 0 10px;
	padding: 10px 20px;
}
.recent_post ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.recent_post ul li {
	margin: 5px 0;
	border-bottom: 1px solid #e6e6e6;
}
.recent_post ul li a {
	display: block;
	color: #010149;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	text-decoration: none;
	background:url(../images/arw.png) no-repeat 0 10px;
	margin: 0;
	padding: 5px 8px 5px 24px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.recent_post ul li a:hover {
	color: #023989;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.blog_post .detail .entry-footer {
	display:none;
}
.blog_post .btn-primary {
	background: #0b56a6!important;
	border:1px solid #0b56a6!important;
	margin-top:15px;
	padding:0;
}
.blog_post .btn-primary a {
	display:block;
	padding:7px 15px;
}
.blog_post .btn-primary a:hover {
	background: #0b56a6!important;
	text-decoration:none;
}
.blog_post .back-btn {
    background: #0b56a6;
    border: 1px solid #0b56a6;
    margin-top: 15px;
    padding: 8px 30px;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 20px;
	color: #fff;
	cursor:pointer;
}
.blog_post .back-btn:hover {
	background: #0b56a6;
	text-decoration:none;
}
hr.separator-line {
	background-image: - webkit-linear-gradient(left, transparent, rgba(0, 0, 0, 0.15), transparent);
	background-image: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.15), transparent);
	height: 1px;
	border: 0;
	margin: 30px 0;
	width: 100%;
	float:left;
}
.about-img {
	width:100%;
	float:left;
}
.about-img img {
	width:48%;
	height:auto;
	float:left;
	box-shadow: 0 0 10px rgb(0 0 0 / 50%);
    border: 1px solid #eaeaea;
	border-radius:10px;
	margin:1%;
}

/***************
		VIDEO GALLRY PAGE ***********/
.video-col-1 {
	position:relative;
	width:100%;
	float:left;
}
.video-col-1 .vdo-bx {
	width:48%;
	float:left;
	margin:1%;
}
.video-col-1 .vdo-bx iframe {
	width:100%!important;
	height:310px;
}
.mre-video-btn {
	position:relative;
	display:block;
	text-align:center;
	clear:both;
}
.mre-video-btn a {
	display:inline-block;
	font-size: 18px;
	color: #fff;
	font-weight: 500;
	line-height:34px;
	padding: 5px 30px;
	border-radius: 4px;
	margin:30px 0 0;
	background: #0b56a6;
	text-transform:uppercase;
	transition: all 0.7s ease-in-out;
}
.mre-video-btn a:hover {
	color: #fff;
	text-decoration:none;
	background: #f5b716;
	transition: all 0.7s ease-in-out;
}
/*----------------------------------------*/
/*   Responsive CSS 1 Aug 2021
/*----------------------------------------*/

@media(min-width:3600px) {
.desktop .page-title:before {
position:absolute
}
}
@media(min-width:768px) {
.page-title {
padding:00px 15px
}



}
@media(min-width:992px) {
.page-title-text {
padding-right:53px;
float:right
}
}
@media(min-width:1200px) {
.page-title {
padding:0 15px
}
}
@media(min-width:768px) {
.section-xl {
padding:95px 0
}

}
 @media(max-width:768px) {
 .mpad {
margin-top:40px
}
#home-text-content h1{
	font-size: 30px;
    line-height: 35px;

}
.bubblegum-sans-regular {
	font-family: "Bubblegum Sans", serif;
	font-weight: 400;
	line-height: 42px !important;
	font-style: normal;
	font-size: 35px !important;
  }
 .page-title {
height:220px;
}
 .page-title-text {
display:none;
}
 .page-title .content h1 {
font-size: 2.5rem !important;
}
 .page-title .content {
padding: 0px 0 !important;
}
 section.page-title {
margin-top:10px;
}
 #header .mainmenu {
display:none
}
 #header .logo img {
margin-bottom:10px;
}
 #header .logo {
margin: 0 auto;
    width: 100%;
    padding: 10px;
    float: unset;
    text-align: center;
}
#header .right-side {
    float: none;
    margin: 10px auto;
    xtext-align: center;
    display: flex;
}
#header .right-side .box {
    float: none;
    margin: 0 auto;
}
#header .right-side .emailid {
    float: none;
    margin-right: 0;
}
.card h5 {
    min-height: inherit;
}
.card h5 span {
	display:inline;
}
#text-content .alignright {
    width: 100%;
    margin: 0 0 10px 0;
}
#services h2  {
    font-size: 30px;
}
#text-content h1  {
    font-size: 30px;
}
#why-choose h3  {
    font-size: 30px;
	line-height:40px;
}
#our-team h3 {
    font-size: 30px;
	line-height:40px;
}
#last-content h4 {
    font-size: 30px;
	line-height:40px;
}
.accordion-section h2 {
    font-size: 30px;
}
.blog-section .postbox img {
		 height:auto;
}
.video-col-1 .vdo-bx {
	width:100%;
	margin:5% 0;
}
}
 @media(min-width:768px) {
 .page-title {
height:550px;
width:100%
}
}
 @media screen and (max-width:900px) {
.banner, .banner2, .banner3 {
height:450px;
}
.banner .content h1, .banner2 .content h1, .banner3 .content h1 {
font-size:50px;
}
#text-content h1 {
font-size:32px;
}
.read-more-btn a {
width:180px;
}
.text-content-main-div div {
width:100%;
margin-bottom:40px;
}
.why-choose-main-div div {
width:100%;
float:none;
}
.contact-frm-with-content-col1 {
width:100%;
}
.contact-frm-with-content-col2 {
width:100%;
}
.text-with-img-main-div div {
width:100%;
}
.column {
width:50%;
}
.last-content-main-div div {
width:100%;
}
.footer-col {
width:50%;
margin-bottom:20px;
}
.form-div {
width:60%;
}
.contact-col-one {
width:100%;
float:none;
}
.about-col-1 {
width:100%;
float:none;
}
.main-content-1 div, .main-content-2 div {
width:100%;
float:none;
border:none;
}
.col-2, .col-3 {
width:100%;
float:none;
}
.col-4 {
width:100%;
float:none;
border:none;
}
.services-content h2 {
font-size:35px;
}
 .services-content {
display: flex;
text-align:center;
}
.services-content .col-sm-6:nth-of-type(1) {
order: 1;
width: 100%;
}
.services-content .col-sm-6:nth-of-type(2) {
order: 2;
width: 100%;
}
.services-content .col-sm-6:nth-of-type(3) {
order: 4;
width: 100%;
}
.services-content .col-sm-6:nth-of-type(4) {
order: 3;
width: 100%;
}
#banner-4 {
height:auto !important;
}
#header{
		 position:relative;
	 }
.contact-main-div {
	width:100%;
}
}
 @media screen and (max-width:768px) {
.banner.banner2, .banner3 {
height:400px;
}
.menu {
display:none;
}
.banner .content h1, .banner2 .content h1, .banner3 .content h1 {
font-size:30px;
}
.banner .content h1, .banner2 .content h1, .banner3 .content h1 {
font-size:30px;
}
.read-more-btn a {
width:150px;
}
#text-content h1 {
font-size:30px;
}
.book-now-btn a {
width:120px;
font-size:12px;
padding:10px;
}
.text-content-main-div div {
width:100%;
margin-bottom:40px;
}
.why-choose-main-div div {
width:100%;
float:none;
}
.our-team-main-div .our-team-col {
width:100%;
min-height:inherit;
}
.our-team-main-div .our-team-col .more-btn {
	position:relative;
	bottom:0;
	margin-bottom:20px;
}
.column {
width:100%;
}
.last-content-main-div div {
width:100%;
}
.footer-col {
width:100%;
margin-bottom:20px;
}
.form-div {
width:100%;
margin:0 auto 40px;
display:block;
float:none;
}
.contact-col-one {
width:100%;
float:none;
}
.about-col-1 {
width:100%;
float:none;
}
.main-content-1 div, .main-content-2 div {
width:100%;
float:none;
border:none;
}
.col-2, .col-3 {
width:100%;
float:none;
}
.col-4 {
width:100%;
float:none;
border:none;
}
 #last-content {
padding:0px 0;
}
.last-content-main-div div {
padding: 5px 0px;
}
.last-content-main-div div img {
width:100%;
height: auto;
}
.detail {
 padding: 0px;
}
 #our-team .our_team_data {
 height: 90%;
}
.services-content h2 {
font-size:35px;
}
 .services-content {
display: flex;
text-align:center;
}
.services-content .col-sm-6:nth-of-type(1) {
order: 1;
width: 100%;
}
.services-content .col-sm-6:nth-of-type(2) {
order: 2;
width: 100%;
}
.services-content .col-sm-6:nth-of-type(3) {
order: 4;
width: 100%;
}
.services-content .col-sm-6:nth-of-type(4) {
order: 3;
width: 100%;
}
#banner-2 {
height:auto !important;
}
#banner-3 {
height:auto !important;
}
#banner-4 {
height:auto !important;
}
.about-img img {
	width:100%;
	margin:5px 0;
}
.team-col-1 img {
	width:100%;
	margin:10px 0;
}
.adress {
    width: 100%;
}
#contact {
    padding: 30px 0 0;
}
	 #first {
		order: 2;
	}
	#second {
		order: 1;
	}
}