﻿body {
    font-family: 'Roboto', sans-serif;
}

#myTab {
    position: relative;
    margin-bottom: 60px;
    border: none;
}

#myTab {
    display: flex;
    justify-content: center;
}

    #myTab li {
        width: auto;
        background: #ffffff;
        padding: 0px 15px;
        position: relative;
        z-index: 6;
        display: flex;
        align-items: center;
    }

        #myTab li.nav-item .nav-link {
            border: 2px solid #898d8d;
            border-radius: 50%;
            width: 48px;
            height: 48px;
            padding: 10px 0 0 0;
            text-align: center;
            background: #ffffff;
            color: #898d8d !important; /* added important by vishal*/
        }

            #myTab li.nav-item .nav-link.active {
                border: 2px solid #004976;
                background: #004976 !important;
                color: #ffffff !important; /* added important by vishal*/
            }

.nav-link.active span {
    color: #ffffff !important; /* added important by vishal*/
}

.text-afi-dkblue {
    color: #004976;
}

.form-control::placeholder {
    color: #ccc;
    opacity: 1;
}

#myTab li.nav-item .nav-link:hover {
    border: 2px solid #0570c5;
    background: #0570c5 !important;
    color: #ffffff !important; /* added important by vishal*/
}

#myTab li.nav-item:hover span {
    color: #0570c5 !important; /* added important by vishal*/
}

#myTab .nav-link {
    padding: 0;
}
/* ul#myTab::after {content: ""; position: absolute; width: 100%; height: 2px; background: #898d8d; left: 0; bottom: 40%; z-index: 5;	}*/

#myTab li.nav-item span {
    position: absolute;
    bottom: -45%;
    width: 100%;
    text-align: center;
    display: block;
    overflow: hidden;
    left: 0;
    font-weight: normal;
    color: #898d8d !important; /* added important by vishal*/
    font-size: 12px;
}

#myTab li.nav-item .nav-link.active span {
   color: #004976 !important; /* added important by vishal*/
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Zilla Slab',Georgia, serif;
    line-height: 1.2;
}

h1 {
    font-weight: 600 !important;
    letter-spacing: 0.5px;
    font-size: 2.5reml
}

.title {
    text-align: center;
}

.btn-secondary { /* added by Vishal for 10.3.1*/
	color : #fff !important;
}

label {
    font-family: 'Zilla Slab', Georgia, serif;
    font-size: 1rem;
    font-weight: 400;
    color: #787878;
}

.input-group-addon {
    position: absolute;
    right: 15px;
    top: 6px;
}

.subtext {
    font-size: 12px;
}

.nexttab, .prevtab {
    border-radius: 60px;
    padding: 10px 30px;
}

.card {
    border: 0;
}

.bluecolor {
    color: #004976;
}

.invalid-feedback {
    display: block !important;
    position: absolute;
}

h4 {
    color: #0570c5;
    margin-bottom: 5px;
}

li.nav-item span {
    font-family: 'Roboto', sans-serif;
}

.form-control {
    /*color: #ced4da;*/
}

select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    appearance: none;
}

@media (min-width: 768px) and (max-width: 1024px) {

    .card.p-5, .col-md-6.pl-0 {
        padding: 0 !important;
    }

    #myTab li.nav-item span {
        bottom: -1px;
    }

    #myTab li {
        padding: 20px 0px;
    }

    ul#myTab::after {
        display: none;
    }

    .p-5 {
        padding: 0px !important;
    }
}


@media (min-width: 481px) and (max-width: 767px) {


    .card.p-5, .col-md-6.pl-0 {
        padding: 0 !important;
    }

    #myTab li.nav-item span {
        bottom: -1px;
    }

    #myTab li {
        padding: 20px 10px;
    }

    ul#myTab::after {
        display: none;
    }

    .p-5 {
        padding: 20px !important;
    }
}


@media (min-width: 320px) and (max-width: 480px) {

    .card.p-5, .col-md-6.pl-0 {
        padding: 0 !important;
    }

    #myTab li.nav-item span {
        bottom: -1px;
    }

    #myTab li {
        padding: 20px 10px;
    }

    ul#myTab::after {
        display: none;
    }

    .p-5 {
        padding: 20px !important;
    }
}

.has-error .form-control, .has-error input[type="text"], .has-error input[type="email"], .has-error textarea, has-error select {
    border: 1px solid red;
}
.error {
    /*color: red; QHD-610*/
    border: 1px solid red;
}
