@import "./bootstrap.min.css";
@import "https://cdnjs.cloudflare.com/ajax/libs/owl-carousel/1.3.3/owl.carousel.min.css";
@import "https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.theme.default.min.css";
/* @import "./owl.carousel.min.css"; */
/* @import "./owl.theme.default.min.css"; */
@import "../fonts/fonts.css";
html,
body {
  margin: 0;
  padding: 0;
  background-color: #f5f0fc;
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  scroll-behavior: smooth;
}
body::-webkit-scrollbar {
  width: 5px;
}
body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px #fe7f56;
}
body::-webkit-scrollbar-thumb {
  background-color: #fe7f56;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
a,
a:hover,
a:focus {
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
section {
  position: relative;
  padding: 80px 0;
}
.btn {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
  border: 1px solid #fe7f56;
  border-radius: 30px;
  padding: 8px 22px;
  display: flex;
  align-items: center;
  flex-direction: column;
  color: #fff;
  transition: all 0.3s ease;
  min-width: 125px;
}
.btn.btn-style {
  background-color: #fe7f56;
  color: #fff;
}
.btn.btn-style:hover {
  border: 1px solid #fe7f56;
  background-color: #fff;
  color: #fe7f56;
}
.btn.btn-border {
  background-color: #fff;
  color: #fe7f56;
}
.btn:hover {
  background-color: #fe7f56;
  color: #fff;
}
.button_box {
  margin-top: 60px;
}
.no-width {
  max-width: unset !important;
}
.gap-30 {
  gap: 30px;
}
.mcl_title {
  max-width: 675px;
  margin: 0 auto;
  margin-bottom: 30px;
  text-align: center;
}
.mcl_title h5 {
  font-size: 30px;
  font-weight: 600;
  line-height: 45px;
  letter-spacing: 0em;
  text-align: center;
  color: #212529;
  margin-bottom: 0;
  text-transform: capitalize;
}
.mcl_title h3 {
  color: #fe7f56;
  font-size: 40px;
  font-weight: 600;
  line-height: 60px;
  letter-spacing: 0em;
  text-align: center;
  margin-bottom: 0;
  text-transform: capitalize;
}
.mcl_title h3 span {
  color: #212529;
}
.mcl_title p {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: center;
  color: #212529;
}
.mcl_title p span {
  color: #fe7f56;
}
.form_group {
  margin-bottom: 15px;
}
.form_group .form-control,
.form_group .form-select {
  min-height: 56px;
  border-radius: 10px;
  color: #767676;
  line-height: 1.5;
  font-size: 16px;
  font-weight: 400;
}
.form_group .form-control::-moz-placeholder,
.form_group .form-select::-moz-placeholder {
  color: #767676;
}
.form_group .form-control::placeholder,
.form_group .form-select::placeholder {
  color: #767676;
}
.mcl_header--wrapper {
  padding: 20px 20px;
  background-color: #fff;
}
.mcl_header--wrapper.sticky {
  position: fixed;
  width: 100%;
  z-index: 11;
  box-shadow: 0px 30px 30px 0px rgba(0, 0, 0, 0.0392156863);
}
.mcl_header--wrapper .mcl_header--inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mcl_header--wrapper .mcl_header--inner .mcl_header--navs ul {
  display: flex;
  gap: 30px;
  align-items: center;
}
.mcl_header--wrapper .mcl_header--inner .mcl_header--navs ul li img {
  min-width: 100%;
}
.mcl_footer {
  position: relative;
  background-color: #fff;
}
.mcl_footer .mcl_icon {
  min-width: 56px;
  min-height: 56px;
  padding: 14px;
  border-radius: 50px;
  gap: 10px;
  background-repeat: no-repeat;
  width: 28px;
  height: 28px;
  background-position: center;
}
.mcl_footer .mcl_footerBootom {
  background-color: #fe7f56;
  padding: 18px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  color: #fff;
}
.mcl_footer .mcl_footerBootom .mcl_copright p {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: center;
  color: #fff;
}
.mcl_footer .mcl_footerBootom ul {
  display: flex;
  align-items: center;
}
.mcl_footer .mcl_footerBootom ul li {
  border-left: 2px solid #fff;
  padding: 0 24px;
}
.mcl_footer .mcl_footerBootom ul li a {
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: center;
  color: #fff;
}
.mcl_footer .mcl_footerBootom ul li a:hover {
  opacity: 0.8;
}
.deleteForm--wrapper {
  min-height: calc(100vh - 159px);
}
.deleteForm--wrapper .deleteForm--inner {
  text-align: center;
}
.deleteForm--wrapper .deleteForm--inner .form_logo {
  margin-bottom: 15px;
}
@media only screen and (max-width: 1600px) {
  .mcl_title {
    max-width: 795px;
  }
  .mcl_title h5 {
    font-size: 26px;
    line-height: 1.2;
  }
  .mcl_title h3 {
    font-size: 34px;
    line-height: 1.2;
  }
  .mcl_title p {
    font-size: 18px;
    line-height: 1.2;
  }
  .mcl_footer .mcl_footerBootom ul li a {
    font-size: 16px;
    line-height: 1.2;
  }
  .mcl_footer .mcl_footerBootom .mcl_copright .mcl_copright p {
    font-size: 16px;
    line-height: 1.2;
  }
  .mcl_newsletter--wrapper .mcl_newsletter--inner {
    padding: 35px 35px;
  }
  .mcl_newsletter--wrapper .mcl_newsletter--inner h3 {
    font-size: 30px;
    line-height: 1.2;
  }
  .mcl_newsletter--wrapper .mcl_newsletter--inner .btn {
    min-width: 295px;
    padding: 18px 40px;
    font-size: 20px;
    line-height: 1.2;
  }
  .mcl_storySlider .mcl_testimotionals .mcl_card {
    min-width: 395px;
    padding: 30px 30px;
  }
  .mcl_storySlider
    .mcl_testimotionals
    .mcl_card
    .mcl_cardContent
    .mcl_cardDetail
    h5 {
    font-size: 20px;
  }
  .mcl_storySlider
    .mcl_testimotionals
    .mcl_card
    .mcl_cardContent
    .mcl_cardDetail
    p {
    font-size: 18px;
  }
  .mcl_apart-wrraper .mcl_apartCard__wrapper ul .mcl_card h4 {
    font-size: 34px;
  }
  .mcl_looking--wrapper .mcl_looking-inner {
    padding: 30px 30px;
  }
  .mcl_looking--wrapper .mcl_looking-inner .mcl-instruction {
    margin-bottom: 40px;
  }
  .mcl_looking--wrapper .mcl_looking-inner .mcl-instruction ul li {
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0em;
    margin-bottom: 15px;
  }
  .btn {
    min-width: 195px;
    font-size: 16px;
    line-height: 1.2;
    padding: 12px 20px;
  }
  .btn.mcl_btn--style {
    min-width: 425px;
    padding: 18px 30px 18px 30px;
    font-size: 28px;
  }
  .btn span {
    font-size: 16px;
  }
  .mcl_header--wrapper {
    padding: 15px 15px;
  }
  .mcl_banner--wrapper {
    padding: 50px 0;
  }
  .mcl_banner--wrapper .mcl_banner-content h5 {
    font-size: 26px;
  }
  .mcl_banner--wrapper .mcl_banner-content h1 {
    font-size: 50px;
    line-height: 1.2;
  }
  .mcl_banner--wrapper .mcl_banner-content p {
    font-size: 18px;
  }
  section {
    padding: 50px 0;
  }
  .mcl_know--wrapper .mcl_know-slider .mcl_sliderImage img {
    height: 395px;
  }
}
@media only screen and (max-width: 1300px) {
  .mcl_thankBanner--wrapper .mcl_thankBanner--inner .mcl_bannerContent h1 {
    font-size: 48px;
    line-height: 1.5;
  }
  .mcl_thankBanner--wrapper .mcl_thankBanner--inner .mcl_bannerContent h5 {
    font-size: 24px;
    line-height: 1.5;
  }
  .mcl_thankPrepare--wrapper {
    min-height: calc(100vh - 688px);
  }
  .mcl_storySlider {
    flex-wrap: wrap;
  }
  .mcl_storySlider .mcl_testimotionals {
    width: calc(50% - 20px);
  }
  .btn.mcl_btn--style {
    padding: 20px 30px 20px 30px;
    min-width: 300px;
    font-size: 24px;
    line-height: 1.5;
  }
  .mcl_banner--wrapper .mcl_banner-content h5 {
    font-size: 24px;
    line-height: 1.2;
  }
  .mcl_banner--wrapper .mcl_banner-content h1 {
    font-size: 44px;
    line-height: 1.2;
  }
  .mcl_apart-wrraper .card_bg {
    min-width: 165px;
    min-height: 165px;
  }
  .mcl_apart-wrraper .mcl_apartCard__wrapper {
    gap: 10px;
  }
  .mcl_apart-wrraper .mcl_apartCard__wrapper ul {
    gap: 15px;
    flex-wrap: wrap;
  }
  .mcl_apart-wrraper .mcl_apartCard__wrapper ul .mcl_card {
    padding: 14px 24px;
    min-width: 250px;
  }
  .mcl_apart-wrraper .mcl_brands ul li {
    width: 100px;
    height: 100px;
  }
  .mcl_apart-wrraper .mcl_brands ul li img {
    width: 100%;
    height: 100%;
  }
  .mcl_faq--wrapper
    .mcl_faq_inner
    .accordion
    .accordion-item
    .accordion-header
    .accordion-button {
    font-size: 16px;
    line-height: 1.5;
  }
  .mcl_faq--wrapper .mcl_faq_inner .accordion .accordion-item .accordion-body {
    font-size: 15px;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 1024px) {
  .mcl_thankPrepare--wrapper .mcl_thankPrepare--inner .mcl_thankImg {
    margin-bottom: 30px;
  }
  .mcl_company--wrapper .mcl_company-slider .mcl_sliderImage {
    width: auto;
    padding: 12px 12px;
  }
  .button_box {
    margin-top: 25px;
  }
  .mcl_header--wrapper .mcl_header--inner .mcl_header--navs ul {
    gap: 15px;
  }
  .btn {
    min-width: 195px;
    font-size: 14px;
    line-height: 1.2;
    padding: 12px 10px;
  }
  .mcl_story--wrapper .mcl_story--innner .mcl_storySlider {
    text-align: center;
  }
  .mcl-grayCard {
    margin-bottom: 20px;
    min-height: 100%;
  }
  .mcl-icons {
    padding: 20px 20px;
  }
  .mcl-icons ul li p {
    font-size: 16px;
    line-height: 1.2;
  }
  .mcl_title h3 {
    font-size: 28px;
  }
  .mcl_title h5 {
    font-size: 20px;
  }
  .mcl_looking--wrapper .mcl_looking-inner {
    padding: 20px 20px;
  }
  .mcl_looking--wrapper .mcl_looking-inner .mcl-instruction {
    flex-wrap: wrap;
    margin-bottom: 20px;
    gap: 0;
  }
  .mcl_banner--wrapper {
    padding: 30px 0;
  }
  section {
    padding: 30px 0;
  }
  .mcl_title {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .mcl_thankBanner--wrapper .mcl_thankBanner--inner .mcl_bannerContent h1 {
    font-size: 34px;
  }
  .mcl_thankBanner--wrapper .mcl_thankBanner--inner .mcl_bannerContent h5 {
    font-size: 20px;
  }
  .mcl_know--wrapper .mcl_know-slider {
    gap: 25px;
    flex-wrap: wrap;
  }
  .mcl_know--wrapper .mcl_know-slider .mcl_sliderImage {
    gap: 10px;
  }
  .mcl_storySlider {
    flex-wrap: wrap;
  }
  .mcl_storySlider .mcl_testimotionals {
    width: calc(100% - 20px);
  }
  .mcl_banner--wrapper .mcl_banner-content h1 {
    font-size: 34px;
    margin-bottom: 15px;
  }
  .mcl_banner--wrapper .mcl_banner-content p {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .mcl_apart-wrraper .mcl_apartCard__wrapper ul .mcl_card h4 {
    font-size: 28px;
  }
  .gap-md-15 {
    gap: 15px;
  }
  .mcl_storySlider .mcl_testimotionals .mcl_card {
    padding: 0;
  }
  .mcl_storySlider
    .mcl_testimotionals
    .mcl_card
    .mcl_cardContent
    .mcl_cardImage {
    padding: 20px 20px 0;
  }
  .mcl_storySlider
    .mcl_testimotionals
    .mcl_card
    .mcl_cardContent
    .mcl_cardDetail {
    padding: 20px 20px;
    background-color: #fff;
  }
  .mcl_storySlider
    .mcl_testimotionals
    .mcl_card
    .mcl_cardContent
    .mcl_cardDetail
    h5 {
    color: #fe7f56;
  }
  .mcl_storySlider
    .mcl_testimotionals
    .mcl_card
    .mcl_cardContent
    .mcl_cardDetail
    p {
    color: #212529;
  }
  .flex-md-columnReverse {
    flex-direction: column-reverse !important;
  }
  .mcl_banner--wrapper .mcl_banner--image {
    margin-top: 20px;
  }
  .mcl_banner--wrapper .mcl_banner-content {
    margin-top: 20px;
  }
  .mcl_banner--wrapper .mcl_banner-content h5,
  .mcl_banner--wrapper .mcl_banner-content h1 {
    text-align: center;
    margin-bottom: 10px;
  }
  .mcl_banner--wrapper .mcl_banner-content h1 {
    font-size: 32px;
  }
  .mcl_banner--wrapper .mcl_banner-content .btn {
    margin: 0 auto;
  }
  .mcl_banner--wrapper .mcl_banner-content p {
    text-align: center;
    margin-bottom: 10px;
  }
  .mcl_reviwsLogo {
    display: block;
    margin-bottom: 30px;
    text-align: center;
  }
  .mcl_reviwsLogo ul {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    justify-content: center;
    gap: 0;
  }
  .mcl_reviwsLogo ul li {
    min-width: auto;
  }
  .mcl_reviwsLogo ul li img {
    width: 65%;
  }
  .mcl_header--wrapper .mcl_header--inner {
    gap: 25px;
  }
  .mcl_header--wrapper .mcl_header--inner .mcl_header--navs ul li {
    display: none;
  }
  .mcl_header--wrapper .mcl_header--inner .mcl_header--navs ul li:last-child {
    display: block;
  }
  .gap-md-20 {
    gap: 20px;
  }
  .mcl_newsletter--wrapper .mcl_newsletter--inner {
    padding: 20px 20px;
  }
  .mcl_newsletter--wrapper .mcl_newsletter--inner h3 {
    font-size: 24px;
  }
  .mcl_newsletter--wrapper .mcl_newsletter--inner p {
    font-size: 15px;
  }
  .mcl_newsletter--wrapper .mcl_newsletter--inner .btn {
    min-width: auto;
    padding: 14px 32px;
    font-size: 16px;
  }
  .mcl_storySlider .mcl_testimotionals .mcl_card {
    min-width: 100%;
  }
  .mcl-icons ul {
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
  }
  .mcl-icons ul li {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid rgba(238, 23, 80, 0.1411764706);
    padding-bottom: 12px;
  }
  .mcl-icons ul li:last-child {
    border-bottom: 0;
  }
  .mcl_apart-wrraper .mcl_apartCard__wrapper {
    flex-wrap: wrap;
    margin-top: 20px;
  }
  .mcl_apart-wrraper .mcl_apartCard__wrapper ul:last-child {
    margin-top: 0;
  }
  .mcl_footer .mcl_footerBottom--strip {
    margin-top: 20px;
  }
  .mcl_footer .mcl_footerBootom {
    gap: 15px;
    flex-wrap: wrap;
  }
  .mcl_footer .mcl_footerBootom ul {
    flex-wrap: wrap;
  }
  .mcl_footer .mcl_footerBootom ul li {
    padding: 0 15px;
  }
  .mcl_footer .mcl_footerBootom ul li a {
    font-size: 14px;
    line-height: 1.2;
  }
  .mcl_footer .mcl_footerBootom .mcl_copright p {
    font-size: 14px;
    line-height: 1.2;
  }
  .mcl_title p {
    font-size: 16px;
  }
  .mcl_title h3 {
    font-size: 24px;
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 575px) {
  .mcl_apart-wrraper .card_bg {
    display: none;
  }
  .mcl_header--wrapper .mcl_header--inner .mcl_header--navs {
    display: none;
  }
  .mcl_footer .mcl_footerBottom--strip {
    margin-top: 0;
  }
  .mcl_footer .mcl_footerBootom ul li:first-child {
    border: 0;
  }
  .btn span {
    font-size: 14px;
  }
}
@media only screen and (max-width: 480px) {
  .mcl_know--wrapper .mcl_know-slider .mcl_sliderImage img {
    height: 395px;
  }
  .mcl_title h5 {
    font-size: 18px;
  }
  .mcl_banner--wrapper .mcl_banner-content h5 {
    font-size: 18px;
    line-height: 1.2;
  }
  .mcl_banner--wrapper .mcl_banner-content h1 {
    font-size: 24px;
  }
  .mcl_banner--wrapper .mcl_banner-content p {
    font-size: 15px;
    line-height: 1.2;
  }
  .btn span {
    display: none;
  }
  .btn.mcl_btn--style {
    padding: 15px 20px 15px 20px;
    min-width: 60%;
    font-size: 20px;
    line-height: 1.5;
  }
  .mcl_storySlider .mcl_testimotionals .mcl_card .layer {
    padding: 10px 10px;
  }
  .mcl_storySlider .mcl_testimotionals .mcl_card .layer h3 {
    font-size: 20px;
  }
  .mcl_storySlider .mcl_testimotionals .mcl_card .layer h5 {
    font-size: 16px;
    margin-bottom: 0;
  }
  .mcl_storySlider .mcl_testimotionals .mcl_card .layer p {
    font-size: 14px;
    margin-bottom: 5px;
    line-height: 1.5;
  }
} /*# sourceMappingURL=style.min.css.map */
