.homeBanner {
  height: unset;
  max-height: unset;
  top: unset;
}

.tab-toggler ul li span {
  background: #070707;
  border-radius: 30px;
  font-size: clamp(1.3rem, 2.813vw, 1.4rem);
  line-height: clamp(2.2rem, 2.813vw, 2.2rem);
}

.tab-toggler ul li.active {
  border-radius: 30px;
}

.homeBanner .bannerContent .tab-nav .bannerTabLink {
  padding-bottom: clamp(4rem, 2.813vw, 6.5rem);
  margin-bottom: 1rem;
  position: relative;
}

.homeBanner .bannerContent .tab-nav .bannerTabLink::after {
  content: "";
  position: absolute;
  background: #f2f2f2;
  border-radius: 16px;
  width: 100px;
  max-width: 100%;
  min-height: 3.6rem;
  height: 4.8rem;
  z-index: 1;
}

.homeBanner .bannerContent .tab-nav .bannerTabLink li {
  z-index: 2;
}

.homeBanner .bannerContent .tab-nav .bannerTabLink li:last-child span,
.homeBanner .bannerContent .tab-nav .bannerTabLink li:first-child span {
  padding: 1.3rem;
  border-radius: 16px;
  line-height: 22px;
}

.contact-bg {
  position: relative;
  background-image: url("../../assets/images/flexi-cap/darkbluebanner.jpg");
  background-repeat: no-repeat;
  background-position: 100%;
  background-size: cover;
  padding-block: clamp(7rem, 9vw, 11rem);
  padding-inline: clamp(0rem, 9vw, 0rem);
}

.contact-bg h2 {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: clamp(2.4rem, 2.813vw, 3.6rem);
  line-height: clamp(3.2rem, 2.813vw, 5rem);
  color: #fff;
}

.tab-nav {
  background-color: #ffffff;
}

.contact-us-sec {
  background: #fbf8f0;
  padding: 64px;
}

@media (max-width: 767.98px) {
  .contact-us-sec {
    padding: 32px 16px;
  }
}

.contact-details-sec {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 4rem;
  padding: 0 6rem;
}

.contact-us-sec .contact-us {
  background-color: #ffffff;
  border-radius: 24px;
  padding: 50px 0;
}

@media (max-width: 991.98px) {
  .contact-us-sec .contact-us {
    padding: 24px 1.6rem;
  }

  .contact-details-sec {
    padding: 0;
    gap: 24px;
    display: grid;
    grid-template-columns: 1fr;
  }
}

/* .contact-us-sec .contact-details-sec {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  padding: 30px;
  gap: 30px;
} */
.contact-us-sec .contact-details-sec .contact-details {
  /* background: #f2f2f2; */
  border-radius: 10px;
  padding: 20px 60px;
}

@media (max-width: 991px) {
  .contact-us-sec .contact-details-sec .contact-details {
    position: relative;
  }
}

.contact-us-sec .contact-details-sec .contact-details {
  position: relative;
}

@media (max-width: 767.98px) {
  .contact-us-sec .contact-details-sec .contact-details:last-child {
    padding-bottom: 0;
  }
  .contact-us-sec .contact-details-sec .contact-details {
    padding: 0px;
  }
}

.contact-us-sec .contact-details-sec .contact-details h5 {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 1.6rem;
}

@media (max-width: 767.98px) {
  .contact-us-sec .contact-details-sec .contact-details h5 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
    color: #000946;
  }
}

.contact-us-sec .contact-details-sec .contact-details p {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 1.6rem;
}

.contact-us-sec .contact-details-sec .contact-details p:last-of-type {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .contact-us-sec .contact-details-sec .contact-details p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 16px;
  }
}

.contact-us-sec .contact-details-sec .contact-details p:last-child {
  color: #2c85b8;
}

.contact-us-sec .contact-details-sec .contact-details small {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 22px;
}

.contact-us-sec .contact-details-sec .contact-details span {
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
}

.contact-us-sec .contact-details-sec .contact-details:last-child::after {
  border: none;
}

.contact-address-sec {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));

  padding: 65px 0 0px;
  gap: 1rem;
}
 @media (max-width: 767.98px) {
  .contact-address-sec {
    grid-template-columns: repeat(1, 1fr);
    padding: 20px 16px 60px;
  }
}
/* @media (max-width: 767.98px) {
  .contact-address-sec {
    grid-template-columns: repeat(1, 1fr);
    padding: 20px 16px 60px;
  }
}
@media (min-width : 992px)  {
  .contact-address-sec {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
} */
.contact-address-sec .contact-address {
  position: relative;
  padding: 2.8rem;
}

@media (min-width: 768px) and (max-width :1366px) {
  .contact-address-sec .contact-address {
    padding: clamp(0.75rem, 2.813vw, 1rem);
  }
}

.contact-address-sec .contact-address .accordion-contact img {
  display: none;
}

@media (max-width: 767.98px) {
  .contact-address-sec .contact-address {
    padding: 0;
  }

  .contact-address-sec .contact-address .accordion-contact {
    cursor: pointer;
    padding: 20px 0;
    width: 100%;
    border: none;
    outline: none;
    transition: 0.4s;
    display: flex;
    align-items: center;
    -moz-column-gap: 16px;
    column-gap: 16px;
    border-bottom: 1px solid #eeeeee;
  }

  .contact-address-sec .contact-address .accordion-contact img {
    transform: rotate(0deg);
    transition: all 0.6s;
    display: block;
  }

  .contact-address-sec .contact-address .accordion-contact.active {
    border-bottom: none;
  }

  .contact-address-sec .contact-address .accordion-contact.active img {
    transform: rotate(90deg);
  }
}

.contact-address-sec .contact-address h4 {
  font-size: 1.6rem;
  line-height: 24px;
  margin-block: 1.6rem;
}

@media (min-width: 768px) and (max-width :1366px) {
  .contact-address-sec .contact-address h4 {
    font-size: clamp(1.2rem, 2.813vw, 1.4rem);
  }
}

.contact-address-sec .contact-address p,
.contact-address-sec .contact-address span {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 0;
}

@media (min-width: 768px) and (max-width :1366px) {
  .contact-address-sec .contact-address p {
    font-size: clamp(1.2rem, 2.813vw, 1.2rem);
  }
}

.contact-address-sec .contact-address p:last-child {
  color: #2c85b8;
}

.contact-address-sec .contact-address p:nth-last-of-type(1) {
  color: #2c85b8;
}

.contact-address-sec .contact-address::after {
  content: "";
  border: 1px solid #f2f2f2;
  top: 0;
  right: 0;
  position: absolute;
  height: 100%;
}

@media (max-width: 767.98px) {
  .contact-address-sec .contact-address::after {
    bottom: 0;
    width: 100%;
    height: unset;
    top: unset;
    right: 0;
  }
}

.contact-address-sec .contact-address:last-child::after {
  border: none;
}

.contact-address-sec .contact-address .address {
  display: grid;
  row-gap: 8px;
}

@media (max-width: 767.98px) {
  .contact-address-sec .contact-address .address.panel-contact {
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    display: none;
    margin-top: 0px;
    border-bottom: 1px solid #eeeeee;
    padding: 0 40px 16px;
  }
}

.rta-location {
  background-color: #ffffff;
  border-radius: 24px;
  box-shadow: 0px 6px 24px rgba(0, 0, 0, 0.07);
  padding: 52px 68px;
}

@media (max-width: 991.98px) {
  .rta-location {
    padding: 32px 20px;
  }
}

.rta-location .dropdown-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  margin: 40px 0;
}

@media (max-width: 991.98px) {
  .rta-location .dropdown-title {
    text-align: left;
    margin: 24px 0;
    font-size: 16px;
  }
}

.address-with-map {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 24px;
  align-items: center;
  align-items: stretch;
}

@media (max-width: 767.98px) {
  .address-with-map {
    margin-top: 30px;
  }
}

.address-with-map .address-wrap {
  background: rgb(254, 251, 237);
  border-radius: 16px;
  text-align: center;
  display: grid;
  place-items: center;
  align-content: center;
  row-gap: 1.6rem;
  padding: 10rem 0;

}

@media (max-width: 991px) {
  .address-with-map .address-wrap {
    padding: 2.6rem;
  }
}

.address-with-map .address-wrap h4 {
  font-weight: 500;
  font-size: clamp(1.4rem, 2.813vw, 1.8rem);
  line-height: 2.7rem;
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .address-with-map .address-wrap h4 {
    margin-bottom: 1rem;
  }
}

@media (max-width: 480px) {
  .address-with-map .address-wrap h4 {
    margin-bottom: 0rem;
  }
}

.address-with-map .address-wrap p {
  font-weight: 400;
  font-size: clamp(1.2rem, 2.813vw, 1.4rem);
  line-height: 21px;
  max-width: 275px;
  width: 100%;
}

.address-with-map .address-wrap img {
  margin: auto;
  height: auto;
}

@media (max-width: 767.98px) {
  .address-with-map .address-wrap img {
    height: 4rem;
    width: 4rem;
  }
}

.address-with-map img {
  max-width: 100%;
  height: 100%;
  max-width: 100%;
  height: 100%;
}

.service-details-wrap {
  padding: 64px 0 0 0;
  display: grid;
  row-gap: 48px;
}

@media (max-width: 767.98px) {
  .service-details-wrap {
    padding: 40px 16px 48px 16px;
  }
}

.service-details-wrap .service-details {
  display: grid;
  row-gap: 24px;
}

@media (max-width: 767.98px) {
  .service-details-wrap .service-details {
    row-gap: 8px;
  }
}

.service-details-wrap .service-details h4 {
  font-size: 18px;
  line-height: 26px;
}

.service-details-wrap .service-details p {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}


.select2 {
  min-width: 266px;
  width: 100% !important;
}


.dropdownSelect .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 4.8rem;
}

.dropdownSelect .select2Part.focused .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-top: 0;
}

picture,
svg,
img {
  max-width: 100%;
  height: auto;
}

.floating-dropdown {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(266px, 1fr));
  grid-gap: 30px;
  margin-bottom: 40px;
  max-width: 600px;
  margin-inline: auto
}

.floating-dropdown .dropdownSelect {
  margin-bottom: 0px;
}

.dropdownSelect .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-top: 0;
}

/* .contact-us-sec .contact-details-sec .contact-details::after {
  content: "";
  border: 1px solid #e0dede;
  top: 0;
  right: 0;
  position: absolute;
  height: 100%;
}
@media (max-width: 767px){
  .contact-us-sec .contact-details-sec .contact-details::after {
      bottom: 0;
      width: 100%;
      height: unset;
      top: unset;
      right: 0;
  }
  } */
.divider_line {
  width: calc(100% - 1rem);
  height: 1px;
  background: #f2f2f2;
  border-radius: 4px;
}

@media (min-width: 992px) {

  .divider_line {
    width: 1px;
    height: calc(100% - 0.1rem);
  }
}


.homeBanner .bannerContent {
  padding: 6rem 0 10rem 0;
}
@media (max-width: 767.98px) {
  .homeBanner .bannerContent{
    padding: 4rem 0 10rem 0;
  }
  .homeBanner .bannerContent .tab-nav .bannerTabLink{
    margin-bottom: 0px;
  }
}

.dropdownSelect .form-group.focused .floating-label {
  opacity: 1;
}

.form-group.dropdownSelect .select2Part.focused .floating-label {
  opacity: 1;
}

.dropdownSelect .select2Part .floating-label {
  opacity: 1;
  color: #7b7f82;
  top: -12px;
  left: 21px;
  font-size: 12px;
}

.LocationServices {
  color: #996633;
  font-size: 14px;
}

.LocationServices:hover {
  color: #996633;
}

/* NOV-20 SM */
@media(max-width:768px) {

  .contact-address-sec .contact-address h4 {
    margin: 0;
  }
}

@media(max-width:420px) {
  .contact-us-sec .contact-details-sec .contact-details {
    /* background: #f2f2f2; */
    border-radius: 10px;
    padding: 0px;
  }
}
/* Tab Content CHnage  */
.contactTab .tab{
  display: none;
}
.contactTab .tab.active{
  display: block;
}
.branch_details {
  display: flex;
  gap: 20px;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
}
.branch_location {
background-color: #fff;
padding: 16px 24px;
border-radius: 8px;
flex-basis: 40%;
}
@media  (max-width: 768px){
.branch_location {
  flex-basis: 100%;
}
.branch_details {
justify-content: unset;
}
}

.contact-address-sec .contact-address .reenayEmail{
  width: 55%;
}

.contact-address-sec .contact-address .customercareEmail{
  width: 80%;
}

.customercareEmail{
  background-image: url("https://webzappers.com/mygullak/emailpng.png");
  background-size: contain;
  color: #000;
  background-repeat: no-repeat;
  background-position: center;
}
.reenayEmail{
  background-image: url(../../assets/images/about-us/reenay.jpg);
  background-size: contain;
  color: transparent;
  background-repeat: no-repeat;
  background-position: center;
}
