@media only screen and (max-width: 820px){
    .social_media h3{
        font-size: 20px;
    }
    .social_media img {
        width: 40px;
    }   
    .footer_widget a{
        font-size: 14px;
    }
    .footer_widget h3 {
        font-size: 20px;
    } 
    .about{
        padding: 1rem;
    }
    .about_content h3 {
        font-size: 25px;
    }
    .about_content p{
        font-size: 12px;
        margin-bottom: 4rem;
        margin-top: 0.5rem;
    }
    .media h3::after {
    content: "";
    background-color: var(--secoundery);
    height: 5px;
    width: 85%;
    position: absolute;
    left: 1rem;
    bottom: 5px;
}
.social_media li {
    width: 40px;
}
.social_media a {
    text-decoration: none !important;
    width: 40px;
    height: 40px;
    font-size: 18px;
}
}
@media only screen and (max-width: 767px){
    .note_bg{
        padding: 1.5rem 1rem;
    }
    .warning_icon img {
        width: 60px;
    }
    .note_content h2{
        font-size: 16px;
    }
    .note_cross img {
        width: 45px;
    }
    .head_links {
        padding: 0.5rem 0.5rem;
    }
    .head_links a{
        font-size: 14px;
    }
    .weather img {
        width: 28px;
        margin-left: 0.4rem;
        vertical-align: sub;
    }
    .nav_link{
        line-height: 2;
    }
    .slide_content img {
        width: 80px !important;
        height: 80px !important;
    }
    .list-inline-item:not(:last-child){
        margin-left: unset;
    }
    .primary_btn { 
        min-width: 100px;
        font-size: 14px;
        padding: 0.2rem 1.2rem;
        line-height: 2;
    }
    .about{
        /* height: 500px; */
    }
    .media{
        /* height: 500px; */
    }
    .social_media h3 {
        color: var(--light);
        font-size: 25px;
        font-weight: bold;
        margin-bottom: 1rem;
    }
    .social_media img {
        width: 40px;
    }
    footer {
        background-color: var(--primary);
        padding: 50px 10px;
    }
    .footer_widget{
        margin-bottom: 1rem;
    }
    .footer_logo{
        margin-bottom: 1rem;
    }
    .footer_bottom p{
        margin-bottom: 1rem;
    }
    footer{
        text-align: center;
    }
    .social_media h3{
        display: none;
    }
    .social_media ul{
        text-align: center;
    }
    .slide_content{
        right: 0;
        left: 0;
        text-align: center;
    }
    .main_banner img{
        height: 500px;
        object-fit: cover;
    }
}
@media only screen and (max-width: 1024px){
    .about{
        padding: 1rem;
    }
    .media h3{
        padding: 1rem;
    }
    .media h3::after {
        content: "";
        background-color: var(--secoundery);
        height: 5px;
        width: 85%;
        position: absolute;
        left: 1rem;
        bottom: 5px;
    }
    .social_media h3{
        font-size: 28px;
    }
    .nav_link{
        font-size: 16px;
    }
}