.text-color {
    color: #fff;
}
/*
.contact-us {
    color: #fff !important;
    font-size: 18px !important;
}

    .contact-us:hover {
        color: #1f89e6 !important;
    }

.styling-footer {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
}
*/

.custom-text-align {
    text-align: left;
}

@media screen and (max-width:760px) {
    .custom-text-align {
        text-align: center;
    }
}


.custom-height {
    line-height: .8 !important;
}

/*buttons*/
.go-top-button {
    position: fixed;
    cursor: pointer;
    outline: none;
    top: 50%;
    bottom: 50%;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-decoration: none;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.3);
    border: none;
    border-radius: 3px 0 0 3px;
}

    .go-top-button:hover, .go-top-button:focus {
        background-color: rgba(0, 0, 0, 0.6);
        text-decoration: none;
        color: white;
    }

/*fonts*/
/*.fa-icon {
    font-size: 24px;
}

.modal-body-height {
    height: 100%;
}

.modal {
    padding-top: 170px;
}

.modal-content {
    width: auto;
    border-radius: 8px;
}

.modal-title {
    color: #fff;
}

.ab {
    color: #00f !important;
}*/

/*all in one*/
/*.home-page {
    background: #fcf492 url(../images/pattern.png) repeat;
    background-color: white !important;
}

.home-toranbg {
    background: transparent url(../images/toran-new.png) repeat-x left top;
    width: 100%;
    height: 70px;
}

.home-bannerbg {
    background: transparent url(../images/home-banner_with_tag_line.png) no-repeat top center;
    height: 660px;
    margin: 0px auto;
}

.home-contentbg {
    background: #fce66f;
    margin: 0px auto;
    border-left: 0.15rem solid #f4ce52;
    border-right: 0.15rem solid #f4ce52;
    width: 976px;
}

.home-content {
    margin: 0 auto;
}
*/
.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

.card {
    background-color: rgba(255, 255, 255, 0.7019607843137254);
    font-size: 16px;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}

.card-color {
    background-color: #05c1ee !important;
    color: #fff !important;
}

.custom-btn-group {
    width: 50%;
    margin: auto;
    text-align: center;
}

.btn-top {
    padding-top: 400px;
    z-index: 999;
}

.btn-color {
    background: #e14426;
    border-radius: 0;
    padding: 6px 12px;
    position: relative;
    color: #fff !important;
    border-radius: .13rem;
    line-height: 1.65;
    font-size: 1.5rem;
}

    .btn-color:hover {
        background: none;
    }

.font-weight {
    font-weight: 700 !important;
}

.font-weight-bold {
    font-weight: 700 !important;
    font-size: 24px;
}

.text-white {
    color: #fff !important;
}

.home-box {
    height: 150px;
    width: 150px;
    box-shadow: 10px 10px 6px -6px #777;
    border-radius: 10px;
    text-align: center;
}

/*.home-about {
    background: #8b3895;
}

.home-search {
    background: #5bba47;
}

.home-membership {
    background: #ec2427;
}

.home-contact {
    background: #01bfee;
}*/

.custom-icon {
    font-size: 64px;
}

.footer {
    background: #f15523;
    position: relative;
    bottom: 0;
    /*width: 100%;*/
}

.contact-us {
    color: #fff !important;
    font-size: 18px !important;
}

.h6, h6 {
    font-size: 1rem;
}

/*.p-3 {
    padding: 1rem !important;
}

.p-2 {
    padding: .5rem !important;
}

.p-1 {
    padding: .25rem !important;
}

.pb-3, .py-3 {
    padding-bottom: 1rem !important;
}

.pt-4, .py-4 {
    padding-top: 1.5rem !important;
}

.pt-3, .py-3 {
    padding-top: 1rem !important;
}

.pt-lg-0, .py-lg-0 {
    padding-top: 0 !important;
}

.pl-3, .px-3 {
    padding-left: 1rem !important;
}

.pr-3, .px-3 {
    padding-right: 1rem !important;
}*/

/*.mb-3, .my-3 {
    margin-bottom: 1rem !important;
}

.mb-2, .my-2 {
    margin-bottom: .5rem !important;
}

.mt-3, .my-3 {
    margin-top: 1rem !important;
}

.mt-2, .my-2 {
    margin-top: .5rem !important;
}*/

/*.yellow {
    background: #faa719;
}

.skyblue {
    background: #05c1ee;
}

.peach {
    background: #f36b55;
}

.home-icons {
    font-weight: bold;
    padding-top: 12px;
}

.home-icons p {
    font-weight: bold;
    padding-top: 12px;
}*/

/*a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    background-color: #f36b55;
    
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}*/

.center {
    margin: auto;
    width: 75%;
}

/*ul {
    list-style-type: disc;
}*/
/*li {
    display: list-item;
    text-align: center; 
}*/
/*.h4, h4 {
    font-size: 1.5rem;
}*/
/*--------------------------------*/
.header {
    font-size: 22px;
    color: #FFFFFF;
    text-decoration: none;
    text-align: center;
    background-color: #ff6600;
    border-bottom: 3px solid #990033;
    padding: 5px 5px;
}

.header-bg {
    background-color: #ff6600 !important;
}

/* body, a{
	color:#676767;
} */
a:hover {
    text-decoration: none;
    color: #ffffff /*#f15927*/;
}

.border-light {
    border-color: #e0e0e0 !important;
}

.btn {
    border-radius: .13rem;
    line-height: 1.65;
}

.pwd .btn {
    line-height: 1.5;
}

.font-14 {
    font-size: 14px;
}

.text-orange {
    color: #f15927;
}

.bg-orange {
    background: #f15927;
}

.home-page {
    background: #fcf492 url(../images/pattern.png) repeat;
    background-color: white !important;
}

.home-toranbg {
    background: url(../images/toran.png) repeat-x left top;
    width: 100%;
    height: 70px;
}

.home-bannerbg {
    background: transparent url(../images/home-banner_with_tag_line.png) no-repeat top center;
    /* width: 1000px;*/
    height: 660px;
    margin: 0px auto;
}

.home-contentbg {
    /* background: transparent url(../images/home-content.png) repeat-y top center;
   */
    background: #fce66f;
    margin: 0px auto;
    border-left: 0.15rem solid #f4ce52;
    border-right: 0.15rem solid #f4ce52;
    width: 976px;
}
/*.barati-l {
    background: transparent url(../images/barati-l.png) no-repeat top center;
       width: 245px;
    height: 100%;
    position: absolute;
    left: 0px;
}
.barati-r {
    background: transparent url(../images/barati-r.png) no-repeat top center;
       width: 245px;       
    height: 100%;
    
    position: absolute;
    right: 0px;
}*/
.home-content {
    /*  width: 930px;*/
    margin: 0 auto;
}

.logo {
    background: transparent url(../images/logo.png) no-repeat top center;
    height: 150px;
    margin: 0px auto;
    position: relative;
    top: 180px;
}

.home-logo {
    position: absolute;
    left: 37%;
    top: 140px;
}

.homebtn-wrapper {
    position: absolute;
    left: 44%;
    top: 414px;
}

    .homebtn-wrapper .btn-default {
        background: #f15523;
    }

.yellow {
    background: #faa719;
}

.skyblue {
    background: #05c1ee;
}

.peach {
    background: #f36b55;
}

.home-about {
    background: #8b3895;
}

    .home-about:hover {
        background: #f15523;
    }

.home-search {
    background: #5bba47;
}

    .home-search:hover {
        background: #f15523;
    }

.home-membership {
    background: #ec2427;
}

    .home-membership:hover {
        background: #f15523;
    }

.home-contact {
    background: #01bfee;
}

    .home-contact:hover {
        background: #f15523;
    }

.home-icons p {
    font-weight: bold;
    padding-top: 12px;
}
/*.home-icons > div > div:hover{
background: #f15523;
}*/
footer {
    background: #f15523;
    position: relative;
    bottom: 0;
    width: 100%;
}

    footer a {
        font-size: 13px;
    }

.home-page footer .container {
    width: 1050px;
}

footer p a:hover {
    text-decoration: none;
}

ul.footer-contact-icons, .social-icons {
    margin-top: 10px;
    padding-left: 0;
    margin-bottom: 12px;
}

    ul.footer-contact-icons li:first-child span:nth-child(2) {
        padding-left: 3px;
        display: inline-block;
        vertical-align: -webkit-baseline-middle;
    }

    .footer-contact-icons li, .social-icons li {
        vertical-align: top;
        display: inline-block;
        margin-left: 2px;
        margin-right: 10px;
        margin-bottom: 5px;
    }

        .footer-contact-icons li a, .social-icons li a {
            color: #fff;
            text-decoration: none;
        }

        .footer-contact-icons li span.icon, .social-icons li a {
            border: 1px solid #de3c1d;
            border-radius: 100%;
            display: inline-block;
            font-size: 18px;
            text-align: center;
            background: #e14426;
        }

            .footer-contact-icons li a i, .social-icons li a i {
                height: 32px;
                line-height: 34px;
                width: 32px;
                color: #fff;
            }

.inside-page {
    background: #e7e6e6;
}

.navbar {
    display: block;
}

.navbar-toggler-icon {
    width: 21px;
    height: 21px;
}

.navbar-toggler {
    padding: 5px 10px;
    font-size: 1.25rem;
    line-height: 17px;
    border: 1px solid #de3c1d;
}

.header-bottom {
    background-color: #f15523;
    position: relative;
    z-index: 2;
    -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.3);
    border-bottom: 3px solid #faed27;
}

    .header-bottom .navbar .navbar-brand {
        height: inherit;
        padding: 0px;
        position: absolute;
        top: -96px;
        left: -3px;
    }

.navbar-nav .nav-item > a, footer p a, footer p, footer p a:hover {
    color: #fff;
}

/* Header top */
.header-top .nav > li > a {
    position: relative;
    display: block;
    padding: 11px 10px;
    line-height: 46px;
    font-size: 15px;
    color: #6c6a6b;
}

.header-top .nav .notifications-li > .dropdown-menu > li.footer > a:hover, .header-top .nav li a {
    text-decoration: none;
    font-weight: normal;
}

.header-top .nav, .header-top .nav .dropdown-toggle {
    color: #536c79;
}

    .header-top .nav > li.notifications-li > a > .badge {
        position: absolute;
        right: 2px;
        text-align: center;
        font-size: 9px;
        padding: 4px 6px;
        line-height: .9;
        bottom: 37px;
    }

    .header-top .nav .dropdown-toggle::after {
        display: none;
    }

    .header-top .nav > li > a:hover {
        background-color: #eee;
        border-color: #337ab7;
    }

    .header-top .nav > li.notifications-li > .dropdown-menu > li.header {
        background-color: #f5f5f5;
        padding: 7px 10px;
        border-bottom: 1px solid #f4f4f4;
        color: #444444;
        font-size: 14px;
        font-weight: bold;
    }

    .header-top .nav .notifications-li > .dropdown-menu > li {
        position: relative;
    }

    .header-top .nav li.profile-li > a {
        padding: 9px 15px;
    }

    .header-top .nav .notifications-li > .dropdown-menu > li.footer > a {
        font-size: 12px;
        background-color: #fff;
        padding: 7px 10px;
        border-bottom: 1px solid #eeeeee;
        color: #444 !important;
        text-align: center;
        display: block;
    }


    .header-top .nav > li.profile-li > .dropdown-menu > li > a > i {
        color: #9e9e9e;
        padding-right: 12px;
    }


    .header-top .nav .notifications-li > .dropdown-menu > li .menu,
    .header-top .nav li.profile-li > .dropdown-menu > li > a {
        max-height: 200px;
        margin: 0;
        padding: 0;
        list-style: none;
        overflow-x: hidden;
    }

        .header-top .nav .notifications-li > .dropdown-menu > li .menu > li > a,
        .header-top .nav li.profile-li > .dropdown-menu > li > a {
            display: block;
            white-space: nowrap;
            /* Prevent text from breaking */
            border-bottom: 1px solid #f4f4f4;
        }

            .header-top .nav .notifications-li > .dropdown-menu > li .menu > li > a:hover,
            .header-top .nav li.profile-li > .dropdown-menu > li > a:hover {
                background: #f4f4f4;
                text-decoration: none;
            }

        .header-top .nav .notifications-li > .dropdown-menu > li .menu > li > a,
        .header-top .nav li.profile-li > .dropdown-menu > li > a {
            color: #444444;
            overflow: hidden;
            text-overflow: ellipsis;
            padding: 10px;
            font-size: 14px;
        }

    .header-top .nav .dropdown-menu {
        padding-bottom: 0;
        line-height: 1.5;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        margin-top: -1px;
    }

.header-bottom a.nav-link {
    padding: 8px 21px !important;
}

/* Form Fields */

/* Placeholder */
.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #999;
}

.form-control::-webkit-input-placeholder {
    color: #999;
}

.form-wrap label {
    font-weight: bold;
    margin-bottom: 0;
}

.btn.focus, .btn:focus {
    box-shadow: none;
    ;
}

.form-control {
    height: 40px;
    border-radius: 2px;
    background-color: #fff;
    box-shadow: none;
}

.btn-orange {
    background: #f26722;
    color: #fff;
    border: 1px solid #c83e27;
}

.btn-orange:hover {
    color: #fff;
}

.btn-light {
    border: 1px solid #c8c8ca;
}

.btn-labeled {
    padding: 0;
}

.btn-label-txt {
    padding-right: 7px;
    padding-left: 14px;
}

.btn-label {
    position: relative;
    right: 0px;
    display: inline-block;
    padding: 6px 12px;
    background: #e14426;
    border-radius: 0;
}

/*** Simple Radio Btn ***/
.radio input[type="radio"] {
    position: absolute;
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    -o-opacity: 0;
}

.radio input[type="radio"] + label {
    position: relative;
    padding: 0px;
    font-size: 14px;
    line-height: 25px;
    margin: 0 13px 10px 0;
    font-weight: normal;
}

.radio input[type="radio"] + label:before {
    content: '';
    background: #fff;
    border: 2px solid #f15927;
    display: inline-block;
    vertical-align: middle;
    width: 21px;
    height: 21px;
    padding: 0px;
    margin-right: 3px;
    text-align: center;
    border-radius: 50%;
}

.radio input[type="radio"]:checked + label:before {
    background: #f15927;
    box-shadow: inset 0px 0px 0px 4px #fff;
}

.radio input[type="radio"]:disabled:not(:checked) + label:before,
.radio input[type="radio"]:disabled:checked + label:before {
    border-color: #bbb;
    background-color: #9E9E9E;
    cursor: not-allowed;
}

.radio input[type="radio"]:disabled:not(:checked) + label:before {
    background-color: #ddd;
}

.radio input[type="radio"]:empty {
    display: none;
}

.radio label a i {
    float: right;
    padding-top: 10px;
    padding-right: 4px;
}

.radio a i {
    position: absolute;
    right: 21px;
    top: 12px;
}
/*** checkbox ***/
input[type=radio],
input[type=checkbox] {
    display: none;
}

input[type=checkbox] + label:before {
    content: "";
    display: inline-block;
    width: 21px;
    height: 21px;
    vertical-align: middle;
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #f15927;
    margin-right: 5px;
}

input[type=checkbox]:checked + label:before {
    content: "\2714";
    color: #00b8ce;
    background-color: #fff;
    text-align: center;
    line-height: 18px;
    text-shadow: 0px 0px 3px #eee;
}

/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd;
    cursor: not-allowed;
    color: #9E9E9E;
}

[type="checkbox"]:disabled:checked + label:after {
    color: #999;
}

[type="checkbox"]:disabled + label {
    color: #aaa;
}


.btn-file {
    position: relative;
    overflow: hidden;
}

    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        opacity: 0;
        outline: none;
        background: white;
        cursor: inherit;
        display: block;
        width: 35px;
        height: 30px;
        background-color: transparent;
        color: transparent;
        z-index: 2;
        filter: alpha(opacity=0);
        overflow: hidden;
    }

.grey-border-line {
    background-color: #e7e7e7;
    display: inline-block;
    height: 2px;
    margin-bottom: 20px;
    width: 100%;
}

.orange-border-line {
    border-bottom: 3px solid #f15927;
    padding-bottom: 3px;
    width: 10%;
}



/******* My profile - Tabs *******/
.my-profile-toppanel {
    height: auto;
}

.user-pic {
    width: 188px;
}
    /*.card-img-top{
    max-width: 192px;
}*/
    .user-pic .badge {
        position: absolute;
        right: 10px;
        top: 9px;
        padding: 6px 8px;
    }

.tabsSection .nav-tabs .nav-link:focus, .tabsSection .nav-tabs .nav-link:hover {
    border-color: #fff #fff #de3c1d;
    border-width: 1px 1px 3px;
}

.tabsSection .nav-tabs .nav-link.active {
    color: #0d750f /*#f15927*/;
    border-color: #fff #fff #f15927;
    border-width: 1px 1px 3px;
}

.tabsSection .tab-content {
    padding: 10px;
}

.tabsSection .tab-title {
    border-bottom: 1px solid #ccc;
    margin-bottom: 21px;
}

.tabsSection .nav-tabs .nav-link {
    color: #676767;
    padding: 5px 15px;
}

.preference-details .separator {
    position: relative;
    margin: 0;
    top: 14px;
    z-index: 1;
    border-top: 1px solid rgba(0,0,0,.1);
}

.preference-details .txt-span {
    top: -13px;
}

.preference-details .match-pref {
    z-index: 99;
    position: relative;
}

.list-group-item {
    border: 1px solid rgba(0, 0, 0, 0.02);
}

.check label:before, .empty label:before, .profile-lhn.interest a.nav-link.collapsed:after, .profile-lhn.interest a.nav-link:after {
    font-family: "FontAwesome";
    font-weight: bold;
}

.check label:before {
    content: "\2714";
    color: #51af5a;
}

.empty label:before {
    content: "\f068";
    color: #d6d4d3;
}

.update-profile li {
    font-size: 13px;
}

.verification ul li a i {
    padding: 10px 12px;
}

.lhn {
    background: #fdfdfe;
}

.profile-lhn h6 {
    color: #f15523;
    font-weight: bold;
    margin-bottom: 9px;
}

.profile-lhn.membership h6 {
    background: #f4a621;
    padding: 15px 5px;
    color: #fff;
    border-bottom: 1px solid #f29c1f;
    margin-bottom: 0px;
}

.profile-lhn.membership ul > li > a {
    color: #fff;
    padding: 15px 14px;
}

.profile-lhn.membership ul > li > div > ul > li > a {
    color: #fff;
    padding: 5px 20px !important;
}

    .profile-lhn.membership ul > li > div > ul > li > a:before {
        content: "\2714";
        color: #fff;
    }

.profile-lhn.membership .content-body > ul > li:first-child {
    background: #f8b542;
}

.profile-lhn.membership ul li.nav-item.dropdwn {
    background: #f5a722;
}

.profile-lhn.interest ul li {
    background: #f2f2f2;
}

.profile-lhn.interest .content-body > ul > li > a {
    color: #676767;
    padding: 15px 20px !important;
    border-bottom: 1px solid #e0e0e0;
}

.profile-lhn.interest .content-body > ul > li > div > ul {
    padding: 15px 20px !important;
    border-bottom: 1px solid #e0e0e0;
}

.profile-lhn.interest .content-body > ul > li:last-child a, .share-details li:last-child .nav-link {
    border-bottom: 0px solid #e0e0e0;
}

.profile-lhn.interest .dropdown > a.nav-link.collapsed:after {
    content: "\f078";
    color: #676767;
    padding-right: 7px;
    float: right;
}

.profile-lhn.interest .dropdown > a.nav-link:after {
    content: "\f054";
    color: #676767;
    padding-right: 7px;
    float: right;
}

.profile-lhn.verification ul > li {
    margin-right: 7px;
}

    .profile-lhn.verification ul > li:last-child {
        margin-right: 0px;
    }

.myprofile .my-profile-toppanel .contact-details, .myprofile .my-profile-toppanel .add-profile {
    padding-top: 25px;
}

.myprofile .tab-content > .active {
    display: block;
    padding: 27px 0px;
}
/*** Profile View ***/
.share-details .nav-link {
    display: block;
    padding: 0.59rem 1rem;
    border-bottom: 1px solid #e0e0e0;
}

    .share-details .nav-link i, .share-icons li a i {
        font-size: 23px;
        padding-right: 5px;
    }

    .share-details .nav-link i {
        width: 40px;
        display: inline-block;
        vertical-align: bottom;
        text-align: right;
    }

        .share-details .nav-link i.icon-sendmsg, .share-details .nav-link i.icon-Send-Email {
            font-size: 30px;
        }

ul.details-list {
    -moz-column-count: 2;
    -moz-column-gap: 50px;
    -webkit-column-count: 3;
    -webkit-column-gap: 50px;
    column-count: 2;
    column-gap: 0px;
}

/*** Circle Progress Bar ***/
.progress1 {
    width: 100px;
    height: 100px;
    line-height: 100px;
    background: none;
    margin: 0 auto;
    box-shadow: none;
    position: relative;
}

    .progress1:after {
        content: "";
        width: 100%;
        height: 100%;
        border-radius: 50%;
        border: 12px solid #fff;
        position: absolute;
        top: 0;
        left: 0;
    }

    .progress1 > span {
        width: 50%;
        height: 100%;
        overflow: hidden;
        position: absolute;
        top: 0;
        z-index: 1;
    }

    .progress1 .progress-left {
        left: 0;
    }

    .progress1 .progress-bar {
        width: 100%;
        height: 100%;
        background: none;
        border-width: 7px;
        border-style: solid;
        position: absolute;
        top: 0;
    }

    .progress1 .progress-left .progress-bar {
        left: 100%;
        border-top-right-radius: 80px;
        border-bottom-right-radius: 80px;
        border-left: 0;
        -webkit-transform-origin: center left;
        transform-origin: center left;
    }

    .progress1 .progress-right {
        right: 0;
    }

        .progress1 .progress-right .progress-bar {
            left: -100%;
            border-top-left-radius: 80px;
            border-bottom-left-radius: 80px;
            border-right: 0;
            -webkit-transform-origin: center right;
            transform-origin: center right;
            animation: loading-1 1.8s linear forwards;
        }

    .progress1 .progress-value {
        width: 90%;
        height: 90%;
        border-radius: 50%;
        background: #f5f9f5;
        font-size: 24px;
        color: #676767;
        line-height: 95px;
        text-align: center;
        position: absolute;
        top: 5%;
        left: 5%;
    }

    .progress1.blue .progress-bar {
        border-color: #7dbf7b;
    }

    .progress1.blue .progress-left .progress-bar {
        animation: loading-2 1.5s linear forwards 1.8s;
    }

@keyframes loading-1 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

@keyframes loading-2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(144deg);
        transform: rotate(144deg);
    }
}

@keyframes loading-3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

@keyframes loading-4 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(36deg);
        transform: rotate(36deg);
    }
}

@keyframes loading-5 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(126deg);
        transform: rotate(126deg);
    }
}

@media only screen and (max-width: 990px) {
    .progress {
        margin-bottom: 20px;
    }
}
/*** Dashboard With Chat ***/
.lhn .update img {
    width: 30%;
}

/*** Custom Font ***/
@font-face {
    font-family: 'lagna-karya';
    src: url('../fonts/lagna-karya.eot?zcz5bn');
    src: url('../fonts/lagna-karya.eot?zcz5bn#iefix') format('embedded-opentype'), url('../fonts/lagna-karya.ttf?zcz5bn') format('truetype'), url('../fonts/lagna-karya.woff?zcz5bn') format('woff'), url('../fonts/lagna-karya.svg?zcz5bn#lagna-karya') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'lagna-karya' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-search:before {
    content: "\e904";
}

.icon-filter:before {
    content: "\e905";
}

.icon-Family:before {
    content: "\e900";
}

.icon-sendmsg:before {
    content: "\e901";
}

.icon-Patrika:before {
    content: "\e902";
}

.icon-Send-Email:before {
    content: "\e903";
}

.first:after {
    position: absolute;
    content: "";
    height: 1px;
    background-color: #f8f9fa;
    width: 64%;
    top: 2%;
    right: -119px;
}

.third:before {
    position: absolute;
    content: "";
    height: 1px;
    background-color: #f8f9fa;
    width: 67%;
    top: 2%;
    left: -119px;
}

/*** Dashboard ***/
.list-details ul li {
    padding: 0px;
    border: 0px;
}

.btn-profile-wrapper .btn {
    width: 50%;
}

    .btn-profile-wrapper .btn:nth-child(2) {
        border-left: 0px solid #e0e0e0;
    }

.dashboard-search-panel input {
    float: left;
    width: 83%;
    margin-right: 2%;
}

.dashboard-search-panel .btn {
    float: left;
    width: 15%;
}

.dashboard-search-panel .btn, .dashboard-filter-wrapper .btn {
    font-size: 25px;
    padding: 0px;
    line-height: 38px;
}
/*** Media Query ***/
@media (min-width: 1200px) {
    .my-profile-toppanel {
        height: 190px;
    }

    .tabsSection .nav-tabs .nav-link {
        padding: 5px 40px;
    }
}


@media only screen and (max-width: 999px) and (min-width: 240px) {
    .home-bannerbg {
        width: 100%;
        height: 491px;
        background-size: auto 491px;
    }

    .home-contentbg {
        /*background-size: auto 30.5px;*/
        width: 100%;
        border-top-left-radius: 33px;
        border-top-right-radius: 33px;
    }

    .user-shortdetails .content-body {
        padding: 0 15px;
        border-top: 1px solid #e0e0e0;
    }

    .myprofile .my-profile-toppanel .add-profile {
        padding-top: 12px;
        border-top: 1px solid #e0e0e0;
        padding-left: 15px;
    }

    .first:after {
        position: absolute;
        content: none;
        height: 1px;
        background-color: #f8f9fa;
        width: 64%;
        top: 2%;
        right: -119px;
    }

    .third:before {
        position: absolute;
        content: none;
        height: 1px;
        background-color: #f8f9fa;
        width: 67%;
        top: 2%;
        left: -119px;
    }
}

/* ----------- iPhone 5, 5S, 5C and 5SE ----------- */

/* Portrait */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .home-bannerbg {
        width: 100%;
        height: 198px;
        background-size: auto 198px;
    }

    .home-contentbg {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .homebtn-wrapper {
        position: absolute;
        /* left: 38%;
        top: 134px; */
        left: 30%;
        top: 170px;
    }

        .homebtn-wrapper .btn-label {
            padding: 2px 9px;
        }
}

/* Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    .home-bannerbg {
        width: 100%;
        height: 350px !important;
        background-size: auto 350px !important;
    }

    .home-contentbg {
        border-top-left-radius: 23px;
        border-top-right-radius: 23px;
    }

    .homebtn-wrapper {
        position: absolute;
        /* left: 38%;
        top: 134px; */
        left: 30%;
        top: 170px;
    }
}

/* ----------- iPhone 6, 6S, 7 and 8 ----------- */

/* Portrait */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .home-bannerbg {
        width: 100%;
        height: 235px;
        background-size: auto 235px;
    }

    .homebtn-wrapper {
        position: absolute;
        /* left: 40%;
    top: 154px; */
        left: 30%;
        top: 200px;
    }
}

/* Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    .home-bannerbg {
        width: 100%;
        height: 435px;
        background-size: auto 435px;
    }

    .home-contentbg {
        border-top-left-radius: 19px;
        border-top-right-radius: 19px;
    }
}

/* ----------- iPhone 6+, 7+ and 8+ ----------- */

/* Portrait */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
    .home-bannerbg {
        width: 100%;
        height: 255px;
        background-size: auto 255px;
    }

    .home-contentbg {
        border-top-left-radius: 23px;
        border-top-right-radius: 23px;
    }

    .homebtn-wrapper {
        position: absolute;
        /* left: 40%;
        top: 154px; */
        left: 32%;
        top: 300px;
    }
}
/* ----------- iPhone X ----------- */

/* Portrait */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
    .home-bannerbg {
        width: 100%;
        height: 235px;
        background-size: auto 235px;
    }

    .homebtn-wrapper {
        position: absolute;
        /* left: 40%;
    top: 154px; */
        left: 32%;
        top: 200px;
    }
}

/* Landscape */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
    .home-bannerbg {
        width: 100%;
        height: 483px;
        background-size: auto 483px;
    }

    .home-contentbg {
        border-top-left-radius: 23px;
        border-top-right-radius: 23px;
    }
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
    .myprofile .my-profile-toppanel .add-profile {
        padding-top: 25px;
    }

    .myprofile .my-profile-toppanel .contact-details {
        padding-top: 12px;
        border-top: 1px solid #e0e0e0;
        padding-left: 15px;
    }
}

@media (max-width: 768px) {
    .user-shortdetails .content-body {
        padding: 0 15px;
        border-top: 1px solid #e0e0e0;
    }

    .tabsSection .nav-tabs .nav-link {
        padding: 5px 14px;
    }

    ul.details-list {
        -moz-column-count: 1;
        -moz-column-gap: 50px;
        -webkit-column-count: 1;
        -webkit-column-gap: 50px;
        column-count: 1;
        column-gap: 0px;
    }

    .profile-view .user-pic {
        margin: 0 auto;
    }

    .myprofile .my-profile-toppanel .add-profile {
        padding-top: 25px;
    }

    .myprofile .my-profile-toppanel .contact-details {
        padding-top: 12px;
        border-top: 1px solid #e0e0e0;
        padding-left: 15px;
    }

    .nav-header {
        height: 43px;
    }
}

@media (max-width: 575.98px) {
    .myprofile .my-profile-toppanel .add-profile {
        padding-top: 12px;
        border-top: 1px solid #e0e0e0;
        padding-left: 15px;
    }

    .myprofile .my-profile-toppanel .user-pic {
        width: 100%;
    }
}




.heading {
    padding: 10px 16px 10px 15px;
    margin: 0;
    height: 60px;
    width: 100%;
    background-color: #eee;
    z-index: 1000;
}

.heading-avatar {
    padding: 0;
    cursor: pointer;
}

.heading-avatar-icon img {
    border-radius: 50%;
    height: 40px;
    width: 40px;
}

.heading-name {
    padding: 0 !important;
    cursor: pointer;
}

.heading-name-meta {
    font-weight: 700;
    font-size: 100%;
    padding: 5px;
    padding-bottom: 0;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #000;
    display: block;
}

.heading-online {
    display: none;
    padding: 0 5px;
    font-size: 12px;
    color: #93918f;
}

.heading-compose {
    padding: 0;
}

    .heading-compose i {
        text-align: center;
        padding: 5px;
        color: #93918f;
        cursor: pointer;
    }

.heading-dot {
    padding: 0;
    margin-left: 10px;
}

    .heading-dot i {
        text-align: right;
        padding: 5px;
        color: #93918f;
        cursor: pointer;
    }

.searchBox {
    padding: 0 !important;
    margin: 0 !important;
    height: 60px;
    width: 100%;
}

.searchBox-inner {
    height: 100%;
    width: 100%;
    padding: 10px !important;
    background-color: #fbfbfb;
}

.without-menu header {
    height: 98px;
    background-color: #f15523;
    z-index: 2;
    -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.3);
    border-bottom: 7px solid #f15523;
}

.without-menu .header-top {
    border-bottom: 2px solid #faed27;
    height: inherit;
}

    .without-menu .header-top .navbar-brand {
        height: inherit;
        padding: 0px;
        position: absolute;
        top: -29px;
        left: 0px;
    }

        .without-menu .header-top .navbar-brand img {
            max-width: 155px;
        }

.homebtn-wrapper .btn-default {
    background: #f15523;
}

.form-control:focus {
    box-shadow: none;
}

.required > label:after {
    color: #e32;
    content: ' *';
    display: inline;
}

.login-bg {
    background: url(../images/login-bg3.jpg);
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
}

.bg {
    background: #fff;
}

.login-wrapper {
    /*    display: table-cell; */
    height: 100vh;
    vertical-align: middle;
}

.card {
    background-color: rgba(255, 255, 255, 0.7019607843137254);
}

.login-wrapper .navbar-brand img {
    max-width: 250px;
}

.gtm {
    display: none;
    visibility: hidden;
    height: 0;
    width: 0;
}


/*-----*/
.submit-btn {
    background-color: #f60;
    color: #fff;
}

.shadow {
    //background-color: #dff4fb;
    box-shadow: 1px 1px 2px #f60,0 0 25px #f60,0 0 5px #f60 !important;
    height: auto;
}

.fa-icon {
    color: #f60;
}

.card-hover {
    margin: 12px;
    font-size: 15px;
}

.package-name {
    color: #f60;
    font-size: 24px !important;
    margin-bottom: 1px !important;
}

.text-align {
    text-align: right !important;
}

.custom-text {
    color: red;
    font-size: 12px;
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.card-radius {
    border-radius: 10px;
}

.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
}

.pl-4, .px-4 {
    padding-left: 1.5rem !important;
}

.pb-4, .py-4 {
    padding-bottom: 1.5rem !important;
}

.ml-auto, .mx-auto {
    margin-left: auto !important;
}

.mr-auto, .mx-auto {
    margin-right: auto !important;
}


.new-member {
    font-size: 10px !important;
    color: #00f !important;
}

.btn-txt {
    color: #fff !important;
    font-size: 14px !important;
}

.orange-color {
    color: #f26722 !important;
}

.navbar-brand-New {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

.custom-font {
    font-size: 12px !important;
    font-weight: 700;
}

.visibility {
    display: block;
}

.custom-mobile-icon {
    font-size: 24px;
}

.header-text {
    color: #f60;
    font-size: 28px;
}

.card-color-login {
    background-color: #f8f4ea;
}

.safron-text {
    color: #f60;
}

.text-header {
    font-size: 24px;
}

.header-title {
    color: #f60;
}


/*Search Profile Css*/
.nav-tabs .nav-link.active {
    color: #f60 !important;
    border-bottom: 2px solid #f60 !important;
    font-size: 1rem;
}

.custom-nav {
    border-style: none;
    border-color: currentcolor;
    border-width: medium;
}

.nav-link.custom-nav {
    color: black !important;
}

.profile-details {
    padding-left: 5px;
}

.profile-handling {
    font-size: 12px !important;
    text-align: center;
    padding-top: 5px;
}

.profile-photo {
    height: 160px;
    width: 100%;
}

.display-title {
    display: initial;
}

.display-icon {
    display: none;
}

.font-18-theme-color {
    font-size: 18px;
    color: #f60 !important;
}

.hide-btn-title {
    font-size: 14px !important;
}

.btn-group-custom[_ngcontent-c11] .btn[_ngcontent-c11] {
    width: 100%;
    float: left;
    border-radius: 0 !important;
}

.profile-btn {
    background-color: #66d9ff;
    color: #fff;
    border: 1px solid #fff;
}

.btn-shortlist {
    background-color: #ff7f29;
    color: #fff;
    border: 1px solid #fff;
}

.btn-interest {
    background-color: #4db94d;
    color: #fff;
    border: 1px solid #fff;
}

.btn-message {
    background-color: whitesmoke;
    color: black;
    border: 1px solid #fff;
}

.franchise-image {
    position: fixed;
    bottom: 4px;
    z-index: 5000;
    height: 80px;
    width: 120px;
    cursor: pointer;
}

.emoji {
    width: 80px !important;
    height: 80px !important;
}

.text-message {
    padding-top: 10px;
    font-size: 32px;
}

#back-top {
    position: fixed;
    right: 20px;
    bottom: 80px;
    font-size: 25px;
    line-height: 0.53333;
    color: #fff;
    cursor: pointer;
    float: right;
    width: 50px;
    height: 50px;
    padding: 16px 0;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    background: #ffc000;
    border-radius: 5px;
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}

#back-top.active {
    opacity: 1;
    visibility: visible;
}

#back-top:hover {
    opacity: 0.7;
}

input[type=button],
input[type=radio],
input[type=submit],
input[type=checkbox] {
    cursor: pointer;
}

textarea {
    height: auto !important;
}