/**** Media Query ****/
ul.menu-top .hide-menu {
    display: none;
}

.menu-wrap {
    display: none;
}

.no-scroll {
    overflow: hidden;
}

.mobile-menu {
    overflow: hidden;
}

.mobile-main-header .mobile-phno {
    display: flex;
    align-items: center;
    background: var(--color--one);
    color: #fff;
    border-color: var(--color--one);
    height: 42px;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
}

.mobile-main-header .mobile-phno span {
    font-size: 16px;
    text-transform: uppercase;
    margin-right: 10px;
    letter-spacing: 1px;
}

.mobile-main-header .mobile-phno svg,
.mobile-main-header .mobile-phno img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

@media (min-width:1601px) {
    header.main-header .container-fluid {
        max-width: 1920px;
    }
}

@media (min-width:1401px) {

    .container,
    .wp-block-group__inner-container {
        max-width: 1260px;
    }

    .single-post .container,
    header .container,
    footer .container,
    .banner-section .container,
    .common-banner .container {
        max-width: 1380px;
    }
}

@media (min-width:1200px) and (max-width:1400px) {

    .container,
    .wp-block-group__inner-container {
        max-width: 1170px;
    }
}

@media (max-width: 1199px) {

    .menu-top li a {
        font-size: 15px;
    }

    h1.banner-heading {
        font-size: 34px;
        line-height: 48px;
    }

    .banner-content p {
        font-size: 22px;
        line-height: 32px;
    }
}

@media (max-width: 767px) {

    .menu-header {
        display: none;
    }

    ul.menu-top .hide-menu {
        display: block;
    }

    .main-header .container {
        max-width: 100%;
    }


    .menu-wrap {
        background-color: var(--color--black);
        position: fixed;
        top: 0;
        height: 100%;
        width: 100%;
        left: -100%;
        font-size: 1em;
        font-weight: 700;
        overflow: auto;
        transition: .5s;
        z-index: 12;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .footer-heading {
        display: block;
    }

    .menu-full-wrapper {
        width: 100%;
        position: absolute;
        top: 0;
        text-align: left;
    }

    .menu-show {
        left: 0;
        max-width: 290px;
    }

    .menu-sidebar {
        margin: 0;
        position: relative;
        top: 0;
        width: 100%;
        margin-left: auto;
        height: 100%;
    }

    .menu-bar-wrapper {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
    }

    .menu-sidebar .menu-bar-wrapper li {
        flex: 0 0 100%;
        max-width: 100%;
        position: relative;
        margin: 0;
        border: none;
        border-bottom: 1px solid #ffffff26;
        padding: 0;
    }

    .menu-sidebar .menu-bar-wrapper .menu-item-has-children .sub-menu li:first-child {
        border-top: 1px solid rgba(0, 0, 0, .03);
    }

    .menu-sidebar .menu-bar-wrapper li:last-child {
        border: none;
    }

    .menu-sidebar .menu-bar-wrapper li>a {
        color: var(--color--white);
        padding: 6px 15px;
        position: relative;
        display: block;
        line-height: 1.6;
        font-weight: 400;
    }

    .menu-sidebar .menu-bar-wrapper li>a:hover:after {
        opacity: 1;
    }

    .menu-sidebar .menu-bar-wrapper li>a:hover {
        color: #000;
    }

    .menu-sidebar .menu-bar-wrapper li.current-menu-item>a,
    .menu-sidebar .menu-bar-wrapper li>a:focus {
        background-color: var(--color--primary);
        color: #fff;
    }

    .menu-sidebar .sidebar-menu-arrow:after {
        content: "";
        cursor: pointer;
        border-left: 2px solid var(--color--primary);
        border-bottom: 2px solid var(--color--primary);
        display: inline-block;
        width: 10px;
        height: 10px;
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        margin: auto;
        position: absolute;
        right: 15px;
        top: 50%;
        bottom: 0;
        margin-top: -8px;
    }

    .menu-sidebar .menu-bar-wrapper li.current-menu-item>.sidebar-menu-arrow:after {
        border-left: 2px solid #fff;
        border-bottom: 2px solid #fff;
    }

    .menu-sidebar .menu-bar-wrapper .menu-item-has-children .sidebar-menu-arrow.responsive-up-arrow:after {
        transform: rotate(135deg);
        display: block;
        margin: 0;
    }

    .menu-sidebar .menu-bar-wrapper li.current-menu-item>a+.sidebar-menu-arrow::after {
        color: #0e2743;
    }

    .menu-sidebar .menu-bar-wrapper .current-menu-parent.menu-item-has-children>.nav-link {
        font-weight: 400;
        background-color: #e93941;
        color: #fff;
        width: 100%;
    }

    .menu-sidebar .menu-bar-wrapper .current-menu-parent.menu-item-has-children>.nav-link:after {
        opacity: 1;
    }

    .menu-sidebar .menu-bar-wrapper .menu-item-has-children {
        position: relative;
    }

    .menu-sidebar .menu-bar-wrapper .menu-item-has-children .sidebar-menu-arrow {
        position: absolute;
        right: 0;
        top: 0;
        height: 37px;
        width: 44px;
        background-color: transparent;
    }

    .menu-sidebar .menu-bar-wrapper .menu-item-has-children .sub-menu {
        display: none;
        background: none;
    }

    .menu-sidebar .menu-bar-wrapper .menu-item-has-children .sub-menu li {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0px;
    }

    .menu-sidebar .menu-bar-wrapper li .sub-menu li a {
        padding-left: 30px;
    }

    .menu-sidebar .menu-bar-wrapper li .sub-menu .sidebar-menu-arrow:after {
        font-size: 16px;
    }

    .menu-sidebar .menu-bar-wrapper li .sub-menu li a:after {
        display: none;
    }

    .menu-sidebar .menu-bar-wrapper li .sub-menu li .sub-menu li a {
        padding-left: 50px;
    }

    .menu-sidebar .menu-bar-wrapper li .sub-menu li .sub-menu li .sub-menu li a {
        padding-left: 70px;
    }

    .menu-button {
        height: 50px;
        width: 50px;
        position: relative;
        line-height: normal;
        background: var(--color--black);
        border-radius: 0px;
        margin: auto;
    }

    .menu-button .menu-bar {
        position: absolute;
        transition: .5s;
        opacity: 1;
        margin: 0 auto;
        width: 25px;
        left: 0;
        right: 0;
        background: var(--color--white);
        height: 2px;
        border-radius: 10px;
    }

    .menu-button:hover {
        cursor: pointer;
    }

    .menu-button .menu-bar-top {
        top: 15px;
    }

    .menu-button .menu-bar-middle {
        top: 50%;
        transform: translateY(-50%);
    }

    .menu-button .menu-bar-bottom {
        top: auto;
        bottom: 15px;
    }

    .menu-button.button-open {
        top: 0;
        right: 0;
/*        height: 100%;
        width: 100%;*/
        position: fixed;
        z-index: 0;
        background: transparent;
    }

    .button-open .menu-bar-middle {
        background-color: #beccd7;
        transform: translate(230px);
        transition: .1s ease-in;
        opacity: 0;
    }

    .menu-button.button-open .menu-bar-top {
        transform: rotate(45deg) translate(12px, 11px);
        transition: .5s;
        top: 7px;
        opacity: 1;
    }

    .menu-button.button-open .menu-bar-bottom {
        transform: rotate(-45deg) translate(10px, -9px);
        transition: .5s;
        top: 37px;
    }

    header .sub-menu li ul.sub-menu {
        position: static;
    }

    .h2 .h2,
    h2,
    .heading,
    h2.title {
        font-size: 24px;
        line-height: 36px;
    }

    h4 {
        font-size: 18px;
    }

    .static-page .wp-block-heading {
        margin-top: 40px;
    }

    .default-content {
        max-width: 100%;
    }

    .default-content h1,
    .wp-block-group h1 {
        font-size: 38px;
    }

    .default-content h2,
    .wp-block-group h2 {
        font-size: 34px;
    }

    .default-content h3,
    .wp-block-group h3 {
        font-size: 30px;
    }

    .default-content h4,
    .wp-block-group h4 {
        font-size: 27px;
    }

    .default-content h5,
    .wp-block-group h5 {
        font-size: 25px;
    }

    .space-pd {
        padding: 50px 0;
    }

    .space-mr {
        margin: 50px 0;
    }

    body {
        font-size: 16px;
        line-height: 1.8em;
    }

    .header-left {
        width: 280px;
    }

    .header-right {
        width: calc(100% - 280px);
    }

    aside.sidebar {
        margin-top: 40px;
    }

    .footer-info-col {
        max-width: 100%;
    }

    .form-col {
        max-width: 100% !important;
    }

    .pre-footer-nav li {
        display: block;
        line-height: 2.5em;
    }

    .blog-detail .default-content {
        padding: 10px 10px;
        margin-top: 30px;
    }

    .post-content {
        padding: 20px 20px;
    }

    header.main-header {
        padding: 30px 0 20px;
    }

    .faqs-section button.accordion-button {
        font-size: 18px;
        padding: 15px 25px;
    }

    .faqs-section .accordion-body {
        padding: 25px 25px;
    }
}


/* Small Devices View  New*/
@media (max-width: 767px) {

    .bg-img {
        padding: 20px;
    }

    .single-post .default-content .post-meta {
        margin-bottom: 35px;
    }

    .banner-section h1.banner-heading {
        font-size: 28px;
        line-height: 36px;
    }

    .banner-content p {
        font-size: 20px;
        line-height: 28px;
    }

}

@media (max-width:575px) {

    .default-content h1,
    .wp-block-group h1 {
        font-size: 30px;
    }

    .default-content h2,
    .wp-block-group h2 {
        font-size: 28px;
    }

    .default-content h3,
    .wp-block-group h3 {
        font-size: 26px;
    }

    .default-content h4,
    .wp-block-group h4 {
        font-size: 24px;
    }

    .default-content h5,
    .wp-block-group h5 {
        font-size: 22px;
    }

    .page-banner .page-banner-title {
        font-size: 32px;
    }

    .header-right {
        width: calc(100% - 180px);
    }

    .header-logo {
        width: 100%;
    }

    .menu-button {
        height: 45px;
        width: 45px;
    }

    .menu-button .menu-bar-top {
        top: 12px;
    }

    .menu-button .menu-bar-bottom {
        bottom: 12px;
    }

    .menu-button.button-open .menu-bar-top {
        top: 5px;
    }

    .menu-button.button-open .menu-bar-bottom {
        top: 35px;
    }

    .post-image img {
        height: 300px;
    }
}

/* Extra Small Devices View */
@media (max-width: 480px) {
    .banner-heading {
        font-size: 36px;
    }
}

/************* responsivness*********************/
@media (min-width: 1199px) {
    .bg-img {
        padding: 100px;
    }
}

@media (max-width: 991px) {
    body.nav-open-menu {
        overflow: hidden;
    }

    header .header-logo img {
        width: 130px !important;
    }
}

@media (max-width: 767px) {
    body {
        margin-top: 159px !important;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .bg-img {
        padding: 50px;
    }
}