/**/

@media only screen and (max-width: 425px) {
    
    .footer-section {
        padding: 0 35px !important;
    }
    
    .card {
    padding: 20px 20px !important;
    }
    
    .terms_conditions_img img{
        height: 250px;
        width: 250px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
}

@media (min-width: 426px) and (max-width: 768px) {
    .footer-section {
        padding: 0 80px !important;
    }
    .card {
    padding: 20px 60px !important;
    }
    
    .terms_conditions_img img{
        height: 350px;
        width: 350px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
}


@media only screen and (max-width: 600px) {
    .slogan_ul {
        padding: 5px;
    }
}

@media only screen and (max-width: 768px) {
    /**/
    .text-contact {
        height: 100%;
    }
    
    .contact-section {
        margin-top: 3rem;
    }
    
    .links_footer h6 {
        display: flex;
        justify-content: center;
    }
    
     .links_footer p {
        display: flex;
        /*justify-content: center;*/
    }
    
    .footer a {
        font-size: 20px;
    }
    
    .links_footer p {
        display: flex;
        align-items: center;
    }
    
     .social-icons {
        display: flex !important;
    }
    
    .hero-content h1 {
        font-size: 40px;
        line-height: 50px;
    }
    
    .hero-img img {
        margin-top: 50px;
    }
    
    .hero-section {
        padding-bottom: 100px;
    }
    
    .get-touch-btn {
        margin: auto !important;
    }
    
    .links_footer {
        text-align: left;
    }
    .terms_conditions_ul li h5,
    .terms_conditions h4 {
        text-align: justify;
    }
    
}

@media (min-width: 768px) and (max-width: 1024px) {
    
    /*.text-contact {*/
    /*    height: 510px;*/
    /*}*/
    
    .links_footer p a {
    font-size: 17px !important;
    }
    
    .links_footer h4{
        font-size: 18px;
    }
    .terms_conditions_img img{
        height: 400px;
        width: 400px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
}

@media screen and (min-width: 768px) {
    .text-contact {
        height: 400px;
    }
}

@media screen and (min-width: 1024px) {
    .text-contact {
        height: 510px;
    }
}

@media screen and (min-width: 1440px) {
    .text-contact {
        height: 100%;
    }
}




@media (min-width: 1025px) {

    .terms_conditions_img img {
        height: 450px;
        width: 450px;
        display: flex;
        align-items: center;
    }
}
