/*@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Hind:wght@300;400;500;600;700&display=swap');
/*@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500&display=swap');*/
* {
    box-sizing: border-box;
}


/*thin 100 thin 100 Italic extra-light 200 extra-light 200 Italic light 300 light 300 Italic regular 400 regular 400 Italic medium 500 medium 500 Italic semi-bold 600 semi-bold 600 Italic bold 700 bold 700 Italic extra-bold 800 extra-bold 800 Italic black 900 black 900 Italic*/
body {
    font-family: 'Hind', sans-serif !important;
    /*font-family: 'Rubik', sans-serif !important;*/
    background: #fff;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Hind', sans-serif !important;
    /*font-family: 'Roboto Condensed', sans-serif !important;*/
    color: #32325d;
}

a,
a:focus,
a:hover {
    text-decoration: none;
    outline: 0;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
}

.transition,
.transition:hover,
button,
button:hover {
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
}

input,
input:focus,
input:hover,
button,
button:focus,
button:hover,
select,
select:focus,
select:hover,
option,
option:focus,
option:hover {
    outline: 0;
}

ul,
ol {
    padding: 0;
    margin: 0;
    list-style: none;
}

.btn.focus,
.btn:focus {
    box-shadow: none;
}

.m-0 {
    margin: 0;
}

.mt-0 {
    margin-top: 0;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-35 {
    margin-top: 35px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-45 {
    margin-top: 45px;
}

.mt-50 {
    margin-top: 50px;
}

.mb-0 {
    margin-bottom: 0;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-35 {
    margin-bottom: 35px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-45 {
    margin-bottom: 45px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mr-0 {
    margin-right: 0;
}

.mr-10 {
    margin-right: 10px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-20 {
    margin-right: 20px;
}

.mr-25 {
    margin-right: 25px;
}

.mr-30 {
    margin-right: 30px;
}

.mr-35 {
    margin-right: 35px;
}

.mr-40 {
    margin-right: 40px;
}

.mr-45 {
    margin-right: 45px;
}

.mr-50 {
    margin-right: 50px;
}

.ml-0 {
    margin-left: 0;
}

.ml-10 {
    margin-left: 10px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-20 {
    margin-left: 20px;
}

.ml-25 {
    margin-left: 25px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-35 {
    margin-left: 35px;
}

.ml-40 {
    margin-left: 40px;
}

.ml-45 {
    margin-left: 45px;
}

.ml-50 {
    margin-left: 50px;
}

.p-0 {
    padding: 0;
}

.pt-0 {
    padding-top: 0;
}

.pr-0 {
    padding-top: 0;
}

.pl-0 {
    padding-top: 0;
}

.pt-10 {
    padding-top: 10px;
}

.pt-15 {
    padding-top: 15px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-25 {
    padding-top: 25px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-35 {
    padding-top: 35px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-45 {
    padding-top: 45px;
}

.pt-50 {
    padding-top: 50px;
}

.pb-0 {
    padding-bottom: 0;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-25 {
    padding-bottom: 25px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-35 {
    padding-bottom: 35px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-45 {
    padding-bottom: 45px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pr-0 {
    padding-right: 0;
}

.pr-10 {
    padding-right: 10px;
}

.pr-15 {
    padding-right: 15px;
}

.pr-20 {
    padding-right: 20px;
}

.pr-25 {
    padding-right: 25px;
}

.pr-30 {
    padding-right: 30px;
}

.pr-35 {
    padding-right: 35px;
}

.pr-40 {
    padding-right: 40px;
}

.pr-45 {
    padding-right: 45px;
}

.pr-50 {
    padding-right: 50px;
}

.pl-0 {
    padding-left: 0;
}

.pl-10 {
    padding-left: 10px;
}

.pl-15 {
    padding-left: 15px;
}

.pl-20 {
    padding-left: 20px;
}

.pl-25 {
    padding-left: 25px;
}

.pl-30 {
    padding-left: 30px;
}

.pl-35 {
    padding-left: 35px;
}

.pl-40 {
    padding-left: 40px;
}

.pl-45 {
    padding-left: 45px;
}

.pl-50 {
    padding-left: 50px;
}

.sec-pad-t-50 {
    padding-top: 50px;
}

.sec-pad-b-50 {
    padding-bottom: 50px;
}

.sec-pad-20 {
    padding: 20px 0;
}

.sec-pad-30 {
    padding: 30px 0;
}

.sec-pad-40 {
    padding: 40px 0;
}

.sec-pad-50 {
    padding: 50px 0;
}

.sec-pad-60 {
    padding: 60px 0;
}

.sec-pad-70 {
    padding: 70px 0;
}

.sec-pad-80 {
    padding: 80px 0;
}

.btn-block {
    width: 100%;
}

.display-none {
    display: none;
}

.display-in-block {
    display: inline-block;
}

.display-inline {
    display: inline;
}

.gray-bg {
    background: #f5f5f5;
}

.darkgray-bg {
    background: #f8f8f8;
}

.bg-white {
    background-color: #FFF;
}

.light-bg {
    background-color: #fafafa;
}

.gradientBg {
    background: -webkit-linear-gradient(to right, #a51d2b , #e7314e);
    background: linear-gradient(to right, #a51d2b , #e7314e);
    /*background: linear-gradient(-90deg, #a51d2b, #e7314e);*/
}

p{
    font-size: 15px;
    font-weight: normal;
    line-height: 26px;
    color: #666;
    margin-bottom: 10px;
}
.paraText {
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 10px;
}
.paraText-gray {
    color: #666;
}

.paraText-white {
    color: #ffffff;
}
.btn.btnTheme {
    background: #08cc7f;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.5px;
    padding: 12px 30px;
    border-radius: 5px;
    border: none;
    -webkit-box-shadow: 0px 6px 12px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 6px 12px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 6px 12px 0px rgba(0,0,0,0.15);
    background-size: 300% 100%;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
}
/*.btn-grad {background-image: linear-gradient(to right, #D31027 0%, #EA384D 51%, #D31027 100%)}*/
.btn-grad:hover { background-position: left center; }
.btnRounded {
    border-radius: 50px !important;
    padding: 10px 30px;
}

.btn.disabled, .btn:disabled {
    opacity: .65;
    background: #6d6d6d !important;
}



.timepicker-picker .btn {background: #32325d none repeat scroll 0 0; margin: 0; padding: 0 !important; color: #fff !important; min-width: auto !important; }
.timepicker-picker .btn span{display:inline-block;height:30px;line-height:30px;margin:0;top:0;width:30px;font-size:16px !important;}
.timepicker-picker .btn span:hover{background:none;}
.timepicker-picker td button.btn.btn-primary{padding:5px !important;}
.datepicker table thead th{background:#32325d none repeat scroll 0 0 !important;border-radius:0;color:#fff !important; padding:10px;}
/*.form-wizard .datepicker span {
    color: #fff !important;
}*/
.bootstrap-datetimepicker-widget{position:absolute !important; z-index: 1035; padding: 0 !important;}
.bootstrap-datetimepicker-widget table tbody td span{padding:0 !important;}
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover{background:#32325d !important;}
.bootstrap-datetimepicker-widget table td span.active{background-color:#32325d;}
.bootstrap-datetimepicker-widget table td.day:hover, .bootstrap-datetimepicker-widget table td.hour:hover, .bootstrap-datetimepicker-widget table td.minute:hover, .bootstrap-datetimepicker-widget table td.second:hover{background:#32325d none repeat scroll 0 0;cursor:pointer;color:#fff !important;}
.bootstrap-datetimepicker-widget table td span:hover{background:#32325d none repeat scroll 0 0;color:#fff;}
.datepicker .month{background:none;}
.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover{background-color:#32325d;}
.bootstrap-datetimepicker-widget table td.day{height:23px;line-height:30px;width:20px;}


/*=========Header Css==========*/
.hero-content-left img {
    width: 100%;
    max-width: 320px;
}
.banner-1-bg {
    background: url(../img/slider1.png) no-repeat 100%/cover!important;
    height: 100vh;
    overflow: hidden;
}
.background-img {
    position: relative;
    width: 100%;
    display: block;
}
.background-img:before {
    position: absolute;
    content: "";
    background-image: linear-gradient(90deg,rgba(32,40,119,.9),rgba(55,46,149,.9),rgba(83,49,177,.9),rgba(114,48,205,.8),rgba(150,41,230,.8));
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.hero-animation-img, .hero-content-left {
    position: relative;
    z-index: 2;
}
.hero-content-left h1 {
    font-weight: 500;
    font-size: 42px;
    line-height: 55px;
    margin-top: 30px;
    letter-spacing: 0.5px;
}
.hero-content-left h1 span {
    font-weight: 700;
}
.bottom-img-absolute {
    bottom: -60px;
    width: 100%;
    position: absolute;
}
.bottom-img-absolute img, .bottom-img img {
    width: 100%;
}
.mainWrapper {
    min-height: 100vh;
}
.hero-content-left .lead {
    font-size: 20px;
    color: #dedede;
    line-height: 30px;
    margin-top: 15px;
}
.loginWrap {
    display: block;
    box-shadow: 0 8px 10px 0 rgba(0,0,0,.12);
    background: #f4f7fa;
    z-index: 5;
    padding: 30px;
    border-radius: 5px;
    position: relative;
    max-width: 360px;
    margin: 0px auto 0;
}
.loginHeader h4 {
    font-weight: 700;
    font-size: 20px;
}
.loginHeader p {
    font-size: 15px;
    margin-top: 2px;
    color: #666;
    margin-bottom: 0;
}
.loginHeader{
    margin-bottom: 30px;
}
.btns{
    margin-top: 40px;
}
.csForm .inptLabel{
    font-size: 14px;
    color: #666;
    margin-bottom: 2px;
}
.csForm .form-control{
    font-size: 16px;
    color: #333;
    height: 50px;
    width: 100%;
    border: 1px solid #e8e8e8;
}
.csForm .form-control:focus{
    box-shadow :0 0 0 0.2rem rgb(148 190 234 / 25%);
}
select, select.form-control {
    height: 50px !important;
    padding-right: 30px!important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../img/dropdown_ico.png) center right 6px/20px no-repeat #fff;
}
.reqStar {
    font-size: 7px;
    color: red;
    vertical-align: super;
    margin-left: 2px;
}
.form-control::-webkit-input-placeholder { /* Edge */
  color: #b2b2b2;
}
.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #b2b2b2;
}
.form-control::placeholder {
  color: #b2b2b2;
}
select.form-control option:first {
    color: #b2b2b2;
}
textarea.form-control {
    height: auto !important;
    resize: none;
}

.checkBox {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #333;
    line-height: 22px;
}
.checkBox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border: 2px solid #ccc;
    border-radius: 4px;
}
.checkBox input:checked ~ .checkmark {
  border-color: #08cc7f;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.checkBox input:checked ~ .checkmark:after {
  display: block;
}
.checkBox .checkmark:after {
    left: 5px;
    top: 1px;
    width: 6px;
    height: 12px;
    border: solid #08cc7f;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.hero-section .container, .hero-section .container .row{
    height: 100%;
}
.csLink{
    text-align: center;
}
.csLink a {
    color: #32325d;
    font-weight: 500;
    font-size: 15px;
}
.animate__delay-1s{
    animation-delay: 0.5s !important;
}
.SignupPage {
    display: flex;
    height: 100vh;
}
.signupLeft{
    width: 40%;
}
.signupRight {
    width: 60%;
    height: 100%;
    overflow: auto;
}
.signupForm {
    padding: 50px;
    max-width: 650px;
    margin: 0 auto;
}
.signupLeft {
    position: relative;
    background: url(../img/signup_bg.png) no-repeat 100%/cover!important;
    height: 100vh;
    overflow: hidden;
        border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
}
.signupLeft:before {
    position: absolute;
    content: "";
    background-image: linear-gradient(90deg,rgba(32,40,119,.9),rgba(55,46,149,.9),rgba(83,49,177,.9),rgba(114,48,205,.8),rgba(150,41,230,.8));
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.signupCnt{
    position: relative;
    z-index: 5;
}
.signUpLogo{
    /*text-align: center;*/
    padding: 15px;
}
.signUpLogo img {
    max-width: 300px;
}
.signupCntInner{
    padding: 15px;
}
.signupCntInner h2{
    color: #fff;
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 30px;
}
.signupCntInner h5 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}
.signupCntInner p{
    color: #e8e8e8;
}


/*23-06-21===============*/

.d-flex.profileOthersec {
    flex-wrap: wrap;
}
.flexForm.twoFieldForm {
    flex-wrap: wrap;
}
.fourField{
    margin: 0 -15px;
    flex-wrap: wrap;
}
.csForm.d-flex.flexForm.fourField .form-group {
    width: 25%;
    margin: 0px 0px 15px 0px;
    padding: 0px 15px;
}
.devideSec1 {
    padding: 15px;
    border: 1px solid #e8e8e8;
    margin-top: 15px;
    position: relative;
    background: #f8f8f8;
}
.devideSec1 .removeField {
    right: -2px;
    top: -5px;
    padding: 0;
}
.form-wizard .tab-content{
    height: auto !important;
}