
input[type="date"]
{
    display:block;
  
    /* Solution 1 */
     -webkit-appearance: textfield;
    -moz-appearance: textfield;
    min-height: 1.2em; 
  
    /* Solution 2 */
    /* min-width: 96%; */
}

@media screen and (min-width: 350px) and (max-width: 768px){
  
    .box9{
      width: 90%;
      margin-top: 2%;
      margin-bottom: 5%;
      border: 2px #53565A solid;
      height: auto;
      float: left;
    }
    .box9 img{
      width: 100%;
    }
    .mail{
      color:#000;
      display: block;
      font-weight: 700;
      margin-bottom: 3% !important;
      margin-top: 4% !important;
      font-size: 19px;
      padding-left: 2%;
    }
     .input{
      font-size: 22px;
    }
    .ben-list{
      color: #fff;
      letter-spacing: 0.5px;
      margin-bottom:6% ;
     padding-left: 4%;
      }
      .ben-list li{
      margin-bottom: 2%;
      
      }
    .icon-list{
      width: 20%;
      float: left;
       margin-top: 0.8% ; 
      margin-left: 2%;
    }
    .icon-list img{
      display: inline-block;
    width: 40%;
    margin-left: 2%;
    }
    
    header{
        width: 100%;
        float: left;
        background-color: #000;
        /* position: fixed;
        top: 0;
        z-index: 1000; */
    }
    .logo{
        width: 40%;
        float: left;
        padding: 6% 0;
    }
    .logo img{
        width: 100%;
    }
    nav {
        width: 60%;
        height: 100%;
        float: left;
        position: relative;
        top: 0%;
      }
    
        .navlinks {
            width: 100vw;
            height: 100vh;
           display: none;
            position: absolute;
            top: 103%;
            left: -67%;
            z-index: 1000;
            background-color: rgba(38,51,54, .9);
            /* transform: translatey(-890px); */
              /* visibility: hidden; */
            transition: all 0.5s ease-in;
          } 
     
      .mobile-menu{
        display: block;
        transform: translatey(0px);
      }
      nav ul li a {
        font-size: 32px;
      }
      nav ul li a:hover {
        color: #bb0b0b;
      }
      .service-menu{
        position: relative;
        width: 200px; 
        height: 60px;
        z-index: 1000;
      }
      .dropdown-content {
        display: none;
        position: absolute;
        background-color: #fff;
        left: 20%;
        min-width: 240px;
        margin-top: 0.2px;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        z-index: 1000;
      }
      
      .dropdown-content a {
        color: black;
        padding: 12px 16px;
        font-size: 18px;
        text-align: left;
        text-decoration: none;
        display: block;
      }
      
      .service-menu .dropdown-content a:hover {background-color: #ddd;}
      
      .service-menu:hover .dropdown-content {display: block;}

      #toggle{
        width: 40px;
        height:60px;
        float: right;
        margin-right: 10%;
        padding-top: 8%;
        cursor: pointer;
        display: block;
      }
      .togglebtn{
        width: 100%;
        height: 4px;
        margin-top: 4px;
        border-radius: 100px;
        background: #fff;
      }
      .service-menu{
        width: 410px !important;
        text-align: center;
      }
    
    .header-mid{
        width: 100%;
        height: auto;
        float: left;
        background-image: url(../images/MCM\ main\ banner.webp);
        position: relative;
    }
    .background-overlay{
        width: 100%;
        height: 100%;
        position: absolute;
        top:0;
        left: 0;
        background-color: rgba(0, 0, 0, .7);
    }
    .inner{
        width: 100%;
        margin: auto;
    }
    .c1{
        width: 100%;
        height: auto;
    }
    .c1 h1{
        font-size: 32px;
        text-align: center;
    }
    .c1 p{
        font-size: 18px;
        margin: 4% 0;
        padding: 0 4%;
        text-align: center;
    }
    .btn{
       display: none !important;
    }
    .btn-mob{
      padding: 14px 22px;
      background-color: #78BE3C;
     display:block !important ; 
      color: #fff;
      text-transform: capitalize;
      font-size: 16px;
      font-weight: 600;
   
     margin:0  auto;
      border: none;
     
      cursor: pointer;
    }
    .c2{
        width: 95%;
        float: left;
        background-color: rgba(83, 86, 90, .8);
        margin: 10% 2%;
        border: 1px #78BE3C solid;
    }
    .c2.c23{
        width: 95%;
        float: left;
        background-color: rgba(83, 86, 90, .8);
        margin: 15% 2% !important;
        border: 1px #78BE3C solid;
    }
    .c2 h2 {
        color: #fff;
        text-align: center;
        text-transform: capitalize;
        font-size: 28px;
        font-family: 700;
        margin: 3% 0;
      }
     
    .logosec{
        width: 100%;
        float: left;
    }
    .sec1 {
        width: 100%;
        height: auto;
        float: left;
        display: flex;
        justify-content: space-evenly;
        margin-bottom: 3%;
      }
      
      .gallery {
        width: 22%;
        float: left;
        margin-top: 2%;
      }
      .gallery img {
        width: 100%;
      }
      
    .contact-sec{
        width: 100%;
        height: auto;
        float: left;
        background-color: #53565A;
    }
    .logo1{
        width: 100%;
        padding: 4% 0;
    }
    .logo1 img{
        width: 80%;
        display: block;
        margin: 4% auto;
        padding-left: 15%;
    }
    .logo2{
        width: 100%;
        padding: 3.5% 0;
    }
    .logo2 img{
        width: 70%;
       display: block;
        margin: 4% auto;
    }
    .c3{
        width: 100%;
        float: left;
        margin: 0;
    }
    .c3 h3{
        color: #fff;
    font-weight: 500;
        font-size: 16px;
        padding: 3% 5%;
    }
    .c3 p{
      color: #fff; 
      text-align:center; 
      font-size: 16px !important; 
      margin-bottom: 2%;
    }
    .btn2{
        padding: 12px 38px;
        background-color: #78BE3C;
        color: #E0F0D2;
        display: block;
        margin: 5% auto;
    }
    .colr{
        color:#78BE3C;
    }
    .service{
        width: 100%;
        height: auto;
        float: left;
        /* background-color: #fff; */
        background-image: url(../images/MCM\ 2nd\ banner1.webp);
      /* background-position: center; 
         background-size: cover;  */
        position: relative;
        top: 0;
    }
    .background-overlay1{
        width: 100%;
        height: 100%;
        position: absolute;
        top:0;
        left: 0;
        background-color: rgba(0, 0, 0, .8);
    }
    .service h2{
        color: #fff;
      position: relative;
      z-index: 100;
    }
    .boxsec{
        width: 100%;
        height: auto;
        display: flex;
        justify-content: space-evenly;
        flex-wrap: wrap;
    }
    .box1{
        width: 80%;
        /* display: none; */
    height: auto;
    float: left;
    background: url(../images/banner\ 740x1110.webp);
    background-position: top center;
    background-size: cover;
    position: relative;
    top: 0;
    margin: 2% 0;
    padding-top: 2%;
    }
    .bgoverlay{
        position: absolute;
        top:0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0, 0, .9)
    }
 
    .box1 p{
        font-size: 16px;
    }
    .boxbtn{
        padding: 11px 28px;
    }
    .backdrop{
        width: 100vw;
        height: 100vh;
        background: rgba(0,0,0,0.4);
        backdrop-filter: blur(2px);
      visibility: hidden;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9999;
      }
      .grey{
        color:#ccc !important;
      }
    .popup{
        width:95%;
    }
    .open-popup{
    visibility: visible;
    }
    
    .FAQ{
      width: 100%;
      float: left;
      margin-top: 2%;
      padding:0 2%;
    }
    .FAQ h2{
      font-size: 22px;
      margin-bottom: 6%;
      text-align: center;
      text-transform: uppercase;
    }
    summary {
      font-size: 1.25rem;
      font-weight: 600;
      background-color: #53565A;
      color: #fff;
      padding: 1rem;
      margin-bottom: 1rem;
      outline: none;
      border-radius: 0.25rem;
      text-align: left;
      cursor: pointer;
      position: relative;
    }
   
     .con1{
        width: 100%;
        height: auto;
        float: left;
     }
     .c4{
        width: 100%;
        height: auto;
        float: left;
        background-color: #78BE3C;
        display: flex;
        justify-content: center;
        flex-direction: column;
     }
     .c4 h4{
        width: 100%;
        margin: 0;
        color: #fff;
        font-weight: 400;
        font-size: 28px;
        text-align: center;
        padding: 2% 2%;
     }
    .c4 p{
        width: 100%;
        margin: 2% 0;
        color: #fff;
        font-weight: 600;
        font-size: 22px;
        padding: 2% 6%;
        line-height: 36px;
    }

     .c7{
        width: 100%;
        height: auto;
        float: left;
        padding-bottom: 4%;
        background-color: #53565A;
        display: flex;
        justify-content: center;
        flex-direction: column;
     }
     .c7 h4{
        width: 100%;
        margin: 2% 0;
        color: #fff;
        font-weight: 600;
        font-size: 28px;
        text-align: center;
        padding: 2% 5%;
     }
    .c7 p{
        width: 100%;
        margin: 2% 0;
        color: #fff;
        font-size: 18px;
        padding: 2% 5%;
    }
     .reviews{
        width: 100%;
        height: auto;
        float: left;
        background-image: url(../images/last\ banner2.webp);
        background-position: center;
        position: relative;
        top: 0;
     }
    
     .c8{
        width: 100%;
        height: auto;
        float: left;
        margin: 0;
        margin-bottom: 2%;
        padding: 0;
     }
     .c8 h4{
        color: #fff;
        font-size: 22px;
        text-align: center;
        margin: 5% 0;
        padding: 0 10%;
     }
     .c8 p{
        color: #fff;
        font-size: 16px;
        text-align: center;
        line-height: 28px;
        margin: 5% 0;
        padding: 0 5%;
     }
     .c8 img{
        display: block;
        margin:3% auto;
     }

     .whychoose h2{
      font-size: 38px;
      text-align: center;
      color:#fff;
      margin-top: 2%;
      text-transform: capitalize;
      position: relative;
      z-index: 100;
    }
    .t1{
      width: 90%;
      height: auto;
      background-color: #53565A;
      padding-top: 2%;
      /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
      margin: 2% 0;
      overflow: hidden;
      transition: 0.7s;
      position: relative;
      z-index: 100;
    }
    .t1 img{
      margin-left: 38%;
      margin-bottom: 5%;
    }
    .t1 h3{
      font-size: 22px;
      font-weight: 600;
      color: #78BE3C;
      text-align: center;
      margin-bottom: 5%;
    }
    .t1 p{
        font-size: 16px;
      color:#fff;
      padding: 2% 8%;
      letter-spacing: 0.5;
      line-height: 26px;
    }
    .btn4{
      padding: 12px 38px;
      background-color: #78BE3C;
      color: #fff;
      text-transform: capitalize;
      font-size: 16px;
      font-weight: 600;
      border: #53565A;
      /* border-radius: 20px; */
      display: block;
      margin: 0 auto;
      margin-top: 5%;
      margin-bottom: 8%;
      cursor: pointer;
      transition: 0.4s ease-out;
    }

     figure.snip1390 {
      position: relative;
      overflow: hidden;
      /* margin: 10px; */
     margin:  0% !important;
        margin-left:5% !important;
      min-width: 90% !important;
      width: 100%;
      color: #000000;
      text-align: center;
      font-size: 16px;
      background-color: #2C3447;
      padding: 30px;
      background-image: linear-gradient(-25deg, rgba(0, 0, 0, 0.2) 0%, rgba(255, 255, 255, 0.1) 100%);
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
    }
     .contact-us{
        width: 100%;
        float: left;
        background: url(../images/MCM\ 5nd\ big\ banner2.webp);
        background-size: cover;
        position: relative;
        top: 0;
       
    }
    .left-sec{
      width: 95%;
      float: left;
      position: relative; 
      margin-top: 6%;
      margin-left: 0;
    }
    .left-sec h2{
      font-size: 22px;
      color: #fff;
      text-align: center;
      font-weight: bolder;
      margin-bottom: 6%;
      text-transform: uppercase;
    }
    .left-sec p{
      font-size: 17px;
      color: #fff;
      margin-top:3% ;
      margin-bottom: 2%;
      text-align: center;
      font-weight: bold;
      text-transform: capitalize;
    }
    .left-sec a{
      font-size: 15px;
      color: #fff;
      text-align: center;
      margin-top:2% ;
      margin-bottom: 2%;
      font-weight: bold;
    
    }
     .contact-form{
        width: 90%;
        float: left;
        background-color: rgba(83, 86, 90);
        position: relative;
        z-index: 100;
        margin: 5% 5%;
        padding: 2% 0;
        border: 2px #78BE3C solid;
        margin-bottom: 10%;
    }
    .contact-form h2 {
        color: #fff;
        text-align: center;
        text-transform: capitalize;
        font-size: 24px;
        font-family: 700;
        margin: 3% 0;
      }
      input:focus,
      .textarea1:focus {
        outline: 0;
      }
      /* input,textarea{
        color:#Fff;
        padding-left: 2%;
        font-size: 16px;
      } */
      .in{
        width: 46%;
        float: left;
        margin-top: 2%;
      }
      .label{
        color: #ccc;
        float: left;
        font-size: 14px;
        padding-left: 12%;
        margin-bottom: 2%;
    } 
     .input-sec{
        width: 90%;
        height: 35px;
        margin:0% 13%;
        padding-left: 2%;
        color: #fff;
        background: transparent;
        border:  solid  1px #ffff;
    } 
    .message{
        width: 87%;
        float: left; 
        margin-top: 2%;
    }
    .message label{
        padding-left: 7% ;
    }
    .textarea1{
        width: 100%;
        height: 80px;
        margin-top: 0%;
        margin-left: 7%;
        background: transparent;
        border:  solid  1px #ffff;
    }
    .btn1{
        padding: 12px 38px;
        background-color: #78BE3C;
        color: #fff;
        text-transform: capitalize;
        font-size: 16px;
        font-weight: 600;
        border: #53565A;
        /* border-radius: 20px; */
        display: block;
        margin: 0 auto;
        cursor: pointer;
    }
   
    .para{
      font-size: 18px !important;
      letter-spacing: .5px;
      line-height: 28px;
      text-align: center;
      color: #fff;
      font-weight: 500;
      margin-bottom: 2% !important;
    }
    
    .house-re{
      width: 100%;
      height: 400px;
      float: left;
      margin-top: 5%;
      position: relative;
      z-index: 100;
    }
    
 
    .ml{
    margin-left: 3%;
    }
    .house-service{
      width: 100%;
      height: auto;
      float: left;
      /* background-color: #fff; */
      background-color: #fff;
      position: relative;
    }
    
    .house-service h2{
      color: #53565A;
      text-align: center;
      text-transform: uppercase;
      font-size: 24px;
      position: relative;
      z-index: 100;
    }
    
    .box2{
      width: 90%;
    
    }
    
    .box2 h3{
      padding-top: 10%;
      font-size: 22px;
    }
    .box2 p{
      font-size: 14px;
    }
    
    .Melbourne-House{
      width: 100%;
      height: auto;
      float: left;
      background-image: url(../images/MCM\ 2nd\ banner2.webp);
      background-position: center;
      position: relative;
      top: 0;
    }
    
    .ab1{
      width: 100%;
      margin: 0 0 5% 0;
    }
    .ab1 h4{
      color: #fff;
      text-align: center;
      font-size: 30px;
      margin: 2% 0;
    }
    .ab1 p{
      color: #fff;
      font-size: 16px;
      line-height: 28px;
      margin: 3% 0;
      padding: 0 8%;
    }
    .ab1 img{
      display: block;
      margin:2% auto;
    }
    .expert{
      width: 100%;
      height: auto;
      background-image: url(../images/why-we-are-experts.webp);
      background-repeat: no-repeat;
      background-attachment: fixed;
      background-position: center top; 
      float: left;
      position: relative;
      top: 0;
    }
    .expert h4{
      font-size: 26px;
      
    }
    
    .box3{
      width: 100%;
      height: auto;
      position: relative;
      margin: 4% 0;
      column-gap: 50px;
    }
    .box3 img{
      width: 60px;
      display: block;
      margin: 5% auto;
    }
    .box3 h5{
      font-size: 32px;
      color: #fff;
      text-align: center;
    }
    
      .We-keep{
        width: 100%;
        height: auto;
        float: left;
      }
      .abimg{
        display: none;
      }
    
      .ab2{
        width: 100%;
        float: left;
        margin-top: 5%;
      }
      .ab2 h4{
        color: #000;
        font-size: 28px;
        font-weight: 400;
        text-align: center;
      
      }
      .ab2 p{
        font-size: 18px;
        margin: 2% 0;
        padding: 0 18px;
        
      }
      .hide{
        display: none  !important;
      }
      .box8{
        width: 82%;
        height: auto;
        background-color: #53565A;
        padding-top: 2%;
         box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; 
        margin: 2% 0%;
        overflow: hidden;
        transition: transform .2s;
      }
      .box8 img{
        display: block;
        margin: 2% auto;
      }
      .box8 h3{
        font-size: 20px;
        font-weight: 600;
        color: #000;
        text-align: center;
        margin-bottom: 2%;
      }
    
      .popup2{
        width: 95%;
        float: left;
        background-color:#53565A;
        position: fixed;
       top: 16%;
        left: 4%; 
        z-index: 9999;
        padding: 2% 0;
        border: 1px #fff solid;
        transition: 0.4s  ease;
      }
      .popup,.popup2 h2 {
        color: #fff;
        text-align: center;
     
        text-transform: capitalize;
        font-size: 20px;
        font-family: 700;
        margin-top: 7%;
      }
      .open-popup2{
      
      visibility: visible;
      }
      .areas-parent{
        width: 100%;
        height: auto;
        float: left;
        background-image: url(../images/area-we-serve.webp);
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: center top; 
        position: relative;
        top: 0;
        
      }
      .areas-parent h2{
        color: #fff;
        text-align: center;
        font-size: 42px;
        text-transform: uppercase;
        position: relative;
        z-index: 1;
      }
      .areas-sec{
        width: 49%;
        height: auto;
        /* background-color: blue; */
        /* display: inline-block; */
        position: relative;
        z-index: 1;
        padding-left: 8% !important;
        margin: 2% 0%;
        padding-left: 0%;
      }
      .areas-sec p{
        font-size: 14px;
        color:#fff !important;
        margin: 4% 0;
      }
      footer {
        width: 100%;
        height: auto;
        float: left;
        background-color: #000;
      }
      
      #f1 {
        width: 100%;
        float: left;
        margin-top: 5%;
        padding-left: 8%;
      }
      #f1 li{
        list-style: none;
      }
      #f1 h3 {
        color: #fff;
        font-size: 22px;
        padding-top: 20px;
        line-height: 36px;
        text-transform: uppercase;
        margin-bottom: 5%;
      }
      .line{
        width: 180px;
        height: 4px;
        background-color:#78BE3C ;
        margin-bottom: 7%;
      }
      #f1 p{
        color:#fff;
        font-size: 15px;
        line-height: 25px;
        margin-bottom: 6%;
      }
      #f1 img {
        width: 200px;
      }
      
      #f1 a {
        display: inline-block;
        color: #fff;
      }
      .icon {
        /*background: #1C2024;*/
        padding:20px;
        border: 1px solid #fff  ;
        border-radius: 2px;
        margin-top: 35px;
      
      }
      #f1 ul{
        margin-top: 10px;
      }
      /*#f1 .icon:hover{
        background-color: #BB0B0B;
        transition: all 0.5s ease-in;
      }
      */
      
      .f2 {
        width: 100%;
        float: left;
        height: auto;
        padding-left: 8%;
        padding-top: 4%;
        margin-top: 2%;
       border: none;
      }
      .f2 h3{
        color: #fff;
        font-size: 20px;
        display: block;
        font-weight: 600;
        text-transform: uppercase;
        margin-bottom:4%;
      }
      .f2 ul {
        padding: 0;
        margin: 10px 0;
      }
      .f2 li {
        list-style: none;
        margin: 20px 0px;
        font-size: 15px;
      }
      .f2 a {
        color: #fff;
        text-decoration: none;
      }
      .f2 a:hover {
       color: #78BE3C;
      }
      #footer_end{
        width: 100%;
        height: auto;
        float: left;
        background: #000;
      }
      #footer_end p{
        margin: 2% 0;
        color: #fff;
        position: relative;
        left: 20%;
        
      } 
      #newsletter-popup{
        margin: 100px auto !important;
        width: 90% !important;
      }
      #newsletter-popup h3{
        color: #000;
        font-weight: 800;
        font-size: 22px;
        margin: 0 0 10px;
      
      }
      #newsletter-popup p{
        color: #000;
        font-size: 16px;
        margin: 0 0 10px;
      
      }
      .popup4{
        width: 85%;
        float: left;
        background-color:#ffff;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        z-index: 9999;
        padding: 2% 0;
        border: 1px #fff solid;
        transition: 0.4s all ease;
      }
      .offer{
        width: 100%;
        margin: auto;
      }
      .offer h2{
        font-size: 22px;
        margin-top: 12%;
        text-align: center;
      }
      .offer p{
        font-size: 18px;
        text-align: center;
        color: #000;
        font-weight: 400;
        padding: 0 2%;
        margin-bottom: 4%;
      }
      .backdrop4{
        width: 100vw;
        height: 100vh;
        background: rgba(0,0,0,0.4);
        backdrop-filter: blur(2px);
      visibility: hidden;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9999;
      }
      .open-popup4{
        visibility: visible;
        }
        .input2{
          width: 80%;
          height: 40px;
          margin: 0.5% 10%;
          padding-left: 2% ;
          letter-spacing: .5px;
        }
        .backdrop5{
          width: 100vw;
          height: 100vh;
          background: rgba(0,0,0,0.4);
          backdrop-filter: blur(2px);
        visibility: hidden;
          position: fixed;
          top: 0;
          left: 0;
          z-index: 9999;
        }
        .open-popup5{
          visibility: visible;
          }
          .a1{
            width: 100%;
            height: auto;
            float: left;
            margin: 0;
            padding-top: 9%;
          }
          .a1 h1{
            color: #fff;
            font-size: 36px;
            text-align: center !important;
          }
          .a1 p{
            color: #fff;
            font-size: 13px;
            font-weight: 600;
            padding: 0 2%;
          }

          .thnks{
            font-size: 16px;
          color: #fff;
          display: inline-block;
          margin:2% 0% ;
          padding-left: 12%;
          margin-top: 2%;
          position: relative;
          z-index: 100;
          font-weight: bold;
           }
           .end{
            color: #78BE3C;
            margin-left: 2%;
            font-size: 16px !important;
            margin-right: 2%;
           float:right;
          }
           .service-pop,.service-pop2,.service-pop3,.service-pop4,.service-pop5,.service-pop6,.service-pop7,.service-pop8,.service-pop9{
            width: 100vw;
            height: 100vh;
            background: rgba(0,0,0,0.4);
            backdrop-filter: blur(2px);
          visibility: hidden;
            position: fixed;
            top: 0;
            left: 0;
            z-index: 9999;
          }
          .show-popup,.show-popup2,.show-popup3,.show-popup4,.show-popup5,.show-popup6,.show-popup7,.show-popup8,.show-popup9{
            visibility: visible;
          }
          
          .show-desktop{
            display: none !important;
          }
          .show-mobile{
            display: block !important;
          }
          
          
        .heading{
          font-size: 46px !important;
          margin: 3% 0 !important;
          font-weight: 600 !important;
          color:#fff !important;
          text-align: center !important;
        }
        .sub_headingpp{
        font-size: 30px !important;
        text-align: center !important;
        color: white !important;
        margin-bottom: 4% !important;
        }
          .call-now{
    display: none;
}
}


