@media (max-width: 1199px) {
}




@media (max-width: 991px) {
    .header-menu {
        display: none;
    }
    .toggle-btn{
        display: block;
    }
    .sidenav{
        display: block;
    }
    .footer-middle{
        display: block;
    }
    .footer-social-media {
        margin-top: 30px;
    }
}





@media (max-width: 767px) {
    .top-header .th-left {
        display: none;
    }
    .th-wrap{
        justify-content: center;
    }
    .slider-wrap{
        display: block;
        padding:50px 0;
        height: auto;
    }
    .slider-caption{
        width: 100%;
        padding-right:0;
    }
    .slider-img{
        margin-top:50px;
    }
    .about-section-content {
        margin-top: 30px;
    }
    .footer-top{
        display: block;
    }
    .footer-contact{
        width: 100%;
        padding-right:0;
    }
    .subscription-form{
        width: 100%;
        margin-top:20px;
    }
    .footer-wrap{
        display: block;
        text-align: center;
    }
    .copy-right {
        margin-top: 10px;
    }
    .footer-middle-contact ul li {
        margin-right: 30px;
    }
    .footer-middle-contact ul li h3{
        font-size: 16px;
    }
    #carouselExampleFade {
        margin:auto;
    }
}





@media (max-width: 575px) {
    .logo img{
        height: 55px;
    }
    .main-header{
        padding:10px 0;
    }
    .slider-caption p{
        margin-top:15px;
        font-size: 16px;
    }
    .slider-wrap{
        padding:40px 0;
    }
    .main-btn{
        margin-top:25px;
        justify-content: center;
    }
    .main-btn a{
        padding: 10px 15px;
        font-size: 15px;
    }
    .slider-img{
        margin:auto;
        margin-top:30px;
    }
    .slider-caption {
        text-align: center;
    }
    .about-section-media {
        padding-right: 0px;
    }
    .mt{
        margin-top:50px;
    }
    .mb{
        margin-bottom:50px;
    }
    .pt{
        padding-top:50px;
    }
    .pb{
        padding-bottom:50px;
    }
    .main-title h3{
        font-size: 30px;
    }
    .main-title{
        margin-bottom:30px;
    }
    .company-group.pb {
        padding-bottom: 25px;
    }
    .footer{
        padding-top:50px;
    }
    .footer-contact {
        text-align: center;
    }
    .subscription-form button{
        font-size: 15px;
        padding: 0px 18px;
    }
    .subscription-form .form-control{
        font-size: 14px;
        padding-right:120px;
        height: 50px;
    }
    .footer-middle {
        margin-top: 25px;
    }
    .footer-middle-contact ul{
        display: block;
    }
    .footer-middle-contact ul li {
        margin-right: 0px;
    }
    .footer-middle-contact ul li+li {
        margin-top: 20px;
    }
    .footer-middle-contact ul li h3{
        margin-top:7px;
    }
    .footer-social-media {
        margin-top: 20px;
    }
    .footer-wrap{
        margin-top:30px;
    }
    #carouselExampleFade{
        width: 100%;
    }

    .select2-dropdown{
        /* width: 300px !important; */
    }
}
