.box-name
{

}
.box-fit
{

}

.overlay .close {
    position: absolute;
    top: 70px;
    right: 30%;
    transition: all 200ms;
    font-size: 35px;
    font-weight: 300;
    text-decoration: none;
    color: #fff;
    background: #234867;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99;
    opacity: 1;
  }

  #vidModal.overlay .close{
    right: 20%; 
  }
/*tab*/
@media only screen and (min-width : 768px) and (max-width :1023px){
 
	.popup { 
		margin: 70px 110px auto;
		padding: 20px; 
		width: 70%; 
	}

  .cl-main .col-mm p {
    padding: 0 0px 0 40px;
  }
  .form-enq {
    margin-top: 10px;
  }
  form .col-md-6 .submit {
    padding: 15px 0 15px 0px;
    font-size: 13px;
  }
  
  .form-enq img 
  {
    width: 185px;
  }
  .overlay .popup h4 { 
    font-size: 1.5rem; 
}

.overlay .close { 
  top: 70px;
  right: 15.3%;
  font-size: 39px;  
  width: 50px;
  height: 50px; 
}



}


/*mobile*/
@media only screen and (min-width : 150px) and (max-width : 767px){
	
    .box-name
    {
        width: 100% !important;
    }
    .box-fit
    {
        width: 100% !important;
    }
    .custom-select { 
        width: 100%; 
    }
    .overlay .close {
      top: 70px;
      right: 18px !important;
      font-size: 25px;
      width: 34px;
      height: 34px;
      }

}