
@media (max-width: 880px){

  .real-asset-tab .e-n-tabs {
    flex-direction: column-reverse !important; /* reverse hatao */
   }
   .real-asset-tab .e-n-tab-title{
	margin-bottom:0px !important;	
	}
  .real-asset-tab .e-n-tabs-heading {
    display: flex!important;
   	flex-direction:column !important;
	overflow-x: auto;
    flex-wrap: nowrap!important;
    order: 1;
  }
  .real-asset-tab .e-n-tabs-content {
    order: 2;
  }

  /* IMPORTANT: ye remove karo */
  .real-asset-tab .e-n-tabs-content {
    display: none !important;
  }
  .real-asset-tab .custom-tab-content {
    display: block !important; /* JS wala container disable */
  }
}


@media screen and (max-width: 650px) {
.contact-form input[type=email],
.contact-form input[type=text],
.contact-form select{
	padding: 20px 15px !important;
}
 .contact-form .gform_wrapper select.gfield_select{
 	min-height: 41px !important;
 	padding: 0 15px !important;
 }
 .contact-form input[type=submit] {
    padding: 12px 30px !important;
    font-size: 16px !important;
    line-height: 18px !important;
}
.contact-form .gform_fields {
    row-gap: 35px;
    column-gap: 20px;
}
.contact-form .gfield_description.validation_message.gfield_validation_message {
    top:42px !Important;
	font-size:12px;
}
.leave-site{
	margin-top:0px !Important;
	margin-left:00px!important;
}
}