body {
    margin: 0;
    padding: 0;
    line-height: 0;
}

.btn-custom {
    background: #377ef3;
    color: #fff
}

.btn-custom:hover {
    background: #2d73e6;
    color: #fff
}

/*.form-control, select.form-control {
    background-color: #fffbfb;
}*/
.select2-container--bootstrap4 .select2-selection, .form-control:disabled, .form-control[readonly] {
    background-color: transparent !important;
    height: 41px !important;
}

a {
    color: #3b82f6;
}

a:hover {
    color: #2b75ed;
    text-decoration: none
}

.custom-right:before {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    height: 100%;
    bottom: 0;
    background-image: linear-gradient(0deg, #3B82F6 0%, #0553D1 100%);
    border-radius: 0px 20px 20px 0px;
}

.custom-right {
    /* background-color: #f7e1e1; */
    padding-bottom: 20px;
    padding-top:3%;
    position: relative;
}

.linetext, .select2-results__option {
    line-height: 1.5;
}

.select2-results__option:hover, .select2-results__option:active {
    line-height: 1.5;
    background-color: #377ef3;
}

.red {
    color: #f00;
    font-weight: 800;
}

.iconphone {
    width: 45px;
    background: #377ef3;
    border-radius: 2px 0 0 2px;
    padding: 5px;
    line-height: 28px;
    font-size: 15px;
    color: #fff;
    text-align: center;
}

.octas .btn-custom {
    border-radius: 0 2px 2px 0;
}

.form-check-label {
    margin-bottom: 2px;
}

.select2-container--bootstrap4 .select2-results__option {
    padding: 0.4375rem 0.75rem;
}

.eyebtn i {
    position: absolute;
    right: 1px;
    top: 7px;
    z-index: 999;
    cursor: pointer;
    color: #585858;
    height: 40px;
    width: 41px;
    text-align: center;
    line-height: 40px;
}

@media (max-width: 768px) {
    #otpmodal .close {
        right: 13px!important;
        top: 6px!important;
        z-index: 9999;
    }
}

@media only screen and (max-width: 575px) {
    .cbhgd .badge {
        display:block;
        margin-top: 10px
    }

    /*.octas {
        margin-bottom: 14px;
    }
	*/
    .container {
        width: 100%!important;
    }

    .cbhgd p {
        font-size: 14px!important;
        font-weight: 600;
    }

    #otpmodal .modal-dialog {
        width: 94%!important;
        top: 10%!important;
    }

    form .otp {
        width: 39px !important;
        height: 39px !important;
        margin: 0 3px !important;
    }

    .top-logo {
        margin-top: 30px !important;
    }

    .begiheading {
        font-size: 18px!important;
    }
}

.btn-success: {
    background-color: #079d4b;
    color: #fff;
    border: 1px solid #079d4b;
}

.btn-success:hover {
    background-color: #0c9148!important;
    color: #fff!important;
    border: 1px solid #0c9148;
}

.btn-success.focus, .btn-success:focus {
    color: #fff;
    background-color: #0c9148;
    border-color: #0c9148;
}

.container {
    width: 970px;
}

.cbhgd {
    text-align: right;
}

.cbhgd p {
    font-size: 16px;
    font-weight: 600;
}

.formfull {
    background: #fff;
    box-shadow: 0px 0px 10px #ccc;
    border-radius: 20px;
}

.top-logo {
    margin-top: 100px;
    margin-bottom: 20px;
}

.stepwizard-step p {
    margin-top: 0px;
    color: #3B82F6;
}

.stepwizard-row {
    display: table-row;
    width: 60%;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    /*opacity: 1 !important;
    filter: alpha(opacity=100) !important;*/
}

.stepwizard .btn.disabled, .stepwizard .btn[disabled], .stepwizard fieldset[disabled] .btn {
    opacity: 1 !important;
    color: #bbb;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 90%;
    left: 5%;
    height: 4px;
    background-color: #DBEAFE;
    z-index: 0;
}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
    padding-left: 26px;
}

.btn-circle {
    width: 20px;
    height: 20px;
    text-align: center;
    padding: 5px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 12px;
}

.btn-danger {
    color: #fff;
    background-color: #3B82F6!important;
    border-color: #3B82F6!important;
}

.setup-content {
    padding: 20px;
}

.begiheading {
    padding: 20px;
    font-size: 1.25rem;
}

.begiheading span {
    font-size: 26px;
    font-weight: 700;
}

.textfield-outlined {
    position: relative;
    margin-bottom: 10px;
    padding-top: 6px;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.4px;
}

.textfield-outlined > input, .textfield-outlined > textarea {
    box-sizing: border-box;
    width: 100%;
    padding: 9px 36px 9px 13px;
    font-size: 14px;
    height: 42px;
    line-height: inherit;
    color: #272e36;
    border-style: solid;
    border-width: 1px;
    border-color: transparent #B6B6B6 #B6B6B6;
    border-radius: 4px;
    -webkit-text-fill-color: currentColor;
    background-color: transparent;
    caret-color: #000000;
    transition: border 0.2s, box-shadow 0.2s;
}

.textfield-outlined > input:not(:focus):placeholder-shown, .textfield-outlined > textarea:not(:focus):placeholder-shown {
    border-top-color: #B6B6B6;
}

.textfield-outlined > input + label, .textfield-outlined > textarea + label {
    display: flex;
    width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 12px;
    line-height: 15px;
    color: #B6B6B6;
    cursor: text;
    transition: color 0.2s, font-size 0.2s, line-height 0.2s;
}

.textfield-outlined > input:not(:focus):placeholder-shown + label, .textfield-outlined > textarea:not(:focus):placeholder-shown + label {
    font-size: 14px;
    line-height: 54px;
}

.textfield-outlined > input + label::before, .textfield-outlined > input + label::after, .textfield-outlined > textarea + label::before, .textfield-outlined > textarea + label::after {
    content: "";
    display: block;
    box-sizing: border-box;
    height: 8px;
    min-width: 10px;
    margin-top: 6px;
    border-top: solid 1px #92969a;
    pointer-events: none;
    box-shadow: inset 0 1px transparent;
    transition: border 0.2s, box-shadow 0.2s;
}

.textfield-outlined > input + label::before, .textfield-outlined > textarea + label::before {
    margin-right: 4px;
    border-left: solid 1px transparent;
    border-radius: 4px 0;
}

.textfield-outlined > input + label::after, .textfield-outlined > textarea + label::after {
    flex-grow: 1;
    margin-left: 4px;
    border-right: solid 1px transparent;
    border-radius: 0 4px;
}

.textfield-outlined > input:not(:focus):placeholder-shown + label::before, .textfield-outlined > input:not(:focus):placeholder-shown + label::after, .textfield-outlined > textarea:not(:focus):placeholder-shown + label::before, .textfield-outlined > textarea:not(:focus):placeholder-shown + label::after {
    border-top-color: transparent;
}

.textfield-outlined ~ label:hover > input, .textfield-outlined ~ label:hover > textarea {
    border-color: transparent #272e36 #272e36;
}

.textfield-outlined label:hover > input + label::before, .textfield-outlined label:hover > input + label::after, .textfield-outlined label:hover > textarea + label::before, .textfield-outlined label:hover > textarea + label::after {
    border-top-color: #272e36;
}

.textfield-outlined label:hover > input:not(:focus):placeholder-shown, .textfield-outlined label:hover > textarea:not(:focus):placeholder-shown {
    border-color: #272e36;
}

.textfield-outlined > input:focus, .textfield-outlined > textarea:focus {
    border-color: transparent #0553D1 #0553D1;
    outline: none;
}

.textfield-outlined > input:focus + label, .textfield-outlined > textarea:focus + label {
    color: #0553D1;
}

.textfield-outlined > input:focus + label::before, .textfield-outlined > input:focus + label::after, .textfield-outlined > textarea:focus + label::before, .textfield-outlined > textarea:focus + label::after {
    border-top-color: #0553D1 !important;
}

.textfield-outlined > input:disabled, .textfield-outlined > input:disabled + label, .textfield-outlined > textarea:disabled, .textfield-outlined > textarea:disabled + label {
    color: rgba(189, 192, 197, .5);
    border-color: transparent rgba(189, 192, 197, .5) rgba(189, 192, 197, .5) !important;
    pointer-events: none;
}

.textfield-outlined > input:disabled + label::before, .textfield-outlined > input:disabled + label::after, .textfield-outlined > textarea:disabled + label::before, .textfield-outlined > textarea:disabled + label::after {
    border-top-color: rgba(189, 192, 197, .5) !important;
}

.textfield-outlined > input:disabled:placeholder-shown, .textfield-outlined > input:disabled:placeholder-shown + label, .textfield-outlined > textarea:disabled:placeholder-shown, .textfield-outlined > textarea:disabled:placeholder-shown + label {
    border-top-color: rgba(189, 192, 197, .5) !important;
}

.textfield-outlined > input:disabled:placeholder-shown + label::before, .textfield-outlined > input:disabled:placeholder-shown + label::after, .textfield-outlined > textarea:disabled:placeholder-shown + label::before, .textfield-outlined > textarea:disabled:placeholder-shown + label::after {
    border-top-color: transparent !important;
}

@media not all and (min-resolution: 0.001dpcm) {
    @supports (-webkit-appearance: none) {
        .textfield-outlined > input, .textfield-outlined > input + label, .textfield-outlined > input + label::before, .textfield-outlined > input + label::after, .textfield-outlined > textarea, .textfield-outlined > textarea + label, .textfield-outlined > textarea + label::before, .textfield-outlined > textarea + label::after {
            transition-duration: 0.1s;
        }
    }
}

.stepwizard .btn[disabled] {
    color: #bbb;
    background-color: #DBEAFE!important;
    border-color: #DBEAFE !important;
}

.stepwizard-step .btn:not(:disabled):not(.disabled) {
    cursor: pointer;
    background: #DBEAFE;
    color: #000;
}

.badge-primary {
    color: #3B82F6;
    background-color: #ffffff;
    border: 1px solid #3B82F6;
    padding: 15px 20px;
    font-size: 16px;
}

.badge-primary:hover {
    color: #3B82F6;
    background-color: #3B82F6 !important;
    border: 1px solid #3B82F6;
}

footer {
    background: #fbfbfb;
    padding: 12px 0;
    /*    position: fixed;*/
    /*    margin-top: 50px;*/
    bottom: 0;
    width: 100%;
    /*    border-top: 1px solid #ddd*/
}

footer p {
    margin-bottom: 0;
}

#otpmodal .modal-content {
    border-radius: 20px;
}

.motext {
    background: #e4f1ff;
    padding: 10px;
    border-radius: 16px;
    margin-bottom: 25px;
}

.motext p {
    font-size: 15px;
    color: #3B82F6;
    line-height: 25px;
    word-wrap: break-word;
}

.otptxt {
    background: #F0F0F0;
    padding: 6px 15px;
    border-radius: 16px;
    margin: 0 auto 10px;
    font-size: 14px;
    line-height: 18px;
    color: #242424;
    font-weight: 600;
    text-align: center;
}

form .otp {
    display: inline-block;
    width: 47px;
    height: 47px;
    text-align: center;
    border-radius: 8px;
    color: #000;
    border: 1px solid #B6B6B6;
    margin: 0 5px;
}

.optform {
    margin: 0 auto;
}

.customBtn {
    border-radius: 8px;
    padding: 10px ;
    background: #3B82F6;
    border: 1px solid #3B82F6;
    color: #fff;
    width: 100%;
    margin: 15px 0;
}

.customBtn:hover {
    background: #337cf3 !important;
    border: 1px solid #337cf3 !important;
    color: #fff;
    padding: 10px;
}

.customBtn:focus {
    box-shadow: none;
}

.verifyotp2 {
    border-radius: 8px;
    padding: 10px;
    background: #079d4b;
    border: 1px solid #079d4b;
    color: #fff;
    width: 100%;
    margin: 15px 0;
}

#otpmodal .modal-footer {
    border: 0;
    padding: 0;
}

#resendotp {
    font-size: 14px;
    color: #3B82F6;
    font-weight: 700;
    border: 0;
    background: #fff;
}

.colp {
    color: #fff;
    text-align: justify;
    font-size: 14px;
    font-weight: normal
}

.colp a, .colp b {
    color: #ffe069;
}

#otpmodal .close {
    opacity: 1;
    background: #eee;
    border-radius: 50%;
    height: 42px;
    width: 42px;
    line-height: 19px;
    border: 0;
    padding: 8px !important;
    right: -25px;
    top: -9px;
    position: absolute;
}

#otpmodal .modal-header {
    margin: 0;
    padding: 0;
    border: 0;
}

#otpmodal .modal-header span {
    line-height: 18px;
    font-size: 34px;
}

.secs {
    text-align: center;
    background: #fff;
    width: 58px;
    padding: 5px;
    font-size: 12px;
    border-radius: 8px;
    height: 58px;
}

.secsbox {
    margin-top: 72px;
    display: flex;
    /*background: #3b82f6;*/
    padding: 10px;
    border-radius: 10px;
}

#otpmodal .modal-dialog {
    width: 400px;
    top: 16%
}

.otpimgbox {
    margin-right: 20px;
    float: left;
    height: 92px;
    width: 80px;
}

.textfield-outlined > input.passnot {
    border-color: transparent #377ef3 #377ef3;
}

.textfield-outlined > input.passnot {
    border-color: transparent #377ef3 #377ef3;
}

.textfield-outlined > input.passnot:not(:focus):placeholder-shown {
    border-top-color: #377ef3;
}

.textfield-outlined > input + label.passnot:after, .textfield-outlined > input + label.passnot:before {
    border-top: solid 1px #377ef3;
}

.textfield-outlined > input.passmatch {
    border-color: transparent #20C997 #20C997;
}

.textfield-outlined > input.passmatch {
    border-color: transparent #20C997 #20C997;
}

.textfield-outlined > input.passmatch:focus:placeholder-shown {
    border-top-color: #20C997 !important;
}

.textfield-outlined > input + label.passmatch::after, .textfield-outlined > input + label.passmatch::before {
    border-top: solid 1px #20C997;
}

.main-box {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    padding: 0 !important;
}

.main-content {
    margin-bottom: auto;
    margin-top: auto;
}

.scroll{height:320px;overflow-y: scroll;color: #fff;width: 100%;border: 1px solid #fbc700; padding: 9px;margin-bottom: 10px;}
.scroll5::-webkit-scrollbar {
  width: 12px;
}
 
.scroll5::-webkit-scrollbar-thumb {
  background: #fbc700;
}

.scroll5::-webkit-scrollbar-track {
  background: #fff;
}

.scroll5::-webkit-scrollbar-button {
  background: #fbc700;
  height: 12px;
  border-radius: 50%;
}
.sumtext{
    border-left: 2px solid rgba(107, 107, 107, 1);
    background: rgba(0, 0, 0, 0.03);
    border-radius: 4px;
    padding: 6px 10px 6px 10px;
    margin-bottom: 10px;
} 
.sumtext p{
    color: rgba(30, 33, 36, 1);
    font-size:10px ;
    margin-bottom: 10px;
} 
 
 
@media (max-width: 575px) {
    .secsbox {
        margin-top: 28px;
        padding: 5px;
    }

    .secs {
        padding: 5px 0px;
        font-size: 11px;
        font-weight: 700;
    }

    .linetext .mt-5 {
        margin-top: 0rem !important;
    }

    .linetext .pl-5 {
        padding-left: 10px !important;
    }
  
}

.select2-container--bootstrap4.select2-container--focus .select2-selection {
    border-color: #0553D1;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.content-list{
    padding-left: 20px;
}

.content-list li{
    color:#ffe069;
    font-size: 14px;
    font-weight: bolder;
}
.content-list li::marker{
    color:#fff;
}

.content-list p{
    margin-bottom: 0px !important;
}

.select2-container--bootstrap4.select2-container--focus.select2-container--open .select2-selection { border-bottom: 1px solid #0553d1;}
 .select2-search--dropdown .select2-search__field {
    padding: 5px 10px;       
    font-size: 12px;
} 

@media only screen and (max-width:600px){
  .phone-input-wrapper .select2-container--bootstrap4 .select2-results__option {
        padding:4px 5px;
        font-size: 14px;
    }
    .phone-input-wrapper .select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered{
        padding: 4px 2px;
        font-size: 12px;
    }
}