@media (max-width: 1200px) {
  .about.ip-about .buysell-content {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .about .d-flex {
    flex-direction: column;
  }

  .about .contact-info {
    font-size: 15px;
  }

  .section-title h2 {
    font-size: 32px;
  }

  .hero-content h1 {
    font-size: 42px;
  }

  .hero-content h6 {
    font-size: 15px;
  }

  .btn-default {
    letter-spacing: 1px;
    padding: 0px 30px;
  }

  .contact-form .bg-white {
    padding: 30px 10px;
  }

  .page-banner {
    height: 45vh;
  }

  .page-banner h1 {
    font-size: 32px;
  }

  .page-banner .container {
    padding: 0px 15px;
  }

  .page-banner .breadcrumbs {
    padding: 15px 15px 30px 15px;
  }

  .footer h3 {
    font-size: 24px;
    margin-top: 30px;
  }

  .footer .links ul li {
    width: 100%;
  }

  .properties.inner-page .btn-default {
    padding: 0px 15px;
    font-size: 14px;
    margin-bottom: 5px;
  }

  .info-small .bg,
  .evaluation-box .bg-form {
    padding: 30px 15px;
  }

  .evaluation-box label {
    font-size: 17px;
  }

  .evaluation-box .checkbox-group label {
    flex: 0 1 calc(100% - 10px);
    margin-bottom: 25px;
  }

  .footer .form-box input[type="checkbox"] {
    min-width: 30px;
    top: 5px;
    position: relative;
  }

  .evaluation-box .cf7mls_next.action-button,
  .evaluation-box .cf7mls_back.action-button,
  .evaluation-box .action-button {
    padding: 0px 15px !important;
    font-size: 11px !important;
    min-width: 100px;
    line-height: 45px;
  }

  .evaluation-box .btn-default.bordered span {
    font-size: 11px;
    letter-spacing: 0.5px;
  }

  .evaluation-box .checkbox-group .wpcf7-list-item {
    flex: 0 1 calc(100% - 0px);
    margin-bottom: 10px;
    font-size: 16px;
  }

  .evaluation-box .checkbox-group label {
    font-size: 14px;
  }

  .evaluation-box input[type="checkbox"] {
    width: 15px !important;
    height: 15px;
    margin-right: 5px;
  }

  .section-title h2 {
    font-size: 30px;
  }

  .section-title h6 {
    letter-spacing: 2px;
  }

  .contact-form .form-box input[type="checkbox"] {
    min-width: 25px;
    top: 5px;
    position: relative;
  }

  .footer .form-box input[type="checkbox"] {
    min-width: 25px;
  }

  .cta a {
    display: inline-block;
    width: 100%;
    margin-bottom: 25px;
  }

  .imgbox {
    padding: 20px 0 0 20px;
  }

  .about + .properties {
    margin-top: 40px;
  }

  .btn-default {
    font-size: 12px;
    line-height: 54px;
  }

  .about .contact-info {
    letter-spacing: 0;
  }

  .footer .contact-info {
    letter-spacing: 0;
    font-size: 14px;
  }

  .footer h3 {
    font-size: 22px;
  }

  .evaluation-box iframe {
    margin-bottom: 15px;
  }

  .section-title h2 {
    font-size: 28px;
  }

  .cta .section-title h2 {
    font-size: 22px;
  }

  h3 {
    font-size: 28px;
  }

  .contact-form {
    padding: 150px 0 75px 0;
  }

  .about.ip-about .buysell-content {
    margin-top: 0;
  }
}

@media only screen and (max-width: 991px) {
  .navbar-toggler {
    line-height: 1;
    padding: 0;
    border-radius: 0;
  }

  #slider .custom-container {
    max-width: 100% !important;
  }

  #slider img {
    height: 400px !important;
  }

  .hero video,
  .hero::before {
    height: 70vh;
  }

  .navbar-toggler.menu-icon {
    width: 40px;
    padding: 0;
    cursor: pointer;
    position: relative;
    border: 0px;
  }

  .navbar-toggler.menu-icon span {
    width: 100%;
    height: 4px;
    display: block;
    background-color: #005dba;
    margin: 6px 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }

  .navbar-toggler.menu-icon.active span {
    position: absolute;
    top: calc(50% - 8px);
  }
  .navbar-toggler.menu-icon.active span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .navbar-toggler.menu-icon.active span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .navbar-toggler.menu-icon.active span:nth-child(2) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    display: none;
  }

  .header .navbar-brand .logo img {
    max-height: 40px;
  }

  .header .menu-btn {
    text-indent: -9999px;
  }

  .side-main-menu li a {
    font-size: 20px;
  }

  .side-main-menu .sub-menu a {
    font-size: 16px;
    padding: 5px 15px;
  }

  .about .section-title {
    margin-top: 40px;
  }

  .testimonials .owl-carousel {
    padding: 0px 0px;
  }

  .testimonials .bg-cream {
    padding-left: 0;
    padding-right: 0;
  }

  .testimonials .owl-nav {
    bottom: 0%;
  }

  .evaluation-box .btn-default.bordered {
    margin-bottom: 10px;
  }

  .evaluation-box .btn-default {
    letter-spacing: 1px;
    padding: 0px 22px;
    font-size: 12px;
    line-height: 45px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer h3 {
    margin-top: 30px;
  }

  .section-title h2 {
    font-size: 36px;
    margin-bottom: 30px;
  }

  .evaluation-box .bg-form {
    padding: 45px 30px;
  }

  .evaluation-box .btn-default.bordered span {
    font-size: 10px;
    letter-spacing: 0px;
    font-family: "QuickSand", sans-serif;
  }

  .page-banner .breadcrumbs {
    padding: 30px 20px;
  }

  .page-banner h1 {
    font-size: 30px;
  }

  .properties.inner-page .btn-cream {
    padding: 0px 34px;
  }

  h3 {
    font-size: 27px;
    line-height: 1.5;
  }

  .footer .form-box input[type="checkbox"] {
    min-width: 26px;
    position: relative;
    top: 5px;
  }
  .evaluation-box .cf7mls_next.action-button,
  .evaluation-box .cf7mls_back.action-button,
  .evaluation-box .action-button {
    padding: 0px 15px !important;
    font-size: 11px !important;
    min-width: 100px;
    line-height: 45px;
  }

  .evaluation-box .btn-default.bordered span {
    font-family: "QuickSand", sans-serif;
  }

  .contact-form .form-box input[type="checkbox"] {
    min-width: 26px;
    position: relative;
    top: 5px;
  }

  .hero-content h1 {
    font-size: 42px;
    margin-bottom: 20px;
  }

  .hero-content h6 {
    letter-spacing: 7px;
    font-size: 15px;
  }

  .btn-default {
    padding: 0px 40px;
    font-size: 14px;
    line-height: 59px;
  }

  h3 {
    font-size: 23px;
  }

  .form-box .form-control {
    font-size: 13px;
  }

  .about + .properties {
    margin-top: 40px;
  }

  .footer p {
    font-size: 14px;
  }

  .evaluation-box .btn-default.bordered span {
    font-size: 11px;
  }

  .evaluation-box .btn-default.bordered span {
    font-size: 10px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header .nav-item {
    margin: 0px 4px;
  }

  .header .nav-link {
    font-size: 13px;
  }

  h2 {
    font-size: 34px;
  }

  h5 {
    font-size: 20px;
  }

  .about .contact-info {
    font-size: 16px;
  }

  .about .btn-default {
    margin-bottom: 40px !important;
  }
  .evaluation-box .btn-default.bordered span {
    font-size: 11px;
  }

  h1 {
    font-size: 46px;
  }

  .form-box label,
  .footer .form-box label {
    width: 100%;
  }
  .header .nav-item {
    margin: 0px 1px;
    position: relative;
  }

  .header .nav-link {
    font-size: 12px;
  }

  .contact-form .form-box label {
    width: 100%;
  }

  .about + .properties {
    margin-top: 40px;
  }

  h3 {
    font-size: 28px;
  }

  h1 {
    font-size: 43px;
  }

  .navbar-nav > .nav-item .sub-menu li > a.nav-link {
    font-size: 13px;
    padding: 8px 14px;
  }

  .header .nav-link {
    font-size: 11px;
  }

  .evaluation-box .btn-default.bordered span {
    font-size: 10px;
  }

}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header .nav-item {
    margin: 0px 10px;
  }

  .evaluation-box .btn-default.bordered span {
    font-size: 12px;
  }

  .header .nav-item {
    margin: 0px 5px;
    position: relative;
  }

  .about + .properties {
    margin-top: 40px;
  }

  h2 {
    font-size: 37px;
  }

  h5 {
    font-size: 18px;
  }

  .navbar-nav > .nav-item .sub-menu li > a.nav-link {
    padding: 8px 14px;
  }
}

@media screen and (max-width: 576px) {
  .prop-page-banner h1,
  .section-title h1 {
    font-size: 35px;
  }

  body {
    padding: 0;
  }

  .evaluation-box {
    padding: 155px 0 40px 0;
  }
}
