/*! Normalise CSS !*/
@import url(normalize.css);
/*!Root Css!*/
@import url(root.css);
/*! Google Fonts !*/
@import url(../fonts/fonts.css);
body {
  font-family: sans-serif;
  background-color: #fff;
}

.container {
  max-width: 1441px;
  margin: 0 auto;
}

[type=button]:focus,
[type=button]:hover,
[type=submit]:focus,
[type=submit]:hover,
button:focus,
button:hover {
  color: #fff;
  background-color: transparent !important;
  text-decoration: none;
}

section.thumb-slider {
  padding: 100px 0;
}
section.thumb-slider h2 {
  font-size: 56px;
  font-Weight: 500;
  line-height: 67.2px;
  text-align: center;
  margin: 0 0 70px;
  color: #33353B;
}
section.thumb-slider h2 span {
  font-Weight: 300;
  background-image: url(../images/line.svg);
  background-repeat: no-repeat;
  background-position: bottom center;
}
section.thumb-slider .slider-wraper {
  position: relative;
}
section.thumb-slider .slid-thumb {
  width: auto;
  padding-left: 75px;
  margin-bottom: 60px;
  padding-right: 280px;
}
section.thumb-slider .slid-thumb .owl-item {
  width: auto !important;
  margin-right: 50px;
}
section.thumb-slider .slid-thumb .owl-item:last-child {
  margin: 0;
}
section.thumb-slider .slid-thumb .current a {
  display: table;
  padding: 5px;
  border: 1px solid #000;
  border-radius: 50%;
}
section.thumb-slider .slid-thumb .item {
  display: table;
}
section.thumb-slider .slid-thumb .item a img {
  width: 116px;
  height: 116px;
  border-radius: 50%;
}
section.thumb-slider .slid-thumb .item h5 {
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  text-align: center;
  margin: 8px 0 0;
}
section.thumb-slider .slid-main .content-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
section.thumb-slider .slid-main .content-wrap .img-box {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
height:100%;
	max-height:631px;
}
section.thumb-slider .slid-main .content-wrap .img-box > img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
	object-position:top;
}
section.thumb-slider .slid-main .content-wrap .img-box .text-abs {
  position: absolute;
  bottom: 8px;
  left: 8px;
  right: 8px;
  margin: auto;
  padding: 14px;
  background-color: #FFFFFF;
  border-radius: 10px;
}
section.thumb-slider .slid-main .content-wrap .img-box .text-abs h3 {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    color: #33353B;
    padding-left: 43px;
    background-image: url(../images/star.svg);
    background-repeat: no-repeat;
    background-position: left 10px center;
    background-size: 20px;
    margin: 0;
}
section.thumb-slider .slid-main .content-wrap .img-box .text-abs h3 span {
  position: relative;
  display: inline-block;
  margin-right: 70px;
}
section.thumb-slider .slid-main .content-wrap .img-box .text-abs h3 span::after {
  content: "";
  width: 45px;
  height: 1px;
  background-color: #33353B;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -57px;
  margin: auto;
}
section.thumb-slider .slid-main .content-wrap .text-box {
  background-color: #FBF8F6;
  padding: 50px 68px;
}
section.thumb-slider .slid-main .content-wrap .text-box h4 {
  padding-bottom: 24px;
  border-bottom: 1px solid #33353B;
  margin-bottom: 50px;
  margin-top: 0;
  font-size: 28px;
  font-weight: 500;
  line-height: 37.52px;
}
section.thumb-slider .slid-main .content-wrap .text-box p {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  margin-bottom: 30px;
  color: #767678;
}
section.thumb-slider .slid-main .content-wrap .text-box h6 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  margin-bottom: 24px;
  color: #767678;
}
section.thumb-slider .slid-main .content-wrap .text-box ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
section.thumb-slider .slid-main .content-wrap .text-box ul li {
  display: table;
  list-style: none;
  font-size: 16px;
  line-height: 21px;
  font-weight: 500;
  color: #767678;
  padding: 7px 14px;
  background-color: #fff;
  border: 1px solid #E7E5E3;
  border-radius: 37px;
}
section.thumb-slider .slid-main .owl-nav {
  position: absolute;
  top: -180px;
  right: 80px;
  display: flex;
  align-items: center;
  gap: 40px;
}
section.thumb-slider .slid-main .owl-nav .owl-prev {
  font-size: 0;
  width: 66px;
  height: 66px;
  background-image: url(../images/left-aro.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 0;
  margin: 0;
  background-color: #fff;
}
section.thumb-slider .slid-main .owl-nav .owl-next {
  font-size: 0;
  width: 66px;
  height: 66px;
  background-image: url(../images/right-aro.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 0;
  margin: 0;
  background-color: #fff;
}

.modalclose.show {
  z-index: 99999;
}

.w740 {
  max-width: 740px !important;
  border-radius: 15px;
}
.w740 ul {
  list-style-type: none;
  padding-left: 0;
}
.w740.w590 {
  max-width: 590px;
  text-align: center;
}
.w740.w590 .icon,
.w740.w590 .text {
  position: relative;
}
.w740.w590 .icon {
  width: 120px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.w740.w590 .text p {
  color: var(--Dark-grey, #767678);
  text-align: center;
  /* Body/18, regular */
  font-family: "General Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 136%;
  /* 24.48px */
}
.w740.w590 .text h2 {
  color: var(--Black, #33353b);
  text-align: center;
  /* Subtitle/medium, 40 */
  font-family: "General Sans";
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 48px */
  margin-bottom: 30px;
}
.w740.w590 .modal-body .overlay {
  left: 0;
  top: 0;
  position: absolute;
  right: 0;
  margin: 0 auto;
}
.w740.w590 .shape {
  background: url(../images/btnbg.png) no-repeat center center !important;
  min-width: 173px;
  min-height: 90px;
  border: none !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.w740.w590 .submit {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid rgba(51, 53, 59, 0.1);
}
.w740 p {
  color: var(--Dark-grey, #767678);
  text-align: center;
  /* Body/18, regular */
  font-family: "General Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 136%;
  /* 24.48px */
  text-align: left;
}
.w740 .modal-body {
  position: relative;
  padding: 20px 60px;
  border-radius: 15px;
  background: var(--Light-BG, #fdfff3);
}
.w740 .modal-body .overlay {
  border-radius: 488px;
  opacity: 0.5;
  background: #ebf1cf;
  filter: blur(100px);
  position: absolute;
  width: 488px;
  height: 360px;
  left: -20%;
  top: -20%;
  position: absolute;
}

.multi-step-form {
  position: relative;
}
.no-js .multi-step-form fieldset button,
.no-js .multi-step-form h2, .multi-step-form.edit-form fieldset button,
.multi-step-form.edit-form h2 {
  display: none !important;
}
.no-js .multi-step-form fieldset, .multi-step-form.edit-form fieldset {
  display: block !important;
}
.no-js .multi-step-form [type=submit],
.no-js .multi-step-form [type=reset], .multi-step-form.edit-form [type=submit],
.multi-step-form.edit-form [type=reset] {
  display: inline-block !important;
}
.no-js .multi-step-form .steps, .multi-step-form.edit-form .steps {
  display: none;
}
.multi-step-form fieldset {
  display: none;
  padding: 0;
  text-align: left;
}
.multi-step-form fieldset label {
  color: var(--Dark-grey, #767678);
  /* Body/regular, 12 */
  font-family: "General Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
  /* 15.6px */
}
.multi-step-form fieldset label a {
  color: #609790;
}
.multi-step-form fieldset ul.checkbox.text-sm {
  margin-top: 40px;
}
.multi-step-form fieldset ul.checkbox.text-sm label {
  color: var(--Dark-grey, #767678);
  /* Body/regular, 12 */
  font-family: "General Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
  /* 15.6px */
}
.multi-step-form fieldset ul.checkbox.text-sm label a {
  color: #609790;
}
.multi-step-form fieldset ul.checkbox li {
  margin-bottom: 25px;
}
.multi-step-form fieldset ul.checkbox li:last-child {
  margin-bottom: 0;
}
.multi-step-form fieldset ul.checkbox li label {
  display: flex;
  flex-wrap: wrap;
  color: var(--Black, #33353b);
  /* Body/18, regular */
  font-family: "General Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 136%;
  /* 24.48px */
  position: relative;
  padding: 0 0 0 46px;
}
.multi-step-form fieldset ul.checkbox li label input[type=checkbox] {
  position: relative;
  border-radius: 5px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  left: 0;
  top: 0;
}
.multi-step-form fieldset ul.checkbox li label input[type=checkbox]:before {
  content: "";
  width: 26px;
  height: 26px;
  background-color: white;
  border: 1px solid #e7e5e3;
  display: block;
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
}
.multi-step-form fieldset ul.checkbox li label input[type=checkbox]:after {
  content: "";
  width: 8px;
  height: 14px;
  display: block;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  display: block;
  transform: rotate(45deg);
  position: absolute;
  top: 4px;
  left: 9px;
  display: none;
}
.multi-step-form fieldset ul.checkbox li label input[type=checkbox]:checked:before {
  background-color: #33353b;
}
.multi-step-form fieldset ul.checkbox li label input[type=checkbox]:checked:after {
  display: block;
}
.multi-step-form fieldset:first-of-type {
  display: block;
}
.multi-step-form fieldset.hidden {
  display: none;
}
.multi-step-form fieldset.visible {
  display: block;
}
.multi-step-form .steps {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  position: absolute;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  bottom: 15px;
  left: 0;
  right: 0;
}
.multi-step-form .steps:before {
  content: "";
  position: absolute;
  height: 2px;
  background-color: #33353b;
  left: 0;
  right: 0;
}
.multi-step-form .steps button {
  border: 0;
  text-indent: -20000px;
  background-color: #fdfff3 !important;
  z-index: 1;
  position: relative;
  width: 10px;
  height: 10px;
}
.multi-step-form .steps button:after {
  content: "";
  width: 10px;
  height: 10px;
  border: 1px solid black;
  border-radius: 50%;
  position: absolute;
  inset: 0;
}
.multi-step-form .steps button.active:before {
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid black;
  background-color: #fdfff3;
  position: absolute;
  inset: 0;
  top: -5px;
  left: -5px;
  border-radius: 50%;
}
.multi-step-form .steps button.done {
  background-color: #33353b !important;
  border-radius: 50%;
}
.multi-step-form .steps [disabled] {
  background: none;
}
.multi-step-form .steps .active {
  background: #eee;
}
.multi-step-form h3 {
  color: var(--Black, #33353b);
  /* Subtitle/medium, 24 */
  font-family: "General Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 134%;
  /* 32.16px */
  display: flex;
  gap: 20px;
  margin-bottom: 10px;
}
.multi-step-form h3 span {
  width: 40px;
  height: 40px;
  display: flex;
  font-size: 20px;
  border-radius: 50px;
  border: 1px solid var(--Black, #33353b);
  align-items: center;
  justify-content: center;
}

.error {
  color: red;
  display: block;
  order: 2;
  font-size: 14px;
  font-weight: 500;
}

.multi-step-form fieldset ul.checkbox li label input[type=checkbox] + span.error {
  position: absolute;
  top: -40px;
  left: 0;
}

.multi-step-form fieldset ul.checkbox.text-sm li label input[type=checkbox] + span {
  display: block;
  bottom: -20px;
  top: auto;
  left: 46px;
}

label .optional {
  font-weight: normal;
  font-size: 90%;
}

.uploadsection .checkbox {
  margin-top: 28px;
}
.uploadsection .uploadinpout {
  cursor: pointer;
  padding: 30px;
  border-radius: 10px;
  border: 1.5px solid #e7e5e3;
  background: var(--White, #fff);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--Black, #33353b);
  text-align: center;
  gap: 18px;
  /* Subtitle/medium, 16 */
  font-family: "General Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 24px */
  margin-bottom: 12px;
}
.uploadsection .uploadinpout:last-child {
  margin-bottom: 0;
}

div#exampleModal .modal-dialog {
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.showupldimages img {
  max-height: 352px;
  margin: 0 auto;
  display: table;
}

.uplode_bx .upload-container {
  width: 100%;
  position: relative;
}
.uplode_bx .upload-container .img2 {
  display: none;
  position: absolute;
  top: 58px;
  z-index: -2;
}
.uplode_bx .upload-container p {
  display: none;
  position: absolute;
  bottom: 55px;
  z-index: -2;
}
.uplode_bx .upload-container .file-input {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.uplode_bx .upload-container .videocontainer video {
  height: 100%;
  width: 100%;
  scale: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
.uplode_bx .upload-container .preview-container {
  width: 100%;
  overflow: hidden;
  border: 1px solid #e7e5e3;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 24px;
  min-height: 200px;
}
.uplode_bx .upload-container .preview-container .preview-image-wcam {
  scale: 1;
  width: 100%;
}
.uplode_bx .upload-container .preview-container p {
  max-width: 164px;
  font-family: General Sans;
  font-size: 12px;
  font-weight: 400;
  line-height: 15.6px;
  text-align: center;
  color: #767678;
}
.uplode_bx .upload-container .preview-image {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  max-height: 473px;
}
.uplode_bx .upload-container .remove-button {
  position: absolute;
  top: 14px;
  right: 14px;
  background-color: #000;
  border: none;
  cursor: pointer;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #fff;
  align-items: center;
  justify-content: center;
}
.uplode_bx .upload-container .error-image {
  display: none;
}
.uplode_bx .upload-container .preview-image[src=""],
.uplode_bx .upload-container .preview-image-wcam[src=""] {
  display: none;
  /* Hide the empty image */
}

.hoverintext {
  position: absolute;
  inset: 0;
  background: #fdfff3;
  opacity: 0;
  z-index: -1;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hoverintext .row {
  width: 100%;
}

.hoverintext {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.posres.hover-added .for-upload {
  opacity: 1;
  z-index: 11;
}

.posres.hover-added1 .for-camera {
  opacity: 1;
  z-index: 11;
}

.closehover,
.closecamera {
  position: absolute;
  right: 0;
  bottom: 0;
}

.btn {
  position: relative;
  display: inline-block;
  padding: 8px 26px !important;
  border-radius: 28px !important;
  color: var(--Green, #609790) !important;
  text-align: center !important;
  font-family: "General Sans" !important;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 500 !important;
  line-height: 150%;
  border-radius: 108px !important;
  border: 1.5px solid var(--Black, #33353b) !important;
}
.btn svg {
  position: relative;
  top: -1px;
}
.btn:focus, .btn:active:focus {
  outline: 0;
  box-shadow: none;
}
.btn:hover {
  border: 1px solid var(--Green, #609790) !important;
  color: #609790 !important;
  background: transparent !important;
}
.btn.btn-border {
  border: 1px solid black;
  color: black;
  background: transparent !important;
}
.btn.btn-border:hover {
  background: black;
  color: white;
}

.btntext {
  color: var(--Dark-grey, #767678) !important;
  text-align: center !important;
  /* Subtitle/medium, 16 */
  font-family: "General Sans" !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 150% !important;
  /* 24px */
  border: none !important;
  background: transparent !important;
}

.inputtext label {
  color: var(--Black, #33353b);
  /* Body/regular, 14 */
  font-family: "General Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  /* 16.8px */
  margin-bottom: 11px;
}
.inputtext .col-12 {
  margin-bottom: 10px;
}
.inputtext .col-12:last-child {
  margin-bottom: 0;
}
.inputtext input[type=text],
.inputtext input[type=date] {
  border-radius: 10px;
  border: 1.5px solid #e7e5e3;
  background: var(--White, #fff);
  padding: 16px 26px;
  color: var(--Black, #33353b);
  font-weight: 300;
  /* Body/18, regular */
  font-family: "General Sans";
  font-size: 18px;
  font-style: normal;
  line-height: 136%;
  /* 24.48px */
  margin-bottom: 0;
}

.btns-container {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid rgba(51, 53, 59, 0.1);
  display: flex;
  justify-content: flex-end;
}
.btns-container.spcebtwn {
  justify-content: space-between;
}/*# sourceMappingURL=style.css.map */
section.thumb-slider .slid-main .owl-item:nth-child(2) .content-wrap .text-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

body.page-id-15  #sync2.owl-carousel .owl-stage {
    width: 100% !important;
}

/* @media Screen and ( max-width:1300px){
.e-con.e-flex>.e-con-inner {
    padding-left: 20px;
    padding-right: 20px;
}
} */