@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700|Poppins:400,500,600,700|Roboto:400,500,700|Montserrat:100,200,300,400,500,600,700,800,900');
/*
font-family: 'Roboto',sans-serif;
font-family: 'Poppins',sans-serif;
font-family: 'Open Sans',sans-serif;
font-family: 'Montserrat',sans-serif;
*/
* {
    outline: 0px none !important;
    border: 0;
    margin: 0;
    padding: 0;
}
a,
button {
    text-decoration: none;
}
a:active,
a:hover,
a:focus {
    text-decoration: none;
}
body {
    font-family: 'Roboto', sans-serif;
}
header, section, footer {
    width: 100%;
    float: left;
}






/****************************************header style**************************************/

.dr-header {
    height: 100vh;
    background: no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.dr-header .dv-banner {
    position: relative;
    background-color: black;
    height: 100vh;
    min-height: 25rem;
    width: 100%;
    float: left;
    overflow: hidden;
}
.dr-header .dv-banner .sngl-img {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.dr-header .dv-banner video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.dr-header .dv-banner .container {
    position: relative;
    z-index: 3;
}
.dr-header .dv-banner .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.4;
    z-index: 2;
}


.owl-carousel {
	z-index: 1;
}
.owl-carousel .item {
    width: 100%;
    height: 100vh;
    float: left;
}
.owl-carousel .item:after {
    content:"";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	/*background-color: black;
	opacity: 0.4;*/
}
.owl-carousel .item img {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.owl-carousel .item .item-titl {
	position: absolute;
	bottom: 25px;
	left: 0;
	width: 100%;
	text-align: center;
	color: #fff;
	z-index: 9;
	font-size: 28px;
}

.oth-header {height: 300px !important;}
.oth-header nav {background-color: #fff;}
.oth-header .dv-banner {height: 300px !important;min-height: auto;}

/****************************************header style**************************************/
/****************************************home-services style**************************************/

.dr-services {padding: 70px 0;background-color: #000;color: #fff;margin-bottom: 30px;}
.dr-services .srvs-div {
    width: 100%;
    float: left;
    border: 1px solid #ccc;
    padding: 15px;
}
.dr-services .srvs-div .srvs-img-holder {
    width: 100%;
    height: 300px;
    float: left;
    overflow: hidden;
}
.dr-services .srvs-div .srvs-img-holder img {
	/* max-width: 100%; */
	height: 100%;
	width: auto;
	vertical-align: middle;
	border-style: none;
}
.dr-services .srvs-div .srvs-titl {
	width: 100%;
	float: left;
    font-size: 1.4rem;
    margin-top: 10px;
    font-family: 'Open Sans', sans-serif;
    line-height: 2.2;
    color: #fff;
    font-weight: 400;
}
.dr-services .srvs-div p {
    color: #656565;
    font-family: 'Open Sans', sans-serif;
}

/****************************************home-services style**************************************/
/****************************************home-about style**************************************/
.dr-about {
    background: url('https://medical-clinic.cmsmasters.net/wp-content/uploads/2016/09/bg-2-1-1.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    
    position: relative;
    padding: 180px 0;
}
.dr-about:after {
    content:"";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: black;
	opacity: 0.4;
}
.dr-about .container {
    position: relative;
    z-index: 3;
}
/****************************************home-about style**************************************/
/****************************************home-info style**************************************/
.dr-info {
    background-color: #3498db;
    padding: 70px 0;
}
/****************************************home-info style**************************************/
/****************************************home-team style**************************************/
.dr-team {
    padding: 70px 0;
}
.dr-team .team-div {
    width: 100%;
    float: left;
}
.dr-team .team-div .team-img-holder {
	height: 170px;
	width: 170px;
    margin: 0 auto 30px;
	border-radius: 50%;
	display: block;
	
	overflow: hidden;
}
.dr-team .team-div .team-img-holder img {
	-o-object-fit: cover;
	border-radius: 50%;
	display: block;
	font-family: "object-fit:cover";
	height: 100%;
	object-fit: cover;
	width: 100%;
}
.dr-team .team-div h3 {
    font-family: 'Open Sans', sans-serif;
    line-height: 2;
    font-size: 1.5rem;
    color: #1d1d1d;
    font-weight: 400;
}
.dr-team .team-div p {
    color: #656565;
}
.dr-info {
    background-color: #000;
    padding: 70px 0;
}
/****************************************home-team style**************************************/
/****************************************home-news style**************************************/
.dr-news {padding: 70px 0;background-color: #000;
color: #fff;
margin-bottom: 30px;}
.btn-outline-primary {
  color: #fff !important;
  border-color: #fff !important;
}
.dr-news .news-div {
    width: 100%;
    float: left;
        border: 1px solid #ccc;
    padding: 15px;
}
.dr-news .news-div .news-img-holder img{
    width: 100%;
    height: 290px; object-fit:scale-down;}
.dr-news .news-div .news-img-holder {
    width: 100%;
    height: 290px;
    float: left;
    overflow: hidden;
}
.dr-news .news-div .news-titl {
	width: 100%;
	float: left;
    font-size: 1.1rem;
    margin-top: 10px;
    padding: 15px 0;
    font-family: 'Open Sans', sans-serif;
}
.dr-news .news-div p {
    color: #888;
}
/****************************************home-news style**************************************/
/****************************************home-faq style**************************************/
.dr-faq {
    background: url('https://medical-clinic.cmsmasters.net/wp-content/uploads/2016/09/bg-2-1-1.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    
    position: relative;
    padding: 150px 0;
}
.dr-faq:after {
    content:"";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: black;
	opacity: 0.4;
}
.dr-faq .container {
    position: relative;
    z-index: 3;
}
.dr-faq #accordionFaq {}
.dr-faq #accordionFaq .card {background-color: rgba(0,0,0,0.37)!important; margin-bottom: 9px!important;}
.dr-faq #accordionFaq .card .card-header h2{ margin-top:0px!important;}
.dr-faq #accordionFaq .card .card-header .btn-link {
    text-decoration: none;
    font-size: 18px;
    line-height: 45px;
}
.dr-faq #accordionFaq .card .card-header .btn-link span {
    font-size: 42px;
}


/****************************************home-faq style**************************************/
/****************************************page-footer style**************************************/
.dr-footer {}
.dr-footer .contact-part {
    background-color: #000;
    color: #fff;
    padding: 30px 0;
}
.dr-footer .links-part {
    background-color: #000;
    color: #fff;
    padding: 10px 0;
}
/****************************************page-footer style**************************************/


.clientf {
	width: 100%;
	height: 275px;
	float: left;
	text-align: center;
    /*background-color: #fff;*/
}
.clientf .clogo {
	width: 100%;
	height: 275px;
	float: left;
    line-height: 275px;
}
.clientf .clogo img {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
}
.pro-responsive-menu > li > a:hover {background-color: #fff;}



.dr-clinics {
	padding: 70px 0;
	background-color: #000;
}
.links-part a{color:#fff !important;}
.contact-part a{color:#fff !important;}
.ser{height:auto !important;}
.ser img{height:200px !important;object-fit:scale-down !important}
.ser h3{text-align:center !important;}
.ser p{text-align:center !important;}
.alert {height: 250px;overflow:auto;}

@media only screen and (min-width : 320px) and (max-width : 360px) {
.owl-carousel .item img {top: 19% !important;height: 250px !important;min-height: auto !important;}
.dr-header .dv-banner {height: 37vh;min-height: 25rem;}
.dr-header {height: 25vh;}
.menu-toggle img{height: 54px;}
.pro-responsive-menu {top: 77px;height: auto;width: 100%;  left: 450px;}
.pro-responsive-menu > li > a {font-size: 10px;}
.pro-responsive-menu > li > a {padding: 11px 0px 11px 5px;}

}
@media only screen and (min-width : 360px) and (max-width : 480px) {
.owl-carousel .item img {top: 19% !important;height: 250px !important;min-height: auto !important;}    
.dr-header .dv-banner {height: 37vh;min-height: 25rem;}
.dr-header {height: 25vh;}
.menu-toggle img{height: 54px;}
.pro-responsive-menu {top: 77px;height: auto;width: 100%;  left: 450px;}
.pro-responsive-menu > li > a {font-size: 10px;}
.pro-responsive-menu > li > a {padding: 11px 0px 11px 5px;}

}

@media only screen and (min-width : 480px) and (max-width : 640px) { }

@media only screen and (min-width : 640px) and (max-width : 769px) { }

@media only screen and (min-width : 769px) and (max-width : 1025px) { }

@media only screen and (min-width : 1025px) and (max-width : 1280px) { }

@media only screen and (min-width : 1280px) and (max-width : 1367px) { }






.text-white p {
  color: #fff !important;
  visibility: initial;
}
#dr-info p {
  text-align: center!important;
}
footer p {
  text-align: center!important;
}
.text-white {
  color: #fff !important;
  visibility: initial;
}