
.inquery .row {
    position: relative;
  }

  .card-form{
    justify-content: end;
  }

  
  .inquery .fd-card-enq {
    top: -68px ;
    left: auto;
    right: 0;
    z-index: 9;
    width: inherit;
    position: absolute;
}
  .fd-bg-enq .fd-card-enq {
    /* padding: 0; */
    visibility: hidden;
    position: inherit;
  }
  .fd-card-enq .fd-h {
    font-size: 30px;
    font-weight: 500;
    /* padding-bottom: 40px; */
    display: block;
  }
  .fd-card-enq {
    background-color: #ffffff;
    border-radius: 16px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    padding: 30px;
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  }
  .fd-card-enq input {
    border: none;
    border-bottom: 1px solid #909090;
    outline: none;
    width: 100%;
    margin-top: 14px;
  }
  .fd-card-enq .fd-h {
    font-size: 30px;
    font-weight: 700;
    display: block;
    color: var(--bs-dark);
  }
  .fd-card-enq .fd-pad-top {
    padding-bottom: 40px;
    margin-bottom: 0;
  }
  .fd-textarea {
    width: 100%;
    position: relative;
  }
  .fd-textarea img {
    position: absolute;
    left: 20px;
    right: 20px;
    top: 20px;
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%)
      contrast(103%);
  }
  .fd-card-enq textarea {
    width: 100%;
    border: none;
    border-bottom: 1px solid #909090;
    outline: none;
    margin-top: 14px;
  }
  .fd-centi {
    margin: auto;
    text-align: center;
  }
  .fd-submit-bg {
    background-image: linear-gradient(
      45deg,
      rgb(255, 108, 58),
      rgb(255, 0, 66)
    ) !important;
    border: none;
    padding: 12px 36px;
    border-radius: 8px;
    color: #fff;
  }
  .smile-img {
    width: 45px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
  }
  .fd-card-enq:hover .smile-img {
    display: inline-block;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  }
  .brdr-left-line {
    width: 95px;
    height: 3px;
    background-color: #f73757;
    left: 0;
    right: 0;
    margin: 5px 0;
    top: 65px;
    margin-bottom: 40px;
  }
  .fd-bg-enq .fd-card-enq {
    /* padding: 0; */
    visibility: hidden;
    position: inherit;
  }
  .inquery-1 {
    background: url(/new-site/resources/images/home/testimonial/03.webp);
    margin-top: 50px;
    background-size: cover;
    margin-top: 105px;
    background-repeat: no-repeat;
  }
  .fd-enq-supsection {
    padding-top: 40px;
    position: relative;
    padding-right: 65px;
    padding-bottom: 90px;
  }
  .fd-seperator {
    top: 0;
    width: 2px;
    right: 30px;
    height: 100%;
    position: absolute;
    background: rgb(255 255 255 / 0.6);
  }
  .fd-seperator span {
    top: 45%;
    left: -31px;
    width: 64px;
    height: 64px;
    display: flex;
    font-size: 16px;
    color: #c5d1dd;
    position: absolute;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    border: 2px solid rgb(255 255 255 / 0.6);
    background-image: linear-gradient(to right, #023467, #0c7861);
  }
  .fd-enq-email a {
    border: none;
    min-height: 80px;
  }
  .fd-enq-email a {
    width: 100%;
    float: left;
    border-radius: 5px;
    background: rgba(62, 93, 122, 0.23);
    border: 1px solid rgba(0, 170, 248, 0.23);
    padding: 14px 10px 10px 90px;
    position: relative;
    font-size: 35px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    color: #fff;
  }
  .fd-enq-email a:hover {
    background: rgb(49 57 120 / 28%);
    border-color: rgba(0, 170, 248, 0.6);
  }
  .fd-enq-email i {
    position: absolute;
    left: 22px;
    top: 4px;
    width: 28px;
    font-size: 28px;
    height: 19px;
    border-right: 1px solid rgba(242, 243, 245, 0.1);
    padding: 20px 44px 48px 0;
  }
  .fd-enq-email a .fd-small-top {
    font-size: 14px;
    color: #6c96c1;
    font-weight: 300;
    display: block;
    text-transform: uppercase;
    letter-spacing: 2.2px;
  }
  .fd-enq-email a .fd-large {
    font-size: 26px;
    color: #fff;
    display: block;
    line-height: 34px;
  }
  .fd-enq-email a .fd-small-top {
    font-size: 14px;
    color: #6c96c1;
    font-weight: 300;
    display: block;
    text-transform: uppercase;
    letter-spacing: 2.2px;
  }
  .fd-enq-email a .fd-large {
    font-size: 26px;
    color: #fff;
    display: block;
    line-height: 34px;
  }
  .fd-top-skype a {
    margin-top: 20px;
    margin-bottom: 44px;
  }
  .fd-list-q {
    color: #ffffff;
  }
  .fd-list-q h3 {
    color: #fff;
  }
  .fd-list-q img {
    width: 35px;
    filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(114deg)
      brightness(109%) contrast(97%);
    margin: 10px 30px;
    margin-right: 10px;
  }
  .fd-impo-high {
    color: #ff0241;
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  }
  .fd-highlight {
    font-weight: 700;
    font-size: 16px;
    color: #e7150a;
    margin-bottom: 10px;
    letter-spacing: 3px;
    text-transform: uppercase;
    display: block;
  }
  /* Manager Section Starts */
  
  .fd-enq-details {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    margin: 30px 0 0;
    margin-right: 5px;
  }
  .fd-enq-supsection .enquiry-title {
    color: #fff;
    font-size: 48px;
    line-height: 64px;
    font-weight: 400;
  }
  .fd-enq-supsection .enquiry-title b {
    font-size: 65px;
  }
  
  .fd-enq-supsection p {
    color: #fff;
    font-size: 22px;
    margin: 20px 0 0;
  }
  
  .manager-detail {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 20px;
    align-items: center;
  }
  
  .manager-detail h4 {
    font-size: 24px;
    font-weight: 700;
    color: var(--bs-dark);
  }
  .manager-detail p {
    margin: 0;
    font-size: 18px;
    color: var(--bs-dark);
  }
  .manager-detail img {
    width: 150px;
    height: auto;
  }
  .fd-enq-details .manager-desc {
    font-size: 16px;
    text-align: justify;
    color: #333;
    line-height: 28px;
  }
  
  .fd-enq-details span {
    font-size: 16px;
  
    color: #ffff;
    line-height: 28px;
    background: transparent;
    border: none;
    padding: 0;
    float: none;
    min-height: auto;
    margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
  }
  .fd-enq-details span .fa-angle-right {
    top: 0;
    left: 0;
    margin: 0;
    font-size: 18px;
    position: relative;
    animation: move-on 1s ease-in-out;
    animation-fill-mode: forwards;
    animation-direction: alternate;
    animation-iteration-count: infinite;
  }
  .fd-enq-details a:hover {
    background: transparent;
  }
  .fd-enq-details span a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #f73757;
    font-weight: 600;
  }
  .fd-enq-details span a i {
    position: unset;
  }
  .fd-enq-details span a .fd-large {
    margin: 0;
    color: #333;
  }
  /* .fd-enq-details span a:hover .fd-large {
    color: #f73757;
  } */
  /* .contact-wraper{
      display: flex;
      align-items: center;
      gap:24px;
      padding:30px 0 0;
    }
    .contact-wraper a{
      display: flex;
      align-items: center;
      gap: 12px;
      color:#fff;
      font-size: 16px;
    }
    .contact-wraper a span{
      color:#fff;
      font-size: 16px;
    }
    .contact-wraper a:hover, .contact-wraper a:hover span{
        color:#f73757;
    }
    @media(max-width:576px){
      .contact-wraper{
        flex-wrap: wrap;
      }
    } */

    /*footer css*/

.inquery-1 .fd-enq-supsection {
  padding-top: 40px;
  position: relative;
  padding-right: 65px !important;
  padding-bottom: 55px !important;
}

.inquery-1 .fd-enq-details{
  background: unset;
  padding: 20px 20px 20px 0 !important;
}

.inquery-1 .manager-detail {
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  align-items: center;
  justify-content: unset;
}

.inquery-1 .contact-wraper {
  gap: 20px;
}

.inquery-1 .contact-info {
  display: flex;
  gap: 20px;
}



.inquery-1 .contact-wraper a {
  display: flex;
  align-items: center;
  color: #fff;
}

.inquery-1 .contact-wraper a {
  gap: 10px;
  background: var(--bs-primary);
  padding: 5px 10px;
  border-radius: 5px;
}
.inquery-1 .calender-icon {
  transform: scale(1.15);
  transition: all 0.20s ease;
  /* animation: mymove 2s infinite; */
  gap: 10px;
}

.inquery-1 .contact-wraper a span {
  margin-top: 0;
  color: var(--bs-white);
}

.inquery-1 .inquiry-point h4 {
  font-size: 16px;
}

.inquery-1 .fd-enq-details span{
  margin-top: 0 !important;
}

.inquery-1 .fd-submit-bg {
  background: #ff0042 !important;
  color: #fff !important;
}

.inquery-1 .fd-submit-bg:hover {
  background: #000 !important;
  color: #fff !important;
}
.inquery-1 .btn_primary:hover::before, .btn_primary:focus::before, .btn_primary:active::before, .btn_dark:hover::before, .btn_dark:focus::before, .btn_dark:active::before {
  background: unset;
}

.inquery-1 .fd-enq-details span{
  gap: 0 !important;
}

.inquiry-point img{
  margin-right: 5px;
}



  @-webkit-keyframes move-on {
    from {
      -webkit-transform: translateX(-10px);
    }
    to {
      -webkit-transform: translateX(0px);
    }
  }
  @keyframes move-on {
    from {
      transform: translateX(-10px);
    }
    to {
      transform: translateX(0px);
    }
  }

  @keyframes mymove{
    0% {
        transform: scale(1);
    }
    
    50% {
        transform: scale(1);
    }
    100% {
        transform: scale(1);
    }
  }


  /* Manager Section Ends */
  

  @media (max-width:1400px){
    .inquery-1 .inquiry-point h4{
      font-size: 14px;
    }
  }


  @media (max-width: 991px) {
    .inquery .fd-card-enq {
      position: unset;
      margin-bottom: 20px;
    }
    .fd-seperator {
      display: none;
    }
    .fd-enq-supsection {
      padding-right: 0;
    }
    /* .inquery .fd-card-enq {
      margin: 20px;
    } */
    .inquery h2,
    .inquery .fd-highlight {
      text-align: center;
    }
    .fd-enq-supsection .enquiry-title {
      font-size: 42px;
    }
    .fd-enq-supsection .enquiry-title b {
      font-size: 55px;
    }

    .inquery-1 .manager-detail {
      display: block;
  }
  .inquery-1 .fd-enq-supsection{
      padding-right: 0;
  }

  .inquery.inquery-1{
    display: flex;
    flex-direction: column-reverse;
  }
 /* .inquery-1 .fd-bg-enq{
    min-height: 130vh !important;
  }  */

  /* .inquery .fd-card-enq{
    top: -550px;
  } */
  }

  @media(min-width:991px){
    .fd-card-enq-1 {
      width: 40% !important;
  }

  .contact-d-1, .contact-d-2 {
    width: 50%;
}

.inquery-1 .footer-right{
  padding-left: 0 !important;
}

.inquery-1 .fd-card-enq{
  padding: 15px 30px 30px 30px !important;
}
  }

  @media(max-width:790px){
    .inquery-1 .manager-detail {
      display: flex;
  }

  /* .inquery-1 .fd-bg-enq {
    min-height: 192vh !important;
} */

/* .inquery .fd-card-enq {
  top: -900px;
} */
  }


/* Updated on June 21, 2022 By Rahul */
.fd-enq-details .call_btn {
  width: 100%;
  gap: 0.5rem;
  border: none;
  height: 3rem;
  display: flex;
  color: #ffffff;
  overflow: hidden;
  margin-top: 1rem;
  max-width: 10rem;
  position: relative;
  align-items: center;
  text-decoration: none;
  justify-content: center;
  border-radius: 0.625rem;
  background-color: #ff0042;
  box-shadow: 0rem 0.5rem 1rem rgb(255 0 68 / 15%);
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -ms-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.fd-enq-details .call_btn::before {
  z-index: -1;
  width: 100%;
  content: '';
  height: 100%;
  position: absolute;
  background-color: #111111;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -ms-transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.fd-enq-details .call_btn .icon {
  -webkit-transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -ms-transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.fd-enq-details .call_btn:hover, .fd-enq-details .call_btn:focus, .fd-enq-details .call_btn:active {
  color: #ffffff;
  box-shadow: 0rem 0.5rem 1rem rgb(35 44 59 / 15%);
}
.fd-enq-details .call_btn:hover::before, .fd-enq-details .call_btn:focus::before, .fd-enq-details .call_btn:active::before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.fd-enq-details .call_btn:hover .icon, .fd-enq-details .call_btn:focus .icon, .fd-enq-details .call_btn:active .icon {
  transform: translateX(0.5rem);
}
.manager-img-container {
    position: relative;
    cursor: pointer;
}
.play, .pause{
    position: absolute;
    z-index: 1;
    left: 55px;
    top: 50px;
    width: 24px !important;
    display: none;
}
.manager-img-container::after {
    content: "";
    background: url('/assets/icon/Speaker.svg') no-repeat center;
    width: 24px;
    height: 24px;
    background-size: 24px 24px;
    position: absolute;
    right: 14px;
    top: 40px;
    display: block;
}
.manager-img-container:hover::after {
    display: none;
}
.manager-img-container:hover .play{
    display: block;
}
div#person-img:hover:before {
  content: "";
  background: rgb(41, 41, 41);
  width: 150px;
  position: absolute;
  inset: 0;
  border-radius: 50%;
  opacity: 0.5;
}
.footer-btn-container {
  margin-top: 25px;
}
.footer-btn-container, .footer-btn  {
    width: 100%;
    text-transform: unset;
    padding: 0 5px 0 0 ;
}
.call-btn {
    color: white;
}
.calender-icon {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.fd-btn-o:hover span, .fd-btn-o:hover a {
  color: #ff0042;
}
.fd-btn-o {
  letter-spacing: normal;
  background: #ff0042;
}
@media (min-width: 790px) and (max-width: 992px) {
  .footer-btn {
    width: 80%;
  }
  .footer-btn-container {
    justify-content: flex-start !important;
  }
  .manager-img-container::after {
    right: 170px;
  }
}

@media (max-width: 576px) {
  .fd-enq-email a .fd-large {
    font-size: 17px;
  }
  .fd-card-enq .fd-h {
    font-size: 24px !important;
    text-align: center;
  }
  .brdr-left-line {
    width: 95px;
    height: 3px;
    background-color: #f73757;
    margin: 5px auto 40px auto;
  }
  .inquery h2 {
    display: none;
  }
  .smile-img {
    display: none;
  }
  .fd-card-enq:hover .smile-img {
    display: none;
  }
  .fd-enq-supsection .enquiry-title {
    font-size: 32px;
    line-height: 48px;
  }
  .fd-enq-supsection .enquiry-title b {
    font-size: 42px;
  }
  .inquery-1 .fd-enq-supsection, .inquery-1 .fd-enq-details, .manager-detail .detail {
    padding-right: 0 !important;
  }
  .manager-detail img, div#person-img:hover:before {
    width: 110px;
  }
  .manager-detail p {
    font-size: 16px;
  }
  .play, .pause {
    left: 50px;
    top: 50px;
  }
  
}
@media (min-width: 340px) {
  .manager-detail img, div#person-img:hover:before {
    width: 130px;
  }
}

@media (max-width: 450px) {
  .fd-enq-details span {
    font-size: 14px;
    text-wrap: nowrap;
  }
  .inquery-1 .calender-icon {
    font-size: 14px;
  }
  .footer-btn {
    padding: 0 10px !important;
  }
  .footer-btn-container {
    margin-top: 10px;
  }
  .fd-btn-o i{
    margin: 0;
  }
}

@media (max-width: 350px) {
  .fd-card-enq .fd-h {
    font-size: 22px !important;
    text-align: center;
  }
  .play, .pause {
    top: 40px;
    left: 43px;
  }
}