.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1200px;
}

@media screen and (max-width: 992px) {
    p {
        margin: 0;
        line-height: 30px;
        margin-bottom: 21px;
        font-size: 20px;
        font-weight: 500;
    }
    section {
        padding: 60px 0px;
    }
    .banner_sec .banner_heading p span {
        font-size: 17px;
        text-transform: uppercase;
        font-weight: 600;
        letter-spacing: 2px;
        margin-bottom: -21px;
        display: block;
    }
    h2 {
        font-size: 44px;
    }
    .small .logo img {
        width: 135px;
    }
    .small {
        display: block;
        transition: all 0.3s ease-in-out;
    }
    #main_header {
        display: none;
    }
    .small nav {
        padding: 13px 0;
    }
    .small nav .container-flex {
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
    }
    .small nav .menu {
        width: 40px;
        height: 40px;
        background: #b20181;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
        color: #fff;
        cursor: pointer;
        border-radius: 5px;
    }
    .small nav .sidebar {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100%;
        background: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        transition: all 0.4s ease-in-out;
        z-index: 1000;
    }
    .small.show .sidebar {
        right: 0;
    }
    .small nav .sidebar>ul {
        margin-top: 120px !important;
    }
    .small nav .sidebar>ul>li {
        padding: 10px;
    }
    .small nav .sidebar ul>li:last-child {
        border-bottom: none;
    }
    .small nav .sidebar ul>li>a {
        color: #000;
        padding: 4px;
        font-size: 17px;
        text-transform: capitalize;
    }
    .small nav .sidebar>ul>li.link-sm {
        position: relative;
    }
    .small nav .sidebar ul li.link-sm i {
        position: absolute;
        top: 3px;
        right: 0px;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        font-size: 19px;
        color: #1e1e1e;
        font-weight: 700;
    }
    .small nav .sidebar ul.sub-menu-sm {
        max-height: 0;
        overflow: hidden;
        transition: all .3s ease-in-out;
        margin-top: 0px !IMPORTANT;
    }
    .small nav .sidebar ul.sub-menu-sm li {
        padding: 4px 16px;
    }
    .small .times {
        position: absolute;
        top: 0;
        right: 0;
        width: 40px;
        height: 40px;
        background: #0e0e0e;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 18px;
        cursor: pointer;
    }
    .small .overlay {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.9);
        opacity: 0;
        pointer-events: none;
        transition: all 0.3s ease-in-out;
        z-index: 1000;
    }
    .small.show .overlay {
        opacity: 1;
        pointer-events: all;
    }
    ul.list-unstyled.p-0.m-0.sub-menu-sm li a {
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
    }
    .small {
        display: block;
    }
    p br {
        display: none;
    }
    h1 {
        font-size: 54px;
    }
    .banner_sec {
        padding: 170px 0 275px;
    }
    .about_liz {
        text-align: center;
    }

    .skills_offering {
        padding: 60px 0 330px;
/*         background: url(../image/background-mb.png)!important; */
        background-position: bottom!important;
        background-repeat: no-repeat!important;
        background-size: cover!important;
    }

    .client_testimonial .owl-nav  {
       
        display: none;
    }

    .essential_elements {
        padding: 60px 0 280px;
/*         background: url(../image/background-mb2.jpg)!important; */
        background-position: bottom!important;
        background-repeat: no-repeat!important;
        background-size: cover!important;
        text-align: center;
    }

    
    .essential_elements a.comon-btn{
        margin: 0 auto;
    }
    .kundalani_awekening {
        /* background-position: top!important; */
        padding: 80px 0 445px;
        background-attachment: inherit!important;
/*         background: url(../image/background-mb3.jpg)!important; */
        background-size: cover!important;
        text-align: center;
        background-position: center!important;
    }

    .witness-atate {
        background-position: top!important;
        padding-bottom: 265px;
    }
    .experience-banner {
        padding: 165px 0 41px;
    }
    .testimonial .relative-box {
        position: relative;
        left: 0px;
    }
    .testimonial .bg-g6 {
     
        padding: 30px 30px 30px 30px;
        border-radius: 15px;
    }
    .cosia-tica .back {
        padding: 80px 0 579px;

/*         background: url(../image/mobile-bg-2.png)!important; */

        background-position: center !important;
        background-position: bottom!important;
        background-repeat: no-repeat !important;
        background-size: cover !important;
        border-radius: 10px;
    }
}

@media screen and (max-width: 767px) {
    .banner_sec .banner_heading h1 .text_style {
        font-family: "my-font2";
        font-size: 40px;
    }
    .banner_sec .banner_heading p span {
        font-size: 19px;
        text-transform: uppercase;
        font-weight: 600;
        letter-spacing: 2px;
        margin-bottom: -17px;
        display: block;
    }
    h1 {
        font-size: 52px;
    }
    h2 {
        font-size: 45px;
    }
    h3 {
        font-size: 26px;
    }
    .banner_sec {
        padding: 130px 0 255px;
        text-align: center;
/*         background: url(../image/mobile-bg.png) no-repeat bottom !important; */
        background-size: cover !important;
    }
    .small .logo img {
        width: 105px;
    }
    .hd_info {
        display: flex;
        align-items: center;
        justify-content: center;
    
        gap: 18px;
        flex-wrap: wrap;
    }
    .about_liz h2 {
        font-family: "my-font2";
        font-size: 67px;
        margin-bottom: 21px;
    }

    .about_liz .hd_info p span {
        font-family: "my-font2";
        font-size: 59px;
        display: block;
        margin-top: 25px;
    }
    .our_service h3 {
        font-size: 36px;
    }

    .our_service h4 {
        font-size: 34px;
    }

    .skills_offering ul li {
        display: flex;
        font-size: 23px;
        align-items: self-start;
        font-weight: 500;
        margin-bottom: 15px;
        gap: 10px;
        letter-spacing: 1px;
    }
    .skills_offering ul li img {
        position: relative;
        top: 15px;
    }
    .skills_offering  p a {
        display: inline-flex;
        gap: 5px;
        align-items: center;
        color: #000;
        font-weight: 600;
        position: relative;
        top: 6px;
        margin: 0;
        justify-content: end;
    }

    .during_work ul li {
        display: flex;
        font-size: 21px;
        align-items: start;
        font-weight: 500;
        margin-bottom: 15px;
        gap: 10px;
    }

    .during_work .hd_info{
        justify-content: start;
    }
    .client_testimonial .review-box {
        box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
        padding: 25px 26px;
        /* margin: 10px 10px; */
        border-bottom: 10px;
        border: 1px solid #666;
        border-radius: 5px;
    }

    .more-about-the-work {
        padding-bottom: 115px;
        
    }
    .more-about-the-work .heading{
        background-color: #ffffff81;
        padding: 15px;
    }

    .contact-banner {
        padding: 225px 0 5px;
        background-position: top!important;
    }
}

@media screen and (max-width: 567px) {}

@media screen and (max-width: 320px) {}