@charset "utf-8";
/* CSS Document */

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) { 

}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) { 

}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) { 
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1400px) { 
}

/* Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) { 
    .md-img-slider-1{
        min-height: 670px;
    }
    .md-text-1{
        font-size: 28px;
    }
    .md-text-11{
        font-size: 26px;
    }
    .md-text-12{
        font-size: 16px;
    }
    .md-margin-1{
        margin-bottom: 25px;
    }
    .md-margin-2{
        margin-top: 25px !important;
    }
    .md-margin-3{
        margin-top: 5px !important;
    }
    .md-margin-4{
        margin-top: 35px !important;
    }
    .md-margin-5{
        margin-top: 6px !important;
    }
    .md-margin-6{
        margin-bottom: 6px !important;
    }
    .md-margin-7{
        margin-top: 50px !important;
    }
    .md-margin-8{
        margin-bottom: 8px !important;
    }
    .md-padding-1{
        padding-top: 30px !important;
    }
    .md-padding-2{
        padding-bottom: 30px !important;
    }
    .md-padding-3{
        padding-left: 20px;
        padding-right: 20px;
    }
    .md-text-9{
        font-size: 22px;
    }
    .md-size-1{
        width: 35px;
    }

}