/* NEW */
.normal-text {
  font-weight: 400;
}

.contact-section-2-col-new .bg-dark-green h3 {
  margin-top: 1rem;
  color: white;
}

.contact-section-2-col-new .hs-form {
  justify-content: center;
}

.contact-section-2-col-new .col.form-col {
  padding: 30px 10px;
}

.contact-section-2-col-new .col.text-col {
  display: flex;
  justify-content: center;
}

.contact-image {
  height: 220px;
  width: 220px;
  object-fit: cover;
  margin: 0 auto;
  border-radius: 50%;
}

/* NEW END */
.text-container {
	max-width: 800px;
	margin: 0 auto;
	padding: 0 !important;
  padding-bottom: 16px !important;
}

@media screen and (max-width: 480px) {
	.input {
		margin-right: 0px !important;
	}
}

.hs-input {
	width: 100% !important;
}

.form-columns-1 {
	width: 100%;
}
/*Columns*/
.contact-section-2-col-new .two-col.inverted{ 
   display: flex;
   flex-direction: column-reverse;  
}
@media (min-width: 768px){
.contact-section-2-col-new.two-col.inverted{ 
    flex-direction: row-reverse;  
}
}
@media (min-width:768px) {
.contact-section-2-col-new .col:first-child {
	border-right: 1px solid var(--cs2cn-gray);

  }
  .contact-section-2-col-new.two-col.inverted .col:first-child {
	border-right: none;
    border-left: 1px solid var(--cs2cn-gray);

  }
}
/*Reset*/

.contact-section-2-col-new .contact-form .hs-inline-edit .wow,
.contact-section-2-col-new__contact-form :not(.slick-track):not(.slick-slide):not([data-transition-wrapper]) {
	transition: background-color 0.5s ease !important;
}



/*CSS Variables*/

.contact-section-2-col-new {
	--cs2cn-text-dark: #323C46;
	--cs2cn-green: #1F5055;
	--cs2cn-gray: #C4C4C4;
	--cs2cn-light-green: #DCE7E5;
	--cs2cn-pulse-orange-from: rgba(251, 87, 43, 0.5);
	--cs2cn-pulse-orange-to: rgba(251, 87, 43, 0);
}

.contact-section-2-col-new .align-center {
	text-align: center
}

.contact-section-2-col-new .contact-form .field.hs-form-field {
	transition: background-color 0.5s ease !important;
	background-color: transparent;
}

.contact-section-2-col-new .contact-form .field.hs-form-field.is-in-focus {
	background-color: var(--cs2cn-light-green);
}

.contact-section-2-col-new .contact-form [class^="hs_LEGAL_CONSENT"].field.hs-form-field.focus {
	background-color: transparent;
}


.contact-section-2-col-new .disabled {
	pointer-events: none;
	cursor: default;
}

@-webkit-keyframes cs2cn-pulse {
	0% {
		@include transform(scale(.9));
	}
	70% {
		@include transform(scale(1));
		box-shadow: 0 0 0 25px var(--cs2cn-pulse-orange-to);
	}
	100% {
		@include transform(scale(.9));
		box-shadow: 0 0 0 0 var(--cs2cn-pulse-orange-to);
	}
}

@keyframes cs2cn-pulse {
	0% {
		@include transform(scale(.9));
	}
	70% {
		@include transform(scale(1));
		box-shadow: 0 0 0 25px var(--cs2cn-pulse-orange-to);
	}
	100% {
		@include transform(scale(.9));
		box-shadow: 0 0 0 0 var(--cs2cn-pulse-orange-to);
	}
}

.contact-section-2-col-new .booking-btn.disabled, .contact-section-2-col-new__contact-form .disabled {
	background-color: #ffb7a4 !important;
}

.contact-section-2-col-new .booking-btn {
  background-color: #fb572b;
  color: white;
  transition: background-color 0.5s ease;
	align-self: center;
	animation: cs2cn-pulse 2.0s infinite;
	-webkit-animation: cs2cn-pulse 2.0s infinite;
	box-shadow: 0 0 0 0 var(--cs2cn-pulse-orange-from);
}

.contact-section-2-col-new .booking-btn.disabled,
.contact-section-2-col-new .booking-btn:hover {
	animation: none;
	-webkit-animation: none;
}
.contact-section-2-col-new .booking-btn:hover {
	background-color: #e43404;
}
.contact-section-2-col-new .radio

{
	background-color: transparent;
	margin: 0;
	font: inherit;
	color: currentColor;
	width: 1.5em;
	height: 1.5em;
	border: 4px solid var(--cs2cn-light-green);
	border-radius: 50%;
	transform: translateY(-0.075em);
	display: grid;
	place-content: center;
	position: absolute;
	top: 7px;
	left: 7px;

}
.contact-section-2-col-new .radio::before {
	content: "";
	width: 0.75em;
	height: 0.75em;
	border-radius: 50%;
	transform: scale(0) ;
	transition: 75ms transform ease-in-out;
	box-shadow: inset 1em 1em currentColor;
	background-color: var(--cs2cn-green);
}
.contact-section-2-col-new .employee-card--selected .radio::before {
	transform: scale(1) ;
}
/* Radio*/

/*.contact-section-2-col-new input[type="radio"] {
	-webkit-appearance: none;
	appearance: none;
	background-color: transparent;
	margin: 0;
	font: inherit;
	color: currentColor;
	width: 1.5em;
	height: 1.5em;
	border: 2px solid var(--cs2cn-gray);
	border-radius: 50%;
	transform: translateY(-0.075em);
	display: grid;
	place-content: center;
	position: absolute;
	top: 7px;
	left: 7px;
}*/

/*.contact-section-2-col-new input[type="radio"]::before {
	content: "";
	width: 0.75em;
	height: 0.75em;
	border-radius: 50%;
	transform: scale(0);
	transition: 75ms transform ease-in-out;
	box-shadow: inset 1em 1em currentColor;
	background-color: CanvasText;
}*/

.contact-section-2-col-new .text-col {
	flex-direction: column;
	display: flex;
}

/*.contact-section-2-col-new input[type="radio"]:checked::before {
	transform: scale(1);
}*/

.contact-section-2-col-new .employee-list-wrapper {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	flex: 1;
}

.contact-section-2-col-new .employee-list {
	display: flex;
	padding: 0 0;
	margin: 0 0 3em;
	justify-content: center;
}

@media (max-width:320px) {
	.contact-section-2-col-new .employee-list {
		display: inline-grid;
		grid-template-columns: repeat(1, 1fr);
	}
  .contact-section-2-col-new .employee-list-wrapper{
    align-self: center;
  }
  .contact-section-2-col-new .employee-list-1-item{
    display: flex;
  }
}


@media (min-width:768px) and (max-width:1000px) {
	.contact-section-2-col-new .employee-list {
		display: inline-grid;
		grid-template-columns: repeat(2, 1fr);
	}
  .contact-section-2-col-new .employee-list-wrapper {
    align-self: center;
  }
  .contact-section-2-col-new .employee-list-1-item{
    display: flex;
  }
}

@media (min-width:320px) and (max-width:500px) {
	.contact-section-2-col-new .employee-list {
		display: inline-grid;
		grid-template-columns: repeat(2, 1fr);
	}
  .contact-section-2-col-new .employee-list-wrapper {
    align-self: center;
  }
   .contact-section-2-col-new .employee-list-1-item{
    display: flex;
  }
}
  .contact-section-2-col-new .employee-list-wrapper-1-item {
    align-self: center;
    width:100%;
  }

.contact-section-2-col-new .employee-list__item {
	list-style: none;
	flex: 1;
    margin: 5px;
    
}
.contact-section-2-col-new .employee-list__item-1-item {
	max-width: 288px;
}
.contact-section-2-col-new .hidden {
	display: none;
}
.contact-section-2-col-new .employee-card {
	transition: background-color 0.5s ease;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 20px 7px;
	color: var(--cs2cn-text-dark);
      height: 100%;
    justify-content: space-between;
  border: 4px solid var(--cs2cn-light-green);
  border-radius: 5px;
  
}
.contact-section-2-col-new .employee-card-1-item {
	border: none;
}


.contact-section-2-col-new .employee-card.employee-card--selected {
	color: var(--cs2cn-green);
	background-color: var(--cs2cn-light-green);
}

.contact-section-2-col-new .employee-card__title {
	margin-top: 1em;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: currentColor;
  word-break: break-word;
}

.contact-section-2-col-new .employee-card__text {
	font-size: 14px;
	text-align: center;
	color: currentColor;
}

.contact-section-2-col-new .employee-card__image {
	width: calc(100% - 40px);
	text-align: center;
	position: relative;
	padding-bottom: calc(100% - 40px);
	border-radius: 50%;
	overflow: hidden;
	background-color: #ff0082;
}

.contact-section-2-col-new .employee-card__image img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
}

/* Contact Box*/
.contact-section-2-col-new .inner-holder{
  color: white;
  margin: 0 0 30px;
  min-height: 202px !important;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
 
} 
@media (min-width: 768px){
.contact-section-2-col-new .inner-holder{
  margin: 0px 24px !important;
} 
}

.contact-section-2-col-new .titleContactBox a, .contact-section-2-col-new .titleContactBox a:hover{
  color: white;
}
.contact-section-2-col-new .header-h2{
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 130%;
}
.contact-section-2-col-new .parapgraph-18{
font-size: 18px;
line-height: 160%;
}
.titleContactBox-2-col-new {
color: white;
}