.gform_wrapper ul.gfield_checkbox li input[type=checkbox] {
    display:none !important
}
.gform_wrapper ul.gfield_checkbox li input[type=checkbox] + label{
    font-weight:normal;
    cursor:pointer;
    margin-bottom:0;
    padding-left:0;
    line-height:1; 
    margin:0;
}
.gform_wrapper ul.gfield_checkbox li input[type=checkbox] + label:before {
    content:"";
    display:inline-block;
    width:17px;
    height:17px;
    vertical-align:middle;
    margin-right:8px;
    background-color:#fff;
    border:1px solid #ccc;
    border-radius:2px;
    font-weight:normal;
}
.gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked + label:before {
    content:"\2714";
    color:white;
    background-color:#69f;
    border:1px solid #69f;
    text-align:center;
    line-height:14px;
}
.gform_wrapper ul.gfield_radio li input[type="radio"] {
    display: none;
}

.gform_wrapper ul.gfield_radio li input[type="radio"] + label{
    font-weight:normal;
    cursor:pointer;
    margin-bottom:0;
    padding-left:27px;
    line-height:1;
    margin:0;
}
.gform_wrapper ul.gfield_radio li input[type="radio"] + label:before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    margin: 0;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #ccc;
    position: absolute;
    left: 0;
    top: 1px;
}
.gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label:before {
    background-color: #fff;
    border: 4px solid #69f;
}
.gform_wrapper .gfield_validation_message, .gform_wrapper .validation_message {
    display: none !important;
}
.gform_wrapper .gfield_error [aria-invalid=true] {
    border: 1px solid #c01f41 !important;
}
.gform_wrapper .gform_validation_errors {
    border: 1.5px solid #c01f41 !important;
}
.gform_wrapper .gfield_error .gfield_repeater_cell label, .gform_wrapper .gfield_error label, .gform_wrapper .gfield_error legend, .gform_wrapper .gfield_validation_message, .gform_wrapper .validation_message, .gform_wrapper [aria-invalid=true]+label, .gform_wrapper label+[aria-invalid=true] {
    color: #c01f41 !important;
}
.gform_wrapper .gfield_required {
    color: #c01f41 !important;
}
body .gform_wrapper .top_label .gfield_label {
    margin-top: 0;
}
body div#ui-datepicker-div[style] {
    background-color: #fff;
    padding: 10px;
    min-width: 270px;   
}
.ui-datepicker-title select {
    margin-top: 0 !important;
    width: 88px;
    float: left;
    padding: 0px 7px !important;
    height: 32px;
    font-size: 13px;
}
body .ui-datepicker-header {
    background-color: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    min-height: 40px!important;
    border-width: 0 !important;
}
.ui-datepicker .ui-datepicker-header a {
    background-color: #000 !important;
}
.ui-datepicker-prev {
    margin-right: 7px;
}
.ui-datepicker td a, .ui-datepicker td span {
    width: 100% !important;
    background: #fff !important;
    text-shadow: none !important;
    font-size: 14px !important;
    font-weight: normal !important;
    height: 30px !important;
    display: block !important;  
}
.ui-datepicker tbody td {
    padding: 0;
    border: 1px solid #ccc; 
}
td.ui-datepicker-unselectable.ui-state-disabled {
    background-color: #eee;
}
.ui-datepicker tbody td:last-child {
    border-right: 1px solid #bbb;
}
.ui-datepicker .ui-datepicker-calendar td {
    height: 30px !important;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-default {
    background-color: transparent !important;
}
.ui-datepicker th {
    text-transform: uppercase;
    text-align: center;
    font-size: 14px !important;
    padding: 0 !important;
    color: #fff !important;
    text-shadow: none !important;
    filter: none !important;
    background-color: #555 !important;
}
.ui-datepicker .ui-datepicker-calendar td:hover, .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-today {
    background-color: #eeeeee !important;
}
.sadu-gravaty-style .gform_wrapper .gfield_error .gfield_label {
    color: #e60000 !important;
}
.loaderWrap {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgb(0 0 0 / 80%);
    z-index: 99999;
}
.loaderWrap .loader {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.loader {
  border: 5px solid #eee;
  border-radius: 50%;
  border-top: 5px solid #0053A0;
  width: 50px;
  height: 50px;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
  margin: 20px auto;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.btn-load {
  position: relative;
  opacity: .8;
  color: transparent !important;
  text-shadow: none !important;
}
.btn-load:hover,
.btn-load:active,
.btn-load:focus {
  cursor: default;
  color: transparent;
  outline: none !important;
  box-shadow: none;
}
.btn-load:before {
  content: '';
  display: inline-block;
  position: absolute;
  background: transparent;
  border: 1px solid #fff;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-radius: 50%;
  box-sizing: border-box;
  top: 50%;
  left: 50%;
  margin-top: -12px;
  margin-left: -12px;
  width: 24px;
  height: 24px;
  -webkit-animation: ld 1s ease-in-out infinite;
  -moz-animation: ld 1s ease-in-out infinite;
  -o-animation: ld 1s ease-in-out infinite;
  animation: ld 1s ease-in-out infinite;
}
.btn-default.btn-load:before {
  border-left-color: #333333;
  border-right-color: #333333;
}
.btn-lg.btn-load:before {
  margin-top: -16px;
  margin-left: -16px;
  width: 32px;
  height: 32px;
}
.btn-sm.btn-load:before {
  margin-top: -9px;
  margin-left: -9px;
  width: 18px;
  height: 18px;
}
.btn-xs.btn-load:before {
  margin-top: -7px;
  margin-left: -7px;
  width: 14px;
  height: 14px;
}
@-webkit-keyframes ld {
  0% {
    transform: rotate(0deg) scale(1);
  }
  50% {
    transform: rotate(180deg) scale(1.1);
  }
  100% {
    transform: rotate(360deg) scale(1);
  }
}
@-moz-keyframes ld {
  0% {
    transform: rotate(0deg) scale(1);
  }
  50% {
    transform: rotate(180deg) scale(1.1);
  }
  100% {
    transform: rotate(360deg) scale(1);
  }
}
@-o-keyframes ld {
  0% {
    transform: rotate(0deg) scale(1);
  }
  50% {
    transform: rotate(180deg) scale(1.1);
  }
  100% {
    transform: rotate(360deg) scale(1);
  }
}
@keyframes ld {
  0% {
    transform: rotate(0deg) scale(1);
  }
  50% {
    transform: rotate(180deg) scale(1.1);
  }
  100% {
    transform: rotate(360deg) scale(1);
  }
}
.progress_load {
    height: 4px;
    position: relative;
    display: block;
    background-color: #2e4b93;
    position: relative;
    overflow: hidden;
    clear: both;
}
.loadmoreDiv{
  text-align:center;  
}
.progress_load:after {
    content: "";
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, rgba(255, 255, 255, .5)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .5)), color-stop(.75, rgba(255, 255, 255, .5)), color-stop(.75, transparent), to(transparent));
    background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, .5) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .5) 50%, rgba(255, 255, 255, .5) 75%, transparent 75%, transparent);
    z-index: 1;
    background-size: 30px 30px;
    -webkit-animation: move 1s linear infinite;
    -moz-animation: move 1s linear infinite;
    overflow: hidden;
}
@keyframes move {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 50px 50px;
  }
}










/* experience beauty section css  */
.experienceBeautySec ul.nectar-parallax-scene li.layer:nth-child(2) > div {
    background-size: auto;
    background-repeat: no-repeat;
    top: 0px;
    right: 410px;
}

.experienceBeautySec .experienceBeautyContentCol > .vc_column-inner .wpb_wrapper h4 {
    color: #FFFFFF;
    font-weight: 700;
	max-width: 480px;
}

.experienceBeautySec .experienceBeautyContentCol > .vc_column-inner .wpb_wrapper p {
    font-size: 18px;
    line-height: 24px;
    color: #fff;
}

.experienceBeautySec .experienceBeautyContentCol > .vc_column-inner .iwithtext .iwt-icon img {
    width: 22px !important;
    margin: 0;
}

.experienceBeautySec .experienceBeautyContentCol > .vc_column-inner .iwithtext .iwt-text {
    padding-left: 35px !important;
}

.experienceBeautySec .experienceBeautyContentCol > .vc_column-inner .iwithtext .iwt-text a {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
}

.experienceBeautySec .experienceFormCol > .vc_column-inner .wpb_wrapper h5 {
    color: #fff;
    font-family: 'Inter';
}

.experienceBeautySec .experienceFormCol > .vc_column-inner .gform_fields {
    gap: 20px 20px !important;
}

.experienceBeautySec .experienceFormCol > .vc_column-inner .gform_fields .ginput_container input {
    background: transparent;
    color: #17D4E7;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-radius: 0;
    padding: 0;
	font-size: 12px;
	line-height: 18px;
}

.experienceBeautySec .experienceFormCol > .vc_column-inner .gform_fields .ginput_container input::placeholder {
    color: #FFFFFF;
}

.experienceBeautySec .experienceFormCol > .vc_column-inner .gform_fields .ginput_container textarea {
	background: transparent;
	color: #17D4E7;
	border-left: 0;
	border-right: 0;
	border-top: 0;
	border-radius: 0;
	padding: 0;
	height: 80px !important;
	min-height:80px !important;
	font-size: 12px;
	line-height: 18px;
}

.experienceBeautySec .experienceFormCol > .vc_column-inner .gform_fields .ginput_container textarea::placeholder {
    color: #FFFFFF;
}

.experienceBeautySec .experienceFormCol > .vc_column-inner .gform_footer input {
    background: #17D4E7 !important;
    font-size: 16px !important;
    line-height: 24px !important;
    font-weight: 700 !important;
    letter-spacing: 1px !important;
    padding: 16px 24px !important;
}


.experienceBeautySec .experienceFormCol > .vc_column-inner .gform_fields .formInnerText p {
    padding-bottom: 0px;
    color: #fff;
    font-size: 12px;
    line-height: 24px;
}
.experienceBeautySec .experienceFormCol > .vc_column-inner .gform_fields .formInnerText h5 {
    color: #fff;
    font-size: 14px;
	line-height: 24px;
    font-family: 'Space Mono';
	margin:0;
}

.experienceBeautySec .experienceFormCol > .vc_column-inner form {
	position:relative;
	overflow:hidden;
}

.experienceBeautySec .experienceFormCol > .vc_column-inner .gform_fields .formInnerText {
    position: absolute;
    left: 140px;
    bottom: 0;
	padding: 6px 0;
}

.experienceBeautySec .experienceFormCol > .vc_column-inner .gform_wrapper .gform_validation_errors {
    border: 1.5px solid #c01f41 !important;
    display: none;
}

.experienceBeautySec .experienceFormCol > .vc_column-inner .gform_wrapper .gfield_error [aria-invalid=true] {
    border-right: 0 !important;
    border-left: 0 !important;
    border-top: 0 !important;
}

/* experience beauty section css ends */

/* footer section css start */

.mainFooterSec .footerLogoCol > .vc_column-inner .wpb_wrapper p {
    font-size: 16px;
    line-height: 25px;
    color: #0B0B0B;
    padding-top: 10px;
}

.mainFooterSec .footerMenuCol > .vc_column-inner .wpb_wrapper h6 {
    color: #fff;
    font-weight: 700;
    letter-spacing: 1px;
}

.mainFooterSec .footerMenuCol > .vc_column-inner .widget h2.widgettitle {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: inter;
    letter-spacing: 1px;
    color: #0A3DB1;
    margin-bottom: 40px;
}

.mainFooterSec .footerMenuCol > .vc_column-inner .footerTitleText {
    margin-bottom: 40px;
}

.mainFooterSec .footerMenuCol > .vc_column-inner .wpb_wrapper ul.menu {
    margin: 0;
}

.mainFooterSec .footerMenuCol > .vc_column-inner .wpb_wrapper ul.menu li {
    list-style: none;
    margin-bottom: 16px;
}

.mainFooterSec .footerMenuCol > .vc_column-inner .wpb_wrapper ul.menu li a {
    font-size: 14px;
    line-height: 25px;
    color: #fff;
	position:relative;
	display: inline-block;
	transition: all 0.4s ease-in-out ;
}

.mainFooterSec .footerMenuCol > .vc_column-inner .wpb_wrapper ul.menu li a:hover {
    padding-left: 10px !important;
    color: #fff;
}

.mainFooterSec .footerMenuCol > .vc_column-inner .wpb_wrapper ul.menu li a:before {
    content: '\f054';
    position: absolute;
    left: 0;
    background: transparent !important;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    top: 0px;
    opacity: 0;
    font-family: fontawesome;	
	transition: all 0.4s ease-in-out ;
}

.mainFooterSec .footerMenuCol > .vc_column-inner .wpb_wrapper ul.menu li a:hover:before{
	opacity:1;
}

.mainFooterSec .footerMenuCol > .vc_column-inner .wpb_wrapper p {
    padding-bottom: 8px;
    font-size: 14px;
    color: #fff;
}

.mainFooterSec .footerMenuCol > .vc_column-inner .wpb_wrapper p:last-child {
    padding: 0;
}

.mainFooterSec .footerMenuCol > .vc_column-inner .wpb_wrapper p a {
    color: #fff;
}

.mainFooterSec .footerSocialCol > .vc_column-inner ul.social {
    margin: 0;
    display: flex;
    gap: 10px;
}

.mainFooterSec .footerSocialCol > .vc_column-inner ul.social li {
    list-style: none;
}

.mainFooterSec .footerSocialCol > .vc_column-inner ul.social li i {
    font-size: 22px;
    color: #0A3DB1;
}

.mainFooterSec .copyRightRow .vc_column-inner > .wpb_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mainFooterSec .copyRightRow .vc_column-inner > .wpb_wrapper .wpb_text_column.wpb_content_element {
    margin: 0;
}

.mainFooterSec .copyRightRow .vc_column-inner > .wpb_wrapper p {
    font-size: 14px;
    color: #fff;
    line-height: 21px;
}

.mainFooterSec .copyRightRow .vc_column-inner > .wpb_wrapper p a {
    color: #fff;
}
.portfolioCol  ul.social li a:hover svg path{
	fill: #17D4E7 !important;
}


/* footer section css ens */

/* our story sec css start */
.ourStorySec .row-bg-wrap .row-bg {
	border-radius: 100px 100px 0 0;
}

.ourStorySec .ourStoryContentCol > .vc_column-inner .wpb_wrapper h2 {
    color: #fff;
    font-weight: 600;
}

.ourStorySec .ourStoryContentCol > .vc_column-inner .wpb_wrapper h5 {
	color: #17D4E7;
	font-weight: 600;
}

.ourStorySec .ourStoryContentCol > .vc_column-inner .wpb_wrapper p {
	color: #fff;
}

.ourStorySec .ourStoryContentCol > .vc_column-inner .nectar_single_testimonial .inner p {
    padding-bottom: 20px;
	line-height:30px;
	font-family: 'Space Mono';
}

.ourStorySec .ourStoryContentCol > .vc_column-inner .nectar_single_testimonial .inner .wrap span {
    color: #17D4E7;
    font-size: 16px;
    line-height: 25px;
    font-weight: 600;
    letter-spacing: 1px;
}

.ourStorySec .ourStoryContentCol > .vc_column-inner .nectar_single_testimonial .inner .wrap span.title {
    font-size: 12px;
    line-height: 25px;
    color: #fff !important;
    opacity: 1 !important;
    font-weight: 400;
}



/* our story sec css end */

/* benifits section css start */

.colorText .wpb_wrapper p {
    color: #17D4E7;
    font-weight: 500;
    text-transform: uppercase;
}

.locationBenifitSec .benifitImageCol .vc_column-inner .img-with-aniamtion-wrap img {
    width: 100% !important;
}

.locationBenifitSec .benfitListingCol > .vc_column-inner .wpb_text_column .wpb_wrapper h5 {
    text-align: center;
}

.locationBenifitSec .benfitListingCol > .vc_column-inner .nectar-fancy-ul ul li {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #9c9c9c45;
    font-size: 14px;
    line-height: 20px;
	text-transform: uppercase;
}

.locationBenifitSec .benfitListingCol > .vc_column-inner .nectar-fancy-ul ul li:last-child {
	margin-bottom: 0px;
}

.locationBenifitSec .benfitListingCol {
    position: absolute;
    z-index: 1;
    width: 33%;
}

.locationBenifitSec .benifitImageCol {
  	margin: 0 0 0 auto !important;
}

.locationBenifitSec  .locationBenifitInnerMainRow  {
	overflow:hidden;
}

.locationBenifitSec .locationBenifitInnerMainRow  > .row_col_wrap_12_inner {
	align-items:center;
}

/* benifits section css end */