@charset "utf-8";
:root {
    --t_color1:#1875D1;
    --t_color2:#0a0a0a;
    --t_color3:#fff;
    --t_color4:#9FA8B4;
    --t_color5:#E9F1FA;
    --font_1:proxima;
    --bg_color1:#ececec;
    --bg_color2:#24aae9;
    --bg_color3:#fff;
    --bx_shadow: rgb(0 0 0 / 12%);
    --bg_img: linear-gradient(to right, #1470d1, #117adb, #0c83e5, #078def, #0297f9);
}
:root {
    --headings-font-family: "CenturyGothic_Bold";
    --paragraph-font-family: "CenturyGothic_Regular";
}
@import url('http://fonts.cdnfonts.com/css/century-gothic');
.mt20 {
    margin-top: 20px;
}
@font-face {
    font-family: proxima;
    src: url(../fonts/proxima.ttf);
}
@font-face {
    font-family: proxima-bold;
    src: url(../fonts/proxima-bold.otf);
}
@font-face {
    font-family: CenturyGothic_Regular;
    src: url(../fonts/CenturyGothicRegular.ttf) format('truetype');
}
@font-face {
    font-family: CenturyGothic;
    src: url(../fonts/CenturyGothic.ttf) format('truetype');
}
@font-face {
    font-family: CenturyGothic_Bold;
    src: url(../fonts/CenturyGothicBold.ttf) format('truetype');
}
body {
    font-family: var(--paragraph-font-family);
    color: var(--t_color2);
-webkit-touch-callout: none!important;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.container {
    margin: 0px auto;
}

img{
-webkit-touch-callout: none !important;
}

.pswp--supports-fs .pswp__button--fs {
    display: none!important;
}

/*@media (-webkit-device-pixel-ratio: 1.50) {
  * {
    zoom: 0.97;
  }
}*/
/*======================================================
    1.0 Common Style
=======================================================*/



* {
    padding: 0;
    margin: 0;
}
.dmt-20 {
    margin-top: 40px;
}
.mb-10{
    margin-bottom: 10px;
}
a {
    -webkit-tap-highlight-color: transparent;
}
  .refreshbtn{
        display: none;
    }
.pswp__button--share,.pswp--fs .pswp__button--fs{
  display: none!important;
}
.datepicker.dropdown-menu {
    min-width: 330px;
    padding: 0px;
    border: none;
}
.datepicker.dropdown-menu td:hover {
    color: #1875d1;
}
.datepicker.dropdown-menu th.prev {
}
.datepicker.dropdown-menu td, .datepicker.dropdown-menu th {
    border-radius: 0.25rem;
    line-height: 2rem;
    transition: 0.3s all;
    color: #0a0a0a;
    font-size: 13px;
    text-decoration: none;
    font-weight: 500;
    width: 20px;
    height: 20px;
    line-height: 40px;
    padding: 0px;
    font-weight: bold;
}
.datepicker th {
    background: #1875d1;
    color: #fff;
}
.datepicker.dropdown-menu td, .datepicker.dropdown-menu th {
    border-radius: 0px;
}
.datepicker td span.month.disabled, .datepicker td span.year.disabled, .datepicker td.day.disabled {
    color: #adadad;
}
.datepicker.dropdown-menu td {
}
.datepicker thead {
    border: none;
}
.datepicker table {
    background: #1875d1;
}
.datepicker.dropdown-menu th {
    color: #fff;
    border-top: 1.5px solid rgb(255, 255, 255, 0.1);
    padding: 5px 0px;
}
.datepicker table {
    width: 100%;
}
.datepicker td.day.old {
    color: #eee;
}
.datepicker td.day.new {
    color: #eee;
}
.datepicker td span.active, .datepicker td.active.day, .datepicker td.active.year {
    background: #1875d1;
    color: #fff;
}
.overlay_ka {
    position: relative;
}
.overlay_ka::before {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.2);
    z-index: 999;
    height: 100%;
}
.overlay_ka .chosen-drop {
    display: none;
}
.reveal-modal-header {
    padding-bottom: 15px;
    background: #fff;
    text-align: right;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgb(0, 0, 0, 0.03);
    margin: 0 auto;
    width: 100%;
    justify-content: left;
    font-size: 22px;
}
.reveal-modal-header h2 {
    font-weight: 500;
    font-family: var(--headings-font-family);
    font-size: 24px;
    margin-bottom: 0;
    color: #0a0a0a;
}
.reveal-modal-footer {
    padding: 20px 20px 0px 20px;
    background: #fff;
    text-align: right;
    display: flex;
    align-items: center;
    border-top: 1px solid rgb(0, 0, 0, 0.03);
    margin: 0 auto;
    width: 100%;
    justify-content: center;
}
.is-invalid-label {
    color: #cc4b37!important;
}
#commonpopupdelete .reveal-submit-btn{
   width: 200px !important; 
}
.reveal-close-btn.logclose_btn,.reveal-submit-btn.logok_btn{
  width: 100px!important;
}
.reveal-close-btn, .reveal-submit-btn {
    line-height: 35px !important;
    padding: 0px !important;
    margin-bottom: 0px !important;
    position: relative !important;
    display: block !important;
    height: 35px !important;
    vertical-align: middle !important;
    width: 180px !important;
    text-align: center !important;
    border: none !important;
    background-image: linear-gradient(to right, #1470d1, #117adb, #0c83e5, #078def, #0297f9) !important;
    color: var(--t_color3) !important;
    border-radius: 50px !important;
    cursor: pointer !important;
    margin: 0px 10px;
}
.sucess_pop.reveaipopup {
    padding: 20px 0px;
}
[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'], textarea, .chosen-container-multi .chosen-choices {
    height: 44px;
    border: 0.5px solid #ADB5C1;
    font-size: 15px;
    border-radius: 3px;
    margin-bottom: 25px;
}
.chosen-container-multi .chosen-choices {
    min-height: 44px;
    line-height: 44px;
    background-image: none;
    box-shadow: none !important;

}
.p_timeslot select{
    margin-bottom: 0px;
}
.p_timeslot .chosen-container-multi .chosen-choices{
    margin-bottom: 0px;
}
.chosen-container-multi .chosen-choices li.search-field {
    height: 35px;
    padding: 0px;
    margin-bottom: 0px;
}
.chosen-container-multi .chosen-choices li.search-field input[type=text] {
    line-height: 44px !important;
    height: 44px;
    border-radius: 3px;
}
.footer-area {
    display: none;
}
.login_screen {
    background: url(../images/banner_sec.jpg) right bottom no-repeat;
    height: 100%;
    min-height: 100vh;
    width: 100%;
    background-size: cover;
    padding: 30px;
   
}
.login_screen > div {
    z-index: 99;
    position: relative;
}
.login_screen:before {
    background: rgb(0 27 54 / 50%);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
a.login_back {
    background-image: linear-gradient(to right, #1470d1, #117adb, #0c83e5, #078def, #0297f9);
    padding: 10px 30px;
    color: #fff;
    border-radius: 50px;
}
.login_form_sec {
    max-width: 380px;
    background: rgb(0 27 54 / 70%);
    padding: 40px 30px;
    margin: 50px auto 0;
}
.no-scroll {
    overflow: hidden;
}
.login_logo {
    text-align: center;
}
.login_form_sec h2 {
    font-size: 18px;
    text-align: center;
    color: var(--t_color3);
    margin-bottom: 40px;
    font-family: var(--paragraph-font-family);
    text-transform: uppercase;
}
.login_form_sec span.eye_btn {
    background-image: url(../images/eyeopen1.svg);
    background-repeat: no-repeat;
    position: absolute;
    top: 15px;
    right: 10px;
    width: 20px;
    height: 20px;
    text-align: center;
    cursor: pointer;
}
.login_form_sec span.eye_btn.open {
    background-image: url(../images/eyeclose1.svg);
    background-repeat: no-repeat;
    position: absolute;
    top: 15px;
    right: 10px;
    width: 20px;
    height: 20px;
    text-align: center;
    cursor: pointer;
    opacity: 0.5;
}
.mobserber {
    display: none;
}
.deshide {
    display: none;
}
.login_form_sec input {
    text-align: center;
    background-color: transparent !important;
    border-color: #fff;
    color: var(--t_color3);
    margin-bottom: 40px;
    height: 45px;
}
.form_field span.form-error {
    position: absolute;
    bottom: -22px;
    margin-bottom: 0px;
}
.form_field span.form-error.supposederr {
    bottom: -40px;
}
.form_field {
    position: relative;
    display: block;
}
.form_field.mt20 {
    display: flex;
}
.form_field input[type="submit"].sending {
    background-image: url(../images/btnsload.gif), linear-gradient(to right, #1470d1, #117adb, #0c83e5, #078def, #0297f9);
}
.form_field input[type="submit"] {
    margin-bottom: 0px !important;
    margin: 0px auto;
    position: relative;
    display: block;
    height: 35px;
    border: none;
    background-repeat: no-repeat;
    background-image: url(../images/right_white.svg), linear-gradient(to right, #1470d1, #117adb, #0c83e5, #078def, #0297f9);
    padding: 0px 60px 0px 40px;
    color: var(--t_color3);
    border-radius: 50px;
    background-position: center right 3px, center;
    cursor: pointer;
    margin-top: 20px;
    -webkit-tap-highlight-color: transparent;
}
.desktophide{
    display: none;
}

.login_form_sec input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgb(255 255 255 / 50%);
}
.login_form_sec input::-moz-placeholder {
    /* Firefox 19+ */
    color: rgb(255 255 255 / 50%);
}
.login_form_sec input:-ms-input-placeholder {
    /* IE 10+ */
    color: rgb(255 255 255 / 50%);
}
.login_form_sec input:-moz-placeholder {
    /* Firefox 18- */
    color: rgb(255 255 255 / 50%);
}
[type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus, textarea:focus {
    border: 0.5px solid var(--t_color1);
    -webkit-box-shadow: 0 0 5px var(--t_color1);
    box-shadow: 0 0 5px var(--t_color1);
}
input#member, input#non_member, .adult_child input {
    height: inherit;
}
select, input {
    height: 44px;
    border-radius: 4px;
}
button, input, optgroup, select, textarea {
    outline: none;
    box-shadow: none !important;
}
span.eye_btn {
    position: absolute;
    top: 8px;
    right: 14px;
    width: 30px;
    height: 30px;
    text-align: center;
    cursor: pointer;
}
a.forgot_pwd {
    position: absolute;
    bottom: -35px;
    right: 0;
    font-size: 14px;
    color: rgb(228 231 235 / 50%);
}
p.pwd_note {
    font-size: 12px;
    color: var(--t_color3);
}
.form_field_dec {
    text-align: center;
    margin-bottom: 30px;
    font-size: 14px;
    color: rgb(255 255 255 / 70%);
}
p.rev_msg {
    margin-top: -15px;
    font-size: 12px;
    text-align: center;
    color: rgb(255 255 255 / 70%);
}
p.rev_msg span {
    cursor: pointer;
    color: #1875D1;
}
.otptime {
    color: #fff;
    text-align: center;
}
.otptime #timer {
    color: #fff;
}
.responsive-header {
    display: none;
}
.main_layout {
    background-attachment: fixed;
    width: 100%;
    min-height: 100vh;
    background-color: #ebebeb;
    background-image: url(../images/mamber_login_bg.png);
    background-repeat: no-repeat !important;
    background-size: 100%;
    background-position: bottom;
}
.left_layout {
    position: fixed;
    width: 340px;
    background: rgb(0, 27, 54);
    background: linear-gradient(0deg, rgba(0, 27, 54, 1) 0%, rgba(22, 79, 137, 1) 100%);
    height: 100%;
    z-index: 999;
    top: 0px;
    overflow-y: auto;
}
.left_layout::-webkit-scrollbar {
    width: 4px;
}
 
.left_layout::-webkit-scrollbar-track {
    background-color: #1875d1
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

.left_layout::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #1875d1;
}

.mobilemenu-footer {
    display: none;
}
.l_logo h4{
    color: #fff;
    font-size: 18px;
    padding: 30px 0px 0px;
    text-transform: capitalize;
}
.menu-bar.head_menu{
    display: none!important;
}
.l_logo {
    padding: 30px;
    text-align: center;
}
nav.side_nav ul {
    margin: 0;
    list-style: none;
}
nav.side_nav {
    padding: 0px 30px 15px;
}
nav.side_nav li a {
    display: flex;
    align-items: center;
    color: #fff;
    width: 100%;
    padding: 5px 20px;
    margin: 10px 0;
    border-radius: 100px;
    height: 45px;
    font-size: 16px;
}
.bk_part {
    color: var(--t_color1);
}
.menu-close {
    display: none;
}
nav.side_nav li a.act, nav.side_nav li a:hover {
    background: var(--t_color1);
}
nav.side_nav span.nav_icon {
    margin-right: 10px;
    width: 30px;
}
.page_head_right {
    position: relative;
    top: 0;
}
.right_layout {
    position: relative;
    top: 0;
    padding: 30px 30px 30px 370px;
    height: 100%;
}
.page_head.disflx a {
    display: flex;
    align-items: center;
}
.a.blue{fill:#1875d1!important;}
.page_head a {
    color: #0a0a0a;
}
.a.blue{
    fill:#1875d1;
}
.page_head h2 {
    font-size: 30px;
    font-weight: 500;
    font-family: var(--headings-font-family);
   
}
.page_head h2 a{
    font-weight: 500;
    font-size: 30px;
    font-family: var(--headings-font-family);
    text-transform: capitalize;
}
.desckhide {
    display: none;
}
.diplflex {
    display: flex;
    align-items: center;
}
.home_page_head {
    margin-bottom: 30px;
}
.home_page_head a{
    display: flex;
    align-items: center;
}
.search_h2{
   font-size: 26px;
    font-weight: 500;
    font-family: var(--headings-font-family);
    color: #0a0a0a;
    margin-bottom: 30px; 
}
.home_page_head h2{
    font-size: 30px;
    font-weight: 500;
    font-family: var(--headings-font-family);
    color: #0a0a0a;
    margin-bottom: 0px;
}
.homeresult_padd{
    padding-top: 155px;
    padding-bottom: 50px;
}
.page_head {
    display: flex;
    margin-bottom: 25px;
    justify-content: space-between;
    align-items: center;
}
.page_head h2{
    margin-bottom: 0px; 
}
.decskhide, .deskhide {
    display: none;
}
.decsktophide {
    display: none !important;
}
.family_member a {
    display: flex;
    align-items: center;
}
.contact_info {
    margin-top: 20px;
        margin-bottom: 20px;
}
.contact_info.family_cnct {
    
    max-width: 100%;
    padding: 0px 0px;
}
.family_info_ka {
    border-top: 2px solid var(--t_color5);
    max-width: 100%;
    padding: 20px 0px;
}
.accordioncntact_content.about_para p {
    margin-bottom: 0px;
}
a.edit_profile {
    color: var(--t_color1) !important;
    padding: 5px 30px;
    border: 1px solid var(--t_color1);
    border-radius: 30px;
    margin-right: 30px;
}
.page_head_right {
    display: flex;
    align-items: center;
}
.deskpositionab {
    position: absolute;
    right: 0px;
    top: 33px;
}
.desckblock {
    display: block;
}
.mobileonlyblock{
    display: none;
}
.mobileblock {
    display: none;
}
.ProgressBar img {
    position: absolute;
    top: 13px;
    left: 13px;
}
.ProgressBar.ProgressBar--animateAll {
    position: relative;
    margin-right: 15px;
}
.ProgressBar, .ProgressBar-contentCircle {
    display: table;
    height: 52px;
    width: 52px;
}
.ProgressBar-contentCircle.mobile {
    display: none;
}
.ProgressBar-circle, .ProgressBar-background {
    fill: none;
    stroke: #ebebeb;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-dasharray: 0;
    stroke-dashoffset: 0;
    position: relative;
    z-index: 10;
}
.ProgressBar-background {
    stroke: #176acb;
    stroke-width: 2;
    z-index: 0;
}
.subscription_sec {
    display: flex;
    align-items: center;
}
.subscription_sec h3 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 1;
}
.subscription_sec p {
    font-size: 12px;
    margin: 0;
}
.subscription_sec p {
    color: var(--t_color1);
}
.spouse_img.membar_avater{
    margin: 0 auto!important;
}
.text-center{
    text-align: center;
}
.membar_avater_info {
    display: flex;
    align-items: center;
    margin-top: 25px;
}
.alignitem{
    align-items: center;
}
.displaymob {
    display: none;
}
.membar_avater {
    margin-right: 20px;
    max-width: 150px;
    min-width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
}
.contact_info a {
    display: flex;
    align-items: center;
    
}
.contact_info a img {
    margin-right: 15px;
}
.page_sec_white {
    background: #fff;
    padding: 30px;
    position: relative;
}
.profile_sec1 a {
    color: #0a0a0a;
}
.profile_sec1 .profile_info_ka h3 {
    margin-bottom: 40px;
}
.profile_sec1 .profile_info_ka ul li:nth-child(3), .profile_sec1 .profile_info_ka ul li:nth-child(4) {
    margin-top: 20px;
}
.profile_sec1 h3 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
    font-family: var(--headings-font-family);
}
.profile_sec1 ul {
    column-count: 2;
    list-style: none;
    margin: 0;
    font-size: 16px;
    height: calc(100% - 50px);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.profile_sec1 ul span {
    color: var(--t_color1);
    font-family: var(--paragraph-font-family);
}
.profile_sec1 ul p {
    font-weight: 500;
    font-family: var(--headings-font-family);
    margin-bottom: 0px;
    color: #454545;
    word-break: break-word;
}
.profile_sec1 .family_in_ka ul p {
    margin-top: 5px;
    line-height: 1.4;
}
.profile_sec1 ul li {
    width: 50%;
}
.profile_sec1 ul li:nth-child(3), .profile_sec1 ul li:nth-child(4) {
    margin-top: 40px;
}
.membar_name h2 {
    font-size: 20px;
    font-weight: 500;
    font-family: var(--headings-font-family);
    margin-bottom: 0;
    line-height: 20px;
    text-transform: capitalize;
}
.membar_name span {
    color: var(--t_color1);
    font-family: var(--paragraph-font-family);
        font-size: 24px;
}
.contact_info ul {
    list-style: none;
    column-count: 4;
    list-style: none;
    margin: 0;
    font-size: 16px;
    display: flex;
    flex-wrap: wrap;   /* justify-content: space-between; */
    align-items: center;
}
.business_sec{
    border-top: 2px solid var(--t_color5);
    max-width: 100%;
    padding-top: 20px;
}
p.abt-cnt{
    margin-bottom: 10px;
}
hr.profile_common {
    border-bottom: 2px solid var(--t_color5);
    max-width: 100%;
}
.contact_info li {
    display: contents;
    font-family: var(--paragraph-font-family);
    display: flex;
    align-items: center;
}
.family_member a {
    color: #0a0a0a;
}
.contact_info a, .profile_sec2 a {
    color: #0a0a0a;
    cursor: inherit;
}
.contact_info h3, .profile_sec2 h3 {
    font-family: var(--headings-font-family);
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.family_member h3 {
    font-family: var(--headings-font-family);
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
}
.info_busi div {
    padding-bottom: 36px;
}
.profile_sec2   .about_business {
    padding-bottom: 0px !important;
}
.profile_sec2 h6 {
    color: var(--t_color1);
    font-family: var(--paragraph-font-family);
    margin-bottom: 0px;
}
.profile_sec2.family_info_ka h6 {
    color: var(--t_color1);
    font-family: var(--paragraph-font-family);
    margin-bottom: 5px;
}
.profile_sec2  span{
word-wrap: break-word;
}
.profile_sec2  span, .profile_sec2  span a {
    font-family: var(--headings-font-family);
    font-size: 16px;
    color: #0a0a0a;
    font-weight: 500;
}
.family_membars a {
    display: flex;
    align-items: center;
    background: #fff;
    margin: 10px 20px 10px 0px;
    padding: 20px;
    width: 100%;
}
.members_name {
    padding: 10px 20px;
}
.f_m_photo {
    min-width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
}
.f_m_photo img {
    width: 120px;
    height: 120px;
    object-fit: cover;
}
.family_member {
    padding-top: 30px;
}
.members_name h6 {
    font-family: var(--headings-font-family);
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 20px;
    text-transform: capitalize;
}
.members_name span {
    color: var(--t_color1);
    font-family: var(--headings-font-family);
    font-size: 16px;
    font-weight: 500;
}
.family_membars a:hover {
    box-shadow: 0px 0px 20px 0px #cdcdcd;
}
.contact_info li a {
    display: flex;
    margin-right: 50px;
}
.contact_info li img {
    margin-right: 15px;
}
.chnage_pro {
    position: relative;
}
.chnage_pro .camera_ic {
    position: absolute;
    right: 0px;
    border-top-left-radius: 30px;
    bottom: 38px;
}
.camera_ic {
    display: none;
    padding: 16px !important;
}
.chnage_pro:hover .camera_ic {
    display: block;
    padding: 15px 10px 10px;
    background: #fff;
}
.chnage_pro:hover .couple_pic {
    box-shadow: inset 2000px 0 0 0 rgba(0, 0, 0, 0.5);
    background-color: rgba(248, 247, 216, 0.7);
}
.membar_avater {
    position: relative;
}
img.member_ic {
    position: absolute;
    bottom: -5px;
    right: -15px;
}
img.member_ic {
    padding: 15px 30px 30px 16px;
    background: #fff;
    border-top-left-radius: 23px;
    display: none;
}
.decskhide, .countsper {
    display: none;
}
.decskhide.mobiledisblock {
    display: none;
}
.participant-title {
    font-weight: 500;
    font-size: 23px;
    font-family: var(--headings-font-family);
}
.parcipant_list h2 {
    font-weight: 500;
    font-size: 23px;
    font-family: var(--headings-font-family);
}
.class_list h4 {
    font-weight: 500;
    margin-bottom: 0px;
    font-size: 15px;
    font-family: var(--headings-font-family);
}
.class_list {
    justify-content: space-between;
    display: flex;
    align-items: center;
    background: #fff;
    padding: 12px;
}
.class_list label {
    color: #1875D1;
}
div#select_optional_chosen {
    width: 100% !important;
}
.chosen-single.chosen-default {
    box-shadow: none !important;
    background-image: none !important;
}
.chosen-container-active.chosen-with-drop .chosen-single {
    box-shadow: none !important;
    background-image: none !important;
}
.chosen-container-single .chosen-single {
    box-shadow: none !important;
    background-image: none !important;
}
img.added_img {
    width: 40px;
    margin-bottom: 27px;
}
.payment_sucess.partcipant_added {
    padding-bottom: 160px;
}
.membar_avater:hover img.member_ic {
    display: block;
}
.list_edit a {
    margin-left: 25px;
}
.addpar_title h2 {
    font-size: 22px;
    padding-left: 30px;
    font-weight: 500;
}
.parcipant_list {
    padding-left: 30px;
    margin-bottom: 20px;
}
.family_member .membar_avater_info, .profile_update .membar_avater_info {
    display: unset;
}
.family_member .page_head_right {
    justify-content: flex-end;
}
.family_member .membar_name {
    text-align: center;
    margin-top: 10px;
}
.family_member  .membar_avater {
    margin: 0 auto;
}
.membar_avater_info .membar_avater.fmly-avadar {
    margin-top: 20px;
}
.family_in_ka .accordian_item {
    margin-top: 20px;
}
.family_member .membar_name span {
    color: var(--t_color2);
    font-weight: 500;
    font-family: var(--headings-font-family);
}

.back_arr {
    margin-right: 15px;
}
.family_member .page_head_right img {
    margin-right: 7px;
}
a.edit_profile img {
    margin-right: 12px;
}
img.main_member {
    width: 150px;
    height: 150px;
    object-fit: cover;
}
.edit_form.tabs, .edit_content.tabs-content {
    border: unset;
    background: transparent !important;
}
ul.edit_form {
    margin: 0;
    list-style: none;
    display: flex;
    padding: 14px 0px;
    margin-bottom: 14px;
}
ul.edit_form li a {
    background: var(--t_color1) !important;
    color: #fff;
}
ul.edit_form li a {
    background: #fff !important;
    color: #9FA8B4;
    margin-right: 8px;
    font-weight: 500;
    padding: 10px 20px !important;
    font-family: var(--headings-font-family);
}
ul.edit_form a.activein {
    background-color: var(--t_color1) !important;
    color: #fff;
    position: relative;
}
ul.edit_form a.activein:after {
    position: absolute;
    content: "";
    width: 100%;
    bottom: -20px;

    left: 0;
    height: 3px;
    background-color: var(--t_color1) !important;
}
ul.edit_form a.active {
    background-color: var(--t_color1) !important;
    color: #fff;
    position: relative;
}
ul.edit_form a.active:after {
    position: absolute;
    content: "";
    width: 100%;
    bottom: -20px;
    left: 0;
    height: 3px;
    background-color: var(--t_color1) !important;
}
.list_edit {
    padding-left: 55px;
}
.fam_edit span {
    font-weight: 500;
    font-family: var(--headings-font-family);
}
.fam_edit {
    padding-bottom: 20px;
}
.profile_update_sec1 .tabs-panel {
    padding: 1rem;
    padding: 24px 0px;
}
.profile_update_sec1 .tabs-title > a {
    padding: 15px 15px;
}
#family-tabs-ka li a {
    background: #fff;
    color: #9FA8B4;
    margin-right: 8px;
    font-weight: 500;
    padding: 11px 20px !important;
    font-family: var(--headings-font-family);
    font-size: 15px;
}
#family-tabs-ka li.is-active a {
    background-color: var(--t_color1) !important;
    color: #fff;
    position: relative;
}
#family-tabs-ka li.is-active a:after {
    position: absolute;
    content: "";
    width: 100%;
    bottom: -20px;
    left: 0;
    height: 3px;
    background-color: var(--t_color1) !important;
}
ul#example-tabs li {
    margin-right: 10px;
    background: #fff;
}
ul#example-tabs li a {
    color: var(--t_color4);
    font-weight: 500;
    font-family: var(--headings-font-family);
    font-size: 15px;
}
.residen_status input {
    height: auto !important;
    margin-bottom: 0px !important;
}
.residen_status {
    display: flex;
    align-items: center;
    height: 40px;
}
.residen_status label {
    margin-right: 21px;
}
.member_image img {
    /*  width: 141px;
      height: 141px; */
    border-radius: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.falypro.member_image .n_details h3 {
    margin-bottom: 0px;
    line-height: 20px;
}
.member_image h3 {
    font-size: 21px;
    font-weight: 500;
    font-family: var(--headings-font-family);
    margin-bottom: 10px;
    margin-top: 15px;
}
.member_image span {
    font-weight: 500;
    font-family: var(--headings-font-family);
}
.member_image {
    text-align: center;
}
.membershipradio .grid-x .cell {
    margin-bottom: 0px;
}
.membershipradio input {
    height: unset;
}
.membershipradio span {
    display: block;
    font-size: 14px;
}
.plusdollar {
    font-weight: bold;
    margin-bottom: 0px;
    font-size: 12px;
}
.tab1_form label.form_label {
    height: 30px;
    color: var(--t_color1);
    font-family: var(--paragraph-font-family);
    padding-bottom: 8px;
    font-size: 16px;
    text-transform: capitalize;
        line-height: 15px;
   
}
.loginedbtn {
    padding: 5px 30px;
    border: 1px solid var(--t_color1);
    border-radius: 30px;
    margin-right: 30px;
    display: flex;
    align-items: center;
    width: 240px;
    position: absolute;
    right: 0px;
    top: 30px;
}
.page_sec_white.pro_update{
    padding-top: 40px!important;
}
.profile_update_sec1 .page_sec_white {
    background: #fff;
    padding: 30px;
    position: relative;
}
form.form_sec {
    margin: 20px;
}
a.add_reg_btn img {
    margin-left: 38px !important;
}
.profileupdateup.upgrade_nw a.up_now {
    color: var(--t_color1);
}
.skill-textarea {
    margin-bottom: 0px;
}
.tab1_form textarea {
    height: 140px;
}
form.form_sec  textarea {
    height: 100px;
}
.optional_sec {
    padding-bottom: 20px;
}
.fourcheck.residen_status label {
        margin-right: 7px;
    font-size: 12px;
    margin-left: 2px;
}
.residen_status.marrital_status label {
        margin-right: 10px;
   
    margin-left: 4px;
}
label.fourcheck_last input[type='text'] {
    width: 59px !important;
}
.fourcheck_last [type='text'] {
    width: 30px !important;
    height: 0px;
    border-bottom: 1px solid #cacaca !important;
    border: unset;
    box-shadow: unset;
    border-radius: unset;
}
label.fourcheck_last {
    display: flex;
    align-items: center;
}
label.fourcheck_last {
    margin-top: 3px;
}
 .busi_info{
    cursor: pointer;
 }
form.form_sec h5, .busi_info {
    font-size: 15px;
    font-weight: 500;
    font-family: var(--headings-font-family);
    color: #0a0a0a;
}
.busi_info  input {
    height: inherit;
}
.busi_info span {
    color: #747780
}
.optional_sec p.morecnt {
    color: #747780
}
/*--------- Profile image -------------*/
.avatar-upload.profileimg .circle {
    height: 150px;
    width: 150px;
}
.profile {
    position: relative;
}
.profile-pic {
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
}
.profile .file-input-wrapper a {
    color: #80868b;
}
.profile .file-input-wrapper a img {
    margin-right: 10px;
}
.file-upload {
}
.profileimg .image-upload-wrap.p-image:hover::after {
    content: ""; 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(24,117,209,0.3);
 
    height: 150px;
    width: 150px;
        border-radius: 50%;
}
.couple_sec .avatar-upload .couple_ka img{
    position: relative;
}
.couple_sec .image-upload-wrap.p-image:hover::after {
    content: ""; 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(24,117,209,0.3);
  
 
    border-radius: 0%;
}
 
.p-image input[type=file] {
    cursor: pointer;
    font-size: 1px;
    filter: alpha(opacity=1);
    -moz-opacity: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 999;
    width: 100%;
    margin: 0 auto;
    height: 100%;
    border-radius: 0%;
    -moz-opacity: 0;
    filter: alpha(opacity:0);
}
.p-image.couple_pimage input[type=file] {
    cursor: pointer;
    font-size: 1px;
    filter: alpha(opacity=1);
    -moz-opacity: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1001;
    width: 290px;
    margin: 0 auto;
    height: 100%;
    border-radius: 0%;
    -moz-opacity: 0;
    filter: alpha(opacity:0);
}
.p-image.couple_pimage .button {
    right: -4px;
}
p.filterby {
    color: #454545;
    margin-top: 10px;
}
.image-upload-wrap .button {
    content: url(../images/camera.svg);
    color: #757575;
    position: absolute;
    bottom: 0px;
    left: calc(100% - 60px);
    right: -4px;
    border-top-left-radius: 25px;
    padding: 15px 13px;
    width: 56px;
    background: #fff;    
     z-index: 9; 
    text-align: center;
    margin: auto;
    cursor: pointer;
}
/*.p-image input[type=file] {
  font-size: 100px;
position: absolute !important;
right: 0;
bottom: 0;
opacity: 0;
width: 50px;
margin: 0 auto;
height: 50px;
border-radius: 100%;
background: #0a0a0a;
cursor: pointer!important;
z-index: 999;
} */
.profile_change .p-image {
    top: 83%;
    left: 80%;
    background-color: #e6543c;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
}
.p-image1 .nav_result {
    width: 100%;
    top: 0;
    border-radius: 10px 10px 0px 0px;
    left: 0;
}
.p-image1 .upload-button {
    top: 20px;
    z-index: 999999;
}
.pixelarity-img-edit {
    display: none;
}
.upload-button {
    font-size: 1.2em;
}
.upload-button:hover {
    -webkit-transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
    -o-transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
    transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
    color: #80868b;
}
.crop_btn, .crop_cancel_btn {
    line-height: 35px;
    margin-bottom: 0px !important;
    position: relative;
    display: block;
    height: 35px;
    vertical-align: middle;
    width: 130px;
    text-align: center;
    border: none;
    background-repeat: no-repeat;
    background: linear-gradient(to right, #1470d1, #117adb, #0c83e5, #078def, #0297f9);
    color: var(--t_color3);
    border-radius: 50px;
    cursor: pointer;
}
#uploadimageModal .modal-footer, #uploadimageModal_mobile .modal-footer, #uploadimageModal_couple .modal-footer {
    display: flex;
    justify-content: space-evenly;
}
/*-------------------------------------*/
.image-previewer1 {
    width: 100%;
    height: 182px;
    border-radius: 0%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/1.png);
    position: relative;
}
/*.image-previewer1:hover::after {
position: absolute;
background-color: rgb(36 133 207 / 50%);
content: "";
width: 100%;
left: 0;
height: 100%;
border-radius: 0%;
cursor: pointer;
}*/
#cropzee-input1 {
    outline: none;
    opacity: 0;
    cursor: pointer;
    z-index: 999;
    position: absolute;
    bottom: 0px;
    padding: 0px;
    margin: 0px;
    width: 60px;
    height: 60px;
    right: 0px;
}
.proin {
    margin-top: 20px;
}
.proimg .avatar-upload {
    display: block !important;
}
.proimg  .image-previewer2 {
    width: 150px;
    margin: 0 auto;
    margin-top: 0px;
    height: 150px;
    position: relative;
    border-radius: 100%;
    box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 10%);
    background-image: url(../images/family.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.proimg #cropzee-input2 {
    outline: none;
    opacity: 0;
    cursor: pointer;
    z-index: 999;
    position: absolute;
    bottom: 0px;
    padding: 0px;
    margin: 0px;
    width: 60px;
    height: 60px;
    right: 0px;
}
/* .proimg .image-upload-wrap:after {
content: url(../images/camera.svg);
font-family: 'FontAwesome';
color: #757575;
position: absolute;
bottom: 0px;
left: calc(100% - 60px);
right: 0;
border-top-left-radius: 25px;
padding: 15px 13px;
width: 56px;
background: #fff;
z-index: 9;
text-align: center;
margin: auto;
cursor: pointer;
} */
.proimg .image-previewer2:hover::after {
    position: absolute;
    background-color: rgb(36 133 207 / 50%);
    content: "";
    width: 100%;
    left: 0;
    height: 100%;
    border-radius: 50%;
    cursor: pointer;
}
.image-previewer {
    width: 150px;
    margin: 0 auto;
    margin-top: 0px;
    height: 150px;
    position: relative;
    border-radius: 100%;
    box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 10%);
    background-image: url(../images/family.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.image-previewer:hover::after {
    position: absolute;
    background-color: rgb(36 133 207 / 50%);
    content: "";
    width: 100%;
    left: 0;
    height: 100%;
    border-radius: 50%;
    cursor: pointer;
}
#cropzee-input {
    outline: none;
    opacity: 0;
    cursor: pointer;
    z-index: 999;
    position: absolute;
    bottom: 0px;
    padding: 0px;
    margin: 0px;
    width: 60px;
    height: 60px;
    right: 0px;
}
.image-upload-wrap.imageuploadwrap:after {
    content: none;
    font-family: 'FontAwesome';
    color: #757575;
    position: absolute;
    bottom: 0px;
    left: calc(50% - 60px);
    top: calc(100% - 85px);
    right: 0;
    border-top-left-radius: 25px;
    padding: 11px 13px;
    width: 56px;
    background: none;
    z-index: 9;
    text-align: center;
    margin: auto;
    cursor: pointer;
    z-index: 999;
}
.avatar-upload.profileimg {
    width: 150px;
    margin: 0 auto;
    margin-top: 20px;
    height: 150px;
    position: relative;
    border-radius: 100%;
  
}
#cropzee-input.cropseinput {
    outline: none;
    opacity: 0;
    cursor: pointer;
    z-index: 999;
    position: absolute;
    bottom: 0px;
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: 100%;
    right: 0px;
}
.image-previewer3 {
    background: #8bb9e8;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
#cropzee-input3.cropseinput3 {
    outline: none;
    opacity: 0;
    cursor: pointer;
    z-index: 999;
    position: absolute;
    bottom: 0px;
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: 100%;
    right: 0px;
}
.image-previewer3:hover:after {
    content: "";
    background-image: url(../images/camera_white.svg);
    background-repeat: no-repeat;
    position: absolute;
    width: 59px;
    height: 45px;
    cursor: pointer;
    left: calc(100% - 95px);
    top: calc(100% - 92px);
    background-size: 41px;
    right: 0;
}
.image-previewer21 {
    background: #8bb9e8;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
.avatar-upload.profileimg:hover {
    background: #74b1ef;
}
.image-previewer21:after {
    content: "";
    background-image: url(../images/camera_white.svg);
    background-repeat: no-repeat;
    position: absolute;
    width: 59px;
    height: 45px;
    cursor: pointer;
    left: calc(100% - 95px);
    top: calc(100% - 92px);
    background-size: 41px;
    right: 0;
}
/*.avatar-upload.profileimgs1:hover::after {
position: absolute;
background-color: rgb(36 133 207 / 50%);
background-image: url(../images/camera_white.svg);
background-repeat: no-repeat;
content: "";
width: 100%;
left: 0;
height: 100%;
border-radius: 50%;
top: 0px;
content: "";
cursor: pointer;
background-size: 41px;
right: 0;
background-position: center;
} */
.light-modal-footer {
    margin: 0 auto;
    width: 100%;
    justify-content: center;
}
.light-modal-close-btn {
    margin: 0px 10px;
}
.croppr-container {
    text-align: center;
}
/* .image-upload-wrap:after {
content: url(../images/camera.svg);
font-family: 'FontAwesome';
color: #757575;
position: absolute;
bottom: 0px;
left: calc(100% - 60px);
right: 0;
border-top-left-radius: 25px;
padding: 11px 13px;
width: 56px;
background: #fff;
z-index: 9;
text-align: center;
margin: auto;
cursor: pointer;
} */
.light-modal-content {
    background: #fff !important;
}
.light-modal-footer {
    background: #fff !important;
    border-top: 1px solid rgb(0, 0, 0, 0.1);
}
.light-modal-close-icon, .light-modal-close-btn {
    line-height: 35px !important;
    padding: 0px !important;
    margin-bottom: 0px !important;
    position: relative !important;
    display: block !important;
    height: 35px !important;
    vertical-align: middle !important;
    width: 150px !important;
    text-align: center !important;
    border: none !important;
    background-repeat: no-repeat !important;
    background-image: url(../images/right_white.svg), linear-gradient(to right, #1470d1, #117adb, #0c83e5, #078def, #0297f9) !important;
    color: var(--t_color3) !important;
    border-radius: 50px !important;
    background-position: center right 3px, center !important;
    cursor: pointer !important;
}
.light-modal-content {
    min-width: 800px !important;
}
img.fam_mem {
    width: 254px;
}
.upgrade_nw h1 {
    font-size: 23px;
    color: var(--t_color3);
    text-align: center;
    font-weight: 500;
    font-family: var(--headings-font-family);
}
.upgrade_nw p {
    color: var(--t_color3);
}
.upgrade_nw {
    text-align: center;
    padding: 20px;
    background-image: linear-gradient(to bottom, #009dff, #0790f2, #0e83e5, #1377d8, #176acb);
    margin-top: 20px;
   
}
a.up_now {
    line-height: 35px;
    margin-bottom: 0px !important;
    position: relative;
    display: block;
    height: 35px;
    padding-left: 35px;
    vertical-align: middle;
    width: auto;
    text-align: left;
    border: none;
    background-repeat: no-repeat;
    background-image: url(../images/arr_blue.png);
    background-color: #fff;
    color: var(--t_color1);
    border-radius: 50px;
    background-position: center right 3px, center;
    cursor: pointer;
}
.grid-x.info_busi ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    height: calc(100% - 50px);
    column-count: 3;
    margin: 0;
}
.grid-x.info_busi li {
    width: 30%;
    margin-bottom: 26px;
}
.grid-x.info_busi li:nth-child(1), .grid-x.info_busi li:nth-child(4), .grid-x.info_busi li:nth-child(7) {
    width: 40%;
    padding-right: 20px;
}
.radiobtn input {
    height: auto;
    margin-bottom: 0px;
}
.radiobtn legend {
    color: var(--t_color1);
    font-family: var(--paragraph-font-family);
    padding-bottom: 8px;
    font-size: 16px;
    text-transform: capitalize;
}
.evnt_reg_form .form_start .radiobtn label {
    margin: 0;
    font-size: 0.875rem;
    font-weight: normal;
    line-height: 1.8;
    color: #0a0a0a;
    margin-left: 10px;
    margin-right: 21px;
}
.login_form_sec input.pay_otp {
    color: #000 !important;
}
select.mrs {
    width: 50px !important;
    border: none;
    font-size: 14px;
    background: url(../images/d-arrow.png) no-repeat;
    background-repeat: no-repeat;
    background-size: 11px;
    background-position: 87% 55%;
    box-shadow: none;
    height: 44px;
    border-right: 1px solid #ccc;
    position: absolute;
    top: 36px;
    left: 18px;
    font-weight: 500;
    font-family: var(--headings-font-family);
}
select.mrs.is-invalid-input:not(:focus) {
    background-color: transparent !important;
}
.salution {
    position: relative;
}
/*.cell.large-6.medium-6.salution input {
padding-left: 60px;
}*/
img#upfile1 {
    width: 38px;
    top: 0;
    left: calc(100% - 60%);
    position: absolute;
}
#prevw_img {
    background: #8BB9E8;
}
.childer_profile .member_image {
    position: relative;
}
.emp_inp2 input {
    height: inherit;
}
.emp_inp2 {
    display: flex;
    margin-top: 0px;
    align-items: end;
}
.emp_inp {
    display: flex;
    margin-top: 10px;
    align-items: end;
}
.emp_inp label {
    margin-right: 10px;
}
.avatar-upload {
    position: relative;
    max-width: 205px;
    margin-bottom: 10px;
    line-height: 0px;
}
.avatar-upload .avatar-edit {
    position: absolute;
    right: 12px;
    z-index: 1;
    top: 10px;
}
.avatar-upload .avatar-edit input {
    display: none;
}
.avatar-upload .avatar-edit input + label.sm_camera:after {
    content: url(../images/camera.svg);
    font-family: 'FontAwesome';
    color: #757575;
    position: absolute;
    top: calc(100% - -80px);
    left: calc(100% - 42px);
    right: 0;
    border-top-left-radius: 25px;
    padding: 11px 13px;
    width: 56px;
    background: #fff;
    height: 64px;
    text-align: center;
    margin: auto;
    cursor: pointer;
}
.avatar-upload .avatar-edit input + label:after {
    content: url(../images/camera_white.svg);
    font-family: 'FontAwesome';
    color: #757575;
    position: absolute;
    top: calc(100% - -44px);
    left: calc(100% - 153px);
    right: 0;
    text-align: center;
    margin: auto;
}
.avatar-upload .avatar-preview {
    width: 150px;
    margin: 0 auto;
    margin-top: 20px;
    height: 150px;
    position: relative;
    border-radius: 100%;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
.avatar-upload .avatar-preview > div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
.couple_sec .avatar-upload.couple_uplad_img {
    width: 100%;
    height: auto;
}
.couple_sec .avatar-upload .couple_ka {
    height: auto;
}
.couple_sec .avatar-upload .couple_ka img {
    height: auto;
    object-fit: cover;
    width: 100%;
}
.couple_sec .avatar-upload {
    position: relative;
    max-width: 100%;
   
    margin-top: 0px;
}
.couple_sec .avatar-upload .avatar-edit {
    position: absolute;
    right: 12px;
    z-index: 1;
    top: 10px;
}
.couple_sec  .avatar-upload .avatar-preview {
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
    position: relative;
    border-radius: unset;  /*-- box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1); --*/
}
.couple_sec div#imagePreview:after, .couple_sec .avatar-upload .avatar-preview > div {
    border-radius: 0%;
}
.couple_sec .avatar-upload .avatar-edit input + label.sm_camera:after {
    top: calc(100% - -89px);
    left: calc(100% - 67px);
    border-top-left-radius: 25px;
    padding: 14px 13px;
    width: 56px;
    height: 53px;
}
nav.side_nav li a.active_ka {
    background: var(--t_color1);
}
.couple_sec .avatar-upload .avatar-preview #imagePreview2:hover::after {
    position: absolute;
    background-color: rgb(36 133 207 / 50%);
    content: "";
    width: 100%;
    left: 0;
    height: 100%;
    border-radius: 0%;
}
div#imagePreview:hover::after {
    position: absolute;
    background-color: rgb(36 133 207 / 50%);
    content: "";
    width: 100%;
    left: 0;
    height: 100%;
    border-radius: 50%;
}
div#imagePreview2:hover::after {
    position: absolute;
    background-color: rgb(36 133 207 / 50%);
    content: "";
    width: 100%;
    left: 0;
    height: 100%;
    border-radius: 50%;
}
.viewbtns {
}
.sucess_pop {
    text-align: center;
    padding: 120px 0px;
}
.sucess_pop h2 {
    font-weight: 500;
    font-family: var(--headings-font-family);
    font-size: 27px;
    margin-bottom: 0;
    color: var(--t_color1);
}
.sucess_pop p {
    font-family: var(--paragraph-font-family);
    color: #434344;
    width: 390px;
    margin: 0 auto;
    font-size: 18px;
}
.sucess_pop label {
    font-family: var(--paragraph-font-family);
    color: var(--t_color1);
    font-size: 15px;
    margin-top: 20px;
}
.bk_btn {
    margin-top: 25px;
}
.bk_btn  a {
    font-family: var(--paragraph-font-family);
    color: var(--t_color1);
}
.bk_btn img {
    width: 22px;
}
form.form_sec .form-error.is-visible {
    display: block;
    position: absolute;
}
form.form_sec .cell {
    position: relative;
    margin-bottom: 15px;
}
form.form_sec input {
    margin-bottom: 5px;
}
.children_adds {
    display: flex;
    align-items: center;
}
.chosen-container-single .chosen-single {
    height: 44px;
    line-height: 44px;
    background: transparent;
    border-radius: 0;
    margin-bottom: 5px;
}
.chosen-select.is-invalid-input + .chosen-container-single .chosen-single {
    margin-bottom: 5px;
}
.chosen-container-single .chosen-single div b {
    display: block;
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-position: 0px 15px !important;
    background: url(../images/ar.svg) no-repeat 0 12px;
    background-size: 74%;
}
.filterform .chosen-container-active.chosen-with-drop .chosen-single {
    margin-bottom: 0px;
    
}
div#hacker-list .form-inline {
    display: flex;
}
.form-inline {
    display: flex;
    position: relative;
}

input#search-bar1.business-search.form-control {
    width: 750px;
    height: 45px;
    padding: 10px 20px;
}
input.directory_search {
    padding: 11px 50px;
    border-radius: 50px;
    background-image: linear-gradient(to right, #1470d1, #117adb, #0c83e5, #078def, #0297f9);
    color: #fff;
    margin-left: 10px;
    cursor: pointer;
    height: 45px;
}

input.search_option.form-control {
    width: 750px;
    height: 45px;
    padding: 10px 20px;
}
button.directory_search {
    padding: 11px 50px;
    border-radius: 50px;
    background-image: linear-gradient(to right, #1470d1, #117adb, #0c83e5, #078def, #0297f9);
    color: #fff;
    margin-left: 10px;
    cursor: pointer;
    height: 45px;
}
h6.filtertitle {
    font-size: 18px;
    color: #0a0a0a;
    margin: 2px 0px 22px 0px;
    font-weight: bold;
}
.filterbtn {
    border-radius: 50px !important;
    background: #fff;
    color: #1875D1;
    margin-left: 10px;
    cursor: pointer;
    height: 45px;
    width: 117px;
    line-height: 45px;
    position: relative;
    text-align: left;
    padding: 0px 30px;
}
#filter svg {
    width: 20px;
    position: absolute;
    right: 20px;
    top: 13px;
}
.filterbtn.hover {
    background-image: linear-gradient(to right, #1470d1, #117adb, #0c83e5, #078def, #0297f9);
    color: #fff;
}
.filterbtn.hover svg path {
    fill: #fff;
}
.sort {
    border-radius: 50px !important;
    background: #fff;
    color: #1875D1;
    margin-left: 10px;
    cursor: pointer;
    height: 45px;
    width: 117px;
    line-height: 45px;
    position: relative;
    text-align: left;
    padding: 0px 30px;
}
.sort svg {
    width: 20px;
    position: absolute;
    right: 20px;
    top: 13px;
}
.sort.hover {
    background-image: linear-gradient(to right, #1470d1, #117adb, #0c83e5, #078def, #0297f9);
    color: #fff;
}
.sort.hover svg path {
    fill: #fff;
}
.filterbtnq {
    padding: 8px 21px 12px 34px;
    border-radius: 50px;
    background-image: linear-gradient(to right, #1470d1, #117adb, #0c83e5, #078def, #0297f9);
    color: #fff;
    margin-left: 10px;
    cursor: pointer;
}
span#filter img {
    margin-left: 26px;
    height: 22px;
}
div#hacker-list {
    position: relative;
}
select.chosen-select.choosen.dropdown_common.is-invalid-input + .chosen-container-single .chosen-single {
    border-color: #cc4b37;
    background-color: #f9ecea;
}
select.chosen-select.choosen.dropdown_common.is-invalid-input + .chosen-container-multi .chosen-choices {
    border-color: #cc4b37;
    background-color: #f9ecea;
}
.dropdown-pane.filterdropdown {
    width: 1018px;
    top: 55px !important;
    box-shadow: 0px 3px 30px #00000064;
    border: none;
    padding: 25px;
    right: 0px!important;
    left: 0px!important;
}
.form_filtersection label {
    color: #454545;
    font-size: 14px;
    text-align: left;
    font-weight: 500;
}
.filter-box .is-invalid-label {
    color: #cc4b37;
}
.martop-40 {
    margin-top: 40px;
}
.filter-box {
    display: flex;
    align-items: center;
}
.filter-box {
    align-items: center;
}
.filter-box  label {
    color: #454545;
    font-size: 14px;
    text-align: left;
    font-weight: 500;
}
.filter-box  input {
    width: 16px;
    height: 16px;
    margin-right: 10px;
    margin-bottom: 0px;
}
.filter-box li {
    display: flex;
    align-items: center;
    margin-right: 40px;
}
.filter-box  label > [type='checkbox'] {
    display: none;
}
a.clearbtn.button{
    padding: 11px 50px;
    border-radius: 50px;
    background: #fff!important;
    color: #0a0a0a;
    margin-left: 10px;
    cursor: pointer;
    height: 45px;
}
.clearbtn {
    margin-left: 30px;
}
.filterform {
    margin-top: 45px;
}
.filterform label {
    color: #454545;
    font-weight: 500;
    margin-bottom: 10px;
}
.filterform  button.directory_search {
    margin-left: 0px;
    cursor: pointer;
}
.filterform .chosen-container {
    width: 100% !important;
}
.native_select_ka + .chosen-container-multi .chosen-choices{
    margin-bottom: 0px;
  
}
.email_ka{
    word-break: break-word;
}
.chosen-container .chosen-drop{
    border-top:1px solid #aaa;
}
.dropdown-pane.sortfilter {
    width: 1018px;
    top: 55px !important;
    box-shadow: 0px 3px 30px #00000064;
    border: none;
    padding: 25px;
        right: 0px!important;
        left: 0px!important;
}
span.sort.btn.btn-default {
    padding: 11px 17px 11px 40px;
    border-radius: 50px;
    background: #fff;
    color: var(--t_color1);
    margin-left: 10px;
    cursor: pointer;
}
span.sort.btn.btn-default img {
    margin-left: 15px;
}
div#hacker-list {
    padding-bottom: 40px;
}
.filterform label{
    color: #454545;
    font-weight: bold;
}
.filterform .chosen-container-multi .chosen-choices{

  min-height: 35px;
}
.filterform .chosen-container-single .chosen-single{
    height: 35px;
    line-height: 35px;
   
}
.member_directory .grid-margin-x > .cell {
    margin-right: 0rem;
}
.member_directory .ipad-margin-left{
    margin-left: 0rem;
}
.backardiv {
    padding-bottom: 25px;
}
.page_head.mb20 {
    margin-bottom: 15px;
}
.nas_mem h3 {
    font-size: 20px;
    font-weight: 500;
    font-family: var(--headings-font-family);
    margin-bottom: 22px;
}
.nativekovil {
    display: flex;
    margin-top: 18px;
}
.nas_m {
    display: flex;
    background: #fff;
    margin-bottom: 15px;
    padding: 15px;
    align-items: center;
    cursor: pointer;
}
.ser_mem {
    min-width: 123px;
    margin-right: 20px;
}
.ser_mem img {
    margin-right: 0px !important;
}
img.nas_img {
    width: 123px;
    height: 123px;
    border-radius: 50%;
    margin-right: 15px;
}
.nas_m h6 {
    font-size: 18px;
    font-weight: 500;
    font-family: var(--headings-font-family);
    text-transform: capitalize;
}
.children_adds p {
    margin-bottom: 0px;
    color: var(--t_color1);
    margin-left: 10px;
}
.nas_m label {
    font-size: 13px;
    color: var(--t_color1);
    font-weight: 500;
    font-family: var(--paragraph-font-family);
    cursor: pointer;
}
.nas_m label.nas_id {
    font-weight: 500;
    font-family: var(--headings-font-family);
}
.nativekovil div {
    padding-right: 30px;
}
.nativekovil p {
    font-weight: 500;
    font-family: var(--headings-font-family);
    margin-bottom: 0;
    word-break: break-word;
}
.member_directory .cell:odd-child(1) {
    padding-right: 9px;
}
.member_directory .cell:even-child(2) {
    padding-left: 9px;
}
.nas_m:hover {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.main_img {
    display: flex;
    flex-wrap: wrap;
    column-count: 4;
}
h6.year_img {
    font-size: 19px;
    font-weight: 500;
    font-family: var(--headings-font-family);
    margin-bottom: 28px;
    margin-top: 0px;
    color: var(--t_color1);
}
.main_img.malar_ka {
    margin-bottom: 20px;
}
.mag_name {
    text-align: center;
    background: #fff;
    padding: 22px 10px 10px;
}
.maginbottom-40.malarsec{
    margin-bottom: 40px;
}
  .malar_image{
    max-height: 300px;
    min-height: 300px;
  }
  .malar_image img{
    height: 300px;
    object-fit: cover;
    width: 100%;
  }
.mag_name h5 {
    font-size: 16px;
    font-weight: 500;
    font-family: var(--headings-font-family);
}
.choose_date img {
    margin-left: 11px;
    position: absolute;
    top: 9px;
    right: 12px;
}
.choose_date button {
    padding: 10px 18px 8px 19px;
    background: #fff;
    border-radius: 50px;
    color: var(--t_color1);
    font-weight: 500;
    font-family: var(--headings-font-family);
}
.morecontent span {
    display: none;
}
.morelink {
    display: block;
}
.pongal_content.event_reg_ka {
    height: 262px;
    overflow-y: auto;
    position: relative;
}


iframe.mfp-iframe {
    margin-top: -60px;
}

.mfp-content {
    overflow: hidden !important;
}



button.mfp-close {
    width: 40px !important;
    height: 40px !important;
    background: #000;
    overflow: hidden;
    z-index: 9999;
    opacity: 1 !important;
    text-align: center !important;
    border-radius: 50%;
    right: 0px !important;
    top: 0px !important;
    padding: 0px !important;
    line-height: 1 !important;
}
/* ===== Scrollbar CSS ===== */
.pongal_content {
    scrollbar-width: auto;
    scrollbar-color: #8f54a0 #ffffff;
}
.pongal_content::-webkit-scrollbar {
    width: 10px;
}
.pongal_content::-webkit-scrollbar-track {
    background: #ffffff;
}
.pongal_content::-webkit-scrollbar-thumb {
    background-color: #1779ba;
    border-radius: 10px;
    border: 3px solid #ffffff;
}
.pongal_content {
    padding: 15px 17px 15px;
    background: #fff;
    height: 100%;
}
.pongal_fig  img {
    height: 100%;
    width: 100%;
    object-fit: cover;
   
}
.profile-boder{
        border-bottom: 2px solid var(--t_color5);
    max-width: 100%;
    padding-bottom: 20px;
}
.pongal_fig {
    height: 262px;
    background: #ccc;
    object-fit: contain;
}
.booking-info a {
    display: flex;
    align-items: center;
    justify-content: end;
    font-weight: 500;
}
.align-item {
    align-items: center;
}
.pongal_content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.pongal_title h6 {
    font-size: 18px;
    font-weight: 500;
    font-family: var(--headings-font-family);
}
.pongal_title {
    position: relative;
    margin-bottom: 20px;
}
.pongal_title .time {
    top: 0;
    right: 0;
    position: absolute;
}
.pongal_content p, .pongal_content span {
    color: #454545;
}
a.reg_btn, a.link_btn {
    line-height: 36px;
    border-radius: 30px;
    background-image: linear-gradient(to right, #1470d1, #117adb, #0c83e5, #078def, #0297f9);
    color: #fff;
}
a.reg_btn img, a.link_btn img {
    margin-left: 17px;
}
.pongal_content p {
    width: 95%;
    margin-bottom: 5px;
    font-size: 13px;
}

.pongal_title .time span {
    font-size: 13px;
    margin-right: 19px;
}
a.reg_btn {
    margin-right: 18px;
}
.evnt_reg .grid-x {
    margin-bottom: 30px;
}
button.plus_btn, button.minus_btn {
    border: 0.5px solid #ADB5C1;
    width: 44px;
    color: var(--t_color1);
    height: 44px;
    font-size: 24px;
    margin-left: 11px;
    border-radius: 50%;
    cursor: pointer;
}
.adult_sec {
    align-items: center;
}
.evnt_reg_form .form_start {
    background: #fff;
    padding: 20px 20px 30px;
}
.total_no {
    border-top: 2px solid #176ACB;
    margin: 0px 20px;
    text-align: right;
}
.total_no span.fontbold {
    margin-left: 20px;
}
.grid-x.adult_sec {
    padding: 0px 20px 8px;
}
.adult_flx {
    display: flex;
    align-items: center;
}
.adult_flx input {
    width: 30%;
    margin-bottom: 0;
}
.adult_flx p {
    margin-bottom: 0px;
    margin-left: 18px;
}
.evnt_reg_form .form_start form label {
    margin-bottom: 6px;
    font-size: 16px;
    color: var(--t_color1);
    font-family: var(--paragraph-font-family);
}
.calc_total p {
    margin-bottom: 4px;
}
.evnt_reg_form h4 {
    font-family: var(--headings-font-family);
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 15px;
}
.evnt_reg_form h6 {
    font-family: var(--headings-font-family);
    margin: 20px 0px;
    font-size: 16px;
}
p.total_clc {
    border-top: 1px solid #D8E6F6;
    padding: 10px 0px;
}
p.total_clc, p.total_clc span {
    color: var(--t_color1);
    font-family: var(--headings-font-family);
}
.calc_total {
    padding: 10px 0px;
}
.calc_total span.fontbold {
    font-family: var(--headings-font-family);
}
margin-left: 10px;
}
.evnt_reg_form form {
position: relative;
}
.evnt_reg_form .form-error.is-visible {
position: absolute;
}
.evnt_reg_form input {
margin-bottom: 5px;
}
.evnt_reg_form form .cell {
padding-bottom: 20px;
}
.adult_flx {
position: relative;
}
.adult_flx .form-error.is-visible {
position: absolute;
bottom: -40px;
}
.payment_option {
display: flex;
align-items: center;
}
.payopt {
text-align: center;
padding: 31px;
background: #fff;
margin-right: 30px;
width: 274px;
height: 210px;
}
.payopt a {
margin: 0 auto;
}
.payopt .pay_img {
width: 40px;
margin-bottom: 21px;
height: 43px;
}
.payopt h6 {
font-weight: 500;
font-family: var(--headings-font-family);
height: 48px;
margin-bottom: 17px;
}
.evnt_choose_option h5 {
font-weight: 500;
font-size: 18px;
font-family: var(--headings-font-family);
margin-bottom: 37px;
}
.payopt a img, .sub_bank a img {
margin-left: 28px;
}
.pay_body .main_layout {
height: 100vh;
}
.qrl_payment {
background-color: #fff;
padding: 20px 20px 40px 20px;
}
.qrl_payment h5 {
font-size: 20px;
font-weight: 500;
font-family: var(--headings-font-family);
}
.qrl_sec {
text-align: center;
padding: 40px 0px 50px;
}
.qrl_sec h6 {
font-size: 16px;
font-weight: bold;
}
.mrgcenter input.event_reg_bntn {
margin: 0 auto
}
.qrl_sec p {
font-family: var(--headings-font-family);
}
.inter_bank {
background-color: #fff;
padding: 20px 20px 320px;
}
.sub_qrl img {
margin-left: 20px;
}
.sub_qrl {
margin-top: 30px;
}
#tran_id {
width: 450px;
}
.inter_bank h5 {
font-family: var(--headings-font-family);
font-weight: 500;
font-size: 19px;
margin-bottom: 20px;
}
.bank_sec p {
margin-bottom: 0;
}
.bank_sec h6 {
margin: 15px 0px 10px;
color: var(--t_color1);
}
.reference_transaction {
position: relative;
}
.reference_transaction span {
position: absolute;
bottom: -42px;
}
.sub_bank {
margin-top: 32px;
}
.payment_sucess {
background: #fff;
padding: 20px;
height: 100%;
}
.grid-x.sucess-mes {
height: 90%;
}
.participants {
text-align: center;
display: flex;
align-items: center;
flex-direction: column;
justify-content: center;
height: 100%;
}
.payment_sucess h5 {
text-align: left;
}
.Add_Participant a {
display: block;
}
img.part_img {
width: 100px;
margin-bottom: 20px;
}
.participants h6 {
color: var(--t_color1);
font-family: var(--paragraph-font-family);
margin-bottom: 0px;
}
.participants h2 {
color: var(--t_color1);
font-family: var(--headings-font-family);
font-size: 28px;
margin-bottom: 50px;
}
.participants p {
color: #454545;
margin-bottom: 50px;
}
.payment_sucess h5 {
font-weight: 500;
font-size: 21px;
font-family: var(--headings-font-family);
}
a.add_part_btn img {
margin-left: 15px;
}
img.success_2 {
width: 23px;
margin-right: 7px;
}
.member_nonmember {
display: flex;
}
.adult_child {
display: flex;
padding-top: 25px;
align-items: center;
}
.participant_form {
background: #fff;
padding: 20px;
}
.evnt_reg {
margin-top: 20px;
}
.add_submit div {
margin-top: 30px;
}
.add_submit a {
background-image: var(--bg_img);
color: #fff;
border-radius: 30px;
}
/*------------- No Data Found ---------------*/
.nodatafound {

background: #fff;

    text-align: center;
    align-items: center;
    padding: 50px 0px;
    display: flex;
    justify-content: center;
}
.nodatafound img {
width: 100px;
}
.nodatafound p {
font-size: 22px;
margin: 20px 0px;
}
/*------------ Event payment list --------*/
.evnt_payment_list .evnt_payment_option {
text-align: center;
padding: 31px;
background: #fff;
margin-right: 30px;
}
.evnt_payment_list .list_btn {
margin-bottom: 0px !important;
position: relative;
display: block;
height: 35px;
vertical-align: middle;
width: 150px;
line-height: 33px;
text-align: left;
border: none;
background-repeat: no-repeat;
background-image: url(../images/right_white.svg), linear-gradient(to right, #1470d1, #117adb, #0c83e5, #078def, #0297f9);
color: var(--t_color3);
border-radius: 50px;
padding-left: 35px;
background-position: center right 3px, center;
cursor: pointer;
}
.bg_white {
background: #fff;
align-items: center;
padding: 20px 20px;
margin-bottom: 10px;
}
.evnt_payment_list .evnt_payment_box h6 {
margin-bottom: 0px;
font-size: 18px;
}
.evnt_payment_list p.evnt-date {
font-weight: normal;
font-size: 14px;
}
.evnt_payment_list p.evnt-date span {
margin-left: 20px;
}
/*------------ File Upload Css -----*/
#one {
margin-top: 50px;
box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
}
#uploader {
margin-top: 6px;
}
.fileuploads.is-invalid-label .fileUpload {
border-color: #cc4b37;
background-color: #f9ecea;
}
.fileUpload {
background-color: transparent;
color: #777;
text-align: left;
width: 100%;
height: 44px;
border: 0.5px solid #ADB5C1;
font-size: 15px;
border-radius: 4px;
line-height: 44px;
position: relative;
}
.it input.form-control {
height: 54px;
border: none;
margin-bottom: 0px;
border-radius: 0px;
border-bottom: 1px solid #ddd;
box-shadow: none;
}
.it .form-control:focus {
border-color: #ff4d0d;
box-shadow: none;
outline: none;
}
.fileUpload {
position: relative;
}
.it .btn-orange.is-invalid-label {
border-color: #cc4b37;
background-color: #f9ecea;
}
.fileUpload input.upload {
position: absolute;
top: 0;
right: 0;
margin: 0;
padding: 0;
font-size: 20px;
cursor: pointer;
opacity: 0;
filter: alpha(opacity=0);
}
.fileUpload input.upload.is-invalid-input:not(:focus) {
border-color: #cc4b37;
background-color: #f9ecea;
}
.it .btn-new, .it .btn-next {
margin: 30px 0px;
border-radius: 0px;
background-color: #333;
color: #f5f5f5;
font-size: 16px;
width: 155px;
}
.it .btn-next {
background-color: #ff4d0d;
color: #fff;
}
.it .btn-check {
cursor: pointer;
line-height: 54px;
color: red;
}
.it .uploadDoc {
margin-bottom: 20px;
}
.it .uploadDoc {
margin-bottom: 20px;
}
.fileUpload img {
width: 30px;
margin-bottom: 6px;
margin-left: 5px;
}
.it #uploader .docErr {
position: absolute;
right: auto;
left: 10px;
top: -56px;
padding: 10px;
font-size: 15px;
background-color: #fff;
color: red;
box-shadow: 0px 0px 7px 2px rgba(0, 0, 0, 0.2);
display: none;
}
.it #uploader .docErr:after {
content: '\f0d7';
display: inline-block;
font-family: FontAwesome;
font-size: 50px;
color: #fff;
position: absolute;
left: 30px;
bottom: -40px;
text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
}
/*-------------- End File Upload css -----*/
.form-error {
font-weight: normal !important;
}
.participant_form .dsplyflx {
display: flex;
align-items: center;
justify-content: space-between;
}
.participant_form .dsplyflx .memrnon {
margin-right: 15px;
}
.participant_form .dsplyflx .memrnon, .participant_form .dsplyflx .adultrnon {
font-size: 16px;
font-weight: bold;
}
.participant_form .dsplyflx span:before {
display: inline-block;
content: '';
-webkit-border-radius: 100%;
border-radius: 100%;
height: 5px;
width: 5px;
margin-right: 5px;
background-color: #1875d1;
vertical-align: middle;
}
.participant_form h4 {
font-family: var(--headings-font-family);
font-size: 20px;
font-weight: 500;
margin-bottom: 15px;
}
.participant_form form label {
margin-bottom: 6px;
font-size: 13px;
color: var(--t_color1);
font-family: var(--paragraph-font-family);
}
.participant_form h6 {
padding-left: 20px;
font-family: var(--headings-font-family);
margin: 20px 0px;
}
.participant_form .member_nonmember label, .participant_form .adult_child label {
color: #0a0a0a;
}
.participant_form form {
position: relative;
}
.participant_form .form-error.is-visible {
position: absolute;
}
.participant_form form .cell {
padding-bottom: 20px;
}
.participant_form input {
margin-bottom: 5px;
}
a.event_reg_sub {
background: #CECECE;
}
.disflex{
    display: flex;
    align-items: center;
}
.residen_status.fourcheck input {
margin-right: 2px;
margin-top: 0px;
margin-bottom: 0px;
}
#kovil_ka + .chosen-container-single .chosen-single {
margin-bottom: 6px;
}
.form_sec1.formpadding {
margin-top: 20px;
}
form.form_sec1 input {
margin-bottom: 5px;
text-transform: capitalize;
}
input[type=email],input[type=url] {
  text-transform: lowercase!important;
}
form.form_sec1 .cell {
position: relative;
margin-bottom: 15px;
}
form.form_sec1 .cell .form-error {
position: absolute;
margin-bottom: 0rem;
line-height: 10px;
margin-top: 1px;
}
form.form_sec1 h5 {
padding-left: 12px;
font-family: var(--headings-font-family);
font-weight: 500;
margin: 0px 0px 15px;
font-size: 16px;
color: #0a0a0a;
}
form.form_sec1 a {
color: #fff;
}
/* ====== Event Choose option ======*/
.payopt:hover {
box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
}
/* ====== searchbar styles ======*/
.output {
list-style: none;
width: 100%;
min-height: 0px;
border-top: 0 !important;
color: #767676;
font-size: .75em;
transition: min-height 0.2s;
position: absolute;
z-index: 5;
top: 45px;
box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
}
.member_directory {
padding-top: 10px;
}
.output, #search-bar {
background: #fff;
text-transform: capitalize;
}
.searchfrmflex {
display: flex;
align-items: center;
}
.searchfrmflex input.search_option.form-control {
margin-bottom: 0px;
}
#search-bar {
background: #fff;
text-transform: capitalize;
border-radius: 5px;
border: 0.5px solid #ABB0B7;
box-shadow: none;
}
.member_dir_image{
    margin: 50px 0px;
    padding-right: 40px;
}

.prediction-item {
padding: .5em .75em;
transition: color 0.2s, background 0.2s;
}
.prediction-item .prediction-text {
font-size: 14px;
text-transform: capitalize;
}
.output:hover .focus {
background: #fff;
color: #767676;
}
.prediction-item:hover, .focus, .output:hover .focus:hover {
background: #f5f5f5;
color: #333;
}
.prediction-item:hover {
cursor: pointer;
}
.prediction-item strong {
color: #333;
}
.prediction-item:hover strong {
color: #0a0a0a;
}
.positionrltve {
position: relative;
}
/*================= Add family member ============*/
.spouse-img{
    margin:0 auto;
}
#view_spouse{
    text-align: center;
    
}
.spouse_name{
   text-align: center; 
   margin-top: 20px;
}
.spouse_name h2{
        font-size: 24px;
    font-weight: 500;
    font-family: var(--headings-font-family);
    margin-bottom: 0;
    line-height: 20px;
    text-transform: capitalize;
}
.spouse_editbtn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}
.spouse_editbtn a.edit_profile{
        margin-right: 0px;
}
#add_family, #add_children,#view_spouse {
background-color: #fff;
padding: 40px 40px;
position: relative;
}
.optional_sec input[type="checkbox"] {
margin-right: 0;
}
div#add_family label.busi_info.spouseinfolable {
margin-left: 0px;
}
div#add_family label.busi_info, div#add_family .optional_sec p {
margin-left: 11px;
}
form.form_sec input, form.form_sec textarea {
border-radius: 4px;
}
.emp_inp input {
height: inherit;
}
/*================= Member Directory ============*/
.list {
position: relative;
}
.list  .form-error {
position: absolute;
}
.list .chosen-container-single .chosen-single {
margin-bottom: 5px;
}
.mem_pro{
    display: block;
    background: #fff;
    margin-bottom: 15px;
    padding: 15px 20px;
    align-items: center;
    cursor: pointer;
}
.mem_pro:hover {
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
}
.mem_dir_pro{
    display: flex;
    align-items: center;
}
.mem_dir_pro .ser_mem{
    width: 80px;
}
.mem_dir_pro .ser_mem{
    min-width: 80px;
}
.mem_dir_pro img.nas_img{
    width: 80px;
    height: 80px;
}
.mem_dir_pro .nas_m{
        margin-bottom: 0px;
    padding: 0px;
}
.mem_dir_pro .nas_m:hover{
    box-shadow: none!important;
}
.mem_dir_pro .nas_m.disblock{
    display: block;
}
.nativekovil.mem_dir_options{
   justify-content: flex-start;
       padding-left: 10px;
}
.nativekovil.mem_dir_options div {
    padding-right: 30px;
}
.nativekovil.mem_dir_options p{
    text-transform: lowercase;
}
.nativekovil.mem_dir_options p::first-letter {
    text-transform: uppercase;
}
/*================= Malar Collection ============*/\


.img_with_head:hover {
box-shadow: 0px 0px 20px 0px #878585;
}
.img_with_head {
cursor: pointer;
}
.malar_img {
    width: 100%;
}
div#canvases {
display: flex;
flex-direction: column;
height: 100vh;
 width: 50% !important;
     margin: 0 auto;
}
    div#OpenPdf, #pdf_n {
    width: 100vw;
    height: 100vh;
    top: 0px !important;
    padding: 0px !important;
    max-width:100vw;
    
}
  div#OpenPdf {
  top: 0 !important;
    transform: unset !important;
    left: 0 !important;
    height: 100vh!important;
    width: 100% !important;
    border-radius: 0px!important;
    margin: 0 auto;
    right: 0px;
    background: #0a0a0a;
}

  div#OpenPdf button.close-button {
    position: fixed;
    top: 0;
    right: 25%;
}
div#OpenPdf .cell{
    padding: 0px;
}
/*================= Family Member ============*/
.membership_family {
padding-left: 60px;
}
.about_business p {
margin-bottom: 0;
}
.membar_avater_info .membar_name {

}
/*================= Common Button ============*/
.c_button {
}
/*================= Payment Page =============*/
.paymentbox {
background: #fff;
text-align: center;
padding: 30px 60px;
min-height: 250px;
max-height: 250px;
position: relative;
}
.paymentbox h4 {
font-weight: bold;
font-size: 18px;
color: #001B36;
margin-top: 20px;
margin-bottom: 20px
}
.paymentbox .buttonone img {
transform: rotate(0deg) !important;
}
.paymentbox .buttonone.c_button {
padding: unset;
font-size: 14px;
position: absolute;
right: 0px;
left: 50%;
margin: 0 auto;
text-align: center;
bottom: 25px;
transform: translate(-50%, 0px);
line-height: 35px;
min-width: 140px;
}
.buttonone.tm {
line-height: 35px;
margin-bottom: 0px !important;
position: relative;
display: block;
height: 35px;
padding-left: 25px;
vertical-align: middle;
width: 165px;
text-align: left;
border: none;
background-repeat: no-repeat;
background-image: url(../images/right_white.svg), linear-gradient(to right, #1470d1, #117adb, #0c83e5, #078def, #0297f9);
color: var(--t_color3);
border-radius: 50px;
background-position: center right 3px, center;
cursor: pointer;
}
.page_head2 h2 {
font-size: 22px;
text-align: left;
font-weight: bold;
padding-bottom: 30px;
padding-top: 10px;
line-height: 0px;
    font-family: var(--headings-font-family);
}
.page_head3 h2 {
font-size: 22px;
text-align: left;
font-weight: bold;
padding-bottom: 10px;
padding-top: 10px;
line-height: 0px;
    font-family: var(--headings-font-family);
}
.paymenthistory {
padding-top: 50px;
padding-bottom: 30px;
}
ul.paymenthistorytab {
background: none !important;
border: none;
display: flex;
margin: 20px 0px;
}
ul.paymenthistorytab li {
background: none !important;
margin-right: 20px !important;
}
ul.paymenthistorytab li a {
padding: 1.25rem 0px;
color: var(--t_color1) !important;
font-family: var(--paragraph-font-family) !important;
font-weight: normal;
}
ul.paymenthistorytab li a:hover {
background: none !important;
}
ul.paymenthistorytab li.is-active a {
background: none !important;
font-weight: bold;
}
.paymenthistory .tabs-content {
background: none;
border: none;
}
.paymenthistory .tabs-content .tabs-panel {
padding: 0px;
}
.paymenthistory .tabs-content .tabs-panel thead {
background: #9FA8B4;
color: #fff;
border-bottom: 4px solid #f1f1f1;
}
.paymenthistory table.unstriped tbody tr {
border-bottom: 4px solid #f1f1f1;
}
.paymenthistory .tabs-content .tabs-panel thead tr th {
color: #fff;
padding: 10px 20px;
}
.paymenthistory .tabs-content .tabs-panel tbody tr td {
padding: 10px 20px;
}
.paymenthistory .tabs-content .tabs-panel thead tr th:last-child {
text-align: right;
}
.paymenthistory .tabs-content .tabs-panel tbody tr td:last-child {
text-align: right !important;
}
/*============== Change Password page ==================*/
.changepassword {
padding: 20px 0px;
}
.changepassword form {
background: #fff;
padding: 30px;
text-align: left;
}
.changepassword form label {
color: var(--t_color1);
font-family: var(--paragraph-font-family);
padding-bottom: 8px;
font-size: 16px;
text-transform: capitalize;
}
.changepassword form input {
margin-bottom: 30px;
text-align: center;
height: 45px;
}
p.chgpwd_note {
color: #454545;
}
.form_field.mtb60 {
margin-top: 60px;
margin-bottom: 40px;
}
.changepassword span.eye_btn {
background-image: url(../images/eyeopen.svg);
background-repeat: no-repeat;
position: absolute;
top: 50px;
right: 10px;
width: 20px;
height: 20px;
text-align: center;
cursor: pointer;
}
.changepassword span.eye_btn.open {
background-image: url(../images/eyeclose.svg);
background-repeat: no-repeat;
position: absolute;
top: 50px;
right: 10px;
width: 20px;
height: 20px;
text-align: center;
cursor: pointer;
opacity: 0.5;
}
/*================= Bookinginfo page ================*/
.bookinginfo .page_head2 {
display: flex;
}
.bookinginfo .page_head2 svg {
margin-right: 20px;
}
.bookingtitle .page_head2 h2 {
line-height: 26px;
}
.bookinginfodetails {
}
.bookinginfodetails .bookinginfobox {
background: #fff;
padding: 20px;
margin-bottom: 15px;
}
.bookinginfobox {
position: relative;
}
.bookinginfobox .perinfo h4 {
font-size: 16px;
color: #0a0a0a;
font-weight: bold;
margin-bottom: 20px;
line-height: 0px;
}
.bookinginfobox .perinfo p {
color: #1875D1;
margin-bottom: 0px;
line-height: 0px;
}
.bookinginfobox .infoedit {
position: absolute;
top: 15px;
right: 30px;
}
/*================= Pagination Styles  =========*/
nav ul.pagination {
padding: 10px;
margin: 1rem auto;
border-radius: 0.2rem;
counter-reset: pagination;
text-align: left;
}
nav ul.pagination li a {
border: solid 1px #d7d7d7;
border-radius: 0.2rem;
color: #7d7d7d;
text-decoration: none;
text-transform: uppercase;
display: inline-block;
text-align: center;
padding: 6px 15px;
background: #fff;

}
nav ul.pagination li.active a {
color: #fdfdfd;
background-image: linear-gradient(to right, #1470d1, #117adb, #0c83e5, #078def, #0297f9);
border: solid 1px #1470d1;
}
nav ul.pagination li:hover a {
color: #fdfdfd;
background-image: linear-gradient(to right, #1470d1, #117adb, #0c83e5, #078def, #0297f9);
border: solid 1px #1470d1;
}
input.date_input {
cursor: pointer !important;
background: #fff !important;
}
/*================= Newly added ================*/
.has-tip{
    border-bottom:none;
    cursor: pointer;
}
.tooltip{
  background: #fff;
    -webkit-box-shadow: 0px 6px 12px 0px rgb(0 0 0 / 15%);
    box-shadow: 0px 6px 12px 0px rgb(0 0 0 / 15%);
    color:#000;
    width: 100%;
    line-height: 20px;
}
.tooltip.top:before {
  border-color: #fff transparent transparent;
}
.tooltip.bottom:before {
  border-color: transparent transparent #fff;
}
.tooltip.right:before {
  border-color: transparent #fff transparent;
}
.tooltip.left:before {
  border-color: transparent transparent transparent #fff;
}
.input-group{
    margin-bottom: 4px;
}
.input-tips{
    font-size: 10px;
}
.input-group .input-group-label{
    border-right:0px!important;
    border-radius: 4px;
    height: 44px;
    border-top-right-radius:0px;
    border-bottom-right-radius:0px;
    background: #fff;
    border: 0.5px solid #ADB5C1;
    font-size: 20px;
}
.mobi_val{
    
     border-top-left-radius:0px!important;
    border-bottom-left-radius:0px!important;
}
.form_label .tips_ka{
    font-size: 11px;
}
input.nric_num{
    text-transform: uppercase;
}
input.readonlyapply {
cursor: not-allowed;
background: #fff;
cursor: default;
}
form.form_sec1 input, form.form_sec1 select, form.form_sec1 textarea {
border-radius: 4px;
}
span.pro_dot {
color: #176acb;
vertical-align: text-bottom;
font-size: 32px;
margin-right: 6px;
margin-left: 6px;
}
.chosen-container-single .chosen-single {
border-radius: 4px;
border: 0.5px solid #ADB5C1;
}
a.update_page {
line-height: 35px;
margin-bottom: 0px !important;
position: relative;
display: block;
height: 35px;
padding-left: 35px;
vertical-align: middle;
width: 150px;
text-align: left;
border: none;
background-repeat: no-repeat;
background-image: url(../images/right_white.svg), linear-gradient(to right, #1470d1, #117adb, #0c83e5, #078def, #0297f9);
color: var(--t_color3);
border-radius: 50px;
background-position: center right 3px, center;
cursor: pointer;
}
a.reg_btn, a.link_btn, .payopt a, .qrl_sec a, .sub_bank a, .add_submit a {
margin-bottom: 0px !important;
position: relative;
display: block;
height: 35px;
vertical-align: middle;
width: 150px;
line-height: 32px;
text-align: left;
border: none;
background-repeat: no-repeat;
background-image: url(../images/right_white.svg), linear-gradient(to right, #1470d1, #117adb, #0c83e5, #078def, #0297f9);
color: var(--t_color3);
border-radius: 50px;
padding-left: 25px;
background-position: center right 3px, center;
cursor: pointer;
}
.sub_qrl a {
margin-bottom: 0px !important;
position: relative;
display: block;
height: 35px;
vertical-align: middle;
width: 150px;
line-height: 35px;
text-align: left;
border: none;
background-repeat: no-repeat;
background-image: url(../images/right_white.svg), linear-gradient(to right, #1470d1, #117adb, #0c83e5, #078def, #0297f9);
color: var(--t_color3);
border-radius: 50px;
padding-left: 35px;
background-position: center right 3px, center;
cursor: pointer;
}
.add_patipa {
margin-bottom: 0px !important;
position: relative;
display: block;
height: 35px;
vertical-align: middle;
width: 150px;
line-height: 25px;
text-align: left;
border: none;
background-repeat: no-repeat;
background-image: url(../images/right_white.svg), linear-gradient(to right, #1470d1, #117adb, #0c83e5, #078def, #0297f9);
color: var(--t_color3);
border-radius: 50px !important;
padding-left: 35px;
background-position: center right 3px, center;
cursor: pointer;
}
a.event_reg_sub.btn-minwidth {
min-width: 310px;
}
a.event_reg_sub {
margin-bottom: 0px !important;
position: relative;
display: block;
height: 35px;
vertical-align: middle;
width: 150px;
line-height: 35px;
text-align: left;
border: none;
background-repeat: no-repeat;
background-image: url(../images/right_white.svg), linear-gradient(to right, #1470d1, #117adb, #0c83e5, #078def, #0297f9);
color: var(--t_color3);
border-radius: 50px;
padding-left: 35px;
background-position: center right 3px, center;
cursor: pointer;
}
a.event_reg_sub.disable_btn {
margin-bottom: 0px !important;
position: relative;
display: block;
padding-left: 35px;
height: 35px;
vertical-align: middle;
width: 150px;
text-align: left;
border: none;
background-repeat: no-repeat;
background-image: url(../images/right_white.svg);
margin-top: 0px !important;
color: var(--t_color3);
border-radius: 50px;
background-position: center right 3px, center;
pointer-events: none;
cursor: default;
}
a.event_reg_bntn, a.add_part_btn {
height: 35px;
line-height: 35px;
margin-bottom: 0px !important;
position: relative;
display: block;
padding-left: 35px;
vertical-align: middle;
width: 170px;
text-align: left;
border: none;
background-repeat: no-repeat;
background-image: url(../images/right_white.svg), linear-gradient(to right, #1470d1, #117adb, #0c83e5, #078def, #0297f9);
color: var(--t_color3);
border-radius: 50px;
background-position: center right 3px, center;
cursor: pointer;
}
a.add_part_btn {
width: 300px;
margin-bottom: 15px !important;
}
input.event_reg_bntn {
height: 35px;
line-height: 25px;
margin-bottom: 0px !important;
position: relative;
display: block;
padding-left: 35px;
vertical-align: middle;
width: 170px;
text-align: left;
border: none;
background-repeat: no-repeat;
background-image: url(../images/right_white.svg), linear-gradient(to right, #1470d1, #117adb, #0c83e5, #078def, #0297f9);
color: var(--t_color3);
border-radius: 50px;
background-position: center right 3px, center;
cursor: pointer;
}
.doble_btn {
display: flex;
}
.sub_qrl a {
margin: 0 auto !important;
}
.avatar-upload .avatar-preview.chil_pro .avatar-edit input + label:after {
content: url(../images/camera_white.svg);
font-family: 'FontAwesome';
color: #757575;
position: unset;
top: unset;
left: unset;
right: 0;
text-align: center;
margin: auto;
}
.avatar-upload .avatar-preview.chil_pro  .avatar-edit {
right: calc(100% - 100px);
top: calc(100% - 100px);
}
input[type="date"] {
position: relative;
}
input[type="date"]:hover:after {
color: #bf1400;
}
input[type="date"]::-webkit-calendar-picker-indicator {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: auto;
height: auto;
color: transparent;
background: transparent;
}
input[type="date"]::-webkit-inner-spin-button {
z-index: 1;
}
input[type="date"]::-webkit-clear-button {
z-index: 1;
}
.chosen-container-single .chosen-single span {
margin-right: 27px;
}
.chosen-container-single .chosen-single div {
right: 5px;
}
input#check_boxE {
border: unset;
border-bottom: 2px solid #eaecef;
border-radius: unset;
height: 15px;
font-size: 12px;
}
input#check_boxE.is-invalid-input {
border-color: #cc4b37;
border-bottom: 1px solid #cc4b37;
}
.paymenthistory li.tabs-title.is-active {
text-shadow: 0 0 #0a4c79;
}
.participant_form input, .participant_form select, .participant_form textarea {
border-radius: 4px;
margin-bottom: 5px;
}
.participant_form select.is-invalid-input{
    border-color: #cc4b37;
    background-color: #f9ecea;
}
.member_nonmember label, .adult_child label {
margin-right: 21px;
}
.choose_yr {
display: flex;
justify-content: space-between;
align-items: center;
}
.padsection {
position: relative;
}
.choose_date.malarchoosedate {
position: absolute;
right: 0px;
top: -10px;
}
.choose_date {
position: relative;
}
.choose_date::placeholder {
color: #1875d1 !important;
}
.choose_date input:focus::-webkit-input-placeholder {
color: #1875d1 !important;
}
.choose_date input:focus::-webkit-input-placeholder {
color: #1875d1 !important;
}
.malarchoosedate input.yearpicker.form-control {
margin-bottom: 0px;
}
.yearpicker-items:hover {
color: var(--t_color1) !important;
}
input.yearpicker.form-control::placeholder{
    color: #1875d1!important;
}
input.yearpicker.form-control {
border-radius: 50px;
padding-left: 17px;
color: #1875d1!important;
cursor: pointer;
background: #fff;
border: #fff;
font-weight: 500;
}
input.yearpicker::-webkit-input-placeholder, input.yearpicker:focus::-webkit-input-placeholder {
/* Chrome, Firefox, Opera, Safari 10.1+ */
color: red;
opacity: 1; /* Firefox */
}
@media (max-width:1450px) {
.fourcheck.residen_status label {
    margin-right: 10px;
}
}
@media (max-width:1600px) {
.l_logo {
    padding: 16px !important;
}
}
.right_layout.add_family .avatar-upload .avatar-edit input + label:after {
content: "";
background-image: url(../images/camera_white.svg);
background-repeat: no-repeat;
position: absolute;
width: 59px;
height: 45px;
cursor: pointer;
left: calc(100% - 107px);
top: calc(100% - -49px);
background-size: 41px;
right: 0;
}
.right_layout.add_family .avatar-upload .avatar-edit {
position: relative;
}
.kovil_choose .chosen-container-single .chosen-single, .pirivu_choose .chosen-container-single .chosen-single {
border: unset !important;
}
.chosen-container * {
font-size: 15px;
}
.right_layout.add_family .avatar-upload .avatar-edit input + label::hover:after {
content: "";
background-image: url(../images/camera_white.svg);
background-repeat: no-repeat;
position: absolute;
width: 59px;
height: 45px;
cursor: pointer;
left: calc(100% - 107px);
top: calc(100% - -49px);
background-size: 41px;
right: 0;
}
#add_family  #imagePreview:hover  label, div#add_children  #imagePreview:hover  label {
opacity: 1 !important;
}
.text_line {
overflow: hidden;
display: -webkit-box;
}
.pongal_title a {
color: var(--t_color1);
font-weight: 500;
font-size: 15px;
}
.flx_sec {
height: 100%;
}
.reference_transaction input {
border-radius: 4px;
}
.cal_img {
margin-right: 10px;
}
.edit_profile.mobile {
display: none;
}
.bell_white {
display: none;
}
.grid-x.adult_sec input::-webkit-outer-spin-button, .grid-x.adult_sec input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
.atleastone {
display: none;
}
p.atleastone {
color: rgb(204, 75, 55);
position: absolute;
bottom: 0;
}
.enter_alt {
position: relative;
}
table.unstriped {
padding: 15px;
overflow: hidden;
}
.list-item {
border: 1px solid #EEE;
background: #FFF;
margin-bottom: 10px;
padding: 10px;
box-shadow: 0px 0px 10px 0px #EEE;
}
.list-item h4 {
color: #FF7182;
font-size: 18px;
margin: 0 0 5px;
}
.list-item p {
margin: 0;
}
.simple-pagination ul {
margin: 0 0 20px;
padding: 0;
list-style: none;
text-align: center;
}
.simple-pagination li {
display: inline-block;
margin-right: 5px;
}
.simple-pagination li a, .simple-pagination li span {
color: #666;
padding: 5px 10px;
text-decoration: none;
border: 1px solid #EEE;
background-color: #FFF;
box-shadow: 0px 0px 10px 0px #EEE;
}
.simple-pagination .current {
color: #FFF;
background-color: #FF7182;
border-color: #FF7182;
}
.simple-pagination .prev.current, .simple-pagination .next.current {
background: #e04e60;
}
.page_head_right.mobile, .accordion_title.mobile h3 {
display: none;
}
.profile_common.mobile, .mobile_nav_none img {
dispaly: none;
}
.qrl_sec .mobile, a.mobile_nav_none img, .desk_hide, .mobile_title {
display: none;
}




/** 04-10-21**/
.couple_sec .avatar-upload .couple_ka ,.p-image input[type=file] {
    
  
  }
  .membar_avater {
  
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

@media(max-width:1024px) {
  .home_page_head h2 {
    font-size: 16px!important;
  }
  .homeresult_padd {
    padding-top: 155px;
    padding-bottom: 50px;
}
.home_page_head {
    margin-bottom: 10px;
    margin-left: 20px;
}
.home_page_head.paddbtm{
     margin-bottom: 30px;
}
.homeresult_padd .member_directory .form-inline {
    padding-bottom: 0px;
}
.home_profile_sec.profile_sec1 ul li {
    width: 50%;
}
 .profile_sec1 ul li:nth-child(8){
         width: 100%!important;
    }
    .home_profile_sec.profile_sec1 ul p {
    font-size: 14px;
}
   .home_profile_sec.profile_sec1 ul span {
    font-size: 14px;
}
  .home_profile_sec .membar_avater_info {
    align-items: center;
    margin-top: 10px;
    margin-bottom: 20px;
}

}

@media(max-width:767px) {
   .home_profile_sec .membar_avater_info {
    align-items: center;
    margin-top: 10px;
    margin-bottom: 20px;
}
  .home_page_head h2 {
    font-size: 16px!important;
  }
  .homeresult_padd {
    padding-top: 120px;
    padding-bottom: 50px;
}
.home_page_head {
    margin-bottom: 10px;
    margin-left: 20px;
}
.home_page_head.paddbtm{
     margin-bottom: 30px;
}
.homeresult_padd .member_directory .form-inline {
    padding-bottom: 0px;
}
.home_profile_sec.profile_sec1 ul li {
    width: 100%;
}
 .profile_sec1 ul li:nth-child(8){
         width: 100%!important;
    }
    .home_profile_sec.profile_sec1 ul p {
    font-size: 14px;
}
   .home_profile_sec.profile_sec1 ul span {
    font-size: 14px;
}

}

