@font-face {
    font-family: 'Montserrat-Regular';
    src: url('../fonts/Montserrat-Regular.eot'); /* IE9 Compat Modes */
    src:url('../fonts/Montserrat-Regular.woff') format('woff'), /* Pretty Modern Browsers */
    url('../fonts/Montserrat-Regular.woff2') format('woff2'), /* Pretty Modern Browsers */
    url('../fonts/Montserrat-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
    url('../fonts/Montserrat-Regular.otf')  format('otf'), /* Safari, Android, iOS */
    url('../fonts/Montserrat-Regular.svg') format('svg'); /* Legacy iOS */
}
@font-face {
    font-family: 'Montserrat-SemiBold';
    src: url('../fonts/Montserrat-SemiBold.eot'); /* IE9 Compat Modes */
    src:url('../fonts/Montserrat-SemiBold.woff') format('woff'), /* Pretty Modern Browsers */
    url('../fonts/Montserrat-SemiBold.woff2') format('woff2'), /* Pretty Modern Browsers */
    url('../fonts/Montserrat-SemiBold.ttf')  format('truetype'), /* Safari, Android, iOS */
    url('../fonts/Montserrat-SemiBold.otf')  format('otf'), /* Safari, Android, iOS */
    url('../fonts/Montserrat-SemiBold.svg') format('svg'); /* Legacy iOS */
}
@font-face {
    font-family: 'Nunito-Light';
    src: url('../fonts/Nunito-Light.eot'); /* IE9 Compat Modes */
    src:url('../fonts/Nunito-Light.woff') format('woff'), /* Pretty Modern Browsers */
    url('../fonts/Nunito-Light.woff2') format('woff2'), /* Pretty Modern Browsers */
    url('../fonts/Nunito-Light.ttf')  format('truetype'), /* Safari, Android, iOS */
    url('../fonts/Nunito-Light.otf')  format('otf'), /* Safari, Android, iOS */
    url('../fonts/Nunito-Light.svg') format('svg'); /* Legacy iOS */
}
@font-face {
    font-family: 'Heebo-Light';
    src: url('../fonts/Heebo-Light.eot'); /* IE9 Compat Modes */
    src:url('../fonts/Heebo-Light.woff') format('woff'), /* Pretty Modern Browsers */
    url('../fonts/Heebo-Light.woff2') format('woff2'), /* Pretty Modern Browsers */
    url('../fonts/Heebo-Light.ttf')  format('truetype'), /* Safari, Android, iOS */
    url('../fonts/Heebo-Light.otf')  format('otf'), /* Safari, Android, iOS */
    url('../fonts/Heebo-Light.svg') format('svg'); /* Legacy iOS */
}
@font-face {
    font-family: 'Nunito-ExtraLight';
    src: url('../fonts/Nunito-ExtraLight.eot'); /* IE9 Compat Modes */
    src:url('../fonts/Nunito-ExtraLight.woff') format('woff'), /* Pretty Modern Browsers */
    url('../fonts/Nunito-ExtraLight.woff2') format('woff2'), /* Pretty Modern Browsers */
    url('../fonts/Nunito-ExtraLight.ttf')  format('truetype'), /* Safari, Android, iOS */
    url('../fonts/Nunito-ExtraLight.otf')  format('otf'), /* Safari, Android, iOS */
    url('../fonts/Nunito-ExtraLight.svg') format('svg'); /* Legacy iOS */
}
@font-face {
    font-family: 'Montserrat-Bold';
    src: url('../fonts/Montserrat-Bold.eot'); /* IE9 Compat Modes */
    src:url('../fonts/Montserrat-Bold.woff') format('woff'), /* Pretty Modern Browsers */
    url('../fonts/Montserrat-Bold.woff2') format('woff2'), /* Pretty Modern Browsers */
    url('../fonts/Montserrat-Bold.ttf')  format('truetype'), /* Safari, Android, iOS */
    url('../fonts/Montserrat-Bold.otf')  format('otf'), /* Safari, Android, iOS */
    url('../fonts/Montserrat-Bold.svg') format('svg'); /* Legacy iOS */
}

body{
    margin: 0px;
    color: #444;
    font-family: 'Montserrat-Regular';
    font-size: 14px;      
    background-size: cover;
}
.blue{
    color: #1eb7ec !important;
}
.blue:hover{
    color: #1eb7ec !important;
}
.content{
    padding: 30px 0px;
}
.c{
    clear: both;
}
.alert-secondary{
    margin: 10px 0px;
}
.block{
    display: block;
}
.no-margin{
    margin: 0px !important;
}
.s1{
    width: 70% !important;
    float: left;
    height: 38px;
}
.s1a{
    border-right: 0px !important;
    width: 30% !important;
}
.padding-holder{
    padding-right: 10px;
}
.content-dark{
    padding: 149px 0px 0px 0px;
}
.padding-left{
    padding: 0px 0px 0px 15px;
}
.padding-right{
    padding: 0px 15px 0px 0px;
}
.no-padding{
    padding: 0px !important;
}
label.required:after{
    content: '*';
    color: red;
    margin: 0px 5px;
    font-size:20px;
    line-height: 18px;
}
.margin-btm{
    margin-bottom: 10px !important;
}
.Preview-btn{
    position: fixed;
    right: -162px; 
    top: 160px;
    padding: 8px 10px;
    background-color: #fff;
    border-radius: 5px;
    font-family: 'Montserrat-SemiBold';
    color: #333;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
    -webkit-transition: .25s ease-in-out 0s;
    -moz-transition: .25s ease-in-out 0s;
    -o-transition: .25s ease-in-out 0s;
    transition: .25s ease-in-out 0s;
    -webkit-animation: pulse 1.50s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulse 1.50s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulse 1.50s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulse 1.50s infinite cubic-bezier(0.66, 0, 0, 1);
}
@-webkit-keyframes pulse {to {box-shadow: 0 0 0 20px rgba(232, 76, 61, 0);}}
@-moz-keyframes pulse {to {box-shadow: 0 0 0 20px rgba(232, 76, 61, 0);}}
@-ms-keyframes pulse {to {box-shadow: 0 0 0 20px rgba(232, 76, 61, 0);}}
@keyframes pulse {to {box-shadow: 0 0 0 20px rgba(232, 76, 61, 0);}}
.Preview-btn i{
    font-size: 20px;
    margin-right: 10px;
    display: inline-block;
}
.Preview-btn span{
    padding: 0px 0px;
    display: inline-block;
    vertical-align: top;
    line-height: 20px;
}
.Preview-btn:hover{
    right: -2px;
    text-decoration: none;
    color: rgba(51, 51, 51, 0.7);
}
a, button{
    outline: none !important;
    cursor: pointer;
}
.b-margin{
    margin-bottom: 8px !important;
}
.red{
    color: red !important;
}

/* header start */
header{
    position: fixed;
    width: 100%;
    height: 129px;
    padding: 44px 0px;
    text-align: center; 
    z-index: 9;
    /*    -webkit-transition: .30s ease-in-out 0s;
        -moz-transition: .30s ease-in-out 0s;
        -o-transition: .30s ease-in-out 0s;
        transition: .30s ease-in-out 0s;    */
    }
    header.lightHead{
        background-color: #fff;
        box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.35);
    }
    header.lightHead a.logo{
        color: #333;
    }
    header.lightHead ul li a{
        color: #333;
    }
    header.lightHead ul li a:hover{
        color: #333;
    }
    header.lightHead .mob-nav-btn span{
        background-color: #333;
    }
    header.dark{
        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
        background-color: #fff;
    }
    header.dark a.logo{
        color: #333;
        z-index: 9;
    }
    header.dark ul li a{
        color: #333;
    }
    header.dark ul li a:hover {
        color: #333;
    }
    .collapse-menud a.logo{
        margin: auto;
        right: 0;
    }
    header.dark .mob-nav-btn span {
        background-color: #333;
    }
    header.dark .mob-nav-btn.open span {
        background-color: #333;
    }
    header a.logo{
        color: #fff;
        font-family: 'Montserrat-SemiBold';
        font-size: 16px;
        padding: 22px 20px;
        display: inline-block;
        text-transform: uppercase;
        position: absolute;
        text-align: left;
        width: 320px;
        left: 0;
        top: 0;
    }
    header a.logo img{
        width: 70px;
        float: left;
        margin-right: 10px;
    }
    header a.logo .logo-h1{
        /* padding: 13px 0px 0px 0px; */
        display: block;
        font-family: 'Montserrat-Bold';
        font-size: 35px;
        line-height: 35px;
    }
    header a.logo:hover{
        opacity: .7;
        text-decoration: none;
    }
    header ul{
        padding: 0px;
        list-style-type: none;
        text-align: right;
        margin: 0px 0px 0px 0px;
    }
    header ul li{
        display: inline-block;
        position: relative;
    }
    header ul li a{
        color: #fff;
        text-transform: uppercase;
        display: inline-block;
        padding: 10px 20px;
        font-family: 'Montserrat-SemiBold';
    }
    header ul li ul{
        display: none;
    }
    header ul li:hover ul{
        text-align: left;
        background: #fff;
        position: absolute;
        display:block;
        right: 0;
        width: 270px;
    }

    @media only screen and (min-width: 320px) and (max-width: 950px) {
        header ul li:hover ul{
            display:none;
        }}
    

    header ul li:hover a{
        background: #fff;
        color: #333;
    }
    header ul li ul li{
        display: block;
    }
    header ul li ul li a{
        display: block;
        color: #fff;
    }
    header ul li ul li a:hover{
        background-color: #333;
        color: #fff !important;
    }
    header ul li a:hover{
        text-decoration: none;
        color: #333 !important;
    }
    .mob-nav-btn{
        display: none;
        float: right;
        background-color: transparent;
        border: none;
        padding: 4px 10px;
        cursor: pointer;
        position: absolute;
        right: 15px;
        z-index: 99;
        outline: none !important;
    }
    .mob-nav-btn:hover{
        opacity: .7;
    }
    .mob-nav-btn span{
        background-color: #fff;
        width: 30px;
        height: 3px;
        display: block;
        margin: 6px 5px;
    }
    .collapsed-menu{
        display: none;
        position: fixed;
        width: 100%;
        height: 100%;
        background-color: #fff;
        top: 0;
        left: 0;
        z-index: 9;
    }
    .mob-nav-btn.open span:nth-child(1){
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .mob-nav-btn.open span:nth-child(2){
        display: none;
    }
    .mob-nav-btn.open span:nth-child(3){
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        margin-top: -3px;
    }
    .mob-nav-btn.open span{
        margin: 0px;
        background-color: #0a0a0a;
    }
    .mob-nav-btn.open{
        width: 50px;
        height: 40px;
    }
    /* header end */

    /* banner start */
    .banner{
        background-image: url(../images/banner.jpg);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        height: 129px;
    }
    .banner-over-text{
        position: absolute;
        width: 1070px;
        margin: 0px auto;
        top: 6%;
        right: 0;
        left: 0;
        color: #fff;
        text-align: center;
    }
    .banner-over-text h3{
        font-family: 'Heebo-Light';
        font-size: 24px;
        padding: 0px 175px;

    }
    .banner-over-text h3 span{
        font-family: 'Nunito-Light';
        font-size: 34px;
    }
    .banner-over-text h1{
        font-family: 'Montserrat-SemiBold';
        font-size: 30px;
    }
    /* banner end */

    /* Log In & Register form start */
    .l-r-form{

    }
    .l-form{
        border-right: 1px dashed #aaaa;
        padding: 0px 30px;
    }
    .r-form{
        padding: 0px 30px;
    }
    .l-r-form .l-form h3, .l-r-form .r-form h3{
        font-size: 25px;
        margin: 0px 0px 20px 0px;
        font-family: 'Montserrat-SemiBold';
        text-align: left;
        color: #ec1c24;
    }
    .l-r-form .l-form h6, .l-r-form .r-form h6{
        font-size: 14px;
        text-align: left;
        margin: 0px;
    }
    .l-r-form .l-form:after{
        font-family: 'Montserrat-SemiBold';
        content: "Or";
        position: absolute;
        right: -20px;
        top: 50%;
        font-size: 18px;
        height: 40px;
        width: 40px;
        border-radius: 50px;
        padding: 6px 0px;
        text-align: center;
        border: 1px dashed #aaa;
        background-color: #ffff;
    }
    .l-r-form .l-form a{
        color: #333;
        font-size: 12px;
        font-weight: bolder;
        float: right;
    }
    .r-form a{
        color: #333;
        font-size: 12px;
        font-weight: bolder;
        float: right;
    }
    .top-title-out{
        display: block;
        width: 238px;
        margin: auto;
        text-align: center;
    }
    .top-title-out-big{
        width: 390px;
    }
    .top-title-out-big h3{
        margin: 0px 0px;
        padding: 0px 0px;
    }
    .top-title-out i{
        background-color: #ec1c24;
        width: 40px;
        height: 40px;
        border-radius: 50px;
        font-size: 20px;
        border: 2px solid #333;
        color: #fff;
        padding: 9px;
        float: left;
        margin: 3px 10px 3px 0px;
    }
    .top-title-out h6{

    }
    .form-group{
        background-color: transparent;
        padding: 10px;
    }
    .form-group label{
        font-size: 16px;
        color: #141414 !important;
    }
    .form-g-sub{
        padding: 10px;
    }
    .form-group input[type='submit'], .form-group button[type='submit']{
        text-align: center;
    }
    .radio-outer{
        height: 31px;
        padding: 0px 10px;
    }
    .login-register-form input[type='text'], .login-register-form input[type='password'], .control-form{
        width: 100%;
        padding: 6px 10px;
        margin-bottom: 0px;
        border: 1px solid #aaaaaa;
        font-size: 16px;
    }
    input[type='text']::-webkit-input-placeholder { 
      color: #ccc;
  }
  input[type='text']::-moz-placeholder { 
      color: #ccc;
  }
  input[type='text']:-ms-input-placeholder { 
      color: #ccc;
  }
  input[type='text']:-moz-placeholder { 
      color: #ccc;
  }
  .login-register-form .checkbox{
    float: left;
    margin: 3px 0px;
    display: inline-block;
}
.login-register-form .checkbox label{
    display: inline-block;
    margin-bottom: 0px;
    text-align: left;
    line-height: 18px;
    font-size: 16px;
}
.custom-box input[type="checkbox"] {
    display: none;
}
.custom-box input[type="checkbox"] ~ span {
    position: relative;
    display: block;
    float: left;
    width: 20px;
    height: 20px;
    cursor: pointer;
    border-radius: 2px;
    margin: 0px 10px 0px 0px;
    border: 1px solid #aaaaaa;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.custom-box input[type="checkbox"]:checked ~ span:after {
    position: absolute;
    top: -1px;
    left: 3px;
    content: "\2714";
    color: #333;
    font-size: 16px;
}
.login-register-form button[type='submit'], .add-member, .s-form-btn{
    font-family: 'Montserrat-Regular','FontAwesome';
    background-color: #000000;
    padding: 12px 17px;
    border-radius: 0px;
    font-size: 14px;
    letter-spacing: 1px;
    color: #fff;
    text-shadow: none;
    border: none;
    cursor: pointer;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
    -webkit-transition-property: all;
    transition-property: all;
}
.login-register-form button[type='submit']:hover, .login-register-form button[type='submit']:focus, .add-member:hover, .add-member:focus, .s-form-btn:hover, .s-form-btn:focus{
    background-color: #1b1b1b;
    color: #fff;
    text-decoration: none;
}
.new-checkbox .checkbox label:before{
    content: '';
    float: left;
    width: 20px;
    height: 20px;
    cursor: pointer;
    border-radius: 2px;
    margin: 0px 10px 0px 0px;
    border: 1px solid #aaaaaa;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.new-checkbox input[type="checkbox"]{
    display: none;
}
.new-checkbox.checked .checkbox label:before{
    content: "\2714";
    color: #333;
    font-size: 16px;
    padding: 1px 0px 0px 2px;
}
.field-loginform-rememberme{
    padding: 0px;
}
.help-block-error, .has-error .help-block, #change-role-form .help-block{
    color: red;
}
.s-form-btn{
    margin: 10px 0px;
}
.add-member:hover{
    color: #fff;
    text-decoration: none;
}
.radio-label{
    margin: 0px 15px 15px 0px;
    float: left;
    cursor: pointer;
    font-size: 16px;
}
input[type="radio"]{
    display: none
}
input[type="radio"]:checked+.radio-widget{
    border-color: #333;
    background: radial-gradient(#333 44%, transparent 50%);
}
.radio-widget{
    width: 20px;
    height: 20px;
    border: 1px solid #aaaaaa;
    border-radius: 100%;
    position: relative;
    margin-right: 5px;
    background: #fff;
}
.radio-widget, input{
    display: inline-block;
    vertical-align: top;
}
.two {
    display: none;
}
a.help-pop{
    font-size: 20px;
    color: #141414;
}
a.help-pop:hover{
    opacity: .7;
}

.alert-secondary {
    display: none;
}
a.help-pop:hover + .alert-secondary {
    display: block;
}
.form-animation{
    width: 100px;
    height: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -50px;
}
a.f-f-id{
    color: #333;
    font-size: 12px;
    font-weight: bolder;
    margin: 5px 10px;
    float: right;
}
a.f-f-id:hover, a.f-f-id:focus{
    color: #333;
}

/* Log In & Register form end */

/* Register form start */

/* SQUARED ONE */
.squaredChk{
    width: 20px;
    height: 20px;
    position: relative;
    margin: 0px 5px 0px 0px;
    float: left;
}
.block{
    display: block;
}
.squaredChk input[type=checkbox]{
    display: none;
}
.squaredChk label {
    cursor: pointer;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    border-radius: 4px;
    background: #ffffff;
    border: 1px solid #aaaaaa;
}

.squaredChk label:after{
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    content: '';
    position: absolute;
    border-radius: 2px;
    width: 17px;
    height: 16px;
    background: #fff;
    top: 0px;
    left: 0px;
}

.squaredChk input[type=checkbox]:checked + label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    content: "\f00c";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #333;
}
.checkbox-outr-new{
    position: relative;
    padding: 0px 10px;
}
.checkbox-outr-new input[type=checkbox]{
    position: absolute;
    z-index: 1;
    opacity: 0;
    top: 0;
    width: 100%;
    height: 19px;
    margin: 0px !important;
    cursor: pointer;
}
.married-chkbx{
    margin: 38px 10px;
    padding: 0px;
}
.checkbox-outr-new span:before{
    content: '';
    cursor: pointer;
    position: absolute;
    padding: 1px;
    width: 20px;
    height: 20px;
    top: 0;
    border-radius: 4px;
    background: #ffffff;
    border: 1px solid #aaaaaa;
}
.non-member-align{
    padding: 46px 0px !important;
}
.checkbox-outr-new input[type=checkbox]:checked~span:before{
    content: "\f00c";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #333;
}
.b-p-label{
    margin-left: 25px;
}
.content-dark label, .chk-label, .chk-small-label{
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    font-weight: normal;
}
.content-dark h5{
    font-size: 25px;
    font-family: 'Nunito-Light';
}
.register-content h5{
    color: #1eb7ec;
}
h6.form-head{
    background-color: rgba(189, 192, 193, 0.3);
    padding: 9px;
    text-align: center;
    color: #333;
    font-family: 'Nunito-Light';
    font-size: 18px;
}
.help p{
    font-family: 'Heebo-Light';
    font-size: 16px;
}
.table-family tr td{
    padding: 0px !important;
    border: none;
    border-top: none !important;
}
.table-family tr.table-row td{
    padding: 0px !important;
    border: none;
    border-top: none !important;
}
.table-family tr:after{
    clear: both;
}
.table-family tr td button.remove_member{
    font-size: 14px;
    margin: 36px 0px;
    padding: 6px 12px;
}
.display-block{
    display: block;
}
.table-family{
    margin: 10px 0px;
}
.table-family tr td.married{
    width: 80px;
}
.table-family tr td.bg{
    width: 115px;
}
.table-family tr td:first-child{
    padding: 0px 15px;
}
.table-family tr td:last-child{
    padding: 0px 15px;
}
.hide, .displayNone{
    display: none;
}
.checkbox-outr{
    padding: 0px 15px;
}
.birthdy-outer{
    padding: 10px 10px 0px 10px;
}
.fileupload-buttonbar .fileinput-button, .fileupload-buttonbar a.start, .fileupload-buttonbar a.cancel, .fileupload-buttonbar a.delete{
    font-size: 14px;
    font-family: 'Montserrat-Regular';
    color: #fff !important;
}
.fileupload-buttonbar .fileupload-progress .progress{
    margin-bottom: 0px;
}
.field-member-family_head-name span.span_title, .field-member-spouse-name span.span_title{
    width: 30%;
    display: inline-block;
}
.field-member-family_head-name span.span_name{
    display: inline-block;
}
.field-member-family_head-name .help-block{
    margin: 5px 0px 0px 30%;
}
/* Register form end */

/* popup start */
.user_profl_popup{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: rgba(0, 0, 0, 0.55);
    z-index: 99;
    display: none;
    overflow-x: auto;
}
.popup{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: rgba(0, 0, 0, 0.55);
    z-index: 99;
    display: none;
    overflow-x: auto;
}
.popup-inner{
    background-color: #fff;
    padding: 10px;
    width: 1126px;
    margin: 50px auto;
}
.popup-inner table{
    font-family: arial;
}
.user-image{
    width: 240px;
    float: left;
}
.print-table{
    width: 100%;
}
.print-table tbody tr td{
    border: 1px solid #333;
    padding: 8px;
}
.print-table tbody tr td.label{
    width: 120px;
    font-weight: 600;
    color: #444;
    font-size: 14px;
    display: table-cell;
}
.print-table tbody tr td.label-bg-color{
    background-color: rgba(187, 223, 239, 0.31);
}
.print-table tbody tr td.label2{
    width: 110px;
    font-weight: 600;
}
.print-table tbody tr td.label3{
    width: 120px;
    font-weight: 600;
}
.print-table tbody tr td.label4{
    width: 300px;
    font-weight: 600;
}
table tbody#family_members_list tr:first-child td{
    background-color: rgba(187, 223, 239, 0.31);
    text-align: center;
    font-weight: 600;
    color: #444;
    font-size: 14px;
}
.print-table tbody tr td..label5{
    width: 94px;    
    font-weight: 600;
}
.print-table tbody tr td.label9{
    width: 115px;
    font-weight: 600;
}
.print-table tbody tr td.label6{
    width: 106px;
    font-weight: 600;
}
.print-table tbody tr td.label7{
    width: 160px;
    font-weight: 600;
}
.print-table tbody tr td.label8{
    font-weight: 600;
}
.print-table tbody tr td.space-label{
    height: 38px;
}
.popup-inner table tr td{
    border-bottom: 0px;
}
.popup-inner table:last-child tr td{
    border-bottom: 1px solid #333;
}
table tbody tr td.dark-border-b{
    border-bottom: 2px solid #333;
}
table tbody tr td.dark-border-t{
    border-top: 3px solid #333;
}
.table-border{
    border: 1px solid #ccc;
    width: 880px;
    float: left;
}
.user-image{
    width: 226px;
    float: left;
}
.user-image img{
    width: 100%;
}
.prev_img-outer{
    width: 103px;
    height: 133px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    border: 1px solid #333;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}
.prev_img-outer.deceased{
    border: 0px;
}
.prev_img-outer.deceased img{
    padding: 1px;
}
.prev_img-outer.deceased:after{
    content: "";
    width: 103px;
    height: 133px;
    position: absolute;
    top: 0;
    display: block;
    background-image: url(../images/frame.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.form-group.profile-img{
    min-height: 150px;
}
.user-image .print-img{
    width: 100px;
    height: 100px;
    float: left;
    margin: 0px 10px 10px 0px;
    background-size: cover;
    background-position: center;
}
table.top-strip tbody tr td{
    border: none;
    background-color: #bbdfef;
    text-align: center;
    border-right: 2px solid #fff;
    color: #000;
    font-weight: 600;
}
table.top-strip{
    margin-bottom: 10px;
    font-size: 16px;
}
table.top-strip tbody tr td:last-child{
    border-right: 0px;
}
table.top-strip tbody tr td{
    width: 368px;
}
a.close{
    font-size: 20px;
    color: #fff;
    opacity: 1;
    font-weight: normal;
    padding: 20px;
    margin-right: 20px;

}
a.close:hover{
    color: #fff;
    opacity: .7;
}
/* popup end */

/* map start */
#map{
    height: 400px;
    margin-bottom: 30px;
}
/* map end */

/* footer start */
footer .rights{
    background-color: #333;
    padding: 30px;
    color: #fff;
    text-align: center;
    margin-top: 20px;
}
footer i{
    font-size: 18px !important;
    margin-right: 5px;
    float: left;
    width: 20px;
}
i.fa-mobile{
    font-size: 25px !important;
    line-height: 20px;
}
footer span{
    display: inline-block;
}
footer h3{
    font-family: 'Montserrat-SemiBold';
    font-size: 18px;
    margin-bottom: 10px;
}
footer p{
    margin-bottom: 10px;
}
/* footer start */

/* popup start */
.modal-title{
    font-size: 20px;
    margin: 0px;
    font-family: 'Montserrat-SemiBold';
}
/* popup end */

/* search directory start */
.search-r-box{
    text-align: center;
    box-shadow: 0px 0px 3px rgba(51, 51, 51, 0.2);
    padding: 10px 5px;
    margin-bottom: 25px;
    min-height: 335px;
}
.search-r-box img{    
    width: 120px;
    height: 120px;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
    position: relative;
}
.search-r-box h3{
    margin: 10px 0px;
    font-size: 18px;
    min-height: 43px;
}
.search-r-box h3 a{
    color: #444444;
    text-decoration: none;
}
.search-r-box p i{
    vertical-align: middle;
    font-size: 21px !important;
    margin-right: 5px;
}
.search-r-box p{
    margin-bottom: 10px;
}
.search-r-box a{
    display: inline-block;
    margin: 0px;
    padding: 8px 15px;
}
.search-r-box > a:hover:after{
    content: 'View Profile';
    position: absolute;
    width: 120px;
    top: 10px;
    height: 120px;
    left: 0;
    right: 0;
    margin: auto;
    padding: 50px 0px;
    font-weight: bold;
    color: #000;
}
.search-r-box > a:hover img{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.all-member-pjax{
    width: 1150px;
}
.all-member-pjax .member-box{
    width: 287px;
    min-height: 305px;
    float: left;
    padding: 0px 15px;
    position: relative;
}
.all-member-pjax .member-box-sub{
  min-height: 350px;
}

.member-box .search-r-box {
    min-height: 355px;
}
/* search directory end */
.input-group-btm-margin{
    margin-bottom: 20px;
}
.custom-input-group button{
    font-family: 'Montserrat-Regular','FontAwesome';
    background-color: #000000;
    color: #fff;
    border-radius: 0px;
}
.custom-input-group input{
    border: 1px solid #aaaaaa;
    border-radius: 0px;
}

/* profile start */
.card-img-top{
    height: 125px;
    background-size: cover;
    background-position: center;
    position: relative;
}
.profile-with-cover{
    box-shadow: 0 6px 0 0 rgba(0,0,0,.01), 0 15px 32px 0 rgba(0,0,0,.06);
}
.profil-cover-details{
    position: relative;
}
.profil-cover-details img{
    position: absolute;
    width: 120px;
    height: 120px;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
    margin: 0px auto;
    left: 0;
    right: 0;
    border: 3px solid #fff;
    top: -60px;
}
.profile-with-cover h4{
    text-align: center;
    margin: 75px 0px 5px 0px;
    font-size: 18px;
    display: inline-block;
    width: 100%;
}
.profile-with-cover p{
    text-align: center;
    margin: 0px 0px 10px 0px;
    display: inline-block;
    width: 100%;
    color: #aaa;
}
.profile-with-cover p i{
    vertical-align: middle;
    margin-right: 5px;
}
.profil-details{
    margin: 30px 0px 15px 0px;
    box-shadow: 0 6px 0 0 rgba(0,0,0,.01), 0 15px 32px 0 rgba(0,0,0,.06);
    padding: 15px;
}
.profil-details h5{
    font-size: 20px;
}
ul.profil-details-ul{
    padding: 0px;
    margin: 0px 0px 15px 0px;
    list-style-type: none;
}
ul.profil-details-ul:last-child{
    margin: 0px;
}
ul.profil-details-ul li .main-head{
    color: #1eb7ec;
    font-family: 'Montserrat-SemiBold';
}
ul.profil-details-ul li .ul-profil-details{
    display: block;
    overflow: hidden;
    padding: 5px 0px;
    min-height: 52px;
}
.round-bg{
    margin: 0px auto 0px auto;
    width: 120px;
    height: 120px;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 100px;
}
.banner-round-bg{
    margin: 0px auto 0px auto;
    width: 120px;
    height: 120px;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 100px;
    position: absolute;
    right: 0;
    left: 0;
    bottom: -60px;
}
a.round-bg-holder{
    display: block;
    width: 120px;
    height: 120px;
    margin: 0px auto 10px auto;
}
a.round-bg-holder .round-bg-new{
    margin: 0px auto 0px auto;
    width: 120px;
    height: 120px;
    background-size: cover;
    border-radius: 100px;
}
.profile-table tbody tr td .round-bg{
    width: 50px;
    height: 50px;
}
.profile-table tbody tr td{
    vertical-align: middle;
}
.profile-table tbody tr td.fix-width{

}
.profil-details hr{
    margin: 21px 0px;
}
.profile-with-cover h4 span:first-child{
    padding-left: 10px;
}
.profile-with-cover h4 span:last-child{
    padding-right: 10px;
}
/* profile end */
.c{
    clear: both;
}
/* Loading start */
.loader-outer{
    background-color: #fff;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 99;
}
#loader{
    width:100px;
    height:80px;
    position:fixed;
    top:50%;
    left:50%;
    margin-top:-40px;
    margin-left:-50px;
}
.inner{
    -webkit-animation:rotate 0.8s linear infinite;
    -moz-animation:rotate 0.8s linear infinite;
    animation:rotate 0.8s linear infinite;
    margin-top:20px;
    border-radius:50%;
    width:50px;
    height:50px;
    position:absolute;
}
.rotate-one{
    left:50%;
    margin-left:-25px;
    border-top:2px solid #333;
}
.rotate-two{
    top:-10px;
    left:30px;
    border-left:2px solid #333;
}
.rotate-three{
    top:-10px;
    right:30px;
    border-right:2px solid #333;
}
@-webkit-keyframes rotate{
    0%{-webkit-transform:rotateZ(0deg);}
    100%{-webkit-transform:rotateZ(360deg);}
}
@-moz-keyframes rotate{
    0%{-moz-transform:rotateZ(0deg);}
    100%{-moz-transform:rotateZ(360deg);}
}
@keyframes rotate{
    0%{transform:rotateZ(0deg);}
    100%{transform:rotateZ(360deg);}
}
/* Loading end */

/* mob navigation start */

/* mob navigatipon end */

/* tab start */
ul.main-tab{
    padding: 0px;
    margin: 0px 0px 10px 0px;
    text-align: center;
}
.tab_content ul{
    padding: 0px;
    margin: 0px 0px 20px 0px;
    text-align: center;
}
ul.main-tab li a{
    padding: 5px 15px;
    background-color: #fbfbfb;
}
.tab_content ul li a{
    padding: 5px 15px;
    background-color: #fbfbfb;
}
ul.main-tab li a:hover, .tab_content ul li a:hover{
    text-decoration: none;
}
ul.main-tab li a img{
    width: 50px;
    margin: 0px auto;
    display: block;
}
ul.main-tab li a span{
    display: block;
    text-align: center;
}
.tab_content { 
    background :#fff;
    padding: 10px;
    width: 100%;
}
.tabs li { 
    display: inline;
    list-style: none;
}
.tabs a { 
    color: #333;
    display: inline-block;
    font-weight: bold;
}
.tabs a.active {
    background-color: #efefef;
    color: #333;
}
.results{
    float: right;
    margin-bottom: 20px;
}
/* tab end */

/* admin start */
.min-height{
    margin-top: 147px;
}
.pagination li a, .pagination li span{
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination li.disabled span{
    padding: 5px 15px;
}
.pagination li:first-child a, .pagination li:first-child span{
    border-left: 1px solid #ddd;
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}
.pagination li:last-child a, .pagination li:last-child span{
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}
.pagination li.active a{
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #ddd;
}
table thead tr th a{
    color: #444;
}
table thead tr th a:hover{
    color: #444;
}
.admin-head{
    font-size: 25px;
    font-family: 'Montserrat-SemiBold';
}
.new-login-type-btn{
    margin: 0px;
    display: inline-block;
    font-family: 'Montserrat-Regular','FontAwesome';
    background-color: #000000;
    padding: 12px 17px;
    border-radius: 0px;
    font-size: 14px;
    letter-spacing: 1px;
    color: #fff;
    text-shadow: none;
    border: none;
    cursor: pointer;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
    -webkit-transition-property: all;
    transition-property: all;
}
.new-login-type-btn:hover{
    background-color: #1b1b1b;
    color: #fff;
    text-decoration: none;
}
.summary{
    margin: 10px 0px;
    text-align: right;
}
.pop-outer{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9;
    top: 0;
    display: none;
    overflow-x: auto;
}
#preview_data{
    background-color: #fff;
    margin: 50px 0px;
}
.form-group{
    margin-bottom: 0px;
}
table.s-family-id thead tr th:first-child{
    width: 95px;
}
table.non_family_tbl thead tr th:nth-child(5){
    width: 120px;
}
.min-height-holder{
    min-height: 710px;
}
.help-block{
    margin-bottom: 0px;
}
.no-mrg-btm{
    margin-bottom: 0px;
}
/* admin end */

/* datepicker start */
.ui-widget-header{
    background: transparent;
    border: none;
}
.ui-datepicker-calendar, .ui-datepicker .ui-datepicker-title select{
    font-family: 'Montserrat-Regular';
}
.ui-datepicker-calendar thead tr th span{
    font-family: 'Montserrat-SemiBold';
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active{
    background: transparent;
    text-align: center;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight{
    border: 1px solid #000 !important;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover{
    background: black;
    color: #fff;
}
.ui-state-hover, .ui-widget-content .ui-state-hover{
    background: black;
    color: #fff;
}
/* datepicker start */

#fountainG{
    position: relative;
    width: 105px;
    height: 15px;
    margin: auto;
}

.fountainG{
    position:absolute;
    top:0;
    background-color:rgb(255,255,255);
    width: 15px;
    height: 15px;
    animation-name:bounce_fountainG;
    -o-animation-name:bounce_fountainG;
    -ms-animation-name:bounce_fountainG;
    -webkit-animation-name:bounce_fountainG;
    -moz-animation-name:bounce_fountainG;
    animation-duration:1.5s;
    -o-animation-duration:1.5s;
    -ms-animation-duration:1.5s;
    -webkit-animation-duration:1.5s;
    -moz-animation-duration:1.5s;
    animation-iteration-count:infinite;
    -o-animation-iteration-count:infinite;
    -ms-animation-iteration-count:infinite;
    -webkit-animation-iteration-count:infinite;
    -moz-animation-iteration-count:infinite;
    animation-direction:normal;
    -o-animation-direction:normal;
    -ms-animation-direction:normal;
    -webkit-animation-direction:normal;
    -moz-animation-direction:normal;
    transform:scale(.3);
    -o-transform:scale(.3);
    -ms-transform:scale(.3);
    -webkit-transform:scale(.3);
    -moz-transform:scale(.3);
    border-radius:19px;
    -o-border-radius:19px;
    -ms-border-radius:19px;
    -webkit-border-radius:19px;
    -moz-border-radius:19px;
}

#fountainG_1{
    left:0;
    animation-delay:0.6s;
    -o-animation-delay:0.6s;
    -ms-animation-delay:0.6s;
    -webkit-animation-delay:0.6s;
    -moz-animation-delay:0.6s;
}

#fountainG_2{
    left:29px;
    animation-delay:0.75s;
    -o-animation-delay:0.75s;
    -ms-animation-delay:0.75s;
    -webkit-animation-delay:0.75s;
    -moz-animation-delay:0.75s;
}

#fountainG_3{
    left:58px;
    animation-delay:0.9s;
    -o-animation-delay:0.9s;
    -ms-animation-delay:0.9s;
    -webkit-animation-delay:0.9s;
    -moz-animation-delay:0.9s;
}

#fountainG_4{
    left:88px;
    animation-delay:1.05s;
    -o-animation-delay:1.05s;
    -ms-animation-delay:1.05s;
    -webkit-animation-delay:1.05s;
    -moz-animation-delay:1.05s;
}

#fountainG_5{
    left:117px;
    animation-delay:1.2s;
    -o-animation-delay:1.2s;
    -ms-animation-delay:1.2s;
    -webkit-animation-delay:1.2s;
    -moz-animation-delay:1.2s;
}

#fountainG_6{
    left:146px;
    animation-delay:1.35s;
    -o-animation-delay:1.35s;
    -ms-animation-delay:1.35s;
    -webkit-animation-delay:1.35s;
    -moz-animation-delay:1.35s;
}

#fountainG_7{
    left:175px;
    animation-delay:1.5s;
    -o-animation-delay:1.5s;
    -ms-animation-delay:1.5s;
    -webkit-animation-delay:1.5s;
    -moz-animation-delay:1.5s;
}

#fountainG_8{
    left:205px;
    animation-delay:1.64s;
    -o-animation-delay:1.64s;
    -ms-animation-delay:1.64s;
    -webkit-animation-delay:1.64s;
    -moz-animation-delay:1.64s;
}



@keyframes bounce_fountainG{
    0%{
        transform:scale(1);
        background-color:rgb(255,255,255);
    }

    100%{
        transform:scale(.3);
        background-color:rgb(255,255,255);
    }
}

@-o-keyframes bounce_fountainG{
    0%{
        -o-transform:scale(1);
        background-color:rgb(255,255,255);
    }

    100%{
        -o-transform:scale(.3);
        background-color:rgb(255,255,255);
    }
}

@-ms-keyframes bounce_fountainG{
    0%{
        -ms-transform:scale(1);
        background-color:rgb(255,255,255);
    }

    100%{
        -ms-transform:scale(.3);
        background-color:rgb(255,255,255);
    }
}

@-webkit-keyframes bounce_fountainG{
    0%{
        -webkit-transform:scale(1);
        background-color:rgb(255,255,255);
    }

    100%{
        -webkit-transform:scale(.3);
        background-color:rgb(255,255,255);
    }
}

@-moz-keyframes bounce_fountainG{
    0%{
        -moz-transform:scale(1);
        background-color:rgb(255,255,255);
    }

    100%{
        -moz-transform:scale(.3);
        background-color:rgb(255,255,255);
    }
}


/**/
.krajee-default.file-preview-frame{
    margin: 8px auto;
    float: none;
}
.krajee-default.file-preview-frame .kv-file-content{
    margin: auto;
}
.btn-file{
    padding: 6px 12px;
    font-size: 14px;
    display: block;
}
.file-preview .fileinput-remove{
    font-size: 28px;
    top: 2px;
}
.site-error{
    background-image: url(../images/404.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 720px;
}
.no_footer{
    display: none;
}
.site-error-msg{
    padding: 273px 0px;
    text-align: center;
    width: 500px;
    margin: auto;
}
.site-error-msg h1{
    font-family: 'Montserrat-Bold';
    font-size: 90px;
    color: #fff;
    text-shadow: 0px 0px 15px #333;
}
.site-error-msg p{
    font-size: 25px;
    color: #fff;
    text-shadow: 0px 0px 15px #333;
    font-weight: bold;
    margin-bottom: 15px;
}
.site-error-msg a{
    border: 2px solid #fff;
    text-shadow: 0px 0px 15px #333;
    border-radius: 50px;
    padding: 15px 25px;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    display: inline-block;
}
.site-error-msg a:hover, .site-error-msg a:focus{
    text-decoration: none;
}
.add-member-new{
    color: #333;
    font-size: 12px;
    font-weight: bolder;
    background-color: transparent;
    border: none;
    padding: 0px;
    margin: 13px 0px;
}
.image-border{
    padding: 10px;
    margin: 0px 0px 30px 0px;
    box-shadow: 0px 0px 3px rgba(51, 51, 51, 0.2);
}
.saved-member-family_head-photo{
    min-height: 150px;
}
#topcontrol{
    right: 30px !important;
    bottom: 45px !important;
}
#topcontrol:hover{
    opacity: .5 !important;
}
header.light.lightHead{
    padding: 0px;
}
header.light.lightHead ul li a{
    padding: 54px 20px;
}
header.light.lightHead ul li ul li a{
    padding: 10px 20px;
}
.small-img-table tbody tr td .round-bg{
    width: 45px;
    height: 45px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.profile-img-admin{
    min-height: 150px;
}
.profile-img-admin img{
    margin: auto;
    display: block;
}
.member-update label{
    font-weight: normal;
}
.btn-back-btn{
    font-size: 16px;
    padding: 6px 12px;
    margin: 8px 0px;
}
button.popup_close{
    font-size: 25px;
}
button.popup_button{
    font-size: 14px;
    padding: 6px 12px;
}
#new-dir-link{
    display: inline-block;
}
.new-pop-outer{
    display: none;
    overflow-x: hidden;
}
.new-pop-bg{
    background-color: #000;
    opacity: .5;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 9;
    top: 0;
}
.new-pop-inner{
    width: 500px;
    padding: 15px;
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.2);
    position: absolute;        
    z-index: 9;
    margin: 50px auto;
    top: 0;
    left: 0;
    right: 0;
}
.select2-container{
    width: 100% !important;
}
@media only screen and (min-width: 320px) and (max-width: 990px){
    .tab_content ul li{
        margin-bottom: 10px;
        display: inline-block;
    }
    header.light.lightHead {
        padding: 44px 0px !important;
    }
}
@media only screen and (min-width: 320px) and (max-width: 1140px){

    /* popup start */
    .p-scroll{
        overflow-x: auto;
        margin: 50px auto;
    }
    .popup-inner{
        margin: 0px;
    }
    /* popup end */

}
@media only screen and (min-width: 320px) and (max-width: 1195px){
    /* banner start */
    .banner-over-text{
        width: 100%;
        padding: 0px 15px;
    }
    .banner-over-text h1 {
        font-size: 30px;
    }
    .banner-over-text h3 {
        font-size: 24px;
    }
    /* banner end */


}
@media only screen and (min-width: 320px) and (max-width: 1000px){
    /* profile start */
    .profile-with-cover h4 span{
        float: none;
        display: block;
    }
    .profile-with-cover h4 span:first-child{
        margin-bottom: 5px;
    }
    .profile-with-cover h4 span:last-child{
        margin-top: 5px;
    }
    /* profile end */
}
@media only screen and (min-width: 320px) and (max-width: 767px){ 
    .tabs li {
        margin-bottom: 10px;
        display: inline-block;
    }
    .Preview-btn{
        display: none;
    }

    /* Log In & Register form start */
    a.f-f-id{
        float: none;
        margin: 0px 0px 5px 0px;
        display: inline-block;
    }        
    /* Log In & Register form end */

    /* banner start */
    .banner-over-text h3 {
        padding: 0px 15px;
    }
    .banner{
        display: none;
    }
    .mob-c{
        padding: 150px 0px 30px 0px;
    }
    .mob-header a.logo{
        color: #333;
    }
    .mob-header .mob-nav-btn span{
        background-color: #333;
    }
    /* banner end */

}
@media only screen and (min-width: 320px) and (max-width: 991px){
    /* Log In & Register form start */
    .l-r-form .l-form:after {
        right: 0;
        left: 0;
        margin: auto;
        bottom: -20px;
        top: inherit;
    }
    .l-form {
        border-right: 0px;
        border-bottom: 1px dashed #aaaa;
        padding: 0px 15px 50px 15px;
    }
    .r-form {
        padding: 0px 30px;
        margin: 35px 0px 0px 0px;
    }
    /* Log In & Register form end */
}
@media only screen and (min-width: 576px) and (max-width: 1118px){

}
@media only screen and (min-width: 320px) and (max-width: 575px){
    .non-member-align{
        padding: 0px 0px !important;
    }
    header ul.d-menu > li:first-child {
        margin: 100px 0px 0px 0px !important;
    }
    header.light.lightHead {
        height: 103px;
    }
    .round-bg{
        width: 100px;
        height: 100px;
    }
    .profil-cover-details img {
        width: 100px;
        height: 100px;
        top: -40px;
    }
    .profile-with-cover h4 {
        margin: 65px 0px 5px 0px;
    }
    .card-img-top {
        height: 125px;
    }
    .search-r-box img {
        width: 100px;
        height: 100px;
    }
    .search-r-box > a:hover:after {
        width: 100px;
        height: 100px;
        padding: 40px 0px;
    }
    .mob-f-margin{
        margin-bottom: 20px;
    }
    .mob-f-margin:last-child{
        margin-bottom: 0px;
    }
    .table-family tr td:first-child {
        padding: 0px 0px;
    }
    .table-family tr td:last-child {
        padding: 0px 0px;
    }
    .table-family tr td{
        padding: 0px 15px !important;
    }
    .help p {
        float: left;
    }
    .padding-left{
        padding: 0px 15px;
    }
    .padding-right{
        padding: 0px 15px;
    }
    .no-padding{
        padding: 0px 15px !important;
    }
    .content-dark {
        padding: 123px 0px 0px 0px;
    }

    /* header start */    
    header a.logo img {
        width: 60px;
        margin-right: 10px;
    }
    header a.logo {
        padding: 15px;
    }
    header a.logo .logo-h1 {
        padding:5px 0px 0px 0px;
        font-size: 27.5px;
        line-height: 25px;
    }
    header a.logo .logo-h2{
        font-size: 12.5px;
    }
    .mob-nav-btn {
        top: 31px;
    }
    header {
        height: inherit;
        padding: 51px 0px;
    }
    .mob-c{
        padding: 115px 0px 30px 0px;
    }
    /* header end */

    /* Log In & Register form start */
    .r-form {
        padding: 0px 15px;
    }
    .r-form .top-title-out{
        margin: 40px auto 0px auto;
    }
    .field-family-permanent_address .control-label{
        display: block;
    }
    h6.form-head {
        padding: 4px 9px 9px 9px;
    }
    /* Log In & Register form end */

    /* Register form start */
    .table-family tr td, .table-family-new tr td{
        padding: 0px;
        border: none;
        width: 100% !important;
        display: initial;
    }
    .table-family tr td.married {
        height: 40px;
    }
    .married-chkbx {
        margin: 10px 10px;
    }
    /* Register form end */

    .site-error-msg {
        padding: 120px 0px;
        width: 100%;
    }
    .site-error-msg h1 {
        font-size: 75px;
    }
    .table-family-new tbody tr td button.remove_member, .table-family-new tbody tr td button.delete_member{
        margin: 0px 10px 10px 10px !important;
    }

}
@media only screen and (min-width: 320px) and (max-width: 991px){
    .mob-margin-b{
        margin-bottom: 10px;
    }
}
@media only screen and (min-width: 320px) and (max-width: 950px){
    header ul li {
        display: block;
    }
    header ul.d-menu{
        display: none;
        position: fixed;
        text-align: left;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background-color: #fff;
        overflow-y: scroll;
    }
    header ul li ul{
        text-align: left;
    }
    header ul.d-menu > li:first-child {
        margin: 121px 0px 0px 0px;
    }
    header ul li ul li a {
        color: #333;
        font-family: 'Montserrat-Regular';
        padding: 5px 20px !important;
    }
    header a.logo.open-menu{
        color: #333;
    }
    header ul.d-menu li:hover ul {
        text-align: left;
        position: relative;
    }
    header ul li ul li a:hover{
        background-color: transparent;
        color: #333 !important;
    }
    header ul li:hover ul{
        width: 100%;
    }
    .mob-nav-btn{
        display: block;
    }
    header ul li a {
        display: block;
        color: #333;
        padding: 5px 10px !important;
    }
}

@media only screen and (min-width: 320px) and (max-width: 1130px){
    /* header start */
    header ul li a {
        padding: 10px 5px;
    }
    /* header end */
}
@media only screen and (min-width: 320px) and (max-width: 769px){ 
    #topcontrol{
        display: none;
    }
    .top-title-out-big {
        width: inherit;
        margin: 0px !important;
    }
    .top-title-out-big h3 {
        margin: 0px 0px 20px 0px !important;
        padding: 0px 0px;
        font-size: 20px !important;
    }
}
@media only screen and (min-width: 990px) and (max-width: 1200px){ 
    .all-member-pjax {
        width: 862px;
        margin: 0px auto;
    }
}
@media only screen and (min-width: 767px) and (max-width: 990px){ 
    .all-member-pjax {
        width: 576px;
        margin: 0px auto;
    }
}
@media only screen and (min-width: 320px) and (max-width: 767px){ 
    .all-member-pjax {
        width: 286px;
        margin: 0px auto;
    }
}

.alert-warning { 
    text-align: center; 
}
.table-family-new tr td{
    padding: 0px !important;
    border: none;
    border-top: none !important;
}
.member-relation-outer{
    padding: 0px;
    margin-bottom: 15px;
    background-color: #cccccc38;
    border: 1px dashed #aaaaaa;
}
.add-family-member-btn{
    margin: 0px 10px 10px 10px;
}
.member-relation-outer table{
    margin: 0px;
}
.table-family-new tbody tr td button.remove_member, .table-family-new tbody tr td button.delete_member{
    font-size: 14px;
    margin: 36px 10px 0px 10px;
    padding: 6px 12px;
}
.table-family-new tbody tr td button.delete_member #fountainG{
    position: relative;
    width: 105px;
    height: 19px;
    margin: 3px auto 0px auto;
}
.dnone {
    display: none !important;
}
.dblock {
    display: block !important;
}
.add-family-member-btn-label{
    margin: 0px 10px 5px 10px;
}
.btn-cancel-red{
    background-color: #6c757d;
    color: #fff;
    border: none;
    padding: 12px;
    float: right;
    margin: 10px 0px;
}
.btn-cancel-red:hover{
    opacity: .8;
}
.popup-show-not-editable .help{
    margin: 10px 10px 0px 10px;
}

/* 4-5-2018 */
#register-error-msg{
    margin-bottom: 0px;
}
@media only screen and (min-width: 320px) and (max-width: 767px){
    .radio-outer{
        height: 70px;
    }
}

a.small-icon{
    font-size: 19px;
}
.gallery-image-view{
    width: 500px;
}
.image-featured{
    width: 120px;
}
.yvideo iframe{
    width: 200px !important;
    height: 120px !important;
}
.red{
    color: red;
}

/*------- 21-12-18-------- */

.gallery-form {
    max-width:500px;
}

.logo-kakkanad{
    line-height: .5
}



.admin-dropdown{
        width: 162px !important;
}

.inactivate-btn-group{
    display:flex;
}

.inactivate-btn-group a {
    margin: 0 11px;
}

@media (min-width: 1200px){
    .width-1260{
        max-width: 1260px;
    }
    }
    .member-btn-holder {
        display: flex;
    }
    .member-btn-holder a {
        margin: 0 5px;
    }

    .upload-alert {
        background: #007bff;
        color: white;
        padding: 20px;
        margin-bottom: 20px;
    }

    .search-clear {
        padding: 4px 13px;
        border-top: 1px solid #aaaaaa;
        border-bottom: 1px solid #aaaaaa;
        font-size: 19px;
        color: #bfbfbf;
    }

    