.FormMainSec {
	width: 100%;
}

.FormRow {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;    
	margin: 0 -10px;
}

.FormHalfSec {
	width: 50%;
	padding: 10px;
}

.FormLabel {
	font-size: 14px;
	color: #112337;
	margin-bottom: 8px;
	font-weight: 500;
}

.FormLabel span {
	color: #f40;
}

.FormField {
	width: 100%;
}

.FormField input {
	width: 100%;
	font-size: 19px;
    line-height: 30px;
    font-weight: 400;
    background: #fff;
    color: #293646;
    border: 1px solid #cbd9d2;
    padding: 5px 20px;
    height: 58px;
    font-family: "Roboto", sans-serif !important;
}

.FormField select {
	width: 100% !important;
	font-size: 19px !important;
    line-height: 30px !important;
    font-weight: 400 !important;
    background: #fff !important;
    color: #293646 !important;
    border: 1px solid #cbd9d2 !important;
    padding: 5px 45px 5px 20px !important;
    height: 58px !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    font-family: "Roboto", sans-serif !important;
    background: rgb(255 255 255) url(../img/chevronDown.svg) no-repeat scroll calc(98% + 0px) center / 21px auto !important;
    white-space: nowrap; /* Prevents text from wrapping to the next line */
    text-overflow: ellipsis;
}

.FormFullSec {
	width: 100%;
	padding: 10px 0;
}

.FormFullSec.Border {
	padding: 10px 0 30px 0;
    border-bottom: 1px solid #cbd9d2;
}

.FormField textarea {
	width: 100%;
	font-size: 19px;
    line-height: 30px;
    font-weight: 400;
    background: #fff;
    color: #293646;
    border: 1px solid #cbd9d2;
    padding: 10px 20px;
	height: 180px;
	resize: none;
	font-family: "Roboto", sans-serif !important;
}

.FormField.MultipleSelect textarea {
	margin: 0 !important;
    font-size: 19px !important;
    line-height: 30px !important;
    font-weight: 400 !important;
    color: #293646 !important;
    padding: 14px 20px !important;
    height: 40px !important;
    resize: none !important;
    font-family: "Roboto", sans-serif !important;
}

.FormField.MultipleSelect .select2-container .select2-selection {
	border: 1px solid #cbd9d2 !important;
	background: rgb(255 255 255) url(../img/chevronDown.svg) no-repeat scroll calc(98% + 0px) center / 21px auto !important;
	min-height: 58px;
}

.FormField.MultipleSelect .select2-container .select2-selection ul li {
	padding: 5px !important;
	padding-left: 48px !important;
	background-color: #228d9d !important;
    border: 1px solid #157280 !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    color: #fff !important;
    line-height: 34px !important;
    font-family: "Roboto", sans-serif !important;
}

.FormField.MultipleSelect .select2-container .select2-selection ul li button {
	color: #fff !important;
	border-right: 1px solid #157280 !important;
    cursor: pointer !important;
    font-size: 28px !important;
    font-weight: 400 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal !important;
    height: 100% !important;
    padding: 12px !important;
}

.FormField.MultipleSelect .select2-container .select2-selection ul li button:hover {
	background-color: #157280 !important;
}

.FormFieldRadio {
	width: 100%;
}

.FormRadioOption {
	width: 100%;
	display: flex;
	align-items: center;
	padding: 11px;
}

.FormRadioOption input {
	width: 18px;
	height: 18px;
}

.FormRadioOption label {
	font-size: 14px;
	color: #112337;
	margin-left: 12px;
}

.ExtraGap {
	margin-top: 30px;
	margin-bottom: 15px;
}

.FormText {
	font-size: 20px !important;
    line-height: 30px !important;
    font-weight: 400 !important;
    font-family: "Roboto", sans-serif !important;
    color: #293646 !important;
    margin: 10px 0 15px 0 !important;
}

.TechAssiBUSec {
	width: 100%;
	padding: 20px 0px 40px 0px;
}

.TechAssiSubmitBU {
	background: #293646 !important;
    font-size: 18px !important;
    line-height: normal !important;
    font-weight: 700 !important;
    font-family: "Roboto", sans-serif !important;
    color: #fff !important;
    padding: 17px 50px !important;
    border-radius: 0 !important;
    border: none;
}

.TechAssiSubmitBU:hover {
	background: #18212c !important;
}

.FormBuSec {
	width: 100%;
	padding-top: 20px;
}

.FiledMessage {
	font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    color: #293646;
    margin: 15px 0 0 0;
    font-style: italic;
}

.FormBuSec input[type="submit"] {
	width: 150px;
    background-color: #112337;
    color: #fff;
    padding: 15px 5px;
    font-size: 16px;
    border: none;
    border-radius: 6px;
    font-weight: 500;
}

.FormField label.error,
label.error {
	font-size: 12px;
    color: #f40;
    line-height: normal;
}

.SuccessMessageSec {
	width: 100%;
	margin: 50px 0;
}

.SuccessMessageSec p {
	width: 100%;
    color: #19838f;
    margin: 0 0 10px 0;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
}

.ErrorMain {
	width: 100%;
    height: 100%;
    background: #fff;
    /* position: absolute; */
    padding: 95px 0;
}

.ErrorMainSec {
	width: 100%;
    max-width: 600px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: auto;
}

.ErrorTitle {
	color: #e74829;
    font-size: 36px;
    font-weight: 500;
    text-align: center;
    width: 100%;
}

.PaymentSuccessTitleSub {
	color: #505050;
    font-size: 22px;
    font-weight: 400;
    text-align: center;
    width: 100%;
}

.LearnMBUBanner {
	font-size: 16px;
    font-weight: 400;
    line-height: 35px;
    color: #fff !important;
    background: #19838f;
    /* width: 180px; */
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    padding: 12px 20px 12px 20px;
    position: relative;
    transition: all .3s ease-in-out;
    margin-top: 30px;
}

.LearnMBUBanner:hover {
	background: #e74829;
}

.SuccessImg {
    width: 300px;
    margin-bottom: 50px;
}

.CompTextEditorCustom1 {
	padding: 80px 0;
}

.CompTextEditorCustom1 .elementor-widget-container h2 {
	font-size: 42px;
    color: #293646;
    font-weight: 700;
    line-height: normal;
    margin: 0 0 25px 0;
}

.CompTextEditorCustom1 .elementor-widget-container p {
	font-size: 20px;
    font-weight: 400;
    color: #293646;
    line-height: 32px;
    font-family: "Roboto", sans-serif;
    text-align: left;
    margin: 0 0 25px 0;
}

.CompTextEditorCustom1 .elementor-widget-container p a {
    color: #e65037;
    text-decoration: none;
}

.CompTextEditorCustom1 .elementor-widget-container p a:hover {
    color: #218c9b;
}

.CompTextEditorCustom1 .elementor-widget-container h4 {
	font-size: 24px !important;
    line-height: 36px;
    color: #293646;
    font-weight: 500;
    text-align: left;
    margin: 35px 0 30px 0;
    position: relative;
    padding: 0 0 0 70px;
}

.CompTextEditorCustom1 .elementor-widget-container h4:after {
	content: '';
	position: absolute;
	top: 10px;
	left: 0;
	background-image: url('../img/LiImg.png');
	width: 48px;
    height: 40px;
    object-fit: contain;
    object-position: center;
}

.CompTextEditorCustom1 .elementor-widget-container ol {
	width: 100%;
	padding-left: 60px;
    text-align: left;
}

.CompTextEditorCustom1 .elementor-widget-container ol li,
.CompTextEditorCustom1 .elementor-widget-container ul li {
	font-size: 20px;
    font-weight: 400;
    color: #293646;
    line-height: 32px;
    font-family: "Roboto", sans-serif;
    padding: 4px 0 4px 12px;
}

.CompTextEditorCustom2 .elementor-widget-container {
	margin: 80px 0 !important;
	border-radius: 24px;
	padding: 60px 50px !important;
}

.CompTextEditorCustom2 .elementor-widget-container h2 {
	font-size: 42px;
    color: #293646;
    font-weight: 700;
    line-height: normal;
    margin: 0 0 25px 0;
}

.CompTextEditorCustom2 .elementor-widget-container p {
	font-size: 20px;
    font-weight: 400;
    color: #293646;
    line-height: 32px;
    font-family: "Roboto", sans-serif;
    text-align: left;
    margin: 0 0 25px 0;
}

.CompTextEditorCustom2 .elementor-widget-container p a {
    color: #e65037;
    text-decoration: none;
}

.CompTextEditorCustom2 .elementor-widget-container p a:hover {
    color: #218c9b;
}

.CompTextEditorCustom2 .elementor-widget-container ol {
	width: 100%;
	padding-left: 60px;
    text-align: left;
}

.CompTextEditorCustom2 .elementor-widget-container ol li,
.CompTextEditorCustom2 .elementor-widget-container ul li {
	font-size: 20px;
    font-weight: 400;
    color: #293646;
    line-height: 32px;
    font-family: "Roboto", sans-serif;
    padding: 4px 0 4px 12px;
}

.CompTextEditorCustom3 .elementor-widget-container {
	margin: 100px 0 25px 0 !important;
	background: #e2f2ea;
	padding: 50px 50px !important;
}

.CompTextEditorCustom3 .elementor-widget-container h3 {
	font-size: 28px;
    color: #293646;
    font-weight: 700;
    line-height: normal;
    margin: 0 0 16px 0;
    text-align: left;
}

.CompTextEditorCustom3 .elementor-widget-container p {
	font-size: 20px;
    font-weight: 400;
    color: #293646;
    line-height: 32px;
    font-family: "Roboto", sans-serif;
    text-align: left;
    margin: 0 0 0px 0;
}

.CompTextEditorCustom4 .elementor-widget-container {
	margin: 25px 0 100px 0 !important;
	background: #faf0e4;
	padding: 50px 50px !important;
}

.CompTextEditorCustom4 .elementor-widget-container h3 {
	font-size: 28px;
    color: #293646;
    font-weight: 700;
    line-height: normal;
    margin: 0 0 16px 0;
    text-align: left;
}

.CompTextEditorCustom4 .elementor-widget-container p {
	font-size: 20px;
    font-weight: 400;
    color: #293646;
    line-height: 32px;
    font-family: "Roboto", sans-serif;
    text-align: left;
    margin: 0 0 25px 0;
}

.CompTextEditorCustom4 .elementor-widget-container p a {
    color: #e65037;
    text-decoration: none;
}

.CompTextEditorCustom4 .elementor-widget-container p a:hover {
    color: #218c9b;
}

.CompTextEditorCustom4 .elementor-widget-container ul {
	width: 100%;
	padding-left: 0px;
    text-align: left;
}

.CompTextEditorCustom4 .elementor-widget-container ul li {
	font-size: 20px;
    font-weight: 400;
    color: #293646;
    line-height: 32px;
    font-family: "Roboto", sans-serif;
    padding: 2px 0 2px 40px;
    position: relative;
    list-style: none;
}

.CompTextEditorCustom4 .elementor-widget-container ul li:after {
	content: '';
	position: absolute;
	top: 10px;
	left: 0;
	background-image: url('../img/LiImg.png') !important;
	width: 23px;
    height: 20px;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background: transparent;
}

.CompTextEditorCustom4 .elementor-widget-container ul li a {
    color: #e65037;
    text-decoration: none;
}

.CompTextEditorCustom4 .elementor-widget-container ul li a:hover {
    color: #218c9b;
}

.CompTextEditorCustom4 .elementor-widget-container pre {
	margin: 5px 0 !important;
}

.MainDivTechAss {
	background: #e2f2ea;
	align-items: center;
	gap: unset;
}

.DivTechAssTitle {
	width: 100%;
	max-width: 650px !important;
}

.DivTechAssTitle .elementor-heading-title {
	font-size: 42px;
    line-height: normal;
    font-weight: 700;
    color: #293646;
    margin: 60px 0 30px 0;
}

.DivTechAssForm {
	width: 100%;
	max-width: 650px !important;
}

.DivTechAssForm .elementor-widget-container .gform_heading {
	display: none;
}

.DivTechAssForm .elementor-widget-container .gform-body .gform_fields {
	row-gap: unset;
	grid-row-gap:  unset;
	column-gap: unset;
}

.DivTechAssForm .elementor-widget-container .gform-body .gform_fields .gfield {
	padding: 10px;
}

.DivTechAssForm .elementor-widget-container .gform-body .gform_fields .gfield.gfield--type-text .ginput_container_text input,
.DivTechAssForm .elementor-widget-container .gform-body .gform_fields .gfield.gfield--type-email .ginput_container_email input {
	font-size: 19px;
    line-height: 30px;
    font-weight: 400;
    background: #fff;
    color: #293646;
    border: 1px solid #cbd9d2;
    padding: 5px 20px;
    height: 58px;
}

.DivTechAssForm .elementor-widget-container .gform-body .gform_fields .gfield.gfield--type-radio,
.DivTechAssForm .elementor-widget-container .gform-body .gform_fields .gfield.gfield--type-checkbox {
	margin-top: 30px;
}

.DivTechAssForm .elementor-widget-container .gform-body .gform_fields .gfield.gfield--type-radio .gfield_description.validation_message,
.DivTechAssForm .elementor-widget-container .gform-body .gform_fields .gfield.gfield--type-checkbox .gfield_description.validation_message {
	font-size: 13px !important;
	margin: 8px 0 0 0 !important;
	color: #c02b0a !important;
}

.DivTechAssForm .elementor-widget-container .gform-body .gform_fields .gfield.gfield--type-radio .gfield_label,
.DivTechAssForm .elementor-widget-container .gform-body .gform_fields .gfield.gfield--type-checkbox .gfield_label {
	font-size: 24px;
    line-height: 34px;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    color: #293646;
    display: unset;
    margin: 0 0 8px 0;
}

.DivTechAssForm .elementor-widget-container .gform-body .gform_fields .gfield.gfield--type-radio .gfield_label span.gfield_required,
.DivTechAssForm .elementor-widget-container .gform-body .gform_fields .gfield.gfield--type-checkbox .gfield_label span.gfield_required {
	font-size: 24px;
    line-height: 34px;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    margin-left: 6px;
}

.DivTechAssForm .elementor-widget-container .gform-body .gform_fields .gfield.gfield--type-radio .gfield_description,
.DivTechAssForm .elementor-widget-container .gform-body .gform_fields .gfield.gfield--type-checkbox .gfield_description {
	font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    color: #293646;
    margin: 0 0 22px 0
}

.DivTechAssForm .elementor-widget-container .gform-body .gform_fields .gfield.gfield--type-checkbox .gfield_description a {
	border-bottom: 1px solid;
}

.DivTechAssForm .elementor-widget-container .gform-body .gform_fields .gfield.gfield--type-radio .ginput_container_radio .gfield_radio {
	display: flex;
    flex-direction: unset;
    gap: unset;
}

.DivTechAssForm .elementor-widget-container .gform-body .gform_fields .gfield.gfield--type-radio .ginput_container_radio .gfield_radio .gchoice {
	margin-right: 25px;
}

.DivTechAssForm .elementor-widget-container .gform-body .gform_fields .gfield.gfield--type-radio .ginput_container_radio .gfield_radio .gchoice input[type="radio"] {
  	appearance: none;
    width: 28px;
    height: 28px;
    border: 1px solid #228d9d;
    border-radius: 50%;
    background-color: white;
    cursor: pointer;
    outline: none;
    margin-right: 12px;
}

.DivTechAssForm .elementor-widget-container .gform-body .gform_fields .gfield.gfield--type-radio .ginput_container_radio .gfield_radio .gchoice input[type="radio"]:checked {
  background-color: #fff; /* Background color when checked */
  border-color: #228d9d; /* Border color when checked */
}

/* Optional: Create a custom dot for the checked state */
.DivTechAssForm .elementor-widget-container .gform-body .gform_fields .gfield.gfield--type-radio .ginput_container_radio .gfield_radio .gchoice input[type="radio"]:checked::before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  background-color: #228d9d;
  border-radius: 50%;
  margin: 3px; /* Adjust to center the dot */
}

.DivTechAssForm .elementor-widget-container .gform-body .gform_fields .gfield.gfield--type-radio .ginput_container_radio .gfield_radio .gchoice .gform-field-label {
	font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    color: #293646;
    margin: 0;
}

.DivTechAssForm .elementor-widget-container .gform-body .gform_fields .gfield.gfield--type-html {
	font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    color: #293646;
    margin: 0;
    font-style: italic;
}

.DivTechAssForm .elementor-widget-container .gform-body .gform_fields .gfield.gfield--type-section {
	padding: 0;
	width: calc(100% - 20px);
	margin: auto;
	border-color: #cbd9d2;
    margin-top: 25px;
}

.DivTechAssForm .elementor-widget-container .gform-body .gform_fields .gfield.gfield--type-section>* {
	display: none;
}

.DivTechAssForm .elementor-widget-container .gform-body .gform_fields .gfield.gfield--type-checkbox .ginput_container_checkbox .gfield_checkbox .gchoice input[type="checkbox"] {
	appearance: none;
    -webkit-appearance: none;
    width: 28px;
    height: 28px;
    border: 1px solid #228d9d;
    border-radius: 4px;
    display: grid;
    place-content: center;
    outline: none;
    margin-right: 15px;
}

.DivTechAssForm .elementor-widget-container .gform-body .gform_fields .gfield.gfield--type-checkbox .ginput_container_checkbox .gfield_checkbox .gchoice input[type="checkbox"]::before {
	  content: "";
	  width: 12px;
	  height: 12px;
	  background-color: transparent; /* Default for unchecked */
	  transform: scale(0); /* Hide checkmark by default */
	  transition: transform 0.2s ease-in-out; /* Smooth transition */
}

.DivTechAssForm .elementor-widget-container .gform-body .gform_fields .gfield.gfield--type-checkbox .ginput_container_checkbox .gfield_checkbox .gchoice input[type="checkbox"]:checked::before {
	  background-color: #228d9d;
	  transform: scale(1.2);
	  clip-path: polygon(10% 55%, 0% 65%, 34% 100%, 100% 30%, 90% 20%, 34% 80%);
	  margin-top: -4px;	
}

.DivTechAssForm .elementor-widget-container .gform-body .gform_fields .gfield.gfield--type-checkbox .ginput_container_checkbox .gfield_checkbox .gchoice .gform-field-label {
	font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    color: #293646;
    margin: 0;
}

.DivTechAssForm .elementor-widget-container .gform-footer {
	padding: 15px 10px;
    margin-bottom: 60px;
}

.DivTechAssForm .elementor-widget-container .gform-footer .gform_button {
	background: #293646 !important;
    font-size: 18px !important;
    line-height: normal !important;
    font-weight: 700 !important;
    font-family: "Roboto", sans-serif !important;
    color: #fff !important;
    padding: 17px 50px !important;
    border-radius: 0 !important;
}

.DivTechAssForm .elementor-widget-container .gform-footer .gform_button:focus {
	outline: none !important;
}

.cky-consent-container .cky-consent-bar {
    padding: 14px 25px !important;
}

.cky-consent-container .cky-consent-bar .cky-notice .cky-title {
    display: none;
}

.cky-consent-container .cky-consent-bar .cky-notice .cky-notice-group {
    justify-content: center !important;
}

.cky-consent-container .cky-consent-bar .cky-notice .cky-notice-group .cky-notice-des .cli-bar-message {
    font-size: 15px !important;
}

.cky-consent-container .cky-consent-bar .cky-notice .cky-notice-group .cky-notice-btn-wrapper button.cky-btn {
    font-size: 13px !important;
    font-weight: 400 !important;
    padding: 5px 15px 5px 15px !important;
}

.cmplz-cookiebanner {
    margin: 0 !important;
    width: 100% !important;
    border-radius: 0 !important;
    padding-bottom: 50px !important;
    z-index: 99999 !important;
    box-shadow: rgb(0 0 0 / 13%) 0px -7px 30px 0px !important;
}

.cmplz-cookiebanner .cmplz-body .cmplz-message {
    font-size: 13px;
    line-height: 22px;
}

#cmplz-manage-consent .cmplz-btn.cmplz-manage-consent {
    right: 200px !important;
    bottom: 12px !important;
    height: 45px !important;
    padding: 10px 15px !important;
}

.CustomTeamClass {
    display: flex;
    flex-wrap: wrap;
}

.MissionVissionSec {
    padding-top: 75px;
    padding-bottom: 75px;
}

.MissionVissionSec .e-con-inner {
    display: flex;
    flex-wrap: wrap !important;
    justify-content: space-between !important;
    flex-direction: unset !important;
}

.AboutMissionSec {
    width: 49%;
    padding: 42px 45px !important;
    background-color: #e2f1ea;
    height: 100%;
    border-radius: 40px;
}

.AboutVisionSec {
    width: 49%;
    padding: 42px 45px !important;
    background-color: #faf0e4;
    border-radius: 40px;
}

.MissionVisionTitle h2 {
    font-size: 28px !important;
    font-weight: 700 !important;
    margin: 20px 0 0 0;
    position: relative;
    padding-left: 70px;
}

.MissionVisionTitle h2:after {
    content: '';
    position: absolute;
    top: -15px;
    left: 0;
    background-image: url('../img/LiImg.png');
    width: 48px;
    height: 40px;
    object-fit: contain;
    object-position: center;
}

.MissionVisionText p {
    font-size: 20px;
    font-weight: 400;
    margin: 0;
}

.NoPadding {
    padding: 0 !important;
}

.MeetTeamSec .elementor-widget-container ul {
    width: 100%;
    margin: 0;
    padding: 0 !important;
    display: flex;
    flex-wrap: wrap;
}

.MeetTeamSec .elementor-widget-container ul li {
    list-style: none;
    padding: 15px 15px 15px 20px;
    width: 33.33%;
    font-size: 18px;
    position: relative;
    margin: 0 !important;
}

.MeetTeamSec .elementor-widget-container ul li:after {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background: #333;
    border-radius: 50%;
    top: 25px;
    left: 0;
}

.MeetTeamSec .elementor-widget-container h2 {
    font-size: 24px;
    font-weight: 700;
    border-bottom: 1.5px solid #c9d5cf;
    padding: 15px 0 15px 0;
    margin-bottom: 12px;
}

.ConatctInfoText {
    font-size: 12px;
    font-weight: 400;
    color: #333;
    margin: 5px 0 5px 0;
}

.TermsAndPolicySec p {
    font-size: 16px;
    font-weight: 400;
    color: #293646;
    line-height: 30px;
    font-family: "Roboto", sans-serif;
}

.TermsAndPolicySec ul li, 
.TermsAndPolicySec ol li {
    font-size: 16px;
    font-weight: 400;
    color: #293646;
    line-height: 30px;
    font-family: "Roboto", sans-serif;
    padding: 5px 0;
}

.TermsAndPolicySec ul li:after {
    content: '';
    width: 6px;
    height: 6px;
    background: #218c9b;
    position: absolute;
    top: 18px;
    left: -22px;
}

.ImpactVideoSec .e-con-inner {
    position: relative;
}

.ImpactVideoSec .e-con-inner .ImpactVideoBuSec {
    position: absolute;
    bottom: 60px;
    left: 15px;
}

@media (min-width: 1024px) {
    .cmplz-cookiebanner {
        padding-bottom: 5px !important;
    }
}

@media (min-width: 1200px) {
    .cmplz-cookiebanner {
        padding-bottom: 30px !important;
    }
}

@media (min-width: 1500px) {
    .cmplz-cookiebanner {
        padding-bottom: 50px !important;
    }
}

@media (max-width: 1023px) {
    .cmplz-cookiebanner {
        padding-bottom: 65px !important;
    }
    .cmplz-cookiebanner .cmplz-buttons {
        flex-direction: unset !important;
    }
}

@media (max-width: 950px) {
	.CompTextEditorCustom1 .elementor-widget-container {
		padding: 0 15px;
	}
	.CompTextEditorCustom2 .elementor-widget-container {
		margin: 80px 15px !important;
		padding: 50px 40px !important;
	}
	.CompTextEditorCustom3 .elementor-widget-container {
		margin: 100px 15px 25px 15px !important;
		padding: 50px 40px !important;
	}
	.CompTextEditorCustom4 .elementor-widget-container {
		margin: 25px 15px 100px 15px !important;
		padding: 50px 40px !important;
	}
    .AboutMissionSec {
        width: 100%;
    }
    .AboutVisionSec {
        width: 100%;
    }
    .MeetTeamSec .elementor-widget-container ul li {
        width: 50%;
    }
}

@media (max-width: 575px) {
	.FormHalfSec {
		width: 100%;
	}
    .MeetTeamSec .elementor-widget-container ul li {
        width: 100%;
    }
}

@media (max-width: 480px) {
	.CompTextEditorCustom1 .elementor-widget-container {
		padding: 0 15px;
	}
	.CompTextEditorCustom2 .elementor-widget-container {
		margin: 80px 15px !important;
		padding: 50px 40px !important;
	}
	.CompTextEditorCustom3 .elementor-widget-container {
		margin: 100px 15px 25px 15px !important;
		padding: 50px 40px !important;
	}
	.CompTextEditorCustom4 .elementor-widget-container {
		margin: 25px 15px 100px 15px !important;
		padding: 50px 40px !important;
	}
	.CompTextEditorCustom1 .elementor-widget-container h2 {
	    font-size: 32px;
	    margin: 0 0 20px 0;
	}
	.CompTextEditorCustom1 .elementor-widget-container p {
	    font-size: 18px;
	    line-height: 30px;
	    margin: 0 0 20px 0;
	}
	.CompTextEditorCustom1 .elementor-widget-container h4 {
	    font-size: 20px !important;
	    line-height: 30px;
	    padding: 0px 0 0 60px;
	}
	.CompTextEditorCustom1 .elementor-widget-container h4:after {
	    width: 38px;
	    height: 30px;
	    background-position: center;
	    background-size: contain;
	    background-repeat: no-repeat;
	}
	.CompTextEditorCustom1 .elementor-widget-container ol {
	    padding-left: 40px;
	}
	.CompTextEditorCustom1 .elementor-widget-container ol li, 
	.CompTextEditorCustom1 .elementor-widget-container ul li {
	    font-size: 18px;
	    font-weight: 400;
	    color: #293646;
	    line-height: 30px;
	    font-family: "Roboto", sans-serif;
	    padding: 4px 0 4px 12px;
	}
	.CompTextEditorCustom2 .elementor-widget-container h2 {
	    font-size: 32px;
	    margin: 0 0 20px 0;
	}
	.CompTextEditorCustom2 .elementor-widget-container p {
	    font-size: 18px;
	    line-height: 30px;
	    margin: 0 0 20px 0;
	}
	.CompTextEditorCustom2 .elementor-widget-container ol {
	    padding-left: 40px;
	}
	.CompTextEditorCustom2 .elementor-widget-container ol li, 
	.CompTextEditorCustom2 .elementor-widget-container ul li {
	    font-size: 18px;
	    line-height: 30px;
	}
	.CompTextEditorCustom3 .elementor-widget-container h3 {
	    font-size: 24px;
	}
	.CompTextEditorCustom3 .elementor-widget-container p {
	    font-size: 18px;
	    line-height: 30px;
	}
	.CompTextEditorCustom4 .elementor-widget-container h3 {
	    font-size: 24px;
	}
	.CompTextEditorCustom4 .elementor-widget-container p {
	    font-size: 18px;
	    line-height: 30px;
	    margin: 0 0 20px 0;
	}
	.CompTextEditorCustom4 .elementor-widget-container ul li {
	    font-size: 18px;
	    line-height: 32px;
	    padding: 2px 0 2px 30px;
	}
	.CompTextEditorCustom4 .elementor-widget-container ul li:after {
	    width: 18px;
	}
}

@media (max-width: 399px) {
	.CompTextEditorCustom1 .elementor-widget-container {
		padding: 0 15px;
	}
	.CompTextEditorCustom2 .elementor-widget-container {
		margin: 80px 15px !important;
		padding: 30px 20px !important;
	}
	.CompTextEditorCustom3 .elementor-widget-container {
		margin: 100px 15px 25px 15px !important;
		padding: 30px 20px !important;
	}
	.CompTextEditorCustom4 .elementor-widget-container {
		margin: 25px 15px 100px 15px !important;
		padding: 30px 20px !important;
	}
}