@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Mukta:wght@200;300;400;500;600;700;800&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

body
{
	font-family: "Mukta", sans-serif!important;
}

h1, h2, h3, h4, h5, h6
{
	font-family: "Noto Serif", serif;
	color:#282973;
}

.bg-primary
{
	background: linear-gradient(45deg, #9a2735, #ce635e)!important;
}

.btn-primary
{
	background: linear-gradient(45deg, #9a2735, #ce635e)!important;
	border:none;
}

.navbar-light .navbar-nav .nav-link
{
	font-family: "Mukta", sans-serif!important;
	padding:0px 22px!important;
	font-weight:400;
	font-size:18px;
	color:#fff;
}

.navbar h1 img
{
	width:160px;
}

.top-bar-wraper
{
	background:linear-gradient(45deg, #982534, #ff9c85);
}

.top-right
{
	background:#9a2736;
}

.top-shape::before
{
	background:#9a2736!important;
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link.active
{
	color:#ff8891;
}

.carousel-caption
{
	text-align: left;
	background: none!important;
}

.bg-appointment
{
	background: url(../img/bg/secion-bg.jpg);
}

hr.heading-bottom
{
	width: 200px;
    margin: 20px auto 40px;
    background: #a2313c;
    height: 2px;
    opacity: 1;
}

.navbar
{
	position: absolute;
    z-index: 50;
    width: 100%;
    background: none!important;
    box-shadow: none!important;
}

.web-care .card-footer
{
	background:none!important;
}

.web-care
{
	background: #e9e9e9d6;
	padding:80px 0 100px;
}

.web-care .card
{
	box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    border: none;
}

.web-service
{
	padding:80px 0;
}

.web-service .service-item .web-shadow
{
	box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

.web-why-choose
{
	padding:80px 0;
}

.web-why-choose hr.heading-bottom
{
	margin-bottom:20px;
}

.web-video-wraper
{
	padding:80px 0;
}

.web-post-wraper .card
{
	box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
	border:none;
}

.web-post-wraper
{
	padding-bottom:80px;
}

.footer-widget-one a
{
	margin-bottom:10px!important;
}

ul.footer-bottom-list
{
    border-top: 1px solid #11356c;
    padding: 30px 0 0 0;
    text-align: center;
}

ul.footer-bottom-list li
{
	list-style-type: none;
	display: inline-block;
	border-right:1px solid #ccc;
	padding:0 10px;
	line-height: 1em;
	text-align: center;
}

ul.footer-bottom-list li a
{
	color:#b9b9b9;
}

.about-img-wrap
{
	padding: 30px;
    box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px;
    border-radius: 20px;
    height:100%;
}

.about-img
{
	border-radius: 100% !important;
    padding: 5px;
}

.btn-cta
{
	background:#343660;
}

.web-why-card
{
    box-shadow:rgb(165 75 75 / 26%) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    padding:15px;
    height:100%;
}

.page-body .navbar
{
    position:relative;
}

.page-body .navbar .navbar-nav .nav-link
{
    color:#444!important;
}

.page-body .footer-container
{
    margin-top: 0!important;
}

@media only screen and (max-width: 600px) 
{
    h1
    {
        font-size:24px;    
    }
    
    .about-img-wrap
    {
        text-align:center;
        height:auto!important;
    }
    
    .about-img 
    {
        border-radius: 100% !important;
        padding: 5px;
        width: 150px !important;
        margin: 0 auto;
    }
    
    .navbar-light .navbar-nav .nav-link
    {
        color:#000!important;
    }
    
	.navbar
	{
		position: relative;
		padding:5px 20px!important;
	}

	.navbar h1 img
	{
		width:80px!important;
	}
    
    .web-hero .container-fluid
    {
        padding:0!important;    
    }
    
	.carousel-caption h1
	{
		font-size:16px!important;
	}

	.container-fluid
	{
		padding:20px!important;
	}

	.appointment-form
	{
		padding:20px!important;
	}

	.web-hero .carousel-caption .btn
	{
	    font-size:12px!important;
	}
	
	.web-why-choose hr.heading-bottom
	{
	    width:auto!important;
	}
}