@media (max-width: 1199px) {
    
}

/* Ipad Pro View */
@media (min-width: 991px) and (max-width: 1199px) {
  .homepage-top-box {
    padding: 2rem 0rem 10rem 0rem;
  }

  .custom-maskimage-size {
    width: 390px;
    right: -163%;
  }

  .custom-maskimage-size2 {
    width: 324px;
    right: -127%;
  }
}

/* Ipad View */
@media (max-width: 990px) {
   .custom-pr-10 {
    padding-right: 10px !important;
   }
  
  .homepage-top-box {
    padding: 5rem 0rem 10rem 0rem;
  }
}

@media (min-width: 768px) and (max-width: 990px) {
	
}

/* Mobile View */
@media (max-width: 767px) {
  .footer-box-top .color-white{
    display: grid
;
  }
  .homepage-title {
    font-weight: 700;
    font-size: 34px;
}
  .sidebarLogo{
    height: 75px;
  }
  .buy-now a{
    color: black;
    /* border: 1px solid #D9D9D9; */
    color: #000000;
    font-weight: 700;
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 30px;
  }
	.p-60{
		padding:30px !important;
	}
    .maskimage {
        /*width: 70%;*/
    }
    .maskimage.maskimage-tuning2{
        width: 40%;
    }
    .contact {
    background-color: #F4F8FB;
    padding: 63px 75px !important;
    margin-bottom: 4rem;
    padding-bottom: 10rem!important;
 }
    .contact-grid {
        display: block;
        justify-content: space-between;
        gap: 30px;
        margin-bottom: 30px;
      }
      .map-image.p-30{
        padding: 0 !important;
      }
    .contact-card {
      margin-bottom: 3.5rem;
    }
    .submenu {
      background-color: #f7f7f7 !important;
      color: #000 !important;
      border-color: #f7f7f7 !important;
    }

    .submenu .toggle {
      color: #000 !important;      
    }

    .custom-contact-us-section {
      padding: 30px;
    }
}
