﻿
@media (max-width: 1200px) {
    .service-2__inner-body {
        width: 100%;
    }
}

@media (max-width: 992px) {
    nav.navbar.bootsnav.sticked .social-icons {
        display: none;
    }

    nav.navbar.bootsnav .navbar-header {
        width: 100%;
        display: block;
    }

    nav.navbar.bootsnav .navbar-collapse {
        width: 100%;
        position: absolute;
        z-index: 999;
        top: 65px;
        left: 0;
        box-shadow: inset 0 0 6px #3a3a3a;
        background: #222;
    }

    #main_header .nav.navbar-nav {
        margin: auto;
    }


    .blog-single {
        margin-right: 0;
    }
}

@media (max-width: 525px) {
    .text-div  {
        width:100%;
    }
	.caption-text {
        width:100%;
		padding-right:15px;
    }
	.group-button-search {
    max-width: max-content;
    margin: auto;
    margin-bottom: 10px;
	padding: 5px 10px;
}
.btn-back-to-home 	.group-button-search{ 
margin:0;
}
.caption-text h1 {
    font-size: 22px;
}
h2.border_heading  {
    font-size: 18px;
}
    .slider-effect {
/*    margin-bottom:15px;*/

    }
    .box-head--border {
        margin: auto;
        float: none;
        margin-bottom: 10px;
    }

    .body__item > .box-body {
        margin: auto;
        text-align: center;
        padding: 0;
    }

    .btn-filter-wrap li {
    }

    .enquire-now {
        left: 50%;
        transform: translateX(-50%) translateY(370px);
    }

        .enquire-now.up {
            transform: translateX(-50%) translateY(0px);
            -webkit-transform: translateX(-50%) translateY(0px);
        }

    footer.footer {
        position: static;
    }

    .content-div {
        margin-bottom: 0;
    }

    .footer-bottom {
        padding-bottom: 40px;
    }

    .testimonial-6 .testimonial-paragraph p {
        text-align: justify;
    }

    .blog-content {
        text-align: justify;
    }

    .some-facts p {
        text-align: justify;
    }

    .title-2 {
        font-size: 36px;
    }
}
