/* 12px */
/* 14px */
/* 16px */
/* 18px */
/* 20px */
/* 24px */
/* 26px */
/* 30px */
/* 36px */
/* 40px */
/* 48px */
/* 50px */
/* 60px */
.header {
  height: 90px;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

.header .container {
  max-width: 1200px;
  padding: 0 25px;
}

.header .container .logo {
  color: #dc4f72;
  font-size: 1.625rem;
  font-weight: 700;
  letter-spacing: -1px;
  text-decoration: none;
}

.header .container .menu ul {
  list-style-type: none;
  width: 648px;
  margin: 0;
}

.header .container .menu ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.header .container .menu ul li:hover a {
  color: #dc4f72;
}

.header .container .menu ul li:hover span {
  width: 20px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.header .container .menu ul li a {
  text-decoration: none;
  font-size: 1rem;
  color: #5a5a5a;
}

.header .container .menu ul li .menu-down {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .container .menu ul li .menu-down i {
  font-size: 12px;
  padding-left: 4px;
}

.header .container .menu ul li span {
  width: 0px;
  background-color: #dc4f72;
  position: absolute;
  height: 2px;
  bottom: 14px;
}

.header .container .menu ul li .btn-schedual {
  width: 196px;
  border-color: #dc4f72;
  font-size: 0.875rem;
  font-weight: 700;
  color: #dc4f72;
  height: 54px;
}

.header .container .menu ul li .btn-schedual:hover {
  color: #fff;
  background-color: #dc4f72;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header .container .menu ul li .drop-down {
  position: absolute;
  background-color: #fff;
  width: 176px;
  height: 136px;
  top: 0;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 6px;
  min-width: 11rem;
  padding: 1rem 0 0.3rem;
  -webkit-box-shadow: 1px 5px 7.5px rgba(196, 196, 196, 0.2);
          box-shadow: 1px 5px 7.5px rgba(196, 196, 196, 0.2);
  padding-top: 16px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  top: 54px;
  right: -67px;
}

.header .container .menu ul li .drop-down a {
  padding: 0 24px 14px 24px;
  color: #5a5a5a;
}

.header .container .menu ul li .drop-down::before {
  content: "";
  width: 14px;
  height: 14px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  display: block;
  border-right: none;
  border-bottom: none;
  -webkit-transform: translateX(-50%) rotateZ(45deg);
          transform: translateX(-50%) rotateZ(45deg);
  position: absolute;
  top: -7px;
  left: 49%;
  z-index: 1001;
}

.header .container .menu ul .li-drop-menu:hover .drop-down {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header .container .menu ul .active a {
  color: #dc4f72;
}

.breadcrumbs {
  margin-top: 90px;
  font-size: 0.875rem;
  font-weight: 400;
  padding: 0.875rem;
  background-color: #f7f9fc;
}

.breadcrumbs a {
  text-decoration: none;
  color: #dc4f72;
  margin-right: 5px;
}

.breadcrumbs i {
  font-size: 8px;
}

.breadcrumbs span {
  margin-left: 5px;
  padding-top: 10px;
}

.breadcrumbs .container {
  max-width: 1200px;
  padding: 0 25px;
}

.contactus .container {
  max-width: 1200px;
  padding: 48px 25px;
}

.contactus .container .row .col .contact-us-main {
  padding: 16px 0;
}

.contactus .container .row .col .contact-us-main .us-heading {
  max-width: 750px;
  margin: 0 auto 50px auto;
  color: #2c3038;
  font-size: 46px;
  line-height: 55px;
  font-weight: 700;
  text-align: center;
}

.contactus .container .row .col .contact-us-main .us-content {
  margin: 0 -15px;
}

.contactus .container .row .col .contact-us-main .us-content .row-us {
  max-width: 1180px;
  margin: 0;
}

.contactus .container .row .col .contact-us-main .us-content .col-img {
  text-align: right;
}

.contactus .container .row .col .contact-us-main .us-content .col-img img {
  padding-top: 50px;
}

.contactus .container .row .col .contact-us-main .us-content .col-lg-6 {
  padding: 0;
}

.contactus .container .row .col .contact-us-main .us-content .col-lg-6 img {
  border-radius: 6px;
  max-width: 560px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.contactus .container .row .col .contact-us-main .us-content .col-lg-6 img:hover {
  -webkit-transform: translateY(-0.5rem);
          transform: translateY(-0.5rem);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.contactus .container .row .col .contact-us-main .us-content .col-lg-6 .contact-form {
  padding: 2rem;
  border-radius: 2px;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.09);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.09);
}

.contactus .container .row .col .contact-us-main .us-content .col-lg-6 .contact-form .form-header h3 {
  font-size: 46px;
  color: #2c3038;
  line-height: 1;
  font-weight: 500;
  text-align: center;
  text-align: left;
}

.contactus .container .row .col .contact-us-main .us-content .col-lg-6 .contact-form .form-header p {
  color: #5a5a5a;
  font-size: 1rem;
  line-height: 22.5px;
  font-weight: 400;
  text-align: center;
  max-width: 750px;
  margin: 16px auto;
  text-align: left;
}

.contactus .container .row .col .contact-us-main .us-content .col-lg-6 .contact-form .main-input textarea,
.contactus .container .row .col .contact-us-main .us-content .col-lg-6 .contact-form .main-input .contact-input {
  outline: none;
  padding: 15px 20px;
  -webkit-appearance: none;
  border-radius: 6px;
  color: #000;
  font-weight: 600;
  width: 100%;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 15px;
  background-color: #f7f9fc;
  border: 1px solid #eee;
}

.contactus .container .row .col .contact-us-main .us-content .col-lg-6 .contact-form .main-input textarea:focus,
.contactus .container .row .col .contact-us-main .us-content .col-lg-6 .contact-form .main-input .contact-input:focus {
  background-color: #fff;
  border: 1px solid #dc4f72;
}

.contactus .container .row .col .contact-us-main .us-content .col-lg-6 .contact-form .main-input textarea {
  height: 130px;
  resize: none;
}

.contactus .container .row .col .contact-us-main .us-content .col-lg-6 .contact-form .form-btn a {
  width: 140px;
  height: 54px;
  text-transform: uppercase;
  font-size: 0.875rem;
  background-color: #dc4f72;
  color: #fff;
  border: none;
  font-weight: 500;
}

.contactus .container .row .col .contact-us-main .us-content .col-lg-6 .contact-form .form-btn a:hover {
  background-color: #d62f58;
  border-color: #cf2952;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.touch {
  padding: 48px 0 56px 0;
  background-color: #f7f9fc;
}

.touch .container {
  max-width: 1200px;
  padding: 16px 25px;
}

.touch .container .touch-top .col div h6 {
  font-size: 1rem;
  line-height: 20px;
  text-align: center;
  font-weight: 500;
  color: #dc4f72;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.touch .container .touch-top .col div h3 {
  font-size: 46px;
  color: #2c3038;
  line-height: 1;
  font-weight: 500;
  text-align: center;
}

.touch .container .touch-top .col div p {
  color: #5a5a5a;
  font-size: 1rem;
  line-height: 22.5px;
  font-weight: 400;
  text-align: center;
  max-width: 750px;
  margin: 16px auto;
  margin-bottom: 48px;
}

.touch .container .touch-bottom {
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  gap: 50px;
}

.touch .container .touch-bottom .col {
  background-color: #fff;
  -webkit-box-shadow: 1px 5px 7.5px rgba(196, 196, 196, 0.2);
          box-shadow: 1px 5px 7.5px rgba(196, 196, 196, 0.2);
  padding: 2rem;
  border-radius: 6px;
  text-align: center;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.touch .container .touch-bottom .col:hover {
  -webkit-transform: translateY(-0.5rem);
          transform: translateY(-0.5rem);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.touch .container .touch-bottom .col .contact-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.touch .container .touch-bottom .col .contact-info .icon {
  width: 60px;
  margin: 0 auto;
  height: 60px;
  text-align: center;
  border-radius: 50%;
  line-height: 60px;
  background: rgba(220, 79, 114, 0.1);
}

.touch .container .touch-bottom .col .contact-info .icon i {
  color: #dc4f72;
}

.touch .container .touch-bottom .col .contact-info .contact-detail h4 {
  font-size: 1.25rem;
  margin-bottom: 10px;
  font-weight: 500;
}

.touch .container .touch-bottom .col .contact-info .contact-detail p {
  font-size: 1.125rem;
  color: #5a5a5a;
  line-height: 28px;
  font-weight: 500;
  margin: 0;
}

.touch .container .touch-bottom .col .contact-info .contact-detail p a {
  font-size: 1.125rem;
  color: #5a5a5a;
  line-height: 28px;
  font-weight: 500;
  text-decoration: none;
}

.touch .container .touch-bottom .col .contact-info .contact-detail p a:hover {
  color: #dc4f72;
}

.contact-map .contatiner-fluid iframe {
  width: 100%;
}

.footer-home {
  padding: 48px 0;
  background-color: #f7f9fc;
}

.footer-home .container {
  max-width: 1200px;
  padding: 0 25px;
}

.footer-home .container .footer__up .footer__col-left .footer__up-item1 h3 {
  font-size: 20px;
  line-height: 25px;
  color: #2c3038;
  margin-bottom: 30px;
  font-weight: 500;
}

.footer-home .container .footer__up .footer__col-left .footer__up-item1 p {
  color: #656f7b;
  font-weight: normal;
  font-size: 15px;
  line-height: 25px;
  padding: 0;
  margin: 10px 0;
}

.footer-home .container .footer__up .footer__col-left .footer__up-item1 p:hover {
  opacity: 0.8;
  color: #dc4f72;
  cursor: pointer;
}

.footer-home .container .footer__up .footer__col-right .footer__up-item2 h3 {
  font-size: 20px;
  line-height: 25px;
  color: #2c3038;
  margin-bottom: 30px;
  font-weight: 500;
}

.footer-home .container .footer__up .footer__col-right .footer__up-item2 .footer__up-email {
  max-width: 527px;
  height: 226px;
  background-color: #fff;
  padding: 32px;
  -webkit-box-shadow: 1px 5px 7.5px rgba(196, 196, 196, 0.2);
          box-shadow: 1px 5px 7.5px rgba(196, 196, 196, 0.2);
}

.footer-home .container .footer__up .footer__col-right .footer__up-item2 .footer__up-email h4 {
  font-size: 18px;
  line-height: 25px;
  color: #2c3038;
  margin-bottom: 30px;
  font-weight: 400;
}

.footer-home .container .footer__up .footer__col-right .footer__up-item2 .footer__up-email form {
  max-width: 463px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer-home .container .footer__up .footer__col-right .footer__up-item2 .footer__up-email form input {
  background: #f7f9fc;
  border: none;
  padding: 12px 20px;
  font-size: 16px;
  outline: none;
  width: 78%;
  color: #2c3038;
  font-weight: 600;
  border-radius: 6px;
}

.footer-home .container .footer__up .footer__col-right .footer__up-item2 .footer__up-email form button {
  text-align: center;
  background: #dc4f72;
  border: none;
  outline: none;
  font-size: 16px;
  font-weight: 600;
  padding: 12px 20px;
  cursor: pointer;
  width: 20%;
  color: #fff;
  border-radius: 6px;
}

.footer-home .container .footer__up .footer__col-right .footer__up-item2 .footer__up-email form p {
  line-height: 22px;
  color: #5a5a5a;
  font-size: 16px;
}

.footer-home .container .footer__down {
  border-top: 1px solid #eaeaea;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 24px;
  margin-top: 48px;
  max-width: 1150px;
}

.footer-home .container .footer__down .footer__down-content {
  max-width: 490px;
  padding: 0;
}

.footer-home .container .footer__down .footer__down-content p {
  line-height: 22px;
  color: #5a5a5a;
  font-size: 16px;
  padding: 0;
}

.footer-home .container .footer__down .footer__down-content p a {
  color: #2c3038;
  text-decoration: none;
}

.footer-home .container .footer__down .footer__down-content p a:hover {
  color: #dc4f72;
}

.footer-home .container .footer__down .footer__down-icon {
  max-width: 203px;
  padding: 0;
}

.footer-home .container .footer__down .footer__down-icon a {
  color: #5a5a5a;
  width: 36px;
  height: 36px;
  line-height: 36px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
}

.footer-home .container .footer__down .footer__down-icon a:hover {
  cursor: pointer;
  color: #dc4f72;
}

@media (max-width: 1199.98px) {
  .header {
    height: 70px !important;
  }
  .contactus .container {
    padding-top: 20px;
  }
  .contactus .container .row-us {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .contactus .container .row-us .col-img {
    margin-bottom: 40px;
  }
  .contactus .container .row-us .col-img img {
    width: 100%;
  }
}

@media (max-width: 991.98px) {
  .header {
    height: 70px;
  }
  .header .menu {
    display: none;
  }
  .header .menu-mobile {
    display: block !important;
    border-radius: 5px;
    width: 36px;
    height: 36px;
    background-color: #dc4f72;
    text-align: center;
    line-height: 36px;
    cursor: pointer;
  }
  .header .menu-mobile .icon-toggle {
    color: #fff;
    font-size: 28px;
    line-height: 36px;
  }
  .header .menu-mobile .menu-mobile__toggle {
    position: fixed;
    top: 70px;
    right: 0;
    left: 0;
    background-color: #fff;
    height: 350px;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
            box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
    -webkit-transform: translateY(-150%);
            transform: translateY(-150%);
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    padding-bottom: 30px;
  }
  .header .menu-mobile .menu-mobile__toggle li {
    list-style-type: none;
  }
  .header .menu-mobile .menu-mobile__toggle li a {
    text-decoration: none;
    color: #5a5a5a;
  }
  .header .menu-mobile .menu-mobile__toggle .mobile-btn {
    margin: auto;
    width: 196px;
    height: 54px;
    border-color: #dc4f72;
    color: #dc4f72;
    font-size: 14px;
    font-weight: 500;
  }
  .header .menu-mobile .is-show {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    display: none;
  }
  .header .menu-mobile .active a {
    color: #dc4f72 !important;
  }
  .contactus .us-content .col-img img {
    padding: 0 !important;
  }
  .contactus .us-content .form-header h3 {
    font-size: 35px !important;
    margin-bottom: 20px !important;
  }
  .touch .touch-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .touch .touch-bottom .col {
    width: 50%;
  }
  .footer-home .footer__col-right {
    margin-top: 40px;
  }
  .footer-home .footer__col-right .footer__up-email {
    max-width: 100% !important;
  }
  .footer-home .footer__col-right .footer__up-email form {
    max-width: 100% !important;
  }
}

@media (max-width: 767.98px) {
  .contactus .col-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .contactus .contact-form .form-header .mobile-h3 {
    font-size: 26px !important;
    margin-bottom: 20px !important;
  }
  .footer-home .footer__up .footer__col-left .footer__up-item1 {
    margin-bottom: 20px;
  }
  .footer-home .footer__up .footer__col-left .footer__up-item1 h3 {
    margin-bottom: 15px !important;
  }
  .footer-home .footer__down {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}

@media (max-width: 575.98px) {
  .touch .mobile__touch-top--h3 {
    font-size: 30px !important;
  }
  .touch .mobile__touch-top--p {
    text-align: justify !important;
  }
  .touch .mobile__touch-col {
    width: 80% !important;
    padding: 16px !important;
  }
  .touch .mobile__touch-col .contact-detail h4 {
    font-size: 18px !important;
    margin-top: 10px;
  }
  .touch .mobile__touch-col .contact-detail .mobile__contact-detail--a {
    font-size: 15px !important;
  }
  .touch .mobile__touch-col .contact-detail .mobile__contact-detail--p {
    font-size: 15px !important;
    text-align: left !important;
  }
  .footer-home .mobile__footer__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer-home .mobile__footer__down-content--p {
    text-align: center !important;
  }
  .footer-home .footer__up-item2 h3 {
    margin-bottom: 10px !important;
  }
  .footer-home .mobile__footer__form {
    padding: 16px !important;
    height: 250px !important;
  }
}
/*# sourceMappingURL=contact.css.map */