@charset "UTF-8";
@font-face {
    font-family: kozGoPro-bold;
    src: url('../fonts/kozGoPro-bold.otf');
}

@font-face {
    font-family: kozGoPro-extraLight;
    src: url('../fonts/kozGoPro-extraLight.otf');
}

@font-face {
    font-family: kozGoPro-heavy;
    src: url('../fonts/kozGoPro-regular.otf');
}

@font-face {
    font-family: kozGoPro-light;
    src: url('../fonts/kozGoPro-regular.otf');
}

@font-face {
    font-family: kozGoPro-medium;
    src: url('../fonts/kozGoPro-regular.otf');
}

@font-face {
    font-family: kozGoPro-regular;
    src: url('../fonts/kozGoPro-regular.otf');
}

@font-face {
    font-family: meiryo;
    src: url('../fonts/meiryo.ttf');
}

@font-face {
    font-family: meiryob;
    src: url('../fonts/meiryob.ttf');
}

body {
    font-family: kozGoPro-regular;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background-color: #F0F2F0;
}


/*---------------------------------------
      MENU              
  -----------------------------------------*/
  @media (min-width:767px) and (max-width:1920px) {
  i.fas.fa-caret-down.mobile_dropdown_icn.one {
    display: none;
}
i.fas.fa-caret-down.mobile_dropdown_icn.two {
    display: none;
}
.fas.fa-caret-down.mobile_dropdown_icn.three {
    display: none;
}
.fas.fa-caret-down.mobile_dropdown_icn.four {
    display: none;
}

}
  

.custom-navbar {
    border: none;
    margin-bottom: 0;
    padding: 0px 0;
}

.shrink.custom-navbar .navbar-brand {
    width: 200px;
}

.custom-navbar .navbar-nav {
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
}
.contact-html-login-error {
    margin: auto;
}
.contact-html-login-error-text {
    font-size: 1.4rem;
}
.error_messe {
    font-size: 18px;
    padding: 15px 0;
}
.contact-html-login-error-text {
    font-size: 1.4rem;
    padding: 0px 15px;
}
.contact-html-login-error-btn {
    background: #4c4238;
    color: white;
    border-radius: 10px;
    padding: 7px 14px;
}
.contact-html-login-error-btn:hover{
    zoom: 1.1;
    transition: none;
}

.custom-navbar .nav-item {
    padding: 7px 20px;
}
.member-only_margin{
    margin: auto;
}

.custom-navbar.shrink .nav li:last-child {
    margin-right: 10px;
}

.custom-navbar .nav li a {
    font-size: 16px;
    font-weight: normal;
    color: #4c4238;
    line-height: normal;
    font-style: normal;
    font-family: kozGoPro-regular;
}
.candidate-id-is-not-found {
    margin: auto;
    font-size: 24px;
    font-weight: 700;
}
.access-denied-para-margin-auto{
    margin: auto;
}
.rounded{
    border: 2px solid;
    color: #000;
}
.custom-navbar .nav li :hover {
    color: #4c4238;
}

.custom-navbar .nav li a .active>a {
    background-color: transparent;
    color: #373a41;
}

.navbar-nav>li>a:hover,
.navbar-nav>li>a:focus {
    background-color: transparent;
}

.navbar-toggle {
    border: none;
    padding-top: 10px;
    background-color: transparent;
}

.navbar-toggle .icon-bar {
    background: #373a41;
    border-color: transparent;
}

.top-nav-collapse {
    background: #ffffff;
}
/* .table-responsive {
    display: table;
    width: 100%;
} */

.nav-quote-btn {
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}
.not_updated_button {
    background: #ff7800;
    padding: 5px 20px;
    border-radius: 7px;
    font-size: 12px;
    color: #fff;
    display: inline-block;
}
.nav-quote-btn:hover {
    -webkit-transform: translatey(4px);
    transform: translatey(4px);
}

.custom-navbar .nav li a.quote-btn {
    background: -webkit-gradient(linear, left top, right top, from(#FF8D6B), to(#FFAE6C));
    background: linear-gradient(90deg, #FF8D6B 0%, #FFAE6C 100%);
    color: #fff;
    border-radius: 0 15px;
    padding: 12px 40px !important;
    margin-left: 20px;
    position: relative;
    top: 5px;
}

.custom-navbar .nav li a.quote-btn:hover {
    background: -webkit-gradient(linear, left bottom, left top, from(#FF8D6B), color-stop(50%, #FFAE6C));
    background: linear-gradient(0deg, #FF8D6B 0%, #FFAE6C 50%);
    -webkit-box-shadow: 0 0 12px 2px #F2F2F2;
    box-shadow: 0 0 12px 2px #F2F2F2;
}

.custom-navbar li.active {
    font-weight: 600 !important;
   
}

/* .custom-navbar li:hover {
    border-bottom: 2px solid #85aa85;
} */

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}

.custom-topbar {
    padding: 0px;
    margin: 0;
    text-align: right;
}

.custom-topbar ul {
    margin: 8px 0 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    list-style: none;
}

.custom-topbar li:first-child {
    background-color: #85aa85;
    margin: 0;
}

.custom-topbar li {
    margin-left: 10px;
    cursor: pointer;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    background-color: #cecece;
    padding: 4px 24px;
    border-radius: 10px;
}

.custom-topbar li:first-child i {
    padding-right: 5px;
}

.shrink {
    width: 100%;
    z-index: 9;
    background-color: #fff;
    -webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.2);
    -webkit-animation: 900ms cubic-bezier(0.2, 1, 0.22, 1) 0s normal none 1 running fadeInDown;
    animation: 900ms cubic-bezier(0.2, 1, 0.22, 1) 0s normal none 1 running fadeInDown;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    z-index: 99;
}

.custom-topbar li :hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.custom-topbar a {
    color: #fff;
    font-size: 24px;
    font-weight: normal;
    padding: 0;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}
.inpt-err-contact {
    margin: 0px 10px;
}

.custom-topbar a:hover {
    text-decoration: none;
    opacity: .5;
}

.custom-topbar a img {
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.custom-topbar a:hover {
    color: #fff;
}

.custom-topbar a span {
    padding: 10px;
}

/* .container {
    width: 100%;
    max-width: 1440px;
} */

section {
    position: relative;
    padding: 50px 0;
}
.member_reg_main{
    padding: 0px 0px !important;
}
i.fas.fa-caret-down.mobile_dropdown_icnmember-php2 {
    /* display: none; */
    font-size: 25px;
}


/*---------------------------------------
     BUTTONS               
  -----------------------------------------*/

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.navbar-toggler {
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border-radius: 0.25rem;
    padding: 0.15rem 0.5rem;
    background: #85aa85;
    max-width: 100%;
    margin: auto;
    display: block;
    margin-right: 40px;
}
.bottom-line {
    border-bottom: 1px solid #423931;
}

.navbar-toggler.collapsed .icon-bar {
    opacity: 1;
    top: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.navbar-toggler .icon-bar {
    display: block;
    width: 30px;
    height: 2px;
    border-radius: 1px;
}

.navbar .navbar-toggler .icon-bar {
    background-color: #fff;
}

.navbar-toggler .icon-bar {
    margin-top: 6px;
}

.navbar-toggler:not(.collapsed) .icon-bar {
    height: 2px;
    position: relative;
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    width: 30px;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(2) {
    top: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.navbar-toggler:not(.collapsed) .icon-bar:last-child {
    top: -6px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(3) {
    opacity: 0;
}

.collapse.show {
    background: -webkit-#bfd1c7;
    background: #bfd1c7;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.navbar-collapse {
    align-self: flex-end;
}

.navbar-nav li:hover>ul.dropdown-menu {
    display: block;
    margin-left: -50px;
    text-align: center;
    padding: 0;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
}

.navbar-nav>li>.dropdown-menu li a {
    padding: 10px 0;
}

.custom-navbar.shrink .navbar-nav>li>.dropdown-menu li {
    margin-right: 0;
}

.navbar-nav>li>.dropdown-menu li:hover {
    border: 0;
}

.navbar-nav>li>.dropdown-menu li a:hover {
    background-color: #86aa86;
    color: #ffffff;
}


/* rotate caret on hover */

.dropdown-menu>li>a:hover:after {
    text-decoration: underline;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}


/*# sourceMappingURL=style.css.map */

.bnr-cnt-col {
    position: absolute;
    bottom: 32px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.6);
    margin: auto;
    left: 0;
    max-width: 95%;
    right: 0;
    padding: 48px;
    border-radius: 13px;
    background-blend-mode: hard-light;
}

.bnr-img-sec {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    /*padding-top: 34px;*/
    padding-top: 0px;
}

.bnr-cnt-col-heading {
    font-size: 28px;
    color: #4c4238;
    margin: 5px 0;
    font-family: kozGoPro-bold;
}


/*****************home-section-3-start************************/

.christians-meet-heading {
    font-size: 42px;
    color: #85aa85;
    font-weight: bold;
    text-align: center;
    /* margin-bottom: 43px; */
    font-family: kozGoPro-bold;
}

.christians-meet p {
    color: #4c4238;
    font-size: 24px;
}

.register__btn {
    width: auto;
    display: inline-block;
    white-space: normal;
}
/*****************home-section-3-end************************/


/*****************home-section-testmonial-start************************/

.testmonial-sect {
    background-color: #bfd9d2;
}

.slider-img img {
    border-radius: 50%;
}

.testimonial-heading {
    color: #ffffff;
    font-size: 61px;
    margin-bottom: 46px;
}

.testimonial-subheading {
    color: #4c4238;
    font-size: 40px;
    margin-bottom: 20px;
}

.testimonial-discription {
    font-size: 24px;
    color: #4c4238;
    line-height: 36px;
}

#carouseltestmonial .carousel-inner .carousel-item .row {
    align-items: center;
}

#carouseltestmonial .carousel-inner .carousel-item {
    padding: 0 60px;
}

#carouseltestmonial .carousel-control-next,
#carouseltestmonial .carousel-control-prev {
    width: auto;
}

#carouseltestmonial .carousel-control-prev {
    left: 0%;
}

#carouseltestmonial .carousel-control-next {
    right: 0%;
}

#carouseltestmonial .carousel-indicators li {
    border-radius: 50%;
    width: 15px;
    height: 15px;
    background-color: #a3bab4;
}

#carouseltestmonial .carousel-indicators .active {
    background-color: #fff;
}


/*****************home-section-testmonial-end************************/


/*****************home-section-message-director-start************************/


/*.messagedirector .row {
    align-items: center;
}*/

.director-img img {
    border-radius: 50%;
}


/* .dmassage-heading {} */

.messagedirector {
    background-color: #cecece;
}

.dmassage-heading {
    font-size: 42px;
    color: #fefefe;
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
    font-family: kozGoPro-bold;
}

.director-massage {
    color: #4c4238;
    font-size: 24px;
    padding-left: 30px;
}

.director-massage ul {
    margin: 0;
    padding: 0;
}

.director-massage ul li {
    list-style: none;
}


/*****************home-section-message-director-end************************/
/***************captcha css************************/
.contact-capcha{
    margin-bottom: 20px;
}
/*****************home-section-establishment-start************************/

.establishment-intro {
    padding: 0;
}

.establishment-intro-inner {
    position: absolute;
    bottom: 45px;
    text-align: center;
    color: #fff;
    /* max-width: 70%; */
    margin: 0 auto;
    left: 0;
    right: 0;
}

.establishment-heading {
    text-shadow: burlywood;
    text-shadow: 0px 3px 7px rgb(0, 0, 0);
    font-size: 42px;
    font-weight: bold;
    font-family: kozGoPro-bold;
}

.establishment-discription {
    margin: 0;
    text-shadow: 0px 3px 7px rgb(0, 0, 0);
}

footer {
    background-color: #85aa85;
}

.foot-ul {
    padding: 45px 0 90px;
}

.foot-ul ul {
    display: flex;
    justify-content: space-between;
    padding: 0 30px;
    margin: 0;
}

.foot-ul ul li {
    list-style: none;
}

.foot-ul ul li a {
    color: #fff;
    font-size: 24px;
}

.copywrght {
    color: #fff;
    font-size: 24px;
    text-align: center;
    padding-bottom: 36px;
}
.partner-id-password-incorrect {
    font-size: 24px;
    font-weight: 700;
}


/*****************home-section-establishment-end************************/
.thanks-text-div {
    text-align: center;
    margin: auto;
}
.navbar-brand img {
    margin-top: -40px;
}

.shrink .navbar-brand img {
    margin-top: 0px;
}

.custom-navbar .nav-item a {
    padding: 0;
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 2px;
    border: 1px solid #969595;
    border-radius: 0;
}

.navbar-expand-md .navbar-nav .dropdown-menu {
    min-width: 275px;
    top: 42px;
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.fnt-szdrp-1 {
    font-size: 22px;
    margin-left: 4px;
}
.fnt-szdrp-2{
    font-size: 22px;
    margin-left: 4px;
}
.fnt-sz-drp-3{
    font-size: 22px;
    margin-left: 4px;
}


/* Ram css start 28/01/2021 */


/* after login page css start */

.aftr_lgn_main_para {
    font-size: 24px;
    margin: 0;
    color: #4c4238;
    padding: 0;
}

.after_login_para {
    border: 2px solid #000;
    padding: 60px;
}

.after_login_lst {
    margin: 0;
    padding: 0;
}

.after_login_lst_itm {
    list-style: none;
    font-size: 24px;
    color: #4c4238;
    margin-bottom: 30px;
}

.after_login_lst_itm:last-child {
    margin-bottom: 0px;
}

.aftr_lgn_main_sec {
    border-top: 1px solid #423931;
}


/* after login page css start */


/* faq page css start */

.accordian_btn {
    border: none;
    display: inline-block;
    background: no-repeat;
    text-align: center;
    line-height: normal;
    font-size: 20px;
    padding: 0 20px;
    font-weight: 700;
    cursor: pointer;
}

button.accordian_btn:focus {
    outline: 1px dotted;
    outline: none;
}

.accordain_head {
    display: flex;
    vertical-align: middle;
    align-items: center;
}

.card {
    margin: 30px 0;
}


/* faq page css end */


/* Ram css end 28/01/2021 */


/* Ram css start 16/02/2021 */

.member_reg_tbl .member_reg_tbl_head,
.member_reg_tbl .member_reg_tbl_data {
    border: 1px solid #969595;
}

.member_reg_tbl {
    max-width: 90%;
    /* margin: 50px auto 30px; */
    margin: 0px auto 30px;
    /* border: 1px solid #969595; */
}

.member_reg_tbl .member_reg_tbl_head {
    background: #bfd1c7;
    color: #4c4238;
    font-weight: normal;
}

.member_tbl_div {
    text-align: center;
    margin: 35px 0;
}

.member_tbl_div a {
    padding: 15px 80px;
    background: #7dc8e0;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    border-radius: 7px;
}

.member_reg_testimonial_sec {
    background-color: #e8dbcd;
}

.member_reg_tbl .member_reg_tbl_row .member_reg_tbl_data .red_btn {
    margin-left: 20px;
    background: #ff0000;
    padding: 5px 20px;
    border-radius: 7px;
    font-size: 12px;
    color: #fff;
}

.member_reg_tbl .member_reg_tbl_row .member_reg_tbl_data .red_btn.grn_btn {
    background: #178e00;
}

.member_reg_tbl .member_reg_tbl_row .member_reg_tbl_data .red_btn.blk_btn {
    background: #4e4f57;
}

.member_reg_tbl .member_reg_tbl_row .member_reg_tbl_data .red_btn.orng_btn {
    background: #ff7800;
}

.member_reg_tbl .member_reg_tbl_row .member_reg_tbl_data .red_btn.pnk_btn {
    background: #ff8bac;
}


/* .member_reg_frst_sec {
                        border-top: 1px solid #423931;
                    } */

/* .member_reg_tbl_row:last-child .member_reg_tbl_data {
     border: none !important; 
} */


/* Ram css ends 16/02/221 */


/* Vishal 08/03/2021 */

.member_reg_label {
    text-align: right;
}

.member_h2 {
    text-align: center;
}

.cstm_form {
    width: 100%;
    margin: auto;
}
.partner-id-password-incorrect {
    font-size: 24px;
    font-weight: 700;
}

/* .form-group {
     text-align: left;
 } */

.member_reg_mend_col {
    background: #1207f5;
    color: white;
    font-size: 12px;
}

.member_btn {
    background: #4c4238;
    color: white;
    text-align: center;
    padding-right: 70px;
    padding-left: 70px;
    font-size: 25px;
}

.member_reg_mend_col {
    margin-left: 30px;
}

.member_reg_form_group_col1 {
    text-align: right;
    font-size: 17px;
    color: #86817c;
    justify-content: flex-end;
}

.member_reg_form_group_inner_label_col {
    justify-content: flex-end;
}

.member_reg_form_group_col2 {
    font-size: 17px;
    color: #86817c;
}

.member_head {
    text-align: center;
    margin-bottom: 30px;
    margin-top: 20px;
    color: #4c4238;
    padding-bottom: 10px;
    border: none;
    position: relative;
}

.member_head:after {
    content: '';
    border-bottom: 1px solid #c7c6c2;
    display: block;
    width: 30%;
    margin: auto;
    bottom: 0;
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
}

.member_reg_btn {
    text-align: center;
    display: block;
    margin: auto;
}

.reg_textarea {
    text-align: center;
}

.form-input {
    margin-left: 10px;
    margin-right: 10px;
}

.member_form_sec {
    padding-top: 0;
}

.member_reg_main {
    background: #f0f2f0;
}

 ::placeholder {
    color: #d1cfcd;
}

.member_reg_txtarea {
    width: 80%;
}

.form-control::placeholder {
    color: #bfbdbb;
}

.cstm_chkbx_spccing {
    margin-left: .5rem;
}

.system_group_div {
    margin: 22px 80px !important;
    position: relative;
}

.article_contnt {
    margin-right: 0px;
    margin-left: 0px;
}

.red_span {
    color: red;
    margin-left: 10px;
}

.enter_radio {
    margin-left: 10px;
}

.left_mr {
    margin-left: 9px;
}
.cntct_fnt {
    font-size: 16px;
}

/* vishal css end */


/* ram css start */


/* .member_reg_sub_label {
     margin-right: 1rem;
 } */


/* ram css end */
.dta-ds-nt-ext-sec{
    margin: auto;
}

@media (max-width:767px) {
    .custom-navbar {
        padding: 15px 0px 15px;
    }
    .id_does_not_exist_text{
        font-size: 24px;
        padding: 0px 15px;
    }
    .entered-id-nmbr{
        font-size: 24px;
    }
    .register_radio_btn{
        display: block;
    }
    .custom-navbar .navbar-nav {
        padding: 0px 0px 0px;
        margin-left: 0;
        margin-right: 0;
    }
    .custom-navbar .navbar-brand {
        margin-right: 0;
        max-width: 60%;
        margin: auto;
        text-align: center;
        margin-left: 10px;
    }
    .custom-navbar .navbar-brand img {
        max-width: 80%;
        margin: auto;
        text-align: center;
    }
   
    .partner-id-password-incorrect {
        font-size: 20px;
        font-weight: 700;
        /* padding-bottom: 22px; */
    }
    .navbar-toggler {
        padding: 0.15rem 0.5rem;
        border: 1px solid #85aa85;
        background: #85aa85;
    }
    .navbar .navbar-toggler .icon-bar {
        background-color: #fff;
    }
    .navbar-toggler:focus {
        outline: 1px dotted #85aa85;
        outline: 5px auto #85aa85;
    }
    .custom-topbar .topbar-left-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .custom-topbar .topbar-left-list a {
        padding-left: 0px;
        font-size: 11px;
    }
    .custom-topbar .topbar-left-list a span {
        padding: 10px 0;
    }
    .custom-topbar .topbar-left-list img {
        width: 16px;
        margin-right: 5px;
    }
    .custom-topbar .topbar-left-list li:last-child {
        margin-left: auto;
    }
    /* .custom-topbar .topbar-right-list {
        display: none;
    } */
    /* .custom-topbar li {
        padding: 10px !important;
    } */
    .christians-meet-heading {
        font-size: 28px;
        margin-bottom: 24px;
    }
    .after_login_para {
        padding: 20px;
    }
    .aftr_lgn_main_para {
        font-size: 18px;
        line-height: normal;
    }
    section {
        padding: 50px 0 20px;
    }
    .after_login_lst_itm {
        font-size: 18px;
        margin-bottom: 10px;
        line-height: normal;
    }
    .dmassage-heading {
        font-size: 32px;
    }
    .director-massage {
        font-size: 14px;
        padding-left: 0px;
        margin-bottom: 30px;
        line-height: normal;
    }
    .foot-ul {
        padding: 25px 0 20px;
    }
    .foot-ul ul {
        display: block;
        padding: 0px;
    }
    .foot-ul ul li {
        list-style: none;
        line-height: normal;
    }
    .foot-ul ul li a {
        font-size: 18px;
        text-transform: capitalize;
        text-decoration: underline;
    }
    .copywrght {
        font-size: 16px;
        padding: 10px 0;
        line-height: normal;
        border-top: 1px solid #fff;
    }
    .aftr_lgn_main_sec {
        border-top: none;
    }
    .member_reg_form_group_col2,
    .member_reg_form_group_col1 {
        font-size: 15px;
        text-align: center;
    }
    .member_head {
        font-size: 18px;
    }
    .member_reg_form_group_col1 {
        justify-content: center;
    }
    .member_reg_form_group_inner_label_col {
        justify-content: flex-start;
    }
    .navbar-toggler {
        margin-right: 20px;
    }
    .form-group {
        margin-bottom: 1.5rem;
        margin-top: 1rem;
    }
    .member_reg_mend_col {
        margin-left: 0px;
    }
    .member_reg_label {
        text-align: center;
        font-weight: 600;
        margin-bottom: 1rem !important;
    }
    .col-sm-7.member_reg_form_group_col2.ml-2.form-inline {
        margin: 0 !important;
    }
    .form-inline .form-check,
    .form-inline .form-group {
        width: auto;
        margin: auto;
    }
    .form-control {
        margin-bottom: 10px;
    }
    .member_btn {
        margin-bottom: 30px;
    }
    .member_reg_txtarea {
        width: 100%;
    }
    .dash_lbl {
        display: none !important;
    }
    .rvrs_row {
        flex-wrap: wrap-reverse;
    }
    .member_reg_inr_label {
        width: 100%;
        margin: 0 auto 1rem;
        font-weight: 600;
    }
    .member_reg_sub_label {
        margin-bottom: .5rem !important;
    }
    .invisible {
        display: none;
    }
    #carouseltestmonial .carousel-inner .carousel-item {
        padding: 0;
    }
    .testimonial-heading {
        font-size: 32px;
        text-align: center;
        margin-top: 20px;
    }
    .testimonial-subheading {
        font-size: 24px;
        text-align: center;
    }
    .testimonial-discription {
        font-size: 14px;
        padding: 0 30px;
    }
    .carousel-indicators {
        bottom: -20px;
    }
    .member_reg_tbl .member_reg_tbl_row .member_reg_tbl_data .red_btn {
        display: block;
        text-align: center;
        margin: auto;
    }
    .bnr-cnt-col {
        bottom: 2px;
        max-width: 98%;
        padding: 2px;
        position: relative;
        margin-top: 20px;
    }
    .bnr-cnt-col-heading {
        font-size: 12px;
    }
    .christians-meet p {
        color: #4c4238;
        font-size: 14px;
    }
    .establishment-intro-inner {
        position: absolute;
        bottom: 0;
        text-align: center;
        color: #fff;
        max-width: 100%;
        /* margin: 30px auto; */
        left: 0;
        right: 0;
    }
    .establishment-heading {
        text-shadow: none;
        font-size: 24px;
        /* color: #000; */
    }
    .establishment-discription {
        margin: 0;
        text-shadow: none;
        /* color: #000; */
    }
    .establishment-discription1{
        font-size: 11px;
    }
    .establishment-discription2{
        font-size: 13px;
    }
    .accordian_btn {
        font-size: 16px;
    }
    .accordain_head {
        font-size: 18px;
    }
    .testimonial-subheading {
        font-size: 28px;
    }
}
@media (min-width:490px) and (max-width:767px){
    .establishment-discription2 {
        font-size: 10px;
    }
    .establishment-discription1 {
        font-size: 10px;
    }
    .establishment-heading {
        font-size: 13px;
    }
    .establishment-intro-inner {
        bottom: 10px;
    }    
}
@media (max-width:489px){
    .establishment-intro .bnr-img {
        height: 180px;
        object-fit: cover;
    }
    .establishment-heading{
        font-size: 20px;
    }
    .establishment-discription1 {
        font-size: 14px;
    }
    .establishment-discription2 {
        font-size: 14px;
    }
}

/* @media (min-width:320px) { */
    /* .establishment-discription2{
        font-size: 7px;
    } */
    /* .establishment-discription1{
        font-size: 6px;
    }
    .establishment-heading{
        font-size: 12px;
    } */
    .mobile_dropdown_icnmember-php{
        display: block !important;
    }
@media (min-width:576px) and (max-width:767px){
    .mobile_dropdown_icnmember-php {
        font-size: 22px;
        position: absolute;
        top: 168px;
        right: 25px;
    }
    .pswrd-snt-email-error {
        font-size: 20px;
    }
    i.fas.fa-caret-down.mobile_dropdown_icnmember-php2 {
        font-size: 25px;
        position: absolute;
        top: 18px;
        right: 24px;
        display: block;
    }
    
    .dropdown{
        position: relative;
    }
}
@media (min-width:768px) and (max-width:1024px) {
    .custom-topbar {
        padding: 10px 0px 12px;
        text-align: center;
        border-bottom: 1px solid #4c4238;
        margin: 0px;
    }
    .custom-topbar ul {
        display: flex;
        margin: 0px;
        padding: 0;
    }
    .custom-topbar li {
        margin-left: auto;
        cursor: pointer;
        padding: 10px 15px;
        border-radius: 7px;
    }
    .custom-topbar li:first-child {
        margin-right: auto;
        margin-left: 0;
    }
    .custom-topbar li a {
        font-size: 12px;
        padding: 0;
    }
    .navbar-brand {
        width: 35%;
        margin-right: 0;
    }
    .navbar-brand img {
        margin-top: 0;
        max-width: 60%;
    }
    .navbar-nav>li+li {
        margin-left: 0;
    }
    /* .custom-navbar .navbar-nav {
        margin: 10px 0;
    } */
    .custom-navbar .nav li a {
        font-size: 12px;
    }
    .custom-navbar .nav-item {
        padding: 0px 0px;
    }
    .christians-meet-heading {
        font-size: 36px;
        margin-bottom: 27px;
    }
    .after_login_para {
        border: 1px solid #000;
        padding: 30px;
    }
    .aftr_lgn_main_para {
        font-size: 16px;
        line-height: normal;
    }
    .after_login_lst_itm {
        font-size: 16px;
        margin-bottom: 10px;
        line-height: normal;
    }
    .dmassage-heading {
        font-size: 36px;
        line-height: normal;
    }
    .director-massage {
        font-size: 16px;
        padding-left: 0px;
    }
    .foot-ul {
        padding: 20px 0 50px;
    }
    .foot-ul ul {
        padding: 0 0px;
    }
    .foot-ul ul li a {
        color: #fff;
        font-size: 16px;
        text-transform: capitalize;
    }
    .copywrght {
        font-size: 16px;
        padding: 0px 0 20px;
    }
    .member_reg_frst_sec {
        padding: 50px 0 20px;
        margin: auto;
    }
    .member_head {
        margin-top: 10px;
        font-size: 22px;
    }
    .member_reg_mend_col {
        margin-left: 10px;
        padding: 3px 5px;
    }
    .cstm_chkbx_spccing {
        margin-left: 0rem;
    }
    .member_reg_txtarea {
        width: 100%;
    }
    .member_reg_row {
        margin: 0px auto 50px;
    }
    .member_reg_row:last-child {
        margin-bottom: 0;
    }
    .custom-navbar {
        padding: 10px 0;
    }
    .testimonial-subheading {
        font-size: 28px;
    }
}

@media (min-width: 768px) {
    /* .custom-navbar {
         border-bottom: 0;
         background: 0 0;
     } */
    .custom-navbar.top-nav-collapse {
        background: #ffffff;
        -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
        box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
        padding: 10px 0;
    }
    .top-nav-collapse .navbar-brand {
        color: #252525;
    }
    .top-nav-collapse .nav li a {
        color: #575757;
    }
    .top-nav-collapse .nav .section-btn a {
        color: #ffffff;
    }
    .navbar-nav>li {
        padding-bottom: 28px;
        padding-top: 12px;
    }
    .navbar-nav>li:before,
    .navbar-nav>li:after {
        content: " ";
        display: block;
        height: 0;
        width: 0;
        opacity: 0;
        -webkit-transition: opacity 0.3s;
        -o-transition: opacity 0.3s;
        transition: opacity 0.3s;
    }
    .navbar-nav>li+li {
        margin-left: 12px;
    }
    .navbar-nav>li>a {
        border-radius: 3px;
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 20px;
    }
}

@media (min-width:1025px) and (max-width:1199px) {
    .custom-topbar a {
        font-size: 16px;
    }
    .custom-topbar ul {
        margin: 8px 0 20px;
    }
    .custom-navbar .nav-item {
        padding: 0px;
        margin: 0 10px !important
    }
    .christians-meet-heading {
        font-size: 38px;
        margin-bottom: 35px;
    }
    .after_login_para {
        padding: 20px;
    }
    .aftr_lgn_main_para {
        font-size: 20px;
        line-height: normal;
    }
    .after_login_lst_itm {
        font-size: 20px;
        margin-bottom: 20px;
        line-height: normal;
    }
    .dmassage-heading {
        font-size: 38px;
        line-height: normal;
    }
    .director-massage {
        font-size: 20px;
        padding-left: 0px;
    }
    .foot-ul {
        padding: 35px 0 60px;
    }
    .foot-ul ul li a {
        font-size: 18px;
    }
    .foot-ul ul {
        padding: 0;
    }
    .copywrght {
        font-size: 16px;
        padding-bottom: 16px;
    }
    .navbar-brand {
        max-width: 30%;
    }
    .custom-navbar .nav li a {
        font-size: 14px;
    }
    /* .christians-meet-heading {
         margin-bottom: 0px;
     } */
    .member_head {
        font-size: 24px;
    }
    .cstm_chkbx_spccing {
        margin-left: 0;
    }
}

@media (min-width: 1025px) and (max-width: 1366px) {
    .custom-navbar .nav-item {
        margin-left: 15px;
        margin-right: 15px;
    }
  
}

@media (min-width:1200px) and (max-width:1365px) {
    .navbar-brand img {
        width: 303px;
    }
    .custom-topbar a {
        font-size: 16px;
    }
    .custom-topbar ul {
        margin: 8px 0 20px;
    }
    .custom-navbar .nav-item {
        padding: 0px;
        margin: 0 10px !important
    }
    .custom-navbar .nav li a {
        font-size: 16px;
    }
    .christians-meet-heading {
        font-size: 38px;
        margin-bottom: 35px;
    }
    .after_login_para {
        padding: 20px;
    }
    .aftr_lgn_main_para {
        font-size: 20px;
        line-height: normal;
    }
    .after_login_lst_itm {
        font-size: 20px;
        margin-bottom: 20px;
        line-height: normal;
    }
    .dmassage-heading {
        font-size: 38px;
        line-height: normal;
    }
    .director-massage {
        font-size: 20px;
        padding-left: 0px;
    }
    .foot-ul {
        padding: 35px 0 60px;
    }
    .foot-ul ul li a {
        font-size: 18px;
    }
    .foot-ul ul {
        padding: 0;
    }
    .copywrght {
        font-size: 16px;
        padding-bottom: 16px;
    }
    .navbar-expand-md .navbar-nav .dropdown-menu {
        min-width: 262px;
        top: 33px;
    }
}

@media (min-width:1366px) and (max-width:1530px) {
    .custom-navbar .nav-item {
        margin-left: 10px;
        margin-right: 10px;
    }
    .custom-navbar .nav li a {
        font-size: 16px;
    }
    .foot-ul {
        padding: 45px 0 70px;
    }
}

@media (min-width: 1200px) and (max-width: 1800px) {
   
    .carousel-indicators {
        bottom: -30px;
    }
    .custom-navbar .nav-item {
        margin-left: 10px;
        margin-right: 10px;
    }
    .custom-topbar a {
        font-size: 16px;
    }
    .custom-navbar .nav li a {
        font-size: 18px;
    }
    .bnr-cnt-col-heading {
        font-size: 22px;
    }
    .testimonial-heading {
        font-size: 46px;
    }
    .christians-meet p {
        font-size: 18px;
        margin-bottom: 2rem;
    }
    .testimonial-discription {
        font-size: 18px;
        line-height: normal;
    }
    .director-massage {
        font-size: 18px;
    }
    .foot-ul ul li a {
        font-size: 18px;
    }
    .copywrght {
        font-size: 18px;
    }
}


/* Vishal Media Queries Css Start */

@media (max-width:767px) {
    .slider-img img {
        padding-left: 67px;
    }
    .messagedirector {
        text-align: center;
    }
    .slider-img img {
        padding-left: 0;
    }
    .director-img {
        text-align: center;
    }
    .carousel {
        text-align: center;
    }
    .member_reg_tbl .member_reg_tbl_row .member_reg_tbl_data .red_btn {
        padding: 7px 2px;
    }
    .member_reg_tbl {
        max-width: 95%;
    }
    .custom-navbar .nav-item {
        padding: 7px 0;
    }
    .custom-navbar .nav li a {
        padding: 0 20px;
    }
    .dropdown-menu {
        padding: 0 40px;
    }
    /* {
         border-bottom: none;
     } */
}

@media (min-width:1366px) and (max-width: 1531px) {
    .custom-navbar .nav li a {
        font-size: 16px;
    }
    .custom-navbar .nav-item {
        margin-left: 0px;
        margin-right: 0px;
        padding: 7px 10px;
    }
    .custom-navbar .nav li a {
        font-size: 19px;
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .bnr-cnt-col {
        bottom: 11px;
        padding: 18px;
    }
    .bnr-cnt-col-heading {
        font-size: 13px;
    }
    .christians-meet p {
        font-size: 20px;
    }
    .christians-meet-heading {
        font-size: 33px;
    }
    .testimonial-heading {
        font-size: 34px;
        margin-bottom: 26px;
    }
    .director-massage {
        font-size: 14px;
    }
    .establishment-heading {
        font-size: 20px;
    }
    .establishment-intro-inner {
        bottom: 15px;
        max-width: 100%;
    }
    .establishment-discription {
        font-size: 14px;
    }
    .carousel-indicators {
        bottom: -31px;
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .3rem;
        padding-left: .3rem;
        margin: 0px;
    }
    .custom-navbar .nav li a {
        font-size: 13px;
    }
    .navbar-brand {
        width: 30%;
        margin-right: 0;
    }
    .member_reg_tbl .member_reg_tbl_row .member_reg_tbl_data .red_btn {
        padding: 5px 3px;
    }
    .custom-topbar {
        border-bottom: none;
    }
}

@media (min-width: 1025px) and (max-width:1199px) {
    .member_reg_tbl .member_reg_tbl_row .member_reg_tbl_data .red_btn {
        padding: 5px 14px;
    }
    .bnr-cnt-col-heading {
        font-size: 18px;
    }
    .bnr-cnt-col {
        bottom: 32px;
        padding: 17px;
    }
    .establishment-intro-inner {
        bottom: 8px;
    }
    .carousel-indicators {
        bottom: -38px;
    }
    .testimonial-discription {
        font-size: 20px;
        line-height: 37px;
    }
    .carousel-indicators {
        bottom: -37px;
    }
    .navbar-brand {
        max-width: 27%;
    }
    .custom-navbar .nav li a {
        font-size: 17px;
    }
    .navbar-expand-md .navbar-nav .dropdown-menu {
        min-width: 249px;
        top: 31px;
    }
}

@media (min-width: 1200px) and ( max-width:1365px) {
    .carousel-indicators {
        bottom: -40px;
    }
    .bnr-cnt-col {
        padding: 19px;
    }
    .bnr-cnt-col-heading {
        font-size: 29px;
        margin: 3px 0;
    }
    .bnr-cnt-col-heading {
        font-size: 20px;
    }
    .bnr-cnt-col {
        bottom: 6px;
    }
    .bnr-cnt-col {
        padding: 17px;
    }
}

@media(min-width:1366px) and (max-width:1531px) {
    .carousel-indicators {
        bottom: -46px;
    }
    .bnr-cnt-col {
        padding: 30px;
        bottom: 9px;
    }
    .navbar-expand-md .navbar-nav .dropdown-menu {
        min-width: 280px;
        top: 48px;
    }
}

.faq-bnr-img-sec {
    padding: 0;
}

@media (min-width:1025px) and (max-width:1920px) {
    .custom-navbar {
        margin-top: 36px;
    }
}

.mandatory_symbol {
    color: red;
}

.suggestion_text {
    font-size: 20px;
    margin-bottom: 0px;
}

.marriage_examples_box {
    border: 2px solid;
    padding: 25px 12px
}

.e_date {
    font-weight: 600;
}

.author_name_1 {
    font-size: 18px;
    font-style: italic;
    background: #cecece;
    padding: 5px 12px;
    display: inline-block;
}

.author_name_2 {
    font-size: 18px;
    font-style: italic;
    background: #bfd9d2;
    padding: 5px 12px;
    display: inline-block;
    margin-top: 20px;
}

.cstm_tbl_main_head {
    text-align: center;
    background-color: #bfd1c7;
    border: 1px solid black !important;
}

.container_instruction {
    margin-top: 30px;
}

.help_text {
    font-size: 14px;
}

.center_head_h4 {
    text-align: center;
}

.img_box {
    margin-top: 30px;
}

.img_caption a {
    font-size: 16px;
    color: black;
}

.img_caption a:hover {
    color: burlywood;
    text-decoration: none;
}

.topic_label {
    font-weight: 600;
    margin-left: 4px;
}

.topic_detail {
    background: #85aa85;
    padding: 20px 10px;
}

.topic_dot {
    font-size: 10px;
}

label.comment_label {
    margin-left: 145px;
    font-weight: 600;
}

.admin_red_btn {
    margin-right: 20px;
    background: #ff0000;
    padding: 5px 20px;
    border-radius: 7px;
    font-size: 12px;
    color: #fff;
}

.admin_red_star {
    color: red;
    font-size: 30px;
}

.reg_status_table {
    max-width: 47%;
}

.member_status_td {
    text-align: right;
}

.member_status_span {
    text-align: center;
    color: red;
}

.member_status_head {
    margin-bottom: 0;
}

.member_status_tbl_head {
    width: 50%;
}

.search_head {
    font-size: 42px;
    color: #85aa85;
    font-weight: bold;
    text-align: center;
    margin-bottom: 43px;
    font-family: kozGoPro-bold;
}

.search-id-div {
    text-align: center;
    margin-bottom: 80px;
}

.search-id-group a {
    padding: 8px 30px;
    background: #7dc8e0;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    border-radius: 7px;
    margin-left: 10px;
}

.search-id-col {
    text-align: center;
}

.search-id-input {
    height: 40px;
    width: 137;
    margin-left: 0px;
}

.search-id-lable {
    font-size: 20px;
    color: #4c4238;
}

.search-id-sec {
    padding: 195px 0;
}

.search-name-btn {
    padding: 8px 30px;
    background: #7dc8e0;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    border-radius: 7px;
    margin-left: 10px;
    text-decoration: none;
    border:none;
}

.search-name-btn:hover {
    text-decoration: underline;
    color: white;
}

.search-name-col {
    text-align: center;
    margin-top: 25px;
}

.search_head {
    text-align: center;
    margin-bottom: 30px;
}

.search-pay-label {
    margin-left: 15px;
}

.search-sex-input {
    margin-left: 15px;
    margin-right: 15px;
    vertical-align: text-top;
}

.search-sex-label {
    font-size: 20px;
    color: #4c4238;
}

.search-email-sec {
    padding: 207px 0;
}

.search-sex-sec {
    padding: 160px 0;
}

.search-zip-select {
    margin-left: 20;
    height: 32px;
    align-items: center;
    vertical-align: text-bottom;
}

.label-head {
    font-weight: bold;
}

.search-age-input {
    height: 38px;
}

.label-age-head {
    vertical-align: -webkit-baseline-middle;
    font-weight: bold;
}

.search-age-select {
    margin-left: 20;
    height: 39px;
    align-items: center;
    vertical-align: baseline;
}

.search-age-input {
    margin-left: 10px;
}

.search-age-label {
    margin-left: 10px;
}

.label-head {
    font-weight: bold;
    vertical-align: middle;
}

p.enter-pera {
    text-align: center;
    margin-bottom: 0px;
}

.enter-row {
    margin-top: 40px;
}

input.enter-input {
    margin-left: 10px;
    margin-right: 10px;
}

label.enter-label {
    margin-left: 10px;
}

.enter-tbl-input {
    margin-left: 10px;
    margin-top: 10px;
}

.enter-tbl {
    margin-top: 35px;
}

.tbl-data-right {
    margin-left: 10px;
    text-align: center;
    padding: 0px 100px;
}

.delete.pera {
    margin-top: 44px;
}

.search-delete-sec {
    padding: 154px 0;
}

.search-edit-sec {
    padding: 188px 0;
}

.print-head {
    text-align: center;
    margin-bottom: 60px;
    margin-top: 20px;
    color: #4c4238;
    padding-bottom: 10px;
    border: none;
    position: relative;
}

.print-view-head {
    margin-top: 40px;
}

.print-label {
    margin-left: 24px;
}

.print-input {
    margin-left: 20px;
}

a.sample_btn {
    padding: 8px 30px;
    background: #7dc8e0;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    border-radius: 7px;
    margin-left: 10px;
}

.sample_pera {
    margin-bottom: 40px;
    color: #4c4238;
}

.sample_span {
    color: brown;
}

.latter_div {
    margin-bottom: 20px;
    font-size: 20px;
}

.latter_span {
    margin-bottom: 20px;
    font-size: 20px;
}

.right_row {
    text-align: right;
}

.send_span {
    color: red;
    margin-left: 10px;
    margin-right: 10px;
}

label.send_label {
    font-size: 20px;
    padding: 10px 12px;
}

.text {
    margin: 7px;
}

.send_email_col {
    text-align: center;
    padding: 12px 1px;
}

span.send_email_span {
    color: red;
}

.announcement_label {
    text-align: center;
    padding: 6px 11px;
}

.search-name-btn:hover {
    background: #3bb9e1;
}

.announcement_main_label {
    font-weight: bold;
}

.explanation_sec {
    padding: 10px;
}

.explanation_sub_sec {
    padding: 30px;
}

.enter_sub_label {
    margin-left: 0px;
}

.enter_red_span {
    color: red;
}

.enter_row {
    margin-bottom: 10px;
}

.search_pay_sec {
    padding: 104px;
}

.search-sex-sec {
    padding: 206px 0;
}

.enter-label {
    margin-left: 28px;
    padding: 20px;
}

.enter_top_btn {
    padding: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.table thead th {
    border-top: 1px;
    border-bottom: 0px;
}

.red_span {
    color: red;
}

.change_pass_pera {
    font-size: 18px;
    margin-bottom: 48px;
    color: #4c4238;
}

.access_label {
    margin-left: 35px;
}

#customFile {
    width: fit-content;
    display: initial;
}

.edit_member_btn {
    text-align: center;
}

.blue_span {
    color: blue;
}

.edit_member_new_btn {
    background: #7dc8e0;
    border: none;
}

.edit_member_new_btn:hover {
    background: #3bb9e1;
}

.enter-tbl {
    width: 58%;
}

.flow_td {
    border: 1px solid black;
    width: 13%;
    border-top: 1px solid black;
}

.systemflow_head {
    color: #85aa85;
    font-weight: bold;
}

.group_div {
    text-align: center;
    margin-top: 45px;
    border: 1px solid;
    margin: 45px;
}

.flow_span {
    border-bottom: 1px solid;
    display: block;
    background: #85aa85;
    color: #4c4238;
    font-weight: bold;
}

.flow_td_first {
    background: #85aa85;
    color: white;
    font-weight: bold;
}

.flow_pera {
    color: #4c4238;
}

.request_pass_col {
    display: flex;
}

.info_request_sec {
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.entered-id-nmbr {
    margin: auto;
    font-weight: 700;
}
section.faq_cnt-sec {
    border-top: 1px solid #423931;
}

.member_detail_btn {
    background: #4c4238;
    color: white;
    border-radius: 10px;
    padding: 7px 14px;
}

.cstm_tbl_data {
    border: 1px solid #333;
    white-space: nowrap;
}
.dd-input {
    width: 100px !important;
}
.leftside {
    justify-content: center;
    padding-left: 33px;
}
.rd-input {
    margin-right: 8px;
}

.table thead th {
    border-top: 1px;
    border: 1px solid;
}

.success_link {
    text-align: center;
    padding: 16px;
}

.cstm_tbl_body {
    border: 1px solid;
}

.member_reg_tbl_data {
    border: 1px solid;
}

.name_span {
    margin-top: 60px;
}

.main_index_pera {
    width: 90%;
    margin: auto;
}

.enter_reg_frst_sec {
    background: #f0f2f0;
}

.enter_sub_label {
    padding: 10px;
}

.tbody {
    margin: auto;
    display: table;
    margin-top: 26px;
}

.enter_member_col3 {
    margin-right: 35px;
}

.edit_member_frst_sec {
    background: #f0f2f0;
}

.change_pass_left_col {
    text-align: right;
}

.upload_pera {
    color: #4c4238;
}

.login_form_sec {
    padding: 0px 5px !important ;
}

.logout_main {
    height: 100%;
}

.access_info_col {
    text-align: right;
}

.enter_top_btn {
    margin: 7px;
}
.register-html-form-input {
    justify-content: center;
}
@media (max-width:767px) {
    .search-id-input {
        height: auto;
        width: auto;
        margin-left: 0px;
        margin-bottom: 24px;
    }
    .form-check-label{
        margin-bottom: 10px !important;
    } 
    .register_next_html_lable{
        margin-bottom: 3px !important;
    }
    .leftside {
        justify-content: center;
        padding-left: 15px;
    }
    .search-id-group a {
        font-size: 16px;
    }
    .print-view-head {
        font-size: 30px;
    }
    .print-label {
        margin-left: 25px;
    }
    .textar {
        width: 200px;
        height: 200px;
    }
    .reg_status_table {
        max-width: 90%;
    }
    .search_pay_head {
        font-size: 30;
    }
    .search_sex_head {
        font-size: 30px;
    }
    .search-sex-label {
        font-size: 20px !important;
        color: #4c4238 !important;
    }
    .search_name_head {
        font-size: 30px;
    }
    .search-name-btn {
        padding: 4px 12px;
        margin-left: 0;
    }
    .group_div {
        width: 100%;
    }
    .block_div {
        display: block;
    }
    .enter_member_col3 {
        margin-right: 0px;
    }
    .login_form_sec {
        padding: 50px 15px;
    }
}
@media (max-width:576px) {
    .mg-side1 {
        margin-right: -13px;
    }
    .register_html_radio_lbl {
        display: block;
    }
    .register_html_radio {
        display: inline-block;
        width: auto;
        margin-left: -38px;
    }
  
}
@media (max-width:575px) {
    .radio-input {
    display: inline;
    width: 15%;
}
.register__btn{
    padding: 12px 70px;
    font-size: 16px;
}
.register_admin_confirm {
    text-align: center !important;
}
.cntct_fnt {
    font-size: 12px !important;
}
.nm_rqrd {
    margin-left: 8px;
}
.member_tbl_div a{
    padding: 12px 50px;
}
.search_head {
    font-size: 31px;
}
.pswrd-snt-email-error {
    font-size: 16px;
}

}

@media (min-width:768px) and (max-width:1024px) {
    .textar {
        width: 400px;
        height: 400px;
    }
    .reg_status_table {
        max-width: 80%;
    }
    .group_div {
        width: 80%;
    }
    .navbar-expand-md .navbar-nav .dropdown-menu {
        min-width: 196px;
        top: 31px;
    }
    .member_reg_tbl .member_reg_tbl_row .member_reg_tbl_data .red_btn {
        margin-left:10px;
    }
}

@media (min-width:1025px) and (max-width:1199px) {
    .reg_status_table {
        max-width: 80%;
    }
    .article_cntnt {
        padding-right: 25px;
    }
    .table_sub_btn {
        padding: 15px 80px;
        background: #7dc8e0;
        color: #fff;
        font-weight: bold;
        font-size: 16px;
        border-radius: 7px;
    }
    .group_div {
        width: 80%;
    }
}

.left_head {
    font-weight: 600;
}

.cstm_down_icn {
    text-align: center;
    margin: auto;
    display: block;
    font-size: 42px;
}

.cstm_tbl_sub_head {
    white-space: nowrap;
}

.card-header {
    cursor: pointer;
}

main {
    flex: auto;
}

button.skyblue_btn_white_text {
    padding: 8px 30px;
    background: #7dc8e0;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    border-radius: 7px;
    border: none;
}

.valid_msg {
    font-size: 20px;
    font-weight: bold;
}

.payment_form_box {
    background-color: #eeeeee;
}

.bold_and_thirteen {
    font-weight: bold;
    font-size: 13px;
}
.col{
    padding-left: 36px;
}
.col-img{
    padding-left: 60px;
}
.img_header {
    font-size: 18px;
    padding: 10px;
}
.img_caption.mt-1 {
    padding: 15px;
}
/* access- denied*/
.access_deny_main_head{
    background-color:#f0f2f0;
    font-weight:bold;
    text-align: center;
    color: #85aa85;
    padding-top: 110px;
    }
.access_deny_main_font{
    color: #85aa85;
    } 
.access_deny_ip{ 
    padding-top: 25px;
  
    }
.access_deny_register_link a{
    color: #007bff;
    padding-top: 10px;
    }
.access_deny_print{
    color:#86817c;   
    }

    masaki_profile
    .profile_heading {
        font-size: 42px;
        color: #85aa85;
        font-weight: bold;
        text-align: center;
        margin-bottom: 43px;
        font-family: kozGoPro-bold;
    }
    .masaki_profile_main {
        background: #f0f2f0;
    }
   .profile_head{
    text-align: center;
    margin-bottom: 30px;
    margin-top: 20px;
    padding-bottom: 10px;
    border: none;
    position: relative;
    border-bottom: 1px solid #c7c6c2;
    width: 30%;
    margin: auto;
    bottom: 0;
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
}

.p{
text-align: auto;
font-size: 17px;
color: #86817c;
}
.main_img{
    text-align: center;
    padding-top: 29px;
    margin-left: 80px;
    display: block;
    margin: auto;
}
.member_example_html_yable .cstm_tbl_data,.member_example_html_yable .member_reg_tbl_data .member_example_html_yable .cstm_tbl_sub_head, .member_example_html_yable .cstm_tbl_head {
    white-space: break-spaces;
    font-size: 12px;
    vertical-align: baseline;
    }
.profile_head {
    text-align: center;
    color: #4c4238;
    padding-bottom: 10px;
    position: relative;
}
.profile_span{
    display: block;
}
.top_button{
    padding-top: 20px;
    padding-bottom: 15px;
    text-align: center;
}
.row_link{
    padding-top: 20px;
}
/* .container_link{
    padding-left: 160px;
    padding-right: 130px;
} */
.image{
    border: 2px solid;
}
.profile_points{
    font-size: 17px;
    color: #86817c;
    padding: 0px;
}
.pera_ul{
    padding-left: 17px;
}
 @media (max-width:767px){
    .profile_head{
        width: 100%;
        font-size: 24px;
    }
   

 }
 @media (max-width:575px){
    .col_link{
        padding: 10px;
    }
    .radio-input-1 {
        display: inline-block;
        width: 19%;
    }
    .leftside{
        padding-left: 29px !important;
    }
    .contact-capcha{
        margin-bottom: 0px;
    }
    
}


 .accordain_head .fa-quora {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
 show member
 td.member_reg_tbl_data {
    padding-left: 10px;
}

.row.rvrs_row.wrap_row {
    flex-wrap: unset;
}
.row.wrap_row{
    flex-wrap: unset;   
}
.request_pass_sec {
    padding-bottom: 20px;
}

.reg_complete_font {
    font-family: kozGoPro-regular;
}
.date_label_col {
    padding-left: 0px;
}
.search_content {
    padding-top: 87px;
    text-align: center;
}
.inline_label {
    display: inline !important;
}
.mem_reg_inpt {
    width: 100px !important;
}
.left_padding_col {
    padding-left: 0px;
}
.label_col_reg {
    padding-left: 0px;
}
.right_col_inline {
    margin-left: 8px !important;
}
.mem_reg_tbl_bdy {
    display: table;
    width: 100%;
}
.mem_dtl_btn:hover {
    cursor: pointer;
}
.birth_input {
    padding-left: 0px;
    padding-right: 0px;
}
.birth_last_col {
    padding-left: 0px;
    padding-right: 0px;
}
.right_col_mob {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 16px;
}
.left_mr_birth {
    width: 17% !important;
}
.christ_radio {
    margin-left: 10px;
}

.edit_slectbox {
    width: 115px !important;
}
.edit_slectbox2 {
    width: 150px;
}
.enter_slectbox {
    width: 130px;
}
.story_border {
    padding-right: 30px;
    padding-left: 30px;
}
.register_radio {
    padding-left: 5px;
}
.register_radio2 {
    padding-left: 30px;
}
.marriage_calander{
    padding-left: 10px;
}
@media (min-width:320px) and (max-width:767px){
    .system_group_div{
        margin: 0px !important;
    }
    .group_div{
        margin: 0px !important;
    }
    .custom-topbar a{
        font-size: 13px !important;
    }
    .custom-topbar ul{
        padding: 0px !important;
    }
    .christians-meet-home {
        padding: 0px 0px 20px;
    }
    .bnr-img-sec{
        padding: 10px 0 20px;
    }
}
.access_sec {
    padding: 0;
}
.access_head{
    padding-top: 40px;
}
.mobile_dropdown_icn{
    position: absolute;
    top: 10px;
    font-size: 25px;
    right: 6px;
}

.cm_label {
    padding-left: 0px;
}
.dash_label {
    text-align: center;
}
.dash_span {
    position: absolute;
    top: 8px;
    right: -3px;
}
.tel_col {
    padding-left: 0px;
    padding-right: 0px;
}
.member_status {
    padding: 0!important;
}
.search-id-cont{
    padding-top: 40px;
}
.christians-meet-home{
    padding: 0!important;
}
@media (min-width:320px) and (max-width:767px){
    .request_pass_sec{
        padding: 0px;
    }
    .member_head{
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .member_reg_form_group_col1{
        padding-top: 20px;
    }
    .member_reg_form-group{
        margin-bottom: 0px;
        margin-top: 0px;

    }
    .mobile_dropdown_icn{
        position: absolute;
        top: 10px;
        font-size: 25px;
        right: 25px;
    }
    .member_btn{
        margin-top: 10px;
    }
  
 }
 @media (min-width:320px) and (max-width:767px){
    .mb_form_control {
        width: auto;
        display: inline;
        margin: 10px;
    }
    .edit_slectbox{
        width: 100% !important;
    }
    .edit_slectbox2{
        width: 100%;
    }
    .edit_mem_mbl_inpt {
        display: inline-block;
        width: auto;
    }
    .search-id-lable {
        font-size: 17px;
        color: #4c4238;
    }
    .search-id-input{
        width: 100%;
    }
    .search_id_grp {
        text-align: center;
    }
    .search_mem_lbl {
        display: block;
        margin: auto;
    }
    label.comment_label{
        margin-left: 9px;
    }
 }
 @media (min-width:576px) and (max-width:767px){
      .radio-input {
        display: inline;
        width: 8%;
    }
    input.form-control.meber-only-edit-age-input {
        width: 100%;
        display: block;
    }
 }
 @media (min-width:320px) and (max-width:767px){
  
    .radio-input-1{
        display: inline;
        /* width: 8%; */
        
    }
   
    .col{
        padding-left: 15px;
    }
    .col-img {
        padding-left: 15px;
    }
    .profile_heading {
        font-size: 28px;
    }
    .successfully-updated {
        font-size: 20px !important;
        margin: auto;
    }
    .mandatory_symbol.instructions-see-para {
        text-align: left !important;
    }
    .register-date-of-birth-input {
        width: 88%;
    }
    .register-date-of-birth-lbl {
        margin-left: 20px;
    }
    .register-current-income {
        margin-left: 15px;
    }
    .register-age {
        margin-left: 20px;
    }
    .registerd-side-left-label .lbl{
        display: block;
        text-align: left;
        margin-bottom: 8px;
    }
    .fnt-szdrp-1 {
        position: absolute;
        top: 10px;
        font-size: 25px;
        right: 25px;
    }
    .fnt-szdrp-2{
        position: absolute;
        top: 10px;
        font-size: 25px;
        right: 25px;
    }
    .fnt-sz-drp-3{
        position: absolute;
        top: 10px;
        font-size: 25px;
        right: 23px;
    }

    
 }
 @media (min-width:320px) and (max-width:575px){
    img.mobile-profile-edit-check-picture {
        width: 220px;
    }
    .meber-only-edit-father-age-lbl {
        margin-left: 48px;
    }
    .meber-only-edit-age-input {
        width: 66%;
    }
    .meber-only-edit-brother-age-lbl{
        margin-left: 48px;  
    }
    .brother-age-lbl-main-hdng{
        width: 100%;
    }
    .brother-age-lbl-main-hdng-lbl{
        float: left;
    }
    .meber-only-edit-sister-age-lbl{
        margin-left: 48px;  
    }
    .sister-age-lbl-main-hdng{
        width: 100%;
    }
    .radio-input-1{
        display: inline;
      
    }
   
    .sister-age-lbl-main-hdng-lbl{
        float: left;
    }
    .register-html-form{
        padding: 0px 16px;
    }
    .mobile_dropdown_icnmember-php {
        font-size: 22px;
        position: absolute;
        top: 139px;
        right: 25px;
    }
    i.fas.fa-caret-down.mobile_dropdown_icnmember-php2 {
        font-size: 22px;
        position: absolute;
        top: 10px;
        right: 24px;
        display: block;
    }
    .dropdown{
        position: relative;
    }
    
 }


.sister-age-lbl-main-hdng{
    margin: 0;
}
.brother-age-lbl-main-hdng{
    margin: 0;
}
 .successfully-updated{
     font-size: 24px;
     margin: auto;
 }
 .mandatory_symbol.instructions-see-para {
    text-align: center;
}
.yen-tax-incluuid-input{
    width: 100%;
}

center.access-denied-para-margin-auto {
    margin: auto;
}

@media (min-width:320px) and (max-width:340px){
    .member_reg_tbl_data {
        border: 1px solid #969595;
        font-size: 15px;
    }
    .about-html-tble-class {
        padding: 10px !important;
    }
}

@media (min-width:768px) and (max-width:1199px){
    .enter_member_col3{
        margin-right: 0px;
    }
  
}


 
 .member_reg_tbl .mem_tbl {
    display: table !important;
    width: 100% !important;
}
@media (min-width:480px) and (max-width:767px){
    .contact-html-login-error-text {
        font-size: 20px;
    }
}
@media (max-width:479px){
    .contact-html-login-error-text {
        font-size: 18px;
    }
    .error_messe{
        font-size: 17px;
    }
    .pswrd-snt-email {
        font-size: 19px;
    }
    .not_updated_button {
        padding: 5px 2px;
        font-size: 10px;
    }
    .show_member_r1 .member_reg_tbl .mem_tbl td{
        font-size: 13px;
    }
    .show_member_r1 .member_reg_tbl .mem_tbl th {
        font-size: 13px;
    }
}
@media (max-width:350px){
    .g-recaptcha {
        transform: scale(86%);
        -webkit-transform: scale(86%);
        transform-origin: top left;
        -webkit-transform-origin: top left;
    }
}

.contact-capcha div {
    margin: auto;
}
@media (max-width:370px){
    .member_reg_tbl .mem_tbl td{
        padding:12px 7px !important;
    }
    .member_reg_tbl .mem_tbl th{
        padding:12px 7px !important;
    }
    .member_reg_frst_sec .member_reg_tbl .mem_reg_tbl_bdy td{
        padding:12px 7px !important;
    }
    .member_reg_frst_sec .member_reg_tbl .mem_reg_tbl_bdy th{
        padding:12px 7px !important;
    }
}
@media (min-width:768px) and (max-width:991px) {
    .ong_btn_tbl {
        max-width: 100%;
    }
    .not_updated_button {
        padding: 4px;
    }
}
.member_reg_main{
    margin: auto;
}
