a:hover,
button:hover,
input[type=submit]:hover {
    opacity: .8
}

a {
    color: #0068b2
}

.imgResponsiveMax {
    max-width: 100%
}

.imgResponsive100 {
    width: 100%
}

img {
    max-width: 100%
}

.empty-content .image {
    width: 100%;
}

@media screen and (min-width:992px) {
    .empty-content .image {
        padding-left: 60px;
    }
}

@media screen and (max-width:991px) {
    .empty-content {
        margin-top: 40px;
        display: none;
    }
}


/*
*  Common Utility
*/

.rounded-0 {
    border-radius: 0;
}

.pos-relative {
    position: relative;
}

.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-75 {
    height: 75% !important;
}

.h-100 {
    height: 100% !important;
}

.mw-100 {
    max-width: 100% !important;
}

.mh-100 {
    max-height: 100% !important;
}

.m-0 {
    margin: 0 !important;
}

.mt-0,
.my-0 {
    margin-top: 0 !important;
}

.mr-0,
.mx-0 {
    margin-right: 0 !important;
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.mt-3,
.my-3 {
    margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.mt-5,
.my-5 {
    margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-0,
.py-0 {
    padding-top: 0 !important;
}

.pr-0,
.px-0 {
    padding-right: 0 !important;
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
    padding-left: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.pt-3,
.py-3 {
    padding-top: 1rem !important;
}

.pr-3,
.px-3 {
    padding-right: 1rem !important;
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
    padding-left: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.pt-5,
.py-5 {
    padding-top: 3rem !important;
}

.pr-5,
.px-5 {
    padding-right: 3rem !important;
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
    padding-left: 3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mt-auto,
.my-auto {
    margin-top: auto !important;
}

.mr-auto,
.mx-auto {
    margin-right: auto !important;
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
    margin-left: auto !important;
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important;
    }
    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important;
    }
    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important;
    }
    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important;
    }
    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important;
    }
    .m-sm-1 {
        margin: 0.25rem !important;
    }
    .mt-sm-1,
    .my-sm-1 {
        margin-top: 0.25rem !important;
    }
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.25rem !important;
    }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.25rem !important;
    }
    .m-sm-2 {
        margin: 0.5rem !important;
    }
    .mt-sm-2,
    .my-sm-2 {
        margin-top: 0.5rem !important;
    }
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 0.5rem !important;
    }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 0.5rem !important;
    }
    .m-sm-3 {
        margin: 1rem !important;
    }
    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important;
    }
    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important;
    }
    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important;
    }
    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important;
    }
    .m-sm-4 {
        margin: 1.5rem !important;
    }
    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important;
    }
    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important;
    }
    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important;
    }
    .m-sm-5 {
        margin: 3rem !important;
    }
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important;
    }
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important;
    }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important;
    }
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important;
    }
    .p-sm-0 {
        padding: 0 !important;
    }
    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important;
    }
    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important;
    }
    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important;
    }
    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important;
    }
    .p-sm-1 {
        padding: 0.25rem !important;
    }
    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.25rem !important;
    }
    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.25rem !important;
    }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.25rem !important;
    }
    .p-sm-2 {
        padding: 0.5rem !important;
    }
    .pt-sm-2,
    .py-sm-2 {
        padding-top: 0.5rem !important;
    }
    .pr-sm-2,
    .px-sm-2 {
        padding-right: 0.5rem !important;
    }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-sm-2,
    .px-sm-2 {
        padding-left: 0.5rem !important;
    }
    .p-sm-3 {
        padding: 1rem !important;
    }
    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important;
    }
    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important;
    }
    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important;
    }
    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important;
    }
    .p-sm-4 {
        padding: 1.5rem !important;
    }
    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important;
    }
    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important;
    }
    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important;
    }
    .p-sm-5 {
        padding: 3rem !important;
    }
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important;
    }
    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important;
    }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important;
    }
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important;
    }
    .m-sm-auto {
        margin: auto !important;
    }
    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important;
    }
    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important;
    }
    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important;
    }
    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important;
    }
    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important;
    }
    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important;
    }
    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important;
    }
    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important;
    }
    .m-md-1 {
        margin: 0.25rem !important;
    }
    .mt-md-1,
    .my-md-1 {
        margin-top: 0.25rem !important;
    }
    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.25rem !important;
    }
    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.25rem !important;
    }
    .m-md-2 {
        margin: 0.5rem !important;
    }
    .mt-md-2,
    .my-md-2 {
        margin-top: 0.5rem !important;
    }
    .mr-md-2,
    .mx-md-2 {
        margin-right: 0.5rem !important;
    }
    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.5rem !important;
    }
    .m-md-3 {
        margin: 1rem !important;
    }
    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important;
    }
    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important;
    }
    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important;
    }
    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important;
    }
    .m-md-4 {
        margin: 1.5rem !important;
    }
    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important;
    }
    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important;
    }
    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important;
    }
    .m-md-5 {
        margin: 3rem !important;
    }
    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important;
    }
    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important;
    }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important;
    }
    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important;
    }
    .p-md-0 {
        padding: 0 !important;
    }
    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important;
    }
    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important;
    }
    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important;
    }
    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important;
    }
    .p-md-1 {
        padding: 0.25rem !important;
    }
    .pt-md-1,
    .py-md-1 {
        padding-top: 0.25rem !important;
    }
    .pr-md-1,
    .px-md-1 {
        padding-right: 0.25rem !important;
    }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-md-1,
    .px-md-1 {
        padding-left: 0.25rem !important;
    }
    .p-md-2 {
        padding: 0.5rem !important;
    }
    .pt-md-2,
    .py-md-2 {
        padding-top: 0.5rem !important;
    }
    .pr-md-2,
    .px-md-2 {
        padding-right: 0.5rem !important;
    }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-md-2,
    .px-md-2 {
        padding-left: 0.5rem !important;
    }
    .p-md-3 {
        padding: 1rem !important;
    }
    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important;
    }
    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important;
    }
    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important;
    }
    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important;
    }
    .p-md-4 {
        padding: 1.5rem !important;
    }
    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important;
    }
    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important;
    }
    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important;
    }
    .p-md-5 {
        padding: 3rem !important;
    }
    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important;
    }
    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important;
    }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important;
    }
    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important;
    }
    .m-md-auto {
        margin: auto !important;
    }
    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important;
    }
    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important;
    }
    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important;
    }
    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important;
    }
    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important;
    }
    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important;
    }
    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important;
    }
    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important;
    }
    .m-lg-1 {
        margin: 0.25rem !important;
    }
    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.25rem !important;
    }
    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.25rem !important;
    }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem !important;
    }
    .m-lg-2 {
        margin: 0.5rem !important;
    }
    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.5rem !important;
    }
    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 0.5rem !important;
    }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.5rem !important;
    }
    .m-lg-3 {
        margin: 1rem !important;
    }
    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important;
    }
    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important;
    }
    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important;
    }
    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important;
    }
    .m-lg-4 {
        margin: 1.5rem !important;
    }
    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important;
    }
    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important;
    }
    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important;
    }
    .m-lg-5 {
        margin: 3rem !important;
    }
    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important;
    }
    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important;
    }
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important;
    }
    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important;
    }
    .p-lg-0 {
        padding: 0 !important;
    }
    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important;
    }
    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important;
    }
    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important;
    }
    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important;
    }
    .p-lg-1 {
        padding: 0.25rem !important;
    }
    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.25rem !important;
    }
    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem !important;
    }
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.25rem !important;
    }
    .p-lg-2 {
        padding: 0.5rem !important;
    }
    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.5rem !important;
    }
    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.5rem !important;
    }
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.5rem !important;
    }
    .p-lg-3 {
        padding: 1rem !important;
    }
    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important;
    }
    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important;
    }
    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important;
    }
    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important;
    }
    .p-lg-4 {
        padding: 1.5rem !important;
    }
    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important;
    }
    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important;
    }
    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important;
    }
    .p-lg-5 {
        padding: 3rem !important;
    }
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important;
    }
    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important;
    }
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important;
    }
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important;
    }
    .m-lg-auto {
        margin: auto !important;
    }
    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important;
    }
    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important;
    }
    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important;
    }
    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important;
    }
    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important;
    }
    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important;
    }
    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important;
    }
    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important;
    }
    .m-xl-1 {
        margin: 0.25rem !important;
    }
    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.25rem !important;
    }
    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.25rem !important;
    }
    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.25rem !important;
    }
    .m-xl-2 {
        margin: 0.5rem !important;
    }
    .mt-xl-2,
    .my-xl-2 {
        margin-top: 0.5rem !important;
    }
    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 0.5rem !important;
    }
    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 0.5rem !important;
    }
    .m-xl-3 {
        margin: 1rem !important;
    }
    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important;
    }
    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important;
    }
    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important;
    }
    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important;
    }
    .m-xl-4 {
        margin: 1.5rem !important;
    }
    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important;
    }
    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important;
    }
    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important;
    }
    .m-xl-5 {
        margin: 3rem !important;
    }
    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important;
    }
    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important;
    }
    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important;
    }
    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important;
    }
    .p-xl-0 {
        padding: 0 !important;
    }
    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important;
    }
    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important;
    }
    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important;
    }
    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important;
    }
    .p-xl-1 {
        padding: 0.25rem !important;
    }
    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.25rem !important;
    }
    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.25rem !important;
    }
    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.25rem !important;
    }
    .p-xl-2 {
        padding: 0.5rem !important;
    }
    .pt-xl-2,
    .py-xl-2 {
        padding-top: 0.5rem !important;
    }
    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.5rem !important;
    }
    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-xl-2,
    .px-xl-2 {
        padding-left: 0.5rem !important;
    }
    .p-xl-3 {
        padding: 1rem !important;
    }
    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important;
    }
    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important;
    }
    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important;
    }
    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important;
    }
    .p-xl-4 {
        padding: 1.5rem !important;
    }
    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important;
    }
    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important;
    }
    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important;
    }
    .p-xl-5 {
        padding: 3rem !important;
    }
    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important;
    }
    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important;
    }
    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important;
    }
    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important;
    }
    .m-xl-auto {
        margin: auto !important;
    }
    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important;
    }
    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important;
    }
    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important;
    }
    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important;
    }
}

.text-justify {
    text-align: justify !important;
}

.text-nowrap {
    white-space: nowrap !important;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

.text-muted {
    color: #777 !important;
}

@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important;
    }
    .text-sm-right {
        text-align: right !important;
    }
    .text-sm-center {
        text-align: center !important;
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important;
    }
    .text-md-right {
        text-align: right !important;
    }
    .text-md-center {
        text-align: center !important;
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important;
    }
    .text-lg-right {
        text-align: right !important;
    }
    .text-lg-center {
        text-align: center !important;
    }
}

@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important;
    }
    .text-xl-right {
        text-align: right !important;
    }
    .text-xl-center {
        text-align: center !important;
    }
}

.text-lowercase {
    text-transform: lowercase !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.font-weight-light {
    font-weight: 300 !important;
}

.font-weight-normal {
    font-weight: 400 !important;
}

.font-weight-medium {
    font-weight: 500 !important;
}

.font-weight-semibold {
    font-weight: 600 !important;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.font-italic {
    font-style: italic !important;
}

.d-none {
    display: none !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }
    .d-sm-inline {
        display: inline !important;
    }
    .d-sm-inline-block {
        display: inline-block !important;
    }
    .d-sm-block {
        display: block !important;
    }
    .d-sm-table {
        display: table !important;
    }
    .d-sm-table-row {
        display: table-row !important;
    }
    .d-sm-table-cell {
        display: table-cell !important;
    }
    .d-sm-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }
    .d-md-inline {
        display: inline !important;
    }
    .d-md-inline-block {
        display: inline-block !important;
    }
    .d-md-block {
        display: block !important;
    }
    .d-md-table {
        display: table !important;
    }
    .d-md-table-row {
        display: table-row !important;
    }
    .d-md-table-cell {
        display: table-cell !important;
    }
    .d-md-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }
    .d-lg-inline {
        display: inline !important;
    }
    .d-lg-inline-block {
        display: inline-block !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .d-lg-table {
        display: table !important;
    }
    .d-lg-table-row {
        display: table-row !important;
    }
    .d-lg-table-cell {
        display: table-cell !important;
    }
    .d-lg-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }
    .d-xl-inline {
        display: inline !important;
    }
    .d-xl-inline-block {
        display: inline-block !important;
    }
    .d-xl-block {
        display: block !important;
    }
    .d-xl-table {
        display: table !important;
    }
    .d-xl-table-row {
        display: table-row !important;
    }
    .d-xl-table-cell {
        display: table-cell !important;
    }
    .d-xl-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

.position-static {
    position: static !important;
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.position-fixed {
    position: fixed !important;
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

.border {
    border: 1px solid #e9ecef !important;
}

.border-0 {
    border: 0 !important;
}

.border-top-0 {
    border-top: 0 !important;
}

.border-right-0 {
    border-right: 0 !important;
}

.border-bottom-0 {
    border-bottom: 0 !important;
}

.border-left-0 {
    border-left: 0 !important;
}

.border-primary {
    border-color: #eb503e !important;
}

.border-secondary {
    border-color: #666666 !important;
}

.border-success {
    border-color: #28a745 !important;
}

.border-info {
    border-color: #17a2b8 !important;
}

.border-warning {
    border-color: #ffc107 !important;
}

.border-danger {
    border-color: #dc3545 !important;
}

.border-light {
    border-color: #f8f9fa !important;
}

.border-dark {
    border-color: #343a40 !important;
}

.border-white {
    border-color: #fff !important;
}

.mt-65 {
    margin-top: 65px !important;
}

.align-center {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.align-end {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.text-dark-green {
    color: #8DAA7D;
}

.text-green {
    color: #6AD65C;
}

.text-green-light {
    color: #8daa7d !important;
}

.bg-green {
    background-color: #d9e7d1;
}

.text-primary {
    color: #0f69ff !important;
}

.text-success {
    color: #66F000 !important;
}

.text-danger {
    color: #F30606 !important;
}

.text-pink {
    color: #FF00B8 !important;
}

.text-gray {
    color: #808080 !important;
}

.text-warning {
    color: #ffb848 !important;
}

.alert>strong {
    font-weight: 400;
    color: #777;
}

@media screen and (min-width: 768px) {
    .lead {
        font-size: 18px;
    }
}

.overlay {
    position: relative;
}

.overlay::before {
    position: absolute;
    left: 0px;
    top: 0px;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}

.overlay.dark-1::before {
    background: rgba(0, 0, 0, 0.6);
}

.modal-backdrop {
    z-index: 1030;
}

.border-bottom {
    border-bottom: 1px solid rgba(112, 112, 112, .2);
}

.btn:not(.dropdown-toggle) {
    padding: 10px 12px;
    text-transform: capitalize;
}

.btn-rounded {
    border-radius: 70px;
    padding: 9px 42px;
    font-weight: 700;
}

.btn-dark {
    background: #BEBEBE;
    border: 1px solid #BEBEBE;
    color: #fff;
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
    background: #aaaaaa;
    border: 1px solid #aaaaaa;
}

.btn-animate {
    box-shadow: 0 0 1px transparent;
    backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform: translateZ(0);
    -o-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    animation-name: wiggle;
    -o-animation-name: wiggle;
    -ms-animation-name: wiggle;
    -moz-animation-name: wiggle;
    -webkit-animation-name: wiggle;
    animation-duration: 5s;
    -o-animation-duration: 5s;
    -ms-animation-duration: 5s;
    -moz-animation-duration: 5s;
    -webkit-animation-duration: 5s;
    animation-timing-function: linear;
    -o-animation-timing-function: linear;
    -ms-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    animation-play-state: running;
    -o-animation-play-state: running;
    -ms-animation-play-state: running;
    -moz-animation-play-state: running;
    -webkit-animation-play-state: running;
}

@keyframes wiggle {
    2% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }
    4% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }
    6% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }
    8% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }
    10% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }
    12% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }
    14% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }
    16% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }
    18% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0);
    }
    20% {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0);
    }
}

@media (min-width: 768px) {
    .pr-sm-0 {
        padding-right: 0px;
    }
}

@media screen and (max-width: 1280px) and (min-width: 768px) {
    .container {
        width: 100%;
        padding-left: 40px;
        padding-right: 40px;
    }
}

.btn-group.open .dropdown-toggle {
    box-shadow: none;
}


/*button ----------------*/

.btn-icon {
    border-radius: 55px;
    width: 25px;
    height: 25px;
    padding: 0 !important;
    background: transparent;
}

.btn-icon .fa {
    font-size: 24px;
}

.section-block .btn-icon {
    display: flex;
    align-items: center;
    width: auto;
    height: auto;
    border-radius: 0;
    font-size: 16px;
    color: #272727;
}

.section-block .btn-icon:hover,
.section-block .btn-icon:focus,
.section-block .btn-icon:active {
    text-decoration: none;
}

@media screen and (min-width:768px) {
    .pl-md-0 {
        padding-left: 0 !important;
    }
}

@media screen and (max-width:575px) {
    .section-block .row.position-relative [class*="col-"] {
        min-height: 0;
    }
    .section-block .navigation-row {
        padding-top: 10px;
        position: absolute;
        top: 0px;
        left: 15px;
        z-index: 99;
        width: 100%;
        background: linear-gradient(rgba(0, 0, 5, 0.7), transparent);
    }

    .section-block .navigation-row [class*="col-"]{
        padding: 0;
    }

    .section-block .navigation-row .btn-back>span {
        display: none;
    }

    .section-block .navigation-row::before, .section-block .navigation-row::after{
        position: absolute;
        z-index: 99;
        background: linear-gradient(rgba(0, 0, 5, 0.7), transparent);
        width:15px;
        height: 100%;
        content: '';
        top:0;        
    }

    .section-block .navigation-row::before{
        left:-15px;
    }

    .section-block .navigation-row::after{
        right:-15px;
    }
}

.include {
    -moz-transition: all ease .5s;
    -webkit-transition: all ease .5s;
    -o-transition: all ease .5s;
    -ms-transition: all ease .5s;
    transition: all ease .5s
}

button:focus,
input:focus,
select:focus,
textarea:focus {
    outline: 0!important;
    -moz-outline: none!important;
    -webkit-outline: none!important;
    -o-outline: none!important;
    -ms-outline: none!important
}

input[type=button],
input[type=submit],
input[type=text],
textarea {
    -webkit-appearance: none;
    /*    border-radius: 0*/
}

label {
    font-weight: 400
}

a:hover {
    text-decoration: none
}

a {
    outline: 0
}

a:focus,
a:hover {
    text-decoration: none
}

embed,
object {
    outline: 0
}

input::-moz-focus-inner {
    border: 0
}

input:focus,
textarea:focus {
    outline: 0
}

a:active,
a:focus,
button::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=file]>input[type=button]::-moz-focus-inner,
input[type=reset]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner,
select::-moz-focus-inner {
    border: 0;
    outline: 0
}

body {
    font-family: 'Gotham Book', Arial, Helvetica, sans-serif;
    color: #272727;
    font-size: 16px
}

a,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Gotham Book', Arial, Helvetica, sans-serif;
    font-weight: 500;
    margin-top: 0;
}

input[type=button],
input[type=submit] {
    font-family: 'Gotham Book', Arial, Helvetica, sans-serif;
}

@media screen and (max-width:767px) {
    .section h2 {
        font-size: 26px;
    }
}

@media screen and (max-width:575px) {
    .section h2 {
        font-size: 23px;
    }
}


/*
* Form
*/

.form .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #272727;
    opacity: 0.35;
}

.form .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #272727;
    opacity: 0.35;
}

.form .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #272727;
    opacity: 0.35;
}

.form .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #272727;
    opacity: 0.35;
}

.form .form-control:focus {
    border-color: #44A7E3;
    -moz-box-shadow: 0 0 20px rgba(68, 167, 227, 0.08);
    -webkit-box-shadow: 0 0 20px rgba(68, 167, 227, 0.08);
    box-shadow: 0 0 20px rgba(68, 167, 227, 0.08);
}

.checkbox label,
.radio label,
.formList .radio label {
    position: relative;
    padding-left: 30px;
    display: inline-block;
    text-transform: capitalize;
}

#Pets .row [class*="col-"]:not(:last-child) {
    margin-bottom: 40px;
}

.radio input[type="radio"],
.checkbox input[type="checkbox"] {
    margin-left: 0px;
    margin-top: 7px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 1px;
    height: 1px;
    background: 0 0;
    position: absolute;
    visibility: hidden;
    margin: 0;
    padding: 0;
    border: 0;
}

.radio input[type="radio"]+label::before,
.radio input[type="radio"]+label::after,
.checkbox input[type="checkbox"]+label::before,
.checkbox input[type="checkbox"]+label::after {
    position: absolute;
    z-index: 1;
    content: '';
    display: block;
}

.radio label::before,
.checkbox label::before {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #E7E3DC;
    left: 10px;
    top: 1px;
    left: 1px;
}

.checkbox input[type="checkbox"]:checked+label::after,
.checkbox input[type="checkbox"]+label::after {
    top: 6px;
    left: 8px;
    margin-top: -2px;
    width: 6px;
    height: 12px;
    border: solid #E7E3DC;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.radio input[type="radio"]:checked+label::after {
    top: 50%;
    left: 8px;
    width: 6px;
    height: 6px;
    background-color: #29D56B;
    border-radius: 50%;
    transform: translateY(-50%);
}

.radio input[type="radio"]:checked+label::before,
.checkbox input[type="checkbox"]:checked+label::before,
.checkbox input[type="checkbox"]:checked+label::after {
    border-color: #29D56B;
}

@media screen and (min-width:279px) {
    .filter-section .tab-content h4 {
        margin-bottom: 20px;
        /*        font-weight: 400;*/
        font-size: 16px;
    }
    .radio-inline-group .radio {
        display: inline-block;
    }
    .radio-inline-group .radio:not(:last-child) {
        margin-right: 13px;
    }
    .radio-inline-group .radio label {
        padding-left: 0px;
        margin-top: 0;
        bottom: -20px;
        font-size: 15px;
    }
    .radio-inline-group .radio input[type="radio"]+label::before {
        top: -20px;
        transform: translate(-50%, -20%);
    }
    .radio-inline-group .radio label::before,
    .radio input[type="radio"]:checked+label::after {
        left: 50%;
        transform: translateX(-50%);
    }
    .radio-inline-group .radio input[type="radio"]:checked+label::after {
        top: -18px;
        transform: translateY(-18%);
        margin-left: -3px;
        margin-top: 2px;
    }
}

@media screen and (max-width:575px) {
    #Pets .row [class*="col-"]:not(:last-child) {
        margin-bottom: 30px;
    }
}

.imgResponsiveMax {
    max-width: 100%
}

.imgResponsive100 {
    width: 100%
}

.headerhome.header-v2 {
    background: transparent linear-gradient(90deg, #93DDFE 0%, #44A7E3 48%, #96DFFF 100%) 0% 0% no-repeat padding-box;
    width: 100%;
    height: 65px;
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    padding: 0;
    z-index: auto;
}

.headerhome {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
    /* IE6-9 */
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    padding: 0;
    z-index: 1;
    height: 150px;
}

.header {
    top: 0;
    left: 0;
    width: 100%;
    height: 65px;
    background: transparent linear-gradient(90deg, #93DDFE 0%, #44A7E3 48%, #96DFFF 100%) 0% 0% no-repeat padding-box;
}

.logoMainLeft1 a {
    display: inline-block;
}

.logoMainLeft1 img {
    max-height: 65px;
}

.logoMainLeft {
    float: left;
    width: 373px
}

.logoMainLeft a {
    display: block;
}

.joinNowRight {
    float: right;
}

.joinBtnsLeft {
    float: left;
}

.joinBtnsLeft a {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Gotham Book', Arial, Helvetica, sans-serif;
    display: inline-block;
    position: relative;
    letter-spacing: 1px
}

.joinBtnsLeft a:hover {
    text-decoration: underline
}

.joinBtnsLeft a.join {
    padding-right: 14px;
}

.joinBtnsLeft a.join:after {
    position: absolute;
    content: "/";
    font-family: 'Gotham Book', Arial, Helvetica, sans-serif;
    font-size: 18px;
    right: 0;
    top: 0
}


/* Header Black------------*/

.header.header-dark {
    background: #000;
}

.headerhome .logoMainLeft {
    margin-left: -25px;
}

@media screen and (min-width:576px) {
    .headerhome .logoMainLeft img.img-responsive {
        height: 65px;
    }
    .headerhome .mob-logo {
        display: none;
    }
}

@media screen and (min-width:1025px) {
    .logoMainLeft1.alt {
        margin-left: -10px
    }
    .logoMainLeft img.img-responsive {
        height: 65px;
    }
}

@media screen and (max-width:1024px) {
    .navbar.mob .nav-inner {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 100%;
    }
    .header:not(.headerhome) .logoMainLeft {
        width: 60px;
    }
}

@media screen and (max-width:575px) {
    .headerhome .logoMainLeft {
        margin-left: 0px;
    }
    .headerhome .pc-logo {
        display: none;
    }
    .headerhome .mob-logo {
        display: inline-block;
    }
    .logoMainLeft {
        width: 80px;
    }
}

.facebookBtns {
    float: right
}

.facebookBtns a {
    background: #3b5999 none repeat scroll 0 0;
    border: 1px solid #fff;
    border-radius: 4px;
    color: #fff;
    padding: 7px 5px;
    text-align: center;
    width: 40px
}

.facebookBtns a i {
    font-size: 21px
}

.facebookBtns a span {
    font-size: 18px
}

.facebookBtns a.facebook {
    margin-right: 15px
}

.facebookBtns a.twitter {
    background: #55acee
}

.homeBackBg {
    position: relative;
    -moz-animation: animatedv 10s linear infinite;
    -webkit-animation: animatedv 10s linear infinite;
    -ms-animation: animatedv 10s linear infinite;
    animation: animatedv 10s linear infinite
}

@-webkit-keyframes animatedv {
    0% {
        opacity: .4
    }
    16% {
        opacity: .6
    }
    32% {
        opacity: .6
    }
    48% {
        opacity: .8
    }
    64% {
        opacity: .6
    }
    80% {
        opacity: .6
    }
    100% {
        opacity: .4
    }
}

@keyframes animatedv {
    0% {
        opacity: .4
    }
    16% {
        opacity: .6
    }
    32% {
        opacity: .6
    }
    48% {
        opacity: .8
    }
    64% {
        opacity: .6
    }
    80% {
        opacity: .6
    }
    100% {
        opacity: .4
    }
}

.homeBgImage .col-sm-2 {
    float: left;
}

.homeBgImage .col-sm-2:nth-last-of-type(2) {
    display: block;
}

.homeBgImage .col-sm-2:last-of-type {
    display: block;
}

.user-list2 {
    margin: 0;
    padding: 0;
}

.user-list2>li {
    padding: 0;
    margin: 0;
    position: relative;
    float: left;
}

.user-list2>li {
    border-top: 0px;
    border-bottom: 1px;
    border-left: 0px;
    border-right: 1px;
    border-style: solid;
    border-color: #fff;
    position: relative;
}


/* .user-list2 > li:first-child{   
    border-left:0px;
} */

.user-list2>li::before {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .1);
}

.user-list2>li img {
    width: 100%;
    height: 100%;
}

@media screen and (min-width:768px) {
    .user-list2>li {
        width: calc(100% /6);
    }
    .user-list2>li:nth-child(6n) {
        border-right: 0px;
    }
    .user-list2>li:nth-child(8n) {
        border-right: 1px solid #fff;
    }
}

@media screen and (min-width:1200px) {
    .user-list2>li {
        width: calc(100% /8);
    }
    .user-list2>li:nth-child(8n) {
        border-right: 0px;
    }
    .user-list2>li:nth-child(6n) {
        border-right: 1px solid #fff;
    }
}

@media screen and (max-width:767px) {
    .user-list2>li {
        width: calc(100% /4);
    }
    .user-list2>li:nth-child(4n) {
        border-right: 0px;
    }
}

.navbar-default {
    margin-bottom: 0;
}


/* Header after login --------------*/

.form-text.main-menu .btn-primary {
    font-size: 15px;
    font-weight: 700;
    padding: 7px 26px;
    border-radius: 31px;
    text-align: center;
    background-color: #d9e7d1;
    border-color: #d9e7d1;
    color: #272727;
}

.form-text.main-menu .btn-primary:hover,
.form-text.main-menu .btn-primary:focus,
.form-text.main-menu .btn-primary:active {
    background-color: #c4dab7;
    border-color: #c4dab7;
    color: #272727;
}

.main-menu .btn-group.user-img {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu-item .btn {
    padding: 0;
    position: relative;
}

.menu-item .popover {
    margin-top: 18px;
    background-color: #96DFFF;
    min-width: 230px;
    border: 0;
    padding: 10px 0;
    top: 100%;
}

.menu-item .popover::before {
    color: #96DFFF;
    position: absolute;
    left: 15px;
    top: -21px;
    content: "\f0d8";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 30px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.menu-item .popover .popover-item {
    padding: 5px 10px;
}

.menu-item .popover .popover-item:not(:last-child) {
    margin-bottom: 5px;
    border-bottom: 1px solid rgba(0, 0, 0, .15)
}

.menu-item .btn .dot_explore {
    position: absolute;
    right: 0;
    top: 0;
}

.menu-item .css-i8y2ci {
    display: none;
}

.menu-item .username {
    margin-left: 10px;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
}

.menu-item .selected::before {
    position: absolute;
    left: 50%;
    bottom: -11px;
    transform: translateX(-50%);
    width: 100%;
    height: 5px;
    background: #fff;
    content: '';
}

.main-menu .menu-item {
    margin-left: 25px;
}

.menu-item .img-responsive {
    max-height: 32px;
}

.menu-item .explore111 {
    max-height: 34px;
}

.menu-item .comment-icon {
    max-height: 28px;
}

.menu-item i {
    color: #fff;
    font-size: 30px;
}

.menu-item .switch {
    position: relative;
    display: inline-block;
    width: 57px;
    height: 26px;
}

.menu-item .switch input {
    display: none;
}

.menu-item .slide {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #B7B7B7;
    border-radius: 30px;
    -webkit-transition: .4s;
    transition: .4s;
}

.menu-item .slide:before {
    position: absolute;
    content: "OFF";
    height: 24px;
    width: 24px;
    left: 2px;
    top: 1px;
    background-color: #2ab934;
    -webkit-transition: .4s;
    transition: .4s;
    font-size: 11px;
    line-height: 27px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    z-index: 10;
}

.menu-item input:checked+.slide:before {
    content: "ON";
    background-color: #ca2222;
}


/*.menu-item input:checked + .slide{
    background: #2ab934;
}*/

.menu-item input:checked+.slide:before {
    left: 16px;
    -webkit-transform: translateX(16px);
    -ms-transform: translateX(16px);
    transform: translateX(16px);
}


/*------ ADDED CSS ---------*/

.menu-item .off {
    display: none;
}

.menu-item .on,
.menu-item .off {
    color: #656565;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: 31px;
    margin-top: 1px;
    font-size: 10px;
    font-family: Verdana, sans-serif;
}

.menu-item input:checked+.slide .on {
    display: none;
}

.menu-item input:checked+.slide .off {
    display: block;
    left: 8px;
}


/*--------- END --------*/


/* Rounded sliders */

.menu-item .slide.circle {
    border-radius: 34px;
}

.menu-item .slide.circle:before {
    border-radius: 50%;
}

.menu-item .menu-text {
    font-size: 13px;
    color: #fff;
    display: block;
}

@media screen and (min-width:576px) {
    .headerhome .headerHolderRow {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .headerHolderRow .navbar-default {
        height: 100%;
    }
}

@media screen and (min-width:1025px) {
    .headerhome .headerHolderRow,
    .headerHolderRow .row {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 100%;
    }
    .main-menu {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        height: 100%;
    }
    .main-menu .btn-group.user-img {
        order: 7;
    }
    .menu-item i {
        font-size: 40px;
    }
}

@media screen and (max-width:1024px) {
    .header.header-dark {
        height: auto;
    }
    .menu-item.open>.dropdown-menu {
        left: auto;
        right: 0;
    }
    .menu-item .total-notification {
        background: red;
        position: absolute;
        top: 0px;
        right: -8px;
        display: inline-block;
        font-weight: 700;
        line-height: 1;
        color: #fff;
        text-align: center;
        white-space: nowrap;
        vertical-align: baseline;
        border-radius: 10px;
    }
    .menu-item .total-notification .badge {
        background-color: transparent;
    }
}

@media screen and (max-width:575px) {
    .headerhome .container,
    .headerhome .headerHolderRow,
    .header .container,
    .header .navbar-default.mob {
        height: 100%;
    }
    .logoMainLeft {
        margin-right: 10%;
    }
    .main-menu {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }
    .main-menu .menu-item:not(:first-child) {
        margin-left: 10px;
    }
    .main-menu .menu-item {
        margin-left: 0;
    }
    .menu-item .img-responsive {
        max-height: 28px;
    }
    .menu-item .explore111 {
        max-height: 32px;
    }
    .menu-item .comment-icon {
        max-height: 25px;
    }
}

@media screen and (max-width:375px) {
    .logoMainLeft {
        margin-right: 6%;
    }
}


/*
@media screen and (max-width:360px){
    .logoMainLeft{
        margin-right: 3%;
    }
}*/

.hidden-menu .btn-success {
    font-size: 13px;
    font-weight: 500;
    padding: 0px 11px;
    border-radius: 31px;
    text-align: center;
    color: #272727;
}

.hidden-menu b {
    display: inline-block;
    font-size: 15px;
    margin-bottom: 5px;
    margin-right: 10px;
}


/*
* Content
*/

#content {
    margin-top: 80px;
    margin-bottom: 40px;
}

@media screen and (max-width:767px) {
    #content {
        margin-bottom: 20px;
    }
}


/*
* Footer
*/

.footer.border-top {
    border-top: 1px solid #C7C7C7;
    padding-top: 15px;
}

.footerFirstRow {
    margin-bottom: 0;
    margin-top: 19px
}

.footerFirstRow p {
    font-size: 14px;
    color: #565656
}

.footerFirstRow p a {
    font-size: 14px;
    color: #96511f;
    font-family: 'Gotham Book', Arial, Helvetica, sans-serif;
}

.footerSecondRow ul {
    list-style: none;
    margin: 0 0 10px;
    padding: 0;
    text-align: center;
}

.footerSecondRow ul li {
    display: inline-block
}

.footerSecondRow ul li a {
    font-family: 'Gotham Book', Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #565656;
    padding-right: 7px;
}

.footerSecondRow ul li a:after {
    content: "|";
    margin-left: 12px
}

.footerSecondRow ul li:last-of-type a:after {
    margin-left: 0;
    content: ""
}

.footerCopyrightDv {
    margin-top: 8px;
    text-align: center;
}

.footerCopyrightDv p {
    font-family: 'Gotham Book', Arial, Helvetica, sans-serif;
    font-size: 14px
}

@media screen and (max-width:768px) {
    .footer {
        margin-bottom: 65px;
    }
}

#back-to-top {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.topup {
    bottom: 5px;
}

#back-to-top i {
    display: block;
}


/*
* scroll-to-top
*/

.scroll-to-top {
    display: none;
    color: #fff;
    bottom: 85px;
    right: 40px;
    position: fixed;
    background: #44a7e3;
    z-index: 1005;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, .12), 0 2px 2px 0 rgba(0, 0, 0, .24);
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, .12), 0 2px 2px 0 rgba(0, 0, 0, .24);
    -moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, .12), 0 2px 2px 0 rgba(0, 0, 0, .24);
}

.scroll-to-top .img-responsive {
    height: 25px;
    width: 25px;
}

.scroll-to-top:hover,
.scroll-to-top:active,
.scroll-to-top:focus {
    background: #1c81be;
}

.scroll-to-top i {
    vertical-align: middle;
    color: #fff;
    font-size: 30px;
    line-height: 45px;
    font-weight: 900;
}

@media (max-width: 575px) {
    .scroll-to-top {
        width: 40px;
        height: 40px;
        bottom: 55px;
        right: 15px;
    }
    .scroll-to-top i {
        line-height: 37px;
        font-size: 25px;
    }
    .scroll-to-top .img-responsive {
        width: 25px;
        height: 25px;
    }
}

.homeSignupPop {
    padding-top: 174px;
    margin: 0 auto;
    width: 387px
}

.homeSignupPop {
    width: 387px;
    /* height: 328px; */
    position: absolute;
    z-index: 2;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding-top: 0
}

.homeSignupBg {
    background: #F2F6EE 0% 0% no-repeat padding-box;
    border-radius: 20px;
    opacity: 0.95;
    /*    height: 328px;*/
}

.homeSignupBg .homePopFormDv {
    padding-left: 15px;
    padding-right: 15px;
}

.homePopHeading {
    background: #D9E6D2 0% 0% no-repeat padding-box;
    border-radius: 20px 20px 0px 0px;
    opacity: 0.95;
    min-height: 78px;
    text-align: center;
}

.homePopHeading h3 {
    margin: 0 0 5px;
    padding: 0;
    font-size: 22px;
    color: #2D5520;
    font-family: 'Gotham Book', Arial, Helvetica, sans-serif;
    padding-top: 13px;
    font-weight: 700;
}

.homePopHeading p {
    font-size: 19px;
    font-family: 'Gotham Book', Arial, Helvetica, sans-serif;
    margin-bottom: 7px;
    color: #272727;
}

.homePopFormDv ul.formList {
    list-style: none;
    width: 314px;
    margin: 0 auto;
    padding: 20px 0px 25px 0px;
}

.homePopFormDv ul.formList li {
    margin-bottom: 14px;
    clear: both;
    position: relative;
}

.homePopFormDv label.lbField,
.slidecontainer .joinlabelLeft {
    float: left;
    width: 54px;
    text-align: right;
    margin-right: 20px;
    margin-top: 7px;
    color: #272727;
    font-size: 18px;
    font-family: 'Gotham Book', Arial, Helvetica, sans-serif;
}

.homePopFormDv .selectleftDv,
.slidecontainer .joinfieldRight {
    float: left;
    width: calc(100% - 74px)
}

.slidecontainer .joinfieldRight {
    margin-top: 17px;
}

.formList .radio label {
    padding: 10px 10px 10px 35px;
    display: block;
}

.formList .radio input[type="radio"] {
    margin-left: 0px;
    margin-top: 7px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 40px;
    background: 0 0;
    margin: 0;
    padding: 0;
    border: 1px solid #A5B779;
    border-radius: 5px;
    cursor: pointer;
    background: #fff;
}

.formList .radio {
    margin-top: 15px;
    margin-bottom: 15px;
}

.formList .radio label::before,
.formList .radio label::after {
    position: absolute;
    z-index: 1;
    content: '';
    display: block;
}

.formList .radio label::before {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #E7E3DC;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.formList .radio input[type="radio"]:checked+label::after,
.formList .radio input[type="radio"]+label::after {
    top: 50%;
    left: 13px;
    margin-top: -2px;
    width: 6px;
    height: 12px;
    border: solid #E7E3DC;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg) translateY(-50%);
}

.formList .radio input[type="radio"]:checked+label::before,
.formList .radio input[type="radio"]:checked+label::after,
.formList .radio input[type="radio"]:checked {
    border-color: #29D56B;
}

.homePopFormDv .selectleftDv .select1 {
    float: left;
    width: 107px
}

.homePopFormDv .selectleftDv .selectDash {
    float: left;
    margin: 6px 8px;
}

.homePopFormDv .selectleftDv .select2 {
    float: left;
    width: 107px;
}

.homePopFormDv .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%
}

.chklabel {
    margin-left: 0px;
    color: #272727;
    font-family: 'Gotham Book', Arial, Helvetica, sans-serif;
    vertical-align: sub;
}

.homeSearchNowBtn input {
    background: transparent linear-gradient(180deg, #FFFFFF 0%, #FCFCFC 35%, #CECECE 100%) 0% 0% no-repeat padding-box;
    border: 1px solid #A5A5A5;
    border-radius: 5px;
    font-family: 'Gotham Book', Arial, Helvetica, sans-serif;
    font-size: 16px;
    padding: 8px;
    width: 90%;
    margin-top: 7px;
    font-weight: 700;
    color: #000000;
}

.homeSearchNowBtn input:focus {
    border-color: transparent;
}

.toggle-password {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 38px;
    z-index: 1;
    color: #272727;
}

.toggle-password:hover,
.toggle-password:focus,
.toggle-password:active {
    color: #272727;
}

@media screen and (max-width:575px) {
    .headerhome.header-v2 {
        /*  padding-bottom: 15px;
        height: auto;*/
    }
}


/* Age slider ----------------*/

.slidecontainer {
    /*width: 100%; */
    margin: 20px 17px 20px 0;
}

.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 25px;
    background: #ffffff;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.slider:hover {
    opacity: 1;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    background: #bed191;
    cursor: pointer;
}

.slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    background: #4CAF50;
    cursor: pointer;
}

.slidecontainer1 {
    width: 100%;
}

.slider1 {
    -webkit-appearance: none;
    width: 100%;
    height: 25px;
    background: #ffffff;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.slider1:hover {
    opacity: 1;
}

.slider1::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    background: #bed191;
    cursor: pointer;
}

.slider1::-moz-range-thumb {
    width: 25px;
    height: 25px;
    background: #4CAF50;
    cursor: pointer;
}

[slider] {
    position: relative;
    height: 11px;
    border-radius: 10px;
    text-align: left;
}

[slider]>div {
    position: absolute;
    left: 0px;
    right: 0px;
    height: 11px;
}

[slider]>div>[inverse-left] {
    position: absolute;
    left: 0;
    height: 11px;
    border-radius: 10px;
    background: transparent linear-gradient(180deg, #EAEAEA 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
    border: 1px solid #D5D5D5;
    margin: 0;
}

[slider]>div>[inverse-right] {
    position: absolute;
    right: 0;
    height: 11px;
    border-radius: 10px;
    background: transparent linear-gradient(180deg, #EAEAEA 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
    border: 1px solid #D5D5D5;
    margin: 0 7px;
}

[slider]>div>[range] {
    position: absolute;
    left: 0;
    height: 11px;
    border-radius: 14px;
    background: #007CFF 0% 0% no-repeat padding-box;
    border: 1px solid #D5D5D5;
}

[slider]>div>[thumb] {
    position: absolute;
    top: -9px;
    z-index: 2;
    height: 27px;
    width: 27px;
    text-align: left;
    margin-left: -11px;
    cursor: pointer;
    background: transparent linear-gradient(180deg, #FFFFFF 0%, #EDEDED 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 50%;
    outline: none;
}

[slider]>input[type=range] {
    position: absolute;
    pointer-events: none;
    -webkit-appearance: none;
    z-index: 3;
    height: 14px;
    top: -2px;
    width: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

div[slider]>input[type=range]::-ms-track {
    -webkit-appearance: none;
    background: transparent;
    color: transparent;
}

div[slider]>input[type=range]::-moz-range-track {
    -moz-appearance: none;
    background: transparent;
    color: transparent;
}

div[slider]>input[type=range]:focus::-webkit-slider-runnable-track {
    background: transparent;
    border: transparent;
}

div[slider]>input[type=range]:focus {
    outline: none;
}

div[slider]>input[type=range]::-ms-thumb {
    pointer-events: all;
    width: 28px;
    height: 28px;
    border-radius: 0px;
    border: 0 none;
    background: red;
}

div[slider]>input[type=range]::-moz-range-thumb {
    pointer-events: all;
    width: 28px;
    height: 28px;
    border-radius: 0px;
    border: 0 none;
    background: red;
}

div[slider]>input[type=range]::-webkit-slider-thumb {
    pointer-events: all;
    width: 28px;
    height: 28px;
    border-radius: 0px;
    border: 0 none;
    background: red;
    -webkit-appearance: none;
}

div[slider]>input[type=range]::-ms-fill-lower {
    background: transparent;
    border: 0 none;
}

div[slider]>input[type=range]::-ms-fill-upper {
    background: transparent;
    border: 0 none;
}

div[slider]>input[type=range]::-ms-tooltip {
    display: none;
}

[slider]>div>[sign] {
    position: absolute;
    margin-left: -6px;
    top: -33px;
    z-index: 3;
    color: #007CFF;
}

[slider]>div>[sign]>span {
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
}

[slider]>div>[thumb]:hover {
    cursor: pointer;
}

.selectleftDv .form-control {
    border-radius: 6px;
    height: 40px;
}

.selectleftDv input.seeking-man,
.selectleftDv input.seeking-woman {
    font-size: 16px;
    padding-left: 40px;
    padding-top: 10px;
    width: 100%;
    border: 1px solid #A5B779;
    border-radius: 5px;
    color: #272727;
    font-weight: 700;
    font-family: 'Arial', Helvetica, sans-serif;
    position: relative;
}

.selectleftDv input:focus {
    box-shadow: none;
    border: 1px solid #29D56B;
}

.selectleftDv .input-icon {
    position: relative;
    display: block;
    margin-bottom: 15px;
}

.selectleftDv .input-icon::after,
.selectleftDv .input-icon::before {
    position: absolute;
    z-index: 1;
    content: '';
    display: block;
}

.selectleftDv .input-icon::before {
    width: 23px;
    height: 23px;
    border-radius: 50%;
    border: 2px solid #E7E3DC;
    left: 10px;
    top: 10px;
}

.selectleftDv .input-icon::after {
    left: 18px;
    top: 15px;
    width: 6px;
    height: 12px;
    border: solid #E7E3DC;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.selectleftDv .input-icon.selected input {
    border: 1px solid #29D56B;
}

.selectleftDv .input-icon.selected::before,
.selectleftDv .input-icon.selected::after {
    border-color: #29D56B;
}

.homeSearchNowBtn.five input {
    margin-top: 7px!important
}

.homepageSocialText {
    font-family: 'Gotham Book', Arial, Helvetica, sans-serif;
    font-size: 16px;
    margin-top: 62px;
    text-align: center
}

.homepageSocialText h4 {
    margin: 0;
    padding: 0;
    font-size: 20px;
    font-family: 'Gotham Book', Arial, Helvetica, sans-serif;
    letter-spacing: 1px;
    margin-bottom: 25px;
    letter-spacing: 0.4px;
    color: #000000;
    font-weight: 700;
}

.homepageSocialText p {
    font-size: 16px
}

.mainInnerContent {
    display: table;
    width: 100%
}

.sideProfileImage {
    text-align: center;
    margin-top: 30px;
    margin-left: 37px;
    margin-right: 37px
}

.sideProfileImage .titleDv {
    border-bottom: 2px solid #97a192;
    margin-top: 16px
}

.sideProfileImage .titleDv h1 {
    margin: 0;
    padding: 0;
    font-size: 24px;
    padding-bottom: 12px;
    font-family: 'Gotham Book', Arial, Helvetica, sans-serif;
}

.sideProfileImage .titleDv h1 span {
    font-family: 'Gotham Book', Arial, Helvetica, sans-serif;
}

.sidebar-nav ul>li a {
    padding-left: 19px
}

.sidebar-nav ul>li ul li a {
    padding-top: 10px;
    padding-bottom: 10px;
    text-transform: none
}

.sidebar-nav ul>li ul li {
    position: relative
}

.sidebar-nav ul>li ul li.hasSubmenu a::after {
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    content: "";
    height: 10px;
    left: 17px;
    position: absolute;
    top: 19px;
    width: 10px;
    z-index: 1
}

.sidebar-nav ul>li ul li.hasSubmenu ul li a::after {
    background: 0 0;
    border-radius: 50%;
    content: "";
    height: 10px;
    left: 37px;
    position: absolute;
    top: 19px;
    width: 10px;
    border: 1px solid #fff;
    z-index: 1
}

.sidebar-nav ul li i {
    display: inline-block;
    margin-right: 7px
}

.modalDesign .modal-dialog {
    width: 410px;
    margin-left: auto;
    margin-right: auto;
}

.modalDesign .modal-content {
    box-shadow: none;
    background: #F2F6EE;
    border: 0;
    border-radius: 20px;
}

.loginFormHolder {
    max-width: 260px;
    margin: 0 auto
}

.loginFormHolder ul {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-top: 12px
}

.loginFormHolder ul li {
    margin-bottom: 15px;
    font-size: 16px
}

.loginFormHolder ul li a.forget {
    color: #565656;
    font-size: 14px;
    text-decoration: underline;
    font-family: 'Gotham Book', Arial, Helvetica, sans-serif;
}

.loginFormHolder ul li input.txt {
    border: 1px solid #c0d085;
    border-radius: 4px;
    padding: 10px 12px;
    width: 100%
}

.loginFormHolder ul li input.loginBtn {
    background: #e3e3e3;
    border: 1px solid #000;
    display: block;
    width: 100%;
    border-radius: 4px;
    padding: 8px
}

.memberMargin {
    margin-top: 12px
}

.memberMargin a {
    text-decoration: underline;
}

.popCloseBtnDv {
    position: absolute;
    right: 15px;
    top: 18px;
    z-index: 2;
    /*  position: absolute;
        right: 1px;
        top: 3px;
        z-index: 2;
        width: 25px;
        height: 25px;
        text-align: center;
        background: rgba(0,0,0,.7);
        border-radius: 50%;
        line-height: 25px;*/
}

.popCloseBtnDv a {
    color: #000;
    font-size: 20px;
}

.modal-backdrop.in {
    opacity: .7;
}

.errorText {
    color: #f13e00;
    font-weight: 400;
    font-family: 'Gotham Book', Arial, Helvetica, sans-serif;
    font-size: 14px
}

.modalDesign.joinNowModal .modal-dialog {
    width: 692px;
}

.joinNowModal h3>.img-responsive {
    display: inline-block;
    margin-right: 10px;
}

.modalHeader {
    background: #D9E6D2;
    /*    min-height: 82px;*/
    text-align: center;
    position: relative;
    border-radius: 20px 20px 0px 0px;
    padding-top: 18px;
}

.joinNowModal .modalHeader {
    padding-bottom: 18px;
}

.modalHeader h2 {
    margin: 0;
    padding: 0;
    font-size: 23px;
    color: #2d5520;
    font-weight: 700;
    margin-bottom: 12px;
}

.modalHeader h2,
.modalHeader h2>small {
    color: #2d5520;
}

.joinNowModal .modalHeader h2,
.joinNowModal .modalHeader p {
    margin-bottom: 0px;
}

.joinNowFormHolder {
    max-width: 473px;
    margin: 0 auto
}

.joinFormRepeatRow {
    margin-bottom: 7px
}

.registrationForm .joinfieldRight .toggle-password {
    top: 12px;
}

.joinFormRepeatRow .joinlabelLeft {
    float: left;
    width: 183px;
    text-align: right;
}

.joinlabelLeft .label-icon {
    display: flex;
    margin-top: 10px;
}

.joinlabelLeft .label-icon>.img-responsive {
    /*    margin-right: 10px;*/
    width: 18px;
}

.joinFormRepeatRow .joinfieldRight {
    float: left;
    width: 269px;
    margin-left: 20px
}

.user-pets .btn,
.user-pets.dropdown ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #333;
}

.user-pets.dropdown ul li:not(:last-child) {
    margin-bottom: 10px;
}

.user-pets.dropdown ul li .label-group {
    margin-top: -17px;
}

.user-pets.dropdown .dropdown-menu {
    padding: 15px;
    width: 100%;
}

.joinFormRepeatRow .selectBx1 {
    float: left;
    width: 78px
}

.joinFormRepeatRow .selectBxMD {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
    line-height: 29px
}

.joinFormRepeatRow .selectBx2 {
    float: right;
    width: 106px
}

.selectBx2.welcomeab {
    float: left!important;
}

input.txt,
ul.token-input-list-facebook {
    border: 1px solid #c0d085;
    border-radius: 4px;
    padding: 10px 12px;
    width: 100% !important;
}

ul.token-input-list-facebook {
    height: 44px !important;
    padding: 7px;
}

ul.token-input-list-facebook li input {
    padding: 0;
    padding-left: 0;
    padding-right: 0;
    margin: 0;
    width: 100% !important;
    color: #272727;
    font-size: 16px;
}


/*
li.token-input-input-token-facebook{
    float: none;
}

ul.token-input-list-facebook {
    border:0;
    padding: 0;
    box-shadow: none;
}

/*
ul.token-input-list-facebook li input{
    color:#272727;
    font-size:16px;
    margin: 0;
    height: 44px;
}

ul.token-input-list-facebook li input::-webkit-input-placeholder {  Chrome/Opera/Safari 
    color:#272727;
    font-size:16px;
    opacity:.8;
}

ul.token-input-list-facebook li input::-moz-placeholder {  Firefox 19+ 
    color:#272727;
    font-size:16px;
    opacity:.8;
}

ul.token-input-list-facebook li input:-ms-input-placeholder {  IE 10+ 
    color:#272727;
    font-size:16px;
    opacity:.8;
} 

ul.token-input-list-facebook li input:-moz-placeholder{  Firefox 18- 
    color:#272727;
    font-size:16px;
    opacity:.8;
}*/

.joinNowFormHolder .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%
}

.joinNowFormHolder .homeSearchNowBtn input {
    background: #e3e3e3
}

.modalDesign.ownWordsModal .modal-dialog {
    width: 693px
}

.ownWordsModal .joinFormRepeatRow .joinfieldRight {
    width: 391px
}

.ownWordsModal .joinNowFormHolder {
    max-width: 596px
}

.ownWordsModal textarea.txt {
    border: 1px solid #bfcf85;
    border-radius: 4px;
    padding: 10px 12px;
    width: 100%
}

.characterLmt {
    text-align: right;
    color: #626361;
    display: block;
    margin-top: 5px
}

.sidebar-nav {
    overflow: auto
}

.mCSB_inside>.mCSB_container {
    margin-right: 0;
    padding-right: 10px
}

.content .footerFirstRow {
    margin-bottom: 10px;
    margin-top: 10px
}

.content .footerCopyrightDv {
    margin-top: 10px
}

@media screen and (min-width:768px) {
    .joinNowFormHolder.layout3 .joinlabelLeft {
        width: 150px;
    }
    .joinNowFormHolder.layout3 .joinfieldRight {
        width: 375px;
    }
    .joinlabelLeft .label-icon {
        justify-content: flex-end;
    }
}

@media screen and (max-width:767px) {
    .registrationForm .dropdown-menu>li>a {
        white-space: inherit;
    }
    .joinFormRepeatRow.style2 {
        display: flex;
        justify-content: flex-start;
        margin-bottom: 10px;
    }
    .joinFormRepeatRow.style2 .joinlabelLeft {
        width: auto;
        margin-right: 20px;
    }
    .joinFormRepeatRow.style2 .joinlabelLeft .label-icon {
        width: 26px;
    }
}

@media screen and (max-width:575px) {
    .modalDesign .modal-dialog {
        width: auto;
        margin-left: 10px;
        margin-right: 10px;
    }
    /*    
        .joinNowFormHolder .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
               width: 220px;
        }*/
}

@keyframes animatedBackground {
    from {
        background-position: 0 0
    }
    to {
        background-position: 100% 0
    }
}

.faqBox h5 {
    padding: 0 0 5px 0;
    margin: 0 0 15px 0;
    font-size: 16px;
    color: #272727;
    font-family: 'Gotham Book', Arial, Helvetica, sans-serif;
    font-weight: 700
}

.faqBox p {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
    color: #565656
}

.faqBox {
    margin-bottom: 42px
}

.myBackground .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%
}

.myBackground .row {
    margin-bottom: 15px
}

.myBackground select {
    color: #565656
}

.floatingSpan {
    position: absolute;
    right: -30px;
    top: 10px;
    color: #565656
}

.darkColor a {
    color: #272727
}

.joinDownContent {
    border-top: 1px solid #272727
}

.joinDownContent p {
    margin-top: 15px;
    font-size: 13px;
    letter-spacing: 1.5px
}

.content .footer .container {
    width: 100%!important
}

.dash_detail i {
    font-size: 10px
}

.member-benefit .secure-payment strong {
    font-weight: 400;
    font-family: 'Gotham Book', Arial, Helvetica, sans-serif;
}

.modal-body label {
    font-family: 'Gotham Book', Arial, Helvetica, sans-serif;
}

.modal-body label .img-responsive,
.modal-body p .img-responsive {
    display: inline-block;
}

.dob-detail {
    margin-bottom: 0!important;
}

.modal-body h2 {
    font-size: 20px!important;
}

.lifestyle_detail.myBackground .row {
    margin-bottom: 0
}

.detail_inner .table {
    margin-bottom: 0
}

.footerLastLogo {
    float: right;
    width: 100px
}

.sidebar-nav ul li a .count,
.sidebar-nav ul li a .count_2 {
    background: #e8f521!important;
    color: #000!important;
}

.fa-bell-o:before {
    content: "\f1d7";
    color: #d6ad34;
}

.dashboard_top .notify_info .link {
    font-size: 27px!important;
}

.dashboard_top .notify_info .link small {
    background: #ff8400!important
}

.alerdyMemeber {
    color: #565656;
    font-size: 14px;
    margin-top: 8px
}

.alerdyMemeber a {
    color: #565656;
    text-decoration: underline
}

.joinAdvice {
    clear: both;
    border-top: 1px solid #97a193;
    padding-top: 21px;
}

.joinAdvice p {
    font-size: 14px;
}

.homeSignupPop .btn-default {
    border-color: #c0d085;
}

.caret {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid;
    color: #565656;
}

#LoginDashAddPhoto .add_photo_info .button_info .btn_field {
    padding: 0 23px;
}

.report_inner .check_detail input[type=checkbox]+.lbl {
    font-family: 'Gotham Book', Arial, Helvetica, sans-serif;
}

.settingContentHolder .col-lg-4 {
    padding-left: 60px;
    padding-right: 60px
}

.facebookBtns a span {
    display: none
}

.lastStepBoxDv .stepBx1 {
    background: #f0efef;
    padding: 25px;
}

.lastStepBoxDv .stepBx1 h3 {
    font-size: 20px;
    color: #2d5520;
    margin: 0;
    padding: 0;
    margin-bottom: 15px
}

.lastStepBoxDv p {
    font-size: 16px!important
}

.emailBxDv {
    text-align: center;
    margin-top: 30px
}

.emailBxDv a {
    background: #375c1d none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 21px;
    font-weight: 700;
    padding: 10px 15px
}

p.alertpara {
    color: #ca0012!important;
    margin-top: 14px!important
}

.lastStepBoxDv .stepBx2 {
    background: #e9f4e4;
    padding: 15px;
    margin-bottom: 20px;
}

.lastStepBoxDv .stepBx2 h3 {
    font-size: 20px;
    color: #2d5520;
    margin: 0;
    padding: 0;
    margin-bottom: 15px
}

.emailAddDv {
    clear: both;
    max-width: 578px;
    margin: 0 auto;
    margin-top: 15px;
}

.emailAddDv .labelDv {
    float: left;
    margin-right: 10px;
    width: 103px;
    line-height: 32px;
}

.emailAddDv .inputDv {
    float: left;
    margin-right: 15px;
    width: 54%;
}

.emailAddDv .inputDv input {
    padding: 5px 24px;
    width: 100%;
    height: 40px;
}

.emailAddDv .inputDv input {
    border: 1px solid #BDD0AB;
    border-radius: 5px;
}

.emailAddDv .btnDv {
    float: left;
    width: 17%;
}


/* .emailAddDv .btnDv input {
    border: 1px solid #565656;
    border-radius: 5px;
    padding: 5px 16px;
} */

.lastParaDv {
    margin-top: 15px;
    clear: both;
}

.lastParaDv strong {
    color: #2d5520!important;
    font-size: 20px;
}

.followP {
    text-align: center;
}

.followPDown {
    font-size: 12px;
    padding-top: 10px;
}

.spNew {
    color: #2d5520;
    font-family: 'Gotham Book', Arial, Helvetica, sans-serif;
    font-style: italic;
}

.actFigure {
    float: left;
    width: 119px
}

.actFigure img {
    width: 100%
}

.winkPara .image_title {
    margin-top: 40px
}

.winkPara ul.action_list {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 7px
}

.winkPara ul.action_list li {
    display: inline-block;
    margin: 0 3px;
    width: 20px
}

.winkPara ul.action_list li img {
    max-width: 100%
}


/*
.lastStepBoxDv {
    display: table;
    width: 100%;
    border-spacing: 5px
}*/

.lastStepBoxDv .stepBx1.leftBx {
    display: table-cell;
    width: 49%;
    background: #e9f4e4;
}

.lastStepBoxDv .stepBx2.rightBx {
    display: table-cell;
    width: 49%;
    background: #e9f4e4;
}

.dash_detail .block h4 i.new {
    color: #2d5520;
    font-family: 'Gotham Book', Arial, Helvetica, sans-serif;
    font-size: 13px
}

.status_green_col {
    background-color: #83da69!important
}

.status_gra_col {
    background-color: #999!important
}

.status_black_col {
    background: #83da69 url(../images/setting_icon_23.png) no-repeat center center!important
}

.metismenu li.active ul li.active .has-arrow::before {
    top: 21%
}

.metismenu li.active ul li .has-arrow::before {
    top: 15%
}

.trashBtn {
    font-size: 21px;
    color: #f23e2f
}

.joinfieldRight input {
    font-size: 14px
}

@media screen and (max-width:575px) {
    .modalHeader h2 {
        font-size: 20px;
    }
}


/*
@media screen and (max-width:768px) and (min-width:320px) {
        .modal-backdrop.in {
                opacity: 1!important;
                z-index: 2!important
        }
}*/


/*  ==========================================================================
        Profile Page
    ========================================================================== */

.other_tab_info .thumbnail a {
    display: block;
    height: 150px;
}

.lb-closeContainer .lb-close {
    position: absolute;
    top: -15px;
    display: inline-block;
}

@media screen and (min-width:576px) {
    .other_tab_info .thumbnail a {
        height: 200px;
    }
}


/*  ==========================================================================
        Subscribe Page
    ========================================================================== */

.section {
    padding: 30px 0;
}

.services-icon {
    margin-bottom: 30px;
}

.services-icon .icon {
    border: 4px solid #E7E3DC;
    width: 92px;
    height: 92px;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.services-icon h4 {
    font-weight: 400;
    color: #272727;
}

h3.divider {
    position: relative;
    font-weight: 700;
}

h3.divider {
    margin-bottom: 30px;
    text-align: center;
    color: #272727;
}

h3.divider span {
    background: #fff;
    padding: 5px 15px;
    display: inline-block;
    position: relative;
}

h3.divider::before {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%);
    content: '';
    width: 100%;
    height: 2px;
    background-color: #868686;
    opacity: 0.6;
}

.subscription-plan {
    margin-bottom: 35px;
}

.column {
    box-shadow: 2px 1px 8px #00000029;
    border: 1px solid #E8E8E8;
    border-radius: 15px;
    margin-bottom: 20px;
}

.column ul {
    margin-bottom: 0;
}

.column ul li {
    padding: 7px 15px;
}

.column .price-header {
    background: #E7E3DC 0% 0% no-repeat padding-box;
    border-radius: 15px 15px 0px 0px;
}

.column .price-header h3 {
    font-weight: 700;
    color: #272727;
    margin-bottom: 0;
}

.column .month,
.column .price {
    font-size: 35px;
    font-weight: 700;
    font-family: 'Gotham Book', Arial, Helvetica, sans-serif;
}

.column .month {
    color: #717171;
    position: relative;
}

.column .month::after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: calc(100% - 40px);
    height: 1px;
    content: '';
    background-color: rgba(112, 112, 112, .2);
}

.column .old-price {
    color: #ACACAC;
    font-size: 15px;
    position: relative;
}

.column .old-price::after {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 1px;
    content: '';
    background-color: #ACACAC;
}

.column .price {
    color: #272727;
}

.column .price .mo {
    font-size: 20px;
    font-weight: 400;
}

.column p {
    color: #ACACAC;
    font-size: 18px;
}

.column .percent-discount {
    font-size: 20px;
    color: #11A857;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Gotham Book', Arial, Helvetica, sans-serif;
}

.column .mob-percent-discount {
    display: inline-block;
    float: right;
}

.column i {
    color: #E7E3DC;
    font-size: 20px;
}

.column.selected {
    box-shadow: 2px 1px 8px #00000029;
    border: 1px solid #28D56A;
}

.column.selected .price-header {
    border: 1px solid #75C0E6;
}

.column.selected .price-header h3,
.column.best-value .price-header h3 {
    color: #fff;
}

.column.selected .price-header {
    background: #75C0E6 0% 0% no-repeat padding-box;
}

.column.selected .month {
    color: #75C0E6;
}

.column.selected i {
    color: #11A857;
}

.column.best-value .price-header {
    background: #57C0AB 0% 0% no-repeat padding-box;
    color: #fff;
}

.column.best-value .month {
    color: #57C0AB;
}

.promo-wrap {
    display: flex;
    align-items: center;
    width: 257px;
}

.promo-wrap .form-group .form-control,
.promo-wrap .btn-outline-primary {
    height: 30px;
}

.promo-wrap .form-group {
    width: calc(100% - 74px);
    margin-right: 10px;
    margin-bottom: 0;
}

.promo-wrap .form-group .form-control {
    background: #F4F4F4 0% 0% no-repeat padding-box;
    border-radius: 5px;
    border-color: transparent;
    box-shadow: none;
    color: #ADADAD;
    font-size: 12px;
}

.promo-wrap .btn-outline-primary {
    width: 64px;
    padding: 0;
    text-align: center;
    border: 1px solid #E7E3DC;
    border-radius: 40px;
    background-color: #fff;
    text-transform: uppercase;
    font-size: 10px;
    color: #ADADAD;
    outline: none;
}

.form-promo .button {
    font-size: 25px;
    padding: 12px 42px;
}

.btn-outline-secondary,
.btn-outline-danger,
.btn-danger,
.btn-warning,
.btn-success,
.btn-blue,
.btn-dark {
    padding: 7px 45px;
    text-align: center;
    border-radius: 40px;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    outline: none;
    text-transform: capitalize;
}

.btn-outline-secondary {
    background-color: #fff;
    border: 1px solid #767575;
    color: #767575;
    font-weight: 500;
}

.btn-outline-secondary:hover,
.btn-outline-secondary:focus,
.btn-outline-secondary:active {
    background-color: #767575;
    color: #fff;
}

.btn-blue {
    background-color: #0f69ff;
    border: 1px solid #0f69ff;
}

.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active {
    background-color: #0049c2;
    border: 1px solid #0049c2;
}

.btn-outline-danger {
    background-color: #fff;
    color: #F71818;
    border: 1px solid #F71818;
}

.btn-outline-danger:hover,
.btn-outline-danger:focus,
.btn-outline-danger:active {
    background-color: #F71818;
    color: #272727;
}

.btn-danger {
    background-color: #cc0000;
    color: #fff;
    border: 1px solid #cc0000;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active {
    background-color: #990000;
    border-color: #990000;
}

.btn-warning,
.btn-danger,
.btn-outline-danger {
    padding: 7px 23px;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active {
    background-color: #df8a13;
    border-color: #df8a13;
}

.button,
.button2 {
    background: #D9E7D1 0% 0% no-repeat padding-box;
    border-radius: 40px;
    color: #272727;
    font-size: 17px;
    font-weight: 400;
    text-align: center;
    padding: 7px 45px;
    border-color: #D9E7D1;
    outline: none;
}

.button:hover,
.button:focus,
.button:active {
    background: #adb8a7 0% 0% no-repeat padding-box;
    border-color: #adb8a7;
    color: #272727;
}

.button2 {
    background: #BDD0AB;
    border-color: #BDD0AB;
}

.button2:hover,
.button2:focus,
.button2:active {
    background: #a3be8a;
    border-color: #a3be8a;
    color: #272727;
}

.btn-gray {
    background: #e3e3e3;
    border: 1px solid #A5A5A5;
    border-radius: 5px;
    font-family: 'Gotham Book', Arial, Helvetica, sans-serif;
    font-size: 16px;
    padding: 7px 23px;
    font-weight: 700;
    color: #000000;
}

.badge-primary {
    background-color: #0f69ff;
    border-radius: 50%;
    min-height: 10px;
}

.badge-danger {
    background-color: #cc0000;
    border-radius: 50%;
    min-height: 10px;
}

@media screen and (min-width:992px) {
    .custom-container {
        max-width: 900px;
        margin: 0 auto;
    }
}

@media screen and (min-width:576px) {
    .form-promo .row {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    #carousel-membership .carousel-indicators {
        display: none;
    }
    #carousel-membership .carousel-inner {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    #carousel-membership .carousel-inner>.item {
        width: calc(100% / 4 - 20px);
        display: block;
    }
}

@media screen and (min-width:768px) {
    .subscription-plan {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .subscription-plan .column {
        width: calc(100% / 3 - 20px);
        margin-bottom: 0;
        text-align: center;
    }
    .column .mob-percent-discount,
    .column .mob-icon {
        display: none;
    }
}

@media screen and (max-width:767px) {
    .subscription-plan .column {
        position: relative;
    }
    .subscription-plan .column ul li:not(.price-header) {
        padding-left: 70px;
    }
    .column i {
        font-size: 30px;
    }
    .column .checkmark {
        display: none;
    }
    .subscription-plan .mob-icon {
        position: absolute;
        left: 15px;
        top: 50px;
    }
    .column .price-header h3 {
        font-size: 16px;
    }
    .column ul li:not(.price-header) {
        padding-top: 0;
        padding-bottom: 0;
    }
    .subscription-plan .price-tag {
        display: flex;
        align-items: center;
    }
    .subscription-plan .column .old-price {
        order: 1;
        margin-left: 10px;
    }
    .column .percent-discount {
        display: none;
    }
    .column .month::after {
        width: 120px;
        left: 70px;
        height: 2px;
        transform: translateX(0);
    }
    .column .price {
        font-size: 22px;
    }
    .column .month {
        font-size: 20px;
        font-weight: 400;
    }
    .column p {
        font-size: 15px;
    }
}

#carousel-membership .item {
    text-align: center;
}

@media screen and (max-width:575px) {
    .button {
        padding: 7px 40px;
    }
    #carousel-membership .carousel-indicators li {
        background-color: #E7E3DC;
        border-color: #E7E3DC;
    }
    #carousel-membership .item {
        text-align: center;
    }
    #carousel-membership .item h4 {
        font-size: 14px;
    }
    #carousel-membership .item br {
        display: none;
    }
    #carousel-membership .carousel-indicators {
        bottom: -30px;
    }
    #carousel-membership .carousel-indicators .active {
        background-color: #868686;
        border-color: #868686;
    }
    .form-promo [class*="col-"] {
        text-align: center;
        width: 100%;
    }
    .form-promo .promo-wrap {
        margin: 0 auto 20px;
    }
    .form-promo .button {
        font-size: 17px;
        padding: 6px 27px;
    }
}

.modal-payment .modal-dialog,
.modal-payment .modal-content {
    border-radius: 15px;
}

.modal-payment .modal-header {
    border-radius: 15px 15px 0px 0px;
    border-bottom: 0;
    border-bottom-color: #E7E3DC;
    background-color: #E7E3DC;
}

.modal-payment .modal-header .close {
    opacity: 1;
}

.modal-payment .modal-header .close .img-responsive {
    max-height: 25px;
}

.modal-payment .nav-tabs {
    border-bottom: 0;
}

.modal-payment .modal-title {
    font-size: 18px;
    color: #272727;
}

.modal-payment .nav-tabs {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-payment .nav-tabs>li .img-responsive {
    max-height: 35px;
    margin: 0 auto 5px;
}

.modal-payment .nav-tabs>li .img-responsive.active,
.modal-payment .nav-tabs>li.active .img-responsive {
    display: none;
}

.modal-payment .nav-tabs>li.active .img-responsive.active {
    display: block;
}

.modal-payment .nav-tabs>li>a {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #BEBEBE;
    border-radius: 10px;
    text-align: center;
    color: #272727;
    font-size: 11px;
    width: 80px;
    height: 70px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0;
    position: relative;
}

.modal-payment .nav-tabs>li.active>a,
.modal-payment .nav-tabs>li.active>a:focus,
.modal-payment.nav-tabs>li.active>a:hover {
    box-shadow: 2px 1px 8px #00000029;
    border: 1px solid #66F000;
    font-weight: 700;
}

.modal-payment .nav-tabs>li.active>a::before,
.modal-payment .nav-tabs>li.active>a:focus::before,
.modal-payment.nav-tabs>li.active>a:hover::before {
    position: absolute;
    left: 50%;
    bottom: -15px;
    transform: translateX(-50%);
    content: '';
    width: 0;
    height: 0;
    display: inline-block;
    border: 11px solid transparent;
    border-bottom-color: #fff;
}

.modal-payment .logo .img-responsive {
    margin: 0 auto;
}

.modal-payment .tab-content p {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 15px;
    color: #868686;
}

.modal-payment .modal-body .button {
    margin-bottom: 20px;
}

.modal-payment .form label {
    color: #272727;
    font-size: 14px;
}

.modal-payment .form .form-control {
    border: 1px solid #E7E3DC;
    border-radius: 5px;
    height: 40px;
}

.modal-payment .plan-info p {
    font-size: 15px;
    color: #ACACAC;
    margin-bottom: 10px;
}

.plan-info h3 {
    color: #007CFF;
    font-weight: 400;
    margin-bottom: 0;
}

.plan-info .total-amount {
    float: right;
}

.modal-payment .button2 {
    border-radius: 100px;
    text-align: center;
    padding: 9px 12px;
    margin-bottom: 25px;
}

.modal-payment .btn-paypal {
    background-color: #F9CD68;
    border-color: #F9CD68;
}

.modal-payment .btn-black {
    background-color: #000;
    border-color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-payment .btn-black span {
    font-size: 20px;
}

.modal-payment .btn-black span+.img-responsive,
.modal-payment .btn-black .img-responsive+span {
    margin-left: 5px;
}

.modal-payment .btn-black .img-responsive {
    max-height: 25px;
}

@media screen and (min-width:576px) {
    .modal-payment .modal-dialog {
        width: 384px;
        margin: 0 auto;
    }
    .modal-payment .button2 {
        margin-bottom: 125px;
    }
}

@media screen and (max-width:575px) {
    .plan-info h3 {
        font-size: 20px;
    }
    .modal-payment .btn-paypal {
        padding: 4px 12px;
    }
    .modal-payment .btn-black span {
        font-size: 16px;
    }
}

@media screen and (max-width:360px) {
    .modal-payment .nav-tabs>li>a {
        font-size: 10px;
        width: 70px;
        height: 65px;
    }
    .modal-payment .nav-tabs>li .img-responsive {
        max-height: 30px;
    }
    .modal-payment .btn-black .img-responsive {
        max-height: 20px;
    }
}


/*  ==========================================================================
        Search Page
    ========================================================================== */

.filters-top .btn-link {
    font-size: 10px;
    text-align: center;
    font-weight: 700;
    color: #272727;
}

.filters-top .btn-link .img-responsive {
    width: 18px;
}

.filters-top .btn-link span {
    display: block;
    margin-top: 5px;
}

.filters-top .btn-link .badge {
    text-align: center;
    width: 20px;
    height: 20px;
    line-height: 14px;
    position: absolute;
    top: -6px;
    right: 20px;
}

#saveSearchModel .modal-header {
    border-radius: 15px 15px 0px 0px;
}

#saveSearchModel .modal-content {
    border-radius: 15px;
}

@media screen and (min-width:576px) {
    #saveSearchModel .modal-dialog {
        width: 384px;
    }
}

.search-form {
    position: relative;
}

.search-form::before {
    position: absolute;
    left: 9px;
    top: 5px;
    content: "\f041";
    font-family: "FontAwesome";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-size: 20px;
    color:#BEBEBE;
    /* content: '';
    background-image: url('../images/location.svg');
    background-size: 14px 32px;
    background-repeat: no-repeat;
    background-position: center center; */
    width: 14px;
    height: 23px;
}

.search-form .form-control {
    padding-left: 30px;
    border: 1px solid #E7E3DC;
    border-radius: 5px;
}

.search-form .help-block {
    font-size: 14px;
}

.filter-section .nav-tabs {
    border-bottom: 0;
}

.filter-section .nav-tabs>li>a {
    margin-bottom: -1px;
    background: #717171;
    border: 1px solid #707070;
    border-radius: 5px 5px 0px 0px;
    color: #FFFFFF;
    text-align: center;
}

.filter-section .nav-tabs>li.active>a,
.filter-section .nav-tabs>li.active>a:focus,
.filter-section .nav-tabs>li.active>a:hover {
    border: 1px solid #ACACAC;
    border-bottom: 0;
    background: transparent linear-gradient(0deg, #E7E3DC 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
    color: #272727;
    font-weight: 700;
    opacity: 1;
}

.filter-section .tab-content {
    background: #E7E3DC;
    border-radius: 5px;
    border-top-left-radius: 0;
    padding: 13px;
}

.filter-section .tab-content .nav-tabs>li>a {
    border-radius: 5px 5px 0px 0px;
}

.filter-section .tab-content .nav-tabs>li.active>a,
.filter-section .tab-content .nav-tabs>li.active>a:focus,
.filter-section .tab-content .nav-tabs>li.active>a:hover {
    background: transparent linear-gradient(180deg, #D9E7D1 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
    opacity: 1;
}

.filter-section .tab-content .tab-content {
    background: #FFFFFF;
    padding: 30px;
}

.filter-section .checkbox,
.filter-section .radio {
    margin-top: 0;
}

@media screen and (min-width:576px) {
    .filter-section .tab-content {
        border: 1px solid #ACACAC;
    }
}

@media screen and (min-width:992px) {
    .filter-section .nav-tabs>li>a {
        font-size: 18px;
        padding-left: 30px;
        padding-right: 30px;
    }
    .filter-section .tab-content .nav-tabs>li>a {
        font-size: 15px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .filter-section .form label {
        font-size: 18px;
        font-weight: 400;
    }
    .filter-section .checkbox.selected label {
        font-weight: 700;
    }
}

@media screen and (max-width:575px) {
    .filter-section .tab-content .col-xs-6 {
        width: 100%;
    }
    .filter-section .nav-tabs {
        padding: 13px 10px 0;
        background: #E7E3DC;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }
    .filter-section .tab-content .nav-tabs {
        padding: 0;
        background: #FFFFFF;
    }
    .filter-section .tab-content {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
    .filter-section .nav-tabs>li>a {
        margin-bottom: 2px;
        border-radius: 10px 0px 0px 0px;
        margin-right: 0;
        border-right: 1px solid #E7E3DC;
        font-size: 14px;
    }
    .filter-section .nav-tabs>li.active>a,
    .filter-section .nav-tabs>li.active>a:focus,
    .filter-section .nav-tabs>li.active>a:hover {
        border: 1px solid #E7E3DC;
        border-bottom: 0;
        background: transparent linear-gradient(180deg, #E7E3DC 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
    }
    .filter-section .nav-tabs>li:nth-child(2n) a {
        border-radius: 0px 10px 0px 0px;
        border-right: 0;
    }
    .filter-section .nav-tabs>li:nth-child(3n) a {
        border-radius: 0px 0px 0px 10px;
        border-right: 1px solid #E7E3DC;
    }
    .filter-section .nav-tabs>li:nth-child(4n) a {
        border-radius: 0px 0px 10px 0px;
        border-right: 0;
    }
}

@media screen and (max-width:375px) {
    .filter-section .tab-content .tab-content {
        padding: 15px;
    }
}


/*
* filter-result
*/

.tags a {
    background: #E7E3DC;
    border-radius: 2px;
    color: #272727;
    font-size: 11px;
    padding: 5px;
    display: inline-block;
    margin: 0 5px 8px 0;
}

.tags a>.fas {
    margin-left: 5px;
}

.tags a:hover,
.tags a:focus,
.tags a:active {
    background: #c8bfaf;
    opacity: 1;
}

@media screen and (min-width:768px) {
    /*  .filter-result, .btn-clear{
         display: none;
         
      }  
    */
    .filter-result h6 {
        font-size: 17px;
    }
    .tags a {
        font-size: 12px;
    }
    .btn-clear {
        font-size: 17px;
    }
}

@media screen and (max-width:575px) {
    .filter-section .nav-tabs>li {
        width: 50%;
        float: none;
        display: inline-block;
        margin-left: -2px;
        margin-right: -3px;
        vertical-align: top;
    }
    .filter-section {
        padding: 20px 15px 15px;
        background: rgba(0, 0, 0, .8);
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 21rem;
        width: 100%;
        height: 100%;
        z-index: 10;
        display: none;
    }
    .filter-section::after {
        background: rgba(0, 0, 0, .8);
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        top: 0;
        width: 100%;
        height: 5000px;
        content: '';
    }
}


/*  ==========================================================================
        Register step 8 Page
    ========================================================================== */

.modalDesign .add_photo_ad .modal-content {
    border-radius: 20px;
    background: #F2F6EE;
}

.add_photo_ad .modal-header {
    border: 0;
    border-radius: 10px 10px 0px 0px;
    background: #D9E7D1;
    text-align: center;
}

.add_photo_ad .modal-content.display_primay_photo .modal-header {
    background: #D9E7D1;
}

.add_photo_ad .modal-content.display_primay_photo .modal-content {
    background: #F2F6EE;
}

.add_photo_ad .wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.file-upload {
    height: 242px;
    width: 242px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.4) url('../images/no-image-female.png');
    border: 2px dashed #0f69ff;
    border-radius: 10px;
    background-position: 100% 3px;
    background-size: cover;
    transition: all 1s;
}

.file-upload .fas {
    font-size: 31px;
    color: #0f69ff;
}

.file-upload .title {
    font-size: 20px;
    line-height: 42px;
    color: #007CFF;
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
}

.file-upload input[type='file'] {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}

.add_photo_ad .notification {
    border: 1px solid #D2D2D2;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 15px;
}

.add_photo_ad .notification p {
    margin-bottom: 0;
}

.add_photo_ad .gallery h4,
.add_photo_ad .gallery p {
    font-size: 18px;
}

.add_photo_ad .gallery h4 {
    font-weight: 700;
    margin-bottom: 0;
}

.add_photo_ad .gallery p {
    font-weight: 400;
}

#sortable {
    list-style-type: none;
    padding: 0;
    margin: 0 -4px;
}

#sortable li {
    display: inline-block;
    width: calc(100%/4 - 12px);
    border: 1px solid #D2D2D2;
    border-radius: 10px;
    margin: 0 4px 10px;
}

#sortable li .img-responsive {
    border-radius: 10px;
    width: 100%;
    height: 105px;
}

.add_photo_ad .text-limit {
    color: #A1A2A3;
    font-size: 18px;
}

.add_photo_ad .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #A1A2A3;
    font-size: 18px;
    opacity: 1;
}

.add_photo_ad .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #A1A2A3;
    font-size: 18px;
    opacity: 1;
}

.add_photo_ad .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #A1A2A3;
    font-size: 18px;
    opacity: 1;
}

.add_photo_ad .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #A1A2A3;
    font-size: 18px;
    opacity: 1;
}

.add_photo_ad .btn-container .btn:not(last-child) {
    margin-bottom: 15px;
}

.add_photo_ad button.close {
    text-shadow: none;
}

.add_photo_ad button.close,
.add_photo_ad .close:focus,
.add_photo_ad .close:hover {
    opacity: 1;
}

.add_photo_ad a.right.carousel-control,
.add_photo_ad a.left.carousel-control {
    background: transparent;
    width: auto;
    color: #000;
    opacity: 1;
    text-shadow: none;
}

.add_photo_ad .carousel-control .fa {
    font-size: 35px;
    top: 150px;
    position: absolute;
}

.add_photo_ad .carousel-control.left .fa {
    left: -15px;
}

.add_photo_ad .carousel-control.right .fa {
    right: -15px;
}

.add_photo_ad .item .form {
    margin-top: 20px;
}

@media screen and (min-width:576px) {
    .add_photo_ad .item .img-responsive {
        height: 371px;
        width: 371px;
    }
}

@media screen and (min-width:768px) {
    .modal-dialog.add_photo_ad {
        width: 526px;
    }
    .modal-dialog.add_photo_ad .modal-body {
        padding: 20px;
    }
    .add_photo_ad .btn-container {
        padding: 0 30px;
    }
}

@media screen and (max-width:575px) {
    .file-upload {
        height: 200px;
        width: 200px;
        background-position: 100% 2px;
    }
    .file-upload .fas {
        font-size: 33px;
    }
    .file-upload .title {
        font-size: 17px;
        bottom: 0px;
    }
}


/*  ==========================================================================
        Edit Profile Page
    ========================================================================== */

.user-info-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}

.user-info-list li {
    font-size: 14px;
    padding-left: 30px;
    padding-right: 15px;
    width: 50%;
    position: relative;
}

.user-info-list li:not(last-child) {
    margin-bottom: 10px;
}

.user-info-list li .img-responsive {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0px;
}

.user-info-list li span {
    display: inline-block;
}

.user-info-list li.full-height {
    width: 100%;
}

.user-info-list.style2 {
    display: block;
    margin: 0;
}

.user-info-list.style2 li {
    width: 100%;
}

.user-info-list.style3 li {
    width: 50%;
}

@media screen and (min-width:576px) {
    .user-info-list li.one-half,
    .user-info-list.style3 li {
        width: 50%;
    }
}

@media screen and (min-width:768px) {
    .user-info-list li {
        width: 33.333%;
    }
    .user-info-list.style3 li {
        width: 50%;
    }
}


/* Photo Tips -----------*/

.list-photo-tips li {
    position: relative;
    width: calc(100% / 4);
    display: inline-block;
    margin: 0 5px;
}

.list-photo-tips li .btn {
    position: absolute;
    right: -8px;
    bottom: -8px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    text-align: center;
    line-height: 16px;
    font-size: 10px;
}


/*
@media screen and (min-width:576px){
    .list-photo-tips li{
        width: calc(100% / 4);
        display: inline-block;
        margin: 0 5px;
    }
}*/

@media screen and (min-width:768px) {
    .list-photo-tips li {
        width: calc(100% / 6);
    }
}


/* Photos --------------*/

.gallery3 .item {
    vertical-align: top;
}

.gallery3 .item .image:first-child {
    margin-bottom: 30px;
}

.gallery3 .image {
    position: relative;
}

.gallery3 .image .img-responsive {
    width: 100%;
    max-height: 135px;
    border-radius: 10px;
}

.gallery3 .image .counter {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    content: '';
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #fff;
}

.gallery3 {
    display: flex;
    justify-content: flex-start;
}

.gallery3 .item:nth-child(2) {
    width: 50%;
}

.gallery3 .item:not(:nth-child(2)) {
    width: calc(100% / 3);
}

.gallery3 .item:not(:last-child) {
    margin-right: 30px;
}

.gallery3 .item .image.full-height .img-responsive {
    height: auto;
    max-height: 300px;
}

.wrapper.style3 .file-upload {
    width: 100%;
    height: 135px;
    background-position: 100% 0px;
}

.wrapper.style3 .file-upload .fas {
    font-size: 24px;
}

.wrapper.style3 .file-upload .title {
    font-size: 14px;
    line-height: 16px;
}

.gallery3.image-layout2 .item:nth-child(2) {
    width: 75%;
}

.gallery3.image-layout2 .item:nth-child(2) {
    width: 75%;
}

.gallery3 .item .image.full-height {
    height: 100%;
}

.gallery3.image-layout2 .item .image.full-height>.img-responsive {
    min-height: 100%;
}

.gallery3.image-layout2 .item {
    width: calc(100% / 3);
}

.gallery3.image-layout3 .item {
    width: 50%;
}

@media screen and (min-width:576px) {
    .gallery3 .image .img-responsive {
        min-height: 135px;
    }
}

@media screen and (max-width:575px) {
    .gallery3 .item:not(:last-child) {
        margin-right: 15px;
    }
    .gallery3 .item .image:first-child {
        margin-bottom: 15px;
    }
    .wrapper.style3 .file-upload {
        height: 55px;
    }
}


/* Photos ------------*/

.wrapper.style2 .file-upload {
    width: 100px;
    height: 100px;
    background-position: 100% 2px;
}

.wrapper.style2 .file-upload .fas {
    font-size: 18px;
}

.wrapper.style2 .file-upload .title {
    font-size: 14px;
    line-height: 1.5;
    bottom: 0;
    background: linear-gradient(180deg, rgba(7, 7, 7, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    border-radius: 0px 0px 10px 10px;
}

.modal-dialog.layout2 .btn-link2 {
    font-size: 18px;
}

.modal-dialog.layout2 .alert {
    font-size: 14px;
    font-weight: 600;
}

.modal-dialog.layout2 .alert-danger {
    color: #F61818;
    background: rgba(246, 24, 24, 0.2);
}

.modal-dialog.layout2 .alert-info {
    background: #D0D3F2;
    color: #182EF6;
}

.gallery2 .item {
    display: inline-block;
    margin: 0 5px 10px;
    ;
    vertical-align: top;
    width: calc(100% / 3);
}

@media screen and (min-width:576px) {
    .gallery2 .item {
        width: calc(100% / 4);
    }
}

@media screen and (min-width:768px) {
    .gallery2 .item {
        width: calc(100% / 6);
    }
}


/* Interests  -------------*/

.interests .scroller {
    display: flex;
    justify-content: space-between;
}

.scroller .icons-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    padding-top: 10px;
    padding-bottom: 30px;
}

.interests .checkbox-styled {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.interests .checkbox-styled::-webkit-scrollbar {
    height: 8px;
    width: 8px;
    background: gray;
    border-radius: 16px;
}

.interests .checkbox-styled::-webkit-scrollbar-thumb:horizontal {
    background: #000;
    border-radius: 16px;
}

.interests .checkbox-styled .inner-wrap {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}

.checkbox-styled .checkbox-row {
    display: flex;
    align-items: center;
    margin-right: -8px;
    margin-left: -8px;
}

.checkbox-row .sticky {
    position: sticky;
    left: 0;
    z-index: 2;
    height: 39px;
    background: #ffffff;
}

.checkbox-styled .checkbox-row:not(:last-child) {
    margin-bottom: 16px;
}

.checkbox-row .checkbox input[type="checkbox"]+label::before,
.checkbox-row .checkbox input[type="checkbox"]+label::after {
    width: 0;
    height: 0;
    border: 0;
    font-size: 0;
}

.checkbox-row .checkbox {
    display: flex;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 8px;
    margin-left: 8px;
}


/*.checkbox-styled.table>tbody>tr>td, .checkbox-styled.table>tbody>tr>th, .checkbox-styled.table>tfoot>tr>td, 
.checkbox-styled.table>tfoot>tr>th, .checkbox-styled.table>thead>tr>td, .checkbox-styled.table>thead>tr>th{
    border:0;
}

.checkbox-styled.table tr td{
    position: relative;
}*/

.checkbox-styled .icon {
    display: inline-block;
    width: 30px;
}

.interests .checkbox-styled .btn-outline-primary {
    border: 2px solid #D2D2D2;
    color: #000000;
    font-size: 13px;
    line-height: 15px;
    min-width: 92px;
    margin: 0;
    border-radius: 4px;
}

.interests .checkbox-styled .btn-check:active+.btn-outline-primary,
.interests .checkbox-styled .btn-check:checked+.btn-outline-primary {
    background-color: #fff;
    border-color: #D2D2D2;
    box-shadow: none;
}

.interests .checkbox-styled .btn-outline-primary.bg-green,
.interests .checkbox-styled .btn-check:active+.btn-outline-primary.bg-green,
.interests .checkbox-styled .btn-check:checked+.btn-outline-primary.bg-green {
    background-color: #D9E7D1;
}


/*@media screen and (max-width:767px){
    .interests .table-responsive{
        border:0;
    }
}*/

@media screen and (max-width:575px) {
    .interests .checkbox-styled {
        text-align: left;
    }
}


/* About his match ---------------*/


/*.btn-link2{
    font-size: 18px;
    line-height: 21px;
    color: #A1A2A3;
    font-weight: 400;
    margin-bottom: 15px;
}*/

.btn-link2 .fas {
    font-size: 30px;
    margin-left: 5px;
    position: relative;
    top: -1px;
}


/*.btn-link2:hover, .btn-link2:focus, .btn-link2:active{
    color:#87898a;
    text-decoration: none;
}*/

@media screen and (max-width:575px) {
    .slide-content h5 {
        font-size: 12px;
    }
    .slide-content .btn-edit>i {
        font-size: 12px;
    }
}


/*  ==========================================================================
        View Profile Page
    ========================================================================== */

.add_photo_ad.layout2 .modal-header {
    background: #fff;
    border-bottom: 0;
}

.add_photo_ad.layout2 .modal-footer {
    position: relative;
    top: -26px;
    padding: 0;
    border: 0;
}

.add_photo_ad.layout2 .modal-footer .btn {
    font-size: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    line-height: 62px;
    text-align: center;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
}

.add_photo_ad.layout2 .modal-footer .btn .img-responsive{
    width: 28px;
}

.add_photo_ad.layout2 .modal-footer .btn:not(.dropdown-toggle) {
    /* padding: 0; */
}

.add_photo_ad.layout2 .modal-footer .btn-chat {
    background-color: #8AC873;
}

.add_photo_ad.layout2 .modal-footer .btn-like {
    background-color: #c10001;
}

.add_photo_ad.layout2 .carousel-caption {
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    right: auto;
    text-align: center;
    padding: 0;
    color: #000;
    text-shadow: none;
    opacity: 1;
    width: 100%;
}

.add_photo_ad.layout2 .carousel-control .fa {
    top: 50%;
    transform: translateY(-50%);
    margin-top: -30px;
}

.add_photo_ad.layout2 .item .img-responsive {
    max-height: 500px;
}

@media screen and (min-width:576px) {
    .add_photo_ad.layout2 .item .img-responsive {
        max-height: calc((100vh - 195px) - 0px);
        max-width: 875px;
        min-height: 150px;
        height: auto;
        width: 100%;
    }
    .add_photo_ad.layout2 .modal-footer {
        padding: 0;
    }
}

@media screen and (min-width:992px) {
    .add_photo_ad.layout2 .item .img-responsive {
        max-height: calc((100vh - 200px) - 0px);
    }
}

@media screen and (max-width:575px) {
    .add_photo_ad.layout2 {
        margin: 0;
    }
    .add_photo_ad.layout2 .modal-content {
        background-color: #000;
    }
    .add_photo_ad.layout2 .modal-header {
        border-radius: 0;
        background: #000;
    }
    .add_photo_ad.layout2 button.close {
        color: #fff;
    }
    .add_photo_ad.layout2 .modal-body {
        padding: 0;
        width: 100%;
    }
    .add_photo_ad.layout2 .carousel,
    .add_photo_ad.layout2 .modal-body {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .add_photo_ad.layout2 .carousel .carousel-inner {
        overflow: visible;
    }
    .add_photo_ad.layout2 .carousel .carousel-inner>.item.active,
    .add_photo_ad.layout2 .carousel .carousel-inner>.item.next.left,
    .add_photo_ad.layout2 .carousel .carousel-inner>.item.prev.right {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .add_photo_ad a.right.carousel-control,
    .add_photo_ad a.left.carousel-control {
        color: #D9E7D1;
        width: 50%;
        display: none;
    }
    .add_photo_ad.layout2 .numslide {
        font-weight: 700;
        color: #fff;
    }
    .add_photo_ad.layout2 .carousel-control .fa {
        font-size: 0;
    }
    .add_photo_ad.layout2 .carousel-control.left .fa {
        left: 15px;
    }
    .add_photo_ad.layout2 .carousel-control.right .fa {
        right: 15px;
    }
    .add_photo_ad.layout2 .carousel-caption {
        padding-left: 15px;
        padding-right: 15px;
        color: #fff;
        font-weight: 700;
    }
}


/*  ==========================================================================
        saved Search Page
    ========================================================================== */

.text-settings {
    color: #59794e;
    font-size: 15px;
    font-family: inherit;
}

a.text-settings:focus,
a.text-settings:hover {
    color: #506C46;
}


/*  
.saved-search .table tr td:first-child{
    font-size: 18px;
}

.saved-search .table tr td:first-child a{
   color: #272727;
   font-weight: 400;
}*/


/*  ==========================================================================
        Dashboard Page
    ========================================================================== */

img.blocknew {
    height: 120px;
    position: absolute;
    left: 50%;
    top: 15%;
    transform: translate(-50%, -15%);
    z-index: 1;
}

@media screen and (max-width:375px) {
    img.blocknew {
        top: 10%;
        transform: translate(-50%, -10%);
        height: 50px;
    }
}


/*  ==========================================================================
        Notification Page
    ========================================================================== */

.massge-1 {
    color: #272727;
    font-size: 16px;
    font-weight: 700;
    text-align: left;
}

#profileTabContent {
    margin-top: -1px;
}

.notification .content-block {
    border: 1px solid #ACACAC;
    border-radius: 5px;
    padding: 20px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.notification .content-block .nav-tabs {
    border: 0;
}

.notification .content-block .nav-tabs>li>a {
    color: #bfbfc0;
}

.notification .content-block .nav-tabs>li.active>a,
.notification .content-block .nav-tabs>li.active>a:focus,
.notification .content-block .nav-tabs>li.active>a:hover {
    color: #272727;
    border: 0;
}

.user-comments .user-row {
    margin-bottom: 16px;
    border-width: 1px;
    border-style: solid;
    border-color: #fff;
    border-radius: 6px;
    background-color: #e7e3dc;
}

.user-row .user-img>a {
    height: 100%;
    display: block;
}

.user-row .user-detail-wrap {
    color: rgba(26, 27, 28, 0.7);
    font-family: inherit;
    font-size: 14px;
    padding: 7px 5px 10px 15px;
    line-height: 20px;
}

.user-row .user-detail-wrap .form {
    margin-bottom: 0;
}

.user-detail-wrap .user-detail {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.user-detail-wrap .user-detail .btn-icon {
    width: 15px;
    height: 15px;
}

.user-row .user-name h2 {
    color: #272727;
    font-family: Arial, 'Gotham Book', Helvetica, sans-serif;
    font-size: 20px;
    line-height: normal;
    font-weight: 700;
    margin: 0;
}

.user-row .user-name h2>a {
    color: #272727;
}

.user-row .user-detail-wrap .status {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    border: 2px solid #66F000;
    display: inline-block;
    top: -3px;
    position: relative;
}

.user-row .user-detail-wrap .dot {
    height: 4px;
    width: 4px;
    margin: 2px 3px;
    background-color: #777;
    opacity: 0.4;
    border-radius: 50%;
    display: inline-block;
}

.user-row .user-detail-wrap .status.active {
    background: #66F000;
}

.user-row .user-detail-wrap .name-dropdown {
    margin-bottom: 0px;
}

.comment-area,
.message-container {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.message-container {
    align-items: center;
    margin-top: 2rem;
}

.comment-area textarea.form-control {
    margin-right: .5rem;
    height: 60px;
    border: 1px solid #D1CBC1;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 400;
    color: #555;
}

.comment-area .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #555;
    opacity: .6;
}

.comment-area .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #555;
    opacity: .6;
}

.comment-area .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #555;
    opacity: .6;
}

.comment-area .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #555;
    opacity: .6;
}

.form-control::-moz-placeholder{color:#999;opacity:1}
.form-control:-ms-input-placeholder{color:#999}
.form-control::-webkit-input-placeholder{color:#999}

.message-container .btn-danger {
    width: 45px;
    height: 45px;
    font-size: 23px;
    margin-right: 5px;
}

.message-container .btn-danger>i {
    position: relative;
    top: 2px;
    left: -1px;
}


/* Blocked ------------*/

.notification .user-row {
    display: flex;
    justify-content: flex-start;
}

.user-row .user-img>a {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.content-block .userDetails2 {
    padding: 10px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100%);
    background: linear-gradient(transparent, rgba(26, 27, 28, 0.7));
}

.content-block .userDetails2 {
    padding: 10px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100%);
    background: linear-gradient(transparent, rgba(26, 27, 28, 0.7));
}

.content-block .user-item .mob-user.blok {
    opacity: 0.2;
}

.content-block .user-item a {
    pointer-events: none;
}

.content-block .userDetails2 .count {
    height: auto;
    position: absolute;
    color: #fff;
    letter-spacing: 2px;
    font-size: 12px;
    font-family: sans-serif;
}

.content-block .user-det {
    font-size: 12px;
    font-family: Arial, 'Gotham Book', Helvetica, sans-serif;
    margin: 0px;
    margin-top: 7px;
    margin-bottom: 3px;
}

.content-block .user-item .dropdown-menu {
    left: auto;
    right: 0;
}

.content-block a:hover,
.content-block button:hover,
.content-block input[type=submit]:hover {
    opacity: 1 !important;
}

@media screen and (min-width:575px) {
    .user-row .user-img {
        height: 140px;
        width: 140px;
    }
    .user-row .user-detail-wrap {
        width: calc(100% - 140px);
    }
}

@media screen and (min-width:768px) {
    .notification .profile_detail_2.layout2 .nav-tabs2>li {
        width: calc(100% / 4 - 1px);
    }
}

@media screen and (max-width:575px) {
    .section.notification{
        padding-top: 0;
    }

    .notification .container {
        padding: 0 5px;
    }
    
    .no-gutters {
        margin-right: 0;
        margin-left: 0;
    }
    
    .no-gutters > .col,
    .no-gutters > [class*="col-"] {
        padding-right: 0;
        padding-left: 0;
    }

    .notification .content-block {
        padding: 15px 10px;
        border: 0;
    }
    .notification .profile_detail_2.layout2 .nav-tabs2>li {
        width: 50%;
    }
    .user-row .user-img {
        height: 100px;
        width: 100px;
    }
    .user-detail-wrap .user-detail {
        margin-bottom: 5px;
    }
    .user-row .user-detail-wrap {
        width: calc(100% - 100px);
        padding: 7px 5px 0px 10px;
    }
    .user-detail-wrap .message-container {
        margin-top: 0;
        width: 98%;
    }
    .user-detail-wrap .message-container p {
        font-size: 13px;
        line-height: 1.3;
    }
    /* .user-comments .btn-icon{
       width: 30px;
       height: 30px;
    }
         */
    .user-row .user-name h2 {
        font-size: 16px;
    }
    .user-row .user-detail .user-deatil2 {
        font-size: 12px;
        line-height: 1.3;
    }
    .comment-area textarea.form-control {
        height: 50px;
        font-size: 12px;
        line-height: 1.3;
    }
    .message-container .btn-danger {
        width: 35px;
        height: 35px;
        font-size: 20px;
        padding: 0;
    }
    .message-container .btn-danger>i {
        position: relative;
        top: 1px;
        left: 0px;
    }
    .user-detail-wrap .user-detail .btn-icon {
        width: 12px;
        height: 12px;
    }
}


/*  ==========================================================================
        User Profile Page
    ========================================================================== */

.name-dropdown h2 small {
    font-size: 55%;
}

.name-dropdown h2 a i {
    margin-right: 5px;
    font-size: 10px;
    position: relative;
    top: -3px;
}