/*--here home page css starts step by step--*/

html,
body {
    font-size: 100%;
    font-family: 'Open Sans', sans-serif;
    background: #ffffff;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
}

ul li,
ol li {
    font-size: 14px;
}

ul,
label {
    margin: 0;
    padding: 0;
}

body a:hover {
    text-decoration: none;
}

.head1 {
    background: #232f3e;
}

.head1 li {
    color: #FFF;
}

.head1 li a {
    color: #FFF;
}

.head1 ul {
    padding: 7px;
}


/*pan card logo left here*/

.pan_logo_pancard_left {
    float: left;
    margin-right: 5em;
    margin: 5px;
}

@media (max-width: 1080px) {
    .pan_logo_pancard_left {
        margin-right: 5em;
    }
}

@media (max-width: 950px) {
    .pan_logo_pancard_left {
        float: none;
        text-align: center;
        width: 31%;
        margin: 0 auto;
    }
}

.customcheck {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.customcheck h6 {
    clear: both;
    color: #314782;
    font-size: 16px;
    font-weight: bold;
}

.customcheck input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: green;
    border-radius: 5px;
}

.customcheck:hover {
    background-color: pink;
}


/* When the checkbox is checked, add a blue background */

.customcheck input:checked~.checkmark {
    background-color: #02cf32;
    border-radius: 5px;
}


/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the checkmark when checked */

.customcheck input:checked~.checkmark:after {
    display: block;
}


/* Style the checkmark/indicator */

.customcheck .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.pan_logo_pancard_left2 nav ul {
    list-style: none;
    overflow: hidden;
}

.pan_logo_pancard_left2 nav li a {
    border-right: 1px solid #fff;
    color: #000000;
    display: block;
    float: right;
    width: 15%;
    font: 400 14px/1.4 'cultive', Helvetica, Verdana, Arial, sans-serif;
    text-align: center;
    text-decoration: none;
    -webkit-transition: background 0.5s ease;
    -moz-transition: background 0.5s ease;
    -o-transition: background 0.5s ease;
    -ms-transition: background 0.5s ease;
    transition: background 0.5s ease;
    margin-top: 10px;
}

@media only screen and (max-width: 1220px),
only screen and (max-device-width:1220px) {
    .pan_logo_pancard_left2 nav li a {
        font: 400 10px/1.4 'cultive', Helvetica, Verdana, Arial, sans-serif;
    }
    .pan_logo_pancard_left2 nav small {
        font: 100 100px/1 Helvetica, Verdana, Arial, sans-serif;
    }
}

@media only screen and (max-width: 930px),
only screen and (max-device-width:930px) {
    .pan_logo_pancard_left2 nav li a {
        width: 20%;
        border-bottom: 1px solid #fff;
        font: 400 11px/1.4 'cultive', Helvetica, Verdana, Arial, sans-serif;
    }
}

@media only screen and (max-width: 1000px),
only screen and (max-device-width:1000px) {
    .pan_logo_pancard_left2 nav li a {
        width: 30%;
        font: 400 14px/1.4 'cultive', Helvetica, Verdana, Arial, sans-serif;
        float: left;
    }
}

@media only screen and (max-width: 320px),
only screen and (max-device-width:320px) {
    .pan_logo_pancard_left2 nav li a {
        font: 400 11px/1.4 'cultive', Helvetica, Verdana, Arial, sans-serif;
    }
    .pan_logo_pancard_left {
        margin-right: 13em;
    }
}

@media only screen and (max-width: 600px),
only screen and (max-device-width:600px) {
    .pan_logo_pancard_left {
        margin-right: 13em;
    }
}

.mid-header {
    padding: 5px;
}

.pan_logo_pancard_left1 nav ul {
    list-style: none;
    overflow: hidden;
}

.pan_logo_pancard_left1 nav li a {
    background: #004883;
    border-right: 1px solid #fff;
    color: #fff;
    display: block;
    float: left;
    width: 25%;
    padding: 10px;
    border-right: 1px solid #fff;
    font: 400 16px/1.4 'cultive', Helvetica, Verdana, Arial, sans-serif;
    text-align: center;
    text-decoration: none;
    -webkit-transition: background 0.5s ease;
    -moz-transition: background 0.5s ease;
    -o-transition: background 0.5s ease;
    -ms-transition: background 0.5s ease;
    transition: background 0.5s ease;
}

.pan_logo_pancard_left1 nav li a:hover {
    background: #222;
}

@media only screen and (max-width: 1255px),
only screen and (max-device-width:1255px) {
    .pan_logo_pancard_left1 nav li a {
        width: 25%;
        font: 400 12px/1.4 'cultive', Helvetica, Verdana, Arial, sans-serif;
        padding-top: 12px;
        padding-bottom: 12px;
    }
}

@media only screen and (max-width: 1220px),
only screen and (max-device-width:1220px) {
    .pan_logo_pancard_left1 nav li a {
        font: 400 14px/1.4 'cultive', Helvetica, Verdana, Arial, sans-serif;
    }
    .pan_logo_pancard_left1 nav small {
        font: 100 100px/1 Helvetica, Verdana, Arial, sans-serif;
    }
}

@media only screen and (max-width: 1130px),
only screen and (max-device-width:1130px) {
    .pan_logo_pancard_left1 nav li a {
        width: 100%;
        border-bottom: 1px solid #fff;
        font: 400 14px/1.4 'cultive', Helvetica, Verdana, Arial, sans-serif;
    }
}

@media only screen and (max-width: 950px),
only screen and (max-device-width:950px) {
    .pan_logo_pancard_left1 nav li a {
        width: 100%;
        border-bottom: 1px solid #fff;
        font: 400 14px/1.4 'cultive', Helvetica, Verdana, Arial, sans-serif;
    }
}

@media only screen and (max-width: 930px),
only screen and (max-device-width:930px) {
    .pan_logo_pancard_left1 nav li a {
        width: 25%;
        border-bottom: 1px solid #fff;
        font: 400 14px/1.4 'cultive', Helvetica, Verdana, Arial, sans-serif;
    }
}

@media only screen and (max-width: 580px),
only screen and (max-device-width:580px) {
    .pan_logo_pancard_left1 nav li a {
        width: 100%;
        font: 400 14px/1.4 'cultive', Helvetica, Verdana, Arial, sans-serif;
        padding-top: 12px;
        padding-bottom: 12px;
    }
}

@media only screen and (max-width: 1000px),
only screen and (max-device-width:1000px) {
    .pan_logo_pancard_left1 nav li a {
        width: 100%;
        font: 400 16px/1.4 'cultive', Helvetica, Verdana, Arial, sans-serif;
        padding-top: 12px;
        padding-bottom: 12px;
    }
}

@media only screen and (max-width: 320px),
only screen and (max-device-width:320px) {
    .pan_logo_pancard_left1 nav li a {
        font: 400 14px/1.4 'cultive', Helvetica, Verdana, Arial, sans-serif;
    }
}

.jtron {
    background: transparent !important;
    padding-bottom: 0px;
    padding-top: 0px;
    padding-left: 10%;
    padding-right: 10%;
}

.res_btn {
    display: flex;
    justify-content: center;
}

.process-step .btn:focus {
    outline: none
}

.process-step .icon-credit {
    font-size: 40px;
}

.process-step .icon-success {
    font-size: 40px;
}

.process {
    display: table;
    width: 100%;
    position: relative;
    margin-top: 10px;
}

.process-row {
    display: table-row
}

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

.process-row:before {
    top: 40px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0
}

.process-step {
    display: table-cell;
    text-align: center;
    position: relative
}

.process-step p {
    margin-top: 4px
}

.table-fill {
    background: floralwhite;
    height: 280px;
    margin: auto;
    max-width: 580px;
    width: 100%;
}

th {
    color: #D5DDE5;
    background: #0c2e8a;
    font-size: 20px;
    padding: 14px;
}

tr {
    border-top: 1px solid #C1C3D1;
    font-weight: bolder;
}

td {
    padding: 14px;
    text-align: center;
    font-size: 18px;
    border-right: 1px solid #C1C3D1;
}

.footer-distributed {
    background-color: #292c2f;
    width: 100%;
    text-align: left;
    font: bold 16px sans-serif;
    padding: 20px 30px;
}

.footer-distributed p {
    color: white;
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right {
    display: inline-block;
    vertical-align: top;
}

.footer-distributed .footer-left {
    width: 40%;
}

.footer-distributed .footer-left ul li {
    font-size: 40px;
    color: #ffffff;
}

.footer-distributed .footer-company-name {
    color: #8f9296;
    font-size: 14px;
    font-weight: normal;
    margin-top: 20px;
}

.footer-distributed .footer-center {
    width: 35%;
}

.footer-distributed .footer-center i {
    background-color: #33383b;
    color: #ffffff;
    font-size: 25px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    text-align: center;
    line-height: 42px;
    margin: 10px 15px;
    vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope {
    font-size: 17px;
    line-height: 38px;
}

.footer-distributed .footer-center p {
    display: inline-block;
    color: #ffffff;
    vertical-align: middle;
    margin: 0;
}

.footer-distributed .footer-center p span {
    display: block;
    font-weight: normal;
    font-size: 14px;
    line-height: 2;
}

.footer-distributed .footer-center p a {
    color: #5383d3;
    text-decoration: none;
    ;
}

.footer-distributed .footer-right {
    width: 20%;
}

.footer-distributed .footer-company-about span {
    display: block;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
}

.footer-distributed .footer-icons a {
    display: inline-block;
    width: 35px;
    height: 35px;
    cursor: pointer;
    background-color: #33383b;
    border-radius: 2px;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    line-height: 35px;
    margin-right: 3px;
    margin-bottom: 5px;
}


/* footer responsive */

@media (max-width: 880px) {
    .footer-distributed {
        font: bold 14px sans-serif;
    }
    .footer-distributed .footer-left,
    .footer-distributed .footer-center,
    .footer-distributed .footer-right {
        display: block;
        width: 100%;
        margin-bottom: 40px;
        text-align: left;
    }
    .footer-distributed .footer-center i {
        margin-left: 0;
    }
}

.formi {
    margin-top: 17px;
}

.form-tophead {
    clear: both;
    color: #314782;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding: 0px;
}

.form-tophead h1 {
    clear: both;
    color: #18A20E;
    font-size: 19px;
    font-weight: bold;
    text-align: center;
    padding: 0px;
    margin-top: 10px;
    font-family: Georgia, serif;
}

.form-topheadp p {
    clear: both;
    font-size: 14px;
    text-align: center;
    padding: 0px;
    text-align: center;
}

.responsive {
    width: 60%;
    height: 300px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 1000px) {
    .responsive {
        width: 100%;
        height: 200px;
    }
    .form-tophead h1 {
        clear: both;
        color: #18A20E;
        font-size: 17px;
        font-weight: bold;
        text-align: center;
        padding: 0px;
        margin-top: 10px;
        font-family: Georgia, serif;
    }
    .jtron {
        background: transparent !important;
        padding-bottom: 0px;
        padding-top: 0px;
        padding-left: 8px;
        padding-right: 0px;
    }
}

.responsive-img {
    width: 100%;
    height: 300px;
    display: block;
}

@media (max-width: 420px) {
    .responsive-img {
        width: 100%;
        height: 200px;
    }
}

.bg-green {
    background-color: #004883;
    padding: 100px 100px;
    margin: 0 0 30px 0;
}

.bg-green ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bg-green ul li {
    list-style: none;
    background-color: #e9e9e9;
    border-radius: 3px;
    padding: 30px 10px;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    box-shadow: 0px 1px 6px 5px #004883;
}

.bg-green ul li a {
    color: rgb(15, 128, 43);
    font-size: 20px;
    font-weight: bold;
    width: 100%;
    height: 100%;
}

@media(max-width:992px) {
    .bg-green ul {
        display: block;
    }
    .bg-green ul li {
        margin: 20px 0;
    }
}