@charset "UTF-8";
/* CSS Document */


body {margin:0px; padding:0px; font-family:"Montserrat", serif; font-optical-sizing:auto; font-weight:400; font-style:normal; text-align:center; font-size:18px; color:#000; background:#fff;}

.fullWidthDiv {display:block; width:100%; clear:both; overflow:hidden; padding:40px 10px; box-sizing:border-box;}
.maxWidthDiv {margin:0px auto; width:100%; max-width:1280px; padding:0px 10px; overflow:hidden; box-sizing:border-box;}


.logoDiv {display:flex; justify-content: center; align-items: center; clear:both; margin:0px auto; max-width:100px; width:100%;}
.logoDiv img {display:block; width:100%;}


.bodyTextCont {display:block; clear:both;}
.bodyTextCont b {display:block; clear:both; padding:20px 0px 15px 0px;}
.bodyTextCont p {display:block; clear:both; margin:0px; padding:0px 0px 10px 0px;}
.errormessage {
    color: red;
    font-size: 14px;
    margin-top: 5px;
    display: none;
}


.tabsButtons {margin:0px; padding:10px; list-style:none; position:relative; font-weight:700; border-bottom:3px solid #108899;}
.tabsButtons .active-btn {position:relative; color:#108899;}
.tabsButtons .active-btn:after {width:100%; height:2px; position:absolute; content:" "; left:0; background:white;}
.tabsButtons li {display:inline-block; cursor:pointer; color:#585858; padding:10px 20px;}
/*.tabsButtons li:first-child {margin-left:10px;}*/

.tabsContent {margin:0px; padding:10px; list-style:none;}
.tabsContent li {display:none;}
.tabsContent li.active-tab {
    display: block;
}

.error {
    border: 2px solid red;
}

.error-message {
    color: red;
    font-size: 12px;
    display: none;
    margin-top: 1px; /* Places the error below input */
}

.hidden-tab {
    display: none;
}
.default-tab {
    display: block;
}
.error {
    border: 2px solid red;
    background-color: #ffe6e6;
}

.error {
    border: 2px solid red;
}

.error-message {
    color: red;
    font-size: 12px;
    display: block;
    margin-top: 5px; /* Places the error below input */
}

.active-tab {
    display: block;
}
.tab.active {
    display: block; /* Ensure only the active tab is visible */
}


.parentDiv.width50perc {float:left; display:inline; width:50%; clear:none; box-sizing:border-box;}
.parentDiv.width50perc:nth-child(1) {float:left; padding-right:50px;}
.parentDiv.width50perc:nth-child(2) {float:right; padding-left:50px;}
.parentDiv.width50perc .chidDivs_2 {width:100%;}
.parentDiv.width50perc .chidDivs_2:first-child {padding-right:0px;}
.parentDiv.width50perc .chidDivs_2:last-child {padding-left:0px;}

.parentDiv {display:block; clear:both; width:100%;}
.parentDiv .chidDivs_2 {float:left; width:50%; box-sizing:border-box;}
.parentDiv .chidDivs_2:first-child {padding-right:50px;}
.parentDiv .chidDivs_2:last-child {padding-left:50px;}

.chidDivs_2 .labelDiv {display:block; clear:both; padding:30px 0px 0px 0px; color:#223d3c; font-weight:700;}
.chidDivs_2 .labelDiv.reqField {position:relative;}
.chidDivs_2 .labelDiv.reqField::after {position:absolute; padding-left:2px; content:"*"; font-size:14px; color:red;}



.chidDivs_2 .inptCont {display:block; width:100%; box-sizing:border-box; border:solid 0px #D0D5DD; border-bottom:solid 1px #108899;}
.chidDivs_2 .inptCont input.commonInpt {display:block; width:100%; padding:15px; font-family:"Montserrat", serif; font-size:14px; color:#818385; text-align:center; font-weight:400; box-sizing:border-box; border:0px; border-bottom:solid 1px #fff; background:transparent;}
.chidDivs_2 .inptCont input.commonInpt:focus {outline:none; border-bottom:solid 1px #108899;}
.chidDivs_2 .inptCont select.commonInpt {display:block; width:100%; padding:15px; font-family:"Montserrat", serif; font-size:14px; color:#818385; text-align:center; font-weight:400; box-sizing:border-box; border:0px; border-bottom:solid 1px #fff; -moz-appearance:none; -webkit-appearance:none; appearance:none; background:url("../images/arrow-DropDown.png") no-repeat right 14px center; background-size:14px;}
.chidDivs_2 .inptCont select.commonInpt:focus {outline:none; border-bottom:solid 1px #108899;}

.chidDivs_2 .inptCont input.commonInpt.dataList {-moz-appearance:none; -webkit-appearance:none; appearance:none; background:url("../images/arrow-DropDown.png") no-repeat right 18px top 18px; background-size:14px;}

.chidDivs_2 .inptCont textarea.commonTextArea {display:block; margin-top:20px; width:100%; min-height:330px; padding:15px; font-family:"Montserrat", serif; font-size:14px; color:#818385; text-align:left; font-weight:400; box-sizing:border-box; border:solid 1px #108899; border-bottom:0px; border-radius: 2px; background:transparent; resize:none; -moz-appearance:none; -webkit-appearance:none; appearance:none;}
.chidDivs_2 .inptCont textarea.commonTextArea:focus {outline:none;}


.formError_text {color:red; margin-top:5px; font-size:10px; display:none;}


.parentDiv.CTA {padding:30px 0px;}

.ackText {display:inline-block; clear:both; overflow:hidden;}
.ackText b {float:left; padding:5px 10px 0px 0px;}
.ackText input[type=checkbox] {display:none;}
 
.ackText input[type=checkbox] + label {display:inline-block; height:30px; width:30px; padding:0 0 0 0px; background:url("../images/iconUnCheck.png"); background-size:100% 100%;}
.ackText input[type=checkbox]:checked + label {display:inline-block; height:30px; width:30px; padding:0 0 0 0px; background:url("../images/iconCheck.png"); background-size:100% 100%;}

.divCTA {display:block; margin:0px auto; padding-top:10px; clear: both;}
.divCTA input.commonInptBTN {display:block; margin:0px auto; padding:10px 40px; font-family:"Montserrat", serif; font-size:20px; color:#fff; font-weight:700; text-transform:uppercase; box-sizing:border-box; background:#108899; border-radius:6px; cursor:pointer; border:solid 2px #108899; box-shadow:3px 3px 5px rgba(0, 0, 0, 0.25);}
.divCTA input.commonInptBTN:hover{background:#fff; color:#108899; border:solid 2px #108899;}



.sumHeader {display:block; padding:20px 0px; font-weight:700; color:#108899;}
.summeryDiv {display:flex; margin:20px 0px; padding:20px; font-size:16px; border:solid 3px #108899; border-radius:25px;white-space: pre-wrap; overflow: hidden; }
.summeryDiv b, .summeryDiv p {display:flex; clear:both; margin:0px; padding:0px; text-align: left; }

.smallText {display:block; font-size:16px; color: gray;}



@media only screen and (max-width: 550px) {
	body {font-size:16px;}

	.logoDiv {max-width:180px;}

	.tabsButtons li {width:48%; padding:10px 0px; box-sizing:border-box;}

	.parentDiv .chidDivs_2 {width:100%;}
	.parentDiv .chidDivs_2:first-child {padding-right:0px;}
	.parentDiv .chidDivs_2:last-child {padding-left:0px;}

	.parentDiv.width50perc {width:100%;}
	.parentDiv.width50perc:nth-child(1) {padding-right:0px;}
	.parentDiv.width50perc:nth-child(2) {padding-left:0px;}

	.smallText {font-size:14px;}
}
/* Overlay to gray out the page */
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8); /* Semi-transparent black */
    z-index: 999; /* Ensure it's above all content */
    display: none; /* Initially hidden */
}


/* Loader Styling */
.loader {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    padding: 20px;
    border-radius: 10px;
    color: #000; /* Dark black color */
    z-index: 1000; /* Ensure it's above the overlay */
}

/* Loader container */
#loader {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 16px;
    color: #fff;
    padding: 20px; /* Add padding for spacing */
    border-radius: 12px; /* Rounded corners */
    border-color: #fff;
}

#loader p {
    color: #108899;
    font-size: 16px;
    margin-top: 10px;
    font-weight: bold;
    /* font-style: italic; */
    background: #ffffff; /* White background */
    padding: 8px 15px; /* Add padding around text */
    border-radius: 8px; /* Rounded corners */
    display: inline-block; /* Prevent full width */
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2); /* Optional shadow for effect */
}

/* Rotating ring */
.spinner {
    width: 50px;
    height: 50px;
    border: 5px solid #f3f3f3; /* Light gray */
    border-top: 5px solid #108899; /* Blue rotating part */
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: 0 auto; /* Centering */
}

/* Loader animation */
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.captcha-container {
    text-align: center;
    margin-bottom: 15px; /* Space between CAPTCHA and buttons */
}

.captcha-container label {
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}

.captcha-container input {
    width: 200px;
    padding: 8px;
    font-size: 16px;
    border: 2px solid #108899;
    border-radius: 6px;
    text-align: center;
}
