*, *:before, *:after {
  margin: 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
}

html, body {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
}

img {
  max-width: 100%;
}

a, a[href] {
  text-decoration: none;
}

input, select, button, textarea {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

button, input[type=button], input[type=submit] {
  cursor: pointer;
  border: 0;
  outline: none;
}

.container {
  max-width: 1280px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

.container-fluid {
  max-width: 100%;
  width: 100%;
  padding: 0 15px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Antiga", sans-serif;
  font-weight: 400;
}

h1 {
  font-size: 96px;
  line-height: 80px;
}

h2 {
  font-size: 64px;
  line-height: 60px;
  text-transform: lowercase;
}
@media only screen and (max-width: 1024px) {
  h2 {
    font-size: 58px;
    line-height: 0.9375;
  }
}
@media only screen and (max-width: 991px) {
  h2 {
    font-size: 48px;
  }
}
@media only screen and (max-width: 675px) {
  h2 {
    font-size: 38px;
  }
}
@media only screen and (max-width: 520px) {
  h2 {
    font-size: 36px;
  }
}

h3 {
  font-size: 55px;
  line-height: 65px;
}

h4 {
  font-size: 45px;
  line-height: 50px;
}

h5 {
  font-size: 36px;
  line-height: 36px;
}

h6 {
  font-size: 30px;
  line-height: 38px;
}

.relative {
  position: relative;
}

.socialLinks ul {
  display: flex;
  flex-wrap: wrap;
}

.banner .bg {
  display: block;
  line-height: 0;
}
.banner .bg img, .banner .bg video {
  width: 100%;
  height: calc(100vh - 89px);
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 1007px) {
  .banner .bg img, .banner .bg video {
    height: 500px;
  }
}
@media only screen and (max-width: 675px) {
  .banner .bg img, .banner .bg video {
    height: 300px;
  }
}

.ancher-link a {
  display: inline-block;
  color: #fff;
  padding: 9px 20px;
  border: 1px solid transparent;
  border-radius: 30px;
  transition: 0.5s ease;
  background: #37adf6;
}
.ancher-link a span, .ancher-link a img {
  display: inline-block;
  vertical-align: middle;
}
.ancher-link a img {
  margin-left: 12px;
}
.ancher-link a:hover {
  background: #37adf6;
  border-color: #37adf6;
}

.silverSouth {
  font-family: "silver-south-script";
}

.heading.text-center {
  text-align: center;
}
.heading p {
  font-size: 24px;
  color: #000;
}
@media only screen and (max-width: 1024px) {
  .heading p {
    font-size: 22px;
  }
}
@media only screen and (max-width: 675px) {
  .heading p {
    font-size: 16px;
  }
}
.heading h5 {
  color: #000;
  font-family: "Poppins", sans-serif;
}

.img_hover .img {
  overflow: hidden;
  position: relative;
}
.img_hover .img img {
  transform: scale(1);
  transition: 2s ease;
}
.img_hover:hover .img img {
  transform: scale(1.1);
}

.link_btn.center {
  text-align: center;
}
.link_btn .btn {
  display: inline-block;
  padding: 7px 40px;
  border: 1px solid transparent;
  font-weight: 600;
  transition: background 0.4s ease, color 0.4s ease, border-color 0.4s ease;
}
.link_btn .btn.btn-white {
  background: #37adf6;
  color: #fff;
}
.link_btn .btn.btn-white.text-black {
  color: #fff;
}
.link_btn .btn.btn-white:hover {
  background: #37adf6;
  color: #fff;
}
.link_btn .btn.btn-red {
  border-color: #fff;
  background: #37adf6;
  color: #fff;
}
.link_btn .btn.btn-red.text-black {
  color: #000;
}
.link_btn .btn.btn-red:hover {
  background: #fff;
  color: #37adf6;
  border-color: #37adf6;
}
.link_btn .btn.btn-outline-red {
  background: transparent;
  border-color: #37adf6;
  color: #37adf6;
}
.link_btn .btn.btn-outline-red:hover {
  background: #37adf6;
  color: #fff;
}
.link_btn .btn.rounded-full {
  border-radius: 50px;
}
.link_btn .btn.rounded {
  border-radius: 5px;
}

.ShapR .shade {
  line-height: 0;
}
.ShapR .shade video {
  width: 474px;
  height: 474px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-mask-image: url(../video/R.svg);
  mask-image: url(../video/R.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .ShapR .shade video {
    width: 215px;
    aspect-ratio: 0.9397260274;
    height: auto;
    -webkit-mask-size: 100%;
            mask-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .ShapR .shade video {
    width: 160px;
  }
}

.videoIcon {
  position: relative;
  width: 65px;
  height: 65px;
  border-radius: 65px;
  border: 2px solid #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  cursor: pointer;
}
@media only screen and (max-width: 767pxpx) {
  .videoIcon {
    width: 47px;
    height: 47px;
  }
}
.videoIcon:before {
  width: 55px;
  height: 55px;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 50%;
  position: absolute;
  content: "";
  transform: translateX(-50%) translateY(-50%);
  background: var(--white);
  border-radius: 50%;
  display: block;
  animation: pulse-border 1500ms ease-out infinite;
}
@media only screen and (max-width: 767pxpx) {
  .videoIcon:before {
    width: 47px;
    height: 47px;
  }
}
.videoIcon img, .videoIcon svg {
  width: auto;
  position: relative;
}
@media only screen and (max-width: 767pxpx) {
  .videoIcon img, .videoIcon svg {
    width: 10px;
  }
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 0.5;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
@keyframes menuBgAnimate {
  0% {
    background-position: 0 100%;
  }
  100% {
    background-position: 100vw 100%;
  }
}
.socialLinks ul li a {
  width: 45px;
  height: 45px;
}

.close {
  position: absolute;
  right: 15px;
  top: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 4;
}
.close svg {
  color: #fff;
}
.close svg path {
  fill: #fff;
}

.Model_Video {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1111;
  background: #000;
  transform: translateY(100%);
  transition: 0.5s ease;
}
.Model_Video.is-open {
  transform: translateY(0%);
}
.Model_Video.is-open .modelBody iframe {
  display: block;
}
.Model_Video .modelBody {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Model_Video .modelBody iframe {
  width: 90%;
  height: 85%;
  border: 0;
  display: none;
}

.overlay {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100vh;
  width: 100%;
  background: #000;
  z-index: 11;
  opacity: 0;
  pointer-events: none;
  transition: 0.5s ease;
}
.overlay.open {
  opacity: 0.3;
  pointer-events: all;
}

.form .form-group {
  position: relative;
}
.form .form-group .form-control {
  border: 0;
  border-bottom: 1px solid #999999;
  padding: 0;
  width: 100%;
  border-radius: 0;
  outline: none;
  transition: 0.4s ease;
}
.form .form-group .form-control:focus {
  border-color: #37adf6;
}
.form .form-group .form-control:focus ~ label {
  top: 0;
}
.form .form-group input.form-control, .form .form-group select.form-control {
  height: 45px;
}
.form .form-group label {
  position: absolute;
  top: 9px;
  left: 0;
  transition: 0.4s ease;
  pointer-events: none;
}
.form.border .form-group {
  margin-bottom: 15px;
}
.form.border .form-group .form-control {
  border: 1px solid #CCCCCC;
  padding: 8px;
  border-radius: 5px;
}
.form.border .form-group .form-control:focus ~ label {
  top: -12px;
  font-size: 12px;
  opacity: 0.8;
}
.form.border .form-group.valid label {
  top: -12px;
  font-size: 12px;
  opacity: 0.8;
}
.form.border .form-group label {
  left: 8px;
  top: 11px;
  color: #666;
}

.owl-carousel.arrow-circule {
  padding: 0 30px;
}
.owl-carousel.arrow-circule .owl-nav button {
  width: 52px;
  height: 52px;
  background: #fff;
  border-radius: 60px;
  box-shadow: -1px 0px 7.2px 3px rgba(0, 0, 0, 0.0901960784);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.owl-carousel.arrow-circule .owl-nav button.owl-prev {
  left: 0;
}
.owl-carousel.arrow-circule .owl-nav button.owl-next {
  right: 0;
}
.owl-carousel.arrow-circule .owl-nav button.disabled {
  pointer-events: none;
  opacity: 0.7;
}

.ModelEnquiry {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100vh;
  max-width: 440px;
  background: #fff;
  z-index: 1111;
  transform: translateX(100%);
  transition: 0.5s ease;
}
.ModelEnquiry.is-open {
  transform: translateX(0);
}
.ModelEnquiry .close_model svg {
  color: #000;
  width: 23px;
}
.ModelEnquiry .close_model svg path {
  fill: #000;
}
.ModelEnquiry .modelBody {
  padding: 35px 55px;
  height: 100%;
  padding-right: 0;
}
@media only screen and (max-width: 420px) {
  .ModelEnquiry .modelBody {
    padding: 35px 15px;
    padding-right: 0;
  }
}
.ModelEnquiry .modelBody .modelForm {
  overflow-y: scroll;
  padding-right: 55px;
  height: 100%;
}
@media only screen and (max-width: 420px) {
  .ModelEnquiry .modelBody .modelForm {
    padding-right: 15px;
  }
}
.ModelEnquiry .modelBody .modelForm::-webkit-scrollbar {
  width: 5px;
}
.ModelEnquiry .modelBody .modelForm::-webkit-scrollbar-track {
  box-shadow: unset;
  background: #fff;
}
.ModelEnquiry .modelBody .modelForm::-webkit-scrollbar-thumb {
  background-color: #37adf6;
}
.ModelEnquiry .modelBody .modelForm .title {
  text-align: center;
  margin-bottom: 20px;
}
.ModelEnquiry .modelBody .modelForm .title h3 {
  color: #000;
  font-size: 32px;
  line-height: 35px;
  font-family: "Poppins", sans-serif;
  margin-bottom: 10px;
}
@media only screen and (max-width: 420px) {
  .ModelEnquiry .modelBody .modelForm .title h3 {
    font-size: 28px;
    line-height: 32px;
  }
}
.ModelEnquiry .modelBody .modelForm .title p {
  color: #666;
  font-weight: 500;
  line-height: 1.3;
  font-size: 14px;
}
.ModelEnquiry .modelBody .modelForm .form .form-group {
  margin-bottom: 15px;
}
.ModelEnquiry .modelBody .modelForm .form .form-group select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
}
.ModelEnquiry .modelBody .modelForm .form .form-group .form-control {
  border-color: #b5b5b5;
  font-weight: 500;
  color: #666;
}
.ModelEnquiry .modelBody .modelForm .form .form-group textarea.form-control {
  height: 80px;
}
.ModelEnquiry .modelBody .modelForm .form .form-group label {
  color: #666;
  font-weight: 500;
}
.ModelEnquiry .modelBody .modelForm .form .form-group.valid .form-control {
  color: #000;
  border-color: #37adf6;
}
.ModelEnquiry .modelBody .modelForm .form .form-group .icon {
  position: absolute;
  top: 15px;
  right: 0;
}
.ModelEnquiry .modelBody .modelForm .form .form-group .icon svg {
  width: 15px;
  height: 15px;
}
.ModelEnquiry .modelBody .modelForm .form .form-group .icon svg path {
  stroke: #666;
}
.ModelEnquiry .modelBody .modelForm .form .link_btn .btn {
  display: block;
  width: 100%;
}
.ModelEnquiry .modelBody .modelForm .form .link_btn .btn::before {
  display: none;
}
.ModelEnquiry .modelBody .modelForm .form .link_btn .btn span {
  color: #fff;
}

::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  background: #eaeaea;
}

::-webkit-scrollbar-thumb {
  background-color: #37adf6;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #37adf6;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: transparent;
  z-index: 5;
  padding: 10px 0;
  transition: all 0.3s ease-in;
}
header .container-fluid {
  padding: 0 25px;
}
header .header-container .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.col-A {
  flex-shrink: 0;
}

.col-B {
  display: flex;
  align-items: center;
  flex: 1;
  justify-content: flex-end;
  gap: 0;
}

.headerlogo {
  width: 215px;
}
.headerlogo a {
  display: block;
  height: 100%;
  position: relative;
}
.headerlogo a img {
  max-width: 100%;
  height: 100%;
  display: block;
  margin: 0;
}
.headerlogo a .logo-black {
  display: none;
}
.headerlogo a .logo-white {
  display: block;
}

.header-DropPropert {
  width: 175px;
  flex-shrink: 0;
}
@media (max-width: 860px) {
  .header-DropPropert {
    display: none;
  }
}
.header-DropPropert .HdrWrao {
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.header-DropPropert .selected {
  color: #fff;
  font-weight: 500;
  width: 100%;
  padding: 0 20px;
  position: relative;
}
.header-DropPropert .selected::after {
  content: "";
  position: absolute;
  right: 20px;
  background: url("../../icons/serv.png");
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  background-position: center;
  top: 3px;
  filter: brightness(0) invert(1);
  transform: rotate(90deg);
}

.headSearch {
  flex: 0 0 25%;
  position: relative;
  border-bottom: 1px solid #fff;
  margin-left: 45px;
}
.headSearch .Search-key {
  position: absolute;
  bottom: 10px;
  font-size: 14px;
  color: #fff;
  opacity: 0.7;
  left: 0;
}
.headSearch .search-box-wrapper {
  position: relative;
}
.headSearch .search-box-wrapper .formField {
  transform: rotateX(-90deg);
  transform-origin: top;
  opacity: 0;
  pointer-events: none;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.headSearch .search-box-wrapper.open .formField {
  transform: rotateX(0deg);
  opacity: 1;
  pointer-events: auto;
}
.headSearch .search-box-wrapper .HedSeIcon {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  margin-left: auto;
  margin-right: 0;
  cursor: pointer;
  background: none;
}
.headSearch .search-box-wrapper .HedSeIcon svg {
  width: 24px;
  height: 24px;
  margin-bottom: 10px;
}
.headSearch .search-box-wrapper .HedSeIcon svg path {
  stroke: #fff;
}
.headSearch .search-box-wrapper .formField {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  background: #fff;
  padding: 20px 40px;
  transform-origin: top;
  transform: rotateX(-90deg);
  opacity: 0;
  pointer-events: none;
  transition: all 0.45s cubic-bezier(0.25, 0.8, 0.25, 1);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  z-index: 999;
}
.headSearch .search-box-wrapper .searchRow {
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1.8fr auto;
  gap: 16px;
  align-items: center;
}
.headSearch .search-box-wrapper .searchRow select,
.headSearch .search-box-wrapper .searchRow input {
  height: 48px;
  font-size: 14px;
  border-radius: 30px;
  border: 1px solid #e5e5e5;
  background: #fff;
  padding: 0 18px;
  transition: border 0.25s;
  font-family: inherit;
}
.headSearch .search-box-wrapper .searchRow select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 42px;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23999' stroke-width='2' d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 14px;
  border: none;
}
.headSearch .search-box-wrapper .searchRow input {
  padding-left: 20px;
  outline: none;
}
.headSearch .search-box-wrapper .searchRow .searchBtn {
  height: 48px;
  padding: 0 43px;
  border-radius: 30px;
  border: none;
  background: #37adf6;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.25s;
}

.hedWhatCall {
  margin-left: 25px;
  padding: 0 20px;
  flex-shrink: 0;
  display: flex;
}
.hedWhatCall svg path {
  stroke: #fff;
}
@media (max-width: 520px) {
  .hedWhatCall {
    display: none;
  }
}
.hedWhatCall a {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 15px;
}
.hedWhatCall a .text {
  color: #fff;
  opacity: 0.8;
}
.hedWhatCall a p {
  color: #fff;
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
}

.humbWrap {
  width: 48px;
  margin-left: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
}
@media (max-width: 860px) {
  .humbWrap {
    margin-left: 0;
  }
}

.humburgerIcon {
  width: 100%;
  height: 44px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px 0;
  cursor: pointer;
}
.humburgerIcon .line {
  width: 100%;
  height: 2px;
  background: #fff;
}
.humburgerIcon .tex {
  line-height: 1;
  margin-top: -5px;
  color: #fff;
}

.customMenuDrop {
  position: absolute;
  top: 100%;
  left: 0;
  max-width: 750px;
  width: 750px;
  padding-top: 0px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease;
}
.customMenuDrop::before {
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
@media (max-width: 1151px) {
  .customMenuDrop {
    left: -100%;
  }
}
.customMenuDrop .CusDropdown {
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 9px 12px 0 rgba(0, 0, 0, 0.16);
  position: relative;
}
.customMenuDrop .CusDropdown::before {
  width: 0;
  position: absolute;
  left: 24px;
  top: -8px;
  content: "";
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
}
.customMenuDrop .DropColA {
  position: relative;
}
.customMenuDrop .DropDownNav {
  padding: 20px;
}
.customMenuDrop .DropDownNav .title {
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 10px;
  border-bottom: 1px solid #f1f1f1;
}
.customMenuDrop .DropDownNav ul {
  padding-top: 15px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.customMenuDrop .DropDownNav ul li {
  display: block;
}
.customMenuDrop .DropDownNav ul li a {
  color: #666;
  display: flex;
  flex-wrap: wrap;
  padding: 6px 0;
}
.customMenuDrop .DropDownNav ul li a .img {
  width: 20%;
  line-height: 0;
  border-radius: 8px;
  overflow: hidden;
}
.customMenuDrop .DropDownNav ul li a .img img {
  display: block;
  height: 45px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.customMenuDrop .DropDownNav ul li a .text {
  width: 80%;
  padding-left: 15px;
}
.customMenuDrop .DropDownNav ul li a .Location {
  display: block;
  color: #999;
  font-size: 12px;
  line-height: 1;
  margin-top: 5px;
}
.customMenuDrop .DropDownNav ul li a .p {
  display: block;
  font-weight: 500;
  color: #666;
  font-size: 12px;
}
.customMenuDrop .DropDownNav .link_btn {
  margin-top: 30px;
  margin-bottom: 12px;
}

.HdrWrao:hover .selected {
  color: #fff;
}
.HdrWrao:hover .selected::after {
  filter: grayscale(1) brightness(0) invert(1);
}
.HdrWrao:hover .customMenuDrop {
  opacity: 1;
  visibility: visible;
  margin: 6px 0 0;
}

.modelHumburger {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  max-width: 480px;
  width: 100%;
  padding: 40px 30px;
  z-index: 111;
  background: #fff url(../images/testimonial.png);
  background-repeat: repeat-x;
  background-position: 0 100%;
  animation: menuBgAnimate 60s linear infinite reverse;
  background-size: contain;
  transform: translateX(100%);
  transition: 0.5s ease;
}
@media (max-width: 675px) {
  .modelHumburger {
    padding: 70px 30px;
  }
}
@media (max-width: 520px) {
  .modelHumburger {
    padding: 70px 25px;
  }
}
@media (max-width: 345px) {
  .modelHumburger {
    padding: 70px 18px;
  }
}
.modelHumburger.is-open {
  transform: translateX(0);
}
.modelHumburger .close::before {
  content: "Close";
  position: absolute;
  top: 18px;
  left: -30px;
  font-size: 14px;
}
.modelHumburger .close svg {
  color: #000;
}
.modelHumburger .close svg path {
  fill: #000;
}
.modelHumburger .topNav {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(225, 225, 225, 0.4392156863);
}
.modelHumburger .topNav ul li {
  display: block;
}
.modelHumburger .topNav ul li a {
  display: block;
  color: #000;
  font-size: 45px;
  padding: 8px 0;
  line-height: 1;
  transition: 0.5s ease;
  font-family: "Antiga", sans-serif;
}
@media (max-width: 675px) {
  .modelHumburger .topNav ul li a {
    font-size: 38px;
  }
}
.modelHumburger .topNav ul li a:hover {
  color: #37adf6;
}
.modelHumburger .botNav ul li {
  display: block;
}
.modelHumburger .botNav ul li a {
  display: block;
  color: #666;
  font-size: 16px;
  padding: 4px 0;
  line-height: 1.3;
  transition: 0.5s ease;
}
.modelHumburger .botNav ul li a:hover {
  color: #37adf6;
}
.modelHumburger .socialLinks {
  display: flex;
  gap: 18px;
  align-items: center;
  margin-top: 25px;
  justify-content: space-between;
}
@media (max-width: 520px) {
  .modelHumburger .socialLinks {
    gap: 8px;
  }
}
.modelHumburger .socialLinks .con_lik {
  border-right: 1px solid rgba(225, 225, 225, 0.4392156863);
  padding-right: 20px;
  flex: 1;
}
@media (max-width: 675px) {
  .modelHumburger .socialLinks .con_lik {
    padding-right: 0;
  }
}
.modelHumburger .socialLinks .con_lik a {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 15px;
  color: #666;
}
@media (max-width: 520px) {
  .modelHumburger .socialLinks .con_lik a {
    font-size: 14px;
  }
}
.modelHumburger .socialLinks .con_lik a svg {
  width: 22px;
}
.modelHumburger .socialLinks .con_lik a svg path {
  fill: #666;
}
.modelHumburger .socialLinks .con_lik a:hover {
  color: #37adf6;
}
.modelHumburger .socialLinks .con_lik a:hover svg path {
  fill: #37adf6;
}
.modelHumburger .socialLinks ul {
  flex: 1;
}
.modelHumburger .socialLinks ul li {
  margin-right: 8px;
}
@media (max-width: 520px) {
  .modelHumburger .socialLinks ul li {
    margin-right: 5px;
  }
}
.modelHumburger .socialLinks ul li a {
  display: block;
  width: 30px;
  height: 30px;
}
.modelHumburger .socialLinks ul li a svg {
  width: 22px;
}
.modelHumburger .socialLinks ul li a:hover svg path {
  fill: #37adf6;
}

.HeaderSearchForm {
  height: 100%;
  position: absolute;
  left: -175px;
  right: 0;
  padding-right: 40px;
  background: #fff;
  z-index: 1;
  display: none;
}
.HeaderSearchForm .form-btn {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  gap: 20px;
}
.HeaderSearchForm .form-btn button.btn {
  display: inline-block;
  background: transparent;
  width: 30px;
  height: 30px;
}
.HeaderSearchForm .form-btn button.btn svg {
  width: 25px;
  height: 25px;
}
.HeaderSearchForm .form {
  height: 100%;
}
.HeaderSearchForm .flex {
  height: 100%;
  align-items: center;
  display: flex;
}
.HeaderSearchForm .col {
  width: 33.33%;
  padding: 0 10px;
}
.HeaderSearchForm .form-group {
  position: relative;
}
.HeaderSearchForm .form-group .form-control,
.HeaderSearchForm .form-group label {
  font-size: 14px;
}
.HeaderSearchForm .form-group label {
  position: absolute;
  left: 0;
  right: 0;
  pointer-events: none;
  top: 10px;
  transition: 0.5s ease;
}
.HeaderSearchForm .form-group .form-control {
  padding: 18px 0px 3px;
  height: 45px;
  border: 0;
  border-radius: 0;
  outline: none;
  font-size: 14px;
  width: 100%;
  border-bottom: 1px solid #999999;
  transition: 0.5s ease;
}
.HeaderSearchForm .form-group .form-control:focus {
  border-color: #37adf6;
}
.HeaderSearchForm .form-group .form-control:focus ~ label {
  top: 0;
  font-size: 12px;
  color: #a8a8a8;
  transition: 0.5s ease;
}
.HeaderSearchForm .form-group.valid label {
  top: 0;
  font-size: 12px;
  color: #a8a8a8;
}
.HeaderSearchForm .searchCuDropd {
  display: block;
  position: relative;
}
.HeaderSearchForm .searchCuDropd .selectedSearch {
  display: block;
  padding: 18px 0px 3px;
  border-bottom: 1px solid #999999;
  height: 45px;
  position: relative;
}
.HeaderSearchForm .searchCuDropd .selectedSearch::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 30px;
  background: url("../icons/serv.png");
  background-repeat: no-repeat;
  background-position: center;
}
.HeaderSearchForm .searchCuDropd .placeHolder {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 10px;
  transition: 0.5s ease;
}
.HeaderSearchForm .searchCuDropd .selectVal {
  display: block;
}
.HeaderSearchForm .searchCuDropd .placeHolder,
.HeaderSearchForm .searchCuDropd .selectVal {
  font-size: 14px;
}
.HeaderSearchForm .searchCuDropd.active .placeHolder {
  top: 0;
  font-size: 12px;
  color: #a8a8a8;
}
.HeaderSearchForm .CustDropList {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  max-height: 300px;
  border-radius: 0 0 6px 6px;
  overflow: hidden;
  border: 1px solid rgba(51, 51, 51, 0.1490196078);
  border-top: 0;
  border-right: 0;
  display: none;
}
.HeaderSearchForm .CustDropList .list {
  max-height: 300px;
  overflow-y: scroll;
  padding: 8px 0;
}
.HeaderSearchForm .CustDropList .list::-webkit-scrollbar {
  width: 2px;
}
.HeaderSearchForm .CustDropList .list::-webkit-scrollbar-track {
  box-shadow: unset;
  background: #fff;
}
.HeaderSearchForm .CustDropList .list::-webkit-scrollbar-thumb {
  background-color: #37adf6;
}
.HeaderSearchForm .CustDropList .option {
  display: block;
  font-size: 14px;
  color: #666;
  padding: 4px 12px;
  cursor: pointer;
  transition: 0.5s ease;
}
.HeaderSearchForm .CustDropList .option:nth-child(odd) {
  background: #fff;
}
.HeaderSearchForm .CustDropList .option:nth-child(even) {
  background: #f7f7f7;
}
.HeaderSearchForm .CustDropList .option:hover {
  background: #37adf6;
  color: #fff;
}

.emi-pop {
  position: fixed;
  z-index: 35;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 510px;
  background: #fff;
  right: 0;
  padding: 40px 0 0;
  padding-right: 5px;
  transition: 1s ease;
  transform: translateX(100%);
}
@media (max-width: 767px) {
  .emi-pop {
    max-width: 100%;
  }
}
@media (max-width: 675px) {
  .emi-pop {
    padding-right: 0;
  }
}
.emi-pop.is-open {
  transform: translateX(0%);
}
.emi-pop .md-col-d {
  padding: 0 50px 40px;
  height: 100%;
  overflow: auto;
}
.emi-pop .md-col-d::-webkit-scrollbar {
  width: 8px;
}
.emi-pop .md-col-d::-webkit-scrollbar-thumb {
  background: #666;
  border-radius: 30px;
}
@media (max-width: 675px) {
  .emi-pop .md-col-d {
    padding: 0 35px 40px;
  }
  .emi-pop .md-col-d::-webkit-scrollbar {
    width: 4px;
  }
}
@media (max-width: 520px) {
  .emi-pop .md-col-d {
    padding: 0 15px 40px;
  }
}
@media (max-width: 345px) {
  .emi-pop .md-col-d {
    padding: 0 8px 40px;
  }
}
@media (max-width: 320px) {
  .emi-pop .md-col-d {
    padding: 0 0px 40px;
  }
}
.emi-pop .md-col-d .head-sec {
  margin-bottom: 35px;
}
@media (max-width: 520px) {
  .emi-pop .md-col-d .head-sec {
    margin-bottom: 25px;
  }
}
.emi-pop .md-col-d .head-sec h3 {
  font-size: 42px;
  text-align: center;
}
@media (max-width: 520px) {
  .emi-pop .md-col-d .head-sec h3 {
    font-size: 32px;
  }
}
.emi-pop .md-col-d .flex .col-A {
  flex: 0 1 100%;
}
@media (max-width: 520px) {
  .emi-pop .md-col-d .flex .col-A .grrow_calcular {
    padding-left: 10px;
  }
}
.emi-pop .md-col-d .flex .col-A .grrow_calcular .item {
  position: relative;
}
.emi-pop .md-col-d .flex .col-A .grrow_calcular .item:not(:last-child) {
  margin-bottom: 7px;
}
.emi-pop .md-col-d .flex .col-A .grrow_calcular .item .flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.emi-pop .md-col-d .flex .col-A .grrow_calcular .item .flex > p {
  color: #666;
}
.emi-pop .md-col-d .flex .col-A .grrow_calcular .item .emop_col {
  padding: 6px;
  padding-right: 10px;
  width: 107px;
  border-radius: 5px;
  border: 1px solid #CCC;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1152px) {
  .emi-pop .md-col-d .flex .col-A .grrow_calcular .item .emop_col {
    width: 80px;
  }
}
@media (max-width: 520px) {
  .emi-pop .md-col-d .flex .col-A .grrow_calcular .item .emop_col {
    width: 109px;
  }
}
.emi-pop .md-col-d .flex .col-A .grrow_calcular .item .emop_col input {
  background: transparent;
  border: 0;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-size: 15px;
  font-weight: 500;
  color: #666;
  width: 100%;
}
@media (max-width: 1152px) {
  .emi-pop .md-col-d .flex .col-A .grrow_calcular .item .emop_col input {
    font-size: 13px;
  }
}
.emi-pop .md-col-d .flex .col-A .grrow_calcular .item .emop_col input:focus {
  outline: none;
}
.emi-pop .md-col-d .flex .col-A .grrow_calcular .item .emop_col span {
  font-size: 14px;
  color: #666;
}
.emi-pop .md-col-d .flex .col-A .grrow_calcular .item .slider {
  border: 0;
  width: 100%;
  margin-top: 13px;
  -moz-appearance: none;
       appearance: none;
  height: 34px;
  -webkit-appearance: none;
  position: relative;
}
.emi-pop .md-col-d .flex .col-A .grrow_calcular .item .slider::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 5px;
  border-radius: 30px;
  width: var(--rangewidth);
  background: #37adf6;
}
.emi-pop .md-col-d .flex .col-A .grrow_calcular .item .slider:focus {
  outline: none;
}
.emi-pop .md-col-d .flex .col-A .grrow_calcular .item .slider::-webkit-slider-runnable-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  box-shadow: none;
  background: #DCDCDC;
  border-radius: 30px;
  border: none;
}
.emi-pop .md-col-d .flex .col-A .grrow_calcular .item .slider::-webkit-slider-thumb {
  box-shadow: none;
  border: none;
  height: 28px;
  width: 28px;
  position: relative;
  z-index: 9;
  border-radius: 28px;
  background: #37adf6;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -11.5px;
}
.emi-pop .md-col-d .flex .col-A .grrow_calcular .item .slider::-moz-range-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  background: #DCDCDC;
  border-radius: 30px;
  border: none;
}
.emi-pop .md-col-d .flex .col-A .grrow_calcular .item .slider::-moz-range-thumb {
  box-shadow: none;
  border: none;
  height: 28px;
  width: 28px;
  border-radius: 28px;
  background: #37adf6;
  cursor: pointer;
}
.emi-pop .md-col-d .flex .col-A .grrow_calcular .item .slider::-ms-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
.emi-pop .md-col-d .flex .col-A .grrow_calcular .item .slider::-ms-fill-lower {
  background: #DCDCDC;
  border: none;
  border-radius: 60px;
  box-shadow: none;
}
.emi-pop .md-col-d .flex .col-A .grrow_calcular .item .slider::-ms-fill-upper {
  background: #DCDCDC;
  border: none;
  border-radius: 60px;
  box-shadow: none;
}
.emi-pop .md-col-d .flex .col-A .grrow_calcular .item .slider::-ms-thumb {
  margin-top: 1px;
  box-shadow: none;
  border: none;
  height: 28px;
  width: 28px;
  border-radius: 28px;
  background: #37adf6;
  cursor: pointer;
}
.emi-pop .md-col-d .flex .col-A .totle_amou {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #CCC;
  margin: 15px 0;
  padding-bottom: 15px;
}
.emi-pop .md-col-d .flex .col-A .totle_amou p {
  color: #666;
  font-size: 14px;
  padding-right: 1rem;
}
.emi-pop .md-col-d .flex .col-A .totle_amou h5 {
  font-size: 20px;
  font-weight: 500;
}
.emi-pop .md-col-d .flex .col-B {
  flex: 0 1 100%;
}
.emi-pop .md-col-d .flex .col-B .ttl-cic {
  text-align: center;
  color: #666;
  margin-bottom: 25px;
}
.emi-pop .md-col-d .flex .col-B .chart_circule {
  position: relative;
  overflow: hidden;
  max-width: 320px;
  width: 100%;
  margin: 0 auto;
  aspect-ratio: 1.85;
}
.emi-pop .md-col-d .flex .col-B .chart_circule .chartoutline {
  position: absolute;
  left: 0;
  right: 0;
  top: 15px;
  bottom: 0;
  border: 50px solid #d9d9d9;
  aspect-ratio: 1;
  border-radius: 100%;
  width: 100%;
}
.emi-pop .md-col-d .flex .col-B .chart_circule svg {
  display: block;
  width: 100%;
  position: relative;
}
.emi-pop .md-col-d .flex .col-B .chart_circule svg .circle {
  stroke-dasharray: 730;
  stroke-dashoffset: 308px;
  stroke: #37adf6;
  transition: linear 700ms ease;
  transform: scale(1.356) translate(-22px, -11px);
}
.emi-pop .md-col-d .flex .col-B .loan_ind_inf {
  margin-top: 25px;
}
.emi-pop .md-col-d .flex .col-B .loan_ind_inf .LnAmt {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.emi-pop .md-col-d .flex .col-B .loan_ind_inf .LnAmt:not(:last-child) {
  margin-bottom: 7px;
}
.emi-pop .md-col-d .flex .col-B .loan_ind_inf .LnAmt span,
.emi-pop .md-col-d .flex .col-B .loan_ind_inf .LnAmt p {
  font-size: 14px;
  font-weight: 500;
}
.emi-pop .md-col-d .flex .col-B .loan_ind_inf .LnAmt p {
  color: #000;
}
.emi-pop .md-col-d .flex .col-B .loan_ind_inf .LnAmt span {
  color: #666;
}
.emi-pop .md-col-d .flex .col-B .link_btn {
  margin-top: 40px;
  text-align: center;
}

.header-fixed {
  background: #fff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.header-fixed .headerlogo a .logo-white {
  display: none;
}
.header-fixed .headerlogo a .logo-black {
  display: block;
}
.header-fixed .header-DropPropert {
  border-left-color: #666;
  border-right-color: #666;
}
.header-fixed .header-DropPropert .selected {
  color: #666;
}
.header-fixed .header-DropPropert .selected::after {
  filter: brightness(0) invert(0);
}
.header-fixed .headSearch {
  border-bottom-color: #666;
}
.header-fixed .headSearch .Search-key {
  color: #666;
}
.header-fixed .headSearch .HedSeIcon svg path {
  stroke: #666;
}
.header-fixed .hedWhatCall a .text {
  color: #666;
}
.header-fixed .hedWhatCall a p {
  color: #666;
}
.header-fixed .hedWhatCall svg path {
  stroke: #666;
}
.header-fixed .humburgerIcon .line {
  background: #666;
}
.header-fixed .humburgerIcon .tex {
  color: #666;
}

@keyframes menuBgAnimate {
  0% {
    background-position: 0 100%;
  }
  100% {
    background-position: 100% 100%;
  }
}
.dropDownConSe {
  position: relative;
}
.dropDownConSe .selectedCon {
  position: relative;
  border: 0;
  padding: 10px 12px;
  border-radius: 50px;
  background: #fff url("../icons/arrow-black.svg") no-repeat 95% 50%;
  cursor: pointer;
  height: 45px;
  border: 1px solid #e5e5e5;
}
.dropDownConSe .selectedCon::before {
  content: "";
  position: absolute;
  right: 20px;
  top: 35%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background: url("../../icons/arrow-black.svg") no-repeat center;
  display: block;
  opacity: 0.5;
  transform: rotate(90deg);
}
.dropDownConSe .selectedCon .placehoder, .dropDownConSe .selectedCon .text {
  color: #666;
}
.dropDownConSe .selectedCon .placehoder {
  position: absolute;
}
.dropDownConSe .selectedCon.active .placehoder {
  top: -11px;
  font-size: 12px;
}
.dropDownConSe .listDropCon {
  padding-top: 2px;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 1;
  display: none;
}
.dropDownConSe .listDropCon .wrap {
  background: #fff;
  border: 1px solid #E4E4E4;
}
.dropDownConSe .listDropCon .wrap .li {
  display: block;
  cursor: pointer;
  padding: 7px 15px;
  color: #666;
}
.dropDownConSe .listDropCon .wrap .li:hover {
  background: #f0efef;
}
.dropDownConSe .listDropCon .wrap .li.active {
  background-color: red;
}/*# sourceMappingURL=header.css.map */