body {
    font-family: 'Poppins', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Oswald', sans-serif !important;
    color: #373C80;
}

.common-spacing {
    padding-right: 150px;
    padding-left: 150px;
}

.common-padding {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}
label{
    padding-bottom:10px;
}
.active>.page-link, .page-link.active {
    background-color: #373C80!important;
    border-color: #373C80!important;
    color:#fff!important;
}
.page-link{
    color:#373C80!important
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-thumb {
    background: #807737;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    left: 20px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.my-float {
    margin-top: 16px;
}

/*--------------------------------------------------------------
# scroll top
--------------------------------------------------------------*/
#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 15px;
    font-weight: bold;
    border: none;
    outline: none;
    background-color: #807737;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
}
button {
    border-radius: 0px 30px 30px 30px;
    background: #807737;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    border: none;
    padding: 8px 15px;
    margin-top: 10px;
}

.appointment-btn{
    border-radius: inherit;
    background: transparent;
    color: #373C80;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    border: none;
    padding:0;
    margin:inherit;
}

span {
    color: #803737;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 10px;
}

p {
    color: #373C80;
    font-size: 14px;
    font-weight: 400;
    line-height: 33px;
    margin-top:1rem;
}

h1 {
    font-size: 60px;
    font-weight: 700;
    margin-top:1rem;
}

h2 {
    font-size: 40px;
    font-weight: 500;
    margin-top: 1rem;
}
h3 {
    font-size: 30px;
    font-weight: 500;
    margin-top: 1rem;
}
h4 {
    font-size: 20px;
    font-weight: 500;
    margin-top: 1rem;
}
@media(max-width:1500px){
    .common-spacing {
        padding-right: 70px;
        padding-left: 70px;
    }
}
@media(max-width:1200px){
    .common-spacing {
        padding-right: 50px;
        padding-left: 50px;
    }
    .header-wrapper .navbar .nav-link {
        padding-right: 15px!important;
    }
    .common-wrapper {
        height: 400px;
    }
    h1 {
        font-size: 30px;
    }
    
    h2 {
        font-size: 25px;
    }
    h3 {
        font-size: 20px;
    }
}

@media(max-width:992px){
    .common-spacing {
        padding-right: 20px;
        padding-left: 20px;
    }
    .main-content{
        text-align: center;
    }
    .top-header{
        display: none;
    }
    .carousel-indicators{
        display: none;
    }
    .aboutus-wrapper{
        text-align: center;
    }
}

@media(max-width:768px){
    .common-padding {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    h2 {
        font-size: 20px!important;
    }
    h3 {
        font-size: 18px!important;
    }
    .feedback-box {
        height: 260px;
    }
    .vision-content p {
        max-width: 75%!important;
    }
    .footer-wrapper{
        text-align: center;
    }
    .social-menu{
        justify-content: center;
    }
    .social-menu-1{
        display: block;
        text-align: center;
    }
    .top-header li {
        margin-top:1rem;
    }
    .footer-menu ul li a{
        justify-content: center;
    }
}
@media(max-width:577px){
    .carousel-item img {
        height: 70vh;
    }
    .common-padding {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    h1 {
        font-size: 25px!important;
    }
    .text-one {
        font-size: 25px!important;
    }
    .text-two {
        font-size: 25px!important;
    }
    .navbar-brand img {
        max-width: 200px;
    }
    .main-row {
        padding-top: 0rem!important;
    }
    .life-content p {
        max-width: 100%;
    }
    .gallery-content {
        display: block;
    }
    .vision-content p {
        max-width: 100%!important;
    }
    .about-content ul{
        padding:inherit;
    }
    .common-wrapper {
        height: 300px;
    }
    .page-link{
        padding:10px;
    }
    .about-content p {
        max-width: 100%;
    }
    .slick-prev {
        left: -15px;
    }
    .slick-next {
        right: -15px;
    }
    .top-header li a{
        font-size: 14px;
    }
    span {
        font-size: 14px;
    }
    .footer-menu ul li a{
        font-size: 14px;
    }
    .footer-menu p{
        font-size: 14px;
    }
    .common-content {
        top: 60%;
    }
    .social-menu li{
        padding-right: 0px;
    }

}


