@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;700&display=swap');
*:focus{
	box-shadow: none !important;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
/* width */
::-webkit-scrollbar {
	width: 3px;
}

/* Track */
::-webkit-scrollbar-track {
	background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: #555;
}
html {
  font-size: calc(0.75rem + 0.3vw);
  font-family: 'Roboto', sans-serif;
}
html,body{
	height: 100%;
}
body{
	overflow-x: hidden;
	display: flex;
	flex-direction: column;
	font-family: 'Roboto', sans-serif;
}
header .dropdown-menu .dropdown-item:hover{
	background-color: unset;
	color: #EC1C2D;
}
.offcanvas .text-danger{
	color: #EC1C2D !important;
}
.text-danger{
	color: #AE1229 !important;
}
.text-limit-1{
    overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 1; /* number of lines to show */
    line-clamp: 1;
   -webkit-box-orient: vertical;
}
.text-limit-2{
    overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 2;
   -webkit-box-orient: vertical;
}
.text-limit-6{
    overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 6; /* number of lines to show */
    line-clamp: 6;
   -webkit-box-orient: vertical;
}
.members-item-img{
    float: left;
}
.sub-page-bg::after{
    content: '';
    display: block;
    padding-top: 100%;
}
@media(min-width: 768px){
	.d-md-wb{
		display: -webkit-box !important;
	}
}
@media(max-width: 576px){
	.event-img{
		max-width: 226px !important;
		width: 100%;
	}
    .col-ssm-5{
        flex: 0 0 auto;
        width: 60%;
    }
}
.fs-7{
	font-size: 0.875rem;
}
.fs-8{
	font-size: 0.75rem;
}
.h7{
	font-size: 1.063rem;
}
.works .card{
	transition: all .35s ease;
}
.works .card:hover{
	border:1px solid #f29eb3 !important;
}
.text-second-primary{
	color: #435589;
}
.container{
	max-width: 1440px;
	padding: 0 20px;
}
.btn-primary{
	background-color: #4D72D0;
}
.fixed-top{
	z-index: 1090;
}
.navbar-brand img{
	width: 240px;
}
.dropdown-toggle::after{
	content: '>';
	vertical-align: -2px;
	border: unset;
	transform: rotate(90deg) scaleY(1.8);
}
.toggler-unarrow:after{
	content: unset;
}
.offcanvas{
	top: 17%;
	width: 85%;
}
.offcanvas .nav-link.active{
	color: #EC1C2D !important;
}
.border-end-dashed{
	border-right-style: dashed !important;
}
.border-start-dashed{
	border-left-style: dashed !important;
}
.border-bottom-dashed{
	border-bottom-style: dashed !important;
}
.border-top-dashed{
	border-top-style: dashed !important;
}
main{
	margin-top: 110px;
	flex: 1 1 auto;
}
.breadcrumb{
	padding: 50px 0 25px;
}
.border-10{
	border-width: 10px;
	border-style: solid;
}
.bg-events{
	background-color: #F4F6FA;
}
.grid{
	display: grid;
	grid-template-columns: 1fr 2fr;
}
.grid-col-1{
	grid-column: 1 / 2;
	grid-row: 1 / 3;
}
.grid-col-2{
	grid-column: 2 / 2;
	grid-row: 1 / 1;
}
.grid-col-3{
	grid-row: 2 / 3;
	grid-column: 2 / 3;
}
.about-ul ul{
    color: #435589;
    list-style-type: none;
    padding-left: 0!important;
}

.about-ul li:before{
	content: '✔';
	margin-right: 10px;
}
.border-gradient{
	height: 4px;
	background: rgb(34,54,69);
	background: linear-gradient(90deg, rgba(34,54,69,0) 0%, rgba(34,54,69,1) 100%);
}
.border-even-dashed{
	margin-top: 15px;
	display: flex;
	justify-content: space-between;
}
.border-even-dashed span{
	display: inline-block;
	width: 55%;
	height: 3px;
	background: #E12454;
}
.border-even-dashed span:first-child,.border-even-dashed span:last-child{
	width: 15%;
}
.dashed-thumbnail{
	border: 2px dashed #FFC3C6;
	display: inline-block;
	padding: 10px;
}
.hr-dashed{
	border-top: 3px dashed #ccc;
	background: transparent;
}
.bg-image1{
	background-image: url(../../image/background1.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.bg-image2{
	background-image: url(../../image/backround2.png);
	background-size: contain;
	background-repeat: repeat-y;
}
.mt-225{
	margin-top: 255px;
}
.image-resizable{
	max-width: 450px;
}
.main-menu .nav-item .nav-link.active,.main-menu .nav-item .nav-link:hover{
	color: #EC1C2D !important;
}
.policy-card-circle{
	width: 64px;
	height: 64px;
	background-image: url(../../image/icons/Ellipse24.png);
	background-repeat: no-repeat;
	background-size: cover;
}
.news-card{
	transition: all .35s ease;
}
.news-card:hover{
	transform: scale(1.1);
	z-index: 55;
}
.text-light-danger{
	color: #eb525f;
}
.modal.lightbox.fade.show{
	z-index: 2000;
}
.modal-backdrop.fade.show{
	z-index: 1999;
}
.bubble-right img,.bubble-center img{
	transform: translateX(9%);
	display: block;
}
.bubble-left img{
	transform: translateX(-9%);
	display: block;
}
/* ----------------------------------------- Swiper Slides ------------------------------------------------- */

.swiper {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	height: auto !important;
}
.swiper-slide a{
	width: 100%;
}
.swiper-slide a,.swiper-slide .card{
	height: 100%;
	width: 100%;
}
.swiper-button-disabled{
	opacity: 0;
}
.mainSwiper .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.mainSwiper .swiper-slide{
	position: relative;
}
.mainSwiper .swiper-slide:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #00000054;
}
.mainSwiper-text{
	position: absolute;
	color: #fff;
	z-index: 9;
	text-align: left;
	top: -50px;
	max-width: 950px;
}
.mainSwiper-text .btn{
	padding: 0.775rem .95rem !important;
	border-color: #ec1c2d;
	background-color: #ec1c2d;
}
.static-swiper-buttons .swiper-services-button-next:after,.swiper-services-button-prev:after{
	content: '';
}
.static-swiper-buttons .swiper-services-button-next,.swiper-services-button-next2{
	width: 50px;
	right: 25px;
}
.static-swiper-buttons .swiper-services-button-prev,.swiper-services-button-prev2{
	width: 50px;
	left: 25px;
}
.partners-swiper-buttons .swiper-partners-button-next,.partners-swiper-buttons .swiper-partners-button-prev{
	width: 50px;
	height: 50px;
	background-color: #fff;
	color: #707070 !important;
	border: 1px solid #ccc;
}
.partners-swiper-buttons .swiper-partners-button-next:after,.partners-swiper-buttons .swiper-partners-button-prev:after{
	font-size: 16px;
}
.partners-swiper-buttons .swiper-button-disabled{
	opacity: 1;
	background-color: #fff;
}
.partners-swiper-buttons .swiper-button-disabled:after{
	opacity: 0.5;
}
.partners-swiper-buttons{
	top: -80px;
}
.swiper-news .swiper-slide,.swiper-clinics .swiper-slide {
	width: 80%;
}
.swiper-partners-button-prev{
	left: 0;
}
.swiper-partners-button-next{
	right: 0;
}
.swiper-partners .swiper-slide img{
	transition: all .35s ease;
}
.swiper-partners .swiper-slide img:hover{
	transform: scale(1.5);
}
.swiper-clinics .swiper-slide{
	height: 25rem;
}
.swiper-clinics .swiper-slide img{
	height: 250px;
	object-fit: cover;
}
/* ----------------------------------------- Cards ------------------------------------------------- */

.bg-even:nth-child(1n-1) .card{
	background-color: #E4F1F0;
}
.bg-even:nth-child(2n-2) .card{
	background-color: #E3E9F6;
}
.bg-even:nth-child(3n-2) .card{
	background-color: #F5F1EB;
}

/* ----------------------------------------- Accordion collapse ------------------------------------------------- */

.accordion-button:not(.collapsed){
	color: #212121;
    background-color: #FAFBFD;
}
.accordion-button::after{
	content: unset;
}


/* ----------------------------------------- Event Gallery ------------------------------------------------- */


.mySlides:not(.mySlides:first-child) {
  display: none;
}
.gallery-thumbnails{
	cursor: pointer;
}
.gallery-thumbnails.active{
	border:2px solid #EC1C2D;
}

/* width */
.gallery-thumbs-container::-webkit-scrollbar {
	height: 2px;
}

/* Track */
.gallery-thumbs-container::-webkit-scrollbar-track {
	background: #f1f1f1;
}

/* Handle */
.gallery-thumbs-container::-webkit-scrollbar-thumb {
	background: #888;
}

/* Handle on hover */
.gallery-thumbs-container::-webkit-scrollbar-thumb:hover {
	background: #555;
}
/* ----------------------------------------- Media Querys ------------------------------------------------- */
@media(min-width: 1200px){
	.policy-card{
		width: 20%;
	}
}
@media(max-width: 1200px){
	main{
		margin-top: 58px;
	}
	/*.navbar-brand img{
		content:url("../../images/logo2.png");
	}*/
	.offcanvas{
		top: 65px;
		width: 85%;
		max-width: 690px;
	}
	.navbar-brand img{
		width: 140px;
	}
}
@media(max-width: 992px){
	.image-resizable{
		max-width: 250px;
	}
}
@media(max-width: 768px){
	.grid-col-1{
		grid-column: 1 / 2;
		grid-row: 1 / 2;
	}
	.grid-col-2{
		grid-column: 2 / 2;
		grid-row: 1 / 1;
	}
	.grid-col-3{
		grid-row: 2 / 2;
		grid-column: 1 / 3;
	}
}
@media(max-width: 576px){
	.grid{
		grid-template-columns: 1fr;
	}
	.grid-col-1{
		grid-column: 1 / 1;
		grid-row: 1 / 1;
	}
	.grid-col-2{
		grid-column: 1 / 1;
		grid-row: 2 / 2;
	}
	.grid-col-3{
		grid-column: 1 / 1;
		grid-row: 3 / 3;
	}
	.image-resizable{
		max-width: 100%;
	}
}
.mission-text h2{
    color: #AE1229!important;
}


