/* Large devices (desktops, less than 1200px)*/

@media (max-width: 1199.98px) {
    /*============= start: contact-us ============= */
    .contact-us-left {
        width: 450px;
    }
    .contact-us-right {
        width: calc(100% - 450px);
        padding-left: 30px;
    }
    /*============= end: contact-us ============= */
    /*============= start: footer ============= */
    .ftr-logo {
        margin-right: 20px;
    }
    /*============= end: footer ============= */
}

/*This Media Query use for Mobile View*/

@media screen and (max-width: 991.98px) {
    /*============= start: header============= */
    .hamburger-menu-container {
        display: block;
    }
    .main_nav {
        position: fixed;
        left: 0;
        top: 0;
        padding: 0;
        background: rgba(0, 0, 0, 0.19);
        z-index: 99;
        height: 100vh;
        width: 100%;
        transition: all 0.3s ease-out;
        transform: translateX(-100%);
        overflow-x: hidden;
        overflow-y: auto;
        flex-direction: column;
    }
    .main_nav::after {
        content: '';
        clear: both;
        position: absolute;
        top: 0;
        left: 0;
        width: 320px;
        height: 100%;
        background: #fff;
        z-index: -1;
    }
    .main_nav ul {
        max-width: 320px;
        float: none;
    }
    .main_nav .form-grp {
        max-width: 320px;
        padding: 0;
        text-align: center;
        padding: 10px;
        box-sizing: border-box;
    }
    .main_nav ul li {
        float: none;
        margin: 0;
        padding: 0;
        border-bottom: 1px solid;
    }
    .main_nav ul li a {
        display: block;
        padding: 10px;
    }
    /* .main_nav > ul > li:hover > a {
        background: #0a91da;
        color: #fff;
    }*/
    .main_nav ul ul {
        position: static;
        pointer-events: auto;
        height: 0;
        overflow: hidden;
    }
    .main_nav ul li:hover > ul {
        height: auto;
    }
    .main_nav ul li i {
        right: 10px !important;
    }
    .main_nav ul li:hover > i {
        color: #fff
    }
    .main_nav .form-grp {
        float: none;
    }
    .main_nav .form-grp a {
        display: block;
        box-sizing: border-box;
    }
    /*============= end: header ============= */
    /*============= start: banner-slider ============= */
    #banner-slider .slide__content--details h1 {
        font-size: 50px;
        line-height: 60px;
    }
    #banner-slider .slide__content--details a {
        margin-top: 35px;
    }
    /*============= end: banner-slider ============= */
    /*============= start: contact-us ============= */
    .contact-us-left {
        width: 100%;
    }
    .contact-us-right {
        width: 100%;
        padding-left: 0;
        margin-top: 20px;
    }
    /*============= end: contact-us ============= */
    /*============= start: what-people-say ============= */
    .what-ps-box {
        padding: 10px;
    }
    .slick-arrow-icon .slick-prev,
    .slick-arrow-icon .slick-next {
        width: 50px;
        height: 50px;
        font-size: 23px;
    }
    /*============= end: what-people-say ============= */
    /*============= start: footer ============= */
    .custom-col.ftr-about {
        width: 100%;
    }
    .custom-col.ftr-quick-links {
        width: 42%;
    }
    .custom-col.ftr-address {
        width: 42%;
    }
    /*============= end: footer ============= */
}

/*Small devices (landscape phones, less than 768px)*/

@media screen and (max-width: 767.98px) {
    body {
        font-size: 14px;
    }
    p {
        font-size: 14px;
    }
    h1 {
        font-size: 25px;
        line-height: 30px;
    }
    .title_underline_center img {
        margin: 15px auto 0;
        max-width: 200px;
    }
    .cus-btn1,
    .cus-btn2,
    .cus-btn3,
    .cus-btn4 {
        font-size: 14px;
    }
    /* ================ start: banner-slider ================ */
    #banner-slider .slide__content--details h1 {
        font-size: 30px;
        line-height: 30px;
    }
    #banner-slider .slide__content--details p {
        padding-top: 15px;
    }
    #banner-slider .slide__content--details a {
        margin-top: 15px;
    }
    /* ================ end: banner-slider ================ */
    /* ================ start: about-urban ================ */
    .about-urban {
        padding: 40px 0;
    }
    .about-urban-inner p {
        padding-top: 15px;
    }
    .about-urban-inner .cus-btn3 {
        margin-top: 15px;
    }
    /* ================ end: about-urban ================ */
    /* ================ start: social ================ */
    .social {
        padding: 40px 0;
    }
    .social h1 {
        margin-bottom: 20px;
    }
    /* ================ end: social ================ */
    /* ================ start: what-people-say ================ */
    .what-people-say {
        padding: 40px 0 100px;
    }
    .what-people-say h1 {
        margin-bottom: 20px;
    }
    .slick-arrow-icon .slick-prev,
    .slick-arrow-icon .slick-next {
        bottom: -60px;
        width: 35px;
        height: 35px;
        font-size: 15px;
    }
    .slick-arrow-icon .slick-next {
        margin: 0 0 0 25px;
    }
    .slick-arrow-icon .slick-prev {
        margin: 0 0 0 -25px;
    }
    .what-ps-user {
        margin: 15px 0 0;
    }
    .wps-user-quote img {
        width: 35px;
    }
    /* ================ end: what-people-say ================ */
    /* ================ start: contact-us ================ */
    .contact-us {
        padding: 40px 0;
    }
    .contact-us-left .circle-dots .slick-dots {
        margin: 20px auto 0 !important;
    }
    .contact-us-right h1 {
        margin-bottom: 20px;
    }
    .contact-us-right address p {
        margin-bottom: 10px;
        padding-left: 30px;
    }
    .contact-us-form {
        margin-top: 20px;
    }
    /* ================ end: contact-us ================ */
    /*============= start: footer ============= */
    .custom-col.ftr-about {
        width: 100%;
    }
    .custom-col.ftr-quick-links {
        width: 100%;
    }
    .custom-col.ftr-address {
        width: 100%;
    }
    .custom-col.ftr-about p {
        padding-top: 20px;
    }
    .ftr-logo {
        margin-right: 15px;
    }
    .ftr-logo img {
        width: 100px;
    }
    .footer-top h2 {
        font-size: 18px;
        padding: 20px 0 15px;
    }
    .ftr-quick-links ul li {
        padding-left: 15px;
        margin-bottom: 5px;
    }
    .ftr-address address p {
        padding-left: 30px;
        margin-bottom: 10px;
    }
    /*============= end: footer ============= */
}

/*Extra small devices (portrait phones, less than 576px)*/

@media screen and (max-width: 575.98px) {
    .cus-btn2 {
        padding: 8px 18px;
        margin-top: 10px;
    }
    /* ================ start: header ================ */
    .navbar_left .logo {
        width: 60px;
    }
    .navbar_right {
        padding-top: 26px;
    }
    /* ================ end: header ================ */
    /* ================ start: banner-slider ================ */
    #banner-slider .slide__content--details h1 {
        font-size: 25px;
    }
    #banner-slider .slide__content--details p {
        padding-top: 10px;
    }
    #banner-slider .banner__slide-img img {
        height: 300px;
        object-fit: cover;
        object-position: center;
    }
    /* ================ end: banner-slider ================ */
    /* ================ start: contact-us ================ */
    .contact-us-form ul li {
        width: 100%;
    }
    /* ================ end: contact-us ================ */
    /* ================ start: footer ================ */
    .ftr-about {
        display: block;
    }
    .ftr-logo {
        margin: 0;
    }
    .ftr-logo img {
        width: 80px;
    }
    .footer-bottom .custom-row {
        display: block;
        text-align: center;
    }
    .ftr-social-icons {
        margin: 5px 0 0;
    }
    .ftr-social-icons ul li img {
        width: 22px;
    }
    /* ================ end: footer ================ */
}
@media screen and (max-width: 380px) {
    /* ============== start: header ============== */
    .main_nav ul,
    .main_nav::after,
    .main_nav .form-grp {
        max-width: 263px;
    }
    /* ============== end: header ============== */
}

/* ie9 hack css */


/*
@media all and (min-width:0\0) and (min-resolution:.001dpcm){
    .hamburger-menu-container{
        margin-top: 13px;
    }
}*/