a{
  text-decoration: none;
}

.image-overlay {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.object-fit {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.btn-border {
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  border: none;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 12px;
  color: #fb5d52;
  background-color: #fedfdc;
  border: 1px solid #fb5d52;
  width: max-content;
}

.btn-border i {
  margin-left: 10px;
}

.btn-primary {
  background: #3f51b5;
  color: #fff;
  border: #3f51b5 1px solid;
  border-radius: 50px;
}


.custome-select {
  position: relative;
  z-index: 1;
}





@media (min-width: 1200px) {
  .btn-border {
    padding: 19px 24px;
    font-size: 18px;
  }

  .btn-border:hover {
    background-color: #fb5d52;
    color: #fff;
  }
}

/* header */

.page-header {
  position: relative;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  padding: 11px 0;
  border-bottom: 1px solid #ecd7d4;
}

.page-header.fixed {
  box-shadow: 0 4px 44px rgba(0, 0, 0, 0.04);
}

.header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-logo {
  display: inline-block;
  width: 90px;
}

.toggle-btn div:first-child {
  margin-top: 0;
}

/* nav-primary */

.headre-nav > .nav-primary {
  position: fixed;
  top: 0;
  left: -100%;
  width: 300px;
  height: 100%;
  background-color: #2d2d2d;
  overflow-y: auto;
  padding: 30px 25px 0;
  transition: all 0.3s ease-in-out;
}

.headre-nav > .nav-primary.active {
  left: 0;
}

.nav-primary li a {
  color: #fff;
  display: inline-block;
  font-size: 14px;
  width: 100%;
  padding: 8px 0;
}

.nav-primary > li > .sub-menu {
  background-color: #fff;
  width: 100%;
  padding: 15px;
  display: none;
  transition: all 0.3s ease-in-out;
}

.nav-primary > li.active > .sub-menu.js-toggled {
  display: block;
}

.nav-primary > li > .sub-menu > li > a {
  color: #000;
}

.menu-item-has-children {
  position: relative;
}

.sub-menu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 33px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #fff;
}

.sub-menu-two {
  display: none;
}

.children-has-before .sub-menu-toggle {
  color: #002a68;
}

.sub-menu-children {
  background-color: #011f5b;
  padding: 10px 11px;
  display: none;
}

.nav-primary > li > .sub-menu > li > .sub-menu-children > li > a {
  color: #fff;
}

.nav-primary > li > .sub-menu li .sub-menu-children.js-toggled {
  display: block;
}

.sub-menu-toggle::before {
  font-size: 13px;
}

.toggle-btn {
  width: 30px;
  cursor: pointer;
  margin-left: 30px;
}

.toggle-btn div {
  width: 100%;
  height: 2px;
  background-color: #000000;
  margin-top: 10px;
  transition: all 0.3s ease-in-out;
}

.toggle-btn.open .one {
  transform: rotate(45deg) translate(8px, 8px);
}

.toggle-btn.open .two {
  opacity: 0;
}

.toggle-btn.open .three {
  transform: rotate(-45deg) translate(9px, -9px);
}

.nav-primary li.active > a {
  color: #3f51b5;
}

.header-btn a {
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  color: #fff;
  border: none;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 12px;
  background-color: #fb5d52;
}

.no-menu .header-btn a {
  padding: 10px 15px;
  color: #fb5d52;
  background-color: #fedfdc;
}

.header-btn a i {
  font-weight: 700;
  margin-right: 10px;
}

.header-roght {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (min-width: 768px) {
  .header-logo {
    width: 110px;
  }

  .header-btn {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}

@media (min-width: 1200px) {
  .toggle-btn {
    display: none;
  }

  .header-btn {
    margin-left: 20px;
  }

  .headre-nav > .nav-primary {
    position: relative;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    background-color: transparent;
    padding: 0;
    transition: all 0.3s ease-in-out;
    overflow: unset;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .nav-primary li a {
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    padding: 13px 0;
    color: #2d2d2d;
  }

  .sub-menu-toggle {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #fff;
  }

  .nav-primary > li {
    margin: 0 0;
    padding: 0 42px 0 0;
  }

  .nav-primary > li > .sub-menu {
    background-color: #31bff0;
    border-top: 2px solid rgb(227, 183, 97);
    width: 200px;
    padding: 0 20px 5px;
    text-align: left;
    display: block;
    position: absolute;
    top: 81px;
    left: 0;
    opacity: 0;
    visibility: hidden;
  }

  .nav-primary > li > .sub-menu > li > a {
    color: #fff;
  }

  .nav-primary > li > .sub-menu > li > a:hover {
    color: #002a68;
  }

  .nav-primary li:hover .sub-menu {
    opacity: 1;
    top: 45px;
    visibility: visible;
  }

  .nav-primary > li > .sub-menu li .sub-menu-children {
    background-color: #219cc7;
    width: 200px;
    padding: 0 20px 5px;
    text-align: left;
    display: block;
    position: absolute;
    top: 10px;
    left: 180px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
  }

  .nav-primary > li > .sub-menu li:hover .sub-menu-children {
    opacity: 1;
    visibility: visible;
    top: -1px;
  }

  .children-has-before .sub-menu-toggle {
    color: #fff;
    transform: rotate(-90deg);
    font-size: 15px;
  }

  .nav-primary > li > .sub-menu-megha {
    width: 100%;
    max-width: 1300px;
    position: fixed;
    left: 50%;
    top: 100px;
    transform: translate(-50%, 0%);
  }

  .nav-primary li:hover .sub-menu-megha {
    opacity: 1;
    top: 45px;
    visibility: visible;
  }

  .sub-menu-megha {
    column-count: 5;
  }

  .nav-primary > li:first-child {
    padding-left: 0;
  }

  .sub-menu-toggle::before {
    font-size: 10px;
  }

  .nav-primary li > a:hover {
    color: #3f51b5;
  }

  .header-btn a:hover {
    color: #fff;
    background-color: #5c5150;
  }

  .no-menu .header-btn a:hover {
    color: #fff;
    background-color: #fb5d52;
  }

  .page-header {
    height: 80px;
  }

  .nav-primary > li > .sub-menu > li > .sub-menu-children > li > a {
    padding: 10px 0;
    font-size: 13px;
  }

  .nav-primary > li > .sub-menu > li > .sub-menu-children > li > a:hover {
    color: #002a68;
  }

  .header-logo {
    width: 150px;
  }

  .no-menu .header-btn a {
    padding: 16px 25px 16px 21px;
    font-size: 16px;
  }

  .no-menu .header-btn a {
    padding: 19px 24px;
    font-size: 18px;
  }
}

@media (min-width: 1400px) {
  .nav-primary li {
    padding: 0 52px 0 0;
  }

  .nav-primary li:hover .sub-menu {
    top: 60px;
  }

  .nav-primary > li > .sub-menu > li > a {
    padding: 9px 0;
  }
}

/* header end */

.landing-options {
  background-color: #fff6f5;
  padding: 30px 22px 45px 22px;
}

.landing-options-list-wrapper {
  padding: 15px;
  border-radius: 25px;
  background-color: #fff;
}

.landing-options-link {
  border-radius: 20px;
  overflow: hidden;
  display: block;
}

.landing-options-img {
  border-radius: 20px;
  position: relative;
  aspect-ratio: 2 / 1.2;
}

.landing-options-img img.object-fit {
  border-radius: 20px;
}

.landing-options-icon {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: -30px;
  background-color: #fff;
  border-radius: 50px;
  padding: 12px;
  box-shadow: 0 0 25px rgba(239, 223, 221, 0.7);
}

.landing-options-content {
  padding: 40px 0 0 0;
  text-align: center;
}

.landing-options-content h3 {
  font-size: 18px;
  color: #1e212f;
  font-weight: 600;
  padding-bottom: 12px;
}

.landing-options-content p {
  font-size: 14px;
  color: #484c5b;
  font-weight: 500;
  line-height: 20px;
  padding-bottom: 15px;
  height: 6rem;
}

.landing-options-content button {
  width: 40px;
  height: 40px;
  background-color: #fb5d52;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border: none;
  border-radius: 50px;
  margin: 0 auto;
  font-size: 18px;
}

.landing-options-item {
  margin-bottom: 35px;
}

.landing-options-item:last-child {
  margin-bottom: 12px;
}

.landing-options-list-flex a.btn-border {
  margin: 35px auto 0;
}

@media (min-width: 768px) {
  .landing-options {
    padding: 30px 52px 45px 52px;
  }
}

@media (min-width: 1024px) {
  .landing-options {
    padding: 30px 22px 45px 22px;
  }
}

@media (min-width: 1200px) {
  .landing-options {
    padding: 50px 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .landing-options-list {
    max-width: 1020px;
    margin: 0 auto;
  }

  .landing-options-list-flex {
    padding: 0;
  }

  .landing-options-list-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 0 -15px;
    width: calc(100% + 30px);
    padding: 30px 15px;
  }

  .landing-options-item {
    width: calc(33.333% - 30px);
    margin: 0 15px;
  }

  .landing-options-icon img {
    opacity: 0.6;
  }

  .landing-options-content button {
    width: 50px;
    height: 50px;
    background-color: #fedfdc;
    color: #fb5d52;
  }

  .landing-options-link:hover .landing-options-content button {
    background-color: #fb5d52;
    color: #fff;
  }

  .landing-options-link:hover .landing-options-icon img {
    opacity: 1;
  }

  .landing-options-icon {
    bottom: -50px;
    width: 100px;
    height: 100px;
    padding: 25px;
  }

  .landing-options-content {
    padding: 65px 0 0 0;
  }

  .landing-options-content h3 {
    font-size: 22px;
    padding-bottom: 6px;
  }

  .landing-options-list-flex a.btn-border {
    margin: 50px auto 0;
  }

  .landing-options-link:hover .landing-options-content h3 {
    color: #fb5d52;
  }
}

@media (min-width: 1400px) {
  .landing-options {
    padding: 0;
  }
}

.image-register-form {
  margin-top: 60px;
  padding: 25px 0 30px;
  background-color: #fff6f5;
}

.image-register-form-wrap {
  padding: 30px 0 10px;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 0 25px rgba(239, 223, 221, 0.6);
}

.image-register-form-image {
  height: 318px;
  border-radius: 15px;
  overflow: hidden;
  margin: 0 10px;
}

.image-register-form-content {
  padding: 0 22px;
  margin-bottom: 40px;
}

.image-register-form-content h3 {
  font-size: 20px;
  color: #1e212f;
  font-weight: 700;
  display: block;
  text-align: center;
  padding-bottom: 6px;
}

.image-register-form-content p {
  font-size: 14px;
  color: #484c5b;
  font-weight: 500;
  display: block;
  text-align: center;
  padding-bottom: 22px;
}

.form-col {
  position: relative;
  display: block;
  margin-bottom: 15px;
}

.form-col-icon {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translate(0, -50%);
}

.form-checkbox input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.form-checkbox label {
  position: relative;
  cursor: pointer;
  font-size: 14px;
  color: #1e212f;
  font-weight: 500;
  padding-left: 34px;
}

.form-checkbox label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  width: 24px;
  border-radius: 4px;
  height: 24px;
  border: 1px solid #fb5d52;
  display: inline-block;
  position: absolute;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.form-checkbox input:checked + label:before {
  background-color: #fb5d52;
}

.form-checkbox input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.form-checkbox {
  position: relative;
  display: block;
  margin-top: 25px;
}

.form-col-btn {
  margin-top: 25px;
}

.form-col-btn button {
  font-size: 18px;
  color: #fff;
  background-color: #fb5d52;
  border: none;
  font-weight: 600;
  border-radius: 10px;
  width: 100%;
  display: block;
  padding: 11px 0;
}

.form-col-info {
  margin-top: 15px;
  text-align: center;
}

.form-col-info p {
  font-size: 16px;
  font-weight: 500;
  color: #1e212f;
  display: block;
  text-align: center !important;
}

.form-col-info p a {
  font-size: 18px;
  font-weight: 600;
  color: #fb5d52;
  display: block;
  text-align: center;
  width: max-content;
  text-decoration: underline;
  margin: 0 auto;
}

.form-col-wraper {
  position: relative;
}

@media (min-width: 768px) {
  .image-register-form-content {
    padding: 0 52px;
  }

  .image-register-form-content h3 {
    font-size: 30px;
  }

  .image-register-form-content p {
    font-size: 16px;
  }

  .image-register-form-image {
    height: 628px;
  }
}

@media (min-width: 1200px) {
  .image-register-form-wrap {
    display: flex;
    flex-direction: row-reverse;
    max-width: 1020px;
    margin: 0 auto;
    justify-content: space-between;
    padding: 15px 30px 15px 15px;
    align-items: center;
  }

  .image-register-form-image {
    height: 470px;
    margin: 0;
    width: 47%;
  }

  .image-register-form-content {
    padding: 0 0 0 30px;
    width: 53%;
    margin: 0;
  }

  .image-register-form-content p,
  .image-register-form-content h3 {
    text-align: left;
  }

  .form-col-btn {
    margin: 0;
  }

  .form-checkbox {
    margin-top: 0;
  }

  .form-col-wraper {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .form-col-btn button {
    width: 123px;
  }

  .form-col-info {
    margin-top: 33px;
    text-align: center;
  }

  .image-register-form-content p {
    padding-bottom: 0;
  }

  .contact-form {
    margin-top: 18px;
  }

  .form-col-btn button:hover {
    color: #fff;
    background-color: #5c5150;
  }

  .image-register-form {
    margin-top: 80px;
    padding: 80px 0;
  }
}
