body {
    font-family: 'Nunito';
    background: #004485 !important;
    height: 100% !important;
}

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.image-box {
    position: relative;
    margin: auto;
    overflow: hidden;
}
.image-box img {
    max-width: 100%;
    transition: all 0.3s;
    display: block;
    width: 100%;
    height: auto;
    transform: scale(1);
}

.image-box:hover img {
    transform: scale(1.1);
}


.height_process {
    height: 80px;
    ;
}

.wdth-60 {
    width: 60%;
    margin: 0 auto;
}

#termsandconditions {
    text-align: justify;
}

.mt-30 {
    margin-top: 30px;
    height: 100vh;
}

::placeholder {
    color: #292929;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #292929;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #292929;
}

.overlaybackground {
    height: 200px;
    background: #fff
}

.error {
    color: red !important;
    font-size: 12px !important;
    margin: 0px !important;
    padding-top: 5px;
    padding-left: 10px;
}

.mr-topp {
    margin-top: 10px;
}

label {
    margin-top: 10px;
}

.col-md-4 {
    height: 85px !important;
}

.overlaybackground_index {
    height: 200px;
    background: #fff;
}

.overlaybackground_login {
    height: 150px;
    background: #fff;
}

.height {
    height: auto;
    /* background-image: url(public/content/img/background.svg); */
    /* background-size: cover; */
    /* background-repeat: no-repeat; */
}

.bd_header_img {
    position: relative;
}

.top_div {
    position: absolute;
    top: 0;
    width: 100%;
    /* background-image: url(public/content/img/background.svg);
    background-size: cover;
    background-repeat: no-repeat; */
}

.top_div h4 {
    font-size: 27px;
    color: #004385;
    margin-bottom: 0;
    padding-top: 40px;
}

.bottom_div {
    background: #004485;
    padding: 10px 20px 0;
    height: 100% !important;
    /*    border-top-left-radius: 50px;*/
    /*    border-top-right-radius: 50px;*/
    /* min-height: 100px; */
    /* margin-top: -50px; */
}

.bottom_div .heading_tag {
    padding-bottom: 2rem;
}

.bottom_div .heading_tag h5 {
    color: #fff;
    font-size: 16px;
    text-align: center;
}

.bottom_div .generatebtn {
    background: #59aa43;
    border-radius: 15px;
    color: #fff;
    border: none;
    outline: none;
    padding: 6px 70px;
    text-decoration: none;
}

.bottom_div .generatebtn:hover,
.bottom_div .generatebtn:focus,
.bottom_div .generatebtn:active {
    background: #59aa43;
    border-radius: 15px;
    color: #fff;
    border: none;
    outline: none;
    padding: 6px 70px;
    text-decoration: none;
}

#okbtn {
    background: #59aa43;
    border-radius: 15px;
    color: #fff;
    border: none;
    outline: none;
    padding: 6px 70px;
    text-decoration: none;
}

#okbtn:hover,
#okbtn:active,
#okbtn:focus {
    background: #59aa43;
    border-radius: 15px;
    color: #fff;
    border: none;
    outline: none;
    padding: 6px 70px;
    text-decoration: none;
}

.heading_tag p {
    color: #fff;
}

.conditions ul li {
    color: white;
    padding-bottom: 15px;
}

.conditions {
    height: 200px;
    overflow-y: scroll;
    border: 1px solid white;
    padding: 10px;
    margin-top: 10px;
}

.condition-two span {
    color: white;
}

.bottom_div .form-control {
    border-radius: 13px;
    padding: 0px 12px;
    color: #000;
}


/* .logo_img {
    position: absolute;
    left: 0px;
    top: -10px;
} */

.logo_img img {
    width: 20%;
}

.head_right_img img {
    width: 25%;
}

.logo_img {
    width: 33.33%;
    float: left;
    padding-left: 20px;
    /* text-align: center; */
}

.head_text {
    width: 33.33%;
    float: left;
    text-align: center;
}

.head_right_img {
    width: 33.33%;
    float: left;
    text-align: right;
    padding-right: 20px;
}

.button_mr {
    margin-top: 3rem
}

.button_welcome {
    margin-top: 6rem;
}

.Otp input[type=password]:hover,
.Otp input[type=password]:focus,
.Otp input[type=password]:active {
    outline: none
}

.Otp input[type=password] {
    width: 70px !important;
    font-size: 40px;
    height: 70px !important;
    color: #3676d0 !important;
    text-align: center;
    margin: 0 5px 20px 5px !important;
    box-shadow: 0 0px 0 #fff, 0 15px 10px rgb(16 70 147 / 10%) !important;
    border: 1px solid #6aa0ec !important;
    border-radius: 10px !important;
}

.Label_resend {
    color: #55a645;
    cursor: pointer;
}

.bottom_div .nav-tabs {
    margin-top: -52px;
    border: none;
    margin-left: 10px;
}

.bottom_div .nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #fff;
    cursor: default;
    background-color: #59aa43;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    width: 150px;
    text-align: center;
    font-size: 13px;
    cursor: pointer;
}

.bottom_div .nav-tabs>li>a {
    color: #949494;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    width: auto !important;
    text-align: center;
    font-size: 13px;
}

.bottom_div .nav-tabs>li>a {
    margin-right: 5px;
    line-height: 1.4;
    border: 1 px solid transparent;
    box-shadow: 1px -2px 5px 1px #ddd;
}

.bottom_div .nav>li>a:focus,
.nav>li>a:hover {
    color: #fff;
    cursor: default;
    background-color: #59aa43;
    border-bottom-color: transparent;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    width: auto !important;
    text-align: center;
    border: none !important;
}

.bottom_div .nav>li>a {
    position: relative;
    display: block;
    padding: 10px 10px !important;
    border: 1px solid #004485;
    border-bottom: none;
}

.tabdiv {
    padding: 15px 20px;
}

.tabdiv .form-control {
    border-radius: 10px;
    color: #000;
}

.tabdiv label {
    color: #fff;
    font-size: 12px;
    font-weight: 100;
}

.Nextbtn,
.Nextbtn:hover,
.Nextbtn:active,
.Nextbtn:focus {
    width: 200px;
    background: #59aa43;
    color: #fff;
    border-radius: 12px;
    border: 1px solid #59aa43;
    margin-left: 10px;
}


.Nextbtn2,
.Nextbtn2:hover,
.Nextbtn2:active,
.Nextbtn2:focus {
    width: 130px;
    background: #59aa43;
    color: #fff;
    border-radius: 12px;
    border: 1px solid #59aa43;
    margin-left: 10px;
}

.Savebtn,
.Savebtn:hover,
.Savebtn:active,
.Savebtn:focus {
    margin-right: 10px;
    width: 200px;
    background: #fff;
    color: #000;
    border-radius: 12px;
    border: 1px solid #fff;
}

.Pluss {
    padding-top: 35px;
}

.Plus {
    border-radius: 20px;
    border: none;
    height: 30px;
    width: 30px;
    color: #004485;
    background: #fff;
    font-size: 20px;
    font-weight: 700;
}

.Negative {
    padding-top: 35px;
}

.Negativee {
    border-radius: 20px;
    border: none;
    height: 30px;
    width: 30px;
    color: #004485;
    background: #fff;
    font-size: 20px;
    font-weight: 700;
}

.thanksdiv h4 {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    color: #004485
}

.thanksdiv_p p {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    color: #004485;
    padding: 1rem 10rem;
}

.modal-body {
    position: relative;
    padding: 30px;
}

.mb-3 {
    margin-bottom: 2.5rem;
}

@media(max-width:768px) {

    /* .mapdev {
        min-height: 400px !important;
    } */
    .mr-topp {
        margin-top: 5px;
    }

    .nav-tabs {
        display: flex;
        overflow-x: auto;
    }

    .Savebtn,
    .Savebtn:hover,
    .Savebtn:active,
    .Savebtn:focus,
    .Nextbtn,
    .Nextbtn:hover,
    .Nextbtn:active,
    .Nextbtn:focus {
        width: 110px;
    }

    .bottom_div .nav-tabs>li.active>a,
    .nav-tabs>li.active>a:focus,
    .nav-tabs>li.active>a:hover,
    .bottom_div .nav-tabs>li>a {
        width: auto !important;
        font-size: 13px;
    }

    .Otp input[type=password] {
        width: 55px !important;
        font-size: 40px;
        height: 55px !important;
        color: #3676d0 !important;
        text-align: center;
        margin: 0 5px 20px 5px !important;
        box-shadow: 0 0px 0 #fff, 0 15px 10px rgb(16 70 147 / 10%) !important;
        border: 1px solid #6aa0ec !important;
        border-radius: 10px !important;
    }

    .top_div h4 {
        font-size: 8px;
        color: #004385;
        padding-top: 0rem;
    }

    /* .logo_img {
        position: absolute;
        left: 20px;
        top: 5px;
    } */
    .logo_img img {
        width: 25%;
    }

    .bottom_div .heading_tag {
        padding-bottom: 0rem;
    }

    .bottom_div .heading_tag h5 {
        color: #fff;
        font-size: 18px;
        text-align: center;
    }

    .button_mr {
        margin-top: 3rem
    }

    .button_welcome {
        margin-top: 6.5rem !important;
    }

    .Pluss,
    .Negative {
        padding-top: 10px;
    }

    .bottom_div .generatebtn {
        padding: 6px 50px !important;
    }
}

.fileUpload {
    padding-top: 5px !important;
}

@media(min-width:768px) and (max-width:1023px) {
    .bottom_div .nav-tabs>li>a {
        color: #949494;
        cursor: default;
        background-color: #fff;
        border: 1px solid #ddd;
        border-bottom-color: transparent;
        border-top-right-radius: 15px;
        border-top-left-radius: 15px;
        width: auto !important;
        text-align: center;
        font-size: 10px;
    }

    .bottom_div {
        margin-top: 95px !important;
    }
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.location_class {
    position: absolute;
    top: 40px;
    right: 5%;
}

#geographicLocation {
    position: relative;
}

#map {
    height: 90%;
    background: #fff;
}

.custom-map-control-button {
    background-color: #fff;
    border: 0;
    border-radius: 2px;
    box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
    margin: 10px;
    padding: 0 0.5em;
    font: 400 18px Roboto, Arial, sans-serif;
    overflow: hidden;
    height: 40px;
    cursor: pointer;
}

.custom-map-control-button:hover {
    background: #ebebeb;
}

.ul_class li {
    padding: 10px;
}

.ul_class {
    color: #fff;
}

.ul_class ul {
    padding-left: 10px;
}

.wdth-50 {
    width: 60%;
    margin: 0 auto;
}

.pt-2 {
    padding-top: .8rem;
}

.star {
    color: red;
}

.resend_code {
    color: #55a645;
    font-weight: 400;
}

.resend_code:hover {
    text-decoration: underline;
    cursor: pointer;
    color: #fff;
}

.wdth-70 {
    width: 70%;
    margin: 0 auto;
}

.wdth-40 {
    width: 30%;
    margin: 0 auto;
}

.panel-default {
    margin-top: 2rem;
    background-color: #12c222;
    padding: 2.5rem;
    border-radius: 25px;
    cursor: pointer;
    border-color:#12c222;
}

.panel-default a{
    color: #FFF !important;
}

.panel-default a h2{
    margin: 10px 0px;
}

.product-heading h3 {
/*    color: #004485;*/
    colo:white;
    font-weight: 800;
    letter-spacing: 1px;
    font-size: 26px;
}

.wdth-40 label {
    color: #fff;
    font-weight: 500;
}

.form-control {
    border-radius: 13px;
    padding: 0px 12px;
    color: #000;
}

.overlaybackgroundproduct_index {
    height: 75px !important;
}

.mt-100 {
    margin-top: 0rem;
}

.mt-7rem {
    margin-top: 3rem;
}

@media(max-width:768px) {
    .progress {
        margin-bottom: 60px !important;
    }

    body {
        background: #004485;
    }

    .height {
        height: 70px;
    }

    .mt-100 {
        margin-top: 5rem;
    }

    .height_process {
        height: 65px;
    }

    .track_height {
        height: 35px;
    }

    .tabdiv {
        padding: 10px 20px;
    }

    .head_right_img {
        width: 33.33%;
        float: left;
        text-align: right;
        padding-right: 20px;
        margin-top: 5px;
    }

    .top_progress {
        font-size: 8px !important;
    }

    .last_progressbar {
        width: 19.7% !important;
    }

    .tabdiv label {
        color: #fff;
        font-size: 10px;
        font-weight: 100;
    }

    .tabdiv .form-control {
        border-radius: 10px;
        font-size: 12px;
        color: #000;
    }

    .overlaybackground_index {
        height: 60px !important;
    }

    .progress p {
        position: absolute;
        top: 20px !important;
        color: #55a645;
        font-weight: 600;
    }

    .mt-100 {
        margin-top: 1rem;
    }

    .wdth-70,
    .wdth-40 {
        width: 100%;
        margin: 0 auto;
    }

    .product-heading h3 {
        color: #004485;
        font-weight: 800;
        letter-spacing: 1px;
        font-size: 15px;
    }

    .panel-default {
        margin-top: 10rem;
        padding-top: 0.5rem;
        border-radius: 25px;
        min-height: 100px;
        cursor: pointer;
    }

    .overlaybackgroundproduct_index {
        height: 120px;
        background: #fff;
    }

    .mt-00 {
        margin-top: .8rem !important;
    }

    .ul_class {
        color: white;
        height: 350px;
        overflow: hidden;
        overflow-y: scroll;
        border: 1px solid white;
        padding: 5px 5px 5px 20px !important;
    }

    .brdr_left,
    .brdr_mrgn {
        border-right: none !important;
        margin: 5px 0px !important;
    }

    .pding {
        padding: 5px 5px 5px 25px !important;
    }

    .checkyes {
        color: #fff;
        padding: 0px 8px !important;
        font-size: 13px;
    }
}

.progress {
    height: 5px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #ffffff;
    border: none !important;
    /* -webkit-box-shadow: none; */
    /* box-shadow: none; */
    margin-top: 5px;
    margin-left: 15px;
}

.progress {
    -webkit-box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
}

.top_progress {
    /* position: absolute;
    top: 13px; */
    padding-top: 8px;
    color: #55a645;
    font-weight: 600;
}

.progress-bar-success {
    width: 20%;
    border-right: 1px solid;
    margin-left: 4px;
}

.circle_icon {
    /* position: absolute;
    bottom: 15px;
    color: #004385; */
    position: absolute;
    bottom: -14px;
    color: #004385;
    z-index: 99;
    left: 12px;
}

#Reviewdetails .tabdiv {
    padding: 25px 20px;
}

#Reviewdetails .form-control {
    border: none;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    float: left;
    width: 92%;
    color: #000;
}

#Reviewdetails .fa-search {
    float: left;
    width: 7%;
    margin-top: 10px;
}

#Reviewdetails .main_div {
    border: none;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    padding: 0px 0px 30px 0px;
    color: #fff;
}

#Reviewdetails .brdr_bottom {
    border-bottom: 1px solid #c9d1d9;
}

#Reviewdetails .img_doc {
    border: 2px solid #004485;
    padding: 10px 10px;
    text-align: center;
}

#Reviewdetails .pt-5 {
    padding-top: 3rem;
}

#Reviewdetails .icon_review {
    text-align: center;
    color: #004385;
    margin: 10px 0px;
}

#Reviewdetails .icon_review span {
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}

#Reviewdetails {
    background: #fff;
    margin-top: 25px;
}

.hidedetails {
    display: none;
}

.hidedownload {
    display: none;
}

.fa-eye:hover+.hidedetails {
    display: block;
    position: absolute;
    top: auto;
    bottom: -30px;
    background: #CCC;
    color: #fff;
    padding: 3px 15px;
    left: 28px;
}

.fa-download:hover+.hidedownload {
    display: block;
    position: absolute;
    top: auto;
    right: 48px;
    bottom: -30px;
    background: #CCC;
    color: #fff;
    padding: 3px 15px;
}

.width-600 {
    width: 65%;
    margin: 15px auto;
}

.bottom-div2 {
    margin-top: 70px;
}

.last_progressbar {
    margin-left: 2px !important;
}

.lastcircle {
    left: 6px !important;
}

.checkbox-style {
    display: flex;
}

.checkbox-style span {
    padding-left: 12px;
    padding-top: 2px;
    color: #fff;
    font-size: 14px;
}

.checkyes {
    color: #fff;
    padding: 0px 10px;
    font-size: 14px;
}

.pding {
    padding: 20px 20px 5px 40px;
}

.brdr_row {
    border: 1px solid #fff;
    border-radius: 5px;
    margin-top: 3rem;
    height: 190px;
    overflow: hidden;
    overflow-y: scroll;
}

.brdr_left {
    border-right: 2.5px solid #fff;
    margin: 15px 0px;
}

.brdr_mrgn {
    margin: 15px 0px;
}

.ptt-top {
    padding-top: 10px;
}

.checkbox,
.radio {
    position: none !important;
    display: inline-flex !important;
    margin-top: 10px;
    margin-bottom: 10px;
}

.logo_img2 {
    position: absolute;
    top: 15px;
    right: 0px;
    text-align: -webkit-right;
}

.logo_img2 img {
    width: 5%;
}

.color_red {
    color: rgb(214, 4, 4);
    font-weight: 600;
    font-size: 14px;
}
    

@media(min-width:1920px) {
    .height {
        height: auto !important;
    }

    .top_div h4 {
        font-size: 40px;
        color: #004385;
        margin-bottom: 0;
        padding-top: 9rem;
    }

    .mt-30 {
        margin-top: 10px;
    }

    .height_process {
        height: 70px;
    }

    .bottom_div .nav-tabs {
        margin-top: -55px;
        border: none;
        margin-left: 10px;
    }

    .mt-100 {
        margin-top: 4.5rem;
    }
}