* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none !important;
}
/* #0092bc */

body {
    font-family: 'Gotham HTF';
    font-weight: normal;
    margin: 0;
    color: #2b343e;
}

p {
    font-size: 15px;
    line-height: 1.7;
}

b, strong {
    font-weight: 600;
}

a {
    color: #386294;
}

img {
    max-width: 100%;
}

a, a:hover, a:focus {
    text-decoration: none;
    -webkit-transition: 300ms all;
    -o-transition: 300ms all;
    -moz-transition: 300ms all;
    transition: 300ms all;
}

    a:hover, a:focus {
        /*color: #c2d0de;*/ /*raksha03-10-19*/
        color: #003278; /*updated by divya  15-10-19*/
    }

h1, h2, h3, h4, h5 {
    margin: 0;
}

ul, li {
    list-style: none;
    padding: 0;
    margin: 0;
}

section {
    padding: 80px 0;
    position: relative;
}
/* loader */
.loader {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #fff;
    z-index: 9999;
}

    .loader:after {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        width: 100%;
        height: 100%;
        margin-top: 0;
        margin-left: 0;
        background: url('../img/loader.gif') center center no-repeat / 200px;
        right: 0;
        margin: 0 auto;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
/* header */
header {
    padding: 12px 0;
}

.h-wrap, .navigation ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.logo img {
    max-width: 250px;
}

.navigation {
    margin-left: auto;
}

    .navigation ul li a {
        text-transform: capitalize;
        position: relative;
        top: -1px;
        font-size: 14px;
        display: block;
        font-weight: 600;
        color: #386294;
    }

        .navigation ul li a svg {
            margin-left: 5px;
        }

        .navigation ul li a:hover, .b-wrap-frm .form-inline a:hover {
            /*color: #c2d0de;*/ /*raksha03-10-19*/
            color: #00193c; /*updated by divya  15-10-19*/
            text-decoration: underline /*updated by divya  15-10-19*/
        }

.btn-custom:hover, .custom:hover {
    /*background: #c2d0de;*/ /*raksha03-10-19*/
    color: #fff;
    /*border-color: #c2d0de;*/ /*raksha03-10-19*/
    background: #003278; /*updated by divya  15-10-19*/
    border-color: #003278; /*updated by divya  15-10-19*/
}

.btn-custom {
    padding: 9px 15px;
    border: 1px solid #386294;
    margin-left: 20px;
    color: #fff !important;
    background: #386294;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.navigation ul li + li:not(:last-child) {
    padding-left: 20px;
}
/* banner */
.sec-banner {
    /*background: url(../img/banner.jpg) no-repeat center center / cover;*/
    /*background: url(../img/HomepageBCK_5dec.jpg) no-repeat center / cover;*/
    /*background: url(../img/HomepageBck_20Feb.jpg) no-repeat center / cover;*/
    background: url(../img/MainBackground.jpg) no-repeat center / cover;
    position: relative;
    padding: 50px 0 300px;
    background-color: black;
}


    .sec-banner .container {
        position: relative;
        z-index: 1;
    }

    .sec-banner:after {
        content: "";
        background: rgba(0, 0, 0, 0.12); /*changedopacitybyraksha04-10-19*/
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

.sec-b-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: flex-end;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.b-wrap-l {
    color: #fff;
    max-width: 300px;
    margin-bottom: 140px;
    margin-left: 0px;
}

.b-wrap-frm {
    position: relative;
    padding: 30px;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    max-width: 380px;
}

.b-wrap-l h2 {
    margin-bottom: 10px;
    
    /* font-size: 45px; modified byraksha04-dec-2019*/
    /* border-left: 3px solid #c2d0de;*/ /*raksha03-10-19*/
    /* border-left: 3px solid #003278;*/ /*updated by divya 15Oct*/
    padding-left: 0px;
}

.b-wrap-l p {
    padding-left: 25px;
    padding-top: 0px;
}

.form-group input, .form-control {
    height: inherit;
    width: 100%;
    border: 0;
    padding: 10px 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
    border: 1px solid #e6e6e6;
    -webkit-transition: 300ms all;
    -o-transition: 300ms all;
    -moz-transition: 300ms all;
    transition: 300ms all;
    height: 43px;
}

    .form-group input:focus {
        border-color: #386294;
    }

    .form-control:focus, .btn:focus, .btn.focus {
        color: #386294 !important;
        background-color: #fff;
        border-color: #386294;
        outline: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

        .form-control:focus .b-wrap-frm {
            background: #fff;
            padding: 25px;
            width: 380px;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            position: relative;
        }

.b-wrap-frm h4 {
    color: #386294;
    font-size: 20px;
    margin-bottom: 25px;
    padding-bottom: 25px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 25px;
}

    .b-wrap-frm h4:after {
        content: "";
        height: 2px;
        width: 30px;
        background: #386294;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

.b-wrap-frm label_sm {
    color: #000000;
    font-size: 11px;
    position: relative;
    text-align: left;
}

.b-wrap-frm .form-inline a {
    color: #386294;
    font-size: 13px;
    display: block;
    margin-bottom: 15px;
}

.custom {
    background: #386294;
    border: 1px solid #386294;
    padding: 9px 40px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 15px;
    cursor: pointer;
    color: #fff;
    display: inline-block;
    -webkit-transition: 300ms all;
    -o-transition: 300ms all;
    -moz-transition: 300ms all;
    transition: 300ms all;
    font-family: Arial;
}

input[type="submit" i]:disabled {
    background-color: rgba(19, 1, 1, 0.3) !important;
    color: rgba(255, 255, 255, 0.3) !important;
    border-color: rgba(195, 195, 195, 0.3) !important;
}

.b-wrap-frm:after, .b-wrap-frm:before {
    content: "";
    position: absolute;
    width: -webkit-calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
    background: #f3f3f3;
    right: 0;
    bottom: 0;
    z-index: -1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height: 108%;
}

.b-wrap-frm:after {
    top: -12px;
    left: 10px;
    height: 100%;
}

.b-wrap-frm:before {
    top: -22px;
    left: 20px;
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
    background: #e6e6e6;
    height: 100%;
}

/* features */
.f-head {
    /*color: #c2d0de;*/ /*raksha03-10-19*/
    color: #386294; /*updated by divya 15Oct*/
    font-size: 45px;
}

    .f-head img {
        width: 70px;
        height: 70px;
    }

.heading {
    text-align: left;
    margin-bottom: 40px;
    padding-bottom: 20px;
    position: relative;
    line-height: 43px;
    color: #386294;
    font-weight: 600;
    font-size: 35px;
    padding-top: 0;
}

    .heading:after {
        content: "";
        height: 3px;
        width: 30px;
        /*background: #c2d0de;*/ /*raksha03-10-19*/
        /*background: #003278;*/ /*updated by divya 15Oct*/
        position: absolute;
        bottom: 0;
        left: 0; /* right: 0;
    margin: 0 auto; */
    }

.f-wrap {
    border: 0;
    padding: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height: 100%;
    background: #fff;
}

.f-body h4, .f-links h4 {
    padding: 15px 0;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.6;
    color: #386294;
}
/* ABOUT US */


.sec-head h4 {
    font-size: 16px;
    margin-bottom: 10px;
    color: #386294;
    /*text-transform: uppercase;*/
    font-weight: 600;
    margin-top: 15px;
}

.sec-features .col {
    margin: 15px 0;
}

.truncate {
    opacity: 0.8;
}

.sec-register, .sec-about {
    background: rgba(56, 98, 148, 0.05);
}

.hero-default-whiteoverlay-cta p {
    max-width: 300px;
    text-align: center;
    font-weight: 300;
    margin: 0 auto;
    font-size: 17px;
    color: #386294;
}

.hero-default-whiteoverlay-button a {
    padding: 13.5px 55px;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 600;
}

.hero-default-whiteoverlay-cta p span {
    font-weight: 600;
}

.additionalText {
    -webkit-box-shadow: -7px 4px 15px 0 rgb(245, 247, 250);
    -moz-box-shadow: -7px 4px 15px 0 rgb(245, 247, 250);
    box-shadow: -7px 4px 15px 0 rgb(245, 247, 250);
    height: 100%;
}

.r-wrap { /* background: #fff; */ /* border-radius: 5px; */
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1); /* overflow: hidden; */
    margin-top: -150px;
    margin-bottom: 70px;
}

.hero-default-whiteoverlay-button {
    text-align: center;
}

.sec-register .col.col-md-4 {
    margin: 15px 0;
}
/* footer */
footer {
    padding: 50px 0 15px 0;
}

    footer .f-links h4 {
        padding-top: 0;
    }

.f-links a {
    font-size: 13px;
    color: #6a6a6a;
    font-weight: 600;
}

    .f-links a:hover {
        color: #4d5fa5;
    }

.social-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .social-links li a {
        font-size: 18px;
    }

    .social-links li:not(:last-child) {
        padding-right: 20px;
    }

.copyright {
    text-align: center;
    font-size: 12px;
    margin-top: 50px;
    border-top: 1px solid rgba(0, 0, 0, 0.07058823529411765);
    padding-top: 15px;
}

    .copyright a {
        color: #386294;
    }

.sec-testimonial .find-left h3 {
    max-width: 100%;
    font-style: normal;
    font-weight: normal;
    margin-top: 40px;
}

.owlbtn-col {
    position: relative;
    min-height: 300px;
}

.button.secondary.url {
    position: absolute;
    display: block;
}

    .button.secondary.url img {
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        display: block;
    }

.owlbtn-col {
    max-width: 380px;
    margin: 34px auto 0;
}

.sec-testimonial .one {
    top: 0;
    left: 0;
    max-width: 80px;
}

.sec-testimonial .two {
    top: 0;
    right: 60px;
    max-width: 70px;
}

.sec-testimonial .three {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 120px;
}

.sec-testimonial .four {
    bottom: 0;
    left: 0;
    max-width: 100px;
}

.sec-testimonial .five {
    bottom: 40px;
    right: 0;
    max-width: 90px;
}

.persons_details { /* background: url(../img/slider-tag.png) no-repeat top left #fff; */ /* padding: 30px 70px; */
    max-width: 450px;
    margin: 33px auto 50px;
    text-align: center;
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.61);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; /* box-shadow: 0 0 15px rgba(73, 125, 188, 0.1); */ /* background: rgba(56, 98, 148, 0.05); */
    padding: 30px;
}

    .persons_details .quote {
        max-width: 40px;
        margin: 0 auto;
    }

    .persons_details h4 {
        padding: 15px 0 0;
        font-size: 18px;
        text-transform: uppercase;
        font-weight: 600;
        line-height: 1.6;
        color: #fff;
    }

    .persons_details h5 {
        font-size: 14px;
        font-weight: 500;
        margin: 0;
        text-transform: uppercase;
    }

    .persons_details p {
        margin: 15px 0 20px 0;
        opacity: 0.9;
    }

.sec-testimonial .owl-dots {
    text-align: center;
}

.sec-testimonial .owl-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: transparent;
    border: 1px solid #fff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    margin: 0 5px;
}

    .sec-testimonial .owl-dot.active {
        background: #fff;
    }

.sec-testimonial .container {
    position: relative;
    z-index: 2;
}

.tri-angle img {
    width: 100%;
    min-height: 900px;
}

.sec-testimonial .sec-head {
    margin-bottom: 60px;
}

.sec-news {
    color: #fff;
    background: #386294;
}

    .sec-news p {
        font-size: 19px;
        font-weight: 300;
        margin: 0;
    }

.custom-btn {
    text-align: right;
}

    .custom-btn .custom {
        color: #386294;
        background: #f5f7fa;
    }

        .custom-btn .custom:hover {
            color: #fff;
            /*background: #c2d0de;*/ /*raksha03-10-19*/
            background: #003278; /*updated by divya 15Oct*/
        }

.sec-testimonial {
    background: url(../img/banner-1.jpg) no-repeat center center / cover;
    position: relative;
    color: #fff;
    background-attachment: fixed;
}

    .sec-testimonial .heading {
        color: #fff;
    }

    .sec-testimonial:after {
        content: "";
        background: rgba(0, 0, 0, 0.7);
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

.copy-legal {
    margin-bottom: 10px;
    display: block;
}

.reference ul li {
    font-size: 14px;
    list-style: circle;
    margin-left: 20px;
    margin-bottom: 15px;
}

.a-wrap p {
    font-size: 14px;
    line-height: 1.7;
}

.reference a {
    color: #386294;
    font-weight: 500;
}

.hero-icon img {
    max-width: 50px;
}

.res-w {
    padding: 15px;
    text-align: center;
    -webkit-transition: 300ms all;
    -o-transition: 300ms all;
    -moz-transition: 300ms all;
    transition: 300ms all;
}

.r-wrap .col-md-6.xs-12 {
    background: #fff;
    -webkit-transition: 300ms all;
    -o-transition: 300ms all;
    -moz-transition: 300ms all;
    transition: 300ms all;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
}

    .r-wrap .col-md-6.xs-12:hover {
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
        transform: scale(1.05);
    }
/* .r-wrap:hover .res-w {
    box-shadow: none !important;
} */

/* .res-w:hover .hero-txt p {
    color: #fff;
} */

.r-wrap .col-md-6.xs-12 {
    padding: 0;
}

    .r-wrap .col-md-6.xs-12:first-child {
        -webkit-border-radius: 5px 0 5px 0;
        -moz-border-radius: 5px 0 5px 0;
        border-radius: 5px 0 5px 0;
    }

    .r-wrap .col-md-6.xs-12 + .col-md-6.xs-12 {
        -webkit-border-radius: 0 5px 5px 0;
        -moz-border-radius: 0 5px 5px 0;
        border-radius: 0 5px 5px 0;
        margin-left: -1px;
    }

    .r-wrap .col-md-6.xs-12:hover {
        -webkit-border-radius: 5px !important;
        -moz-border-radius: 5px !important;
        border-radius: 5px !important;
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
        -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
        position: relative;
        z-index: 9;
    }
/* .res-w:hover .custom {
    background: #f5f7fa;
    color: #386294;
} */

.hero-txt .custom {
    padding: 7px 20px;
    font-size: 14px;
}

.hero-txt p {
    font-size: 16px;
    margin-bottom: 0;
    padding: 10px 0;
    font-weight: 600;
    color: #386294;
}
/* .additionalText .hero-txt p {
    color: #fff;
}

.additionalText .hero-txt .custom {
    background: #fff;
    color: #386294;
} */
.c-wrap {
    padding: 10px;
    -webkit-transition: 300ms all;
    -o-transition: 300ms all;
    -moz-transition: 300ms all;
    transition: 300ms all;
    opacity: 0.6;
    cursor: pointer;
}

    .c-wrap:hover {
        opacity: 1;
    }

.sec-carrier .owl-carousel {
    padding: 0 50px;
}

.owl-prev, .owl-next {
    border: 1px solid #386294;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #386294;
    opacity: 0.2;
}

.owl-prev {
    left: 0;
}

.owl-next {
    right: 0;
}

.additionalText .hero-icon img {
    max-width: 40px;
}

.ele-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}

    .ele-center h4 {
        text-align: center;
        max-width: 200px;
        margin: 0 auto;
    }

.sec-form {
    background: rgba(56, 98, 148, 0.05);
}

.form-wrap .form-inline {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
/* .form-wrap .form-group input {
    border: 1px solid transparent;
} */

.form-w-inner {
    max-width: 400px;
    margin: auto;
    background: #fff;
    padding: 50px 30px; /*uncommentedbyraksha15-10-19*/
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    /*margin-bottom:50px;*/ /*marginsetbyraksha16-10-19*/
}

.form-wrap h4 {
    text-align: center;
    /*padding-bottom: 30px;*/
    color: #386294;
    font-weight: 600;
}

.form-inline .custom + .custom {
    border: 1px solid #386294;
    background: transparent;
    color: #386294;
}

.nav-link span {
    display: block;
}

.nav-link {
    text-align: center;
}

.nav-link {
    font-size: 25px;
}

    .nav-link span {
        font-size: 15px;
    }



.custom-tabs-design .tab-content {
    height: 100%;
}

.sec-welcome {
    background: rgba(56, 98, 148, 0.05);
}

.custom-tabs-design .nav {
    /* background: #fff; */
    /*background-color: #9bacc0; */
    background-color: transparent;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.custom-tabs-design .nav-pills .nav-link {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    position: relative;
    background-color: white;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: #386294;
}

.nav-link:after {
    content: "";
    border-right: 10px solid transparent;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    border-left: 10px solid transparent;
    display: block;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    -webkit-transition: 300ms all;
    -o-transition: 300ms all;
    -moz-transition: 300ms all;
    transition: 300ms all;
}

.nav-link.active:after {
    border-left: 10px solid #386294;
    right: -20px
}

.custom-tabs-design .nav-pills .nav-link:first-child {
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.custom-tabs-design .nav-pills .nav-link:last-child {
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

.cover {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #fff;
    padding: 20px;
}

.bullet-list li {
    font-size: 12px;
    margin-bottom: 10px;
    list-style: none;
    margin-left: 20px;
    line-height: 1.7;
}

    .bullet-list li:last-child {
        margin-bottom: 0;
    }

.btn-grp {
    margin-top: 20px;
}

.form-radio {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-right: 30px;
    margin-left: 280px; /*margin added by raksha*/
}

    .form-radio input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

    .form-radio .checkmark {
        position: absolute;
        top: 5px;
        left: 0;
        height: 15px;
        width: 15px;
        background-color: transparent;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        border: 1px solid #386294;
    }

    .form-radio input:checked ~ .checkmark {
        background-color: transparent;
    }

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.form-radio input:checked ~ .checkmark:after {
    display: block;
}

.form-radio .checkmark:after {
    top: 3px;
    left: 3px;
    width: 7px;
    height: 7px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #386294;
}

.form-w-inner .radio-select {
    margin-bottom: 25px;
}

    .form-w-inner .radio-select label + label {
        margin-right: 0;
    }

.form-w-inner h5 {
    text-align: center;
    font-weight: 600;
    margin-bottom: 15px;
    color: #386294;
}

li.active a {
    /*color: #c2d0de !important;*/ /*raksha03-10-19*/
    color: #003278 !important; /*updated by divya 15Oct*/
}

.navigation ul li a:after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    /*background: #c2d0de;*/ /*raksha03-10-19*/
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: 300ms all;
    -o-transition: 300ms all;
    -moz-transition: 300ms all;
    transition: 300ms all;
}

.navigation ul li.active a:after, .navigation ul li:hover a:after {
    opacity: 1;
}

.table thead th {
    vertical-align: middle;
    border-bottom: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
}

.table th, .table td {
    font-size: 14px;
    padding: 0.85rem;
    vertical-align: middle;
    border-top: 0;
    border-bottom: 0 !important;
}

.table .btn i {
    margin-right: 5px;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgb(245, 247, 250);
}

.table .btn-custom {
    padding: 5px 10px;
    margin-left: 0;
}

.table-filter .form-group label {
    font-size: 15px;
    font-weight: 600;
}

.table-claims table {
    margin-bottom: 0;
}

.c-form label {
    font-weight: 500;
    font-size: 14px;
    opacity: 0.9;
}

.c-form h4 {
    padding: 0 0 20px 0;
}

textarea.form-control {
    min-height: 100px;
}

.c-form .btn-custom {
    margin-left: 0;
}

.g-caps {
    text-align: center;
}

.g-cap {
    margin: 0 auto;
    text-align: center;
    max-width: 250px;
}

.btn-custom:after {
    display: none;
}

.table-filter.cover {
    margin-bottom: 20px;
}

.table-claims .table thead th {
    border-top: 0;
}

.form-chk input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 20px;
    width: 20px;
    border: 2px solid red;
}

.form-chk .checkmark {
    position: absolute;
    top: 2px;
    left: 5px;
    height: 20px;
    width: 20px;
    border: 1px solid #386294;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.form-chk .checkbox-custom input:checked ~ .checkmark {
    background-color: #386294;
}

.form-chk .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox-custom input:checked ~ .checkmark:after {
    display: block;
}

.checkbox-custom .checkmark:after {
    left: 6px;
    top: 1px;
    width: 7px;
    height: 13px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.form-chk {
    position: relative;
    padding-left: 35px;
}

.c-form .sec-head {
    margin-top: 20px;
}

.sec-head-wrapper {
    background: url(../img/banner.jpg);
    padding: 70px 0 30px;
    position: relative;
}

    .sec-head-wrapper:after {
        content: "";
        background: rgba(56, 98, 148, 0.4);
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
    }

    .sec-head-wrapper .container {
        position: relative;
        z-index: 1;
    }

    .sec-head-wrapper .heading {
        color: #fff;
    }

.clickable [aria-expanded="false"] i:before {
    content: "\f147";
}

tbody.collapse.in {
    display: table-row-group;
}
/*myid page css*/
.myid-table {
    margin-bottom: 20px;
    /*padding-top: 20px;*/
    margin-right: 15px;
    position: relative;
}

.myid-table {
    border-radius: 10px;
    border-style: dashed;
    border-width: 2px;
    overflow: hidden;
    height: 100%;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

table.table-main {
    height: 100%;
}

.box-single {
    border-radius: 5px;
    margin: 10px 0px;
    border: 1px solid #ddd background:rgba(204,204,204,0.06);
    /*color: #c2d0de*/
}

    .box-single label {
        display: block;
        padding: 20px 8px;
        position: relative;
        cursor: pointer;
    }

    .box-single h3 {
        font-size: 15px;
    }

    .box-single label input {
        opacity: 0;
        position: absolute;
        left: 0;
    }

.svgIocn {
    display: block;
    margin-bottom: 15px;
}

.block-tel .subheading {
    margin-bottom: 10px;
}

.svgIocn i {
    font-size: 40px;
}

.box-single label > input:checked + span i, .box-single label > input:checked ~ h3 {
    color: #386294;
}
/*after login*/
.logo {
    margin-right: auto;
}

.dropdown.dashMenu .dropdown-toggle {
    background: #376294;
    border: 1px solid #386294;
    padding: 8px;
    border-radius: 5px;
    margin-left: 15px;
    cursor: pointer;
    color: #fff;
}

.dropdown.dashMenu .dropdown-item:hover {
    /*background-color: #c2d0de;*/ /*raksha03-10-19*/
    background-color: #003278; /*updated by divya 15Oct*/
    color: #fff;
}

.dropdown.dashMenu .dropdown-toggle:hover {
    /*background: #c2d0de;*/ /*raksha03-10-19*/
    background: #003278; /*updated by divya 15Oct*/
    color: #fff;
    border-color: #003278; /*updated by divya 15Oct*/
    /*border-color: ##c2d0de;*/ /*raksha03-10-19*/
    -webkit-transition: 300ms all;
    transition: 300ms all;
}

.dropdown.dashMenu .dropdown-toggle i {
    margin-right: 5px;
    margin-top: 0;
}

.btn-custom:hover {
    text-decoration: none !important;
}

footer .col:last-child .f-links, footer .social-links {
    justify-content: center;
    text-align: center;
}

header .dropdown-item.active, header .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #376294;
}

@media (min-width:800px) {
    .dashMenu.show .dropdown-menu {
        right: 15px;
        left: auto !important;
    }
}

@media (max-width:767px) {
    .dropdown.dashMenu .dropdown-toggle {
        font-size: 0px;
    }

    .dropdown.dashMenu .dropdown-toggle {
        margin-left: 0px;
        margin-right: 67px;
    }

        .dropdown.dashMenu .dropdown-toggle i {
            margin: 0px;
            font-size: 15px;
        }

    .dropdown.dashMenu .dropdown-menu {
        transform: translate3d(-110px, 32px, 0px) !important;
    }

    .mobile-toggles {
        z-index: 5;
    }
}

@media (max-width:375px) {
    .logo img {
        max-width: 151px;
    }

    .dropdown.dashMenu .dropdown-toggle {
        margin-top: 2px;
    }
}

/*Added by omkar stop fix the drop down desing*/

.datepicker.datepicker-dropdown.dropdown-menu {
    background-color: #386294;
}

.datepicker table tr td.today {
    /*background-color: #c2d0de !important;*/ /*changedbyraksha03-10-19*/
    background-color: #003278 !important; /*updated by divya 15Oct*/
    color: #fff !important;
}

.datepicker table tr td.day:hover, .datepicker table tr td.focused {
    /*background-color: #c2d0de !important;*/ /*changedbyraksha03-10-19*/
    background-color: #003278 !important; /*updated by divya 15Oct*/
    color: #fff !important;
}

.datepicker .datepicker-switch:hover, .datepicker .prev:hover, .datepicker .next:hover, .datepicker tfoot tr th:hover {
    /*background-color: #c2d0de !important;*/ /*changedbyraksha03-10-19*/
    background-color: #003278 !important; /*updated by divya 15Oct*/
    color: #fff !important;
}

.datepicker table tr td span:hover {
    /*background-color: #c2d0de !important;*/ /*raksha03-10-19*/
    background-color: #003278 !important; /*updated by divya 15Oct*/
    color: #fff !important;
}

.calender-custom {
    position: relative;
}

    /*.calender-custom .dateicon {
        width: 38px;
        line-height: 43px;
        height: 43px;
        position: absolute;
        top: 0;
        right: 0px
    }*/

    /*below class is created by Omkar to fix the date picker design*/
    .calender-custom .dateicon {
        width: 35px;
        line-height: 43px;
        height: 43px;
        position: absolute;
        top: 0;
        right: 0px;
        background-color: lightgrey;
        text-align: center;
        background-color: #eee;
        border: 1px solid #ccc;
        border-radius: 4px;
        padding: 14px 12px;
        font-size: 15px;
        font-weight: normal;
    }

        .calender-custom .dateicon .glyphicon {
            top: 7px;
        }

.datepicker table tr td, .datepicker table tr th {
    color: #fff !important;
}

@media (min-width: 767px) {
    .datepicker table {
        width: 330px;
    }
}


.my-eob-detials {
    margin-top: 20px;
}

caption {
    padding-top: 0;
    padding-bottom: 10px;
    color: #386294;
    text-align: left;
    caption-side: top;
    font-size: 16px;
    font-weight: 600;
}

/*Enquire page css*/
.icon-email-print a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    background: #386294;
    line-height: 1;
    width: 35px;
    height: 35px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
}

    .icon-email-print a i {
        font-weight: 500;
        font-size: 16px;
    }

    .icon-email-print a:hover {
        /*background:  #c2d0de;*/
        background: #003278; /*updated by divya 15Oct*/
    }

.search-info-text ul .btn-sm {
    font-size: 10px;
    padding: 5px 10px;
}

.search-info-text ul li {
    line-height: 1.5;
    font-size: 14px;
    margin-bottom: 15px;
    list-style: decimal;
    list-style-position: inside;
}



.search-form .input-group input {
    height: 40px;
    padding: 10px;
}

.search-form .input-group .btn {
    background: #386294;
    border: none;
    height: 40px;
}

    .search-form .input-group .btn:hover, .search-form .input-group .btn:focus {
        /*background: #c2d0de;*/ /*changedbyraksha03-10-19*/
        background: #003278; /*updated by divya 15Oct*/
    }
/*New Css Start*/

.sec-search-wrap .cover {
    min-height: 100%;
}

.sec-bg {
    background: rgba(56, 98, 148, 0.05);
}

.search-form .form-group, .search-form .input-group {
    margin-bottom: 15px;
}

    .search-form .input-group input {
        height: 40px;
        padding: 10px;
    }

    .search-form .input-group .btn {
        background: #386294;
        border: none;
        height: 40px;
    }

        .search-form .input-group .btn:hover, .search-form .input-group .btn:focus {
            /*background: #c2d0de;*/ /*raksha03-10-19*/
            background: #003278; /*updated by divya 15Oct*/
        }

    .search-form .form-group input {
        padding: 10px;
        height: 40px;
    }

.search-info-text h5 {
    padding-bottom: 30px;
    color: #386294;
    font-weight: 600;
}

.search-info-text ul .btn-sm {
    font-size: 10px;
    padding: 5px 10px;
}

.search-info-text ul li {
    line-height: 1.5;
    font-size: 14px;
    margin-bottom: 8px;
    list-style: decimal;
    list-style-position: inside;
}

/***Accordian list***/
.search-list-accord {
    overflow-y: auto;
    max-height: 220px;
    padding-left: 15px;
}

    .search-list-accord li > a > img {
        width: 30px;
        height: 30px;
        margin-right: 5px;
        font-size: 13px;
    }

    .search-list-accord li > a {
        line-height: 1;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .search-list-accord li + li {
        margin-top: 15px;
    }

    .search-list-accord li > ul {
        display: none;
    }

    .search-list-accord li {
        font-size: 14px;
        padding-left: 20px;
        line-height: 1.2;
        position: relative;
    }

        .search-list-accord li > ul > li:first-child {
            margin-top: 15px;
        }

        .search-list-accord li > small {
            position: absolute;
            left: -10px;
            width: 20px;
            height: 20px;
            background: #386294;
            color: #fff;
            display: block;
            top: 5px;
            text-align: center;
            cursor: pointer;
        }

            .search-list-accord li > small:before {
                content: "+";
                font-size: 16px;
                font-weight: 500;
                line-height: 1;
                position: absolute;
                left: 50%;
                top: 50%;
                -webkit-transform: translate(-50%, -50%);
                -moz-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                -o-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
            }

            .search-list-accord li > small.icon-up:before {
                content: "-";
                top: 45%;
            }

.search-tabs-wrp .nav-item {
    position: relative;
}

.search-tabs-wrp .nav-link:after {
    top: 100%;
    left: -webkit-calc(50% - 10px);
    left: -moz-calc(50% - 10px);
    left: calc(50% - 10px);
    -webkit-transform: rotate(90deg) translateX(-50%);
    -moz-transform: rotate(90deg) translateX(-50%);
    -ms-transform: rotate(90deg) translateX(-50%);
    -o-transform: rotate(90deg) translateX(-50%);
    transform: rotate(90deg) translateX(-50%);
    right: auto;
}

.search-tabs-wrp .nav-link.active:after {
    top: -webkit-calc(100% + 10px);
    top: -moz-calc(100% + 10px);
    top: calc(100% + 10px);
}

.search-tabs-wrp .table-responsive > table {
    max-width: 100%;
    width: 1168px !important;
    margin: 0 auto;
    font-size: 13px;
    line-height: 1.2;
}

.search-tabs-wrp table {
}

    .search-tabs-wrp table td, .search-tabs-wrp table th {
        padding: 2px;
        vertical-align: top;
    }

    .search-tabs-wrp table .table-bordered th {
        border: none;
    }

    .search-tabs-wrp table .table-bordered {
        border: none;
    }

        .search-tabs-wrp table .table-bordered tr td {
            border: none;
            border-top: 1px solid;
            padding-top: 8px;
            padding-bottom: 8px;
        }

.icon-email-print a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    background: #386294;
    line-height: 1;
    width: 35px;
    height: 35px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
}

    .icon-email-print a i {
        font-weight: 500;
        font-size: 16px;
    }

    .icon-email-print a:hover {
        /*background: #c2d0de;*/ /*raksha03-10-19*/
        background: #003278; /*updated by divya 15Oct*/
    }
/***15-11-2019***/
.custom-padding_reset .form-w-inner {
    padding: 50px 30px;
    margin-top: 30px;
}

.c-form .calender-custom .dateicon {
    height: 30px;
    padding: 7px;
}


/*Tracking form css 06 jan 2020*/
.step_counter * {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

.step_counter {
    max-width: 700px;
    margin: 0 auto;
    background: #f4f7fb;
    font-family: Arial;
}

.step_counter-heading {
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    background: #386294;
    font-size: 22px;
    padding: 15px;
    line-height: 1;
}

.step_counter .step-cnt {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 50px 0;
    margin: 0;
}

.step-cnt li {
    position: relative;
    float: left;
    width: 33.33%;
    text-align: center;
    color: #000000;
    list-style: none;
}

    .step-cnt li span {
        display: block;
        color: black;
        background-color: #9bacc0;
        border-color: #9bacc0;
        pointer-events: none;
        text-align: center;
        width: 50px;
        height: 50px;
        line-height: 45px;
        border-radius: 50%;
        position: relative;
        left: 50%;
        margin-bottom: 15px;
        margin-left: -25px;
        z-index: 1;
    }

        .step-cnt li span img {
            display: inline-block;
            vertical-align: middle;
            max-width: 100%;
            height: auto;
        }

        .step-cnt li span.current {
            background-color: #d5d7da;
            border-color: #386294;
            pointer-events: none;
            position: relative;
        }

            .current:after {
                content: "\f00c";
                font-family: Fontawesome;
                color: green;
                font-size: 24px;
                font-weight: normal;
                position: absolute;
                left: 11px;
                top: 0px;
            }
    .step-cnt li + li:after {
        content: "";
        display: block;
        width: 100%;
        background-color: #386294;
        height: 2px;
        position: absolute;
        left: -50%;
        top: 25px;
        z-index: 0;
    }

.step-cnt .current ~ li:after {
    background-color: #9bacc0;
}

.step-scnd-head {
    background: #dce5f3;
    padding: 15px;
    text-align: center;
}

    .step-scnd-head ul {
        display: inline-block;
        vertical-align: top;
        text-align: center;
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .step-scnd-head li {
        position: relative;
        float: left;
        width: 33.33%;
        text-align: center;
        color: #000000;
        list-style: none;
        font-size: 14px;
        padding: 0 10px;
    }

        .step-scnd-head li b {
            font-weight: 600;
        }

@media only screen and (max-width:767px) {
    .step_counter-heading {
        font-size: 16px;
    }

    .step-scnd-head li {
        width: 100%;
        font-size: 12px;
        padding: 4px 10px;
    }

    .step-cnt li span {
        width: 40px;
        height: 40px;
        line-height: 35px;
        margin-bottom: 10px;
        margin-left: -20px;
    }

    .step_counter .step-cnt {
        padding: 30px 0;
    }

    .step-cnt li {
        font-size: 14px;
    }

        .step-cnt li span img {
            max-width: 30px;
            max-height: 24px;
        }
}
