@media only screen and (max-width: 767px){
    p{
        font-size: 15px;
    }
    .header{
        position: inherit;
        background: #fff;
        padding:5px 0;
    }
    .containerFull{
        padding:0 10px;
    }
    .sticky {
        position: sticky;
    }
    .leftLogo{
       width: 160px;
       transform: inherit;
    }
    .sticky .leftLogo{
        width: 140px;
    }
    .btnMenu{
        background:none;
        border:none;
        font-size: 22px;
    }
    .btnTheme{
        font-size: 15px;
    }
    .mobileMenu{
        position: fixed;
        top: 0px;
        left: -100%;
        transition: all 0.3s ease-in-out;
        width: 60vw;
        z-index: 9999;
        background: var(--primary-color);
        height: 100vh;
        overflow-y: auto;
        padding:1rem;
    }
    .mobileMenu.active{
        left: 0%;
    }
    .mobileMenu ul li{
        position: relative;
    }
    .mobileMenu ul li a{
        display: inline-block;
        padding: .6rem 1rem;
        color: #fff;
        font-size:15px;
        font-family:'Prompt', sans-serif;
        font-weight:600;
        text-transform:uppercase;
    }
    .mobileMenu ul li a:hover, .mobileMenu ul li.active > a{
        color: var(--secondary-color);
    }
    section{
        padding:50px 0;
    }
    .large_heading{
        font-size: 30px;
        line-height: 25px;
    }
    .small_heading{
        font-size: 18px;
    }
    .sub_heading{
        font-size: 23px;
    }
    .heading{
        font-size: 28px;
    }
    section, body{
        overflow-x: hidden;
    }
    .bannerHome{
        padding-top:0;
        height:auto;
    }
    .bannerForm, .rightChoose, .workRight, .rightExpert, .itemTestimonial{
        margin-top:20px;
    }
    .leftHomeBanner{
        padding:30px 0 40px;
    }
    .leftHomeBanner a, .btnTheme{
        font-size:14px;
    }
    .sticky{
        z-index:99;
    }
    .ptTop{
        padding-top:50px;
    }
    .rightProcess{
        padding:0;
        margin-top:20px;
    }
    .itemHeaderHome .small_heading{
        font-size:16px;
    }
    .inlineFooter{
        flex-wrap:wrap;
    }
    .footerIcons{
        margin-top:15px;
        text-align:center;
        width:100%;
    }
    .footerIcons ul{
        justify-content:center;
    }
    .footerIcon{
      position: fixed;
      left: 0px;
      bottom: 0px;
      z-index: 9;
      width: 100%;
    }
    .footerIcon ul{
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .footerIcon ul li{
      width: calc(100%/3);
    }
    .footerIcon ul li a{
      font-size: 20px;
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      padding:5px 20px;
      display: block;
    }
    .footerIcon ul li a.phoneBox{
      background:#13005A;
    }
    .footerIcon ul li a.mailBox{
      background:#E34133;
    }
    .footerIcon ul li a.whatsappBox{
      background:#0081B4;
    }
    .footer{
        padding-bottom:50px;
    }
    .innerContentTesti{
        height: auto;
    }
    .overForm{
        display: none;
    }
}
@media (min-width: 768px) and (max-width: 990px) {

}
@media (min-width: 1024px){
   
}
@media (min-width: 1280px){
    .containerFull{
        max-width: 100%;
        margin: 0 auto;
        padding: 0 4vw;
    }
}
@media (min-width: 1600px){
    .containerFull{
        max-width: 1366px;
        margin: 0 auto;
    }
}
@media (min-width: 1200px){
    .container{
        max-width: 1080px;
    }
}