@media only screen and (max-width: 1460px) {
    .common-sec {
        padding: 80px 0;
    }

    /* header */
    .header {
        padding: 16px 15px;
    }
}

@media only screen and (max-width: 1280px) {
    .container-fluid {
        padding: 0;
    }
}

@media only screen and (max-width: 1199px) {

    /* common */
    .common-sec {
        padding: 60px 0;
    }

    .sec-title {
        font-size: 35px;
    }

    .title-lg {
        font-size: 45px;
    }

    .header-links {
        padding-right: 40px;
    }

    /* sidebar */
    .dashboard-sidebar {
        padding: 20px 0 0;
    }

    .dashboard-sidebar.show {
        left: 0;
    }

    .dashboard-backdrop.show,
    .dashboard-popup.show {
        padding: 50px 20px;
    }

    .listing-content {
        margin-top: 50px;
    }

    .listing-content .listing-content-row {
        margin: 0 -20px;
    }

    .listing-content .listing-box {
        padding: 0 10px;
    }

    .cms-con h1,
    .cms-con h2,
    .cms-con h3 {
        font-size: 35px;
    }

    .cms-con h4,
    .cms-con h5,
    .cms-con h6 {
        font-size: 30px;
    }

    /* listing-detail-sec */
    .details-related .sec-head {
        margin-bottom: 60px;
    }
}

@media only screen and (max-width: 991px) {

    /* common */
    .common-sec {
        padding: 40px 0;
    }

    .sec-head p {
        font-size: 18px;
    }

    .container {
        max-width: 100%;
        padding: 0 15px;
    }


    /* header */

    .header {
        padding: 16px 15px;
    }

    .header .btn {
        padding: 17px 32px 14px;
    }

    .menuIcon {
        display: inline-block;
        vertical-align: middle;
    }

    .menuIcon.show span {
        background: transparent;
    }

    .menuIcon.show span:after,
    .menuIcon.show span:before {
        bottom: 0;
        left: 0;
        margin: auto;
        right: 0;
        top: 0;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        width: 100%;
    }

    .menuIcon.show span:before {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .header .header-logo a {
        display: inline-block;
        vertical-align: middle;
    }

    .header .header-logo a img:last-child {
        display: block;
        width: 62px;
        height: auto;
    }

    .header .header-logo a img:first-child {
        display: none;
    }

    /* sidebar */
    .dashboard-sidebar.show {
        left: 0;
    }

    .dashboard-sidebar {
        background-color: #fff;
        bottom: 0;
        flex: initial;
        height: 100%;
        left: -100%;
        max-width: none;
        overflow: auto;
        padding: 0;
        position: fixed;
        top: 0;
        transition: left .4s ease-in-out;
        width: 50%;
        z-index: 9;
        z-index: 999;
    }

    .listing-content .listing-box {
        margin-bottom: 50px;
    }

    .details-related .sec-head {
        margin-bottom: 40px;
    }

    .listing-dropodown .dropdown-menu {
        right: 0;
    }
}

@media only screen and (max-width: 767px) {

    .sec-head p {
        font-size: 16px;
    }

    .sec-title {
        font-size: 30px;
    }

    .cms-con h1,
    .cms-con h2,
    .cms-con h3 {
        font-size: 30px;
        margin-top: 30px;
    }

    .cms-con h4,
    .cms-con h5,
    .cms-con h6 {
        font-size: 26px;
    }

    /* footer */
    .footer-con {
        display: block;
        text-align: center;
    }

    /* listing-sec */
    .listing-sec.common-sec {
        padding-bottom: 0;
    }

    .details-related .sec-head {
        margin-bottom: 25px;
    }

    .cms-con p {
        font-size: 14px;
    }

    .cms-con ul li {
        font-size: 14px;
    }
}

@media only screen and (max-width: 567px) {
    /* common */

    .common-sec {
        padding: 30px 0;
    }

    .sec-title {
        font-size: 25px;
        margin-bottom: 10px;
    }

    .title-lg {
        font-size: 30px;
    }

    .cms-con h1,
    .cms-con h2,
    .cms-con h3 {
        font-size: 25px;
        margin-bottom: 10px;
    }

    .cms-con h4,
    .cms-con h5,
    .cms-con h6 {
        font-size: 20px;
        margin-bottom:8px;
    }

    .sec-head p {
        font-size: 14px;
    }

    .sec-head {
        margin-bottom: 25px;
    }

    /* header */
    .header-buttons .btn-pink {
        border-radius: 0;
        bottom: 0;
        left: 0;
        margin-left: 0;
        position: fixed;
        right: 0;
        width: 100%;
        z-index: 1;
    }

    .header .btn {
        padding: 14px 28px 10px;
    }

    /* listing-sec */
    .listing-content {
        margin-top: 30px;
    }

    .listing-content .listing-content-row {
        margin: 0 -10px;
    }

    .listing-content .listing-box {
        padding: 0;
        margin-bottom: 40px;
    }

    .listing-box .listing-img-box {
        margin-bottom: 15px;
    }

    .listing-box .listing-text .listing-title {
        font-size: 16px;
    }

    .footer {
        padding-bottom: 60px;
    }

    .footer-con span {
        margin-bottom: 10px;
    }
}