*{
	margin: 0;
	padding: 0;
	box-sizing: border-box!important;
	

}
ul{
	list-style: none;
}
a{
	text-decoration: none !important;
}
.btn_for_all{
    margin-top: 20px;
}
.btn_for_all .white_bgc{
    background: #fff;
    padding: 10px 25px;
    color: #000;
    border-radius: 5px;
    margin: 5px 15px 0 15px;
    font-weight: 500;

}
.btn_for_all .red_bgc{
    background: #ec6066;
    padding: 10px 25px;
    color: #fff;
    border-radius: 5px;
    margin: 5px 15px 0 0px;
    font-weight: 500;

}
.red_bgc:hover{
    background: #fff;
    color: #000;

}
.white_bgc:hover{
    background: #ec6066 !important;
    color: #fff;

}
.btn_for_all1 .red_bgc{
    background: #ec6066;
    padding: 10px 25px;
    color: #fff;
    border-radius: 5px;
    margin: 5px 15px 0 0px;
    font-weight: 500;
    transition: 0.8s;

}
.btn_for_all1 a:hover{
    
    color: #fff;
    /*border: 1px solid #0005;*/
	background:#555381;
    transition: 0.5s ease-in-out;

}


.carousel-caption span{
    color: #ec6066;
}
.carousel-caption h1{
    font-size: 40px;
    letter-spacing: 1px;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-weight: 600;
    padding-bottom: 15px;
}
.remove_space{
	margin: 0!important;
	padding: 0!important;
	box-sizing: border-box;
}
.menu{
    
	/*background: #1B3C74!important;*/
}
.menu ul li{
	padding: 0px 10px;
	border-right: 1px solid #dddddd;
}
.menu ul li:last-child{border-right:none;}
.menu ul li a{
	color: #4e4e4e!important;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 1px;
	padding:0px!important;
    position: relative;


}
.menu ul li a.active{
    color: #ec6066!important;
}

.menu ul li a:hover{
	color: #ec6066!important;
    
}
.menu .nav-link::after{
    content: '';
    display: block;
    width: 0%;
    height: 1px;
    position: absolute;
    background-color: #1c1b1b;
    transition: 0.5s ease-in-out;

}
.menu .nav-link:hover::after{
    width: 100%;
    transition: 0.3s ease-in-out;
}
.sub-menu-1{
    display: none;

}
.menu ul li:hover .sub-menu-1{
    display: block;
    position: absolute;
    background: #fff;
    color: #000;
    box-shadow: 0 0 2px #000;
    margin-top: 0px;
    margin-left: -15px;
    cursor: pointer;
    z-index: 10;
	
}
.sub-menu-1 ul li:hover{
	background:#555381;
	color:#fff;
}
.sub-menu-1 ul li:hover a{
	color:#fff!important;
}
.menu ul li:hover .sub-menu-1 ul{
    display: block;
    margin: 10px;

}

.menu ul li:hover .sub-menu-1 ul li{
    width: 280px;
    border-bottom: 1px dotted #000;
    border-radius: 0;
    text-align: left;
    transition: 0.5s ease-out;
	border-right:none;
}
.sub-menu-1 ul li a{
    padding: 8px 5px 8px !important;
    display: inline-block;
}

.t_social{
	width: 100%;
	
}
.t_social ul{
	margin: 0;
	padding: 0;
}
.t_social .fa-brands, .fab ul li{
	font-size: 20px!important;
	color: #fff;
	float: left;
	border-radius: 50%;
}
.t_social .fa-brands, .fab ul li i{
	float: right;
	margin: 0 10px;
}
.t_social ul li a i:hover {
	color: #1c1b1b;
	transition: 0.9s ease-in-out;
	transform: translateY(-2px);
}
.logo{padding:0 30px;}
.logo_part{
	margin: 0;
	padding: 0;
}
.logo img{
	width: 100%;
	height: auto;
	padding: 6px 0;
}
.appoi_btn{
	float: right;
}
.appoi_btn a{
	font-size: 13px!important;
	box-shadow: -1px 0px 3px #0003,0px 1px 4px #0003;
	/*background: #1B9CFC;*/
	line-height: 100px;
	padding: 13px 10px;
	border-radius: 3px;
	color: #282828;
	font-weight: 700;
	letter-spacing: 1px;

}
.appoi_btn a:hover{
	color: #21252999;
}
.top_header{
	width: 100%;
	padding: 5px 0;
	background: #555381;
}
.top_contact{
	float: right;
	vertical-align: middle;
	margin-top: 15px;

}
.top_contact ul li{
	font-size: 20px;
	float: left;
	padding: 10px 10px;
	font-weight: 550;



}
.top_contact ul li a{
	color: #262545;
	font-family: rubik!important;
	letter-spacing: 1px;
	font-size: 16px;
}

.top_contact ul li a i{
	width: 40px;	
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #b7d4e4;
	border-radius: 50%;
	color: #1c1b1b;
}
	
.time_top p{
	font-size: 15px;
	color: #fff;
	font-weight: 600;
	letter-spacing: 1px;
	margin: 0!important;

}
/*-----------------------
about part...........
-----------------------*/
.color-all{
	background: #efefef!important;
}
.bg-light{
	background:#f1f1f1;
}

.ab_small_bg{
	width: 100%;
	height: auto;
	
	
}

.our-team{
    text-align: center;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
/*.our-team:before,
.our-team:after{
    content: "";
    width: 130px;
    height: 150px;
    background: #52a0cc;
    position: absolute;
    z-index: -1;
}*/
.pic img{
    height: 100% !important;
}
.our-team:before{
    bottom: -20px;
    left: 0;
}
.our-team:after{
    top: -20px;
    right: 0;
}
.our-team .pic{
    margin: 20px;
    position: relative;
    border: 2px solid #b7b7b7;
    transition: all 0.5s ease 0s;
    padding: 6px;
    border-radius: 8px;
}
.our-team:hover .pic{
    border-color: #33343e;
}
.our-team .pic:after{
    content: "";
    width: 100%;
    height: 0;
    background: #33343e90;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transform-origin: 0 0 0;
    transition: all 0.5s ease 0s;
}
.our-team:hover .pic:after{
    height: 100%;
    opacity: 0.85;
}
.our-team img{
    width: 100%;
    border-radius:8px;
	border:1px solid #dddddd;
}
.our-team .team-content{
    width: 100%;
    position: absolute;
    top: -50%;
    left: 0;
    transition: all 0.5s ease 0.2s;
	padding:0 30px;
}
.our-team:hover .team-content{
    top: 70%;
}
.our-team .title{
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 5px 0;
    letter-spacing: 0.8;
    font-family: 'roboto',sans-serif;
}
.our-team .post{
    font-size: 18px;
    color: #fff;
    line-height: 26px;
    text-transform: capitalize;
    font-family: 'roboto',sans-serif;
}
.our-team .social{
    padding: 0;
    margin: 40px 0 0 0;
    list-style: none;
}
.our-team .social li{
    display: inline-block;
}
.our-team .social li a{
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    border: 1px solid #fff;
    font-size: 18px;
    color: #fff;
    margin: 0 7px;
    transition: all 0.5s ease 0s;
}
.our-team .social li a:hover{
    background: #fff;
    color: #00bed3;
}
@media only screen and (max-width: 990px){
    .our-team{ margin-bottom: 30px; }
}

@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&family=Open+Sans:wght@300;400;600;700;800&display=swap');
.short_ab_part h1{
	color: #1B3C74;
  font-family: 'Lato', sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 48px;
}
.short_ab_part h2{
	font-size: 22px;
    letter-spacing: 2px;
    font-family: roboto;
    font-weight: 500;
    color: #282828;
    margin: 0px;
    padding: 6px 0;
}
.short_ab_part h3{
	font-size: 22px;
	letter-spacing: 2px;
	font-family: roboto;
	font-weight: 500;
	color: #282828;
    padding-bottom: 10px;
    border-bottom: 1px dotted #000;
}

.short_ab_part p{
	font-family: 'Roboto',sans-serif!important;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    text-align: justify;
    line-height: 26px;
    letter-spacing: 0.5px;
	padding-top:10px;

}
.short_ab_part a{
	border-radius: 7px;
	color: #fff;
	font-weight: 700;
	background: #ad3757;
	padding: 10px 20px;
	letter-spacing: 1px;
	margin-top:10px;
	display:inline-block;

}
.short_ab_part a:hover{
	color: #fff;
	font-weight: 700;

}
/*-----------------------------
Clinic
-----------------------------*/
.for-grey-bg{
    padding: 50px 0 50px;
}

.our-team3{
    width: 100%;
    text-align: center;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.our-team3:before,
.our-team3:after{
    content: "";
    width: 130px;
    height: 150px;
    background: #555381;
    position: absolute;
    z-index: -1;
}
.our-team3:before{
    bottom: 10px;
    left: 10px;
}
.our-team3:after{
    top: 10px;
    right: 10px;
}
.our-team3 .pic{
    margin: 20px;
    position: relative;
    border: 3px solid #fff;
    transition: all 0.5s ease 0s;
}
.our-team3:hover .pic{
    border-color: #33343e;
}
.our-team3 .pic:after{
    content: "";
    width: 0%;
    height: 0;
    background: url(../img/clinic-back2.jpg) no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transform-origin: 0 0 0;
    transition: all 0.5s ease 0s;
}
.our-team3:hover .pic:after{
    width: 100%;
    height: 100%;
    opacity: 1;
}
.our-team3 img{
    width: 100%;
    height: auto;
}
.our-team3 .team-content{
    width: 100%;
    position: absolute;
    top: -50%;
    left: 0;
    transition: all 0.5s ease 0.2s;
}
.our-team3:hover .team-content{
    top: 38%;
}
.our-team3 .title{
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 5px 0;
}
.our-team3 .post{
    font-size: 14px;
    color: #fff;
    line-height: 26px;
    text-transform: capitalize;
}
.our-team3 .social{
    padding: 0;
    margin: 40px 0 0 0;
    list-style: none;
}
.our-team3 .social li{
    display: inline-block;
}
.our-team3 .social li a{
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    border: 1px solid #fff;
    font-size: 18px;
    color: #fff;
    margin: 0 7px;
    transition: all 0.5s ease 0s;
}
.our-team3 .social li a:hover{
    background: #fff;
    color: #00bed3;
}

.clinc-text-part h4{
    font-size: 24px;
    font-family: 'roboto',sans-serif!important;
    color: #ec6066 !important;
    letter-spacing: 0.8px;
    font-weight: 500;
    border-bottom: 1px solid #0003;
    display: inline-block;
}
.clinc-text-part h2{
    font-size: 35px;
    font-family: 'roboto',sans-serif!important;
    color: #555381 !important;
    letter-spacing: 0.8px;
    font-weight: 500;
    border-bottom: 1px solid #0003;
    display: inline-block;
}
.clinc-text-part h3{
    font-size: 23px;
    font-family: 'roboto',sans-serif!important;
    color: #282828 !important;
    letter-spacing: 0.8px;
    font-weight: 500;
   
}
.p-part p{
    font-size: 17px;
    font-family: 'roboto',sans-serif!important;
    color: #282828 !important;
    padding: 10px 0 10px;
    letter-spacing: 0.8px;
    font-weight: 400;
    margin: 0px 0;
   
}

.b-order{
    /*border: 1px solid #0005;*/
    box-shadow: 0 0 5px #0005;
    box-sizing: border-box;
    padding: 10px 10px;
    margin-bottom: 20px;
    /*margin: 0px 0 !important;
    padding: 0px 0 !important;*/
}
.ab-text h5{
    font-size: 20px;
    font-family: 'roboto',sans-serif!important;
    color: #555381 !important;
    letter-spacing: 0.8px;
    font-weight: 500;
}
.ab-text p{
    font-size: 15px;
    font-family: 'roboto',sans-serif!important;
    color: #282828 !important;
    letter-spacing: 0.8px;
    font-weight: 400;
}
.ab-text{
    box-sizing: border-box;
    padding-top: 15px;
    text-align: left;
}
.remove_space1{
    margin: 15px 0 35px 0 !important;
    padding: 0px 0px;
}
.bt-for-clinic a{
    margin: 20px 0 20px !important;
    background: #ec6066;
    padding: 10px 25px;
    color: #fff;
    border-radius: 5px;
    font-weight: 500;


}
.bt-for-clinic a:hover{    
    color: #fff;
    /*border: 1px solid #0005;*/
    background:#555381;
    transition: 0.5s ease-in-out;

}


/*------------------------
Our Services..........
------------------------*/
.bg-light {
  background-color: #f3f5f6 !important;
}

.Our_Services h1{
	text-align: center;
	padding: 5px 0;
	color: #555381!important;
	font-weight: 700!important;
	font-family: roboto!important;
	letter-spacing: 1px;
    position: relative;
	
}
.Our_Services h1:before{
    content: '';
    width: 10.2%;
    height: 1px;
    float: left;
    border: 1px solid #0008;
    position: absolute;
    top: 105%;
    left: 45%;
    transition: 0.5s;


}

.Our_Services h1:after{
    content: '';
    width: 12%;
    height: 1px;
    float: left;
    border: 1px solid #0008;
    position: absolute;
    top: 96%;
    left: 44%;
    transition: 0.5s;


}


}
.item-box-blog-heading h5{
	text-align: left;
	background: #52a0cc;
	padding: 5px 10px;
	color: #fff;
}
.item-box-blog-text p{
	text-align: justify;
}
/*----------------------------
facility part
----------------------------*/

.faci-bg-sp{
    padding: 30px 0 50px;
}

.box-bor-der{
    border: 1px solid #5955a4;
    box-shadow: 0 0 3px #5955a499;
    background: #555381;
    
}
.box-bor-der img{
    transition: 1s;
}
.box-bor-der img:hover{
    transform: scale(0.9, 0.9);

}

.text-part-fac{
    background: #555381;


}
.text-part-fac h2{
    font-size: 23px;
    text-align: center;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.8;
    padding: 13px 0 13px;
    transition: 1s;
}
.text-part-fac h2:hover{
    letter-spacing: 1px;

}
.sp-tp-btm{
    padding: 30px 0 30px;
}

.faci-bg-sp h1 {
    text-align: center;
    padding: 5px 0;
    color: #555381!important;
    font-weight: 700!important;
    font-family: roboto!important;
    letter-spacing: 1px;
    position: relative;
    
}

.faci-bg-sp h1:before{
    content: '';
    width: 10.2%;
    height: 1px;
    float: left;
    border: 1px solid #0008;
    position: absolute;
    top: 105%;
    left: 45%;
    transition: 0.5s;


}

.faci-bg-sp h1:after{
    content: '';
    width: 12%;
    height: 1px;
    float: left;
    border: 1px solid #0008;
    position: absolute;
    top: 96%;
    left: 44%;
    transition: 0.5s;


}






/******************************/
/*slider part................*/
/*********************************/
.service{padding:40px 0px 0px;}

.post-slide{
    padding:10px 15px 20px 15px;
    border: 2px solid #0005;
    margin: 0 10px;
    transition: 0.5s ease-in-out;
}
.post-slide:hover{
    border-radius: 5px 25px 5px 25px;
}
.post-img{
    /*background: #7a4b94;*/
    transform: scale(1);
    transition: 0.5s;
}
.post-img > img{
    width: 100%;
    height: auto;
}
.post-slide .post-title{
    margin: 10px 0 10px 0;
    border-bottom: 1px solid  #E4E4E4;
    padding-bottom: 10px;
    padding-left: 10px;
    background: #0001;
    position: relative;
    line-height: 20px;
}

.post-slide .post-title:after{
    content: "";
    border:1px solid #dc005a;
    display: inline-block;
    width: 35px;
    position: absolute;
    left: 0;
    bottom: -1px;
}
.fac a{
    /*background: #555381; */
    padding: 4px 12px;
    margin: 0 0;
    color: #555381;
    transition: 0.5s;
    border-radius: 3px;
    font-weight: 500;
    font-size: 14px;
    border: 1px solid #d9d9d9;
}
.fac a i{color:#555381;}
.fac a:hover{
    border-radius: 5px 5px 5px 5px;
    color: #000;
    background: #fff;
    border: 1px solid #0005;
    box-shadow: 0 0 5px #0005;
}
.post-slide .post-title > a{
    color:#333333;
    font-weight: 500;
    text-transform: capitalize;
    font-family: roboto!important;
    letter-spacing: 0px;
	font-size:18px;
}
.post-slide .post-title > a:hover{
    text-decoration: none;
}
.post-slide .post-description{
    color:#555555;
    font-size: 14px;
	text-align:justify;
    line-height: 22px;
}

.post-img:hover img{
   transform: scale(0.9);
    transition:0.5s linear;
    overflow: hidden;
    border-radius: 5px 25px 5px 25px;
}
.post-slide:hover .post-title > a{
    color:#7a4b94;
    transition:0.3s ease;
}


.owl-buttons{
    position: absolute;
    top: -24%;
    right: -5px;

}
.owl-theme .owl-controls .owl-buttons div{
    border-radius: 0;
    margin: 0 20px 0 3px;
    padding: 5px 15px;
    opacity: 1;
    color: #555381;
    background: #0001;
    border: 2px solid #0001;
    display: inline-block;
    transition: all 0.3s ease 0s;
}
.owl-theme .owl-controls .owl-buttons div:hover{
    color: #7a4b94;
    border-top: 2px solid #dc005a;
 
}
.owl-prev:after,
.owl-next:after{
    font-family: "Font Awesome 5 Free"; font-weight: 900;
    content: "\f104";
    font-size: 20px;
}
.owl-next:after{
    content: "\f105";
}
@media screen and (max-width:767px){
    .owl-buttons {
        display: none;
    }
}
@media screen and (max-width:480px){
    .post-slide{
        padding-left: 0;
        padding-right: 0;
    }
}
/*-------------------------
divider_part
-------------------------*/

.divider-pat{
    width: 100%;
    background: #555381;
	padding: 10px 0;
}
.divider-pat h3{
    font-size: 32px;
    margin:0px;
	padding:0px;
    color: #f3f3f3;
    text-align: left;
    font-family: 'roboto',sans-serif;
	line-height: 46px;
}

.appointment-no{float:right;}
.appointment-no i{
    color: #fff;
    font-size: 25px;
    display: inline-block;
}
.appointment-no a{
    color: #fff;
    font-size: 25px;
    border: 1px solid #0005;
    padding: 4px 25px;
    border-radius: 35px;
    background: #ec6066;
    display: inline-block;
    margin:0;

}
.appointment-no a:hover{
	background: #fff;
	color:#555381;
	transition:0.5s;
}
.appointment-no a:hover i{
	color:#555381;
}
------------------------
.appointment-no1 i{
    color: #fff;
    font-size: 25px;
    display: inline-block;
}
.appointment-no1 a{
    color: #fff;
    font-size: 25px;
    border: 1px solid #0005;
    padding: 4px 25px;
    border-radius: 35px;
    background: #ec6066;
    display: inline-block;
    margin:0;

}
.appointment-no1 a:hover{
    background: #fff;
    color:#555381;
    transition:0.5s;
}
.appointment-no1 a:hover i{
    color:#555381;
}
/****************************/
/*testimonial part..................*/
/****************************/
.what-say{
    width: 100%;
    background: #555381;
    border-radius: 3px 3px;
    box-shadow: 0 0 7px 1px #a1a1a1;

}
.what-say h2 {
    /*background: url(../img/Graidientbg1.png) center no-repeat;*/
    color: #fff;
    padding: 10px 0 0 0;
    font-size: 35px;
    font-family: 'roboto',sans-serif;
   
}

.testimonial {
    margin: 27px 20px 40px 20px;

}

.testimonial .testimonial-content {
    padding: 35px 25px 35px 50px;
    margin-bottom: 35px;
    background: #fff;
    position: relative;
    border: 2px solid #555381;
}

.testimonial .testimonial-content:before {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 0;
    border-top: 15px solid #ffffff;
    border-left: 15px solid transparent;
    border-bottom: 15px solid transparent;
}

.testimonial .testimonial-content:after {
    content: "";
    position: absolute;
    bottom: -30px;
    right: 0;
    border-top: 15px solid #fff;
    border-right: 15px solid transparent;
    border-bottom: 15px solid transparent;
}

.testimonial-content .testimonial-icon {
    width: 50px;
    height: 45px;
    background: #555381;
    text-align: center;
    font-size: 22px;
    color: #fff;
    line-height: 42px;
    position: absolute;
    top: 37px;
    left: -19px;
}

.testimonial-content .testimonial-icon:before {
    content: "";
    border-bottom: 16px solid #555381;
    border-left: 18px solid transparent;
    position: absolute;
    top: -16px;
    left: 1px;
}

.testimonial .description {
    font-size: 15px;
    font-style: italic;
    color: #5a5757;
    line-height: 23px;
    margin: 0;
}

.testimonial .title {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin: 0 0 5px 0;
}

.testimonial .post {
    display: block;
    font-size: 14px;
    color: #fff;
}

.owl-theme .owl-controls {
    margin-top: 20px;
}

.owl-theme .owl-controls .owl-page span {
    background: #ccc;
    opacity: 1;
    transition: all 0.4s ease 0s;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #0CCA4A;
}
/*form part..........*/
.container1 {
  max-width: 100%;
  background-color: black;
  margin: 0 auto;
  text-align: center;
  top: 2%px;
  position: relative;
}
.container1 div {
  background-color: white;
  width: 100%;
  display: inline-block;
  display: none;
}
.container1 img {
  width: 100%;
  height: 350px;
  box-sizing: border-box;
  padding: 8px;
  /*background: #0002;*/
  box-shadow: 0 0 6px 1px #00000057;
}

button {
  position: absolute;
  transition: 0.3s ease-in-out;
}

.next {
  right: 15px;
  padding: 2px 2px;
  background: #fff;
  cursor:pointer;
  border-radius: 12%;
  border: 2px solid #fff;
  font-weight: 550;
  color: #fff;
  top: 162px;
  z-index: 2;
}
.next i{
    font-size: 35px;
    color: #ec484f;
}
.prev {
    left: 15px;
	cursor:pointer;
    padding: 2px 2px;
    background: white;
    border-radius: 12%;
    border: 2px solid #fff;
    font-weight: 550;
    color: #fff;
    top: 162px;
    z-index: 2;
}
.prev i{
    font-size: 35px;
    color: #ec484f;
}
.full_dark_bg{
	width: 100%;

}

.color_for_bg{
	background: 
}
.right_side_form{
    width: 100%;
    height: 500px;

    
}
.right_side_form form{
    border: 2px solid #0008 !important;
    padding: 20px 10px 30px 10px;
}
.all_cover_bg{
    
    padding: 30px 0;
}

.full_form{
    border: 2px solid #0008;
    box-shadow: 1px 1px 5px #000;
}

.left_side_form h1{
    font-size: 35px;
    font-family: roboto!important;
    color: #312222;
    border-bottom: 2px solid #6caeb7;
    display: inline-block;
    margin-left: 30% ;
    padding: 5px 0;
}
.contact_internal h5{
    font-size: 25px;
    font-weight: 800;
    color: #000;
    padding: 30px 40px 0px 40px;
}
.text_para p{
    padding: 5px 85px;
     font-family: roboto !important;
     font-weight: 500;
     color: #0009;
    text-align: justify;
}
.text_para strong{
    font-size: 17px;
    font-family: karla;
    color: #21252995 !important;
}
.contact_internal1 h5{
    font-size: 25px;
    font-weight: 800;
    color: #000;
    padding: 5px 40px 0px 40px;
}
.text_para1 p{
    padding: 5px 85px;
    font-family: 'karla' sans-serif;
    text-align: justify;

}
.text_para1 strong{
    font-size: 17px;
    font-family: karla;
    color: #21252995 !important;
     ;
}

/*contact form..........*/

.our_clinic_bg{
	/*background: url(../img/form_bg.png)fixed;*/
    background: #f7f6f6;
    
}
/*.our_clinic_bg h2{
    color: #fff;
    padding: 10px 0 0 0;
    font-size: 35px;
    font-family: 'roboto',sans-serif;
}*/
.color_b{
    padding: 50px 0;
}
.fom{
    width: 100%;
    height: auto;
    border: 2px solid #c87a0f;
    
}
.urname{
    width: 100%;
    height: 70px;
    float: left;

}
.urname input{
    width: 90%;
    height: 50px;
}
.urname1{
    width: 100%;
    height: 120px;
    float: left;

}
.urname1 input{
    width: 90%;
    height: 100px;
}
.sendbtn a{
    font-size: 18px;
    color: #fff;
    font-family: roboto!important;
    padding: 13px 20px;
    background: #00a8ff;
    border-radius: 13px;
    border: 1px solid #0006;

}
.sendbtn a:hover{
    color: #000 !important;
    background: #fff;
    transition: 0.9s;
}

.right_side_form h2{
    font-size: 35px;
    font-family: roboto;
    font-weight: 800;
    color: #fff;
    text-shadow: 1px 1px 3px #000;
}

/*attachment part..........*/
.attach{
	background: url(../img/att_banner.jpg)fixed;
}
.attach{
    padding: 50px 0 50px;
}
.attach h1{
	text-align: center;
    padding: 0px 0 30px 0;
    color: #fff;
    font-weight: 700!important;
    font-family: roboto!important;
    letter-spacing: 1px;
    text-shadow: 0 0 4px #000;
    cursor: pointer;
    position: relative;
}
.all_map_cover{
	border: 2px solid #fff;
	background: #fff;
	box-shadow: 0 0 5px #0006;
    border-radius: 5px;



}
.t_part{
	text-align: center;
}
.t_part h2{
	font-size: 24px;
	font-family: 'roboto',sans-serif;
	font-weight: 500;
	color: #fff;
    letter-spacing: 1px;
    background: #39527c;
    padding: 5px 0;
    margin-top: -6px;
}

.t_part p{
	font-size: 16px;
	font-family: 'roboto' sans-serif!important;
	font-weight: 500;
	color: #000;
    letter-spacing: 1px;
	margin-bottom:0px;
    padding: 3px;
    text-align: center;

}
.t_part p i{color:#6a68a5;}
.navbar{
	float:right;
	padding:43px 0 0 0!important;
}
.dropdown-menu {
    background: #fff!important;
}

/*******************
footer_part
*******************/

.footer_bg{
    width: 100%;
    height: auto;
    background: #b6d4e4;
    border-top: 5px solid #555381;
}
.copyright-area {
    background: #555381 !important;
    padding: 7px;
    color: #fff;
    display: block;
}   
.copyright-area p{
	margin:0px;
}
.copy1 img{
    width: 20px!important;
    height: 20px!important;
    margin-left: 10px;
}
.copy1 a{
    color: #fff;
}
.copy1 a:hover{
    color: #fff;
}
#button {
  display: inline-block;
  background-color: #74b9ff;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #0fbcf9;
  box-shadow: 1px 1px 10px #0fbcf9 ;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}
.footer_logo img{
    width: 100% !important;
    height: auto; !important;
    margin-top: 37px;

}
.footer_logo p{
    font-size: 16px;
    font-family: roboto!!important;
    color: #000;
    text-align: justify;
    margin-top: 10px;

}
.footer_logo a{
    padding: 5px 20px ;
    background: #555381;
    color: #fff;
    border-radius: 5px;
}
.footer_logo a:hover{
    background: #fff;
    color: #000;
}
.social-menu1 ul{
    position: relative;
    top: 50%;
    left: 50%;
    padding: 0;
    margin: 60px 0;
    transform: translate(-50%, -50%);
    display: flex;
}

.social-menu1 ul li{
    list-style: none;
    margin: 0 5px;
}

.social-menu1 ul li .fab{
    font-size: 25px;
    line-height: 35px;
    transition: .3s;
    color: #fff;
}

.social-menu1 ul li .fab:hover{
    color: #fff;
}

.social-menu1 ul li a{
    position: relative;
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #fff;
	color:#fff;
    text-align: center;
    transition: .6s;
    box-shadow: 0 5px 4px rgba(0,0,0,.5);
}
.social-menu1 ul li a i{
	color:#fff;
}
.social-menu1 ul li a:hover{
    transform: translate(0, -10%);
}

.social-menu1 ul li:nth-child(1) a{
    background-color: #3b5998 ;
	color:#fff;
}
.social-menu1 ul li:nth-child(1) a:hover{
    background-color: #3b5998 ;
}
.social-menu1 ul li:nth-child(2) a:hover{
    background-color: #E4405F;
}
.social-menu1 ul li:nth-child(2) a{
    background-color: #E4405F;
	color:#fff;
}
.social-menu1 ul li:nth-child(3) a:hover{
    background-color: #0077b5;
}

.social-menu1 ul li:nth-child(3) a{
    background-color: #0077b5;
}
.social-menu1 ul li:nth-child(4) a:hover{
    background-color: #075E54;
}
.social-menu1 ul li:nth-child(4) a{
    background-color: #075E54;
}
.bottom_menu{
    margin-top: 50px!important;
}
.bottom_menu .bottom_menu_list{
    padding-left: 0 !important;
    margin-bottom: 0!important;
    }

.bottom_menu {
    padding-bottom: 48px;
}
.bottom_menu ul li{
    position: relative;
    padding-left: 22px;
}
.bottom_menu ul li i{
    position: absolute;
    left: 0;
    top: 7px;
}

.bottom_menu ul li a{
    padding: 3px 10px !important;
    color: #000;
    font-size: 14.5px;
    font-family: "Rubik", sans-serif;
    display: inline-block;
    letter-spacing: 1px;
    transition: 0.5s ease-in-out;
    
}
.bottom_menu ul li a:hover{
    transform: translate(5px);
    color: #555381;
    letter-spacing: 0.5px;
   
}

.bottom_menu i{
    color: #555381;
}
.bottom_menu h2 {
    color: #000;
    font-size: 25px;
    font-weight: 500;
    border-bottom: 1px solid#8f8f8f;
    display: inline-block;
    padding-bottom: 10px;
    text-align: justify;
}
.bottom_map_all h2 {
    color: #000;
    font-size: 25px;
    font-weight: 500;
    border-bottom: 1px solid#8f8f8f;
    display: inline-block;
    padding-bottom: 10px;
    margin-top: 48px;
}

.bottom_map_all ul li{
    padding-bottom:  5px;
}
.bottom_map_all ul li i{
    color: #555381;
    display: block;
    position: absolute;

}
.bottom_map_all ul li span{
    color: #000;
    text-align: justify;
    padding: 5px 0 0 0;
    position: relative;
    top: 0px;
    left: 25px;
    line-height: 30px;



}


.carousel-control-next{right:0%!important;width:5%!important;}
.carousel-control-prev{left:0%!important;width:5%!important;}



/*--------------------
form start..........
--------------------*/

.all-cover-bg{
    padding: 50px 0 50px 0;
}
.right-side-form{
    border: 1.8px solid #0007;
    background: #b3d2ef;
}
/*.all-cover-bg h1{
    font-size: 45px;
    font-family: 'roboto',sans-serif;
    font-weight: 800;
    color: #1c1a1a;
   
}*/
.right-side-form h2{
    font-size: 35px;
    font-family: roboto;
    font-weight: 800;
    color: #fff;
    text-shadow: 1px 1px 3px #000;
    padding: 15px;
}

.urname-1{
    width: 100%;
    height: 70px;
    float: left;

}
.urname-1 input{
    width: 90%;
    height: 50px;
    border: none;
    border: 1.5px solid #0005;


}
.urname-2{
    width: 100%;
    height: 120px;
    float: left;

}
.urname-2 input{
    width: 90%;
    height: 80px;
    border: none;
    border: 1.5px solid #0005;
}

.send-btn-1 input{
    font-size: 18px;
    color: #fff;
    font-family: roboto!important;
    padding: 10px 20px;
    background: #00a8ff;
    border-radius: 7px;
    border: 1px solid #0003;
    display: inline-block;
    margin-bottom: 23px;

}
.send-btn-1 input:hover{
    color: #000 !important;
    background: #fff;
    transition: 0.9s;
}
.cont-bg{
    padding-top: 80px;
}


/*---------------------
form part end
---------------------*/
/*-----------------------
about page start 
------------------------*/
.abt-img img{
    width: 100%;
    height: auto;
    
    position: relative;
}

.text-abt-part h1{
    font-weight: 600;
    font-size: 60px;
    position: absolute;
    top: 37%;
    left: 13%;


}

.text-abt-part h1:hover{
    color: #fff;
    text-shadow: 0 0 4px #000;
}



.short_ab_part1 h1{
    color: #1B3C74;
  font-family: 'roboto', sans-serif;
  font-size: 45px;
  font-weight: 500;
  line-height: 48px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #000;
}
.short_ab_part1 h2{
    font-size: 22px;
    letter-spacing: 2px;
    font-family: roboto;
    font-weight: 500;
    color: #282828;
    margin: 0px;
    padding: 6px 0;
}
.short_ab_part1 h3{
    font-size: 22px;
    letter-spacing: 2px;
    font-family: roboto;
    font-weight: 500;
    color: #282828;
    padding: 6px 0;
    padding-bottom: 10px;
    border-bottom: 1px dotted #000;
}

.short_ab_part1 p{
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    text-align: justify;
    line-height: 30px;
    letter-spacing: 0.5px;


}
.short_ab_part1 a{
    border-radius: 7px;
    color: #fff;
    font-weight: 700;
    background: #ad3757;
    padding: 10px 20px;
    letter-spacing: 1px;
    margin-top:10px;
    display:inline-block;

}
.short_ab_part1 a:hover{
    color: #0008;
    font-weight: 700;

}
.color-all1{
    padding: 50px 0;
}
.color-all{
    padding: 50px 0;
}
.fellow ul li{
    
    /*list-style-position: inside;*/
    font-family: 'Roboto';
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    text-align: justify;
    line-height: 26px;
    letter-spacing: 0.5px;
    padding-top:10px;
}






/*-----------------------
about page over 
------------------------*/
/*-----------------------
services diffrent page over 
------------------------*/
a:hover,a:focus{
    text-decoration: none;
    outline: none;
}
.vertical-tab{
    font-family: 'Fira Sans', sans-serif;
    display: table;
}
.vertical-tab .nav-tabs{
    display: table-cell;
    width: 28%;
    min-width: 28%;
    vertical-align: top;
    border: none;
}
.vertical-tab .nav-tabs li{
   float: none;
   vertical-align: top;
}
.vertical-tab .nav-tabs li a{
    color: #333;
    background-color: #f5f5f5;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 15px;
    margin: 0 9px 5px 0;
    border-radius: 0;
    border: none;
    display: block;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: all 0.3s ease 0s;
}
.vertical-tab .nav-tabs li a:hover,
.vertical-tab .nav-tabs li.active a,
.vertical-tab .nav-tabs li.active a:hover{
    color: #fff;
    background-color: transparent;
    border: none;
    text-shadow: 0 0 5px #555;
}
.vertical-tab .nav-tabs li a:before,
.vertical-tab .nav-tabs li a:after{
    content: "";
    background: #b71540;
    width: 80%;
    height: 80%;
    transform: skewX(-15deg);
    position: absolute;
    top: 0;
    left: 150%;
    z-index: -1;
    transition: all 0.3s ease 0s;
}
.vertical-tab .nav-tabs li a:after{
    background: #c91642;
    left: auto;
    right: 150%;
    top: auto;
    bottom: 0;
}
.vertical-tab .nav-tabs li a:hover:before,
.vertical-tab .nav-tabs li.active a:before{
    left: 7px;
}
.vertical-tab .nav-tabs li a:hover:after,
.vertical-tab .nav-tabs li.active a:after{
    right: 7px;
}
.vertical-tab .tab-content{
    color: #fff;
    background-color: #b71540;
    font-size: 14px;
    line-height: 25px;
    padding: 20px 25px;
    margin-top: 10px;
    display: table-cell;
    position: relative;
}
.vertical-tab .tab-content h3{
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 7px 0;
}
@media only screen and (max-width: 479px){
    .vertical-tab .nav-tabs{
        width: 100%;
        display: block;
        border: none;
    }
    .vertical-tab .nav-tabs li a{ margin: 0 0 10px; }
    .vertical-tab .tab-content{
        padding: 20px 15px 5px;
        display: block;
    }
    .vertical-tab .tab-content h3{ font-size: 18px; }
}
/*----------------------------------
testimonial diffrent page part
----------------------------------*/
.te-ti-bg{
    background: aliceblue;
    padding: 50px 0;
}
.hight-clas1 {
    width: 100%;
    min-height: 380px;
}
.hight-clas2 {
    width: 100%;
    min-height: 445px;
}
.x-border{
    box-shadow: 0 8px 30px -7px #c9dff0;
    /*margin:20px;*/
    padding:25px;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 50px;
}
.x-img{
    text-align: center;
}
.x-img img{
    width: 30%;
    height: 30%;
    
}
.x-text-part h2{
    text-align: center;
    font-size: 19px;
    padding: 20px 0px 8px;
    color: #555381;
    margin: 0px 0px 0px !important;
    font-family: 'roboto',sans-serif !important;


}
.x-text-part h3{
    text-align: center;
    font-size: 16px;
    padding: 5px 0px 5px;
    color: #666666;
    margin: 0px 0px 0px !important;
    font-family: 'roboto',sans-serif !important;

}
.x-text-part p{
    text-align: center;
    font-size: 16px;
    padding: 5px 0px 5px;
    margin: 0px 0px 0px;
    font-family: 'roboto',sans-serif !important;
    color: #555;

}


/*---------------------
sidebar part ul li part
---------------------*/
.new-nav-part{
    text-align: center;
}
.new-nav-part ul li{
    border-bottom: 1px solid #cfcaca;
    
}
.new-nav-part h1{
    padding: 10px 25px 10px 25px;
    display: block;
    font-family: 'roboto',sans-serif;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.8px;
    border-bottom: 1px solid #868a8d;
    background: #555381;
    margin: 0;


}
.new-nav-part ul li a{
    padding: 15px 15px;
    display: block;
    font-family: 'roboto',sans-serif;
    color: #000;
    font-size: 16px;
    background: #0001;
    transition: 0.7s;
    font-weight: 400;
    letter-spacing: 0.2px;
    text-align: left;

}
.new-nav-part ul li a.active{
    background: #555381;
    color: #fff;
}
.new-nav-part ul li a.active i{
    color: #fff;
}
.new-nav-part ul li{
    position: relative;
}
.new-nav-part ul li i{
    position: absolute;
    right: 5px;
    top: 33%;

}
.new-nav-part ul i{
color: #555381;
}

.new-nav-part ul li a:hover{
    background: #555381;
    color: #fff;
    letter-spacing: 0.2px;
}
.new-nav-part ul li a:hover i{
    transition: 0.7s;
    color: #fff;
}
/*-----------------------------
services page internal part
-----------------------------
*/
.sp-for-serv{
    padding: 50px 0 35px;
}
.servi-banner-right img{
    border-radius: 2px;
}
.text-part-spage h2{
    font-size: 28px;
    font-family: 'roboto',sans-serif !important;
    letter-spacing: 0.5px;
    color: #555381;
    margin: 0px 0 0;
    padding: 15px 0 15px;
    position: relative;
   
}
.text-part-spage h2:after {
    position: absolute;
    content: '';
    background: #d9d0d0;
    width: 70px;
    height: 3px;
    left: 0px;
    bottom: 8px;
}


.text-part-spage p{
    font-size: 16px;
    font-family: 'roboto',sans-serif !important;
    letter-spacing: 0.5px;
    color: #282828;
    margin: 0px 0 0;
    padding: 5px 0 5px;
    text-align: justify;
}
.text-part-spage strong{
    font-size: 19px;
    font-family: 'roboto',sans-serif !important;
    letter-spacing: 0.5px;
    color: #555381;
    margin: 0px 0 0;
    padding: 15px 0 15px;
}
.text-part-spage i{
    color: #555381;
}

.foot h4{
	 text-align: center;
}

.foot p{
	 text-align: center;
}

.foot a{
	 color: #212529;
}

.foot a:hover{
	 color: 212529;
}

