html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
}

*:focus {
    outline: none;
}

img {
    max-width: 100%;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-style: normal;
    color: #262626;
    background-color: #e8ecf1;
    overflow-x: hidden;
}

body.default-bg {
    /*     background: url(../../images/background-new.jpg) top center no-repeat; */
    background-color: #fff;
}

body.child-reg-bg {
    background: url(../../images/child-bg.jpg) top center no-repeat;
    background-size: 100%;
}

body.spouse-reg-bg {
    background: url(../../images/couple-bg.jpg) top center no-repeat;
    background-size: 100%;
}

body.congrats-reg-bg {
    background: url(../../images/family-bg.jpg) top center no-repeat;
    background-size: 100%;
}

body.build-reg-bg {
    background: url(../../images/network-bg.jpg) top center no-repeat;
    background-size: 100%;
}

body.psw-reset-bg {
    background: url(../../images/reset-bg.jpg) top center no-repeat;
    background-size: 100%;
}

.logo-single,
body.hide-background .logo {
    display: none;
}

body.hide-background .logo-single {
    display: block;
}

.fp-header .logo-single .header-left {
    margin-top: 10px;



}

.fp-header .search-form {
    margin-top: 7px;
}

.page {
    min-height: 100%;
    position: relative;
}

#map {
    height: 100%;
}

a {
    color: #224dac;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:focus,
a:hover {
    color: #000;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    outline: none;
}

.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: #224dac !important;
    border: 0 !important;
}

button:hover,
button:focus {
    outline: 0;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn:active:focus,
.btn:focus {
    outline: 0;
    outline: 0;
    outline-offset: 0;
}

p {
    margin: 0 0 19px 0;
}

.clear {
    clear: both;
}

select:focus {
    outline: none;
}

body .btn-primary,
body .btn {
    background: #224dac;
    color: #fff;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.25);
    font-weight: 400;
    padding: 9px 20px 9px 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border: 0;
}

.btn-primary:hover,
.btn:hover {
    color: #fff;
    background: #333;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    outline: none;
}

.btn:focus,
.btn:hover {
    border: 0;
}

.header-right .has-error .error-message {
    color: #ff5252;
    font-weight: 600;
}

.error-message {
    color: #F00;
    font-size: 12px;
}

.footer-search-wrap span .error-message {
    float: left;
}

::-webkit-input-placeholder {
    color: #9A9A9A;
    opacity: 1;
}

::-moz-placeholder {
    color: #9A9A9A;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #9A9A9A;
    opacity: 1;
}

:-moz-placeholder {
    color: #9A9A9A;
    opacity: 1;
}

.search-form ::-webkit-input-placeholder {
    color: #fff;
    opacity: 1;
}

.search-form ::-moz-placeholder {
    color: #fff;
    opacity: 1;
}

.search-form :-ms-input-placeholder {
    color: #fff;
    opacity: 1;
}

.search-form :-moz-placeholder {
    color: #fff;
    opacity: 1;
}

.search-family ::-webkit-input-placeholder {
    color: #9A9A9A;
    opacity: 1;
    font-size: 14px;
}

.search-family ::-moz-placeholder {
    color: #9A9A9A;
    opacity: 1;
}

.search-family :-ms-input-placeholder {
    color: #9A9A9A;
    opacity: 1;
}

.search-family :-moz-placeholder {
    color: #9A9A9A;
    opacity: 1;
}

.modal {
    background: rgba(0, 0, 0, 0.5);
}

hr {
    margin: 20px 0 20px 0 !important;
    border: 1px solid gainsboro !important;
    width: 100%;

}

.italic {
    font-style: italic;
}


.aligncenter {
    align-items: center;
}

.justifycenter {
    justify-content: center !important;
}

.full-width-layout {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
}

/****
Header Start
**/

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Roboto', sans-serif;
    color: #262626;
}

h4 {
    font-weight: 400;
}

.header {
    background: rgba(255, 255, 255, 0.80);
    border-top: 3px solid #224dac;
    padding: 25px 0 25px 0;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.24);

}

body.hide-background .header {
    background: #007ed2;
    border-top: 0;
    padding: 13px 0 10px 0;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.24);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
    min-height: 59px;
}

body.hide-background .header h3 {
    margin: 0px;
    padding: 0px;
    font-weight: 800;
    color: #fff;
}

.header .logo a {
    float: left;
}

.header .logo a.learn-more {
    padding: 34px 0 0 0;
}

.header .logo h3 {
    float: left;
    font-size: 20px;
    font-style: normal;
    color: #001179;
    padding: 10px 0 0 20px;
    margin: 0;
    font-weight: 500;

}

.header .btn-primary {
    margin: 0 0 0 4px;
}

.header .navbar-default .navbar-nav>li>a.btn-primary {
    color: #fff;
    padding: 8px 20px 8px 20px;
}

.header .navbar-default .navbar-nav>li>a.btn-primary:hover {
    color: #fff;
    background: #333;
}

.header .header-right form {
    float: right;
    display: inline-block;
    text-align: right;
    margin: 15px 0 0 0;
}

.header .header-right .form-group {
    width: 30%;
    margin: 0 10px 0 0;
    vertical-align: top;
    display: inline-block;
}

.header .header-right #password_div {
    text-align: left;
}

.header .navbar-default .navbar-nav>li>a {
    padding: 5px 10px;
}

.header .navbar-default .navbar-nav>li:hover>a,
.header .navbar-default .navbar-nav>li.open>a {
    background: #333;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    color: #fff;
}

.header .navbar-nav>li>.dropdown-menu {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
}

.top-bar {
    background: #224dac;
    padding: 6px 0;
    color: #fff;
}

.apps-icons {
    display: flex;
    grid-gap: 10px;
    align-items: center;
}

.apps-icons a {
    max-width: 130px;
}

.header-top {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-bottom: 1px solid #eee;
    padding: 20px 0;
    margin-bottom: 20px;
    position: sticky;
    top: 0;
    z-index: 2;
    background: #fff;
}

.header-top .cl-right {
    display: flex;
    grid-gap: 20px;
    align-items: center;
    justify-content: flex-end;
}

.header-top .search-field {
    flex: 1 0 0;
}

.header-top .search-field .form-group {
    margin-bottom: 0;
}

.header-top .search-field .form-group .form-control {
    border-radius: 1.625rem !important;
    margin-bottom: 0 !important;
}

.header-top .search-field .form-group .search-btn {
    border-radius: 50px !important;
    max-width: 40px;
    right: 6px;
    top: -2px;
    bottom: -2px;
}

@media (max-width: 1199.98px) {
    .header-top .col-left {
        width: 30%;
    }

    .header-top .col-right {
        width: 70%;
    }

    .header-top .search-field {
        flex: 250px 0 0;
    }

    .header-top .search-field .form-group .search-btn {
        max-width: 39px;
    }
}

@media (max-width: 991.98px) {
    .apps-icons a {
        max-width: 110px;
    }

    .header-top .search-field {
        flex: 220px 0 0;
    }

    .header-top .search-field .form-group .search-btn {
        right: 10px;
    }
}

@media (max-width: 767.98px) {

    .header-top .col-left,
    .header-top .col-right {
        width: 100%;
    }

    .header-top .col-left {
        margin-bottom: 6px;
    }

    .logo-part {
        justify-content: center;
    }

    .header-top .cl-right {
        flex-wrap: wrap;
        grid-gap: 15px;
        margin-top: 10px;
    }

    .header-top .search-field {
        flex: 100% 0 0;
        max-width: 375px;
        margin: 0 auto;
    }

    .apps-icons {
        width: 100%;
        justify-content: center;
    }

    .header-top .search-field .form-group .search-btn {
        max-width: 38px;
    }
}

/****
Header End
**/


/****
Registration Step Start
**/

.register-step {
    margin: 0px 0 60px 0;
    position: relative;
}

.register-step .register-blue-box {
    background: url(../../images/dk-logo.png) 10px bottom no-repeat rgba(53, 116, 219, 0.88);
    position: absolute;
    top: 0;
    padding: 100px 90px 100px 90px;
    margin: 100px -15px 0 0;
    right: 0px;
    width: 100%;
    font-size: 39px;
    text-align: center;
    font-weight: 200;
    color: #fff;
    border-radius: 10px 0px 0px 10px;
    -moz-border-radius: 10px 0px 0px 10px;
    -webkit-border-radius: 10px 0px 0px 10px;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.4);
}

/* .register-step .register-box-right {
    padding: 30px 20px 20px 20px;
    background: rgba(255, 255, 255, 0.88);
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.4);
    width: 1000px;
}
 */
.register-step .register-box-right h3 {
    font-size: 22px;
    font-weight: normal;
    color: #333;
    padding: 0 0 10px 0;
    margin: 0 15px 20px 15px;
    text-align: center;
    border-bottom: 1px solid #dcdcdc;
}

.register-step .register-box-right p {}

.register-step .register-box-right .panel-body {
    padding: 15px 15px 0 15px;
}

.register-step .register-box-right .form-group {
    margin: 6px 0px 6px 0px;
}

.register-step .register-box-right .select-option {
    position: relative;
    background: #f1f1f1;
    margin: 0px auto 15px auto;
    overflow: hidden;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    height: auto;
    width: 100%;
}

.register-step .register-box-right .select2-container {
    background-color: #fff;
    border: 1px solid #dddddd;
    padding: 0 10px;
    height: 34px;
    line-height: 30px;
    box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.10);
    border-radius: 4px;
    font-size: 14px;
    color: #5f5f5f;
    width: 100% !important;
}

.register-step .register-box-right .select2-container .select2-selection {
    border: 0px !important;
}

.register-step .register-box-right .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 34px;
}

.register-box-right .ui-autocomplete.ui-front {
    max-height: 250px;
    overflow-y: auto;
}

.button-box {
    text-align: right;
    padding: 20px 0 0 0;
    float: left;
    width: 100%;
}

.register-step .register-box-right .agree-box {
    font-size: 14px;
}

.register-step .register-box-right .button-box a.skip-link {
    position: relative;
    top: 10px;
}

.register-step .register-box-right .agree-box input {
    top: 2px;
    position: relative;
}

.register-step .register-box-right .select-option>* {
    float: left;
}

.register-step .register-box-right .select-option input[type=radio] {
    display: none;
}

.register-step .register-box-right .select-option label {
    color: #262626;
    z-index: 0;
    display: block;
    width: 50%;
    height: auto;
    margin: 0;
    line-height: 19px;
    font-size: 15px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    cursor: pointer;
    z-index: 1;
    text-align: center;
    padding: 8px;
}

.register-step .register-box-right .select-option label.active {
    color: #fff;
}

.getstarted-box {
    min-height: 500px;
}

.be-a-child-text {
    padding: 15px;
    border: 1px solid #e7e7e7;
    border-radius: 10px;
    text-align: left;
}

.register-step .register-box-right .be-a-child-text p {
    font-size: 14px;
    margin: 0 0 10px 0;
    text-align: left;
}

.toggle_option_slider {
    background: #224dac;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
}

.select-option #befollower:checked~.toggle_option_slider {
    left: 50%;
}

.select-option #beparent:checked~.toggle_option_slider {
    left: 0px;
}

.select-option #bechild:checked~.toggle_option_slider {
    left: 66.66%;
}

.hide-background .register-step .hideinnext,
.hide-background .header-right,
.hide-background .footer-main {
    display: none;
}

.hide-background.childpage-guest .header-right {
    display: block;
    float: right;
}

.hide-background.childpage-guest h3 {
    margin-top: 11px;
}

.hide-background.childpage-guest .inner-div {
    padding-top: 120px;
}

.hide-background.childpage-guest .header-right .home-forgot-pswd {
    color: #fff;
}

.hide-background.childpage-guest .header-right .home-forgot-pswd:hover {
    color: skyblue;
}

.hide-background.childpage-guest .header-right .btn {
    background: #fff;
    color: #414141;
}

.hide-background.childpage-guest .header-right .btn:hover {
    background: #414141;
    color: #fff;
}

.hide-background .inner-div {
    padding-bottom: 15px;
    padding-top: 68px;
}

.hide-background.separate-page .inner-div {
    padding-bottom: 0px;
    padding-top: 90px;
}

.profile-page.childpage-design .inner-div {
    padding-top: 68px;
}

.childpage-design .inner-div {
    padding-top: 0;
}

.hide-background .centerinnext,
.center-content {
    float: none;
    margin: 0 auto;
}

.center-content .register-box-right,
.hide-background .centerinnext .register-box-right {
    float: left;
    width: 100%;
}


/****
Footer Start
**/

.footer-main {
    font-size: 14px;
    width: 100%;
    position: relative;
    bottom: 0;
    left: 0;
}

.footer-search {
    padding: 15px 0 0 0;
    text-align: center;
    font-size: 16px;
}

.footer-search-wrap {
    width: 100%;
    max-width: 70%;
    margin: 0 auto;
}

.footer-search .footer-search-wrap .form-group input {
    border-radius: 1.625rem !important;
    margin-bottom: 0 !important;
}

.footer-search .footer-search-wrap .form-group .search-btn {
    border-radius: 50px !important;
    max-width: 40px;
    right: 6px;
    top: -2px;
    bottom: -2px;
}

.footer-search h3 {
    font-size: 25px;
    color: #333;
    font-weight: 400;
}

.footer-search .search-box p {
    color: #3574db;
    padding: 20px 0 0 0;
    font-weight: 600;
    font-style: italic;
}

.footer-search select {
    padding: 0 10px;
    height: 35px;
    line-height: 30px;
}

.footer-search .form-group {
    display: inline-block;
    vertical-align: top;
}

.footer-search .form-group .btn {
    float: left;
    width: 100%;
}

.footer-link {
    background: #2a2a2a;
    color: #abb7ca;
}

.footer-link h3 {
    color: #e4eaf3;
    font-size: 18px;
    font-weight: 300;
}

.footer-link .quick-link {
    padding: 10px 0 10px 0;
}

.footer-link a {
    color: #abb7ca;
}

.footer-link a:hover {
    color: #fff;
    text-decoration: none;
}

.footer-link span.sep {
    padding: 0 5px 0 5px;
}

.footer-link ul.social-icon {
    margin: 33px 0px 25px 35px;
    padding: 0px;
}

.card-div {
    padding-bottom: 15px;
    margin-top: -15px;
}

.footer-link ul.social-icon li {
    display: inline-block;
    list-style: none;
    margin: 0 1px 0 0;
}

.footer-link ul.social-icon li a {
    display: inline-block;
    background: #e7e7e7;
    height: 35px;
    width: 35px;
    padding: 7px 0 0 0;
    text-align: center;
    border-radius: 30px 30px 30px 30px;
    -moz-border-radius: 30px 30px 30px 30px;
    -webkit-border-radius: 30px 30px 30px 30px;
    font-size: 20px;
    color: #121e30;
}

.footer-link ul.social-icon li a:hover {
    border-radius: 7px 7px 7px 7px;
    -moz-border-radius: 7px 7px 7px 7px;
    -webkit-border-radius: 7px 7px 7px 7px;
    -webkit-box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.30);
    -moz-box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.30);
    box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.30);
}

.footer-link ul.social-icon li.facebook a:hover {
    background: #4060a5;
    color: #fff;
}

.footer-link ul.social-icon li.twitter a:hover {
    background: #00abe3;
    color: #fff;
}

.footer-link ul.social-icon li.linkedin a:hover {
    background: #0077b5;
    color: #fff;
}

.footer-link ul.social-icon li.youtube a:hover {
    background: #ca3737;
    color: #fff;
}

.footer-link ul.social-icon li.google-plus a:hover {
    background: #e64522;
    color: #fff;
}

.footer-link .sponser-logo {
    background: #515151;
    text-align: center;
    padding: 22px 0 22px 0;
}

.footer-link .sponser-logo img {
    margin: 0 4px 0 4px;
}

.footer-link .card-div {
    margin: 20px 0 0 0;
    text-align: right;
}

.footer-copyright {
    background: #171717;
    color: #abb7ca;
    padding: 20px 0 20px 0;
}

.footer-copyright .copyright-left,
.footer-copyright .copyright-center {
    /* padding: 10px 0 0 0; */
}

.footer-copyright p {
    margin: 0px;
}

.footer-copyright a {
    color: #abb7ca;
}

.footer-copyright a:hover {
    color: #fff;
}

.footer-copyright .copyright-right {
    text-align: right;
}

.footer-copyright .copyright-right span {
    display: inline-block;
    text-align: right;
    vertical-align: top;
}

.footer-copyright .copyright-right figure {
    display: inline-block;
    margin: 0 0 0 5px;
    vertical-align: top;
}

.footer-copyright span.sep {
    padding: 0 5px 0 5px;
}

@media (max-width: 991.98px) {
    .footer-copyright .row {
        display: flex;
        justify-content: space-between;
    }
}

@media (max-width: 600px) {
    .footer-copyright .row {
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 10px;
    }
}


/****
Footer End
**/

.form-control {
    background-color: #fff;
    border: 1px solid #dddddd;
    padding: 7px 12px;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.10);
    box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.10);
    margin: 0 0 5px 0;
}

.form-group select {
    padding: 0 10px;
    height: 34px;
    line-height: 30px;
}

.controls {
    margin-top: 10px;
    border: 1px solid transparent;
    border-radius: 2px 0 0 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 32px;
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

#pac-input {
    background-color: #fff;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    margin-left: 12px;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;
    width: 300px;
}

#pac-input:focus {
    border-color: #4d90fe;
}

.pac-container {
    font-family: Roboto;
}

#type-selector {
    color: #fff;
    background-color: #4d90fe;
    padding: 5px 11px 0px 11px;
}

#type-selector label {
    font-family: Roboto;
    font-size: 13px;
    font-weight: 300;
}

#target {
    width: 345px;
}

#embedded-map-display img {
    max-width: none !important;
    background: none !important;
}

html.loading {
    background: #fff url('../images/loader.gif') no-repeat 50% 50%;
    -webkit-transition: background-color 0;
    transition: background-color 0;
}

html.loading body {
    opacity: 0;
    -webkit-transition: opacity 0;
    transition: opacity 0;
}

.register-step .register-box-right .btn-danger {
    border-color: 0;
}

.register-step .register-box-right .pwd-reset {
    margin-top: 10px;
}

.register-step .register-box-right .btn-cancle {
    margin-top: 10px;
}

.register-step .register-box-right label {
    font-weight: 400;
}

.register-step .register-box-right .radio-inline input[type="checkbox"],
.register-step .register-box-right .radio-inline input[type="radio"] {
    margin: 2px 0 0 -20px;
}

.register-step .register-box-right .your-spouse {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    -webit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    -html-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    background: rgba(255, 255, 255, 0.5);
    margin: 20px 0 10px 0;
    padding: 20px;
    border-radius: 5px;
    -webit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -html-border-radius: 5px;
}

.register-step .register-box-right .your-spouse ul {
    padding: 0;
    display: block;
    float: none;
    list-style: outside none none;
    margin: 0;
    position: relative;
    top: 0;
}

.register-step .register-box-right .your-spouse ul li:before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background: #262626;
    position: absolute;
    top: 10px;
    left: 0;
}

.register-step .register-box-right .your-spouse ul li {
    position: relative;
    padding-left: 15px;
    line-height: 22px;
}

.your-spouse>span {
    display: block;
    margin-bottom: 7px;
}

.your-spouse>h4 {
    text-align: left;
    margin-top: 0px;
    display: block;
    color: #224dac;
    position: relative;
    padding-bottom: 10px;
}

.your-spouse>h4:after {
    border-bottom: 1px solid #e9e9e9;
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
}

.your-spouse>h4>.fa {
    color: #262626;
}

.your-spouse>h4>.fa:last-child {
    margin-right: 15px;
}

.register-step .register-box-right strong {
    font-weight: 400;
}

.register-step .register-box-right strong label {
    color: #224dac;
}

.header .form-horizontal .form-group {
    margin-bottom: 0px;
}

.header .form-horizontal .form-group span.error-message {
    margin-bottom: 0;
}

.confirm-join-spouse .register-box-right {
    float: left;
}

.confirm-join-spouse .form-group input[type="checkbox"],
.confirm-join-spouse .form-group input[type="radio"] {
    margin: 2px 0 0 -20px !important;
    box-shadow: none;
}

.default-bg-guest .panel-body {
    padding: 15px;
}

.panel-body {
    position: relative;
    padding: 0 15px;
}

.search-form {
    position: relative;
    display: block;
    margin: -3px 0 0 0;
}

.search-form button {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    right: 0px;
    margin: auto;
    background: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    border: 0;
    color: #224dac;
    width: 40px;
    height: 100%;
}

.search-form button .fa {
    color: #4187f9;
    font-size: 21px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.search-form button:hover .fa,
.search-form:hover button .fa {
    color: #fff;
}

.search-form input {
    background: #2863c4;
    border-radius: 5px;
    color: #fff;
    box-shadow: inset 0px 0px 5px #1b4d9e;
    border: 0;
    padding: 9px 40px 9px 15px;
    width: 100%;
}

.profile-header-right a.test-menu {
    display: none;
    padding: 5px;
    color: #fff;
}

.profile-header-right .text-menu-close {
    display: none;
}

.profile-header-right ul {
    list-style: none;
    float: right;
    margin: 0;
    padding: 0;
    text-align: right;
    display: inline-block;
}

.profile-header-right ul li {
    display: inline-block;
    margin: 0 0 0 15px;
    float: left;
    vertical-align: middle;
    position: relative;
}

.profile-header-right ul li a {
    color: #184CA2;
}

.profile-header-right ul li.profile-name a {
    color: #fff;
}

.profile-header-right ul li a:hover,
.profile-header-right ul li.active a {
    color: #fff;
}

.profile-header-right ul li #notificationFooter a:hover {
    color: #404040;
}

.profile-header-right ul li:first-child {
    margin-right: 10px;
}

.profile-header-right ul li:last-child {
    margin-left: 20px;
}

.profile-header-right ul li.profile-name {
    line-height: 38px;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
}

.profile-header-right ul li.profile-name figure {
    width: 38px;
    height: 38px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -o-border-radius: 100%;
    overflow: hidden;
    display: inline-block;
    float: left;
    margin: -4px 5px 0 0;
}

.profile-header-right ul li.profile-name figure img {
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -o-border-radius: 100%;
}

.profile-header-right ul li.profile-name span {
    display: inline-block;
    float: left;
    margin: -4px 0 0 0;
}

.profile-header-right ul li .fa {
    position: relative;
    font-size: 28px;
}

.profile-header-right ul li a {
    display: block;
}

.profile-header-right ul li.home .fa {
    font-size: 33px;
}

.profile-header-right ul li.notification .fa {
    font-size: 28px;
    top: 2px;
}

.profile-header-right ul li.request .fa {
    font-size: 26px;
    top: 2px;
}

.profile-header-right ul li.res-icon {
    display: none;
}

.profile-header-right ul li .fa-contribution {
    background: url(/images/icon-contribution-white.png) center 0 no-repeat;
    height: 21px;
    display: block;
    width: 23px;
    margin: 0 auto;
    background-size: 23px 21px
}

.notification-section {
    position: absolute;
    top: 127%;
    right: -23px;
    z-index: 99;
    box-shadow: 0px 0 7px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 0 7px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0px 0 7px rgba(0, 0, 0, 0.3);
    display: none;
    width: 290px;
}

.request-section {
    position: absolute;
    top: 127%;
    left: -155px;
    z-index: 99;
    display: none;
    box-shadow: 0px 0 7px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 0 7px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0px 0 7px rgba(0, 0, 0, 0.3);
}

.notification-section:before,
.request-section:before {
    width: 0;
    height: 0;
    content: "";
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    position: absolute;
    bottom: 100%;
    right: 29px;
    margin: auto;
}

.request-section:before {
    left: 79px;
}

.request-section .btn {
    margin-right: 10px;
    padding: 3px 0;
    font-size: 13px;
    background: none;
    color: #224dac;
    box-shadow: none;
    font-weight: 500;
}

.request-section .btn:hover {
    color: #444;
}

.notification-detail,
.request-detail {
    background: #fff;
    padding: 0;
    min-width: 262px;
    text-align: left;
}

.header .scrolldata {
    max-height: 400px;
    overflow: auto;
}

.notification-detail span.notification-result,
.request-detail span {
    display: block;
    width: 100%;
    border-bottom: 1px solid #f2f2f2;
    padding: 10px 20px 10px 10px;
}

.notification-detail span.notification-result .cell2 h6,
.notification-detail span.notification-result .cell2 p {
    display: inline;
}

.notification-detail span {
    font-size: 11px;
    color: #184ca2;
    display: inline;
}

.notification-detail span div {
    color: #7c7c7c;
}

.notification-detail span.message,
.notification-detail span.time,
.notification-detail span.likes {
    color: #414141;
    margin: 9px 0 0 0;
    display: block;
}

.profile-header-right ul li.notification .notification-detail span .fa {
    font-size: 12px;
    top: 0;
    left: 0;
    margin-right: 3px;
}

.notification-detail span:last-child,
.request-detail span:last-hild {
    border: 0;
}

.notification-detail span .cell2,
.request-detail span .cell2 {
    display: table-cell;
    vertical-align: top;
    padding-left: 15px;
}

.notification-detail span .cell1,
.request-detail span .cell1 {
    display: table-cell;
    vertical-align: top;
}

.notification-detail .time {
    color: #c7c7c7;
    font-size: 11px;
    display: block;
    font-style: italic;
}

.profile-header-right ul li.notification .time .fa {
    font-size: 11px;
    margin-right: 5px;
}

.notification-detail figure,
.request-detail figure {
    background: #fbfbfb none repeat scroll 0 0;
    border-radius: 100%;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    float: left;
    height: 38px;
    overflow: hidden;
    width: 38px;
}

.notification-detail figure img,
.request-detail figure img {
    width: 100%;
}

.notification-detail h6,
.request-detail h6 {
    font-size: 12px;
    font-weight: 600;
    display: block;
    text-transform: capitalize;
    margin: 0 0 3px 0;
    padding: 0;
}

.notification-detail span p,
.request-detail span p {
    margin: 0 0 5px 0;
    font-size: 12px;
    color: #7c7c7c;
}

.notification-detail span a h6,
.notification-detail span a p,
.request-detail span a h6,
.request-detail span a p {
    color: #7c7c7c;
}

.notification-detail span:hover,
.request-detail span:hover {
    background: #f5f5f5;
}

.notification-detail span.unread-notification {
    background: #f2f2f2;
    border-bottom: 1px solid #fff;
}

.notification-detail a.view-all,
.request-detail a.view-all {
    background: #e9eaed;
    color: #184ca2;
    text-align: center;
    font-size: 12px;
    padding: 8px;
    width: 100%;
    float: left;
    margin: 0;
    font-weight: bold;
    border-top: 1px solid #dddddd;
}

.notification-detail a.view-all:hover,
.request-detail a.view-aall:hover {
    color: #404040;
}

.request-detail .btn {
    background: none;
    box-shadow: none;
    border: 0;
    color: #224dac;
    font-size: 12px;
    padding: 0;
    margin: 6px 10px 0 0;
    font-weight: 600;
    text-decoration: none;
}

.request-detail .btn.btn-reject {
    font-weight: 400;
    color: #404040;
}

.request-detail .btn:hover {
    color: #444;
}

.request-detail .btn.btn-accept:hover {
    color: green;
}

.profile-header-right ul li.request .badge {
    position: absolute;
    top: -7px;
    right: -15px;
    width: auto;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -o-border-radius: 100%;
    background: #cc0000;
    color: #fff;
    font-size: 10px;
    padding: 4px 5px;
}

.profile-header-right ul li.signout .fa {
    font-size: 28px;
    top: 2px;
}


/*----profile page------*/

.profile-page {
    background: #e8ecf1;
}

.profile-page .inner-div .container {
    margin: 30px auto;
}

.childpage-design .inner-div .container {
    margin: 30px auto;
}

.profile-page ul.profile-page-left-links {
    list-style: none;
    margin: 0px 0 20px 0;
    padding: 0;
}

.profile-page ul.profile-page-left-links.sticky {
    position: fixed;
    top: 40px;
    z-index: 100;
}

.profile-page ul.profile-page-left-links li {
    font-size: 14px;
    color: #7c7c7c;
    display: block;
    padding: 0;
    /* border-bottom: 1px solid #d3dbe4; */
}

.profile-page ul.profile-page-left-links li a img {
    width: 100%;
    max-width: 24px;
    margin: 0 10px 0 0;
}

.profile-page ul.profile-page-left-links li.sidebar-ttl {
    border: 0;
    background: #eef1f5;
    padding: 5px 0 5px 10px;
    margin: 30px 0 0 0;
}

.profile-page ul.profile-page-left-links li.sidebar-ttl2 {
    border: 0;
    background: #224dac;
    padding: 12px 10px;
    margin: 10px 0 0 0;
    color: #fff;
    font-size: 14px;
}

.profile-page ul.profile-page-left-links li a {
    color: #7c7c7c;
    display: block;
    width: 100%;
    padding: 10px;
}

.profile-page ul.profile-page-left-links li a:hover,
.profile-page ul.profile-page-left-links li.active a {
    color: #6c7681;
    background: #d3dbe4
}

.profile-page ul.profile-page-left-links li .fa {
    width: 28px;
    text-align: center;
    float: left;
    margin: 0 10px 0 0;
}

.profile-page ul.profile-page-left-links li .fa-newspaper-o,
.profile-page ul.profile-page-left-links li .fa-user {
    font-size: 20px;
}

.profile-page ul.profile-page-left-links li .fa-child {
    font-size: 26px;
    position: relative;
    top: -4px;
}

.profile-page ul.profile-page-left-links li .fa-lock {
    font-size: 21px;
    top: -2px;
    left: -4px;
    position: relative;
}

.profile-page ul.profile-page-left-links li .fa-users {
    font-size: 19px;
    position: relative;
    top: -2px;
}

.profile-page ul.profile-page-left-links li .fa-bell {
    font-size: 20px;
    position: relative;
    top: -2px;
}

.profile-page ul.profile-page-left-links .fa-contribution {
    background: url(/images/icon-contribution.png) 0 0 no-repeat;
    height: 21px;
    display: inline-block;
    background-size: 21px 21px
}

.profile-page ul.profile-page-left-links .fa-terms {
    background: url(/images/terms-icon.png) 0 0 no-repeat;
    height: 21px;
    display: inline-block;
    background-size: 22px 22px
}

.profile-page ul.profile-page-left-links .fa.fa-saving-icon {
    background: url(/images/saving-icon.png) 0 0 no-repeat;
    height: 24px;
    display: inline-block;
    background-size: 24px 24px;
    margin: -5px 12px 0 0;
}

.profile-page ul.profile-page-left-links .fa.fa-child-bal-icon {
    background: url(/images/child-bal-icon.png) 0 0 no-repeat;
    height: 24px;
    display: inline-block;
    background-size: 24px 24px;
    margin: -5px 12px 0 0;
}

.profile-page ul.profile-page-left-links .fa.fa-529-plan-icon {
    background: url(/images/529-plan-icon.png) 0 0 no-repeat;
    height: 24px;
    display: inline-block;
    background-size: 24px 24px;
    margin: -5px 12px 0 0;
}

.profile-page ul.profile-page-left-links .fa.fa-resource-icon {
    background: url(/images/dkicongray.png) 0 0 no-repeat;
    height: 24px;
    display: inline-block;
    background-size: 24px 24px;
    margin: -5px 12px 0 0;
}

.profile-page ul.profile-page-left-links .fa.fa-adviser-icvon {
    background: url(/images/adviser-icvon.png) 0 0 no-repeat;
    height: 24px;
    display: inline-block;
    background-size: 24px 24px;
    margin: -5px 12px 0 0;
}

.upgrade-button {
    text-align: center;
}

.upgrade-button a {
    color: #fff !important;
    background: #f38e2c;
    padding: 10px 15px 10px 15px;
}

.profile-page .inner-div .profile-detail-section,
.childpage-design .inner-div .profile-detail-section {
    background: #fff;
    /*  box-shadow: 0 0 5px rgba(0,0,0,0.08);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.08);
    -o-box-shadow: 0 0 5px rgba(0,0,0,0.08);*/
    float: left;
    width: 100%;
}

ul.profile-navigation {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    background: #f8f8f8;
    float: left;
    -moz-box-shadow: 0 -5px 8px -8px rgba(0, 0, 0, 0.4) inset;
    -webkit-box-shadow: 0 -5px 8px -8px rgba(0, 0, 0, 0.4) inset;
    box-shadow: 0 -5px 8px -8px rgba(0, 0, 0, 0.4) inset;
    position: relative;
}

ul.profile-navigation li {
    float: left;
    display: inline-block;
    text-align: center;
    position: relative;
    min-height: 68px;
}

ul.profile-navigation li a img.img-black,
ul.profile-navigation li a img.img-white {
    /*width: 30px;*/
}

ul.profile-navigation li span.badge {
    background: #d13939;
    border-radius: 100%;
    color: #fff;
    font-size: 10px;
    padding: 0;
    position: absolute;
    right: -18px;
    top: -10px;
    width: auto;
    padding: 3px 5px;
    height: auto;
    font-family: "Roboto", sans-serif;
}

ul.profile-navigation li span.badge#menu_conn_badge {
    background: none;
    color: #FFF;
    background: #d13939;
}

ul.profile-navigation li.active span.badge#menu_conn_badge {
    background: none;
    color: #fff;
}

ul.profile-navigation li span.badge-green {
    background: #00be00 none repeat scroll 0 0;
    color: #fff;
}

ul.profile-navigation li:after {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 1px;
    background: #e7e7e7;
}

ul.profile-navigation li:last-child:after {
    display: none;
}

ul.profile-navigation li a {
    display: block;
    padding: 10px 20px;
    color: #9b9b9b;
    font-size: 14px;
    min-height: 73px;
}

ul.profile-navigation li a .fa {
    font-size: 20px;
    position: relative;
    color: #7c7c7c;
    display: inline-block;
}

ul.profile-navigation li a .fa-network {
    background: url("/images/icon-network.png") 0 0 no-repeat;
    display: inline-block;
    height: 18px;
    width: 21px;
}

ul.profile-navigation li a:hover .fa-network {
    background: url("/images/icon-networkh.png") 0 0 no-repeat;
}

ul.profile-navigation li.active a .fa-network {
    background: url("/images/icon-networkh.png") 0 0 no-repeat;
}

ul.profile-navigation li a .fa-spouse-icon {
    background: url("/images/manage-spouse-header.png") 0 0 no-repeat;
    display: inline-block;
    height: 18px;
    width: 32px;
    background-size: contain;
}

ul.profile-navigation li a:hover .fa-spouse-icon {
    background: url("/images/manage-spouse-header-white.png") 0 0 no-repeat;
    background-size: contain;
}

ul.profile-navigation li.active a .fa-spouse-icon {
    background: url("/images/manage-spouse-header-white.png") 0 0 no-repeat;
    background-size: contain;
}

ul.profile-navigation li a .fa-contribute {
    background: url("/images/contribution-header.png") 0 0 no-repeat;
    display: inline-block;
    height: 18px;
    width: 32px;
    background-size: contain;
}

ul.profile-navigation li a:hover .fa-contribute {
    background: url("/images/contribution-header-white.png") 0 0 no-repeat;
    background-size: contain;
}

ul.profile-navigation li.active a .fa-contribute {
    background: url("/images/contribution-header-white.png") 0 0 no-repeat;
    background-size: contain;
}

ul.profile-navigation li a .fa-contribute-received {
    background: url("/images/contribution-done.png") 0 0 no-repeat;
    display: inline-block;
    height: 18px;
    width: 32px;
    background-size: contain;
}

ul.profile-navigation li a:hover .fa-contribute-received {
    background: url("/images/contribution-done-white.png") 0 0 no-repeat;
    background-size: contain;
}

ul.profile-navigation li.active a .fa-contribute-received {
    background: url("/images/contribution-done-white.png") 0 0 no-repeat;
    background-size: contain;
}

ul.profile-navigation li a .fa-contribution-done {
    background: url("/images/transaction-view.png") 0 0 no-repeat;
    display: inline-block;
    height: 18px;
    width: 32px;
    background-size: contain;
}

ul.profile-navigation li a:hover .fa-contribution-done {
    background: url("/images/transaction-view-white.png") 0 0 no-repeat;
    background-size: contain;
}

ul.profile-navigation li.active a .fa-contribution-done {
    background: url("/images/transaction-view-white.png") 0 0 no-repeat;
    background-size: contain;
}

ul.profile-navigation li span {
    display: block;
    width: 100%;
    text-transform: capitalize;
    margin: 5px 0 0 0;
}

ul.profile-navigation li a:hover,
ul.profile-navigation li.active a {
    color: #fff;
    background: #224dac;
    min-height: 73px;
    /* background-image: url(../../images/BG.png) !important; */
}

ul.profile-navigation li:hover span#menu_conn_badge.badge,
ul.profile-navigation li a:hover .fa,
ul.profile-navigation li.active a .fa,
ul.profile-navigation li.active span {
    color: #fff;
}

ul.profile-navigation li.ifdonation {
    padding: 10px 15px;
    color: #7c7c7c;
}

.person-detail-view {
    padding: 20px;
    float: left;
    width: 100%;
}

.person-img {
    width: auto;
    display: inline-block;
    height: auto;
    position: relative;
    width: 185px;
    height: 185px;
    border-radius: 15%;
    -webkit-border-radius: 15%;
    -o-border-radius: 15%;
    border: 4px solid #fff;
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0 9px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    background: #ccc;
    margin: 0 0 20px -920px;
}

.person-img figure:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 223px;
    height: 223px;
    border-radius: 15%;
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.2) inset;
    -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.2) inset;
    -o-box-shadow: 0 0 9px rgba(0, 0, 0, 0.2) inset;
    content: "";
}

.person-img figure img {
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.2) inset;
    background: transparent;
}

.person-img .change-pic {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    padding: 10px 0;
    text-align: center;
    width: 100%;
    background: rgba(255, 255, 255, 0.4);
    cursor: pointer;
}

.person-img .change-pic .fa {
    font-size: 18px;
    color: #333;
    position: relative;
    z-index: 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -html-transition: all 0.3s ease;
}

.person-img .change-pic:hover .fa {
    color: #224dac
}

.person-detail-view .person-img img {
    width: 110%;
    height: auto;
    border-radius: 15%;
    margin: 0px;
}

.person-img input[type="file"] {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    top: 0;
    cursor: pointer;
}

.person-detail-view .person-detail-left {
    text-align: center;
}

.person-detail-view .person-detail-left .img-delete {
    width: 40px;
    height: 40px;
    background: #d13939;
    color: #fff;
    line-height: 40px;
    position: absolute;
    right: 35px;
    top: -7px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -o-border-radius: 100%;
    cursor: pointer;
    text-align: center;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.person-detail-view .person-detail-left .img-delete:hover {
    background: #224dac;
}

.person-detail-view .person-detail-left .img-delete .fa {
    font-size: 18px;
    color: #fff;
}

.person-detail-view .person-detail-left .img-delete:hover .fa {
    color: #fff;
}

.person-detail-view h2 {
    color: #224dac;
    font-size: 27px;
    text-transform: capitalize;
    margin: 5px 0;
    padding: 0;
}

.person-detail-right {
    background: #f9f9f9;
    padding: 20px 20px 18px 20px;
    /* float: left;
    width: 100%; */
}

.person-detail-right h4 {
    margin-top: 0;
    font-weight: 400;
}

.person-detail-view figure img {
    /*width: 100%;*/
    height: auto
}

.person-detail-right ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.person-detail-right.edit-profile .form-control {
    padding: 9px 12px 7px 36px;
    margin: 0px !important;
}

.padding-input {
    padding: 7px 0px 7px 12px;
}

.person-detail-right .select2-container {
    background-color: #fff;
    border: 1px solid #dddddd;
    padding: 0 10px;
    height: 34px;
    line-height: 30px;
    box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.10);
    border-radius: 4px;
    font-size: 14px;
    color: #5f5f5f;
    width: 100% !important;
}

.person-detail-right .select2-container--default .select2-selection--single {
    border: 0px !important;
}

.person-detail-right .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 33px;
}

.mac .person-detail-right.edit-profile select.form-control {
    padding: 7px 12px 7px 0px;
    text-indent: 25px;
}

.mac .bottom-search-result .person-detail-right.edit-profile select.form-control {
    text-indent: 0px;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .person-detail-right.edit-profile .form-control {
        padding: 7px 0 7px 34px;
    }

    ::i-block-chrome,
    .person-detail-right.edit-profile .form-control {
        text-indent: 35px;
        padding: 7px 12px 7px 0px;
    }

    ::i-block-chrome,
    .person-detail-right.edit-profile select.form-control {
        line-height: 30px;
    }
}

.person-detail-right.edit-profile .three-col-donation select.form-control,
.person-detail-right.edit-profile .three-col-donation .form-control {
    padding: 8px 12px 7px 3px;
    text-indent: 0px;
}

.person-detail-right .form-group {
    color: #414141;
    font-size: 15px;
    border-bottom: 1px solid #dcdcdc;
    padding: 13px 15px 15px 0px;
    position: relative;
    transition: border-color 0.3s ease;
    -webit-transition: border-color 0.3s ease;
    -o-transition: border-color 0.3s ease;
    margin-bottom: 0;
    min-height: 45px;
}

.person-detail-right.edit-profile .form-group {
    border-bottom: 0;
    margin-bottom: 8px !important;
    position: relative;
    padding: 0;
    min-height: 1px;
    float: left;
    width: 100%;
    z-index: 9;
}

.user-personal-info-div .person-detail-right .form-group img {
    width: 25px;
    padding: 0 10px 0 0;
}

.newsfeed .wall-post .person-detail-view .person-detail-right {
    padding: 15px !important;
    margin: 15px 10px !important;
}

.newsfeed .timeline-view .wall-post .person-detail-right {
    padding: 15px;
}

.newsfeed .person-detail-right.edit-profile .form-group {
    margin-bottom: 0;
}

.detail-view-right ul li:last-child {
    border: 0;
}

.person-detail-right .form-group .fa {
    color: #7c7c7c;
    width: 10px;
    text-align: center;
    margin: 0 10px 0 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    height: 22px;
}

.person-detail-right .form-group .fa.fa-male {
    left: 10px;
}

.person-detail-right .form-group .fa-transgender {
    font-size: 18px;
}

.person-detail-right .form-group .fa-home {
    font-size: 20px;
}

.person-detail-right.edit-profile .form-group .fa {
    bottom: auto;
    top: 9px;
    left: 8px;
}

.information-block .form-group input#email {
    padding: 0 10px 0 28px !important;
    height: 35px;
}

.person-detail-right.edit-profile .form-group .fa.fa-female {
    left: 5px;
}

.person-detail-right.edit-profile .form-group .fa.fa-male {
    left: 15px;
}

.person-detail-right ul li .fa-home {
    font-size: 22px;
}

.person-detail-right ul li .fa-map-marker {
    font-size: 22px;
}

.person-detail-right.edit-profile .form-group .fa-map-marker {
    font-size: 22px;
    top: 4px;
}

.profile-page .edit-profile-btn {
    background: #224dac;
    color: #fff;
    padding: 10px 20px;
    margin: 20px 0 0 0;
    display: inline-block;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    float: right;
}

.profile-page a.profile-edit-button {
    background: #27981d;
    border-radius: 100%;
    padding: 0 0;
    left: 0;
    right: 0;
    float: none;
    margin: -3px 0 0 0;
    vertical-align: top;
    color: #FFF;
}

.profile-page a.profile-edit-button:hover {
    background: #224dac;
    color: #FFF;
}

.profile-page a.profile-edit-button .fa {
    margin: 0;
    font-size: 18px;
    padding: 7px 9px;
    left: 0;
    right: 0;
    float: none;
}

.edit-profile-btn .fa {
    margin-right: 10px;
}

.edit-profile ul li .fa {
    margin-left: 10px;
}

.edit-profile-btn:hover {
    background: #414141;
}

.family-details {
    background: #f9f9f9;
    box-shadow: 0 0 5px #e7e7e7;
    -webkit-box-shadow: 0 0 5px #e7e7e7;
    -o-box-shadow: 0 0 5px #e7e7e7;
    padding: 20px;
    margin: 0;
    float: left;
    width: 100%;
}

.family-details h3 {
    margin: 0 0 20px 0;
    padding: 0;
}

.family-details-view {
    padding: 0 30px 30px 30px;
    float: left;
    width: 100%;
}

.family-details-view .edit-profile-btn {
    float: left;
}

.family-details ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.family-details ul li {
    border-bottom: 1px solid #dcdcdc;
    color: #414141;
    font-size: 17px;
    padding: 10px 0;
}

.family-details ul li .fa {
    color: #7c7c7c;
    margin: 0 10px 0 0;
    text-align: center;
    width: 25px;
}

.family-details .family-img {
    border: 5px solid #fff;
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.2);
    display: inline-block;
    height: 150px;
    overflow: hidden;
    position: relative;
    width: 150px;
}

.family-pic {
    display: inline-block;
    position: relative;
}

.family-pic .browser-button {
    background: #224dac;
    border-radius: 100%;
    color: #fff;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    bottom: 11px;
    width: 40px;
    overflow: hidden;
    text-align: center;
    line-height: 40px;
}

.family-pic .browser-button input[type="file"],
.family-pic .browser-button .ng-pristine {
    opacity: 0;
    cursor: pointer;
    position: absolute;
}

.search-family.contribute-search {
    margin-bottom: 0;
}


/*---------family pages ------------*/

.search-family {
    position: relative;
    display: inline-block;
    float: left;
    width: 70%;
    margin-bottom: 30px;
}

.btn-clean {
    float: right;
    margin-left: 10px;
    padding: 9px 10px;
}

.search-family button {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    right: 0px;
    margin: auto;
    background: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    border: 0;
    color: #9b9b9b;
    width: 40px;
    height: 100%;
}

.search-family button .fa {
    color: #4187f9;
    font-size: 16px;
}

.search-family input {
    background: #224dac;
    border-radius: 5px;
    color: #FFF;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    border: 0;
    padding: 9px 40px 9px 15px;
    width: 100%;
}

.search-family button .fa {
    color: #FFF;
}

.search-family input::-webkit-input-placeholder {
    color: #FFF;
}

.search-family input::-moz-placeholder {
    color: #FFF;
}

.search-family input:-ms-input-placeholder {
    color: #FFF;
}

.search-family input:-moz-placeholder {
    color: #FFF;
}

.search-list {
    margin: 30px 0 0 0;
    width: 100%;
    float: left;

}

.search-list .connected-family {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -moz-border-radius: 5px;
    width: 100%;
    padding: 0px;
    position: relative;
    display: block;
    vertical-align: middle;
    background: #fbfbfb;
    float: left;
    margin-bottom: 30px;
    min-height: 235px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.search-list .connected-family:hover {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.search-list h4 {
    background: #7ea5e5 none repeat scroll 0 0;
    box-sizing: border-box;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    padding: 8px 20px;
    position: relative;
    width: 100%;
    border-bottom-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -o-border-bottom-left-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    -o-border-bottom-right-radius: 5px;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    bottom: 0px;
}

.search-list article {
    padding: 15px;
    display: block;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    float: left;
    min-height: 230px;
}

.search-list .search-pic {
    width: 90px;
}

.search-list .search-pic,
.search-list .search-name,
.search-list .search-add {
    display: inline-block;
    /* vertical-align: middle;
    float: left;
    width: 100%;
    text-align: center; */
}

.search-list .search-name h5 {
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 7px 0;
    padding: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.search-list .search-name h5 a {
    color: #262626;
}

.search-list .search-name h5 a:hover {
    color: #224dac;
}

.search-list .search-add .btn {
    background: none;
    border: 0;
    box-shadow: none;
    color: #fff;
    font-size: 18px;
    padding: 0;
    line-height: 35px;
    width: 30px;
    height: 30px;
    background: #7ea5e5;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    text-align: center;
    display: block;
    margin: 0 auto;
}

.search-list .search-add .btn.btn2 {
    display: inline-block;
    margin: 0 5px;
}

.search-list .search-add p {
    margin: 0 0 8px 0;
}

.search-list .search-add .btn:hover {
    color: #444;
}

.search-list .search-add span {
    color: #444;
    font-size: 12px;
    font-style: normal;
}

.search-list figure,
.children-list figure {
    width: 100px;
    height: 100px;
    /* border-radius: 100%; */
    /* -webkit-border-radius: 100%; */
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    background: #fbfbfb;
    border: 0;
    position: relative;
    margin: 10px 15px 10px 0px;
    overflow: hidden;
}

.search-list figure img,
.children-list figure img {
    /* border-radius: 100%; */
    -wekit-border-radius: 100%;
}

.family-listing {
    margin: 40px 0;
}

.family-listing span {
    display: table;
    width: 100%;
    margin: 0 0 10px 0;
    padding-bottom: 10px;
    border-bottom: dotted 1px #E7E7E7;
}

.family-listing span .col1 {
    display: table-cell;
    width: 70%;
    vertical-align: top;
}

.family-listing span .col2 {
    display: table-cell;
    width: 30%;
    vertical-align: top;
}

.family-listing span .col2 {
    text-align: center;
    vertical-align: middle;
}

.family-listing span h4 {
    color: #224dac;
}

.family-listing span h5,
.family-listing span h6 {
    display: block;
    margin: 0 0 2px 0;
    padding: 0;
    font-size: 15px;
}

.family-listing span h6 {
    font-size: 14px;
}

ul.pagination {
    margin: 30px 0;
}

ul.pagination li {
    display: inline-block;
    float: left;
    margin: 0 5px 5px 0;
}

ul.pagination li a {
    background-color: #F9F9F9;
    color: #337ab7;
    border: 1px solid #337ab7;
}

ul.pagination li.active a,
ul.pagination li:hover a,
ul.pagination li:focus a {
    background-color: #337ab7;
    color: #fff
}

.alert-success,
.alert-info,
.alert.alert-success {
    background: #7daa05;
    border: 0 none;
    border-radius: 0;
    float: left;
    font-weight: 400;
    color: #fff;
    margin: 0 0 10px 0;
    text-align: center;
    padding: 8px 10px;
}

.alert.alert-danger,
.alert {
    background: #b6061a;
    width: 100%;
    float: left;
    border: 0 none;
    border-radius: 0;
    float: left;
    font-weight: 400;
    color: #fff;
    margin: 0 0 10px 0;
    text-align: center;
    padding: 8px 10px;
}

.ui-widget {
    font-size: 12px !important;
    max-height: 250px;
    overflow: auto;
}


/* Header Notification Start */

body {
    background-color: #dedede;
}

#nav {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

#nav li {
    float: left;
    margin-right: 20px;
    font-size: 14px;
    font-weight: bold;
}

#nav li a {
    color: #333333;
    text-decoration: none
}

#nav li a:hover {
    color: #006699;
    text-decoration: none
}

#notification_li {
    position: relative
}

#notificationContainer {
    background-color: #fff;
    border: 1px solid rgba(100, 100, 100, .4);
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
    overflow: visible;
    position: absolute;
    top: 36px;
    right: -24px;
    width: 290px;
    z-index: 10;
    display: none;
}

#notificationContainer:before {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    color: transparent;
    border: 10px solid black;
    border-color: transparent transparent #fff;
    right: 29px;
    margin: auto;
    bottom: 100%;
}

#notificationContainer .no-more-post,
.notification-section .no-more-post {
    background: transparent none repeat scroll 0 0;
    box-shadow: none;
    margin: 0;
    padding: 20px 0;
}

#notificationTitle {
    z-index: 1000;
    font-weight: bold;
    padding: 8px;
    font-size: 13px;
    background-color: #eee;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
}

#notificationsBody {
    padding: 0 !important;
}

#notificationFooter {
    background-color: #e9eaed;
    text-align: center;
    font-weight: bold;
    padding: 8px;
    font-size: 12px;
    border-top: 1px solid #dddddd;
}

#notification_count {
    padding: 3px 7px 3px 7px;
    background: #cc0000;
    color: #ffffff;
    font-weight: bold;
    margin-left: 77px;
    border-radius: 9px;
    position: absolute;
    margin-top: -5px;
    font-size: 11px;
    right: -8px;
    z-index: 555;
}

.modal-footer {
    padding: 10px;
}

.no-image {
    display: none;
}

.fa-broom {
    background-image: url(../../images/short-broom.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    height: 16px;
    width: 16px;
    background-size: contain;
    position: relative;
    margin: 0 0 -2px 0;
}

/* 18-10-2019 donation page style */

.card-header .card {
    display: inline-block;
    text-align: left;
    /*width: 42%;*/
}

.card-header .card-img {
    display: inline-block;
    text-align: right;
    /*width: 57%;*/
    float: right;
}

.card-header .card-img ul li {
    display: inline-block;
}

.card-section {
    border: 1px solid #dddddd;
    padding: 20px 12px;
    -webkit-box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.10);
    box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.10);
    margin: 5px 0 0 0;
}

.card-section .card-header {
    padding: 10px;
    -webkit-box-shadow: 1px 1px 2px 2px rgb(0, 0, 0, 0.10);
    -moz-box-shadow: 1px 1px 2px 2px rgb(0, 0, 0, 0.10);
    box-shadow: 1px 1px 2px 2px rgb(0, 0, 0, 0.10);
    border: 1px solid #dddddd;
    margin-bottom: 10px;
}

.card-header .card span {
    padding: 0 0 0 20px;
}

/**/

.person-img .loader,
.cover-img .loader {
    border: 10px solid #224dac;
    border-top: 10px solid #F9F9F9;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 2s linear infinite;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-o-keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.family-request-list-section .family-request-list {
    margin-bottom: 30px;
    float: left;
    position: relative;
    padding: 20px 0 0 0;
    border-radius: 7px 7px 7px 7px;
    -webkit-border-radius: 7px 7px 7px 7px;
    -o-border-radius: 7px 7px 7px 7px;
    -moz-border-radius: 7px 7px 7px 7px;
    width: 100%;
    background: #f9f9f9;

    html,
    body {
        height: 100%;
        margin: 0;
        padding: 0;
    }

    *:focus {
        outline: none;
    }

    img {
        max-width: 100%;
    }

    body {
        font-family: 'Roboto', sans-serif;
        font-size: 15px;
        font-style: normal;
        color: #262626;
        background-color: #e8ecf1;
    }

    body.default-bg {
        /*     background: url(../../images/background-new.jpg) top center no-repeat; */
        background-color: #fff;
    }

    body.child-reg-bg {
        background: url(../../images/child-bg.jpg) top center no-repeat;
        background-size: 100%;
    }

    body.spouse-reg-bg {
        background: url(../../images/couple-bg.jpg) top center no-repeat;
        background-size: 100%;
    }

    body.congrats-reg-bg {
        background: url(../../images/family-bg.jpg) top center no-repeat;
        background-size: 100%;
    }

    body.build-reg-bg {
        background: url(../../images/network-bg.jpg) top center no-repeat;
        background-size: 100%;
    }

    body.psw-reset-bg {
        background: url(../../images/reset-bg.jpg) top center no-repeat;
        background-size: 100%;
    }

    .logo-single,
    body.hide-background .logo {
        display: none;
    }

    body.hide-background .logo-single {
        display: block;
    }

    .fp-header .logo-single .header-left {
        margin-top: 10px;
    }

    .fp-header .search-form {
        margin-top: 7px;
    }

    .page {
        min-height: 100%;
        position: relative;
    }

    #map {
        height: 100%;
    }

    a {
        color: #224dac;
        text-decoration: none;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    a:focus,
    a:hover {
        color: #000;
        text-decoration: none;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        outline: none;
    }

    .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: #224dac !important;
        border: 0 !important;
    }

    button:hover,
    button:focus {
        outline: 0;
    }

    .btn.active.focus,
    .btn.active:focus,
    .btn.focus,
    .btn.focus:active,
    .btn:active:focus,
    .btn:focus {
        outline: 0;
        outline: 0;
        outline-offset: 0;
    }

    p {
        margin: 0 0 19px 0;
    }

    .clear {
        clear: both;
    }

    select:focus {
        outline: none;
    }

    body .btn-primary,
    body .btn {
        background: #224dac;
        color: #fff;
        border-radius: 4px 4px 4px 4px;
        -moz-border-radius: 4px 4px 4px 4px;
        -webkit-border-radius: 4px 4px 4px 4px;
        -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.25);
        box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.25);
        font-weight: 400;
        padding: 9px 20px 9px 20px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        border: 0;
    }

    .btn-primary:hover,
    .btn:hover {
        color: #fff;
        background: #333;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        outline: none;
    }

    .btn:focus,
    .btn:hover {
        border: 0;
    }

    .header-right .has-error .error-message {
        color: #ff5252;
        font-weight: 600;
    }

    .error-message {
        color: #F00;
        font-size: 12px;
    }

    .footer-search-wrap span .error-message {
        float: left;
    }

    ::-webkit-input-placeholder {
        color: #9A9A9A;
        opacity: 1;
    }

    ::-moz-placeholder {
        color: #9A9A9A;
        opacity: 1;
    }

    :-ms-input-placeholder {
        color: #9A9A9A;
        opacity: 1;
    }

    :-moz-placeholder {
        color: #9A9A9A;
        opacity: 1;
    }

    .search-form ::-webkit-input-placeholder {
        color: #fff;
        opacity: 1;
    }

    .search-form ::-moz-placeholder {
        color: #fff;
        opacity: 1;
    }

    .search-form :-ms-input-placeholder {
        color: #fff;
        opacity: 1;
    }

    .search-form :-moz-placeholder {
        color: #fff;
        opacity: 1;
    }

    .search-family ::-webkit-input-placeholder {
        color: #9A9A9A;
        opacity: 1;
        font-size: 14px;
    }

    .search-family ::-moz-placeholder {
        color: #9A9A9A;
        opacity: 1;
    }

    .search-family :-ms-input-placeholder {
        color: #9A9A9A;
        opacity: 1;
    }

    .search-family :-moz-placeholder {
        color: #9A9A9A;
        opacity: 1;
    }

    .modal {
        background: rgba(0, 0, 0, 0.5);
    }

    hr {
        margin: 20px 0 20px 0;

    }

    .italic {
        font-style: italic;
    }

    /****
Header Start
**/

    h1,
    h2,
    h3,
    h4,
    h5 {
        font-family: 'Roboto', sans-serif;
        color: #262626;
    }

    h4 {
        font-weight: 400;
    }

    .header {
        background: rgba(255, 255, 255, 0.80);
        border-top: 3px solid #224dac;
        padding: 25px 0 25px 0;
        -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.24);
        -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.24);
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.24);

    }

    body.hide-background .header {
        background: #007ed2;
        border-top: 0;
        padding: 13px 0 10px 0;
        -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.24);
        -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.24);
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.24);
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        z-index: 99;
        min-height: 59px;
    }

    body.hide-background .header h3 {
        margin: 0px;
        padding: 0px;
        font-weight: 800;
        color: #fff;
    }

    .header .logo a {
        float: left;
    }

    .header .logo a.learn-more {
        padding: 34px 0 0 0;
    }

    .header .logo h3 {
        float: left;
        font-size: 20px;
        font-style: normal;
        color: #001179;
        padding: 10px 0 0 20px;
        margin: 0;
        font-weight: 500;

    }

    .header .btn-primary {
        margin: 0 0 0 4px;
    }

    .header .navbar-default .navbar-nav>li>a.btn-primary {
        color: #fff;
        padding: 8px 20px 8px 20px;
    }

    .header .navbar-default .navbar-nav>li>a.btn-primary:hover {
        color: #fff;
        background: #333;
    }

    .header .header-right form {
        float: right;
        display: inline-block;
        text-align: right;
        margin: 15px 0 0 0;
    }

    .header .header-right .form-group {
        width: 30%;
        margin: 0 10px 0 0;
        vertical-align: top;
        display: inline-block;
    }

    .header .header-right #password_div {
        text-align: left;
    }

    .header .navbar-default .navbar-nav>li>a {
        padding: 5px 10px;
    }

    .header .navbar-default .navbar-nav>li:hover>a,
    .header .navbar-default .navbar-nav>li.open>a {
        background: #333;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -o-border-radius: 5px;
        color: #fff;
    }

    .header .navbar-nav>li>.dropdown-menu {
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -o-border-radius: 5px;
    }


    /****
Header End
**/


    /****
Registration Step Start
**/

    .register-step {
        margin: 0px 0 60px 0;
        position: relative;
    }

    .register-step .register-blue-box {
        background: url(../../images/dk-logo.png) 10px bottom no-repeat rgba(53, 116, 219, 0.88);
        position: absolute;
        top: 0;
        padding: 100px 90px 100px 90px;
        margin: 100px -15px 0 0;
        right: 0px;
        width: 100%;
        font-size: 39px;
        text-align: center;
        font-weight: 200;
        color: #fff;
        border-radius: 10px 0px 0px 10px;
        -moz-border-radius: 10px 0px 0px 10px;
        -webkit-border-radius: 10px 0px 0px 10px;
        -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.4);
        -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.4);
        box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.4);
    }

    /* .register-step .register-box-right {
    padding: 30px 20px 20px 20px;
    background: rgba(255, 255, 255, 0.88);
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.4);
    width: 1000px;
}
 */
    .register-step .register-box-right h3 {
        font-size: 22px;
        font-weight: normal;
        color: #333;
        padding: 0 0 10px 0;
        margin: 0 15px 20px 15px;
        text-align: center;
        border-bottom: 1px solid #dcdcdc;
    }

    .register-step .register-box-right p {}

    .register-step .register-box-right .panel-body {
        padding: 15px 15px 0 15px;
    }

    .register-step .register-box-right .form-group {
        margin: 6px 0px 6px 0px;
    }

    .register-step .register-box-right .select-option {
        position: relative;
        background: #f1f1f1;
        margin: 0px auto 15px auto;
        overflow: hidden;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
        height: auto;
        width: 100%;
    }

    .register-step .register-box-right .select2-container {
        background-color: #fff;
        border: 1px solid #dddddd;
        padding: 0 10px;
        height: 34px;
        line-height: 30px;
        box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.10);
        border-radius: 4px;
        font-size: 14px;
        color: #5f5f5f;
        width: 100% !important;
    }

    .register-step .register-box-right .select2-container .select2-selection {
        border: 0px !important;
    }

    .register-step .register-box-right .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 34px;
    }

    .register-box-right .ui-autocomplete.ui-front {
        max-height: 250px;
        overflow-y: auto;
    }

    .button-box {
        text-align: right;
        padding: 20px 0 0 0;
        float: left;
        width: 100%;
    }

    .register-step .register-box-right .agree-box {
        font-size: 14px;
    }

    .register-step .register-box-right .button-box a.skip-link {
        position: relative;
        top: 10px;
    }

    .register-step .register-box-right .agree-box input {
        top: 2px;
        position: relative;
    }

    .register-step .register-box-right .select-option>* {
        float: left;
    }

    .register-step .register-box-right .select-option input[type=radio] {
        display: none;
    }

    .register-step .register-box-right .select-option label {
        color: #262626;
        z-index: 0;
        display: block;
        width: 50%;
        height: auto;
        margin: 0;
        line-height: 19px;
        font-size: 15px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
        cursor: pointer;
        z-index: 1;
        text-align: center;
        padding: 8px;
    }

    .register-step .register-box-right .select-option label.active {
        color: #fff;
    }

    .getstarted-box {
        min-height: 500px;
    }

    .be-a-child-text {
        padding: 15px;
        border: 1px solid #e7e7e7;
        border-radius: 10px;
        text-align: left;
    }

    .register-step .register-box-right .be-a-child-text p {
        font-size: 14px;
        margin: 0 0 10px 0;
        text-align: left;
    }

    .toggle_option_slider {
        background: #224dac;
        width: 50%;
        height: 100%;
        position: absolute;
        top: 0px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transition: all .4s ease;
        -ms-transition: all .4s ease;
        transition: all .4s ease;
    }

    .select-option #befollower:checked~.toggle_option_slider {
        left: 50%;
    }

    .select-option #beparent:checked~.toggle_option_slider {
        left: 0px;
    }

    .select-option #bechild:checked~.toggle_option_slider {
        left: 66.66%;
    }

    .hide-background .register-step .hideinnext,
    .hide-background .header-right,
    .hide-background .footer-main {
        display: none;
    }

    .hide-background.childpage-guest .header-right {
        display: block;
        float: right;
    }

    .hide-background.childpage-guest h3 {
        margin-top: 11px;
    }

    .hide-background.childpage-guest .inner-div {
        padding-top: 120px;
    }

    .hide-background.childpage-guest .header-right .home-forgot-pswd {
        color: #fff;
    }

    .hide-background.childpage-guest .header-right .home-forgot-pswd:hover {
        color: skyblue;
    }

    .hide-background.childpage-guest .header-right .btn {
        background: #fff;
        color: #414141;
    }

    .hide-background.childpage-guest .header-right .btn:hover {
        background: #414141;
        color: #fff;
    }

    .hide-background .inner-div {
        padding-bottom: 15px;
        padding-top: 68px;
    }

    .hide-background.separate-page .inner-div {
        padding-bottom: 0px;
        padding-top: 90px;
    }

    .profile-page.childpage-design .inner-div {
        padding-top: 68px;
    }

    .childpage-design .inner-div {
        padding-top: 0;
    }

    .hide-background .centerinnext,
    .center-content {
        float: none;
        margin: 0 auto;
    }

    .center-content .register-box-right,
    .hide-background .centerinnext .register-box-right {
        float: left;
        width: 100%;
    }


    /****
Footer Start
**/

    .footer-main {
        font-size: 14px;
        width: 100%;
        position: relative;
        bottom: 0;
        left: 0;
    }

    .footer-search {
        padding: 15px 0 0 0;
        text-align: center;
        font-size: 16px;
    }

    .footer-search-wrap {
        width: 100%;
        max-width: 70%;
        margin: 0 auto;
    }

    .footer-search h3 {
        font-size: 25px;
        color: #333;
        font-weight: 400;
    }

    .footer-search .search-box p {
        color: #3574db;
        padding: 20px 0 0 0;
        font-weight: 600;
        font-style: italic;
    }

    .footer-search select {
        padding: 0 10px;
        height: 35px;
        line-height: 30px;
    }

    .footer-search .form-group {
        display: inline-block;
        vertical-align: top;
    }

    .footer-search .form-group .btn {
        float: left;
        width: 100%;
    }

    .footer-link {
        background: #2a2a2a;
        color: #abb7ca;
    }

    .footer-link h3 {
        color: #e4eaf3;
        font-size: 18px;
        font-weight: 300;
    }

    .footer-link .quick-link {
        padding: 10px 0 10px 0;
    }

    .footer-link a {
        color: #abb7ca;
    }

    .footer-link a:hover {
        color: #fff;
        text-decoration: none;
    }

    .footer-link span.sep {
        padding: 0 5px 0 5px;
    }

    .footer-link ul.social-icon {
        margin: 33px 0px 25px 35px;
        padding: 0px;
    }

    .card-div {
        padding-bottom: 15px;
        margin-top: -15px;
    }

    .footer-link ul.social-icon li {
        display: inline-block;
        list-style: none;
        margin: 0 1px 0 0;
    }

    .footer-link ul.social-icon li a {
        display: inline-block;
        background: #e7e7e7;
        height: 35px;
        width: 35px;
        padding: 7px 0 0 0;
        text-align: center;
        border-radius: 30px 30px 30px 30px;
        -moz-border-radius: 30px 30px 30px 30px;
        -webkit-border-radius: 30px 30px 30px 30px;
        font-size: 20px;
        color: #121e30;
    }

    .footer-link ul.social-icon li a:hover {
        border-radius: 7px 7px 7px 7px;
        -moz-border-radius: 7px 7px 7px 7px;
        -webkit-border-radius: 7px 7px 7px 7px;
        -webkit-box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.30);
        -moz-box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.30);
        box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.30);
    }

    .footer-link ul.social-icon li.facebook a:hover {
        background: #4060a5;
        color: #fff;
    }

    .footer-link ul.social-icon li.twitter a:hover {
        background: #00abe3;
        color: #fff;
    }

    .footer-link ul.social-icon li.linkedin a:hover {
        background: #0077b5;
        color: #fff;
    }

    .footer-link ul.social-icon li.youtube a:hover {
        background: #ca3737;
        color: #fff;
    }

    .footer-link ul.social-icon li.google-plus a:hover {
        background: #e64522;
        color: #fff;
    }

    .footer-link .sponser-logo {
        background: #515151;
        text-align: center;
        padding: 22px 0 22px 0;
    }

    .footer-link .sponser-logo img {
        margin: 0 4px 0 4px;
    }

    .footer-link .card-div {
        margin: 20px 0 0 0;
        text-align: right;
    }

    .footer-copyright {
        background: #171717;
        color: #abb7ca;
        padding: 20px 0 20px 0;
    }

    .footer-copyright .copyright-left,
    .footer-copyright .copyright-center {
        padding: 10px 0 0 0;
    }

    .footer-copyright p {
        margin: 0px;
    }

    .footer-copyright a {
        color: #abb7ca;
    }

    .footer-copyright a:hover {
        color: #fff;
    }

    .footer-copyright .copyright-right {
        text-align: right;
    }

    .footer-copyright .copyright-right span {
        display: inline-block;
        text-align: right;
        vertical-align: top;
    }

    .footer-copyright .copyright-right figure {
        display: inline-block;
        margin: 0 0 0 5px;
        vertical-align: top;
    }

    .footer-copyright span.sep {
        padding: 0 5px 0 5px;
    }


    /****
Footer End
**/

    .form-control {
        background-color: #fff;
        border: 1px solid #dddddd;
        padding: 7px 12px;
        -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.10);
        -moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.10);
        box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.10);
        margin: 0 0 5px 0;
    }

    .form-group select {
        padding: 0 10px;
        height: 34px;
        line-height: 30px;
    }

    .controls {
        margin-top: 10px;
        border: 1px solid transparent;
        border-radius: 2px 0 0 2px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        height: 32px;
        outline: none;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    }

    #pac-input {
        background-color: #fff;
        font-family: Roboto;
        font-size: 15px;
        font-weight: 300;
        margin-left: 12px;
        padding: 0 11px 0 13px;
        text-overflow: ellipsis;
        width: 300px;
    }

    #pac-input:focus {
        border-color: #4d90fe;
    }

    .pac-container {
        font-family: Roboto;
    }

    #type-selector {
        color: #fff;
        background-color: #4d90fe;
        padding: 5px 11px 0px 11px;
    }

    #type-selector label {
        font-family: Roboto;
        font-size: 13px;
        font-weight: 300;
    }

    #target {
        width: 345px;
    }

    #embedded-map-display img {
        max-width: none !important;
        background: none !important;
    }

    html.loading {
        background: #fff url('../images/loader.gif') no-repeat 50% 50%;
        -webkit-transition: background-color 0;
        transition: background-color 0;
    }

    html.loading body {
        opacity: 0;
        -webkit-transition: opacity 0;
        transition: opacity 0;
    }

    .register-step .register-box-right .btn-danger {
        border-color: 0;
    }

    .register-step .register-box-right .pwd-reset {
        margin-top: 10px;
    }

    .register-step .register-box-right .btn-cancle {
        margin-top: 10px;
    }

    .register-step .register-box-right label {
        font-weight: 400;
    }

    .register-step .register-box-right .radio-inline input[type="checkbox"],
    .register-step .register-box-right .radio-inline input[type="radio"] {
        margin: 2px 0 0 -20px;
    }

    .register-step .register-box-right .your-spouse {
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
        -webit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
        -o-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
        -html-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
        background: rgba(255, 255, 255, 0.5);
        margin: 20px 0 10px 0;
        padding: 20px;
        border-radius: 5px;
        -webit-border-radius: 5px;
        -moz-border-radius: 5px;
        -o-border-radius: 5px;
        -html-border-radius: 5px;
    }

    .register-step .register-box-right .your-spouse ul {
        padding: 0;
        display: block;
        float: none;
        list-style: outside none none;
        margin: 0;
        position: relative;
        top: 0;
    }

    .register-step .register-box-right .your-spouse ul li:before {
        content: "";
        width: 4px;
        height: 4px;
        border-radius: 100%;
        background: #262626;
        position: absolute;
        top: 10px;
        left: 0;
    }

    .register-step .register-box-right .your-spouse ul li {
        position: relative;
        padding-left: 15px;
        line-height: 22px;
    }

    .your-spouse>span {
        display: block;
        margin-bottom: 7px;
    }

    .your-spouse>h4 {
        text-align: left;
        margin-top: 0px;
        display: block;
        color: #224dac;
        position: relative;
        padding-bottom: 10px;
    }

    .your-spouse>h4:after {
        border-bottom: 1px solid #e9e9e9;
        content: "";
        position: absolute;
        bottom: 0;
        width: 100%;
        left: 0;
    }

    .your-spouse>h4>.fa {
        color: #262626;
    }

    .your-spouse>h4>.fa:last-child {
        margin-right: 15px;
    }

    .register-step .register-box-right strong {
        font-weight: 400;
    }

    .register-step .register-box-right strong label {
        color: #224dac;
    }

    .header .form-horizontal .form-group {
        margin-bottom: 0px;
    }

    .header .form-horizontal .form-group span.error-message {
        margin-bottom: 0;
    }

    .confirm-join-spouse .register-box-right {
        float: left;
    }

    .confirm-join-spouse .form-group input[type="checkbox"],
    .confirm-join-spouse .form-group input[type="radio"] {
        margin: 2px 0 0 -20px !important;
        box-shadow: none;
    }

    .default-bg-guest .panel-body {
        padding: 15px;
    }

    .panel-body {
        position: relative;
        padding: 0 15px;
    }

    .search-form {
        position: relative;
        display: block;
        margin: -3px 0 0 0;
    }

    .search-form button {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        right: 0px;
        margin: auto;
        background: none;
        box-shadow: none;
        -webkit-box-shadow: none;
        -o-box-shadow: none;
        border: 0;
        color: #224dac;
        width: 40px;
        height: 100%;
    }

    .search-form button .fa {
        color: #4187f9;
        font-size: 21px;
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
    }

    .search-form button:hover .fa,
    .search-form:hover button .fa {
        color: #fff;
    }

    .search-form input {
        background: #2863c4;
        border-radius: 5px;
        color: #fff;
        box-shadow: inset 0px 0px 5px #1b4d9e;
        border: 0;
        padding: 9px 40px 9px 15px;
        width: 100%;
    }

    .profile-header-right a.test-menu {
        display: none;
        padding: 5px;
        color: #fff;
    }

    .profile-header-right .text-menu-close {
        display: none;
    }

    .profile-header-right ul {
        list-style: none;
        float: right;
        margin: 0;
        padding: 0;
        text-align: right;
        display: inline-block;
    }

    .profile-header-right ul li {
        display: inline-block;
        margin: 0 0 0 15px;
        float: left;
        vertical-align: middle;
        position: relative;
    }

    .profile-header-right ul li a {
        color: #184CA2;
    }

    .profile-header-right ul li.profile-name a {
        color: #fff;
    }

    .profile-header-right ul li a:hover,
    .profile-header-right ul li.active a {
        color: #fff;
    }

    .profile-header-right ul li #notificationFooter a:hover {
        color: #404040;
    }

    .profile-header-right ul li:first-child {
        margin-right: 10px;
    }

    .profile-header-right ul li:last-child {
        margin-left: 20px;
    }

    .profile-header-right ul li.profile-name {
        line-height: 38px;
        color: #fff;
        font-weight: 500;
        font-size: 16px;
    }

    .profile-header-right ul li.profile-name figure {
        width: 38px;
        height: 38px;
        border-radius: 100%;
        -webkit-border-radius: 100%;
        -o-border-radius: 100%;
        overflow: hidden;
        display: inline-block;
        float: left;
        margin: -4px 5px 0 0;
    }

    .profile-header-right ul li.profile-name figure img {
        border-radius: 100%;
        -webkit-border-radius: 100%;
        -o-border-radius: 100%;
    }

    .profile-header-right ul li.profile-name span {
        display: inline-block;
        float: left;
        margin: -4px 0 0 0;
    }

    .profile-header-right ul li .fa {
        position: relative;
        font-size: 28px;
    }

    .profile-header-right ul li a {
        display: block;
    }

    .profile-header-right ul li.home .fa {
        font-size: 33px;
    }

    .profile-header-right ul li.notification .fa {
        font-size: 28px;
        top: 2px;
    }

    .profile-header-right ul li.request .fa {
        font-size: 26px;
        top: 2px;
    }

    .profile-header-right ul li.res-icon {
        display: none;
    }

    .profile-header-right ul li .fa-contribution {
        background: url(/images/icon-contribution-white.png) center 0 no-repeat;
        height: 21px;
        display: block;
        width: 23px;
        margin: 0 auto;
        background-size: 23px 21px
    }

    .notification-section {
        position: absolute;
        top: 127%;
        right: -23px;
        z-index: 99;
        box-shadow: 0px 0 7px rgba(0, 0, 0, 0.3);
        -webkit-box-shadow: 0px 0 7px rgba(0, 0, 0, 0.3);
        -o-box-shadow: 0px 0 7px rgba(0, 0, 0, 0.3);
        display: none;
        width: 290px;
    }

    .request-section {
        position: absolute;
        top: 127%;
        left: -155px;
        z-index: 99;
        display: none;
        box-shadow: 0px 0 7px rgba(0, 0, 0, 0.3);
        -webkit-box-shadow: 0px 0 7px rgba(0, 0, 0, 0.3);
        -o-box-shadow: 0px 0 7px rgba(0, 0, 0, 0.3);
    }

    .notification-section:before,
    .request-section:before {
        width: 0;
        height: 0;
        content: "";
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #fff;
        position: absolute;
        bottom: 100%;
        right: 29px;
        margin: auto;
    }

    .request-section:before {
        left: 79px;
    }

    .request-section .btn {
        margin-right: 10px;
        padding: 3px 0;
        font-size: 13px;
        background: none;
        color: #224dac;
        box-shadow: none;
        font-weight: 500;
    }

    .request-section .btn:hover {
        color: #444;
    }

    .notification-detail,
    .request-detail {
        background: #fff;
        padding: 0;
        min-width: 262px;
        text-align: left;
    }

    .header .scrolldata {
        max-height: 400px;
        overflow: auto;
    }

    .notification-detail span.notification-result,
    .request-detail span {
        display: block;
        width: 100%;
        border-bottom: 1px solid #f2f2f2;
        padding: 10px 20px 10px 10px;
    }

    .notification-detail span.notification-result .cell2 h6,
    .notification-detail span.notification-result .cell2 p {
        display: inline;
    }

    .notification-detail span {
        font-size: 11px;
        color: #184ca2;
        display: inline;
    }

    .notification-detail span div {
        color: #7c7c7c;
    }

    .notification-detail span.message,
    .notification-detail span.time,
    .notification-detail span.likes {
        color: #414141;
        margin: 9px 0 0 0;
        display: block;
    }

    .profile-header-right ul li.notification .notification-detail span .fa {
        font-size: 12px;
        top: 0;
        left: 0;
        margin-right: 3px;
    }

    .notification-detail span:last-child,
    .request-detail span:last-hild {
        border: 0;
    }

    .notification-detail span .cell2,
    .request-detail span .cell2 {
        display: table-cell;
        vertical-align: top;
        padding-left: 15px;
    }

    .notification-detail span .cell1,
    .request-detail span .cell1 {
        display: table-cell;
        vertical-align: top;
    }

    .notification-detail .time {
        color: #c7c7c7;
        font-size: 11px;
        display: block;
        font-style: italic;
    }

    .profile-header-right ul li.notification .time .fa {
        font-size: 11px;
        margin-right: 5px;
    }

    .notification-detail figure,
    .request-detail figure {
        background: #fbfbfb none repeat scroll 0 0;
        border-radius: 100%;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
        float: left;
        height: 38px;
        overflow: hidden;
        width: 38px;
    }

    .notification-detail figure img,
    .request-detail figure img {
        width: 100%;
    }

    .notification-detail h6,
    .request-detail h6 {
        font-size: 12px;
        font-weight: 600;
        display: block;
        text-transform: capitalize;
        margin: 0 0 3px 0;
        padding: 0;
    }

    .notification-detail span p,
    .request-detail span p {
        margin: 0 0 5px 0;
        font-size: 12px;
        color: #7c7c7c;
    }

    .notification-detail span a h6,
    .notification-detail span a p,
    .request-detail span a h6,
    .request-detail span a p {
        color: #7c7c7c;
    }

    .notification-detail span:hover,
    .request-detail span:hover {
        background: #f5f5f5;
    }

    .notification-detail span.unread-notification {
        background: #f2f2f2;
        border-bottom: 1px solid #fff;
    }

    .notification-detail a.view-all,
    .request-detail a.view-all {
        background: #e9eaed;
        color: #184ca2;
        text-align: center;
        font-size: 12px;
        padding: 8px;
        width: 100%;
        float: left;
        margin: 0;
        font-weight: bold;
        border-top: 1px solid #dddddd;
    }

    .notification-detail a.view-all:hover,
    .request-detail a.view-aall:hover {
        color: #404040;
    }

    .request-detail .btn {
        background: none;
        box-shadow: none;
        border: 0;
        color: #224dac;
        font-size: 12px;
        padding: 0;
        margin: 6px 10px 0 0;
        font-weight: 600;
        text-decoration: none;
    }

    .request-detail .btn.btn-reject {
        font-weight: 400;
        color: #404040;
    }

    .request-detail .btn:hover {
        color: #444;
    }

    .request-detail .btn.btn-accept:hover {
        color: green;
    }

    .profile-header-right ul li.request .badge {
        position: absolute;
        top: -7px;
        right: -15px;
        width: auto;
        border-radius: 100%;
        -webkit-border-radius: 100%;
        -o-border-radius: 100%;
        background: #cc0000;
        color: #fff;
        font-size: 10px;
        padding: 4px 5px;
    }

    .profile-header-right ul li.signout .fa {
        font-size: 28px;
        top: 2px;
    }


    /*----profile page------*/

    .profile-page {
        background: #e8ecf1;
    }

    .profile-page .inner-div .container {
        margin: 30px auto;
    }

    .childpage-design .inner-div .container {
        margin: 30px auto;
    }

    .profile-page ul.profile-page-left-links {
        list-style: none;
        margin: 0px 0 20px 0;
        padding: 0;
    }

    .profile-page ul.profile-page-left-links.sticky {
        position: fixed;
        top: 40px;
        z-index: 100;
    }

    .profile-page ul.profile-page-left-links li {
        font-size: 14px;
        color: #7c7c7c;
        display: block;
        padding: 0;
        /* border-bottom: 1px solid #d3dbe4; */
    }

    .profile-page ul.profile-page-left-links li a img {
        width: 100%;
        max-width: 24px;
        margin: 0 10px 0 0;
    }

    .profile-page ul.profile-page-left-links li.sidebar-ttl {
        border: 0;
        background: #eef1f5;
        padding: 5px 0 5px 10px;
        margin: 30px 0 0 0;
    }

    .profile-page ul.profile-page-left-links li.sidebar-ttl2 {
        border: 0;
        background: #224dac;
        padding: 12px 10px;
        margin: 10px 0 0 0;
        color: #fff;
        font-size: 14px;
    }

    .profile-page ul.profile-page-left-links li a {
        color: #7c7c7c;
        display: block;
        width: 100%;
        padding: 10px;
    }

    .profile-page ul.profile-page-left-links li a:hover,
    .profile-page ul.profile-page-left-links li.active a {
        color: #6c7681;
        background: #d3dbe4
    }

    .profile-page ul.profile-page-left-links li .fa {
        width: 28px;
        text-align: center;
        float: left;
        margin: 0 10px 0 0;
    }

    .profile-page ul.profile-page-left-links li .fa-newspaper-o,
    .profile-page ul.profile-page-left-links li .fa-user {
        font-size: 20px;
    }

    .profile-page ul.profile-page-left-links li .fa-child {
        font-size: 26px;
        position: relative;
        top: -4px;
    }

    .profile-page ul.profile-page-left-links li .fa-lock {
        font-size: 21px;
        top: -2px;
        left: -4px;
        position: relative;
    }

    .profile-page ul.profile-page-left-links li .fa-users {
        font-size: 19px;
        position: relative;
        top: -2px;
    }

    .profile-page ul.profile-page-left-links li .fa-bell {
        font-size: 20px;
        position: relative;
        top: -2px;
    }

    .profile-page ul.profile-page-left-links .fa-contribution {
        background: url(/images/icon-contribution.png) 0 0 no-repeat;
        height: 21px;
        display: inline-block;
        background-size: 21px 21px
    }

    .profile-page ul.profile-page-left-links .fa-terms {
        background: url(/images/terms-icon.png) 0 0 no-repeat;
        height: 21px;
        display: inline-block;
        background-size: 22px 22px
    }

    .profile-page ul.profile-page-left-links .fa.fa-saving-icon {
        background: url(/images/saving-icon.png) 0 0 no-repeat;
        height: 24px;
        display: inline-block;
        background-size: 24px 24px;
        margin: -5px 12px 0 0;
    }

    .profile-page ul.profile-page-left-links .fa.fa-child-bal-icon {
        background: url(/images/child-bal-icon.png) 0 0 no-repeat;
        height: 24px;
        display: inline-block;
        background-size: 24px 24px;
        margin: -5px 12px 0 0;
    }

    .profile-page ul.profile-page-left-links .fa.fa-529-plan-icon {
        background: url(/images/529-plan-icon.png) 0 0 no-repeat;
        height: 24px;
        display: inline-block;
        background-size: 24px 24px;
        margin: -5px 12px 0 0;
    }

    .profile-page ul.profile-page-left-links .fa.fa-resource-icon {
        background: url(/images/dkicongray.png) 0 0 no-repeat;
        height: 24px;
        display: inline-block;
        background-size: 24px 24px;
        margin: -5px 12px 0 0;
    }

    .profile-page ul.profile-page-left-links .fa.fa-adviser-icvon {
        background: url(/images/adviser-icvon.png) 0 0 no-repeat;
        height: 24px;
        display: inline-block;
        background-size: 24px 24px;
        margin: -5px 12px 0 0;
    }

    .upgrade-button {
        text-align: center;
    }

    .upgrade-button a {
        color: #fff !important;
        background: #f38e2c;
        padding: 10px 15px 10px 15px;
    }

    .profile-page .inner-div .profile-detail-section,
    .childpage-design .inner-div .profile-detail-section {
        background: #fff;
        /*  box-shadow: 0 0 5px rgba(0,0,0,0.08);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.08);
    -o-box-shadow: 0 0 5px rgba(0,0,0,0.08);*/
        float: left;
        width: 100%;
    }

    ul.profile-navigation {
        margin: 0;
        padding: 0;
        list-style: none;
        width: 100%;
        background: #f8f8f8;
        float: left;
        -moz-box-shadow: 0 -5px 8px -8px rgba(0, 0, 0, 0.4) inset;
        -webkit-box-shadow: 0 -5px 8px -8px rgba(0, 0, 0, 0.4) inset;
        box-shadow: 0 -5px 8px -8px rgba(0, 0, 0, 0.4) inset;
        position: relative;
    }

    ul.profile-navigation li {
        float: left;
        display: inline-block;
        text-align: center;
        position: relative;
        min-height: 68px;
    }

    ul.profile-navigation li a img.img-black,
    ul.profile-navigation li a img.img-white {
        /*width: 30px;*/
    }

    ul.profile-navigation li span.badge {
        background: #d13939;
        border-radius: 100%;
        color: #fff;
        font-size: 10px;
        padding: 0;
        position: absolute;
        right: -18px;
        top: -10px;
        width: auto;
        padding: 3px 5px;
        height: auto;
        font-family: "Roboto", sans-serif;
    }

    ul.profile-navigation li span.badge#menu_conn_badge {
        background: none;
        color: #FFF;
        background: #d13939;
    }

    ul.profile-navigation li.active span.badge#menu_conn_badge {
        background: none;
        color: #fff;
    }

    ul.profile-navigation li span.badge-green {
        background: #00be00 none repeat scroll 0 0;
        color: #fff;
    }

    ul.profile-navigation li:after {
        position: absolute;
        right: 0;
        top: 0;
        content: "";
        height: 100%;
        width: 1px;
        background: #e7e7e7;
    }

    ul.profile-navigation li:last-child:after {
        display: none;
    }

    ul.profile-navigation li a {
        display: block;
        padding: 10px 20px;
        color: #9b9b9b;
        font-size: 14px;
        min-height: 73px;
    }

    ul.profile-navigation li a .fa {
        font-size: 20px;
        position: relative;
        color: #7c7c7c;
        display: inline-block;
    }

    ul.profile-navigation li a .fa-network {
        background: url("/images/icon-network.png") 0 0 no-repeat;
        display: inline-block;
        height: 18px;
        width: 21px;
    }

    ul.profile-navigation li a:hover .fa-network {
        background: url("/images/icon-networkh.png") 0 0 no-repeat;
    }

    ul.profile-navigation li.active a .fa-network {
        background: url("/images/icon-networkh.png") 0 0 no-repeat;
    }

    ul.profile-navigation li a .fa-spouse-icon {
        background: url("/images/manage-spouse-header.png") 0 0 no-repeat;
        display: inline-block;
        height: 18px;
        width: 32px;
        background-size: contain;
    }

    ul.profile-navigation li a:hover .fa-spouse-icon {
        background: url("/images/manage-spouse-header-white.png") 0 0 no-repeat;
        background-size: contain;
    }

    ul.profile-navigation li.active a .fa-spouse-icon {
        background: url("/images/manage-spouse-header-white.png") 0 0 no-repeat;
        background-size: contain;
    }

    ul.profile-navigation li a .fa-contribute {
        background: url("/images/contribution-header.png") 0 0 no-repeat;
        display: inline-block;
        height: 18px;
        width: 32px;
        background-size: contain;
    }

    ul.profile-navigation li a:hover .fa-contribute {
        background: url("/images/contribution-header-white.png") 0 0 no-repeat;
        background-size: contain;
    }

    ul.profile-navigation li.active a .fa-contribute {
        background: url("/images/contribution-header-white.png") 0 0 no-repeat;
        background-size: contain;
    }

    ul.profile-navigation li a .fa-contribute-received {
        background: url("/images/contribution-done.png") 0 0 no-repeat;
        display: inline-block;
        height: 18px;
        width: 32px;
        background-size: contain;
    }

    ul.profile-navigation li a:hover .fa-contribute-received {
        background: url("/images/contribution-done-white.png") 0 0 no-repeat;
        background-size: contain;
    }

    ul.profile-navigation li.active a .fa-contribute-received {
        background: url("/images/contribution-done-white.png") 0 0 no-repeat;
        background-size: contain;
    }

    ul.profile-navigation li a .fa-contribution-done {
        background: url("/images/transaction-view.png") 0 0 no-repeat;
        display: inline-block;
        height: 18px;
        width: 32px;
        background-size: contain;
    }

    ul.profile-navigation li a:hover .fa-contribution-done {
        background: url("/images/transaction-view-white.png") 0 0 no-repeat;
        background-size: contain;
    }

    ul.profile-navigation li.active a .fa-contribution-done {
        background: url("/images/transaction-view-white.png") 0 0 no-repeat;
        background-size: contain;
    }

    ul.profile-navigation li span {
        display: block;
        width: 100%;
        text-transform: capitalize;
        margin: 5px 0 0 0;
    }

    ul.profile-navigation li a:hover,
    ul.profile-navigation li.active a {
        color: #fff;
        background: #224dac;
        min-height: 73px;
        /* background-image: url(../../images/BG.png) !important; */
    }

    ul.profile-navigation li:hover span#menu_conn_badge.badge,
    ul.profile-navigation li a:hover .fa,
    ul.profile-navigation li.active a .fa,
    ul.profile-navigation li.active span {
        color: #fff;
    }

    ul.profile-navigation li.ifdonation {
        padding: 10px 15px;
        color: #7c7c7c;
    }

    .person-detail-view {
        padding: 20px;
        float: left;
        width: 100%;
    }

    .person-img {
        width: auto;
        display: inline-block;
        height: auto;
        position: relative;
        width: 185px;
        height: 185px;
        border-radius: 15%;
        -webkit-border-radius: 15%;
        -o-border-radius: 15%;
        border: 4px solid #fff;
        box-shadow: 0 0 9px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.2);
        -o-box-shadow: 0 0 9px rgba(0, 0, 0, 0.2);
        overflow: hidden;
        background: #ccc;
        margin: 0 0 20px -920px;
    }

    .person-img figure:after {
        position: absolute;
        top: 0;
        left: 0;
        width: 223px;
        height: 223px;
        border-radius: 15%;
        box-shadow: 0 0 9px rgba(0, 0, 0, 0.2) inset;
        -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.2) inset;
        -o-box-shadow: 0 0 9px rgba(0, 0, 0, 0.2) inset;
        content: "";
    }

    .person-img figure img {
        box-shadow: 0 0 9px rgba(0, 0, 0, 0.2) inset;
        background: transparent;
    }

    .person-img .change-pic {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        color: #fff;
        padding: 10px 0;
        text-align: center;
        width: 100%;
        background: rgba(255, 255, 255, 0.4);
        cursor: pointer;
    }

    .person-img .change-pic .fa {
        font-size: 18px;
        color: #333;
        position: relative;
        z-index: 0;
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -html-transition: all 0.3s ease;
    }

    .person-img .change-pic:hover .fa {
        color: #224dac
    }

    .person-detail-view .person-img img {
        width: 110%;
        height: auto;
        border-radius: 15%;
        margin: 0px;
    }

    .person-img input[type="file"] {
        position: absolute;
        opacity: 0;
        width: 100%;
        height: 100%;
        top: 0;
        cursor: pointer;
    }

    .person-detail-view .person-detail-left {
        text-align: center;
    }

    .person-detail-view .person-detail-left .img-delete {
        width: 40px;
        height: 40px;
        background: #d13939;
        color: #fff;
        line-height: 40px;
        position: absolute;
        right: 35px;
        top: -7px;
        border-radius: 100%;
        -webkit-border-radius: 100%;
        -o-border-radius: 100%;
        cursor: pointer;
        text-align: center;
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
    }

    .person-detail-view .person-detail-left .img-delete:hover {
        background: #224dac;
    }

    .person-detail-view .person-detail-left .img-delete .fa {
        font-size: 18px;
        color: #fff;
    }

    .person-detail-view .person-detail-left .img-delete:hover .fa {
        color: #fff;
    }

    .person-detail-view h2 {
        color: #224dac;
        font-size: 27px;
        text-transform: capitalize;
        margin: 5px 0;
        padding: 0;
    }

    .person-detail-right {
        background: #f9f9f9;
        padding: 20px 20px 18px 20px;
        /* float: left;
    width: 100%; */
    }

    .person-detail-right h4 {
        margin-top: 0;
        font-weight: 400;
    }

    .person-detail-view figure img {
        /*width: 100%;*/
        height: auto
    }

    .person-detail-right ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .person-detail-right.edit-profile .form-control {
        padding: 9px 12px 7px 36px;
        margin: 0px !important;
    }

    .padding-input {
        padding: 7px 0px 7px 12px;
    }

    .person-detail-right .select2-container {
        background-color: #fff;
        border: 1px solid #dddddd;
        padding: 0 10px;
        height: 34px;
        line-height: 30px;
        box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.10);
        border-radius: 4px;
        font-size: 14px;
        color: #5f5f5f;
        width: 100% !important;
    }

    .person-detail-right .select2-container--default .select2-selection--single {
        border: 0px !important;
    }

    .person-detail-right .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 33px;
    }

    .mac .person-detail-right.edit-profile select.form-control {
        padding: 7px 12px 7px 0px;
        text-indent: 25px;
    }

    .mac .bottom-search-result .person-detail-right.edit-profile select.form-control {
        text-indent: 0px;
    }

    @media screen and (-webkit-min-device-pixel-ratio: 0) {
        .person-detail-right.edit-profile .form-control {
            padding: 7px 0 7px 34px;
        }

        ::i-block-chrome,
        .person-detail-right.edit-profile .form-control {
            text-indent: 35px;
            padding: 7px 12px 7px 0px;
        }

        ::i-block-chrome,
        .person-detail-right.edit-profile select.form-control {
            line-height: 30px;
        }
    }

    .person-detail-right.edit-profile .three-col-donation select.form-control,
    .person-detail-right.edit-profile .three-col-donation .form-control {
        padding: 8px 12px 7px 3px;
        text-indent: 0px;
    }

    .person-detail-right .form-group {
        color: #414141;
        font-size: 15px;
        border-bottom: 1px solid #dcdcdc;
        padding: 13px 15px 15px 0px;
        position: relative;
        transition: border-color 0.3s ease;
        -webit-transition: border-color 0.3s ease;
        -o-transition: border-color 0.3s ease;
        margin-bottom: 0;
        min-height: 45px;
    }

    .person-detail-right.edit-profile .form-group {
        border-bottom: 0;
        margin-bottom: 8px !important;
        position: relative;
        padding: 0;
        min-height: 1px;
        float: left;
        width: 100%;
        z-index: 9;
    }

    .user-personal-info-div .person-detail-right .form-group img {
        width: 25px;
        padding: 0 10px 0 0;
    }

    .newsfeed .wall-post .person-detail-view .person-detail-right {
        padding: 15px !important;
        margin: 15px 10px !important;
    }

    .newsfeed .timeline-view .wall-post .person-detail-right {
        padding: 15px;
    }

    .newsfeed .person-detail-right.edit-profile .form-group {
        margin-bottom: 0;
    }

    .detail-view-right ul li:last-child {
        border: 0;
    }

    .person-detail-right .form-group .fa {
        color: #7c7c7c;
        width: 10px;
        text-align: center;
        margin: 0 10px 0 0;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        margin: auto;
        height: 22px;
    }

    .person-detail-right .form-group .fa.fa-male {
        left: 10px;
    }

    .person-detail-right .form-group .fa-transgender {
        font-size: 18px;
    }

    .person-detail-right .form-group .fa-home {
        font-size: 20px;
    }

    .person-detail-right.edit-profile .form-group .fa {
        bottom: auto;
        top: 9px;
        left: 8px;
    }

    .information-block .form-group input#email {
        padding: 0 10px 0 28px !important;
        height: 35px;
    }

    .person-detail-right.edit-profile .form-group .fa.fa-female {
        left: 5px;
    }

    .person-detail-right.edit-profile .form-group .fa.fa-male {
        left: 15px;
    }

    .person-detail-right ul li .fa-home {
        font-size: 22px;
    }

    .person-detail-right ul li .fa-map-marker {
        font-size: 22px;
    }

    .person-detail-right.edit-profile .form-group .fa-map-marker {
        font-size: 22px;
        top: 4px;
    }

    .profile-page .edit-profile-btn {
        background: #224dac;
        color: #fff;
        padding: 10px 20px;
        margin: 20px 0 0 0;
        display: inline-block;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -o-border-radius: 5px;
        float: right;
    }

    .profile-page a.profile-edit-button {
        background: #27981d;
        border-radius: 100%;
        padding: 0 0;
        left: 0;
        right: 0;
        float: none;
        margin: -3px 0 0 0;
        vertical-align: top;
        color: #FFF;
    }

    .profile-page a.profile-edit-button:hover {
        background: #224dac;
        color: #FFF;
    }

    .profile-page a.profile-edit-button .fa {
        margin: 0;
        font-size: 18px;
        padding: 7px 9px;
        left: 0;
        right: 0;
        float: none;
    }

    .edit-profile-btn .fa {
        margin-right: 10px;
    }

    .edit-profile ul li .fa {
        margin-left: 10px;
    }

    .edit-profile-btn:hover {
        background: #414141;
    }

    .family-details {
        background: #f9f9f9;
        box-shadow: 0 0 5px #e7e7e7;
        -webkit-box-shadow: 0 0 5px #e7e7e7;
        -o-box-shadow: 0 0 5px #e7e7e7;
        padding: 20px;
        margin: 0;
        float: left;
        width: 100%;
    }

    .family-details h3 {
        margin: 0 0 20px 0;
        padding: 0;
    }

    .family-details-view {
        padding: 0 30px 30px 30px;
        float: left;
        width: 100%;
    }

    .family-details-view .edit-profile-btn {
        float: left;
    }

    .family-details ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .family-details ul li {
        border-bottom: 1px solid #dcdcdc;
        color: #414141;
        font-size: 17px;
        padding: 10px 0;
    }

    .family-details ul li .fa {
        color: #7c7c7c;
        margin: 0 10px 0 0;
        text-align: center;
        width: 25px;
    }

    .family-details .family-img {
        border: 5px solid #fff;
        box-shadow: 0 0 9px rgba(0, 0, 0, 0.2);
        display: inline-block;
        height: 150px;
        overflow: hidden;
        position: relative;
        width: 150px;
    }

    .family-pic {
        display: inline-block;
        position: relative;
    }

    .family-pic .browser-button {
        background: #224dac;
        border-radius: 100%;
        color: #fff;
        cursor: pointer;
        height: 40px;
        line-height: 40px;
        position: absolute;
        right: 0;
        left: 0;
        margin: auto;
        bottom: 11px;
        width: 40px;
        overflow: hidden;
        text-align: center;
        line-height: 40px;
    }

    .family-pic .browser-button input[type="file"],
    .family-pic .browser-button .ng-pristine {
        opacity: 0;
        cursor: pointer;
        position: absolute;
    }

    .search-family.contribute-search {
        margin-bottom: 0;
    }


    /*---------family pages ------------*/

    .search-family {
        position: relative;
        display: inline-block;
        float: left;
        width: 70%;
        margin-bottom: 30px;
    }

    .btn-clean {
        float: right;
        margin-left: 10px;
        padding: 9px 10px;
    }

    .search-family button {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        right: 0px;
        margin: auto;
        background: none;
        box-shadow: none;
        -webkit-box-shadow: none;
        -o-box-shadow: none;
        border: 0;
        color: #9b9b9b;
        width: 40px;
        height: 100%;
    }

    .search-family button .fa {
        color: #4187f9;
        font-size: 16px;
    }

    .search-family input {
        background: #224dac;
        border-radius: 5px;
        color: #FFF;
        -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
        border: 0;
        padding: 9px 40px 9px 15px;
        width: 100%;
    }

    .search-family button .fa {
        color: #FFF;
    }

    .search-family input::-webkit-input-placeholder {
        color: #FFF;
    }

    .search-family input::-moz-placeholder {
        color: #FFF;
    }

    .search-family input:-ms-input-placeholder {
        color: #FFF;
    }

    .search-family input:-moz-placeholder {
        color: #FFF;
    }

    .search-list {
        margin: 30px 0 0 0;
        width: 100%;
        float: left;
    }

    .search-list .connected-family {
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -o-border-radius: 5px;
        -moz-border-radius: 5px;
        width: 100%;
        padding: 0px;
        position: relative;
        display: block;
        vertical-align: middle;
        background: #fbfbfb;
        float: left;
        margin-bottom: 30px;
        min-height: 235px;
        -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
    }

    .search-list .connected-family:hover {
        -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
        -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
    }

    .search-list h4 {
        background: #7ea5e5 none repeat scroll 0 0;
        box-sizing: border-box;
        color: #fff;
        font-size: 14px;
        font-weight: 600;
        margin: 0;
        padding: 8px 20px;
        position: relative;
        width: 100%;
        border-bottom-left-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
        -o-border-bottom-left-radius: 5px;
        -moz-border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        -webkit-border-bottom-right-radius: 5px;
        -moz-border-bottom-right-radius: 5px;
        -o-border-bottom-right-radius: 5px;
        float: left;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        bottom: 0px;
    }

    .search-list article {
        padding: 15px;
        display: block;
        width: 100%;
        box-sizing: border-box;
        position: relative;
        float: left;
        min-height: 230px;
    }

    .search-list .search-pic {
        width: 90px;
    }

    .search-list .search-pic,
    .search-list .search-name,
    .search-list .search-add {
        display: block;
        vertical-align: middle;
        float: left;
        width: 100%;
        text-align: center;
    }

    .search-list .search-name h5 {
        font-size: 14px;
        font-weight: 600;
        margin: 0 0 7px 0;
        padding: 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .search-list .search-name h5 a {
        color: #262626;
    }

    .search-list .search-name h5 a:hover {
        color: #224dac;
    }

    .search-list .search-add .btn {
        background: none;
        border: 0;
        box-shadow: none;
        color: #fff;
        font-size: 18px;
        padding: 0;
        line-height: 35px;
        width: 30px;
        height: 30px;
        background: #7ea5e5;
        border-radius: 100%;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -o-border-radius: 100%;
        text-align: center;
        display: block;
        margin: 0 auto;
    }

    .search-list .search-add .btn.btn2 {
        display: inline-block;
        margin: 0 5px;
    }

    .search-list .search-add p {
        margin: 0 0 8px 0;
    }

    .search-list .search-add .btn:hover {
        color: #444;
    }

    .search-list .search-add span {
        color: #444;
        font-size: 12px;
        font-style: normal;
    }

    .search-list figure,
    .children-list figure {
        width: 100px;
        height: 100px;
        /* border-radius: 100%; */
        /* -webkit-border-radius: 100%; */
        -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
        overflow: hidden;
        background: #fbfbfb;
        border: 0;
        position: relative;
        margin: 10px 15px 10px 0px;
        overflow: hidden;
    }

    .search-list figure img,
    .children-list figure img {
        /* border-radius: 100%; */
        -wekit-border-radius: 100%;
    }

    .family-listing {
        margin: 40px 0;
    }

    .family-listing span {
        display: table;
        width: 100%;
        margin: 0 0 10px 0;
        padding-bottom: 10px;
        border-bottom: dotted 1px #E7E7E7;
    }

    .family-listing span .col1 {
        display: table-cell;
        width: 70%;
        vertical-align: top;
    }

    .family-listing span .col2 {
        display: table-cell;
        width: 30%;
        vertical-align: top;
    }

    .family-listing span .col2 {
        text-align: center;
        vertical-align: middle;
    }

    .family-listing span h4 {
        color: #224dac;
    }

    .family-listing span h5,
    .family-listing span h6 {
        display: block;
        margin: 0 0 2px 0;
        padding: 0;
        font-size: 15px;
    }

    .family-listing span h6 {
        font-size: 14px;
    }

    ul.pagination {
        margin: 30px 0;
    }

    ul.pagination li {
        display: inline-block;
        float: left;
        margin: 0 5px 5px 0;
    }

    ul.pagination li a {
        background-color: #F9F9F9;
        color: #337ab7;
        border: 1px solid #337ab7;
    }

    ul.pagination li.active a,
    ul.pagination li:hover a,
    ul.pagination li:focus a {
        background-color: #337ab7;
        color: #fff
    }

    .alert-success,
    .alert-info,
    .alert.alert-success {
        background: #7daa05;
        border: 0 none;
        border-radius: 0;
        float: left;
        font-weight: 400;
        color: #fff;
        margin: 0 0 10px 0;
        text-align: center;
        padding: 8px 10px;
    }

    .alert.alert-danger,
    .alert {
        background: #b6061a;
        width: 100%;
        float: left;
        border: 0 none;
        border-radius: 0;
        float: left;
        font-weight: 400;
        color: #fff;
        margin: 0 0 10px 0;
        text-align: center;
        padding: 8px 10px;
    }

    .ui-widget {
        font-size: 12px !important;
        max-height: 250px;
        overflow: auto;
    }


    /* Header Notification Start */

    body {
        background-color: #dedede;
    }

    #nav {
        list-style: none;
        margin: 0px;
        padding: 0px;
    }

    #nav li {
        float: left;
        margin-right: 20px;
        font-size: 14px;
        font-weight: bold;
    }

    #nav li a {
        color: #333333;
        text-decoration: none
    }

    #nav li a:hover {
        color: #006699;
        text-decoration: none
    }

    #notification_li {
        position: relative
    }

    #notificationContainer {
        background-color: #fff;
        border: 1px solid rgba(100, 100, 100, .4);
        -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
        overflow: visible;
        position: absolute;
        top: 36px;
        right: -24px;
        width: 290px;
        z-index: 10;
        display: none;
    }

    #notificationContainer:before {
        content: '';
        display: block;
        position: absolute;
        width: 0;
        height: 0;
        color: transparent;
        border: 10px solid black;
        border-color: transparent transparent #fff;
        right: 29px;
        margin: auto;
        bottom: 100%;
    }

    #notificationContainer .no-more-post,
    .notification-section .no-more-post {
        background: transparent none repeat scroll 0 0;
        box-shadow: none;
        margin: 0;
        padding: 20px 0;
    }

    #notificationTitle {
        z-index: 1000;
        font-weight: bold;
        padding: 8px;
        font-size: 13px;
        background-color: #eee;
        width: 100%;
        text-align: left;
        border-bottom: 1px solid #dddddd;
        border-top: 1px solid #dddddd;
    }

    #notificationsBody {
        padding: 0 !important;
    }

    #notificationFooter {
        background-color: #e9eaed;
        text-align: center;
        font-weight: bold;
        padding: 8px;
        font-size: 12px;
        border-top: 1px solid #dddddd;
    }

    #notification_count {
        padding: 3px 7px 3px 7px;
        background: #cc0000;
        color: #ffffff;
        font-weight: bold;
        margin-left: 77px;
        border-radius: 9px;
        position: absolute;
        margin-top: -5px;
        font-size: 11px;
        right: -8px;
        z-index: 555;
    }

    .modal-footer {
        padding: 10px;
    }

    .no-image {
        display: none;
    }

    .fa-broom {
        background-image: url(../../images/short-broom.png);
        background-position: 0 0;
        background-repeat: no-repeat;
        height: 16px;
        width: 16px;
        background-size: contain;
        position: relative;
        margin: 0 0 -2px 0;
    }

    /* 18-10-2019 donation page style */

    .card-header .card {
        display: inline-block;
        text-align: left;
        /*width: 42%;*/
    }

    .card-header .card-img {
        display: inline-block;
        text-align: right;
        /*width: 57%;*/
        float: right;
    }

    .card-header .card-img ul li {
        display: inline-block;
    }

    .card-section {
        border: 1px solid #dddddd;
        padding: 20px 12px;
        -webkit-box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.10);
        -moz-box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.10);
        box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.10);
        margin: 5px 0 0 0;
    }

    .card-section .card-header {
        padding: 10px;
        -webkit-box-shadow: 1px 1px 2px 2px rgb(0, 0, 0, 0.10);
        -moz-box-shadow: 1px 1px 2px 2px rgb(0, 0, 0, 0.10);
        box-shadow: 1px 1px 2px 2px rgb(0, 0, 0, 0.10);
        border: 1px solid #dddddd;
        margin-bottom: 10px;
    }

    .card-header .card span {
        padding: 0 0 0 20px;
    }

    /**/

    .person-img .loader,
    .cover-img .loader {
        border: 10px solid #224dac;
        border-top: 10px solid #F9F9F9;
        border-radius: 50%;
        width: 80px;
        height: 80px;
        animation: spin 2s linear infinite;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
    }

    @keyframes spin {
        0% {
            transform: rotate(0deg);
        }

        100% {
            transform: rotate(360deg);
        }
    }

    @-webkit-keyframes spin {
        0% {
            transform: rotate(0deg);
        }

        100% {
            transform: rotate(360deg);
        }
    }

    @-moz-keyframes spin {
        0% {
            transform: rotate(0deg);
        }

        100% {
            transform: rotate(360deg);
        }
    }

    @-o-keyframes spin {
        0% {
            transform: rotate(0deg);
        }

        100% {
            transform: rotate(360deg);
        }
    }

    .family-request-list-section .family-request-list {
        margin-bottom: 30px;
        float: left;
        position: relative;
        padding: 20px 0 0 0;
        border-radius: 7px 7px 7px 7px;
        -webkit-border-radius: 7px 7px 7px 7px;
        -o-border-radius: 7px 7px 7px 7px;
        -moz-border-radius: 7px 7px 7px 7px;
        width: 100%;
        background: #f9f9f9;
        position: relative;
        float: left;
        -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
    }

    .family-request-list-section .family-request-list:hover {
        -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
        -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
    }

    .family-request-list figure {
        background: #fbfbfb none repeat scroll 0 0;
        border: 0 none;
        border-radius: 100%;
        -webkit-border-radius: 100%;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
        -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
        -o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
        display: block;
        float: none;
        height: 110px;
        left: 0;
        margin: 0 auto 20px auto;
        overflow: hidden;
        position: relative;
        right: 0;
        width: 110px;
        z-index: 0;
    }

    .family-request-list-section h4 {
        font-weight: 400;
        margin: 0 0 30px;
    }

    .family-list-centr-line:after {
        content: "";
        width: 1px;
        height: auto;
        right: -1px;
        top: 37px;
        bottom: 20px;
        background: #ccc;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .family-request-list article {
        min-height: 77px;
        text-align: center;
    }

    .family-request-list article h6 {
        font-size: 15px;
        color: #224dac;
        display: block;
        line-height: 15px;
        padding: 0 20px 9px 20px;
        margin: 0;
        font-weight: 600;
        width: 100%;
        float: left;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        text-align: center;
    }

    .family-request-list article span {
        font-size: 12px;
        padding: 0 20px 2px 20px;
        color: #7c7c7c;
        display: block;
        width: 100%;
        float: left;
    }

    .true-false {
        margin: 0;
        text-align: center;
        width: 100%;
        float: left;
        background: #7ea5e5;
        padding: 5px 0;
        border-bottom-left-radius: 7px;
        -webkit-border-bottom-left-radius: 7px;
        -moz-border-bottom-left-radius: 7px;
        -o-border-bottom-left-radius: 7px;
        border-bottom-right-radius: 7px;
        -webkit-border-bottom-right-radius: 7px;
        -moz-border-bottom-right-radius: 7px;
        -o-border-bottom-right-radius: 7px;
    }

    .true-false button {
        background: none;
        box-shadow: none;
        border: 0;
        background: #fff;
        border: 0 none;
        border-radius: 100%;
        box-shadow: none;
        color: #fff;
        display: inline-block;
        height: 30px;
        line-height: 30px;
        margin: 0 auto;
        padding: 0;
        text-align: center;
        width: 30px;
        margin: 0 5px;
    }

    .true-false button .fa-contribution {
        background: url(/images/icon-contribution.png) center center no-repeat;
        height: 30px;
        width: 30px;
        display: inline-block;
        background-size: 19px 16px
    }

    .true-false .fa {
        font-size: 13px;
        color: #7c7c7c;
    }

    .true-false button:hover {
        background: #F0F0F0;
    }

    .true-false button:hover .fa {
        color: #7c7c7c;
    }

    .true-false button .fa-check {
        color: green;
    }

    .true-false button .fa-times {
        color: red;
    }

    .true-false button:hover .fa-check {
        color: forestgreen;
    }

    .true-false button:hover .fa-times {
        color: firebrick;
    }

    .true-false .col-sm-6 small {
        display: block;
        color: #fff;
        font-style: normal;
        font-weight: 500;
    }

    .info-box {
        position: absolute;
        top: 0px;
        right: 0px;
        margin: auto;
    }

    .search-list .info-box {
        position: absolute;
        top: 0;
        right: 0;
    }

    .info-box h4 {
        font-size: 13px;
        padding: 10px 0 6px 0;
        margin: 0;
        font-weight: 600;
        color: #4d4d4d;
        display: inline-block;
    }

    .info-box small {
        color: #000;
        font-size: 10px;
        line-height: 12px !important;
        color: #7c7c7c;
    }

    .info-box .parent-child-detail {
        background: #f1f1f1 none repeat scroll 0 0;
        float: left;
        margin: 10px 0 0;
        padding: 0 8px;
        width: 100%;
    }

    .info-box .fa {
        background: #7ea5e5;
        border-top-right-radius: 7px;
        -webkit-border-top-right-radius: 7px;
        -moz-border-top-right-radius: 7px;
        -o-border-top-right-radius: 7px;
        border-bottom-left-radius: 7px;
        -webkit-border-bottom-left-radius: 7px;
        -moz-border-top-right-radius: 7px;
        -o-border-bottom-left-radius: 7px;
        height: 30px;
        width: 37px;
        line-height: 30px;
        text-align: center;
        color: #fff;
        font-size: 24px;
        position: relative;
        cursor: pointer;
    }

    .info-box .info-box-details {
        position: absolute;
        top: 40px;
        left: -103px;
        width: 150px;
        color: #fff;
        text-align: left;
        display: none;
        min-width: 235px;
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.6);
        -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.6);
        -o-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.6);
        -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.6);
        background: #fff;
    }

    .info-box:hover {
        z-index: 999;
    }

    .info-box .info-box-details:before {
        bottom: 100%;
        top: auto;
        position: absolute;
        content: "";
        left: 0;
        right: 0;
        width: 0;
        height: 0;
        margin: auto;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        border-right: 15px solid transparent;
        border-bottom: 15px solid #224dac;
    }

    .info-box:hover .info-box-details {
        display: block;
    }

    .info-box-details h2 {
        background: #224dac;
        color: #fff;
        padding: 8px 20px;
        width: 100%;
        box-sizing: border-box;
        font-size: 15px;
        font-weight: 500;
        margin: 0;
        position: relative;
    }

    .info-box-details .details {
        padding: 0 15px 15px 15px;
        background: #fff;
        width: 100%;
        float: left;
        position: relative;
    }

    .info-box .onoffswitch {
        position: relative;
        width: 65px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        display: inline-block;
        right: 0;
        float: right;
    }

    .info-box .onoffswitch-checkbox {
        display: none;
    }

    .info-box .onoffswitch-label {
        display: block;
        overflow: hidden;
        cursor: pointer;
        border: 2px solid #FFFFFF;
        border-radius: 20px;
        padding: 0;
    }

    .info-box .onoffswitch-inner {
        display: block;
        width: 200%;
        margin-left: -100%;
        transition: all 0.3s ease-in 0s;
        -webkit-transition: all 0.3s ease-in 0s;
    }

    .info-box .onoffswitch-inner:before,
    .onoffswitch-inner:after {
        display: block;
        float: left;
        width: 50%;
        height: 21px;
        padding: 0;
        line-height: 22px;
        font-size: 12px;
        color: white;
        font-family: Trebuchet, Arial, sans-serif;
        font-weight: bold;
        box-sizing: border-box;
    }

    .info-box .onoffswitch-inner:before {
        content: "ON";
        padding-left: 10px;
        transition: all 0.3s ease-in 0s;
        -webkit-transition: all 0.3s ease-in 0s;
        background-color: forestgreen;
        color: #FFFFFF;
    }

    .info-box .onoffswitch-inner:after {
        content: "OFF";
        padding-right: 10px;
        transition: all 0.3s ease-in 0s;
        -webkit-transition: all 0.3s ease-in 0s;
        background-color: #EEEEEE;
        color: #999999;
        text-align: right;
    }

    .info-box .onoffswitch-switch {
        display: block;
        width: 10px;
        margin: 2px;
        height: 10px;
        background: #FFFFFF;
        position: absolute;
        top: 5px;
        bottom: 0;
        right: 43px;
        border: 2px solid #FFFFFF;
        border-radius: 20px;
        transition: all 0.3s ease-in 0s;
        -webkit-transition: all 0.3s ease-in 0s;
    }

    .info-box .onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-inner {
        margin-left: 0;
        transition: all 0.3s ease-in 0s;
        -webkit-transition: all 0.3s ease-in 0s;
    }

    .info-box .onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-switch {
        right: 9px;
        transition: all 0.3s ease-in 0s;
        -webkit-transition: all 0.3s ease-in 0s;
    }

    .info-box .onoffswitch1 {
        display: inline-block;
        position: relative;
        float: right;
    }

    .info-box-details h3 {
        font-size: 13px;
        color: #4d4d4d;
        font-weight: 600;
        display: block;
        width: 100%;
        float: left;
        padding-bottom: 8px;
        border-bottom: 1px solid #e1e1e1;
        margin: 15px 0 10px 0;
    }

    .info-box-details span {
        color: #7c7c7c;
        font-size: 12px;
        display: block;
        line-height: 14px;
        margin: 0 0 8px 0;
        display: block;
        width: 100%;
        float: left;
    }

    .relation-status {
        position: absolute;
        left: 0;
        top: 10px;
        width: 75px;
        height: 78px;
        background: transparent;
        border-top-left-radius: 7px;
        -webkit-border-top-left-radius: 7px;
        -o-border-top-left-radius: 7px;
        -moz-border-top-left-radius: 7px;
        /* overflow: hidden; */
    }

    .children-list .relation-status {
        border-top-left-radius: 10px;
        -webkit-border-top-left-radius: 10px;
        -o-border-top-left-radius: 10px;
        -moz-border-top-left-radius: 10px;
    }

    .relation-status:after {
        width: 0;
        height: 0;
        border-top: 55px solid #2863c4;
        border-right: 55px solid transparent;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        overflow: hidden;
    }

    .relation-status span {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -html-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        display: block;
        top: 11px;
        left: -20px;
        text-align: center;
        position: relative;
        z-index: 55;
        color: #fff;
        font-size: 12px;
        font-weight: 600;
    }

    .home-page-new .children-list {
        margin-bottom: 20px;
    }

    .children-list {
        /*border:  1px solid;*/
        background: #f9f9f9;
        border-radius: 50%;
        -webkit-border-radius: 10px;
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
        float: left;
        overflow: hidden;
        margin-bottom: 30px;
        padding: 20px 0 0 0;
        position: relative;
        margin-left: auto;
        margin-right: auto;
        /*width: 100%;*/
        min-height: 260px;
    }

    .children-list h4 {
        color: #224dac;
        font-size: 16px;
        margin: 0;
        padding: 0 20px 10px 20px;
        text-align: center;
        position: relative;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .children-list h4 .fa {
        background: #7ea5e5;
        border: 0 none;
        border-radius: 100%;
        box-shadow: none;
        color: #fff;
        display: block;
        height: 30px;
        line-height: 30px;
        margin: 5px auto;
        padding: 0;
        text-align: center;
        width: 30px;
        float: none;
        font-size: 14px;
        transition: all ease 0.3s;
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
    }

    .children-list h4 .fa:hover {
        background: #444;
    }

    .children-list h4 a {
        color: #444;
    }

    .children-list h4 a:hover {
        color: #224dac;
    }

    .children-list h4:after {
        height: 2px;
        width: 50px;
        left: 0;
        right: 0;
        margin: 0 auto;
        content: "";
        position: absolute;
        bottom: 0;
        background: #e6e6e6;
    }

    .children-list .donation {
        text-align: left;
        /* min-height: 50px;
    padding: 0 20px; */
        line-height: 24px;
        font-size: 16px;
        color: #444;
    }

    .children-list h3 {
        color: #4a4848;
        font-size: 13px;
        margin: 0;
        padding: 5px 10px 0 10px;
        text-align: left;
        list-style: 16px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .btn-add-child {
        margin-bottom: 20px;
        float: right;
    }

    .add-child-last-box figure {
        width: 150px;
        height: 150px;
    }

    .add-child-box h4:after {
        display: none;
    }

    .form-group .radio-inline input {
        margin-top: 2px;
    }

    .checkbox-design input[type=checkbox] {
        display: none;
    }

    .checkbox-design label:before {
        content: "";
        display: inline-block;
        width: 16px;
        height: 16px;
        margin-right: 10px;
        position: absolute;
        left: 19px;
        top: 6px;
        bottom: 1px;
        background-color: #aaa;
        box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8);
    }

    .checkbox-design label {
        margin-bottom: 10px;
        padding-left: 26px;
        color: #5f5f5f;
        font-weight: 400;
    }

    .checkbox-design label:before {
        border-radius: 3px;
    }

    .checkbox-design input[type=radio]:checked+label:before {
        content: "\2022";
        color: #f3f3f3;
        font-size: 30px;
        text-align: center;
        line-height: 18px;
    }

    .checkbox-design input[type=checkbox]:checked+label:before {
        content: "\2713";
        text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
        font-size: 15px;
        color: #414141;
        text-align: center;
        line-height: 15px;
    }

    .message-area {
        min-height: 125px;
        resize: none;
    }

    .donation-info {
        margin-top: 30px;
    }

    .donor-info h3 {
        margin: 0 0 20px 0;
        padding: 0;
        color: #262626;
        text-align: center;
    }

    .donor-info h2 {
        font-size: 18px;
    }

    .donor-info h5 {
        background: #224dac none repeat scroll 0 0;
        font-size: 15px;
        padding: 10px;
        margin: 0 0 15px 0;
        color: #fff;
        font-weight: 400;
        text-align: center;
    }

    .donor-info h5 span {
        font-weight: 500;
        float: right;
    }

    .donor-info .person-img {
        height: 120px;
        width: 120px;
    }

    .donor-info .person-img figure {
        width: 100%;
        border: 0;
    }

    .donor-info .person-img img {
        height: auto;
        margin: 0;
        width: 100%;
    }

    .donor-info .person-img figure::after {
        display: none;
    }

    .show-tick .dropdown-menu .fa-check {
        display: none;
        float: right;
    }

    .show-tick .dropdown-menu .selected .fa-check {
        display: inline-block;
        position: absolute;
        top: 0px;
        bottom: 0;
        margin: auto;
        height: 13px;
        right: 10px;
    }

    .edit-section {
        position: absolute;
        top: 9px;
        right: 4px;
    }

    .edit-section .btn {
        background: none;
        border: 0 none;
        border-radius: 100%;
        box-shadow: none;
        color: #fff;
        display: inline-block;
        height: 15px;
        line-height: 15px;
        margin: 0 0 0 3px;
        padding: 0;
        text-align: center;
        width: 15px;
    }

    .edit-section .btn .fa {
        color: #7c7c7c;
        font-size: 16px;
        opacity: 0.6;
    }

    .edit-section .btn:hover .fa {
        color: #7ea5e5;
        background: none;
        opacity: 1;
    }

    .edit-section .btn.btn-delete:hover .fa {
        color: red;
    }


    /* newsfeed page css-*/

    .newsfeed .person-detail-right {
        background: none;
        padding: 0;
    }

    .newsfeed .person-detail-right .fa {
        font-size: 17px;
    }

    .newsfeed .whatsonmind {
        border-left: 1px solid rgba(0, 0, 0, 0);
        border-right: 1px solid rgba(0, 0, 0, 0);
        border-top: 1px solid rgba(0, 0, 0, 0);
        border-bottom: 0px solid #ddd;
        box-shadow: none;
        border-radius: 0;
        height: 50px;
        padding: 7px 0;
        resize: vertical;
    }

    .child-wallpost .whatsonmind {
        padding: 10px;
    }

    .child-wallpost .post-content-close {
        display: inline-block;
        float: right;
        position: absolute;
        right: 10px;
        top: 10px;
        font-size: 25px;
    }

    .child-wallpost .post-content-close a:hover {
        color: #d13939;
    }

    .newsfeed .whatsonmind.required-field-error {
        border: 1px solid red;
        padding-left: 20px;
    }

    .post-section {
        position: relative;
    }

    .post-section:before {
        content: "";
        position: absolute;
        background: rgba(0, 0, 0, 0.6);
        width: 100%;
        min-height: 100%;
        height: auto;
        z-index: 55;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
        position: fixed;
    }

    body.hide-background.post-section .header {
        z-index: 1;
    }

    .post-section .post-content {
        position: relative;
        z-index: 555;
        width: 100%;
        float: left;
        background: #efefef;
        padding: 15px 0;
        top: -75px;
        border-radius: 8px;
    }

    .post-section .post-content .heading-blue {
        background: #224dac;
        color: #fff;
        padding: 10px 15px;
    }

    .post-section .post-content-close {
        position: absolute;
        right: 7px;
        top: 10px;
        display: inline-block;
        z-index: 55;
        width: 25px;
        height: 25px;
        background: transparent;
    }

    .post-section .post-content-close a {
        font-size: 20px;
        color: #224dac;
        opacity: 1;
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
    }

    .post-section .post-content-close a:hover {
        color: #d13939;
    }

    .child-post-section .post-content ul {
        background: #fff;
    }

    .post-content ul li .fa {
        margin-right: 8px;
    }

    .post-content ul li {
        background: transparent;
        border-radius: 0;
        margin: 0;
        font-size: 13px;
    }

    .post-content ul li.active,
    .post-content ul li:hover,
    .post-content ul li.active:hover,
    .post-content ul li:focus {
        background: transparent;
    }

    .post-content ul li a {
        color: #333;
        border: 0;
    }

    .child-post-section .post-content ul li a {
        color: #333;
    }

    .child-post-section .post-content ul li.active a,
    .child-post-section .post-content ul li:hover a,
    .child-post-section .post-content ul li.active:hover a,
    .child-post-section .post-content ul li.active:focus a,
    .child-post-section .post-content ul li:focus a,
    .child-post-section .nav-tabs>li.active>a,
    .child-post-section .nav-tabs>li.active>a:focus,
    .child-post-section .nav-tabs>li.active>a:hover {
        color: #224dac;
    }

    .post-content ul li.active a,
    .post-content ul li:hover a,
    .post-content ul li.active:hover a,
    .post-content ul li.active:focus a,
    .post-content ul li:focus a,
    .nav-tabs>li.active>a,
    .nav-tabs>li.active>a:focus,
    .nav-tabs>li.active>a:hover {
        color: #224dac;
        border-width: 0;
        background-color: transparent;
        border-top-left-radius: 8px;
        border-radius: 0;
    }

    .post-content .tab-content {
        width: 100%;
        float: left;
        background: #fff;
        margin: 0 0 15px 0;
        border: 0px solid #ccc;
        padding: 0 10px;
    }

    .post-content form {
        margin: 0;
        padding: 0;
    }

    .post-content .dropzone {
        min-height: 100px;
        border-width: 1px;
        border-style: solid;
        border-color: #ddd transparent transparent transparent;
        overflow: hidden;
        margin: 10px 0px 0 0;
        padding: 0 0 10px 0;
    }

    .win.safari .post-content .dropzone {
        text-align: center;
    }

    .win.safari .post-content .dropzone input {
        opacity: 1;
        background: #e1e1e1;
        border: 0;
        display: inline-block;
        padding: 10px;
        min-height: 20px;
    }

    .win.safari .post-content .dropzone input[type="file"] {
        padding: 7px 10px;
    }

    .post-content .dropzone .dz-preview:hover .dz-image img {
        filter: blur(1px);
    }

    .post-content .dropzone .dz-filename,
    .post-content .dropzone .dz-size {
        display: none;
    }

    .post-content .dropzone.required-field-error {
        border: 1px solid red !important;
    }

    .required-field-error {
        border: 1px solid red;
    }

    .selection.required-field-error {
        border: 0;
    }

    .post-content .dz-drag-hover {
        border-width: 1px;
        border-style: dotted !important;
        border-color: #224dac;
    }

    .post-content .dropzone .error-message {
        margin: 3px 0;
        padding: 0;
        display: block;
        color: #ccc;
        border: 0;
    }

    .post-content .dropzone .error-message:before {
        display: none;
    }

    .post-content .button-box {
        background: #fff;
        padding: 5px 10px;
        text-align: left;
    }

    .news-feed-child-blade .post-content .button-box {
        background: #f5f5f5;
    }

    .news-feed-child-blade .newsfeed-popup .post-content .button-box {
        background: transparent;
        padding: 0;
    }

    .post-content .tab-content .form-group {
        margin-bottom: 0;
    }

    .post-content .button-box .form-group,
    .post-content .button-box .form-control {
        display: inline-block;
        vertical-align: top;
    }

    .selection {
        margin-bottom: 10px;
    }

    .child-choose-post .col-sm-6.ng-scope {
        z-index: 9;
    }

    .post-content .select2 {
        width: 100% !important;
        z-index: 9;
    }


    /* .select2-container {
width: 100% !important;
} */

    .select2-selection {
        min-height: 2px !important;
        border: 1px solid #ccc !important;
    }

    .required-field-error .select2-selection {
        border: 1px solid red !important;
    }

    .select2-container .select2-search--inline .select2-search__field {
        margin: 0 !important;
        width: 100% !important;
        padding: 8px !important;
    }

    .select2-search {
        width: 100% !important;
        font-size: 12px;
        font-family: "Roboto", sans-serif;
    }

    .select2-results__option {
        font-size: 13px !important;
    }

    .select2-container--default .select2-results__option[aria-selected="true"] {
        display: none !important;
    }

    .post-content .select2-container ul {
        background: transparent !important;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice {
        font-size: 12px !important;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
        width: auto !important;
    }

    .post-content .button-box .btn {
        vertical-align: top;
        margin-left: 7px;
        padding: 5px 20px;
        text-transform: uppercase;
        outline: 0;
    }

    .post-content .button-box .bootstrap-select .btn,
    .post-content .button-box .choose-child-btn-post {
        color: #5f5f5f;
        background: #fff;
        box-shadow: none;
        font-size: 14px;
        padding: 8px 15px;
        border: 1px solid #dddddd !important;
    }

    .post-content .button-box select.form-control {
        width: 120px;
        padding: 5px 12px;
        height: 29px;
        font-size: 12px;
    }

    .post-content .button-box .bootstrap-select .btn,
    .post-content .button-box .choose-child-btn-post span {
        border-radius: 100%;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -o-border-radius: 100%;
        color: #fff;
        font-size: 8px;
        font-weight: 700;
        height: auto;
        padding: 3px 5px;
        position: relative;
        top: -2px;
        width: auto;
        background: green;
    }

    .post-content .button-box .choose-child-btn-post:hover,
    .post-content .button-box .choose-child-btn-post:focus {
        color: #5f5f5f;
        outline: none;
    }

    .post-content .button-box .bootstrap-select.required-field-error .btn,
    .post-content .button-box .choose-child-btn-post.required-field-error {
        border: 1px solid red !important;
    }

    .post-content .button-box .bootstrap-select .btn:hover,
    .post-content .button-box .bootstrap-select .btn:focus {
        color: #5f5f5f;
    }

    .post-content .button-box .dropdown-menu.inner li {
        font-size: 12px;
    }

    .post-content .button-box .dropdown-menu.inner li.dropdown-header {
        font-size: 15px;
        font-weight: 600;
    }

    .post-content .dropzone .dz-preview {
        position: relative;
        margin: 12px;
    }

    .post-content .dropzone .dz-preview .dz-image {
        border-radius: 0;
        width: 131px;
        height: 130px;
    }

    .post-content .dropzone .dz-preview .dz-remove {
        position: absolute;
        top: 5px;
        right: 5px;
        color: transparent;
        width: 20px;
        height: 20px;
        border-radius: 100%;
        background: #fff;
        text-align: center;
        z-index: 55;
    }

    .dropzone .dz-preview .dz-image img {
        width: auto;
        height: 100%;
    }

    .tab-content #tab2 .dropzone .dz-preview .dz-image img {
        width: 100%;
        height: 100%;
    }

    .post-content .dropzone .dz-preview .dz-remove:before {
        content: "\f00d";
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        text-decoration: inherit;
        /*--adjust as necessary--*/
        color: red;
        font-size: 12px;
        position: absolute;
        line-height: 20px;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }

    .post-content .dropzone .dz-preview .dz-details .dz-size {
        margin: 0;
    }

    .post-content .dropzone .dz-preview .dz-progress {
        box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
    }

    .post-content .dropzone .dz-preview .dz-progress .dz-upload {
        background: #414141;
    }

    .post-content .dropzone .dz-preview .dz-success-mark,
    .dropzone .dz-preview .dz-error-mark {
        margin-top: -20px;
        margin-left: -20px;
    }

    .post-content .dropzone .dz-preview .dz-success-mark svg {
        width: 40px;
        height: 40px;
        border-radius: 100%;
        -webkit-border-radius: 100%;
        background: green;
    }

    .dropzone .dz-preview .dz-error-mark svg {
        width: 40px;
        height: 40px;
        border-radius: 100%;
        -webkit-border-radius: 100%;
        background: red;
    }

    .post-content .error-message {
        padding: 5px;
        border: 1px solid red;
        position: relative;
        background: #fff;
        z-index: 55;
    }

    .post-content .error-message:before {
        content: "";
        background: #fff;
        border-width: 1px;
        border-color: #fff #fff red red;
        border-style: solid;
        z-index: 55;
        width: 10px;
        height: 10px;
        transform: rotate(132deg);
        top: -5px;
        left: 0;
        right: 0;
        margin: auto;
        position: absolute;
    }

    .post-website-btn {
        text-align: left;
    }

    .search-txt-list h4 span {
        color: #224dac;
    }

    .search-txt-list .search-family {
        width: 100%;
        margin: 0;
    }

    .search-txt-list .search-family input {
        background-color: #fff;
        border: 1px solid #dddddd;
        box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.1);
        padding: 7px 12px;
    }

    .bottom-search-result .person-detail-view {
        background: #fff;
        margin: 0;
        padding: 0;
    }

    .bottom-search-result .person-detail-right.edit-profile .form-control {
        padding-left: 7px;
    }

    .bottom-search-result .search-list .col-sm-3 {
        width: 20%;
    }

    .manual-invite {
        margin: 30px 0;
        width: 100%;
        float: left;
    }

    .manual-invite h4 {
        text-align: center;
    }

    .buildnetwork .person-detail-right {
        padding: 0;
        background: transparent;
    }

    .buildnetwork {
        padding: 0px;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        text-align: center;
        background: #fff;
        min-height: 130px;
        -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
    }

    .buildnetwork:hover {
        -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

    .buildnetwork .person-detail-right a {
        padding: 20px;
        display: block;
        font-size: 22px;
        color: #7c7c7c;
    }

    .buildnetwork .fa {
        font-size: 40px;
    }

    .buildnetwork .facebook-invite span {
        position: relative;
        display: block;
        top: 12px;
        vertical-align: top;
        padding: 0;
        font-size: 17px;
        line-height: 20px;
    }

    .buildnetwork .fa-facebook-official {
        color: #4060a5;
    }

    .buildnetwork .fa-google {
        color: #e85858;
    }

    .buildnetwork .fa-facebook,
    .buildnetwork .fa-search {
        color: #2863c4;
    }

    .manual-invite .fa {
        font-size: 13px;
        top: 12px !important;
    }

    .invite-follower {
        background: #fff;
        -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
    }

    .invite-follower h4 {
        color: #7c7c7c;
        font-size: 17px;
        line-height: 20px;
    }


    /*-loader--------*/

    .new-loader .loader {
        color: #ffffff;
        font-size: 20px;
        margin: 100px auto;
        width: 1em;
        height: 1em;
        border-radius: 50%;
        position: relative;
        text-indent: -9999em;
        -webkit-animation: load4 1.3s infinite linear;
        animation: load4 1.3s infinite linear;
        -webkit-transform: translateZ(0);
        -ms-transform: translateZ(0);
        transform: translateZ(0);
    }

    @-webkit-keyframes load4 {

        0%,
        100% {
            box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
        }

        12.5% {
            box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
        }

        25% {
            box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
        }

        37.5% {
            box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
        }

        50% {
            box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
        }

        62.5% {
            box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
        }

        75% {
            box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
        }

        87.5% {
            box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
        }
    }

    @keyframes load4 {

        0%,
        100% {
            box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
        }

        12.5% {
            box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
        }

        25% {
            box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
        }

        37.5% {
            box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
        }

        50% {
            box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
        }

        62.5% {
            box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
        }

        75% {
            box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
        }

        87.5% {
            box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
        }
    }

    .dk-gmail-fb-friends-list {
        margin-top: 30px;
    }

    .dk-gmail-fb-friends-list .form-group {
        width: 100%;
        float: left;
    }

    .dk-gmail-fb-friends-list input[type="checkbox"],
    .privacy-setting input[type="checkbox"] {
        display: block;
        margin: 7px 0 0 -16px;
        opacity: 0;
        cursor: pointer;
        width: 20px;
        height: 20px;
    }

    .dk-gmail-fb-friends-list input[type="checkbox"]+label,
    .dk-gmail-fb-friends-list .checkbox label {
        padding-left: 15px;
        cursor: pointer;
        color: #7c7c7c;
        font-size: 15px;
        word-break: break-all;
    }

    .dk-gmail-fb-friends-list .checkbox label,
    .privacy-setting .checkbox label {
        padding-left: 0;
    }

    .dk-gmail-fb-friends-list .checkbox label.ng-binding>div {
        color: #224dac;
        font-weight: 400;
        font-size: 12px;
    }

    .child-choose-post input[type="checkbox"]+label {
        font-size: 13px;
    }

    .dk-gmail-fb-friends-list input[type="checkbox"]+label span,
    .privacy-setting input[type="checkbox"]+label span {
        display: inline-block;
        width: 20px;
        height: 20px;
        margin: 0 4px 0 -31px;
        vertical-align: middle;
        background: url(../../images/checks.png) -2px -3px no-repeat;
        cursor: pointer;
    }

    .privacy-setting input[type="checkbox"]+label span {
        margin: 0 4px 0 -15px;
    }

    .button-box.privacy-setting {
        padding: 5px 10px 20px 10px;
    }

    .modal.in .modal-dialog .button-box.privacy-setting .btn {
        margin-right: 0;
    }

    .button-box.privacy-setting .checkbox {
        margin: -6px 0 8px 0;
        font-size: 12px;
    }

    .privacy-setting small {
        padding: 10px 0 0 0;
        display: block;
    }

    .dk-gmail-fb-friends-list input[type="checkbox"]:checked+label span,
    .privacy-setting input[type="checkbox"]:checked+label span {
        background: url(../../images/checks.png) -2px -25px no-repeat;
    }

    .privacy-setting input[type="checkbox"]+label span {
        background: url(../../images/checks2.png) -2px -3px no-repeat;
    }

    .privacy-setting input[type="checkbox"]:checked+label span {
        background: url(../../images/checks2.png) -2px -25px no-repeat;
    }

    .dk-gmail-fb-friends-list input[type="checkbox"]+label div {
        display: inline-block;
        font-weight: 700;
        color: #224dac;
        margin: 0 0 0 2px
    }

    .dk-gmail-fb-friends-list input[type="checkbox"]+label>i,
    .dk-gmail-fb-friends-list .checkbox label>i {
        display: block;
        font-style: normal;
        font-size: 13px;
    }

    .dk-gmail-fb-friends-list .form-group .col-sm-6 .checkbox,
    .checkbox-all .checkbox {
        border-bottom: 1px solid #ccc;
        padding: 13px 15px 5px 15px;
        min-height: 65px;
        margin: 0;
    }

    .privacy-setting .checkbox {
        display: inline-block;
        padding: 0;
        border: 0;
        margin: 0 0 0 50px;
    }

    .dk-gmail-fb-friends-list .btn-green {
        background: green;
    }

    .dk-gmail-fb-friends-list .btn-green:hover {
        background: #414141;
    }

    .dk-gmail-fb-friends-list .skip-btn {
        background: transparent;
        color: #224dac;
        font-weight: 400;
        box-shadow: none;
    }

    .dk-gmail-fb-friends-list .skip-btn:hover {
        color: #414141;
    }

    .child-choose-post .modal-header {
        text-align: center;
        padding: 5px;
        background: #f4f4f4;
        width: 100%;
        float: left;
    }

    .child-choose-post .modal-header h4 {
        font-size: 16px;
        margin: 0;
        padding: 5px;
        display: inline-block;
        float: left;
    }

    .child-choose-post .modal-header .btn {
        background: none;
        color: #224dac;
        font-weight: 600;
        float: right;
        box-shadow: none;
        border: 0;
        margin: 3px 5px 0 0;
        padding: 2px 5px;
    }

    .child-choose-post .modal-header .btn:hover,
    .child-choose-post .modal-header .btn:focus {
        color: #414141;
        text-decoration: none;
    }

    .child-choose-post .modal-body {
        padding: 0 20px 20px 20px;
        background: #fff;
        clear: both;
        width: 100%;
        float: left;
        max-height: 300px;
        overflow: auto;
    }

    .child-choose-post .modal-body .divider {
        width: 100%;
        height: 1px;
        background: #ccc;
        margin: 20px 0 0 0;
        float: left;
    }

    .child-choose-post .modal-footer {
        width: 100%;
        float: left;
    }

    .child-choose-post .modal-body h5 {
        font-size: 15px;
        color: #224dac;
        margin: 20px 0 0 0;
        padding: 0;
        display: block;
        width: 100%;
        float: left;
        font-weight: 400;
    }

    .child-choose-post .modal-body .alert-danger {
        background: #fff;
        border: 0;
        font-weight: 600;
        text-align: center;
        width: 100%;
        margin: 0;
        padding: 10px 0;
    }

    .total-users-number {
        font-size: 15px;
        color: #404040;
        font-weight: 400;
    }

    .total-users-number span {
        color: #224dac;
        font-weight: 600;
        font-size: 16px;
    }

    .dk-gmail-fb-friends-list .total-users-number .col-sm-6.checkbox-all .checkbox {
        border: 0;
        margin: 0;
        padding: 0 0 0 15px;
        min-height: 15px;
    }

    .dk-gmail-fb-friends-list .total-users-number .col-sm-6.checkbox-all .checkbox label .ng-binding {
        display: inline-block;
        color: #224dac;
        font-weight: 700;
    }

    .sk-fading-circle {
        float: right;
        height: 15px;
        margin: 0;
        position: absolute;
        right: 30px;
        top: 15px;
        width: 15px;
    }

    .sk-fading-circle .sk-circle {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }

    .sk-fading-circle .sk-circle:before {
        content: '';
        display: block;
        margin: 0 auto;
        width: 15%;
        height: 15%;
        background-color: #333;
        border-radius: 100%;
        -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
        animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
    }

    .sk-fading-circle .sk-circle2 {
        -webkit-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
        transform: rotate(30deg);
    }

    .sk-fading-circle .sk-circle3 {
        -webkit-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
        transform: rotate(60deg);
    }

    .sk-fading-circle .sk-circle4 {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .sk-fading-circle .sk-circle5 {
        -webkit-transform: rotate(120deg);
        -ms-transform: rotate(120deg);
        transform: rotate(120deg);
    }

    .sk-fading-circle .sk-circle6 {
        -webkit-transform: rotate(150deg);
        -ms-transform: rotate(150deg);
        transform: rotate(150deg);
    }

    .sk-fading-circle .sk-circle7 {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .sk-fading-circle .sk-circle8 {
        -webkit-transform: rotate(210deg);
        -ms-transform: rotate(210deg);
        transform: rotate(210deg);
    }

    .sk-fading-circle .sk-circle9 {
        -webkit-transform: rotate(240deg);
        -ms-transform: rotate(240deg);
        transform: rotate(240deg);
    }

    .sk-fading-circle .sk-circle10 {
        -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        transform: rotate(270deg);
    }

    .sk-fading-circle .sk-circle11 {
        -webkit-transform: rotate(300deg);
        -ms-transform: rotate(300deg);
        transform: rotate(300deg);
    }

    .sk-fading-circle .sk-circle12 {
        -webkit-transform: rotate(330deg);
        -ms-transform: rotate(330deg);
        transform: rotate(330deg);
    }

    .sk-fading-circle .sk-circle2:before {
        -webkit-animation-delay: -1.1s;
        animation-delay: -1.1s;
    }

    .sk-fading-circle .sk-circle3:before {
        -webkit-animation-delay: -1s;
        animation-delay: -1s;
    }

    .sk-fading-circle .sk-circle4:before {
        -webkit-animation-delay: -0.9s;
        animation-delay: -0.9s;
    }

    .sk-fading-circle .sk-circle5:before {
        -webkit-animation-delay: -0.8s;
        animation-delay: -0.8s;
    }

    .sk-fading-circle .sk-circle6:before {
        -webkit-animation-delay: -0.7s;
        animation-delay: -0.7s;
    }

    .sk-fading-circle .sk-circle7:before {
        -webkit-animation-delay: -0.6s;
        animation-delay: -0.6s;
    }

    .sk-fading-circle .sk-circle8:before {
        -webkit-animation-delay: -0.5s;
        animation-delay: -0.5s;
    }

    .sk-fading-circle .sk-circle9:before {
        -webkit-animation-delay: -0.4s;
        animation-delay: -0.4s;
    }

    .sk-fading-circle .sk-circle10:before {
        -webkit-animation-delay: -0.3s;
        animation-delay: -0.3s;
    }

    .sk-fading-circle .sk-circle11:before {
        -webkit-animation-delay: -0.2s;
        animation-delay: -0.2s;
    }

    .sk-fading-circle .sk-circle12:before {
        -webkit-animation-delay: -0.1s;
        animation-delay: -0.1s;
    }

    @-webkit-keyframes sk-circleFadeDelay {

        0%,
        39%,
        100% {
            opacity: 0;
        }

        40% {
            opacity: 1;
        }
    }

    @keyframes sk-circleFadeDelay {

        0%,
        39%,
        100% {
            opacity: 0;
        }

        40% {
            opacity: 1;
        }
    }

    .modal.in .modal-dialog,
    .modal .modal-dialog {
        -webkit-font-smoothing: subpixel-antialiased !important;
        font-smoothing: subpixel-antialiased !important;
        -moz-font-smoothing: subpixel-antialiased !important;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        max-width: 1200px;
        left: 0;
        right: 0;
        -webkit-filter: blur(0px);
        -moz-filter: blur(0px);
        -o-filter: blur(0px);
        -ms-filter: blur(0px);
        filter: blur(0px);
    }

    .modal.in .modal-dialog .btn {
        font-size: 14px;
        padding: 5px 10px;
        margin: 0 10px 0 0;
        border: 0 !important;
        text-transform: uppercase;
    }

    .modal.in .modal-dialog .btn:hover,
    .modal.in .modal-dialog .btn:focus {
        border: 0 !important;
        outline: none;
    }

    .modal-body {
        position: relative;
        padding: 20px;
    }

    .modal-dialog.thanks-modal .modal-body {
        padding: 0;
    }

    .modal-dialog.thanks-modal .form-control {
        box-shadow: none;
        border: 0;
        min-height: 20px;
        padding: 0;
        border-bottom: 1px solid #ccc;
    }

    .modal-dialog.thanks-modal .close {
        color: #224dac;
        font-size: 33px;
        opacity: 1;
    }

    .modal-dialog.thanks-modal .close:hover {
        color: #d13939;
    }

    .modal-dialog.thanks-modal .form-group {
        margin-bottom: 0;
    }

    .modal-dialog.thanks-modal h2,
    .modal-dialog.like-popup h2 {
        color: #224dac;
        font-size: 14px;
        font-weight: 500;
        padding: 0;
        margin: 8px 0;
        text-align: left;
        text-transform: capitalize;
    }

    .modal-body:after {
        content: "";
        position: absolute;
        top: 99%;
        width: 0;
        height: 0;
        border-top: 10px solid #fff;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        left: 0;
        right: 0;
        margin: auto;
        display: none;
    }

    .modal-footer {
        text-align: center;
        background: #f4f4f4;
        padding: 14px 10px;
        border: 0;
    }

    .col-sm-4.modal-footer {
        text-align: left;
    }

    .bootbox-close-button,
    button.close {
        color: #224dac;
        opacity: 1;
        background: #fff;
        font-size: 36px;
    }

    .bootbox-close-button:hover,
    button.close:hover {
        color: #d13939;
        opacity: 1;
    }

    #search_term option {
        margin: 0;
        border-bottom: 1px solid #ccc;
        display: block;
    }

    .transaction-total ul {
        width: 100%;
        float: left;
        list-style: none;
        margin: 0 0 20px 0;
        padding: 0;
    }

    .transaction-total ul li {
        width: 33%;
        padding: 0 10px 0 0;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        color: #414141;
        display: inline-block;
        float: left;
        margin: 0 0 20px 0;
    }

    .transaction-total ul li span {
        font-weight: 600;
        color: #224dac;
        display: inline-block;
        padding: 0 0 0 5px;
    }

    .transaction-total table td {
        width: auto;
        padding: 10px 10px 10px 0;
        font-size: 14px;
        color: #414141;
        font-weight: 400;
        font-size: 15px;
    }

    .transaction-total table td:nth-child(2) {
        font-weight: 600;
        color: #224dac;
    }

    .transaction-view table {
        width: 100%;
        margin-top: 30px;
    }

    .transaction-view table tr {
        border-right: 1px solid #f1f1f1;
    }

    .transaction-view table th {
        color: #224dac;
        padding: 12px 10px;
        text-align: left;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 500;
        border: 1px solid #f1f1f1;
    }

    .transaction-view table tr td:last-child span {
        overflow: hidden;
        display: block;
    }

    .transaction-view table tr td .view-full-msg {
        font-size: 10px;
        font-weight: 700;
        display: inline-block;
    }

    .transaction-view table td {
        width: auto;
        padding: 10px 10px;
        font-size: 14px;
        color: #7c7c7c;
        border-bottom: 1px solid #f1f1f1;
        border-left: 1px solid #f1f1f1;
    }

    .transaction-view table td small {
        font-size: 11px;
    }

    .transaction-view table tr:nth-child(2n) {
        background: #F8F8F8;
    }

    .transaction-view table th.commnt {
        width: 40%;
    }

    .transaction-view table .btn {
        font-size: 12px;
    }

    .request-list-page {
        display: table;
        padding-top: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #ccc;
        width: 100%;
    }

    .request-list-page:last-child {
        border-bottom: 0;
    }

    .request-list-page .request-pic,
    .request-list-page .request-name,
    .request-list-page .request-decision {
        display: table-cell;
        vertical-align: middle;
    }

    .request-list-page .request-decision {
        text-align: right;
    }

    .request-list-page .request-pic {
        width: 120px;
    }

    .request-list-page .request-pic figure {
        background: #fbfbfb none repeat scroll 0 0;
        border-radius: 100%;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
        float: left;
        height: 80px;
        overflow: hidden;
        width: 80px;
    }

    .request-list-page .request-pic img {
        width: 100%;
    }

    .request-list-page h6 {
        font-size: 16px;
        font-weight: 600;
        display: block;
        text-transform: capitalize;
        margin: 0 0 3px 0;
        padding: 0;
    }

    .request-list-page .request-decision .accept {
        background: rgba(72, 127, 55, 0.8);
    }

    .request-list-page .request-decision .accept:hover {
        background: rgba(72, 127, 55, 1);
    }

    .request-list-page .request-decision .reject {
        background: rgba(232, 53, 53, 0.8);
    }

    .request-list-page .request-decision .reject:hover {
        background: rgba(232, 53, 53, 1);
    }


    /*-notifiaction page design--------*/

    .notification-list-page {
        display: table;
        padding-top: 20px;
        padding-bottom: 20px;
        width: 100%;
    }

    .person-detail-view.acitivity-log {
        border-bottom: 1px solid #f2f2f2;
    }

    .notification-list-page .post-imgstyle .mbrick {
        width: 33% !important;
        float: left;
        padding: 0 5px 0 0;
    }

    .notification-list-page:last-child {
        border-bottom: 0;
    }

    .notification-list-page .notification-pic,
    .notification-list-page .notification-name,
    .notification-list-page .notification-decision {
        display: table-cell;
        vertical-align: middle;
    }

    .notification-list-page .notification-decision {
        text-align: right;
    }

    .notification-list-page .notification-pic {
        width: 80px;
    }

    .notification-list-page .notification-pic figure {
        background: #fbfbfb none repeat scroll 0 0;
        border-radius: 100%;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
        float: left;
        height: 60px;
        overflow: hidden;
        width: 60px;
    }

    .notification-list-page .notification-pic img {
        width: 100%;
    }

    .notification-list-page .notification-name {
        font-size: 14px;
        font-weight: 400;
        text-transform: capitalize;
        margin: 0 0 3px 0;
        padding: 0;
        color: #7c7c7c;
    }

    .notification-list-page .notification-name span {
        display: block;
        margin: 5px 0;
        color: #c2c2c2;
        font-size: 12px;
        font-style: italic;
    }

    .notification-list-page .notification-name span .fa {
        margin-right: 5px;
    }


    /*-wallpoast---*/

    /* .profile-page .inner-div .profile-detail-section.wall-post {
    background: transparent;
    box-shadow: none;
} */

    .profile-detail-section.wall-post .person-detail-view {
        padding: 0;
    }

    .profile-detail-section.wall-post .person-detail-view p {
        margin: 5px 0 10px 0;
        padding: 0 4px;
    }

    .profile-detail-section.wall-post .person-detail-view p a {
        font-weight: 600;
    }

    .wall-post .person-detail-view .person-detail-right {
        background: #fff;
        margin-top: 10px;
        box-shadow: 0 0 5px #e7e7e7;
        padding: 20px 20px 10px;
    }

    .posted-person-name {
        font-size: 15px;
        color: #414141;
        padding: 0px 4px;
        margin: 0;
        width: 100%;
        float: left;
        position: relative;
    }

    .child-wallpost .posted-person-name {
        font-size: 13px;
    }

    .posted-detail-time {
        float: left;
        padding: 0;
        width: 100%;
        display: table;
        position: relative;
        padding-bottom: 10px;
    }

    .posted-detail-time .col-sm-9,
    .posted-detail-time .col-sm-3,
    .child-wallpost .posted-detail-time .col-sm-8,
    .child-wallpost .posted-detail-time .col-sm-4 {
        display: table-cell;
        float: none;
        vertical-align: middle;
    }

    .posted-detail-time span {
        display: inline-block;
        font-weight: 400;
        font-size: 15px;
        color: #7e7e7e;
    }

    .posted-detail-time span strong {
        color: #414141;
    }

    .acitivity-log .posted-detail-time span {
        font-size: 12px;
    }

    .acitivity-log .posted-detail-time span.time,
    .acitivity-log .posted-detail-time span.likes,
    .acitivity-log .posted-detail-time span.status {
        font-size: 11px;
    }

    .newsfeed .acitivity-log .person-detail-right .fa {
        margin: 0;
    }

    .posted-detail-time span.time,
    .posted-detail-time span.likes,
    .posted-detail-time span.message {
        display: block;
    }

    .notification-list-page .posted-detail-time .post-sub span.status,
    .notification-list-page .posted-detail-time .post-sub span.time,
    .notification-list-page .posted-detail-time .post-sub span.message,
    .notification-list-page .posted-detail-time .post-sub span.likes {
        display: inline-block;
        position: relative;
    }

    .newsfeed .notification-list-page .posted-person-name .post-sub span .fa {
        margin: 0px 2px 5px 0;
    }

    .newsfeed .wall-post .person-detail-view .person-detail-right.birthdaypost {
        background: #FFF;
        margin: 15px 0 0 0;
        float: left;
        width: 100%;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        overflow: hidden;
        padding: 0;
    }

    .newsfeed .birthdaypost .birthdaypost-bg {
        background: url(../../images/birthdaypost/birthdaypost-bg.png) top center no-repeat;
        width: 100%;
        background-size: 100%;
        position: relative;
        padding: 27px 27px 0 27px;
        float: left;
    }

    .newsfeed .birthdaypost .birthdaypost-bg1 {
        background: url(../../images/birthdaypost/birthdaypost-bg1.png) top center no-repeat;
        width: 100%;
        background-size: 100%;
        position: relative;
        padding: 27px 27px 0 27px;
        float: left;
    }

    .newsfeed .birthdaypost .birthdaypost-top {
        padding: 70px 15px 20px 98px;
        position: relative;
    }

    .newsfeed .birthdaypost .birthdaypost-bg1 .birthdaypost-top {
        padding: 85px 15px 20px 98px;
        position: relative;
    }

    .newsfeed .birthdaypost .birthdaylogo {
        position: absolute;
        top: 68px;
        left: 35px;
        background: url(../../images/birthdaypost/birthday-logo.png) top center no-repeat;
        width: 45px;
        height: 45px;
        display: inline-block;
    }

    .newsfeed .birthdaypost .birthdaypost-bg1 .birthdaylogo {
        top: 85px;
    }

    .newsfeed .birthdaypost .birthdaywisher {
        color: #000;
        font-weight: 400;
        font-size: 20px;
    }

    .newsfeed .birthdaypost .bday-banner {
        float: left;
        width: 100%;
        display: block;
        position: relative;
        margin-bottom: 80px;
    }

    .newsfeed .birthdaypost .bday-banner figure {
        /* background: url(../../images/birthdaypost/birthday-banner.png) top center no-repeat;
    background-size: 100%;*/
        min-height: 280px;
        width: 100%;
        position: relative;
    }

    .newsfeed .birthdaypost .bday-person {
        display: block;
        position: absolute;
        width: 217px;
        height: 217px;
        border-radius: 100%;
        -webkit-border-radius: 100%;
        -o-border-radius: 100%;
        border: 5px solid #fff;
        box-shadow: 0 0 9px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.2);
        -o-box-shadow: 0 0 9px rgba(0, 0, 0, 0.2);
        overflow: hidden;
        background: #ccc;
        margin: 0 auto;
        bottom: -50px;
        left: 0;
        right: 0;
    }

    .newsfeed .birthdaypost .bday-person img {
        width: 110%;
        height: auto;
        position: relative;
    }

    .newsfeed .birthdaypost h4 {
        font-size: 23px;
        color: #000;
        line-height: 23px;
        text-align: center;
        margin: 0;
        padding: 15px 0;
        clear: both;
    }

    .newsfeed .birthdaypost h5 {
        font-size: 18px;
        color: #414141;
        line-height: 22px;
        text-align: center;
        margin: 0;
        padding: 10px 0 0 0;
        font-weight: 400;
        clear: both;
    }

    .newsfeed .birthdaypost .birthday-footer-post {
        background: url(../../images/birthdaypost/birthdaybottom.png) bottom center no-repeat;
        background-size: 100%;
        min-height: 250px;
        width: 100%;
        position: relative;
        float: left;
        padding: 42px 27px 27px 27px;
        text-align: center;
    }

    .newsfeed .birthdaypost .birthday-footer-post h6 {
        font-size: 16px;
        color: #414141;
        line-height: 20px;
        text-align: center;
        margin: 0;
        padding: 0px;
        font-weight: 400;
        clear: both;
    }

    .newsfeed .birthdaypost .birthday-footer-post .btn {
        background: #224dac;
        color: #fff;
        padding: 10px 20px;
        margin: 20px 0 0 0;
        display: inline-block;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -o-border-radius: 5px;
    }

    .newsfeed .birthdaypost .birthday-footer-post .btn:hover {
        background: #414141;
    }


    /*.newsfeed .newsfeed-page-post-time{
position: relative;
margin: 0 9px 0 0;
padding: 0 15px 0 0;
}

.newsfeed .newsfeed-page-post-time:after,
.notification-list-page  .posted-detail-time .post-sub span.time:after,
.notification-list-page  .posted-detail-time .post-sub span.message:after,
.notification-list-page  .posted-detail-time .post-sub span.likes:after{
content: "";
position: absolute;
right: 0;
top:0;
bottom: 0;
margin: auto;
height: 5px;
width:5px;
border-radius: 100%;
background: #7e7e7e;
display: inline-block;
}


*/

    .posted-detail-time .post-sub .time-status span:nth-child(2),
    .posted-detail-time .post-sub .time-status span:nth-child(3) {
        position: relative;
        margin: 0 0 0 9px;
        padding: 0 0 0 15px;
    }

    .posted-detail-time .post-sub .time-status span:nth-child(2):after,
    .posted-detail-time .post-sub .time-status span:nth-child(3):after {
        content: "";
        position: absolute;
        left: 0;
        top: 0px;
        bottom: 0;
        margin: auto;
        height: 5px;
        width: 5px;
        border-radius: 100%;
        background: #7e7e7e;
        display: inline-block;
    }

    .posted-detail-time span a {
        font-weight: 400;
    }

    .posted-detail-time .extra-like-popup {
        position: relative;
        display: inline-block;
    }

    .posted-detail-time .more-like-member {
        display: none;
        position: absolute;
        top: 146%;
        left: 25px;
        padding: 10px;
        background: #414141;
        z-index: 55;
        min-width: 150px;
    }

    .posted-detail-time .extra-like-popup:hover .more-like-member {
        display: block;
    }

    .posted-detail-time .more-like-member a {
        color: #fff;
        font-size: 12px;
        width: 100%;
        float: left;
        display: block;
    }

    .posted-detail-time .more-like-member:before {
        position: absolute;
        bottom: 100%;
        left: 10px;
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #414141;
        content: ""
    }

    .posted-detail-time .more-like-member:after {
        position: absolute;
        bottom: 100%;
        left: 10px;
        width: 100%;
        height: 10px;
        content: "";
        opacity: 0;
        background: #fff;
    }

    .posted-detail-time .posted-times,
    .posted-detail-time .post-status,
    .posted-detail-time .fb-post-status {
        color: #7e7e7e;
        font-size: 13px;
        font-style: normal;
    }

    .space-left {
        padding-left: 60px;
    }

    .child-wallpost .posted-detail-time .posted-times {
        font-size: 11px;
        margin: 5px 0 0 0;
        padding-left: 58px;
    }

    .newsfeed .person-detail-right .posted-times .fa {
        display: inline-block;
        color: #7e7e7e;
        float: none;
        position: relative;
        top: 0px;
        width: 11px;
        font-size: 13px;
        bottom: 0;
        left: 0;
        font-weight: 500;
    }

    .newsfeed .person-detail-right .posted-detail-time figure {
        width: auto;
        display: inline-block;
        margin-bottom: 0;
        position: relative;
        width: 50px;
        height: 50px;
        border-radius: 100%;
        -webkit-border-radius: 100%;
        -o-border-radius: 100%;
        border: 0;
        box-shadow: 0 0 9px rgba(0, 0, 0, 0.5);
        -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.5);
        -o-box-shadow: 0 0 9px rgba(0, 0, 0, 0.5);
        overflow: hidden;
        background: #ccc;
        float: none;
        vertical-align: middle;
    }

    .newsfeed .acitivity-log .person-detail-right .posted-detail-time figure {
        width: 40px;
        height: 40px;
    }

    .newsfeed .person-detail-right .posted-detail-time .post-sub {
        display: inline-block;
        float: none;
        width: 87%;
        vertical-align: middle;
        padding: 0 10px;
        color: #7e7e7e;
    }

    .newsfeed .person-detail-right .posted-detail-time .post-sub strong {
        color: #000;
        font-weight: 400;
    }

    .newsfeed .notification-list-page .posted-detail-time .post-sub {
        width: 76%;
    }

    .newsfeed .person-detail-right .post-sub small {
        display: inline-block;
    }

    .newsfeed .person-detail-right .posted-detail-time .post-sub .fa {
        position: relative;
        top: 1px;
        right: 0px;
        margin: 0;
        left: 0;
        width: 15px;
        height: 13px;
        font-size: 13px;
    }

    .newsfeed .person-detail-right .posted-detail-time .name {
        display: inline-block;
        float: left;
        margin: 16px 0 0 20px;
        font-size: 18px;
        color: #414141;
    }

    .newsfeed .person-detail-right .posted-detail-time .name span {
        font-size: 15px;
        color: #7e7e7e;
        display: block;
    }

    .newsfeed .person-detail-right .posted-detail-time p {
        font-size: 15px;
        color: #7e7e7e;
    }

    .newsfeed .pendig-post-chkbox label {
        color: #7e7e7e;
        display: inline-block;
        font-size: 13px;
        font-weight: 400;
        margin: 0 0 10px 0;
        padding: 0;
        top: -2px;
        position: relative;
    }

    .newsfeed .acitivity-log .person-detail-right .posted-detail-time p {
        font-size: 13px;
        padding: 10px 0;
    }

    .newsfeed .person-detail-right .post-type figure {
        display: inline-block;
        float: left;
        border: 0;
        position: relative;
        text-align: center;
        width: auto;
        height: auto;
        overflow: hidden;
        margin: 0 4px;
    }

    .newsfeed .acitivity-log .person-detail-right .post-type figure img {
        width: 100%;
        height: auto;
    }

    .newsfeed .acitivity-log .person-detail-right {
        margin-top: 0;
        box-shadow: none;
    }

    .newsfeed .person-detail-right .post-type .bx-wrapper {
        margin-bottom: 30px;
        clear: both;
    }

    .newsfeed .person-detail-right .post-type .bx-viewport {
        text-align: center;
        padding: 0;
        margin: 0;
        box-shadow: none;
    }

    .newsfeed .person-detail-right .bx-wrapper .bx-next,
    .newsfeed .person-detail-right .bx-wrapper .bx-prev {
        z-index: 55;
    }

    .newsfeed .person-detail-right .post-type .bx-pager-item:first-of-type:last-of-type {
        display: none
    }

    .newsfeed .person-detail-right .bx-wrapper .bx-next {
        right: 20px;
    }

    .newsfeed .person-detail-right .post-type .bx-viewport ul li img {
        display: inline-block;
        margin: 0 auto;
    }

    .newsfeed .person-detail-right .post-type .bx-viewport ul li {
        position: relative;
    }

    .newsfeed .person-detail-right .post-type .bx-viewport ul li .more-post-img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(255, 255, 255, 0.8);
    }

    .newsfeed .person-detail-right .post-type .bx-viewport ul li .more-post-img span {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        width: 99px;
        height: 43px;
        text-align: center;
        color: #414141;
        font-weight: 600;
        left: 0;
        font-size: 22px;
        line-height: 44px;
        right: 0;
        margin: 0 auto;
    }

    .newsfeed .person-detail-right .post-type .bx-viewport ul li .videos .ply-btn {
        position: absolute;
        top: 0;
        bottom: 0;
        width: 70px;
        height: 70px;
        display: block;
        left: 0;
        right: 0;
        margin: auto;
    }

    .newsfeed .person-detail-right .post-type .bx-viewport ul li .videos .ply-btn .fa-play-circle-o {
        font-size: 70px;
        color: #fff;
    }

    .post-imgstyle .mbrick {
        width: 100% !important;
        border: 0px solid #fff;
    }

    .post-imgstyle .mbrick img {
        padding: 1px;
    }

    .post-imgstyle .mbrick .videos,
    .post-imgstyle .mbrick .videos img {
        position: relative;
        display: inline-block;
        width: 100%;
    }

    .post-imgstyle .mbrick .videos .ply-btn {
        position: absolute;
        top: 0;
        bottom: 0;
        width: 40px;
        height: 40px;
        display: block;
        left: 0;
        right: 0;
        margin: auto;
    }

    .post-imgstyle .mbrick .videos .ply-btn .fa-play-circle-o {
        font-size: 40px;
        color: #fff;
    }

    .post-imgstyle .mbrick img {
        max-width: 100% !important;
        width: auto;
    }

    .post-imgstyle .mbrick:last-child {
        position: relative;
    }

    .post-imgstyle .mbrick a .more-post-img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(255, 255, 255, 0.8);
    }

    .post-imgstyle .mbrick a .more-post-img span {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
        height: 15px;
        text-align: center;
        color: #414141;
        font-weight: 600;
        left: 0;
    }

    .newsfeed .person-detail-right .like-commnets,
    .newsfeed-popup .modal-footer .like-commnets {
        padding: 10px 4px 0 4px;
        width: 100%;
        float: left;
        background: #F1F1F1;
    }

    .newsfeed .person-detail-right .like-commnets span,
    .newsfeed-popup .modal-footer .like-commnets span {
        cursor: pointer;
    }

    .newsfeed .person-detail-right .like-commnets span:hover,
    .newsfeed-popup .modal-footer.like-commnets span:hover {
        color: #224dac;
    }

    .newsfeed .person-detail-right .like-commnets span,
    .newsfeed-popup .modal-footer .like-commnets span {
        display: inline-block;
        float: left;
        padding: 0 15px 0 0;
        margin: 0 12px 0 0;
        position: relative;
        font-size: 13px;
        color: #9b9b9b;
        font-weight: 600;
    }

    .newsfeed .person-detail-right .like-commnets span:last-child:after,
    .newsfeed-popup .modal-footer .like-commnets span:last-child:after {
        display: none;
    }

    .newsfeed .person-detail-right .like-commnets span:after,
    .newsfeed-popup .modal-footer .like-commnets span:after {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        border-radius: 100%;
        height: 5px;
        width: 5px;
        background: #9b9b9b;
    }

    .newsfeed .person-detail-right .makechoice,
    .newsfeed-popup .modal-footer .makechoice {
        padding: 10px 0px;
        width: 100%;
        float: left;
        /*border-top: 1px solid #cfd4d8;*/
        margin-top: 0px;
        font-size: 13px;
    }

    .newsfeed .person-detail-right .makechoice a,
    .newsfeed-popup .modal-footer .makechoice a {
        color: #9b9b9b;
        font-weight: 600;
    }

    .newsfeed .person-detail-right .makechoice .commenttextarea a,
    .newsfeed-popup .modal-footer .makechoice .commenttextarea a {
        color: #224dac;
        font-weight: 600;
    }

    .newsfeed .person-detail-right .makechoice .commenttextarea a:hover,
    .newsfeed-popup .modal-footer .makechoice .commenttextarea a:hover {
        color: #000;
    }

    .newsfeed .person-detail-right .makechoice a:hover,
    .newsfeed-popup .modal-footer .makechoice a:hover {
        color: #224dac;
    }

    .newsfeed .person-detail-right .makechoice a.active,
    .newsfeed .person-detail-right .makechoice a.active .fa,
    .newsfeed-popup .modal-footer .makechoice a.active,
    .newsfeed-popup .modal-footer .makechoice a.active .fa,
    .newsfeed .person-detail-right .makechoice a:hover,
    .newsfeed .person-detail-right .makechoice a:hover .fa,
    .newsfeed-popup .modal-footer.makechoice a:hover,
    .newsfeed-popup .modal-footer .makechoice a:hover .fa {
        color: #224dac;
    }

    .newsfeed .person-detail-right .makechoice a.clickactive .fa,
    .newsfeed-popup .modal-footer .makechoice a.clickactive .fa {
        -webkit-animation: zoomeffect 3s ease;
        /* Safari 4+ */
        -moz-animation: zoomeffect 3s infinite;
        /* Fx 5+ */
        -o-animation: zoomeffect 3s infinite;
        /* Opera 12+ */
        animation: zoomeffect 3s infinite;
        /* IE 10+, Fx 29+ */
        -webkit-animation-iteration-count: 1;
        /* Safari 4.0 - 8.0 */
        -moz-animation-iteration-count: 1;
        -o-animation-iteration-count: 1;
        animation-iteration-count: 1;
    }

    @keyframes zoomeffect {
        0% {
            transform: scale(1);
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
        }

        30% {
            transform: scale(1.6);
            -webkit-transform: scale(1.6);
            -moz-transform: scale(1.6);
        }

        100% {
            transform: scale(1);
            -webkit-transform: scale(1);
            -moz-transform: scale(1)
        }
    }

    @-webkit-keyframes zoomeffect {
        0% {
            transform: scale(1);
            -webkit-transform: scale(1);
            -moz-transform: scale(1)
        }

        30% {
            transform: scale(1.6);
            -webkit-transform: scale(1.6);
            -moz-transform: scale(1.6);
        }

        100% {
            transform: scale(1);
            -webkit-transform: scale(1);
            -moz-transform: scale(1)
        }
    }

    @-moz-keyframes zoomeffect {
        0% {
            transform: scale(1);
            -webkit-transform: scale(1);
            -moz-transform: scale(1)
        }

        30% {
            transform: scale(1.6);
            -webkit-transform: scale(1.6);
            -moz-transform: scale(1.6);
        }

        100% {
            transform: scale(1);
            -webkit-transform: scale(1);
            -moz-transform: scale(1)
        }
    }

    .newsfeed .person-detail-right .makechoice a span,
    .newsfeed-popup .modal-footer .makechoice a span {
        display: inline-block;
        float: none;
        position: relative;
        text-align: center;
    }

    .newsfeed .person-detail-right .makechoice,
    .newsfeed .person-detail-right .makechoice .text-right {
        text-align: center;
    }

    .newsfeed .person-detail-right .makechoice a .fa,
    .newsfeed-popup .modal-footer .makechoice a .fa {
        display: inline-block;
        float: none;
        color: #9b9b9b;
        margin: 0 2px 0 0;
        width: 23px;
        position: relative;
        top: 1px;
        left: 0;
    }

    .newsfeed-popup .modal-footer .makechoice a .fa-comments-o {
        font-size: 18px;
        top: -3px;
        display: inline-block;
        position: relative;
        float: left;
    }

    .person-detail-right .makechoice a .fa-like,
    .popup-like-commnet a .fa-like,
    .newsfeed-popup .modal-footer .makechoice a .fa-like,
    .newsfeed-popup .modal-footer .fa-like {
        background: url(../../images/icon-like.png) 0px 1px no-repeat;
        height: 15px;
        display: inline-block;
        background-size: 15px 15px;
        float: left;
        width: 16px !important;
    }

    .newsfeed .person-detail-right .makechoice a:hover .fa-like,
    .newsfeed .person-detail-right .makechoice a.active .fa-like,
    .popup-like-commnet a:hover .fa-like,
    .popup-like-commnet a.active .fa-like,
    .newsfeed-popup .modal-footer.makechoice a:hover .fa-like,
    .newsfeed-popup .modal-footer .makechoice a.active .fa-like,
    .newsfeed-popup .modal-footer .makechoice a:hover .fa-like,
    .newsfeed-popup .modal-footer .makechoice a.active .fa-like {
        /* background: url(../../images/icon-like-done.png) 0px 1px no-repeat; */
        background: url(../../images/icon-like-done-white.png) 0px 1px no-repeat;
        ;
        background-size: 15px 15px;
    }

    .newsfeed .person-detail-right .makechoice a .fa.fa-contribution {
        background: url(/images/icon-contribution1.png) 4px 0 no-repeat;
        height: 17px;
        display: inline-block;
        background-size: 18px 16px;
        top: 4px;
    }

    .newsfeed .person-detail-right .makechoice .contribution-post a .fa {
        top: 2px;
    }

    .newsfeed .person-detail-right .makechoice a:hover .fa-contribution {
        background: url(/images/icon-contribution-blue.png) 4px 0 no-repeat;
        background-size: 18px 16px;
    }

    .newsfeed .person-detail-right .makechoice .contribution-post .more-like-member {
        background: #414141 none repeat scroll 0 0;
        display: none;
        right: 0px;
        min-width: 150px;
        padding: 10px;
        position: absolute;
        top: 146%;
        z-index: 99;
        font-weight: 400;
        text-align: left;
    }

    .newsfeed .person-detail-right .makechoice .contribution-post .more-like-member::before {
        border-bottom: 10px solid #414141;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        bottom: 100%;
        content: "";
        height: 0;
        right: 10px;
        position: absolute;
        width: 0;
    }

    .newsfeed .person-detail-right .makechoice .contribution-post .more-like-member::after {
        bottom: 100%;
        left: 0;
        height: 10px;
        width: 100%;
        right: 0;
        background: rgba(0, 0, 0, 0);
        position: absolute;
        content: "";
    }

    .newsfeed .person-detail-right .makechoice .contribution-post:hover .more-like-member {
        display: block;
    }

    .newsfeed .person-detail-right .makechoice .contribution-post .more-like-member a {
        color: #fff;
    }

    .newsfeed .person-detail-right .makechoice .contribution-post .more-like-member a:hover {
        color: #d1d1d1;
    }

    .comment-txt-done .emoji {
        margin: 0 0 3px 0 !important;
    }

    .newsfeed .person-detail-right .post-type .pictures figure.videos iframe {
        border: 0;
        width: 100%;
        height: 411px;
    }

    .newsfeed .person-detail-right .post-type .pictures figure.videos iframe body {
        background: #fff;
    }

    .news-feed-child-blade .child-newsfeed .post-type .pictures figure.videos {
        width: auto;
        display: inline-block;
        position: relative;
    }

    .newsfeed .person-detail-right .post-type figure .ply-btn {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
        height: 70px;
        width: 70px;
        text-align: center;
    }

    .news-feed-child-blade .child-newsfeed .post-type .pictures figure.videos .ply-btn {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
        height: 30px;
        width: 30px;
        text-align: center;
    }

    .newsfeed .person-detail-right .post-type figure .ply-btn .fa {
        font-size: 70px;
        color: #fff;
        top: 0;
        left: 0;
    }

    .news-feed-child-blade .child-newsfeed .post-type figure .ply-btn .fa {
        font-size: 30px;
        color: #fff;
    }

    .child-choose-post .selectall-error {
        color: red;
    }

    .bx-clone {
        display: none;
    }

    .child-choose-post input[type="checkbox"] {
        display: block;
        margin: 7px 0 0 -16px;
        opacity: 0;
        cursor: pointer;
        width: 15px;
        height: 15px;
    }

    .child-choose-post input[type="checkbox"]+label {
        padding-left: 15px;
        cursor: pointer;
        color: #7c7c7c;
        font-size: 12px;
        margin-bottom: 6px;
    }

    .child-choose-post input[type="checkbox"]+label span {
        display: inline-block;
        width: 15px;
        height: 15px;
        margin: -2px 4px 0 -31px;
        vertical-align: middle;
        background: url(../../images/checks1.png) 0 0 no-repeat;
        cursor: pointer;
    }

    .child-choose-post input[type="checkbox"]:checked+label span {
        background: url(../../images/checks1.png) 0 -15px no-repeat;
    }

    .modal-header {
        padding: 5px 20px;
    }

    .child-choose-post,
    .select-post {
        background: #fff;
        width: 100%;
        float: left;
        padding: 5px 0 10px 0;
        margin-bottom: 15px;
    }

    .child-choose-post .modal-header .form-group .checkbox {
        border-bottom: 1px solid #ccc;
        padding: 10px 15px;
        min-height: 70px;
        margin: 0;
    }

    .child-choose-post .modal-body .checkbox {
        width: 100%;
        float: left;
    }

    .child-choose-post .search-website input {
        background: #f5f5f5;
        border-radius: 4px;
        padding: 5px 10px;
        width: 100%;
        box-shadow: none;
        border: 1px solid #ccc;
    }

    .post-content h5 {
        color: #222222;
        font-size: 15px;
        font-weight: 500;
    }

    .post-content .privacy-setting ul {
        display: block;
        list-style: none;
        margin: 0 0 30px 0;
        padding: 0 15px;
        background: #fff;
    }

    .post-content .privacy-setting ul li {
        width: 100%;
        padding: 15px 0px;
        border-bottom: 1px solid #ababab;
        position: relative;
    }

    .post-content .privacy-setting ul li:last-child {
        border: 0;
    }

    .post-content .privacy-setting ul li input[type="radio"] {
        position: absolute;
        ;
        width: 100%;
        height: 100%;
        opacity: 0;
        left: 0;
        top: 0;
        cursor: pointer;
        z-index: 99;
    }

    .post-content .privacy-setting ul li label {
        padding: 0 100px 0 0;
        position: relative;
        width: 100%;
    }

    .post-content .privacy-setting ul li .radiorow label:after {
        content: "";
        position: absolute;
        top: 10px;
        right: 0;
        width: 30px;
        height: 30px;
        border: 1px solid #E5E5E5;
    }

    .post-content .privacy-setting ul li input[type="radio"]:checked+label:before {
        content: "";
        position: absolute;
        right: 0;
        top: 10px;
        width: 30px;
        height: 30px;
        background: url("/images/checkicon.png") center center no-repeat;
        background-size: contain;
        display: block;
        text-align: center;
        line-height: 30px;
        background-size: 15px auto;
    }

    .post-content .privacy-setting ul li label h6 {
        color: #224dac;
        font-size: 15px;
        display: block;
        margin: 0;
        padding: 0 0 10px 0;
        font-weight: 400;
    }

    .post-content .privacy-setting ul li label p {
        font-weight: 400;
        color: #606060;
        font-size: 14px;
        padding: 0;
        margin: 0
    }

    .post-content .privacy-setting .checkboxrow ul li {
        position: relative;
        padding: 10px 80px 10px 0;
        font-weight: 400;
        color: #606060;
        font-size: 14px;
    }

    .post-content .material-switch {
        position: absolute;
        right: 0px;
        top: 10px;
    }

    .post-content .material-switch>input[type="checkbox"] {
        display: none;
    }

    .post-content .privacy-setting ul li .material-switch>label {
        cursor: pointer;
        height: 0px;
        position: relative;
        width: 60px;
        height: 20px;
        padding: 0;
        background: transparent;
    }

    .post-content .privacy-setting ul li .material-switch>label span {
        display: inline-block;
        border: 0;
        background: no-repeat;
        color: #000;
        z-index: 55;
        padding: 0;
        line-height: 20px;
        width: auto;
        height: auto;
        position: relative;
    }

    .post-content .privacy-setting ul li .material-switch>label span.on {
        display: none;
    }

    .post-content .privacy-setting ul li .material-switch>label span.off {
        display: inline-block;
        float: right;
        margin: 0 8px 0 0px;
    }

    .post-content .material-switch>label::before {
        background: rgb(0, 0, 0);
        box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
        border-radius: 12px;
        content: '';
        height: 20px;
        margin-top: 0px;
        position: absolute;
        opacity: 0.3;
        transition: all 0.4s ease-in-out;
        width: 60px;
        left: 0;
    }

    .post-content .material-switch>label::after {
        background: rgb(255, 255, 255);
        border-radius: 16px;
        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
        content: '';
        height: 10px;
        left: 8px;
        margin-top: 0px;
        position: absolute;
        top: 5px;
        transition: all 0.3s ease-in-out;
        width: 10px;
    }

    .post-content .material-switch>input[type="checkbox"]:checked+label::before {
        background: #5f7034;
        opacity: 1;
    }

    .post-content .material-switch>input[type="checkbox"]:checked+label::after {
        background: inherit;
        left: auto;
        right: 5px;
        background: #fff;
    }

    .post-content .material-switch>input[type="checkbox"]:checked+label span.on {
        display: block;
        float: left;
        margin: 0 0 0 8px;
        color: #fff;
    }

    .post-content .material-switch>input[type="checkbox"]:checked+label span.off {
        display: none;
    }


    /* for contribution/donation add Credit card image */

    .cc-input {
        position: relative;
        width: 240px;
    }

    .cc-input input {
        border: none;
        background: #fff;
        display: block;
        width: 100%;
        box-sizing: border-box
    }

    .cc-input img {
        position: absolute;
        top: 2px;
        right: 5px
    }

    .no-connected-family {
        text-align: center;
    }

    body .btn.remove-spouse {
        background: #d13939;
    }

    body .btn.resend-invite-spouse {
        background: green;
    }

    body .btn.remove-spouse:hover,
    body .btn.resend-invite-spouse:hover {
        background: #414141;
    }

    .sent-successfully {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        border-color: #bce8f1;
        color: green;
        float: left;
        padding: 20px 20px 14px;
        font-weight: 500;
        font-size: 16px;
        width: 100%;
        letter-spacing: 0.5px;
    }

    .sent-error {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        border-color: #bce8f1;
        color: red;
        float: left;
        padding: 20px 20px 14px;
        /* font-weight: 500; */
        font-size: 16px;
        width: 100%;
    }

    .help-block.error-message {
        text-align: left;
    }

    .post-popup-img .modal-dialog {
        width: 80%;
    }

    .post-popup-img .modal-content {
        width: 100%;
        float: left;
        display: block
    }

    .post-popup-img .modal-body {
        width: 100%;
        max-width: 60%;
        float: left;
        display: inline-block;
        padding: 20px;
    }

    .post-popup-img .modal-footer {
        width: 40%;
        float: left;
        display: inline-block;
        vertical-align: top;
        background: #fff;
        display: block;
        height: 100%;
        position: absolute;
        right: 0;
        border-left: 2px solid #ccc;
        bottom: 0;
        top: 0;
    }

    .post-popup-img .modal-footer .post-cmt {
        position: relative;
    }

    .post-popup-img .modal-footer .comment-person-txt textarea {
        width: 80%;
        box-shadow: none;
        -webkit-box-shadow: none;
        border: 1px solid #ccc;
        padding: 6px 10px;
        line-height: 16px;
        font-size: 12px;
        height: 32px;
    }

    .post-popup-img .modal-footer .post-cmt .btn-post-cmt {
        position: absolute;
        bottom: 2px;
        right: 0;
        text-transform: capitalize;
        padding: 5px 10px 5px;
        font-size: 12px;
        margin: 0;
    }

    div[data-braintree-id="jcb-card-icon"] {
        display: none !important;
    }

    div[data-braintree-id="diners-club-card-icon"] {
        display: none !important;
    }

    div[data-braintree-id="discover-card-icon"] {
        display: none !important;
    }

    @media screen and (-webkit-min-device-pixel-ratio: 0) {
        .post-popup-img .modal-footer .post-cmt .btn-post-cmt {
            bottom: 6px;
        }
    }

    .videopopup iframe,
    .bxslider iframe,
    .videopopup #video_frame,
    .videopopup .mejs-container.svg.mejs-video {
        width: 100% !important;
        height: 280px !important;
    }

    .videopopup .mejs-overlay {
        width: 100% !important;
        height: 100% !important;
    }

    .post-popup-img .modal-body .bx-wrapper {
        margin: 0;
        width: 100%;
    }

    .post-popup-img .modal-body .bx-wrapper .bx-viewport {
        border: 0;
        box-shadow: none;
        height: auto !important;
        left: 0;
    }

    .post-popup-img .modal-body .bx-wrapper .bxslider {
        display: table;
        justify-content: center;
        padding: 0;
        margin: 0;
    }

    .post-popup-img .modal-body .bx-wrapper .bxslider li {
        float: none !important;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }

    .post-popup-img .modal-body .bx-wrapper img {
        width: auto;
        height: auto;
        display: inline-block;
        margin: 0 auto;
        max-height: 550px;
    }

    .post-popup-img .modal-body .bx-wrapper .bx-pager {
        display: none;
    }

    .post-popup-img .post-content-close {
        right: 10px;
        top: 14px;
        color: #224dac;
        position: fixed;
        font-size: 30px;
        z-index: 99;
    }

    .post-popup-img .post-content-close a {
        color: #224dac;
    }

    .post-popup-img .post-content-close a:hover {
        color: #d13939;
    }


    /*-child wall post-*/


    /*-cover pic------*/

    .child-wallpost .cover-img {
        position: relative;
    }

    .child-wallpost .cover-img #cover_pic_fig,
    .child-wallpost .cover-img .no-img-div {
        max-height: 400px;
        overflow: hidden;
        width: 100%;
        text-align: center;
    }

    .slim .slim-area .slim-status {
        color: #fff;
        height: 400px;
        background: #4468A4;
    }

    .slim .slim-area .slim-status .slim-label {
        position: relative;
        top: -40px;
    }

    .slim .slim-area .slim-status .slim-label {
        display: block;
        color: #fff;
        font-size: 20px;
        font-weight: bold;
    }

    .slim .slim-area .slim-status .slim-label:before {
        content: "\f030";
        font-family: FontAwesome;
        color: #fff;
        font-size: 48px;
    }

    .child-wallpost .cover-img .slim .slim-btn-group {
        position: absolute;
        right: 0;
        top: 0;
        left: 0;
        z-index: 2;
        overflow: hidden;
        text-align: left;
    }

    .child-wallpost .cover-img .slim .slim-area .slim-loader {
        top: 36px;
    }

    .child-wallpost .cover-img .slim .slim-area .slim-upload-status {
        top: 36px;
        font-weight: 400;
        font-size: 18px;
    }

    .child-wallpost .cover-img .no-img-div {
        background: #4468a4;
    }

    .child-wallpost .cover-img .no-img-txt {
        color: #fff;
        font-size: 18px;
        text-shadow: 2px 1px 3px #000;
        position: absolute;
        top: 30%;
        transform: translateY(-30%);
        left: 0;
        right: 0;
        margin: 0 auto;
        text-align: center;
        font-weight: 600;
        letter-spacing: 0.2px;
        cursor: pointer;
        width: 300px;
    }

    .photos-page .child-wallpost .slim-file-hopper,
    .future-challenge-videos .child-wallpost .slim-file-hopper,
    .child-achievemnet .child-wallpost .slim-file-hopper,
    .photos-page .child-wallpost .slim .slim-area .slim-status .slim-label,
    .future-challenge-videos .child-wallpost .slim .slim-area .slim-status .slim-label,
    .child-achievemnet .child-wallpost .slim .slim-area .slim-status .slim-label {
        display: none;
    }

    .child-wallpost .cover-img .no-img-txt .fa {
        font-size: 55px;
        margin: 0 0 10px 0;
    }

    .child-wallpost .cover-img .no-img-txt .no-img-brows {
        height: 100%;
        left: 0;
        margin: 0 auto;
        opacity: 0;
        position: absolute;
        right: 0;
        top: 0;
        width: 300px;
        cursor: pointer;
    }

    .child-wallpost .cover-img #cover_pic_fig img {
        width: 100%;
    }

    .child-wallpost .cover-img .change-pic {
        position: absolute;
        right: 10px;
        top: 30px;
        cursor: pointer;
        width: 30px;
        height: 30px;
        background: #000;
        border-radius: 100%;
        text-align: center;
        transition: all 0.3s ease;
    }

    .child-wallpost .cover-img .img-delete {
        position: absolute;
        right: 45px;
        top: 30px;
        cursor: pointer;
        width: 30px;
        height: 30px;
        background: #000;
        border-radius: 100%;
        text-align: center;
        transition: all 0.3s ease;
    }

    .child-wallpost .cover-img .change-pic:hover,
    .child-wallpost .cover-img .img-delete:hover {
        background: #333;
    }

    .child-wallpost .cover-img .change-pic .fa,
    .child-wallpost .cover-img .img-delete .fa {
        color: #fff;
        line-height: 30px;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
        -webkit-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
        -o-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
        -moz-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
    }

    .child-wallpost .cover-img .change-pic.ng-scope>input {
        height: 30px;
        opacity: 0;
        position: relative;
        top: -30px;
        width: 30px;
        cursor: pointer;
    }

    .accordiondesign {
        margin: 30px 0 0;
    }

    .accordiondesign #accordion .panel-heading,
    .accordiondesign #accordion .panel {
        border: 0;
        padding: 0;
    }

    .accordiondesign #accordion .panel-heading a {
        padding: 10px 45px 10px 26px;
        display: block;
        width: 100%;
        position: relative;
    }

    .accordiondesign #accordion .panel-heading a h4 {
        font-size: 20px;
        margin: 0;
        font-weight: 700;
        line-height: 20px;
        display: inline-block;
        vertical-align: top;
        line-height: 34px;
        padding: 0;
        min-width: 110px;
    }

    .accordiondesign #accordion .panel-heading a h5 {
        font-size: 16px;
        font-weight: 400;
        position: relative;
        padding: 0;
        line-height: 18px;
        font-style: normal;
        margin: 8px 0 0 0;
        display: inline-block;
    }

    .accordiondesign #accordion .panel-heading a h5 span {
        font-size: 13px;
    }

    .accordiondesign #accordion .panel-heading a {
        background: #efefef;
    }

    .accordiondesign #accordion .panel-heading a:before {
        position: absolute;
        right: 19px;
        color: #1271ca;
        font-size: 18px;
        content: "\f067";
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        text-decoration: inherit;
        top: 0;
        bottom: 0;
        margin: auto 0;
        height: 19px;
        width: 15px;
    }

    .accordiondesign #accordion .panel-heading a h4 {
        color: #1271ca;
    }

    .accordiondesign #accordion .panel-heading a h5 {
        color: #2d2d2d;
    }

    .accordiondesign #accordion .panel-heading a h5 span {
        color: #3d3d3d;
    }

    .accordiondesign #accordion .panel-heading a.active {
        background: #1271ca;
    }

    .accordiondesign #accordion .panel-heading a.active:before {
        position: absolute;
        right: 19px;
        color: #fff;
        font-size: 18px;
        content: "\f068";
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        text-decoration: inherit;
        top: 0;
        bottom: 0;
        margin: auto 0;
        height: 19px;
        width: 15px;
    }

    .accordiondesign #accordion .panel-heading a.active h4,
    .accordiondesign #accordion .panel-heading a.active h5,
    .accordiondesign #accordion .panel-heading a.active h5 span {
        color: #fff;
    }

    .accordiondesign #accordion .panel-heading .panel-title a:hover {
        color: #303030;
    }

    .accordiondesign #accordion .panel-body {
        padding: 20px;
        background-color: rgb(247, 247, 247);
        box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.24);
        border: 0;
    }

    .accordiondesign #accordion .panel-body iframe {
        width: 80%;
        height: 350px;
        display: block;
        margin: 0 auto;
    }

    .accordiondesign #accordion .panel-body p {
        line-height: 21px;
        color: #303030;
    }

    .accordiondesign #accordion .panel-body .profile-box figure {
        margin: 0;
        padding: 0;
        position: relative;
    }

    .static-page .accordiondesign #accordion .panel-body .profile-box .profile-info,
    .accordiondesign #accordion .panel-body .profile-box .profile-info {
        bottom: 0px;
    }

    .static-page .plan-page .accordiondesign a.readmore {
        color: #224dac;
        display: inline-block;
        font-weight: 500;
        margin: 10px 0 0 0;
    }

    .accordiondesign #accordion .panel-body .profile-box span {
        color: #303030;
        font-size: 15px;
        line-height: 18px;
        font-weight: 400;
        display: block;
        text-align: center;
        margin: 15px 0 0;
    }

    .accordiondesign #accordion .panel-body .profile-box span a {
        color: #224dac;
    }


    /*--profilepic------*/

    .child-wallpost .profile-pic {
        z-index: 9;
        display: inline-block;
        float: none;
        margin: -100px 15px 40px 0;
        position: relative;
        width: auto;
        vertical-align: middle;
    }

    .child-wallpost .profile-pic .person-img {
        margin: 0
    }

    .child-wallpost .profile-pic .change-pic {
        background: rgba(255, 255, 255, 0.8);
    }

    .child-wallpost .profile-pic .change-pic .add-photo-text {
        color: #000;
        font-size: 11px;
        position: relative;
        top: -2px;
    }

    .child-wallpost .profile-pic .change-pic:hover .add-photo-text {
        color: #224dac;
    }

    .child-wallpost .profile-pic .img-delete {
        background: #d13939 none repeat scroll 0 0;
        border-radius: 100%;
        color: #fff;
        cursor: pointer;
        height: 40px;
        line-height: 40px;
        position: absolute;
        right: 15px;
        text-align: center;
        top: -15px;
        transition: all 0.3s ease 0s;
        width: 40px;
    }

    .child-wallpost .profile-pic .img-delete .fa {
        line-height: 40px;
    }

    .child-wallpost .profile-pic .img-delete:hover {
        background: #224dac;
    }

    .child-wallpost .error-message {
        color: #f00;
        font-size: 14px;
        padding: 10px;
        position: absolute;
        top: 100%;
        background: #fff;
        border: 1px solid #f00;
    }

    .child-wallpost .error-message:before {
        content: "";
        position: absolute;
        bottom: 100%;
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #f00;
        left: 0;
        right: 0;
        margin: auto;
    }


    /*--profilepic child about us and name------*/

    .child-wallpost .profile-child-name {
        text-align: left;
        display: inline-block;
        margin: 0;
        position: relative;
        top: 0;
        vertical-align: top;
    }

    .child-wallpost .profile-child-name h3 {
        color: #224dac;
        margin: 19px 0 0 0;
        padding: 0;
    }

    .child-wallpost .profile-child-name h4 {
        font-size: 16px;
        font-weight: 400;
        margin: 3px 0;
        color: #adadad;
    }

    .child-wallpost .about-child h5 {
        font-size: 15px;
        color: #000;
        text-align: left;
        display: block;
        padding: 10px 0;
        margin: 0;
    }

    .child-wallpost .about-child h5 em {
        z-index: 5;
        position: relative;
        font-style: normal;
    }

    .child-wallpost .child-text-display .fa {
        display: none;
        font-size: 15px;
    }

    .child-wallpost .child-text-display:hover .fa {
        display: inline-block;
    }

    .child-wallpost .about-child h5 .fa-info-circle {
        border-radius: 100%;
        width: 35px;
        height: 35px;
        color: #224dac;
        font-size: 36px;
        line-height: 30px;
        text-align: center;
        position: relative;
        top: 7px;
        margin: 0 6px 0 0;
    }

    .child-wallpost .about-child .fa-plus {
        color: #414141;
        font-size: 12px;
        position: relative;
        top: -1px;
        cursor: pointer;
    }

    .child-wallpost .about-child p {
        color: #262626;
        font-size: 13px;
        line-height: 20px;
        margin: 0;
        text-align: left;
        width: 100%;
        float: left;
        position: relative;
    }

    .child-wallpost .about-child p .fa {
        position: absolute;
        top: 0;
        right: 0;
    }

    .child-wallpost .about-child-text {
        position: relative;
        width: 100%;
        float: left;
    }

    .child-wallpost .about-child-text textarea {
        border: 1px solid #ccc;
        text-align: left;
        width: 100%;
        float: left;
        padding: 10px 25px 10px 10px;
        resize: none;
        height: 130px;
        margin-bottom: 10px;
    }

    .child-wallpost .about-child-text .error-message {
        position: relative;
        float: left;
        width: 100%;
        text-align: left;
        margin-bottom: 10px;
        background: transparent;
        border: 0;
    }

    .child-wallpost .about-child-text .error-message:before {
        display: none;
    }

    .child-wallpost .about-child-text .btn {
        bottom: 40px;
        box-shadow: none;
        color: #fff;
        font-size: 13px;
        font-weight: 500;
        margin: 0;
        padding: 2px 7px;
        position: absolute;
        right: 10px;
    }

    .child-wallpost .about-child-text .btn:focus,
    .child-wallpost .about-child-text .btn:hover {
        color: #fff;
    }

    .child-wallpost .about-child-text .btn .fa {
        font-size: 20px;
    }


    /*--donation------*/

    .child-wallpost .dontaion-button {
        position: absolute;
        right: 32px;
        top: 107%;
        width: 38%;
    }

    .child-wallpost .cover-img .form-group.dontaion-button {
        margin-left: -15px;
        margin-right: -15px;
    }

    .child-wallpost .dontaion-button span.col-sm-12 {
        padding: 0 15px 0 30px;
    }

    .child-wallpost .dontaion-button span {
        color: #00b6b7;
        font-weight: 400;
        margin: 0 0 20px 0;
    }

    .child-wallpost .dontaion-button span b {
        color: #224dac;
        font-weight: 600;
    }

    .child-wallpost .wall-post-button {
        position: absolute;
        right: 217px;
        top: 107%;
        width: auto
    }

    .child-wallpost .about-child {
        position: absolute;
        left: 23px;
        top: 100%;
        width: 35%;
        margin-top: 35px;
    }

    .child-wallpost .dontaion-button .dontaion-ammount span {
        display: inline-block;
        color: #414141;
        font-weight: 700;
        padding: 10px 10px 10px 0;
        float: right;
        margin: 0 0 0 10px;
        width: 100%;
    }

    .child-wallpost .dontaion-button .btn {
        background: #1ab700;
    }

    .child-wallpost .dontaion-button .dontaion-ammount {
        display: inline-block;
        float: right;
        margin: 0px 0 0 10px;
    }

    .child-wallpost .dontaion-button .dontaion-ammount .btn {
        background: #00b6b7;
        margin: 0 0 0 10px;
    }

    .child-wallpost .dontaion-button .dontaion-ammount .btn-post-website {
        background: #224dac;
    }

    .child-wallpost .profile-child-name .status-detail {
        display: inline-block;
        float: none;
        margin: 10px 0 0 0;
        text-align: center;
    }

    .child-wallpost .profile-child-name .status-detail .btn {
        font-size: 14px;
        padding: 5px 20px;
    }

    .child-wallpost .profile-child-name .status-detail .btn-add-family {
        background: #224dac;
        float: none;


    }

    .child-wallpost .profile-child-name .status-detail .btn-cross {
        background: #d13939;
    }

    .child-wallpost .profile-child-name .status-detail .btn-check {
        background: green;
    }

    .child-wallpost .profile-child-name .status-detail .btn-check:hover,
    .child-wallpost .profile-child-name .status-detail .btn-cross:hover {
        background: #224dac;
    }

    .child-wallpost .profile-child-name .status-detail span {
        color: #414141;
        font-size: 13px;
        padding: 4px 5px;
        display: inline-block;
        font-weight: 400;
        border: 1px solid #ccc;
        border-radius: 6px;
        -webkit-border-radius: 6px;
        -o-border-radius: 6px;
        -moz-border-radius: 6px;
        float: none;
    }

    .child-wallpost .profile-child-name .status-detail .btn {
        font-size: 13px;
    }

    .child-wallpost .profile-child-name .status-detail .status-text {
        display: inline-block;
    }

    .child-wallpost .profile-child-name .status-detail span:first-child {
        border: 0;
        padding: 7px 0;
    }

    .child-wallpost .profile-child-name .status-detail span.firststatus {
        border: 1px solid #ccc;
        padding: 7px;
    }

    .child-wallpost .profile-child-name .status-detail span.alredysent-status {
        position: relative;
        top: 2px;
    }

    .child-wallpost .profile-child-name .status-detail .connected-status {
        padding: 7px 10px;
        border: 1px solid #ccc;
        border-radius: 8px;
        position: relative;
        top: 2px;
    }

    .child-wallpost .profile-child-name .status-detail span.family-result {
        padding: 0;
        border: 0;
    }

    .child-wallpost .profile-child-name .status-detail span p {
        margin-bottom: 8px;
        display: inline-block;
    }

    .child-wallpost .dontaion-button .status-detail .family-result button {
        padding: 7px 10px;
    }

    .child-wallpost .dontaion-button .status-detail .family-result button .fa {
        font-size: 10px;
    }

    .child-wallpost .dontaion-button .status-detail .family-result button.btn-cross {
        background: #d13939;
    }

    .child-wallpost .dontaion-button .status-detail .family-result button .btn-cross:hover {
        background: #414141;
    }

    .child-wallpost .btn .fa-contribute-received {
        background: url("/images/contribution-done-white.png") 0 0 no-repeat;
        display: inline-block;
        height: 18px;
        width: 32px;
        background-size: contain;
    }

    .child-wallpost .dontaion-button .btn:hover,
    .child-wallpost .dontaion-button .btn:focus {
        background: #414141;
    }

    .child-wallpost .donation-number {
        display: table;
        width: 100%;
        vertical-align: top;
    }

    .child-wallpost .donation-number span {
        display: table-cell;
        vertical-align: top;
        text-align: left;
        color: #414141;
        font-weight: 600;
        text-shadow: none;
        font-size: 26px;
        border-left: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        border-right: 1px solid #ccc;
        padding-top: 10px;
        border-radius: 0px 0px 4px 4px;
    }

    .child-wallpost .fa-donation-icon {
        background: url("/images/donation1.png") 0 0 no-repeat;
        display: inline-block;
        height: 48px;
        width: 53px;
        background-size: contain;
        float: left;
        top: -1px;
        position: relative;
    }


    /*--child post images slider------*/

    .child-wallpost .child-post-section .col-md-12 {
        margin: 30px 0 0 0;
    }

    .child-wallpost .child-post-section h3 {
        display: block;
        font-size: 15px;
        color: #414141;
        clear: left;
        text-transform: capitalize;
        margin: 8px 0 0 0;
        padding: 0 10px 0 0;
        position: relative;
        bottom: 10px;
        text-align: left;
    }

    .child-wallpost .child-post-section h3 .fa {
        width: 35px;
        height: 35px;
        border-radius: 100%;
        color: #fff;
        font-size: 20px;
        line-height: 35px;
        text-align: center;
        background: #224dac;
        z-index: 1;
        position: relative;
        margin: 0 6px 0 0;
    }

    .child-wallpost .child-post-section h4 {
        display: inline-block;
        font-size: 15px;
        float: right;
        color: #224dac;
        clear: right;
        font-weight: 400;
        padding: 5px 10px;
        border: 1px solid #224dac;
        border-radius: 4px;
        margin: 12px 0 15px 0;
        position: relative;
    }

    .child-wallpost .child-post-section .bx-wrapper {
        max-width: 100% !important;
        float: left;
        width: 100%;
    }

    .child-wallpost .child-post-section .child-achievemnet-post .bx-wrapper .bx-viewport,
    .child-wallpost .child-post-section .child-image-post .bx-wrapper .bx-viewport,
    .child-wallpost .child-post-section .child-video-post .bx-wrapper .bx-viewport {
        height: 200px !important;
        left: 0;
        background: #fff;
        border: 5px solid #fff;
        box-shadow: 0 0 1px #ccc
    }

    .child-wallpost .child-post-section .child-image-post .bx-wrapper .ng-scope,
    .child-wallpost .child-post-section .child-achievemnet-post .bx-wrapper .ng-scope {
        width: auto !important;
        margin-right: 5px !important;
        position: relative;
    }

    .child-wallpost .child-post-section .bx-wrapper img {
        width: auto !important;
        height: 189px !important;
        position: relative;
        border: 2px solid #f5f5f5;
    }

    .newsfeed .acitivity-log .notification-list-page .posted-person-name {
        font-size: 13px;
        border-top: 1px solid #e9e9e9;
    }

    .newsfeed .acitivity-log.unread-notification .posted-person-name {
        background: #f2f2f2;
    }

    .child-wallpost .child-post-section .child-image-post .bx-wrapper .ng-scope.fa,
    .child-wallpost .child-post-section .child-achievemnet-post .bx-wrapper .ng-scope.fa,
    .child-wallpost .child-post-section .child-video-post .bx-wrapper .ng-scope.fa,
    .acitivity-log .post-type .fa {
        position: absolute;
        top: 10px;
        right: 10px;
        background: #fff;
        width: 20px !important;
        height: 20px;
        left: auto;
        bottom: auto;
        border-radius: 100%;
        line-height: 20px;
        text-align: center;
    }

    .newsfeed .acitivity-log .person-detail-right .post-type .pictures figure.videos .ply-btn {
        width: 30px;
        height: 30px;
    }

    .newsfeed .acitivity-log .person-detail-right .post-type .fa-play-circle-o {
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        font-size: 29px !important;
        background: transparent;
    }

    .newsfeed .acitivity-log .post-type figure {
        height: auto;
        margin: 2px;
    }

    .newsfeed .acitivity-log .notification-list-page .post-type figure {
        width: 100px;
        height: 60px;
    }

    .child-wallpost .child-post-section .child-image-post .bx-wrapper .ng-scope.fa:hover,
    .child-wallpost .child-post-section .child-achievemnet-post .bx-wrapper .ng-scope.fa:hover,
    .child-wallpost .child-post-section .child-video-post .bx-wrapper .ng-scope.fa:hover {
        color: #d13939;
    }

    .child-wallpost .bx-wrapper .bx-controls-direction a {
        z-index: 9;
    }

    .child-imgpost-detail .col-sm-3 {
        box-sizing: border-box;
        padding: 5px;
        height: 210px;
    }

    .child-imgpost-detail .col-sm-3 img {
        max-width: 100%;
        width: 100%;
    }

    .child-imgpost-detail iframe {
        width: 100%;
    }

    .child-wallpost .child-post-section .child-video-post .ng-scope {
        width: auto !important;
    }

    .view-all-childvideo .ng-scope a {
        position: relative;
        display: block;
    }

    .post-popup-img2 .post-content-close {
        right: 10px;
        top: 10px;
        color: #224dac;
        position: absolute;
        font-size: 30px;
        z-index: 99;
    }

    .post-popup-img2.post-content-close a {
        color: #224dac;
    }

    .post-popup-img2 .post-content-close a:hover {
        color: #d13939;
    }

    .videopopup .mejs-offscreen {
        text-align: center;
    }

    .child-wallpost .child-post-section .child-video-post .ng-scope:after,
    .view-all-childvideo .ng-scope a:after {
        width: 40px;
        height: 40px;
        position: absolute;
        content: "\f144";
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        color: #fff;
        font-size: 30px;
        line-height: 40px;
        text-align: center;
        cursor: pointer;
    }

    .post-popup-img .modal-footer .comment-row-fixed {
        position: absolute;
        width: 100%;
        bottom: 0;
        z-index: 55;
        background: #fff;
        left: 0;
        padding: 10px;
    }

    .post-popup-img .modal-footer .comment-section {
        width: 100%;
        float: left;
        background: #f5f5f5;
        padding: 10px;
        font-size: 13px;
        text-align: left;
        position: absolute;
        top: 140px;
        bottom: 70px;
        overflow-y: auto;
        left: 0;
        right: 0;
    }


    /*-child wall post newsfeed--*/

    #newsfeed-childwall .newsfeed {
        width: 100%;
        float: left;
        background: #fff;
    }

    #newsfeed-childwall .newsfeed .post-content-close button {
        display: inline-block;
        float: right;
        margin: 8px 10px 10px 0;
        color: #224dac;
        opacity: 1;
    }

    #newsfeed-childwall .modal-dialog {
        width: 50%;
    }

    #newsfeed-childwall .modal-dialog .post-content .tab-content {
        max-height: 350px;
        overflow-y: auto;
    }

    #newsfeed-childwall .modal-dialog .post-content ul li a {
        line-height: 11px;
    }

    #newsfeed-childwall .modal-dialog .button-box select {
        padding: 4px 10px;
    }

    .no-more-post {
        /* background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 5px #e7e7e7;
    -webkit-box-shadow: 0 0 5px #e7e7e7;
    -moz-box-shadow: 0 0 5px #e7e7e7;
    -o-box-shadow: 0 0 5px #e7e7e7;
    color: #224dac; */
        float: left;
        font-weight: 500;
        margin: 20px 0;
        padding: 20px;
        text-align: center;
        text-transform: capitalize;
        width: 100%;
        color: #e1e1e1;
        font-size: 18px;
        font-family: 'Roboto';
        letter-spacing: 0.4px;
    }

    .usertimelin-btn {
        text-align: left;
        font-size: 12px;
    }

    .usertimelin-btn .btn {
        background: transparent;
        box-shadow: none;
        padding: 0;
        color: #224dac;
        margin: 0 0 5px 0;
    }

    .usertimelin-btn .btn:hover {
        color: #414141;
    }

    .news-feed-child-blade .newsfeed-popup {
        background: #efefef;
        padding: 15px;
        float: left;
        width: 100%;
    }

    .news-feed-child-blade .newsfeed-popup .tab-content {
        width: 100%;
        float: left;
        background: #fff;
        margin: 0 0 15px 0;
        border: 0px solid #ccc;
    }

    .news-feed-child-blade .newsfeed-popup .tab-content.nospace {
        padding: 0;
    }

    .news-feed-child-blade .newsfeed-popup textarea {
        border-left: 1px solid rgba(0, 0, 0, 0);
        border-right: 1px solid rgba(0, 0, 0, 0);
        border-top: 1px solid rgba(0, 0, 0, 0);
        border-bottom: 0px solid #ddd;
        box-shadow: none;
        border-radius: 0;
        height: 50px;
        padding: 7px 0;
        resize: vertical;
    }

    .news-feed-child-blade .newsfeed-popup textarea.required-field-error {
        border: 1px solid red;
        padding-left: 20px;
    }

    .news-feed-child-blade .child-newsfeed {
        margin: 0;
        padding: 15px;
        box-shadow: 0 0 1px #ccc;
        min-height: 350px;
        float: left;
        width: 100%;
    }

    .news-feed-child-blade .child-post-section {
        margin: -25px 0 0 0;
        padding: 15px;
        min-height: 15px;
        width: 100%;
        float: left;
    }

    .child-wallpost .news-feed-child-blade .child-post-section {
        padding: 0;
    }

    .news-feed-child-ttl h5 {
        bottom: 10px;
        clear: left;
        color: #414141;
        display: block;
        font-size: 15px;
        margin: 0;
        padding: 0 10px 0 0;
        position: relative;
        text-align: center;
        text-transform: capitalize;
    }

    .news-feed-child-ttl h5 .fa {
        background: #224dac none repeat scroll 0 0;
        border-radius: 100%;
        color: #fff;
        font-size: 20px;
        height: 35px;
        line-height: 35px;
        position: relative;
        text-align: center;
        width: 35px;
        z-index: 1;
    }

    .news-feed-child-ttl .btn {
        background: #fff;
        color: #224dac;
        box-shadow: none;
        padding: 0;
        margin: 0;
    }

    .news-feed-child-ttl .btn:hover {
        color: #414141;
    }

    .news-feed-child-blade .posted-detail-time figure {
        background: #ccc none repeat scroll 0 0;
        border: 0 none;
        border-radius: 100%;
        display: table-cell;
        float: none;
        height: 35px;
        margin-bottom: 0;
        overflow: hidden;
        position: relative;
        vertical-align: middle;
        width: 35px;
    }

    .news-feed-child-blade .posted-detail-time figure img {
        width: 100%;
    }

    .news-feed-child-blade .posted-person-name {
        margin-bottom: 5px;
    }

    .news-feed-child-blade p {
        margin: 0 0 5px 0;
        width: 100%;
        float: left;
        font-size: 12px;
    }

    .news-feed-child-blade .posted-detail-time {
        display: table;
    }

    .news-feed-child-blade .posted-detail-time .post-sub {
        display: table-cell;
        float: none;
        padding: 0 10px;
        vertical-align: middle;
        width: auto;
    }

    .news-feed-child-blade .post-type .post-picture {
        display: inline-block;
        float: left;
        padding: 0 5px;
        width: 25%;
        position: relative;
    }

    .news-feed-child-blade .post-type .post-picture img {
        max-width: 100%;
        width: 100%;
    }

    .news-feed-child-blade .post-type .post-picture a .more-post-img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(255, 255, 255, 0.8);
    }

    .news-feed-child-blade .post-type .post-picture a .more-post-img span {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
        height: 15px;
        text-align: center;
        color: #414141;
        font-weight: 600;
        left: 0;
    }

    .news-feed-child-blade .like-commnets {
        float: left;
        padding: 5PX 15px;
        width: 100%;
        margin: 0;
        border-bottom: 1px solid #cfd4d8;
    }

    .news-feed-child-blade .like-commnets span {
        color: #9b9b9b;
        display: inline-block;
        float: left;
        font-size: 11px;
        margin: 0 15px 0 0;
        padding: 0 15px 0 0;
        position: relative;
    }

    .news-feed-child-blade .like-commnets span:nth-child(2):after {
        display: none;
    }

    .news-feed-child-blade .like-commnets span::after {
        background: #414141 none repeat scroll 0 0;
        border-radius: 100%;
        bottom: 0;
        content: "";
        height: 5px;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
        width: 5px;
    }

    .news-feed-child-blade .makechoice {
        padding: 10px 0 0 0;
        width: 100%;
        float: left;
    }

    .news-feed-child-blade .makechoice .col-sm-4 {
        width: auto;
        display: inline-block;
        margin-right: 20px;
        padding: 5px 15px;
        font-size: 13px;
    }

    .news-feed-child-blade .makechoice a {
        color: #9b9b9b;
    }

    .news-feed-child-blade .makechoice a:hover,
    .news-feed-child-blade .makechoice a.active {
        color: #224dac;
    }

    .news-feed-child-blade .makechoice a .fa-like {
        background: url(../../images/icon-like.png) 0 0 no-repeat;
        height: 15px;
        width: 15px;
        display: inline-block;
        background-size: 15px 12px;
        float: left;
        margin: 0 5px 0 0;
    }

    .news-feed-child-blade .makechoice a:hover .fa-like,
    .news-feed-child-blade .makechoice a.active .fa-like {
        background: url(../../images/icon-like-done.png) 0 0 no-repeat;
        background-size: 15px 12px
    }

    .news-feed-child-blade .comment-box {
        background: #f8f8f8;
        margin: 0;
        max-height: 109px;
        overflow: auto;
    }

    .dropzone .dz-message {
        position: relative;
    }

    .news-feed-child-blade .post-content .dropzone span.error-message {
        left: 0;
        right: 0;
    }

    .news-feed-child-blade .post-content .dropzone span.error-message:nth-child(2n+1) {
        top: 35px
    }

    .news-feed-child-blade .post-content .dropzone .dz-message {
        margin: 1em 0;
    }

    .news-feed-child-blade .commnet-person-img figure img {
        width: 100%;
    }

    .child-popup .modal-content {
        background: transparent;
        border: 5px solid #fff;
    }

    .like-popup .modal-content,
    .like-popup .modal-body {
        background: #fff;
        float: left;
        display: block;
        width: 100%;
    }

    .modal-content {
        border-radius: 8px;
        overflow: hidden;
    }

    .post-popup-img .modal-content {
        min-height: 350px;
    }

    .like-popup .modal-body {
        max-height: 240px;
        overflow-y: auto;
    }

    .like-popup .modal-body .ng-scope {
        width: 100%;
        padding: 0 0 10px 0;
        margin: 0 0 10px 0;
        float: left;
        border-bottom: 1px solid #f1f1f1;
    }

    .like-popup .modal-content em {
        display: inline-block;
        font-style: normal;
        width: auto;
        margin: 0 5px 0 0;
    }

    .like-popup .modal-content figure {
        display: inline-block;
        float: left;
        margin-right: 10px;
        border-radius: 100%;
        -webkit-border-radius: 100%;
        height: 30px;
        width: 30px;
        overflow: hidden;
        box-shadow: 0 0 9px rgba(0, 0, 0, 0.5);
        -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.5);
    }

    .like-popup .modal-content figure img {
        width: 100%;
    }

    .like-popup .modal-content h6 {
        display: inline-block;
        float: left;
        line-height: 30px;
        font-size: 13px;
        margin: 0;
        padding: 0;
    }

    .child-popup .bx-wrapper .bx-viewport {
        left: 0;
        border: 0;
        padding: 0;
        box-shadow: none;
    }

    .child-popup .bx-wrapper {
        margin: 0;
    }

    .child-popup .bx-wrapper ul li {
        margin: 0 0 0 -40px;
        width: 100%;
        text-align: center;
    }

    .child-popup .modal-body {
        padding: 0;
    }

    .child-popup .bx-default-pager {
        display: none;
    }

    .child-popup .post-content-close {
        right: -10px;
        top: -10px;
        color: #224dac;
        position: absolute;
        font-size: 25px;
        z-index: 99;
        border-radius: 100%;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 40px;
    }

    .child-popup .post-content-close .fa {
        line-height: 40px;
    }

    .like-popup .post-content-close {
        right: 8px;
        top: 8px;
        color: #224dac;
        position: fixed;
        font-size: 25px;
        z-index: 99;
        border-radius: 100%;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 40px;
    }

    .child-popup .post-content-close a {
        color: #224dac;
    }

    .like-popup .post-content-close a {
        color: #224dac;
    }

    .like-popup .post-content-close a:hover,
    .child-popup .post-content-close a:hover {
        color: #d13939;
    }

    .child-popup .bx-wrapper .bx-controls-direction a.bx-prev {
        left: 15px;
    }

    .child-popup .bx-wrapper .bx-controls-direction a.bx-next {
        right: 15px;
    }

    .child-popup .bx-wrapper .bx-prev {
        background: url("../../images/controls1.png") 0 -31px no-repeat;
    }

    .child-popup .bx-wrapper .bx-next {
        background: url("../../images/controls1.png") -43px -31px no-repeat;
    }

    .child-popup .bx-wrapper img {
        display: inline-block;
    }

    .child-popup .bx-wrapper .bx-loading {
        position: relative;
    }


    /*----timeline page------------*/

    .timeline-view .profile-detail-section.wall-post .person-detail-view p.news-summary {
        margin-bottom: 10px;
        clear: both;
        padding: 0px 12px;
    }

    .timeline-view .person-detail-right .form-group {
        padding: 20px;
        background: #fff !important;
    }

    .timeline-view .person-detail-right figure {
        margin-bottom: 5px !important;
    }

    .timeline-view .childtimeline-name {
        margin-top: 7px;
    }

    .timeline-view .childtimeline-name span {
        color: #414141;
        font-size: 16px;
        display: inline-block;
    }

    .timeline-view .childtimeline-name .btn {
        font-size: 13px;
        padding: 5px 16px;
    }

    .yearchange-timeline {
        color: #224dac;
        font-weight: 500%;
        text-align: center;
        font-size: 18px;
        width: 100%;
        float: left;
        margin: 0 0 5px 0;
        position: relative;
    }

    .yearchange-timeline:after {
        position: absolute;
        content: "";
        width: 100%;
        height: 1px;
        top: 0;
        bottom: 0;
        background-color: #224dac;
        left: 0;
        right: 0;
        margin: auto 0;
    }

    .yearchange-timeline span {
        display: inline-block;
        padding: 5px 10px;
        background: #F5F5F5;
        position: relative;
        z-index: 6;
    }

    .newsfeed .person-detail-right .timeline-post figure {
        margin: 2px;
        overflow: hidden;
        height: auto;
    }

    .newsfeed .person-detail-right .timeline-post figure img {
        width: 100%;
    }

    .timeline-view .wall-post .person-detail-view .person-detail-right {
        margin: 30px 0 0 0;
        width: 100%;
    }

    .timeline-view .wall-post .person-detail-view .person-detail-right .form-group {
        padding: 0 10px;
    }

    .timeline-view .col-md-6:nth-child(odd) {
        float: left;
        clear: left;
    }

    .timeline-view .col-md-6:nth-child(even) {
        float: right;
        clear: right;
    }


    /*-----------acitivity log-------------*/

    .acitivity-log .posted-person-name {
        border: 0;
        margin: 0;
    }

    .profile-detail-section.wall-post .acitivity-log.person-detail-view .person-detail-right {
        padding: 0;
    }

    .newsfeed .acitivity-log .person-detail-right .form-group {
        padding: 0;
        border: 0;
    }

    .newsfeed .acitivity-log .posted-detail-time {
        padding: 10px 0;
    }

    .newsfeed .acitivity-log .person-detail-right .btngroups {
        background: transparent;
        border-bottom: 1px solid #e6e6e6;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .newsfeed .acitivity-log .person-detail-right.notification-list-page .status-approved {
        color: #7e7e7e;
        font-size: 13px;
        font-weight: 600;
        padding: 7px 10px;
    }

    .newsfeed .acitivity-log .notification-list-page .btngroups,
    .newsfeed .acitivity-log .notification-list-page .status-approved {
        border: 0;
        position: absolute;
        top: -7px;
        right: 10px;
        font-size: 13px;
        color: #7e7e7e;
    }

    .newsfeed .acitivity-log .person-detail-right .btngroups .fa {
        color: #7e7e7e;
        position: relative;
        margin: 0;
        width: 19px;
        font-size: 13px;
        background: transparent;
    }

    .newsfeed .acitivity-log .person-detail-right .btngroups .btn {
        background: none;
        box-shadow: none;
        padding: 0 5px;
        position: relative;
        font-size: 13px;
    }

    .newsfeed .acitivity-log .person-detail-right .btngroups .btn:hover {
        color: #414141;
    }

    .newsfeed .person-detail-right .status-post {
        display: block;
        color: #7e7e7e;
        font-weight: 400;
    }

    .newsfeed .acitivity-log .person-detail-right .rjt-btn {
        color: red;
    }

    .newsfeed .acitivity-log .person-detail-right .act-btn {
        color: green;
    }

    .acitivity-log .post-type {
        padding: 10px 0;
        float: left;
        width: 100%;
        /*border-bottom: 1px solid #d1d1d1;*/
    }

    .acitivity-log p {
        margin: 10px 0 0 0;
    }

    .acitivity-log .person-detail-right .post-type .pictures figure.post-picture .fa {
        font-size: 13px;
    }

    .acitivity-log .familyconncted {
        font-size: 13px;
        color: #fff;
        display: inline-block;
        padding: 3px 6px;
        background: #224dac;
        border-radius: 3px;
        margin: 8px 0 0 0;
    }

    .profile-detail-section.wall-post .person-detail-view p.news-summary {
        display: block;
        /* overflow: hidden;
text-overflow: ellipsis;
max-width: 325px;
white-space: nowrap;*/
        margin: 8px 0 10px 0;
        padding: 0 4px;
    }

    .profile-detail-section.wall-post .person-detail-view p.news-summary .emoji {
        margin: 0 0 2px 0 !important;
    }

    .profile-detail-section.wall-post .person-detail-view p.news-summary textarea {
        border: 0;
        box-shadow: none;
        background: #fff;
        resize: none;
    }

    a.view-full-msg {
        font-size: 11px;
        font-weight: 500;
    }

    .acitivity-log .modal.in .modal-dialog,
    .acitivity-log .modal .modal-dialog {
        height: 450px;
        overflow: auto;
    }

    .newsfeed .familt-status-checkbox input[type="checkbox"] {
        display: none;
    }

    .newsfeed .familt-status-checkbox label {
        color: #7e7e7e;
        font-weight: 400;
        cursor: pointer;
    }

    .newsfeed .familt-status-checkbox input[type="checkbox"]+label span {
        display: inline-block;
        width: 23px;
        height: 23px;
        margin: -6px 4px 0 0;
        vertical-align: middle;
        background: url(../../images/checks.png) 0 0 no-repeat;
        cursor: pointer;
    }

    .newsfeed .familt-status-checkbox input[type="checkbox"]:checked+label span {
        background: url(../../images/checks.png) 0 -22px no-repeat;
    }

    .other-like-commnet {
        display: block;
        margin: 0 0 10px 0;
        border-bottom: 1px solid #cfd4d8;
        padding-bottom: 10px;
        font-size: 15px;
        color: #7e7e7e;
    }

    .other-like-commnet strong {
        color: #414141;
        font-weight: 400;
    }


    /*----------------child list------------*/

    .plan-ttl {
        text-align: center;
        margin: 15px 0;
        width: 100%;
        display: block;
        float: left;
    }

    .plan-ttl.text-left {
        text-align: left;
    }

    .plan-ttl h4 {
        color: #262626;
        font-size: 18px;
        line-height: 15px;
        padding: 10px 0 8px 0;
        margin: 0;
        font-weight: 400;
    }

    .plan-ttl h5 {
        color: #303030;
        font-weight: 400;
        font-size: 14px;
        line-height: 16px;
        margin: 0;
        padding: 0 0 10px;
    }

    .dont-have-plan-child {
        background: #f9f9f9;
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
        padding: 10px 20px 10px 20px;
        margin: 0 0 20px 0;
        width: 100%;
        float: left;
        position: relative;
    }

    .dont-have-plan-child .icon-lines {
        text-align: center;
        margin-bottom: 15px;
    }

    body .dont-have-plan-child .icon-lines button {
        background: #fff none repeat scroll 0 0;
        border: 0;
        border-radius: 100%;
        color: #fff;
        display: inline-block;
        height: 30px;
        box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
        margin: 0 5px;
        padding: 0;
        text-align: center;
        width: 30px;
    }

    .dont-have-plan-child .icon-lines button .fa-contribution {
        background: rgba(0, 0, 0, 0) url("/images/icon-contribution.png") no-repeat scroll center center / 19px 16px;
        display: inline-block;
        height: 30px;
        width: 30px;
    }

    .dont-have-plan-child .icon-lines button .fa {
        color: #7c7c7c;
        font-size: 13px;
    }

    .dont-have-plan-child .icon-lines button.btn-delete .fa {
        color: #cc0000;
    }

    .dont-have-plan-child .icon-lines button.edit-btn .fa {
        color: #224dac;
    }

    .dont-have-plan-child .icon-lines button.design-btn .fa {
        color: forestgreen;
    }

    .dont-have-plan-child .icon-lines button.donate-btn .fa {
        color: #414141;
    }

    .dont-have-plan-child .icon-lines button:hover {
        background: #f0f0f0;
    }

    .dont-have-plan-child .details-line .left-box h4 {
        color: #224dac;
        font-size: 16px;
        margin: 0 0 20px 0;
        overflow: hidden;
        padding: 0 20px 10px;
        position: relative;
        text-align: center;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dont-have-plan-child .details-line .left-box h4 a {
        color: #444;
    }

    .dont-have-plan-child .details-line .left-box h4 a:hover {
        color: #224dac;
    }

    .dont-have-plan-child .details-line .left-box h4:before {
        background: #e6e6e6 none repeat scroll 0 0;
        bottom: 0;
        content: "";
        height: 2px;
        left: 0;
        margin: 0 auto;
        position: absolute;
        right: 0;
        width: 50px;
    }

    .dont-have-plan-child .details-line .left-box figure {
        background: #fbfbfb none repeat scroll 0 0;
        border: 0 none;
        border-radius: 100%;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
        height: 130px;
        margin: 0 auto 10px;
        overflow: hidden;
        position: relative;
        width: 130px;
    }

    .dont-have-plan-child .details-line .left-box figure img {
        border-radius: 100%;
    }

    .dont-have-plan-child .details-line .right-box .video {
        color: #414141;
        font-size: 15px;
        font-weight: 500;
    }

    .dont-have-plan-child .details-line .right-box .video a {
        display: inline-block;
    }

    .dont-have-plan-child .details-line .right-box .video figure {
        border: 5px solid #f0f0f0;
        margin: 0 auto 20px auto;
        position: relative;
        width: 165px;
    }

    .dont-have-plan-child .details-line .right-box .video figure .ply-btn {
        bottom: 0;
        color: #fff;
        font-size: 45px;
        height: 45px;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        text-align: center;
        top: 0;
        width: 45px;
    }

    .dont-have-plan-child .details-line .right-box p {
        font-weight: 400;
        max-width: 246px;
        margin: 0 auto;
        padding: 0 0 15px 0;
    }


    /*--------------------*/

    .post-popup-img .modal-footer .loader-popup {
        bottom: 0;
        color: #000;
        height: 92px;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        text-align: center;
        top: 0;
        width: 100%;
        z-index: 55;
    }

    #circularG {
        position: relative;
        width: 58px;
        height: 58px;
        margin: auto;
    }

    .circularG {
        position: absolute;
        background-color: rgb(0, 0, 0);
        width: 14px;
        height: 14px;
        border-radius: 9px;
        -o-border-radius: 9px;
        -ms-border-radius: 9px;
        -webkit-border-radius: 9px;
        -moz-border-radius: 9px;
        animation-name: bounce_circularG;
        -o-animation-name: bounce_circularG;
        -ms-animation-name: bounce_circularG;
        -webkit-animation-name: bounce_circularG;
        -moz-animation-name: bounce_circularG;
        animation-duration: 1.1s;
        -o-animation-duration: 1.1s;
        -ms-animation-duration: 1.1s;
        -webkit-animation-duration: 1.1s;
        -moz-animation-duration: 1.1s;
        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;
    }

    #circularG_1 {
        left: 0;
        top: 23px;
        animation-delay: 0.41s;
        -o-animation-delay: 0.41s;
        -ms-animation-delay: 0.41s;
        -webkit-animation-delay: 0.41s;
        -moz-animation-delay: 0.41s;
    }

    #circularG_2 {
        left: 6px;
        top: 6px;
        animation-delay: 0.55s;
        -o-animation-delay: 0.55s;
        -ms-animation-delay: 0.55s;
        -webkit-animation-delay: 0.55s;
        -moz-animation-delay: 0.55s;
    }

    #circularG_3 {
        top: 0;
        left: 23px;
        animation-delay: 0.69s;
        -o-animation-delay: 0.69s;
        -ms-animation-delay: 0.69s;
        -webkit-animation-delay: 0.69s;
        -moz-animation-delay: 0.69s;
    }

    #circularG_4 {
        right: 6px;
        top: 6px;
        animation-delay: 0.83s;
        -o-animation-delay: 0.83s;
        -ms-animation-delay: 0.83s;
        -webkit-animation-delay: 0.83s;
        -moz-animation-delay: 0.83s;
    }

    #circularG_5 {
        right: 0;
        top: 23px;
        animation-delay: 0.97s;
        -o-animation-delay: 0.97s;
        -ms-animation-delay: 0.97s;
        -webkit-animation-delay: 0.97s;
        -moz-animation-delay: 0.97s;
    }

    #circularG_6 {
        right: 6px;
        bottom: 6px;
        animation-delay: 1.1s;
        -o-animation-delay: 1.1s;
        -ms-animation-delay: 1.1s;
        -webkit-animation-delay: 1.1s;
        -moz-animation-delay: 1.1s;
    }

    #circularG_7 {
        left: 23px;
        bottom: 0;
        animation-delay: 1.24s;
        -o-animation-delay: 1.24s;
        -ms-animation-delay: 1.24s;
        -webkit-animation-delay: 1.24s;
        -moz-animation-delay: 1.24s;
    }

    #circularG_8 {
        left: 6px;
        bottom: 6px;
        animation-delay: 1.38s;
        -o-animation-delay: 1.38s;
        -ms-animation-delay: 1.38s;
        -webkit-animation-delay: 1.38s;
        -moz-animation-delay: 1.38s;
    }

    @keyframes bounce_circularG {
        0% {
            transform: scale(1);
        }

        100% {
            transform: scale(.3);
        }
    }

    @-o-keyframes bounce_circularG {
        0% {
            -o-transform: scale(1);
        }

        100% {
            -o-transform: scale(.3);
        }
    }

    @-ms-keyframes bounce_circularG {
        0% {
            -ms-transform: scale(1);
        }

        100% {
            -ms-transform: scale(.3);
        }
    }

    @-webkit-keyframes bounce_circularG {
        0% {
            -webkit-transform: scale(1);
        }

        100% {
            -webkit-transform: scale(.3);
        }
    }

    @-moz-keyframes bounce_circularG {
        0% {
            -moz-transform: scale(1);
        }

        100% {
            -moz-transform: scale(.3);
        }
    }

    .photos-page .image_slider.sliders {
        margin: 10px 0 0 0;
    }

    .child-post-section .image_slider .slide {
        display: inline-block;
        height: 181px;
        overflow: hidden;
        width: 25%;
        float: left;
        padding: 2px;
    }

    .child-post-section .image_slider .slide img {
        height: auto;
        width: 100%;
    }

    .future-challenge-videos .image_slider .slide img {
        height: 100%;
    }

    .modal.in.post-popup-img1 .modal-dialog,
    .modal.post-popup-img1 .modal-dialog {
        max-width: auto;
        background: transparent;
        padding: 0;
        text-align: center;
    }

    .modal.in.post-popup-img1 .modal-dialog iframe,
    .modal.post-popup-img1 .modal-dialog iframe {
        width: 80%;
        height: 450px;
        border: 0;
    }

    .post-popup-img1 .modal-dialog .bx-wrapper {
        margin: 0 auto;
        background: transparent;
        text-align: center;
    }

    .post-popup-img1 .modal-dialog .bx-wrapper .bx-viewport {
        margin: 0;
        border: 0;
        box-shadow: none;
        -webkit-box-shadow: none;
        background: transparent
    }

    .post-popup-img1 .modal-dialog .bx-wrapper .bx-prev {
        left: 0;
    }

    .post-popup-img1 .modal-dialog .bx-pager {
        display: none;
    }

    .post-popup-img1 .modal-dialog .bx-viewport li {
        text-align: center;
        left: 0;
        right: 0;
        margin: auto;
        background: #fff;
        padding: 10px;
    }

    .post-popup-img1 .modal-dialog .bx-viewport li img {
        display: inline-block;
        max-height: 450px;
    }

    .post-popup-img1 .post-content-close {
        right: 8px;
        top: 3px;
        color: #224dac;
        position: absolute;
        font-size: 25px;
        width: 35px;
        height: 35px;
        background: #fff;
        border-radius: 100%;
        -webkitborder-radius: 100%;
        -moz-border-radius: 100%;
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
        line-height: 37px;
        z-index: 5;
    }

    .post-popup-img1 .post-content-close .fa {
        line-height: 33px;
    }

    .post-popup-img1 .post-content-close a {
        color: #224dac;
    }

    .post-popup-img1 .post-content-close a:hover {
        color: #d13939;
    }

    .fix-to-top {
        position: fixed;
        width: 270px;
    }

    .pendig-post-chkbox {
        display: inline-block;
        float: right;
    }

    .child-wallpost .masonry-brick {
        width: 25%;
        padding: 1px;
    }

    .child-wallpost .masonry-brick img {
        width: 100%;
    }

    .masonry {
        column-count: 2;
        -moz-column-count: 2;
        -webkit-column-count: 2;
        -khtml-column-count: 2;
        -html-column-count: 2;
        -o-column-count: 2;
    }

    .masonry .item {
        display: inline-block;
        width: 100%;
    }

    .error-page {
        text-align: center;
    }

    .error-page .col-sm-12.panel-body {
        margin: 40px auto 10px auto;
    }

    .error-page .profile-detail-section {
        background: #fff;
        width: 100%;
        float: left;
    }

    .error-page h4 {
        position: relative;
        z-index: 30px;
        font-size: 30px;
        color: #414141;
        padding: 0 0 20px 0;
        margin: 20px 0;
        font-weight: 400;
    }

    .error-page h4:after {
        position: absolute;
        content: "";
        width: 150px;
        height: 1px;
        background: #224dac;
        left: 0;
        bottom: 0;
        right: 0;
        margin: 0 auto;
    }

    .error-page .person-detail-view img {
        max-width: 100%;
    }

    .bottom-search-result.normal-page .person-detail-view {
        min-height: 350px;
    }

    .no-result-found {
        min-height: 350px;
    }

    .ui-autocomplete-loading {
        background: url(../../images/ring-alt.gif) no-repeat right center;
        background-size: 25px;
    }

    .terms-privacy-page.bottom-search-result .person-detail-view {
        margin: 0 0 30px 0;
    }

    .terms-privacy-page h3,
    .normal-page h3 {
        margin: 0 0 20px 0;
        padding: 0;
        color: #224dac;
    }

    ul.profile-navigation li:after {
        display: none;
    }

    .terms-privacy-page h4 {
        color: #224dac;
    }

    .terms-privacy-page ul {
        margin: 20px 0;
        padding: 0;
        list-style: none;
    }

    .terms-privacy-page ul li,
    ul.sublist li {
        padding: 0 0 0 20px;
        margin: 0 0 10px 0;
        line-height: 22px;
        position: relative;
    }

    .terms-privacy-page ul.profile-navigation li,
    .terms-privacy-page ul.profile-navigation {
        margin: 0;
        padding: 0;
    }

    .terms-privacy-page ul li:after {
        position: absolute;
        content: "";
        width: 8px;
        height: 8px;
        background: #224dac;
        left: 0;
        top: 5px;
        border-radius: 100%;
        -webkit-border-radius: 100%;
    }

    .terms-privacy-page ul li ol {
        margin: 15px 0 15px 15px;
    }

    .terms-privacy-page ul li ol li {
        padding-left: 0;
    }

    .terms-privacy-page ul li li:after {
        display: none;
    }

    .btn_add_family .btn {
        background: transparent;
        border: 1px solid #224dac;
        color: #000;
        margin: 0;
        box-shadow: none;
        -webkit-box-shadow: none;
        padding: 8px 10px;
        font-size: 12px;
        width: 100%;
        max-width: 200px;
    }

    .btn_add_family .btn:hover {
        background: #224dac;
        border: 1px solid #224dac;
        color: #fff;
    }

    .faq-page h5 {
        font-size: 22px;
        color: #224dac;
        padding: 0;
        margin: 0 0 20px 0;
        line-height: 22px;
    }

    .amount-detail .txt-popup {
        position: absolute;
        left: 103%;
        top: -15px;
        padding: 20px;
        display: inline-block;
        max-width: 850px;
        width: 100%;
        z-index: 55;
        border-radius: 5px;
        border: 1px solid #224dac;
        color: #5f5f5f;
        background: #e8ecf1;
    }


    /* .amount-detail .txt-popup:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 15px solid #224dac;
    top: -15px;
    left: 10px;
} */

    .amount-detail .txt-popup:before {
        content: "";
        position: absolute;
        right: 100%;
        top: 20px;
        margin: 0;
        border-right: 10px solid #224dac;
        border-bottom: 10px solid transparent;
        border-top: 10px solid transparent;
        height: 0;
        width: 0;
    }

    .amount-detail .txt-popup span {
        font-size: 13px;
    }

    .cover-btn-hide {
        display: none;
    }

    .like-commnets em {
        font-style: normal;
    }

    span.view-all-post-link {
        position: absolute;
        right: 20px;
        top: 20px;
        font-size: 15px;
    }


    /* Dropdown Button */

    .dropbtn {
        color: #9b9b9b;
        font-weight: 600;
        padding: 10px;
        font-size: 20px;
        border: none;
        cursor: pointer;
        position: relative;
        text-align: center;
        margin: 0 7px 0 0;
    }

    .dropbtn:before {
        content: "\f107";
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        text-decoration: inherit;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 5px;
        width: 8px;
        margin: auto;
        color: #9b9b9b;
    }


    /* Dropdown button on hover & focus */

    .dropbtn:hover,
    .dropbtn:focus,
    .dropbtn:hover:before,
    .dropbtn:focus:before {
        color: #224dac;
    }


    /* The container <div> - needed to position the dropdown content */

    .dropdown {
        position: relative;
        display: inline-block;
    }


    /* Dropdown Content (Hidden by Default) */

    .timeline-view .posted-person-name .cap-click {
        position: absolute;
        right: 0;
        z-index: 55;
        float: right;
    }

    .dropdown-content {
        display: none;
        position: absolute;
        background-color: #f9f9f9;
        min-width: 70px;
        border: 1px solid #ccc;
        z-index: 9999;
        right: 100%;
        top: -7px;
        padding: 2px 0;
        text-align: left;
        margin: 0;
    }

    .wall-post .posted-person-name .dropdown-content {
        min-width: 120px;
    }

    .dropdown-content:before {
        content: "";
        width: 12px;
        height: 12px;
        background: #fff;
        border-left: 1px solid #ccc;
        border-top: 1px solid #ccc;
        position: absolute;
        right: -7px;
        top: 0;
        bottom: 0;
        margin: auto;
        transform: rotate(130deg);
        -webkit-transform: rotate(130deg);
        -moz-transform: rotate(130deg);
    }


    /* Links inside the dropdown */

    .dropdown-content a {
        color: black;
        padding: 3px 10px;
        text-decoration: none;
        display: block !important;
        font-size: 11px;
        color: #7e7e7e;
    }


    /* Change color of dropdown links on hover */

    .dropdown-content a:hover {
        color: #224dac;
        background: transparent;
    }


    /* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */

    .show {
        display: block;
    }

    .textarea-decorate form {
        margin: 0;
        padding: 0;
    }

    .textarea-decorate form textarea {
        resize: none;
    }

    .image-popup-loader {
        padding: 40px 0;
        background: #fff;
        width: 100%;
        text-align: center;
    }


    /*-----------commentsection---*/

    .comment-box {
        background: #F6F7F9;
        width: 100%;
        float: left;
        margin: 10px 0 0 0;
        padding: 0 10px 10px 10px;
    }

    .commnet-error {
        color: #000;
        font-weight: 400;
        margin: 3px 0 0 0;
        display: block;
    }

    .person-detail-right.edit-profile .commnet-scroll .commnet-error .fa-exclamation-triangle,
    .post-popup-img .modal-footer .commnet-scroll .commnet-error .fa-exclamation-triangle {
        color: #f00;
    }

    .commondiv {
        position: relative;
        padding: 10px 40px 8px 50px;
        margin: 0;
        display: block;
        clear: both;
        float: left;
        width: 100%;
        text-align: left;
    }

    .popup-comment-header .commondiv {
        padding-left: 60px;
    }

    .commnet-scroll {
        max-height: 400px;
        overflow-y: auto;
        font-size: 12px;
    }

    .personpic {
        position: absolute;
        left: 0;
        top: 0;
        width: 40px;
        height: 40px;
    }

    .personpic figure {
        background: #ccc none repeat scroll 0 0;
        border: 0 none;
        border-radius: 100%;
        box-shadow: 0 0 9px rgba(0, 0, 0, 0.5);
        display: inline-block;
        float: none;
        height: 30px;
        margin-bottom: 0;
        overflow: hidden;
        position: relative;
        vertical-align: middle;
        width: 30px;
        margin: 10px;
    }

    .personpic figure img {
        width: 100%;
        height: auto;
    }

    .popup-comment-header .personpic figure {
        width: 40px;
        height: 40px;
    }

    .person-detail-right.edit-profile .commnet-scroll .fa {
        position: relative;
        top: 0;
        left: 0;
        font-size: 12px;
        height: auto;
        color: #9b9b9b;
        width: auto;
    }

    .person-detail-right.edit-profile .commnet-scroll .fa:hover {
        color: #224dac;
    }

    .person-detail-right.edit-profile .commnet-scroll .fa-trash:hover {
        color: #ae1d1d;
    }


    /*-commnet like replay thumb time row css---*/

    .commnet-detail {
        width: 100%;
        float: left;
    }

    .commnet-detail ul {
        padding: 0;
        margin: 3px 0 0 0;
        list-style: none;
    }

    .commnet-detail ul li {
        display: inline-block;
        margin: 0 0 0 4px;
        padding: 0 0px 0 8px;
        position: relative;
        color: #9b9b9b;
        line-height: 12px;
        cursor: pointer;
        font-size: 12px;
    }

    .commnet-detail ul li a {
        color: #9b9b9b;
    }

    .commnet-detail ul li.commtent-time {
        cursor: default;
    }

    .commnet-detail ul li.commtent-time:hover {
        color: #9b9b9b;
    }

    .commnet-detail ul li a:hover,
    .commnet-detail ul li:hover,
    .commnet-detail ul li a.active {
        color: #224dac;
    }

    .commnet-detail ul li:before {
        content: "";
        position: absolute;
        left: 0px;
        top: 5px;
        margin: auto;
        border-radius: 100%;
        height: 3px;
        width: 3px;
        background: #9b9b9b;
    }

    .commnet-detail ul li:first-child:before {
        display: none;
    }

    .commnet-detail ul li:first-child {
        padding: 0;
        margin: 0 0 0 -1px;
    }

    .commnet-detail ul li.time {
        cursor: default;
    }

    .commnet-detail ul li.time:hover {
        color: #9b9b9b;
    }

    .person-detail-right.edit-profile .commnet-scroll .commnet-detail ul .fa,
    .post-popup-img .modal-footer .commnet-scroll .commnet-detail ul .fa {
        color: #224dac;
        font-size: 11px;
    }

    .person-detail-right.edit-profile .commnet-scroll .commnet-detail ul .fa-like {
        background: url(../../images/icon-like-done.png) 0px 0px no-repeat;
        background-size: contain;
        width: 10px;
        height: 10px;
        margin: 0 2px 0 0;
    }


    /*-commnet like replay thumb time row css end---*/


    /*-----edit delete button right corner css--*/

    .cap-click {
        position: absolute;
        right: 0;
        top: 10px;
    }

    .wall-post .posted-person-name .cap-click {
        top: 0;
    }


    /*-----edit delete button right corner css end --*/


    /*--subcomment--------*/

    .subcomment {
        padding: 10px 0 0px 17px;
        clear: both;
        position: relative;
        margin: 0 -20px 0 -43px;
    }

    .subcomment:before {
        position: absolute;
        left: 15px;
        top: 10px;
        bottom: 10px;
        width: 2px;
        height: 100%;
        background: #ccc;
    }

    .subcomment .commondiv {
        padding-right: 0;
    }

    .subcomment .commondiv .commenttextarea {
        padding-right: 73px;
    }

    .modal-dialog .subcomment .commondiv .commenttextarea {
        padding-right: 66px;
    }


    /*-subcomment end-*/


    /*-----*/

    .replaytext .cap-click {
        position: relative;
        top: 3px;
    }

    .replaytext .cap-click a {
        margin: 0 5px 0 0;
    }

    .commenttextarea {
        min-height: 10px;
        width: 100%;
    }

    .commenttextarea textarea {
        width: 100%;
        padding: 8px 10px;
        min-height: 32px;
        resize: none;
        font-size: 12px;
        border: 1px solid #ccc !important;
    }

    .popup-commnet-sticky-bottom .commenttextarea textarea {
        height: 32px;
    }

    .commenttextarea .comment-action a {
        margin: 0 5px 0 0;
    }


    /*-----*/


    /*------fixed bottom write  comment css---*/

    .fixedbottom-comment .commondiv {
        padding: 10px 73px 0 50px;
        margin-bottom: 0;
    }

    .popup-commnet-sticky-bottom .fixedbottom-comment .commondiv {
        padding: 10px 66px 0 50px;
        margin-bottom: 0;
    }

    body .btn.postbtn {
        position: absolute;
        right: 0;
        top: 10px;
        font-size: 14px;
        padding: 6px 15px;
    }

    body .modal.in .modal-dialog .btn.postbtn {
        top: 11px;
        font-size: 11px;
        padding: 5px 8px;
    }


    /*------fixed bottom write  comment css end---*/

    .commentdisplay strong,
    .commenttextarea strong,
    .commentdisplay span.ng-binding {
        font-weight: 500;
        color: #000;
    }

    .popup-commnet-sticky-bottom {
        position: absolute;
        width: 100%;
        bottom: 0;
        z-index: 55;
        background: #fff;
        left: 0;
        padding: 0 10px 19px 10px;
    }

    .post-popup-img .modal-footer .commnet-scroll {
        width: 100%;
        float: left;
        background: #CCC5;
        padding: 10px 10px 30px 10px;
        font-size: 12px;
        text-align: left;
        position: absolute;
        top: 154px;
        bottom: 68px;
        overflow-y: auto;
        left: 0;
        right: 0;
    }


    /*------
Static Page
---*/

    body.separate-page {
        background-color: #fff;
        position: relative;
        color: #717171;
    }

    body.separate-page img {
        max-width: 100%;
    }

    body.separate-page:before {
        content: '';
        background: url(../../images/static-page-bg.jpg) bottom center no-repeat #1271ca;
        height: 367px;
        width: 100%;
        position: absolute;
        top: 0px;
        left: 0px;
        background-size: contain;
        z-index: 0;
    }

    .static-page .btmspace {
        margin-top: 40px;
        display: table;
        width: 100%;
    }

    .static-page .btmspace .col-sm-6 {
        display: table-cell;
        vertical-align: middle;
        float: none;
    }

    .static-page .logo {
        text-align: center;
        padding: 32px 0 32px 0;
    }

    .static-page .logo img {
        width: 180px;
    }

    .static-page .page-title {
        margin-bottom: 35px;
    }

    .static-page .page-title h2 {
        color: #1271ca;
        text-align: center;
        font-size: 27px;
        font-weight: 300;
        margin: 0px;
        padding: 0px;
    }

    .static-page .static-content {
        background: #fff;
        max-width: 90%;
        margin: 0 auto 50px auto;
        padding: 50px;
        -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.19);
        -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.19);
        box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.19);
    }

    .static-page .bancfirst {
        text-align: center;
    }

    .static-page h4 {
        margin-top: 0;
    }

    .static-page h3 {
        font-size: 27px;
        color: #1271ca;
        font-weight: 300;
        margin-top: 0;
    }

    .static-page h3.left-txt {
        font-size: 21px;
    }

    .static-page h4,
    h4.blue {
        font-size: 25px;
        color: #1f598f;
        font-weight: 300;
        line-height: 26px;
    }

    .static-page ul {
        margin: 0px;
        padding: 0px;
    }

    .static-page ul li {
        list-style: none;
    }

    .static-page ul.styled li {
        margin: 0px;
        padding: 0px;
        position: relative;
        list-style: none;
        color: #707070;
        padding: 0 0 5px 25px;
    }

    .static-page ul.styled li:before {
        content: '';
        position: absolute;
        top: 1px;
        left: 0px;
        font-size: 15px;
        color: #a9a9a9;
        content: "\f061";
        font-family: FontAwesome;
    }

    .static-page .profile-box {
        position: relative;
        text-align: left;
        max-width: 322px;
        margin: 0;
    }

    .static-page .profile-box .lauren-img {
        height: 233px;
        width: auto;
        margin: 0 0 10px 0;
    }

    .static-page .profile-box .profile-info p {
        color: #717171;
        font-size: 14px;
    }

    .static-page .profile-box .profile-info p a {
        color: #717171;
    }

    .static-page .profile-box .profile-info p a:hover {
        color: #224dac;
    }

    .static-page .profile-box .profile-info h4 {
        color: #224dac;
        font-size: 18px;
        margin: 5px 0;
        padding: 0;
        font-weight: 400;
    }

    .accordiondesign #accordion .profile-box {
        max-width: 300px;
        display: block;
        margin: 0 auto;
    }

    .static-page #accordion .profile-info,
    .accordiondesign #accordion .profile-info {
        padding: 15px 14px 15px 14px;
    }

    .lessontxt .lessonadviser {
        background: #eee;
        box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
        padding: 10px 30px;
        width: 100%;
        max-width: 100%;
        margin: 30px 0;
        text-align: left;
        clear: both;
        float: left;
        color: #303030;
    }

    .lessontxt .lessonadviser a:hover {
        color: #303030;
    }

    .lessontxt .lessonadviser figure {
        width: 100px;
        height: 100px;
        display: inline-block;
        margin: 0 15px 0 0;
        border-radius: 100%;
        float: left;
        overflow: hidden;
    }

    .lessontxt .lessonadviser figure img {
        width: 100%;
    }

    .lessontxt .lessonadviser span {
        margin: 27px 0 0 0;
        display: inline-block;
        float: left;
        font-size: 18px;
        max-width: 80%;
    }

    .lessontxt .profile-box {
        background: #eee;
        box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
        padding: 30px;
        width: 100%;
        max-width: 100%;
        clear: both;
        float: left;
        margin: 0 0 30px 0;
    }

    .lessontxt .profile-box figure {
        text-align: center;
    }

    .lessontxt .profile-box img {
        width: auto;
    }

    .lessontxt .profile-box h6 {
        font-size: 20px;
        color: #000;
        font-weight: 500;
        text-align: center;
        margin: 15px 0;
        padding: 0;
        line-height: 20px;
    }

    .lessontxt .profile-box p {
        font-size: 15px;
        color: #303030;
        line-height: 19px;
        margin: 0 0 10px 0;
        padding: 0;
    }

    .lessontxt .profile-box .profile-info {
        position: absolute;
        bottom: 0px;
        right: 0px;
        background: rgba(18, 113, 202, 0.88);
        color: #fff;
        padding: 20px 25px 20px 25px;
        font-weight: 300;
        border-radius: 10px 0px 0px 0px;
        -moz-border-radius: 10px 0px 0px 0px;
        -webkit-border-radius: 10px 0px 0px 0px;
        -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.6);
        -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.6);
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.6);
    }

    .profile-box .profile-info h4,
    .profile-box .profile-info p,
    .profile-box .profile-info a,
    .accordiondesign .profile-box .profile-info h4,
    .accordiondesign .profile-box .profile-info p,
    .accordiondesign .profile-box .profile-info a {
        margin: 0px;
        padding: 0px;
        color: #fff;
    }

    .lessontxt .profile-box .profile-info h4 {
        font-size: 18px;
        font-weight: 500;
        margin: 0 0 5px 0;
    }

    .lessontxt .profile-box .profile-info a:hover {
        color: #000;
    }

    .static-page .testimonial {
        padding: 60px 45px 60px 45px;
        text-align: center;
        font-size: 19px;
    }

    .static-page .testimonial p {
        position: relative;
    }

    .static-page .testimonial p:before {
        content: '';
        position: absolute;
        top: -30px;
        left: -50px;
        font-size: 60px;
        color: #e4e4e4;
        content: "\f10d";
        font-family: FontAwesome;
    }

    .static-page .testimonial p:after {
        content: '';
        position: absolute;
        bottom: -30px;
        right: -50px;
        font-size: 60px;
        color: #e4e4e4;
        content: "\f10e";
        font-family: FontAwesome;
    }

    .static-page .profile-list {
        background: #2f82d0;
        margin: 0;
        padding: 30px;
        color: #fff;
        font-size: 18px;
        font-weight: 300;
        -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.37);
        -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.37);
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.37);
        border-radius: 10px 10px 10px 10px;
        -moz-border-radius: 10px 10px 10px 10px;
        -webkit-border-radius: 10px 10px 10px 10px;
    }

    .static-page .profile-list ul {
        margin: 15px 0 0 10px;
    }

    .static-page .profile-list ul li {
        font-size: 12px;
        line-height: 20px;
    }

    .static-page .ask-scott {
        padding-left: 0;
    }

    .static-page .askadviser-bluepic {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+16,aad4ea+53,9ecee5+100,2989d8+100,9ecee5+100 */
        background: #ffffff;
        /* Old browsers */
        background: -moz-radial-gradient(center, ellipse cover, #ffffff 16%, #aad4ea 53%, #9ecee5 100%, #2989d8 100%, #9ecee5 100%);
        /* FF3.6-15 */
        background: -webkit-radial-gradient(center, ellipse cover, #ffffff 16%, #aad4ea 53%, #9ecee5 100%, #2989d8 100%, #9ecee5 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: radial-gradient(ellipse at center, #ffffff 16%, #aad4ea 53%, #9ecee5 100%, #2989d8 100%, #9ecee5 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#9ecee5', GradientType=1);
        /* IE6-9 fallback on horizontal gradient */
        padding: 30px;
        margin: 40px 0 0 0;
        float: left;
        color: #0e3e6c;
        width: 100%;
    }

    .static-page .askadviser-bluepic .askaddr {
        padding: 20px 0;
        font-size: 14px;
        line-height: 18px;
    }

    .static-page .askadviser-bluepic .askaddr p {
        margin: 0 0 8px 0;
    }

    .static-page .askadviser-bluepic span {
        font-weight: 500;
        font-size: 23px;
        margin: 0 0 30px 0;
        display: block;
    }

    .static-page .askadviser-bluepic .intropara p {
        padding: 0 40px;
        font-size: 15px;
        line-height: 20px;
        font-weight: 400;
        margin: 0 0 15px 0;
    }

    .static-page .ask-scott .form-group {
        margin-bottom: 8px;
    }

    .securities-text {
        margin-top: 25px;
    }

    .static-page .plan-page h4 {
        margin: 40px 0;
        color: #303030;
        font-size: 25px;
        font-weight: 500;
    }

    .video-section h4 {
        margin-bottom: 0px;
    }

    .video-section iframe {
        width: 100%;
    }

    .page-map {
        margin: 0 0 52px 0;
    }

    .start-saving .page-title {
        margin-bottom: 15px;
    }

    .intro-text {
        text-align: center;
    }

    .blue-box {
        padding: 30px 0 30px 0;
        margin: 0px 0 0px 0;
        width: 100%;
    }

    .blue-box-left {
        background: url(../../images/girl.jpg) right center no-repeat;
    }

    .blue-box-right {
        background: url(../../images/boy.jpg) left center no-repeat;
    }

    .blue-box .blue-box-mod {
        border-radius: 10px;
        background-color: rgb(47, 130, 208);
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.37);
        width: 73%;
        color: #fff;
        padding: 30px 35px 30px 35px;
    }

    .blue-box.blue-box-right .blue-box-mod {
        float: right;
    }

    .blue-box h3 {
        font-size: 19px;
        color: rgb(255, 255, 255);
        margin: 0px 0px 15px 0px;
        padding: 0px;
    }

    .blue-box p {
        margin: 0px;
        padding: 0px;
    }

    .join-step-main {
        text-align: center;
        margin: 0;
    }

    .join-step-main .join-step {
        padding: 20px;
        border-radius: 10px;
        background-color: rgb(255, 255, 255);
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.16);
        width: 100%;
        min-height: 317px;
        margin: 15px 0;
    }

    .join-step-main .join-step.join-step-left {
        padding: 30px 20px 20px 20px;
    }

    .join-step-main .join-step p {
        margin: 0px;
        padding: 0px;
    }

    .join-step-main .join-step a {
        color: #fff;
        font-size: 15px;
        padding: 9px 18px;
        background: rgb(47, 130, 208);
        border-radius: 3px;
        display: inline-block;
        margin: 15px 0;
        line-height: 15px;
    }

    .join-step-main .join-step a:hover {
        background: #737477;
    }

    .join-step-main .step-arrow-left,
    .join-step-main .step-arrow-right,
    .join-step-main .step-arrow-after {
        margin: 20px 0 20px 0;
    }

    .join-step-main .btn-primary {
        font-size: 23px;
        font-weight: bold;
    }

    .join-step-main h2 {
        font-size: 27px;
        color: rgb(113, 113, 113);
        font-weight: 300;
    }

    .three-join-step .box-count {
        font-size: 70px;
        color: rgb(18, 113, 202);
        font-weight: 800;
    }

    .three-join-step .step-image {
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.16);
        position: relative;
    }

    .three-join-step .step-image1 {
        display: none;
    }

    .three-join-step .figtext {
        position: relative;
        display: inline-block;
        margin: 0 0 30px 0;
    }

    .three-join-step .join-step-disc {
        position: absolute;
        top: 43px;
        left: 43px;
        right: 0;
        padding: 0;
        z-index: 5;
        width: 60%;
    }

    .three-join-step .join-step-disc .para {
        max-width: 450px;
    }

    .three-join-step .join-step-disc.txt1 h6 {
        text-align: left;
        font-size: 30px;
        color: #fff;
        line-height: 30px;
        font-weight: 200;
        margin: 0 0 10px 0;
        padding: 0;
    }

    .three-join-step .join-step-disc.txt1 p {
        color: #ffffff;
        font-size: 16px;
        font-weight: 300;
        text-align: left;
        margin: 0 0 10px 0;
    }

    .three-join-step .join-step-disc.txt1 span {
        font-size: 18px;
        color: #fff;
        font-weight: 400;
        text-align: left;
        margin: 12px 0 0 0;
        display: block;
        text-align: left;
    }

    .three-join-step .join-step-disc.txt1 span a {
        color: #fff;
    }

    .three-join-step .join-step-disc.txt2 h6 {
        text-align: left;
        font-size: 30px;
        color: #fff;
        line-height: 30px;
        font-weight: 200;
        margin: 0 0 10px 0;
        padding: 0;
    }

    .three-join-step .join-step-disc.txt2 p {
        color: #ffffff;
        font-size: 16px;
        font-weight: 300;
        text-align: left;
        margin: 0 0 10px 0;
    }

    .three-join-step .join-step-disc.txt2 span {
        margin: 12px 0 0 0;
        font-size: 18px;
        color: #fff;
        font-weight: 400;
        display: block;
        float: left;
    }

    .three-join-step .join-step-disc.txt2 span a {
        color: #fff;
    }

    .three-join-step .join-step-disc.txt3 {
        text-align: right;
        float: right;
        left: auto;
        right: 43px;
    }

    .three-join-step .join-step-disc.txt3 h6 {
        text-align: right;
        font-size: 30px;
        color: #fff;
        line-height: 30px;
        font-weight: 200;
        margin: 0 0 10px 0;
        padding: 0;
    }

    .three-join-step .join-step-disc.txt3 .para {
        float: right;
    }

    .three-join-step .join-step-disc.txt3 p {
        color: #ffffff;
        font-size: 16px;
        font-weight: 300;
        text-align: right;
        margin: 0 0 10px 0;
    }

    .three-join-step .join-step-disc.txt3 span {
        font-size: 18px;
        color: #fff;
        font-weight: 400;
        text-align: right;
        display: block;
        width: 100%;
        float: left;
        margin: 12px 0 0 0;
    }

    .three-join-step .join-step-disc.txt3 span a {
        color: #fff;
    }

    .contributions-info {
        margin: 60px 0 0 0;
    }

    .contributions-info h2 {
        color: #717171;
        font-size: 25px;
        font-weight: 400;
    }

    .contributions-info h3 {
        color: #717171;
        font-size: 25px;
        font-weight: 300;
    }

    .contributions-info .profile-list {
        text-align: left;
        padding: 35px 25px 15px 25px;
        font-size: 19px;
        margin: 10px 0px 0px 0px;
        min-height: 556px;
    }

    .contributions-info .profile-list ul li {
        font-size: 15px;
        margin: 0 0 20px 0;
        line-height: 18px;
        list-style-type: decimal;
    }

    .financial-advisor {
        text-align: center;
        margin-top: 60px;
    }

    .financial-advisor a {
        font-size: 23px;
        font-weight: 500;
        padding: 13px 30px 13px 30px;
    }

    .resources-listing {
        display: block;
        margin: 0 0 30px 0;
    }

    .thirdparty-links {
        display: block;
        margin: 0 0 30px 0;
        padding-bottom: 30px;
        border-bottom: dotted 1px #ccc;
    }

    .thirdparty-links h3 {
        margin: 0 0 20px 0;
        padding: 0;
        color: #1271ca;
        font-size: 20px;
        font-weight: 300;
    }

    .thirdparty-links h3 a {
        color: #1271ca;
    }

    .thirdparty-links a.readmore-links {
        font-size: 13px;
        padding: 8px 18px;
        margin: 0;
        background: #224dac;
        color: #fff;
        border-radius: 5px;
        text-transform: uppercase;
        display: inline-block;
    }

    .thirdparty-links a.readmore-links:hover {
        background: #303030;
    }

    .static-menu {
        margin: -50px -50px 30px -50px;
        border-bottom: 1px solid #d5d5d5;
    }

    .static-menu ul {
        margin: 0 0 0 0;
    }

    .static-menu ul li {
        float: left;
        padding: 5px 0 5px 0;
        position: relative;
    }

    .static-menu ul li a {
        padding: 8px 10px;
        display: inline-block;
        color: #737477;
        border-right: 1px solid #d5d5d5;
        font-size: 11px;
    }

    .static-menu ul li:last-child a {
        border-right: 0px;
    }

    .static-menu ul li a img {
        margin-right: 5px;
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
    }

    .static-menu ul li a:hover,
    .static-menu ul li.active a {
        color: #2f82d0;
    }

    /* .static-menu ul li.active a {
    border-right: 1px solid #CCC !important;
    padding: 8px;
}
.static-menu ul li.dropdown>a {
    border-right: 0 !important;
    padding: 8px 0 8px 8px !important;
}

.static-menu ul li.dropdown a.dropdown-arrow {
    padding: 0 10px !important;
    font-size: 18px !important;
    border-right: 1px solid #d5d5d5 !important;
    line-height: 40px;
}

.static-menu ul li.active.dropdown a.dropdown-arrow {
    padding: 0 10px !important
} */

    .static-menu ul li a:hover img,
    .static-menu ul li.active a img {
        -webkit-filter: grayscale(0%);
        filter: grayscale(0%);
    }

    .static-menu ul.submenu {
        position: absolute;
        top: 100%;
        left: 0;
        background: #fff;
        z-index: 99;
        -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.24);
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.24);
        visibility: hidden;
        opacity: 0;
        transition: all 0.3s ease;
    }

    .static-menu ul li:hover ul.submenu {
        opacity: 1;
        visibility: visible;
    }

    .static-menu ul.submenu li {
        width: 100%;
        display: block;
        border-bottom: 1px solid #d5d5d5;
        margin: 0;
        padding: 0;
    }

    .static-menu ul.submenu li a {
        border-right: 0;
        width: 100%;
        display: block;
        background: #224dac;
        color: #fff;
    }

    .static-menu ul.submenu li:hover a {
        color: #224dac;
        background: #fff;
    }


    /********
child-balance-page
************/

    .child-balance-page .children-list {
        min-height: 100px;
        padding: 0;
    }

    .child-balance-page .children-list h4 {
        text-align: left;
        font-weight: 500;
    }

    .child-balance-page .children-list h4:after {
        display: none;
    }

    .child-balance-page .children-list .tblmain {
        width: 100%;
        display: table;
        z-index: 0;
        padding: 0 40px;
    }

    .child-balance-page .children-list .tblmain .search-pic.tbl {
        width: 130px;
        padding: 10px;
    }

    .child-balance-page .children-list .tblmain .tbl {
        display: table-cell;
        vertical-align: top;
        padding: 20px 10px;
        position: relative;
        text-align: center;
        line-height: 34px;
    }

    .static-page .child-balance-page .children-list .tblmain .tbl h4 {
        font-size: 16px;
        font-weight: 500;
        padding: 0;
        text-align: center;
        margin: 0;
    }

    .child-balance-page .children-list .tblmain .tbl img {
        margin-bottom: 20px;
    }

    .child-balance-page .children-list .tblmain .donation ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .child-balance-page .children-list .tblmain .donation ul li {
        width: 30%;
        display: inline-block;
    }

    .child-balance-page .children-list .tblmain .donationttl {
        font-size: 15px;
        font-weight: 400;
        line-height: 18px;
        max-width: 190px;
        margin: 0 auto;
        min-height: 100px;
    }

    .child-balance-page .children-list .tblmain .donationttl .dollortxt {
        display: block;
        margin: 8px 0;
    }

    .child-balance-page .children-list .vew-detail {
        font-size: 15px;
        display: block;
        width: 100%;
        padding: 10px;
        text-align: center;
        background: #e1e1e1;
    }

    .child-balance-page .children-list .tblmain .tbl .btnreport {
        line-height: 15px;
        display: block;
        position: relative;
        text-align: center;
    }

    .child-balance-page .children-list .tblmain .tbl .btnreport a {
        line-height: 15px;
        display: inline-block;
        color: rgb(47, 130, 208);
        ;
        font-size: 15px;
        font-weight: 500;
    }

    .child-balance-page .children-list .tblfulltext {
        padding: 10px;
        text-align: center;
        font-size: 14px;
        position: relative;
    }

    .child-balance-page .children-list .tblfulltext:before {
        content: "";
        position: absolute;
        top: 0;
        left: 15px;
        right: 15px;
        width: auto;
        height: 1px;
        background: #eee;
    }

    .child-balance-page .children-list .tblfulltext .btnreport {
        margin: 10px 0;
    }


    /**********
my children page design new
****************/

    .my-childern-page .children-list {
        min-height: 135px;
        background: linear-gradient(to right, #A0B8F6 -1%, #304EB2 55%);
    }

    .my-childern-page .children-list h4:after {
        display: none;
    }

    .my-childern-page .children-list .tblmain {
        width: 70%;
        display: table;
        z-index: 0;
        padding: 0 0 0 15px;
    }

    .my-childern-page .children-list .tblmain .tbl {
        display: table-cell;
        vertical-align: middle;
        padding: 10px;
    }

    .my-childern-page .children-list .tblmain .tbl img {
        margin-bottom: 20px;
    }

    .my-childern-page .children-list .tblmain .icon-lines button {
        color: #000;
        background: transparent;
        border: 0;
        box-shadow: none;
        line-height: 18px;
        font-size: 13px;
        font-weight: 400;
        position: relative;
        padding: 45px 8px 10px 8px;
        margin: 0 8px;
    }

    .my-childern-page .children-list .tblmain .icon-lines button:hover,
    .my-childern-page .children-list .tblmain .icon-lines button:focus {
        background: transparent;
        color: #2f82d0;
        outline: none;
        border: 0;
        box-shadow: none;
    }

    .my-childern-page .children-list .tblmain .icon-lines button .fa {
        background: #fff none repeat scroll 0 0;
        border: 0;
        border-radius: 100%;
        color: #fff;
        display: inline-block;
        height: 30px;
        box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
        margin: 0 auto;
        padding: 0;
        text-align: center;
        width: 30px;
        position: absolute;
        top: 5px;
        left: 0;
        right: 0;
        line-height: 30px;
    }

    .my-childern-page .children-list .tblmain .icon-lines button .fa-contribution {
        background: rgba(0, 0, 0, 0) url("/images/icon-contribution.png") no-repeat scroll center center;
        background-size: 19px 16px;
        display: inline-block;
        height: 30px;
        width: 30px;
    }

    .my-childern-page .children-list .vew-detail {
        font-size: 15px;
        display: block;
        width: 100%;
        padding: 10px;
        text-align: center;
        background: #e1e1e1;
    }

    .dont-have-plan-child .icon-lines button .fa-contribution {
        background: #fff url("/images/icon-contribution.png") no-repeat scroll center center;
        background-size: 19px 16px;
        display: inline-block;
        height: 30px;
        width: 30px;
    }

    .my-childern-page .children-list .tblmain .icon-lines button.btn-delete .fa {
        color: #cc0000;
    }

    .my-childern-page .children-list .tblmain .icon-lines button.edit-btn .fa {
        color: #224dac;
    }

    .my-childern-page .children-list .tblmain .icon-lines button.design-btn .fa {
        color: forestgreen;
    }

    .my-childern-page .children-list .tblmain .icon-lines button.donate-btn .fa {
        color: #414141;
    }


    /*******contactaddress
************/

    .contactaddress {
        margin: 0 0 30px 0;
    }

    .contactaddress .fa-map-marker {
        font-size: 40px;
        color: #2f82d0;
        display: block;
        height: 60px;
        width: 60px;
        border-radius: 100%;
        line-height: 60px;
        position: relative;
        left: 0;
        right: 0;
        top: 0px;
        text-align: center;
        margin: 0 auto 15px auto;
        background: #fff;
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.37);
        -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.37);
        -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.37);
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.37);
    }

    .contactaddress span {
        display: block;
        font-size: 16px;
        margin-bottom: 15px;
    }

    .contactaddress a>.fa {
        font-size: 15px;
        color: #fff;
        height: 30px;
        width: 30px;
        border-radius: 100%;
        line-height: 30px;
        position: relative;
        left: 0;
        right: 0;
        top: 0px;
        text-align: center;
        margin: 5px;
        background: #2f82d0;
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.37);
        -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.37);
        -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.37);
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.37);
        display: inline-block;
        vertical-align: top;
    }

    .formsection {
        border-radius: 10px;
        background-color: #fff;
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.37);
        padding: 30px;
        margin: 0 auto;
        width: 100%;
        max-width: 540px;
    }

    .formsection h4 {
        color: #2f82d0;
        font-weight: 300;
        font-size: 35px;
        margin: 0 0 30px 0;
        text-align: center;
    }

    .formsection label {
        font-weight: 400;
    }

    .formsection .form-control {
        background-color: #fff;
        border: 1px solid #dddddd;
        padding: 7px 12px;
        -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.10);
        -moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.10);
        box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.10);
    }

    .contactmap {
        background-color: #fff;
        margin: 0;
        text-align: center;
        border-radius: 10px;
        background-color: rgb(47, 130, 208);
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.37);
        padding: 30px;
    }

    .formsection textarea {
        height: 136px;
    }

    .contactmap h4 {
        color: #fff;
        font-weight: 300;
        font-size: 35px;
        margin: 0 0 30px 0;
    }

    .contactmap iframe {
        width: 100%;
        min-height: 450px;
    }


    /** what-we-do/ **/

    .what_we_do_section {
        padding: 20px;
    }

    .what_we_do_section .grey-box {
        background: #f7f7f7 none repeat scroll 0 0;
        box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.5);
        font-size: 17px;
        min-height: 100px;
        padding: 20px;
        width: 100%;
        display: inline-block;
    }

    .what_we_do_section .grey-box .grey-box-left {
        margin: 0 10px 0 0;
    }

    .what_we_do_section .grey-box .grey-box-left img {
        height: 100%;
        margin-bottom: 0;
        width: 100%;
    }

    .what_we_do_section .grey-box .grey-box-right {
        font-size: 17px;
        padding-top: 0;
        text-align: center;
    }

    .what_we_do_section .grey-box .grey-box-right h3 {
        border-bottom: 1px dotted #cccccc;
        border-top: 1px dotted #cccccc;
        color: #071689;
        display: inline-block;
        font-family: Open sans, sans-serif;
        font-size: 24px;
        font-weight: 800;
        margin-bottom: 10px;
        padding: 10px 0;
    }

    .what_we_do_section .wight-box {
        padding: 30px 20px 15px;
        display: inline-block;
    }

    .what_we_do_section .wight-box .box_shadows {
        box-shadow: 0 0 2px #cccccc;
        display: inline-block;
        min-height: 110px;
        padding: 10px;
    }

    .what_we_do_section .wight-box .wight-box-title {
        text-align: center;
    }

    .what_we_do_section .wight-box .wight-box-title h3 {
        color: #1f008b;
        font-weight: 700;
        text-align: center;
        margin-top: 10px;
        font-family: sans-serif;
    }

    .what_we_do_section .wight-box h3 {
        color: #1f008b;
        font-family: sans-serif;
    }

    .what_we_do_section .wight-box .first {
        border-right: 1px solid #cccccc;
        padding-right: 20px;
    }

    .what_we_do_section .wight-box .first h4 {
        text-align: right;
        color: #4375b8;
        font-size: 18px;
    }

    .what_we_do_section .wight-box h4 {
        color: #4375b8;
        font-size: 18px;
    }

    .what_we_do_section .graph-box {
        background: rgba(0, 0, 0, 0) linear-gradient(to right, #4376b8 0%, #ffffff 100%) repeat scroll 0 0;
        font-family: Open sans, sans-serif;
        margin: 20px 0 0;
        width: 100%;
        display: inline-block;
    }

    .what_we_do_section .graph-box .img_blocks {
        padding: 0px;
    }

    .what_we_do_section .graph-box h2 {
        background: url(../../images/graph-title.png) no-repeat right bottom;
        color: #ffffff;
        font-family: Open sans, sans-serif;
        font-size: 20px;
        font-style: italic;
        font-weight: 800;
        margin: 0px 0 20px 0;
        padding: 20px 20px 30px;
    }

    .what_we_do_section .graph-box ul.graph-box-list {
        color: #ffffff;
        margin: 0px;
        padding: 0px;
    }

    .what_we_do_section .graph-box ul.graph-box-list li {
        list-style: none;
        margin-bottom: 20px;
        margin: 0 0 15px 20px;
    }

    .what_we_do_section .graph-box ul.graph-box-list li.box-list-title {
        background: rgba(0, 0, 0, 0) url(../../images/graph-title-sub.png) no-repeat scroll right bottom;
        display: inline-block;
        font-weight: 800;
        margin: 0 0 5px;
        padding: 5px 30px 5px 10px;
        text-transform: uppercase;
        list-style: none;
    }

    .what_we_do_section .graph-box ul.graph-box-list li.box-list-title span {
        background: #ffffff none repeat scroll 0 0;
        border: 0 solid #000000;
        border-radius: 15px;
        color: #071689;
        font-weight: 400;
        margin-right: 5px;
        padding: 0 7px;
    }

    .what_we_do_section .graph-box .graph-box-right {
        padding: 20px;
    }

    .what_we_do_section .graph-box .graph-box-right img {
        height: 100%;
        width: 100%;
    }

    .what_we_do_section .grey-box-big {
        background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #ececed 0%, #f3f3f4 50%, #ececed 100%) repeat scroll 0 0;
        font-family: Open sans, sans-serif;
        font-size: 17px;
        margin: 30px 0 0;
        min-height: 100px;
        padding: 20px 70px;
        width: 100%;
    }

    .what_we_do_section .grey-box-big h3 {
        color: #071689;
        font-family: Open sans, sans-serif;
        font-weight: 700;
        margin-bottom: 20px;
        text-align: center;
    }

    .what_we_do_section .grey-box-big .grey-box-hr {
        border-bottom: 2px dotted #888888;
        height: 1px;
        margin-bottom: 20px;
        width: 100%;
    }

    .what_we_do_section .grey-box-big .blue-text {
        color: #4375b8;
    }

    .what_we_do_section .grey-box-big .blue-text ul {
        margin: 0px;
        padding: 0px;
    }

    .what_we_do_section .wight-box-2 {
        border: 1px solid #dfdfdf;
        box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
        font-family: Open sans, sans-serif;
        font-size: 17px;
        margin: 20px 0;
        padding: 20px 30px 30px;
    }

    .what_we_do_section .wight-box-2 span {
        display: inline-block;
    }

    .what_we_do_section .wight-box-2 span img {
        display: inline-block;
        margin: 2px 2px 2px 0;
    }

    .what_we_do_section .wight-box-2 .wight-box-title {
        margin-bottom: 20px;
        text-align: center;
    }

    .what_we_do_section .wight-box-2 h3 {
        border-bottom: 1px dotted #cccccc;
        color: #4975c3;
        display: inline-block;
        font-family: Open sans, sans-serif;
        font-style: italic;
        font-weight: 300;
        margin: 0 auto;
        padding: 0 30px;
        text-align: center;
    }


    /* learn more sectipn*/
    .learn_more_section {
        padding: 0 15px;
    }

    .learn_more_section .grey-box {
        /*background-image : url(../../images/home_thumb_banner.png) none repeat scroll 0 0;*/
        background: url(../../images/home_thumb_banner.png) no-repeat center;
        font-size: 17px;
        min-height: 100px;
        padding: 0;
        width: 100%;
        float: left;
        background-size: cover;
        position: relative;
    }

    .learn_more_section .grey-box .grey-box-left {
        margin: 0 10px 0 0;
    }

    .learn_more_section .grey-box h3 {
        /* margin: 70px 10px 50px 100px;*/


        color: #FFFFFF;
        margin: 65px 50px;
        padding: 15% 0;
        display: inline-block;
        font-size: 30px;
    }

    .learn_more_section .grey-box .learn_how_video {
        /*  margin-left: 100px;
    margin-top: 40px;*/


        margin-left: 0;
        margin-top: 0;
        width: 100%;
        padding: 34px;
    }

    .learn_more_section .grey-box .learn_how_video video {
        width: 100%;
    }

    .learn_more_section .grey-box .grey-box-left img {
        height: 100%;
        margin-bottom: 0;
        width: 100%;
    }

    .learn_more_section .grey-box .grey-box-right {
        font-size: 17px;
        padding-top: 0;
        text-align: center;
    }

    .learn_more_section .grey-box .grey-box-right h3 {
        border-bottom: 1px dotted #cccccc;
        border-top: 1px dotted #cccccc;
        color: #071689;
        display: inline-block;
        font-family: Open sans, sans-serif;
        font-size: 24px;
        font-weight: 800;
        margin-bottom: 10px;
        padding: 10px 0;
    }

    .learn_more_section .wight-box {
        padding: 30px 20px 15px;
        display: inline-block;
    }

    .learn_more_section .wight-box .box_shadows {
        box-shadow: 0 0 2px #cccccc;
        display: inline-block;
        min-height: 110px;
        padding: 10px;
    }

    .learn_more_section .wight-box .wight-box-title {
        text-align: center;
    }

    .learn_more_section .wight-box .wight-box-title h3 {
        color: #1f008b;
        font-weight: 700;
        text-align: center;
        margin-top: 10px;
        font-family: sans-serif;
    }

    .learn_more_section .wight-box h3 {
        color: #1f008b;
        font-family: sans-serif;
    }

    .learn_more_section .wight-box .first {
        border-right: 1px solid #cccccc;
        padding-right: 20px;
    }

    .learn_more_section .wight-box .first h4 {
        text-align: right;
        color: #4375b8;
        font-size: 18px;
    }

    .learn_more_section .wight-box h4 {
        color: #4375b8;
        font-size: 18px;
    }

    .learn_more_section .graph-box {
        background: rgba(0, 0, 0, 0) linear-gradient(to right, #4376b8 0%, #ffffff 100%) repeat scroll 0 0;
        font-family: Open sans, sans-serif;
        margin: 20px 0 0;
        width: 100%;
        display: inline-block;
    }

    .learn_more_section .graph-box .img_blocks {
        padding: 0px;
    }

    .learn_more_section .graph-box h2 {
        background: url(../../images/graph-title.png) no-repeat right bottom;
        color: #ffffff;
        font-family: Open sans, sans-serif;
        font-size: 20px;
        font-style: italic;
        font-weight: 800;
        margin: 0px 0 20px 0;
        padding: 20px 20px 30px;
    }

    .learn_more_section .graph-box ul.graph-box-list {
        color: #ffffff;
        margin: 0px;
        padding: 0px;
    }

    .learn_more_section .graph-box ul.graph-box-list li {
        list-style: none;
        margin-bottom: 20px;
        margin: 0 0 15px 20px;
    }

    .learn_more_section .graph-box ul.graph-box-list li.box-list-title {
        background: rgba(0, 0, 0, 0) url(../../images/graph-title-sub.png) no-repeat scroll right bottom;
        display: inline-block;
        font-weight: 800;
        margin: 0 0 5px;
        padding: 5px 30px 5px 10px;
        text-transform: uppercase;
        list-style: none;
    }

    .learn_more_section .graph-box ul.graph-box-list li.box-list-title span {
        background: #ffffff none repeat scroll 0 0;
        border: 0 solid #000000;
        border-radius: 15px;
        color: #071689;
        font-weight: 400;
        margin-right: 5px;
        padding: 0 7px;
    }

    .learn_more_section .graph-box .graph-box-right {
        padding: 20px;
    }

    .learn_more_section .graph-box .graph-box-right img {
        height: 100%;
        width: 100%;
    }

    .learn_more_section .grey-box-big {
        /*background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #ececed 0%, #f3f3f4 50%, #ececed 100%) repeat scroll 0 0;*/
        font-family: Open sans, sans-serif;
        font-size: 17px;
        margin: 0;
        min-height: 100px;
        padding: 70px;
        width: 100%;
    }

    .learn_more_section .grey-box-big h3 {
        color: #071689;
        font-family: Open sans, sans-serif;
        font-weight: 700;
        margin-bottom: 20px;
        text-align: center;
    }

    .learn_more_section .grey-box-big .grey-box-hr {
        border-bottom: 2px dotted #888888;
        height: 1px;
        margin-bottom: 20px;
        width: 100%;
    }

    .learn_more_section .grey-box-big .blue-text {
        color: #4375b8;
    }

    .learn_more_section .grey-box-big .blue-text ul {
        margin: 0px;
        padding: 0px;
    }

    .learn_more_section .wight-box-2 {
        border: 1px solid #dfdfdf;
        /*box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);*/
        font-family: Open sans, sans-serif;
        font-size: 17px;
        margin: 0;
        padding: 20px;
        background: #f3f2f7;
        float: left;
        width: 100%;
        height: auto;
    }



    .learn_more_section .grey-box-big.safety-children-block .black-text,
    .learn_more_section .grey-box-big.safety-children-block .blue-text {
        text-align: center;
        font-size: 22px;
        margin: 10px 0;
        display: inline-block;
        width: 100%;
        position: relative;
        z-index: 9;
    }

    .learn_more_section .grey-box-big.safety-children-block .blue-text p {
        color: #1155cc;
    }

    .learn_more_section .grey-box-big.safety-children-block .blue-text-normal {
        text-align: left;
        font-size: 26px;
        margin: 20px 0 0 0;
        position: relative;
        z-index: 9;
    }

    .learn_more_section .grey-box-big.safety-children-block {
        position: relative;
        margin: 0 0 20px 0;
    }

    .learn_more_section .grey-box-big.safety-children-block:before {
        /*background: rgba(0, 0, 0, 0) url(../../images/bg-img.png) no-repeat scroll left top;*/
        content: "";
        position: absolute;
        top: 0;
        height: 74px;
        display: inline-block;
        width: 100%;
        left: 0;
        z-index: 1;
        right: 0;
        background-size: cover;
    }

    .learn_more_section .grey-box-big.safety-children-block:after {
        /*background: rgba(0, 0, 0, 0) url(../../images/safety-bg-img.png) no-repeat scroll left top;*/
        content: "";
        position: absolute;
        top: 0;
        height: 100%;
        display: inline-block;
        width: 100%;
        left: 0;
        z-index: 0;
        right: 0;
        background-size: 100% 100%;
    }

    .learn_more_section .wight-box-2 a.view-btn {
        padding: 60px 0;
        display: inline-block;
    }




    /*.learn_more_section .wight-box-2 img{
    width: 40%;
}*/

    .learn_more_section .wight-box-2 .wight-box-title {
        margin-bottom: 20px;
        text-align: center;
    }

    .learn_more_section .wight-box-2 h3 {
        border-bottom: 1px dotted #cccccc;
        color: #4975c3;
        display: inline-block;
        font-family: Open sans, sans-serif;
        font-style: italic;
        font-weight: 300;
        /*margin : 0px 0px 30px 100px;*/
        /*padding: 10px 0px 200px;*/
        text-align: center;
    }

    .learn_more_section .grey-box-big.content-video-section p,
    .learn_more_section .grey-box-big.content-video-section ol,
    .learn_more_section .grey-box-big.content-video-section div {
        position: relative;
        z-index: 9;
    }

    .learn_more_section .grey-box-big.content-video-section {
        position: relative;
        margin: 0 0 20px 0;
        font-size: 18px;
    }

    .learn_more_section .grey-box-big.content-video-section:before {
        /*background: rgba(0, 0, 0, 0) url(../../images/dk-app.png) no-repeat scroll left top;*/
        content: "";
        position: absolute;
        top: 0;
        height: 74px;
        display: inline-block;
        width: 100%;
        left: 0;
        z-index: 1;
        right: 0;
        background-size: cover;
    }

    .learn_more_section .grey-box-big.content-video-section:after {
        /*background: rgba(0, 0, 0, 0) url(../../images/dk-app-bg.png) no-repeat scroll left top;*/
        content: "";
        position: absolute;
        top: 0;
        height: 100%;
        display: inline-block;
        width: 100%;
        left: 0;
        z-index: 0;
        right: 0;
        background-size: 100% 100%;
    }

    .learn_more_section .grey-box-big.content-video-section ol li {
        margin: 25px 0;
    }

    .learn_more_section .grey-box-big.content-video-section h3 {
        font-size: 32px;
        margin: 50px 0 40px 0;
    }

    .learn_more_section .grey-box-big.content-video-section video {
        width: 100%;
        max-width: 530px;
    }

    .learn_more_section .wight-box-2.blanck-space {
        height: 100px;
        background: rgba(0, 0, 0, 0) url(../../images/dk-app-bg.png) no-repeat scroll left top;
        background-size: 100% 100%;
    }













    /********** how-we-do-it *************/

    .how_we_do_section .wight-box-3 {
        text-align: center;
        padding: 30px;
    }

    .how_we_do_section .wight-box-3 h3 {
        background: #ffffff none repeat scroll 0 0;
        color: #071689;
        display: inline-block;
        font-family: Open sans, sans-serif;
        font-weight: 700;
        margin: 0;
        padding: 0 30px;
        position: relative;
        text-align: center;
        top: -15px;
    }

    .how_we_do_section .grey-box {
        background: #f7f7f7 none repeat scroll 0 0;
        box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.5);
        font-size: 17px;
        display: inline-block;
        padding: 20px;
        width: 100%;
        margin-bottom: 20px;
    }

    .how_we_do_section .grey-box img {
        width: 100%;
        height: 100%;
    }

    .how_we_do_section .grey-box h3 {
        color: #071689;
        font-size: 17px;
    }

    .how_we_do_section .arrow-box {
        font-size: 17px;
        margin: 30px 0 0;
    }

    .how_we_do_section .arrow-box .arrow-box-left {
        padding: 0 0 0 108px;
        text-align: center;
    }

    .how_we_do_section .arrow-box .arrow-box-right {
        padding: 0 40px 0 0;
        text-align: center;
    }

    .how_we_do_section .arrow-box .arrow-box-left .arrow-box-left-border {
        border-right: 1px dotted #cccccc;
        min-height: 159px;
        padding: 0 20px 0 0;
    }

    .how_we_do_section .arrow-box h3 {
        font-family: Open sans, sans-serif;
        font-size: 17px;
        font-weight: 700;
        color: #333333;
        line-height: 1.2;
        margin: 0 0 10px;
    }

    .how_we_do_section .arrow-box .arrow-box-join {
        text-align: center;
    }

    .how_we_do_section .arrow-box .arrow-box-join .blue-btn {
        border: 0 solid #000000;
        border-radius: 8px;
        font-family: Open sans, sans-serif;
        font-size: 22px;
        font-weight: 300;
        margin: 0 0 0 35px;
        padding: 10px 23px;
        position: relative;
        top: -20px;
        color: #fff;
        background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #061272 0%, #071689 50%, #061272 100%) repeat scroll 0 0;
    }

    .how_we_do_section .arrow-box .arrow-box-join img {
        left: 30px;
        position: relative;
        top: -9px;
        margin: 0 auto;
        display: block;
    }

    .how_we_do_section .graph-box-how-we {
        background: rgba(0, 0, 0, 0) linear-gradient(to right, #4376b8 0%, #a1badb 100%) repeat scroll 0 0;
        display: inline-block;
        margin-top: 0;
        padding: 20px 0;
    }

    .how_we_do_section .graph-box h2 {
        background: rgba(0, 0, 0, 0) url(../../images/graph-title.png) no-repeat scroll right bottom;
        color: #ffffff;
        font-family: Open sans, sans-serif;
        font-size: 20px;
        font-style: italic;
        font-weight: 800;
        display: inline-block;
        padding: 30px 60px 30px 30px;
    }

    .how_we_do_section ul.graph-box-ullist {
        margin: 20px;
    }

    .how_we_do_section ul.graph-box-ullist li.graph-box-ullist-first {
        width: 34%;
    }

    .how_we_do_section ul.graph-box-ullist li {
        float: left;
        font-size: 17px;
        margin: 0 20px 0 0;
        list-style: none;
    }

    .how_we_do_section ul.graph-box-ullist li.graph-box-ullist-second {
        width: 24%;
    }

    .how_we_do_section ul.graph-box-ullist li:last-child {
        margin: 0;
    }

    .how_we_do_section ul.graph-box-ullist li.graph-box-ullist-third {
        width: 36%;
    }

    .how_we_do_section .graph-box-how-we table {
        margin-bottom: 0;
    }

    .how_we_do_section .graph-box-how-we table tr td {
        font-size: 17px;
        line-height: 23px;
        padding: 5px;
    }

    .how_we_do_section .graph-box-how-we table tr td span {
        background: #ffffff none repeat scroll 0 0;
        border: 0 solid #000000;
        border-radius: 29px;
        color: #071689;
        display: inline-block;
        font-size: 40px;
        font-weight: 700;
        padding: 15px;
    }

    .how_we_do_section .graph-box-how-we table tr td.first-td-box {
        height: 118px;
    }

    .how_we_do_section .graph-box-how-we table tr td {
        font-size: 17px;
        line-height: 23px;
        padding: 5px;
    }

    .how_we_do_section .graph-box-how-we table tr td.first-td-box-image img {
        height: 170px;
        width: 170px;
    }

    .how_we_do_section .blank-box {
        margin: 40px 0;
        text-align: center;
    }

    .how_we_do_section .blank-box h3 {
        color: #4375b8;
        font-family: Open sans, sans-serif;
        font-size: 28px;
        font-weight: 700;
        text-align: center;
    }

    .how_we_do_section .blank-box h4 {
        color: #404040;
        font-family: Open sans, sans-serif;
        font-size: 30px;
        font-weight: 700;
        text-align: center;
    }

    .how_we_do_section .blue-box-how-we {
        background: rgba(0, 0, 0, 0) url(../../images/blue-bg.png) no-repeat scroll center top / cover;
        color: #ffffff;
        padding: 20px;
    }

    .how_we_do_section .blue-box-how-we .blue-box-left_section {
        padding-top: 0;
        background: none;
    }

    .how_we_do_section .blue-box-how-we .blue-box-right_section {
        padding-top: 0;
    }

    .how_we_do_section .blue-box-how-we h3 {
        border-bottom: 1px solid #ffffff;
        font-size: 19px;
        margin: 0 -23px 20px -20px;
        padding: 0 10px 10px 15px;
        color: #ffffff;
    }

    .how_we_do_section .blue-box ul {
        margin-left: 15px;
    }

    .how_we_do_section .blue-box-how-we ul li {
        list-style: outside none decimal;
        font-size: 17px;
        margin-bottom: 10px;
    }


    /** brighter_future_challenge_section **/

    .brighter_future_challenge_section {}

    .brighter_future_challenge_section .grey-box {
        background: #f7f7f7 none repeat scroll 0 0;
        box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.5);
        font-size: 17px;
        min-height: 100px;
        padding: 20px;
        width: 100%;
        margin: 0 0 30px 0;
    }

    .brighter_future_challenge_section .grey-box-future .grey-box-left img {
        width: 100%;
        height: 100%;
    }

    .brighter_future_challenge_section .grey-box-future .grey-box-right {
        font-size: 16px;
        margin-left: 0;
        padding-top: 0;
        text-align: left;
    }

    .brighter_future_challenge_section .grey-box-future .grey-box-right h3 {
        border-top: 0 none;
        font-size: 20px;
        padding-top: 0;
        border-bottom: 1px dotted #cccccc;
        color: #071689;
        display: inline-block;
        font-family: Open sans, sans-serif;
        font-weight: 800;
        margin-bottom: 10px;
    }

    .brighter_future_challenge_section .blue-box {
        background: rgba(0, 0, 0, 0) url(../../images/blue-bg.png) no-repeat scroll center top / cover;
        color: #ffffff;
        padding: 20px;
    }

    .brighter_future_challenge_section .blue-box .blue-box-left,
    .brighter_future_challenge_section .blue-box .blue-box-right {
        background: none;
    }

    .brighter_future_challenge_section .blue-box .blue-box-left h3 {
        text-align: center;
        font-size: 19px;
        margin-bottom: 20px;
        color: #ffffff;
    }

    .brighter_future_challenge_section .blue-box .blue-box-future-sap {
        background: #ffffff none repeat scroll 0 0;
        height: 1px;
        margin: 0 auto 15px;
        width: 60%;
    }

    .brighter_future_challenge_section .blue-box ul {
        margin-left: 15px;
    }

    .brighter_future_challenge_section .blue-box ul li {
        list-style: outside none decimal;
        margin-bottom: 15px;
        font-size: 17px;
    }

    .brighter_future_challenge_section .blue-box h3 {
        font-size: 19px;
        margin-bottom: 20px;
    }

    .brighter_future_challenge_section .graph-box {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    }

    .brighter_future_challenge_section .graph-box-title {
        margin-bottom: 20px;
        text-align: center;
    }

    .brighter_future_challenge_section .graph-box h2 {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        border-bottom: 1px dotted #cccccc;
        color: #071689;
        display: inline-block;
        font-size: 26px;
        font-style: normal;
        padding: 20px 0 3px;
        text-align: center;
        font-weight: 800;
    }

    .brighter_future_challenge_section .graph-box ul.graph-box-ullist {
        margin: 0;
    }

    .brighter_future_challenge_section .graph-box ul.graph-box-ullist li.graph-box-ullist-first,
    .brighter_future_challenge_section .graph-box ul.graph-box-ullist li.graph-box-ullist-second,
    .brighter_future_challenge_section .graph-box ul.graph-box-ullist li.graph-box-ullist-third {
        width: 31%;
    }

    .brighter_future_challenge_section ul.graph-box-ullist li {
        float: left;
        font-size: 17px;
        margin: 0 20px 0 0;
        list-style: none;
    }

    .brighter_future_challenge_section .graph-box ul.graph-box-ullist li p span {
        color: #071689;
        font-family: Open sans, sans-serif;
        font-size: 50px;
        font-weight: 700;
        padding-right: 85px;
    }

    .brighter_future_challenge_section .graph-box ul li a {
        display: inline-block;
    }

    .brighter_future_challenge_section .graph-box ul li a.button {
        border-radius: 8px;
        font-family: Open sans, sans-serif;
        font-size: 19px;
        font-weight: 300;
        padding: 10px 16px;
        position: relative;
        top: -10px;
        color: #fff;
        background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #061272 0%, #071689 50%, #061272 100%) repeat scroll 0 0;
        border: 0 none;
        margin-top: 5px;
    }

    .brighter_future_challenge_section .graph-box ul.graph-box-ullist li img {
        margin-left: 10px;
        width: 150px;
        height: 150px;
    }

    .brighter_future_challenge_section .graph-box ul li .alignright {
        float: right;
        text-align: right;
    }

    .brighter_future_challenge_section .wight-box-2 {
        border: 1px solid #dfdfdf;
        box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
        font-family: Open sans, sans-serif;
        font-size: 17px;
        margin: 20px 0;
        padding: 20px 30px 30px;
        display: inline-block;
    }

    .brighter_future_challenge_section .wight-box-2 .wight-box-title {
        margin-bottom: 20px;
        text-align: center;
    }

    .brighter_future_challenge_section .wight-box-future h3 {
        color: #4975c3;
    }

    .brighter_future_challenge_section .wight-box-2 h3 {
        border-bottom: 1px dotted #cccccc;
        display: inline-block;
        font-family: Open sans, sans-serif;
        font-style: italic;
        font-weight: 300;
        margin: 0 auto;
        padding: 0 30px;
        font-size: 24px;
        text-align: center;
    }

    .conf-name input {
        float: left;
        width: 98%;
    }

    .conl-name input {
        float: right;
        width: 98%;
    }

    .bottom-search-result.normal-page .person-detail-view .contact-text-center {
        margin: 0 auto;
        padding: 0 60px;
        width: 100%;
        text-align: center;
        line-height: 20px;
    }

    .bottom-search-result.normal-page .person-detail-view .contact-text-center i {
        background: #ffffff none repeat scroll 0 0;
        border-radius: 100%;
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.37);
        color: #2f82d0;
        display: block;
        font-size: 40px;
        height: 60px;
        left: 0;
        line-height: 60px;
        margin: 0 auto 15px;
        position: relative;
        right: 0;
        text-align: center;
        top: 0;
        width: 60px;
    }


    /**************win safari hack----------*/

    .safari .family-request-list figure img,
    .safari .posted-detail-time figure img {
        border-radius: 100%;
        -webkit-border-radius: 100%;
    }


    /***********new ask adviser page design*********************/

    .newask-advisor .aflogo-address {
        margin-bottom: 40px;
    }

    .newask-advisor .aflogo-address figure {
        margin: 0 0 20px 0;
        padding: 0;
    }

    .newask-advisor .ask-scott {
        padding-left: 30px;
    }

    .newask-advisor .aflogo-address .askaddr p {
        color: #737477;
        font-size: 18px;
    }


    /************ app-donation-page**************************/

    .app-donation-page .person-detail-right {
        padding: 0;
        font-family: Helvetica, Arial, sans-serif;
    }

    .app-donation-page .panel-body {
        margin: 0;
        padding: 0;
        background: #fff;
    }

    .app-donation-page .person-detail-view {
        padding: 0;
    }

    .app-donation-page .app-donation-header {
        background: #447ad2;
        color: #fff;
        padding: 13px 0;
    }

    .app-donation-page .app-donation-header h3 {
        text-align: center;
        font-weight: 500;
        margin: 0;
        padding: 5px;
        font-size: 20px;
        line-height: 32px;
        letter-spacing: 0.1px;
    }

    .app-donation-page .app-donation-header h3 a {
        color: #fff;
    }

    .app-donation-page .app-donation-header button#save_btn {
        background: transparent;
        box-shadow: none;
        color: #fff;
        font-weight: 400;
        margin: 0;
        padding: 5px;
        font-size: 29px;
    }

    .app-donation-page .cnclbtn {
        padding-left: 41px;
        text-align: left;
        letter-spacing: 0.1px;
    }

    .app-donation-page .donatbtn {
        padding-right: 43px;
        text-align: right;
    }


    /*****/

    .app-donation-page h4 {
        color: #224dac;
        font-size: 18px;
        padding: 17px;
        background: #f0eff5;
        clear: both;
        width: 100%;
        float: left;
        border-bottom: 1px solid #dddddf;
        border-top: 1px solid #dddddf;
        margin: 0;
    }

    .app-donation-page .app-donation-body {
        padding: 0 18px;
        background: #fff;
    }

    .app-donation-page label {
        font-weight: 600;
        padding: 15px 0px 5px 0;
        font-size: 14px;
        color: #000;
        letter-spacing: 0.5px;
        display: block;
        font-family: Helvetica, Arial, sans-serif;
    }

    .app-donation-page .person-detail-right.edit-profile .form-group {
        margin-bottom: 0;
    }

    .app-donation-page .person-detail-right.edit-profile .form-control {
        padding: 5px 0 15px 0;
        border-style: solid;
        border-width: 0 0 1px 0;
        border-color: #dcdcdc;
        box-shadow: none;
        color: #000;
        font-size: 14px;
        margin: 0;
        line-height: 18px;
        font-weight: 400;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
    }

    .information-block .form-group .fa,
    .amount-block .form-group .fa {
        bottom: 0 !important;
        top: 47px !important;
    }

    .donation-block .card-section {
        padding-top: 40px;
    }

    .app-donation-page .person-detail-right.edit-profile textarea.form-control,
    .app-donation-page .person-detail-right.edit-profile .amount-detail .form-control {
        border: 0;
    }

    .app-donation-page .amount-detail .txt-popup {
        position: relative;
        left: 0;
        top: 0;
        padding: 20px;
        display: inline-block;
        max-width: 850px;
        width: 100%;
        z-index: 55;
        border-radius: 5px;
        border: 1px solid #224dac;
        color: #5f5f5f;
        background: #e8ecf1;
        float: left;
    }

    .app-donation-page .amount-detail .txt-popup::before {
        content: "";
        position: absolute;
        right: 100%;
        top: auto;
        left: 15px;
        bottom: 100%;
        margin: 0;
        border-bottom: 10px solid #224dac;
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
        border-top: 10px solid transparent;
        height: 0;
        width: 0;
    }

    .app-donation-page .button-box {
        text-align: center;
    }

    .app-donation-page #save_btn {
        float: none;
    }

    .app-donation-page .agree-box {
        margin: 10px 0 0 0;
        clear: both;
        float: left;
        width: 100%;
        padding: 30px 0;
        background: #0f53b8;
    }

    .app-donation-page .agree-box .termscondition {
        position: relative;
        color: #fff;
        font-weight: 400;
        font-size: 20px;
        padding: 0 30px;
        text-align: center;
    }

    .app-donation-page .agree-box .termscondition a {
        color: #fff;
        font-weight: 500;
    }

    .app-donation-page .agree-box .termscondition input {
        opacity: 0;
        width: 100%;
        top: 0;
        left: 0;
        bottom: 0;
        position: absolute;
        height: 100%;
    }

    .app-donation-page .agree-box button.ctributbtn {
        text-align: center;
        color: #fff;
        font-size: 20px;
        font-weight: 40px;
        padding: 20px 0;
        background: #224dac;
        width: 100%;
        display: block;
        margin: 30px 0 0 0 !important;
        border: 0;
        box-shadow: none;
    }

    .app-donation-page ::-webkit-input-placeholder {
        color: #000;
        opacity: 1;
    }

    .app-donation-page ::-moz-placeholder {
        color: #000;
        opacity: 1;
    }

    .app-donation-page :-ms-input-placeholder {
        color: #000;
        opacity: 1;
    }

    .app-donation-page :-moz-placeholder {
        color: #000;
        opacity: 1;
    }

    .state-plan-map {
        overflow: auto;
    }


    /******invite contact*************/

    .static-page .static-content.invitecontactpg {
        padding: 0;
    }

    .invitecontactpg-content {
        /* padding: 0px 50px 50px 50px; */
        width: 100%;
        float: left;
        padding: 50px;
    }

    .invitecontactpg .banner {
        position: relative;
    }

    .invitecontactpg .banner figure img {
        width: 100%;
    }

    .invitecontactpg .banner .banner-txt {
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        padding: 38px 38px 38px 0;
        z-index: 88;
        width: 48%;
        background: url(../../images/whiteshdw.png) right center no-repeat;
        text-align: right;
    }

    .invitecontactpg .banner .banner-txt h1 {
        font-size: 25px;
        font-weight: 300;
        color: #fff;
        text-align: center;
        float: left;
        margin: 0;
        display: block;
        clear: both;
        width: 100%;
    }

    .invitecontactpg h2 {
        font-size: 27px;
        font-weight: 300;
        color: #1271ca;
        text-align: center;
        line-height: 33px;
        margin: 43px 0 17px 0;
    }

    .invitecontactpg .banner .banner-txt .banner-txt-logo {
        display: block;
        float: left;
        margin: 30px 0;
        width: 100%;
    }

    .invitecontactpg .banner .banner-txt .banner-number {
        display: block;
        color: #fff;
        font-weight: 400;
        width: 100%;
        float: left;
        font-size: 20px;
        line-height: 23px;
    }

    .invitecontactpg .banner .banner-txt .banner-number a {
        color: #fff;
    }

    .invitecontactpg p {
        color: #707070;
        font-size: 15px;
        font-weight: 400;
        line-height: 18px;
        text-align: center;
    }

    .invitecontactpg h3 {
        font-size: 20px;
        text-align: center;
        color: #1271ca;
        font-weight: 300;
        margin: 47px 0 0 0;
        line-height: 23px;
    }

    .invitecontactpg .registerlknks {
        text-align: center;
        margin-top: 20px;
        clear: both;
        display: block;
        width: 100%;
        float: left;
    }

    .invitecontactpg .registerlknks h4 {
        color: #707070;
        font-size: 16px;
        font-weight: 400;
        line-height: 18px;
        text-align: center;
        padding: 0;
        margin: 0 0 16px 0;
    }

    .invitecontactpg .registerlknks figure {
        border-radius: 5px;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.11);
        padding: 14px 15px;
        display: block;
    }

    .invitecontactpg .registerlknks figure.inviteweblogo {
        padding: 8px 15px;
    }

    .reportpopup h5 {
        color: #224dac;
        font-size: 18px;
        font-weight: 400;
        padding: 10px 20px 0 20px;
    }

    .reportpopup #likebox {
        margin: 0;
        padding-top: 0;
    }

    .reportpopup .radio {
        margin: 0;
    }

    .reportpopup .radio input {
        margin: 3px 5px 0 -20px;
    }

    .reportpopup .radio label {
        padding-left: 22px;
        cursor: pointer;
        color: #7c7c7c;
        font-size: 14px;
        margin-bottom: 6px;
        font-weight: 400;
    }

    .reportpopup .reasontxt label {
        display: block;
    }

    .reportpopup input[type="text"] {
        background-color: #fff;
        border: 1px solid #dddddd;
        padding: 7px 12px;
        -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.10);
        -moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.10);
        box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.10);
        font-size: 14px;
        color: #5f5f5f;
        font-weight: 400;
        border-radius: 4px;
        width: 100%;
    }

    .reportpopup .button-box {
        padding: 10px 0;
    }

    .reportpopup.like-popup .modal-body .ng-scope {
        border: 0;
        margin: 0;
        padding: 0;
    }

    .like-popup.reportpopup .modal-body {
        max-height: 350px;
    }

    .monthtext .backbtn {
        margin: 20px 0;
    }

    .monthtext .backbtn .fa {
        font-size: 19px;
        margin: 0 3px 0 0;
    }

    .monthtext ul li {
        padding: 0 0 0 20px;
        margin: 0 0 10px 0;
        line-height: 22px;
        position: relative;
    }

    .monthtext ul li:before {
        position: absolute;
        content: "";
        width: 8px;
        height: 8px;
        background: #224dac;
        left: 0;
        top: 5px;
        border-radius: 100%;
        -webkit-border-radius: 100%;
    }

    .monthtext .profile-box iframe {
        width: 100%;
        height: 315px;
        margin: 0 0 25px 0;
    }

    .monthtext h4 {
        font-size: 20px;
        color: #262626;
        font-weight: 400;
    }

    .monthtext ol {
        counter-reset: li;
        list-style: none;
    }

    .monthtext ol li {
        margin-bottom: 20px;
        position: relative;
        counter-increment: li;
        padding-left: 10px;
    }

    .monthtext ol li:before {
        content: counter(li);
        color: #fff;
        display: inline-block;
        width: 25px;
        height: 25px;
        border-radius: 100%;
        background: #1271ca;
        line-height: 25px;
        font-size: 17px;
        margin-left: -25px;
        text-align: center;
        position: absolute;
        left: 0;
    }

    .monthtext ol li span {
        display: block;
        text-align: left;
        margin: 15px 0 0 0;
        color: #000;
        line-height: 22px;
    }

    .monthtext ol li span a {
        color: #224dac;
        display: inline-block;
    }

    .monthtext ol li span a:hover {
        color: #000;
    }

    .profilebox-map-row {
        margin-bottom: 40px;
    }

    .profilebox-map-row .profile-box,
    .profilebox-map-row .state-plan-map {
        padding: 20px;
        background-color: #fff;
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.16);
        border: 0;
        text-align: center;
        width: 100%;
        max-width: 100%;
    }

    .profilebox-map-row .mapimg {
        margin: 0 auto;
        display: block;
    }

    .profilebox-map-row a.askbtn {
        font-size: 14px;
        padding: 8px 18px;
        margin: 10px 0 0 0;
        background: #224dac;
        color: #fff;
        border-radius: 5px;
        display: inline-block;
    }

    .profilebox-map-row a.askbtn:hover {
        background: #737477;
    }

    .static-page .month-listing ul {
        margin: 20px 0;
        padding: 0;
        list-style: none;
    }

    .static-page .month-listing ul li {
        margin: 0 0 15px 0;
        padding: 20px;
        display: block;
        width: 100%;
        position: relative;
        background: #efefef;
    }

    .static-page .month-listing ul li a {
        display: inline-block;
        float: right;
    }

    .static-page .month-listing ul li b {
        color: #1271ca;
        font-size: 18px;
        font-weight: 500;
        margin: 0 15px 0 0;
    }


    /***
Phone Page css
***/

    body.phone-detect .inner-div {
        /*padding-top: 0px !important;*/
    }

    body.phone-detect .static-page .page-title h2 {
        padding: 0 0 10px 0 !important;
    }

    body.phone-detect .static-page .month-listing ul li,
    body.phone-detect .static-page .askadviser-bluepic,
    body.phone-detect .accordiondesign #accordion .profile-box {
        padding: 15px !important;
    }

    body.phone-detect .static-page .month-listing ul li b {
        margin: 0px !important;
    }

    body.phone-detect .accordiondesign #accordion .panel-heading a h4 {
        display: block !important;
    }

    span.boldtxt {
        font-weight: 600;
    }


    /*********Stare post css******/

    .wall-post .person-detail-view .person-detail-right.staredpost {
        position: relative;
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.38);
        margin: 48px 0 0px 0;
        background: #f3fff5;
    }

    .wall-post .person-detail-view .person-detail-right.staredpost .stare-star {
        position: absolute;
        bottom: 100%;
        right: 10px;
        display: inline-block;
        z-index: 0;
        font-weight: 600;
        font-size: 17px;
        text-transform: uppercase;
        color: #fff;
        background: #88af8e;
        padding: 6px 15px;
    }

    .wall-post .person-detail-view .person-detail-right.staredpost .stare-star .fa {
        display: inline-block;
        margin: 0 5px 0 0;
    }

    .newsfeed .person-detail-right.staredpost .makechoice a,
    .newsfeed .person-detail-right.staredpost .makechoice a .fa {
        color: #000;
    }

    .newsfeed .person-detail-right.staredpost .makechoice a .fa.fa-contribution {
        background: url(/images/icon-contribution-black.png) 4px 0 no-repeat;
        height: 17px;
        width: 27px;
        background-size: contain;
    }

    .newsfeed .person-detail-right.staredpost .makechoice a.likelink {
        color: #224dac;
    }

    .newsfeed .person-detail-right.staredpost .makechoice a.likelink .fa-like {
        background: url(../../images/icon-like-done.png) 0px 1px no-repeat;
        background-size: 15px 15px;
    }

    .newsfeed .person-detail-right.staredpost .comment-box {
        background: #dfe9e1;
    }

    .static-page .about529-plans ul {
        margin: 20px 0;
        padding: 0;
        list-style: none;
    }

    .static-page .about529-plans ul li {
        margin: 0 0 15px 0;
        padding: 20px;
        display: table;
        width: 100%;
        position: relative;
        background: #efefef;
        text-align: left;
    }

    .static-page .about529-plans ul li span {
        display: table-cell;
        padding: 0 0 0 40px;
        vertical-align: middle;
    }

    .static-page .about529-plans ul li a {
        display: inline-block;
    }

    .static-page .about529-plans ul li .lefticon {
        display: table-cell;
        width: 80px;
        vertical-align: middle;
    }

    .static-page .about529-plans ul li .lefticon figure {
        width: 80px;
    }

    .static-page .about529-plans ul li .lefticon figure img {
        max-width: 100%;
    }

    .static-page .lessontxt h4 {
        color: #000;
        font-size: 20px;
    }

    .lessontxt iframe {
        width: 100%;
        height: 550px;
        margin-bottom: 20px;
    }


    /** post **/

    .newsfeed .wall-post .person-detail-view .person-detail-right.achieve_post {
        position: relative;
        border-radius: 8px;
        padding: 14px 30px 50px 30px;
        width: 100%;
        max-width: 870px;
        background-size: 100% auto;
    }

    .newsfeed .wall-post .person-detail-view .person-detail-right.achieve_post .form-group {
        margin-bottom: 26px;
        z-index: 9;
        background: #fff;
        padding: 20px;
        margin-top: 25%;
        width: 98%;
        margin-left: auto;
        margin-right: auto;
        float: none;
        display: block;
    }

    .newsfeed .timeline-view .wall-post .person-detail-view .person-detail-right.achieve_post.top_post_banner .form-group {
        margin-top: 25%;
    }

    .newsfeed .wall-post .person-detail-view .person-detail-right.achieve_post .form-group .achieve_text {
        font-size: 20px;
        text-align: center;
        width: 100%;
        color: #40a2bd;
        padding: 0 0 20px 0;
    }

    .newsfeed .wall-post .person-detail-view .person-detail-right.achieve_post .form-group .post_spec_bottom {
        padding: 20px 0 0 0;
        display: inline-block;
        text-align: center;
        width: 100%;
    }

    .newsfeed .timeline-view .wall-post .person-detail-view .person-detail-right.achieve_post .form-group .post_spec_bottom {
        padding: 20px 0 50px 0;
    }

    .newsfeed .wall-post .person-detail-view .person-detail-right.achieve_post .form-group .post_spec_bottom button.btn {
        background: #224dac;
    }

    .newsfeed .wall-post .person-detail-view .person-detail-right.achieve_post .form-group .post_spec_bottom button.btn:hover {
        background: #414141;
        color: #fff;
    }

    .newsfeed .wall-post .person-detail-view .person-detail-right.achieve_post.top_bottom_banner_post {
        background-image: url('../../images/post-top.png'), url('../../images/post-bottom.png');
        background-position: left top, left bottom;
        background-repeat: no-repeat, no-repeat;
    }


    /** Top img **/

    .newsfeed .wall-post .person-detail-view .person-detail-right.achieve_post.top_post_banner {
        background-image: url('../../images/post-top.png');
        background-position: left top;
        background-repeat: no-repeat;
    }

    .newsfeed .wall-post .person-detail-view .person-detail-right.achieve_post.top_post_banner .form-group {
        margin-bottom: 0;
        padding-bottom: 15px;
    }


    /** bottom img **/

    .newsfeed .wall-post .person-detail-view .person-detail-right.achieve_post.bottom_post_banner .form-group {
        margin-top: 0px;
    }

    .newsfeed .wall-post .person-detail-view .person-detail-right.achieve_post.bottom_post_banner {
        background-image: url('../../images/post-bottom.png');
        background-position: left bottom;
        background-repeat: no-repeat;
    }


    /** post inner post **/

    .special_post.wall-post .person-detail-view .person-detail-right.achieve_post {
        position: relative;
        border-radius: 8px;
        padding: 14px 30px;
        width: 100%;
        max-width: 100%;
    }

    .special_post.wall-post .person-detail-view .person-detail-right.achieve_post.top_bottom_banner_post {
        background-image: url('../../images/inner-post-head.png'), url('../../images/inner-post-bottom.png');
        background-position: left top, left bottom;
        background-repeat: no-repeat, no-repeat;
    }

    .special_post.wall-post .person-detail-view .person-detail-right.achieve_post.top_post_banner {
        background-image: url('../../images/inner-post-head.png');
        background-position: left top;
        background-repeat: no-repeat;
    }

    .special_post.wall-post .person-detail-view .person-detail-right.achieve_post.bottom_post_banner {
        background-image: url('../../images/inner-post-bottom.png');
        background-position: left bottom;
        background-repeat: no-repeat;
    }


    /**
Albums Section
**/

    .albums-section {
        margin: 0 -10px 0 -10px;
    }

    .albums-section .albums-list {
        float: left;
        width: 31.5%;
        height: 180px;
        margin: 20px 10px 0px 10px;
        overflow: hidden;
        position: relative;
        background: #000;
        border-radius: 4px;
        -webkit-transition: 200ms ease-out 0.2ms;
        -moz-transition: 200ms ease-out 0.2ms;
        -o-transition: 200ms ease-out 0.2ms;
        transition: 200ms ease-out 0.2ms;
    }

    .albums-section .albums-list:hover {
        transform: scale(1.02);
        -webkit-transition: 200ms ease-out 0.2ms;
        -moz-transition: 200ms ease-out 0.2ms;
        -o-transition: 200ms ease-out 0.2ms;
        transition: 200ms ease-out 0.2ms;
    }

    .albums-section .albums-list:hover img {
        opacity: 1;
    }

    .albums-section .albums-list img {
        opacity: 0.5;
    }

    .albums-section .albums-list .albums-title {
        position: absolute;
        bottom: 10px;
        left: 15px;
        font-weight: bold;
    }

    .albums-section .albums-list .albums-title a {
        color: #fff;
    }

    .albums-section .create-albums {
        background: url('/images/create-bg.png') center center no-repeat #3d79e0;
        background-size: cover;
    }

    .albums-section .create-albums .albums-title {
        top: 45%;
        bottom: 10px;
        left: 0;
        right: 0;
        width: 100%;
        text-align: center;
    }

    .albums-section a {
        color: #fff;
    }

    .albums-section a:hover {
        color: #000;
    }

    .profile-pic-guest {
        text-align: center;
        margin: -125px auto 30px auto;
        display: inline-block;

    }

    .profile-pic-guest .person-img {
        margin: 0 10px 0 0;
    }


    /* .amount-detail .txt-popup{
    left: 0;
    top: 50px;
} */

    .person-detail-view .person-detail-right.edit-profile .form-group input[type="text"],
    .person-detail-view .person-detail-right.edit-profile .form-group select {
        padding: 0 10px 0 28px !important;
        height: 35px;
        -webkit-appearance: none;
    }


    /********************* Video section ******************/

    .div-video {
        display: inline-block;
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }

    .div-video h4 {
        margin: 30px 0;
        width: 100%;
        padding: 0 100px;
        font-size: 18px;
        line-height: 24px;
    }

    .div-video video {
        height: auto;
    }

    .div-video .form-group.text-center.pull-left {
        display: inline-block;
        width: 100%;
        text-align: right;
        padding: 0 40px 0 0;
    }

    body.hide-background .header_mobile_div .header-menu-fixed {
        display: none;
    }

    .form-horizontal .form-group {
        margin-right: 0;
        margin-left: -15px;
    }

    /*********************************/
    .rating-txt {
        display: inline-block;
        line-height: 35px;
        vertical-align: middle;
    }

    .rating-txt .fa {
        margin: 0 2px 2px 0;
    }

    .align-txt {
        display: flex;
        align-items: center;
    }

    .header .logo.align-txt img {
        /* border-radius: 14px; */
    }

    .header .logo.align-txt h3 {
        padding: 0;
    }

    .header .logo.align-txt a.learn-more {
        padding: 0;
    }

    /*** Global Classes ***/
    .d-inline-block {
        display: inline-block;
    }

    .d-block {
        display: block;
    }

    .ml-auto {
        margin-left: auto;
    }

    .mr-auto {
        margin-right: auto;
    }

    .mx-auto {
        margin-left: auto;
        margin-right: auto;
    }

    .my-auto {
        margin-top: auto;
        margin-bottom: auto;
    }

    .d-flex {
        display: flex;
        flex-wrap: wrap;
    }

    .flex-direction-column {
        flex-direction: column;
    }

    .flex-direction-row {
        flex-direction: row;
    }

    .align-items-center {
        align-items: center;
    }

    .justify-content-center {
        justify-content: center;
    }

    .separator {
        background: #f9f9f9;
        padding: 3px;
    }

    .separator p {
        font-size: 1px;
        line-height: 1px;
        margin: 0px !important;
    }

    .my-1 {
        margin-top: 2px;
        margin-bottom: 2px;
    }

    .my-2 {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .my-3 {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .my-4 {
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .my-5 {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .py-5 {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .py-10 {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .py-15 {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .fs16 {
        font-size: 16px;
        line-height: 1.5;
    }

    .fs18 {
        font-size: 18px;
        line-height: 1.5;
    }

    .fs48 {
        font-size: 48px;
    }

    .position-relative {
        position: relative;
    }

    .px-0 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    input[type="text"],
    input[type="email"],
    input[type="password"],
    input[type="tel"],
    textarea,
    .form-control {
        box-shadow: 0px 0px 1px 1px rgb(0 0 0 / 7%) !important;
        border: 1px solid transparent !important;
        border-radius: 0px !important;
        /*     padding-left: 37px; */
        background: #F1F1F1;
    }

    .form-control:focus,
    input[type="text"]:focus,
    input[type="email"]:focus,
    input[type="password"]:focus,
    input[type="tel"]:focus,
    textarea:focus {
        border: 1px solid #c3c3c3 !important;
    }

    .btn.btn-primary,
    .btn-primary,
    a.btn-primary {
        display: inline-block;
        width: auto;
        margin: 0 auto;
        text-align: center;
        float: none;
        background: #224dac;
        box-shadow: none;
        padding: 8px 14px;
        border-radius: 50px;
        font-size: 14px;
        line-height: 20px;
        font-family: 'Roboto';
        vertical-align: middle;
        font-weight: 400 !important;
        color: #fff !important;
    }

    .btn.btn-primary:hover,
    .btn-primary:hover,
    a.btn-primary:hover,
    .btn.btn-primary:active,
    .btn-primary:active,
    a.btn-primary:active,
    .btn.btn-primary:focus,
    .btn-primary:focus,
    a.btn-primary:focus {
        background: #3f77f3 !important;
    }

    .btn.btn-primary i,
    .btn-primary i,
    a.btn-primary i {
        color: #fff !important;
        margin-right: 5px;
    }

    .btn.btn-secondary,
    .btn-secondary {
        display: inline-block;
        width: auto;
        margin: 0 auto;
        text-align: center;
        float: none;
        background: #898989;
        box-shadow: none;
        padding: 8px 14px;
        border-radius: 50px;
        font-size: 14px;
        line-height: 20px;
        font-family: 'Roboto';
        vertical-align: middle;
        font-weight: 400 !important;
        color: #fff !important;
    }

    .btn.btn-secondary:hover,
    .btn-secondary:hover,
    .btn.btn-secondary:active,
    .btn-secondary:active,
    .btn.btn-secondary:focus,
    .btn-secondary:focus {
        background-color: #bfbfbf !important;
    }

    .outline-btn {
        display: inline-block;
        border: 1px solid #ccc;
        border-radius: 30px;
        padding: 7px 14px;
        transition: all 0.5s ease;
        color: #9b9b9b;
        background: transparent;
        font-size: 14px;
        line-height: 20px;
        font-family: 'Roboto';
    }

    .outline-btn i {
        color: #9b9b9b;
        transition: all 0.5s ease;
    }

    .outline-btn:hover,
    .outline-btn:active,
    .outline-btn:focus,
    .outline-btn.active {
        background: #3f77f3;
        border-color: #3f77f3;
        color: #fff !important;
    }

    .outline-btn:hover i,
    .outline-btn:active i,
    .outline-btn:focus i,
    .outline-btn.active {
        color: #fff !important;
    }


    /*************  25-02-2022 user-education ***********/
    .mt-1,
    .my-1 {
        margin-top: 0.25rem !important;
    }

    .mt-2,
    .my-2 {
        margin-top: 0.5rem !important;
    }

    .mt-3,
    .my-3 {
        margin-top: 1rem !important;
    }

    .mt-4,
    .my-4 {
        margin-top: 1.5rem !important;
    }

    .mt-5,
    .my-5 {
        margin-top: 3rem !important;
    }

    .mt-6,
    .my-6 {
        margin-top: 4.5rem !important;
    }

    .mb-6,
    .my-6 {
        margin-bottom: 4.5rem !important;
    }

    .mb-5,
    .my-5 {
        margin-bottom: 3rem !important;
    }

    .mb-4,
    .my-4 {
        margin-bottom: 1.5rem !important;
    }

    .mb-3,
    .my-3 {
        margin-bottom: 1rem !important;
    }

    .mb-2,
    .my-2 {
        margin-bottom: 0.5rem !important;
    }

    .mb-1,
    .my-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-1,
    .mx-1 {
        margin-left: 0.25rem !important;
    }

    .ml-2,
    .mx-2 {
        margin-left: 0.5rem !important;
    }

    .ml-3,
    .mx-3 {
        margin-left: 1rem !important;
    }

    .ml-4,
    .mx-4 {
        margin-left: 1.5rem !important;
    }

    .ml-5,
    .mx-5 {
        margin-left: 3rem !important;
    }

    .ml-6,
    .mx-6 {
        margin-left: 4.5rem !important;
    }

    .mr-6,
    .mx-6 {
        margin-right: 4.5rem !important;
    }

    .mr-5,
    .mx-5 {
        margin-right: 3rem !important;
    }

    .mr-4,
    .mx-4 {
        margin-right: 1.5rem !important;
    }

    .mr-3,
    .mx-3 {
        margin-right: 1rem !important;
    }

    .mr-2,
    .mx-2 {
        margin-right: 0.5rem !important;
    }

    .mr-1,
    .mx-1 {
        margin-right: 0.25rem !important;
    }

    .pt-1,
    .py-1 {
        margin-top: 0.25rem !important;
    }

    .pt-2,
    .py-2 {
        margin-top: 0.5rem !important;
    }

    .pt-3,
    .py-3 {
        margin-top: 1rem !important;
    }

    .pt-4,
    .py-4 {
        margin-top: 1.5rem !important;
    }

    .pt-5,
    .py-5 {
        margin-top: 3rem !important;
    }

    .pt-6,
    .py-6 {
        margin-top: 4.5rem !important;
    }

    .pb-6,
    .py-6 {
        margin-bottom: 4.5rem !important;
    }

    .pb-5,
    .py-5 {
        margin-bottom: 3rem !important;
    }

    .pb-4,
    .py-4 {
        margin-bottom: 1.5rem !important;
    }

    .pb-3,
    .py-3 {
        margin-bottom: 1rem !important;
    }

    .pb-2,
    .py-2 {
        margin-bottom: 0.5rem !important;
    }

    .pb-1,
    .py-1 {
        margin-bottom: 0.25rem !important;
    }

    .pl-1,
    .px-1 {
        margin-left: 0.25rem !important;
    }

    .pl-2,
    .px-2 {
        margin-left: 0.5rem !important;
    }

    .pl-3,
    .px-3 {
        margin-left: 1rem !important;
    }

    .pl-4,
    .px-4 {
        margin-left: 1.5rem !important;
    }

    .pl-5,
    .px-5 {
        margin-left: 3rem !important;
    }

    .pl-6,
    .px-6 {
        margin-left: 4.5rem !important;
    }

    .pr-6,
    .px-6 {
        margin-right: 4.5rem !important;
    }

    .pr-5,
    .px-5 {
        margin-right: 3rem !important;
    }

    .pr-4,
    .px-4 {
        margin-right: 1.5rem !important;
    }

    .pr-3,
    .px-3 {
        margin-right: 1rem !important;
    }

    .pr-2,
    .px-2 {
        margin-right: 0.5rem !important;
    }

    .pr-1,
    .px-1 {
        margin-right: 0.25rem !important;
    }


    .register-step.user-education .register-box-right {
        padding: 0;
        width: 100%;
        margin: 20px 0 80px 0;
        border-radius: 10px;
        background: #fff;
    }

    .register-step.user-education .register-box-right .panel-body {
        padding: 0;
        border: 1px solid #e9e9e9;
    }

    .register-step.user-education .register-box-right .panel-body .footer-search {
        padding: 0;
    }

    .register-step.user-education .register-box-right .getstarted-box .footer-search .container {
        width: 100%;
        padding: 0;
    }


    .register-step.user-education .register-box-right .user-education-block {
        width: 90%;
        margin: 0 auto 30px;
    }


    .register-step.user-education .register-box-right .footer-search .footer-search-wrap {
        width: 100%;
        max-width: 90%;
        margin: 0 auto 20px;
    }

    .register-step.user-education .register-box-right .getstarted-box .footer-search h3 {
        background: #3574db;
        margin: 0 0 20px 0;
        color: #fff;
        padding: 20px;
        font-size: 28px;
    }

    .register-step.user-education .register-box-right .footer-search .search-box form {
        padding: 20px 30px;

        display: inline-block;
        width: 100%;

    }

    .register-step.user-education .register-box-right .getstarted-box .row ol {
        padding: 0 0 0 20px;
        margin: 0;
    }

    .register-step.user-education .register-box-right .getstarted-box .row ol li {
        margin: 0 0 20px 0;
    }

    .register-step.user-education .register-box-right .getstarted-box video {
        background: #fff;
        padding: 16px;
        box-shadow: 0px 0px 10px #ccc;
        border-radius: 10px;
    }

    .register-step.user-education .register-box-right .getstarted-box h3 {
        background: #f1f1f1;
        display: inline-block;
        width: 100%;
        padding: 10px;
        margin: 0;
        border-bottom: #fff solid 2px;
    }

    .register-step .get-start-block {
        text-align: center;
        margin: 0;
        background: linear-gradient(271deg, #A0B8F6, #304EB2);
        border-radius: 3px;
        padding: 20px;
        color: #ffffff;
    }


    .register-step .get-start-block p {
        margin: 0;
        padding: 0;
        text-align: left;
    }

    .register-step .get-start-block a {
        color: #ffff;
    }

    .register-step .get-start-block a::after {
        content: '❯';
        position: absolute;
        right: 0;
        top: 0;
        display: inline-flex;
        align-items: center;
        margin: auto;
        font-size: 30px;
        padding: 0 13px 0 13px;
        color: #fff;
        height: 100%;
        /* background: #3a58b9;*/

    }


    /*** Header ***/
    header.header {
        background-color: #ffffff !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }



    header.header .logo-single .logo-img,
    header.header .logo-img {
        max-width: 40px;
        object-fit: cover;
        object-position: center;
        width: 100%;
    }

    header.header .search-form,
    header.header .search-form input {
        margin: 0px;
    }

    header.header .search-form input {
        background: #f9f9f9;
        font-weight: 400;
        font-family: 'Roboto';
        color: #1f1f1f !important;
        box-shadow: 0px 0px 2px 0px #c7c7c7 !important;
        border: 0px !important;
        border-radius: 30px !important;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    header.header .search-form input::placeholder,
    header.header .search-form input::-moz-placeholder,
    header.header .search-form input:-ms-input-placeholder,
    header.header .search-form input::-webkit-input-placeholder {
        color: #9A9A9A !important;
    }

    header.header .search-form input::placeholder {
        color: #9A9A9A !important;
    }

    header.header .search-form button .fa {
        color: #ffffff;
        font-size: 16px;
    }

    header.header .search-form button {
        top: 4px;
        bottom: 4px;
        right: 4px;
        color: #ffffff;
        width: 32px;
        height: 32px;
        background: #224dac;
        border-radius: 50%;
        transition: all 0.5s ease;
    }

    header.header .search-form button:hover {
        background: #3f77f3;
    }

    header.header .profile-header-right ul li {
        margin: 5px 10px;
    }

    .profile-header-right ul li a:hover,
    .profile-header-right ul li.active a {
        color: #3f77f3 !important;
    }

    .child-wallpost .profile-pic {
        margin-bottom: 30px;
    }

    .child-wallpost .profile-child-name h3 {
        margin-top: 0px;
        color: #1f1f1f;
        margin-bottom: 10px;
    }

    .slim .slim-area .slim-status {
        background-color: #224dac;
        height: initial !important;
        padding: 150px 30px 100px 30px;
    }

    .slim .slim-area .slim-status .slim-label>p {
        margin-top: 15px;
    }

    .contribution-now {
        margin: auto;
        text-align: right !important;
    }

    .wall-post .person-detail-view .person-detail-right {
        background: #f9f9f9;
        box-shadow: 0 0px 1px 0px #c7c7c7;
        border-radius: 8px;
        padding: 0px !important;
        overflow: hidden;
    }

    .wall-post .person-detail-view .person-detail-right>.form-group {
        padding: 0px !important;
        margin-bottom: 0px !important;
    }

    .posted-person-name {
        padding: 15px 15px 0px 15px;
    }

    .wall-post .posted-person-name .cap-click {
        top: 15px;
        right: 15px;
    }

    .timeline-view .person-detail-right .form-group {
        background: #f9f9f9 !important;
    }

    .newsfeed .person-detail-right .posted-detail-time figure {
        box-shadow: none;
        width: 60px;
        height: 60px;
        border: 1px solid #c7c7c7;
    }

    .child-wallpost .posted-detail-time .posted-times {
        padding-left: 0px;
    }

    .newsfeed .person-detail-right .posted-detail-time .post-sub {
        font-size: 16px;
    }

    .newsfeed .person-detail-right .posted-detail-time .post-sub strong {
        font-weight: 500;
    }

    .post-imgstyle .mbrick img {
        width: 100%;
        height: auto;
        margin: 15px 0px;
        border-radius: 10px;
    }

    .newsfeed .person-detail-right .post-type .bx-viewport {
        background: transparent;
        border: 0px;
        border-radius: 10px !important;
        overflow: hidden !important;
        left: 0;
    }

    .newsfeed .person-detail-right .post-type .bx-viewport ul {
        margin: 0px !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    .newsfeed .person-detail-right .post-type .bx-viewport ul>li {
        width: 100% !important;
    }

    .newsfeed .person-detail-right .post-type .bx-viewport ul>li img {
        display: inline-block;
        margin: 0 auto;
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    .newsfeed .person-detail-right .like-commnets {
        padding: 10px 15px;
    }

    .newsfeed .person-detail-right .makechoice {
        padding: 10px;
    }

    .newsfeed .person-detail-right .makechoice a .fa {
        position: initial;
        width: 19px !important;
        height: 17px !important;
        display: inline-block !important;
        margin: 0 auto;
        vertical-align: middle;
        margin-right: 2px;
    }

    .newsfeed .person-detail-right .makechoice a .fa.fa-contribution {
        top: auto;
        vertical-align: middle;
        background: url('/images/icon-contribution-white.png') no-repeat !important;
        background-size: 18px !important;
        background-position: center;
    }

    .newsfeed .person-detail-right .like-commnets span,
    .newsfeed-popup .modal-footer .like-commnets span {
        font-size: 14px;
        font-weight: 500;
    }

    .like-popup .post-content-close {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    .personpic figure {
        box-shadow: none;
        border: 1px solid #c7c7c7;
    }

    .comment-box {
        background: #ffffff;
        padding: 4px 10px 10px 10px;
        border-radius: 4px;
    }

    .fixedbottom-comment .commondiv {
        padding: 10px 50px 0 50px;
    }

    .makechoice .makechoice-links {
        display: flex;
        align-items: center;
    }

    .makechoice .makechoice-links a {
        margin-right: 15px;
    }

    .makechoice .makechoice-links a:last-child {
        margin-right: 0px;
    }

    .commondiv .commenttextarea .send-comment {
        width: 40px !important;
        background: transparent !important;
        box-shadow: none;
    }

    .commondiv .commenttextarea .send-comment i {
        color: #224dac !important;
        font-size: 18px !important;
    }

    .commondiv .commenttextarea textarea {
        width: 100%;
    }

    .commentdisplay strong {
        font-weight: 600;
    }

    .commenttextarea strong,
    .commentdisplay span.ng-binding {
        font-weight: 400;
    }

    .child-comment {
        padding-left: 70px;
    }

    .child-comment .personpic {
        left: 20px;
    }

    .newsfeed .person-detail-right .makechoice a,
    .newsfeed-popup .modal-footer .makechoice a {
        font-weight: 400;
    }

    .dropdown-content a {
        font-weight: 400;
    }

    .dropdown-content:before {
        background: #f9f9f9;
    }

    .notification-section:before,
    .request-section:before {
        border-bottom: 10px solid #f7f7f7;
        right: 27px;
        top: -5px;
    }

    .post-popup-img1 .post-content-close {
        box-shadow: 0 0 4px rgba(153, 153, 153, 0.60);
    }

    /*.progress-bar .left,
.progress-bar .right,
.progress-bar .rotate {
    background-color: #3deb8e !important;
}
*/
    .circle .data-text {
        font-size: 20px;
        font-weight: 600;
        font-family: 'Roboto';
    }

    .circle .data-text span {
        font-size: 16px;
        font-weight: 400;
    }

    #morebtn.dropbtn.btn:before {
        display: none !important;
    }

    .position-relative .cap-click {
        position: absolute;
        right: 0 !important;
        left: auto;
        top: 100% !important;
    }

    .position-relative .cap-click .dropdown-content {
        left: auto;
        right: 0;
        margin: auto;
    }

    .position-relative .cap-click .dropdown-content:before {
        right: 0;
        left: 0;
        top: -7px;
        bottom: auto;
        margin: auto;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
    }

    .button-group-area {
        justify-content: space-evenly;
        box-shadow: 0 0 4px 0px rgba(0, 0, 0, 0.08);
        padding: 15px 5px;
        margin: 5px 2px;
    }

    .button-group-area .btn {
        margin: 0px;
        padding: 8px 14px !important;
        font-size: 16px !important;
        background: transparent !important;
        box-shadow: none !important;
        color: #1f1f1f !important;
        font-weight: 500 !important;
        padding: 0px !important;
    }

    .button-group-area .btn-img {
        max-height: 20px;
        margin-right: 8px;
        vertical-align: bottom;
    }

    .button-group-area .btn:hover {
        color: #224dac !important;
    }

    .login-required-area {
        position: fixed;
        height: 100vh;
        width: 100vw;
        background: rgba(0, 0, 0, 0.45);
        display: block;
        z-index: 99999;
        top: 0;
        left: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .login-required-area .login-required-block {
        background-color: #fff;
        padding: 30px 20px;
        border-radius: 4px;
    }

    .owl-carousel.recent-donors-sliders {
        display: block !important;
    }

    .owl-carousel.recent-donors-sliders .owl-stage-outer {
        padding: 0px 2px;
    }

    .owl-carousel.recent-donors-sliders .owl-stage {
        display: flex;
    }

    .owl-carousel.recent-donors-sliders .owl-stage .item {
        padding: 1px;
        cursor: pointer;
    }

    .owl-carousel.recent-donors-sliders .owl-stage .item,
    .owl-carousel.recent-donors-sliders .owl-stage .item .children-list {
        height: 100%;
    }

    .owl-carousel.recent-donors-sliders .owl-stage .item .children-list:hover {
        border-color: rgba(34, 77, 172, 0.31);
    }

    .owl-carousel.recent-donors-sliders .children-list {
        display: block;
        float: none;
        border: 1px solid #e9e9e9;
        background: #fff;
        border-radius: 10px;
        padding: 15px;
    }

    .owl-carousel.recent-donors-sliders .children-list .tblmain {
        display: block;
        width: 100%;
    }

    .owl-carousel.recent-donors-sliders .children-list .search-pic.tbl figure {
        width: 80px;
        height: 80px;
    }

    .owl-carousel.recent-donors-sliders .children-list .search-pic.tbl figure img {
        position: relative;
        z-index: 1;
        background-color: #fff;
        border: 4px solid #fff;
    }

    .owl-carousel.recent-donors-sliders .children-list .search-pic.tbl figure h4 {
        right: -85%;
        height: 80px;
        width: 80px;
        font-size: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .owl-carousel.recent-donors-sliders .children-list .donation h4 {
        padding: 0 20px 10px 0px;
        font-size: 18px;
        font-weight: 500;
        color: #1f1f1f;
    }

    .owl-carousel.recent-donors-sliders .owl-dots {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .owl-carousel.recent-donors-sliders .owl-dots button {
        background-color: transparent !important;
    }

    .owl-carousel.recent-donors-sliders .owl-dots button span {
        background-color: #e9e9e9 !important;
        margin: 5px;
    }

    .owl-carousel.recent-donors-sliders .owl-dots button.active span {
        background-color: #d3d3d3 !important;
    }

    .share-memory-box {
        margin-top: 15px;
    }

    .share-memory-box .btn {
        min-width: 85px;
    }

    .share-memory-box .modal-content {
        border: 0px;
        box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
    }

    .share-memory-box .tab-content {
        margin: 0px;
        padding: 0px;
    }

    .share-memory-box .share-memory-box-input {
        padding: 5px;
    }

    .share-memory-box .share-memory-box-input textarea {
        border: 0px !important;
        box-shadow: none !important;
        font-size: 16px;
        resize: vertical !important;
    }

    .share-memory-box .share-memory-box-tabs {
        background: #f3f3f3;
        padding: 5px 5px;
    }

    .share-memory-box .share-memory-box-tabs .nav-tabs {
        border-bottom: 0px !important;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .share-memory-box .modal-content .tab-content .tab-pane>div {
        padding: 15px;
        background-color: #f9f9f9;
    }

    .share-memory-box .post-content .dropzone {
        border: 0px;
        margin: 0px;
        padding: 10px;
    }

    .share-memory-box .error-message {
        position: initial;
    }

    .share-memory-box .privacy-setting {
        padding: 15px;
        background-color: #f9f9f9;
    }

    .share-memory-box .privacy-setting ul {
        margin-bottom: 15px;
    }

    .share-memory-box .privacy-setting ul li label p {
        font-size: 14px;
        line-height: 20px;
        color: #a3a3a3;
    }

    .share-memory-box .privacy-setting ul li label:after {
        border-radius: 30px;
    }

    .share-memory-box .privacy-setting ul li input[type="radio"]:checked+label:before {
        background: url("/images/checkicon-white.png") center center no-repeat;
        z-index: 1;
        background-size: 16px;
    }

    .share-memory-box .privacy-setting ul li input[type="radio"]:checked+label:after {
        border-radius: 30px;
        background: #224dac;
        border-color: #224dac;
    }

    .share-memory-box .share-memory-box-tabs ul li a span {
        font-size: 16px;
        line-height: 20px;
        font-weight: 500;
        color: #1f1f1f !important;
        vertical-align: middle;
    }

    .share-memory-box .share-memory-box-tabs ul li a img {
        max-height: 20px;
        margin-right: 5px;
        vertical-align: middle;
    }

    /** DONOR PAGE **/
    .donor-info .person-img {
        margin: 0px auto 15px auto !important;
        position: initial !important;
        float: none;
        display: block;
        text-align: center;
    }

    .donor-info h5 {
        padding: 15px;
        border-radius: 3px;
    }

    .donor-info h3 a {
        color: #1f1f1f;
    }

    .donor-info h3 a:hover {
        color: #224dac;
    }

    .person-detail-view .person-detail-right.edit-profile .form-group input[type="text"],
    .person-detail-view .person-detail-right.edit-profile .form-group select {
        height: initial !important;
        padding-top: 7px !important;
        padding-bottom: 7px !important;
    }

    @media(max-width:991px) {

        h3,
        .h3 {
            font-size: 18px;
        }

        .child-wallpost .cover-img #cover_pic_fig,
        .child-wallpost .cover-img .no-img-div {
            height: initial;
            max-height: initial;
        }

        .slim .slim-area .slim-status {
            padding: 80px 30px 90px 30px;
        }

        .slim .slim-area .slim-status .slim-label {
            top: auto;
            font-size: 18px;
        }

        .slim .slim-area .slim-status .slim-label:before {
            font-size: 32px;
        }

        .slim .slim-area .slim-status .slim-label>p {
            margin-top: 8px;
        }

        .btn.btn-primary i,
        .btn-primary i,
        a.btn-primary i {
            display: inline-block !important;
            height: 17px !important;
            vertical-align: middle !important;
            top: auto !important;
        }

        .owl-carousel.recent-donors-sliders .children-list .search-pic.tbl figure,
        .owl-carousel.recent-donors-sliders .children-list .search-pic.tbl figure h4 {
            width: 60px;
            height: 60px;
        }

        .owl-carousel.recent-donors-sliders .children-list .donation h4 {
            font-size: 16px;
        }

        .owl-carousel.recent-donors-sliders .children-list .search-pic.tbl figure h4 {
            font-size: 14px;
        }
    }

    @media(max-width:767px) {
        .make-donation-btn .contribution-now {
            text-align: left !important;
        }

        .makechoice .makechoice-links a.btn-primary {
            padding: 6px 10px;
        }

        .share-memory-box .share-memory-box-tabs .nav-tabs li a {
            text-align: center;
        }

        .share-memory-box .share-memory-box-tabs .nav-tabs li a i {
            margin: 0px;
        }

        .share-memory-box .share-memory-box-tabs .nav-tabs li a span {
            display: none;
        }
    }

    @media(max-widtH:640px) {
        .profile-header-right ul li {
            margin: 0px !important;
            padding: 10px 5px !important;
        }

        .profile-header-right ul li a {
            color: #224dac !important;
        }

        .header .search-form {
            margin-top: 15px !important;
        }

        .newsfeed .person-detail-right .makechoice>.row>div,
        .newsfeed .person-detail-right .makechoice>.row>.col-sm-4 {
            width: auto;
            padding: 4px 10px;
        }

        .contribution-now button.btn.btn-primary {
            padding: 8px 24px !important;
            font-size: 16px !important;
        }

        .button-group-area .btn,
        .profile-detail-section .button-group-area button {
            font-size: 13px !important;
            padding: 6px 12px !important;
            min-width: 120px;
            margin: 2px 0px;
        }

        .button-group-area .btn>i.fa,
        .button-group-area button>i.fa {
            height: 15px !important;
        }

        .newsfeed .person-detail-right .posted-detail-time .post-sub,
        #Mylife p span {
            font-size: 14px !important;
        }
    }

    @media(max-width:600px) {
        .newsfeed .person-detail-right .makechoice {
            padding: 0px 2px;
        }

        .makechoice .makechoice-links a.btn-primary {
            padding: 6px 6px;
        }
    }

    @media(max-width:480px) {
        .newsfeed .person-detail-right .posted-detail-time figure {
            margin-right: auto !important;
            margin-left: 0px !important;
            margin-bottom: 15px !important;
        }

        .newsfeed .person-detail-right .makechoice>.row {
            justify-content: space-between;
        }

        .btn.btn-primary i,
        .btn-primary i,
        a.btn-primary i {
            display: inline-block !important;
            height: 17px !important;
            vertical-align: middle !important;
            top: auto !important;
        }

        .button-group-area i {
            height: 15px !important;
        }

        .makechoice .makechoice-links a {
            margin-right: 4px;
        }

        .makechoice .makechoice-links a,
        .makechoice .makechoice-links a.btn-primary {
            font-size: 11px;
        }

        .makechoice .makechoice-links a.outline-btn {
            padding: 6px 10px;
            line-height: 18px;
        }

        .makechoice .makechoice-links a i {
            font-size: 14px !important;
        }

        .makechoice .makechoice-links a i,
        .newsfeed .person-detail-right .makechoice a .fa.fa-contribution {
            background-size: 14px !important;
        }

        .newsfeed .person-detail-right .makechoice a .fa.fa-contribution {
            height: 14px !important;
            width: 16px !important;
        }

        .donation-info .card-section .card-header .card span {
            padding: 0 0 0 4px;
            font-size: 12px;
        }

        .donation-info .card-section .card-header .card img {
            max-width: 26px;
        }
    }

    .text-white {
        color: white !important;
    }

    .text-black {
        color: black !important;
    }



    /************ 28/02/2022 ***********/

    .register-step .get-start-block {
        display: inline-block;
        position: relative;
        padding-right: 47px;
        width: 100%;
        overflow: hidden;
        text-align: left;
        height: 100%;
    }

    .register-step.user-education .register-box-right .getstarted-box .video-block {
        width: 100%;
        max-width: 440px;
        margin: 30px auto;
        height: 100%;
    }

    .register-step.user-education .register-box-right .getstarted-box .text-discription {
        padding: 20px;
    }

    .register-step.user-education .register-box-right .getstarted-box h3 {
        margin: 0 0 16px 0;
    }

    .register-step.user-education .register-box-right .getstarted-box .get-start-section {
        margin: 0px 0 30px 0;
    }

    /*************************** Footer Search Result **********************************/
    .bottom-search-result {
        padding: 10px;
    }

    .footer-search-list {
        padding: 25px 50px !important;
    }

    .footer-search-list .person-detail-right {
        padding: 0px !important;
    }

    /* ---02-06-2022-- */

    .logo-part {
        text-align: left;
        display: flex;
        padding: 20px 0 5px 0;
        align-items: center;
        justify-content: center;
    }

    .logo-part span {
        padding: 0px 10px 0 10px;
        font-weight: 600;
        font-style: italic;
        line-height: 18px;
    }




    /*---03-06-2022---*/
    /*--search-change--*/

    .page .sub-title {
        color: #333;
        font-style: italic;
        font-weight: 500;
        font-size: 15px;

    }


    .footer-search .footer-search-wrap .search-box {
        position: relative;
    }


    .search-btn-set {
        position: absolute;
        top: 16px;
        left: 15px;
    }

    .search-btn {
        padding: 10px 15px !important;
        display: flex;
        width: 100% !important;
        max-width: 36px;
        justify-content: center;
        align-items: center;
        position: absolute;
        right: 14px;
        top: 0;
        border-radius: 0 !important;

    }

    .main-title h2 {
        font-size: 29px;
    }


    .highlight-text {
        font-weight: 600;
        color: #666666;
        font-style: italic;
        margin-bottom: 20px;
    }


    /*****06-06-2022*****/
    .dk-video {
        /*float: right;*/
        width: 100%;
        display: inline-block;
        box-shadow: 7px 0px 31px 0px #0000001a;
        text-align: center;

    }


    /* ----steps-design---- */
    .steps {
        align-items: center;
        display: flex;
        justify-content: center;

    }

    span.num {
        display: inline-block;
        margin: 0 20px 20px 20px;
        width: 100%;
        height: 50px;
        background: #cfe2f3;
        line-height: 29px;
        border: 1px solid;
        border-radius: 50%;
        font-size: 25px;
        padding: 10px;
        max-width: 50px;
        text-align: center;
        font-weight: 500;

    }

    /* --13-06-2022-- */

    .card-box {
        border-radius: 8px;
        margin: 0 10px 20px 10px;
        padding: 10px 30px 10px 30px;
        position: relative;
        counter-increment: step-counter;
        background: #f5f5f5;
        cursor: pointer;
    }

    .card-box.active {
        background-color: #0045af;
        color: #fff;
    }

    .card-box::after {
        content: counter(step-counter);
        position: absolute;
        top: 50%;
        bottom: 50%;
        transform: translate(-50%, -50%);
        left: 0px;
        background: #f5f5f5;
        padding: 8px;
        border: 2px solid #666666;
        border-radius: 50%;
        width: 30px;
        height: 30px;
        line-height: 7px;
        font-weight: 600;
        color: #666666;
        display: flex;
        align-items: center;
        justify-content: center;

    }

    .card-box.active h3 {
        color: #fff;
    }

    .card-box.active:after {
        border: 2px solid #0045af;

    }


    /*--13-06-2022--*/
    .logo-title-2 {
        font-size: 18px;
        font-weight: 500;
        color: #686565;
        font-style: normal;
    }

    position: relative;
    float: left;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.family-request-list-section .family-request-list:hover {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.family-request-list figure {
    background: #fbfbfb none repeat scroll 0 0;
    border: 0 none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    display: block;
    float: none;
    height: 110px;
    left: 0;
    margin: 0 auto 20px auto;
    overflow: hidden;
    position: relative;
    right: 0;
    width: 110px;
    z-index: 0;
}

.family-request-list-section h4 {
    font-weight: 400;
    margin: 0 0 30px;
}

.family-list-centr-line:after {
    content: "";
    width: 1px;
    height: auto;
    right: -1px;
    top: 37px;
    bottom: 20px;
    background: #ccc;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.family-request-list article {
    min-height: 77px;
    text-align: center;
}

.family-request-list article h6 {
    font-size: 15px;
    color: #224dac;
    display: block;
    line-height: 15px;
    padding: 0 20px 9px 20px;
    margin: 0;
    font-weight: 600;
    width: 100%;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

.family-request-list article span {
    font-size: 12px;
    padding: 0 20px 2px 20px;
    color: #7c7c7c;
    display: block;
    width: 100%;
    float: left;
}

.true-false {
    margin: 0;
    text-align: center;
    width: 100%;
    float: left;
    background: #7ea5e5;
    padding: 5px 0;
    border-bottom-left-radius: 7px;
    -webkit-border-bottom-left-radius: 7px;
    -moz-border-bottom-left-radius: 7px;
    -o-border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    -webkit-border-bottom-right-radius: 7px;
    -moz-border-bottom-right-radius: 7px;
    -o-border-bottom-right-radius: 7px;
}

.true-false button {
    background: none;
    box-shadow: none;
    border: 0;
    background: #fff;
    border: 0 none;
    border-radius: 100%;
    box-shadow: none;
    color: #fff;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    width: 30px;
    margin: 0 5px;
}

.true-false button .fa-contribution {
    background: url(/images/icon-contribution.png) center center no-repeat;
    height: 30px;
    width: 30px;
    display: inline-block;
    background-size: 19px 16px
}

.true-false .fa {
    font-size: 13px;
    color: #7c7c7c;
}

.true-false button:hover {
    background: #F0F0F0;
}

.true-false button:hover .fa {
    color: #7c7c7c;
}

.true-false button .fa-check {
    color: green;
}

.true-false button .fa-times {
    color: red;
}

.true-false button:hover .fa-check {
    color: forestgreen;
}

.true-false button:hover .fa-times {
    color: firebrick;
}

.true-false .col-sm-6 small {
    display: block;
    color: #fff;
    font-style: normal;
    font-weight: 500;
}

.info-box {
    position: absolute;
    top: 0px;
    right: 0px;
    margin: auto;
}

.search-list .info-box {
    position: absolute;
    top: 0;
    right: 0;
}

.info-box h4 {
    font-size: 13px;
    padding: 10px 0 6px 0;
    margin: 0;
    font-weight: 600;
    color: #4d4d4d;
    display: inline-block;
}

.info-box small {
    color: #000;
    font-size: 10px;
    line-height: 12px !important;
    color: #7c7c7c;
}

.info-box .parent-child-detail {
    background: #f1f1f1 none repeat scroll 0 0;
    float: left;
    margin: 10px 0 0;
    padding: 0 8px;
    width: 100%;
}

.info-box .fa {
    background: #7ea5e5;
    border-top-right-radius: 7px;
    -webkit-border-top-right-radius: 7px;
    -moz-border-top-right-radius: 7px;
    -o-border-top-right-radius: 7px;
    border-bottom-left-radius: 7px;
    -webkit-border-bottom-left-radius: 7px;
    -moz-border-top-right-radius: 7px;
    -o-border-bottom-left-radius: 7px;
    height: 30px;
    width: 37px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    position: relative;
    cursor: pointer;
}

.info-box .info-box-details {
    position: absolute;
    top: 40px;
    left: -103px;
    width: 150px;
    color: #fff;
    text-align: left;
    display: none;
    min-width: 235px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.6);
    -o-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.6);
    background: #fff;
}

.info-box:hover {
    z-index: 999;
}

.info-box .info-box-details:before {
    bottom: 100%;
    top: auto;
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    margin: auto;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #224dac;
}

.info-box:hover .info-box-details {
    display: block;
}

.info-box-details h2 {
    background: #224dac;
    color: #fff;
    padding: 8px 20px;
    width: 100%;
    box-sizing: border-box;
    font-size: 15px;
    font-weight: 500;
    margin: 0;
    position: relative;
}

.info-box-details .details {
    padding: 0 15px 15px 15px;
    background: #fff;
    width: 100%;
    float: left;
    position: relative;
}

.info-box .onoffswitch {
    position: relative;
    width: 65px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    display: inline-block;
    right: 0;
    float: right;
}

.info-box .onoffswitch-checkbox {
    display: none;
}

.info-box .onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #FFFFFF;
    border-radius: 20px;
    padding: 0;
}

.info-box .onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
}

.info-box .onoffswitch-inner:before,
.onoffswitch-inner:after {
    display: block;
    float: left;
    width: 50%;
    height: 21px;
    padding: 0;
    line-height: 22px;
    font-size: 12px;
    color: white;
    font-family: Trebuchet, Arial, sans-serif;
    font-weight: bold;
    box-sizing: border-box;
}

.info-box .onoffswitch-inner:before {
    content: "ON";
    padding-left: 10px;
    transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    background-color: forestgreen;
    color: #FFFFFF;
}

.info-box .onoffswitch-inner:after {
    content: "OFF";
    padding-right: 10px;
    transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    background-color: #EEEEEE;
    color: #999999;
    text-align: right;
}

.info-box .onoffswitch-switch {
    display: block;
    width: 10px;
    margin: 2px;
    height: 10px;
    background: #FFFFFF;
    position: absolute;
    top: 5px;
    bottom: 0;
    right: 43px;
    border: 2px solid #FFFFFF;
    border-radius: 20px;
    transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
}

.info-box .onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
    transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
}

.info-box .onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-switch {
    right: 9px;
    transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
}

.info-box .onoffswitch1 {
    display: inline-block;
    position: relative;
    float: right;
}

.info-box-details h3 {
    font-size: 13px;
    color: #4d4d4d;
    font-weight: 600;
    display: block;
    width: 100%;
    float: left;
    padding-bottom: 8px;
    border-bottom: 1px solid #e1e1e1;
    margin: 15px 0 10px 0;
}

.info-box-details span {
    color: #7c7c7c;
    font-size: 12px;
    display: block;
    line-height: 14px;
    margin: 0 0 8px 0;
    display: block;
    width: 100%;
    float: left;
}

.search-list .ng-scope {
    position: relative;
    z-index: 9;
}

.relation-status {
    position: absolute !important;
    left: 15px;
    top: 0;
    width: 75px;
    height: 78px;
    background: transparent;
    border-top-left-radius: 7px;
    -webkit-border-top-left-radius: 7px;
    -o-border-top-left-radius: 7px;
    -moz-border-top-left-radius: 7px;
    /* overflow: hidden; */
}

.child-details {
    display: inline-block;
    padding: 0 10px;
}

.children-list .relation-status {
    border-top-left-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -o-border-top-left-radius: 10px;
    -moz-border-top-left-radius: 10px;
}

.relation-status:after {
    width: 0;
    height: 0;
    border-top: 55px solid #2863c4;
    border-right: 55px solid transparent;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

.relation-status span {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -html-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    display: block;
    top: 11px;
    left: -20px;
    text-align: center;
    position: relative;
    z-index: 55;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
}

.read-more .arrow-right:after {
    content: "❯";
    position: absolute;
    right: 0;
    top: 0;
    display: inline-flex;
    align-items: center;
    font-size: 18px;
    color: #a29dab;
    height: 100%;
    margin: auto;
    padding: 0px 13px;
}

.home-page-new .children-list {
    margin-bottom: 20px;
}

.children-list {
    /*border:  1px solid;*/
    background: #f9f9f9;
    border-radius: 50%;
    -webkit-border-radius: 10px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    float: left;
    overflow: hidden;
    margin-bottom: 30px;
    padding: 20px 0 0 0;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    /*width: 100%;*/
    min-height: 260px;
}

.children-list h4 {
    color: #224dac;
    font-size: 16px;
    margin: 0;
    padding: 0 20px 10px 20px;
    text-align: center;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.children-list h4 .fa {
    background: #7ea5e5;
    border: 0 none;
    border-radius: 100%;
    box-shadow: none;
    color: #fff;
    display: block;
    height: 30px;
    line-height: 30px;
    margin: 5px auto;
    padding: 0;
    text-align: center;
    width: 30px;
    float: none;
    font-size: 14px;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
}

.children-list h4 .fa:hover {
    background: #444;
}

.children-list h4 a {
    color: #444;
}

.children-list h4 a:hover {
    color: #224dac;
}

.children-list h4:after {
    height: 2px;
    width: 50px;
    left: 0;
    right: 0;
    margin: 0 auto;
    content: "";
    position: absolute;
    bottom: 0;
    background: #e6e6e6;
}

.children-list .donation {
    text-align: left;
    /* min-height: 50px;
    padding: 0 20px; */
    line-height: 24px;
    font-size: 16px;
    color: #444;
}

.children-list h3 {
    color: #4a4848;
    font-size: 13px;
    margin: 0;
    padding: 5px 10px 0 10px;
    text-align: left;
    list-style: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.btn-add-child {
    margin-bottom: 20px;
    float: right;
}

.add-child-last-box figure {
    width: 150px;
    height: 150px;
}

.add-child-box h4:after {
    display: none;
}

.form-group .radio-inline input {
    margin-top: 2px;
}

.checkbox-design input[type=checkbox] {
    display: none;
}

.checkbox-design label:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    position: absolute;
    left: 19px;
    top: 6px;
    bottom: 1px;
    background-color: #aaa;
    box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8);
}

.checkbox-design label {
    margin-bottom: 10px;
    padding-left: 26px;
    color: #5f5f5f;
    font-weight: 400;
}

.checkbox-design label:before {
    border-radius: 3px;
}

.checkbox-design input[type=radio]:checked+label:before {
    content: "\2022";
    color: #f3f3f3;
    font-size: 30px;
    text-align: center;
    line-height: 18px;
}

.checkbox-design input[type=checkbox]:checked+label:before {
    content: "\2713";
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    font-size: 15px;
    color: #414141;
    text-align: center;
    line-height: 15px;
}

.message-area {
    min-height: 125px;
    resize: none;
}

.donation-info {
    margin-top: 30px;
}

.donor-info h3 {
    margin: 0 0 20px 0;
    padding: 0;
    color: #262626;
    text-align: center;
}

.donor-info h2 {
    font-size: 18px;
}

.donor-info h5 {
    background: #224dac none repeat scroll 0 0;
    font-size: 15px;
    padding: 10px;
    margin: 0 0 15px 0;
    color: #fff;
    font-weight: 400;
    text-align: center;
}

.donor-info h5 span {
    font-weight: 500;
    float: right;
}

.donor-info .person-img {
    height: 120px;
    width: 120px;
}

.donor-info .person-img figure {
    width: 100%;
    border: 0;
}

.donor-info .person-img img {
    height: auto;
    margin: 0;
    width: 100%;
}

.donor-info .person-img figure::after {
    display: none;
}

.show-tick .dropdown-menu .fa-check {
    display: none;
    float: right;
}

.show-tick .dropdown-menu .selected .fa-check {
    display: inline-block;
    position: absolute;
    top: 0px;
    bottom: 0;
    margin: auto;
    height: 13px;
    right: 10px;
}

.edit-section {
    position: absolute;
    top: 9px;
    right: 4px;
}

.edit-section .btn {
    background: none;
    border: 0 none;
    border-radius: 100%;
    box-shadow: none;
    color: #fff;
    display: inline-block;
    height: 15px;
    line-height: 15px;
    margin: 0 0 0 3px;
    padding: 0;
    text-align: center;
    width: 15px;
}

.edit-section .btn .fa {
    color: #7c7c7c;
    font-size: 16px;
    opacity: 0.6;
}

.edit-section .btn:hover .fa {
    color: #7ea5e5;
    background: none;
    opacity: 1;
}

.edit-section .btn.btn-delete:hover .fa {
    color: red;
}


/* newsfeed page css-*/

.newsfeed .person-detail-right {
    background: none;
    padding: 0;
}

.newsfeed .person-detail-right .fa {
    font-size: 17px;
}

.newsfeed .whatsonmind {
    border-left: 1px solid rgba(0, 0, 0, 0);
    border-right: 1px solid rgba(0, 0, 0, 0);
    border-top: 1px solid rgba(0, 0, 0, 0);
    border-bottom: 0px solid #ddd;
    box-shadow: none;
    border-radius: 0;
    height: 50px;
    padding: 7px 0;
    resize: vertical;
}

.child-wallpost .whatsonmind {
    padding: 10px;
}

.child-wallpost .post-content-close {
    display: inline-block;
    float: right;
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 25px;
}

.child-wallpost .post-content-close a:hover {
    color: #d13939;
}

.newsfeed .whatsonmind.required-field-error {
    border: 1px solid red;
    padding-left: 20px;
}

.post-section {
    position: relative;
}

.post-section:before {
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    min-height: 100%;
    height: auto;
    z-index: 55;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    position: fixed;
}

body.hide-background.post-section .header {
    z-index: 1;
}

.post-section .post-content {
    position: relative;
    z-index: 555;
    width: 100%;
    float: left;
    background: #efefef;
    padding: 15px 0;
    top: -75px;
    border-radius: 8px;
}

.post-section .post-content .heading-blue {
    background: #224dac;
    color: #fff;
    padding: 10px 15px;
}

.post-section .post-content-close {
    position: absolute;
    right: 7px;
    top: 10px;
    display: inline-block;
    z-index: 55;
    width: 25px;
    height: 25px;
    background: transparent;
}

.post-section .post-content-close a {
    font-size: 20px;
    color: #224dac;
    opacity: 1;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.post-section .post-content-close a:hover {
    color: #d13939;
}

.child-post-section .post-content ul {
    background: #fff;
}

.post-content ul li .fa {
    margin-right: 8px;
}

.post-content ul li {
    background: transparent;
    border-radius: 0;
    margin: 0;
    font-size: 13px;
}

.post-content ul li.active,
.post-content ul li:hover,
.post-content ul li.active:hover,
.post-content ul li:focus {
    background: transparent;
}

.post-content ul li a {
    color: #333;
    border: 0;
}

.child-post-section .post-content ul li a {
    color: #333;
}

.child-post-section .post-content ul li.active a,
.child-post-section .post-content ul li:hover a,
.child-post-section .post-content ul li.active:hover a,
.child-post-section .post-content ul li.active:focus a,
.child-post-section .post-content ul li:focus a,
.child-post-section .nav-tabs>li.active>a,
.child-post-section .nav-tabs>li.active>a:focus,
.child-post-section .nav-tabs>li.active>a:hover {
    color: #224dac;
}

.post-content ul li.active a,
.post-content ul li:hover a,
.post-content ul li.active:hover a,
.post-content ul li.active:focus a,
.post-content ul li:focus a,
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #224dac;
    border-width: 0;
    background-color: transparent;
    border-top-left-radius: 8px;
    border-radius: 0;
}

.post-content .tab-content {
    width: 100%;
    float: left;
    background: #fff;
    margin: 0 0 15px 0;
    border: 0px solid #ccc;
    padding: 0 10px;
}

.post-content form {
    margin: 0;
    padding: 0;
}

.post-content .dropzone {
    min-height: 100px;
    border-width: 1px;
    border-style: solid;
    border-color: #ddd transparent transparent transparent;
    overflow: hidden;
    margin: 10px 0px 0 0;
    padding: 0 0 10px 0;
}

.win.safari .post-content .dropzone {
    text-align: center;
}

.win.safari .post-content .dropzone input {
    opacity: 1;
    background: #e1e1e1;
    border: 0;
    display: inline-block;
    padding: 10px;
    min-height: 20px;
}

.win.safari .post-content .dropzone input[type="file"] {
    padding: 7px 10px;
}

.post-content .dropzone .dz-preview:hover .dz-image img {
    filter: blur(1px);
}

.post-content .dropzone .dz-filename,
.post-content .dropzone .dz-size {
    display: none;
}

.post-content .dropzone.required-field-error {
    border: 1px solid red !important;
}

.required-field-error {
    border: 1px solid red;
}

.selection.required-field-error {
    border: 0;
}

.post-content .dz-drag-hover {
    border-width: 1px;
    border-style: dotted !important;
    border-color: #224dac;
}

.post-content .dropzone .error-message {
    margin: 3px 0;
    padding: 0;
    display: block;
    color: #ccc;
    border: 0;
}

.post-content .dropzone .error-message:before {
    display: none;
}

.post-content .button-box {
    background: #fff;
    padding: 5px 10px;
    text-align: left;
}

.news-feed-child-blade .post-content .button-box {
    background: #f5f5f5;
}

.news-feed-child-blade .newsfeed-popup .post-content .button-box {
    background: transparent;
    padding: 0;
}

.post-content .tab-content .form-group {
    margin-bottom: 0;
}

.post-content .button-box .form-group,
.post-content .button-box .form-control {
    display: inline-block;
    vertical-align: top;
}

.selection {
    margin-bottom: 10px;
}

.child-choose-post .col-sm-6.ng-scope {
    z-index: 9;
}

.post-content .select2 {
    width: 100% !important;
    z-index: 9;
}


/* .select2-container {
width: 100% !important;
} */

.select2-selection {
    min-height: 2px !important;
    border: 1px solid #ccc !important;
}

.required-field-error .select2-selection {
    border: 1px solid red !important;
}

.select2-container .select2-search--inline .select2-search__field {
    margin: 0 !important;
    width: 100% !important;
    padding: 8px !important;
}

.select2-search {
    width: 100% !important;
    font-size: 12px;
    font-family: "Roboto", sans-serif;
}

.select2-results__option {
    font-size: 13px !important;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
    display: none !important;
}

.post-content .select2-container ul {
    background: transparent !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    font-size: 12px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    width: auto !important;
}

.post-content .button-box .btn {
    vertical-align: top;
    margin-left: 7px;
    padding: 5px 20px;
    text-transform: uppercase;
    outline: 0;
}

.post-content .button-box .bootstrap-select .btn,
.post-content .button-box .choose-child-btn-post {
    color: #5f5f5f;
    background: #fff;
    box-shadow: none;
    font-size: 14px;
    padding: 8px 15px;
    border: 1px solid #dddddd !important;
}

.post-content .button-box select.form-control {
    width: 120px;
    padding: 5px 12px;
    height: 29px;
    font-size: 12px;
}

.post-content .button-box .bootstrap-select .btn,
.post-content .button-box .choose-child-btn-post span {
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    color: #fff;
    font-size: 8px;
    font-weight: 700;
    height: auto;
    padding: 3px 5px;
    position: relative;
    top: -2px;
    width: auto;
    background: green;
}

.post-content .button-box .choose-child-btn-post:hover,
.post-content .button-box .choose-child-btn-post:focus {
    color: #5f5f5f;
    outline: none;
}

.post-content .button-box .bootstrap-select.required-field-error .btn,
.post-content .button-box .choose-child-btn-post.required-field-error {
    border: 1px solid red !important;
}

.post-content .button-box .bootstrap-select .btn:hover,
.post-content .button-box .bootstrap-select .btn:focus {
    color: #5f5f5f;
}

.post-content .button-box .dropdown-menu.inner li {
    font-size: 12px;
}

.post-content .button-box .dropdown-menu.inner li.dropdown-header {
    font-size: 15px;
    font-weight: 600;
}

.post-content .dropzone .dz-preview {
    position: relative;
    margin: 12px;
}

.post-content .dropzone .dz-preview .dz-image {
    border-radius: 0;
    width: 131px;
    height: 130px;
}

.post-content .dropzone .dz-preview .dz-remove {
    position: absolute;
    top: 5px;
    right: 5px;
    color: transparent;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background: #fff;
    text-align: center;
    z-index: 55;
}

.dropzone .dz-preview .dz-image img {
    width: auto;
    height: 100%;
}

.tab-content #tab2 .dropzone .dz-preview .dz-image img {
    width: 100%;
    height: 100%;
}

.post-content .dropzone .dz-preview .dz-remove:before {
    content: "\f00d";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    /*--adjust as necessary--*/
    color: red;
    font-size: 12px;
    position: absolute;
    line-height: 20px;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.post-content .dropzone .dz-preview .dz-details .dz-size {
    margin: 0;
}

.post-content .dropzone .dz-preview .dz-progress {
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
}

.post-content .dropzone .dz-preview .dz-progress .dz-upload {
    background: #414141;
}

.post-content .dropzone .dz-preview .dz-success-mark,
.dropzone .dz-preview .dz-error-mark {
    margin-top: -20px;
    margin-left: -20px;
}

.post-content .dropzone .dz-preview .dz-success-mark svg {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    background: green;
}

.dropzone .dz-preview .dz-error-mark svg {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    background: red;
}

.post-content .error-message {
    padding: 5px;
    border: 1px solid red;
    position: relative;
    background: #fff;
    z-index: 55;
}

.post-content .error-message:before {
    content: "";
    background: #fff;
    border-width: 1px;
    border-color: #fff #fff red red;
    border-style: solid;
    z-index: 55;
    width: 10px;
    height: 10px;
    transform: rotate(132deg);
    top: -5px;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
}

.post-website-btn {
    text-align: left;
}

.search-txt-list h4 span {
    color: #224dac;
}

.search-txt-list .search-family {
    width: 100%;
    margin: 0;
}

.search-txt-list .search-family input {
    background-color: #fff;
    border: 1px solid #dddddd;
    box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.1);
    padding: 7px 12px;
}

.bottom-search-result .person-detail-view {
    background: #fff;
    margin: 0;
    padding: 0;
}

.bottom-search-result .person-detail-right.edit-profile .form-control {
    padding-left: 7px;
}

.bottom-search-result .search-list .col-sm-3 {
    width: 20%;
}

.manual-invite {
    margin: 30px 0;
    width: 100%;
    float: left;
}

.manual-invite h4 {
    text-align: center;
}

.buildnetwork .person-detail-right {
    padding: 0;
    background: transparent;
}

.buildnetwork {
    padding: 0px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-align: center;
    background: #fff;
    min-height: 130px;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
}

.buildnetwork:hover {
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.buildnetwork .person-detail-right a {
    padding: 20px;
    display: block;
    font-size: 22px;
    color: #7c7c7c;
}

.buildnetwork .fa {
    font-size: 40px;
}

.buildnetwork .facebook-invite span {
    position: relative;
    display: block;
    top: 12px;
    vertical-align: top;
    padding: 0;
    font-size: 17px;
    line-height: 20px;
}

.buildnetwork .fa-facebook-official {
    color: #4060a5;
}

.buildnetwork .fa-google {
    color: #e85858;
}

.buildnetwork .fa-facebook,
.buildnetwork .fa-search {
    color: #2863c4;
}

.manual-invite .fa {
    font-size: 13px;
    top: 12px !important;
}

.invite-follower {
    background: #fff;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
}

.invite-follower h4 {
    color: #7c7c7c;
    font-size: 17px;
    line-height: 20px;
}


/*-loader--------*/

.new-loader .loader {
    color: #ffffff;
    font-size: 20px;
    margin: 100px auto;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: relative;
    text-indent: -9999em;
    -webkit-animation: load4 1.3s infinite linear;
    animation: load4 1.3s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

@-webkit-keyframes load4 {

    0%,
    100% {
        box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
    }

    12.5% {
        box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }

    25% {
        box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }

    37.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }

    50% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }

    62.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
    }

    75% {
        box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
    }

    87.5% {
        box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
    }
}

@keyframes load4 {

    0%,
    100% {
        box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
    }

    12.5% {
        box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }

    25% {
        box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }

    37.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }

    50% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }

    62.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
    }

    75% {
        box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
    }

    87.5% {
        box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
    }
}

.dk-gmail-fb-friends-list {
    margin-top: 30px;
}

.dk-gmail-fb-friends-list .form-group {
    width: 100%;
    float: left;
}

.dk-gmail-fb-friends-list input[type="checkbox"],
.privacy-setting input[type="checkbox"] {
    display: block;
    margin: 7px 0 0 -16px;
    opacity: 0;
    cursor: pointer;
    width: 20px;
    height: 20px;
}

.dk-gmail-fb-friends-list input[type="checkbox"]+label,
.dk-gmail-fb-friends-list .checkbox label {
    padding-left: 15px;
    cursor: pointer;
    color: #7c7c7c;
    font-size: 15px;
    word-break: break-all;
}

.dk-gmail-fb-friends-list .checkbox label,
.privacy-setting .checkbox label {
    padding-left: 0;
}

.dk-gmail-fb-friends-list .checkbox label.ng-binding>div {
    color: #224dac;
    font-weight: 400;
    font-size: 12px;
}

.child-choose-post input[type="checkbox"]+label {
    font-size: 13px;
}

.dk-gmail-fb-friends-list input[type="checkbox"]+label span,
.privacy-setting input[type="checkbox"]+label span {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 4px 0 -31px;
    vertical-align: middle;
    background: url(../../images/checks.png) -2px -3px no-repeat;
    cursor: pointer;
}

.privacy-setting input[type="checkbox"]+label span {
    margin: 0 4px 0 -15px;
}

.button-box.privacy-setting {
    padding: 5px 10px 20px 10px;
}

.modal.in .modal-dialog .button-box.privacy-setting .btn {
    margin-right: 0;
}

.button-box.privacy-setting .checkbox {
    margin: -6px 0 8px 0;
    font-size: 12px;
}

.privacy-setting small {
    padding: 10px 0 0 0;
    display: block;
}

.dk-gmail-fb-friends-list input[type="checkbox"]:checked+label span,
.privacy-setting input[type="checkbox"]:checked+label span {
    background: url(../../images/checks.png) -2px -25px no-repeat;
}

.privacy-setting input[type="checkbox"]+label span {
    background: url(../../images/checks2.png) -2px -3px no-repeat;
}

.privacy-setting input[type="checkbox"]:checked+label span {
    background: url(../../images/checks2.png) -2px -25px no-repeat;
}

.dk-gmail-fb-friends-list input[type="checkbox"]+label div {
    display: inline-block;
    font-weight: 700;
    color: #224dac;
    margin: 0 0 0 2px
}

.dk-gmail-fb-friends-list input[type="checkbox"]+label>i,
.dk-gmail-fb-friends-list .checkbox label>i {
    display: block;
    font-style: normal;
    font-size: 13px;
}

.dk-gmail-fb-friends-list .form-group .col-sm-6 .checkbox,
.checkbox-all .checkbox {
    border-bottom: 1px solid #ccc;
    padding: 13px 15px 5px 15px;
    min-height: 65px;
    margin: 0;
}

.privacy-setting .checkbox {
    display: inline-block;
    padding: 0;
    border: 0;
    margin: 0 0 0 50px;
}

.dk-gmail-fb-friends-list .btn-green {
    background: green;
}

.dk-gmail-fb-friends-list .btn-green:hover {
    background: #414141;
}

.dk-gmail-fb-friends-list .skip-btn {
    background: transparent;
    color: #224dac;
    font-weight: 400;
    box-shadow: none;
}

.dk-gmail-fb-friends-list .skip-btn:hover {
    color: #414141;
}

.child-choose-post .modal-header {
    text-align: center;
    padding: 5px;
    background: #f4f4f4;
    width: 100%;
    float: left;
}

.child-choose-post .modal-header h4 {
    font-size: 16px;
    margin: 0;
    padding: 5px;
    display: inline-block;
    float: left;
}

.child-choose-post .modal-header .btn {
    background: none;
    color: #224dac;
    font-weight: 600;
    float: right;
    box-shadow: none;
    border: 0;
    margin: 3px 5px 0 0;
    padding: 2px 5px;
}

.child-choose-post .modal-header .btn:hover,
.child-choose-post .modal-header .btn:focus {
    color: #414141;
    text-decoration: none;
}

.child-choose-post .modal-body {
    padding: 0 20px 20px 20px;
    background: #fff;
    clear: both;
    width: 100%;
    float: left;
    max-height: 300px;
    overflow: auto;
}

.child-choose-post .modal-body .divider {
    width: 100%;
    height: 1px;
    background: #ccc;
    margin: 20px 0 0 0;
    float: left;
}

.child-choose-post .modal-footer {
    width: 100%;
    float: left;
}

.child-choose-post .modal-body h5 {
    font-size: 15px;
    color: #224dac;
    margin: 20px 0 0 0;
    padding: 0;
    display: block;
    width: 100%;
    float: left;
    font-weight: 400;
}

.child-choose-post .modal-body .alert-danger {
    background: #fff;
    border: 0;
    font-weight: 600;
    text-align: center;
    width: 100%;
    margin: 0;
    padding: 10px 0;
}

.total-users-number {
    font-size: 15px;
    color: #404040;
    font-weight: 400;
}

.total-users-number span {
    color: #224dac;
    font-weight: 600;
    font-size: 16px;
}

.dk-gmail-fb-friends-list .total-users-number .col-sm-6.checkbox-all .checkbox {
    border: 0;
    margin: 0;
    padding: 0 0 0 15px;
    min-height: 15px;
}

.dk-gmail-fb-friends-list .total-users-number .col-sm-6.checkbox-all .checkbox label .ng-binding {
    display: inline-block;
    color: #224dac;
    font-weight: 700;
}

.sk-fading-circle {
    float: right;
    height: 15px;
    margin: 0;
    position: absolute;
    right: 30px;
    top: 15px;
    width: 15px;
}

.sk-fading-circle .sk-circle {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.sk-fading-circle .sk-circle:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #333;
    border-radius: 100%;
    -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
    animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}

.sk-fading-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}

.sk-fading-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}

.sk-fading-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.sk-fading-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
}

.sk-fading-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg);
}

.sk-fading-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.sk-fading-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg);
}

.sk-fading-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg);
}

.sk-fading-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.sk-fading-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg);
}

.sk-fading-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg);
}

.sk-fading-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.sk-fading-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.sk-fading-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.sk-fading-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.sk-fading-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}

.sk-fading-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.sk-fading-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.sk-fading-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

.sk-fading-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.sk-fading-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}

.sk-fading-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {

    0%,
    39%,
    100% {
        opacity: 0;
    }

    40% {
        opacity: 1;
    }
}

@keyframes sk-circleFadeDelay {

    0%,
    39%,
    100% {
        opacity: 0;
    }

    40% {
        opacity: 1;
    }
}

.modal.in .modal-dialog,
.modal .modal-dialog {
    -webkit-font-smoothing: subpixel-antialiased !important;
    font-smoothing: subpixel-antialiased !important;
    -moz-font-smoothing: subpixel-antialiased !important;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    max-width: 1200px;
    left: 0;
    right: 0;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -o-filter: blur(0px);
    -ms-filter: blur(0px);
    filter: blur(0px);
}

.modal.in .modal-dialog .btn {
    font-size: 14px;
    padding: 5px 10px;
    margin: 0 10px 0 0;
    border: 0 !important;
    text-transform: uppercase;
}

.modal.in .modal-dialog .btn:hover,
.modal.in .modal-dialog .btn:focus {
    border: 0 !important;
    outline: none;
}

.modal-body {
    position: relative;
    padding: 20px;
}

.modal-dialog.thanks-modal .modal-body {
    padding: 0;
}

.modal-dialog.thanks-modal .form-control {
    box-shadow: none;
    border: 0;
    min-height: 20px;
    padding: 0;
    border-bottom: 1px solid #ccc;
}

.modal-dialog.thanks-modal .close {
    color: #224dac;
    font-size: 33px;
    opacity: 1;
}

.modal-dialog.thanks-modal .close:hover {
    color: #d13939;
}

.modal-dialog.thanks-modal .form-group {
    margin-bottom: 0;
}

.modal-dialog.thanks-modal h2,
.modal-dialog.like-popup h2 {
    color: #224dac;
    font-size: 14px;
    font-weight: 500;
    padding: 0;
    margin: 8px 0;
    text-align: left;
    text-transform: capitalize;
}

.modal-body:after {
    content: "";
    position: absolute;
    top: 99%;
    width: 0;
    height: 0;
    border-top: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    left: 0;
    right: 0;
    margin: auto;
    display: none;
}

.modal-footer {
    text-align: center;
    background: #f4f4f4;
    padding: 14px 10px;
    border: 0;
}

.col-sm-4.modal-footer {
    text-align: left;
}

.bootbox-close-button,
button.close {
    color: #224dac;
    opacity: 1;
    background: #fff;
    font-size: 36px;
}

.bootbox-close-button:hover,
button.close:hover {
    color: #d13939;
    opacity: 1;
}

#search_term option {
    margin: 0;
    border-bottom: 1px solid #ccc;
    display: block;
}

.transaction-total ul {
    width: 100%;
    float: left;
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0;
}

.transaction-total ul li {
    width: 33%;
    padding: 0 10px 0 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    color: #414141;
    display: inline-block;
    float: left;
    margin: 0 0 20px 0;
}

.transaction-total ul li span {
    font-weight: 600;
    color: #224dac;
    display: inline-block;
    padding: 0 0 0 5px;
}

.transaction-total table td {
    width: auto;
    padding: 10px 10px 10px 0;
    font-size: 14px;
    color: #414141;
    font-weight: 400;
    font-size: 15px;
}

.transaction-total table td:nth-child(2) {
    font-weight: 600;
    color: #224dac;
}

.transaction-view table {
    width: 100%;
    margin-top: 30px;
}

.transaction-view table tr {
    border-right: 1px solid #f1f1f1;
}

.transaction-view table th {
    color: #224dac;
    padding: 12px 10px;
    text-align: left;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    border: 1px solid #f1f1f1;
}

.transaction-view table tr td:last-child span {
    overflow: hidden;
    display: block;
}

.transaction-view table tr td .view-full-msg {
    font-size: 10px;
    font-weight: 700;
    display: inline-block;
}

.transaction-view table td {
    width: auto;
    padding: 10px 10px;
    font-size: 14px;
    color: #7c7c7c;
    border-bottom: 1px solid #f1f1f1;
    border-left: 1px solid #f1f1f1;
}

.transaction-view table td small {
    font-size: 11px;
}

.transaction-view table tr:nth-child(2n) {
    background: #F8F8F8;
}

.transaction-view table th.commnt {
    width: 40%;
}

.transaction-view table .btn {
    font-size: 12px;
}

.request-list-page {
    display: table;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
    width: 100%;
}

.request-list-page:last-child {
    border-bottom: 0;
}

.request-list-page .request-pic,
.request-list-page .request-name,
.request-list-page .request-decision {
    display: table-cell;
    vertical-align: middle;
}

.request-list-page .request-decision {
    text-align: right;
}

.request-list-page .request-pic {
    width: 120px;
}

.request-list-page .request-pic figure {
    background: #fbfbfb none repeat scroll 0 0;
    border-radius: 100%;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    float: left;
    height: 80px;
    overflow: hidden;
    width: 80px;
}

.request-list-page .request-pic img {
    width: 100%;
}

.request-list-page h6 {
    font-size: 16px;
    font-weight: 600;
    display: block;
    text-transform: capitalize;
    margin: 0 0 3px 0;
    padding: 0;
}

.request-list-page .request-decision .accept {
    background: rgba(72, 127, 55, 0.8);
}

.request-list-page .request-decision .accept:hover {
    background: rgba(72, 127, 55, 1);
}

.request-list-page .request-decision .reject {
    background: rgba(232, 53, 53, 0.8);
}

.request-list-page .request-decision .reject:hover {
    background: rgba(232, 53, 53, 1);
}


/*-notifiaction page design--------*/

.notification-list-page {
    display: table;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
}

.person-detail-view.acitivity-log {
    border-bottom: 1px solid #f2f2f2;
}

.notification-list-page .post-imgstyle .mbrick {
    width: 33% !important;
    float: left;
    padding: 0 5px 0 0;
}

.notification-list-page:last-child {
    border-bottom: 0;
}

.notification-list-page .notification-pic,
.notification-list-page .notification-name,
.notification-list-page .notification-decision {
    display: table-cell;
    vertical-align: middle;
}

.notification-list-page .notification-decision {
    text-align: right;
}

.notification-list-page .notification-pic {
    width: 80px;
}

.notification-list-page .notification-pic figure {
    background: #fbfbfb none repeat scroll 0 0;
    border-radius: 100%;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    float: left;
    height: 60px;
    overflow: hidden;
    width: 60px;
}

.notification-list-page .notification-pic img {
    width: 100%;
}

.notification-list-page .notification-name {
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    margin: 0 0 3px 0;
    padding: 0;
    color: #7c7c7c;
}

.notification-list-page .notification-name span {
    display: block;
    margin: 5px 0;
    color: #c2c2c2;
    font-size: 12px;
    font-style: italic;
}

.notification-list-page .notification-name span .fa {
    margin-right: 5px;
}


/*-wallpoast---*/

/* .profile-page .inner-div .profile-detail-section.wall-post {
    background: transparent;
    box-shadow: none;
} */

.profile-detail-section.wall-post .person-detail-view {
    padding: 0;
}

.profile-detail-section.wall-post .person-detail-view p {
    margin: 5px 0 10px 0;
    padding: 0 4px;
}

.profile-detail-section.wall-post .person-detail-view p a {
    font-weight: 600;
}

.wall-post .person-detail-view .person-detail-right {
    background: #fff;
    margin-top: 10px;
    box-shadow: 0 0 5px #e7e7e7;
    padding: 20px 20px 10px;
}

.posted-person-name {
    font-size: 15px;
    color: #414141;
    padding: 0px 4px;
    margin: 0;
    width: 100%;
    float: left;
    position: relative;
}

.child-wallpost .posted-person-name {
    font-size: 13px;
}

.posted-detail-time {
    float: left;
    padding: 0;
    width: 100%;
    display: table;
    position: relative;
    padding-bottom: 10px;
}

.posted-detail-time .col-sm-9,
.posted-detail-time .col-sm-3,
.child-wallpost .posted-detail-time .col-sm-8,
.child-wallpost .posted-detail-time .col-sm-4 {
    display: table-cell;
    float: none;
    vertical-align: middle;
}

.posted-detail-time span {
    display: inline-block;
    font-weight: 400;
    font-size: 15px;
    color: #7e7e7e;
}

.posted-detail-time span strong {
    color: #414141;
}

.acitivity-log .posted-detail-time span {
    font-size: 12px;
}

.acitivity-log .posted-detail-time span.time,
.acitivity-log .posted-detail-time span.likes,
.acitivity-log .posted-detail-time span.status {
    font-size: 11px;
}

.newsfeed .acitivity-log .person-detail-right .fa {
    margin: 0;
}

.posted-detail-time span.time,
.posted-detail-time span.likes,
.posted-detail-time span.message {
    display: block;
}

.notification-list-page .posted-detail-time .post-sub span.status,
.notification-list-page .posted-detail-time .post-sub span.time,
.notification-list-page .posted-detail-time .post-sub span.message,
.notification-list-page .posted-detail-time .post-sub span.likes {
    display: inline-block;
    position: relative;
}

.newsfeed .notification-list-page .posted-person-name .post-sub span .fa {
    margin: 0px 2px 5px 0;
}

.newsfeed .wall-post .person-detail-view .person-detail-right.birthdaypost {
    background: #FFF;
    margin: 15px 0 0 0;
    float: left;
    width: 100%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    overflow: hidden;
    padding: 0;
}

.newsfeed .birthdaypost .birthdaypost-bg {
    background: url(../../images/birthdaypost/birthdaypost-bg.png) top center no-repeat;
    width: 100%;
    background-size: 100%;
    position: relative;
    padding: 27px 27px 0 27px;
    float: left;
}

.newsfeed .birthdaypost .birthdaypost-bg1 {
    background: url(../../images/birthdaypost/birthdaypost-bg1.png) top center no-repeat;
    width: 100%;
    background-size: 100%;
    position: relative;
    padding: 27px 27px 0 27px;
    float: left;
}

.newsfeed .birthdaypost .birthdaypost-top {
    padding: 70px 15px 20px 98px;
    position: relative;
}

.newsfeed .birthdaypost .birthdaypost-bg1 .birthdaypost-top {
    padding: 85px 15px 20px 98px;
    position: relative;
}

.newsfeed .birthdaypost .birthdaylogo {
    position: absolute;
    top: 68px;
    left: 35px;
    background: url(../../images/birthdaypost/birthday-logo.png) top center no-repeat;
    width: 45px;
    height: 45px;
    display: inline-block;
}

.newsfeed .birthdaypost .birthdaypost-bg1 .birthdaylogo {
    top: 85px;
}

.newsfeed .birthdaypost .birthdaywisher {
    color: #000;
    font-weight: 400;
    font-size: 20px;
}

.newsfeed .birthdaypost .bday-banner {
    float: left;
    width: 100%;
    display: block;
    position: relative;
    margin-bottom: 80px;
}

.newsfeed .birthdaypost .bday-banner figure {
    /* background: url(../../images/birthdaypost/birthday-banner.png) top center no-repeat;
    background-size: 100%;*/
    min-height: 280px;
    width: 100%;
    position: relative;
}

.newsfeed .birthdaypost .bday-person {
    display: block;
    position: absolute;
    width: 217px;
    height: 217px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -o-border-radius: 100%;
    border: 5px solid #fff;
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0 9px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    background: #ccc;
    margin: 0 auto;
    bottom: -50px;
    left: 0;
    right: 0;
}

.newsfeed .birthdaypost .bday-person img {
    width: 110%;
    height: auto;
    position: relative;
}

.newsfeed .birthdaypost h4 {
    font-size: 23px;
    color: #000;
    line-height: 23px;
    text-align: center;
    margin: 0;
    padding: 15px 0;
    clear: both;
}

.newsfeed .birthdaypost h5 {
    font-size: 18px;
    color: #414141;
    line-height: 22px;
    text-align: center;
    margin: 0;
    padding: 10px 0 0 0;
    font-weight: 400;
    clear: both;
}

.newsfeed .birthdaypost .birthday-footer-post {
    background: url(../../images/birthdaypost/birthdaybottom.png) bottom center no-repeat;
    background-size: 100%;
    min-height: 250px;
    width: 100%;
    position: relative;
    float: left;
    padding: 42px 27px 27px 27px;
    text-align: center;
}

.newsfeed .birthdaypost .birthday-footer-post h6 {
    font-size: 16px;
    color: #414141;
    line-height: 20px;
    text-align: center;
    margin: 0;
    padding: 0px;
    font-weight: 400;
    clear: both;
}

.newsfeed .birthdaypost .birthday-footer-post .btn {
    background: #224dac;
    color: #fff;
    padding: 10px 20px;
    margin: 20px 0 0 0;
    display: inline-block;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
}

.newsfeed .birthdaypost .birthday-footer-post .btn:hover {
    background: #414141;
}


/*.newsfeed .newsfeed-page-post-time{
position: relative;
margin: 0 9px 0 0;
padding: 0 15px 0 0;
}

.newsfeed .newsfeed-page-post-time:after,
.notification-list-page  .posted-detail-time .post-sub span.time:after,
.notification-list-page  .posted-detail-time .post-sub span.message:after,
.notification-list-page  .posted-detail-time .post-sub span.likes:after{
content: "";
position: absolute;
right: 0;
top:0;
bottom: 0;
margin: auto;
height: 5px;
width:5px;
border-radius: 100%;
background: #7e7e7e;
display: inline-block;
}


*/

.posted-detail-time .post-sub .time-status span:nth-child(2),
.posted-detail-time .post-sub .time-status span:nth-child(3) {
    position: relative;
    margin: 0 0 0 9px;
    padding: 0 0 0 15px;
}

.posted-detail-time .post-sub .time-status span:nth-child(2):after,
.posted-detail-time .post-sub .time-status span:nth-child(3):after {
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    bottom: 0;
    margin: auto;
    height: 5px;
    width: 5px;
    border-radius: 100%;
    background: #7e7e7e;
    display: inline-block;
}

.posted-detail-time span a {
    font-weight: 400;
}

.posted-detail-time .extra-like-popup {
    position: relative;
    display: inline-block;
}

.posted-detail-time .more-like-member {
    display: none;
    position: absolute;
    top: 146%;
    left: 25px;
    padding: 10px;
    background: #414141;
    z-index: 55;
    min-width: 150px;
}

.posted-detail-time .extra-like-popup:hover .more-like-member {
    display: block;
}

.posted-detail-time .more-like-member a {
    color: #fff;
    font-size: 12px;
    width: 100%;
    float: left;
    display: block;
}

.posted-detail-time .more-like-member:before {
    position: absolute;
    bottom: 100%;
    left: 10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #414141;
    content: ""
}

.posted-detail-time .more-like-member:after {
    position: absolute;
    bottom: 100%;
    left: 10px;
    width: 100%;
    height: 10px;
    content: "";
    opacity: 0;
    background: #fff;
}

.posted-detail-time .posted-times,
.posted-detail-time .post-status,
.posted-detail-time .fb-post-status {
    color: #7e7e7e;
    font-size: 13px;
    font-style: normal;
}

.space-left {
    padding-left: 60px;
}

.child-wallpost .posted-detail-time .posted-times {
    font-size: 11px;
    margin: 5px 0 0 0;
    padding-left: 58px;
}

.newsfeed .person-detail-right .posted-times .fa {
    display: inline-block;
    color: #7e7e7e;
    float: none;
    position: relative;
    top: 0px;
    width: 11px;
    font-size: 13px;
    bottom: 0;
    left: 0;
    font-weight: 500;
}

.newsfeed .person-detail-right .posted-detail-time figure {
    width: auto;
    display: inline-block;
    margin-bottom: 0;
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -o-border-radius: 100%;
    border: 0;
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 0 9px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    background: #ccc;
    float: none;
    vertical-align: middle;
}

.newsfeed .acitivity-log .person-detail-right .posted-detail-time figure {
    width: 40px;
    height: 40px;
}

.newsfeed .person-detail-right .posted-detail-time .post-sub {
    display: inline-block;
    float: none;
    width: 87%;
    vertical-align: middle;
    padding: 0 10px;
    color: #7e7e7e;
}

.newsfeed .person-detail-right .posted-detail-time .post-sub strong {
    color: #000;
    font-weight: 400;
}

.newsfeed .notification-list-page .posted-detail-time .post-sub {
    width: 76%;
}

.newsfeed .person-detail-right .post-sub small {
    display: inline-block;
}

.newsfeed .person-detail-right .posted-detail-time .post-sub .fa {
    position: relative;
    top: 1px;
    right: 0px;
    margin: 0;
    left: 0;
    width: 15px;
    height: 13px;
    font-size: 13px;
}

.newsfeed .person-detail-right .posted-detail-time .name {
    display: inline-block;
    float: left;
    margin: 16px 0 0 20px;
    font-size: 18px;
    color: #414141;
}

.newsfeed .person-detail-right .posted-detail-time .name span {
    font-size: 15px;
    color: #7e7e7e;
    display: block;
}

.newsfeed .person-detail-right .posted-detail-time p {
    font-size: 15px;
    color: #7e7e7e;
}

.newsfeed .pendig-post-chkbox label {
    color: #7e7e7e;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    margin: 0 0 10px 0;
    padding: 0;
    top: -2px;
    position: relative;
}

.newsfeed .acitivity-log .person-detail-right .posted-detail-time p {
    font-size: 13px;
    padding: 10px 0;
}

.newsfeed .person-detail-right .post-type figure {
    display: inline-block;
    float: left;
    border: 0;
    position: relative;
    text-align: center;
    width: auto;
    height: auto;
    overflow: hidden;
    margin: 0 4px;
}

.newsfeed .acitivity-log .person-detail-right .post-type figure img {
    width: 100%;
    height: auto;
}

.newsfeed .acitivity-log .person-detail-right {
    margin-top: 0;
    box-shadow: none;
}

.newsfeed .person-detail-right .post-type .bx-wrapper {
    margin-bottom: 30px;
    clear: both;
}

.newsfeed .person-detail-right .post-type .bx-viewport {
    text-align: center;
    padding: 0;
    margin: 0;
    box-shadow: none;
}

.newsfeed .person-detail-right .bx-wrapper .bx-next,
.newsfeed .person-detail-right .bx-wrapper .bx-prev {
    z-index: 55;
}

.newsfeed .person-detail-right .post-type .bx-pager-item:first-of-type:last-of-type {
    display: none
}

.newsfeed .person-detail-right .bx-wrapper .bx-next {
    right: 20px;
}

.newsfeed .person-detail-right .post-type .bx-viewport ul li img {
    display: inline-block;
    margin: 0 auto;
}

.newsfeed .person-detail-right .post-type .bx-viewport ul li {
    position: relative;
}

.newsfeed .person-detail-right .post-type .bx-viewport ul li .more-post-img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.8);
}

.newsfeed .person-detail-right .post-type .bx-viewport ul li .more-post-img span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    width: 99px;
    height: 43px;
    text-align: center;
    color: #414141;
    font-weight: 600;
    left: 0;
    font-size: 22px;
    line-height: 44px;
    right: 0;
    margin: 0 auto;
}

.newsfeed .person-detail-right .post-type .bx-viewport ul li .videos .ply-btn {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 70px;
    height: 70px;
    display: block;
    left: 0;
    right: 0;
    margin: auto;
}

.newsfeed .person-detail-right .post-type .bx-viewport ul li .videos .ply-btn .fa-play-circle-o {
    font-size: 70px;
    color: #fff;
}

.post-imgstyle .mbrick {
    width: 100% !important;
    border: 0px solid #fff;
}

.post-imgstyle .mbrick img {
    padding: 1px;
}

.post-imgstyle .mbrick .videos,
.post-imgstyle .mbrick .videos img {
    position: relative;
    display: inline-block;
    width: 100%;
}

.post-imgstyle .mbrick .videos .ply-btn {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 40px;
    height: 40px;
    display: block;
    left: 0;
    right: 0;
    margin: auto;
}

.post-imgstyle .mbrick .videos .ply-btn .fa-play-circle-o {
    font-size: 40px;
    color: #fff;
}

.post-imgstyle .mbrick img {
    max-width: 100% !important;
    width: auto;
}

.post-imgstyle .mbrick:last-child {
    position: relative;
}

.post-imgstyle .mbrick a .more-post-img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.8);
}

.post-imgstyle .mbrick a .more-post-img span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 15px;
    text-align: center;
    color: #414141;
    font-weight: 600;
    left: 0;
}

.newsfeed .person-detail-right .like-commnets,
.newsfeed-popup .modal-footer .like-commnets {
    padding: 10px 4px 0 4px;
    width: 100%;
    float: left;
    background: #F1F1F1;
}

.newsfeed .person-detail-right .like-commnets span,
.newsfeed-popup .modal-footer .like-commnets span {
    cursor: pointer;
}

.newsfeed .person-detail-right .like-commnets span:hover,
.newsfeed-popup .modal-footer.like-commnets span:hover {
    color: #224dac;
}

.newsfeed .person-detail-right .like-commnets span,
.newsfeed-popup .modal-footer .like-commnets span {
    display: inline-block;
    float: left;
    padding: 0 15px 0 0;
    margin: 0 12px 0 0;
    position: relative;
    font-size: 13px;
    color: #9b9b9b;
    font-weight: 600;
}

.newsfeed .person-detail-right .like-commnets span:last-child:after,
.newsfeed-popup .modal-footer .like-commnets span:last-child:after {
    display: none;
}

.newsfeed .person-detail-right .like-commnets span:after,
.newsfeed-popup .modal-footer .like-commnets span:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 100%;
    height: 5px;
    width: 5px;
    background: #9b9b9b;
}

.newsfeed .person-detail-right .makechoice,
.newsfeed-popup .modal-footer .makechoice {
    padding: 10px 0px;
    width: 100%;
    float: left;
    /*border-top: 1px solid #cfd4d8;*/
    margin-top: 0px;
    font-size: 13px;
}

.newsfeed .person-detail-right .makechoice a,
.newsfeed-popup .modal-footer .makechoice a {
    color: #9b9b9b;
    font-weight: 600;
}

.newsfeed .person-detail-right .makechoice .commenttextarea a,
.newsfeed-popup .modal-footer .makechoice .commenttextarea a {
    color: #224dac;
    font-weight: 600;
}

.newsfeed .person-detail-right .makechoice .commenttextarea a:hover,
.newsfeed-popup .modal-footer .makechoice .commenttextarea a:hover {
    color: #000;
}

.newsfeed .person-detail-right .makechoice a:hover,
.newsfeed-popup .modal-footer .makechoice a:hover {
    color: #224dac;
}

.newsfeed .person-detail-right .makechoice a.active,
.newsfeed .person-detail-right .makechoice a.active .fa,
.newsfeed-popup .modal-footer .makechoice a.active,
.newsfeed-popup .modal-footer .makechoice a.active .fa,
.newsfeed .person-detail-right .makechoice a:hover,
.newsfeed .person-detail-right .makechoice a:hover .fa,
.newsfeed-popup .modal-footer.makechoice a:hover,
.newsfeed-popup .modal-footer .makechoice a:hover .fa {
    color: #224dac;
}

.newsfeed .person-detail-right .makechoice a.clickactive .fa,
.newsfeed-popup .modal-footer .makechoice a.clickactive .fa {
    -webkit-animation: zoomeffect 3s ease;
    /* Safari 4+ */
    -moz-animation: zoomeffect 3s infinite;
    /* Fx 5+ */
    -o-animation: zoomeffect 3s infinite;
    /* Opera 12+ */
    animation: zoomeffect 3s infinite;
    /* IE 10+, Fx 29+ */
    -webkit-animation-iteration-count: 1;
    /* Safari 4.0 - 8.0 */
    -moz-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

@keyframes zoomeffect {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
    }

    30% {
        transform: scale(1.6);
        -webkit-transform: scale(1.6);
        -moz-transform: scale(1.6);
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1)
    }
}

@-webkit-keyframes zoomeffect {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1)
    }

    30% {
        transform: scale(1.6);
        -webkit-transform: scale(1.6);
        -moz-transform: scale(1.6);
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1)
    }
}

@-moz-keyframes zoomeffect {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1)
    }

    30% {
        transform: scale(1.6);
        -webkit-transform: scale(1.6);
        -moz-transform: scale(1.6);
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1)
    }
}

.newsfeed .person-detail-right .makechoice a span,
.newsfeed-popup .modal-footer .makechoice a span {
    display: inline-block;
    float: none;
    position: relative;
    text-align: center;
}

.newsfeed .person-detail-right .makechoice,
.newsfeed .person-detail-right .makechoice .text-right {
    text-align: center;
}

.newsfeed .person-detail-right .makechoice a .fa,
.newsfeed-popup .modal-footer .makechoice a .fa {
    display: inline-block;
    float: none;
    color: #9b9b9b;
    margin: 0 2px 0 0;
    width: 23px;
    position: relative;
    top: 1px;
    left: 0;
}

.newsfeed-popup .modal-footer .makechoice a .fa-comments-o {
    font-size: 18px;
    top: -3px;
    display: inline-block;
    position: relative;
    float: left;
}

.person-detail-right .makechoice a .fa-like,
.popup-like-commnet a .fa-like,
.newsfeed-popup .modal-footer .makechoice a .fa-like,
.newsfeed-popup .modal-footer .fa-like {
    background: url(../../images/icon-like.png) 0px 1px no-repeat;
    height: 15px;
    display: inline-block;
    background-size: 15px 15px;
    float: left;
    width: 16px !important;
}

.newsfeed .person-detail-right .makechoice a:hover .fa-like,
.newsfeed .person-detail-right .makechoice a.active .fa-like,
.popup-like-commnet a:hover .fa-like,
.popup-like-commnet a.active .fa-like,
.newsfeed-popup .modal-footer.makechoice a:hover .fa-like,
.newsfeed-popup .modal-footer .makechoice a.active .fa-like,
.newsfeed-popup .modal-footer .makechoice a:hover .fa-like,
.newsfeed-popup .modal-footer .makechoice a.active .fa-like {
    /* background: url(../../images/icon-like-done.png) 0px 1px no-repeat; */
    background: url(../../images/icon-like-done-white.png) 0px 1px no-repeat;
    ;
    background-size: 15px 15px;
}

.newsfeed .person-detail-right .makechoice a .fa.fa-contribution {
    background: url(/images/icon-contribution1.png) 4px 0 no-repeat;
    height: 17px;
    display: inline-block;
    background-size: 18px 16px;
    top: 4px;
}

.newsfeed .person-detail-right .makechoice .contribution-post a .fa {
    top: 2px;
}

.newsfeed .person-detail-right .makechoice a:hover .fa-contribution {
    background: url(/images/icon-contribution-blue.png) 4px 0 no-repeat;
    background-size: 18px 16px;
}

.newsfeed .person-detail-right .makechoice .contribution-post .more-like-member {
    background: #414141 none repeat scroll 0 0;
    display: none;
    right: 0px;
    min-width: 150px;
    padding: 10px;
    position: absolute;
    top: 146%;
    z-index: 99;
    font-weight: 400;
    text-align: left;
}

.newsfeed .person-detail-right .makechoice .contribution-post .more-like-member::before {
    border-bottom: 10px solid #414141;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    bottom: 100%;
    content: "";
    height: 0;
    right: 10px;
    position: absolute;
    width: 0;
}

.newsfeed .person-detail-right .makechoice .contribution-post .more-like-member::after {
    bottom: 100%;
    left: 0;
    height: 10px;
    width: 100%;
    right: 0;
    background: rgba(0, 0, 0, 0);
    position: absolute;
    content: "";
}

.newsfeed .person-detail-right .makechoice .contribution-post:hover .more-like-member {
    display: block;
}

.newsfeed .person-detail-right .makechoice .contribution-post .more-like-member a {
    color: #fff;
}

.newsfeed .person-detail-right .makechoice .contribution-post .more-like-member a:hover {
    color: #d1d1d1;
}

.comment-txt-done .emoji {
    margin: 0 0 3px 0 !important;
}

.newsfeed .person-detail-right .post-type .pictures figure.videos iframe {
    border: 0;
    width: 100%;
    height: 411px;
}

.newsfeed .person-detail-right .post-type .pictures figure.videos iframe body {
    background: #fff;
}

.news-feed-child-blade .child-newsfeed .post-type .pictures figure.videos {
    width: auto;
    display: inline-block;
    position: relative;
}

.newsfeed .person-detail-right .post-type figure .ply-btn {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    height: 70px;
    width: 70px;
    text-align: center;
}

.news-feed-child-blade .child-newsfeed .post-type .pictures figure.videos .ply-btn {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    height: 30px;
    width: 30px;
    text-align: center;
}

.newsfeed .person-detail-right .post-type figure .ply-btn .fa {
    font-size: 70px;
    color: #fff;
    top: 0;
    left: 0;
}

.news-feed-child-blade .child-newsfeed .post-type figure .ply-btn .fa {
    font-size: 30px;
    color: #fff;
}

.child-choose-post .selectall-error {
    color: red;
}

.bx-clone {
    display: none;
}

.child-choose-post input[type="checkbox"] {
    display: block;
    margin: 7px 0 0 -16px;
    opacity: 0;
    cursor: pointer;
    width: 15px;
    height: 15px;
}

.child-choose-post input[type="checkbox"]+label {
    padding-left: 15px;
    cursor: pointer;
    color: #7c7c7c;
    font-size: 12px;
    margin-bottom: 6px;
}

.child-choose-post input[type="checkbox"]+label span {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: -2px 4px 0 -31px;
    vertical-align: middle;
    background: url(../../images/checks1.png) 0 0 no-repeat;
    cursor: pointer;
}

.child-choose-post input[type="checkbox"]:checked+label span {
    background: url(../../images/checks1.png) 0 -15px no-repeat;
}

.modal-header {
    padding: 5px 20px;
}

.child-choose-post,
.select-post {
    background: #fff;
    width: 100%;
    float: left;
    padding: 5px 0 10px 0;
    margin-bottom: 15px;
}

.child-choose-post .modal-header .form-group .checkbox {
    border-bottom: 1px solid #ccc;
    padding: 10px 15px;
    min-height: 70px;
    margin: 0;
}

.child-choose-post .modal-body .checkbox {
    width: 100%;
    float: left;
}

.child-choose-post .search-website input {
    background: #f5f5f5;
    border-radius: 4px;
    padding: 5px 10px;
    width: 100%;
    box-shadow: none;
    border: 1px solid #ccc;
}

.post-content h5 {
    color: #222222;
    font-size: 15px;
    font-weight: 500;
}

.post-content .privacy-setting ul {
    display: block;
    list-style: none;
    margin: 0 0 30px 0;
    padding: 0 15px;
    background: #fff;
}

.post-content .privacy-setting ul li {
    width: 100%;
    padding: 15px 0px;
    border-bottom: 1px solid #ababab;
    position: relative;
}

.post-content .privacy-setting ul li:last-child {
    border: 0;
}

.post-content .privacy-setting ul li input[type="radio"] {
    position: absolute;
    ;
    width: 100%;
    height: 100%;
    opacity: 0;
    left: 0;
    top: 0;
    cursor: pointer;
    z-index: 99;
}

.post-content .privacy-setting ul li label {
    padding: 0 100px 0 0;
    position: relative;
    width: 100%;
}

.post-content .privacy-setting ul li .radiorow label:after {
    content: "";
    position: absolute;
    top: 10px;
    right: 0;
    width: 30px;
    height: 30px;
    border: 1px solid #E5E5E5;
}

.post-content .privacy-setting ul li input[type="radio"]:checked+label:before {
    content: "";
    position: absolute;
    right: 0;
    top: 10px;
    width: 30px;
    height: 30px;
    background: url("/images/checkicon.png") center center no-repeat;
    background-size: contain;
    display: block;
    text-align: center;
    line-height: 30px;
    background-size: 15px auto;
}

.post-content .privacy-setting ul li label h6 {
    color: #224dac;
    font-size: 15px;
    display: block;
    margin: 0;
    padding: 0 0 10px 0;
    font-weight: 400;
}

.post-content .privacy-setting ul li label p {
    font-weight: 400;
    color: #606060;
    font-size: 14px;
    padding: 0;
    margin: 0
}

.post-content .privacy-setting .checkboxrow ul li {
    position: relative;
    padding: 10px 80px 10px 0;
    font-weight: 400;
    color: #606060;
    font-size: 14px;
}

.post-content .material-switch {
    position: absolute;
    right: 0px;
    top: 10px;
}

.post-content .material-switch>input[type="checkbox"] {
    display: none;
}

.post-content .privacy-setting ul li .material-switch>label {
    cursor: pointer;
    height: 0px;
    position: relative;
    width: 60px;
    height: 20px;
    padding: 0;
    background: transparent;
}

.post-content .privacy-setting ul li .material-switch>label span {
    display: inline-block;
    border: 0;
    background: no-repeat;
    color: #000;
    z-index: 55;
    padding: 0;
    line-height: 20px;
    width: auto;
    height: auto;
    position: relative;
}

.post-content .privacy-setting ul li .material-switch>label span.on {
    display: none;
}

.post-content .privacy-setting ul li .material-switch>label span.off {
    display: inline-block;
    float: right;
    margin: 0 8px 0 0px;
}

.post-content .material-switch>label::before {
    background: rgb(0, 0, 0);
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 12px;
    content: '';
    height: 20px;
    margin-top: 0px;
    position: absolute;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    width: 60px;
    left: 0;
}

.post-content .material-switch>label::after {
    background: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    content: '';
    height: 10px;
    left: 8px;
    margin-top: 0px;
    position: absolute;
    top: 5px;
    transition: all 0.3s ease-in-out;
    width: 10px;
}

.post-content .material-switch>input[type="checkbox"]:checked+label::before {
    background: #5f7034;
    opacity: 1;
}

.post-content .material-switch>input[type="checkbox"]:checked+label::after {
    background: inherit;
    left: auto;
    right: 5px;
    background: #fff;
}

.post-content .material-switch>input[type="checkbox"]:checked+label span.on {
    display: block;
    float: left;
    margin: 0 0 0 8px;
    color: #fff;
}

.post-content .material-switch>input[type="checkbox"]:checked+label span.off {
    display: none;
}


/* for contribution/donation add Credit card image */

.cc-input {
    position: relative;
    width: 240px;
}

.cc-input input {
    border: none;
    background: #fff;
    display: block;
    width: 100%;
    box-sizing: border-box
}

.cc-input img {
    position: absolute;
    top: 2px;
    right: 5px
}

.no-connected-family {
    text-align: center;
}

body .btn.remove-spouse {
    background: #d13939;
}

body .btn.resend-invite-spouse {
    background: green;
}

body .btn.remove-spouse:hover,
body .btn.resend-invite-spouse:hover {
    background: #414141;
}

.sent-successfully {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-color: #bce8f1;
    color: green;
    float: left;
    padding: 20px 20px 14px;
    font-weight: 500;
    font-size: 16px;
    width: 100%;
    letter-spacing: 0.5px;
}

.sent-error {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-color: #bce8f1;
    color: red;
    float: left;
    padding: 20px 20px 14px;
    /* font-weight: 500; */
    font-size: 16px;
    width: 100%;
}

.help-block.error-message {
    text-align: left;
}

.post-popup-img .modal-dialog {
    width: 80%;
}

.post-popup-img .modal-content {
    width: 100%;
    float: left;
    display: block
}

.post-popup-img .modal-body {
    width: 100%;
    max-width: 60%;
    float: left;
    display: inline-block;
    padding: 20px;
}

.post-popup-img .modal-footer {
    width: 40%;
    float: left;
    display: inline-block;
    vertical-align: top;
    background: #fff;
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    border-left: 2px solid #ccc;
    bottom: 0;
    top: 0;
}

.post-popup-img .modal-footer .post-cmt {
    position: relative;
}

.post-popup-img .modal-footer .comment-person-txt textarea {
    width: 80%;
    box-shadow: none;
    -webkit-box-shadow: none;
    border: 1px solid #ccc;
    padding: 6px 10px;
    line-height: 16px;
    font-size: 12px;
    height: 32px;
}

.post-popup-img .modal-footer .post-cmt .btn-post-cmt {
    position: absolute;
    bottom: 2px;
    right: 0;
    text-transform: capitalize;
    padding: 5px 10px 5px;
    font-size: 12px;
    margin: 0;
}

div[data-braintree-id="jcb-card-icon"] {
    display: none !important;
}

div[data-braintree-id="diners-club-card-icon"] {
    display: none !important;
}

div[data-braintree-id="discover-card-icon"] {
    display: none !important;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .post-popup-img .modal-footer .post-cmt .btn-post-cmt {
        bottom: 6px;
    }
}

.videopopup iframe,
.bxslider iframe,
.videopopup #video_frame,
.videopopup .mejs-container.svg.mejs-video {
    width: 100% !important;
    height: 280px !important;
}

.videopopup .mejs-overlay {
    width: 100% !important;
    height: 100% !important;
}

.post-popup-img .modal-body .bx-wrapper {
    margin: 0;
    width: 100%;
}

.post-popup-img .modal-body .bx-wrapper .bx-viewport {
    border: 0;
    box-shadow: none;
    height: auto !important;
    left: 0;
}

.post-popup-img .modal-body .bx-wrapper .bxslider {
    display: table;
    justify-content: center;
    padding: 0;
    margin: 0;
}

.post-popup-img .modal-body .bx-wrapper .bxslider li {
    float: none !important;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.post-popup-img .modal-body .bx-wrapper img {
    width: auto;
    height: auto;
    display: inline-block;
    margin: 0 auto;
    max-height: 550px;
}

.post-popup-img .modal-body .bx-wrapper .bx-pager {
    display: none;
}

.post-popup-img .post-content-close {
    right: 10px;
    top: 14px;
    color: #224dac;
    position: fixed;
    font-size: 30px;
    z-index: 99;
}

.post-popup-img .post-content-close a {
    color: #224dac;
}

.post-popup-img .post-content-close a:hover {
    color: #d13939;
}


/*-child wall post-*/


/*-cover pic------*/

.child-wallpost .cover-img {
    position: relative;
}

.child-wallpost .cover-img #cover_pic_fig,
.child-wallpost .cover-img .no-img-div {
    max-height: 400px;
    overflow: hidden;
    width: 100%;
    text-align: center;
}

.slim .slim-area .slim-status {
    color: #fff;
    height: 400px;
    background: #4468A4;
}

.slim .slim-area .slim-status .slim-label {
    position: relative;
    top: -40px;
}

.slim .slim-area .slim-status .slim-label {
    display: block;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

.slim .slim-area .slim-status .slim-label:before {
    content: "\f030";
    font-family: FontAwesome;
    color: #fff;
    font-size: 48px;
}

.child-wallpost .cover-img .slim .slim-btn-group {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    z-index: 2;
    overflow: hidden;
    text-align: left;
}

.child-wallpost .cover-img .slim .slim-area .slim-loader {
    top: 36px;
}

.child-wallpost .cover-img .slim .slim-area .slim-upload-status {
    top: 36px;
    font-weight: 400;
    font-size: 18px;
}

.child-wallpost .cover-img .no-img-div {
    background: #4468a4;
}

.child-wallpost .cover-img .no-img-txt {
    color: #fff;
    font-size: 18px;
    text-shadow: 2px 1px 3px #000;
    position: absolute;
    top: 30%;
    transform: translateY(-30%);
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    font-weight: 600;
    letter-spacing: 0.2px;
    cursor: pointer;
    width: 300px;
}

.photos-page .child-wallpost .slim-file-hopper,
.future-challenge-videos .child-wallpost .slim-file-hopper,
.child-achievemnet .child-wallpost .slim-file-hopper,
.photos-page .child-wallpost .slim .slim-area .slim-status .slim-label,
.future-challenge-videos .child-wallpost .slim .slim-area .slim-status .slim-label,
.child-achievemnet .child-wallpost .slim .slim-area .slim-status .slim-label {
    display: none;
}

.child-wallpost .cover-img .no-img-txt .fa {
    font-size: 55px;
    margin: 0 0 10px 0;
}

.child-wallpost .cover-img .no-img-txt .no-img-brows {
    height: 100%;
    left: 0;
    margin: 0 auto;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 300px;
    cursor: pointer;
}

.child-wallpost .cover-img #cover_pic_fig img {
    width: 100%;
}

.child-wallpost .cover-img .change-pic {
    position: absolute;
    right: 10px;
    top: 30px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    background: #000;
    border-radius: 100%;
    text-align: center;
    transition: all 0.3s ease;
}

.child-wallpost .cover-img .img-delete {
    position: absolute;
    right: 45px;
    top: 30px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    background: #000;
    border-radius: 100%;
    text-align: center;
    transition: all 0.3s ease;
}

.child-wallpost .cover-img .change-pic:hover,
.child-wallpost .cover-img .img-delete:hover {
    background: #333;
}

.child-wallpost .cover-img .change-pic .fa,
.child-wallpost .cover-img .img-delete .fa {
    color: #fff;
    line-height: 30px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
    -webkit-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
    -o-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
    -moz-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}

.child-wallpost .cover-img .change-pic.ng-scope>input {
    height: 30px;
    opacity: 0;
    position: relative;
    top: -30px;
    width: 30px;
    cursor: pointer;
}

.accordiondesign {
    margin: 30px 0 0;
}

.accordiondesign #accordion .panel-heading,
.accordiondesign #accordion .panel {
    border: 0;
    padding: 0;
}

.accordiondesign #accordion .panel-heading a {
    padding: 10px 45px 10px 26px;
    display: block;
    width: 100%;
    position: relative;
}

.accordiondesign #accordion .panel-heading a h4 {
    font-size: 20px;
    margin: 0;
    font-weight: 700;
    line-height: 20px;
    display: inline-block;
    vertical-align: top;
    line-height: 34px;
    padding: 0;
    min-width: 110px;
}

.accordiondesign #accordion .panel-heading a h5 {
    font-size: 16px;
    font-weight: 400;
    position: relative;
    padding: 0;
    line-height: 18px;
    font-style: normal;
    margin: 8px 0 0 0;
    display: inline-block;
}

.accordiondesign #accordion .panel-heading a h5 span {
    font-size: 13px;
}

.accordiondesign #accordion .panel-heading a {
    background: #efefef;
}

.accordiondesign #accordion .panel-heading a:before {
    position: absolute;
    right: 19px;
    color: #1271ca;
    font-size: 18px;
    content: "\f067";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: 19px;
    width: 15px;
}

.accordiondesign #accordion .panel-heading a h4 {
    color: #1271ca;
}

.accordiondesign #accordion .panel-heading a h5 {
    color: #2d2d2d;
}

.accordiondesign #accordion .panel-heading a h5 span {
    color: #3d3d3d;
}

.accordiondesign #accordion .panel-heading a.active {
    background: #1271ca;
}

.accordiondesign #accordion .panel-heading a.active:before {
    position: absolute;
    right: 19px;
    color: #fff;
    font-size: 18px;
    content: "\f068";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: 19px;
    width: 15px;
}

.accordiondesign #accordion .panel-heading a.active h4,
.accordiondesign #accordion .panel-heading a.active h5,
.accordiondesign #accordion .panel-heading a.active h5 span {
    color: #fff;
}

.accordiondesign #accordion .panel-heading .panel-title a:hover {
    color: #303030;
}

.accordiondesign #accordion .panel-body {
    padding: 20px;
    background-color: rgb(247, 247, 247);
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.24);
    border: 0;
}

.accordiondesign #accordion .panel-body iframe {
    width: 80%;
    height: 350px;
    display: block;
    margin: 0 auto;
}

.accordiondesign #accordion .panel-body p {
    line-height: 21px;
    color: #303030;
}

.accordiondesign #accordion .panel-body .profile-box figure {
    margin: 0;
    padding: 0;
    position: relative;
}

.static-page .accordiondesign #accordion .panel-body .profile-box .profile-info,
.accordiondesign #accordion .panel-body .profile-box .profile-info {
    bottom: 0px;
}

.static-page .plan-page .accordiondesign a.readmore {
    color: #224dac;
    display: inline-block;
    font-weight: 500;
    margin: 10px 0 0 0;
}

.accordiondesign #accordion .panel-body .profile-box span {
    color: #303030;
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
    display: block;
    text-align: center;
    margin: 15px 0 0;
}

.accordiondesign #accordion .panel-body .profile-box span a {
    color: #224dac;
}


/*--profilepic------*/

.child-wallpost .profile-pic {
    z-index: 9;
    display: inline-block;
    float: none;
    margin: -100px 15px 40px 0;
    position: relative;
    width: auto;
    vertical-align: middle;
}

.child-wallpost .profile-pic .person-img {
    margin: 0
}

.child-wallpost .profile-pic .change-pic {
    background: rgba(255, 255, 255, 0.8);
}

.child-wallpost .profile-pic .change-pic .add-photo-text {
    color: #000;
    font-size: 11px;
    position: relative;
    top: -2px;
}

.child-wallpost .profile-pic .change-pic:hover .add-photo-text {
    color: #224dac;
}

.child-wallpost .profile-pic .img-delete {
    background: #d13939 none repeat scroll 0 0;
    border-radius: 100%;
    color: #fff;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: 15px;
    text-align: center;
    top: -15px;
    transition: all 0.3s ease 0s;
    width: 40px;
}

.child-wallpost .profile-pic .img-delete .fa {
    line-height: 40px;
}

.child-wallpost .profile-pic .img-delete:hover {
    background: #224dac;
}

.child-wallpost .error-message {
    color: #f00;
    font-size: 14px;
    padding: 10px;
    position: absolute;
    top: 100%;
    background: #fff;
    border: 1px solid #f00;
}

.child-wallpost .error-message:before {
    content: "";
    position: absolute;
    bottom: 100%;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #f00;
    left: 0;
    right: 0;
    margin: auto;
}


/*--profilepic child about us and name------*/

.child-wallpost .profile-child-name {
    text-align: left;
    display: inline-block;
    margin: 0;
    position: relative;
    top: 0;
    vertical-align: top;
}

.child-wallpost .profile-child-name h3 {
    color: #224dac;
    margin: 19px 0 0 0;
    padding: 0;
}

.child-wallpost .profile-child-name h4 {
    font-size: 16px;
    font-weight: 400;
    margin: 3px 0;
    color: #7f7f7f;
}

.child-wallpost .about-child h5 {
    font-size: 15px;
    color: #000;
    text-align: left;
    display: block;
    padding: 10px 0;
    margin: 0;
}

.child-wallpost .about-child h5 em {
    z-index: 5;
    position: relative;
    font-style: normal;
}

.child-wallpost .child-text-display .fa {
    display: none;
    font-size: 15px;
}

.child-wallpost .child-text-display:hover .fa {
    display: inline-block;
}

.child-wallpost .about-child h5 .fa-info-circle {
    border-radius: 100%;
    width: 35px;
    height: 35px;
    color: #224dac;
    font-size: 36px;
    line-height: 30px;
    text-align: center;
    position: relative;
    top: 7px;
    margin: 0 6px 0 0;
}

.child-wallpost .about-child .fa-plus {
    color: #414141;
    font-size: 12px;
    position: relative;
    top: -1px;
    cursor: pointer;
}

.child-wallpost .about-child p {
    color: #262626;
    font-size: 13px;
    line-height: 20px;
    margin: 0;
    text-align: left;
    width: 100%;
    float: left;
    position: relative;
}

.child-wallpost .about-child p .fa {
    position: absolute;
    top: 0;
    right: 0;
}

.child-wallpost .about-child-text {
    position: relative;
    width: 100%;
    float: left;
}

.child-wallpost .about-child-text textarea {
    border: 1px solid #ccc;
    text-align: left;
    width: 100%;
    float: left;
    padding: 10px 25px 10px 10px;
    resize: none;
    height: 130px;
    margin-bottom: 10px;
}

.child-wallpost .about-child-text .error-message {
    position: relative;
    float: left;
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
    background: transparent;
    border: 0;
}

.child-wallpost .about-child-text .error-message:before {
    display: none;
}

.child-wallpost .about-child-text .btn {
    bottom: 40px;
    box-shadow: none;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    margin: 0;
    padding: 2px 7px;
    position: absolute;
    right: 10px;
}

.child-wallpost .about-child-text .btn:focus,
.child-wallpost .about-child-text .btn:hover {
    color: #fff;
}

.child-wallpost .about-child-text .btn .fa {
    font-size: 20px;
}


/*--donation------*/

.child-wallpost .dontaion-button {
    position: absolute;
    right: 32px;
    top: 107%;
    width: 38%;
}

.child-wallpost .cover-img .form-group.dontaion-button {
    margin-left: -15px;
    margin-right: -15px;
}

.child-wallpost .dontaion-button span.col-sm-12 {
    padding: 0 15px 0 30px;
}

.child-wallpost .dontaion-button span {
    color: #00b6b7;
    font-weight: 400;
    margin: 0 0 20px 0;
}

.child-wallpost .dontaion-button span b {
    color: #224dac;
    font-weight: 600;
}

.child-wallpost .wall-post-button {
    position: absolute;
    right: 217px;
    top: 107%;
    width: auto
}

.child-wallpost .about-child {
    position: absolute;
    left: 23px;
    top: 100%;
    width: 35%;
    margin-top: 35px;
}

.child-wallpost .dontaion-button .dontaion-ammount span {
    display: inline-block;
    color: #414141;
    font-weight: 700;
    padding: 10px 10px 10px 0;
    float: right;
    margin: 0 0 0 10px;
    width: 100%;
}

.child-wallpost .dontaion-button .btn {
    background: #1ab700;
}

.child-wallpost .dontaion-button .dontaion-ammount {
    display: inline-block;
    float: right;
    margin: 0px 0 0 10px;
}

.child-wallpost .dontaion-button .dontaion-ammount .btn {
    background: #00b6b7;
    margin: 0 0 0 10px;
}

.child-wallpost .dontaion-button .dontaion-ammount .btn-post-website {
    background: #224dac;
}

.child-wallpost .profile-child-name .status-detail {
    display: inline-block;
    float: none;
    margin: 10px 0 0 0;
    text-align: center;
}

.child-wallpost .profile-child-name .status-detail .btn {
    font-size: 14px;
    padding: 5px 20px;
}

.child-wallpost .profile-child-name .status-detail .btn-add-family {
    background: #224dac;
    float: none;
}

.child-wallpost .profile-child-name .status-detail .btn-cross {
    background: #d13939;
}

.child-wallpost .profile-child-name .status-detail .btn-check {
    background: green;
}

.child-wallpost .profile-child-name .status-detail .btn-check:hover,
.child-wallpost .profile-child-name .status-detail .btn-cross:hover {
    background: #224dac;
}

.child-wallpost .profile-child-name .status-detail span {
    color: #414141;
    font-size: 13px;
    padding: 4px 5px;
    display: inline-block;
    font-weight: 400;
    border: 1px solid #ccc;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
    -moz-border-radius: 6px;
    float: none;
}

.child-wallpost .profile-child-name .status-detail .btn {
    font-size: 13px;
}

.child-wallpost .profile-child-name .status-detail .status-text {
    display: inline-block;
}

.child-wallpost .profile-child-name .status-detail span:first-child {
    border: 0;
    padding: 7px 0;
}

.child-wallpost .profile-child-name .status-detail span.firststatus {
    border: 1px solid #ccc;
    padding: 7px;
}

.child-wallpost .profile-child-name .status-detail span.alredysent-status {
    position: relative;
    top: 2px;
}

.child-wallpost .profile-child-name .status-detail .connected-status {
    padding: 7px 10px;
    border: 1px solid #ccc;
    border-radius: 8px;
    position: relative;
    top: 2px;
}

.child-wallpost .profile-child-name .status-detail span.family-result {
    padding: 0;
    border: 0;
}

.child-wallpost .profile-child-name .status-detail span p {
    margin-bottom: 8px;
    display: inline-block;
}

.child-wallpost .dontaion-button .status-detail .family-result button {
    padding: 7px 10px;
}

.child-wallpost .dontaion-button .status-detail .family-result button .fa {
    font-size: 10px;
}

.child-wallpost .dontaion-button .status-detail .family-result button.btn-cross {
    background: #d13939;
}

.child-wallpost .dontaion-button .status-detail .family-result button .btn-cross:hover {
    background: #414141;
}

.child-wallpost .btn .fa-contribute-received {
    background: url("/images/contribution-done-white.png") 0 0 no-repeat;
    display: inline-block;
    height: 18px;
    width: 32px;
    background-size: contain;
}

.child-wallpost .dontaion-button .btn:hover,
.child-wallpost .dontaion-button .btn:focus {
    background: #414141;
}

.child-wallpost .donation-number {
    display: table;
    width: 100%;
    vertical-align: top;
}

.child-wallpost .donation-number span {
    display: table-cell;
    vertical-align: top;
    text-align: left;
    color: #414141;
    font-weight: 600;
    text-shadow: none;
    font-size: 26px;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding-top: 10px;
    border-radius: 0px 0px 4px 4px;
}

.child-wallpost .fa-donation-icon {
    background: url("/images/donation1.png") 0 0 no-repeat;
    display: inline-block;
    height: 48px;
    width: 53px;
    background-size: contain;
    float: left;
    top: -1px;
    position: relative;
}


/*--child post images slider------*/

.child-wallpost .child-post-section .col-md-12 {
    margin: 30px 0 0 0;
}

.child-wallpost .child-post-section h3 {
    display: block;
    font-size: 15px;
    color: #414141;
    clear: left;
    text-transform: capitalize;
    margin: 8px 0 0 0;
    padding: 0 10px 0 0;
    position: relative;
    bottom: 10px;
    text-align: left;
}

.child-wallpost .child-post-section h3 .fa {
    width: 35px;
    height: 35px;
    border-radius: 100%;
    color: #fff;
    font-size: 20px;
    line-height: 35px;
    text-align: center;
    background: #224dac;
    z-index: 1;
    position: relative;
    margin: 0 6px 0 0;
}

.child-wallpost .child-post-section h4 {
    display: inline-block;
    font-size: 15px;
    float: right;
    color: #224dac;
    clear: right;
    font-weight: 400;
    padding: 5px 10px;
    border: 1px solid #224dac;
    border-radius: 4px;
    margin: 12px 0 15px 0;
    position: relative;
}

.child-wallpost .child-post-section .bx-wrapper {
    max-width: 100% !important;
    float: left;
    width: 100%;
}

.child-wallpost .child-post-section .child-achievemnet-post .bx-wrapper .bx-viewport,
.child-wallpost .child-post-section .child-image-post .bx-wrapper .bx-viewport,
.child-wallpost .child-post-section .child-video-post .bx-wrapper .bx-viewport {
    height: 200px !important;
    left: 0;
    background: #fff;
    border: 5px solid #fff;
    box-shadow: 0 0 1px #ccc
}

.child-wallpost .child-post-section .child-image-post .bx-wrapper .ng-scope,
.child-wallpost .child-post-section .child-achievemnet-post .bx-wrapper .ng-scope {
    width: auto !important;
    margin-right: 5px !important;
    position: relative;
}

.child-wallpost .child-post-section .bx-wrapper img {
    width: auto !important;
    height: 189px !important;
    position: relative;
    border: 2px solid #f5f5f5;
}

.newsfeed .acitivity-log .notification-list-page .posted-person-name {
    font-size: 13px;
    border-top: 1px solid #e9e9e9;
}

.newsfeed .acitivity-log.unread-notification .posted-person-name {
    background: #f2f2f2;
}

.child-wallpost .child-post-section .child-image-post .bx-wrapper .ng-scope.fa,
.child-wallpost .child-post-section .child-achievemnet-post .bx-wrapper .ng-scope.fa,
.child-wallpost .child-post-section .child-video-post .bx-wrapper .ng-scope.fa,
.acitivity-log .post-type .fa {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #fff;
    width: 20px !important;
    height: 20px;
    left: auto;
    bottom: auto;
    border-radius: 100%;
    line-height: 20px;
    text-align: center;
}

.newsfeed .acitivity-log .person-detail-right .post-type .pictures figure.videos .ply-btn {
    width: 30px;
    height: 30px;
}

.newsfeed .acitivity-log .person-detail-right .post-type .fa-play-circle-o {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    font-size: 29px !important;
    background: transparent;
}

.newsfeed .acitivity-log .post-type figure {
    height: auto;
    margin: 2px;
}

.newsfeed .acitivity-log .notification-list-page .post-type figure {
    width: 100px;
    height: 60px;
}

.child-wallpost .child-post-section .child-image-post .bx-wrapper .ng-scope.fa:hover,
.child-wallpost .child-post-section .child-achievemnet-post .bx-wrapper .ng-scope.fa:hover,
.child-wallpost .child-post-section .child-video-post .bx-wrapper .ng-scope.fa:hover {
    color: #d13939;
}

.child-wallpost .bx-wrapper .bx-controls-direction a {
    z-index: 9;
}

.child-imgpost-detail .col-sm-3 {
    box-sizing: border-box;
    padding: 5px;
    height: 210px;
}

.child-imgpost-detail .col-sm-3 img {
    max-width: 100%;
    width: 100%;
}

.child-imgpost-detail iframe {
    width: 100%;
}

.child-wallpost .child-post-section .child-video-post .ng-scope {
    width: auto !important;
}

.view-all-childvideo .ng-scope a {
    position: relative;
    display: block;
}

.post-popup-img2 .post-content-close {
    right: 10px;
    top: 10px;
    color: #224dac;
    position: absolute;
    font-size: 30px;
    z-index: 99;
}

.post-popup-img2.post-content-close a {
    color: #224dac;
}

.post-popup-img2 .post-content-close a:hover {
    color: #d13939;
}

.videopopup .mejs-offscreen {
    text-align: center;
}

.child-wallpost .child-post-section .child-video-post .ng-scope:after,
.view-all-childvideo .ng-scope a:after {
    width: 40px;
    height: 40px;
    position: absolute;
    content: "\f144";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    color: #fff;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}

.post-popup-img .modal-footer .comment-row-fixed {
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 55;
    background: #fff;
    left: 0;
    padding: 10px;
}

.post-popup-img .modal-footer .comment-section {
    width: 100%;
    float: left;
    background: #f5f5f5;
    padding: 10px;
    font-size: 13px;
    text-align: left;
    position: absolute;
    top: 140px;
    bottom: 70px;
    overflow-y: auto;
    left: 0;
    right: 0;
}


/*-child wall post newsfeed--*/

#newsfeed-childwall .newsfeed {
    width: 100%;
    float: left;
    background: #fff;
}

#newsfeed-childwall .newsfeed .post-content-close button {
    display: inline-block;
    float: right;
    margin: 8px 10px 10px 0;
    color: #224dac;
    opacity: 1;
}

#newsfeed-childwall .modal-dialog {
    width: 50%;
}

#newsfeed-childwall .modal-dialog .post-content .tab-content {
    max-height: 350px;
    overflow-y: auto;
}

#newsfeed-childwall .modal-dialog .post-content ul li a {
    line-height: 11px;
}

#newsfeed-childwall .modal-dialog .button-box select {
    padding: 4px 10px;
}

.no-more-post {
    /* background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 5px #e7e7e7;
    -webkit-box-shadow: 0 0 5px #e7e7e7;
    -moz-box-shadow: 0 0 5px #e7e7e7;
    -o-box-shadow: 0 0 5px #e7e7e7;
    color: #224dac; */
    float: left;
    font-weight: 500;
    margin: 20px 0;
    padding: 20px;
    text-align: center;
    text-transform: capitalize;
    width: 100%;
    color: #e1e1e1;
    font-size: 18px;
    font-family: 'Roboto';
    letter-spacing: 0.4px;
}

.usertimelin-btn {
    text-align: left;
    font-size: 12px;
}

.usertimelin-btn .btn {
    background: transparent;
    box-shadow: none;
    padding: 0;
    color: #224dac;
    margin: 0 0 5px 0;
}

.usertimelin-btn .btn:hover {
    color: #414141;
}

.news-feed-child-blade .newsfeed-popup {
    background: #efefef;
    padding: 15px;
    float: left;
    width: 100%;
}

.news-feed-child-blade .newsfeed-popup .tab-content {
    width: 100%;
    float: left;
    background: #fff;
    margin: 0 0 15px 0;
    border: 0px solid #ccc;
}

.news-feed-child-blade .newsfeed-popup .tab-content.nospace {
    padding: 0;
}

.news-feed-child-blade .newsfeed-popup textarea {
    border-left: 1px solid rgba(0, 0, 0, 0);
    border-right: 1px solid rgba(0, 0, 0, 0);
    border-top: 1px solid rgba(0, 0, 0, 0);
    border-bottom: 0px solid #ddd;
    box-shadow: none;
    border-radius: 0;
    height: 50px;
    padding: 7px 0;
    resize: vertical;
}

.news-feed-child-blade .newsfeed-popup textarea.required-field-error {
    border: 1px solid red;
    padding-left: 20px;
}

.news-feed-child-blade .child-newsfeed {
    margin: 0;
    padding: 15px;
    box-shadow: 0 0 1px #ccc;
    min-height: 350px;
    float: left;
    width: 100%;
}

.news-feed-child-blade .child-post-section {
    margin: -25px 0 0 0;
    padding: 15px;
    min-height: 15px;
    width: 100%;
    float: left;
}

.child-wallpost .news-feed-child-blade .child-post-section {
    padding: 0;
}

.news-feed-child-ttl h5 {
    bottom: 10px;
    clear: left;
    color: #414141;
    display: block;
    font-size: 15px;
    margin: 0;
    padding: 0 10px 0 0;
    position: relative;
    text-align: center;
    text-transform: capitalize;
}

.news-feed-child-ttl h5 .fa {
    background: #224dac none repeat scroll 0 0;
    border-radius: 100%;
    color: #fff;
    font-size: 20px;
    height: 35px;
    line-height: 35px;
    position: relative;
    text-align: center;
    width: 35px;
    z-index: 1;
}

.news-feed-child-ttl .btn {
    background: #fff;
    color: #224dac;
    box-shadow: none;
    padding: 0;
    margin: 0;
}

.news-feed-child-ttl .btn:hover {
    color: #414141;
}

.news-feed-child-blade .posted-detail-time figure {
    background: #ccc none repeat scroll 0 0;
    border: 0 none;
    border-radius: 100%;
    display: table-cell;
    float: none;
    height: 35px;
    margin-bottom: 0;
    overflow: hidden;
    position: relative;
    vertical-align: middle;
    width: 35px;
}

.news-feed-child-blade .posted-detail-time figure img {
    width: 100%;
}

.news-feed-child-blade .posted-person-name {
    margin-bottom: 5px;
}

.news-feed-child-blade p {
    margin: 0 0 5px 0;
    width: 100%;
    float: left;
    font-size: 12px;
}

.news-feed-child-blade .posted-detail-time {
    display: table;
}

.news-feed-child-blade .posted-detail-time .post-sub {
    display: table-cell;
    float: none;
    padding: 0 10px;
    vertical-align: middle;
    width: auto;
}

.news-feed-child-blade .post-type .post-picture {
    display: inline-block;
    float: left;
    padding: 0 5px;
    width: 25%;
    position: relative;
}

.news-feed-child-blade .post-type .post-picture img {
    max-width: 100%;
    width: 100%;
}

.news-feed-child-blade .post-type .post-picture a .more-post-img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.8);
}

.news-feed-child-blade .post-type .post-picture a .more-post-img span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 15px;
    text-align: center;
    color: #414141;
    font-weight: 600;
    left: 0;
}

.news-feed-child-blade .like-commnets {
    float: left;
    padding: 5PX 15px;
    width: 100%;
    margin: 0;
    border-bottom: 1px solid #cfd4d8;
}

.news-feed-child-blade .like-commnets span {
    color: #9b9b9b;
    display: inline-block;
    float: left;
    font-size: 11px;
    margin: 0 15px 0 0;
    padding: 0 15px 0 0;
    position: relative;
}

.news-feed-child-blade .like-commnets span:nth-child(2):after {
    display: none;
}

.news-feed-child-blade .like-commnets span::after {
    background: #414141 none repeat scroll 0 0;
    border-radius: 100%;
    bottom: 0;
    content: "";
    height: 5px;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 5px;
}

.news-feed-child-blade .makechoice {
    padding: 10px 0 0 0;
    width: 100%;
    float: left;
}

.news-feed-child-blade .makechoice .col-sm-4 {
    width: auto;
    display: inline-block;
    margin-right: 20px;
    padding: 5px 15px;
    font-size: 13px;
}

.news-feed-child-blade .makechoice a {
    color: #9b9b9b;
}

.news-feed-child-blade .makechoice a:hover,
.news-feed-child-blade .makechoice a.active {
    color: #224dac;
}

.news-feed-child-blade .makechoice a .fa-like {
    background: url(../../images/icon-like.png) 0 0 no-repeat;
    height: 15px;
    width: 15px;
    display: inline-block;
    background-size: 15px 12px;
    float: left;
    margin: 0 5px 0 0;
}

.news-feed-child-blade .makechoice a:hover .fa-like,
.news-feed-child-blade .makechoice a.active .fa-like {
    background: url(../../images/icon-like-done.png) 0 0 no-repeat;
    background-size: 15px 12px
}

.news-feed-child-blade .comment-box {
    background: #f8f8f8;
    margin: 0;
    max-height: 109px;
    overflow: auto;
}

.dropzone .dz-message {
    position: relative;
}

.news-feed-child-blade .post-content .dropzone span.error-message {
    left: 0;
    right: 0;
}

.news-feed-child-blade .post-content .dropzone span.error-message:nth-child(2n+1) {
    top: 35px
}

.news-feed-child-blade .post-content .dropzone .dz-message {
    margin: 1em 0;
}

.news-feed-child-blade .commnet-person-img figure img {
    width: 100%;
}

.child-popup .modal-content {
    background: transparent;
    border: 5px solid #fff;
}

.like-popup .modal-content,
.like-popup .modal-body {
    background: #fff;
    float: left;
    display: block;
    width: 100%;
}

.modal-content {
    border-radius: 8px;
    overflow: hidden;
}

.post-popup-img .modal-content {
    min-height: 350px;
}

.like-popup .modal-body {
    max-height: 240px;
    overflow-y: auto;
}

.like-popup .modal-body .ng-scope {
    width: 100%;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
    float: left;
    border-bottom: 1px solid #f1f1f1;
}

.like-popup .modal-content em {
    display: inline-block;
    font-style: normal;
    width: auto;
    margin: 0 5px 0 0;
}

.like-popup .modal-content figure {
    display: inline-block;
    float: left;
    margin-right: 10px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    height: 30px;
    width: 30px;
    overflow: hidden;
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.5);
}

.like-popup .modal-content figure img {
    width: 100%;
}

.like-popup .modal-content h6 {
    display: inline-block;
    float: left;
    line-height: 30px;
    font-size: 13px;
    margin: 0;
    padding: 0;
}

.child-popup .bx-wrapper .bx-viewport {
    left: 0;
    border: 0;
    padding: 0;
    box-shadow: none;
}

.child-popup .bx-wrapper {
    margin: 0;
}

.child-popup .bx-wrapper ul li {
    margin: 0 0 0 -40px;
    width: 100%;
    text-align: center;
}

.child-popup .modal-body {
    padding: 0;
}

.child-popup .bx-default-pager {
    display: none;
}

.child-popup .post-content-close {
    right: -10px;
    top: -10px;
    color: #224dac;
    position: absolute;
    font-size: 25px;
    z-index: 99;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
}

.child-popup .post-content-close .fa {
    line-height: 40px;
}

.like-popup .post-content-close {
    right: 8px;
    top: 8px;
    color: #224dac;
    position: fixed;
    font-size: 25px;
    z-index: 99;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
}

.child-popup .post-content-close a {
    color: #224dac;
}

.like-popup .post-content-close a {
    color: #224dac;
}

.like-popup .post-content-close a:hover,
.child-popup .post-content-close a:hover {
    color: #d13939;
}

.child-popup .bx-wrapper .bx-controls-direction a.bx-prev {
    left: 15px;
}

.child-popup .bx-wrapper .bx-controls-direction a.bx-next {
    right: 15px;
}

.child-popup .bx-wrapper .bx-prev {
    background: url("../../images/controls1.png") 0 -31px no-repeat;
}

.child-popup .bx-wrapper .bx-next {
    background: url("../../images/controls1.png") -43px -31px no-repeat;
}

.child-popup .bx-wrapper img {
    display: inline-block;
}

.child-popup .bx-wrapper .bx-loading {
    position: relative;
}


/*----timeline page------------*/

.timeline-view .profile-detail-section.wall-post .person-detail-view p.news-summary {
    margin-bottom: 10px;
    clear: both;
    padding: 0px 12px;
}

.timeline-view .person-detail-right .form-group {
    padding: 20px;
    background: #fff !important;
}

.timeline-view .person-detail-right figure {
    margin-bottom: 5px !important;
}

.timeline-view .childtimeline-name {
    margin-top: 7px;
}

.timeline-view .childtimeline-name span {
    color: #414141;
    font-size: 16px;
    display: inline-block;
}

.timeline-view .childtimeline-name .btn {
    font-size: 13px;
    padding: 5px 16px;
}

.yearchange-timeline {
    color: #224dac;
    font-weight: 500%;
    text-align: center;
    font-size: 18px;
    width: 100%;
    float: left;
    margin: 0 0 5px 0;
    position: relative;
}

.yearchange-timeline:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    top: 0;
    bottom: 0;
    background-color: #224dac;
    left: 0;
    right: 0;
    margin: auto 0;
}

.yearchange-timeline span {
    display: inline-block;
    padding: 5px 10px;
    background: #F5F5F5;
    position: relative;
    z-index: 6;
}

.newsfeed .person-detail-right .timeline-post figure {
    margin: 2px;
    overflow: hidden;
    height: auto;
}

.newsfeed .person-detail-right .timeline-post figure img {
    width: 100%;
}

.timeline-view .wall-post .person-detail-view .person-detail-right {
    margin: 30px 0 0 0;
    width: 100%;
}

.timeline-view .wall-post .person-detail-view .person-detail-right .form-group {
    padding: 0 10px;
}

.timeline-view .col-md-6:nth-child(odd) {
    float: left;
    clear: left;
}

.timeline-view .col-md-6:nth-child(even) {
    float: right;
    clear: right;
}


/*-----------acitivity log-------------*/

.acitivity-log .posted-person-name {
    border: 0;
    margin: 0;
}

.profile-detail-section.wall-post .acitivity-log.person-detail-view .person-detail-right {
    padding: 0;
}

.newsfeed .acitivity-log .person-detail-right .form-group {
    padding: 0;
    border: 0;
}

.newsfeed .acitivity-log .posted-detail-time {
    padding: 10px 0;
}

.newsfeed .acitivity-log .person-detail-right .btngroups {
    background: transparent;
    border-bottom: 1px solid #e6e6e6;
    padding-top: 10px;
    padding-bottom: 10px;
}

.newsfeed .acitivity-log .person-detail-right.notification-list-page .status-approved {
    color: #7e7e7e;
    font-size: 13px;
    font-weight: 600;
    padding: 7px 10px;
}

.newsfeed .acitivity-log .notification-list-page .btngroups,
.newsfeed .acitivity-log .notification-list-page .status-approved {
    border: 0;
    position: absolute;
    top: -7px;
    right: 10px;
    font-size: 13px;
    color: #7e7e7e;
}

.newsfeed .acitivity-log .person-detail-right .btngroups .fa {
    color: #7e7e7e;
    position: relative;
    margin: 0;
    width: 19px;
    font-size: 13px;
    background: transparent;
}

.newsfeed .acitivity-log .person-detail-right .btngroups .btn {
    background: none;
    box-shadow: none;
    padding: 0 5px;
    position: relative;
    font-size: 13px;
}

.newsfeed .acitivity-log .person-detail-right .btngroups .btn:hover {
    color: #414141;
}

.newsfeed .person-detail-right .status-post {
    display: block;
    color: #7e7e7e;
    font-weight: 400;
}

.newsfeed .acitivity-log .person-detail-right .rjt-btn {
    color: red;
}

.newsfeed .acitivity-log .person-detail-right .act-btn {
    color: green;
}

.acitivity-log .post-type {
    padding: 10px 0;
    float: left;
    width: 100%;
    /*border-bottom: 1px solid #d1d1d1;*/
}

.acitivity-log p {
    margin: 10px 0 0 0;
}

.acitivity-log .person-detail-right .post-type .pictures figure.post-picture .fa {
    font-size: 13px;
}

.acitivity-log .familyconncted {
    font-size: 13px;
    color: #fff;
    display: inline-block;
    padding: 3px 6px;
    background: #224dac;
    border-radius: 3px;
    margin: 8px 0 0 0;
}

.profile-detail-section.wall-post .person-detail-view p.news-summary {
    display: block;
    /* overflow: hidden;
text-overflow: ellipsis;
max-width: 325px;
white-space: nowrap;*/
    margin: 8px 0 10px 0;
    padding: 0 4px;
}

.profile-detail-section.wall-post .person-detail-view p.news-summary .emoji {
    margin: 0 0 2px 0 !important;
}

.profile-detail-section.wall-post .person-detail-view p.news-summary textarea {
    border: 0;
    box-shadow: none;
    background: #fff;
    resize: none;
}

a.view-full-msg {
    font-size: 11px;
    font-weight: 500;
}

.acitivity-log .modal.in .modal-dialog,
.acitivity-log .modal .modal-dialog {
    height: 450px;
    overflow: auto;
}

.newsfeed .familt-status-checkbox input[type="checkbox"] {
    display: none;
}

.newsfeed .familt-status-checkbox label {
    color: #7e7e7e;
    font-weight: 400;
    cursor: pointer;
}

.newsfeed .familt-status-checkbox input[type="checkbox"]+label span {
    display: inline-block;
    width: 23px;
    height: 23px;
    margin: -6px 4px 0 0;
    vertical-align: middle;
    background: url(../../images/checks.png) 0 0 no-repeat;
    cursor: pointer;
}

.newsfeed .familt-status-checkbox input[type="checkbox"]:checked+label span {
    background: url(../../images/checks.png) 0 -22px no-repeat;
}

.other-like-commnet {
    display: block;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #cfd4d8;
    padding-bottom: 10px;
    font-size: 15px;
    color: #7e7e7e;
}

.other-like-commnet strong {
    color: #414141;
    font-weight: 400;
}


/*----------------child list------------*/

.plan-ttl {
    text-align: center;
    margin: 15px 0;
    width: 100%;
    display: block;
    float: left;
}

.plan-ttl.text-left {
    text-align: left;
}

.plan-ttl h4 {
    color: #262626;
    font-size: 18px;
    line-height: 15px;
    padding: 10px 0 8px 0;
    margin: 0;
    font-weight: 400;
}

.plan-ttl h5 {
    color: #303030;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    margin: 0;
    padding: 0 0 10px;
}

.dont-have-plan-child {
    background: #f9f9f9;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    padding: 10px 20px 10px 20px;
    margin: 0 0 20px 0;
    width: 100%;
    float: left;
    position: relative;
}

.dont-have-plan-child .icon-lines {
    text-align: center;
    margin-bottom: 15px;
}

body .dont-have-plan-child .icon-lines button {
    background: #fff none repeat scroll 0 0;
    border: 0;
    border-radius: 100%;
    color: #fff;
    display: inline-block;
    height: 30px;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
    margin: 0 5px;
    padding: 0;
    text-align: center;
    width: 30px;
}

.dont-have-plan-child .icon-lines button .fa-contribution {
    background: rgba(0, 0, 0, 0) url("/images/icon-contribution.png") no-repeat scroll center center / 19px 16px;
    display: inline-block;
    height: 30px;
    width: 30px;
}

.dont-have-plan-child .icon-lines button .fa {
    color: #7c7c7c;
    font-size: 13px;
}

.dont-have-plan-child .icon-lines button.btn-delete .fa {
    color: #cc0000;
}

.dont-have-plan-child .icon-lines button.edit-btn .fa {
    color: #224dac;
}

.dont-have-plan-child .icon-lines button.design-btn .fa {
    color: forestgreen;
}

.dont-have-plan-child .icon-lines button.donate-btn .fa {
    color: #414141;
}

.dont-have-plan-child .icon-lines button:hover {
    background: #f0f0f0;
}

.dont-have-plan-child .details-line .left-box h4 {
    color: #224dac;
    font-size: 16px;
    margin: 0 0 20px 0;
    overflow: hidden;
    padding: 0 20px 10px;
    position: relative;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dont-have-plan-child .details-line .left-box h4 a {
    color: #444;
}

.dont-have-plan-child .details-line .left-box h4 a:hover {
    color: #224dac;
}

.dont-have-plan-child .details-line .left-box h4:before {
    background: #e6e6e6 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 50px;
}

.dont-have-plan-child .details-line .left-box figure {
    background: #fbfbfb none repeat scroll 0 0;
    border: 0 none;
    border-radius: 100%;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    height: 130px;
    margin: 0 auto 10px;
    overflow: hidden;
    position: relative;
    width: 130px;
}

.dont-have-plan-child .details-line .left-box figure img {
    border-radius: 100%;
}

.dont-have-plan-child .details-line .right-box .video {
    color: #414141;
    font-size: 15px;
    font-weight: 500;
}

.dont-have-plan-child .details-line .right-box .video a {
    display: inline-block;
}

.dont-have-plan-child .details-line .right-box .video figure {
    border: 5px solid #f0f0f0;
    margin: 0 auto 20px auto;
    position: relative;
    width: 165px;
}

.dont-have-plan-child .details-line .right-box .video figure .ply-btn {
    bottom: 0;
    color: #fff;
    font-size: 45px;
    height: 45px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 45px;
}

.dont-have-plan-child .details-line .right-box p {
    font-weight: 400;
    max-width: 246px;
    margin: 0 auto;
    padding: 0 0 15px 0;
}


/*--------------------*/

.post-popup-img .modal-footer .loader-popup {
    bottom: 0;
    color: #000;
    height: 92px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 55;
}

#circularG {
    position: relative;
    width: 58px;
    height: 58px;
    margin: auto;
}

.circularG {
    position: absolute;
    background-color: rgb(0, 0, 0);
    width: 14px;
    height: 14px;
    border-radius: 9px;
    -o-border-radius: 9px;
    -ms-border-radius: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    animation-name: bounce_circularG;
    -o-animation-name: bounce_circularG;
    -ms-animation-name: bounce_circularG;
    -webkit-animation-name: bounce_circularG;
    -moz-animation-name: bounce_circularG;
    animation-duration: 1.1s;
    -o-animation-duration: 1.1s;
    -ms-animation-duration: 1.1s;
    -webkit-animation-duration: 1.1s;
    -moz-animation-duration: 1.1s;
    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;
}

#circularG_1 {
    left: 0;
    top: 23px;
    animation-delay: 0.41s;
    -o-animation-delay: 0.41s;
    -ms-animation-delay: 0.41s;
    -webkit-animation-delay: 0.41s;
    -moz-animation-delay: 0.41s;
}

#circularG_2 {
    left: 6px;
    top: 6px;
    animation-delay: 0.55s;
    -o-animation-delay: 0.55s;
    -ms-animation-delay: 0.55s;
    -webkit-animation-delay: 0.55s;
    -moz-animation-delay: 0.55s;
}

#circularG_3 {
    top: 0;
    left: 23px;
    animation-delay: 0.69s;
    -o-animation-delay: 0.69s;
    -ms-animation-delay: 0.69s;
    -webkit-animation-delay: 0.69s;
    -moz-animation-delay: 0.69s;
}

#circularG_4 {
    right: 6px;
    top: 6px;
    animation-delay: 0.83s;
    -o-animation-delay: 0.83s;
    -ms-animation-delay: 0.83s;
    -webkit-animation-delay: 0.83s;
    -moz-animation-delay: 0.83s;
}

#circularG_5 {
    right: 0;
    top: 23px;
    animation-delay: 0.97s;
    -o-animation-delay: 0.97s;
    -ms-animation-delay: 0.97s;
    -webkit-animation-delay: 0.97s;
    -moz-animation-delay: 0.97s;
}

#circularG_6 {
    right: 6px;
    bottom: 6px;
    animation-delay: 1.1s;
    -o-animation-delay: 1.1s;
    -ms-animation-delay: 1.1s;
    -webkit-animation-delay: 1.1s;
    -moz-animation-delay: 1.1s;
}

#circularG_7 {
    left: 23px;
    bottom: 0;
    animation-delay: 1.24s;
    -o-animation-delay: 1.24s;
    -ms-animation-delay: 1.24s;
    -webkit-animation-delay: 1.24s;
    -moz-animation-delay: 1.24s;
}

#circularG_8 {
    left: 6px;
    bottom: 6px;
    animation-delay: 1.38s;
    -o-animation-delay: 1.38s;
    -ms-animation-delay: 1.38s;
    -webkit-animation-delay: 1.38s;
    -moz-animation-delay: 1.38s;
}

@keyframes bounce_circularG {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(.3);
    }
}

@-o-keyframes bounce_circularG {
    0% {
        -o-transform: scale(1);
    }

    100% {
        -o-transform: scale(.3);
    }
}

@-ms-keyframes bounce_circularG {
    0% {
        -ms-transform: scale(1);
    }

    100% {
        -ms-transform: scale(.3);
    }
}

@-webkit-keyframes bounce_circularG {
    0% {
        -webkit-transform: scale(1);
    }

    100% {
        -webkit-transform: scale(.3);
    }
}

@-moz-keyframes bounce_circularG {
    0% {
        -moz-transform: scale(1);
    }

    100% {
        -moz-transform: scale(.3);
    }
}

.photos-page .image_slider.sliders {
    margin: 10px 0 0 0;
}

.child-post-section .image_slider .slide {
    display: inline-block;
    height: 181px;
    overflow: hidden;
    width: 25%;
    float: left;
    padding: 2px;
}

.child-post-section .image_slider .slide img {
    height: auto;
    width: 100%;
}

.future-challenge-videos .image_slider .slide img {
    height: 100%;
}

.modal.in.post-popup-img1 .modal-dialog,
.modal.post-popup-img1 .modal-dialog {
    max-width: auto;
    background: transparent;
    padding: 0;
    text-align: center;
}

.modal.in.post-popup-img1 .modal-dialog iframe,
.modal.post-popup-img1 .modal-dialog iframe {
    width: 80%;
    height: 450px;
    border: 0;
}

.post-popup-img1 .modal-dialog .bx-wrapper {
    margin: 0 auto;
    background: transparent;
    text-align: center;
}

.post-popup-img1 .modal-dialog .bx-wrapper .bx-viewport {
    margin: 0;
    border: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    background: transparent
}

.post-popup-img1 .modal-dialog .bx-wrapper .bx-prev {
    left: 0;
}

.post-popup-img1 .modal-dialog .bx-pager {
    display: none;
}

.post-popup-img1 .modal-dialog .bx-viewport li {
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
    background: #fff;
    padding: 10px;
}

.post-popup-img1 .modal-dialog .bx-viewport li img {
    display: inline-block;
    max-height: 450px;
}

.post-popup-img1 .post-content-close {
    right: 8px;
    top: 3px;
    color: #224dac;
    position: absolute;
    font-size: 25px;
    width: 35px;
    height: 35px;
    background: #fff;
    border-radius: 100%;
    -webkitborder-radius: 100%;
    -moz-border-radius: 100%;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
    line-height: 37px;
    z-index: 5;
}

.post-popup-img1 .post-content-close .fa {
    line-height: 33px;
}

.post-popup-img1 .post-content-close a {
    color: #224dac;
}

.post-popup-img1 .post-content-close a:hover {
    color: #d13939;
}

.fix-to-top {
    position: fixed;
    width: 270px;
}

.pendig-post-chkbox {
    display: inline-block;
    float: right;
}

.child-wallpost .masonry-brick {
    width: 25%;
    padding: 1px;
}

.child-wallpost .masonry-brick img {
    width: 100%;
}

.masonry {
    column-count: 2;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    -khtml-column-count: 2;
    -html-column-count: 2;
    -o-column-count: 2;
}

.masonry .item {
    display: inline-block;
    width: 100%;
}

.error-page {
    text-align: center;
}

.error-page .col-sm-12.panel-body {
    margin: 40px auto 10px auto;
}

.error-page .profile-detail-section {
    background: #fff;
    width: 100%;
    float: left;
}

.error-page h4 {
    position: relative;
    z-index: 30px;
    font-size: 30px;
    color: #414141;
    padding: 0 0 20px 0;
    margin: 20px 0;
    font-weight: 400;
}

.error-page h4:after {
    position: absolute;
    content: "";
    width: 150px;
    height: 1px;
    background: #224dac;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0 auto;
}

.error-page .person-detail-view img {
    max-width: 100%;
}

.bottom-search-result.normal-page .person-detail-view {
    min-height: 350px;
}

.no-result-found {
    min-height: 350px;
}

.ui-autocomplete-loading {
    background: url(../../images/ring-alt.gif) no-repeat right center;
    background-size: 25px;
}

.terms-privacy-page.bottom-search-result .person-detail-view {
    margin: 0 0 30px 0;
}

.terms-privacy-page h3,
.normal-page h3 {
    margin: 0 0 20px 0;
    padding: 0;
    color: #224dac;
}

ul.profile-navigation li:after {
    display: none;
}

.terms-privacy-page h4 {
    color: #224dac;
}

.terms-privacy-page ul {
    margin: 20px 0;
    padding: 0;
    list-style: none;
}

.terms-privacy-page ul li,
ul.sublist li {
    padding: 0 0 0 20px;
    margin: 0 0 10px 0;
    line-height: 22px;
    position: relative;
}

.terms-privacy-page ul.profile-navigation li,
.terms-privacy-page ul.profile-navigation {
    margin: 0;
    padding: 0;
}

.terms-privacy-page ul li:after {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background: #224dac;
    left: 0;
    top: 5px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
}

.terms-privacy-page ul li ol {
    margin: 15px 0 15px 15px;
}

.terms-privacy-page ul li ol li {
    padding-left: 0;
}

.terms-privacy-page ul li li:after {
    display: none;
}

.btn_add_family .btn {
    background: transparent;
    border: 1px solid #224dac;
    color: #000;
    margin: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    padding: 8px 10px;
    font-size: 12px;
    width: 100%;
    max-width: 200px;
}

.btn_add_family .btn:hover {
    background: #224dac;
    border: 1px solid #224dac;
    color: #fff;
}

.faq-page h5 {
    font-size: 22px;
    color: #224dac;
    padding: 0;
    margin: 0 0 20px 0;
    line-height: 22px;
}

.amount-detail .txt-popup {
    position: absolute;
    left: 103%;
    top: -15px;
    padding: 20px;
    display: inline-block;
    max-width: 850px;
    width: 100%;
    z-index: 55;
    border-radius: 5px;
    border: 1px solid #224dac;
    color: #5f5f5f;
    background: #e8ecf1;
}


/* .amount-detail .txt-popup:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 15px solid #224dac;
    top: -15px;
    left: 10px;
} */

.amount-detail .txt-popup:before {
    content: "";
    position: absolute;
    right: 100%;
    top: 20px;
    margin: 0;
    border-right: 10px solid #224dac;
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
    height: 0;
    width: 0;
}

.amount-detail .txt-popup span {
    font-size: 13px;
}

.cover-btn-hide {
    display: none;
}

.like-commnets em {
    font-style: normal;
}

span.view-all-post-link {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 15px;
}


/* Dropdown Button */

.dropbtn {
    color: #9b9b9b;
    font-weight: 600;
    padding: 10px;
    font-size: 20px;
    border: none;
    cursor: pointer;
    position: relative;
    text-align: center;
    margin: 0 7px 0 0;
}

.dropbtn:before {
    content: "\f107";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    width: 8px;
    margin: auto;
    color: #9b9b9b;
}


/* Dropdown button on hover & focus */

.dropbtn:hover,
.dropbtn:focus,
.dropbtn:hover:before,
.dropbtn:focus:before {
    color: #224dac;
}


/* The container <div> - needed to position the dropdown content */

.dropdown {
    position: relative;
    display: inline-block;
}


/* Dropdown Content (Hidden by Default) */

.timeline-view .posted-person-name .cap-click {
    position: absolute;
    right: 0;
    z-index: 55;
    float: right;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 70px;
    border: 1px solid #ccc;
    z-index: 9999;
    right: 100%;
    top: -7px;
    padding: 2px 0;
    text-align: left;
    margin: 0;
}

.wall-post .posted-person-name .dropdown-content {
    min-width: 120px;
}

.dropdown-content:before {
    content: "";
    width: 12px;
    height: 12px;
    background: #fff;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    position: absolute;
    right: -7px;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(130deg);
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
}


/* Links inside the dropdown */

.dropdown-content a {
    color: black;
    padding: 3px 10px;
    text-decoration: none;
    display: block !important;
    font-size: 11px;
    color: #7e7e7e;
}


/* Change color of dropdown links on hover */

.dropdown-content a:hover {
    color: #224dac;
    background: transparent;
}


/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */

.show {
    display: block;
}

.textarea-decorate form {
    margin: 0;
    padding: 0;
}

.textarea-decorate form textarea {
    resize: none;
}

.image-popup-loader {
    padding: 40px 0;
    background: #fff;
    width: 100%;
    text-align: center;
}


/*-----------commentsection---*/

.comment-box {
    background: #F6F7F9;
    width: 100%;
    float: left;
    margin: 10px 0 0 0;
    padding: 0 10px 10px 10px;
}

.commnet-error {
    color: #000;
    font-weight: 400;
    margin: 3px 0 0 0;
    display: block;
}

.person-detail-right.edit-profile .commnet-scroll .commnet-error .fa-exclamation-triangle,
.post-popup-img .modal-footer .commnet-scroll .commnet-error .fa-exclamation-triangle {
    color: #f00;
}

.commondiv {
    position: relative;
    padding: 10px 40px 8px 50px;
    margin: 0;
    display: block;
    clear: both;
    float: left;
    width: 100%;
    text-align: left;
}

.popup-comment-header .commondiv {
    padding-left: 60px;
}

.commnet-scroll {
    max-height: 400px;
    overflow-y: auto;
    font-size: 12px;
}

.personpic {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
}

.personpic figure {
    background: #ccc none repeat scroll 0 0;
    border: 0 none;
    border-radius: 100%;
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.5);
    display: inline-block;
    float: none;
    height: 30px;
    margin-bottom: 0;
    overflow: hidden;
    position: relative;
    vertical-align: middle;
    width: 30px;
    margin: 10px;
}

.personpic figure img {
    width: 100%;
    height: auto;
}

.popup-comment-header .personpic figure {
    width: 40px;
    height: 40px;
}

.person-detail-right.edit-profile .commnet-scroll .fa {
    position: relative;
    top: 0;
    left: 0;
    font-size: 12px;
    height: auto;
    color: #9b9b9b;
    width: auto;
}

.person-detail-right.edit-profile .commnet-scroll .fa:hover {
    color: #224dac;
}

.person-detail-right.edit-profile .commnet-scroll .fa-trash:hover {
    color: #ae1d1d;
}


/*-commnet like replay thumb time row css---*/

.commnet-detail {
    width: 100%;
    float: left;
}

.commnet-detail ul {
    padding: 0;
    margin: 3px 0 0 0;
    list-style: none;
}

.commnet-detail ul li {
    display: inline-block;
    margin: 0 0 0 4px;
    padding: 0 0px 0 8px;
    position: relative;
    color: #9b9b9b;
    line-height: 12px;
    cursor: pointer;
    font-size: 12px;
}

.commnet-detail ul li a {
    color: #9b9b9b;
}

.commnet-detail ul li.commtent-time {
    cursor: default;
}

.commnet-detail ul li.commtent-time:hover {
    color: #9b9b9b;
}

.commnet-detail ul li a:hover,
.commnet-detail ul li:hover,
.commnet-detail ul li a.active {
    color: #224dac;
}

.commnet-detail ul li:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 5px;
    margin: auto;
    border-radius: 100%;
    height: 3px;
    width: 3px;
    background: #9b9b9b;
}

.commnet-detail ul li:first-child:before {
    display: none;
}

.commnet-detail ul li:first-child {
    padding: 0;
    margin: 0 0 0 -1px;
}

.commnet-detail ul li.time {
    cursor: default;
}

.commnet-detail ul li.time:hover {
    color: #9b9b9b;
}

.person-detail-right.edit-profile .commnet-scroll .commnet-detail ul .fa,
.post-popup-img .modal-footer .commnet-scroll .commnet-detail ul .fa {
    color: #224dac;
    font-size: 11px;
}

.person-detail-right.edit-profile .commnet-scroll .commnet-detail ul .fa-like {
    background: url(../../images/icon-like-done.png) 0px 0px no-repeat;
    background-size: contain;
    width: 10px;
    height: 10px;
    margin: 0 2px 0 0;
}


/*-commnet like replay thumb time row css end---*/


/*-----edit delete button right corner css--*/

.cap-click {
    position: absolute;
    right: 0;
    top: 10px;
}

.wall-post .posted-person-name .cap-click {
    top: 0;
}


/*-----edit delete button right corner css end --*/


/*--subcomment--------*/

.subcomment {
    padding: 10px 0 0px 17px;
    clear: both;
    position: relative;
    margin: 0 -20px 0 -43px;
}

.subcomment:before {
    position: absolute;
    left: 15px;
    top: 10px;
    bottom: 10px;
    width: 2px;
    height: 100%;
    background: #ccc;
}

.subcomment .commondiv {
    padding-right: 0;
}

.subcomment .commondiv .commenttextarea {
    padding-right: 73px;
}

.modal-dialog .subcomment .commondiv .commenttextarea {
    padding-right: 66px;
}


/*-subcomment end-*/


/*-----*/

.replaytext .cap-click {
    position: relative;
    top: 3px;
}

.replaytext .cap-click a {
    margin: 0 5px 0 0;
}

.commenttextarea {
    min-height: 10px;
    width: 100%;
}

.commenttextarea textarea {
    width: 100%;
    padding: 8px 10px;
    min-height: 32px;
    resize: none;
    font-size: 12px;
    border: 1px solid #ccc !important;
}

.popup-commnet-sticky-bottom .commenttextarea textarea {
    height: 32px;
}

.commenttextarea .comment-action a {
    margin: 0 5px 0 0;
}


/*-----*/


/*------fixed bottom write  comment css---*/

.fixedbottom-comment .commondiv {
    padding: 10px 73px 0 50px;
    margin-bottom: 0;
}

.popup-commnet-sticky-bottom .fixedbottom-comment .commondiv {
    padding: 10px 66px 0 50px;
    margin-bottom: 0;
}

body .btn.postbtn {
    position: absolute;
    right: 0;
    top: 10px;
    font-size: 14px;
    padding: 6px 15px;
}

body .modal.in .modal-dialog .btn.postbtn {
    top: 11px;
    font-size: 11px;
    padding: 5px 8px;
}


/*------fixed bottom write  comment css end---*/

.commentdisplay strong,
.commenttextarea strong,
.commentdisplay span.ng-binding {
    font-weight: 500;
    color: #000;
}

.popup-commnet-sticky-bottom {
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 55;
    background: #fff;
    left: 0;
    padding: 0 10px 19px 10px;
}

.post-popup-img .modal-footer .commnet-scroll {
    width: 100%;
    float: left;
    background: #CCC5;
    padding: 10px 10px 30px 10px;
    font-size: 12px;
    text-align: left;
    position: absolute;
    top: 154px;
    bottom: 68px;
    overflow-y: auto;
    left: 0;
    right: 0;
}


/*------
Static Page
---*/

body.separate-page {
    background-color: #fff;
    position: relative;
    color: #717171;
}

body.separate-page img {
    max-width: 100%;
}

body.separate-page:before {
    content: '';
    background: url(../../images/static-page-bg.jpg) bottom center no-repeat #1271ca;
    height: 367px;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-size: contain;
    z-index: 0;
}

.static-page .btmspace {
    margin-top: 40px;
    display: table;
    width: 100%;
}

.static-page .btmspace .col-sm-6 {
    display: table-cell;
    vertical-align: middle;
    float: none;
}

.static-page .logo {
    text-align: center;
    padding: 32px 0 32px 0;
}

.static-page .logo img {
    width: 180px;
}

.static-page .page-title {
    margin-bottom: 35px;
}

.static-page .page-title h2 {
    color: #1271ca;
    text-align: center;
    font-size: 27px;
    font-weight: 300;
    margin: 0px;
    padding: 0px;
}

.static-page .static-content {
    background: #fff;
    max-width: 90%;
    margin: 0 auto 50px auto;
    padding: 50px;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.19);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.19);
}

.static-page .bancfirst {
    text-align: center;
}

.static-page h4 {
    margin-top: 0;
}

.static-page h3 {
    font-size: 27px;
    color: #1271ca;
    font-weight: 300;
    margin-top: 0;
}

.static-page h3.left-txt {
    font-size: 21px;
}

.static-page h4,
h4.blue {
    font-size: 25px;
    color: #1f598f;
    font-weight: 300;
    line-height: 26px;
}

.static-page ul {
    margin: 0px;
    padding: 0px;
}

.static-page ul li {
    list-style: none;
}

.static-page ul.styled li {
    margin: 0px;
    padding: 0px;
    position: relative;
    list-style: none;
    color: #707070;
    padding: 0 0 5px 25px;
}

.static-page ul.styled li:before {
    content: '';
    position: absolute;
    top: 1px;
    left: 0px;
    font-size: 15px;
    color: #a9a9a9;
    content: "\f061";
    font-family: FontAwesome;
}

.static-page .profile-box {
    position: relative;
    text-align: left;
    max-width: 322px;
    margin: 0;
}

.static-page .profile-box .lauren-img {
    height: 233px;
    width: auto;
    margin: 0 0 10px 0;
}

.static-page .profile-box .profile-info p {
    color: #717171;
    font-size: 14px;
}

.static-page .profile-box .profile-info p a {
    color: #717171;
}

.static-page .profile-box .profile-info p a:hover {
    color: #224dac;
}

.static-page .profile-box .profile-info h4 {
    color: #224dac;
    font-size: 18px;
    margin: 5px 0;
    padding: 0;
    font-weight: 400;
}

.accordiondesign #accordion .profile-box {
    max-width: 300px;
    display: block;
    margin: 0 auto;
}

.static-page #accordion .profile-info,
.accordiondesign #accordion .profile-info {
    padding: 15px 14px 15px 14px;
}

.lessontxt .lessonadviser {
    background: #eee;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
    padding: 10px 30px;
    width: 100%;
    max-width: 100%;
    margin: 30px 0;
    text-align: left;
    clear: both;
    float: left;
    color: #303030;
}

.lessontxt .lessonadviser a:hover {
    color: #303030;
}

.lessontxt .lessonadviser figure {
    width: 100px;
    height: 100px;
    display: inline-block;
    margin: 0 15px 0 0;
    border-radius: 100%;
    float: left;
    overflow: hidden;
}

.lessontxt .lessonadviser figure img {
    width: 100%;
}

.lessontxt .lessonadviser span {
    margin: 27px 0 0 0;
    display: inline-block;
    float: left;
    font-size: 18px;
    max-width: 80%;
}

.lessontxt .profile-box {
    background: #eee;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
    padding: 30px;
    width: 100%;
    max-width: 100%;
    clear: both;
    float: left;
    margin: 0 0 30px 0;
}

.lessontxt .profile-box figure {
    text-align: center;
}

.lessontxt .profile-box img {
    width: auto;
}

.lessontxt .profile-box h6 {
    font-size: 20px;
    color: #000;
    font-weight: 500;
    text-align: center;
    margin: 15px 0;
    padding: 0;
    line-height: 20px;
}

.lessontxt .profile-box p {
    font-size: 15px;
    color: #303030;
    line-height: 19px;
    margin: 0 0 10px 0;
    padding: 0;
}

.lessontxt .profile-box .profile-info {
    position: absolute;
    bottom: 0px;
    right: 0px;
    background: rgba(18, 113, 202, 0.88);
    color: #fff;
    padding: 20px 25px 20px 25px;
    font-weight: 300;
    border-radius: 10px 0px 0px 0px;
    -moz-border-radius: 10px 0px 0px 0px;
    -webkit-border-radius: 10px 0px 0px 0px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.6);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.6);
}

.profile-box .profile-info h4,
.profile-box .profile-info p,
.profile-box .profile-info a,
.accordiondesign .profile-box .profile-info h4,
.accordiondesign .profile-box .profile-info p,
.accordiondesign .profile-box .profile-info a {
    margin: 0px;
    padding: 0px;
    color: #fff;
}

.lessontxt .profile-box .profile-info h4 {
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 5px 0;
}

.lessontxt .profile-box .profile-info a:hover {
    color: #000;
}

.static-page .testimonial {
    padding: 60px 45px 60px 45px;
    text-align: center;
    font-size: 19px;
}

.static-page .testimonial p {
    position: relative;
}

.static-page .testimonial p:before {
    content: '';
    position: absolute;
    top: -30px;
    left: -50px;
    font-size: 60px;
    color: #e4e4e4;
    content: "\f10d";
    font-family: FontAwesome;
}

.static-page .testimonial p:after {
    content: '';
    position: absolute;
    bottom: -30px;
    right: -50px;
    font-size: 60px;
    color: #e4e4e4;
    content: "\f10e";
    font-family: FontAwesome;
}

.static-page .profile-list {
    background: #2f82d0;
    margin: 0;
    padding: 30px;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.37);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.37);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.37);
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
}

.static-page .profile-list ul {
    margin: 15px 0 0 10px;
}

.static-page .profile-list ul li {
    font-size: 12px;
    line-height: 20px;
}

.static-page .ask-scott {
    padding-left: 0;
}

.static-page .askadviser-bluepic {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+16,aad4ea+53,9ecee5+100,2989d8+100,9ecee5+100 */
    background: #ffffff;
    /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, #ffffff 16%, #aad4ea 53%, #9ecee5 100%, #2989d8 100%, #9ecee5 100%);
    /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, #ffffff 16%, #aad4ea 53%, #9ecee5 100%, #2989d8 100%, #9ecee5 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, #ffffff 16%, #aad4ea 53%, #9ecee5 100%, #2989d8 100%, #9ecee5 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#9ecee5', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    padding: 30px;
    margin: 40px 0 0 0;
    float: left;
    color: #0e3e6c;
    width: 100%;
}

.static-page .askadviser-bluepic .askaddr {
    padding: 20px 0;
    font-size: 14px;
    line-height: 18px;
}

.static-page .askadviser-bluepic .askaddr p {
    margin: 0 0 8px 0;
}

.static-page .askadviser-bluepic span {
    font-weight: 500;
    font-size: 23px;
    margin: 0 0 30px 0;
    display: block;
}

.static-page .askadviser-bluepic .intropara p {
    padding: 0 40px;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    margin: 0 0 15px 0;
}

.static-page .ask-scott .form-group {
    margin-bottom: 8px;
}

.securities-text {
    margin-top: 25px;
}

.static-page .plan-page h4 {
    margin: 40px 0;
    color: #303030;
    font-size: 25px;
    font-weight: 500;
}

.video-section h4 {
    margin-bottom: 0px;
}

.video-section iframe {
    width: 100%;
}

.page-map {
    margin: 0 0 52px 0;
}

.start-saving .page-title {
    margin-bottom: 15px;
}

.intro-text {
    text-align: center;
}

.blue-box {
    padding: 30px 0 30px 0;
    margin: 0px 0 0px 0;
    width: 100%;
}

.blue-box-left {
    background: url(../../images/girl.jpg) right center no-repeat;
}

.blue-box-right {
    background: url(../../images/boy.jpg) left center no-repeat;
}

.blue-box .blue-box-mod {
    border-radius: 10px;
    background-color: rgb(47, 130, 208);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.37);
    width: 73%;
    color: #fff;
    padding: 30px 35px 30px 35px;
}

.blue-box.blue-box-right .blue-box-mod {
    float: right;
}

.blue-box h3 {
    font-size: 19px;
    color: rgb(255, 255, 255);
    margin: 0px 0px 15px 0px;
    padding: 0px;
}

.blue-box p {
    margin: 0px;
    padding: 0px;
}

.join-step-main {
    text-align: center;
    margin: 0;
}

.join-step-main .join-step {
    padding: 20px;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.16);
    width: 100%;
    min-height: 317px;
    margin: 15px 0;
}

.join-step-main .join-step.join-step-left {
    padding: 30px 20px 20px 20px;
}

.join-step-main .join-step p {
    margin: 0px;
    padding: 0px;
}

.join-step-main .join-step a {
    color: #fff;
    font-size: 15px;
    padding: 9px 18px;
    background: rgb(47, 130, 208);
    border-radius: 3px;
    display: inline-block;
    margin: 15px 0;
    line-height: 15px;
}

.join-step-main .join-step a:hover {
    background: #737477;
}

.join-step-main .step-arrow-left,
.join-step-main .step-arrow-right,
.join-step-main .step-arrow-after {
    margin: 20px 0 20px 0;
}

.join-step-main .btn-primary {
    font-size: 23px;
    font-weight: bold;
}

.join-step-main h2 {
    font-size: 27px;
    color: rgb(113, 113, 113);
    font-weight: 300;
}

.three-join-step .box-count {
    font-size: 70px;
    color: rgb(18, 113, 202);
    font-weight: 800;
}

.three-join-step .step-image {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.16);
    position: relative;
}

.three-join-step .step-image1 {
    display: none;
}

.three-join-step .figtext {
    position: relative;
    display: inline-block;
    margin: 0 0 30px 0;
}

.three-join-step .join-step-disc {
    position: absolute;
    top: 43px;
    left: 43px;
    right: 0;
    padding: 0;
    z-index: 5;
    width: 60%;
}

.three-join-step .join-step-disc .para {
    max-width: 450px;
}

.three-join-step .join-step-disc.txt1 h6 {
    text-align: left;
    font-size: 30px;
    color: #fff;
    line-height: 30px;
    font-weight: 200;
    margin: 0 0 10px 0;
    padding: 0;
}

.three-join-step .join-step-disc.txt1 p {
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    text-align: left;
    margin: 0 0 10px 0;
}

.three-join-step .join-step-disc.txt1 span {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    text-align: left;
    margin: 12px 0 0 0;
    display: block;
    text-align: left;
}

.three-join-step .join-step-disc.txt1 span a {
    color: #fff;
}

.three-join-step .join-step-disc.txt2 h6 {
    text-align: left;
    font-size: 30px;
    color: #fff;
    line-height: 30px;
    font-weight: 200;
    margin: 0 0 10px 0;
    padding: 0;
}

.three-join-step .join-step-disc.txt2 p {
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    text-align: left;
    margin: 0 0 10px 0;
}

.three-join-step .join-step-disc.txt2 span {
    margin: 12px 0 0 0;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    display: block;
    float: left;
}

.three-join-step .join-step-disc.txt2 span a {
    color: #fff;
}

.three-join-step .join-step-disc.txt3 {
    text-align: right;
    float: right;
    left: auto;
    right: 43px;
}

.three-join-step .join-step-disc.txt3 h6 {
    text-align: right;
    font-size: 30px;
    color: #fff;
    line-height: 30px;
    font-weight: 200;
    margin: 0 0 10px 0;
    padding: 0;
}

.three-join-step .join-step-disc.txt3 .para {
    float: right;
}

.three-join-step .join-step-disc.txt3 p {
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    text-align: right;
    margin: 0 0 10px 0;
}

.three-join-step .join-step-disc.txt3 span {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    text-align: right;
    display: block;
    width: 100%;
    float: left;
    margin: 12px 0 0 0;
}

.three-join-step .join-step-disc.txt3 span a {
    color: #fff;
}

.contributions-info {
    margin: 60px 0 0 0;
}

.contributions-info h2 {
    color: #717171;
    font-size: 25px;
    font-weight: 400;
}

.contributions-info h3 {
    color: #717171;
    font-size: 25px;
    font-weight: 300;
}

.contributions-info .profile-list {
    text-align: left;
    padding: 35px 25px 15px 25px;
    font-size: 19px;
    margin: 10px 0px 0px 0px;
    min-height: 556px;
}

.contributions-info .profile-list ul li {
    font-size: 15px;
    margin: 0 0 20px 0;
    line-height: 18px;
    list-style-type: decimal;
}

.financial-advisor {
    text-align: center;
    margin-top: 60px;
}

.financial-advisor a {
    font-size: 23px;
    font-weight: 500;
    padding: 13px 30px 13px 30px;
}

.resources-listing {
    display: block;
    margin: 0 0 30px 0;
}

.thirdparty-links {
    display: block;
    margin: 0 0 30px 0;
    padding-bottom: 30px;
    border-bottom: dotted 1px #ccc;
}

.thirdparty-links h3 {
    margin: 0 0 20px 0;
    padding: 0;
    color: #1271ca;
    font-size: 20px;
    font-weight: 300;
}

.thirdparty-links h3 a {
    color: #1271ca;
}

.thirdparty-links a.readmore-links {
    font-size: 13px;
    padding: 8px 18px;
    margin: 0;
    background: #224dac;
    color: #fff;
    border-radius: 5px;
    text-transform: uppercase;
    display: inline-block;
}

.thirdparty-links a.readmore-links:hover {
    background: #303030;
}

.static-menu {
    margin: -50px -50px 30px -50px;
    border-bottom: 1px solid #d5d5d5;
}

.static-menu ul {
    margin: 0 0 0 0;
}

.static-menu ul li {
    float: left;
    padding: 5px 0 5px 0;
    position: relative;
}

.static-menu ul li a {
    padding: 8px 10px;
    display: inline-block;
    color: #737477;
    border-right: 1px solid #d5d5d5;
    font-size: 11px;
}

.static-menu ul li:last-child a {
    border-right: 0px;
}

.static-menu ul li a img {
    margin-right: 5px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.static-menu ul li a:hover,
.static-menu ul li.active a {
    color: #2f82d0;
}

/* .static-menu ul li.active a {
    border-right: 1px solid #CCC !important;
    padding: 8px;
}
.static-menu ul li.dropdown>a {
    border-right: 0 !important;
    padding: 8px 0 8px 8px !important;
}

.static-menu ul li.dropdown a.dropdown-arrow {
    padding: 0 10px !important;
    font-size: 18px !important;
    border-right: 1px solid #d5d5d5 !important;
    line-height: 40px;
}

.static-menu ul li.active.dropdown a.dropdown-arrow {
    padding: 0 10px !important
} */

.static-menu ul li a:hover img,
.static-menu ul li.active a img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.static-menu ul.submenu {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    z-index: 99;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.24);
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
}

.static-menu ul li:hover ul.submenu {
    opacity: 1;
    visibility: visible;
}

.static-menu ul.submenu li {
    width: 100%;
    display: block;
    border-bottom: 1px solid #d5d5d5;
    margin: 0;
    padding: 0;
}

.static-menu ul.submenu li a {
    border-right: 0;
    width: 100%;
    display: block;
    background: #224dac;
    color: #fff;
}

.static-menu ul.submenu li:hover a {
    color: #224dac;
    background: #fff;
}


/********
child-balance-page
************/

.child-balance-page .children-list {
    min-height: 100px;
    padding: 0;
}

.child-balance-page .children-list h4 {
    text-align: left;
    font-weight: 500;
}

.child-balance-page .children-list h4:after {
    display: none;
}

.child-balance-page .children-list .tblmain {
    width: 100%;
    display: table;
    z-index: 0;
    padding: 0 40px;
}

.child-balance-page .children-list .tblmain .search-pic.tbl {
    width: 130px;
    padding: 10px;
}

.child-balance-page .children-list .tblmain .tbl {
    display: table-cell;
    vertical-align: top;
    padding: 20px 10px;
    position: relative;
    text-align: center;
    line-height: 34px;
}

.static-page .child-balance-page .children-list .tblmain .tbl h4 {
    font-size: 16px;
    font-weight: 500;
    padding: 0;
    text-align: center;
    margin: 0;
}

.child-balance-page .children-list .tblmain .tbl img {
    margin-bottom: 20px;
}

.child-balance-page .children-list .tblmain .donation ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.child-balance-page .children-list .tblmain .donation ul li {
    width: 30%;
    display: inline-block;
}

.child-balance-page .children-list .tblmain .donationttl {
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    max-width: 190px;
    margin: 0 auto;
    min-height: 100px;
}

.child-balance-page .children-list .tblmain .donationttl .dollortxt {
    display: block;
    margin: 8px 0;
}

.child-balance-page .children-list .vew-detail {
    font-size: 15px;
    display: block;
    width: 100%;
    padding: 10px;
    text-align: center;
    background: #e1e1e1;
}

.child-balance-page .children-list .tblmain .tbl .btnreport {
    line-height: 15px;
    display: block;
    position: relative;
    text-align: center;
}

.child-balance-page .children-list .tblmain .tbl .btnreport a {
    line-height: 15px;
    display: inline-block;
    color: rgb(47, 130, 208);
    ;
    font-size: 15px;
    font-weight: 500;
}

.child-balance-page .children-list .tblfulltext {
    padding: 10px;
    text-align: center;
    font-size: 14px;
    position: relative;
}

.child-balance-page .children-list .tblfulltext:before {
    content: "";
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
    width: auto;
    height: 1px;
    background: #eee;
}

.child-balance-page .children-list .tblfulltext .btnreport {
    margin: 10px 0;
}


/**********
my children page design new
****************/

.my-childern-page .children-list {
    min-height: 135px;
    background: linear-gradient(to right, #A0B8F6 -1%, #304EB2 55%);
}

.my-childern-page .children-list h4:after {
    display: none;
}

.my-childern-page .children-list .tblmain {
    width: 70%;
    display: table;
    z-index: 0;
    padding: 0 0 0 15px;
}

.my-childern-page .children-list .tblmain .tbl {
    display: table-cell;
    vertical-align: middle;
    padding: 10px;
}

.my-childern-page .children-list .tblmain .tbl img {
    margin-bottom: 20px;
}

.my-childern-page .children-list .tblmain .icon-lines button {
    color: #000;
    background: transparent;
    border: 0;
    box-shadow: none;
    line-height: 18px;
    font-size: 13px;
    font-weight: 400;
    position: relative;
    padding: 45px 8px 10px 8px;
    margin: 0 8px;
}

.my-childern-page .children-list .tblmain .icon-lines button:hover,
.my-childern-page .children-list .tblmain .icon-lines button:focus {
    background: transparent;
    color: #2f82d0;
    outline: none;
    border: 0;
    box-shadow: none;
}

.my-childern-page .children-list .tblmain .icon-lines button .fa {
    background: #fff none repeat scroll 0 0;
    border: 0;
    border-radius: 100%;
    color: #fff;
    display: inline-block;
    height: 30px;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
    margin: 0 auto;
    padding: 0;
    text-align: center;
    width: 30px;
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    line-height: 30px;
}

.my-childern-page .children-list .tblmain .icon-lines button .fa-contribution {
    background: rgba(0, 0, 0, 0) url("/images/icon-contribution.png") no-repeat scroll center center;
    background-size: 19px 16px;
    display: inline-block;
    height: 30px;
    width: 30px;
}

.my-childern-page .children-list .vew-detail {
    font-size: 15px;
    display: block;
    width: 100%;
    padding: 10px;
    text-align: center;
    background: #e1e1e1;
}

.dont-have-plan-child .icon-lines button .fa-contribution {
    background: #fff url("/images/icon-contribution.png") no-repeat scroll center center;
    background-size: 19px 16px;
    display: inline-block;
    height: 30px;
    width: 30px;
}

.my-childern-page .children-list .tblmain .icon-lines button.btn-delete .fa {
    color: #cc0000;
}

.my-childern-page .children-list .tblmain .icon-lines button.edit-btn .fa {
    color: #224dac;
}

.my-childern-page .children-list .tblmain .icon-lines button.design-btn .fa {
    color: forestgreen;
}

.my-childern-page .children-list .tblmain .icon-lines button.donate-btn .fa {
    color: #414141;
}


/*******contactaddress
************/

.contactaddress {
    margin: 0 0 30px 0;
}

.contactaddress .fa-map-marker {
    font-size: 40px;
    color: #2f82d0;
    display: block;
    height: 60px;
    width: 60px;
    border-radius: 100%;
    line-height: 60px;
    position: relative;
    left: 0;
    right: 0;
    top: 0px;
    text-align: center;
    margin: 0 auto 15px auto;
    background: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.37);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.37);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.37);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.37);
}

.contactaddress span {
    display: block;
    font-size: 16px;
    margin-bottom: 15px;
}

.contactaddress a>.fa {
    font-size: 15px;
    color: #fff;
    height: 30px;
    width: 30px;
    border-radius: 100%;
    line-height: 30px;
    position: relative;
    left: 0;
    right: 0;
    top: 0px;
    text-align: center;
    margin: 5px;
    background: #2f82d0;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.37);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.37);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.37);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.37);
    display: inline-block;
    vertical-align: top;
}

.formsection {
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.37);
    padding: 30px;
    margin: 0 auto;
    width: 100%;
    max-width: 540px;
}

.formsection h4 {
    color: #2f82d0;
    font-weight: 300;
    font-size: 35px;
    margin: 0 0 30px 0;
    text-align: center;
}

.formsection label {
    font-weight: 400;
}

.formsection .form-control {
    background-color: #fff;
    border: 1px solid #dddddd;
    padding: 7px 12px;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.10);
    box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.10);
}

.contactmap {
    background-color: #fff;
    margin: 0;
    text-align: center;
    border-radius: 10px;
    background-color: rgb(47, 130, 208);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.37);
    padding: 30px;
}

.formsection textarea {
    height: 136px;
}

.contactmap h4 {
    color: #fff;
    font-weight: 300;
    font-size: 35px;
    margin: 0 0 30px 0;
}

.contactmap iframe {
    width: 100%;
    min-height: 450px;
}


/** what-we-do/ **/

.what_we_do_section {
    padding: 20px;
}

.what_we_do_section .grey-box {
    background: #f7f7f7 none repeat scroll 0 0;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.5);
    font-size: 17px;
    min-height: 100px;
    padding: 20px;
    width: 100%;
    display: inline-block;
}

.what_we_do_section .grey-box .grey-box-left {
    margin: 0 10px 0 0;
}

.what_we_do_section .grey-box .grey-box-left img {
    height: 100%;
    margin-bottom: 0;
    width: 100%;
}

.what_we_do_section .grey-box .grey-box-right {
    font-size: 17px;
    padding-top: 0;
    text-align: center;
}

.what_we_do_section .grey-box .grey-box-right h3 {
    border-bottom: 1px dotted #cccccc;
    border-top: 1px dotted #cccccc;
    color: #071689;
    display: inline-block;
    font-family: Open sans, sans-serif;
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 10px;
    padding: 10px 0;
}

.what_we_do_section .wight-box {
    padding: 30px 20px 15px;
    display: inline-block;
}

.what_we_do_section .wight-box .box_shadows {
    box-shadow: 0 0 2px #cccccc;
    display: inline-block;
    min-height: 110px;
    padding: 10px;
}

.what_we_do_section .wight-box .wight-box-title {
    text-align: center;
}

.what_we_do_section .wight-box .wight-box-title h3 {
    color: #1f008b;
    font-weight: 700;
    text-align: center;
    margin-top: 10px;
    font-family: sans-serif;
}

.what_we_do_section .wight-box h3 {
    color: #1f008b;
    font-family: sans-serif;
}

.what_we_do_section .wight-box .first {
    border-right: 1px solid #cccccc;
    padding-right: 20px;
}

.what_we_do_section .wight-box .first h4 {
    text-align: right;
    color: #4375b8;
    font-size: 18px;
}

.what_we_do_section .wight-box h4 {
    color: #4375b8;
    font-size: 18px;
}

.what_we_do_section .graph-box {
    background: rgba(0, 0, 0, 0) linear-gradient(to right, #4376b8 0%, #ffffff 100%) repeat scroll 0 0;
    font-family: Open sans, sans-serif;
    margin: 20px 0 0;
    width: 100%;
    display: inline-block;
}

.what_we_do_section .graph-box .img_blocks {
    padding: 0px;
}

.what_we_do_section .graph-box h2 {
    background: url(../../images/graph-title.png) no-repeat right bottom;
    color: #ffffff;
    font-family: Open sans, sans-serif;
    font-size: 20px;
    font-style: italic;
    font-weight: 800;
    margin: 0px 0 20px 0;
    padding: 20px 20px 30px;
}

.what_we_do_section .graph-box ul.graph-box-list {
    color: #ffffff;
    margin: 0px;
    padding: 0px;
}

.what_we_do_section .graph-box ul.graph-box-list li {
    list-style: none;
    margin-bottom: 20px;
    margin: 0 0 15px 20px;
}

.what_we_do_section .graph-box ul.graph-box-list li.box-list-title {
    background: rgba(0, 0, 0, 0) url(../../images/graph-title-sub.png) no-repeat scroll right bottom;
    display: inline-block;
    font-weight: 800;
    margin: 0 0 5px;
    padding: 5px 30px 5px 10px;
    text-transform: uppercase;
    list-style: none;
}

.what_we_do_section .graph-box ul.graph-box-list li.box-list-title span {
    background: #ffffff none repeat scroll 0 0;
    border: 0 solid #000000;
    border-radius: 15px;
    color: #071689;
    font-weight: 400;
    margin-right: 5px;
    padding: 0 7px;
}

.what_we_do_section .graph-box .graph-box-right {
    padding: 20px;
}

.what_we_do_section .graph-box .graph-box-right img {
    height: 100%;
    width: 100%;
}

.what_we_do_section .grey-box-big {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #ececed 0%, #f3f3f4 50%, #ececed 100%) repeat scroll 0 0;
    font-family: Open sans, sans-serif;
    font-size: 17px;
    margin: 30px 0 0;
    min-height: 100px;
    padding: 20px 70px;
    width: 100%;
}

.what_we_do_section .grey-box-big h3 {
    color: #071689;
    font-family: Open sans, sans-serif;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
}

.what_we_do_section .grey-box-big .grey-box-hr {
    border-bottom: 2px dotted #888888;
    height: 1px;
    margin-bottom: 20px;
    width: 100%;
}

.what_we_do_section .grey-box-big .blue-text {
    color: #4375b8;
}

.what_we_do_section .grey-box-big .blue-text ul {
    margin: 0px;
    padding: 0px;
}

.what_we_do_section .wight-box-2 {
    border: 1px solid #dfdfdf;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
    font-family: Open sans, sans-serif;
    font-size: 17px;
    margin: 20px 0;
    padding: 20px 30px 30px;
}

.what_we_do_section .wight-box-2 span {
    display: inline-block;
}

.what_we_do_section .wight-box-2 span img {
    display: inline-block;
    margin: 2px 2px 2px 0;
}

.what_we_do_section .wight-box-2 .wight-box-title {
    margin-bottom: 20px;
    text-align: center;
}

.what_we_do_section .wight-box-2 h3 {
    border-bottom: 1px dotted #cccccc;
    color: #4975c3;
    display: inline-block;
    font-family: Open sans, sans-serif;
    font-style: italic;
    font-weight: 300;
    margin: 0 auto;
    padding: 0 30px;
    text-align: center;
}


/* learn more sectipn*/
.learn_more_section {
    padding: 0 15px;
}

.learn_more_section .grey-box {
    /*background-image : url(../../images/home_thumb_banner.png) none repeat scroll 0 0;*/
    background: url(../../images/home_thumb_banner.png) no-repeat center;
    font-size: 17px;
    min-height: 100px;
    padding: 0;
    width: 100%;
    float: left;
    background-size: cover;
    position: relative;
}

.learn_more_section .grey-box .grey-box-left {
    margin: 0 10px 0 0;
}

.learn_more_section .grey-box h3 {
    /* margin: 70px 10px 50px 100px;*/


    color: #FFFFFF;
    margin: 65px 50px;
    padding: 15% 0;
    display: inline-block;
    font-size: 30px;
}

.learn_more_section .grey-box .learn_how_video {
    /*  margin-left: 100px;
    margin-top: 40px;*/


    margin-left: 0;
    margin-top: 0;
    width: 100%;
    padding: 34px;
}

.learn_more_section .grey-box .learn_how_video video {
    width: 100%;
}

.learn_more_section .grey-box .grey-box-left img {
    height: 100%;
    margin-bottom: 0;
    width: 100%;
}

.learn_more_section .grey-box .grey-box-right {
    font-size: 17px;
    padding-top: 0;
    text-align: center;
}

.learn_more_section .grey-box .grey-box-right h3 {
    border-bottom: 1px dotted #cccccc;
    border-top: 1px dotted #cccccc;
    color: #071689;
    display: inline-block;
    font-family: Open sans, sans-serif;
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 10px;
    padding: 10px 0;
}

.learn_more_section .wight-box {
    padding: 30px 20px 15px;
    display: inline-block;
}

.learn_more_section .wight-box .box_shadows {
    box-shadow: 0 0 2px #cccccc;
    display: inline-block;
    min-height: 110px;
    padding: 10px;
}

.learn_more_section .wight-box .wight-box-title {
    text-align: center;
}

.learn_more_section .wight-box .wight-box-title h3 {
    color: #1f008b;
    font-weight: 700;
    text-align: center;
    margin-top: 10px;
    font-family: sans-serif;
}

.learn_more_section .wight-box h3 {
    color: #1f008b;
    font-family: sans-serif;
}

.learn_more_section .wight-box .first {
    border-right: 1px solid #cccccc;
    padding-right: 20px;
}

.learn_more_section .wight-box .first h4 {
    text-align: right;
    color: #4375b8;
    font-size: 18px;
}

.learn_more_section .wight-box h4 {
    color: #4375b8;
    font-size: 18px;
}

.learn_more_section .graph-box {
    background: rgba(0, 0, 0, 0) linear-gradient(to right, #4376b8 0%, #ffffff 100%) repeat scroll 0 0;
    font-family: Open sans, sans-serif;
    margin: 20px 0 0;
    width: 100%;
    display: inline-block;
}

.learn_more_section .graph-box .img_blocks {
    padding: 0px;
}

.learn_more_section .graph-box h2 {
    background: url(../../images/graph-title.png) no-repeat right bottom;
    color: #ffffff;
    font-family: Open sans, sans-serif;
    font-size: 20px;
    font-style: italic;
    font-weight: 800;
    margin: 0px 0 20px 0;
    padding: 20px 20px 30px;
}

.learn_more_section .graph-box ul.graph-box-list {
    color: #ffffff;
    margin: 0px;
    padding: 0px;
}

.learn_more_section .graph-box ul.graph-box-list li {
    list-style: none;
    margin-bottom: 20px;
    margin: 0 0 15px 20px;
}

.learn_more_section .graph-box ul.graph-box-list li.box-list-title {
    background: rgba(0, 0, 0, 0) url(../../images/graph-title-sub.png) no-repeat scroll right bottom;
    display: inline-block;
    font-weight: 800;
    margin: 0 0 5px;
    padding: 5px 30px 5px 10px;
    text-transform: uppercase;
    list-style: none;
}

.learn_more_section .graph-box ul.graph-box-list li.box-list-title span {
    background: #ffffff none repeat scroll 0 0;
    border: 0 solid #000000;
    border-radius: 15px;
    color: #071689;
    font-weight: 400;
    margin-right: 5px;
    padding: 0 7px;
}

.learn_more_section .graph-box .graph-box-right {
    padding: 20px;
}

.learn_more_section .graph-box .graph-box-right img {
    height: 100%;
    width: 100%;
}

.learn_more_section .grey-box-big {
    /*background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #ececed 0%, #f3f3f4 50%, #ececed 100%) repeat scroll 0 0;*/
    font-family: Open sans, sans-serif;
    font-size: 17px;
    margin: 0;
    min-height: 100px;
    padding: 70px;
    width: 100%;
}

.learn_more_section .grey-box-big h3 {
    color: #071689;
    font-family: Open sans, sans-serif;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
}

.learn_more_section .grey-box-big .grey-box-hr {
    border-bottom: 2px dotted #888888;
    height: 1px;
    margin-bottom: 20px;
    width: 100%;
}

.learn_more_section .grey-box-big .blue-text {
    color: #4375b8;
}

.learn_more_section .grey-box-big .blue-text ul {
    margin: 0px;
    padding: 0px;
}

.learn_more_section .wight-box-2 {
    border: 1px solid #dfdfdf;
    /*box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);*/
    font-family: Open sans, sans-serif;
    font-size: 17px;
    margin: 0;
    padding: 20px;
    background: #f3f2f7;
    float: left;
    width: 100%;
    height: auto;
}



.learn_more_section .grey-box-big.safety-children-block .black-text,
.learn_more_section .grey-box-big.safety-children-block .blue-text {
    text-align: center;
    font-size: 22px;
    margin: 10px 0;
    display: inline-block;
    width: 100%;
    position: relative;
    z-index: 9;
}

.learn_more_section .grey-box-big.safety-children-block .blue-text p {
    color: #1155cc;
}

.learn_more_section .grey-box-big.safety-children-block .blue-text-normal {
    text-align: left;
    font-size: 26px;
    margin: 20px 0 0 0;
    position: relative;
    z-index: 9;
}

.learn_more_section .grey-box-big.safety-children-block {
    position: relative;
    margin: 0 0 20px 0;
}

.learn_more_section .grey-box-big.safety-children-block:before {
    /*background: rgba(0, 0, 0, 0) url(../../images/bg-img.png) no-repeat scroll left top;*/
    content: "";
    position: absolute;
    top: 0;
    height: 74px;
    display: inline-block;
    width: 100%;
    left: 0;
    z-index: 1;
    right: 0;
    background-size: cover;
}

.learn_more_section .grey-box-big.safety-children-block:after {
    /*background: rgba(0, 0, 0, 0) url(../../images/safety-bg-img.png) no-repeat scroll left top;*/
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    display: inline-block;
    width: 100%;
    left: 0;
    z-index: 0;
    right: 0;
    background-size: 100% 100%;
}

.learn_more_section .wight-box-2 a.view-btn {
    padding: 60px 0;
    display: inline-block;
}




/*.learn_more_section .wight-box-2 img{
    width: 40%;
}*/

.learn_more_section .wight-box-2 .wight-box-title {
    margin-bottom: 20px;
    text-align: center;
}

.learn_more_section .wight-box-2 h3 {
    border-bottom: 1px dotted #cccccc;
    color: #4975c3;
    display: inline-block;
    font-family: Open sans, sans-serif;
    font-style: italic;
    font-weight: 300;
    /*margin : 0px 0px 30px 100px;*/
    /*padding: 10px 0px 200px;*/
    text-align: center;
}

.learn_more_section .grey-box-big.content-video-section p,
.learn_more_section .grey-box-big.content-video-section ol,
.learn_more_section .grey-box-big.content-video-section div {
    position: relative;
    z-index: 9;
}

.learn_more_section .grey-box-big.content-video-section {
    position: relative;
    margin: 0 0 20px 0;
    font-size: 18px;
}

.learn_more_section .grey-box-big.content-video-section:before {
    /*background: rgba(0, 0, 0, 0) url(../../images/dk-app.png) no-repeat scroll left top;*/
    content: "";
    position: absolute;
    top: 0;
    height: 74px;
    display: inline-block;
    width: 100%;
    left: 0;
    z-index: 1;
    right: 0;
    background-size: cover;
}

.learn_more_section .grey-box-big.content-video-section:after {
    /*background: rgba(0, 0, 0, 0) url(../../images/dk-app-bg.png) no-repeat scroll left top;*/
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    display: inline-block;
    width: 100%;
    left: 0;
    z-index: 0;
    right: 0;
    background-size: 100% 100%;
}

.learn_more_section .grey-box-big.content-video-section ol li {
    margin: 25px 0;
}

.learn_more_section .grey-box-big.content-video-section h3 {
    font-size: 32px;
    margin: 50px 0 40px 0;
}

.learn_more_section .grey-box-big.content-video-section video {
    width: 100%;
    max-width: 530px;
}

.learn_more_section .wight-box-2.blanck-space {
    height: 100px;
    background: rgba(0, 0, 0, 0) url(../../images/dk-app-bg.png) no-repeat scroll left top;
    background-size: 100% 100%;
}













/********** how-we-do-it *************/

.how_we_do_section .wight-box-3 {
    text-align: center;
    padding: 30px;
}

.how_we_do_section .wight-box-3 h3 {
    background: #ffffff none repeat scroll 0 0;
    color: #071689;
    display: inline-block;
    font-family: Open sans, sans-serif;
    font-weight: 700;
    margin: 0;
    padding: 0 30px;
    position: relative;
    text-align: center;
    top: -15px;
}

.how_we_do_section .grey-box {
    background: #f7f7f7 none repeat scroll 0 0;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.5);
    font-size: 17px;
    display: inline-block;
    padding: 20px;
    width: 100%;
    margin-bottom: 20px;
}

.how_we_do_section .grey-box img {
    width: 100%;
    height: 100%;
}

.how_we_do_section .grey-box h3 {
    color: #071689;
    font-size: 17px;
}

.how_we_do_section .arrow-box {
    font-size: 17px;
    margin: 30px 0 0;
}

.how_we_do_section .arrow-box .arrow-box-left {
    padding: 0 0 0 108px;
    text-align: center;
}

.how_we_do_section .arrow-box .arrow-box-right {
    padding: 0 40px 0 0;
    text-align: center;
}

.how_we_do_section .arrow-box .arrow-box-left .arrow-box-left-border {
    border-right: 1px dotted #cccccc;
    min-height: 159px;
    padding: 0 20px 0 0;
}

.how_we_do_section .arrow-box h3 {
    font-family: Open sans, sans-serif;
    font-size: 17px;
    font-weight: 700;
    color: #333333;
    line-height: 1.2;
    margin: 0 0 10px;
}

.how_we_do_section .arrow-box .arrow-box-join {
    text-align: center;
}

.how_we_do_section .arrow-box .arrow-box-join .blue-btn {
    border: 0 solid #000000;
    border-radius: 8px;
    font-family: Open sans, sans-serif;
    font-size: 22px;
    font-weight: 300;
    margin: 0 0 0 35px;
    padding: 10px 23px;
    position: relative;
    top: -20px;
    color: #fff;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #061272 0%, #071689 50%, #061272 100%) repeat scroll 0 0;
}

.how_we_do_section .arrow-box .arrow-box-join img {
    left: 30px;
    position: relative;
    top: -9px;
    margin: 0 auto;
    display: block;
}

.how_we_do_section .graph-box-how-we {
    background: rgba(0, 0, 0, 0) linear-gradient(to right, #4376b8 0%, #a1badb 100%) repeat scroll 0 0;
    display: inline-block;
    margin-top: 0;
    padding: 20px 0;
}

.how_we_do_section .graph-box h2 {
    background: rgba(0, 0, 0, 0) url(../../images/graph-title.png) no-repeat scroll right bottom;
    color: #ffffff;
    font-family: Open sans, sans-serif;
    font-size: 20px;
    font-style: italic;
    font-weight: 800;
    display: inline-block;
    padding: 30px 60px 30px 30px;
}

.how_we_do_section ul.graph-box-ullist {
    margin: 20px;
}

.how_we_do_section ul.graph-box-ullist li.graph-box-ullist-first {
    width: 34%;
}

.how_we_do_section ul.graph-box-ullist li {
    float: left;
    font-size: 17px;
    margin: 0 20px 0 0;
    list-style: none;
}

.how_we_do_section ul.graph-box-ullist li.graph-box-ullist-second {
    width: 24%;
}

.how_we_do_section ul.graph-box-ullist li:last-child {
    margin: 0;
}

.how_we_do_section ul.graph-box-ullist li.graph-box-ullist-third {
    width: 36%;
}

.how_we_do_section .graph-box-how-we table {
    margin-bottom: 0;
}

.how_we_do_section .graph-box-how-we table tr td {
    font-size: 17px;
    line-height: 23px;
    padding: 5px;
}

.how_we_do_section .graph-box-how-we table tr td span {
    background: #ffffff none repeat scroll 0 0;
    border: 0 solid #000000;
    border-radius: 29px;
    color: #071689;
    display: inline-block;
    font-size: 40px;
    font-weight: 700;
    padding: 15px;
}

.how_we_do_section .graph-box-how-we table tr td.first-td-box {
    height: 118px;
}

.how_we_do_section .graph-box-how-we table tr td {
    font-size: 17px;
    line-height: 23px;
    padding: 5px;
}

.how_we_do_section .graph-box-how-we table tr td.first-td-box-image img {
    height: 170px;
    width: 170px;
}

.how_we_do_section .blank-box {
    margin: 40px 0;
    text-align: center;
}

.how_we_do_section .blank-box h3 {
    color: #4375b8;
    font-family: Open sans, sans-serif;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
}

.how_we_do_section .blank-box h4 {
    color: #404040;
    font-family: Open sans, sans-serif;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
}

.how_we_do_section .blue-box-how-we {
    background: rgba(0, 0, 0, 0) url(../../images/blue-bg.png) no-repeat scroll center top / cover;
    color: #ffffff;
    padding: 20px;
}

.how_we_do_section .blue-box-how-we .blue-box-left_section {
    padding-top: 0;
    background: none;
}

.how_we_do_section .blue-box-how-we .blue-box-right_section {
    padding-top: 0;
}

.how_we_do_section .blue-box-how-we h3 {
    border-bottom: 1px solid #ffffff;
    font-size: 19px;
    margin: 0 -23px 20px -20px;
    padding: 0 10px 10px 15px;
    color: #ffffff;
}

.how_we_do_section .blue-box ul {
    margin-left: 15px;
}

.how_we_do_section .blue-box-how-we ul li {
    list-style: outside none decimal;
    font-size: 17px;
    margin-bottom: 10px;
}


/** brighter_future_challenge_section **/

.brighter_future_challenge_section {}

.brighter_future_challenge_section .grey-box {
    background: #f7f7f7 none repeat scroll 0 0;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.5);
    font-size: 17px;
    min-height: 100px;
    padding: 20px;
    width: 100%;
    margin: 0 0 30px 0;
}

.brighter_future_challenge_section .grey-box-future .grey-box-left img {
    width: 100%;
    height: 100%;
}

.brighter_future_challenge_section .grey-box-future .grey-box-right {
    font-size: 16px;
    margin-left: 0;
    padding-top: 0;
    text-align: left;
}

.brighter_future_challenge_section .grey-box-future .grey-box-right h3 {
    border-top: 0 none;
    font-size: 20px;
    padding-top: 0;
    border-bottom: 1px dotted #cccccc;
    color: #071689;
    display: inline-block;
    font-family: Open sans, sans-serif;
    font-weight: 800;
    margin-bottom: 10px;
}

.brighter_future_challenge_section .blue-box {
    background: rgba(0, 0, 0, 0) url(../../images/blue-bg.png) no-repeat scroll center top / cover;
    color: #ffffff;
    padding: 20px;
}

.brighter_future_challenge_section .blue-box .blue-box-left,
.brighter_future_challenge_section .blue-box .blue-box-right {
    background: none;
}

.brighter_future_challenge_section .blue-box .blue-box-left h3 {
    text-align: center;
    font-size: 19px;
    margin-bottom: 20px;
    color: #ffffff;
}

.brighter_future_challenge_section .blue-box .blue-box-future-sap {
    background: #ffffff none repeat scroll 0 0;
    height: 1px;
    margin: 0 auto 15px;
    width: 60%;
}

.brighter_future_challenge_section .blue-box ul {
    margin-left: 15px;
}

.brighter_future_challenge_section .blue-box ul li {
    list-style: outside none decimal;
    margin-bottom: 15px;
    font-size: 17px;
}

.brighter_future_challenge_section .blue-box h3 {
    font-size: 19px;
    margin-bottom: 20px;
}

.brighter_future_challenge_section .graph-box {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

.brighter_future_challenge_section .graph-box-title {
    margin-bottom: 20px;
    text-align: center;
}

.brighter_future_challenge_section .graph-box h2 {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-bottom: 1px dotted #cccccc;
    color: #071689;
    display: inline-block;
    font-size: 26px;
    font-style: normal;
    padding: 20px 0 3px;
    text-align: center;
    font-weight: 800;
}

.brighter_future_challenge_section .graph-box ul.graph-box-ullist {
    margin: 0;
}

.brighter_future_challenge_section .graph-box ul.graph-box-ullist li.graph-box-ullist-first,
.brighter_future_challenge_section .graph-box ul.graph-box-ullist li.graph-box-ullist-second,
.brighter_future_challenge_section .graph-box ul.graph-box-ullist li.graph-box-ullist-third {
    width: 31%;
}

.brighter_future_challenge_section ul.graph-box-ullist li {
    float: left;
    font-size: 17px;
    margin: 0 20px 0 0;
    list-style: none;
}

.brighter_future_challenge_section .graph-box ul.graph-box-ullist li p span {
    color: #071689;
    font-family: Open sans, sans-serif;
    font-size: 50px;
    font-weight: 700;
    padding-right: 85px;
}

.brighter_future_challenge_section .graph-box ul li a {
    display: inline-block;
}

.brighter_future_challenge_section .graph-box ul li a.button {
    border-radius: 8px;
    font-family: Open sans, sans-serif;
    font-size: 19px;
    font-weight: 300;
    padding: 10px 16px;
    position: relative;
    top: -10px;
    color: #fff;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #061272 0%, #071689 50%, #061272 100%) repeat scroll 0 0;
    border: 0 none;
    margin-top: 5px;
}

.brighter_future_challenge_section .graph-box ul.graph-box-ullist li img {
    margin-left: 10px;
    width: 150px;
    height: 150px;
}

.brighter_future_challenge_section .graph-box ul li .alignright {
    float: right;
    text-align: right;
}

.brighter_future_challenge_section .wight-box-2 {
    border: 1px solid #dfdfdf;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
    font-family: Open sans, sans-serif;
    font-size: 17px;
    margin: 20px 0;
    padding: 20px 30px 30px;
    display: inline-block;
}

.brighter_future_challenge_section .wight-box-2 .wight-box-title {
    margin-bottom: 20px;
    text-align: center;
}

.brighter_future_challenge_section .wight-box-future h3 {
    color: #4975c3;
}

.brighter_future_challenge_section .wight-box-2 h3 {
    border-bottom: 1px dotted #cccccc;
    display: inline-block;
    font-family: Open sans, sans-serif;
    font-style: italic;
    font-weight: 300;
    margin: 0 auto;
    padding: 0 30px;
    font-size: 24px;
    text-align: center;
}

.conf-name input {
    float: left;
    width: 98%;
}

.conl-name input {
    float: right;
    width: 98%;
}

.bottom-search-result.normal-page .person-detail-view .contact-text-center {
    margin: 0 auto;
    padding: 0 60px;
    width: 100%;
    text-align: center;
    line-height: 20px;
}

.bottom-search-result.normal-page .person-detail-view .contact-text-center i {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 100%;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.37);
    color: #2f82d0;
    display: block;
    font-size: 40px;
    height: 60px;
    left: 0;
    line-height: 60px;
    margin: 0 auto 15px;
    position: relative;
    right: 0;
    text-align: center;
    top: 0;
    width: 60px;
}


/**************win safari hack----------*/

.safari .family-request-list figure img,
.safari .posted-detail-time figure img {
    border-radius: 100%;
    -webkit-border-radius: 100%;
}


/***********new ask adviser page design*********************/

.newask-advisor .aflogo-address {
    margin-bottom: 40px;
}

.newask-advisor .aflogo-address figure {
    margin: 0 0 20px 0;
    padding: 0;
}

.newask-advisor .ask-scott {
    padding-left: 30px;
}

.newask-advisor .aflogo-address .askaddr p {
    color: #737477;
    font-size: 18px;
}


/************ app-donation-page**************************/

.app-donation-page .person-detail-right {
    padding: 0;
    font-family: Helvetica, Arial, sans-serif;
}

.app-donation-page .panel-body {
    margin: 0;
    padding: 0;
    background: #fff;
}

.app-donation-page .person-detail-view {
    padding: 0;
}

.app-donation-page .app-donation-header {
    background: #447ad2;
    color: #fff;
    padding: 13px 0;
}

.app-donation-page .app-donation-header h3 {
    text-align: center;
    font-weight: 500;
    margin: 0;
    padding: 5px;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0.1px;
}

.app-donation-page .app-donation-header h3 a {
    color: #fff;
}

.app-donation-page .app-donation-header button#save_btn {
    background: transparent;
    box-shadow: none;
    color: #fff;
    font-weight: 400;
    margin: 0;
    padding: 5px;
    font-size: 29px;
}

.app-donation-page .cnclbtn {
    padding-left: 41px;
    text-align: left;
    letter-spacing: 0.1px;
}

.app-donation-page .donatbtn {
    padding-right: 43px;
    text-align: right;
}


/*****/

.app-donation-page h4 {
    color: #224dac;
    font-size: 18px;
    padding: 17px;
    background: #f0eff5;
    clear: both;
    width: 100%;
    float: left;
    border-bottom: 1px solid #dddddf;
    border-top: 1px solid #dddddf;
    margin: 0;
}

.app-donation-page .app-donation-body {
    padding: 0 18px;
    background: #fff;
}

.app-donation-page label {
    font-weight: 600;
    padding: 15px 0px 5px 0;
    font-size: 14px;
    color: #000;
    letter-spacing: 0.5px;
    display: block;
    font-family: Helvetica, Arial, sans-serif;
}

.app-donation-page .person-detail-right.edit-profile .form-group {
    margin-bottom: 0;
}

.app-donation-page .person-detail-right.edit-profile .form-control {
    padding: 5px 0 15px 0;
    border-style: solid;
    border-width: 0 0 1px 0;
    border-color: #dcdcdc;
    box-shadow: none;
    color: #000;
    font-size: 14px;
    margin: 0;
    line-height: 18px;
    font-weight: 400;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

.information-block .form-group .fa,
.amount-block .form-group .fa {
    bottom: 0 !important;
    top: 47px !important;
}

.donation-block .card-section {
    padding-top: 40px;
}

.app-donation-page .person-detail-right.edit-profile textarea.form-control,
.app-donation-page .person-detail-right.edit-profile .amount-detail .form-control {
    border: 0;
}

.app-donation-page .amount-detail .txt-popup {
    position: relative;
    left: 0;
    top: 0;
    padding: 20px;
    display: inline-block;
    max-width: 850px;
    width: 100%;
    z-index: 55;
    border-radius: 5px;
    border: 1px solid #224dac;
    color: #5f5f5f;
    background: #e8ecf1;
    float: left;
}

.app-donation-page .amount-detail .txt-popup::before {
    content: "";
    position: absolute;
    right: 100%;
    top: auto;
    left: 15px;
    bottom: 100%;
    margin: 0;
    border-bottom: 10px solid #224dac;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 10px solid transparent;
    height: 0;
    width: 0;
}

.app-donation-page .button-box {
    text-align: center;
}

.app-donation-page #save_btn {
    float: none;
}

.app-donation-page .agree-box {
    margin: 10px 0 0 0;
    clear: both;
    float: left;
    width: 100%;
    padding: 30px 0;
    background: #0f53b8;
}

.app-donation-page .agree-box .termscondition {
    position: relative;
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    padding: 0 30px;
    text-align: center;
}

.app-donation-page .agree-box .termscondition a {
    color: #fff;
    font-weight: 500;
}

.app-donation-page .agree-box .termscondition input {
    opacity: 0;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    position: absolute;
    height: 100%;
}

.app-donation-page .agree-box button.ctributbtn {
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: 40px;
    padding: 20px 0;
    background: #224dac;
    width: 100%;
    display: block;
    margin: 30px 0 0 0 !important;
    border: 0;
    box-shadow: none;
}

.app-donation-page ::-webkit-input-placeholder {
    color: #000;
    opacity: 1;
}

.app-donation-page ::-moz-placeholder {
    color: #000;
    opacity: 1;
}

.app-donation-page :-ms-input-placeholder {
    color: #000;
    opacity: 1;
}

.app-donation-page :-moz-placeholder {
    color: #000;
    opacity: 1;
}

.state-plan-map {
    overflow: auto;
}


/******invite contact*************/

.static-page .static-content.invitecontactpg {
    padding: 0;
}

.invitecontactpg-content {
    /* padding: 0px 50px 50px 50px; */
    width: 100%;
    float: left;
    padding: 50px;
}

.invitecontactpg .banner {
    position: relative;
}

.invitecontactpg .banner figure img {
    width: 100%;
}

.invitecontactpg .banner .banner-txt {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    padding: 38px 38px 38px 0;
    z-index: 88;
    width: 48%;
    background: url(../../images/whiteshdw.png) right center no-repeat;
    text-align: right;
}

.invitecontactpg .banner .banner-txt h1 {
    font-size: 25px;
    font-weight: 300;
    color: #fff;
    text-align: center;
    float: left;
    margin: 0;
    display: block;
    clear: both;
    width: 100%;
}

.invitecontactpg h2 {
    font-size: 27px;
    font-weight: 300;
    color: #1271ca;
    text-align: center;
    line-height: 33px;
    margin: 43px 0 17px 0;
}

.invitecontactpg .banner .banner-txt .banner-txt-logo {
    display: block;
    float: left;
    margin: 30px 0;
    width: 100%;
}

.invitecontactpg .banner .banner-txt .banner-number {
    display: block;
    color: #fff;
    font-weight: 400;
    width: 100%;
    float: left;
    font-size: 20px;
    line-height: 23px;
}

.invitecontactpg .banner .banner-txt .banner-number a {
    color: #fff;
}

.invitecontactpg p {
    color: #707070;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
}

.invitecontactpg h3 {
    font-size: 20px;
    text-align: center;
    color: #1271ca;
    font-weight: 300;
    margin: 47px 0 0 0;
    line-height: 23px;
}

.invitecontactpg .registerlknks {
    text-align: center;
    margin-top: 20px;
    clear: both;
    display: block;
    width: 100%;
    float: left;
}

.invitecontactpg .registerlknks h4 {
    color: #707070;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
    padding: 0;
    margin: 0 0 16px 0;
}

.invitecontactpg .registerlknks figure {
    border-radius: 5px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.11);
    padding: 14px 15px;
    display: block;
}

.invitecontactpg .registerlknks figure.inviteweblogo {
    padding: 8px 15px;
}

.reportpopup h5 {
    color: #224dac;
    font-size: 18px;
    font-weight: 400;
    padding: 10px 20px 0 20px;
}

.reportpopup #likebox {
    margin: 0;
    padding-top: 0;
}

.reportpopup .radio {
    margin: 0;
}

.reportpopup .radio input {
    margin: 3px 5px 0 -20px;
}

.reportpopup .radio label {
    padding-left: 22px;
    cursor: pointer;
    color: #7c7c7c;
    font-size: 14px;
    margin-bottom: 6px;
    font-weight: 400;
}

.reportpopup .reasontxt label {
    display: block;
}

.reportpopup input[type="text"] {
    background-color: #fff;
    border: 1px solid #dddddd;
    padding: 7px 12px;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.10);
    box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.10);
    font-size: 14px;
    color: #5f5f5f;
    font-weight: 400;
    border-radius: 4px;
    width: 100%;
}

.reportpopup .button-box {
    padding: 10px 0;
}

.reportpopup.like-popup .modal-body .ng-scope {
    border: 0;
    margin: 0;
    padding: 0;
}

.like-popup.reportpopup .modal-body {
    max-height: 350px;
}

.monthtext .backbtn {
    margin: 20px 0;
}

.monthtext .backbtn .fa {
    font-size: 19px;
    margin: 0 3px 0 0;
}

.monthtext ul li {
    padding: 0 0 0 20px;
    margin: 0 0 10px 0;
    line-height: 22px;
    position: relative;
}

.monthtext ul li:before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background: #224dac;
    left: 0;
    top: 5px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
}

.monthtext .profile-box iframe {
    width: 100%;
    height: 315px;
    margin: 0 0 25px 0;
}

.monthtext h4 {
    font-size: 20px;
    color: #262626;
    font-weight: 400;
}

.monthtext ol {
    counter-reset: li;
    list-style: none;
}

.monthtext ol li {
    margin-bottom: 20px;
    position: relative;
    counter-increment: li;
    padding-left: 10px;
}

.monthtext ol li:before {
    content: counter(li);
    color: #fff;
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    background: #1271ca;
    line-height: 25px;
    font-size: 17px;
    margin-left: -25px;
    text-align: center;
    position: absolute;
    left: 0;
}

.monthtext ol li span {
    display: block;
    text-align: left;
    margin: 15px 0 0 0;
    color: #000;
    line-height: 22px;
}

.monthtext ol li span a {
    color: #224dac;
    display: inline-block;
}

.monthtext ol li span a:hover {
    color: #000;
}

.profilebox-map-row {
    margin-bottom: 40px;
}

.profilebox-map-row .profile-box,
.profilebox-map-row .state-plan-map {
    padding: 20px;
    background-color: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.16);
    border: 0;
    text-align: center;
    width: 100%;
    max-width: 100%;
}

.profilebox-map-row .mapimg {
    margin: 0 auto;
    display: block;
}

.profilebox-map-row a.askbtn {
    font-size: 14px;
    padding: 8px 18px;
    margin: 10px 0 0 0;
    background: #224dac;
    color: #fff;
    border-radius: 5px;
    display: inline-block;
}

.profilebox-map-row a.askbtn:hover {
    background: #737477;
}

.static-page .month-listing ul {
    margin: 20px 0;
    padding: 0;
    list-style: none;
}

.static-page .month-listing ul li {
    margin: 0 0 15px 0;
    padding: 20px;
    display: block;
    width: 100%;
    position: relative;
    background: #efefef;
}

.static-page .month-listing ul li a {
    display: inline-block;
    float: right;
}

.static-page .month-listing ul li b {
    color: #1271ca;
    font-size: 18px;
    font-weight: 500;
    margin: 0 15px 0 0;
}


/***
Phone Page css
***/

body.phone-detect .inner-div {
    /*padding-top: 0px !important;*/
}

body.phone-detect .static-page .page-title h2 {
    padding: 0 0 10px 0 !important;
}

body.phone-detect .static-page .month-listing ul li,
body.phone-detect .static-page .askadviser-bluepic,
body.phone-detect .accordiondesign #accordion .profile-box {
    padding: 15px !important;
}

body.phone-detect .static-page .month-listing ul li b {
    margin: 0px !important;
}

body.phone-detect .accordiondesign #accordion .panel-heading a h4 {
    display: block !important;
}

span.boldtxt {
    font-weight: 600;
}


/*********Stare post css******/

.wall-post .person-detail-view .person-detail-right.staredpost {
    position: relative;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.38);
    margin: 48px 0 0px 0;
    background: #f3fff5;
}

.wall-post .person-detail-view .person-detail-right.staredpost .stare-star {
    position: absolute;
    bottom: 100%;
    right: 10px;
    display: inline-block;
    z-index: 0;
    font-weight: 600;
    font-size: 17px;
    text-transform: uppercase;
    color: #fff;
    background: #88af8e;
    padding: 6px 15px;
}

.wall-post .person-detail-view .person-detail-right.staredpost .stare-star .fa {
    display: inline-block;
    margin: 0 5px 0 0;
}

.newsfeed .person-detail-right.staredpost .makechoice a,
.newsfeed .person-detail-right.staredpost .makechoice a .fa {
    color: #000;
}

.newsfeed .person-detail-right.staredpost .makechoice a .fa.fa-contribution {
    background: url(/images/icon-contribution-black.png) 4px 0 no-repeat;
    height: 17px;
    width: 27px;
    background-size: contain;
}

.newsfeed .person-detail-right.staredpost .makechoice a.likelink {
    color: #224dac;
}

.newsfeed .person-detail-right.staredpost .makechoice a.likelink .fa-like {
    background: url(../../images/icon-like-done.png) 0px 1px no-repeat;
    background-size: 15px 15px;
}

.newsfeed .person-detail-right.staredpost .comment-box {
    background: #dfe9e1;
}

.static-page .about529-plans ul {
    margin: 20px 0;
    padding: 0;
    list-style: none;
}

.static-page .about529-plans ul li {
    margin: 0 0 15px 0;
    padding: 20px;
    display: table;
    width: 100%;
    position: relative;
    background: #efefef;
    text-align: left;
}

.static-page .about529-plans ul li span {
    display: table-cell;
    padding: 0 0 0 40px;
    vertical-align: middle;
}

.static-page .about529-plans ul li a {
    display: inline-block;
}

.static-page .about529-plans ul li .lefticon {
    display: table-cell;
    width: 80px;
    vertical-align: middle;
}

.static-page .about529-plans ul li .lefticon figure {
    width: 80px;
}

.static-page .about529-plans ul li .lefticon figure img {
    max-width: 100%;
}

.static-page .lessontxt h4 {
    color: #000;
    font-size: 20px;
}

.lessontxt iframe {
    width: 100%;
    height: 550px;
    margin-bottom: 20px;
}


/** post **/

.newsfeed .wall-post .person-detail-view .person-detail-right.achieve_post {
    position: relative;
    border-radius: 8px;
    padding: 14px 30px 50px 30px;
    width: 100%;
    max-width: 870px;
    background-size: 100% auto;
}

.newsfeed .wall-post .person-detail-view .person-detail-right.achieve_post .form-group {
    margin-bottom: 26px;
    z-index: 9;
    background: #fff;
    padding: 20px;
    margin-top: 25%;
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    float: none;
    display: block;
}

.newsfeed .timeline-view .wall-post .person-detail-view .person-detail-right.achieve_post.top_post_banner .form-group {
    margin-top: 25%;
}

.newsfeed .wall-post .person-detail-view .person-detail-right.achieve_post .form-group .achieve_text {
    font-size: 20px;
    text-align: center;
    width: 100%;
    color: #40a2bd;
    padding: 0 0 20px 0;
}

.newsfeed .wall-post .person-detail-view .person-detail-right.achieve_post .form-group .post_spec_bottom {
    padding: 20px 0 0 0;
    display: inline-block;
    text-align: center;
    width: 100%;
}

.newsfeed .timeline-view .wall-post .person-detail-view .person-detail-right.achieve_post .form-group .post_spec_bottom {
    padding: 20px 0 50px 0;
}

.newsfeed .wall-post .person-detail-view .person-detail-right.achieve_post .form-group .post_spec_bottom button.btn {
    background: #224dac;
}

.newsfeed .wall-post .person-detail-view .person-detail-right.achieve_post .form-group .post_spec_bottom button.btn:hover {
    background: #414141;
    color: #fff;
}

.newsfeed .wall-post .person-detail-view .person-detail-right.achieve_post.top_bottom_banner_post {
    background-image: url('../../images/post-top.png'), url('../../images/post-bottom.png');
    background-position: left top, left bottom;
    background-repeat: no-repeat, no-repeat;
}


/** Top img **/

.newsfeed .wall-post .person-detail-view .person-detail-right.achieve_post.top_post_banner {
    background-image: url('../../images/post-top.png');
    background-position: left top;
    background-repeat: no-repeat;
}

.newsfeed .wall-post .person-detail-view .person-detail-right.achieve_post.top_post_banner .form-group {
    margin-bottom: 0;
    padding-bottom: 15px;
}


/** bottom img **/

.newsfeed .wall-post .person-detail-view .person-detail-right.achieve_post.bottom_post_banner .form-group {
    margin-top: 0px;
}

.newsfeed .wall-post .person-detail-view .person-detail-right.achieve_post.bottom_post_banner {
    background-image: url('../../images/post-bottom.png');
    background-position: left bottom;
    background-repeat: no-repeat;
}


/** post inner post **/

.special_post.wall-post .person-detail-view .person-detail-right.achieve_post {
    position: relative;
    border-radius: 8px;
    padding: 14px 30px;
    width: 100%;
    max-width: 100%;
}

.special_post.wall-post .person-detail-view .person-detail-right.achieve_post.top_bottom_banner_post {
    background-image: url('../../images/inner-post-head.png'), url('../../images/inner-post-bottom.png');
    background-position: left top, left bottom;
    background-repeat: no-repeat, no-repeat;
}

.special_post.wall-post .person-detail-view .person-detail-right.achieve_post.top_post_banner {
    background-image: url('../../images/inner-post-head.png');
    background-position: left top;
    background-repeat: no-repeat;
}

.special_post.wall-post .person-detail-view .person-detail-right.achieve_post.bottom_post_banner {
    background-image: url('../../images/inner-post-bottom.png');
    background-position: left bottom;
    background-repeat: no-repeat;
}


/**
Albums Section
**/

.albums-section {
    margin: 0 -10px 0 -10px;
}

.albums-section .albums-list {
    float: left;
    width: 31.5%;
    height: 180px;
    margin: 20px 10px 0px 10px;
    overflow: hidden;
    position: relative;
    background: #000;
    border-radius: 4px;
    -webkit-transition: 200ms ease-out 0.2ms;
    -moz-transition: 200ms ease-out 0.2ms;
    -o-transition: 200ms ease-out 0.2ms;
    transition: 200ms ease-out 0.2ms;
}

.albums-section .albums-list:hover {
    transform: scale(1.02);
    -webkit-transition: 200ms ease-out 0.2ms;
    -moz-transition: 200ms ease-out 0.2ms;
    -o-transition: 200ms ease-out 0.2ms;
    transition: 200ms ease-out 0.2ms;
}

.albums-section .albums-list:hover img {
    opacity: 1;
}

.albums-section .albums-list img {
    opacity: 0.5;
}

.albums-section .albums-list .albums-title {
    position: absolute;
    bottom: 10px;
    left: 15px;
    font-weight: bold;
}

.albums-section .albums-list .albums-title a {
    color: #fff;
}

.albums-section .create-albums {
    background: url('/images/create-bg.png') center center no-repeat #3d79e0;
    background-size: cover;
}

.albums-section .create-albums .albums-title {
    top: 45%;
    bottom: 10px;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
}

.albums-section a {
    color: #fff;
}

.albums-section a:hover {
    color: #000;
}

.profile-pic-guest {
    text-align: center;
    margin: -125px auto 30px auto;
    display: inline-block;

}

.profile-pic-guest .person-img {
    margin: 0 10px 0 0;
}


/* .amount-detail .txt-popup{
    left: 0;
    top: 50px;
} */

.person-detail-view .person-detail-right.edit-profile .form-group input[type="text"],
.person-detail-view .person-detail-right.edit-profile .form-group select {
    padding: 0 10px 0 28px !important;
    height: 35px;
    -webkit-appearance: none;
}


/********************* Video section ******************/

.div-video {
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.div-video h4 {
    margin: 30px 0;
    width: 100%;
    padding: 0 100px;
    font-size: 18px;
    line-height: 24px;
}

.div-video video {
    height: auto;
}

.div-video .form-group.text-center.pull-left {
    display: inline-block;
    width: 100%;
    text-align: right;
    padding: 0 40px 0 0;
}

body.hide-background .header_mobile_div .header-menu-fixed {
    display: none;
}

.form-horizontal .form-group {
    margin-right: 0;
    margin-left: -15px;
}

/*********************************/
.rating-txt {
    display: inline-block;
    line-height: 35px;
    vertical-align: middle;
}

.rating-txt .fa {
    margin: 0 2px 2px 0;
}

.align-txt {
    display: flex;
    align-items: center;
}

.header .logo.align-txt img {
    /* border-radius: 14px; */
}

.header .logo.align-txt h3 {
    padding: 0;
}

.header .logo.align-txt a.learn-more {
    padding: 0;
}

/*** Global Classes ***/
.d-inline-block {
    display: inline-block;
}

.d-block {
    display: block;
}

.ml-auto {
    margin-left: auto;
}

.mr-auto {
    margin-right: auto;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.my-auto {
    margin-top: auto;
    margin-bottom: auto;
}

.d-flex {
    display: flex;
    flex-wrap: wrap;
}

.flex-direction-column {
    flex-direction: column;
}

.flex-direction-row {
    flex-direction: row;
}

.align-items-center {
    align-items: center;
}

.justify-content-center {
    justify-content: center;
}

.separator {
    background: #f9f9f9;
    padding: 3px;
}

.separator p {
    font-size: 1px;
    line-height: 1px;
    margin: 0px !important;
}

.my-1 {
    margin-top: 2px;
    margin-bottom: 2px;
}

.my-2 {
    margin-top: 5px;
    margin-bottom: 5px;
}

.my-3 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.my-4 {
    margin-top: 25px;
    margin-bottom: 25px;
}

.my-5 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.py-5 {
    padding-top: 5px;
    padding-bottom: 5px;
}

.py-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.py-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.fs16 {
    font-size: 16px;
    line-height: 1.5;
}

.fs18 {
    font-size: 18px;
    line-height: 1.5;
}

.fs48 {
    font-size: 48px;
}

.position-relative {
    position: relative;
}

.px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
textarea,
.form-control {
    box-shadow: 0px 0px 1px 1px rgb(0 0 0 / 7%) !important;
    border: 1px solid transparent !important;
    border-radius: 0px !important;
    /*     padding-left: 37px; */
    background: #F1F1F1;
}

.form-control:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
textarea:focus {
    border: 1px solid #c3c3c3 !important;
}

.btn.btn-primary,
.btn-primary,
a.btn-primary {
    display: inline-block;
    width: auto;
    margin: 0 auto;
    text-align: center;
    float: none;
    background: #224dac;
    box-shadow: none;
    padding: 8px 14px;
    border-radius: 5px;
    font-size: 14px;
    line-height: 20px;
    font-family: 'Roboto';
    vertical-align: middle;
    font-weight: 400 !important;
    color: #fff !important;
}

.btn.btn-primary:hover,
.btn-primary:hover,
a.btn-primary:hover,
.btn.btn-primary:active,
.btn-primary:active,
a.btn-primary:active,
.btn.btn-primary:focus,
.btn-primary:focus,
a.btn-primary:focus {
    background: #3f77f3 !important;
}

.btn.btn-primary i,
.btn-primary i,
a.btn-primary i {
    color: #fff !important;
    margin-right: 5px;
}

.btn.btn-secondary,
.btn-secondary {
    display: inline-block;
    width: auto;
    margin: 0 auto;
    text-align: center;
    float: none;
    background: #898989;
    box-shadow: none;
    padding: 8px 14px;
    border-radius: 50px;
    font-size: 14px;
    line-height: 20px;
    font-family: 'Roboto';
    vertical-align: middle;
    font-weight: 400 !important;
    color: #fff !important;
}

.btn.btn-secondary:hover,
.btn-secondary:hover,
.btn.btn-secondary:active,
.btn-secondary:active,
.btn.btn-secondary:focus,
.btn-secondary:focus {
    background-color: #bfbfbf !important;
}

.outline-btn {
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 30px;
    padding: 7px 14px;
    transition: all 0.5s ease;
    color: #9b9b9b;
    background: transparent;
    font-size: 14px;
    line-height: 20px;
    font-family: 'Roboto';
}

.outline-btn i {
    color: #9b9b9b;
    transition: all 0.5s ease;
}

.outline-btn:hover,
.outline-btn:active,
.outline-btn:focus,
.outline-btn.active {
    background: #3f77f3;
    border-color: #3f77f3;
    color: #fff !important;
}

.outline-btn:hover i,
.outline-btn:active i,
.outline-btn:focus i,
.outline-btn.active {
    color: #fff !important;
}


/*************  25-02-2022 user-education ***********/
.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}

.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}

.mt-3,
.my-3 {
    margin-top: 1rem !important;
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}

.mt-5,
.my-5 {
    margin-top: 3rem !important;
}

.mt-6,
.my-6 {
    margin-top: 4.5rem !important;
}

.mb-6,
.my-6 {
    margin-bottom: 4.5rem !important;
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}

.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}

.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}

.ml-6,
.mx-6 {
    margin-left: 4.5rem !important;
}

.mr-6,
.mx-6 {
    margin-right: 4.5rem !important;
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}

.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}

.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}

.pt-1,
.py-1 {
    margin-top: 0.25rem !important;
}

.pt-2,
.py-2 {
    margin-top: 0.5rem !important;
}

.pt-3,
.py-3 {
    margin-top: 1rem !important;
}

.pt-4,
.py-4 {
    margin-top: 1.5rem !important;
}

.pt-5,
.py-5 {
    margin-top: 3rem !important;
}

.pt-6,
.py-6 {
    margin-top: 4.5rem !important;
}

.pb-6,
.py-6 {
    margin-bottom: 4.5rem !important;
}

.pb-5,
.py-5 {
    margin-bottom: 3rem !important;
}

.pb-4,
.py-4 {
    margin-bottom: 1.5rem !important;
}

.pb-3,
.py-3 {
    margin-bottom: 1rem !important;
}

.pb-2,
.py-2 {
    margin-bottom: 0.5rem !important;
}

.pb-1,
.py-1 {
    margin-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
    margin-left: 0.25rem !important;
}

.pl-2,
.px-2 {
    margin-left: 0.5rem !important;
}

.pl-3,
.px-3 {
    margin-left: 1rem !important;
}

.pl-4,
.px-4 {
    margin-left: 1.5rem !important;
}

.pl-5,
.px-5 {
    margin-left: 3rem !important;
}

.pl-6,
.px-6 {
    margin-left: 4.5rem !important;
}

.pr-6,
.px-6 {
    margin-right: 4.5rem !important;
}

.pr-5,
.px-5 {
    margin-right: 3rem !important;
}

.pr-4,
.px-4 {
    margin-right: 1.5rem !important;
}

.pr-3,
.px-3 {
    margin-right: 1rem !important;
}

.pr-2,
.px-2 {
    margin-right: 0.5rem !important;
}

.pr-1,
.px-1 {
    margin-right: 0.25rem !important;
}


.register-step.user-education .register-box-right {
    padding: 0;
    width: 100%;
    margin: 20px 0 80px 0;
    border-radius: 10px;
    background: #fff;
}

.register-step.user-education .register-box-right .panel-body {
    padding: 0;
    border: 1px solid #e9e9e9;
}

.register-step.user-education .register-box-right .panel-body .footer-search {
    padding: 0;
}

.register-step.user-education .register-box-right .getstarted-box .footer-search .container {
    width: 100%;
    padding: 0;
}


.register-step.user-education .register-box-right .user-education-block {
    width: 90%;
    margin: 0 auto 30px;
}


.register-step.user-education .register-box-right .footer-search .footer-search-wrap {
    width: 100%;
    max-width: 90%;
    margin: 0 auto 20px;
}

.register-step.user-education .register-box-right .getstarted-box .footer-search h3 {
    background: #3574db;
    margin: 0 0 20px 0;
    color: #fff;
    padding: 20px;
    font-size: 28px;
}

.register-step.user-education .register-box-right .footer-search .search-box form {
    padding: 20px 30px;

    display: inline-block;
    width: 100%;

}

.register-step.user-education .register-box-right .getstarted-box .row ol {
    padding: 0 0 0 20px;
    margin: 0;
}

.register-step.user-education .register-box-right .getstarted-box .row ol li {
    margin: 0 0 20px 0;
}

.register-step.user-education .register-box-right .getstarted-box video {
    background: #fff;
    padding: 16px;
    box-shadow: 0px 0px 10px #ccc;
    border-radius: 10px;
}

.register-step.user-education .register-box-right .getstarted-box h3 {
    background: #f1f1f1;
    display: inline-block;
    width: 100%;
    padding: 10px;
    margin: 0;
    border-bottom: #fff solid 2px;
}

.register-step {
    counter-increment: step-counter;
}

.register-step:before {
    content: counter(step-counter);
    position: absolute;
    top: 50%;
    bottom: 50%;
    transform: translate(-50%, -50%);
    left: 18px;
    background: #f5f5f5;
    padding: 8px;
    border: 2px solid #666666;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 7px;
    font-weight: 600;
    color: #666666;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    font-size: 24px;
}

.register-step .get-start-block {
    text-align: center;
    margin: 0;
    background: #224dac;
    border-radius: 3px;
    padding: 20px;
    color: #ffffff;
    border-radius: 18px;
    padding: 20px 40px;
    font-size: 18px;
    position: relative;
    min-height: 200px;
    display: flex;
    align-items: center;
    box-shadow: #A0B8F6 0px 8px 24px;
}


.register-step .get-start-block p {
    margin: 0;
    padding: 0;
    text-align: left;
}

.register-step .get-start-block a {
    color: #ffff;
}

.register-step .get-start-block a::after {
    content: '❯';
    position: absolute;
    right: 0;
    /* top: 0; */
    display: inline-flex;
    align-items: center;
    margin: auto;
    font-size: 22px;
    padding: 0 6px;
    color: #224dac;
    /* height: 100%; */
    /* background: #3a58b9;*/
    /* background: #171717; */
    /* border-radius: 0.75rem; */
    /* transition: all 0.3s ease-in-out; */
    transform: translate(0, -50%);
    top: 47%;
}

.register-step .get-start-block a:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    clip-path: circle(15% at 105% 47.5%);
    background: #fff;
    height: 100%;
    width: 100%;
    transition: all 0.3s ease-in-out;
}

.register-step .get-start-block:hover a:before {
    clip-path: circle(16% at 105% 47.5%);
}

.card-layout {
    margin-bottom: 40px;
}

.card-layout .sub-heading {
    max-width: 500px;
    margin: 0 auto;
    padding-bottom: 20px;
}

@media (max-width: 991.98px) {
    .register-step .get-start-block {
        font-size: 15px;
    }

    .register-step .get-start-block {
        min-height: 140px;
    }

    .register-step .get-start-block a:before {
        clip-path: circle(13% at 105% 47.5%);
    }

    .register-step .get-start-block:hover a:before {
        clip-path: circle(14% at 105% 47.5%);
    }
}

@media (max-width: 767.98px) {
    .register-step .get-start-block {
        font-size: 14px;
        min-height: 150px;
        padding: 20px 30px;
    }

    .register-step .get-start-block a::after {
        padding: 0 4px;
    }

    .card-layout {
        margin-bottom: 20px;
    }

    .card-layout .sub-heading {
        padding-bottom: 5px;
    }

    .register-step .get-start-block a:before {
        clip-path: circle(15% at 105% 47.5%);
    }

    .register-step .get-start-block:hover a:before {
        clip-path: circle(16% at 105% 47.5%);
    }

    .register-step:before {
        width: 35px;
        height: 35px;
        font-size: 18px;
    }
}


/*** Header ***/
header.header {
    background-color: #ffffff !important;
    display: flex;
    justify-content: center;
    align-items: center;
}



header.header .logo-single .logo-img,
header.header .logo-img {
    max-width: 40px;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

header.header .search-form,
header.header .search-form input {
    margin: 0px;
}

header.header .search-form input {
    background: #f9f9f9;
    font-weight: 400;
    font-family: 'Roboto';
    color: #1f1f1f !important;
    box-shadow: 0px 0px 2px 0px #c7c7c7 !important;
    border: 0px !important;
    border-radius: 30px !important;
    padding-top: 10px;
    padding-bottom: 10px;
}

header.header .search-form input::placeholder,
header.header .search-form input::-moz-placeholder,
header.header .search-form input:-ms-input-placeholder,
header.header .search-form input::-webkit-input-placeholder {
    color: #9A9A9A !important;
}

header.header .search-form input::placeholder {
    color: #9A9A9A !important;
}

header.header .search-form button .fa {
    color: #ffffff;
    font-size: 16px;
}

header.header .search-form button {
    top: 4px;
    bottom: 4px;
    right: 4px;
    color: #ffffff;
    width: 32px;
    height: 32px;
    background: #224dac;
    border-radius: 50%;
    transition: all 0.5s ease;
}

header.header .search-form button:hover {
    background: #3f77f3;
}

header.header .profile-header-right ul li {
    margin: 5px 10px;
}

.inner-div {
    padding: 30px 0;
}

.profile-header-right ul li a:hover,
.profile-header-right ul li.active a {
    color: #3f77f3 !important;
}

.child-wallpost .profile-pic {
    margin-bottom: 30px;
}

.child-wallpost .profile-child-name h3 {
    margin-top: 0px;
    color: #1f1f1f;
    margin-bottom: 10px;
}

.slim .slim-area .slim-status {
    background-color: #224dac;
    height: initial !important;
    padding: 150px 30px 100px 30px;
}

.slim .slim-area .slim-status .slim-label>p {
    margin-top: 15px;
}

.contribution-now {
    margin: auto;
    text-align: right !important;
}

.wall-post .person-detail-view .person-detail-right {
    background: #f9f9f9;
    box-shadow: 0 0px 1px 0px #c7c7c7;
    border-radius: 8px;
    padding: 0px !important;
    overflow: hidden;
}

.wall-post .person-detail-view .person-detail-right>.form-group {
    padding: 0px !important;
    margin-bottom: 0px !important;
}

.posted-person-name {
    padding: 15px 15px 0px 15px;
}

.wall-post .posted-person-name .cap-click {
    top: 15px;
    right: 15px;
}

.timeline-view .person-detail-right .form-group {
    background: #f9f9f9 !important;
}

.newsfeed .person-detail-right .posted-detail-time figure {
    box-shadow: none;
    width: 60px;
    height: 60px;
    border: 1px solid #c7c7c7;
}

.child-wallpost .posted-detail-time .posted-times {
    padding-left: 0px;
}

.newsfeed .person-detail-right .posted-detail-time .post-sub {
    font-size: 16px;
}

.newsfeed .person-detail-right .posted-detail-time .post-sub strong {
    font-weight: 500;
}

.post-imgstyle .mbrick img {
    width: 100%;
    height: auto;
    margin: 15px 0px;
    border-radius: 10px;
}

.newsfeed .person-detail-right .post-type .bx-viewport {
    background: transparent;
    border: 0px;
    border-radius: 10px !important;
    overflow: hidden !important;
    left: 0;
}

.newsfeed .person-detail-right .post-type .bx-viewport ul {
    margin: 0px !important;
    width: 100% !important;
    max-width: 100% !important;
}

.newsfeed .person-detail-right .post-type .bx-viewport ul>li {
    width: 100% !important;
}

.newsfeed .person-detail-right .post-type .bx-viewport ul>li img {
    display: inline-block;
    margin: 0 auto;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.newsfeed .person-detail-right .like-commnets {
    padding: 10px 15px;
}

.newsfeed .person-detail-right .makechoice {
    padding: 10px;
}

.newsfeed .person-detail-right .makechoice a .fa {
    position: initial;
    width: 19px !important;
    height: 17px !important;
    display: inline-block !important;
    margin: 0 auto;
    vertical-align: middle;
    margin-right: 2px;
}

.newsfeed .person-detail-right .makechoice a .fa.fa-contribution {
    top: auto;
    vertical-align: middle;
    background: url('/images/icon-contribution-white.png') no-repeat !important;
    background-size: 18px !important;
    background-position: center;
}

.newsfeed .person-detail-right .like-commnets span,
.newsfeed-popup .modal-footer .like-commnets span {
    font-size: 14px;
    font-weight: 500;
}

.like-popup .post-content-close {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.personpic figure {
    box-shadow: none;
    border: 1px solid #c7c7c7;
}

.comment-box {
    background: #ffffff;
    padding: 4px 10px 10px 10px;
    border-radius: 4px;
}

.fixedbottom-comment .commondiv {
    padding: 10px 50px 0 50px;
}

.makechoice .makechoice-links {
    display: flex;
    align-items: center;
}

.makechoice .makechoice-links a {
    margin-right: 15px;
}

.makechoice .makechoice-links a:last-child {
    margin-right: 0px;
}

.commondiv .commenttextarea .send-comment {
    width: 40px !important;
    background: transparent !important;
    box-shadow: none;
}

.commondiv .commenttextarea .send-comment i {
    color: #224dac !important;
    font-size: 18px !important;
}

.commondiv .commenttextarea textarea {
    width: 100%;
}

.commentdisplay strong {
    font-weight: 600;
}

.commenttextarea strong,
.commentdisplay span.ng-binding {
    font-weight: 400;
}

.child-comment {
    padding-left: 70px;
}

.child-comment .personpic {
    left: 20px;
}

.newsfeed .person-detail-right .makechoice a,
.newsfeed-popup .modal-footer .makechoice a {
    font-weight: 400;
}

.dropdown-content a {
    font-weight: 400;
}

.dropdown-content:before {
    background: #f9f9f9;
}

.notification-section:before,
.request-section:before {
    border-bottom: 10px solid #f7f7f7;
    right: 27px;
    top: -5px;
}

.post-popup-img1 .post-content-close {
    box-shadow: 0 0 4px rgba(153, 153, 153, 0.60);
}

/*.progress-bar .left,
.progress-bar .right,
.progress-bar .rotate {
    background-color: #3deb8e !important;
}
*/
.circle .data-text {
    font-size: 20px;
    font-weight: 600;
    font-family: 'Roboto';
}

.circle .data-text span {
    font-size: 16px;
    font-weight: 400;
}

#morebtn.dropbtn.btn:before {
    display: none !important;
}

.position-relative .cap-click {
    position: absolute;
    right: 0 !important;
    left: auto;
    top: 100% !important;
}

.position-relative .cap-click .dropdown-content {
    left: auto;
    right: 0;
    margin: auto;
}

.position-relative .cap-click .dropdown-content:before {
    right: 0;
    left: 0;
    top: -7px;
    bottom: auto;
    margin: auto;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.button-group-area {
    justify-content: space-evenly;
    box-shadow: 0 0 4px 0px rgba(0, 0, 0, 0.08);
    padding: 15px 5px;
    margin: 5px 2px;
}

.button-group-area .btn {
    margin: 0px;
    padding: 8px 14px !important;
    font-size: 16px !important;
    background: transparent !important;
    box-shadow: none !important;
    color: #1f1f1f !important;
    font-weight: 500 !important;
    padding: 0px !important;
}

.button-group-area .btn-img {
    max-height: 20px;
    margin-right: 8px;
    vertical-align: bottom;
}

.button-group-area .btn:hover {
    color: #224dac !important;
}

.login-required-area {
    position: fixed;
    height: 100vh;
    width: 100vw;
    background: rgba(0, 0, 0, 0.45);
    display: block;
    z-index: 99999;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-required-area .login-required-block {
    background-color: #fff;
    padding: 30px 20px;
    border-radius: 4px;
}

.owl-carousel.recent-donors-sliders {
    display: block !important;
}

.owl-carousel.recent-donors-sliders .owl-stage-outer {
    padding: 0px 2px;
}

.owl-carousel.recent-donors-sliders .owl-stage {
    display: flex;
}

.owl-carousel.recent-donors-sliders .owl-stage .item {
    padding: 1px;
    cursor: pointer;
}

.owl-carousel.recent-donors-sliders .owl-stage .item,
.owl-carousel.recent-donors-sliders .owl-stage .item .children-list {
    height: 100%;
}

.owl-carousel.recent-donors-sliders .owl-stage .item .children-list:hover {
    border-color: rgba(34, 77, 172, 0.31);
}

.owl-carousel.recent-donors-sliders .children-list {
    display: block;
    float: none;
    border: 1px solid #e9e9e9;
    background: #fff;
    border-radius: 10px;
    padding: 15px;
}

.owl-carousel.recent-donors-sliders .children-list .tblmain {
    display: block;
    width: 100%;
}

.owl-carousel.recent-donors-sliders .children-list .search-pic.tbl figure {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.owl-carousel.recent-donors-sliders .children-list .search-pic.tbl figure img {
    position: relative;
    z-index: 1;
    background-color: #fff;
    border: 4px solid #fff;
    border-radius: 50%;
}

.owl-carousel.recent-donors-sliders .children-list .search-pic.tbl figure h4 {
    right: -85%;
    height: 80px;
    width: 80px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.owl-carousel.recent-donors-sliders .children-list .donation h4 {
    padding: 0 20px 10px 0px;
    font-size: 18px;
    font-weight: 500;
    color: #1f1f1f;
}

.owl-carousel.recent-donors-sliders .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
}

.owl-carousel.recent-donors-sliders .owl-dots button {
    background-color: transparent !important;
}

.owl-carousel.recent-donors-sliders .owl-dots button span {
    background-color: #e9e9e9 !important;
    margin: 5px;
}

.owl-carousel.recent-donors-sliders .owl-dots button.active span {
    background-color: #d3d3d3 !important;
}

.share-memory-box {
    margin-top: 15px;
}

.share-memory-box .btn {
    min-width: 85px;
}

.share-memory-box .modal-content {
    border: 0px;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
}

.share-memory-box .tab-content {
    margin: 0px;
    padding: 0px;
}

.share-memory-box .share-memory-box-input {
    padding: 5px;
}

.share-memory-box .share-memory-box-input textarea {
    border: 0px !important;
    box-shadow: none !important;
    font-size: 16px;
    resize: vertical !important;
}

.share-memory-box .share-memory-box-tabs {
    background: #f3f3f3;
    padding: 5px 5px;
}

.share-memory-box .share-memory-box-tabs .nav-tabs {
    border-bottom: 0px !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.share-memory-box .modal-content .tab-content .tab-pane>div {
    padding: 15px;
    background-color: #f9f9f9;
}

.share-memory-box .post-content .dropzone {
    border: 0px;
    margin: 0px;
    padding: 10px;
}

.share-memory-box .error-message {
    position: initial;
}

.share-memory-box .privacy-setting {
    padding: 15px;
    background-color: #f9f9f9;
}

.share-memory-box .privacy-setting ul {
    margin-bottom: 15px;
}

.share-memory-box .privacy-setting ul li label p {
    font-size: 14px;
    line-height: 20px;
    color: #a3a3a3;
}

.share-memory-box .privacy-setting ul li label:after {
    border-radius: 30px;
}

.share-memory-box .privacy-setting ul li input[type="radio"]:checked+label:before {
    background: url("/images/checkicon-white.png") center center no-repeat;
    z-index: 1;
    background-size: 16px;
}

.share-memory-box .privacy-setting ul li input[type="radio"]:checked+label:after {
    border-radius: 30px;
    background: #224dac;
    border-color: #224dac;
}

.share-memory-box .share-memory-box-tabs ul li a span {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: #1f1f1f !important;
    vertical-align: middle;
}

.share-memory-box .share-memory-box-tabs ul li a img {
    max-height: 20px;
    margin-right: 5px;
    vertical-align: middle;
}

/** DONOR PAGE **/
.donor-info .person-img {
    margin: 0px auto 15px auto !important;
    position: initial !important;
    float: none;
    display: block;
    text-align: center;
}

.donor-info h5 {
    padding: 15px;
    border-radius: 3px;
}

.donor-info h3 a {
    color: #1f1f1f;
}

.donor-info h3 a:hover {
    color: #224dac;
}

.person-detail-view .person-detail-right.edit-profile .form-group input[type="text"],
.person-detail-view .person-detail-right.edit-profile .form-group select {
    height: initial !important;
    padding-top: 7px !important;
    padding-bottom: 7px !important;
}

@media(max-width:991px) {

    h3,
    .h3 {
        font-size: 18px;
    }

    .child-wallpost .cover-img #cover_pic_fig,
    .child-wallpost .cover-img .no-img-div {
        height: initial;
        max-height: initial;
    }

    .slim .slim-area .slim-status {
        padding: 80px 30px 90px 30px;
    }

    .slim .slim-area .slim-status .slim-label {
        top: auto;
        font-size: 18px;
    }

    .slim .slim-area .slim-status .slim-label:before {
        font-size: 32px;
    }

    .slim .slim-area .slim-status .slim-label>p {
        margin-top: 8px;
    }

    .btn.btn-primary i,
    .btn-primary i,
    a.btn-primary i {
        display: inline-block !important;
        height: 17px !important;
        vertical-align: middle !important;
        top: auto !important;
    }

    .owl-carousel.recent-donors-sliders .children-list .search-pic.tbl figure,
    .owl-carousel.recent-donors-sliders .children-list .search-pic.tbl figure h4 {
        width: 60px;
        height: 60px;
    }

    .owl-carousel.recent-donors-sliders .children-list .donation h4 {
        font-size: 16px;
    }

    .owl-carousel.recent-donors-sliders .children-list .search-pic.tbl figure h4 {
        font-size: 14px;
    }
}

@media(max-width:767px) {
    .make-donation-btn .contribution-now {
        text-align: left !important;
    }

    .makechoice .makechoice-links a.btn-primary {
        padding: 6px 10px;
    }

    .share-memory-box .share-memory-box-tabs .nav-tabs li a {
        text-align: center;
    }

    .share-memory-box .share-memory-box-tabs .nav-tabs li a i {
        margin: 0px;
    }

    .share-memory-box .share-memory-box-tabs .nav-tabs li a span {
        display: none;
    }
}

@media(max-widtH:640px) {
    .profile-header-right ul li {
        margin: 0px !important;
        padding: 10px 5px !important;
    }

    .profile-header-right ul li a {
        color: #224dac !important;
    }

    .header .search-form {
        margin-top: 15px !important;
    }

    .newsfeed .person-detail-right .makechoice>.row>div,
    .newsfeed .person-detail-right .makechoice>.row>.col-sm-4 {
        width: auto;
        padding: 4px 10px;
    }

    .contribution-now button.btn.btn-primary {
        padding: 4px 16px !important;
        font-size: 10px !important;
    }

    .button-group-area .btn,
    .profile-detail-section .button-group-area button {
        font-size: 13px !important;
        padding: 6px 12px !important;
        min-width: 120px;
        margin: 2px 0px;
    }

    .button-group-area .btn>i.fa,
    .button-group-area button>i.fa {
        height: 15px !important;
    }

    .newsfeed .person-detail-right .posted-detail-time .post-sub,
    #Mylife p span {
        font-size: 14px !important;
    }
}

@media(max-width:600px) {
    .newsfeed .person-detail-right .makechoice {
        padding: 0px 2px;
    }

    .makechoice .makechoice-links a.btn-primary {
        padding: 6px 6px;
    }
}

@media(max-width:480px) {
    .newsfeed .person-detail-right .posted-detail-time figure {
        margin-right: auto !important;
        margin-left: 0px !important;
        margin-bottom: 15px !important;
    }

    .newsfeed .person-detail-right .makechoice>.row {
        justify-content: space-between;
    }

    .btn.btn-primary i,
    .btn-primary i,
    a.btn-primary i {
        display: inline-block !important;
        height: 17px !important;
        vertical-align: middle !important;
        top: auto !important;
        line-height: 15px;
    }

    .button-group-area i {
        height: 15px !important;
    }

    .makechoice .makechoice-links a {
        margin-right: 4px;
    }

    .makechoice .makechoice-links a,
    .makechoice .makechoice-links a.btn-primary {
        font-size: 11px;
    }

    .makechoice .makechoice-links a.outline-btn {
        padding: 6px 10px;
        line-height: 18px;
    }

    .makechoice .makechoice-links a i {
        font-size: 14px !important;
    }

    .makechoice .makechoice-links a i,
    .newsfeed .person-detail-right .makechoice a .fa.fa-contribution {
        background-size: 14px !important;
    }

    .newsfeed .person-detail-right .makechoice a .fa.fa-contribution {
        height: 14px !important;
        width: 16px !important;
    }

    .donation-info .card-section .card-header .card span {
        padding: 0 0 0 4px;
        font-size: 12px;
    }

    .donation-info .card-section .card-header .card img {
        max-width: 26px;
    }
}

.text-white {
    color: white !important;
}

.text-black {
    color: black !important;
}



/************ 28/02/2022 ***********/

.register-step .get-start-block {
    /* display: inline-block; */
    position: relative;
    padding-right: 47px;
    width: 100%;
    overflow: hidden;
    text-align: left;
    height: 100%;
}

.register-step.user-education .register-box-right .getstarted-box .video-block {
    width: 100%;
    max-width: 440px;
    margin: 30px auto;
    height: 100%;
}

.register-step.user-education .register-box-right .getstarted-box .text-discription {
    padding: 20px;
}

.register-step.user-education .register-box-right .getstarted-box h3 {
    margin: 0 0 16px 0;
}

.register-step.user-education .register-box-right .getstarted-box .get-start-section {
    margin: 0px 0 30px 0;
}

/*************************** Footer Search Result **********************************/
.bottom-search-result {
    padding: 10px;
}

/*.footer-search-list {
    padding: 25px 40px !important;
}*/

.footer-search-list .person-detail-right {
    padding: 0px !important;
}

/* ---02-06-2022-- */

.logo-part {
    text-align: left;
    display: flex;
    padding: 0;
    align-items: center;
    /* justify-content: center; */
}

.logo-part span {
    padding: 0px 10px 0 10px;
    font-weight: 600;
    font-style: italic;
    line-height: 18px;
}




/*---03-06-2022---*/
/*--search-change--*/

.page .sub-title {
    color: #333;
    font-style: italic;
    font-weight: 500;
    font-size: 15px;

}


.footer-search .footer-search-wrap .search-box {
    position: relative;
}


.search-btn-set {
    position: absolute;
    top: 16px;
    left: 15px;
}

.search-btn {
    padding: 10px 15px !important;
    display: flex;
    width: 100% !important;
    max-width: 36px;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 14px;
    top: 0;
    border-radius: 0 !important;

}

.main-title h2 {
    font-size: 29px;
}


.highlight-text {
    font-weight: 600;
    color: #666666;
    font-style: italic;
    margin-bottom: 20px;
}


/*****06-06-2022*****/
.dk-video {
    /*float: right;*/
    width: 100%;
    display: inline-block;
    box-shadow: 7px 0px 31px 0px #0000001a;
    text-align: center;

}

.counter-number {
    display: flex;
    justify-content: center;
    font-size: 40px;
    grid-gap: 20px;
}

.number {
    background: #f5f5f5;
    border: 2px solid #224dac;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    line-height: 7px;
    font-weight: 600;
    color: #666666;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 1023.98px) {
    .videos-section {
        padding: 10px 80px 20px !important;
    }
}

@media (max-width: 991.98px) {
    .number {
        width: 60px;
        height: 60px;
    }

    .counter-number {
        font-size: 28px;
        grid-gap: 13px;
    }
}


/* ----steps-design---- */
.steps {
    align-items: center;
    display: flex;
    justify-content: center;

}

span.num {
    display: inline-block;
    margin: 0 20px 20px 20px;
    width: 100%;
    height: 50px;
    background: #cfe2f3;
    line-height: 29px;
    border: 1px solid;
    border-radius: 50%;
    font-size: 25px;
    padding: 10px;
    max-width: 50px;
    text-align: center;
    font-weight: 500;

}

/* --13-06-2022-- */

.card-box {
    border-radius: 8px;
    margin: 0 10px 20px 10px;
    padding: 10px 30px 10px 40px;
    position: relative;
    counter-increment: step-counter;
    background: #224dac;
    color: #fff;
    cursor: pointer;
}

.card-box.active {
    background-color: #0045af;
    color: #fff;
}

.card-box::after {
    content: counter(step-counter);
    position: absolute;
    top: 50%;
    bottom: 50%;
    transform: translate(-50%, -50%);
    left: 0px;
    background: #f5f5f5;
    padding: 8px;
    border: 2px solid #666666;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 24px;
    line-height: 7px;
    font-weight: 600;
    color: #666666;
    display: flex;
    align-items: center;
    justify-content: center;

}

.card-box h3 {
    color: #fff;
}

@media (max-width: 767.98px) {
    .card-box::after {
        width: 35px;
        height: 35px;
        font-size: 18px;
    }
}


/*--13-06-2022--*/
.logo-title-2 {
    font-size: 18px;
    font-weight: 500;
    color: #686565;
    font-style: normal;
}

.rounded-full {
    width: -webkit-fill-available;
    color: blue;
    padding: 17px !important;
    box-shadow: none !important;
    border-radius: 9px !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    letter-spacing: 1px;

}

.img-gallery {
    background-color: #dcdcdc59;
    padding: 30px 0 10px 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 10px;
}

.img-gallery:after {
    content: "";
    background-color: #dbdbdb;
    border-radius: 0px 0px 9px 9px;
    position: absolute;
    width: 100%;
    height: 50px;
    bottom: 0px;
    left: 0;
    z-index: -1;
}



.img-gallery .tilte-block {
    display: flex;
    align-items: center;
    justify-content: center;
}

.img-gallery .tilte-block .btn-img {
    display: inline-block;
    width: 100%;
    max-width: 30px;
}

.img-gallery .tilte-block .img-title {
    font-weight: 400;
    color: #000;
    padding: 0 10px;
    font-size: 18px;
}

.img-gallery .col-lg-4,
.col-xs-4 {
    width: 31%;

}

/*
.default-bg-guest .panel-body {
    padding: 7px;
} */

/*--16-06-2022-footer--*/
.main-footer {
    padding: 15px 0;
    width: 100%;
    background-color: #224dac;
    color: #fff;
}

.fixed-footer {
    position: sticky;
    bottom: 0;
    left: 0;
    z-index: 9;
}

.footer-bottom {
    background-color: #343a40;
    color: #abb7ca;
}

.footer-bottom .copyright-col {
    padding: 10px 0;
}

.footer-bottom .copyright-col .sep {
    padding: 0 5px 0 5px;
}

.footer-bottom .copyright-col a {
    color: #abb7ca;
}

.footer-bottom .copyright-col a:hover {
    color: #fff;
}

/*--form-design-30-11-2022--*/
.all-steps-block .sub-heading .error-page form.form-horizontal {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}

.all-steps-block .sub-heading .error-page form.form-horizontal .form-group {
    margin: 10px auto;
}

/* checkbox changes (You are agreeing to Terms & Conditions) contribution pgae */
.person-detail-right.edit-profile .agree-box .form-group {
    display: flex;
    gap: 5px;
    align-items: center;
}

.person-detail-right.edit-profile .agree-box .form-group input[type=checkbox] {
    margin: 0;
}