body{
  font-family: 'Work Sans', sans-serif;
}
h1, h2 {
    font-family: 'Lora', serif;
    font-size: 24px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.75px;
    color: #202344;
    margin-bottom: 24px;
}
.register-page .right-div h1,
.login-page .right-div h1,
.forgotpassword-page .right-div h1{
    margin-top: 0;
}
.register-page .right-div .post-login-footer {
    margin-bottom:0;
}
h1.with-small-text{
    margin-bottom: 7px;
}
p.sign-up-small-heading {
    opacity: 0.6;
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.44px;
    text-align: center;
    color: #202344;
    margin: 0 30px 30px;
}
.wsmainfull{
	position: fixed;
  z-index: 99;
}

.right-div{
	display: table;
	height: 100vh;
	width: 100%;
  position: relative;
  top: 0;
  /*padding-top: 40px;*/
}
.login-page .right-div {
    padding-top: 56px;
}
.login-page .right-div h1{
    margin-bottom:15px;
}
.login-page .right-div .btn-success {
    margin: 25px 0 15px 0;
}
.forgotpassword-page .right-div {
    padding-top: 56px;
}
.sign-up-page .right-div{
    padding-top:56px;
}
.OTPVerification-page .right-div {
    padding-top: 56px;
}
.left-div {
    display: table;
    height: 100vh;
    width: 100%;
    padding-top: 56px;
}
.vertical-middle{
	display: table-cell;
    vertical-align: middle;
}
.input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}
.input-group input {
    position: relative;
    height: 45px;
    margin-left: 1px;
    margin-right: 1px;
    border-radius: 10px !important;
    padding-top: 25px;
    padding-left: 74px;
    border: solid 1px rgba(32, 35, 68, 0.3);
    color: #202344;
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.44px;    
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.input-group input.without-icon{
  padding-left: 1.5rem;
}
.input-group label {
    width: 100%;
    position: absolute;
    height: 24px;
    background: none;
    border-radius: 6px;
    padding-left: 53px;
    z-index: 9;
    text-align: left;
    opacity: 0.6;
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 31px;
    letter-spacing: 0.44px;
    color: #202344;
}
.input-group label.without-icon{
  padding-left: 1.5rem;
}
.input-group select {
    position: relative;
    height: 58px;
    margin-left: 1px;
    margin-right: 1px;
    border-radius: 10px !important;
    padding-top: 25px;
    padding-left: 65px;
    border: solid 1px rgba(32, 35, 68, 0.1);
    font-weight: 700;
    color: #202344;
    font-size: 14px;
    width: 100%;
}
.input-group select.without-icon{
  padding-left: 1.5rem;
  padding-top: 4px;
  font-weight: 400;
}
.input-group label .btn{
  position: absolute;
  right: 1rem;
  top: 11px;
  border: none;
}
.input-group label .btn:hover{
  background-color: transparent;
}
.input-group label .btn i{
  color: #85c251;
  font-size: 20px;
}
.input-group img {
    /*width: 16px;
height: 19px;*/
    margin: 10px 15px;
    object-fit: contain;
    position: absolute;
    left: 0;
    z-index: 9;
}
.form-group {
    margin-bottom: 1rem;
}
.btn-success {
    color: #fff;
    background-color: #198754;
    border: none;
    margin: 35px 0 15px 0;
    padding: 12px 15px;
    border-radius: 10px;
    box-shadow: 0 16px 38px -14px #67a436;
    /*background-image: linear-gradient(220deg, #afdd79 102%, #77b944 7%);*/
    background-image: linear-gradient(to right, #77b944, #afdd79);
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Work Sans', sans-serif;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.44px;
    text-align: center;
}
.btn-success:hover, .btn-success:focus {
    background-color: #00451e;
    background-image: linear-gradient(220deg, #00451e 102%, #afdd79 7%);
    transition: all 0.8s;
    box-shadow: 0 16px 38px -14px #67a436;
    border: none;
}
.btn-add-bank {
    color: #85c251;
    background-color: transparent;
    border:dashed 1.2px #85c251;
    margin: 0 0 15px 0;
    padding: 17px 25px;
    border-radius: 10px;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
}
.btn-add-bank:hover{
  background-color: #00451e;
  border:dashed 1.2px #00451e;
  color: #fff;
}
.btn-upload {
    color: #fff;
    background-image: linear-gradient(254deg, #b3a4ff 131%, #7c6bff -1%);
    border:dashed 1.2px #85c251;
    margin: 0 0 15px 0;
    padding: 10px 30px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
}
.btn-upload:hover{
  background-color: #00451e;
  border:dashed 1.2px #00451e;
  background-image: none;
  color: #fff;
}
.OR {
  margin: 1px auto 10px;
  opacity: 0.4;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.38px;
  text-align: center;
  color: #212443;
}
.Sign-up-with-Google {
  margin: 2px 0 3px 0;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.44px;
  padding: 17px 50px;
  border-radius: 10px;
  color: #202344;
  border: solid 1.3px rgba(32, 35, 68, 0.09);
  width: 100%;
}
.Login {
  margin: 0 0 0 5px; 
  text-decoration: none;
  font-family: 'Work Sans', sans-serif;
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.44px;
  color: #63a32d;
  opacity:1;
}
.Already-an-invester input {
    margin: -3px 0 0 5px;
    text-decoration: none;
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.44px;
    color: #63a32d;
    opacity: 1;
    border:none;
    padding:0;
}
.post-login-footer {
    opacity: 0.8;
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.44px;
    color: #202344;
}
a:hover {
    color: #00451e;
}
.Already-an-invester {
    margin: 12px auto 0;
    opacity: 0.6;
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.44px;
    color: #202344;
}
.Get-unbiased-data-dr {
    opacity: 0.9;
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.44px;
    text-align: center;
    color: #202344;
    margin: 0 30px 0;
}
.Sign-up-form{
	margin-top: 120px;
}
.left-banner-area {
    background-color: #f7fcf3;
    overflow:hidden;
}
.left-banner-area::after {
    content: '';
    background: url(../img/sign-up-bg-1.svg) no-repeat;
    width: 100%;
    height: 755px;
    background-size: cover;
    background-position: left bottom;
    position: absolute;
    left: 0;
    bottom: -40px;   
    z-index: 0;
}
.left-banner-area::before {
    content: '';
    background: url(../img/sign-up-bg-2.svg) no-repeat;
    width: 100%;
    height: 800px;
    background-size: cover;
    background-position: left bottom;
    position: absolute;
    left: 0;
    bottom: -40px;
    z-index: 0;
}
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #afdd79;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(175 221 121 / 25%);
}
.carousel-item .d-block{
	margin:0 auto;
}
.carousel-indicators [data-target]{
	background-color: #202344;
	width: 10px;
  height: 7px;
}
.carousel-indicators .active{
	width: 30px;
  height: 6px;
}
.carousel-indicators li{
  margin:0;
}
.carousel-indicators{
    z-index: 999;
    bottom: 90px;
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img{
  text-align: center;
  margin: 0 auto;
  height:350px;
}
.Automated-Advisory span {
  font-family: 'Lora', serif;
  font-weight: bold;
}

.sip-mandates .Get-unbiased-data-dr {
  margin: 0 15px;
  opacity: 0.6;
  font-size: 14px;
  letter-spacing: 0.44px;
  text-align: left;
  color: #202344;
}
#show_hide_password .input-group-addon{
  position: absolute;
  right: 25px;
  top: 10px;
  z-index: 9999;
  background-color: transparent;
  border: none;
}
#show_hide_password .input-group-addon i{
  color: #ccc;
}

/*Creative checkbox*/
.checkbox.inputGroup {
  background-color: #fff;
  display: block;
  margin: 10px 0;
  position: relative;
}
.checkbox.inputGroup label {
  padding: 12px 15px 0;
  width: 100%;
  height: 135px;
  display: block;
  text-align: left;
  color: #3C454C;
  font-size: 16px;
  font-weight: 600;  
  cursor: pointer;
  position: relative;
  z-index: 2;
  transition: color 200ms ease-in;
  overflow: hidden;
  background-color: #ecedf1;
  border-radius: 12px;
}

.checkbox.inputGroup label p{
  opacity: 0.4;
  margin-bottom: 0;
  line-height: 20px;
  font-family: 'Work Sans', sans-serif;
}

.checkbox.inputGroup input:checked ~ label p{
  opacity: 1;
}

.checkbox.inputGroup label img{
  position: absolute;
  right: 10px;
  bottom: 0;
  z-index: 99;
  opacity: 1;
}
.checkbox.inputGroup label:before {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  content: "";
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 13px;
  transform: translate(-50%, -50%) scale3d(1, 1, 1);
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  z-index: -1;
}
.checkbox.inputGroup label:after {
  width: 45px;
  height: 45px;
  content: "";
  border: 2px solid #D1D7DC;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
  background-repeat: no-repeat;
  background-position: 5px 11px;
  border-radius: 50%;
  z-index: 2;
  position: absolute;
  right: -9px;
  top: 14px;
  transform: translateY(-50%);
  cursor: pointer;
  transition: all 200ms ease-in;
  opacity: 0;
}
.checkbox.inputGroup input:checked ~ label {
  color: #85c251;
  font-size: 16px;
  font-weight: 600;
  opacity: 1;
  border: 1px solid #ebebee;
  box-shadow: 0 26px 18px -19px rgba(0, 0, 0, 0.1)
}
.checkbox.inputGroup input:checked ~ label:before {
  transform: translate(-50%, -50%) scale3d(56, 56, 1);
  opacity: 1;
}
.checkbox.inputGroup input:checked ~ label:after {
  background-color: #85c251;
  border-color: #85c251;
  opacity: 1;
}
.checkbox.inputGroup label .checkbox-grey-icon{
  display: block;
}
.checkbox.inputGroup label .checkbox-color-icon{
  display: none;
}
.checkbox.inputGroup input:checked ~ label .checkbox-color-icon {
  display: block;
}
.checkbox.inputGroup input:checked ~ label .checkbox-grey-icon {
  display: none;
}
.checkbox.inputGroup input {
  width: 32px;
  height: 32px;
  order: 1;
  z-index: 2;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  visibility: hidden;
}


/*Creative radio*/
.creative-radio.inputGroup {
  background-color: #fff;
  display: block;
  margin: 10px 0;
  position: relative;
}
.creative-radio.inputGroup label {
  padding: 12px 15px;
  width: 100%;
  display: block;
  text-align: center;
  color: #3C454C;
  font-size: 16px;
  font-weight: 600;  
  cursor: pointer;
  position: relative;
  z-index: 2;
  transition: color 200ms ease-in;
  overflow: hidden;
  background-color: #ecedf1;
  border-radius: 12px;
}

.creative-radio.inputGroup label p{
  opacity: 0.4;
  margin-bottom: 0;
  line-height: 20px;
  display: inline-block;
  font-family: 'Work Sans', sans-serif;
}

.creative-radio.inputGroup input:checked ~ label p{
  opacity: 1;
}

.creative-radio.inputGroup label img{
  position: relative;
  z-index: 99;
  opacity: 1;
  margin-right: 7px;
}
.creative-radio.inputGroup label:before {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  content: "";
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 13px;
  transform: translate(-50%, -50%) scale3d(1, 1, 1);
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  z-index: -1;
}
.creative-radio.inputGroup label:after {
  width: 45px;
  height: 45px;
  content: "";
  border: 2px solid #D1D7DC;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
  background-repeat: no-repeat;
  background-position: 5px 11px;
  border-radius: 50%;
  z-index: 2;
  position: absolute;
  right: -9px;
  top: 14px;
  transform: translateY(-50%);
  cursor: pointer;
  transition: all 200ms ease-in;
  opacity: 0;
}
.creative-radio.inputGroup input:checked ~ label {
  color: #85c251;
  font-size: 16px;
  font-weight: 600;
  opacity: 1;
  border: 1px solid #ebebee;
  box-shadow: 0 26px 18px -19px rgba(0, 0, 0, 0.1)
}
.creative-radio.inputGroup input:checked ~ label:before {
  transform: translate(-50%, -50%) scale3d(58, 56, 1);
  opacity: 1;
}
.creative-radio.inputGroup input:checked ~ label:after {
  background-color: #85c251;
  border-color: #85c251;
  opacity: 1;
}
.creative-radio.inputGroup label .checkbox-grey-icon{
  display: inline-block;
}
.creative-radio.inputGroup label .checkbox-color-icon{
  display: none;
}
.creative-radio.inputGroup input:checked ~ label .checkbox-color-icon {
  display: inline-block;
}
.creative-radio.inputGroup input:checked ~ label .checkbox-grey-icon {
  display: none;
}
.creative-radio.inputGroup input {
  width: 32px;
  height: 32px;
  order: 1;
  z-index: 2;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  visibility: hidden;
}

@keyframes click-wave {
  0% {
    height: 30px;
    width: 30px;
    opacity: 0.35;
    position: relative;
  }
  100% {
    height: 100px;
    width: 100px;
    margin-left: -40px;
    margin-top: -40px;
    opacity: 0;
  }
}


/*Annual Income radio*/
.annual-income-radio.inputGroup {
  background-color: #fff;
  display: block;
  margin: 10px 0;
  position: relative;
}
.annual-income-radio.inputGroup label {
  padding: 12px 15px;
  width: 100%;
  display: block;
  text-align: center;
  color: #3C454C;
  font-size: 16px;
  font-weight: 600;  
  cursor: pointer;
  position: relative;
  z-index: 2;
  transition: color 200ms ease-in;
  overflow: hidden;
  background-color: #ecedf1;
  border-radius: 24px;
}

.annual-income-radio.inputGroup label p{
  opacity: 0.4;
  margin-bottom: 0;
  line-height: 20px;
  display: inline-block;
}

.annual-income-radio.inputGroup input:checked ~ label p{
  opacity: 1;
}
.annual-income-radio.inputGroup input:checked ~ label {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  opacity: 1;
  border: 1px solid #ebebee;
  box-shadow: 0 26px 18px -19px rgba(0, 0, 0, 0.1);
  background-color: #6b60fa;
}

.annual-income-radio.inputGroup input {
  width: 32px;
  height: 32px;
  order: 1;
  z-index: 2;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  visibility: hidden;
}



.option-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 28px;
  width: 28px;
  transition: all 0.15s ease-out 0s;
  background: #fff;
  border: 1px solid #ccc;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-right: 1rem !important;
  outline: none;
  position: relative;
  z-index: 1000;
  border-radius: 50%;
}
.checkbox-label{
  position: relative;
  top: 15px;  
  font-weight: normal;
}
.option-input:hover {
  background: #fff;
}
.option-input:checked {
  background: #85c251;
}
.option-input:focus{
  outline: none !important;
}
.option-input:checked::before {
  height: 30px;
  width: 30px;
  position: absolute;
  content: '\f00c';
  display: inline-block;
  font-size: 18px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
  top: -6px;
  left: -1px;
}
.option-input:checked::after {
  -webkit-animation: click-wave 0.65s;
  -moz-animation: click-wave 0.65s;
  animation: click-wave 0.65s;
  background: #85c251;
  content: '';
  display: block;
  position: relative;
  z-index: 100;
}
.option-input.radio {
  border-radius: 50%;
}
.option-input.radio::after {
  border-radius: 50%;
}
.OTP-input input{
  padding-top: .375rem;
  margin:0 15px;
  font-size: 16px;
  padding-left: .75rem !important;
  text-align: center;
}
.alert{
  padding: 25px;
}
.alert-success {
  text-align: left;
  color: #6f63fb;
  background-color: rgb(111 99 251 / 10%);
  border-color: rgb(111 99 251 / 10%);
  border-radius: 25px;
  font-size: 14px;
  position: relative;
}
.alert-success.alert-dismissible .btn{
  background: #fff;
  border-radius: 50%;
  font-size: 22px;
  padding: 0px;
  width: 28px;
  height: 28px;
  position: absolute;
  right: 7px;
  top: 4px;
  opacity: 1;
}

/*Gender switch css*/
.gender-switch label {
  pointer-events: none;
  position: static;
  padding-left: 0 !important;
  height: auto;
}
.gender-switch label span{
  position: absolute;
  z-index: 9;
  padding-left: 1.5rem;
}
/*.gender-switch label .input {
  display: none;
}*/
.gender-switch label .input:checked + .toggle-wrapper {
  /*box-shadow: 0 8px 14px 0 rgba(18, 51, 215, 0.12);*/
  border: 1px solid #ff6775;
}
.gender-switch label .input:checked + .toggle-wrapper > .selector {
  left: calc(100% - 32px);
  background-color: #ff6775;
}
.gender-switch label .input:checked ~ .notification > .selected:before {
  content: "Female";
}
.gender-switch label .toggle-wrapper {
  position: absolute;
  width: 70px;
  height: 30px;
  background-color: #fff;
  border-radius: 999px;
  margin: auto;
  cursor: pointer;
  pointer-events: all;
  /*box-shadow: 0 8px 14px 0 rgba(215, 60, 18, 0.12);*/
  border: 1px solid #7c6bff;
  top: 13px;
  right: 5%;
}
.gender-switch label .toggle-wrapper .selector {
  width: 22px;
  height: 22px;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  background-color: #7c6bff;
  transition: left 0.25s ease;
  border-radius: 50%;  
}
.gender-switch label .notification {
  width: 100%;
  position: absolute;
  top: 20px;
  font-weight: 700;
  color: #202344;
  font-size: 14px;
}
.gender-switch label .notification .selected:before {
  content: "Male";
  font-size: 15px;
}


/*Responsive Tab CSS*/
.responsive-tabs {
  display: table;
  margin:0 auto;
}
.sip-mandates .responsive-tabs {
  display: table;
  margin:0;
}
.responsive-tabs-container .nav-tabs{
  border-bottom: none;
}
.responsive-tabs-container .nav-tabs>li {
  float: left;
  margin-bottom: -1px;
}
.responsive-tabs-container .nav-tabs>li.active a:after {  
  content: '';
  position: absolute;
  right: 0;
  background-color: #dcdce3;
  width: 3px;
  height: 25px;
}
.sip-mandates .responsive-tabs-container .nav-tabs>li.active a:after {  
  display: none;
}
.responsive-tabs-container .nav-tabs>li.active:last-child a:after{
  content: '';
  position: absolute;
  left: 0;
  background-color: #dcdce3;
  width: 3px;
  height: 25px;
}
.responsive-tabs-container .nav>li>a {
  position: relative;
  display: block;
  padding: 10px 20px;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  color: #202344;
  opacity: 0.4;
  border: none;
}
.responsive-tabs-container .nav>li>a:hover{
  background-color: transparent;
}
.sip-mandates .responsive-tabs-container .nav>li>a {
  position: relative;
  display: block;
  padding: 10px 20px;
  margin:0 15px;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  font-family: 'Work Sans', sans-serif;
  color: #202344;
  opacity: 0.4;
}
.responsive-tabs-container .nav>li.active>a{
  opacity: 1;
  border: none;
}
.responsive-tabs-container .nav>li.active>:before{
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #85c251;
  z-index: 99;
  left: 0;
  bottom: 0;
}
.responsive-tabs-container .tab-content {
  padding: 30px 0 0;
  border-top: none;
}
.responsive-tabs-container[class*="accordion-"] .tab-pane {
  margin-bottom: 15px;
}
.responsive-tabs-container[class*="accordion-"] .accordion-link {
  display: none;
  margin-bottom: 10px;
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-radius: 3px;
  border: 1px solid #ddd;
  color: #333;
}
.responsive-tabs-container[class*="accordion-"] .accordion-link.active {
  border-bottom: medium none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  color: #ff6600;
}
@media (max-width: 767px) {
  .responsive-tabs-container.accordion-xs .nav-tabs {
    display: none;
  }

  .responsive-tabs-container.accordion-xs .accordion-link {
    display: block;
  }

  .responsive-tabs-container .tab-content {
    border: none;
  }

  .responsive-tabs-container[class*="accordion-"] .tab-pane {
    border: 1px solid #ddd;
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-width: medium 1px 1px;
    margin-bottom: 10px;
    margin-top: -10px;
    padding: 10px 10px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .responsive-tabs-container.accordion-sm .nav-tabs {
    display: none;
  }

  .responsive-tabs-container.accordion-sm .accordion-link {
    display: block;
  }

  .responsive-tabs-container .tab-content {
    border: none;
  }

  .responsive-tabs-container[class*="accordion-"] .tab-pane {
    border: 1px solid #ddd;
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-width: medium 1px 1px;
    margin-bottom: 10px;
    margin-top: -10px;
    padding: 10px 10px 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .responsive-tabs-container.accordion-md .nav-tabs {
    display: none;
  }

  .responsive-tabs-container.accordion-md .accordion-link {
    display: block;
  }
}
@media (min-width: 1200px) {
  .responsive-tabs-container.accordion-lg .nav-tabs {
    display: none;
  }

  .responsive-tabs-container.accordion-lg .accordion-link {
    display: block;
  }
}

/*tick and cross css*/
.tick-and-cross.toggler {
  width: 100%;
  margin: 25px 0 35px;
  text-align: left;
}
.tick-and-cross.toggler input {
  display: none;
}
.tick-and-cross.toggler label {
  display: inline-block;
  position: relative;
  width: 72px;
  height: 36px;
  border: 1px solid #85c251;
  border-radius: 36px;
  background: #fff;
  cursor: pointer;
  float: right;
}
.tick-and-cross.toggler label::after {
  display: block;
  border-radius: 100%;
  background-color: #a6a7b4;
  content: "";
  -webkit-animation-name: toggler-size;
          animation-name: toggler-size;
  -webkit-animation-duration: 0.15s;
          animation-duration: 0.15s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-direction: forwards;
          animation-direction: forwards;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.tick-and-cross.toggler label::after,
.tick-and-cross.toggler label .toggler-on,
.tick-and-cross.toggler label .toggler-off {
  position: absolute;
  top: 50%;
  left: 25%;
  width: 26px;
  height: 26px;
  transform: translateY(-50%) translateX(-50%);
  transition: left 0.15s ease-in-out, background-color 0.2s ease-out, width 0.15s ease-in-out, height 0.15s ease-in-out, opacity 0.15s ease-in-out;
}
.tick-and-cross.toggler input:checked + label::after,
.tick-and-cross.toggler input:checked + label .toggler-on,
.tick-and-cross.toggler input:checked + label .toggler-off {
  left: 75%;
}
.tick-and-cross.toggler input:checked + label::after {
  background-color: #50ac5d;
  -webkit-animation-name: toggler-size2;
          animation-name: toggler-size2;
}
.tick-and-cross.toggler .toggler-on,
.tick-and-cross.toggler .toggler-off {
  opacity: 1;
  z-index: 2;
}
.tick-and-cross.toggler input:checked + label .toggler-off,
.tick-and-cross.toggler input:not(:checked) + label .toggler-on {
  width: 0;
  height: 0;
  opacity: 0;
}
.tick-and-cross.toggler .path {
  fill: none;
  stroke: #fefefe;
  stroke-width: 7px;
  stroke-linecap: round;
  stroke-miterlimit: 10;
}
.tick-and-cross .Get-unbiased-data-dr {
    text-align: left;
    color: #202344;
    display: inline-block;
    margin: 0;
}

@-webkit-keyframes toggler-size {
  0%, 100% {
    width: 26px;
    height: 26px;
  }
  50% {
    width: 20px;
    height: 20px;
  }
}

@keyframes toggler-size {
  0%, 100% {
    width: 26px;
    height: 26px;
  }
  50% {
    width: 20px;
    height: 20px;
  }
}
@-webkit-keyframes toggler-size2 {
  0%, 100% {
    width: 26px;
    height: 26px;
  }
  50% {
    width: 20px;
    height: 20px;
  }
}
@keyframes toggler-size2 {
  0%, 100% {
    width: 26px;
    height: 26px;
  }
  50% {
    width: 20px;
    height: 20px;
  }
}

/*Price range input css*/
.range-wrap-area{
  border: solid 1px rgba(32, 35, 68, 0.1);
  border-radius: 10px !important;
  padding: 1.5rem;
}
.range-wrap-area label{
  text-align: left;
  display: block;
  margin-bottom: 35px;
  color: #202344;
  font-weight: normal;
}
.range-wrap input[type=range] {
  -webkit-appearance: none;
  margin: 20px 0;
  width: 100%;
}
.range-wrap input[type=range]:focus {
  outline: none;
}
.range-wrap input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  animate: 0.2s;
  background: #85c251;
  border-radius: 25px;
}
.range-wrap input[type=range]::-webkit-slider-thumb {
  height: 25px;
  width: 25px;
  border-radius: 50%;
  background: #85c251;
  border:6px solid #fff;
  box-shadow: 0 0 4px 0 rgba(0,0,0, 1);
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -8px;
}
.range-wrap input[type=range]:focus::-webkit-slider-runnable-track {
  background: #03a9f4;
}
.range-wrap{
  width: 100%;
  position: relative;
}
.range-value{
  position: absolute;
  top: -50%;
}
.range-value span{
  width: 30px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  background: #85c251;
  color: #fff;
  font-size: 12px;
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  border-radius: 6px;
}
.range-value span:before{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 10px solid #85c251;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  margin-top: -1px;
}

.page-scroll .wsmenucontainer{
  overflow: visible;
}
.page-scroll .right-div {
  display: table;
  height: auto;
  width: 100%;
  position: relative;
  top: 120px;
  margin-bottom: 150px;
}

.search-box .input-group-append{
  position: absolute;
  right: 2%;
  top: 13%;
}
.search-box .input-group-append .btn-secondary {
  color: #85c251;
  background-color: transparent;
  border-color: #fff;
  font-size: 20px;
}
.search-box .input-group-append .btn-secondary:focus {
  box-shadow: none;
}
.search-box .input-group-append .btn-secondary i {
  font-weight: 500;
}

/*table css*/
table {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

table tr {
  background-color: #f8f8f8;  
  padding: .35em;
}

table th,
table td {
  padding: .625em;
  text-align: center;
}
table td {
  background-color: #fff;
  border-bottom: 1px solid #ddd;
}

table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}

@media screen and (max-width: 600px) {
  table {
    border: 0;
  }

  table caption {
    font-size: 1.3em;
  }
  
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  
  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }
  
  table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  table td:last-child {
    border-bottom: 0;
  }
}

.mask{
  height: 230px;
  padding: 29px 20px 20px;
  border-radius: 11px;
  border: solid 1px rgba(32, 35, 68, 0.1);
  background-color: #fff;
}
.mask img{
  margin: 0 70px 15px;
}
.mask h6{
  margin: 0 10px 5px;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0.5px;
  color: #202344;
}
.mask p{
  font-size: 14px;
  opacity: 0.6;
  color: #202344;
  margin-bottom: 6px;
  line-height: 20px;
}
.mask i{
  transform: rotate(180deg);
  margin-right: 5px;
}
.minor-upload-documents-bg{
  background-color: #f5f6f8;
}



#progressbar {
    position: absolute;
    right: 60px;
    overflow: hidden;
    color: #E53935;
    top:40%;
}

#progressbar li {
    list-style-type: none;
    font-size: 8px;
    font-weight: 400;
    margin-bottom: 36px
}

#progressbar li:nth-child(4) {
    margin-bottom: 0;
}

#progressbar .step0:before {
    content: "";
    color: #fff
}

#progressbar li:before {
    width: 35px;
    height: 35px;
    line-height: 30px;
    display: block;
    font-size: 20px;
    background: #fff;
    border: 2px solid #85c251;
    border-radius: 50%;
    margin: auto
}

#progressbar li:last-child:before {
    width: 35px;
    height: 35px;
}

#progressbar li:after {
    content: '';
    width: 3px;
    height: 66px;
    background: #e9e9ed;
    position: absolute;
    left: 55px;
    top: 15px;
    z-index: -1
}

#progressbar li:last-child:after {
    top: 147px;
    height: 132px
}

#progressbar li:nth-child(3):after {
    top: 81px
}

#progressbar li:nth-child(2):after {
    top: 0px
}

#progressbar li:first-child:after {
    position: absolute;
    /*top: -81px*/
}

#progressbar li.active:after {
    background: #e9e9ed;
}

#progressbar li.active:before {
    background: #85c251;
    font-family: FontAwesome;
    content: "\f00c"
}

.tick {
    width: 100px;
    height: 100px
}

.prev {
    display: block;
    position: absolute;
    left: 40px;
    top: 20px;
    cursor: pointer
}

.prev:hover {
    color: #D50000 !important
}

@media screen and (max-width: 912px) {
    #progressbar {
        left: -25px
    }
}

.wsmainfull {
    margin-top: 0;
}
.desktoplogo img {
    width: 100%;
    height: 36px;
}
.wsmenu {
    width: auto;
}
.wsmainfull {
    position: fixed;
    z-index: 99;
}

.wsmainfull {
    background-color: #fff;
    box-shadow: 0 8px 16px 0 rgba(146, 184, 255, 0.2);
    -moz-box-shadow: 0 8px 16px 0 rgba(146, 184, 255, 0.2);
    -webkit-box-shadow: 0 8px 16px 0 rgba(146, 184, 255, 0.2);
    background-clip: border-box;
}
.wsmenu > .wsmenu-list > li > a {
    opacity: 0.6;
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.44px;
    color: #202344;
    padding:20px 12px;
}
.wsmenu>.wsmenu-list>li {
    padding: 0;
}
.wsmenu>.wsmenu-list>li:hover>a {
    color: #63bd23;
}
.wsmenu>.wsmenu-list>li>a:after {
    background-color: #63bd23;
}
.wsmenu>.wsmenu-list>li.active>a {
    color: #63bd23;
    opacity:1;
}
.wsmenu>.wsmenu-list>li:hover>.active>a:after {
    background-color: #63bd23;
}


.megamenu .smllogo{
  padding:0;
  width: auto;
}
.megamenu .smllogo img{
  width: 200px;
  padding:19px 0;
}
.megamenu.headtoppart{
  height: auto;
}
.megamenu.headtoppart .wsmenu>.wsmenu-list>li:hover>a {
    color: #202344;    
}

.breadcrumb{
  padding: 30px 0;
  display: inline-flex;
  margin-bottom: 0;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: var(--bs-breadcrumb-divider, ">");
}

.breadcrumb li a{
  color: #202344;
  text-decoration: none;
  opacity: 1;
}

.breadcrumb li:first-child a{
  opacity: 0.6;
}

.carousel-caption h5{
  color: #fff;
  font-family: 'Work Sans', sans-serif;
  font-size: 24px;
  font-weight: bold;
}
.carousel-caption p{
  color: #fff;
}
.carousel-item img{
  border-radius: 11px;
}
.carousel-dark .carousel-control-next-icon, .carousel-dark .carousel-control-prev-icon {
    filter: invert(1) grayscale(100);
}
.card-img-top{
  padding: 1rem 1rem;
  border-radius: 30px;
}
.card-title{
  font-size: 18px;
  font-weight: 600;
  font-family: 'Work Sans', sans-serif;
}
.card-text{
  font-size: 14px;
  font-weight: normal;
  color: #202344;
  opacity: 0.6;
  line-height: normal;
}
.card{
  box-shadow: 0 35px 24px -26px rgba(0, 0, 0, 0.1);
  border-radius: 11px;
  border: none;
}
.card-area{
  margin-bottom: 40px;
}
.sip-mandates .card h6{
  font-size: 12px;
  font-weight: normal;
  color: #212345;
  opacity: 0.6;
  font-family: 'Work Sans', sans-serif;
}
.sip-mandates .card label{
  font-size: 16px;
  font-weight: 500;
  font-family: 'Work Sans', sans-serif;
}
.sip-mandates .card i{
  font-size: 13px;
}
.sip-mandates .card-body{
  padding: 1rem 1.5rem;
}
.sip-mandates .pending-alert{
  color: #ff6775;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Work Sans', sans-serif;
}
.sip-mandates .active-alert{
  color: #63a32d;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Work Sans', sans-serif;
}
h1.main-title, h2.main-title{
  display: inline-block;
  font-family: 'Work Sans', sans-serif;
}
h1.inner-title, h2.inner-title{
  display: block;
  font-family: 'Work Sans', sans-serif;
  font-size: 24px;
  font-weight: 600;
}
.btn-view-all{
  display: inline-block;
  float: right;
  font-size: 14px;
  font-weight: 600;
  font-family: 'Work Sans', sans-serif;
  color: #212345;
  opacity: 0.6;
  text-decoration: none;
  cursor: pointer;
}
.btn-view-all i{
  font-size: 17px;
  position: relative;
  top: 2px;
  margin-right: 5px;
}
.badge{
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
}
.badge.bg-warning {
    background-color: #ffa84c !important;
}







/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
.text-sidebar {
  color: #6b6b6b;
}

.wrapper {
  display: flex;
  width: 100%;
  align-items: stretch;
}

#sidebar {
  min-width: 250px;
  max-width: 250px;
  background: #fff;
  color: #6b6b6b;
  transition: all 0.3s;
  border-radius: 13px;
  margin-top: 30px;
}

#sidebar.active {
  margin-left: -250px;
}

#sidebar .sidebar-header {
  padding: 20px;
  background: #e5b200;
}

#sidebar ul.components {
  padding: 20px 0;
  border-bottom: 1px solid #b28b00;
}

#sidebar ul p {
  color: #6b6b6b;
  padding: 10px;
}

#sidebar ul li a {
  padding: 10px 20px;
  font-size: 15px;
  display: block;
  text-decoration: none;
  color: #202344;
}

#sidebar ul li a img{
  margin-right: 10px;
}

#sidebar ul li a:hover {
  color: #ffcc19;
  background: #6b6b6b;
}

#sidebar ul li.active > a, a[aria-expanded=true] {
  color: #6b6b6b;
  background: #e5b200;
}

#sidebar a[data-toggle=collapse] {
  position: relative;
}

#sidebar .dropdown-toggle::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

#sidebar ul ul a {
  font-size: 0.9em !important;
  padding-left: 30px !important;
  background: #e5b200;
}

#sidebar ul.CTAs {
  padding: 20px;
}

#sidebar ul.CTAs a {
  text-align: center;
  font-size: 0.9em !important;
  display: block;
  border-radius: 5px;
  margin-bottom: 5px;
}

#sidebar a.download {
  background: #f5f6f8;
  color: #202344;
}

#sidebar a.article,
#sidebar a.article:hover {
  background: #e5b200 !important;
  color: #6b6b6b !important;
}

#sidebar hr{
  margin: 5px 15px;
}

.sidemenu-btn{
  display: none;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#content {
  width: 100%;
  padding: 40px 20px 20px 40px;
  min-height: 100vh;
  transition: all 0.3s;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 768px) {
  #sidebar {
    margin-left: -250px;
  }

  #sidebar.active {
    margin-left: 0;
  }

  #sidebarCollapse span {
    display: none;
  }
}


/*bootstrap-css-add-in-style*/

/*.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    width: 100%;
    padding-right: var(--bs-gutter-x,.75rem);
    padding-left: var(--bs-gutter-x,.75rem);
    margin-right: auto;
    margin-left: auto;
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left: calc(var(--bs-gutter-x) * -.5);
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}*/

/*.row {
    display: flex;
    flex-wrap: wrap;
}*/

.justify-content-center {
    justify-content: center!important;
}
.float-start {
    float: left!important;
}
.float-end {
    float: right!important;
}
.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}
.border {
  border: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-end {
  border-right: 1px solid #dee2e6 !important;
}

.border-end-0 {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-start {
  border-left: 1px solid #dee2e6 !important;
}

.border-start-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #0d6efd !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #198754 !important;
}

.border-info {
  border-color: #0dcaf0 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #212529 !important;
}

.border-white {
  border-color: #fff !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

@media (min-width: 1200px) {
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xl-11 {
    margin-left: 91.66666667%;
  }

  .g-xl-0,
.gx-xl-0 {
    --bs-gutter-x: 0;
  }

  .g-xl-0,
.gy-xl-0 {
    --bs-gutter-y: 0;
  }

  .g-xl-1,
.gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xl-1,
.gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xl-2,
.gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xl-2,
.gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xl-3,
.gx-xl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xl-3,
.gy-xl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xl-4,
.gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xl-4,
.gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xl-5,
.gx-xl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xl-5,
.gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}

.vertical-middle {
    display: table-cell;
    vertical-align: middle;
}


.carousel-item .d-block {
    margin: 0 auto;
}

.carousel-indicators [data-bs-target] {
    background-color: #202344;
    width: 10px;
}

.carousel-indicators .active {
    width: 30px;
}



.Automated-Advisory {
    margin: 35px auto 11px;
    font-family: 'Lora', serif;
    font-size: 24px;
    letter-spacing: 0.75px;
    text-align: center;
    color: #202344;
    font-weight: normal;
}

    .Automated-Advisory span {
        font-family: 'Lora', serif;
        font-weight: bold;
    }

.carousel-caption h5 {
    color: #fff;
    font-family: 'Work Sans', sans-serif;
    font-size: 24px;
    font-weight: bold;
}

.carousel-caption p {
    color: #fff;
}

.carousel-item img {
    border-radius: 11px;
}

.carousel-dark .carousel-control-next-icon, .carousel-dark .carousel-control-prev-icon {
    filter: invert(1) grayscale(100);
}


.carousel-item .d-block {
    margin: 0 auto;
}






    .carousel-indicators .active {
        width: 30px;
    }

.carousel-indicators {
    position: absolute;
    right: 0;
    /*bottom: 0;*/
    left: 0;
    z-index: 2;
    /*display: flex;*/
    display: none;
    justify-content: center;
    padding: 0;
    margin: 0 auto;
    list-style: none;
}

    .carousel-indicators [data-bs-target] {
        background-color: #202344;
        width: 10px;
    }

    .carousel-indicators [data-bs-target] {
        box-sizing: content-box;
        flex: 0 1 auto;
        width: 30px;
        height: 3px;
        padding: 0;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #fff;
        background-clip: padding-box;
        border: 0;
        border-top-color: currentcolor;
        border-top-style: none;
        border-top-width: 0px;
        border-bottom-color: currentcolor;
        border-bottom-style: none;
        border-bottom-width: 0px;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        opacity: .5;
        transition: opacity .6s ease;
    }

    .carousel-indicators [data-bs-target] {
        background-color: #202344;
        width: 10px;
    }

    .carousel-indicators .active {
        width: 30px;
    }

.justify-content-center {
    justify-content: center !important;
}

.btn-success3 {
    color: #fff;
    background-color: #198754;
    border: none;
    margin: 15px 0 15px 0;
    padding: 17px 110px;
    border-radius: 10px;
    box-shadow: 0 16px 38px -14px #67a436;
    background-image: linear-gradient(220deg, #afdd79 102%, #77b944 7%);
    width: 100%;
    font-size: 14px;
    font-weight: 600;
}


    .btn-success3:hover {
        background-color: #00451e;
        background-image: linear-gradient(220deg, #00451e 102%, #afdd79 7%);
        transition: all 0.8s;
        box-shadow: 0 16px 38px -14px #67a436;
        border: none;
        color: #ffffff;
    }


.btn-danger3 {
    color: #fff;
    background-color: #ed5565;
    border-color: #ed5565;
    color: #FFFFFF;
    margin: 15px 0 15px 0;
    padding-top: 17px;
    padding-bottom: 17px;
    border-radius: 10px;
    box-shadow: 0 16px 38px -14px #67a436;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
}


    .btn-danger3:hover {
        background-color: #ed5565;
        transition: all 0.8s;
        box-shadow: 0 16px 38px -14px #67a436;
        border-color: #ed5565;
        color: #ffffff;
    }


.btn-success4 {
    color: #fff;
    background-color: #77b944;
    background-image: linear-gradient(220deg, #afdd79 102%, #77b944 7%);
    border-color: #77b944;
    color: #FFFFFF;
    margin: 15px 0 15px 0;
    padding-top: 17px;
    padding-bottom: 17px;
    border-radius: 10px;
    box-shadow: 0 16px 38px -14px #77b944;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
}


    .btn-success4:hover {
        background-color: #198754;
        transition: all 0.8s;
        box-shadow: 0 16px 38px -14px #77b944;
        background-image: linear-gradient(220deg, #afdd79 102%, #77b944 7%);
        border-color: #77b944;
        color: #ffffff;
    }

/*Creative checkbox*/
.checkbox.inputGroup {
    background-color: #fff;
    display: block;
    margin: 10px 0;
    position: relative;
}

    .checkbox.inputGroup label {
        padding: 12px 15px 0;
        width: 100%;
        height: 135px;
        display: block;
        text-align: left;
        color: #3C454C;
        font-size: 16px;
        font-weight: 600;
        cursor: pointer;
        position: relative;
        z-index: 2;
        transition: color 200ms ease-in;
        overflow: hidden;
        background-color: #ecedf1;
        border-radius: 12px;
    }

        .checkbox.inputGroup label p {
            opacity: 0.4;
            margin-bottom: 0;
            line-height: 20px;
        }

    .checkbox.inputGroup input:checked ~ label p {
        opacity: 1;
    }

    .checkbox.inputGroup label img {
        position: absolute;
        right: 10px;
        bottom: 0;
        z-index: 99;
        opacity: 1;
    }

    .checkbox.inputGroup label:before {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        content: "";
        background-color: #fff;
        position: absolute;
        right: 0;
        top: 13px;
        transform: translate(-50%, -50%) scale3d(1, 1, 1);
        transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
        opacity: 0;
        z-index: -1;
    }

    .checkbox.inputGroup label:after {
        width: 45px;
        height: 45px;
        content: "";
        border: 2px solid #D1D7DC;
        background-color: #fff;
        background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
        background-repeat: no-repeat;
        background-position: 5px 11px;
        border-radius: 50%;
        z-index: 2;
        position: absolute;
        right: -9px;
        top: 14px;
        transform: translateY(-50%);
        cursor: pointer;
        transition: all 200ms ease-in;
        opacity: 0;
    }

    .checkbox.inputGroup input:checked ~ label {
        color: #85c251;
        font-size: 16px;
        font-weight: 600;
        opacity: 1;
        border: 1px solid #ebebee;
        box-shadow: 0 26px 18px -19px rgba(0, 0, 0, 0.1)
    }

        .checkbox.inputGroup input:checked ~ label:before {
            transform: translate(-50%, -50%) scale3d(56, 56, 1);
            opacity: 1;
        }

        .checkbox.inputGroup input:checked ~ label:after {
            background-color: #85c251;
            border-color: #85c251;
            opacity: 1;
        }

    .checkbox.inputGroup label .checkbox-grey-icon {
        display: block;
    }

    .checkbox.inputGroup label .checkbox-color-icon {
        display: none;
    }

    .checkbox.inputGroup input:checked ~ label .checkbox-color-icon {
        display: block;
    }

    .checkbox.inputGroup input:checked ~ label .checkbox-grey-icon {
        display: none;
    }

    .checkbox.inputGroup input {
        width: 32px;
        height: 32px;
        order: 1;
        z-index: 2;
        position: absolute;
        right: 30px;
        top: 50%;
        transform: translateY(-50%);
        cursor: pointer;
        visibility: hidden;
    }

/*Creative radio*/
.creative-radio.inputGroup {
    background-color: #fff;
    display: block;
    margin: 10px 0;
    position: relative;
}

    .creative-radio.inputGroup label {
        padding: 12px 15px;
        width: 100%;
        display: block;
        text-align: center;
        color: #3C454C;
        font-size: 16px;
        font-weight: 600;
        cursor: pointer;
        position: relative;
        z-index: 2;
        transition: color 200ms ease-in;
        overflow: hidden;
        background-color: #ecedf1;
        border-radius: 12px;
    }

        .creative-radio.inputGroup label p {
            opacity: 0.4;
            margin-bottom: 0;
            line-height: 20px;
            display: inline-block;
        }

    .creative-radio.inputGroup input:checked ~ label p {
        opacity: 1;
    }

    .creative-radio.inputGroup label img {
        position: relative;
        z-index: 99;
        opacity: 1;
        margin-right: 7px;
    }

    .creative-radio.inputGroup label:before {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        content: "";
        background-color: #fff;
        position: absolute;
        right: 0;
        top: 13px;
        transform: translate(-50%, -50%) scale3d(1, 1, 1);
        transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
        opacity: 0;
        z-index: -1;
    }

    .creative-radio.inputGroup label:after {
        width: 45px;
        height: 45px;
        content: "";
        border: 2px solid #D1D7DC;
        background-color: #fff;
        background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
        background-repeat: no-repeat;
        background-position: 5px 11px;
        border-radius: 50%;
        z-index: 2;
        position: absolute;
        right: -9px;
        top: 14px;
        transform: translateY(-50%);
        cursor: pointer;
        transition: all 200ms ease-in;
        opacity: 0;
    }

    .creative-radio.inputGroup input:checked ~ label {
        color: #85c251;
        font-size: 16px;
        font-weight: 600;
        opacity: 1;
        border: 1px solid #ebebee;
        box-shadow: 0 26px 18px -19px rgba(0, 0, 0, 0.1)
    }

        .creative-radio.inputGroup input:checked ~ label:before {
            transform: translate(-50%, -50%) scale3d(58, 56, 1);
            opacity: 1;
        }

        .creative-radio.inputGroup input:checked ~ label:after {
            background-color: #85c251;
            border-color: #85c251;
            opacity: 1;
        }

    .creative-radio.inputGroup label .checkbox-grey-icon {
        display: inline-block;
    }

    .creative-radio.inputGroup label .checkbox-color-icon {
        display: none;
    }

    .creative-radio.inputGroup input:checked ~ label .checkbox-color-icon {
        display: inline-block;
    }

    .creative-radio.inputGroup input:checked ~ label .checkbox-grey-icon {
        display: none;
    }

    .creative-radio.inputGroup input {
        width: 32px;
        height: 32px;
        order: 1;
        z-index: 2;
        position: absolute;
        right: 30px;
        top: 50%;
        transform: translateY(-50%);
        cursor: pointer;
        visibility: hidden;
    }



.input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

    .input-group input.without-icon {
        padding-left: 1.5rem;
    }

    

   

.form-group {
    margin-bottom: 1.5rem;
}

.input-group label .btn {
    position: absolute;
    right: 1rem;
    top: 11px;
}

    .input-group label .btn i {
        color: #85c251;
        font-size: 20px;
    }

input:focus::placeholder {
    color: transparent !important;
}

.input-group select {
    position: relative;
    height: 58px;
    margin-left: 1px;
    margin-right: 1px;
    border-radius: 10px !important;
    padding-top: 25px;
    padding-left: 65px;
    border: solid 1px rgba(32, 35, 68, 0.1);
    font-weight: 700;
    color: #202344;
    font-size: 14px;
    width: 100%;
}

    .input-group select.without-icon {
        padding-left: 1.5rem !important;
    }

.mask {
    height: 230px;
    padding: 29px 20px 20px;
    border-radius: 11px;
    border: solid 1px rgba(32, 35, 68, 0.1);
    background-color: #fff;
}

.mask2 {
    padding: 29px 20px 20px;
    border-radius: 11px;
    border: solid 1px rgba(32, 35, 68, 0.1);
}
.form-control {
    height: 46px;
    border-radius: 11px;
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
    font-weight: 700;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

input:-webkit-autofill::first-line {
    -webkit-text-fill-color: red !important;
    font-weight: 600 !important;
    -webkit-text-size-adjust: none !important;
    text-size-adjust: none !important;
}


input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
    font-weight: 600;
}

.mobile-number-text-box {
    position: relative;
}
.mobile-number-text-box .input-group select {
    width: 38%;
    border: none;
    box-shadow: none;
    position: absolute;
    z-index: 9;
    background-color: transparent;
    padding-right: 0;
}
.mobile-number-text-box .input-group input {
    padding-left: 130px;
}
.mobile-number-text-box .input-group select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    background-position: calc(100% - 15px) center !important;
    /*background: url("data:image/svg+xml,<svg height='10px' width='10px' viewBox='0 0 16 16' fill='%23000000' xmlns='http://www.w3.org/2000/svg'><path d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/></svg>") no-repeat;*/
    padding: 0 0 0 53px;
    top: 20px;
    height: auto;
}
.without-label-textbox.input-group input {
    padding-top: 6px;
}
.without-label-textbox.input-group .input-group-btn {
    position: absolute;
    right: 10px;
    top: 15px;
    z-index: 9;
    width: auto;
}
.without-label-textbox.input-group .input-group-btn .btn-default {
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.44px;
    color: #63a32d;
    border: none;
}
.without-label-textbox.input-group .input-group-btn .btn-default:hover, .without-label-textbox.input-group .input-group-btn .btn-default:focus {
    background-color: transparent;
    border: none;
}
.required-field{
    color:red;
}
::-ms-reveal {
    display: none !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.mb-1 {
    margin-bottom: 0.25rem !important;
}
.mb-2 {
    margin-bottom: 0.5rem !important;
}
.mb-3 {
    margin-bottom: 1rem !important;
}
.mb-4 {
    margin-bottom: 1.5rem !important;
}
.mb-5 {
    margin-bottom: 3rem !important;
}
.mb-auto {
    margin-bottom: auto !important;
}
.mt-0 {
    margin-top: 0 !important;
}
.mt-1 {
    margin-top: 0.25rem !important;
}
.mt-2 {
    margin-top: 0.5rem !important;
}
.mt-3 {
    margin-top: 1rem !important;
}
.mt-4 {
    margin-top: 1.5rem !important;
}
.mt-5 {
    margin-top: 3rem !important;
}
.mt-auto {
    margin-top: auto !important;
}
.form-floating {
    position: relative;
    text-align:left;
}
.form-floating:last-of-type {
    margin-bottom: 0;
}
.form-floating > .form-control,
.form-floating > .form-select {
    height: 60px;
    padding: 1.038rem 1.038rem;
}
.form-floating > label {
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 400;
    width: 100%;
    height: 100%;
    text-align: left;
    padding: 12px 12px 6px 53px;
    border: 1px solid transparent;
    pointer-events: none;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
    -moz-transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
    -o-transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
    color: #202344;
}
.form-floating > .form-control::placeholder {
    color: transparent;
    /*border:1px solid red;*/
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
    padding-top: 20px;
    padding-bottom: 6px;
    padding-left: 53px;    
   /* border:1px solid red;*/
}
.form-floating > .form-control:-webkit-autofill {
    padding-top: 20px;
    padding-bottom: 6px;
    padding-left: 53px;
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
    opacity: 0.65;
    -webkit-transform: scale(1) translateY(-0.8rem) translateX(0.08rem);
    -moz-transform: scale(1) translateY(-0.8rem) translateX(0.08rem);
    -o-transform: scale(1) translateY(-0.8rem) translateX(0.08rem);
    transform: scale(1) translateY(-0.8rem) translateX(0.08rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
    opacity: 0.65;
    -webkit-transform: scale(1) translateY(-0.8rem) translateX(0.08rem);
    -moz-transform: scale(1) translateY(-0.8rem) translateX(0.08rem);
    -o-transform: scale(1) translateY(-0.8rem) translateX(0.08rem);
    transform: scale(1) translateY(-0.8rem) translateX(0.08rem);
}
.form-floating .form-control {
    display: block;
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.25;
    color: #202344;
    width: 100%;
    height: 45px;
    padding: 15px 12px 6px 53px;
    background-color: #fff;
    border: solid 1px rgba(32, 35, 68, 0.3);
    border-radius: 10px;    
    box-shadow: none;    
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-transition: border-color 0.25s ease-in-out;
    -moz-transition: border-color 0.25s ease-in-out;
    -o-transition: border-color 0.25s ease-in-out;
    transition: border-color 0.25s ease-in-out;
}
.form-floating .form-control:focus {
    color: #202344;
    background-color: #fff;
    border-color: #74cdde;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form-floating img {
    margin: 10px 15px;
    object-fit: contain;
    position: absolute;
    left: 0;
    z-index: 9;
}
.password-info {
    text-align: left;
    display: block;
    margin-top:10px;
}
.wsmenu > .wsmenu-list > li > a .far.fa-phone {
    /*transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);*/
    color: #63bd23;
    font-size: 16px;
    padding-left: 3px;
    font-weight: 500;
}

.wsmenu > .wsmenu-list > li > a span span {
    font-weight: 600;
    position: relative;
    top: -2px;
    color: #000;
}
.post-login-footer .small, .post-login-footer small {
    font-size: 90%;
}
.OTPVerification-page #txtOTP {
    padding-left: 12px;
    text-align: center;
    font-size: 18px;
}