﻿
 
.form_div .form_input, .form_div input.form_input {
    width: 100%;
}

.col.form_Con {
    border-radius: 20px;
    box-shadow: 0 20px 48px 0 rgb(153 161 170 / 50%);
    padding: 30px 20px;
    margin: 0 0 15px;
}

a {
    color: inherit;
}

.form_input, input[type=text].form_input, input[type=password].form_input {
    /*background-color: #e3edff; */
    color: #333;
    border-radius: 11px;
    padding: 18px 10px;
    height: 55px;
    box-sizing: border-box;
    width: 100%;
    border: none;
    margin: 0 0 5px;
    border: 1px solid #dadada;
}

.section {
    background: no-repeat;
}

.container {
    width: 100%;
}


.form_div {
    display: inline-block;
    width: 100%;
}

    .form_div label {
        font-size: 15px;
        margin: 10px 3px 5px;
        display: block;
        color: #3b3b3b;
    }

[type="radio"]:not(:checked) + label, [type="radio"]:checked + label {
    background-image: none;
    background-color: transparent;
    height: auto;
}

[type="radio"] + label:before, [type="radio"] + label:after {
    top: 19%;
}

.chklist_pannel label {
    background-image: none !important;
    background-color: transparent !important;
    margin: 0 0 0;
}

.chklist_pannel tr {
    padding: 0;
    width: 47.5%;
    border: 0;
    text-align: center;
    background-color: transparent;
    display: inline-block;
    vertical-align: top;
    margin: 0.5%;
}

.chklist_pannel input:checked + label {
    background-color: #f4f4f4;
    margin-left: 0;
    float: left;
    padding-left: 30px;
    background-image: url(https://www.bookmybai.com/images/tick1.png);
    background-repeat: no-repeat;
    background-position: right 11px;
}

.chklist_pannel input + label {
    height: auto;
}

.submitbtn.btn {
    border-radius: 32px;
    font-size: 20px;
    height: auto;
    padding: 6px;
    background-color: #2196f3;
}

ul.japa_ul {
    width: 100%;
    text-align: center;
}

    ul.japa_ul li {
        font-size: 16px;
        padding: 10px 20px;
        border-bottom: 1px solid #eee;
        max-width: 300px;
        position: relative;
        display: block;
        border-radius: 7px;
        margin: 10px auto;
        /* box-shadow: 1px 1px 6px #aaaaaaa8; */
    }

        ul.japa_ul li i {
            color: #48b7f7;
            margin: 0;
            position: absolute;
            top: -7px;
            left: 0;
            width: 44px;
        }

            ul.japa_ul li i img {
                width: 100%;
            }

        ul.japa_ul li:nth-child(even) {
        }

            ul.japa_ul li:nth-child(even) i.fa {
                /* float: right; */
                left: auto;
                right: 0;
            }

h2.section-title {
    font-size: 21px;
    text-align: center;
    border-bottom: 1px solid #eee;
    padding: 0 0 15px;
    margin: 0;
}

table#rd_MaidType.chklist_pannel tr {
    width: 100%;
}

table#rd_Delivered {
    text-align: left;
}

.note_div {
    background-color: #efefef;
    padding: 15px 15px;
    border-radius: 25px;
}

    .note_div p b {
        font-weight: bold;
        font-size: 16px;
        color: #2e92d0;
    }

ul.detailsUl li small {
    margin: 4px 5px 0 0;
    font-size: 14px;
    display: inline-block;
    width: 20px;
    vertical-align: top;
}


.detail_div h3 {
    text-align: center;
    font-size: 23px;
    border-bottom: 1px solid #ddd;
    padding: 5px 0 10px;
}

ul.detailsUl li span {
    font-size: 15px;
    display: inline-block;
    width: calc(100% - 30px);
}

ul.detailsUl li {
    display: inline-block;
    width: 100%;
    margin: 0 0 10px;
}

.detail_div {
    padding: 15px;
}

.list-iteme.japa-list .list-imgshow img {
    border-radius: 10px;
}

.headingtext {
    font-weight: 800;
    margin: 15px 0 25px;
}

.loading_div {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #323232c2;
    z-index: 1000;
    justify-content: center; /* align-content: center; */
}

    .loading_div img {
        width: 100px;
        height: 100px;
        align-self: center;
    }

@media (min-width: 481px) {
    ul.japa_ul li {
        font-size: 16px;
        padding: 5px 20px;
        /* border-bottom: 1px solid #eee; */
        max-width: 300px;
        position: relative;
        display: inline-block;
        border-radius: 7px;
        width: 49%;
        margin: 10px auto;
        vertical-align: top;
        /* box-shadow: 1px 1px 6px #aaaaaaa8; */
    }

    ul.detailsUl li {
        display: inline-block;
        width: 48%;
        margin: 0 0 10px;
    }
}

 
/*****/ 
.postBanner {
    background-color: #1e83c7;
    display: inline-block;
    width: 94%;
    text-align: center;
    margin: 3%;
    border-radius: 10px;
    overflow: hidden;
}

.postBanner a big {
    font-size: 25px;
    color: #1e83c7;
    display: block;
    padding: 8px;
    font-weight: bold;
    text-align: center;
    background-color: #fff;
    margin: 19px;
    border-radius: 60px 60px; /* float: left; */ /* width: 98%; */
    box-sizing: border-box;
}

.postBanner small {
    color: #fff;
    text-align: center;
    display: block;
    font-size: 19px;
    margin: 15px 0 0px;
    float: left;
    width: 100%;
}

.postBanner .btn_auto {
    margin: auto;
    background-image: none;
    background-color: #1e83c7;
    border: 3px dashed #003e6d;
    font-size: 24px;
    border-radius: 15px;
    font-weight: bold;
}

.postBanner img {
    float: right;
    margin: -119px -43px -70px 0;
}

.list-iteme.japa-list {
    width: 29%;
    margin: 10px 1%;
    border-radius: 10px;
    display: inline-block;
    box-shadow: 1px 1px 5px #cbcbcb;
    padding: 10px;
    vertical-align: top;
}

img {
    max-width: 100%;
}

.list-iteme.japa-list .list-imgdiv {
    width: 35%;
    margin: 0 0 10px;
    display: inline-block;
    vertical-align: top;
}

.list-iteme.japa-list .list-textdiv {
    width: 63%;
    padding-left: 10px;
    text-align: left;
    display: inline-block;
}

    .list-iteme.japa-list .list-textdiv h3 {
        font-weight: 400;
        font-size: 24px;
    }

.list-iteme.japa-list .list-imgshow {
    max-height: 220px;
    overflow: hidden;
    text-align: center;
}

p.list-Experiance small {
    display: inline-block;
    /*background-color: #eee;*/
    padding: 3px 5px;
    margin: 0 0 5px;
    border-radius: 19px;
}

    p.list-Experiance small i {
    }
/*****/ .abouttop {
    background: url(images/japa-bg.jpg) no-repeat scroll center center;
    height: auto;
    background-size: auto 125%;
    background-repeat: no-repeat;
    background-color: #121212;
    margin: 0 0 15px;
}

.howitworkdiv.col-4 {
    width: 100%;
    display: table;
    margin: 0 auto 9px;
    border-bottom: 1px solid #eee;
    max-width: 700px;
    padding: 10px 0;
}

.abouttop.homestepscon * {
    color: #fff;
}

.charges-text {
    float: left;
    width: 100%;
    padding: 2%;
}

.homestepscon i {
    display: table-cell;
    width: 20%;
    vertical-align: middle;
}

.howitworkdiv big {
    display: table-cell;
    font-size: 19px;
    margin: 15px 0;
    vertical-align: middle;
    text-align: left;
}

.massageCol {
    width: 17%;
    display: inline-block;
    text-align: center;
    margin: 0 0 20px;
}

    .massageCol i {
        overflow: hidden; /* border-radius: 50%; */
        width: 46%;
        display: block;
        margin: 0 auto 10px;
    }

    .massageCol big {
        font-size: 16px;
    }

.abouttop h4 {
    text-align: center;
    font-size: 21px;
    font-weight: normal;
    margin: 10px 0;
}

@media only screen and (max-width: 480px) {
    .mobi-menu {
        background-color: #4d4d4d;
        border-bottom: 1px solid #9a9a9a;
        box-shadow: 0 2px 4px #818181;
        color: #fff;
        display: table !important;
        float: left;
        width: 50px;
    }

        .mobi-menu a {
            width: auto;
            display: none;
        }

        .mobi-menu span.btn_menu {
            background-image: url("../images/menu_icon.png");
            background-position: center center;
            background-repeat: no-repeat;
            display: table-cell;
            float: none;
            height: 32px;
            padding: 6px;
            width: 36px;
        }

    .logodiv {
        margin: -6px 0 0px 48px;
        width: 83%;
        position: relative;
    }

    .postBanner {
        background-color: #1e83c7;
        display: inline-block;
        width: 94%;
        text-align: center;
        margin: 3%;
        border-radius: 10px;
        position: relative;
    }

        .postBanner a big {
            font-size: 25px;
            color: #1e83c7;
            display: block;
            padding: 8px;
            font-weight: bold;
            text-align: center;
            background-color: #fff;
            margin: 10px;
            border-radius: 60px 60px;
        }

        .postBanner a {
            /* color: #fff; */
        }

        .postBanner small {
            color: #fff;
            text-align: center;
            display: block;
            font-size: 19px;
            margin: 15px 0 0px;
            width: 65%;
            text-align: left;
            padding: 10px;
        }

        .postBanner .btn_auto {
            margin: auto;
            background-image: none;
            background-color: #1e83c7;
            border: 3px dashed #003e6d;
            font-size: 17px;
            border-radius: 15px;
            font-weight: bold;
        }

        .postBanner img {
            float: right;
            margin: -118px -43px -70px 0;
        }

    .list-iteme.japa-list {
        width: 96%;
        margin: 10px 2%;
        box-sizing: border-box;
    }

        .list-iteme.japa-list .list-imgshow {
            max-height: none;
            overflow: hidden;
        }

    .massageCol {
        width: 35%;
        vertical-align: top;
    }
}

@media only screen and (min-width: 700px) {
    .list-iteme.japa-list {
        width: 31%;
    }
}

a.btn_auto.postreqt_btn {
    border: 0 none;
    color: #fff;
    padding: 10PX 15PX;
    text-decoration: none;
    width: auto;
    display: inline-block;
    cursor: pointer;
    border-radius: 5px;
    display: block;
    text-align: center;
    font-size: 16px;
    background-image: none;
    background-color: #2196f3;
    border-radius: 52px;
    border-top-left-radius: 52px;
    border-top-right-radius: 52px;
    border-bottom-right-radius: 52px;
    border-bottom-left-radius: 52px;
    margin: 15px 0 0;
}

.logocaption {
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: #034178;
    text-align: center;
    font-style: italic;
    letter-spacing: 1.2px;
    margin-top: -4px;
}

.logodiv img {
    margin-top: 10px;
    max-width: 250px;
}


p.list-Experiance.li_salary small {
    background-color: transparent;
    color: #495057;
    font-size: 19px;
    border-top: 1px solid #eee;
    padding: 5px;
    border-bottom: 1px solid #eee;
    border-radius: 0;
}

    p.list-Experiance.li_salary small b {
        display: block;
    }

.list-iteme.japa-list:nth-child(3n) {
    clear: right;
}
.list-con {
    display: inline-block;
    width: 100%;
    display: flex;
    /* max-width: 500px; */
    flex-wrap: wrap;
}