@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap');


*
{	
	font-family: 'Montserrat', sans-serif;

	font-size:16px;
	color:#000;
	
}
::-webkit-scrollbar {
  width: 8px;
  height: 16px;
}

::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: #B8CDE1;
}
html , body
{
	overflow-x:hidden;
	-webkit-overflow-scrolling: touch;

}
.transition
{
	transition:all 0.5s ease-in-out;
}
body
{
	
}
a {
	color:#B8CDE1;
	text-decoration:none;
	transition:0.8s;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
}
.displaynone
{
	display:none !important
}
.d-inline-block
{
	display:inline-block
}
.vError
{
	border:red 1px solid !important
}
.form-error
{
    color: red;
    font-size: 10px !important;
}
.h100{
	height:100%
}
.FormResult  , .FormResult1 , .FormResult *, .FormResult1 *
{
	color:green;

}
.dnone
{
	display:none
}
.d-block{
	display:block
}
.d-flex
{
	display:flex;
	flex-wrap: wrap;
}
.italic
{
	font-style:italic
}
.white
{
	color:#FFF
}
.font-medium , .font-medium *
{
	font-weight:500
}
.font-bold , .font-bold *
{
	font-weight:700
}


.font-12, .font-12 *
{
	font-size:0.75rem
}
.font-13, .font-13 *
{
	font-size:0.8125rem
}
.font-14, .font-14 *
{
	font-size:0.875rem
}
.font-15, .font-15 *
{
	font-size:0.9375rem
}
.font-16, .font-16 *
{
	font-size:1rem
}
.font-18 , .font-18 *
{
	font-size:1.125rem
}
.font-20, .font-20 *
{
	font-size:1.25rem
}
.font-22, .font-22 *
{
	font-size:1.375rem;
}
.font-24, .font-24 *
{
	font-size:1.5rem
}
.font-25, .font-25 *
{
	font-size:1.5625rem
}
.font-26, .font-26 *
{
	font-size:1.625rem
}
.font-28, .font-28 *
{
	font-size:1.75rem
}
.font-30, .font-30 *
{
	font-size:1.875rem
}
.font-32, .font-32 *
{
	font-size:2rem;
}
.font-35, .font-35 *
{
	font-size:2.1875rem;
}
.font-36, .font-36 *
{
	font-size:2.25rem
}
.font-40, .font-40 *
{
	font-size:2.5rem
}
.font-42, .font-42 *
{
	font-size:2.625rem
}
.font-45, .font-45 *
{
	font-size:2.8125rem
}
.font-50, .font-50 *
{
	font-size:3.125rem;
}
.font-52, .font-52 *
{
	font-size:3.25rem
}
.font-55, .font-55 *
{
	font-size:3.437rem
}
.font-60, .font-60 *
{
	font-size:3.75rem;
}
.font-62, .font-62 *
{
	font-size:3.875rem
}
.font-70, .font-70 *
{
	font-size:4.375rem;
}
.font-80, .font-80 *
{
	font-size:5rem
}
.font-90, .font-90 *
{
	font-size:4.375rem;
}
.font-120, .font-120 *
{
	font-size:7.5rem
}
.text-center
{
	text-align:center
}
.line-height13
{
	line-height:1.3rem
}
.line-height14
{
	line-height:1.4rem
}
.line-height15
{
	line-height:1.5rem
}
.line-height2
{
	line-height:2rem
}
.line-height3
{
	line-height:3rem
}
.line-height4
{
	line-height:4rem
}
.inline-block
{
	display:inline-block
}
.flex-row {
    display: flex !important;
    justify-content: center;
    flex-direction: row;
    align-content: center;
    align-items: center;
}
.flex-column {
    display: flex !important;
    justify-content: center;
    flex-direction: column;
    align-content: center;
    align-items: center;
}
.jc-fs
{
	    justify-content: flex-start !important;
}
.jc-sb
{
	    justify-content: space-between !important
}
.trigger{
	width: 35px;
	height: 25px;
	z-index: 999999999;
	cursor:pointer;

}

.trigger > div{
	position: relative;
}

.trigger > div > span{
	position: absolute;
	height: 2px;
	width:55px;
	margin:0;
	background: #FFF;
	top:0;
	

	transition:.7s;
	-moz-transition:.7s;
	-webkit-transition:.7s;
	left:0
}

.trigger > div > span:nth-child(2){
    top: 9px;


}

.trigger > div > span:nth-child(3){
	top:18px;
}

.trigger > div.close > span:nth-child(1){
	-ms-transform: rotate(45deg); /* IE 9 */
	-webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
	transform: rotate(45deg);
	top: 11px;
	background:#000
}

.trigger > div.close > span:nth-child(2){

	-ms-transform: rotate(-45deg); /* IE 9 */
	-webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
	transform: rotate(-45deg);
	top: 11px;background:#000
}

.trigger, .sitewrapper{
	transition:.7s;
	-moz-transition:.7s;
	-webkit-transition:.7s;
}

.slideddddd{
	-ms-transform: translate(-320px,0); /* IE 9 */
	-webkit-transform: translate(-320px,0); /* Safari */
	transform: translate(-320px,0); /* Standard syntax */
	
}
.white , .white *
{
	color:#FFF
}
.blur {
    
    background: transparent !important;
}
.z-100
{
	z-index:100
}
.relative
{
	position:relative;
}
b
{
	font-weight:700
}
.txt-justify
{
	text-align:justify
}
.py-75
{
	padding-top:4.6875rem;
	padding-bottom:4.6875rem
}
.py-100
{
	padding-top:6.25rem;
	padding-bottom:6.25rem
}
.pt-100
{
	padding-top:6.25rem;
}
.px-100
{
	padding-right: 6.25rem;
	padding-left: 6.25rem
}
.pl-100
{

	padding-left: 6.25rem
}
.ai-fs
{
	align-items:flex-start
}
.line-20 , .line-20 *
{
	line-height:1.25rem;
}
.line-22 , .line-22 *
{
	line-height:1.375rem
}
.line-25 , .line-25 *
{
	line-height:1.5625rem
}
.line-30 , .line-30 *
{
	line-height:1.875rem;
}
.line-35 , .line-35 *
{
	line-height:2.1875rem;
}
.line-40 , .line-40 *
{
	line-height:2.5rem;
}
.line-45 , .line-45 *
{
	line-height:2.8125rem;
}
.line-50 , .line-50 *
{
	line-height:3.125rem
}
.line-60 , .line-60 *
{
	line-height:3.75rem
}
.line-70 , .line-70 *
{
	line-height:4.375rem
}
a:hover
{
	color:#B8CDE1
}
.ai-initial
{
	align-items:initial
}
.jc-c
{
	    justify-content: center;
}.jc-fe
{
	    justify-content: flex-end;
}
.ai-fe
{
	align-items:flex-end
}
.d-inline-block{
	display:inline-block
}
.open_left , .open_right , .area_layer_back 
{
	opacity:0
}
.open_right.aos-animate
{
	animation: 1s ease-in-out 0.75s window-fromleft both;
    /* -webkit-animation: 1.25s ease-in-out 0.75s window-fromright both; */
    opacity: 1;
}
.open_left.aos-animate
{
	animation: 1s ease-in-out 0.75s window-fromright both;
    /* -webkit-animation: 1.25s ease-in-out 0.75s window-fromright both; */
    opacity: 1;
}
.area_layer_back.aos-animate
{
	opacity: 1;
    animation: 1s ease-in-out 0.5s circle-fromcenter-over both;
    -webkit-animation: 1s ease-in-out 0.5s circle-fromcenter-over both;
}
.bg_white
{
	background:#FFF
}
.cur
{
	cursor:pointer
}
/*///////////////////////////////////////*/
.first-section
{
	border-top:12px solid #B8CDE1;
	background:url('../img/bg1.png') no-repeat center center / cover
}
.second-section
{
	background:url('../img/bg2.jpg') no-repeat center center / cover;
	background-attachment:fixed	
}
.group-2
{
	position:relative;
	padding: 3.75rem 4.375rem 3.75rem 7.5rem;
}
.group-2:before
{
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  content:'';
  border: 5px dashed #B8CDE1;
  transform: scaleX(-1);
  border-radius: 0 272px 272px 0;
  background-color: #FFFFFF;
   z-index:20
}
.group-2:after
{
    position: absolute;
    left: -35px;
    bottom: 30px;
    width: 200px;
    height: 200px;
    content: '';
    border-radius: 50%;
    background-color: #B8CDE1;
    z-index: 10;
}
.group-3
{
	position:relative;
}
.group-3:before
{
  position:absolute;
  left:0;
  top:0;
  width:70%;
  height:100%;
  content:'';
  border-radius: 0 207px 207px 0;
  background-color: #B8CDE1;
   z-index:20
}
.third-section
{
	margin-bottom:-9.375rem
}
.fourth-section
{
	background:url('../img/bg4.jpg') no-repeat top center / cover;
	padding-top:15.625rem

}
.f_white
{
	filter: brightness(0) invert(1);

}
footer .appointment_box 
{
	background-color:#7B8FB7
}
.color1 , .color1 *
{
	color:#6D7278
}
.appointment_box
{
  border-radius: 27px;
  background-color: #4B5766;	
}
.map_box iframe
{
	width:100%;
	height:420px;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:50
}
.map_box
{
	position:relative;
	height:420px;
}
.address_box{
  border-radius: 0 100px 0 0;
  background-color: #4B5766;
width:310px;  
}
.social a img
{
	transition:all 0.5s ease-in-out;
}
.social a:hover img
{
	opacity:0.7
}
.human
{
	position:absolute;
	top:0;
	right:0;	
}
.box1
{
    position: absolute;
    left: -160px;
    top: 450px;
    width: 200px;
    height: 200px;
    content: '';
    border-radius: 50%;
    background-color: #B8CDE1;
    z-index: 10;
}
.logo img{width:380px;}
.down
{
	position:absolute;
	bottom:25%;
	left:50%;z-index:50;
	cursor:pointer
}
@media all and (max-width: 1400px){
}
@media all and (max-width: 1200px){
	.container {width: 1100px;}
	.pl-100-m{padding-left: 3.125rem;padding-right: 3.125rem}
	.pl-50-m{padding-left: 3.125rem;}
	.human{width:100px;}
}
/*m*/@media all and (max-width: 1025px){
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/


}
/*xm*/@media all and (max-width: 868px){
.flex-row-xm{flex-direction:column}
.mt-25-xm{margin-top:1.5625rem;}
.mb-25-xm{margin-bottom:1.5625rem;}
.mt-50-xm{margin-top:3.125rem;}
.ai-fs-xm{align-items:flex-start}
.txt-cntr-xm{text-align:center}
.flex-row-xm{flex-direction: inherit;flex-wrap: wrap;}
.flex-row-xm > div{width:33.33%}
.flex-row-xm div:first-child{width:100%;align-items: center;display: flex;justify-content: center;}
.flex-row-xm  div .appointment_box{width:270px}
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.third-section{margin-bottom:0}
.fourth-section{padding-top:6.25rem}
.txt-cntr-xm{text-align:center}
.w-230-xm img{width:230px;}
}
/*s*/@media all and (max-width: 576px){
.gallery_boxs{column-count: 2;	}	
.jc-s-c{justify-content:center !important}
html, body{font-size:12px;}
.flex-row-s{flex-direction:column}
.ai-fs-s{align-items:flex-start}
.mt-25-s{margin-top:1.5625rem;}
.mt-50-s{margin-top:3.125rem;}
.d-none-s{display:none !important}
.pl-0-s{padding-left:0}
.txt-cntr-s{text-align:center}
.txt-cntr-s img{display:inline-block}
.px-25-s{padding-right:1.5625rem;padding-left:1.5625rem;}
.mt-0-s{margin-top:0}
.pb-50-s{padding-bottom:3.125rem;}
.py-0-s{padding:0}
.mb-25-s{padding-bottom:1.5625rem}
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.flex-row-xm > div{width:50%}.flex-row-xm div:first-child {width: 60%;} .s_mob{width:40% !important}
.flex-row-xm div .appointment_box{width:100% !important}
.group-2:before{border-radius: 0 140px 140px 0;}
.first-section{display:flex;flex-wrap:wrap}
.first-section .colw-55{order:1}.first-section .colw-45{order:2}.pl-100-m {padding-left: 20px;padding-right: 20px;}
.box1{display:none}
.sophine_mob{width:300px;}
}





















