.fd-dis {
  padding-top: 50px;
}
footer p,
footer li {
  font-family: var(--bs-font-sans-serif);
}
.address_container {
  width: fit-content;

  ul {
    width: fit-content;
  }
}
footer .fd-h {
  /* display: block; */
  font-size: 18px;
  font-weight: 700;
  color: var(--bs-dark);
}
footer hr {
  margin-top: 10px;
  margin-bottom: 20px;
  border-top: 1px solid rgb(255 2 65);
  width: 20%;
  left: 0;
  display: block;
  margin-left: 0;
}
footer ul {
  padding-inline-start: 0;
}
footer ul li {
  font-size: 16px;
  padding-bottom: 24px;
  display: flex;
}
.fd-footer-arrw {
  margin-right: 6px;
}
.fd-wrape {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--bs-primary);
}
.fd-box-rec {
  width: 0;
  height: 2px;
  border-radius: 100px;
  background: #ff3757;
  margin: auto 0;
  margin-right: 0;
  transition: width 1s;
}
.fd-footer-links {
  color: var(--bs-dark);
}
.fd-footer-links:hover,
.fd-footer-links:focus,
.fd-footer-links:active {
  color: var(--bs-primary) !important;
}
.fd-pointer ul li {
  cursor: pointer;
  width: fit-content;
  width: -moz-fit-content;
}
.fd-pointer ul li:hover .fd-box-rec {
  width: 15px;
}
.fd-whole {
  display: flex;
  margin-top: 30px;
  align-items: baseline;
}
.fd-ul-animate {
  list-style: none;
  display: contents;
  text-align: center;
}
.fd-whole .fd-ul-animate li {
  margin-bottom: 15px;
}
.fd-ul-animate li {
  display: table-cell;
  position: relative;
  padding: 0;
}

.fd-ul-animate a {
  color: #0c0c0c;
  text-decoration: none;
  /* letter-spacing: 0.05em; */
  display: inline-block;
  padding: 0 20px;
  padding-left: 0;
  border-right: 1px solid #3333;
  margin-right: 20px;
  position: relative;
  font-size: 14px;
}
.fd-btn-f {
  padding: 16px 26px;
  border-radius: 4px;
  border: none;
  color: #fff;
  background-image: linear-gradient(to right, #fd1942, #ff553b);
  font-size: 18px;
  font-weight: 500;
  display: inline-flex;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1.5px;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
}
.fd-btn-f a {
  color: #fff;
}
.fd-ul-animate a:after {
  content: "";
  left: 50%;
  background: #ff3757;
  width: 0;
  display: block;
  width: 0;
  height: 2px;
  transition: width 0.2s ease-in;
}
.fd-ul-animate a:hover:after {
  width: 100%;
}
.fd-ul-animate a:hover {
  color: #ff3757;
}
.fd-foot-ad li {
  display: grid;
  grid-template: auto/20px 200px;
  grid-gap: 10px;
  padding-bottom: 15px;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.fd-mid a.footer-link {
  display: flex;
  align-items: center;
  color: #0c0c0c;
  height: 24px;
  width: 24px;
}
.fd-mid a.footer-tel-link {
  /* display: flex; */
  align-items: center;
  color: #0c0c0c;
  height: 24px;
  width: 24px;
}
.fd-mid img {
  /* width: 20px; */
  margin-right: 10px;
}
.fd-mid i {
  width: 20px;
  height: 20px;
  font-size: 20px;
  color: #ff3757;
  line-height: 20px;
  margin-right: 10px;
  text-align: center;
}
.fd-foot-ad .fd-mid {
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  width: initial;
  text-overflow: ellipsis;
}
footer .row {
  border-bottom: 1px solid #ccc;
}
footer .row:first-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
footer .row.fd-remove-bt {
  margin-top: 15px !important;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.fd-ul-socl {
  display: flex;
  margin-bottom: 0;
  flex-wrap: wrap;
}
.fd-ul-dis {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 0;
  position: relative;

  &::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, transparent, #ff0042, transparent);
    top: 50%;
    right: 0;
  }

  @media (max-width: 1200px) {
    margin-bottom: 20px;
    &::before {
      content: none;
    }
  }
}
footer .fd-copy {
  display: flex;
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 0;
  text-align: center;
  justify-content: center;
}
.fd-copy {
  display: contents;
}
.fd-ul-dis li {
  text-decoration: none;
  display: inline-block;
  padding: 0 10px;
  padding-left: 0;
  border-right: 1px solid #3333;
  margin-right: 10px;
  position: relative;
  font-size: 17px;
  padding-bottom: 0;
}
.fd-ul-dis li a {
  color: var(--bs-dark);
  white-space: nowrap;
}
.fd-ul-socl li {
  text-decoration: none;
  display: inline-block;
  padding: 0 10px;
  padding-left: 0;
  border-right: 1px solid #3333;
  margin-right: 10px;
  position: relative;
  font-size: 17px;
  padding-bottom: 0;
}
.ldn_clr {
  color: #1da1f2;
}
.twtr_clr {
  color: #0a66c2;
}
.fb_clr {
  color: #3d5b99;
}
.yt_clr {
  color: #ff0000;
}
.w-100p.tab-view {
  display: none;
}
footer .row.fd-remove-bt {
  border-bottom: none;
}
p.fd-footer-p {
  text-align: justify;
}
.footer-link:hover,
.footer-link:focus,
.footer-link:active {
  color: var(--bs-primary) !important;
}
.footer-tel-link:hover,
.footer-tel-link:focus,
.footer-tel-link:active {
  color: var(--bs-primary) !important;
}
.fd-footer-row2-2 .fd-footer-p {
  margin-top: 0px;
  /* letter-spacing: 1px; */
}
.ft-row-flex {
  display: flex;
  align-items: start;
  flex-wrap: wrap;
}
.fd-h-none {
  opacity: 0;
}
.bdr-rt-no {
  border-right: none !important;
}
.fa-youtube {
  color: #ff3757;
  margin-top: 4px;
}
.fd-ul-socl span {
  display: none;
}
@media (max-width: 1200px) {
  footer .row.fd-remove-bt {
    flex-wrap: wrap;
    /* margin: 0; */
  }
  .w-100p {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
  .fd-ul-dis,
  .fd-ul-socl {
    justify-content: center;
  }
  .w-100p.tab-view {
    display: block;
  }
  .w-100p.desk-view {
    display: none;
  }
  .fd-ul-dis li {
    padding: 0 20px;
  }
  .fd-btn-f.btn-11 {
    margin-top: 40px;
  }
  .fd-whole {
    flex-wrap: wrap;
    justify-content: center;
  }
  .fd-ul-animate {
    display: flex;
  }
}
.privacy_link {
  max-width: 100% !important;
}
@media (min-width: 991px) {
  .fd-card-enq-1 {
    width: 100% !important;
  }
}
@media (max-width: 991px) {
  footer .fd-dis .container {
    padding: 0 20px;
  }
  footer hr {
    width: 15%;
  }
  .col-lg-4.col-sm-6.fd-pointer.footer_web_link_1.ps-lg-3.ps-sm-3{
         border-right: none !important;
  }
}
@media (max-width: 576px) {
  .col-lg-4.col-sm-6.fd-pointer.footer_web_link_1.ps-lg-3.ps-sm-3 {
    border-right: none !important;
   
}
  .fd-pointer {
    width: 100%;
  }
  .fd-ul-dis li {
    padding: 3px 10px;
    font-size: 13px;
    margin: 0;
  }
  .fd-ul-dis {
    flex-wrap: wrap;
  }
  .fd-h-none {
    display: none !important;
  }
  .fd-ul-animate {
    flex-wrap: wrap;
    justify-content: center;
  }
  .fd-pointer.fd-pad ul li:last-child {
    padding-bottom: 14px;
  }
  .fd-list-bot {
    padding-bottom: 14px;
  }
  .ft-exp-img {
    width: 100%;
    text-align: center;
    padding-bottom: 30px;
  }
}
footer .fa-facebook-official:after,
footer .fa-linkedin-square:after,
footer .fa-twitter-square:after,
footer .fa-youtube:after {
  position: absolute;
  background-color: #fff;
  border-radius: 5px;
  padding: 5px 7px;
  color: #333;
  opacity: 0;
  transition: ease 0.5s;
  font-size: 12px;
  font-family: roboto;
  letter-spacing: 0.5px;
  font-weight: 400;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

footer .fa-long-arrow-right {
  color: #fff;
  z-index: 2;
}
footer .fd-btn-o:hover .fa-long-arrow-right {
  color: #fd1942;
}
.fd-btn-o a {
  position: relative;
  transition: all 0.45s ease-Out;
}
.fd-btn-o {
    display: inline-flex
;
    border: 1px solid #fd1942;
    /* text-transform: uppercase; */
    text-decoration: none;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    letter-spacing: 1px;
    align-items: center;
    justify-content: center;
    padding: 16px 26px;
    border-radius: 10px;
    background-image: linear-gradient(to right, #fd1942, #ff553b);
    font-size: 18px;
    line-height: 1;
    font-weight: 500;
}
.fd-btn-o a {
  color: #fff;
}
.fd-btn-o:hover a {
  color: #fd1942;
  z-index: 1;
}
.fd-btn-o i {
  margin-left: 10px;
}
.fd-btn-o:hover {
  color: #fff;
  border: 1px solid #fd1942;
}
.center .fd-btn-o:hover {
    color: #fff;
    border: 1px solid #ffffff;
}
#circle-2 {
  width: 0%;
  height: 0%;
  opacity: 0;
  line-height: 40px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  transition: all 0.5s ease-Out;
  top: 20px;
  left: 70px;
}
.fd-btn-o:hover #circle-2 {
  width: 200%;
  height: 500%;
  opacity: 1;
  top: -70px;
  left: -70px;
}
.ft-ss-link,
.ft-ss-link:hover,
.ft-ss-link:focus,
.ft-ss-link:active {
  color: var(--bs-primary);
}
.fd-footer-row2-2 .fd-footer-p,
.m-address {
  color: #0c0c0c;
  text-align: left;
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-youtube:before {
  content: "\f167";
}
.fd-footer-links {
  font-size: 17px !important;
  color: #0c0c0c !important;
}
.fd-footer-row2-2 .fd-footer-p,
.m-address,
.footer-link > span,
.fd-ul-animate > li > a {
  font-size: 17px !important;
}
.fd-pointer ul li {
  padding-bottom: 18px !important;
  /* letter-spacing: 0.5px; */
}
.fd-dis {
  background: url(/assets/images/footer_new_bg-2.webp) no-repeat center;
  background-size: cover;
}
.fd-enq-supsection .enquiry-title {
  font-size: 45px;
}

.footer-new-bg {
  background: url(/new-assets/common/images/new-footer-bg.webp) no-repeat center;
  background-size: cover;
}

:where(.fd-bg-enq h4, .fd-bg-enq p) {
  color: #fff !important;
}
.footer_left_side {
  p {
    line-height: 26px;
    font-weight: 400;
    margin-top: 10px !important;
  }

  .footer_left_side_content {
    position: relative;
    padding-left: 60px;

    h4 {
      font-size: 20px;
      line-height: 30px;
      font-weight: 500;
      /* margin-bottom: 10px; */
    }
    .footer_client_container {
      margin-top: 10px;
    }

    &::before {
      clear: both;
      background: #ff0042;
      color: #fff;
      border-radius: 50px;
      height: 30px;
      width: 32px;
      display: block;
      position: absolute;
      left: 0;
      top: 20px;
      justify-content: center;
      display: flex;
      align-items: center;
      z-index: 1;
    }
  }

  .fill_up_your_detail {
    &::before {
      content: "1";
    }
    &::after {
      content: "";
      clear: both;
      display: block;
      height: 100%;
      border-left: 0.8px dashed #ff0042;
      width: 4px;
      position: absolute;
      top: 50px;
      left: 15px;
      z-index: 0;
    }
  }

  .What_next {
    margin-top: 30px;

    &::before {
      content: "2";
    }
  }
}

.footer-client-logo {
  background: #fff;
  border-radius: 5px;
  padding: 5px;
  display: flex;
  justify-content: center;
}

.fd-footer-row2 {
  border-bottom: none !important;
  margin-top: 30px;
}
footer .row:first-child {
  position: relative;
  border: unset;

  &::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, transparent, #ff0044c0, transparent);
    bottom: 0;
    left: 0;
  }
}

.fd-copy {
  position: relative;
  color: #0c0c0c;

  &::before {
    content: "";
    position: absolute;
    width: 35%;
    background: linear-gradient(90deg, transparent, #ff0042 100%, #ff0042 100%);
    height: 1px;
    left: -31%;
    /* left: -40%; */
    top: 50%;

    @media (max-width: 768px) {
      top: 50%;
      display: none;
    }
  }

  &::after {
    content: "";
    position: absolute;
    width: 50%;
    background: linear-gradient(
      -90deg,
      transparent,
      #ff0042 100%,
      #ff0042 100%
    );
    height: 1px;
    right: -46%;
    /* right: -55%; */
    top: 50%;

    @media (max-width: 768px) {
      top: 100%;
      display: none;
    }
  }
}

.social_media_icon {
  .first_row_icon,
  .second_row_icon {
    display: flex;
    gap: 30px;
    justify-content: center;
    margin-top: 10px;
  }
  a {
    i {
      font-size: 30px;
    }
  }
}
.fd-btn-o {
  padding: 10px 15px !important;
  font-size: 17px !important;
  background: #ff0042;
}
.ft-banner-know-more-btn .fd-btn-o {
  font-weight: 600;
}

.inquery .fd-card-enq {
  position: unset;
}
.fd-bg-enq .fd-card-enq {
  visibility: visible;
}
.con-form .fd-card-enq-1 {
  width: 100% !important;
}
hr:not([size]) {
  height: 1.4px;
}
footer hr {
  background: linear-gradient(
    to right,
    #ff0042,
    #ff0042,
    transparent
  ) !important;
  width: 30%;
  border: unset;
}
.inquery-1 .manager-detail {
  display: block !important;
}
.manager-detail .fd-btn-o {
  width: 100%;
  max-width: fit-content;
  height: 2.5rem;
  padding: 20px !important;
  letter-spacing: unset;
  font-weight: 600;
}
.manager-detail h4 {
  font-size: 28px;
}
.manager-detail p {
  font-size: 17px;
}
div#person-img:hover:before,
.manager-img-container::after {
  content: none;
}

@media (min-width: 340px) {
  .manager-detail img,
  div#person-img:hover:before {
    width: 100px;
  }
}

.footer_web_link {
  position: relative;

  &::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    bottom: 0;
    right: 0;
    background: linear-gradient(to top, #ff0042, transparent);
  }
}

@font-face {
  font-family: "Roboto";
  src: url("/resources/font/Roboto-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("/resources/font/Roboto-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("/resources/font/Roboto-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("/resources/font/Roboto-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Public sans";
  src: url("../../../resources/font/Public-sans/public-sans.regular.ttf")
    format("ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Public sans";
  src: url("../../../resources/font/Public-sans/public-sans.medium.ttf")
    format("ttf");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Public sans";
  src: url("../../../resources/font/Public-sans/public-sans.bold.ttf")
    format("ttf");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Public sans";
  src: url("../../../resources/font/Public-sans/public-sans.extrabold.ttf")
    format("ttf");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
.steps {
    font-size: 20px !important;
    line-height: 30px !important;
    font-weight: 500 !important;
    margin-bottom: 10px !important;
}
.manager-name {
    font-size: 28px !important;
    font-weight: 700 !important;
}

.address {
    display: grid;
    grid-template: auto / 20px 800px;
    grid-gap: 20px;
    padding-bottom: 15px;
}
.width {
    width: 20%;
}
.address_section {
    display: flex;
    gap: 55px;
}

@media (max-width: 576px) {
  .width {
    width: 50%;
}
  .address {
      grid-template: auto / 20px 300px;
      
  }
  .menu.col-lg-12 {
    display: flex;
    flex-direction: column !important;
}
.footer_web_link {
    &::before {
        content: "";
        position: absolute;
        width: 1px;
        height: 100%;
        bottom: 0;
        right: 0;
        background: none;
    }
}
}
.menu.col-lg-12 {
    display: flex;
    flex-direction: row;
    row-gap: 20px;
}
.menu-link.col-lg-10 {
    display: flex;
    flex-direction: row;
  }

@media (min-width: 768px) {
    .menu.col-lg-12 {
    display: flex;
    /* flex-direction: row; */
    flex-wrap: wrap;
}
}
.col-lg-4.col-sm-6.fd-pointer.footer_web_link_1.ps-lg-3.ps-sm-3 {
    border-right: 1px solid transparent;
    border-image: linear-gradient(to top, #ff0042, transparent) 1;
}
#circle-3 {
    width: 0%;
    height: 0%;
    opacity: 0;
    line-height: 40px;
    border-radius: 50%;
    background-color: #ff0042;
    position: absolute;
    transition: all 0.5s ease-Out;
    top: 20px;
    left: 70px;
}
.white-btn {
    width: fit-content !important;
    padding: 14px 20px;
    letter-spacing: normal;
    font-size: 16px;
    background: white;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    text-transform: unset;
    border-radius: 10px;
}
.center.col-lg-12 {
    display: flex;
    margin-top: 50px;
    align-items: center;
    flex-direction: column;
}
.center .fd-btn-o {
    padding: 10px 15px !important;
    font-size: 17px !important;
    background: white;
    color: #ff0042;
    border: 1px solid white;
}
.cta #circle-2 {
    width: 0%;
    height: 0%;
    opacity: 0;
    line-height: 40px;
    border-radius: 50%;
    background-color: #ff0042;
    position: absolute;
    transition: all 0.5s ease-Out;
    top: 20px;
    left: 70px;
}
.cta .fd-btn-o:hover a {
    color: white;
    z-index: 1;
}
.cta.fd-btn-o a {
    color: #ff0042;
}
.cta:hover  a {
  color: white !important;
}
.cta:hover span.arrow {
    color: white;
}
@media (min-width: 1300px) and (max-width: 1800px) {
  .fd-footer-links {
    font-size: 15px !important;
    color: rgb(12, 12, 12) !important;
}
}
.fd-btn-white-o {
    padding: 10px 15px !important;
    font-size: 17px !important;
    background: #fff;
    /* color: #ff0042; */
    a{
      color: #ff0042;
    }
    :hover a {
      color: #fff;
    }
    
}

    .fd-btn-o.white_border {
    border: 1px solid #ff0042;
}