input:focus,
textarea:focus,
select:focus {
    outline: none;
}

.app_head,
.newapphead {
    font-size: 20px;
    width: 100%;
    float: left;
    font-family: "Barlow-Medium";
    margin-bottom: 20px;
    padding: 0 15px;
    margin: 30px 0 30px 0;
    color: #ed1c24;
}

.headtext1 {
    font-size: 26px;
}

.new_app a {
    color: #fff;
}

.new_app a:hover {
    text-decoration: none;
}

.appsect label,
label {
    font-family: "Barlow-Medium" !important;
    color: #403f3f;
}

.info {
    font-family: "Barlow-Light" !important;
    color: #545151;
}

.appsect div ul li a {
    color: #ffffff;
    text-decoration: none;
}

.appsect ul {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
}

.appsect ul li button,
.res-btn,
.sub-btn {
    background-color: #ee1c25;
    color: #ffffff;
    border-radius: 2px;
    outline: none;
    border: none;
    padding: 4px 6px;
    font-size: 16px;
    font-family: "Barlow-Medium";
    width: 100%;
    height: 60px;
    border-radius: 15px 15px 0 0;
    text-transform: capitalize;
}

.cancel-btn {
    background-color: #212121;
}

.cancel-btn a {
    text-decoration: none !important;
}

.appsect ul li:nth-of-type(1) button {
    background-color: #009688;
}

.appsect ul li:nth-of-type(2) button {
    background-color: #5c82a2;
}

.appsect ul li:nth-of-type(3) button {
    background-color: #b1632b
}

.sub-btn {
    padding: 12px;
    margin-left: 0px;
    margin-right: 15px;
    position: relative;
    width: auto;
    border-radius: 5px;
    height: auto;
    margin-top: 40px;
    min-width: 120px;
    margin-bottom: 30px;
}

.mar-tp15 {
    margin-top: 15px;
}

.new_app.desk-view {
    position: absolute;
    top: 0;
    right: 15px;
}

.new_app button {
    background-color: #364ea2;
    color: #fff;
    border-radius: 2px;
    outline: none;
    border: none;
    padding: 10px;
    font-size: 15px;
    font-family: "Barlow-Medium";
}


/*file uploas css starts here*/

.note {
    width: 500px;
    margin: 50px auto;
    font-size: 1.1em;
    color: #333;
    text-align: justify;
}

#drop-area {
    border: 1px solid #ced4da;
    border-radius: 5px;
    background: #5d5a5a4f none repeat scroll 0 0;
}

#drop-area.highlight {
    border-color: purple;
}

.droptext {}

.my-form {
    margin-bottom: 10px;
}

#gallery img {
    width: 150px;
    margin-bottom: 10px;
    margin-right: 10px;
    vertical-align: middle;
}

.button {
    display: inline-block;
    padding: 10px;
    background: inherit;
    cursor: pointer;
    width: 100%;
    max-height: 45px;
    font-size: 15px;
}

#fileElem,
#progress-bar {
    display: none;
}

.application-section label {
    font-family: "Barlow-Medium" !important;
    color: #403f3f;
    margin-bottom: 6px !important;
    font-size: 15px;
    width: 100%;
}

.docs {
    width: 100%;
    float: left;
    font-family: "Barlow-SemiBold";
    padding: 16px 0 !important;
}

.pad-lt-0 {
    padding-left: 0;
    float: left;
}

.upimagewrap {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.upimagewrap img {
    width: 80px;
    height: 80px;
    margin-right: 6px;
    margin-bottom: 6px;
}

.viewdtwrap,
.mrg-btm-15 {
    margin-bottom: 15px;
}

.viewdtwrap label {
    float: left;
    width: 50%;
}

.modal-header {
    padding: 16px !important;
    border-bottom: none;
}

.modal-header .headtext1 {
    margin-bottom: 0;
}

.modal-title {
    font-family: "Barlow-Bold"
}

.modal-header .close {
    padding: 1rem;
    margin: -0.5rem -1rem -1rem auto;
}

.form-control {
    display: block;
    width: 100%;
    height: 45px !important;
    font-size: 15px !important;
    font-family: "Barlow-Light"!important;
    padding: 0 12px !important;
    line-height: 1.3 !important;
}

.remarks {
    display: block;
    width: 100%;
    font-size: 15px !important;
    font-family: "Barlow-Light"!important;
    padding: 0 12px !important;
    min-height: 60px;
}

.md-par div input {
    height: 35px !important;
}

.new-par div input {
    height: 40px !important;
}

.new-par div label {
    position: relative;
    top: 6px;
}


/*file upload css ends here*/

.application-section {
    position: relative;
    z-index: 2;
}


/* .view-bg {
    background: url(../images/view.jpg) no-repeat scroll center top / cover;
} */


/* .new-application-bg {
    background: url(../images/new-application-bg.jpg) no-repeat scroll center top / cover;
} */

.application-section::before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.form-control:focus {
    background-color: #ffffff52;
    border-color: #ced4da;
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(0, 123, 255, .25);
}

#drop-area label {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    font-family: "Barlow-Light" !important;
}

.new-application-bg {
    background: url(../images/new-application-bg.jpg) no-repeat scroll center top / cover;
}

.pad-rt-0 {
    padding-right: 0;
}

.main-head .docs {
    padding-bottom: 16px !important;
    margin-bottom: 0 !important;
    position: relative;
    font-family: "Barlow-Medium" !important;
    font-size: 16px;
    border-bottom: 1px solid #f2f2f2;
}

.mrg-tp-15,
.rmrg-tp-15 {
    margin-top: 15px;
}

.mrg-15 {
    margin: 15px 0;
}

.white-text {
    color: #ffffff;
}

.red-text {
    color: #ee1c25 !important;
}


/* .claim-form .row:nth-of-type(1) {
    margin-bottom: 0 !important;
} */

.viewapp .row div p {
    color: #333;
    font-family: "Barlow-Light";
    width: 100%;
    float: left;
}

.labeltext {
    font-family: "Barlow-Medium" !important;
    word-break: break-word;
}

.pad-rl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.draft-btn {
    background-color: #b1632b;
}

.view-sub {
    margin-left: 0px;
    margin-top: 35px;
}

.arrow-back {
    cursor: pointer;
    /* position: relative; */
}

.arrow-back a {
    background-image: url(../images/arrow-back.svg);
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    left: 0;
    width: 15px;
    height: 15px;
    cursor: pointer;
}

.arrow-back a span {
    position: relative;
    left: 20px;
    top: -6px;
    color: #ef1f27;
}

.arrow-back a:hover span {
    text-decoration: underline;
    text-decoration-color: #ef1f27;
}

.previous {
    color: #ef1f27;
    text-decoration: none;
}

.previous:hover {
    color: #ef1f27 !important;
    text-decoration: underline;
}


/*claim accordion css starts here*/

.accordions {
    font-family: arial;
    width: 50%;
    margin: 60px auto;
}

.accordion-item {
    background-color: #f9f9f9;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.accordion-item .accordion-title {
    cursor: pointer;
    padding: 20px;
    transition: all 0.4s;
    border-radius: 5px 5px 0 0;
}

.accordion-item .accordion-title.active-title {
    background-color: #04b8d8;
    color: #fff;
}

.accordion-item .accordion-title h2 {
    margin: 0;
    font-size: 18px;
    display: flex;
    justify-content: space-between;
}

.accordion-item .accordion-title i.fa-chevron-down {
    transform: rotate(0);
    transition: 0.4s;
}

.accordion-item .accordion-title i.fa-chevron-down.chevron-top {
    transform: rotate(-180deg);
}

.accordion-item .accordion-content {
    display: none;
    line-height: 1.7;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 0 0 5px 5px;
}

.accordion-item .accordion-content.active {
    display: block;
}

.accordion-item .accordion-content p {
    margin: 0;
}

.bg-blue {
    padding: 0 !important;
    color: #ffffff;
}

.bg-blue a {
    background-color: #213f9a;
    color: #ffffff;
    padding: 15px 12px;
    width: 100%;
    float: left;
    border-radius: 2px;
    font-family: "Barlow-SemiBold";
}

.bg-blue>a:hover {
    color: #ffffff !important;
}

.black-text {
    color: #000000;
}

.claim-form #drop-area {
    background-color: #ffffff;
}

.card-body {
    padding: 20px 0;
    background-color: #efefef94;
}



#accordion .card-header.collapsed:after {
    content: "";
    background-image: url("../images/arrow-down.svg") !important;
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
    float: right;
    position: absolute;
    right: 20px;
    top: 18px;
}

#accordion .card-header:after {
    content: "";
    background-image: url("../images/arrow-up.svg") !important;
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
    float: right;
    position: absolute;
    right: 20px;
    top: 18px;
}

.ttl-div div {
    padding: 12px 15px;
}

.ttl-div div label {
    color: #213f9a;
    font-family: "Barlow-SemiBold";
    font-size: 22px;
}

.ttl-div div span {
    color: #ee1c25;
    font-family: "Barlow-Bold" !important;
    font-size: 25px;
}

.ttl-div div:nth-of-type(1) {
    float: left;
}

.ttl-div div:nth-of-type(2) label {
    float: right;
}


/*claim accordion css ends here*/

.bottom-bg,
.top-bg {
    position: relative;
}

.bottom-bg::before {
    background-image: url(../images/top-bg.png);
    background-position: left top;
    background-size: 35% 25%;
    background-repeat: no-repeat;
    position: absolute;
    content: "";
}

.top-bg::after {
    background-image: url(../images/bottom-bg.png);
    background-position: right bottom;
    background-size: 35% 25%;
    background-repeat: no-repeat;
    position: absolute;
    content: "";
}

@media only screen and (max-width:767px) {
    .card-body .row {
        margin-bottom: 0px;
    }
}

@media only screen and (max-width:575px) {
    .application-section label {
        margin-top: 6px;
    }
    .rmrg-tp-15 {
        margin-top: 0 !important;
    }
 
}

@media only screen and (max-width:480px) {
    .arrow-back a {
        position: absolute;
        left: 0;
        top: -40px;
    }
    .mrg-tp-30 {
        margin-top: 30px;
    }
    .bg-blue a {
        font-size: 15px;
    }
    .arrow-back a {
        position: absolute;
        left: 0;
        top: -10px;
    }
}

@media only screen and (max-width:360px) {}