/* css for Contact Page */
#admission{
    contact: 3rem;
}
#contact h2{
    color: #333333;
    border-radius: 10px;
    font-weight: 900;
    letter-spacing: 1px;
    line-height: 1.7;
    font-size: 25px;
}
.bordr{

    border: 25px solid #FF8533;
    border-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='75' height='75'%3E%3Cg fill='none' stroke='%23B88846' stroke-width='2'%3E%3Cpath d='M1 1h73v73H1z'/%3E%3Cpath d='M8 8h59v59H8z'/%3E%3Cpath d='M8 8h16v16H8zM51 8h16v16H51zM51 51h16v16H51zM8 51h16v16H8z'/%3E%3C/g%3E%3Cg fill='%23B88846'%3E%3Ccircle cx='16' cy='16' r='2'/%3E%3Ccircle cx='59' cy='16' r='2'/%3E%3Ccircle cx='59' cy='59' r='2'/%3E%3Ccircle cx='16' cy='59' r='2'/%3E%3C/g%3E%3C/svg%3E") 25;

}

#contact h3{
    margin-bottom: 2rem;
    text-align: center;
}
#contact h3 span{
    color: #333333;
    border-radius: 10px;
    font-weight: 900;
    letter-spacing: 1px;
    line-height: 1.7;
    font-size: 20px;
    border-bottom: 2px solid#FF6600;

}
#contact .fas{
    font-size: 16px;
    color: #FF6600;
}

#contact h4{
    font-size: 16px;
    color: #333333;
    font-weight: 900;
    letter-spacing: 1px;
    line-height: 20px;
    margin-bottom: 10px;
}
#contact p{
    font-size: 15px;
}
.con-img{
    margin-top: 1rem;
    width: 50%;
    height: 200px;
}

#places-near{
    padding: 3rem 0rem;
    padding-bottom: 5rem;
}
@media(max-width: 768px){
    #contact h2{
        line-height: 1.7;
        font-size: 20px;
    }
    #contact h3 span{
        line-height: 20px;
        font-size: 16px;

    }
    .bordr
    {
        margin-bottom: 1.5rem;
    }
    .related-heading{
        line-height: 1.7;
        font-size: 20px;
    }
    #places-near{
        padding-bottom: 4rem;
    }
}

