@media screen and (min-width:2100px) {
    .popup-silder-wrapper button.owl-next {
        right: 14%;
    }
    .popup-silder-wrapper button.owl-prev {
        left: 14%;
    }
}
@media screen and (max-width:1700px) {
    .popup-silder-wrapper button.owl-prev {
        left: 215px;
    }
    .popup-silder-wrapper button.owl-next {
        right: 215px;
    }
}
@media screen and (max-width:1440px) {
    .popup-silder-wrapper button.owl-prev {
        left: 170px;
    }
    .popup-silder-wrapper button.owl-next {
        right: 170px;
    }
}
@media screen and (max-width:1280px) {
    .two-column-image-slider .two-col-img-slider img {
        height: 470px;
    }
    .popup-silder-wrapper button.owl-prev {
        left: 130px;
    }
    .popup-silder-wrapper button.owl-next {
        right: 130px;
    }
    .two-column-content {
        max-width: 85%;
    }
}
@media screen and (max-width:1080px) {
    .two-column-image-slider .two-col-img-slider img {
        height: 337px;
    }
    .banner-two-buttons-block.custom-space {
        height: calc(100vh - 550px);
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    .banner-two-buttons-block .button-wrapper {
        max-width: 100%;
    }

    .banner-two-buttons-block.custom-space .container-wrapper {
        width: 100%;
    }
    .popup-silder-wrapper button.owl-prev {
        left: 98px;
    }
    .popup-silder-wrapper button.owl-next {
        right: 98px;
    }
    .general-month-card-header {
        height: 220px;
    }
    .two-column-content {
        max-width: 100%;
    }
    .intro-and-image-with-cta-block .col-sm-5, .intro-and-image-with-cta-block .col-sm-7 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .intro-and-image-with-cta-block .col-sm-5 {
        margin-bottom: 35px;
    }
    .intro-and-image-with-cta-block .col-sm-7 h2 {
        margin: 0 0 15px;
    }
}
@media screen and (max-width:991px) {
    .popup-silder-wrapper button.owl-prev, .popup-silder-wrapper button.owl-next {
        position: unset;
        margin: 32px 32px 0;
    }
    .popup-silder-wrapper .owl-nav {
        text-align: center;
    }
}
@media screen and (max-width:891px) {
    .two-column-image-slider-block .col-sm-4, .two-column-image-slider-block .col-sm-8 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .two-column-content {
        padding-left: 0;
        padding-top: 40px;
    }
    .two-column-image-slider .two-col-img-slider img {
        height: 738px;
    }
    .content-with-slider-block p {
        max-width: 100%;
    }
    .banner-two-btn-row .col-sm-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .banner-two-btn-row .col-sm-6:first-child {
        margin-bottom: 15px;
    }
}

@media screen and (max-width:767px) {
    .container {
        padding-right: 25px;
        padding-left: 25px;
    }
    .row {
        margin-right: 0;
        margin-left: 0;
    }
    .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2,
    .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6,
    .col-sm-7, .col-sm-8, .col-sm-9 {
        padding-right: 0;
        padding-left: 0;
    }
    .custom-space {
        padding: 40px 0;
    }
    /* Mobile Menu Css */
    .header-main-div {
        display: none;
    }
    .mobile-menu {
        display: block;
        position: relative;
        padding: 30px 20px;
    }
    .mobile-header-row {
        display: flex;
        align-items: center;
    }
    .button_container {
        position: absolute;
        top: 33px;
        right: 20px;
        height: 18px;
        width: 27px;
        cursor: pointer;
        z-index: 100;
        transition: opacity 0.25s ease;
        margin: auto;
    }

    .button_container:hover {
        opacity: 1;
    }

    .button_container.active .top {
        transform: translateY(11px) translateX(0) rotate(45deg);
    }

    .button_container.active .middle {
        opacity: 0;
    }
    .button_container.active .bottom {
        transform: translateY(-5px) translateX(0) rotate(-45deg);
    }
    .button_container span {
        background: #FFFFFF;
        border: none;
        height: 3px;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        transition: all 0.35s ease;
        cursor: pointer;
    }
    .button_container span:nth-of-type(2) {
        top: 8px;
    }
    .button_container span:nth-of-type(3) {
        top: 16px;
    }
    .overlay {
        position: fixed;
        background: #000;
        top: 0;
        left: 0;
        width: 100%;
        height: 0%;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.35s, visibility 0.35s, height 0.35s;
        overflow: hidden;
        z-index: 99;
        padding: 0 20px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .overlay.open {
        opacity: 1;
        visibility: visible;
        height: 100%;
    }
    .overlay.open li {
        animation: fadeInRight 0.5s ease forwards;
        animation-delay: 0.35s;
    }
    .overlay.open li:nth-of-type(2) {
        animation-delay: 0.4s;
    }
    .overlay.open li:nth-of-type(3) {
        animation-delay: 0.45s;
    }
    .overlay.open li:nth-of-type(4) {
        animation-delay: 0.5s;
    }
    .overlay.open li:nth-of-type(5) {
        animation-delay: 0.55s;
    }
    .overlay.open li:nth-of-type(6) {
        animation-delay: 0.6s;
    }
    .overlay.open li:nth-of-type(7) {
        animation-delay: 0.65s;
    }
    .overlay.open li:nth-of-type(8) {
        animation-delay: 0.7s;
    }
    .overlay nav {
        position: relative;
    }
    .overlay.open {
        overflow-y: scroll;
    }
    .overlay ul {
        list-style: none;
        padding: 0;
        margin: 0 auto;
        display: block;
        position: relative;
    }

    .overlay ul li {
        display: block;
        margin-bottom: 24px;
        position: relative;
        opacity: 0;
        margin: 18px 0;
        text-align: center;
    }

    .overlay ul li a {
        display: block;
        position: relative;
        color: #FFFFFF;
        font-size: 35px;
        font-family: "JKLP";
        text-transform: uppercase;
    }
    img.mobile-menu-icon {
        margin-left: auto;
        position: absolute;
        top: 6px;
        right: 23px;
        height: 10px;
        width: auto;
    }
    .menu-item-has-children.active img.mobile-menu-icon {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    @keyframes fadeInRight {
        0% {
            opacity: 0;
            left: 20%;
        }

        100% {
            opacity: 1;
            left: 0;
        }
    }
    .mobile-logo-wrapper img {
        width: 95px;
        height: auto;
    }
    .menu-open .mobile-header {
        top: 0 !important;
    }
    .overlay ul li a:hover,
    .overlay ul li.current-menu-item a{
        text-decoration: underline;
    }

    /* End Mobile Menu Css */
    .container-wrapper {
        padding: 0 20px;
    }
    .hero-banner-block {
        min-height: 100%;
        height: 100%;
        padding-bottom: 40px;
    }
    .rain-room-homepage .hero-banner-block h2 {
        font-size: 28px;
        text-align: center;
    }
    .hero-banner-img.mobile-banner.mobile-banner-img {
        padding-top: 80px;
    }
    .col-sm-6.banner-left-side-heading {
        margin-bottom: 32px;
    }
    .footer-wrapper .row {
        padding: 60px 0 32px;
    }
    .footer-wrapper  .menu {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }
    .footer-wrapper .menu li a {
        padding: 0.175rem;
    }
    .footer-wrapper .menu li {
        margin: 5px 10px;
    }
    .footer-wrapper .col-sm-3, .footer-wrapper .col-sm-2, .footer-wrapper .col-sm-7,
    .hero-banner-block .col-sm-6{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .footer-wrapper .col-sm-3 {
        text-align: center;
        margin: 40px 0;
    }
    ul.site-footer-social-links {
        justify-content: center;
    }
    ul.footer-logos-wrapper {
        justify-content: center;
    }
    ul.footer-logos-wrapper li {
        margin: 0 14px;
    }
    .two-column-image-slider .two-col-img-slider img {
        height: 466px;
    }
    .heading-with-background-image-block h2 {
        font-size: 30px;
        line-height: 1.3;
    }
    .page-id-61 .mobile-menu {
        position: absolute;
        width: 100%;
        z-index: 9;
    }
    .heading-with-background-image-block h2 br {
        display: none;
    }
    .banner-two-buttons-block.custom-space .col-sm-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .banner-two-buttons-block .col-sm-6:first-child .button-wrapper {
        margin-bottom: 28px;
    }

    .banner-two-buttons-block.custom-space {
        height: 100%;
    }

    a.primary-button.custom-btn {
        padding: 15px 32px;
        height: 65px;
        font-size: 20px;
    }
    .col-sm-4.popup-wrapper {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 50px;
    }
    .general-month-card-header {
        height: 280px;
    }
    .popup-silder-wrapper button i {
        font-size: 24px;
    }
    .popup-silder-wrapper button.owl-prev, .popup-silder-wrapper button.owl-next {
        margin: 20px 20px 0;
    }
    .popup-silder-wrapper {
        padding: 0 15px;
    }
    .primary-btn, .secondary-btn {
        padding: 14px 15px;
        width: 100%;
    }
    .mobile-banner-img{
        display: block;
    }
    .desktop-banner-img{
        display: none;
    }
    .home .mobile-logo-wrapper {
        display: none;
    }
    .ant-collapse-header.acc_head {
        font-size: 30px;
        line-height: 35px;
    }
    .intro-and-image-with-cta-block.custom-space {
        padding: 40px 0 80px;
    }
    .heading-with-background-image-block {
        height: 500px;
        background-attachment: unset;
        min-height: 100%;
    }
    .rain-room-homepage {
        padding-top: 40px;
    }
    .footer-menu ul.site-footer--rainroom__nav {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }
    .footer-menu ul.site-footer--rainroom__nav li {
        margin: 5px 10px;
    }
    .footer-menu ul.site-footer--rainroom__nav li a {
        padding: 0.175rem;
    }
}