/*IMPORT SCSS*/
/*-------------------------------------------*/
/*-------------------------------------------*/
/* FONTS */
/*-------------------------------------------*/
/*-------------------------------------------*/
/* COLORS */
/*-------------------------------------------*/
/*-------------------------------------------*/
.content-wrap { max-width: 890px; }

.gray-wrap .image-wrapper { border-radius: 18px; }

.enquiry-form { background-color: #fff; border-radius: 20px; box-shadow: 0 0 15px rgba(0, 0, 0, 0.2); }

.enquiry-form h4 { margin-bottom: 20px; font-weight: bold; }

@media (min-width: 768px) { #top-nav.custom-header.make-me-solid { background-color: transparent !important; }
  #top-nav.custom-header.make-me-solid-now { background-color: #fff !important; }
  #main { margin-top: 0 !important; }
  .gray-wrap .main-text { width: calc(54% - 48px); }
  .enquiry-form { position: absolute; right: 48px; top: 50%; width: calc(46% - 48px); -ms-transform: translate(0, -50%); -webkit-transform: translate(0, -50%); transform: translate(0, -50%); } }

@media (max-width: 767px) { .gray-wrap .main-text { width: 100%; } }
