body {
                background-image: none;
                background-repeat: no-repeat;
                background-size: cover;
                background-attachment: fixed;
                width: 100%;
                float: left;
                height: 100%;
            }
            .mx-width-850 {
                max-width: 850px;
            }
            .c-navbar {
                width: 100%;
                display: inline-block;
                height: 50px;
                background: #2C314D;
                position: fixed;
                top:0;
                z-index: 1;
                left: 0;
            }
            .c-section-center {
                position: absolute;
                left: 0;
                right: 0;
                margin: auto;  
                padding: 0;
            }
            .mt-40 {
                margin-top: 40px;
            }
            .overflow-hidden{
                overflow: hidden;
            }
            .border-radius-5 {
                border-radius: 5px;
            }
            .header-section {
                padding: 10px;
                text-align: center;
                background-color: #3F8DCB;
            }
            .header-section h2 {
                margin: 0;
                padding: 25px 5px;
                color: #ffffff;
                font-size: 30px;
                min-height: 150px;
                font-weight: normal;
            }
            .form-section-style {
                opacity: 0.95;
                background: #DCEFF9;
                padding: 30px 0;
            }
            .c-w-100 {
                width:100%;
            }
            .form-table-style {
                width: 100%;
            }
            .form-table-style th, .form-table-style td{
                width: 100%;
                display: inline-block;
            }
            .form-table-style th {
                font-size: 16px;
                font-weight: normal;
            }
            .input-field-style{
                width: 100%;
                border: 0 !important;
                outline: 0 !important;
                font-size: 15px;
                margin-top: 10px;
                background: #fff !important;
                margin-left: 10px;
                padding: 8px 10px;
                margin-bottom: 40px;
            }
            .form-table-style label {
                font-size: 16px;
                font-weight: normal;
            }
            .form-table-style textarea {
                width: 100%;
                margin-left: 10px;
                margin-bottom: 20px;
                border: 0 !important;
                outline: 0 !important;
                background: #fff !important;
            }
            .c-w-auto {
                width: auto !important;
            }
            .c-d-none {
                display: none !important;
            }
            .c-width-88 {
                width: 88%;
            }
            .c-m-auto {
                margin: auto;
            }
            .c-mx-5 {
                margin-left: 5px;
                margin-right: 5px;
            }
            @media screen and (min-width: 320px) and (max-width: 780px) {
                .header-section h2 { font-size: 22px; }
                .textarea-text-sec { white-space: pre-line; }
            }

/* SECUREFORM DEFAULT CSS */

/* Do not edit the contents of this block, it will */
/* be auto-regenerated each time you update your form */

body {
	padding: 10px;
	margin: 0;
	background-color: #FFFFFF;
	color: #333333;
   font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	}

td, th, p, li, blockquote, a, dt, dd {
	color: #333333;
   font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	}

h1,h2,h3,h4,h5,h6,h7 {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	}

input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
   font-size: 13px;
	}

.x_getgeo {
   border: 1px solid #CCC;
   background-color: #EEE;
   border-radius:5px;
   padding:2px;
   }	
/* SECUREFORM DEFAULT CSS */






































































#cke_ele_14 strong{
font-size:16px;
}



.form-section-style span{
font-size:13px !important;
}
 .formError { z-index: 990; }
    .formError .formErrorContent { z-index: 991; }
    .formError .formErrorArrow { z-index: 996; }
    .ui-dialog .formError { z-index: 5000; }
    .ui-dialog .formError .formErrorContent { z-index: 5001; }
    .ui-dialog .formError .formErrorArrow { z-index: 5006; }


.inputContainer {
	position: relative;
	float: left;
}

.formError {
	position: absolute;
	top: 300px;
	left: 300px;
	display: block;
	cursor: pointer;
	text-align: left;
}

.formError.inline {
	position: relative;
	top: 0;
	left: 0;
	display: inline-block;
}

.ajaxSubmit {
	padding: 20px;
	background: #55ea55;
	border: 1px solid #999;
	display: none;
}

.formError .formErrorContent {
	width: 100%;
	background: #ee0101;
	position:relative;
	color: #fff;
	min-width: 120px;
	font-size: 11px;
	border: 2px solid #ddd;
	box-shadow: 0 0 6px #000;
	-moz-box-shadow: 0 0 6px #000;
	-webkit-box-shadow: 0 0 6px #000;
	-o-box-shadow: 0 0 6px #000;
	padding: 4px 10px 4px 10px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
}

.formError.inline .formErrorContent {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	border: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
}

.greenPopup .formErrorContent {
	background: #33be40;
}

.blackPopup .formErrorContent {
	background: #393939;
	color: #FFF;
}

.formError .formErrorArrow {
	width: 15px;
	margin: -2px 0 0 13px;
	position:relative;
}
body[dir='rtl'] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow {
	margin: -2px 13px 0 0;
}

.formError .formErrorArrowBottom {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	margin: 0px 0 0 12px;
	top:2px;
}

.formError .formErrorArrow div {
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	box-shadow: 0 2px 3px #444;
	-moz-box-shadow: 0 2px 3px #444;
	-webkit-box-shadow: 0 2px 3px #444;
	-o-box-shadow: 0 2px 3px #444;
	font-size: 0px;
	height: 1px;
	background: #ee0101;
	margin: 0 auto;
	line-height: 0;
	font-size: 0;
	display: block;
}

.formError .formErrorArrowBottom div {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
}

.greenPopup .formErrorArrow div {
	background: #33be40;
}

.blackPopup .formErrorArrow div {
	background: #393939;
	color: #FFF;
}

.formError .formErrorArrow .line10 {
	width: 13px;
	border: none;
}

.formError .formErrorArrow .line9 {
	width: 11px;
	border: none;
}

.formError .formErrorArrow .line8 {
	width: 11px;
}

.formError .formErrorArrow .line7 {
	width: 9px;
}

.formError .formErrorArrow .line6 {
	width: 7px;
}

.formError .formErrorArrow .line5 {
	width: 5px;
}

.formError .formErrorArrow .line4 {
	width: 3px;
}

.formError .formErrorArrow .line3 {
	width: 1px;
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	border-bottom: 0 solid #ddd;
}

.formError .formErrorArrow .line2 {
	width: 3px;
	border: none;
	background: #ddd;
}

.formError .formErrorArrow .line1 {
	width: 1px;
	border: none;
	background: #ddd;
}

.sform_sig .x_inksig{
	width:100%;
}

#cke_ele_35_wrap{
	width: 100%;
	display: inline-block;
	max-width: 333px;
}
#cke_ele_22{
padding:0;
}
#cke_ele_23_canvas{
margin-top:20px;
}
.cke_ele_4_wrap{
	display: inline-block;
  width: 100%;
  max-width: 355px;
}
.cke_ele_3{
	display: inline-block;
  width: 100%;
  max-width: 380px;
}
.d-cstm-p-0{
padding:0 !important;
}

@media screen and (min-width: 375px) and (max-width:767px) {
#cke_ele_35_wrap{
max-width:302px !important;
}
}
@media screen and (min-width: 320px) and (max-width:900px) and (orientation: landscape){
#cke_ele_35_wrap{
max-width:350px !important;
}
}
@media screen and (min-width: 410px) and (max-width:768px) {
#cke_ele_35_wrap{
max-width:325px !important;
}
}
@media screen and (min-width: 650px) and (max-width:990px) {
  .custm-md-6{
  width:49%;
  display:inline-block;
  }
.cstm-p-0{
padding:0 !important;
}
}


.bottominput {
    border: none;
    border-bottom: 1px solid #000; /* Black bottom line */
    border-radius: 0; /* Remove rounded corners */
    outline: none; /* Remove focus outline */
    background: transparent; /* Transparent background */
    width: 100%;
    padding: 5px 0;
    box-shadow: none !important; /* Remove focus shadow too */
}

.bottominput:focus {
    box-shadow: none !important; /* Remove focus shadow too */
    border-bottom: 2px solid #007bff; /* Optional: Highlight on focus */
}
.form-control{
    height:26px !important;
    }
.text_inp label{
    font-weight: bold;
}
.text_inp{
    margin-bottom: 10px;
}