@media screen and (min-width: 992px) and (max-width:1199px){}

@media screen and (max-width:991px){}

@media screen and (min-width: 768px) and (max-width: 991px){
    .logo-header-content .referance-link-logo {
        font-size: 26px;
        line-height: 29px;
    }
    .hero-bg-content {
        padding: 115px 0px 95px 0px;
    }
    .footer-list-left-content p ,.footer-list-right-content ul li a{
        font-size: 12px;
    }
    .hero-left-content-details h5 {
        font-size: 37px;
        line-height: 49px;
        margin-bottom: 10px;
    }
    .hero-left-content-desc p {
        font-size: 14px;
        line-height: 25px;
    }
    .btn-primary, .btn-primary:hover, .btn-primary.active {
        padding: 9px 14px;
    }
    .app-store-img {
        height: 24px;
    }
    .mr-20px {
        margin-right: 10px;
    }
}

@media screen and (max-width:767px){
    .mr-20px {
        margin-right: 10px;
    }
    .logo-header-content .referance-link-logo {
        font-size: 26px;
        line-height: 30px;
    }
    .hero-left-content-details h5 {
        font-size: 37px;
        line-height: 54px;
        margin-bottom: 12px;
    }
    .hero-left-content-details{
        margin-bottom: 25px;
    }
    .footer-list-left-content p {
        font-size: 12px;
        line-height: 17px;
        text-align: center;
    }
    .footer-list-right-content ul li {
        text-align: center;
        margin-top: 6px;
        font-size: 12px;
    }
    .btn-primary, .btn-primary:hover, .btn-primary.active {
        padding: 9px 17px;
    }
    .app-store-img {
        height: 25px;
    }
    .modal-scroll-custom {
        height: 650px;
    }
}

@media screen and (min-width: 320px) and (max-width:374px){}