@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/********** Template CSS **********/
:root {
    --primary: #DD371C;
    --secondary: #F57E57;
    --light: #EEF9FF;
    --dark: #091E3E;
}

h1,
h2,
.font-weight-bold {
    font-weight: 700 !important;
    color:#4d4d4d!important;
}

h3,
h4,
.font-weight-semi-bold {
    font-weight: 600 !important;
    color:#4d4d4d!important;
}

h5,
h6,
.font-weight-medium {
    font-weight: 500 !important;
    color:#4d4d4d!important;
}

.btn {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    transition: .5s;
}

.btn-primary,
.btn-secondary {
    color: #FFFFFF;
    background: #d31d3d; /*linear-gradient(to right, #d41426, #e75c12);*/
    border: none;
}

.btn-primary:hover {
    background: var(--secondary);
    border-color: var(--secondary);
}

.btn-secondary:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 28px;
    height: 28px;
}

.btn-lg-square {
    width: 36px;
    height: 36px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

.display-5
{
    font-size:2.5rem!important;
}

.navbar h1
{
    font-size:1.5rem!important;
}

.text-grey
{
    color:#555;
}

.text-red
{
    color:#da000e;
}

.text-primary
{
    color:#ac933d !important;
}

.top-shape::before {
    position: absolute;
    content: "";
    width: 35px;
    height: 100%;
    top: 0;
    left: -17px;
    background: var(--primary);
    transform: skew(40deg);
}

.navbar-light .navbar-nav .nav-link {
    font-family: 'Montserrat', sans-serif;
    padding: 20px 20px;
    font-size: 18px;
    color: black;
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 15px;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: black;
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
    }
}

.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*background: rgba(9, 30, 62, .85);*/
    z-index: 1;
}

@media (max-width: 576px) 
{
    body
    {
        font-size:14px;
    }

    .navbar
    {
        padding:10px!important;
    }

    .navbar-light .navbar-toggler
    {
        border-color: #fff!important;
    }

    .navbar-toggler
    {
        background-color:#fff;
    }

    .carousel-caption h5 {
        font-size: 14px;
        font-weight: 500 !important;
        display: none;
    }

    .carousel-caption h1 {
        font-size: 16px;
        font-weight: 600 !important;
    }

    .doc-features
    {
        margin-bottom:0!important;
    }

    .section-title h1
    {
        font-size:30px!important;
    }

    .section-awards
    {
        padding: 50px 0 0!important;
    }

    .bg-appointment
    {
        background-position: left!important;
    }
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}

@media (min-width: 991.98px) {
    .banner {
        position: relative;
        z-index: 1;
    }
}

.section-title h5::before {
    position: absolute;
    content: "";
    width: 45px;
    height: 3px;
    right: -55px;
    bottom: 11px;
    background: var(--primary);
}

.section-title h5::after {
    position: absolute;
    content: "";
    width: 15px;
    height: 3px;
    right: -75px;
    bottom: 11px;
    background: var(--secondary);
}

.twentytwenty-wrapper {
    height: 100%;
}

.hero-header {
    background: linear-gradient(rgba(9, 30, 62, .85), rgba(9, 30, 62, .85)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.bg-appointment {
    background: linear-gradient(to right, #ec4c4c00, #d1d2cd00), url(../img/guidline-bg.jpg) no-repeat;
    background-position: bottom;
    background-size: cover;
}

.appointment-form {
    background: rgba(6, 163, 218, .7);
}

.guideline-doc .list-group-item
{
    background:none!important;
}

.icon-cover
{
    border: 1px solid #8e9304;
    border-radius: 100%;
    width: 100px;
    height: 100px;
    padding: 19px;
    margin: 0 auto;
    border-style: dashed;
}

.service-item img,
.service-item .bg-light,
.service-item .bg-light h5,
.team-item .team-text {
    transition: .5s;
}

.service-item:hover img {
    transform: scale(1.15);
}

.quick-menu .list-group-item
{
    padding:13px 10px;
}

.quick-menu .list-group-item a
{
    color:#d01d1d;
}

.service-item h5
{
    font-size: 16px;
}

.team-item .team-text::after,
.service-item .bg-light::after {
    position: absolute;
    content: "";
    top: 50%;
    bottom: 0;
    left: 15px;
    right: 15px;
    border-radius:100px / 15px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .7);
    opacity: 0;
    transition: .5s;
    z-index: -1;
}

.team-item:hover .team-text::after,
.service-item:hover .bg-light::after {
    opacity: 1;
}

.bg-offer {
    background:url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.offer-text {
    background: rgba(6, 163, 218, .85);
}

.price-carousel .owl-nav {
    position: absolute;
    width: calc(100% + 45px);
    height: 45px;
    top: calc(50% - 22.5px);
    left: -22.5px;
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: .5s;
}

.footer-menu li
{
    background:none;
    border-color:#66666640;
}
.footer-menu li p
{
    color:#d7d5d5;
}

.faq-section .btn-link
{
    color:#c2071b;
}

.faq-section .accordion-item
{
    background:none;
    margin-top:5px;
}
.faq-section .card
{
    margin-bottom:5px;
}

.price-carousel:hover .owl-nav {
    opacity: 1;
}

.accordion-button:not(.collapsed)
{
    color:#aa0505!important;
    background:#fff;
}

.web-social a
{
    border-radius:100%!important;
    line-height: 0;
}



.price-carousel .owl-nav .owl-prev,
.price-carousel .owl-nav .owl-next {
    position: relative;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 2px;
    font-size: 22px;
    transition: .5s;
}

.price-carousel .owl-nav .owl-prev:hover,
.price-carousel .owl-nav .owl-next:hover {
    background: var(--secondary);
}

.bg-testimonial {
    background: url(../img/carousel-2.jpg) center center no-repeat;
    background-size: cover;
}

.testimonial-carousel {
    background: rgb(134 21 41 / 86%);
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: calc(100% + 46px);
    height: 46px;
    top: calc(50% - 23px);
    left: -23px;
    display: flex;
    justify-content: space-between;
    z-index: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: #861529;
    border-radius: 2px;
    font-size: 22px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--secondary);
}

.testimonial-carousel .owl-item img {
    width: 120px;
    height: 120px;
}


.carousel-caption
{
    text-align: left!important;
}

.display-1
{
    font-size:3rem;
}

img.feature-icon
{
    width:50px;
    margin-bottom:20px;
}

.appt-frm input, .appt-frm textarea
{
    border: 1px solid #fff;
    background: transparent;
}
.section-awards
{
    padding:80px 0 0;
}

.section-awards .awards-carousel .award-item .card
{
    box-shadow: 0px 0px 10px #ccc;
    border:none;
    padding:20px;
}

.section-awards .awards-carousel .award-item .card img
{
    width:50px;
    margin:0 auto 15px;
}

.section-awards .awards-carousel .owl-stage-outer
{
    padding-top:20px;
    padding-bottom:20px;
}

.section-awards .awards-carousel .award-item .card p
{
    font-size: 14px;
}
.service-card
{
    padding:30px 20px;
    border:0;
    box-shadow:0px 0px 10px #ccc;
}
.service-card-list ul li img
{
    width:25px;
    height:22px;
    margin-right:10px;
}

.service-card-list ul li
{
    padding:15px 0 10px 0;
    display: flex;

}

.service-card-title
{
    margin-bottom:10px;
    border:0;
}

.testimonial-item p
{
    font-size: 15px!important;
}

.testimonial-item img
{
    border-radius: 100%!important;
    width: 80px!important;
    height: 80px!important;
}

.web-review-star i
{
    color:#e1b30e;
}