/** Small screens - Responsive css **/

@media (max-width:800px) and (min-width:0px) {
    .top-slider-home {
        height: 300px;
        background-size: auto 300px;
        background-position-y: top;
        background-position-x: center;
        background-repeat: no-repeat;
        background-color: #D8D8D8;
    }
    #topNavBar {
        height: auto;
    }
    .active-nav-link {
        border-bottom: none !important;
    }
    .stitle {
        font-size: 40px;
        margin-bottom: 20px;
    }
    .stext {
        font-size: 25px;
    }
    .arrows-container {
        height: 85%;
    }
    .dot {
        margin: 5px 10px;
    }
    .nav-item .submenu {
        padding-left: 20px;
    }
    #topNavBarCollapse .nav-link {
        padding: 15px 24px;
    }
    #cnslt-inputs-col {
        margin-top: 260px;
        padding-bottom: 20px;
    }
    #slider-txt-row-1 {
        padding-top: 100px;
    }
    .dot {
        margin: 20px 10px;
    }
    .row-sperate-35 {
        height: 17px;
    }
    #comment {
        padding-left: 5px;
    }
    .slider-txt {
        font-size: 30px;
    }
    .top-img {
        height: 200px;
    }
    .top-photo-title {
        font-size: 40px;
    }
    .top-photo-text {
        font-size: 25px;
    }
    .row-sperate-70 {
        height: 3px;
    }
    .txt-bg-title {
        font-size: 30px;
        padding-top: 25px;
        padding-bottom: 2px;
        margin-top: 10px;
    }
    .row-sperate-50 {
        height: 30px;
    }
    .about-us-img {
        max-width: 100%;
    }
    #vission-img {
        margin-left: 0px;
    }
    #mission-title {
        text-align: left;
    }
    .contact-us-item {
        margin-top: 12px;
    }
    .txt-bg-title-black {
        margin-top: 0px;
    }
    #cnslt-inputs-row {
        padding-top: 5px;
    }
    .normal-text {
        font-size: 19px;
    }
    #bottomNavBar,
    .hide-in-mobile {
        display: none;
    }
    .top-links-text {
        display: none;
    }
    .txt-md-title {
        text-align: center !Important;
        padding-bottom: 0px;
    }
    .footer-cntnr {
        background-size: auto 250px;
        background-repeat: no-repeat;
        background-position: center bottom;
    }
    #footer-logo {
        margin-bottom: 10px;
    }
    .prd-list {
        line-height: 1;
    }
    .row-sperate {
        height: 10px;
    }
    #google-maps {
        height: 500px;
    }
    .dropdown:hover .dropdown-menu,
    .btn-group:hover .dropdown-menu {
        display: grid;
    }
    .small-mobile {
        font-size: 16px;
    }
    .row-header-small {
        font-size: 14px;
        font-weight: 600;
    }
    #btn-submit-consult {
        font-size: 16px;
    }
    .img-inner-page {
        margin-top: 8px;
    }
}