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

    .hero-content h1 span{

        display: block;
        line-height: 1.4;
    }
    .hero-content h1 {
        font-size: 40px;
        margin-bottom: 12px;
        color: #fff;
        font-weight: 500;
    }   
    .hero-content p {
        color: #fff;
        font-size: 15px;
    }
    .if-abt-cont h2 {
        font-size: 38px;
        margin-bottom: 10px;
    }

    .lf-menu-sec-hd .title h2{

        font-size: 38px;
    }
    p{

        font-size: 15px;
    }
    .menu-title h3 {
        color: #fff;
        font-weight: 500;
        font-size: 20px;
    }
    .sec-title h2 {
        font-size: 38px;
        margin-bottom: 30px;
    }

    .test-prof-blk .prof {
        width: calc(100% - 120px);
    }
    .pageheader {
        position: relative;
        line-height: 0;
        height: 370px;
    }
    .page-title h1 {
        color: #fff;
        font-size: 42px;
        text-align: center;
        font-weight: 500;
    }
    .lf-ch-blk {
        text-align: center;
        padding: 6px;
    }

    .lf-menu-cont h3 {
        margin-top: 8px;
        font-size: 16px;
    }

    .category-btn button{

        font-size: 16px;
    }

    .lf-cont-ico img {
        width: 40px;
    }
}

@media screen and (max-width:992px) {
    
    .nav-btn a {
        background-color: var(--primary-color);
        color: #fff;
        padding: 15px 12px;
    }
    .hero-btn a {
        display: block;
        padding: 15px 24px;
        background-color: var(--secondary-color);
        color: #fff;
        width: fit-content;
        margin: 30px auto;
        transition: all 0.3s;
    }

    .if-abt-cont h2 {
        font-size: 32px;
        margin-bottom: 10px;
    }
    .lf-menu-sec-hd .title h2 {
        font-size: 32px;
    }
    .page-title h1 {
        color: #fff;
        font-size: 38px;
        text-align: center;
        font-weight: 500;
    }
    .pageheader {
        position: relative;
        line-height: 0;
        height: 300px;
    }
    .lf-cont-des h3 {
        font-family: var(--para-text);
        margin-bottom: 6px;
        font-size: 16px;
    }

    .lf-cont-des a,
    .lf-cont-des p{

        font-size: 14px;
    }
}

@media screen and (max-width:662px) {
    .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.mob-togg{

    display: block;
}
    .main-menu{

        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0;
        visibility: hidden;
        transform: translateX(100%);
        transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    }

    .main-menu.show{

        opacity: 1;
        visibility: visible;
        transform: translateX(0);
    }

    
    .main-menu ul{

        display: block;
    }
    .main-menu ul li{
        margin-bottom: 25px;
    }

    .main-menu ul li a{

        font-size: 18px;
    }


    .contact-blk{

        justify-content: start;
    }

    .contact-contain{

        padding-top: 0;
    }
    .nav-btn a {
        background-color: var(--primary-color);
        color: #fff;
        padding: 12px 8px;
    }
    .hero-content{
        padding:0 15px 
    }

    .lf-abt-img{

        margin-bottom: 26px;
    }

    .lf-menu-sec-hd{
        display: block;

    }
    .rsl{
        display: block !important;
    }
    .dsl{
        display: none !important;
    }
    .slide-arrow{

        display: none;
    }

    .menu-blk{

        margin-right: 0;
    }

    .menu-slide .slick-dots li{
        background-color: #fff;
        width: 15px;
        height: 4px;
        border-radius: 6px;
        transition: all 0.3s;
    }
    .menu-slide .slick-dots .slick-active{

        background-color: var(--secondary-color);
        width: 20px;
    }
    .slick-dots li button:before{

        display: none;
    }

    .contact-blk{

        margin-bottom: 20px;
    }
    .contact-ico {
        display: block;
        width: 50px;
        height: 50px;
        background-color: #fff;
        border-radius: 50%;
        text-align: center;
        line-height: 60px;
    }
    .contact-ico i {
        color: #D0A464;
        font-size: 22px;
    }

    .footer-logo{

        margin-bottom: 24px;
    }


    .sec-title h2 {
        font-size: 30px;
        margin-bottom: 30px;
    }

    .catg-contain{

        margin-bottom: 20px;
    }

    .contact-sec .col-md-4{

        margin-bottom: 20px;
    }

    .contact-contain .row{

        flex-direction: column-reverse;
    }

    .contact-form{

        margin-bottom: 20px;
    }

}

@media screen and (max-width: 378px) {
    header.stick{

        padding: 6px 0;
    }
    .hero-content h1 {
        font-size: 34px;
        margin-bottom: 12px;
        color: #fff;
        font-weight: 500;
    }
    .if-abt-cont h2 {
        font-size: 28px;
        margin-bottom: 6px;
    }

    .lf-menu-sec-hd .title h2{
        font-size: 28px;
        margin-bottom: 6px;
    }
    .page-title h1 {
        color: #fff;
        font-size: 32px;
        text-align: center;
        font-weight: 500;
    }
    .pageheader {
        position: relative;
        line-height: 0;
        height: 230px;
    }
    .sec-title h2 {
        font-size: 28px;
        margin-bottom: 26px;
    }
    .lf-vm-blk h2 {
        font-size: 26px;
        margin-bottom: 4px;
    }
}

@media screen and (max-width:321px) {
    p{

        font-size: 14px;
    }
    .hero-content h1{

        font-size: 26px;
    }
    .if-abt-cont h2 {
        font-size: 24px;
        margin-bottom: 6px;
    }
    .lf-menu-sec-hd .title h2 {
        font-size: 24px;
        margin-bottom: 6px;
    }
    .sec-title h2 {
        font-size: 24px;
        margin-bottom: 26px;
    }
    .lf-ch-cont h3 {
        font-size: 18px;
        margin-bottom: 6px;
    }
    .lf-ch-cont p {
        font-size: 14px;
    }
    .lf-vm-blk h2 {
        font-size: 24px;
        margin-bottom: 4px;
    }
}