body {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #353635;
    line-height: 13.8pt;
    font-weight: 500;
}

h1, h2, h3 {
    font-weight: 700;
}
img{
    max-width: 100%;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    opacity: 1;
}
::-moz-placeholder { /* Firefox 19+ */
    opacity: 1;
}
:-ms-input-placeholder { /* IE 10+ */
    opacity: 1;
}
:-moz-placeholder { /* Firefox 18- */
    opacity: 1;
}
.center-sales-top {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#124a8f+0,52457b+24,773f66+50,8e3857+73,a42f46+100 */
    background: #124a8f; /* Old browsers */
    background: -moz-linear-gradient(top,  #124a8f 0%, #52457b 24%, #773f66 50%, #8e3857 73%, #a42f46 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #124a8f 0%,#52457b 24%,#773f66 50%,#8e3857 73%,#a42f46 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #124a8f 0%,#52457b 24%,#773f66 50%,#8e3857 73%,#a42f46 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#124a8f', endColorstr='#a42f46',GradientType=0 ); /* IE6-9 */

    padding: 20px 40px 50px;
}
.logo-outer {
    width: 365px;
    background: #fff;
    padding: 10px 0px;
    margin: auto;
    border-radius: 18px;
    margin-bottom: 16px;
}

.section-1__title, .section-1__title a{
    color: #fff;
    margin-block: 0;
    font-size: 19px;
    text-align: center;
    line-height: 17.4pt;
}

.section-1__content {
    margin-top: 20px;
    background: #fff;
    border-radius: 5px;
    padding: 30px 15px;
}

.section-1__content-title {
    font-size: 16px;
    color: #233d98;
    margin-top:0;
    margin-bottom: 7px;
}

.section-1__content-description {
    margin-top: 0;
    margin-bottom: 25px;
}

.section-1__list-items {
    list-style: none;
    padding-left: 0;
    margin-block: 0;
}

.section-1__list-item::before {
    content: '';
    width: 20px;
    height: 15px;
    display: inline-block;
    background-image: url('../img/icon-check.svg');
    position: relative;
    top: 2px;
    background-repeat: no-repeat;
}

.section-1__list-items {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.section-2 {
    margin-top: 20px;
}

.section-2__title {
    color: #fff;
    margin-block: 0;
    font-size: 18px;
    text-align: center;
    line-height: 17.4pt;
    margin-bottom: 15px;
}

.section-2__content {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    background: #233d98;
    align-items: center;
    padding: 35px 35px 35px;
    color: #fff;
}
.section-2__content-left {
    width: 66%;
    padding-right: 0;
    box-sizing: border-box;
    padding-left: 50px;
}
.section-2__content-right {
    width: 34%;
}
.border-radius-top {
    border-radius: 5px 5px 0 0;
}

.border-radius-bottom {
    border-radius: 0 0 6px 6px;
}

.section-2__content-title {
    margin-block: 0;
    font-size: 18px;
    line-height: 17.4pt;
}

.section-2__content-description {
    font-size: 14px;
    font-weight: 400;
    margin-top: 6px;
    margin-top: 6px;
    margin-bottom: 18px;
    line-height: 15pt;
}

.section-2__content-left-button {
    text-decoration: none;
    color: #233d98;
    background: #fff;
    border-radius: 5px;
    padding: 10px 15px;
    display: inline-block;
    font-weight: 550;
    margin-bottom: 0px;
}

.section-2__content-left-button:hover {
    background-color: #db842e;
    color: #fff;
}

.section-2__content-image {
    width: calc(100% - 10px);
    height: auto;
    border-radius: 5px;
    object-fit: cover;
    border: solid 5px #ffffff57;
}

.section-2__content-right{
    text-align: center;
}

.section-2__content-right-button {
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    border: solid 3px #fff;
    padding: 6px 25px;
    display: inline-block;
    position: relative;
    top: -20px;
    background: #233d98;
    pointer-events: none;
}

.section-2__content--reverse {
    grid-template-columns: 1fr 2fr;
    background: linear-gradient(to right, #e57426, #f89826);
}

.section-2__content--reverse .section-2__content-left {
    order: 1;
}

.section-2__content--reverse .section-2__content-left-button:hover {
    background-color: #233d98;
}

.section-2__content--reverse .section-2__content-image {
    border-color: #f7c698;
}

.center-sales-bottom {
    margin-top: 23px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#124a8f+0,52457b+24,773f66+50,8e3857+73,a42f46+100 */
    background: #124a8f; /* Old browsers */
    background: -moz-linear-gradient(top,  #124a8f 0%, #52457b 24%, #773f66 50%, #8e3857 73%, #a42f46 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #124a8f 0%,#52457b 24%,#773f66 50%,#8e3857 73%,#a42f46 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #124a8f 0%,#52457b 24%,#773f66 50%,#8e3857 73%,#a42f46 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#124a8f', endColorstr='#a42f46',GradientType=0 ); /* IE6-9 */
    padding: 40px 40px 0;
}
.center-sales-bottom .section-2__content {
    grid-template-columns: 1fr 2fr;
}

.center-sales-bottom .section-2__content .section-2__content-left {
    order: 1;
}

.center-sales-bottom .section-2__content--reverse {
    grid-template-columns: 2fr 1fr;
}

.center-sales-bottom .section-2__content--reverse .section-2__content-left,
.section-2__content.unsurpassed-top .section-2__content-left {
    order: -1;
    padding-right: 50px;
    padding-left: 0;
}

.section-3 {
    margin-top: 15px;
}

.section-3__title {
    color: #fff;
    margin-block: 0;
    font-size: 18px;
    text-align: center;
    line-height: 17.4pt;
    margin-bottom: 10px;
}

.section-3__content {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-gap: 10px;
}

.section-3__content-left, .section-3__content-right {
    background: #fff;
    border-radius: 5px;
}

.section-3__content-left {
    padding: 15px;
}

.section-3__content-right {
    overflow: hidden;
}

.section-3__content-left-title {
    font-size: 16px;
    color: #f28f42;
    margin-top:0;
    margin-bottom: 7px;
}

.section-3__offers {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.section-3__offer {
    margin: 0;
}

.section-3__offer span{
    font-weight: 700;
}

.section-3__content-description {
    margin-bottom: 0;
}

.section-3__content-right-title {
    margin: 0;
    text-align: center;
    padding-block: 8px;
    font-weight: 600;
    font-size: 15px;
    color: #fff;
    background: #233d98;
}

.section-3__centers {
    list-style: none;
    margin: 0;
    padding: 10px 15px;
}

.section-3__center:not(:last-child) {
    padding-bottom: 5px;
    border-bottom: 1px solid #b2b2b2;
    margin-bottom: 5px;
}

.section-3__center input {
    width: 15px;
    height: 15px;
    text-align: center;
    font-size: 9px;
    border: solid 1px #b2b2b2;
}

.section-3__center input:focus-visible {
    outline: none;
}

.section-3__center {
    display: flex;
    gap: 10px;
    align-items: center;
}

.section-4 {
    margin-top: 15px;
}

.section-4__title {
    color: #fff;
    margin-block: 0;
    font-size: 18px;
    text-align: center;
    line-height: 17.4pt;
    margin-bottom: 10px;
}

.section-4__content {
    background: #fff;
    padding-bottom: 10px;
    overflow: hidden;
    border-radius: 5px;
}

.section-4__content-title {
    margin-block: 0;
    font-size: 15px;
    text-align: center;
    line-height: 15.4pt;
    font-weight: 400;
    background-color: #e9e9ea;
    padding-block: 6px;
}

.section-4__content-title span {
    font-weight: 700;
}

.section-4__form {
    padding: 7px 15px 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px 30px;
}

.section-4__form-field-wrap--name, .section-4__form-field-wrap--bank-details, .section-4__form-field-wrap--account-details, .section-4__form-field-wrap--date-code {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, 1fr);
}

.section-4__form-field {
    display: flex;
    flex-direction: column;
}

.section-4__form-field label{
    color: #b2b3b3;
    width: max-content;
    background: #fff;
    position: relative;
    bottom: -5px;
    left: 20px;
    padding-inline: 10px;
    font-weight: 400;
}

.section-4__form-field input{
    border-radius: 5px;
    padding-block: 10px;
    border-width: 1px;
    border: solid 1px #b2b2b2;
}

.section-4__form-field input:focus-visible {
    outline: none;
}

.section-4__form-field-wrap--account-type .section-4__form-heading {
    font-size: 16px;
    color: #f28f42;
    margin-top:0;
    margin-bottom: 10px;
    padding-top: 15px;
    font-weight: 500;
}

.section-4__form-field-wrap--account-type .section-4__form-field {
    display:inline-block;
    flex-direction: unset;
    display: inline-flex;
    gap: 5px;
    align-items: center;
    margin-right: 20px;
}

.section-4__form-field-wrap--account-type .section-4__form-field label {
    color: #353635;
    background: none;
    position: unset;
    bottom: unset;
    left: unset;
    padding-inline: 0;
    font-size: 16px;
}

.section-4__form-field-wrap--account-type .section-4__form-field input {
    margin: 0;
}

.section-4__form-field-wrap--account-type input[type="radio"] {
    width: 22px;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: 1px solid #b2b2b2;
    border-radius: 50%;
}

.section-4__form-field-wrap--account-type [type="radio"]:checked,
.section-4__form-field-wrap--account-type [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.section-4__form-field-wrap--account-type [type="radio"]:checked + label,
.section-4__form-field-wrap--account-type [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
.section-4__form-field-wrap--account-type [type="radio"]:checked + label:before,
.section-4__form-field-wrap--account-type [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #353635;
    border-radius: 100%;
    background: #fff;
}
.section-4__form-field-wrap--account-type [type="radio"]:checked + label:after,
.section-4__form-field-wrap--account-type [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #353635;
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.section-4__form-field-wrap--account-type [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.section-4__form-field-wrap--account-type [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.section-4__form-submission {
    background: #233d98;
    text-align: center;
    color: #fff;
    padding: 10px;
    font-size: 18px;
    grid-row: span 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.section-4__form-submission input{
    background: none;
    border: none;
    color: #f28f42;
    text-decoration: underline;
    font-size: 18px;
    margin-block: 5px;
}



.innovative-plus {
    display: inline-block;
    width: 100%;
    padding: 20px 0 0;
}
.smart-system-outer {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
}

.smart-system-outer h4 {
    margin: 0;
    font-size: 24px;
    color: #124a8f;
    margin-top: 0;
    margin-bottom: 0px;
}


.smart-system-inner {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -6px;
}
.smart-system-half {
    padding: 0 6px;
    width: 50%;
    box-sizing: border-box;
}

.smart-system-inner h5 {
    margin: 0;
    font-size: 18px;
    color: #124a8f;
    margin-bottom: 3px;
    font-weight: 600;
}
.smart-system-inner ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.section-1__list-item::before {
    width: 26px;
    height: 21px;
    top: 1px;
    background-size: 29px;
    left: -4px;
}

.smart-system-inner li {
    font-size: 18px;
    color: #424241;
    background: url('../img/icon-check.svg') no-repeat left -3px top 4px;
    padding: 0 0 0 27px;
    background-size: 28px;
}
.smart-system-content {
    display: flex;
    flex-wrap: wrap;
}
.smart-system-body-full {
    width: 100%;
}
.smart-system-body-half {
    width: 50%;
    margin-top: 10px;
}
.smart-system-content {
    background: #edefef;
    padding: 18px 24px 22px;
}

.smart-system-heading {
    background: #124a8f;
    color: #fff;
    text-align: center;
    margin-bottom: 4px;
    padding: 13px 10%;
    font-size: 23px;
}


.smart-system-content {
    background: #edefef;
    padding: 18px 24px 22px;
    height: calc(100% - 82px);
    box-sizing: border-box;
}

.unsurpassed-top
{
    border-radius: 6px 6px 0 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e67426+0,f79726+100 */
    background: #e67426; /* Old browsers */
    background: -moz-linear-gradient(-45deg,  #e67426 0%, #f79726 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg,  #e67426 0%,#f79726 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,  #e67426 0%,#f79726 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e67426', endColorstr='#f79726',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}


.neuroscience-listing {
    display: flex;
    flex-wrap: wrap;
}
.neuroscience-listing ul {
    margin: 0;
    padding-left: 19px;
    padding-right: 30px;
    min-width: 27%;
}


.contact-us {
    padding: 30px 0 0;
}
.contact-us .section-2__title {
    margin: 0 0 20px;
}
.contact-us-warp {
    background: #fff;
    border-radius: 8px;
    padding: 55px 40px 35px;
    display: flex;
    flex-wrap: wrap;
}
.contact-us-left {
    width: 50%;
}
.contact-us-left  .section-2__title {
    margin: 0 0 15px;
    text-align: left;
    color: #233d98;
}
.contact-us-left ul {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    list-style: none;
}

.contact-us-left li {
    width: 50%;
    padding: 0px 0 17px;
    display: flex;flex-wrap: wrap;align-items: center;}

.contact-us-left li input {
    margin: 0;
    width: 26px;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: 2px solid #214196;
    display: inline-block;
    vertical-align: top;
    height: 26px;
    cursor: pointer;

}
.contact-us-left li input:checked
{
    background-image: url(../img/icon-check.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 28px;
}
.contact-us-left li span {
    display: inline-block;
    max-width: calc(100% - 30px);
}
.contact-us-left li span {
    display: inline-block;
    max-width: calc(100% - 30px);
    padding: 0 0 0 4px;
    box-sizing: border-box;
    color: #444241;
    font-size: 18px;
}
.contact-call-icon {
    text-align: center;
    padding: 90px 0 30px;
}
.contact-call-icon a {
    padding: 4px 0 4px 115px;
    color: #233d98;
    text-decoration: none;
    font-weight: bold;
    font-size: 40px;
    max-width: 250px;
    text-align: left;
    display: inline-block;
    line-height: 1;
    background: url(../img/call-icon.png) no-repeat left top;
    background-size: 96px;
}

.contact-us-right {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}
.spacing-form {
    padding: 0 8px;
    box-sizing: border-box;
}
.width100 {
    width: 100%;
}
.contact-us-right .input-field {
    border: 2px solid #cbcbcb;
    padding: 16px 20px;
    width: 100%;
    box-sizing: border-box;
    font-size: 18px;
    color: #adadad;
    font-weight: 400;
    border-radius: 10px;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 12px;
}
.contact-us-right .input-field:focus-visible
{
    outline: none;
}
.width50 {
    width: 50%;
}
.width35 {
    width: 35%;
}
.width15 {
    width: 15%;
}
.fill-required {
    font-size: 16px;
    color: #6d6d6d;
    font-weight: normal;
}
.contact-us-right textarea.input-field {
    min-height: 110px;
    resize: none;
}
.input-button-warp {
    text-align: right;
}
.input-button {
    background: #e77426;
    background: -moz-linear-gradient(left, #e77426 0%, #f69626 100%);
    background: -webkit-linear-gradient(left, #e77426 0%,#f69626 100%);
    background: linear-gradient(to right, #e77426 0%,#f69626 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e77426', endColorstr='#f69626',GradientType=1 );
    border: 4px solid #f79826;
    padding: 10px 35px;
    font-size: 22px;
    border-radius: 50px;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
}
.input-button:hover{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f69626+0,e77426+100 */
    background: #f69626; /* Old browsers */
    background: -moz-linear-gradient(left,  #f69626 0%, #e77426 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #f69626 0%,#e77426 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #f69626 0%,#e77426 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f69626', endColorstr='#e77426',GradientType=1 ); /* IE6-9 */

}
.contact-footer {
    padding: 25px 0 10px;
}
.contact-footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}
.contact-footer li {
    display: inline-block;
    padding: 0 40px 0px;
    border-right: 2px solid #fff;
    color: #fff;
    margin-bottom: 10px;
    font-size: 23px;
}
.contact-footer li:last-child
{
    border-right: none;
}
.contact-footer li a {
    color: #fff;
    text-decoration: none;
}
.talk-btn
{
    text-align: center;
    padding-top:10px;
}
.smart-system-outer h4 span {
    border-bottom: 2px solid;
}
h1.section-1__title span {
    border-bottom: 2px solid;
}


.thankyou__content {
	margin-top: 0;
	background: #fff;
	border-radius: 0px;
	padding: 80px 0px 60px;
	max-width: 100%;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.thankyou__content h2 {
	font-size: 56px;
	color: #233d98;
	margin: auto;
	padding: 0 0 13px;
}

.thankyou_sale {
	min-height: 100vh;
    box-sizing: border-box;
}
.thankyou_sale .section-1 {
	display: flex;
	flex-wrap: wrap;
}
.thankyou_logo {
	width: 100%;
}

.thank-youlogo {
	text-align: center;
	background: #233d98;
	padding: 19px 0 14px;
}
.thank-youlogo img {
	background: #fff;
	padding: 15px 0;
	border-radius: 10px;
}


.modal {
	position: fixed;
	z-index: 10000;
	top: 0;
	left: 0;
	visibility: hidden;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.modal.is-visible {
    visibility: visible;
}

.modal-overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: hsla(0, 0%, 0%, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.3s, opacity 0.3s;
}

.modal.is-visible .modal-overlay {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.modal-wrapper {
	position: relative;
	z-index: 9999;
	/* top: 00vh; */
	margin-top: 0%;
	left: 0;
	width: 50em;
	margin-left: 0;
    max-width: 90%;
}
.thank-youlogo img {
	max-width: 245px;
	display: inline-block;
}
.modal-transition {
  transition: all 0.3s 0.12s;
  transform: translateY(-10%);
  opacity: 0;
}

.modal.is-visible .modal-transition {
  transform: translateY(0);
  opacity: 1;
}

.modal-header,
.modal-content {
  padding: 0em;
}



.modal-close {
    position: absolute;
    top: -17px;
    right: -16px;
    padding: 00;
    color: #b42127;
    background: none;
    border: 0;
    font-weight: bold;
    font-size: 20px;
    height: 40px;
    width: 40px;
    background: #fff;
    border-radius: 50%;
    /* line-height: 10px; */
    cursor: pointer;
    line-height: 40px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
}
.modal-close:hover {
  color: #b42127;
}

.modal-heading {
  font-size: 1.125em;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.modal-content > *:first-child {
  margin-top: 0;
}

.modal-content > *:last-child {
  margin-bottom: 0;
}

.thank-youlogo img {
	max-width: 265px;
	display: inline-block;
}