@import url('https://fonts.googleapis.com/css2?family=Syne:wght@400;500;600;700&display=swap');
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css");
:root{
  --main-color-1: #ffc90e;
  --main-color-2: #1e1e1e;
  --body-color: #1e1e1e;
  --white-color: #fff;
}
*{
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
html{
   scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch; 
}
body {
  font-family: 'Syne';
  background: #fffefd;
  overflow-x: hidden;
}
img{
  max-width: 100%;
}
li {
  list-style: none;
  font-size: 13px;
}
a {
  text-decoration: none;
  color: #abadb7;
  font-weight: 600;
  cursor: pointer;
}
h1 {
  font-size: 50px;
  font-weight: 700;
}
h2 {
  font-size: 40px;
}
h3 {
  font-size: 20px;
}
h4 {
  font-size: 16px;
  font-weight: 600;
}
h5 {
  font-size: 16px;
  font-weight: 600;
}
h6 {
  font-size: 12px;
  font-weight: 600;
}
p {
  font-size: 16px;
  font-weight: 500;
  color: #383636;
  line-height: 1.7;
}
span {
  display: inline-block;
}
.cursor-pointer {
  cursor: pointer;
}
.w-100 {
  width: 100%;
}
.h-100 {
  height: 100%;
}
.section {
  padding: 50px 0px;
}
.wrapper-mini {
  width: 400px;
  margin: 0 auto;
}
.wrapper-sm {
  width: 900px;
  margin: 0 auto;
}
.wrapper-md {
  width: 1000px;
  margin: 0 auto;
}
.container-sm {
  width: 1100px;
  margin: 0px auto;
}
.container {
  /* max-width: 1380px; */
  margin: 0 auto;
  width: 100%;
  padding: 0 30px;
}
.container-fluid {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
.inline-flex {
  display: inline-flex;
}
.flex-row {
  display: flex;
  flex-wrap: wrap;
}
.d-flex {
  display: flex;
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1* var(--bs-gutter-y));
  margin-right: 0px;
  margin-left: 0px;
}
.row>* {
  padding-right: 0px;
  padding-left: 0px;
  margin-top: var(--bs-gutter-y);
}
.flex-row-nowrap {
  display: flex;
  flex-wrap: nowrap;
}
.white{
  color: #fff;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-end {
  text-align: end;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-center {
  justify-content: center;
}
.justify-content-end {
  justify-content: flex-end;
}
.align-items-center {
  align-items: center;
}
.align-items-end {
  align-items: flex-end;
}
.all-end {
  display: flex;
  justify-content: end;
  align-items: end;
}
.all-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.all-end-center {
  display: flex;
  justify-content: end;
  align-items: center;
}

.d-flex-col {
  flex-direction: column;
}

.background-white {
  background-color: #fff;
}
.main-color-1 {
  color: #7743db;
}
.main-color-2 {
  color: #fe7400;
}
.main-color-3 {
  color: #0090c4;
}
.main-color-4 {
  color: #1967d2;
}
.main-color-5 {
  color: #f10086;
}
.main-color-6 {
  color: #56d8b1;
}
.color-black {
  color: #000;
}
.p-0 {
  padding: 0px !important;
}
.pr-0 {
  padding: 0px !important;
}
.pl-3 {
  padding-left: 3px;
}
.pr-3 {
  padding-right: 3px;
}
.pl-4 {
  padding-left: 4px;
}
.pr-4 {
  padding-right: 4px;
}
.pr-5 {
  padding-right: 5px;
}
.pl-5 {
  padding-left: 5px;
}
.pl-10 {
  padding-left: 10px;
}
.pr-10 {
  padding-right: 10px;
}
.pl-15 {
  padding-left: 15px;
}
.pr-15 {
  padding-right: 15px;
}
.pl-20 {
  padding-left: 20px;
}
.pr-20 {
  padding-right: 20px;
}
.pl-25 {
  padding-left: 25px;
}
.pr-25 {
  padding-right: 25px;
}
.pl-30 {
  padding-left: 30px;
}
.pr-30 {
  padding-right: 30px;
}
.pl-35 {
  padding-left: 35px;
}
.pr-35 {
  padding-right: 35px;
}
.pl-40 {
  padding-left: 40px;
}
.pr-40 {
  padding-right: 40px;
}
.pt-5 {
  padding-top: 5px;
}
.pt-10 {
  padding-top: 10px;
}
.pt-25 {
  padding-top: 15px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-25 {
  padding-top: 25px;
}
.pt-30 {
  padding-top: 30px;
}
.pt-33 {
  padding-top: 33px;
}
.pt-35 {
  padding-top: 35px;
}
.pt-40 {
  padding-top: 40px;
}
.pb-3 {
  padding-bottom: 3px;
}
.pb-5 {
  padding-bottom: 5px;
}
.pb-10 {
  padding-bottom: 10px;
}
.pb-15 {
  padding-bottom: 15px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-25 {
  padding-bottom: 25px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pb-35 {
  padding-bottom: 35px;
}
.pb-40 {
  padding-bottom: 40px;
}
.ptb-5 {
  padding-block: 5px;
}
.ptb-10 {
  padding-block: 10px;
}
.ptb-15 {
  padding-block: 15px;
}
.ptb-20 {
  padding-block: 20px;
}
.ptb-25 {
  padding-block: 25px;
}
.ptb-30 {
  padding-block: 30px;
}
.ptb-35 {
  padding-block: 35px;
}
.ptb-40 {
  padding-block: 40px;
}
.plr-4 {
  padding-inline: 4px;
}
.plr-5 {
  padding-inline: 5px;
}
.plr-10 {
  padding-inline: 10px;
}
.plr-15 {
  padding-inline: 15px;
}
.plr-20 {
  padding-inline: 20px;
}
.plr-25 {
  padding-inline: 25px;
}
.plr-30 {
  padding-inline: 30px;
}
.plr-35 {
  padding-inline: 35px;
}
.plr-40 {
  padding-inline: 40px;
}
.m-0 {
  margin: 0px !important;
}
.ml-5 {
  margin-left: 5px;
}
.mr-5 {
  margin-right: 5px;
}
.ml-10 {
  margin-left: 10px;
}
.mr-10 {
  margin-right: 10px;
}
.ml-15 {
  margin-left: 15px;
}
.mr-15 {
  margin-right: 15px;
}
.ml-20 {
  margin-left: 20px;
}
.mr-20 {
  margin-right: 20px;
}
.ml-25 {
  margin-left: 25px;
}
.mr-25 {
  margin-right: 25px;
}
.ml-30 {
  margin-left: 30px;
}
.mr-30 {
  margin-right: 30px;
}
.ml-35 {
  margin-left: 35px;
}
.mr-35 {
  margin-right: 35px;
}
.ml-40 {
  margin-left: 40px;
}
.mr-40 {
  margin-right: 40px;
}
.mt-5 {
  margin-top: 5px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-15 {
  margin-top: 15px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-25 {
  margin-top: 25px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-35 {
  margin-top: 35px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-29 {
  margin-top: 29px;
}
.mt-50 {
  margin-top: 50px;
}
.mt-0 {
  margin-top: 0;
}
.mb-0 {
  margin-bottom: 0;
}
.mb-5 {
  margin-bottom: 5px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-25 {
  margin-bottom: 25px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-35 {
  margin-bottom: 35px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mtb-5 {
  margin-block: 5px;
}
.mtb-10 {
  margin-block: 10px;
}
.mtb-15 {
  margin-block: 15px;
}
.mtb-20 {
  margin-block: 20px;
}
.mtb-25 {
  margin-block: 25px;
}
.mtb-30 {
  margin-block: 30px;
}
.mtb-35 {
  margin-block: 35px;
}
.mtb-40 {
  margin-block: 40px;
}
.mlr-5 {
  margin-inline: 5px;
}
.mlr-10 {
  margin-inline: 10px;
}
.mlr-15 {
  margin-inline: 15px;
}
.mlr-20 {
  margin-inline: 20px;
}
.mlr-25 {
  margin-inline: 25px;
}
.mlr-30 {
  margin-inline: 30px;
}
.mlr-35 {
  margin-inline: 35px;
}
.mlr-40 {
  margin-inline: 40px;
}
.line-height {
  line-height: 20px;
}
.font-weight-400 {
  font-weight: 400;
}
.font-weight-500 {
  font-weight: 500;
}
.font-weight-600 {
  font-weight: 600;
}
.font-weight-700 {
  font-weight: 700;
}
.font-weight-800 {
  font-weight: 800;
}
.font-weight-900 {
  font-weight: 900;
}
.font-8 {
  font-size: 8px;
}
.font-9 {
  font-size: 9px;
}
.font-10 {
  font-size: 10px;
}
.font-11 {
  font-size: 11px;
}
.font-12 {
  font-size: 12px;
}
.font-13 {
  font-size: 13px;
}
.font-14 {
  font-size: 14px;
}
.font-15 {
  font-size: 15px;
}
.font-16 {
  font-size: 16px;
}
.font-17 {
  font-size: 17px;
}
.font-18 {
  font-size: 18px;
}
.font-19 {
  font-size: 19px;
}
.font-20 {
  font-size: 20px;
}
.purple-color {
  color: #aa9eff;
}
.green-color {
  color: #4caf50;
}
.green-color-bg {
  background-color: #4caf50;
}
.red-color {
  color: #f33066;
}
.orange-color {
  color: #ff9b20;
}
.blue-color {
  color: #1373ea;
}
.green-light-bg {
  background-color: #e9f9f3;
}
.orange-light-bg {
  background-color: #f1ceb2;
}
.red-light-bg {
  background-color: #f9e7eb;
}
.blue-light-bg {
  background-color: #e7f1fd;
}
.purple-light-bg {
  background-color: #e5e1ff;
}
.red-dark-bg {
  background-color: #f33066;
}
.orange-dark-bg {
  background-color: #ff9b20;
}
.green-dark-bg {
  background-color: #4caf50;
}
.blue-dark-bg {
  background-color: #1373ea;
}
.purple-dark-bg {
  background-color: #aa9eff;
}
.bl-dark-bg {
  background-color: #1967d2;
}
.pink-dark-bg {
  background-color: #f10086;
}
.g-dark-bg {
  background-color: #56d8b1;
}
.dark-blue-bg {
  background-color: #000851;
}
.color-gray {
  color: #929090;
}
.color-gray-dark {
  color: #4f4b4b;
}
.white-bg-color {
  background-color: #fff;
}
.col-2 {
  width: calc(50% - 15px);
  margin-right: 15px;
}
.col-3 {
  width: calc(33.33% - 15px);
  margin-right: 15px;
}
.col-4 {
  width: calc(25% - 10px);
  margin-right: 10px;
}
.col-5 {
  width: calc(20% - 15px);
  margin-right: 15px;
}
.col-6 {
  width: calc(16.6% - 15px);
  margin-right: 15px;
}
.icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.icon-large {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.icon-small {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.icon-esmall {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.icon-mini {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fixed {
  position: fixed !important;
  top: 0px;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 10;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
[data-showElement] {
  cursor: pointer;
}
.heading h2 {
  font-weight: 700;
  font-size: 24px;
  padding-block: 10px;
}
.heading h4 {
  font-weight: 700;
  font-size: 25px;
  color: #6A75A2;
  position: relative;
  text-transform: uppercase;
  padding-left: 50px;
  display: inline-block;
}
.heading h4::before {
  position: absolute;
  top: 12px;
  left: 0;
  height: 0.5px;
  content: "";
  background-color: var(--main-color-1);
  width: 35px;
}
.heading p {
  font-size: 18px;
}
label {
  font-size: 12px;
  font-weight: 600;
  color: #000;
}
.form-group {
  margin-bottom: 15px;
  position: relative;
}
.form-group:last-child {
  margin-bottom: 0px;
}
.form-control {
  width: 100%;
  height: 50px;
  outline: none;
  border: none;
  font-family: "Mulish", sans-serif;
  padding-inline: 30px;
  background-color: #fff;
  font-size: 13px;
  transition: all 0.5s ease-in-out;
  font-weight: 700;
  color: #fff;
  border-radius: 13px;
}
.form-control:focus{color:#EEE;}
.error:focus {
  border: 1px solid #ffc90e;
}
textarea {
  font-family: "Mulish", sans-serif;
  padding: 15px 20px;
  outline: none;
  border: none;
  width: 100%;
  /* background-color: #161616bd; */
  font-weight: 700;
  color: #fff;
}
textarea::placeholder {
  color: #000;
  font-weight: 500;
  letter-spacing: 0.5px;
  font-size: 13px;
}
input::placeholder {
  color: #000;
  font-weight: 500;
  letter-spacing: 0.5px;
  font-size: 13px;
}
select option {
  background-color: #fff;
  color: #000;
  font-size: 13px;
}
.checkbox {
  position: relative;
  padding-left: 24px;
  cursor: pointer;
  display: table;
}
.checkbox input {
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
  margin-top: 0px;
}
.checkbox .checkmark {
  width: 16px;
  height: 16px;
  border: solid 1px #0090c4;
  border-radius: 2px;
  position: absolute;
  top: 1px;
  left: 0px;
  cursor: pointer;
}
.checkbox .checkmark::after {
  content: "\f00c";
  font-family: FontAwesome;
  display: block;
  color: #f1f5f6;
  font-size: 10px;
  line-height: 15px;
  text-align: center;
}
.checkbox input:checked + .checkmark {
  background-color: #0090c4;
}
.radio {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  display: table;
}
.radio input {
  position: absolute;
  opacity: 0;
}
.radio .checkmark {
  width: 20px;
  height: 20px;
  border: solid 1px #0090c4;
  border-radius: 50%;
  display: block;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: -1px;
  left: 0px;
}
.radio input:checked + .checkmark {
  background-color: #0090c4;
}
.radio input:checked + .checkmark::after {
  display: block;
}
.radio .checkmark::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 3px;
  background-color: #fff;
  display: none;
}
.btn {
  /* display: inline-block; */
  outline: none;
  border: none;
  font-family: "Mulish", sans-serif;
  line-height: 45px;
  font-weight: 700;
  font-size: 13px;
  border-radius: 13px;
  cursor: pointer;
  padding: 0px 30px;
  text-align: center;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}
.btn-primary {
  background-color: #E71C24;
  color: #fff;
}
.btn-secondary {
  background-color: #e5e1ff;
  color: #7743db;
}
.btn-block {
  width: 100%;
}
.toggle {
  display: none;
}
.btn-icon.danger {
  background-color: #d90000;
}
.btn-icon.warning {
  background-color: #fc8923;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
/* input[type="number"] {
  -moz-appearance: textfield;
} */
::-webkit-scrollbar {
  width: 3px;
  height: 10px;
  border-radius: 50px;
}
::-webkit-scrollbar-thumb {
  background-color: #929090;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #1373ea;
}
.error-message,
.success-message,
.warning-message,
.primary-message {
  font-size: 11px;
  font-weight: 700;
  line-height: 28px;
  padding-inline: 15px;
  border-radius: 5px;
  width: auto;
}
.blue-background {
  background-color: #1373ea;
}
.red-background {
  background-color: #f33066;
}
.orange-background {
  background-color: #ff9b20;
}
.green-background {
  background-color: #4caf50;
}
.green {
  background-color: #e9f9f3;
}
.orange {
  background-color: #fff8ec;
}
.red {
  background-color: #f9e7eb;
}
.blue {
  background-color: #e7f1fd;
}
.purple {
  background-color: #e5e1ff;
}
.bg-gray {
  background-color: #f3f6f9;
}
.layer {
  position: relative;
}
.layer::after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: rgb(0 0 0 / 24%);
  /* opacity: 0.9; */
}
.model-popup {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 10;
  display: none;
}
.model-popup .model-content {
  width: 750px;
  height: 500px;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #000 !important;
}
.model-popup .model-content span.close {
  position: absolute;
  right: -35px;
  top: -10px;
  font-size: 25px;
  color: #fff;
  cursor: pointer;
}
.model-popup .model-content video {
  width: 100%;
  height: 100%;
}
.quote-form-popup {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 12;
  backdrop-filter: blur(10px);
  display: none;
}
.quote-form-popup .quote-content {
  position: absolute;
  top: 50%;
  background-color: var(--body-color);
  left: 50%;
  width: 950px;
  transform: translate(-50%, -50%);
}
.quote-form-popup .quote-content .left {
  width: 40%;
}
.quote-form-popup .quote-content .left img {
  height: 100%;
}
.quote-form-popup .quote-content .right {
  width: 60%;
  padding: 20px;
}
.quote-form-popup .quote-content .right .col-2:nth-child(2n + 2) {
  width: 50%;
  margin-right: 0;
}
.quote-form-popup .quote-content span.close {
  position: absolute;
  right: -35px;
  top: -10px;
  font-size: 25px;
  color: #fff;
  cursor: pointer;
}
.common-banner .banner {
  background-image: url("../images/banner/bg-banner2.avif");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 450px;
}
.common-banner .banner .content {
  position: relative;
  z-index: 1;
  position: relative;
  z-index: 1;
  width: 850px;
  margin: 0 auto;
  text-align: center;
}
.common-banner .banner .content h2 {
  font-size: 40px;
  font-weight: 800;
  color: var(--white-color);
}
.common-banner .banner .content p {
  color: var(--white-color);
}
.common-banner .banner .content ul li {
  display: inline-block;
  margin-right: 15px;
  position: relative;
}
.common-banner .banner .content ul li:last-child {
  margin-right: 0px;
}
.common-banner .banner .content ul li a {
  color: #fff;
}
.common-banner .banner .content ul li::after {
  position: absolute;
  content: "|";
  color: #eee;
  font-size: 15px;
  top: -3px;
  right: -12px;
}
.common-banner .banner .content ul li:last-child::after {
  display: none;
}
.map-section {
  height: 350px;
}
.contact li {
  padding: 12px 18px;
  width: calc(33.33% - 15px);
  margin-right: 15px;
  background-color: #eee;
  border: none;
}
.contact li .content a {
  color: #000;
  font-size: 15px;
}
.contact li .content {
  width: calc(100% - 60px);
}
.contact li .content h3 {
  padding-bottom: 5px;
}
.copyright {
  background-color: #000;
}
.copyright p {
  color: var(--white-color);
}
.copyright p a {
  color: var(--main-color-1);
}
#contact li img {
  border-radius: 50%;
}
.social-links ul .social {
  width: 40px;
  height: 40px;
  background-color: #383b3f;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 13px;
}
.social-links ul .social i {
  font-size: 15px;
  color: var(--white-color);
}
.whatsapp-web-desktop {
  position: fixed;
  z-index: 10;
  right: 50px;
  bottom: 50px;
}
.whatsapp-web-desktop .whatsapp-desktop {
  width: 55px;
  border-radius: 50%;
}
.mobile-view {
  display: none;
}
.accordian {
  margin-bottom: 10px;
  margin-right: 15px;
  width: calc(100% - 15px);
}
.ac-head {
  padding: 15px 10px;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
}
.ac-head h3 {
  color: #424040;
  font-size: 18px;
  font-weight: 400;
  font-family: 'Lato';
}
.ac-head span i {
  color: #424040;
}
.ac-body {
  padding: 10px 15px;
  border-left: 3px solid #FF9E5F;
  margin-top: 17px;
  display: none;
}
.ac-body p {
  font-size: 13px;
  text-align: justify;
}
.ac-body ul li {
  padding-block: 7px;
  font-size: 16px;
  font-weight: 400;
}
label.error {
  color: #ffc90e;
    background-color: rgb(255 201 14 / 12%);
  width: auto;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.3px;
  margin-top: 10px;
  position: absolute;
    right: 0;
}
.preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999999;
  background: var(--white-color);
}
.preloader .loader {
  height: 100vh;
}
.preloader img {
  width: 300px;
}
.preloader .spinner {
  width: 50px;
  height: 50px;
  background: url(../img/loader.png);
  animation: sk-rotateplane 1.5s infinite ease-in-out;
  transition: all 0.5s ease-in-out;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 70px 0 rgba(0, 0, 0, 0.4);
  background-size: cover;
  padding: 10px;
}
@keyframes sk-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
#otherPropertyType {
  display: none;
}
.tab-links:after,
.nested-tab-links:after {
  display: block;
  clear: both;
  content: "";
}
.tab-links a,
.nested-tab-links a {
  padding: 9px 15px;
  display: inline-block;
  border-radius: 3px 3px 0 0;
  background: var(--white-color);
  font-size: 16px;
  font-weight: 600;
  color: var(--body-color);
  transition: all linear 0.15s;
  text-decoration: none;
  border: 1px solid #ddd;
  margin-right: 10px;
  border-radius: 13px;
}
.tab-links li a.active,
.nested-tab-links li a.active {
  background-color: var(--white-color);
}
.tab-links a:hover,
.nested-tab-links a:hover {
  background: #fff;
}
.tab,
.nested-tab {
  display: none;
}
.tab.active,
.nested-tab.active {
  display: block;
}
/* Active class styling */
.tab-links li.active a,
.nested-tab-links li.active a {
  background-color: var(--main-color-1);
}
.mb-15-mobile {
  margin-bottom: 15px !important;
}
.fixed-two {
  color: var(--main-color-2);
}
@media (max-width: 1024px) {
  h2 {
    font-size: 27px;
  }
  h3 {    
    font-size: 20px;
  }
  h4 {
    font-size: 15px;
  }
  p {
    font-size: 12px;
    letter-spacing: 0.5px;
    line-height: 22px;
    /* text-align: justify; */
  }
 
  .wrapper {
    width: 327px;
  }
  .col-4 {
    width: calc(50% - 14px);
  }
  .col-3 {
    width: calc(50% - 14px);
    margin-inline: 7px;
  }
  .heading h2 {
    font-size: 13px;
    padding: 6px 10px;
  }
  .heading p {
    font-size: 12px;
  }
  .section {
    padding: 20px 0px;
  }
  .btn {
    font-size: 13px;
    line-height: 35px;
  }
  label {
    font-size: 11px;
    letter-spacing: 0.5px;
  }
  input,
  select {
    margin-top: 2px;
  }
  .form-control {
    height: 38px;
  }
  .table-responsive {
    width: 100%;
    overflow-x: scroll;
  }
  .mobile-view {
    display: none;
  }
}
@media (max-width: 767px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 18px;
  }
  h4 {
    font-size: 16px;
  }
  p {
    font-size: 14px;
    line-height: 1.5; 
    text-align: justify;
  }
  .table-responsive {
    width: 100%;
    overflow-x: scroll;
  }
  .col-2 {
    width: 100%;
    margin-right: 0px;
   
  }
  .col-3 {
    width: 100%;
  }
  .col-4 {
    width: 100%;
  }
  .col-5 {
    width: 100%;
    margin-right: 0px;
  }
  .col-6 {
    width: 100%;
    margin-right: 0px;
  }
  .heading {
    text-align: center;
  }
  .heading h2 {
    font-size: 17px;
    text-align: center;
    padding: 10px 0px;
  }
  .heading h4 {
    font-size: 14px;
  }

  .icon-small {
    width: 28px;
    height: 28px;
    line-height: 28px;
  }
  .mtb-40 {
    margin: 30px 0px;
  }
  .wrapper {
    width: 100%;
    padding: 0px 10px;
  }
  .wrapper-mini {
    width: 100%;
    padding-inline: 15px;
  }
  .container,
  .wrapper-sm {
    width: 100%;
    padding: 0px 15px;
    margin: 0 auto;
  }
  .container-sm {
    width: 100%;
  }

  .section {
    padding: 10px 0px;
  }

  label {
    font-size: 11px;
    letter-spacing: 0.5px;
  }
  .model-popup .model-content {
    width: 300px;
    top: 60%;
    cursor: pointer;
  }
  .btn {
    line-height: 40px;
    font-size: 11px;
    padding: 0px 20px;
    letter-spacing: 0.5px;
  }
  .search-control {
    height: 37px;
    padding: 0px 16px;
    font-size: 10px;
  }
  .form-control {
    height: 49px;
    font-size: 12px;
  }
  .form-control-reg {
    height: 49px;
  }
  .search-btn {
    line-height: 37px;
  }
  .icon {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-right: 0px;
  }
  .pt-25-mobile {
    padding-top: 20px;
  }
  input::placeholder {
    font-size: 11px;
  }
  .input-icon-two {
    line-height: 49px;
  }
  .input-icon-two i {
    font-size: 14px;
  }

  .desktop-view {
    display: none;
  }
  .toggle {
    display: block;
    width: 35px;
    height: 35px;
    background-color: #fff;
    border-radius: 5px;
    position: absolute;
    bottom: 17px;
    right: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .toggle i {
    font-size: 24px;
    color: var(--main-color-1);
  }
  .tab-links a,
  .nested-tab-links a {
    font-size: 13px;
    padding: 9px 10px;
  }
  .accordian {
    width: 100%;
    margin-right: 0;
  }
  .accordian .ac-head h3 {
    font-size: 12px;
  }
  .accordian .ac-head {
    padding: 10px 10px;
  }

  .ac-head span i {
    font-size: 12px;
  }
  .social-links ul .social {
    width: 35px;
    height: 35px;
  }
  .social-links ul .social i {
    font-size: 12px;
  }
  .contact li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .contact li img {
    width: 45px;
  }
  .footer-section .contact li .content h3 {
    font-size: 13px;
  }
  .contact li .content a {
    font-size: 13px;
    color: #000;
  }
  .copyright p {
    text-align: center;
    font-size: 12px;
  }
  .mobile-view {
    display: block;
  }
  .whatsapp-web-mobile {
    position: fixed;
    z-index: 10;
    right: 50px;
    bottom: 50px;
  }
  .whatsapp-web-mobile .whatsapp-mobile img {
    width: 50px;
  }
  .common-banner .banner {
    height: 200px;
  }
  .common-banner .banner .content p {
    text-align: center;
    font-size: 11px;
    padding-inline: 15px;
  }
  .common-banner .banner .content {
    width: 100%;
  }
  .common-banner .banner .content h2 {
    font-size: 25px;
  }
  .quote-form-popup .quote-content {
    width: 96%;
  }
  .quote-form-popup .quote-content .left {
    display: none;
  }
  .quote-form-popup .quote-content .right {
    width: 100%;
  }
  .quote-form-popup .quote-content .right .col-2:nth-child(2n + 2) {
    width: 100%;
    margin-right: 0;
    margin-bottom: 14px;
  }
  .quote-form-popup .quote-content span.close {
    right: 45%;
    top: -36px;
  }
}
@media (max-width: 360px) {
  p {
    font-size: 12px;
  }
  .btn {
    line-height: 32px;
    font-size: 9px;
    padding: 0px 10px;
  }
  .tab-links a,
  .nested-tab-links a {
    font-size: 12px;
    margin-right: 0;
  }
  .copyright p {
    font-size: 11px;
  }
}
@media (max-width: 320px) {
  h3 {
    font-size: 15px;
  }
  label {
    font-size: 10px;
  }
  label.error {
    font-size: 10px;
    padding: 3px 7px;
  }
  .toggle {
    bottom: 10px;
    right: 10px;
  }
  .tab-links a,
  .nested-tab-links a {
    font-size: 11px;
    padding: 9px 6px;
    font-weight: 800;
  }
  .contact li {
    padding: 10px 10px;
  }
  .contact li .content a {
    font-size: 11px;
  }
  .quote-form-popup .quote-content .right {
    padding: 8px;
  }
}

