* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  body {
    font-family: Lato, sans-serif;
    font-weight: 400;
    overflow-x: hidden;
  }
  body::-webkit-scrollbar {
    width: 0.6em;
  }
  body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
  }
  body::-webkit-scrollbar-thumb {
    background-color: #a9a9a9;
    outline: 1px solid #708090;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-weight: 400;
    font-family: Oswald, sans-serif;
  }
  .h1,
  .h2,
  .h3,
  h1,
  h2,
  h3 {
    margin-top: 30px;
  }
  h2 {
    margin: 30px 0;
  }
  .navbar-toggle {
    background-color: rgba(0, 0, 0, 0.89);
  }
  .navbar-nav > li > a {
    padding-top: 12px;
    padding-bottom: 12px;
    font-family: Oswald, sans-serif;
    font-weight: 400 !important;
    font-size: 1.2rem;
  }
  label {
    color: #777;
  }
  .form-control {
    display: block;
    width: 100%;
    height: 41px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 2.428571;
    color: #555;
    background-color: #f7f7f7;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
  }
  #head {
    background-size: cover;
    height: 500px;
    text-align: center;
    color: #fff;
    font-weight: 300;
    position: relative;
    border-top: 2px solid #ae130c;
    border-bottom: 2px solid #ae130c;
    background-position-x: center;
  }
  #head.secondary {
    height: 65px;
    min-height: 65px;
    padding-top: 0;
    background: #181015 url(../images/bg_header.jpg) 0 0 no-repeat;
    background-size: cover;
    text-align: left;
  }
  #head.secondary h1,
  .h1,
  .h2,
  .h3,
  h2,
  h3 {
    margin-top: 10px;
  }
  #head .btn {
    margin-bottom: 10px;
  }
  .panel {
    margin-bottom: 0;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .panel-body {
    padding: 0;
  }
  .btn {
    background: #ae130c;
    color: #fff;
    font-size: 1rem;
  }
  .btn:active,
  .btn:hover {
    color: #fff;
  }
  .list.custom-list ul,
  ul {
    margin: 0 0 11px;
    list-style-type: none;
    padding-left: 10px;
  }
  .list.custom-list ul li {
    margin: 0;
    padding: 4px 0 5px 30px;
    border-top: 1px solid #f2f2f2;
    position: relative;
    background: url(../images/arrow.png) no-repeat 0 11px;
  }
  .list.custom-list ul li a {
    font: 14px/1.2em Roboto, sans-serif;
    color: #ae130c;
    text-transform: none;
    display: inline;
    position: relative;
  }
  .page-header {
    border-bottom: 1px solid #15c008;
  }
  .page-title {
    margin-top: 20px;
    font-weight: 300;
    color: #15c008;
  }
  .breadcrumb {
    background: 0 0;
    padding: 0;
    margin: 30px 0 0 0;
  }
  img {
    max-width: 100%;
  }
  #map {
    width: 100%;
    height: 280px;
  }
  #social {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  footer {
    border-top: 1px solid #e5e5e5;
    background: #ececec;
    margin-top: 40px;
  }
  .social {
    margin: 10px 0;
  }
  .social a {
    font-size: 32px;
    margin: 0 10px;
    color: #8c8c8c;
  }
  .social a:hover {
    color: #ae130c;
  }
  .footer1 {
    background: #fff;
    padding: 30px 0 0 0;
    font-size: 12px;
    color: #999;
  }
  .footer1 a {
    color: #ccc;
  }
  .footer1 a:hover {
    color: #fff;
  }
  .footer1 .panel {
    margin-bottom: 30px;
  }
  .footer1 .panel-title {
    font-size: 17px;
    font-weight: 700;
    color: #ccc;
    margin: 0 0 20px;
  }
  .footer2 {
    background: #ae130c;
    padding: 15px 0;
    color: #aaa;
    font-size: 12px;
  }
  .footer2 a {
    color: #aaa;
  }
  .footer2 a:hover {
    color: #fff;
  }
  .footer2 p {
    margin: 0;
  }
  .panel-simplenav {
    margin-left: -5px;
  }
  .panel-simplenav a {
    margin: 0 5px;
  }
  #services .fa {
    color: #ae130c;
  }
  .contact ul {
    padding: 0;
  }
  .contact ul li {
    margin-bottom: 10px;
    list-style: none;
  }
  footer ul li {
    list-style: none;
  }
  .footer2 a {
    padding: 4px 8px;
  }
  .border-bottom {
    border-bottom: 1px solid #d6d2d2;
  }
  #readmore {
    display: none;
  }
  #btnReadMore {
    padding: 5px;
    border: 1px solid #c9c3c3;
  }
  #btnReadMore span {
    margin-left: 2px;
  }
  @-webkit-keyframes fadein {
    from {
      top: 0;
      opacity: 0;
    }
    to {
      top: 30px;
      opacity: 1;
    }
  }
  @keyframes fadein {
    from {
      top: 0;
      opacity: 0;
    }
    to {
      top: 30px;
      opacity: 1;
    }
  }
  @-webkit-keyframes fadeout {
    from {
      top: 30px;
      opacity: 1;
    }
    to {
      top: 0;
      opacity: 0;
    }
  }
  @keyframes fadeout {
    from {
      top: 30px;
      opacity: 1;
    }
    to {
      top: 0;
      opacity: 0;
    }
  }
  .icon {
    height: 25px;
    width: 25px;
    display: inline-block;
    margin-right: 5px;
  }

.breadcrumb {
  background-color: transparent;
  margin: 15px 0;
  padding: 0;
  color: #fff;
}
.breadcrumb-item.active {
  color: #fff;
}
.prDetails h1 {
  margin-top: 10px;
}
.prDetails .pr-location {
  display: block;
  font-size: 0.8rem;
  font-weight: 500;
  margin: 10px 0 5px;
}
.prDetails .address {
  color: #262626;
  font-size: 14px;
  margin: 15px 0;
}
.prDetails .pr-price {
  color: #262626;
  font-size: 2rem;
  font-weight: 500;
  margin-top: 5px;
}
.prDetails .pr-link {
  color: #262626;
}
.btn.pr-link i,
a.pr-link i {
  margin-right: 7px;
}
.prDetails-Config {
  margin: 10px 0;
  min-height: 400px;
}
.prDetails-Config .wrapperGrid {
  display: flex;
  margin: 5px 10px;
}
.prDetails-Config .wrapperGrid .gridDetail {
  border-bottom: 1px solid hsla(0, 0%, 44%, 0.3);
  display: inline-block;
  margin-left: -3px;
  padding: 10px;
  width: 50%;
}
.prDetails-Config .wrapperGrid .gridDetail .pr-configTitle {
  color: #262626;
  display: block;
  font-size: 0.7rem;
  opacity: 0.75;
}
.prDetails-Config .wrapperGrid .gridDetail .pr-carppetDetail {
  color: #262626;
  display: block;
  font-size: 0.8rem;
  font-weight: 600;
}
.prDetails-Config .wrapperGrid .gridDetail .pr-carppetDetail .button-group {
  margin-right: 0;
}
.prDetails-Config
  .wrapperGrid
  .gridDetail
  .pr-carppetDetail
  .button-group
  button {
  color: #26262d;
  background-color: none;
}
.pr-detail-menu {
  background: #fff;
  box-shadow: 0 4px 27px -5px rgb(0 0 0 / 25%);
  padding: 0;
  z-index: 9 !important;
}
.pr-stickyMenu {
  display: block;
  font-size: 20px;
  position: sticky;
  top: 0;
  z-index: 9;
}
.navbar-light.pr-detail-menu .navbar-nav .nav-link {
  padding: 1.1rem;
}
.pr-detail-menu .navbar-nav > .show > a:focus,
.pr-detail-menu .navbar-nav > .show > a:hover,
.pr-detail-menu .navbar-nav > li > a:focus,
.pr-detail-menu .navbar-nav > li > a:hover {
  background: 0 0;
  color: #ae130c !important;
}
.pr-detail-menu .navbar-nav .active > .nav-link,
.pr-detail-menu .navbar-nav .nav-link.active,
.pr-detail-menu .navbar-nav .nav-link.show,
.pr-detail-menu .navbar-nav .show > .nav-link {
  color: #ae130c;
}
.prcontent-holder {
  border-radius: 0;
  margin: 10px 15px;
  padding-bottom: 15px;
}
.prcontent-holder .title {
  color: #2c2c2c;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  margin-top: 15px;
}
.prcontent-holder .title-dev {
  color: rgba(38, 38, 38, 0.75);
  display: block;
  font-size: 12px;
}
.prcontent-holder .nav-tabs {
  border-bottom: none;
  margin: 0 0 30px;
}
.prcontent-holder .nav-tabs .nav-link.active,
.prcontent-holder .nav-tabs .show > .nav-link {
  background-color: rgb(240 240 240);
  border: 1.5px solid #b58987;
  color: #495057;
}
.prcontent-holder .parentTabs .nav-link{
    border: 1.5px solid #b58987;
    color: #495057;
}

.tab-content > .tab-pane {
  padding: 10px 0;
}
.prcontent-holder .holder-config-tab,
.prcontent-holder .nav-tabs {
  margin-bottom: 10px !important;
}
.prcontent-holder .holder-config-tab {
  border-bottom: none;
  margin-bottom: 20px;
}
.prcontent-holder .nav-tabs .btn-border.active {
  background: #fff;
  border: none;
  border-bottom: 2px solid #ae130c;
  color: #262626;
  padding-left: 0;
}
.prcontent-holder .tabbable .holder-config-tab .nav-link {
  margin-right: 30px;
  min-width: 80px;
  padding: 10px 0;
  text-align: left;
}
.prcontent-holder .nav-tabs .sq-details {
  background: #fff;
  border: none;
  color: #bebebe;
  color: #262626;
  font-size: 16px;
  font-weight: 500;
  margin-right: 30px;
  padding: 10px 0;
  text-align: left;
}
.prcontent-holder .title-area-tab {
  color: #262626;
  display: block;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 10px;
  opacity: 0.75;
  text-align: left;
  text-transform: none;
}
.prcontent-holder .nav-tabs .sq-details.active {
  background: #fff;
  border: none;
  border-bottom: 2px solid #ae130c;
  color: #262626;
}
.prcontent-holder .nav-tabs .sq-details.active .title-area-tab {
  color: #ae130c;
  font-size: 14px;
}
.prcontent-holder .dev-logo-holder {
  background: #dfdada;
  box-shadow: 0 3px 13px rgb(38 38 38 / 5%);
  margin-bottom: 15px;
  padding: 15px;
}
.prcontent-holder .dev-logo-holder .title {
  color: #262626;
  display: block;
  font-size: 16px;
  font-weight: 500;
  margin: 10px 0;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.prcontent-holder .dev-logo-holder .dev-link {
  color: #232323;
  display: block;
  font-size: 12px;
  text-align: center;
}
.layoutTabHolder {
  float: none;
  margin-top: 0;
}
p.nav-link.sq-details {
  padding: 0;
}
.priceDetailtab {
  font-size: 16px;
}
h4.Amenity-title {
  color: #9393a0;
  font-size: 16px;
  font-weight: 600;
  margin: 20px 0;
}
ul.Amenity-list {
  color: #5d5b5b;
  font-size: 15px;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
ul.Amenity-list li {
  margin: 11px 0;
  border: 1px solid #f1ecec;
  padding: 5px 10px;
  border-radius: 10px;
  box-shadow: 2px 2px #a9212196;
  background-color: #f8f8ff;
}
.gallery .box {
  float: left;
  position: relative;
  padding-bottom: 10px;
  width: 7rem;
  height: 8.5rem;
  margin: 2px;
  border: 1px solid #eddfda;
}
.gallery .boxInner {
  position: unset;
  left: 10px;
  right: 10px;
  top: 10px;
  bottom: 10px;
  overflow: hidden;
}
.gallery .imgBox {
  height: auto;
}
.gallery .titleBox {
  height: 1.5rem;
}
.gallery .titleBox h6 {
  height: 0.7rem !important;
}
.gallery .boxInner img {
  width: 100%;
  height: 8rem;
  vertical-align: middle;
}
.fullhorizontaltitle {
  color: rgba(0, 0, 0, 1);
  margin-top: 25px;
}
.fullhorizontaltitle .hover_border {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgb(0 0 0 / 0%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
  background-color: rgba(238, 238, 238, 1);
  padding: 10px;
}
.pr-spec-title {
  margin-top: 0;
  border: 0;
  margin-bottom: 8px;
  color: #ae130c;
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
}
.pr-spec-subtitle {
  margin-bottom: 0;
  margin-top: 0;
  line-height: 26px !important;
  color: #000;
  font-size: 15px;
  line-height: 15px;
}
.formwrapper {
  max-width: 440px;
  margin: 10px 10px 20px 10px;
  background-color: #fff;
  overflow: hidden;
}
.formwrapper .contact-form {
  width: 100%;
  padding: 5px 10px;
}
.formwrapper .contact-form .h3 {
  padding-top: 10px;
  font-weight: 700;
}
.formwrapper .contact-form label {
  font-size: 0.9rem;
  color: #555;
  font-weight: 500;
  margin-bottom: 10px;
}
.formwrapper .contact-form textarea {
  height: 100px;
}
.formwrapper .contact-form .form-control {
  background-color: #e7e7e7;
  box-shadow: none;
  font-weight: 600;
  font-size: 0.95rem;
  border: none;
  border-top: 1px solid #bbb;
}
.formwrapper .contact-form .btn {
  font-size: 1.2rem;
  font-weight: 700;
  border: none;
  padding: 8px 18px;
  box-shadow: 0 8px 12px #3535356b;
}
.modal .modal-content .modal-header .fa {
  color: #f50057;
}
#dvLocationBenefitsDetails ul li {
  padding: 5px 0;
}

.navbar-light .navbar-nav .nav-link {
    color: #0c0c0c;
}

.error {
    color: red !important;
}
  
label.error {
display: inline;
}

#snackbar {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 12;
    left: 50%;
    top: 70px;
    font-size: 17px;
}

#snackbar.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

#contactPanel .name {
  font-size: 1.2em;
  font-weight: 700;
}

#contactPanel .panel > .list-group .list-group-item:first-child {
  /*border-top: 1px solid rgb(204, 204, 204);*/
}
#contactPanel .c-list {
   padding: 0px;
   min-height: 44px;
}

#contactPanel .list-group .list-group-item {
  display: flex;
}

.effectScale {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.effetGradient, .effetGradient:hover {
  text-shadow: 0px 3px 6px #db3027;
  background-color: #ed463e;
  background: linear-gradient(-45deg, #db3027, #ed463e, #db3027, #ed463e);
  background-size: 400% 400%;
  -webkit-animation: Gradient 3s ease infinite;
  -moz-animation: Gradient 3s ease infinite;
  animation: Gradient 3s ease infinite;
  color: #fff;
  border: none;
}

#EnquiryModal .e-form-field{
border-top: none;
border-left: none;
border-right: none;
}
#EnquiryModal .e-form-btn{
padding: .3vw 2vw;
}

#EnquiryModal .icon {
  color:#db3027;
  height: unset;
  width: unset;
}

#EnquiryModal .icon img {
  width: 30%;
}


@keyframes rocking{
0%{transform:rotate(0deg)}
25%{transform:rotate(0deg)}
50%{transform:rotate(2deg)}
75%{transform:rotate(-2deg)}
100%{transform:rotate(0deg)}
}

@-webkit-keyframes Gradient {
  0% {background-position: 0 50%}
  50% {background-position: 100% 50%}
  100% {background-position: 0 50%}
}
@-moz-keyframes Gradient {
  0% {background-position: 0 50%}
  50% {background-position: 100% 50%}
  100% {background-position: 0 50%}
}
@keyframes Gradient {
  0% {background-position: 0 50%}
  50% {background-position: 100% 50%}
  100% {background-position: 0 50%}
}


@media (max-width: 350px) {
  .formwrapper {
    height: 570px;
  }
  .formwrapper .contact-form {
    padding: 20px;
  }
}
@media (max-width: 575.5px) {
    .formwrapper .contact-form {
      padding: 20px;
    }
    #contactPanel .list-group .list-group-item img {
      width: 50%;
    }
}
@media (max-width: 900.5px) {
    .formwrapper {
      margin: 10px;
    }
}
@media (max-width: 768px) {
  .footer2 p {
    margin: 0;
    text-align: center;
  }

  #contactPanel .visible-xs {
    display: inline-block !important;
  }
}
@media (min-width: 120px) {
    #head.secondary {
        height: 65px;
        min-height: 65px;
        background-size: initial;
        background: #181015 url(../images/bg_header.jpg) 0 -917px no-repeat;
    }
}

@media only screen and (min-width: 992px) {
  #EnquiryModal .modal-dialog .enquiry-modal {
      max-width: 36vw;
      border-radius: 3px;
  }
  #EnquiryModal .modal-body {
      padding: 0;
  }
  #EnquiryModal .close {
      position: absolute;
      right: 1vw;
      top: 0.3vw;
  }
  #EnquiryModal .modal-head {
      background-color: #db3027;
  }
  #EnquiryModal .modal-title {
      display: block;
      font-size: 1.5vw;
      text-transform: capitalize;
      font-weight: 600;
      color: #fff;
      padding: 1.2vw 0;
  }
  #EnquiryModal .modal-highlight-bg {
      background-color: #f9f9f9;
      border-top-right-radius: 10px;
      border-bottom-right-radius: 10px;
  }
  #EnquiryModal .modal-highlight-title {
      display: block;
      text-align: center;
      font-size: 1.2vw;
      font-weight: 600;
      padding: 0.4vw 0 0.1vw;
      color: #db3027;
  }
  #EnquiryModal .modal-highlight {
      list-style: none;
      padding: 1vw 0;
      margin-bottom: 0;
  }
  #EnquiryModal .modal-highlight li i {
      display: inline-block;
      font-size: 3.3vw;
      color: #db3027;
  }
  #EnquiryModal .modal-highlight li span {
      display: block;
      font-size: 1vw;
      color: #db3027;
      padding: 0 0 0.6vw;
  }
  #EnquiryModal .modal-logo {
      margin-top: 1vw;
      max-height: 8vw;
      max-width: 275px;
  }
  #EnquiryModal .modal-title-secondary {
      display: block;
      font-size: 1vw;
      text-transform: capitalize;
      font-weight: 600;
      padding: 1vw 0 0.5vw;
  }
  #EnquiryModal .form-modal {
      padding: 1vw 1.5vw;
  }
  #EnquiryModal .e-form-field {
      border-top: none;
      border-left: none;
      border-right: none;
  }
  #EnquiryModal .modal-call-btn, .modal-call-btn:hover {
      display: block;
      background-color: #db3027;
      color: #fff;
      padding: 0.5vw 0;
      text-decoration: none;
  }
}