/** Small screens - Responsive css **/

@media (max-width:768px) and (min-width:0px) {
    .top-slider-home {
        height: auto;
        background-size: auto 250px;
        background-position-y: top;
        background-position-x: center;
        background-repeat: no-repeat;
        background-color: #D8D8D8;
    }
    #cnslt-inputs-col {
        margin-top: 260px;
        padding-bottom: 20px;
    }
    #slider-txt-row-1 {
        padding-top: 100px;
    }
    .why-mdc-title {
        padding-left: 6px;
    }
    .why-mdca-title-row {
        margin-left: 1px;
    }
    #comment-container {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .comment-row {
        background-image: url("../images/comments/background.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .dot {
        margin: 20px 10px;
    }
    .row-sperate-35 {
        height: 17px;
    }
    #comment {
        padding-left: 5px;
    }
    .slider-txt {
        font-size: 30px;
    }
    .top-img {
        height: 170px;
    }
    .row-sperate-70 {
        height: 3px;
    }
    .txt-bg-title {
        font-size: 30px;
        padding-top: 25px;
        padding-bottom: 25px;
    }
    #cnslt-inputs-row {
        padding-top: 5px;
    }
    .normal-text {
        font-size: 19px;
    }
    #put-good-title-line-2 {
        padding-top: 0;
        padding-bottom: 10px;
        padding-left: 50px;
        font-size: 34px;
    }
    #bottomNavBar,
    .hide-in-mobile {
        display: none;
    }
    .top-links-text {
        display: none;
    }
    .txt-md-title {
        text-align: center !Important;
    }
    .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;
    }
    div.dropdown-multicol {
        width: 100%;
    }
    .dropdown:hover .dropdown-menu,
    .btn-group:hover .dropdown-menu {
        display: grid;
    }
    div.dropdown-multicol>div.dropdown-col {
        width: 100%;
    }
    .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;
    }
    .why-mdca-text-row {
        padding-left: 20px;
    }
    .comments-dots {
        display: inline-flex;
        width: 100%;
        justify-content: center;
    }
}