﻿@media only screen and (max-width: 500px) {
    .tabs {
        width: 50%;
    }

    .map-iran {
        width: 80vw;
        height: 80vw;
    }

    .map-div {
        width: 80vw;
        margin: auto;
    }

    .my-sm-2 {
        margin: 0.5rem 0px;
    }

    .tabs {
        width: 100%;
    }

    .less-font {
        font-size: 14px !important;
    }

    .less-pad-input {
        padding: 0.8rem 0.2rem;
    }

    .card-num {
        font-size: 20px;
    }

    .card-name {
        font-size: 18px;
    }

    .card-num-input .col-25:not(:last-child) {
        margin-right: 0.2rem !important;
    }

    .card-add-input .card-logo {
        width: 50px !important;
    }

    .card-add-input .card-bank {
        position: absolute;
        top: calc(1rem + 16px);
        right: calc(1.5rem + 54px);
        font-size: 1rem !important;
    }

    .card-add-input .card-name {
        font-size: 1rem !important;
    }

    .card-add-input .less-pad-input {
        padding: 0.2rem 0.2rem;
    }

    .w-phone-30 {
        width: 30% !important;
    }

    .font-size-phone-14 {
        font-size: 12px !important;
    }

    .font-size-phone-16 {
        font-size: 14px !important;
    }

    .font-size-phone-18 {
        font-size: 16px !important;
    }

    .font-size-phone-20 {
        font-size: 18px !important;
    }


    footer {
        display: none;
    }

    .footer-mob {

        height: 70px;
        background-color: #ffffff;
        display: block;


    }


    .icon-footer-mob {

        color: rgba(0, 0, 0, 0.4);
        font-size: 20px;
    }

    .icon-footer-mob:hover {

        color: rgba(0, 0, 0, 0.8);

    }


    .logo-footer > img {

        width: 100%;
        height: 60px;
        border-radius: 100%;
        background-color: #0a58ca;
        padding: 20px;

        transform: translateY(-40px);


    }


    .col-2 > a:hover {

        color: rgba(0, 0, 0, 0.8);
    }


    .nav-menu {

        padding: 0;
    !important;


    }

    .image-blog{
        width: 100%;
        height: 200px;
        border-radius: 10px;


    }
    .cal-blog {
        width: 14px;
        height: 20px;
    }




    .select2 {
        width: 80% !important;
    }

}






