@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:wght@200;300;400;600;700;900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@100;200;300;400;500;600;700&amp;display=swap');

*{
	font-family: 'Josefin Sans', sans-serif;
}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{
	font-family: 'Titillium Web', sans-serif;
}
.main_header #navbar.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  margin-top: 0px;
}
@media screen and (max-width: 1600px) and (min-width: 1360px){
	.wrapper {
	    padding: 0 0px;
	}
}

.page-loader-wrapper{
	background-color: #fff;
	border-bottom: 0px;
}
.main_header #top-nav{
	background-color: #E81B22;
}
.main_header #top-nav .btn.btn-link{
	padding: 6px 15px 4px;
    margin: 0px;
    font-weight: 600;
}
.main_header #top-nav .left ul.list-unstyled li a:first-child{
	padding-left: 0px;
}
.main_header #top-nav .text-right ul.list-unstyled li a:last-child{
	padding-right: 0px;
}
.main_header #header{
	background: #fff;
	padding: 7px 10px 64px 10px;
}
.main_header #navbar .navbar{
	background-color: #E81B22;
	
}

.form-control{
	border: 1px solid #cc8b16;
}
.form-control::placeholder{
	color: #666;
}
.form-control:focus{
	border: 1px solid #ffeb3b;
}
.main_header #navbar .navbar a.nav-link{
	padding: 14px 10px 10px;
	font-weight: 700;
}
.navbar{
	margin-bottom: 30px;
}
#hero .slider{
	max-height: 460px;
    height: 460px;
}
#hero .slider {
    padding-top: 55px;
}
.btn-primary{
	background-color: #E81B22;
	color: #fff !important;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary:active:focus, .btn-primary:active:hover, .btn-primary.active:focus, .btn-primary.active:hover, .show>.btn-primary.dropdown-toggle, .show>.btn-primary.dropdown-toggle:focus, .show>.btn-primary.dropdown-toggle:hover{
	background-color: #da9c2b !important;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle{
	border-color: #da9c2b;
}
#hero .slider_bottom .slider_form {
    position: relative;
    padding: 20px 5px;
    background: transparent;
    border-radius: 0px;
    bottom: 70px;
    box-shadow: none;
    /* margin: 0 auto 89px; */
}
#hero .slider_bottom .slider_form .slider_box_section{
	border-radius: 8px;
	position: relative;
    padding: 45px 40px;
    background-color: #ffffff;
    background-image: url(../images/pattern-1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0,0,0,0.10);
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
#hero .slider_bottom .slider_form .slider_box_section:before, #hero .slider_bottom .slider_form .slider_box_section:after {
    position: absolute;
    height: 200px;
    width: 200px;
    right: -100px;
    top: -100px;
    border-radius: 50%;
    background-color: #ffffff;
    z-index: 9;
    transform: scale(0);
    content: "";
    transition: all 600ms ease;
}
#hero .slider_bottom .slider_form .slider_box_section:hover:before {
    transform: scale(1);
    opacity: .20;
    transition-delay: 300ms;
}
#hero .slider_bottom .slider_form .slider_box_section:hover:after {
    transform: scale(1.7);
    opacity: .10;
    transition-delay: 400ms;
}
#hero .slider_bottom .slider_form .slider_box_section span:after {
    content: '';
    width: 85px;
    height: 85px;
    position: absolute;
    top: 35px;
    left:30px;
    border-radius: 50%;
    z-index: 1;
    background-color: #E81B2242;
}
#hero .slider_bottom .slider_form .slider_box_section h4{
	display: block;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
}
#hero .slider_bottom .slider_form .slider_box_section p{
    transition: all 300ms ease;
}
#hero .slider_bottom .slider_form .slider_box_section span img{
	height: 64px;
	width: 64px;
	position: relative;
    z-index: 2;
}
#hero .slider_bottom .slider_form .slider_box_section:hover {
    background-color: #E81B22;
    transform: translateY(-20px);
    box-shadow: 0 10px 30px rgba(0,0,0,.20);
}
.about-us-section{
	padding-top: 15px;
    padding-bottom: 30px;
    margin-top: -100px;
}
#hero .slider_bottom .slider_form .slider_box_section:hover h4{
	color: #fff;
}
#hero .slider_bottom .slider_form .slider_box_section:hover p{
	color: #f1f1f1;
}
#hero .slider_bottom .slider_form .slider_box_section:hover img{
	filter: invert(1) drop-shadow(2px 4px 6px #00000099);
}




page_title .bread_crumb {
	position: relative;
	margin-bottom: 10px;
}

.page_title .bread_crumb li {
	display: inline-block;
	padding: 0px 15px;
	font-size: 16px;
	font-weight:600;
	color:#fff;
	position: relative;
}

.page_title .bread_crumb li::before {
	position: absolute;
	content: '\f105';
	font-family: 'FontAwesome';
	right: -4px;
	color: #fff;
}

.page_title .bread_crumb li.active::before {
	display: none;
}

.page_title .bread_crumb li a {
	color: #fff;
	font-weight:600;
}

.page_title .bread_crumb li .single_blog_box {
	position: relative;
	padding: 100px 0px 70px;
}


.page_title {
	position: relative;
	padding: 60px 0px;
	min-height: 100px;
	background: url(../image/resources/breadcrumb.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.page_title .content_box {
	position: relative;
	margin-left: auto;
	margin-right: auto;
}








.section-title{
	padding-top: 15px;
	padding-bottom: 15px;
}
.section-title h2{
	font-weight: 600;
	color: #333;
	font-size: 30px;
}
.section-title h2 span{
	color: #E81B22;
}
.section-title h2:before{
	background-color: #E81B22;
}
.about-us-section .box-img .bg_image{
	position: absolute;
    bottom: -40px;
    left: -25px;
    z-index: -9;
}
.about-us-section .box-img{
	margin-left: 30px;
}
.right_box_section{
	background: #E81B22;
    padding: 15px;
    /*max-width: 370px;*/
    margin-right: auto;
    margin-left: auto;
    border-radius: 8px;
}
.right_box_section .right_box{
	padding: 34px 28px 30px 30px;
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-radius: 8px;
}
.right_box_section .right_box h6{
	color: #444;
}
.right_box_section .right_box h4{
	color: #111;
    margin: 10px 0px 5px;
    font-weight: 600;
}
.right_box_section .right_box p{
	color: #424242;
}
.right_box_section .right_box a.contactus_btn{
	background-color: #f1f1f1;
    border-color: #fff;
    padding: 10px 25px;
    font-weight: 700;
    border-radius: 25px;
}
.right_box_section .right_box a.contactus_btn:hover{
	transition: background .4s .4s, border-color .4s 0s, color .2s 0s;
	background-color: #ffffffab;
	border-color: #fff;

}
.right_box_section .right_box ul{
	padding-left: 0px;
	margin-bottom: 22px;
}
.right_box_section .right_box li{
	display: flex;
    justify-content: space-between;
}
.right_box_section .right_box li + li {
    margin-top: 18px;
}
.right_box_section .right_box .day{
	min-width: 100px;
	color: #333;
}
.right_box_section .right_box .time{
	min-width: 124px;
	color: #fff;
    position: relative;
    font-weight: 600;
}
.right_box_section .right_box .time::before {
    content: '-';
    position: absolute;
    color: #ffffff;
    top: 0;
    left: -20px;
}
.our-best-service{
	padding: 20px 0px;
}
.our-best-service .service-box{
	background: #fff;
    padding: 15px;
    text-align: center;
    border-radius: 8px;
    margin-bottom: 15px;
    /*border: 15px solid #fff;*/
}
.our-best-service .service-dep{
	position: absolute;
    content: '';
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
    overflow: hidden;
    transform: scale(-1, 1);
    display: none;
    padding: 20px;
}
.our-best-service .service-box:hover .service-dep{
	display: block;
}
.our-best-service .service-cnt{
	position: relative;
    display: inline-block;
    padding: 20px;
    background: #F6FCFF;
    text-align: center;
    will-change: transform;
    overflow: hidden;
    backface-visibility: hidden;
    z-index: 1;
    margin-left: auto;
    width: 100%;
}
.our-best-service .service-box{
	transform-style: preserve-3d;
    transition: all .5s ease;
}
.services_box:hover .service-box {
    transform: rotateY(180deg);
}
.our-best-service .service-cnt{
	background: #fbf7ef;
}
.our-best-service .service-box .service-icon:before{
	background-color: #E81B22;
}
.our-best-service .service-box .service-dep a {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
}
.p-t-50, .our-best-service .col-md-4:nth-child(n+4) .service-box, .our_location, .blog-page, .price_list, .faqs, .img-gallery {
    padding-top: 15px;
}
.our-team{
	padding: 20px 0px;
}
.our-team .section-title{
	padding-top: 0px;
    padding-bottom: 15px;
}
.our-team .team-box{
	box-shadow: 0 0px 10px rgba(0,0,0,0.10);
	border: 5px solid #ffffff;
	background: #eee;
	padding: 15px;
}
.our-team .team-box:hover {
    box-shadow: 0 20px 30px rgba(0,0,0,0.10);
}
.our-team .team-box .doctor-pic {
    border-bottom: 0px;
    overflow: hidden;
}
.our-team .team-box .doctor-pic img{
	transition: all 500ms ease;
}
.our-team .team-box:hover .doctor-pic img{
    transition: all 2000ms ease;
    transform: scale(1.1);
}
.our-team .team-box h4{
	margin-bottom: 6px;
	font-weight: 600;
	font-size: 14px;
}
.our-team .team-box h4 span {
    font-size: 20px;
    line-height: 30px;
    color: #E81B22;
}
.our-team .team-box ul{
	margin-bottom: 0px;
}
.why-choose-us{
	padding: 20px 0px;
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.why-choose-us .section-title {
    padding-top: 0px;
    padding-bottom: 15px;
}
.why-choose-us .common-cnt .section-top p{
	font-size: 30px;
    line-height: 36px;
    font-weight: 600;
    color: #313131;
}
.why-choose-us .common-cnt>p{
	font-weight: 400;
    color: #585858;
}
#footer{
	margin-top: 18%;
	background-image: url('../images/pattern-1.png');
	background-color: #d6d5d4;
}
#footer .form{
	margin-top: -25%;
}
#footer .title{
	 font-weight: 600;
    font-size: 22px;
}
#footer .fcard p{
	margin-bottom: 6px;
}
#footer .fcard.contact li i {
    position: relative;
    top: 5px;
}
#footer .fcard.links li.email{
	font-size: 16px;
    font-weight: 600;
    color: #009688;
}
#footer .fcard.links li.email i{
	color: #616161;
}
#footer .fcard.links li.phone{
	font-size: 16px;
    font-weight: 600;
    color: #ef1d1d;
}
#footer .fcard.links li.phone i{
	color: #616161;
}
#footer .fcard .list-unstyled{
	margin-bottom: 0px;
}
#footer .fcard{
	margin-bottom: 15px;
}
#footer .copyright{
	margin-top: 0px;
}
#footer .copyright small{
	font-size: 12px;
}
#footer .copyright small span{
	font-size: 13px;
	font-weight: 600;
	color: #E81B22;
}
#footer .fcard.links li a:hover {
    color: #E81B22;
}
#footer .copyright .up{
	position: relative;
}
#footer .copyright .up a{
	background-color: #E81B22;
    padding: 6px 10px;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    position: absolute;
    line-height: initial;
    top: -27px;
}
#hero .inner-banner{
	height: 180px;
	max-height: 180px;
	position: relative;
}
#hero .inner-banner:before{
	content: " ";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: #00000075;
}
#hero .inner-banner .container .title{
	color: #fff;
	line-height: 50px;
} 

/*=============================================== // Home page ==============================================*/

.about_wrapper .about-us-section{
	padding-top: 5px;
    margin-top: 0px;
}
.about_wrapper #footer{
	margin-top: 0px;
	padding-top: 10px;
}
/*=================================================== // About Page ===========================================*/

.service_wrapper .about-us-section{
	padding-top: 5px;
    margin-top: 0px;
}
.service_wrapper #footer{
	margin-top: 0px;
	padding-top: 10px;
}
.service_item_box {
	display: flex;
	align-items: center;
	background-color: #fff;
	border-radius: 8px;
	padding: 15px;
	margin-bottom: 15px;
}
.service_item_box .service-icon{
	position: relative;
}
.service_item_box .service-icon:before{
	content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    background-color: #E81B22;
    opacity: 0.20;
    z-index: 0;
}
.service_item_box .service-icon img{
	position: relative;
    z-index: 1;
}
.our-best-service .service_item_box .service-cnt{
	margin-left: 12px;
    padding: 12px;
    text-align: left;
}
.our-best-service .service_item_box .service-cnt .service-name{
	color: #212121;
    font-size: 18px;
    font-weight: 600;
}
.our-best-service .service_item_box .service-cnt .service-name{
	color: #212121;
    font-size: 18px;
    font-weight: 600;
}

/*=================================================== // Service Page ===========================================*/

.contact-section .contact-sidebar{
	background-color:transparent;
}
.contact-section{
	padding-top: 25px;
	padding-bottom: 25px;
}

.right_box_section .right_box .social-icon li + li{
	margin-top: 0px;
	margin-left: 10px;
}

.contact_wrapper #footer{
	margin-top: 0px;
	padding-top: 90px;
}
.contact_wrapper .map_section{
	position: relative;
    bottom: -95px;
    margin-top: -90px;
}

/*================================================== // Contact Page ===========================================*/

.register_box{
	background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0px 1px 5px 0px #8e8e8eb0;
    margin: 25px auto;
}
.register_box .section-title p{
	margin-top: 6px;
}

/*================================================== // Register login Page ===========================================*/

.loader .zmdi-hc-spin{
	animation: inherit;
}
.page-loader-wrapper p{
	color: #616161;
}

@media screen and (max-width: 768px){
	#hero .slider{
		height: auto;
	}
	#hero .slider_bottom .slider_form{
		padding-top: 0px;
		bottom: 20px;
	}
	#hero .slider_bottom .slider_form .slider_box_section{
		margin-bottom: 10px;
	}
	#footer .copyright .up a{
		right: 0px;
	}
	#footer .title{
		margin-bottom: 10px;
    	padding-top: 8px;
	}
	#footer .fcard {
	    margin-bottom: 8px;
	}
	#footer {
	    margin-top: 50%;
	}
	#footer .form {
	    margin-top: -70%;
	}
	.our-team .team-box{
		margin-bottom: 15px;
	}
	.about-us-section{
		padding-top: 0px;
    	margin-top: -50px;
	}
}