/*!
 * Start Bootstrap - Stylish Portfolio v5.0.2 (https://startbootstrap.com/template-overviews/stylish-portfolio)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-stylish-portfolio/blob/master/LICENSE)
 */
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300&display=swap');
/*font-family: 'Open Sans Condensed', sans-serif;*/


body,
html {
    width: 100%;
    height: 100%;
}


table.table-Charges {
    border-left: 1px solid #ddd;
    border: 1px solid #ddd;
    border-collapse: separate;
    padding: 3px;
    margin: 0 0 15px;
}

.charges-text * {
    color: #333;
    font-weight: 400;
}

table.table-Charges th {
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    box-shadow: 1px 1px 1px #8e8e8e;
    text-align: center;
}

table th {
    color: #ffffff;
    background-color: #00BCE1;
    border: 0px solid rgba(0, 159, 190, 0);
    padding: 3px;
    vertical-align: top;
    font-weight: normal;
}

table.table-Charges td {
    font-weight: bold;
    background-color: #eee;
}

table.table-Charges th,
table.table-Charges td {
    padding: 10px;
    border: none;
    text-align: center;
}

p.table-Charges-footer {
    margin: -11px 0 15px;
    text-align: right;
    font-size: 12px;
}

.charges-text {
    float: right;
    width: 58%;
    padding: 2%;
}

    .charges-text h2,
    .charges-text h1 {
        margin: 0px 0 20px;
    }

ul.charges_ul_bullet {
    list-style: square;
    font-size: 15px;
    padding: 10px 10px 10px 20px;
    border-top: 0;
    margin: -17px 0 0;
}

.charges-text ul {
    list-style: none;
    padding: 10px 4px;
    border-bottom: 1px solid #aaa;
    border-top: 1px solid #aaa;
}

.charges-text * {
    color: #333;
    font-weight: 400;
}

body {
    font-family: 'proxima-nova', sans-serif;
    font-size: 13px;
    color: #333;
}

.btn-xl {
    padding: 1.25rem 2.5rem;
}

.content-section {
    padding-top: 20px;
    padding-bottom: 50px;
}

.content-section-heading h2 {
    font-size: 3rem;
}

.content-section-heading h3 {
    font-size: 1rem;
    text-transform: uppercase;
}

.p {
    color: #153f70;
}

h2 {
    font-size: 2rem;
}

h1 {
    font-size: 2rem;
}


h3,
h4,
h5,
h6 {
    font-weight: 100;
}

.text-faded {
    color: rgba(255, 255, 255, 0.7);
}

/* Map */
.map {
    height: 30rem;
}

@media (max-width: 992px) {
    .map {
        height: 75%;
    }
}

.map iframe {
    pointer-events: none;
}

.scroll-to-top {
    position: fixed;
    right: 15px;
    bottom: 15px;
    display: none;
    width: 50px;
    height: 50px;
    text-align: center;
    color: white;
    background: rgba(52, 58, 64, 0.5);
    line-height: 45px;
}

    .scroll-to-top:focus,
    .scroll-to-top:hover {
        color: white;
    }

    .scroll-to-top:hover {
        background: #343a40;
    }

    .scroll-to-top i {
        font-weight: 800;
    }

.masthead {
    position: relative;
    display: table;
    width: 100%;
    /*background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.1))), url("../img/bg-masthead.jpg");*/
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    /*animation: bghd 5s infinite;
    -webkit-animation: bghd 5s infinite; /* Safari 4.0 - 8.0 */
    box-shadow: 0px 10px 18px #888888;
}

    .masthead h1 {
        font-size: 4rem;
        margin: 0;
        padding: 0;
    }

@media (min-width: 992px) {
    .masthead {
    }

        .masthead h1 {
            font-size: 5.5rem;
        }
}

/* Side Menu */
#sidebar-wrapper {
    position: fixed;
    z-index: 2;
    right: 0;
    width: 250px;
    height: 100%;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    -webkit-transform: translateX(250px);
    transform: translateX(250px);
    background: #1D809F;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .sidebar-nav li.sidebar-nav-item a {
        display: block;
        text-decoration: none;
        color: #fff;
        padding: 15px;
    }

    .sidebar-nav li a:hover {
        text-decoration: none;
        color: #fff;
        background: rgba(255, 255, 255, 0.2);
    }

    .sidebar-nav li a:active,
    .sidebar-nav li a:focus {
        text-decoration: none;
    }

    .sidebar-nav > .sidebar-brand {
        font-size: 1.2rem;
        background: rgba(52, 58, 64, 0.1);
        height: 80px;
        line-height: 50px;
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 15px;
    }

        .sidebar-nav > .sidebar-brand a {
            color: #fff;
        }

            .sidebar-nav > .sidebar-brand a:hover {
                color: #fff;
                background: none;
            }

#sidebar-wrapper.active {
    right: 250px;
    width: 250px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.menu-toggle {
    position: fixed;
    right: 15px;
    top: 15px;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #fff;
    background: rgba(52, 58, 64, 0.5);
    line-height: 50px;
    z-index: 999;
}

    .menu-toggle:focus,
    .menu-toggle:hover {
        color: #fff;
    }

    .menu-toggle:hover {
        background: #343a40;
    }

.service-icon {
    background-color: #fff;
    color: #1D809F;
    height: 7rem;
    width: 7rem;
    display: block;
    line-height: 7.5rem;
    font-size: 2.25rem;
    -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
}

.callout {
    padding: 2rem 0;
    background: url(../img/bg.png)#42d406 no-repeat;
    /*background: #246588;*/
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

    .callout h2 {
        font-size: 3.5rem;
        font-weight: 700;
        display: block;
        max-width: 30rem;
    }

.portfolio-item {
    display: block;
    position: relative;
    overflow: hidden;
    max-width: 530px;
    margin: auto auto 1rem;
}

    .portfolio-item .caption {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        width: 100%;
        background-color: rgba(33, 37, 41, 0.2);
        position: absolute;
        top: 0;
        bottom: 0;
        z-index: 1;
    }

        .portfolio-item .caption .caption-content {
            color: #fff;
            margin: auto 2rem 2rem;
        }

            .portfolio-item .caption .caption-content h2 {
                font-size: 0.8rem;
                text-transform: uppercase;
            }

            .portfolio-item .caption .caption-content p {
                font-weight: 300;
                font-size: 1.2rem;
            }

@media (min-width: 992px) {
    .portfolio-item {
        max-width: none;
        margin: 0;
    }

        .portfolio-item .caption {
            -webkit-transition: -webkit-clip-path 0.25s ease-out, background-color 0.7s;
            -webkit-clip-path: inset(0px);
            clip-path: inset(0px);
        }

            .portfolio-item .caption .caption-content {
                -webkit-transition: opacity 0.25s;
                transition: opacity 0.25s;
                margin-left: 5rem;
                margin-right: 5rem;
                margin-bottom: 5rem;
            }

        .portfolio-item img {
            -webkit-transition: -webkit-clip-path 0.25s ease-out;
            -webkit-clip-path: inset(-1px);
            clip-path: inset(-1px);
        }

        .portfolio-item:hover img {
            -webkit-clip-path: inset(2rem);
            clip-path: inset(2rem);
        }

        .portfolio-item:hover .caption {
            background-color: rgba(29, 128, 159, 0.9);
            -webkit-clip-path: inset(2rem);
            clip-path: inset(2rem);
        }
}

footer.footer {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

    footer.footer .social-link {
        display: block;
        height: 4rem;
        width: 4rem;
        line-height: 4.3rem;
        font-size: 1.5rem;
        background-color: #1D809F;
        -webkit-transition: background-color 0.15s ease-in-out;
        transition: background-color 0.15s ease-in-out;
        -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
    }

        footer.footer .social-link:hover {
            background-color: #155d74;
            text-decoration: none;
        }

a {
    color: #1D809F;
}

    a:hover,
    a:focus,
    a:active {
        color: #155d74;
    }

.btn-primary {
    background-color: #1D809F !important;
    border-color: #1D809F !important;
    color: #fff !important;
}

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary:active {
        background-color: #155d74 !important;
        border-color: #155d74 !important;
    }

.btn-secondary {
    background-color: #ecb807 !important;
    border-color: #ecb807 !important;
    color: #fff !important;
}

    .btn-secondary:hover,
    .btn-secondary:focus,
    .btn-secondary:active {
        background-color: #ba9106 !important;
        border-color: #ba9106 !important;
    }

.btn-dark {
    color: #fff !important;
}

.btn {
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
    font-weight: 700;
}

.bg-primary {
    /*background-color: #1D809F !important;*/
    background-color: #203f9a !important;
}

.text-primary {
    color: #1D809F !important;
}

.text-secondary {
    color: #ecb807 !important;
}

.btn_book {
    text-decoration: none;
    padding: 10px 20px;
    border: 1px white solid;
    letter-spacing: 2px;
    background-color: transparent;
    color: white;
    transition: 2s all;
    border-radius: 10px;
}

    .btn_book:hover {
        text-decoration: none;
        padding: 10px 20px;
        border: none;
        letter-spacing: 2px;
        background-color: white;
        color: #153f70;
    }

.res1 {
    display: none;
}




.first {
    background-color: initial;
    padding: 2% 2%;
    margin: 10% 0%;
    box-shadow: 4px 5px 18px black;
}


.middle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.img_icon {
    /*border-radius: 5px;*/
    background-color: #ffd640;
    /*border-radius: 0px 50px 50px 0px !important;*/
}


.add1 {
    background-color: white;
    cursor:pointer;
}


.con1 {
    padding: 10px 50px;
    margin-top: 20px;
    /*background: #007caa;*/
    background: #203f9a;
    color: whitesmoke;
    border-radius: 5px;
    text-align: center;
    border: none;
    cursor: pointer;
}

.con2 {
    padding: 10px 50px;
    margin-top: 20px;
    background: #ffdc7f;
    color: #000;
    border-radius: 10px;
    text-align: center;
    border: none;
    cursor: pointer;
}


.second {
    position: relative;
    top: 0;
    background-color: white;
    padding: 3% 2%;
    margin: 10% 0%;
    display: none;
}


.img_h {
    border-radius: 50px;
    margin: 10px;
    margin-top: 20px;
    border: .5px solid lightgrey;
    box-shadow: 1px 2px 5px #000;
}


.icon_in {
    background: #fbcc4f;
    color: #fff;
    padding: 10px;
    text-align: center;
    border-radius: 100px;
}


    .icon_in i {
        position: absolute;
        font-size: 40px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #153f70;
    }

.need {
    font-size: 20px;
    color: #053571;
    font-family: 'Bree Serif', serif;
    margin-bottom: 0rem;
}



/* third*/

.third {
    background: white;
    display: none;
    padding: 5% 2%;
    margin: 20% 0%;
}

.third_mfb h4 {
    text-align: center;
    font-family: 'Bree Serif', serif;
    color: #09366f;
}

.third_mfb img {
    padding: 10px;
    border-radius: 100px;
    background: #fff;
}

.tick {
    position: absolute;
    top: 45%;
    display: none;
}

.tick1 {
    position: absolute;
    top: 45%;
    display: none;
}

.tick2 {
    position: absolute;
    top: 45%;
    display: none;
}



/*forth*/

.forth {
    padding: 5% 2%;
    background: white;
    display: none;
    margin: 5% 0%;
}

.input_type input {
    width: 100%;
    padding: 10px 10px;
    border-radius: 5px;
    margin: 10px 0px;
    border: none;
}

.input_type select {
    width: 100%;
    padding: 10px 10px;
    border-radius: 5px;
    margin: 10px 0px;
    border: none;
}


.last_con {
    width: 30%;
    background: #027caa;
    border: none;
    border-radius: 5px;
    color: white;
    padding: 10px 20px;
    cursor: pointer;
}





/*fifth*/

.fifth {
    padding: 5% 2%;
    background: white;
    display: none;
    margin: 5% 0%;
}

.input_type input {
    width: 100%;
    padding: 10px 10px;
    border-radius: 5px;
    margin: 10px 0px;
    border: none;
}

.input_type select {
    width: 100%;
    padding: 10px 10px;
    border-radius: 5px;
    margin: 10px 0px;
    border: none;
}


.last_con {
    width: 30%;
    background: #027caa;
    border: none;
    border-radius: 5px;
    color: white;
    padding: 10px 20px;
    cursor: pointer;
}





/*sixth*/

.sixth {
    padding: 5% 2%;
    background: white;
    display: none;
    margin: 5% 0%;
}

.last_con {
    width: 30%;
    background: #027caa;
    border: none;
    border-radius: 5px;
    color: white;
    padding: 10px 20px;
    cursor: pointer;
}


.sixth-breadcroumb-border-radious {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}



/* SEVENTH */


.sixth {
    padding: 5% 2%;
    background: white;
    display: none;
    margin: 5% 0%;
}



.account {
    font-size: 15px;
    margin-bottom: 0rem;
}

.policy {
    font-size: 12px;
}


@media screen and (max-width: 1024px) {

    .res1 {
        display: block;
    }

    .masthead {
        background-image: none;
        /*padding-top: 2rem;*/
        animation: none;
    }
}

@keyframes bghd {
    0% {
        background-image: url(bg-masthead.jpg);
    }

    50% {
        background-image: url(bg-masthead1.jpg);
    }

    100% {
        background-image: url(bg-masthead.jpg);
    }
}

/* HOVER ANIMATION*/

.cook {
    background-color: darkblue;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
}

.clean {
    background-color: darkblue;
    border-bottom-right-radius: 40px;
    border-top-left-radius: 40px;
    margin-bottom: 30px;
}



#urgent,
#not_urgrnt,
#checking {
    cursor: pointer;
}



.third,
.forth {
    display: none;
}


.back_first {
 
    background: white;
    /* border: none; */
    border-radius: 5px;
    /*color: #000;*/
    padding: 10px 3px;
    cursor: pointer;
    width: 85%;
    color: #203f9a;
    border: 1px solid #aaa!important;
    text-shadow: 0 0 black;
}
}

.back_second {
    background: white!important;
    /* border: none; */
    border-radius: 5px!important;
    /*color: #000;*/
    padding: 10px 3px!important;
    cursor: pointer;
    width: 85%;
    color: #203f9a!important;
    border: 1px solid #aaa !important;
    text-shadow: 0 0 black;
}

.back_third {
    background: white;
    background: white;
    /* border: none; */
    border-radius: 5px;
    color: #000;
    padding: 10px 3px;
    cursor: pointer;
    width: 85%;
    color: #203f9a;
    border: 1px solid #aaa !important;
    text-shadow: 0 0 black;
}



.plo {
    font-size: 15px;
    line-height: 30px;
    color: black;
}

#srch1 {
    text-decoration: none;
    color: white;
    height: 50px;
    background-image: linear-gradient(#8ac265, #6db33f);
    font-size: 19px;
    padding: 10px 3%;
    border-radius: 10px;
}

#srch2 {
    text-decoration: none;
    color: white;
    height: 50px;
    background-image: linear-gradient(#8ac265, #6db33f);
    font-size: 19px;
    padding: 10px 9%;
    border-radius: 5px;
}

.srch3 {
    text-decoration: none;
    color: white;
    height: 50px;
    background-image: linear-gradient(#8ac265, #6db33f);
    font-size: 19px;
    padding: 10px 3%;
    border-radius: 5px;
}


/* Nav bar responsive */

.cl1 {
    font-size: 19px;
    font-stretch: 5px;
}

.resp {
    display: none;
}


#resp2 {
    width: 100%;
    display: none;
    position: absolute;
    z-index: 100;
    /* margin: -16px; */
    /* margin-right: 118px; */
    margin-left: -15px !important;
}

@media screen and (max-width:780px) {

    .respnav {
        display: none;
    }

    .resp {
        display: block;
    }

    .nav_div {
        display: none;
    }
}

.nav_div {
    position: absolute;
    top: 0px;
    right: 0px;
    float: right;
}



.div_fix {
    width: 100%;
    padding: .5%;
    border: 1px grey solid;
}

.div_rounded {
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

.main_select {
    padding: 1%;
    width: 98%;
    text-align: center;
}

.div_select {
    display: inline-block;
    width: 100%;
    text-align: left;
    margin: 16px 0 4px;
    background-color: #F7F7F7;
    border: 1px solid #F1F1F1;
    border-radius: 50px;
    box-shadow: 0px 1px 2px #C3C3C3;
    cursor: pointer;
}

    .div_select p b {
        font-size: 18px;
        display: block;
        margin: 0 0 7px;
        color: #007CAA;
        font-family: 'Open Sans Condensed', sans-serif;
    }

    .div_select img {
        display: inline-block;
    }

.p_edit {
    font-size: 30px;
    font-weight: 300;
}

.p_edit1 {
    font-size: 30px;
    font-weight: 100!important;
    margin-bottom:0px;
    
}
.p_edit2 {
    margin: 0;
    color: #1d1d1d;
    /*font-weight: 200!important;*/
    font-size: 19px;
    line-height: 31px;
}


/* Responsive OUR CHARGES */

.left_side {
    width: 42%;
    float: left;
}

.right_side {
    width: 58%;
    padding: 2%;
    float: left;
    left
}

@media only screen and (max-width: 480px) {

    .left_side {
        display: none;
    }

    .right_side {
        width: 96%;
    }
}


.baby_div {
    padding: 0px 50px;
}

.baby_img {
    padding: 0px 20px;
}

.shadow {
    box-shadow: 5px 5px 8px black;
}

{
    border: 1px solid #d4d4d4;
    padding: 15px;
    background-color: #eee;
    margin: 2%;
    width: 96%;
}


/* Responsive bootstrap check box */

.funkyradio div {
    clear: both;
    overflow: hidden;
}

.funkyradio label {
    width: 100%;
    border-radius: 3px;
    border: 1px solid #D1D3D4;
    font-weight: normal;
}

.funkyradio input[type="radio"]:empty,
.funkyradio input[type="checkbox"]:empty {
    display: none;
}

    .funkyradio input[type="radio"]:empty ~ label,
    .funkyradio input[type="checkbox"]:empty ~ label {
        position: relative;
        line-height: 2.5em;
        text-indent: 3.25em;
        margin-top: 10px;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        .funkyradio input[type="radio"]:empty ~ label:before,
        .funkyradio input[type="checkbox"]:empty ~ label:before {
            position: absolute;
            display: block;
            top: 0;
            bottom: 0;
            left: 0;
            content: '';
            width: 2.5em;
            background: #D1D3D4;
            border-radius: 3px 0 0 3px;
        }

.funkyradio input[type="radio"]:hover:not(:checked) ~ label,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label {
    color: #888;
}

    .funkyradio input[type="radio"]:hover:not(:checked) ~ label:before,
    .funkyradio input[type="checkbox"]:hover:not(:checked) ~ label:before {
        content: '\2714';
        text-indent: .9em;
        color: #C2C2C2;
    }

.funkyradio input[type="radio"]:checked ~ label,
.funkyradio input[type="checkbox"]:checked ~ label {
    color: #777;
}

    .funkyradio input[type="radio"]:checked ~ label:before,
    .funkyradio input[type="checkbox"]:checked ~ label:before {
        content: '\2714';
        text-indent: .9em;
        color: #333;
        background-color: #ccc;
        border: none;
    }

.funkyradio input[type="radio"]:focus ~ label:before,
.funkyradio input[type="checkbox"]:focus ~ label:before {
    box-shadow: 0 0 0 3px #999;
}

.funkyradio-default input[type="radio"]:checked ~ label:before,
.funkyradio-default input[type="checkbox"]:checked ~ label:before {
    color: #333;
    background-color: #ccc;
}

.funkyradio-primary input[type="radio"]:checked ~ label:before,
.funkyradio-primary input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #337ab7;
}

.funkyradio-success input[type="radio"]:checked ~ label:before,
.funkyradio-success input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #5cb85c;
}

.funkyradio-danger input[type="radio"]:checked ~ label:before,
.funkyradio-danger input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #d9534f;
}

.funkyradio-warning input[type="radio"]:checked ~ label:before,
.funkyradio-warning input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #f0ad4e;
}

.funkyradio-info input[type="radio"]:checked ~ label:before,
.funkyradio-info input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #5bc0de;
}




/* Bootstrap Check box end*/



.funkyradio1 div {
    clear: both;
    overflow: hidden;
}

.funkyradio1 label {
    width: 100%;
    border-radius: 3px;
    border: 1px solid #D1D3D4;
    font-weight: normal;
}

.funkyradio1 input[type="radio"]:empty,
.funkyradio1 input[type="checkbox"]:empty {
    display: none;
}

    .funkyradio1 input[type="radio"]:empty ~ label,
    .funkyradio1 input[type="checkbox"]:empty ~ label {
        position: relative;
        line-height: 2.5em;
        text-indent: 3.25em;
        margin-top: 2em;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        .funkyradio1 input[type="radio"]:empty ~ label:before,
        .funkyradio1 input[type="checkbox"]:empty ~ label:before {
            position: absolute;
            display: block;
            top: 0;
            bottom: 0;
            left: 0;
            content: '';
            width: 2.5em;
            background: #D1D3D4;
            border-radius: 3px 0 0 3px;
        }

.funkyradio1 input[type="radio"]:hover:not(:checked) ~ label,
.funkyradio1 input[type="checkbox"]:hover:not(:checked) ~ label {
    color: #888;
}

    .funkyradio1 input[type="radio"]:hover:not(:checked) ~ label:before,
    .funkyradio1 input[type="checkbox"]:hover:not(:checked) ~ label:before {
        content: '\2714';
        text-indent: .9em;
        color: #C2C2C2;
    }

.funkyradio1 input[type="radio"]:checked ~ label,
.funkyradio1 input[type="checkbox"]:checked ~ label {
    color: #777;
}

    .funkyradio1 input[type="radio"]:checked ~ label:before,
    .funkyradio1 input[type="checkbox"]:checked ~ label:before {
        content: '\2714';
        text-indent: .9em;
        color: #333;
        background-color: #ccc;
    }

.funkyradio1 input[type="radio"]:focus ~ label:before,
.funkyradio1 input[type="checkbox"]:focus ~ label:before {
    box-shadow: 0 0 0 3px #999;
}

.funkyradio-default1 input[type="radio"]:checked ~ label:before,
.funkyradio-default1 input[type="checkbox"]:checked ~ label:before {
    color: #333;
    background-color: #ccc;
}

.funkyradio-primary1 input[type="radio"]:checked ~ label:before,
.funkyradio-primary1 input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #337ab7;
}

.funkyradio-success1 input[type="radio"]:checked ~ label:before,
.funkyradio-success1 input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #5cb85c;
}

.funkyradio-danger1 input[type="radio"]:checked ~ label:before,
.funkyradio-danger1 input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #d9534f;
}

.funkyradio-warning1 input[type="radio"]:checked ~ label:before,
.funkyradio-warning1 input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #f0ad4e;
}

.funkyradio-info1 input[type="radio"]:checked ~ label:before,
.funkyradio-info1 input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #5bc0de;
}

/* SWITCH */


.switch input {
    display: none;
}

.switch {
    display: inline-block;
    width: 60px;
    height: 30px;
    margin: 8px;
    transform: translateY(50%);
    position: relative;
}

.slider {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 30px;
    cursor: pointer;
    border: 4px solid transparent;
    overflow: hidden;
    transition: .4s;
    background-color: #d6d6d6;
}

    .slider:before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        background: #f1f1f1;
        border-radius: 30px;
        transform: translateX(-30px);
        transition: .4s;
    }

input:checked + .slider:before {
    transform: translateX(30px);
    background: #f1f1f1;
}


input:checked + .slider {
    box-shadow: 0 0 0 2px #eeeeee, 0 0 2px #eeeeee;
    background-color: #8bd872;
}










#hddn {
    display: none;
}

.nav-link:hover {
    background-color: #abf1ff;
}

.background {
    background: #e9d362;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #333333, #e9d362);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to top, #b7b7b7, #ffffff);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.background1 {
    background-image: url(img/adura-slider1.jpg);
}

.div_shadow {
    box-shadow: 1px 1px 1px #8e8e8e;
}

.new_btn {
    text-decoration: none;
    background-color: #080c109e;
    padding: 10px 30px;
    color: white;
    border-radius: 30px;
}

.pay_btn {
    text-decoration: none;
    background-color: white;
    padding: 10px 40px;
    color: dodgerblue;
    border-radius: 30px;
    border: 2px dodgerblue solid;
    font-size: 15px;
}

.top {
    margin-top: -2.5%;
}

.p_edit3 {
    font-size: 25px;
    font-weight: 1000;
    letter-spacing: -2px;
    color: #1d809f;
}

.div_dec {
    background-color: #2125296b;
    color: aliceblue;
    font-size: 15px;
    text-align: center;
}

.pai {
    display: none;
}

.pai1:hover .pai {
    display: block;
}

.accnt_hdn {
    position: absolute;
    top: 0px;
    right: 0px;
}


.nav_btn1 {
    background-color: rgb(0, 124, 170);
    height: 45px;
    width: 150px;
    float: left;
    margin-right: 4px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    text-align: center;
    line-height: 30px;
    font-size: 19px;
    color: white;
    box-shadow: 1px 2px 8px black;
}

.cont_main {
    background-color: #0591C5;
    text-align: center;
    padding: 12px 18px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    color: aliceblue;
    box-shadow: 2px 2px 5px black;
    font-size: 15px;
}

    .cont_main:hover .cont11 {
        display: block;
    }

.cont11 {
    display: none;
}

@media (max-width: 500px) {
    .top {
        margin-top: -10%;
    }
}

/* SWASTIK EDITS*/

/* LOGIN PAGE RESPONSIVE CSS*/

/*.mlft{margin-left:300px;}

@media only screen and (max-width: 1025px) {

    .mlft{margin-left:200px;}

}

@media only screen and (max-width: 415px) {

    .mlft{margin-left:0px;}

}*/

.new_post_Strip span {
    display: inline-block;
}

.new_post_Strip span {
    text-align: center;
    padding: 34% 9%;
    vertical-align: middle;
    font-size: 31px;
    color: #1e83c7;
    background-color: #fff;
    border-radius: 108px;
    /* width: 171px; */
    /* height: 171px; */
    box-sizing: border-box;
    margin: -24px 1px;
}

.over {
    overflow: hidden;
}

.big {
    width: 66%;
    font-size: 19px;
    padding: 14px;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    vertical-align: middle;
}

.new_btn {
    background-color: #04609e;
    color: #fff;
    text-align: center;
    font-size: 19px;
    /* box-shadow: -6px 1px 4px #aaa; */
    border-radius: 40px;
    display: block;
    width: 265px;
    padding: 6px;
    margin: 13px auto 0;
}

    .new_btn:hover {
        color: #fff;
    }

.shortlisttbl {
    float: left;
    width: 100%;
}

.shortlistnote {
    background-color: #eee;
    margin: 2%;
    text-align: center;
}

    .shortlistnote p {
        font-size: 16px;
    }

.dash-block .btn_auto {
    margin: 10px;
}

.btn_auto {
    background-color: #8ac265;
    background-image: -webkit-linear-gradient(top, #8ac265, #6db33f);
    border: 0 none;
    color: #fff;
    padding: 7PX 60PX;
    text-decoration: none;
    width: auto;
    display: inline-block;
    cursor: pointer;
    border-radius: 5px;
}

.btn_auto1 {
    background-color: #8ac265;
    background-image: -webkit-linear-gradient(top, #8ac265, #6db33f);
    border: 0 none;
    color: #fff;
    padding: 7PX 74PX;
    text-decoration: none;
    width: auto;
    display: inline-block;
    cursor: pointer;
    border-radius: 5px;
}

.bg-white {
    padding: 0px 0px 60px;
}

.shortlistnote p {
    margin-bottom: 0px !important;
    padding: 10px;
}

.btn_auto:hover {
    color: #fff;
    text-decoration: none;
}

/***************************************sahin css***************************************************/
#ContentPlaceHolder1_grdCustomer {
    display: none;
}

.headingtext {
    padding: 4px 10px;
    font-size: 22px;
    color: #009DBC;
    letter-spacing: -0.7px;
    max-width: 59%;
}

.headingtext {
    /*font-family: 'Open Sans Condensed', sans-serif;*/
    font-size: 17px;
    font-weight: normal;
    display: block;
    padding: 5px 0;
    margin: 10px 0 10px;
}

.flot-left {
    float: left;
}


.headingtext span.datediv {
    font-size: 11px;
    clear: both;
}

.headingtext span {
    font-size: 19px;
    color: #555;
}

span {
}


.lnk-auto {
    background-color: transparent;
    border: 0;
    background-image: none;
    border-bottom: 3px solid #aaa;
    border-radius: 0;
    padding: 6px 0;
    margin: 10px;
}

.flot-right {
    float: right;
}

a {
    text-decoration: none;
    font-size: inherit;
    color: inherit;
    cursor: pointer;
}



.lnk-auto.btn_DeleteRequirement {
    border: 0;
}

.lnk-auto img {
    width: 14%;
}

.lnk-auto {
    width: 19%;
    background-color: transparent;
    border: 0;
    background-image: none;
    border-bottom: 3px solid #aaa;
    border-radius: 0;
    padding: 6px 0;
    margin: 10px;
}

.btn_RequirementDetails {
    width: 14%;
    margin-top: 12px;
}


.btn_DeleteRequirement {
    width: 26px;
    margin-top: -12px;
    margin-right: -13px;
}

.flot-right {
    float: right;
}

a {
    text-decoration: none;
    font-size: inherit;
    color: inherit;
    cursor: pointer;
}






.popback {
    float: left;
    width: 100%;
    height: 100%;
    position: fixed;
    /*background-color: rgba(0, 0, 0, 0.7);*/
    top: 0;
    overflow: auto;
    left: 0;
    z-index: 1000;
    display: none;
}

.search_info {
    margin: auto;
    width: 98%;
    max-width: 700px;
}

.searchinfo_body {
    position: relative;
}






a {
    text-decoration: none;
    font-size: inherit;
    color: inherit;
    cursor: pointer;
}



.searchinfo_body .requirmentdetailsdiv {
    position: relative;
    top: 20px;
}

.requirmentdetailsdiv {
    float: left;
    width: 98%;
    background-color: rgb(255, 255, 255);
    text-align: left;
    padding: 1%;
}


    .requirmentdetailsdiv table {
        padding: 0;
        border-collapse: collapse;
    }

.searchinfo_body table {
    border: 1px solid #EBEBEB;
    padding: 2px;
    border-collapse: inherit;
    border-radius: 5px;
}

table {
    border-collapse: collapse;
    width: 100%;
    text-align: center;
}

.searchinfo_body table td {
    border-bottom: 1px solid #F2F2F2;
}

.requirmentdetailsdiv td {
    text-align: left;
    border: 1px solid #ddd;
}

table td {
    border-bottom: 1px solid #d4d4d4;
    padding: 5px;
    padding-top: 7px;
    padding-bottom: 7px;
    vertical-align: top;
}

.requirmentdetailsdiv {
    float: left;
    width: 98%;
    background-color: rgb(255, 255, 255);
    text-align: left;
    padding: 1%;
}

    .requirmentdetailsdiv table {
        padding: 0;
        border-collapse: collapse;
    }

.searchinfo_body .requirmentdetailsdiv {
    position: relative;
    top: 20px;
}

.requirmentdetailsdiv td span {
    display: inline-block;
    vertical-align: middle;
    width: 65%;
    border: 0;
    max-width: 135px;
}

.requirmentdetailsdiv td b {
    display: inline-block;
    vertical-align: top;
    font-weight: normal;
}

.requirmentdetailsdiv td {
    text-align: left;
    border: 1px solid #ddd;
}

    .requirmentdetailsdiv td big {
        font-size: 14px;
        font-weight: bold;
        display: block;
        margin: 6px 0 5px;
    }

ul.requirment {
    float: left;
    width: 98%;
    list-style: none;
    background-color: #f4f4f4;
    padding: 7px 1%;
}

    ul.requirment li {
        display: inline-block;
        width: 24%;
        vertical-align: top;
        margin: 5px 0 5px;
        min-height: 34px;
        list-style: disc;
        text-align: center;
    }

    ul.requirment.table {
        display: table;
        width: 100%;
    }

        ul.requirment.table li {
            display: table-cell;
            text-align: left;
            padding: 11px;
        }

        ul.requirment.table span {
            width: auto;
            margin-right: 6px;
        }

.dashboardmain > .headingtext {
    font-size: 21px;
    margin: 0 0 6px;
}




/*------------responsiv code---------------*/

/*mobile*/
@media only screen and (max-width: 798px) {

    .dispaly-none {
        display: none !important;
    }

    .new_post_Strip span {
        text-align: center;
        /*padding: 30% 9%;*/
        padding: 27% 9%;
        vertical-align: middle;
        font-size: 31px;
        color: #1e83c7;
        background-color: #fff;
        border-radius: 108px;
        /* width: 171px; */
        height: 171px;
        box-sizing: border-box;
        margin: 5px 1px;
    }

    .new_btn {
        background-color: #04609e;
        color: #fff;
        text-align: center;
        font-size: 19px;
        /* box-shadow: -6px 1px 4px #aaa; */
        border-radius: 40px;
        display: block;
        width: 100%;
        padding: 6px;
        margin: 13px auto 0;
    }

    .headingtext {
        display: block;
        width: 98%;
        padding: 1%;
        max-width: none;
    }

    .lnk-auto {
        margin: 4px;
    }

    .Shortlist {
        width: 50%;
    }

    .View {
        width: 29%;
    }

    .btn_DeleteRequirement img {
        width: 100%;
        /* margin-top: 24px; */
    }


    #pnlpopup {
        width: 100%;

    }
    #btnCancelpopup {
        margin-top: -10px;
        margin-left: -4em;
        z-index: 10000;
        position: relative;
    }

    .responsiv {
        margin-top: -4.2em;
        margin-left: -3em;
        z-index: 10000;
        position: relative;
    }

    .popback .cross {
        position: absolute;
        right: 0px;
        width: 30px;
        top: 0;
        cursor: pointer;
    }





}


/*computer*/
@media screen and (min-width: 799px) {

    .dispaly-none-pc {
        display: none !important;
    }

    .btn_DeleteRequirement img {
        width: 100%;
        margin-top: 24px;
    }

    .headingtext {
        display: block;
        
        padding: 1%;
        max-width: none;
    }

    #pnlpopup{
        width:700px;
    }


    .responsiv-BTN-2 {
        width:100%;
        margin-top: -4.2em;
        margin-left: -1em;
        z-index: 10000;
        position: relative;
    }

    .responsiv {
        width: 100%;
        margin-top: -2.2em!important;
        margin-left: -1em!important;
        z-index: 10000;
        position: relative;
    }

    .Width{
        width:60%;
        margin: 0 auto;
        display:block;
    }

    .popback .cross {
        position: absolute;
        right: -30px;
        width: 30px;
        top: 0;
        cursor: pointer;
    }
   

}



@media only screen and (min-width: 1024px) and (max-width: 1025px) {
    .ipad-pro {
        width: 155%;
    }

    .headingtext {
        display: block;
        width: 50%;
        padding: 1%;
        max-width: none;
    }

    .new_post_Strip span {
        text-align: center;
        padding: 60% 11%;
        vertical-align: middle;
        font-size: 16px;
        color: #1e83c7;
        background-color: #fff;
        border-radius: 108px;
        width: 128px;
        height: 136px;
        box-sizing: border-box;
        margin: -13px 1px 0px -13px;
    }

    .p_edit2 {
        font-size: 18px !important;
        font-weight: 400;
        font-family: 'proxima-nova', sans-serif;
        margin-bottom: 0px !important;
    }

    .Ipad-pro-height {
        height: 6.3%;
    }
}



/*------------responsiv code---------------*/


/* SWITCH */


.switch input {
    display: none;
}

.switch {
    display: inline-block;
    width: 60px;
    height: 30px;
    margin: 8px;
    transform: translateY(50%);
    position: relative;
}

.slider {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 30px;
    cursor: pointer;
    border: 4px solid transparent;
    overflow: hidden;
    transition: .4s;
    background-color: #d6d6d6;
}

    .slider:before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        background: #f1f1f1;
        border-radius: 30px;
        transform: translateX(-55px);
        transition: .4s;
    }

input:checked + .slider:before {
    transform: translateX(3px);
    background: #f1f1f1;
}


input:checked + .slider {
    box-shadow: 0 0 0 2px #eeeeee, 0 0 2px #eeeeee;
    background-color: #8bd872;
}










#hddn {
    display: none;
}

.nav-link:hover {
    /*background-color: #abf1ff;*/
    background-color: #a5bcff;
}

.background {
    background: #e9d362;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #333333, #e9d362);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to top, #b7b7b7, #ffffff);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.background1 {
    background-image: url(img/adura-slider1.jpg);
}

.div_shadow {
    box-shadow: 1px 1px 1px #8e8e8e;
}

.new_btn {
    text-decoration: none;
    background-color: #080c109e;
    padding: 10px 30px;
    color: white;
    border-radius: 30px;
}

.pay_btn {
    text-decoration: none;
    background-color: white;
    padding: 10px 40px;
    color: dodgerblue;
    border-radius: 30px;
    border: 2px dodgerblue solid;
    font-size: 15px;
}

.top {
    margin-top: -2.5%;
}

.p_edit3 {
    font-size: 25px;
    font-weight: 1000;
    letter-spacing: -2px;
    color: #1d809f;
}

.div_dec {
    background-color: #2125296b;
    color: aliceblue;
    font-size: 15px;
    text-align: center;
}

.pai {
    display: none;
}

.pai1:hover .pai {
    display: block;
}

.accnt_hdn {
    position: absolute;
    top: 0px;
    right: 0px;
}


.nav_btn1 {
    /*background-color: #007caa;*/
    background-color: #203f9a;
    height: 45px;
    width: 150px;
    float: left;
    margin-right: 4px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    text-align: center;
    line-height: 30px;
    font-size: 19px;
    color: white;
    box-shadow: 1px 2px 8px black;
}

.cont_main {
    /*background-color: #0591C5;*/
    background-color: #203f9a;
    text-align: center;
    padding: 12px 18px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    color: aliceblue;
    box-shadow: 2px 2px 5px black;
    font-size: 15px;
}

    .cont_main:hover .cont11 {
        display: block;
    }

.cont11 {
    display: none;
}

@media (max-width: 500px) {
    .top {
        margin-top: -10%;
    }
}




/*checking*/

.Checking_alert {
    position: absolute;
    z-index: 100000;
    height: 100vh;
    top: 0;
    display: none;
}


    .Checking_alert .popupcontainer {
        transform: translate(-50%, -50%);
        top: 400px;
        left: 50%;
    }










    .Checking_alert .popback {
        float: left;
        width: 100%;
        height: 100%;
        position: absolute;
        background-color: rgba(0, 0, 0, 0.7);
        top: 0;
        overflow: auto;
        left: 0;
        z-index: 1000;
        display: block;
    }

        .Checking_alert .popback .popupbody {
            margin-top: 20px;
            z-index: 2;
        }

    .Checking_alert .popupbody {
        margin: auto;
        position: relative;
        width: 100%;
        max-width: 500px;
    }


    .Checking_alert .popupcontainer {
        float: left;
        position: relative;
        width: 93%;
        padding: 0%;
        color: #333;
        background-color: #fff;
        -moz-border-radius: 10px;
        /* -webkit-border-radius: 10px; */
        /* border-radius: 10px; */
        -moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
        /* -webkit-box-shadow: 0 0 10px rgba(0,0,0,.4); */
        -box-shadow: 0 0 10px rgba(0,0,0,.4);
    }

        .Checking_alert .popupcontainer .cross {
            position: absolute;
            right: -30px;
            width: 30px;
            top: 0px;
            cursor: pointer;
        }



        .Checking_alert .popupcontainer big {
            font-size: 27px;
            font-weight: normal;
            color: #333;
            font-family: 'Open Sans Condensed', sans-serif;
            padding: 10px 0;
            border-bottom: 1px dotted #ddd;
            margin: 0;
            text-align: center;
            display: block;
        }

    .Checking_alert .popuptext {
        padding: 3%;
        display: block;
    }

    .Checking_alert .popupbtns {
        display: block;
        padding: 0;
        text-align: right;
        /* border-top: 1px dotted #ddd; */
        background-color: #ddd;
    }

        .Checking_alert .popupbtns .btn_Cross {
            color: #fff;
            font-size: 17px;
            background-color: #BE4F3B !important;
            background-image: none;
            width: 43%;
            text-align: center;
            /* float: right; */
            padding: 10px 1%;
            display: table-cell;
            vertical-align: middle;
        }

        .Checking_alert .popupbtns .btn_auto {
            border-radius: 0;
            padding: 14px 20px;
        }

    .Checking_alert .popupcontainer h1, .popupcontainer p, .popupcontainer a {
        color: inherit;
    }



    .Checking_alert div#Container_Salary .btn_Cross, a#btn_PopJustBrowsing {
        color: #fff;
        font-size: 17px;
        background-color: #5EA032;
        background-image: none;
        width: 40%;
        /* float: left; */
        text-align: center;
        padding: 10px 1%;
        display: table-cell;
        vertical-align: middle;
    }

    .Checking_alert .popupbtns .btn_auto {
        border-radius: 0;
        padding: 14px 20px;
    }

    .Checking_alert .popupcontainer h1, .popupcontainer p, .popupcontainer a {
        color: inherit;
    }

/*checking*/

/*=========================================black list===========================================*/
.Black {
    font-size: 15px !important;
}

    .Black .headingtext {
        font-family: 'Open Sans Condensed', sans-serif;
        font-size: 25px;
        display: block;
        text-align: left !important;
        padding: 5px 0;
        margin: 10px 0 10px;
    }

    .Black .breadcrumb {
        /* background-color: #f4f4f4; */
        padding: 5px 0;
        color: #FFFFFF;
        background: none;
        text-shadow: 1px 1px 1px #333;
    }

    .Black .blacklistinfomsg {
        background-color: #fff;
        padding: 10px;
        background-color: #1e83c7;
        color: #fff;
        margin: 10px 10px 0;
        padding: 20px;
    }

        .Black .blacklistinfomsg h3 {
            color: #fff;
            font-size: 20px;
            margin: 0 0 15px;
            border-bottom: 1px solid;
            padding: 0 0 5px;
            text-transform: uppercase;
        }

        .Black .blacklistinfomsg p {
            color: #fff;
            font-size: 15px;
        }

    .Black .centeraline {
        text-align: center;
    }

    .Black .btnBlacklisted {
        color: #fff;
    }

        .Black .btnBlacklisted:hover {
            color: #fff;
        }



    .Black a.btn_auto.btnBlacklisted {
        font-size: 20px;
        background-color: #04609e;
        background-image: url(../img/blacklisted_ico.png);
        border-radius: 35px;
        padding: 14px 27px 14px 55px;
        background-repeat: no-repeat;
        background-size: 35px;
        background-position: 9px center;
    }

    .Black .list-iteme {
        margin: 10px 0;
        background-color: #fff;
        padding: 1%;
        float: left;
        width: 98%;
    }

    .Black .blacklistedM .list-imgdiv {
        max-height: 200px;
        overflow: hidden;
    }

    .Black .list-imgdiv {
        background-color: transparent;
        float: left;
        width: 18%;
        margin-right: 2%;
        min-height: 100px;
        padding: 0;
        text-align: center;
        position: relative;
    }

        .Black .list-imgdiv img {
            width: 100%;
        }

    .Black .list-textdiv {
        float: left;
        width: 80%;
        text-align: left;
    }

    .Black .headingtext {
        margin: 0px 0 0px;
    }

    .Black .headingtext {
        font-family: 'Open Sans Condensed', sans-serif;
        font-size: 30px;
        font-weight: normal;
        display: block;
        padding: 5px 0;
        margin: 10px 0 10px;
    }

    .Black p.list-Experiance {
        padding: 7px 0;
        text-align: l;
        line-height: 21px;
        margin: 0;
    }

        .Black p.list-Experiance small {
            display: inline-block;
        }

    .Black .list-Experiance i {
        display: inline-block;
        width: 17px;
        vertical-align: middle;
    }

    .Black img {
        max-width: 100%;
        height: auto;
    }

    .Black p.list-Experiance {
        padding: 7px 0;
        text-align: l;
        line-height: 21px;
        margin: 0;
    }
/*=========================================black list===========================================*/

/*forgot-pw*/
#forgot-pw_body {
    background-image: url(../img/innerpage-bg.jpg);
    /* background-size: cover; */
}

    #forgot-pw_body .global {
        width: 100%;
        max-width: 1000px;
    }

    #forgot-pw_body .global {
        margin: auto;
    }

    #forgot-pw_body .loginauto {
        margin: 28px auto 0;
        width: 100%;
        max-width: 500px;
    }

    #forgot-pw_body .loginpannel {
        float: left;
        max-width: 500px;
        width: 100%;
        background-color: rgba(255, 255, 255, 0.5);
        padding: 10px;
        box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.61);
        margin: 40px 0 50px;
    }

        #forgot-pw_body .loginpannel h3 {
            text-align: center;
            font-size: 30px;
            color: #fff;
            /* border-bottom: 1px dotted #aaa; */
            margin: -10px -10px 15px;
            font-weight: normal;
            font-family: 'Open Sans Condensed', sans-serif;
            padding: 15px 0;
            background-color: #00BCE1;
        }

        #forgot-pw_body .loginpannel .frm_row {
            text-align: center;
        }

        #forgot-pw_body .loginpannel .frm_row {
            text-align: center;
        }

    #forgot-pw_body .loginauto * {
        box-sizing: initial;
        -webkit-box-sizing: initial;
        -ms-box-sizing: initial;
        -moz-box-sizing: initial;
        -o-box-sizing: initial;
    }

    #forgot-pw_body .frm_row {
        float: left;
        width: 100%;
        margin-bottom: 15px;
    }

    #forgot-pw_body .txt_large {
        width: 99%;
        padding: 0;
        border: 1px solid #aaa;
        height: 29px;
    }
/*forgot-pw*/








/***************************************sahin css***************************************************/

/***************************************akash css***************************************************/

.modi {
    width: 45px;
}

.modii {
    font-weight: normal;
    font-size: 8px;
    color: #2D2D2D;
    display: block;
    font-family: 'proxima-nova', sans-serif;
    text-align: center !important;
}

.back {
    float: left;
    width: 100%;
    background-color: #eee;
    min-height: 100px;
    margin: 10px 0 0;
    background-image: url(../img/innerpage-bg.jpg);
    /* background-size: cover; */
}


/**************************shibu***************************************/
.search_info {
    margin: auto;
    width: 98%;
    max-width: 700px;
}

.searchinfo_body {
    position: relative;
}

    .searchinfo_body .profile-main {
        background-color: rgba(255, 255, 255, 0.79);
        margin: 13px 0 38px;
        padding: 0.4%;
        width: 99%;
    }

.profile-main {
    float: left;
}

.cross {
    position: absolute;
    right: -43px;
    width: 30px;
    top: -13;
    cursor: pointer;
}

    .cross img {
        width: 100% !important;
        margin-left: 0px;
        margin-top: 0px;
    }

.searchinfo_body .profile-imgdiv {
    margin: 0px 0 0px;
}

.profile-imgdiv {
    float: left;
    width: 100%;
    position: relative;
    background-color: #fff;
}

.searchinfo_body .proile-thumb {
    width: 30%;
    padding: 1%;
    max-height: 300px;
    overflow: hidden;
    position: relative;
}

.proile-thumb {
    float: left;
}

.searchinfo_body .proile-thumb img#imgCandidate {
    width: 100%;
}

.searchinfo_body .profile-imgdiv ul {
    width: 67%;
    margin-bottom: 0px;
}

.profile-imgdiv ul {
    list-style: none;
    /* border: 1px solid #eee; */
    padding: 0%;
}

    .profile-imgdiv ul li {
        padding: 6px;
        display: inline-block;
        margin: 3px 0;
        /* float: left; */
        vertical-align: top;
        width: 99%;
    }

.social-Share.desk {
    display: block;
}

li .social-Share {
    margin: 0;
}

.flot-right {
    float: right;
}

.social-Share div {
    display: inline-block;
    text-align: center;
    width: 30px;
    padding: 3px;
    margin-bottom: 4px;
    vertical-align: top;
}

div.facebook {
    background-color: #305cb4;
}

.profile-imgdiv ul li .social-Share div a, .social-Share div a {
    background-color: transparent;
}

.profile-imgdiv ul li a {
    display: block;
}

.social-Share div {
    display: inline-block;
    text-align: center;
    width: 30px;
    padding: 3px;
    margin-bottom: 4px;
    vertical-align: top;
}

div.twitter {
    background-color: #07b6ef;
}

.profile-imgdiv ul li {
    padding: 6px;
    display: inline-block;
    margin: 3px 0;
    /* float: left; */
    vertical-align: top;
    width: 99%;
}

div.gplus {
    background-color: #e33737;
}

div.whatsapp {
    background-color: #5CBE4A;
    display: none;
}

.searchinfo_body h3.headingtext {
    margin: 0 0 0px;
    padding: 0;
}

.searchinfo_body .subheading {
    text-align: left;
    margin: 6px 0 -7px;
    padding: 0;
}

.subheading {
    display: block;
    font-size: 16px;
}

.searchinfo_body .subheading span {
    color: #fff;
    background-color: #74B748;
    padding: 1%;
    display: inline-block;
    width: auto;
    margin: 0 1px 0px;
}

.profile-imgdiv ul.commondetailslist li {
    border-bottom: 1px solid #eee;
    display: inline-block;
    margin: 0 1% 0 0;
}

.profile-imgdiv ul li {
    padding: 6px;
    /* float: left; */
    vertical-align: top;
}

.profile-imgdiv ul.commondetailslist li b {
    font-weight: normal;
    font-size: 13px;
}

.profile-imgdiv ul.commondetailslist li strong {
    float: right;
    margin-left: 8px;
    font-size: 13px;
}

ul.commondetailslist.fullwidth li {
    width: 96%;
}

.profile-imgdiv ul.commondetailslist li {
    display: inline-block;
    margin: 0 1% 0 0;
}

ul.commondetailslist.fullwidth li:nth-last-child(1) {
    border: 0;
}

.marb {
    margin-bottom: 0px;
}

.popupscroll {
    float: left;
    width: 100%;
    overflow: auto;
    /* max-height: 571px; */
}

.searchinfo_body .profile-info {
    margin-bottom: 0;
}

.profile-info {
    float: left;
    background-color: #fff;
    width: 98%;
    padding: 1%;
}

.searchinfo_body .profile-specialitiesdiv:nth-child(1) {
    border-top: 1px solid #ddd;
    margin-top: 0;
    padding-top: 10px;
}

.searchinfo_body .profile-specialitiesdiv {
    width: 97%;
    min-height: inherit;
}

.profile-specialitiesdiv {
    float: left;
    margin: 10px 1%;
    padding: 0 1% 10px;
    border-bottom: 1px solid #ddd;
}

    .profile-specialitiesdiv big, .prfl_tbl big {
        color: #E74A0C;
        font-size: 14px;
        margin: 4px 0;
        display: block;
    }

.searchinfo_body .profile-main .profile-specialitiesdiv span.active {
    opacity: 1;
}

.searchinfo_body .profile-main .profile-specialitiesdiv span {
    width: 49%;
    max-width: none;
    text-align: left;
}

.profile-specialitiesdiv span {
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.searchinfo_body .profile-main .profile-specialitiesdiv span img {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
}

.searchinfo_body .profile-main .profile-specialitiesdiv span b {
    display: inline-block;
    vertical-align: middle;
    font-size: 11px;
}

.profile-specialitiesdiv span b {
    font-weight: normal;
    color: #494949;
}

.searchinfo_body .profile-main .profile-specialitiesdiv span.active i {
    width: 13px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    right: 0;
}

.searchinfo_body .profile-main .profile-specialitiesdiv span img {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
}

.searchinfo_body table {
    border: 1px solid #EBEBEB;
    padding: 2px;
    border-collapse: inherit;
    border-radius: 5px;
}

    .searchinfo_body table th {
        background-color: #EEE;
        color: #333;
        padding: 7px;
        border-bottom: 1px solid #D6D6D6;
        text-align: center;
        font-size: 13px;
    }

table th {
    background-color: #00BCE1;
    vertical-align: top;
    font-weight: normal;
}

.searchinfo_body table tr:nth-last-child(1) td {
    border: 0;
    font-family: 'proxima-nova', sans-serif;
    font-size: 13px;
    color: #333;
}

.profile-specialitiesdiv td {
    background-color: #f4f4f4;
}


table td {
    padding: 5px;
    padding-top: 7px;
    padding-bottom: 7px;
    vertical-align: top;
}

a#Shortlist_Now.btn_auto {
    background-color: #BE3B3B !important;
    background-image: -webkit-linear-gradient(top, #BE3B3B, #A92B2B);
}

.search_info.popupbtnrow p a {
    border-radius: 0;
    color: #fff;
    padding: 10px 0;
    position: relative;
    bottom: 0;
    height: auto;
    overflow: hidden;
    font-size: 15px;
    display: table-cell;
    transition: 0.5s all;
    width: 50%;
    right: initial;
    top: initial;
    text-align: center;
}

.search_info.popupbtnrow {
    position: fixed;
    bottom: 65px;
}

.search_info {
    max-width: 655px;
}

    .search_info.popupbtnrow p {
        display: table;
        width: 100%;
    }

.smalll {
    width: 15px !important;
}










.homestepscon {
    float: left;
    width: 100%;
    margin: 10px 0;
    padding: 20px 0;
}

    .homestepscon.promote_candidate h3.headingtext.centeraline {
        color: #007CAA;
    }

h3.headingtext.centeraline {
    text-align: center;
    font-size: 35px;
    margin-bottom: 30px;
    font-family: 'proxima-nova', sans-serif;
}

.headingtext {
    /* font-family: 'Open Sans Condensed', sans-serif; */
    font-size: 17px;
    font-weight: normal;
    display: block;
    padding: 5px 0;
    margin: 10px 0 10px;
}

.PromoteSlider2 .promote_Slide {
    height: 550px;
}

.promote_Slide {
    box-sizing: border-box;
    padding: 15px;
    margin: 3px;
    box-shadow: 0px 0px 1px #aaa;
    line-height: 20px;
    height: 415px;
    position: relative;
}

.PromoteSlider2 .candidate_img {
    max-height: 323px!important;
}


.candidate_img {
    width: 100%;
    background-color: #eee;
    overflow: hidden;
    margin: 0 0 10px;
    position: relative;
}

    .candidate_img img {
        width: 100%;
    }

.global {
    margin: auto;
}

.promote_Slide p b {
    font-size: 20px;
    font-weight: normal;
    text-align:center;
}

.PromoteSlider2 small b {
    display: block;
}

PromoteSlider2 small {
    text-align: center;
}

.promote_Slide small {
    display: block;
    /* border-right: 1px solid #ddd; */
    padding: 0 5px;
}

.PromoteSlider2 small b {
    display: block;
}

.PromoteSlider2 small big {
    color: #924141;
}

.promote_Slide big {
    display: block;
    font-size: 17px;
    padding: 0 5px;
}

a.btn_auto.postreqt_btn {
    display: block;
    text-align: center;
    font-size: 15px;
    background-image: none;
    background-color: #08486b;
    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;
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999;
    display:none;
}

@media only screen and (max-width: 480px) .homestepscon {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.bx-wrapper {
    position: relative;
    margin: 0 auto;
    padding: 0;
}

@media only screen and (max-width: 480px) .bx-wrapper {
    max-width:309px !important;
}

.homestepscon.promote_candidate .bx-viewport {
    box-shadow: none;
}

.bx-wrapper .bx-viewport {
    border: 5px solid #fff;
    left: -5px;
    background: #fff;
    transform: translatez(0);
}

.candidate_img {
    width: 100%;
    background-color: #eee;
    overflow: hidden;
    margin: 0 0 10px;
    position: relative;
}

.bx-loading{
    display:none!important;
}

.homestepscon.overseas_sec h3 {
    line-height: 34px;
}

a.btn_auto.postreqt_btn {
    display: block;
    text-align: center;
    font-size: 15px;
    background-image: none;
    background-color: #08486b;
    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;
}

.PromoteSlider2 .promote_Slide {
    height: 550px;
}

.PromoteSlider2 small i {
    background-color: #eee;
    padding: 4px 8px;
    margin: 0 2px 3px;
    display: inline-block;
    border-radius: 50px;
}

.PromoteSlider2 small {
    text-align: center;
}

.PromoteSlider2 p {
    text-align: center;
    margin: 0 0 7px;
}

.PromoteSlider2 .candidate_img {
    max-height: 323px;
}

.PromoteSlider2 small b {
    display: block;
}

.PromoteSlider2 small big {
    color: #924141;
}

.bx-wrapper .bx-viewport {
    left: 0px!important;
}
/********************************************************************m-38**********************************************/
.profile-sidebar {
    padding: 20px 0 10px 0;
    background: #fff;
}

.profile-userpic {
    text-align: center;
}

    .profile-userpic img {
        float: none;
        margin: 0 auto;
        width: 75%;
        height: 75%;
        border-radius: 10px;
        max-width: 250px;
    }

img {
    vertical-align: middle;
    border-style: none;
}

.bubblediv.avaialble {
    background-image: url(img/bubble_available.png);
    font-size: 14px;
}

.bubblediv {
    position: absolute;
    top: -11px;
    right: 15px;
    background-repeat: no-repeat;
    width: 88px;
    background-size: 100%;
    box-sizing: border-box;
    color: #fff;
    padding: 35px 0px 33px 0px;
    font-weight: bold;
    opacity: 0.8;
    font-size: 15px;
    /* background-color: #eb1d25; */
    /* box-shadow: 3px 3px 5px #5a5a5ac2; */
    /* border: 4px solid #fff; */
    /* border-radius: 71px; */
    /*transform: rotate(10 deg);
    -ms-transform: rotate(20deg);
    -webkit-transform: rotate(20deg);*/
    transform: rotate(20deg);
    text-transform: uppercase;
    letter-spacing: -1px;
}

.profile-usertitle {
    text-align: center;
    margin-top: 20px;
}

.profile-usertitle-name {
    color: #5a7391;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 7px;
}

.profile-userbuttons {
    text-align: center;
    margin-top: 10px;
}

a.btn.btn-success.btn-sm.interview_btn {
    font-size: 13px;
    font-weight: normal;
    border-radius: 40px;
}

.profile-userbuttons .btn:last-child {
    margin-right: 0px;
}

.profile-userbuttons .btn {
    text-transform: uppercase;
    padding: 6px 15px;
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.interview_btn i {
    font-size: 18px;
    vertical-align: middle;
    display: inline-block;
    margin: -2px 6px 0px -6px;
}

.profile-usermenu {
    margin-top: 30px;
}

.list-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}

.profile-usermenu ul li.active {
    color: #484848;
    background-color: #f6f9fb;
    border-left: 2px solid #5b9bd1;
    margin-left: -2px;
    margin-bottom: 5px;
}

.profile-usermenu ul li.active {
    border-bottom: none;
}

.profile-usermenu ul li {
    width: 100%;
    display: block;
    padding: 8px;
}

    .profile-usermenu ul li p {
        margin: 0;
    }

    .profile-usermenu ul li .row div .fa {
        color: #4387c1;
        margin: 0 2px 0 -3px;
    }

.profile-inforow {
    margin: 10px 0 0;
    border-top: 1px solid #dedede;
    padding: 10px 0;
}

.aboutus-title {
    font-size: 15px;
    letter-spacing: 0;
    line-height: 32px;
    margin: 0 0 15px;
    padding: 0 0 7px;
    position: relative;
    text-transform: uppercase;
    color: #000;
}

    .aboutus-title::after {
        background: #fdb801 none repeat scroll 0 0;
        bottom: 0;
        content: "";
        height: 2px;
        left: 0;
        position: absolute;
        width: 54px;
    }

p.aboutus-text {
    margin: 0;
}

a#btn_ClientInterest {
    width: 100%;
}

.profile-userbuttons .btn:last-child {
    margin-right: 0px;
}

.profile-userbuttons .btn {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: normal;
    padding: 6px 15px;
    border-radius: 5px;
}

.btn-group-sm > .btn, .btn-sm {
    line-height: 1.5;
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}


/********************************************************************m-38**********************************************/
#mobile_icon {
    display: none;
}
@media only screen and (max-width: 768px) {
    #mobile_icon {
        position: fixed;
        bottom: 0px;
        width: 100%;
        z-index: 99;
        display:block;
    }
    .mobile {
        padding: 0;
    }
        .mobile ul li {
            display: inline-block;
            width: 25%;
            margin: -2px;
            padding: 6px 20px;
        }
        .mobile ul {
            padding: 0;
            padding-bottom: 0px;
            margin-bottom: 0;
        }
        .mobile .posi1 {
            background: #448aff;
            
        }
        .mobile .posi2 {
            background: #95d03a;
        }
        .mobile .posi3 {
            background: #cb2027;
        }
        .mobile .posi4 {
            background: #4267b2;
        }
   
}