* {
    margin: 0;
    padding: 0;
}

body,
html {
    overflow-x: hidden;
}
h1,h2,h3,h4,h5,h6,div,span,a{
    font-family: "Montserrat", serif;
    font-weight: 500;
}
.logo {
    width: 250px;
    padding-left: 70px;
}

.header {
    width: 100%;
    height: auto;
    position: fixed;
    z-index: 1;
    background-color: white;
    padding: 5px 10px;
}

.book-appointment {
    border: 1px solid transparent;
    border-radius: 5px;
    background-color: #e6963e;
    color: white;
    text-decoration: none;
    padding: 10px;
    font-size: 13px;
}
.appointment-fixed{
    position: fixed;
    z-index: 1;
    top: 50%;
    right: -100px;
    padding: 8px 35px;
    color: white !important;
    font-size: 15px;
    font-weight: 500;
    transform: rotate(270deg);
}
.appointment{
    border: 1px solid transparent;
    border-radius: 5px;
    background-color:#3486c3;
    color: white;
    text-decoration: none;
    padding: 10px;
}
.phone {
    border: 1px solid transparent;
    border-radius: 5px;
    background-color: #3486c3;
    color: white;
    text-decoration: none;
    padding: 10px;
    font-size: 13px;
}

.nav-item a {
    color: #3486c3;
    font-size: 15px;
    font-weight: 600;

    &:hover {
        color: #e6963e;
    }
}

.navbar-toggler {
    color: #3486c3 !important;
}

.modal-header {
    background-color: #3486c3;
    color: white;
}

.modal-footer button {
    border: 1px solid transparent;
    border-radius: 30px;
    background-color: #e6963e;
    color: white;
    padding: 10px 20px;
}
.page-text-color {
   color: #023d6b;
}
.head-color{
    color: #c06300;
}
#overview {
    margin-top: -60px;
    font-weight: 700;
}

.overview {
    border: 1px solid transparent;
    border-radius: 10px;
    background-color: #e6963e;
}

.aboutus-txt p {
    padding: 0px 50px;
}

.services {
    border: 1px solid transparent;
    border-radius: 10px 50px;
    background-color: #3486c3;
    padding: 20px 10px;
    height: 250px;
    transition: transform 0.3s ease-in-out;

    &:hover {
        transform: scale(1.1);
    }
}

.services-txt h5 {
    color: #e6963e;
    font-weight: 700;
}

.services-txt div {
    font-size: 13px;
}

.choose {
    border: 1px solid transparent;
    border-radius: 20px;
    padding: 10px;
    position: relative;
    color: white;
    background-color: #e6963e;
    height: 220px;
    transition: transform 0.3s ease-in-out;

    &:hover {
        transform: scale(1.1);
    }
}

.choose-img {
    position: absolute;
    top: -40px;
    left: 90px;
    border: 1px solid transparent;
    background-color: #3486c3;
    border-radius: 10px;
    padding: 10px;
    transition: transform 0.3s ease-in-out;

    &:hover {
        transform: scale(1.1);
    }
}
.choose-txt h5{
    color: #3486c3;

}
.card-d {
    border: 3px solid #e6963e;
    border-radius: 10px;
    height: 510px;
    transition: transform 0.3s ease-in-out;

    &:hover {
        transform: scale(1.1);
    }
}

.carousel-img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.designation{
    color: #e6963e;
    font-weight: 600;
}
.card{
    padding: 20px;
    height: 230px !important;
}

.star-icons {
    color: #f6bb06;
    font-size: 20px;
}

.card h5 {
    font-size: 14px;
    font-weight: 600;
}

.card small {
    font-size: 12px;
}

.card p {
    line-height: 20px !important;
}

.logo1 {
    width: 100px;
}

.star-icons-review {
    color: #f6bb06;
    font-size: 13px;
}

.review-txt p {
    font-size: 12px;
}
.contact{
    padding: 20px 40px;
}
.contact-icon{
    color: #3486c3;
    font-size: 25px;
}
.call a{
    text-decoration: none;
    color: black;
}
.contact span{
    font-size: 20px;
}
.footer{
    padding: 20px 0px;
}
.shaswa-link{
    text-decoration: none;
    color:#e6963e;
}
@media screen and (max-width:767px) {
    .logo {
        width: 200px;
        padding-left: 0px;
    }

    .nav-item a {
        text-align: center;
    }

    .banner img {
        padding-top: 100px;
    }

    #overview {
        margin-top: 0px;
    }

    .aboutus-txt p {
        padding: 0px 0px;
    }

    .choose-img {
        left: 130px;
    }

    .slick-next {
        right: 8px !important;
    }

    .slick-prev {
        left: 8px !important;
    }
    .contact{
        padding: 20px 20px;
    }
    .contact-icon{
        color: #3486c3;
        font-size: 20px;
    }
    .contact span{
        font-size: 15px;
    }
    .mobile-section {
        position: fixed;
        z-index: 1;
        display: flex;
        background-color: #3486c3;
        bottom: 0;
        text-align: center;
        width: 100%;
        padding: 10px 0px;

    }

    .mobile-btn a {
        text-decoration: none;
        color: white;
    }
    .footer{
        padding-bottom: 40px !important;
    }
}

@media screen and (min-width:768px) and (max-width:999px) {
    .logo {
        padding-left: 0px;
    }

    .nav-item a {
        text-align: center;
    }

    .banner img {
        padding-top: 50px;
    }

    #overview {
        margin-top: -60px;
    }

    .overview {
        height: 130px;
    }

    .aboutus-txt p {
        padding: 0px 0px;
    }

    .choose {
        height: 220px;
        font-size: 15px;
    }

    .choose-img {
        left: 65px;
    }
    .contact{
        padding: 20px 20px;
    }
    .contact-icon{
        font-size: 25px;
    }
    .contact span{
        font-size: 18px;
    }

}