.mdf_logo img {
  width: 324px;
}
@media (max-width: 767.98px) {
  .mdf_logo img {
    width: 265px;
  }
}

.mdf_thanks_logo img {
  width: 424px;
  margin-bottom: 20px;
}
.mdf_thanks_logo h2 {
  margin-top: 100px;
  font-size: 36px;
}

.md_call_button .content-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.md_call_button .pulse i {
  color: #fff;
  font-size: 34px;
}
.md_call_button .pulse {
  height: 55px;
  width: 55px;
  background-color: orange;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.md_call_button .pulse::before {
  content: "";
  position: absolute;
  border: 1px solid orange;
  width: calc(100% + 40px);
  height: calc(100% + 40px);
  border-radius: 50%;
  animation: pulse 1s linear infinite;
}
.md_call_button .pulse::after {
  content: "";
  position: absolute;
  border: 1px solid ORANGE;
  width: calc(100% + 40px);
  height: calc(100% + 40px);
  border-radius: 50%;
  animation: pulse 1s linear infinite;
  animation-delay: 0.3s;
}
@keyframes pulse {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.3);
    opacity: 0;
  }
}

.whatsapp_for_web {
  text-align: center;
}
.whatsapp_for_web img {
  width: 60px;
  height: auto;
}

.los_disclaimer {
  margin-bottom: 100px;
}

.lof_abts ul {
  padding-left: 50px;
}

.lof_srl {
  margin-top: -40px;
}
@media (max-width: 767.98px) {
  .lof_srl {
    margin-top: -65px;
  }
}

.mdf_start .checked {
  color: orange;
}
.mdf_start a span:last-child {
  margin-right: 10px;
}

.mdf_list_font {
  font-size: 21px;
}

.mdf_contact_form {
  margin: 100px 0px 75px 0px;
}
.mdf_contact_form .mdf_contact_sec {
  background-color: #D06051;
}

.mdf_who_we_are {
  margin: 75px 0px 50px 0px;
}
@media (max-width: 767.98px) {
  .mdf_who_we_are {
    margin: 75px 0px 0px 0px;
  }
}

.mdf_footer_thanks {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #D06051;
  color: white;
  text-align: center;
}

.mdf_welcome p {
  text-align: center;
  font-weight: 700;
  font-size: 28px;
  line-height: 39px;
}

.mdf_banner_pic {
  border: 4px solid #fff;
}

.mdf_form h3 {
  text-align: center;
}

.action_button_main {
  display: flex;
  background-color: #D06051;
  width: 100%;
  position: fixed;
  bottom: 0px;
  z-index: 500;
  visibility: hidden;
}
.action_button_main .whatsapp {
  width: 33.33%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
.action_button_main .enquery_form {
  width: 33.33%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.action_button_main .enquery_form a {
  color: #fff;
  text-transform: uppercase;
  padding: 10px 20px;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
}
.action_button_main .callButton {
  width: 33.33%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
@media (max-width: 991px) {
  .action_button_main {
    visibility: visible;
  }
}

@media (max-width: 991px) {
  .lof_head_banner {
    margin-top: -80px;
  }
}

.mdf_cost_table tr th {
  background-color: #D06051 !important;
}
.mdf_cost_table tr td {
  background-color: #fff;
  box-shadow: unset;
  font-size: 17px !important;
  color: #000 !important;
}
.mdf_cost_table tr td:nth-child(odd) {
  color: #000;
}/*# sourceMappingURL=mdf_style.css.map */