﻿.zoom-in-zoom-out {
    animation: zoom-in-zoom-out 1s ease-out infinite;
}

@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.1, 1.1);
    }

    100% {
        transform: scale(1, 1);
    }
}




.locimg {
    max-width: 100px;
}



.text-danger {
    font: 14px iransans !important;
    color: #c71c1c
}

@media screen and (min-width: 768px) {
    .locimg {
        max-width: 120px !important;
    }
    .w49 {
        width: calc(45.33% - 3rem) !important;
        margin: 0 1.5rem 3rem ; 
    }
    .section-consultation { padding-bottom : 50px !important ; }
    .section-steps { margin-top : 9.2rem !important}
    .h1-main {
        font-size: 30px !important;
    }
}

@media screen and (max-width: 768px) {

    .w49 {
        width: calc(100% - 2rem);
        margin: 0 1.5rem 3rem;
    }
    .consultation-form { padding : 0 0 14.2rem !important ; }


    .about__img {
        padding: 0 !important;
        width: 100% !important;
        margin-bottom: 2rem !important;
    }
    .section-about { margin-top : 3rem !important ; }

    .section-screen-main { background-image : url(../../Content/MyFiles/home1.png) !important}
    #bgscreen {
        background-color: #ffffffb5 ; padding : 20px 0 !important ; 
    }
    .h1-main { font-size : 22px !important ; }
}