h1 {
    font-size: 2.5rem !important;
}

.input[type=text] {
    background: #FFFFFF;
}

.text-red {
    color: #970B18;
}

.text-color-light {
    color: #ABABAB;
}

.index-bg-img h2 {
    font-size: 36px !important;
}

.index-bg-img label {
    font-size: 20px !important;
}

.index-bg-img input {
    border-color: #FFF;
    background-color: inherit;
}

.index-bg-img p {
    font-size: 20px !important;
}

.index-bg-img button {
    font-size: 20px !important;
}

#nav-btn-color {
    background-color: #AC3336;
    font-size: 15px;
}

.navbar-nav .nav-item .nav-link {
    font-size: 15px !important;
}

#section-1-bg {
    background-color: #E5E5E5;
}

#section-1-bg h2 {
    font-size: 36px;
}

#section-1-bg .left-privilege li {
    line-height: 29px;
}

#section-1-bg .right-privilege {
    padding-top: 4.5rem !important;
}

#section-1-bg .right-privilege li {
    line-height: 40px;
}

.section-2-bg {
    background-color: #AC3336;
}

.carousel-bg {
    background-color: #AC3336;
}

.section-5-bg {
    background-color: #AC3336;
}

.section-5-bg span {
    font-size: 26px;
}

.section-5-bg button {
    font-size: 13px;
}

.accordion-button:focus {
    color: inherit !important;
    border-color: inherit;
    background-color: inherit;
    box-shadow: inherit;
}

.form-color {
    background-color: #AC3336;
    border-radius: 20px;
}

.form-color .form-control {
    background-color: #AC3336;
    border: none;
    color: #fff;
    box-shadow: none;
}

.register-submit-button {
    line-height: 2;
    font-size: 1.5rem;
}

.index-bg-img {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/bg/verify-background.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.font16 {
    font-size: 16px;
}

.font20 {
    font-size: 20px;
}

.font26 {
    font-size: 26px !important;
}

#vertical-line {
    border-right: 1px solid #AC3336;
}

.circle-logo {
    height: 14px;
    width: 14px;
}

.carousel-image-size {
    height: 80px;
    width: 80px;
}

.index-input-field-icon {
    right: 12px;
    position: absolute;
    top: 50px;
    color: #fff;
}

/* index-page */


/* start-application-page */
.application-form-section {
    border-radius: 27px;
}

.inner-section-form {
    background-color: #fff;
    border-radius: 27px;
    overflow: hidden;
}

.start-application-page-bg-img {
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../images/bg/verify-background.png");
    background-position: center;
    background-repeat: no-repeat;
    /* background-size: cover; */
    position: relative;
    /* background-attachment: fixed; */
}

#tuf-heading-size {
    font-size: 60px;
    font-weight: 400;
    /* font-family: ''; */
}

#card-bg {
    background-color: #AC3336;
    border-radius: 20px;
}

#card-registration-closed{
    background-color: #AC3336;
    border-radius: 20px;
    width: 500px;
    height: 300px;
    text-align: center;
}

#section-1-btn-color {
    background-color: #AC3336;
}

#section-1-paragraph {
    font-size: large;
}

.registration-form label {
}

.cross-button {
    background-color: #AC3336;
    color: #fff;
}

/* start-application-page */
.start-application-page-bg-img h2 {
    font-size: 80px;
}

.edit-application-page-bg-img h2 {
    font-family: roboto-regular;
    font-size: 80px;
}

.btn-close {
    background: url(../images/cross.svg) center/1em auto no-repeat;
    background-color: #AC3336;
    font-size: 18px;
    padding: 6px;
    opacity: 1;
}

.view-app-title span {
    font-size: 20px;
}

.table-heading-app td {
    font-size: 18px;
}

.border-bottom-span {
    border-bottom: 1px solid #707070;
}

.view-application hr:not([size]) {
    height: 2px !important;
}

.table-inner-detail tr td {
    font-size: 16px;
}

.upload-label label {
    display: inline-block;
    background-color: #707070;
    color: white;
    padding: 0.5rem;
    font-family: sans-serif;
    border-radius: 2rem;
    cursor: pointer;
}

/* .add-class-response {
    display: block;
} */
/* edit-application-page */
.edit-application-page-bg-img {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../images/Group\ 304.png");
    background-position: center;
    background-repeat: no-repeat;
    /* background-size: cover; */
    position: relative;
    /* background-attachment: fixed; */
}




/* edit-application-page */

.body {
    font-family: "Roboto-Regular", sans-serif;
}

/* view-application-page */
#view-application-section-1-bg-color {
    background-color: #AC3336;
}



#close-btn-bg {
    background-color: #AC3336;
    color: white;
}

#download-btn {
    background-color: #AC3336;
    border-color: #AC3336;
    width: 130px;
}

/* view-application-page */

/* registration-page */

#nav-button {
    border-color: #AC3336;
    color: #AC3336;
}

#nav-button:hover {
    background-color: #AC3336;
    border-color: #AC3336;
    color: #ffffff;
}

#registration-bg-color {
    background-color: #AC3336;
}

#login-buttion {
    background-color: black;
}

.input-field-icon {
    right: 40px;
    position: absolute;
    top: 50px;
    color: #ABABAB;
}

.icon-input {
    padding-right: 60px !important;
}

/* registration-page */

/* Application-process */
#bg-color {
    background-color: #AC3336;
}

.application-input-field-icon {
    right: 35px;
    position: absolute;
    top: 45px;
    color: #ABABAB;
}

.icon-input {
    padding-right: 60px !important;
}

.tab1-icon {
    color: #ABABAB;
    padding-right: 8px;
}

.icon-input {
    padding-right: 60px !important;
}

.tab-1-image {
    height: 100px;
    width: 100px;
    background-size: cover;
    object-fit: contain;
}

.tab-1-cnic {
    height: 70px;
    width: 100px;
    background-size: cover;
    object-fit: contain;
}

.tab-1-image-text {
    font-size: 14px;
}

#application-form-tab1-btn {
    background-color: #AC3336;
    border: #AC3336;
    padding: 10px;
    font-size: 1.5rem;
    width: 250px;
}

#cancel-button {
    width: 200px;
    font-size: 1.5rem;
    padding: 10px;
}

#tab-2-btn1 {
    background-color: #AC3336;
    border: #AC3336;
    width: 100px;
    font-size: 1.5rem;
    height: 34px;
}

#tab-2-btn2 {
    background-color: #AC3336;
    border: #AC3336;
    padding: 10px;
    font-size: 1.5rem;
    width: 250px;
}

.btnPrevious{
    width: 150px;
    font-size: 1.8rem;
}

#tab-2-academic {
    width: 160px;
    font-size: 1.6rem;
    background-color: #AC3336;
    border: #AC3336;
}

#tab-2-btn3 {
    background-color: #AC3336;
    border: #AC3336;
}

#tab-3-btn1 {
    background-color: #AC3336;
    border: #AC3336;
}

#tab-3-btn2 {
    background-color: #AC3336;
    border: #AC3336;
}

#tab-3-btn3 {
    background-color: #AC3336;
    border: #AC3336;
}

#tab-3-btn4 {
    background-color: #ABABAB;
    border: #ABABAB;
}

.tab4-icon {
    color: #ABABAB;
    padding-right: 8px;
}

.tab-4-image-text {
    font-size: 14px;
}

.nav-tab-link {
    background-color: #ffffff;
    color: #ABABAB;
}

.nav-tabs .nav-tab-item .nav-tab-link.active i {
    color: #AC3336;
}

.nav-tab-link:hover {
    background-color: #ffffff;
    color: #ABABAB;
}

#top-most-nav-bar .nav-tabs .nav-tab-item .nav-tab-link.active {
    background-color: #ffffff;
    color: #AC3336;
    font-weight: 400;
    border-bottom: 2px solid #AC3336;
}

.tab-section-body ul {
    display: flex;
    justify-content: space-between;
}

.tab-section .tab-section-body input {
    background-color: #F5F5F5;
}

.tab-section .tab-section-body label {
    color: #ABABAB;
}

.tab-section .tab-section-body select {
    color: #ABABAB !important;
}

#top-most-nav-bar .tab-section-body ul li {
    margin-bottom: 0;
}

.degree-section tbody tr {
    color: #ABABAB;
}

.btn-check:active + .btn-light, .btn-check:checked + .btn-light, .btn-light.active, .btn-light:active, .show > .btn-light.dropdown-toggle {
    background-color: #AC3336;
    color: #fff;
    border-color: none;
    box-shadow: none;
}

.btn-check:active + .btn-light, .btn-check:checked + .btn-light, .btn-light.active, .btn-light:active, .show > .btn-light.dropdown-toggle {
    background-color: #AC3336;
    color: #fff;
    border-color: none;
    box-shadow: none;
}

/* .registration-form-select .btn-check:active+.btn-light, .btn-check:checked+.btn-light, .btn-light.active, .btn-light:active, .show>.btn-light.dropdown-toggle{
    background-color: #fff;
    color: #AC3336;
    border-color: none;
    box-shadow: none;
} */
.btn-colored {
    background-color: #E5E5E5;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border: none;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link {
    border: none;
}

/* Application-process */

/*Footer Start*/
footer {
    background: #4a4a4a;
    padding: 1.5rem 0 0 0;
    position: relative;
    color: #000;
}

.footer-section {
    position: relative;
}

.footer-section a p {
    margin-bottom: 0.25rem !important;
}

.footer-section a {
    color: #fff;
}

.footer-section > img {
    width: 75%;
}

.second-footer-section {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.second-footer-section:not(:last-of-type)::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 75%;
    right: 0;
    background: #fff;
    top: 50%;
    transform: translate(0, -50%);
}

.second-footer-section img {
    width: 75%;
    height: 60%;
    object-fit: contain;
}

.second-footer-section p {
    font-size: 12px;
}

.footer-section h5,
.footer-section ul,
.footer-section p {
    color: #ffffff;
}

.footer-section h5 {
}

.footer-section .links-details p {
    margin-bottom: .5rem;
    font-size: small;
}

.footer-section .links-details a {
    text-decoration: none;
    color: #ffffff;
}

.footer-bottom {
    background-color: #f6efdf;
    position: relative;
    overflow: hidden;
}

.footer-bottom ul a {
    color: #333333;
    text-decoration: underline;
    font-size: 12px;
}

.footer-bottom ul a:hover {
    color: inherit;
}

.footer-bottom ul .nav-item {
    position: relative;
}

.footer-bottom .nav-item:not(:last-of-type)::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 70%;
    right: 0;
    background: #333333;
    top: 50%;
    transform: translate(0, -50%);
}

.circle-icon {
    background: #f8ffe1;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    vertical-align: middle;
    padding: 10px;
    color: #d3a309;
}

.footer-logos {
    background-color: #F5ECDE;
}

.footer-logos .owl-footer-logo .item {
    border: #002c53;
    height: 150px !important;
    width: 100% !important;
}

.footer-logos .owl-footer-logo .item img {
    max-width: 100% !important;
    max-height: 100% !important;
    display: block;
    object-fit: contain;
}

.goog-te-gadget .goog-te-combo {
    margin: 40px 0 0 0 !important;
    border-radius: 2rem !important;
    background: #fff !important;
    border: 3px solid #eeb408 !important;
    padding: 6px !important;
}

.prospect-brn {
    margin-top: 40px;
}

.footer-section .social-icons img {
    width: 12%;
}
.toast-close-button{
    position: absolute;
    right: 0;
    width: 20px;
    top:50% !important;
    transform: translate(-50%,-50%);
}
.toast-message{
    font-size:14px
}
/*Footer End*/
/* Media query for vertical tabs on smaller screens */
@media (min-width: 1200px) {
    .img-size {
        background-size: cover;
    }
    .start-application-page-bg-img {
        background-size: cover;
    }
}
@media (max-width: 992px) {
    .custom-border {
        border: none !important;
    }
}
@media (max-width: 767px) {
    .nav-tab-item {
        flex-direction: column-reverse;
        text-align: center;

    }
    .nav-tab-item {
        width: 100%;
        border-top: #ffffff;
    }
    .column-margin-sm {
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .nav-tabs > li {
        display: block;
        /* width: 100%; */
    }
    .section-1-close-btn {
        position: absolute;
        align-items: flex-end;
        right: 20px;
    }
}
@media (min-width: 768px) {
    #application-form-card {
        border-radius: 30px;
    }
}

@media (max-width: 576px) {
    #section-1-paragraph {
        font-size: medium;
    }
    .start-application-page-bg-img h2{
        font-size: 2.5rem;
    }
    #toast-container>div{
        width: auto !important;
    }
    .toast-close-button{
        top: 16% !important;
    }

}
