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

    .sz-abtImg img{

        width: 500px;
    object-fit: cover;
    height: 100%;
    }

    .sz-abtImg{

        height: 100%;
    }

    .sz-banner{

        padding: 120px 0;
    }

    .sz-pr-img h4{

        width: auto;
        line-height: 1.2;
    }
    
}

@media screen and (min-width: 800px) and (max-width: 992px) {

    .logo a{

        display: block;
    }
    .logo a h1 span{

        display: inline-block;
    }

    .sz-abtImg{

        position: relative;
    }

    .sz-row{

        padding: 20px;
    }
    .sz-ftrContent p{

        padding-right: 0;
    }

    .about-content{

        padding-left: 0;
    }

    section{

        padding: 2.4em;
    }

    .cntct-frm{

        margin-left: 0;

        padding:20px
    }
}

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

    p,
    a{

        font-size: 14px;
    }

    section {

        padding: 2.4em 0;
    }
    .sz-heroContent h1 {
        font-size: 42px;
        margin-bottom: 12px;
    }
    .sz-heroContent {
        color: #fff;
        width: 500px;
    }

    .sz-about .col-md-6:last-child{

        position: relative;
    }

    .sz-secoBtn a{

        font-size: 14px;
    }

    .sz-about h2,
    .secTitle h2{

        font-size: 35px;
    }
    .sz-signature {
        position: relative;
        display: block;
        margin-top: -130px;
    }
    
    .sz-row{

        padding: 40px;
    }

    .sz-bannerContent{

        width: 500px;
    }

    .sz-bannerContent h5{

        font-size: 45px;
    }

    .sz-ftrContent p{

        padding-right: 0;
    }

    .sz-ftrLink{

        padding-left: 5em;
    }

    .abt-signature{

        margin-top: 0;
    }

    .cntct-frm{

        margin-left: 0;
    }
    
    .cntct-info ul li{

        font-size: 16px;
    }

    .logo a h1{

        font-size: 12px;
    }


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


        padding: 1.4em 0;
    }

    .mob-toggle{

        display: block;
    }

    .logo a{

        display: block;
      }

      .logo a h1{

        text-transform: uppercase;
          font-size: 12px;
          color: #fff;
          font-weight: 600;
      }

      .logo a h1 span{

        display: initial;
       
      }
    .main-menu{

        display: none;
    }

    .main-menu{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: block;
        background: #fff;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s;
    }
    .main-menu.show{
        opacity: 1;
        visibility: visible;
    }

    .main-menu ul{

        display: block;
        text-align: center;
        margin-top: 6em;
    }

    .main-menu ul li a{

        color: #000;
        font-size: 16px;
    }

    .has-sub a i{

        font-size: 14px;
    }

    .main-menu ul li{

        margin: 20px 0;
    }

    .main-menu .sublist{

        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        margin-top: 0;
        padding-top: 6em;
        opacity: 0;
        visibility: hidden;
        transform: translateX(100%);
    }

    .sublist.show{

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

    .back{

        display: block;
    width: 40px;
    height: 40px;
    margin: auto;
    line-height: 40px;
    background-color: #fff;
    position: absolute;
    text-align: center;
    left: 50%;
    transform: translate(-50%);
    margin-bottom: 20px;
    bottom:0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ;
    }

    .back.active{

        opacity: 1;
        visibility: visible;
    }

    .sublist li:last-child::before{

        display: none;
    }

    .sz-heroContent{

        width: 100%;
    }

    .sz-heroContent h1{

        font-size: 36px;
    }

    .prTitle h2{

        font-size: 36px;
    }

    .sz-slideArrow{

        margin-bottom: 26px;
    }

    .sz-about{

        height: auto;
        padding: 50px 0;
    }

    .sz-abtImg{

        position: relative;
    }

    .sz-row{

        display: block;
        padding: 20px;
    }

    .sz-ftrLink{

        padding-left: 0;
    }

    .fixed .mob-toggle span{
        width: 28px;
        height: 2px;
        display: block;
        margin: 6px 0;
        background: #000;
        position: relative;
        right: 10px;
      }

      .mob-toggle span{

        background-color: #fff;
        width: 28px;
      }
      
      .about-content{

        padding-left: 0;
      }

      .social-cntct ul{

        margin-bottom: 20px;
      }

      .cntct-frm{

        padding: 12px;
      }

      .sz-productBlkPrice{

        font-weight: 500;
        font-size: 18px;
      }

      .sz-productTitle h4{

        font-size: 18px;
        font-weight: 500;
      }
      
}