@font-face {
  font-family: 'waboos-icons';
  src:  url('../fonts-nct/waboos-icons.eot?4yx35p');
  src:  url('../fonts-nct/waboos-icons.eot?4yx35p#iefix') format('embedded-opentype'),
    url('../fonts-nct/waboos-icons.ttf?4yx35p') format('truetype'),
    url('../fonts-nct/waboos-icons.woff?4yx35p') format('woff'),
    url('../fonts-nct/waboos-icons.svg?4yx35p#waboos-icons') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'waboos-icons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-download-ico:before {
  content: "\e90c";
}
.icon-unlike-ico:before {
  content: "\e90f";
}
.icon-edit:before {
  content: "\e900";
}
.icon-back:before {
  content: "\e901";
}
.icon-down-arrow:before {
  content: "\e902";
}
.icon-eye-close:before {
  content: "\e904";
}
.icon-like:before {
  content: "\e905";
}
.icon-next:before {
  content: "\e906";
}
.icon-notify:before {
  content: "\e907";
}
.icon-open-eye:before {
  content: "\e908";
}
.icon-search:before {
  content: "\e909";
}
.icon-trash:before {
  content: "\e90a";
}
.icon-view:before {
  content: "\e90d";
}
.icon-rgt-arrow:before {
  content: "\e91a";
}
.icon-calendar:before {
  content: "\e90e";
}
.icon-check:before {
  content: "\e912";
}


html, body { height: 100%; padding: 0 !important; letter-spacing: 1px; word-wrap: break-word;}
.page-wrap { min-height: 100%; margin-bottom: 0px;}
.page-wrap:after { content: ""; display: block; }
/*--------------General CSS---------*/
img { border: 0 none; max-width: 100%; vertical-align: top; outline:none;}
a { outline: none; cursor: pointer; -ms-transition: all 0.5s ease-out 0s; -webkit-transition: all 0.5s ease-out 0s; -moz-transition: all 0.5s ease-out 0s; -o-transition: all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s; color: #333; text-decoration: none;}
a:hover, a:focus { color: #009C4F; text-decoration: none; }
button, input[type="submit"] { -ms-transition: all 0.5s ease-out 0s; -webkit-transition: all 0.5s ease-out 0s; -moz-transition: all 0.5s ease-out 0s; -o-transition: all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s; cursor:pointer;}
p { line-height: 20px; color: #31312c; line-height: 24px; }
h1 { font-size: 32px; margin: 15px 0px; color: #000000;}
h2 { font-size: 26px; margin: 15px 0px; color: #000000;}
h3 { font-size: 20px; margin: 15px 0px; color: #000000;}
h4 { font-size: 16px; margin: 15px 0px; color: #000000;}
h5 { font-size: 12px; margin: 15px 0px; color: #000000;}
body { margin: 0; padding: 0; font-family: "Roboto Condensed", sans-serif; font-size: 15px; color: #474747; -webkit-font-smoothing: subpixel-antialiased; -webkit-text-stroke: 1px transparent;
/*background: url(../images-nct/landing-bg.jpg) left top repeat-y; background-size: 100%;*/ background-color: #ffffff;
}
/*-----------------------main styles starts here-----------------------------------------------*/
ul { margin: 0; padding: 0; list-style-type: none; }
label { font-size: 15px; color: #414449; font-weight:400; }
input[type="text"], input[type="password"], input[type="email"], input[type="number"], textarea, select { border: 1px solid #A6AFB0; font-size: 20px; font-style: italic; color: #31312c; padding: 18px 15px; width: 100%; -webkit-box-shadow: none; -webkit-appearance: none; font-weight: 400;}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="number"]:focus, textarea:focus, select:focus { border-color: #181515; box-shadow: none; outline: none; }
.dark-select-control, .dark-form-control{border: 1px solid #A6AFB0; background-color: #eff0f3; border-radius: 6px; line-height: 1; color: #474747; font-size: 15px; font-weight: 400; box-shadow: none; outline: 0; width: 100%; padding:12px 15px;}
.dark-form-control:focus{border-color: #181515;  background-color: #fff;}
.dark-select-control{background-image: url(../images-nct/dark-arrow.png)!important; background-repeat: no-repeat; background-position: 98% 55%; border: 1px solid #676767; font-size: 16px; color: #676767; padding: 15px; width: 100%; -webkit-box-shadow: none; -webkit-appearance: none; font-weight: 500;}

.blue-select-control, .blue-form-control{border: 1px solid #A6AFB0 !important; border-radius: 18px; line-height: 1; color: #676767; font-size: 16px; font-weight: 500; box-shadow: none; outline: 0; width: 100%; padding: 15px;}
.blue-form-control:focus{border-color: #181515;}
.blue-select-control{background-image: url(../images-nct/dark-arrow.png)!important; background-repeat: no-repeat; background-position: 98% 55%; border: 1px solid #676767; font-size: 16px; color: #676767; padding: 15px; width: 100%; -webkit-box-shadow: none; -webkit-appearance: none; font-weight: 500;}

.dark-form-control:disabled, .dark-form-control[readonly]{background-color: #fff; font-size: 20px;}

input[type="submit"], button{box-shadow:none; outline:0; outline-offset:0;}

/*===================================== PLACE HOLDER CSSS START HERE    ====================================*/
input::-webkit-input-placeholder {
color:#333;
font-weight: 300;
letter-spacing: 0.5px;
font-family: "Roboto Condensed", sans-serif;
}
 input::-moz-placeholder {
color:#333;
font-weight: 300;
letter-spacing: 0.5px;
font-family: "Roboto Condensed", sans-serif;
}
input::-ms-placeholder {
color:#333;
font-weight: 300;
letter-spacing: 0.5px;
font-family: "Roboto Condensed", sans-serif;
}
input.textbox::-ms-input-placeholder {
color:#333;
font-weight: 300;
letter-spacing: 0.5px;
font-family: "Roboto Condensed", sans-serif;
}
input.textbox::-ms-input-placeholder {
color:#333;
font-weight: 300;
letter-spacing: 0.5px;
font-family: "Roboto Condensed", sans-serif;
}
textarea::-webkit-input-placeholder {
color:#333;
font-weight: 300;
letter-spacing: 0.5px;
font-family: "Roboto Condensed", sans-serif;
}

textarea:-moz-placeholder { /* Firefox 18- */
color:#333;
font-weight: 300;
letter-spacing: 0.5px;
font-family: "Roboto Condensed", sans-serif;  
}

textarea::-moz-placeholder {  /* Firefox 19+ */
color:#333;
font-weight: 300;
letter-spacing: 0.5px;
font-family: "Roboto Condensed", sans-serif;  
}

textarea:-ms-input-placeholder {
color:#333;
font-weight: 300;
letter-spacing: 0.5px;
font-family: "Roboto Condensed", sans-serif;  
}

*, ::after, ::before {
    box-sizing: border-box;
}

/*===================================== PLACE HOLDER CSSS END HERE    ====================================*/

.cf:before, .cf:after { content: ""; display: table }
.cf:after { clear: both; }
.cf {/*zoom:1;*/ }

label.lbl-name{font-size: 14px; color: #291F1E; width: 100%; margin-bottom: 5px;}
.is-label-txt{font-size: 18px; color: #222222; font-weight: 600; margin-bottom: 10px; display: block;}

/*===================================== Commen Butons ===================================*/

.light-orange-btn {background-color: #FF8200; color: #ffffff; border-radius:100px; font-weight: 400; font-size: 18px; padding: 12px 20px; min-width: 120px;border: 1px solid #FF8200; line-height: 1; display: inline-block; vertical-align: top;  cursor:pointer; letter-spacing: 0.5px;}
.light-orange-btn:hover, .light-orange-btn:focus { background-color: #e3811a; color: #fff; border: 1px solid #e3811a; outline:none;}

.orange-btn {background-color: #EF8242; color: #ffffff; border-radius:100px; font-weight: 400; font-size: 18px; padding: 12px 20px; min-width: 120px;border: 1px solid #EF8242; line-height: 1; display: inline-block; vertical-align: top;  cursor:pointer; letter-spacing: 0.5px;}
.orange-btn:hover, .orange-btn:focus { background-color: #ff995c; color: #fff; border: 1px solid #ff995c; outline:none;}


.green-outer-btn {background-color: transparent; color: #009C4F; border-radius:30px; font-weight: 400; font-size: 18px; padding: 12px 20px; min-width: 120px;border: 1px solid #009C4F; line-height: 1; display: inline-block; vertical-align: top;  cursor:pointer; letter-spacing: 0.5px;}
.green-outer-btn:hover, .green-outer-btn:focus { background-color: #009C4F; color: #fff; border: 1px solid #009C4F; outline:none;}

.green-btn {background-color: #009C4F; color: #fff; border-radius:100px; font-weight: 400; font-size: 18px; padding: 12px 20px; min-width: 120px;border: 1px solid #009C4F; line-height: 1; display: inline-block; vertical-align: top;  cursor:pointer; letter-spacing: 0.5px;}
.green-btn:hover, .green-btn:focus { background-color: #68cf97; color: #fff; border: 1px solid #68cf97; outline:none;}

.light-green-btn {background-color: #6AD39A; color: #000; border-radius:100px; font-weight: 400; font-size: 18px; padding: 12px 20px; min-width: 120px;border: 1px solid #6AD39A; line-height: 1; display: inline-block; vertical-align: top;  cursor:pointer; letter-spacing: 0.5px;}
.light-green-btn:hover, .light-green-btn:focus { background-color: #009C4F; color: #000; border: 1px solid #009C4F; outline:none;}

.black-btn {background-color: #000000; color: #fff; border-radius:100px; font-weight: 400; font-size: 18px; padding: 12px 20px; min-width: 120px;border: 1px solid #000000; line-height: 1; display: inline-block; vertical-align: top;  cursor:pointer; letter-spacing: 0.5px;}
.black-btn:hover, .black-btn:focus { background-color: #333; color: #fff; border: 1px solid #333; outline:none;}


.white-btn {background-color: #fff; color: #000; border-radius:100px; font-weight: 400; padding: 12px 20px; border: 1px solid #fff; line-height: 1; display: inline-block; vertical-align: top;cursor:pointer; letter-spacing: 0.5px;}
.white-btn:hover, .white-btn:focus { background-color: #333333; color: #ffffff; border: 1px solid #333333; outline:none;}

.white-blue-btn{background-color: #fff; color: #00B2FF; border-radius:100px; font-weight: 400; padding: 12px 20px; border: 1px solid #fff; line-height: 1; display: inline-block; vertical-align: top;cursor:pointer; letter-spacing: 0.5px;}
.white-blue-btn:hover, .white-blue-btn:focus { background-color: #00B2FF; color: #ffffff; border: 1px solid #fff; outline:none;}


.outer-orange-btn {background-color: #fff; color: #31312c; border-radius:6px; font-weight: 500; font-size: 18px; padding: 12px 20px; min-width: 150px; margin:5px 0; border: 1px solid #31312c; line-height: 1; display: inline-block; vertical-align: top;  cursor:pointer; letter-spacing: 0.5px;}
.outer-orange-btn:hover, .outer-orange-btn:focus { background-color: #31312c; color: #fff; border: 1px solid #31312c; outline:none;}

.gray-btn {background-color: #EEF2F3; border-radius: 100px; font-weight: 400;  line-height: 1; display: inline-block; vertical-align: top; text-align: center; color: #181818;}
.gray-btn:hover, .gray-btn:focus { background-color: #D3DEE3; color: #05093D;}

.full-width{width: 100%; min-width: 100%; max-width: 100%;}

.container{width: 100%; max-width: 1600px; padding-left: 50px; padding-right: 50px;}
.small-container{width: 100%; max-width: 1330px; padding-left: 15px; padding-right: 15px; margin-left: auto; margin-right: auto;}

.lg-btn{font-size: 20px; padding: 18px 30px; text-align: center; text-transform: uppercase;}
.md-btn{font-size: 18px; padding: 15px 25px; text-align: center; text-transform: uppercase;}
.smd-btn{font-size: 16px; padding: 13px 20px; text-align: center; text-transform: uppercase;}
.sm-btn{font-size: 16px; padding: 12px 20px; text-align: center; text-transform: uppercase;}
.xs-btn{font-size: 14px; padding: 8px 20px; text-align: center; text-transform: uppercase;}


.circle-checkbox input[type="checkbox"] { display: none; }
.circle-checkbox input[type="checkbox"] + label {display: block;position: relative;padding-left: 35px;margin-bottom: 5px;font-size: 16px;color: #000000;cursor: pointer;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;font-weight: 400;font-size: 16px;}
.circle-checkbox input[type="checkbox"] + label:last-child { margin-bottom: 0; }
.circle-checkbox input[type="checkbox"] + label:before {content: '';display: block;width: 22px;height: 22px;border: 1px solid #6AD39A;position: absolute;left: 0;top: 0;-webkit-transition: all .12s, border-color .08s;transition: all .12s, border-color .08s;border-radius: 5px;background-color: #E0E2E5;}
.circle-checkbox input[type="checkbox"]:checked + label:before {width: 10px;top: -5px;left: 5px;border-radius: 0;opacity: 1;border-top-color: transparent;border-left-color: transparent;-webkit-transform: rotate(45deg);transform: rotate(45deg);border-bottom-color: #009c4f;border-right-color: #009c4f;border-radius: 0; background-color: transparent;}

.flat-checkbox {width: 100%; min-height: 41px;}
.flat-checkbox input[type="checkbox"] { display: none; }
.flat-checkbox input[type="checkbox"] + label { display: block; position: relative; padding-left: 45px; margin-bottom: 5px; font-size: 18px; color: #7D95D1; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none;  font-weight: 600;}
.flat-checkbox input[type="checkbox"] + label:last-child { margin-bottom: 0; }
.flat-checkbox input[type="checkbox"] + label:before {display: block; width: 30px; height: 30px; position: absolute; left: 0; top:-7px; -webkit-transition: all .12s, border-color .08s; transition: all .12s, border-color .08s; font-size: 30px; font-family: 'pryme-icons'; font-weight: 400;}
.flat-checkbox input[type="checkbox"]:checked + label:after {content: "\e912"; color: #DB2422;display: block; width: 30px; height: 30px; position: absolute; left: 3px; top:-4px; -webkit-transition: all .12s, border-color .08s; transition: all .12s, border-color .08s; font-size: 24px; font-family: 'waboos-icons'; font-weight: 400;}
/*  CUSTOM RADIO CSS START  */

.flat-radio input[type="radio"] { display: none; }
.flat-radio input[type="radio"] + label {display: block;position: relative;padding-left: 40px;margin-bottom: 5px;font-size: 18px;color: #000;cursor: pointer;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;font-weight: 500;}
.flat-radio input[type="radio"] + label:last-child { margin-bottom: 0; }
.flat-radio input[type="radio"] + label:before {content: "";display: block;width: 24px;height: 24px;position: absolute;left: 0;top: -1px;-webkit-transition: all .12s, border-color .08s;transition: all .12s, border-color .08s;font-size: 30px;/* font-family: 'nct-icons'; */font-weight: 400;border: 2px solid #009D4F;border-radius: 100px;}
.flat-radio input[type="radio"]:checked + label:before{border-color: #009D4F;}
.flat-radio input[type="radio"]:checked + label:after {content: "";color: #009D4F;display: block;width: 14px;height: 14px;position: absolute;left: 5px;top: 4px;-webkit-transition: all .12s, border-color .08s;transition: all .12s, border-color .08s;/* font-size: 24px; *//* font-family: 'nct-icons'; */font-weight: 400;background-color: #009D4F;border-radius: 100px;}
.flat-radio input[type="radio"]:checked + label{color: #009D4F;}

/*===================================== Commen Butons ===================================*/
.form-group{margin-bottom: 20px;}
.dropdown-toggle::after{display: none;}

.logo{padding:  0; max-width: 200px;}
.is-main-header .navbar{padding: 0 ;}
.is-main-header{top: 0; width: 100%; z-index: 100; background-color: #fff; padding: 25px 0; /*box-shadow: 0 0 5px 0 rgb(0 0 0 / 5%);*/ text-align: center;}


.ndf-form-sec{width: 100%; padding: 50px 0;}
.ndf-form-bx{width: 100%; max-width: 600px; margin:0px auto;}
.ndf-form-bx .circle-checkbox{width: 100%; margin-bottom: 15px;}
.pload-ico {cursor: pointer; position: relative;}
.pload-ico  input[type="file"]{position: absolute; left: 0; top: 0; width: 100%; height: 100%; opacity: 0.01; -webkit-opacity: 0.01; -moz-opacity: 0.01; -ms-opacity: 0.01; cursor: pointer;}
.label-icon-cv{width: 100%; display: flex; justify-content: space-between; align-items: center;}
.label-icon-cv label{font-style: normal;}
.is-info {font-size: 14px; font-weight: 300; color: #848484; display: block; margin-top: 5px;}
.ndf-form-bx p{margin: 0 0 20px 0; font-style: 15px;}
.ndf-form-bx p a{color: #009C4F; text-decoration: underline; font-size: 18px;}