/*============================= Small MOBILE Devices================================ */

@media(min-width:767px) {}


/*============================= MOBILE Devices================================ */

@media(max-width:767px) {
    .mob-lr-p-0 {
        padding-left: 0;
        padding-right: 0;
    }
    .header-v2-top-intro {
        display: none;
    }
    .header-v2-top .soical-profile {
        padding-bottom: 6px;
    }
    .header-v2-top {
        background: rgba(0, 0, 0, 0) linear-gradient(60deg, #ffffff 50%, #0a51a4 0%);
    }
    .logo img {
        top: -23px;
        width: 114px;
        left: 12px;
    }
    .navbar-toggle .icon-bar {
        background: #ffffff;
    }
    .navbar-toggle {
        background: #0a51a4;
    }
    .navbar-collapse {
        border-top: 1px solid #ccc;
    }
    .sticky .logo img {
        width: 90px;
        top: 7px;
    }
    .sec-title h1 {
        font-size: 23px;
        line-height: 30px;
    }
    .welcome-intro p {
        text-align: justify;
    }
    .loaninfo img {
        top: -19px;
        width: 152px;
    }
    .footer img {
        width: 146px;
    }
    .top-banner {
        min-height: 123px;
    }
    .abtimg2 {
        position: inherit;
        right: 0;
        bottom: 0;
        margin-bottom: 22px;
        margin-top: 10px;
    }
    .abtimg2:before {
        border: 0px;
    }
    .teamimg1 {
        left: 0;
    }
    .teaminfo {
        margin-top: 0;
    }
    .teamimg2 {
        right: 0px !important;
    }
    .teaminfo {
        padding: 14px;
        font-size: 14px;
    }
    .ctaSec {
        padding: 46.5px 0;
    }
    .single-about-style-two .image-block {
        float: none;
        margin: auto;
    }
    .single-about-style-two .text-block {
        width: 100%;
    }
    .single-about-style-two {
        border-top-right-radius: 125px;
        border-bottom-right-radius: 0px;
        border-top-left-radius: 125px;
    }
    .single-about-style-two .text-block p {
        margin-left: 0px;
        position: inherit;
        text-align: justify;
    }
    .single-about-style-two+.single-about-style-two {
        margin-bottom: 50px;
    }
    .awaadSec img {
        margin-bottom: 30px;
    }
    .top-banner h1 {
        font-size: 18px;
    }
    .prtitle .proname {
        margin-left: 6px;
    }
    .prtitle img {
        width: 33px;
    }
    .proname h3 {
        font-size: 18px;
        margin-bottom: 2px;
    }
    .proname h4 {
        margin-bottom: 0;
        font-size: 10px;
    }
    .prtitle {
        margin-top: 20px;
    }
    ul.amenities li {
        margin-bottom: 20px;
    }
}


/*============================= Medium Devices, Tablets ================================ */

@media(min-width:768px) and (max-width:991px) {
    .header-v2-top-intro {
        padding-left: 178px;
    }
    .logo img {
        position: absolute;
        top: -19px;
        width: 127px;
    }
    .my-nav li a {
        padding-left: 8px;
        padding-right: 8px;
        font-size: 12px;
    }
    .sticky .logo img {
        width: 77px;
        top: 22px;
    }
    .sec-title h1 {
        font-size: 32px;
    }
    .footelogo img {
        width: 200px;
        margin: auto;
    }
    .single-about-style-two {
        margin-bottom: 50px;
    }
    .awaadSec img {
        margin-bottom: 30px;
    }
}


/*============================= Medium Devices, Desttop ================================ */

@media(min-width:992px) and (max-width:1199px) {}