/*-----------------------------------------------------------------------------------

Template Name: GymKoro HTML Template
Version: 1.0

-----------------------------------------------------------------------------------

CSS INDEX
===================

01. THEME DEFAULT CSS
    01.1 starter css
    01.2 starter color
    01.3 front size
    01.4 custom button
    01.5 section padding
    01.6 section margin
    01.7 loader css
    01.8 global header
    01.9 breadcrumb
    01.10 code optimized

02.0 HOME ONE
    02.1 main nav css
    02.2 sticky nav
    02.3 slick nav
    02.4 main banner
    02.5 why chose us
    02.6 packages
    02.7 schedule

03.0 HOME TWO
    03.1 main banner
    03.2 banner slider
    03.3 testimonials

04.0 ABOUT PAGE
    04.1 welcome para
    04.2 our agents
    04.3 testimonials
    04.4 counter

05.0 CLASSES PAGE
    05.1 counter

06.0 SERVICE PAGE
    06.1 service
    06.2 service slider

07.0 TRAINER DETAILS PAGE
    07.1 trainer details
    07.2 contact details

08.0 BLOG PAGE
    08.1 blogs
    08.2 sidebar
    08.3 popular category
    08.4 blog social
    08.5 blog tags
    08.6 pagination

09.0 BLOG DETAILS PAGE
    09.1 single blog
    09.2 comment

10.0 CONTACT US PAGE
    10.1 map

11.0 FOOTER AREA
    11.1 footer
    11.2 footer bottom

12.0 responsive css
    12.1 res 1199px css
    12.2 res 991px css
    12.3 res 767px css
    12.4 res 576px css
    12.5 res 425px css

-----------------------------------------------------------------------------------*/

/*---- Google Font ----*/
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,700,800,900|Poppins:400,500,700");

/* -- fonts use-------------------

font-family: 'Montserrat', sans-serif;
font-family: 'Poppins', sans-serif;

--------------------------------- */

/*----------------------------------------*/
/* ======= 01. THEME DEFAULT CSS ======== */
/*----------------------------------------*/
/* ========== 01.1 starter css ========== */

body {

    background: #f0f0f0;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    margin: 0;

}

* {

    outline: none !important;

}

p {

    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    color: #000;
    margin-bottom: 0;

}

a {

    color: #007fea;

}

a:hover {

    text-decoration: none;
    color: #e83f53;

}

ul {

    padding-left: 0;
    list-style: none;
    margin: 0;

}

ul li {

    list-style: none;
    display: block !important;
    margin: 0;

}

ol li {
    margin: 0;
    display: block !important;
}

h1, h2, h3, h4, h5, h6 {

    margin: 0;
    line-height: 1;

}

/* ========= 01.2 starter color ========= */

.color-default {

    color: #e83f53 !important;

}

.color-999 {

    color: #999 !important;

}

.color-666 {

    color: #666 !important;

}

.color-333 {

    color: #333 !important;

}

.bg-custom-gray {
    background-color: #ececec;
}

.bg-blue {
    background-color: #007bff;
}

.bg-indigo {
    background-color: #6610f2;
}

.bg-purple {
    background-color: #6f42c1;
}

.bg-pink {
    background-color: #e83e8c;
}

.bg-teal {
    background-color: #20c997;
}

.bg-notification {
    background: rgba(55, 255, 96, 0.11);
}

/* ========= 01.3 front size ========= */
.fz-40 {

    font-size: 40px !important;

}

.fz-32 {

    font-size: 32px !important;

}

.fz-26 {

    font-size: 26px !important;

}

.fz-20 {

    font-size: 20px !important;

}

.fz-14 {

    font-size: 14px !important;

}

.fz-16 {

    font-size: 14px !important;

}

.fz-12 {

    font-size: 12px !important;

}
.fz-10 {

    font-size: 10px !important;

}

.fz-13 {

    font-size: 13px !important;

}

.sub-text {

    font-size: 13px;
    color: #999;

}

.default-color {
    background-color: #e83f53;
}

.breadcrumb-item.active {
    background: none !important;
    color: #999 !important;
    border: 0 !important;
    box-shadow: none !important;
}

.cm-pagination-text {
    color: #999;
}
/* ========= 01.4 custom button ========= */

.cm-filter-form button {
    background-color: #e83f53 !important;
    border-color: #e83f53;
}

.custom-btn {

    border: 1px solid #ff214f;
    font-weight: 500;
    border-radius: 5px;
    background: #ff214f;
    color: #fff;
    padding: 10px 30px;
    text-transform: capitalize;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    transition: all 0.7s;

}

.custom-btn:hover {

    color: #fff !important;
    box-shadow: 0 0 30px 3px rgba(232, 63, 83, 0.2);
    background: #e83f53;

}

input:focus,
.btn-info:focus,
.btn-info.focus,
.custom-file-input:focus,
.form-control:focus,
.page-link:focus,
.custom-file-input:focus ~ .custom-file-label {

    box-shadow: none !important;

}

.custom-select {

    outline: none !important;
    appearance: none !important;
    -moz-appearance: none !important;
    -webkit-appearance: none !important;

}

.custom-select:focus {

    box-shadow: none;

}

.input-number {
    padding: 0 12px;
    vertical-align: top;
    text-align: center;
    outline: none;
}

.input-number,
.input-number-decrement,
.input-number-increment {
    border: 1px solid #ccc;
    height: 50px;
    user-select: none;
    width: 100%;
}

.input-number-decrement,
.input-number-increment {
    display: inline-block;
    width: 50px;
    line-height: 50px;
    background: #f1f1f1;
    color: #444;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
}
.input-number-decrement:active,
.input-number-increment:active {
    background: #ddd;
}

.input-number-decrement {
    border-right: none;
    border-radius: 4px 0 0 4px;
}

.input-number-increment {
    border-left: none;
    border-radius: 0 4px 4px 0;
}

/* ======== 01.5 section padding ======== */
.p-y-100 {

    padding: 100px 0;

}

.p-t-100 {

    padding-top: 100px;

}

.p-b-100 {

    padding-bottom: 100px;

}

.p-y-50 {

    padding: 50px 0;

}

.p-t-50 {

    padding-top: 50px;

}
.p-t-80 {

    padding-top: 80px;

}

.p-b-50 {

    padding-bottom: 50px;

}

/* ======== 01.6 section margin ======== */

.m-b-80 {

    margin-bottom: 80px;

}

.m-y-50 {

    margin: 50px 0;

}

.m-t-50 {

    margin-top: 50px;

}

.m-t-80 {

    margin-top: 80px;

}

.m-b-50 {

    margin-bottom: 50px;

}

/* ========== 01.7 loader css =========== */

/* KEYFRAMES */

@keyframes spin {
    from {
        transform: rotate(0);
    }
    to{
        transform: rotate(359deg);
    }
}

@keyframes spin3D {
    from {
        transform: rotate3d(.5,.5,.5, 360deg);
    }
    to{
        transform: rotate3d(0, 0, 0, 0deg);
    }
}

@keyframes configure-clockwise {
    0% {
        transform: rotate(0);
    }
    25% {
        transform: rotate(90deg);
    }
    50% {
        transform: rotate(180deg);
    }
    75% {
        transform: rotate(270deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes configure-xclockwise {
    0% {
        transform: rotate(45deg);
    }
    25% {
        transform: rotate(-45deg);
    }
    50% {
        transform: rotate(-135deg);
    }
    75% {
        transform: rotate(-225deg);
    }
    100% {
        transform: rotate(-315deg);
    }
}

@keyframes pulse {
    from {
        opacity: 1;
        transform: scale(1);
    }
    to {
        opacity: .25;
        transform: scale(.75);
    }
}

.spinner-box .lds-facebook {

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    width: 75px;
    height: 75px;

}

.card-money {
    font-weight: bold;
    color: #15b93a;
}

/* GRID STYLING */

.spinner-box {
    position: fixed;
    background: #fff;
    width: 100%;
    height: 100%;
    z-index: 999999 !important;
}

.configure-border-1 {
    width: 115px;
    height: 115px;
    padding: 3px;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ff214f;
    animation: configure-clockwise 3s ease-in-out 0s infinite alternate;
}

.configure-border-2 {
    width: 115px;
    height: 115px;
    padding: 3px;
    left: -115px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ff214f;
    transform: rotate(45deg);
    animation: configure-xclockwise 3s ease-in-out 0s infinite alternate;
}

.configure-core {
    width: 100%;
    height: 100%;
    background-color: #fff;
}


/*loader ends*/

.custom-validate .custom-control-input.is-valid ~ .custom-control-label::before,
.custom-validate.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.custom-validate .custom-control-input.is-invalid ~ .custom-control-label::before,
.custom-validate.was-validated .custom-control-input:invalid ~ .custom-control-label::before {
    background-color: #efa2a9;
    display: none;
}

.custom-validate .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    font-family: 'FontAwesome';
    content: "\f00c";
    box-shadow: 0 0 25px 1px rgba(179, 35, 35, 0.43);
    font-size: 20px;
    z-index: 99;
    width: 100% !important;
    background: #ff214f;
    height: 100%;
    position: relative;
    border-radius: 40px;
    padding: 5px 10px;
    color: #fff;
}

.custom-validate .custom-control-label {
    position: absolute;
    top: 20px !important;
    right: 10px !important;
    content: "";
    background-repeat: no-repeat;
    z-index: 99;
    background-position: center center;
    background-size: 50% 50%;
}

.custom-validate-hover {
    position: relative;
}

.custom-validate-hover .custom-radio {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 0 !important;
}

.custom-validate-hover .custom-radio .custom-control-input{
    width: 100%;
    height: 100%;
    z-index: 99999;
    cursor: pointer;
}

.address-dropdown {
    position: absolute;
    top: 15px;
    right: 15px;
}

.icon-round {
    color: #999;
    border-radius: 20px;
    border: 1px solid #d2d2d2;
    padding: 8px;
}

.address-dropdown-menu .drop-menu.show {
    font-size: 14px;
    color: #212529;
    padding: 10px;
    box-shadow: 0 0 20px 1px rgba(0, 0, 0, .1);
    border-radius: 10px;
    border: 1px solid #dfdfdf;
    animation: .3s fadeIn ease;
    -webkit-animation: .3s fadeIn ease;
}

.address-card {
    position: relative;
}
.default-badge {
    position: absolute;
    background: #20c997;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, .1);
    padding: 5px 7px;
    bottom: 15px;
    right: 0;
    font-weight: bold;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    font-size: 10px;
    color: #fff;
}

.nav-tabs-custom {
    background: #eaeaea;
}

.login-alert {
    color: #b56d74 !important;
    background-color: #fde9eb !important;
    border-color: #ffe3e6 !important;
    text-align: center;
    padding: 8px;
    margin-bottom: 30px;
}

.profile-head {
    background: #fff;
    padding: 15px 15px;
    border: 1px solid #ddd;
}

.custom-border {

    border-top: 5px solid #e9e9e9;
}

.common-nav .nav .nav-item .nav-link  {
    color: #999;
}

.common-nav .nav .nav-item .nav-link.active {
    color: #333;
}

.contact-bg .agent-form .form-control {
    border: 1px solid #dbdada !important;
    font-size: 13px !important;
    padding: 10px !important;
}

.agent-info .agent-title {
    font-size: 28px;
    font-weight: bold;
    color: #ff214f;
    line-height: 1;
    text-transform: uppercase;
}
.agent-info .designation {
    font-size: 18px;
    color: #999;
    display: block;
    margin-top: 5px;
    text-transform: capitalize;
}
.agent-info .personal-info {
    font-family: "Poppins", sans-serif;
}
.agent-info .personal-info ul li {
    margin-bottom: 10px;
    text-transform: capitalize;
    color: #333 !important;
}
.agent-info .personal-info ul li span {
    width: 40%;
    text-align: left !important;
    display: inline-block;
    text-transform: capitalize;
}
.agent-info .personal-info ul li span i {
    margin-right: 5px;
    color: #ff214f;
}
.agent-info .single-share ul li:first-child {
    font-size: 18px;
    margin-right: 10px;
}

.top-social ul li a {
    padding: 0 10px;
}

/* ========= 01.8 global header ========= */


.custom-profile-nav .nav-tabs .nav-item.show .nav-link, .custom-profile-nav .nav-tabs .nav-link.active {
    color: #ff214f;
    background-color: #eaeaea;
    border-bottom: 2px solid #ff214f;
}

.custom-profile-nav .nav-tabs .nav-item.show .nav-link,.custom-profile-nav .nav-tabs .nav-link {
    color: #999;
}

#days {
    font-size: 30px;
    color: #db4844;
}
#hours {
    font-size: 30px;
    color: #f07c22;
}
#minutes {
    font-size: 30px;
    color: #f6da74;
}
#seconds {
    font-size: 15px;
    color: #abcd58;
}

.card-view {
    padding: 5px;

}

.global-header {

    position: relative;

}

.global-header-top {

    font-size: 36px;
    z-index: 99;
    position: relative;
    color: #999;
    font-family: "Poppins", sans-serif;
    text-shadow: 0 5px 5px rgba(200, 200, 200, 0.2);

}

.global-header-bottom {

    font-size: 60px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    color: #efefef;
    z-index: 9;
    font-weight: 900;

}

/* ======== 02.1 search field css =========== */

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

.td
{
    display: table-cell;
    vertical-align: middle;
}

.td input, .td button
{
    color: #fff;
    padding: 0;
    margin: 0;
    border: 0;
    background-color: transparent;
}

.cover {
    padding: 10px;
    background-color: #c1c1c1;
    border-radius: 20px;
}

.cover form
{
    height: 20px;
}

.cover input[type="text"]
{
    height: 15px;
    font-size: 16px;
    padding-left: 10px;
    width: 90%;
    line-height: 1;
}

.cover input[type="text"]::placeholder
{
    color: #fff;
}

#s-cover
{
    width: 1px;
    padding-left: 2px;
}

.td button
{
    position: relative;
    display: block;
    width: 20px;
    height: 15px;
    cursor: pointer;
}

#s-circle {
    position: relative;
    top: -5px;
    left: -8px;
    width: 20px;
    height: 20px;
    margin-top: 0;
    /*border-width: 15px;*/
    border: 3px solid #fff;
    background-color: transparent;
    border-radius: 50%;
    transition: 0.5s ease all;
}

.td button span {
    position: absolute;
    top: 15px;
    left: 3px;
    display: block;
    width: 10px;
    background-color: transparent;
    border-radius: 5px;
    transform: rotateZ(52deg);
    transition: 0.5s ease all;
}

.td button span::before, button span::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 7px;
    height: 3px;
    background-color: #fff;
    border-radius: 5px;
    transform: rotateZ(0);
    transition: 0.5s ease all;
}

.profile-nav li a {
    border-radius: 5px;
    margin-right: 15px;
    border: 1px solid #e1e1e1;
    padding: 7px 15px;
    font-size: 12px;
}

.profile-nav li a:hover {
    background-color: #ff214f;
    border: 1px solid #ff214f;
    color: #fff !important;
    border-radius: 3px;
    transition: all ease .3s;
}

/* ======== 02.1 main nav css =========== */

.checkbox-success input[type="checkbox"]:checked + label::before {
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.checkbox-success input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.checkbox {
    padding-left: 20px;
}

.checkbox label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px;
}

.checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 0;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #555555;
}

.checkbox input[type="checkbox"] {
    opacity: 0;
    z-index: 1;
}

.checkbox input[type="checkbox"]:focus + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.checkbox input[type="checkbox"]:checked + label::after {
    font-family: 'FontAwesome';
    content: "\f00c";
}

.checkbox input[type="checkbox"]:disabled + label {
    opacity: 0.65;
}

.checkbox input[type="checkbox"]:disabled + label::before {
    background-color: #eeeeee;
    cursor: not-allowed;
}

.register-modal .modal-dialog {
    max-width: 600px;
}

.login-btn button {
    border-radius: 10px;
    padding: 10px 15px;
}

.profile-content .card{
    border-radius: 0;
}

.profile-content .card-header{
    padding: 30px 20px;
}


.custom-login .input-group input {

    border-radius: 0 !important;
    padding: 10px;
    border: none;
    border-bottom: 1px solid #e1e1e1 !important;
}

.modal {
    z-index: 99999 !important;
}

.custom-modal .modal-dialog {

    animation: .2s fadeIn ease;
    -webkit-animation: .2s fadeIn ease;

}

.custom-modal .modal-content {
    font-size: 1rem;
    color: #212529;
    border: 1px solid transparent;
    box-shadow: 0 0 40px 1px rgba(0, 0, 0, .1);
}

.custom-modal .modal .modal-body {
    padding: 50px 40px 30px;
}

.custom-modal .td button span::before, .custom-modal button span::after {
    display: none;
}
.custom-modal .modal .modal-footer {
    justify-content: center;
}

.custom-modal .modal-header {
    display: block;
    position: relative;
    padding: 30px 0;
    background-color: #e83f53;
    border-bottom: 1px solid #e83f53;
    color: #fff;
}

.custom-modal .modal-header .close {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #fff;
    font-weight: normal;
    font-size: 32px;
}

.custom-modal .modal-header .close:hover {
    color: #fff;
}

.custom-modal .modal .modal-header .modal-title {
    justify-content: center !important;
    text-align: center !important;
    font-size: 24px;
}

.card-header {
    border-bottom: 1px solid rgba(176, 176, 176, 0.2);
}

.card-footer {
    border-top: 1px solid rgba(176, 176, 176, 0.2);
}

.card {
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.rules-area p {
    line-height: 1.4;
}

.winner ul li {
    line-height: 1.8;
}

.no-select::after {
    top: 0 !important;
    line-height: 34px !important;
}

.profile-drop.show{

    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    padding: 20px 15px;
    box-shadow: 0 0 40px 1px rgba(0, 0, 0, .07);
    border-radius: 10px;
    border: 1px solid #dfdfdf;
    animation: .3s fadeIn ease;
    -webkit-animation: .3s fadeIn ease;
    width: 280px;
}

.user-avater img{
    max-width: 40px
}

.drop-menu a {

    border: none !important;
    padding: 10px 15px;
}

.drop-menu a:hover, .drop-menu a:hover i {

    background-color: #ff214f;
    transition: .3s;
    border-radius: 5px;
    color: #fff !important;

}

.guest-link {
    font-size: 16px;
    color: #666;
}

.nav-icons .nav-link{

    border-radius: 0;

}

.card-time{
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: #515151 !important;
    background: rgba(238, 238, 238, 0.69);
    padding: 0 10px;
    border-radius: 4px;
}

.nav-icons nav a i {

    color: #666;
    font-size: 20px;

}

.c-button.c-button--primary {
    background: none;
    border: none;
}
.hamburger {
    display: flex;
    align-self: center;
    flex-direction: column;
    justify-content: space-between;
    width: 32px;
    height: 23px;
    cursor: pointer;
}
.hamburger div {
    align-self: flex-end;
    height: 3px;
    width: 100%;
    background: #999;
}
.hamburger .meat {
    width: 100%;
    transition: all 200ms ease-in-out;
}
.hamburger .bottom-bun {
    width: 100%;
    transition: all 400ms ease-in-out;
}
.hamburger:hover div {
    width: 100%;
}
.hamburger:hover .top-bun {
    -webkit-animation: burger-hover 1s infinite ease-in-out alternate;
    animation: burger-hover 1s infinite ease-in-out alternate;
}
.hamburger:hover .meat {
    -webkit-animation: burger-hover 1s infinite ease-in-out alternate forwards 200ms;
    animation: burger-hover 1s infinite ease-in-out alternate forwards 200ms;
}
.hamburger:hover .bottom-bun {
    -webkit-animation: burger-hover 1s infinite ease-in-out alternate forwards 400ms;
    animation: burger-hover 1s infinite ease-in-out alternate forwards 400ms;
}

@-webkit-keyframes burger-hover {
    0% {
        width: 100%;
    }
    50% {
        width: 80%;
    }
    100% {
        width: 100%;
    }
}

@keyframes burger-hover {
    0% {
        width: 100%;
    }
    50% {
        width: 80%;
    }
    100% {
        width: 100%;
    }
}

/*----------------------------------------*/
/* =========== 02.0 HOME ONE ============ */
/*----------------------------------------*/
/* ======== 02.1 main nav css =========== */

.header {

    left: 0;
    right: 0;
    top: 0;
    background: #fff;
    position: fixed;

}

#app {
    line-height: 1.1;
}

.main-logo img {

    max-width: 170px;
    height: 40px;

}

.main-nav .dropdown-menu {
    font-size: 16px !important;
}

.footer-title-width {
    width: 200px;
}

.main-nav {

    padding: 20px 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9999;
    background: #fff;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, .1);

}

.custom-nav ul li a {
    color: #333;
    padding: 15px 15px;
    font-size: 16px !important;
    border-bottom: 1px solid #eaeaea;
}

.custom-nav ul li a:hover, .custom-nav ul .active a {
    background-color: #ff214f;
    color: #fff !important;
    font-weight: bold;
}


.custom-nav ul li .has-child:after {

    content: '\f105';
    float: right;
    font-size: 16px;
    font-family: FontAwesome;
    font-weight: normal;
    text-decoration:none;
    transition: .3s;

}

.custom-nav ul li .active.has-child:after {

    content: '\f107' !important;
    float: right;
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration:none;

}


/* ======== 02.1 side nav =========== */

.nav-notification  {
    position: relative;
}

.display-none {
    display: none;
}

.nav-notification .notification-badge {
    position: absolute;
    border-radius: 25px;
    padding: 2px 4px;
    line-height: 100%;
    min-width: 12px;
    font-size: 10px;
    color: #e13d3d;
    top: -8px;
    right: -15px;
    font-weight: bold;
    border: 1px solid #979797;
}

.nav-massage  {
    position: relative;
}

.nav-massage .massage-badge {
    position: absolute;
    border-radius: 25px;
    padding: 2px 4px;
    line-height: 100%;
    min-width: 12px;
    font-size: 10px;
    color: #e13d3d;
    top: -8px;
    right: -27px;
    font-weight: bold;
    border: 1px solid #979797;
}

.custom-notifi-badge {
    border-radius: 30px;
    padding: 2px 4px;
    line-height: 100%;
    min-width: 12px;
    font-size: 10px;
    color: #e13d3d;
    top: 0;
    right: 10px;
    font-weight: bold;
    border: 1px solid #979797;
}

.sidebar-menu > li:hover > a small, .sidebar-menu > li.active > a small {
    color: #fff;
    border: 1px solid #fff;
}

#search {
    align-items: center;
    background: #e5e5e5;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    padding: 0.6em 0.6em 0.6em 1em;
    transition: all 0.5s;
    width: 100%;
}
#search:hover, #search:focus, #search:focus-within {
    background: rgba(0, 187, 0, .1);
}
#button i {
    font-size: 16px;
    color: #999;
}
#search button,
#search input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: 0;
    color: inherit;
    font: inherit;
    outline: 0;
}
#search button {
    cursor: pointer;
    padding: 0 0.25em;
}
#search input {
    flex: 1;
}
#search input::-webkit-input-placeholder {
    color: #666;
}
#search input:-ms-input-placeholder {
    color: #666;
}
#search input::-ms-input-placeholder {
    color: #666;
}
#search input::placeholder {
    color: #666;
}
#search .spinner {
    -webkit-animation: spinner 1s infinite linear;
    animation: spinner 1s infinite linear;
    display: none;
    padding: 0 0.25em;
}

#search.loading button {
    display: none;
}
#search.loading .spinner {
    display: block;
}

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


.close-button {
    right: 32px;
    top: 0;
    color: #999;
    cursor: pointer;
    font-size: 24px;
}

.close-button img {
    height: 30px;
    opacity: .3;
}

.sidebar-menu {
    list-style: none;
    position: relative;
}

.main-sidenav {
    background: #ffff !important;
    overflow: hidden;
    z-index: 999999 !important;
    height: 100%;
}

.mCustomScrollbar.sidenav {
    max-height: 680px !important;
}

.main-sidenav.showbar {
    width: 350px !important;
    z-index: 999999;
    position: fixed;
    left: 0;
    box-shadow: 0 0 20px 1px rgba(0, 0, 0, .2);
    height: 100%;
    background: #fff;
}

.main-sidenav .mCSB_inside > .mCSB_container {
    margin-right: 10px !important;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: rgba(58, 58, 58, 0.25) !important;
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)";
}

.mCSB_scrollTools .mCSB_draggerRail {
    background-color: rgba(187, 185, 185, 0.4) !important;
    filter: "alpha(opacity=40)";
    -ms-filter: "alpha(opacity=40)";
}

.mCSB_scrollTools {
    background: #fff;
}

.dashboard-switcher {
    position: fixed;
    left: 30px;
    bottom: 30px;
    z-index: 999;
    background: #fff;
    box-shadow: -10px 10px 15px 1px rgba(0, 0, 0, 0.09);
    border: 1px solid #e3e3e3;
    color: #666;
    border-radius: 10px;
}

.dashboard-switcher a {
    padding: 10px 20px;
    font-weight: bold;
    display: block;
}

.main-sidenav {
    left: -350px;
    top: 0;
    width: 350px;
    transition: all ease .5s;
    position: absolute;
}


.overlay {
    transition: all ease .3s;
}

.overlay-active {
    opacity: 1;
    z-index: 999;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0 ,0, .4);
    transition: all ease .3s;

}


.sidebar-menu > li {
    position: relative;
    margin: 5px 0;
    padding: 0;
    display: block;
}

.sidebar-menu > li > a {
    padding: 15px 25px;
    display: block;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    border-bottom: 0;
    border-left: 3px solid transparent;
    color: #444;
}

.sidebar-menu > li > a > .fa {
    width: 20px;
}

.sidebar-menu > li:hover > a, .sidebar-menu > li.active > a {
    color: #fff;
    font-weight: bold;
    background: #ff214f;
    border-bottom: 0 !important;
    border-left: 5px solid #09b2d5;
}

.sidebar-menu > li > .treeview-menu {
    margin: 0;
    padding: 20px 10px;
    background: #eee;
}

.sidebar-menu > li .label,
.sidebar-menu > li .badge {
    margin-top: 3px;
    margin-right: 5px;
}

.sidebar-menu li.header {
    padding: 15px 25px;
    font-size: 14px;
    font-weight: bold;
    color: #626262;
    background: #fff;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
}

.sidebar-menu li > a > .fa-angle-left {
    width: auto;
    height: auto;
    padding: 0;
    margin-right: 10px;
    margin-top: 3px;
}

.sidebar-menu li.active > a > .fa-angle-left {
    transform: rotate(-90deg);
}

.sidebar-menu li.active > .treeview-menu {
    display: block;
}

.sidebar-menu a {
    color: #b8c7ce;
    text-decoration: none;
}

.sidebar-menu .treeview-menu {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
    padding-left: 5px;
}

.sidebar-menu .treeview-menu .treeview-menu {
    padding-left: 20px;
}

.sidebar-menu .treeview-menu > li {
    margin: 0;
    display: block;
}

.sidebar-menu .treeview-menu > li > a {
    padding: 15px 15px 15px 45px;
    display: block;
    font-size: 14px;
    color: #333;
    border: 1px solid #eee !important;
}

.sidebar-menu .treeview-menu > li > a > .fa {
    width: 20px;
}

.sidebar-menu .treeview-menu > li > a > .fa-angle-left,
.sidebar-menu .treeview-menu > li > a > .fa-angle-down {
    width: auto;
}

.sidebar-menu .treeview-menu > li.active > a, .sidebar-menu .treeview-menu > li > a:hover {
    color: #fff;
    background-color: #ff214f;
}

.line-height-1 {
    line-height: 1;
}

.link-border {
    width: 100%;
    display: block;
    border: 1px solid #eae9e9;
    position: absolute;
    top: 50%;
    z-index: -9;
}

.link-area {
    display: inline-block;
    background: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 25px;
    padding: 3px 40px;
}

.auction-badge {
    position: absolute;
    right: 10px;
    top: 10px;
    box-shadow: 0 0 5px 1px rgba(255, 255, 255, 0.18);
}

.global-custom-header {
    position: absolute;
    display: inline-block;
    background: #FFF;
    top: 50%;
    transform: translateY(-50%);
    padding: 7px 20px;
    border-radius: 5px;
    border: 1px solid #e3e3e3;
}

.c-slideout {
    height: 100%;
    width: 100%;
}
.c-slideout__overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
}
.c-slideout__container {
    height: 100%;
    width: 22rem;
    background-color: #fefefe;
    z-index: 10000;
    position: fixed;
    top: 0;
    left: 0;
    box-sizing: border-box;
}

.c-close {
    position: absolute;
    background: 0 0;
    opacity: .5;
    right: .625rem;
    top: .4375rem;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
}

.overlay-enter-active, .overlay-leave-active {
    transition: all 0.3s ease-out;
}
.overlay-enter, .overlay-leave-to {
    background-color: rgba(0, 0, 0, 0.5);
}

.slide-enter-active, .slide-leave-active {
    transition: all 0.3s ease-out;
}
.slide-enter, .slide-leave-to {
    transform: translateX(-100%);
}

/*----------------------------------------*/
/* ====== 04. properties details ======== */
/*----------------------------------------*/
.property-title .item-name {
    font-size: 32px;
    font-weight: 500;
    color: #333;
    font-weight: 700;
    font-family: "Poppins", sans-serif; }

.property-title .property-area {
    color: #999;
    margin-top: 5px; }
.property-title .property-area i {
    color: #ff214f;
    font-size: 18px;
    margin-right: 10px; }

.property-title .property-price {
    font-size: 26px;
    color: #666;
    font-weight: 700;
    line-height: 1;
    margin-top: 10px;
    text-align: right; }
.property-title .property-price span {
    color: #ff214f;
    font-size: 20px; }
.property-title .property-price .for-badge {
    background: #ff214f;
    padding: 5px 15px;
    border-radius: 15px;
    color: #fff !important;
    font-size: 12px !important;
    font-weight: 500;
    text-transform: capitalize; }

.property-title .property-overview {
    margin-top: 15px; }
.property-title .property-overview ul li {
    margin-right: 30px;
    text-transform: capitalize; }
.property-title .property-overview ul li i {
    color: #ff214f !important;
    font-size: 16px !important;
    margin-right: 5px; }
.property-title .property-overview ul li:last-child {
    margin-right: 0; }

.owl-six {
    position: relative; }
.owl-six #sync1 .item {
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center; }
.owl-six #sync2 .item {
    color: #FFF;
    margin: 5px;
    margin-top: 10px;
    background: #fff;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    opacity: .4;
    transition: .5s; }
.owl-six #sync2 .current .item {
    opacity: 1;
    transition: .3s;
    border: 3px solid #10cea1; }

.property-tab .nav-tabs .nav-link {
    color: #999; }

.property-tab .nav-tabs .nav-link.active,
.property-tab .nav-tabs .nav-item.show .nav-link {
    color: #10cea1 !important; }

.features-list ul li {
    margin-bottom: 20px; }
.features-list ul li i {
    color: #ff214f;
    font-size: 18px;
    margin-right: 10px; }

/*----------------------------------------*/
/* ========== 07. blog page ============= */
/*----------------------------------------*/
.s-box {
    background: #fff;
    border: 1px solid rgba(125, 125, 125, 0.25);
    padding: 20px; }
.s-box-header {
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px; }
.s-box-header span {
    color: #10cea1;
    font-weight: normal; }

.blog-search {
    position: relative; }
.blog-search .form-control {
    width: 100% !important;
    height: calc(2.25rem + 2px);
    padding: 0.575rem 3rem .5rem 1.5rem;
    color: #999;
    font-size: 14px;
    margin: 0;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    background: none; }
.blog-search .form-control:hover, .blog-search .form-control:focus {
    border: 1px solid #999;
    transition: .3s; }
.blog-search .form-control::placeholder {
    color: #bfbfbf; }
.blog-search button {
    position: absolute;
    right: 10px;
    border: none;
    color: #e1e1e1;
    transition: .5s; }
.blog-search button:hover {
    color: #10cea1;
    transition: .5s; }
.blog-search .btn {
    background: none; }

.popular-cat .list-group-item {
    border: 1px solid #eaeaea !important; }
.popular-cat .list-group-item a {
    color: #666;
    transition: .5s;
    display: block;
    text-transform: capitalize; }
.popular-cat .list-group-item a:hover {
    color: #10cea1;
    transition: .3s;
    transform: translateX(3px); }
.popular-cat .list-group-item .badge-primary {
    background: #10cea1; }

.pop-sing-card .media img {
    max-width: 110px;
    height: auto; }

.pop-sing-card .media span a {
    font-size: 16px;
    color: #10cea1;
    line-height: 1;
    text-transform: capitalize;
    font-weight: bold;
    transition: .3s; }
.pop-sing-card .media span a:hover {
    color: #ff214f;
    transition: .3s; }

.pop-sing-card .media .pop-date {
    color: #999;
    margin-top: 5px;
    font-size: 12px; }

.pop-sing-card .media .pop-price {
    font-weight: 600;
    color: #666; }

.blog-social ul li {
    margin-right: 10px; }
.blog-social ul li a {
    width: 45px !important;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    background: #10cea1;
    transition: .5s;
    border-radius: 5px; }
.blog-social ul li a i {
    line-height: 40px;
    color: #fff;
    font-size: 18px; }
.blog-social ul li a:hover {
    background: #ff214f !important;
    transition: .3s; }
.blog-social ul li:last-child {
    margin-right: 0; }

.blog-tags ul li {
    margin-right: 5px;
    margin-bottom: 5px; }
.blog-tags ul li a {
    padding: 5px 10px;
    background: #fff;
    text-transform: capitalize;
    color: #999;
    border: 1px solid rgba(125, 125, 125, 0.15);
    display: inline-block;
    font-size: 12px;
    transition: .5s; }
.blog-tags ul li a:hover {
    color: #fff;
    transition: .3s;
    background: #ff214f; }

.single-review img {
    width: 45px;
    height: auto;
    border-radius: 5px; }

.single-review-title a {
    font-size: 14px;
    font-weight: bold;
    text-transform: capitalize;
    color: #333; }

.single-review .rating ul li i {
    color: #ffcf10; }

.single-review p {
    font-size: 12px;
    color: #999; }

/*----------------------------------------*/
/* ========== 10. single blog =========== */
/*----------------------------------------*/
.single-blog-title {
    font-size: 26px;
    text-transform: capitalize; }

.single-blog-details {
    line-height: 1.6;
    font-size: 16px;
    color: #666; }

.blockqu {
    border-left: 5px solid #10cea1;
    padding: 15px 10px;
    background: #f8f8f8;
    font-size: 16px; }

.single-tag ul li:first-child {
    font-size: 20px;
    text-transform: uppercase;
    margin-right: 10px; }

.single-share ul li {
    margin-right: 5px; }
.single-share ul li a {
    border: 1px solid #efefef;
    width: 35px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    display: inline-block;
    transition: .5s; }
.single-share ul li a:hover {
    background: #ff214f;
    transition: .3s; }
.single-share ul li a:hover i {
    color: #fff;
    transition: .3s; }
.single-share ul li a i {
    color: #888; }
.single-share ul li:last-child {
    margin-right: 0; }

.single-comment-amount, .single-blog-title {
    font-size: 22px;
    font-weight: 500; }

.single-comment .media img {
    width: 55px;
    height: auto;
    border-radius: 5px; }

.single-comment .media .media-body .comment-title {
    font-size: 20px;
    display: block;
    line-height: 1; }

.single-comment .media .media-body .reply {
    color: #10cea1;
    transition: .7s;
    font-size: 12px; }
.single-comment .media .media-body .reply i {
    transition: .7s;
    color: #10cea1;
    font-size: 10px; }
.single-comment .media .media-body .reply:hover {
    color: #ff214f;
    transition: .3s; }
.single-comment .media .media-body .reply:hover i {
    color: #ff214f;
    transition: .3s; }

.comment-form .form-control {
    font-size: 14px;
    color: #666 !important;
    border: 1px solid #dfdfdf; }


/* ======== 02.2 sticky nav =========== */

.notification-control .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: transparent !important;
}

.notifications-area {
    width: 400px !important;
    padding: 10px;
}

.notifications-area a {
    color: #666;
    font-size: 14px;
}

a.disabled {
    pointer-events: none;
}

.notifications-area a:hover span{
    background-color: #ff214f;
    color: #fff !important;
}

.sticky-nav {

    background: #fff;
    box-shadow: 0 10px 10px 1px rgba(155, 155, 155, 0.3);
    position: fixed !important;
    transition: all ease .3s;
    width: 100%;
    top: -1px;
    left: 0;
    z-index: 99999;

}

/*========= Start : card css ===========*/

.fileinput-new{
    width: 200px !important;
    height: 180px !important;
}
.fileinput-preview {
    max-width: 200px !important;
    max-height: 180px !important;
}

.btn-file {
    width: 100px !important;
}

.grid-card .card-image-area {
    position: relative;
}
.grid-card .card-image-area figure {
    margin: 0;
    background: #e6e6e6;
}
.grid-card .card-image-area .add-to-area {
    right: 10px;
    padding: 5px 10px;
    top: 10px;
    position: absolute;
    z-index: 9;
    font-size: 20px;
}
.grid-card .card-image-area .add-to-area .fa-heart {
    color: #ccc;
    transition: .3s;
}
.grid-card .card-image-area .add-to-area .fa-heart:hover {
    transition: .3s;
    color: #FF6966;
}
.grid-card .card-image-area ul li a i {
    text-shadow: 0 3px 1px rgba(0, 0, 0, 0.5);
}
.grid-card .card-image-area ul li.active .fa {
    transition: .3s;
    color: #FF6966;
}

.grid-card .card {
    border-top: 1px solid #f5f5f5;
}
.grid-card .card .card-body {
    padding: 25px;
    border-top: 1px solid #efefef;
    font-size: 16px;
    overflow: hidden;
}
.grid-card .card .card-body .grid-title {
    max-width: 300px;
    line-height: 1;
    color: #333;
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    display: block !important;
}


.pagination .page-link {
    padding: 10px 25px !important;
    color: #10cea1;
    border: 1px solid #10cea1; }

.pagination .page-link:hover {
    background: #10cea1;
    color: #fff !important; }

.pagination .page-item.disabled .page-link {
    border: 1px solid #10cea1; }



.grid-card .card .card-body .item-amount {
    color: #10cea1;
    font-size: 18px;
    font-weight: bold;
}
.grid-card .card .card-body .item-details {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    border-top: 1px solid #f5f5f5;
    margin-top: 15px;
    padding: 15px 0;
    border-bottom: 1px solid #f5f5f5;
}

.owl-one {
    border-radius: 10px;
    overflow: hidden;
    border: 5px solid #f7f7f7;
    position: relative;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, .2);
}

.owl-one .owl-dots {
    position: absolute;
    bottom: 15px;
    width: 100%;
    transition: .3s;
}

.owl-one .owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 5px;
    margin: 5px 7px;
    background: rgba(255, 255, 255, .3);
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.owl-one .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #ff214f !important;
}

.owl-one .item {
    position: relative;
    overflow: hidden; }

.owl-one .slide-animation .text-area .header {
    animation: 2s .8s fadeInLeft both; }

.owl-one .slide-animation .text-area .h-sub-text {
    animation: 2s .6s fadeInUp both; }

.owl-one .slide-animation .text-area a {
    animation: 2s 3s flipInX both; }

.owl-one .text-animation {
    position: absolute;
    left: 10%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999; }
.owl-one .text-animation .text-area .header {
    font-size: 80px;
    animation-delay: 2s;
    font-weight: 900;
    line-height: 1;
    font-family: "Poppins", sans-serif;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px; }
.owl-one .text-animation .text-area .h-sub-text {
    line-height: 1;
    font-size: 40px;
    margin-bottom: 10px;
    color: #fff;
    font-weight: bold; }
.owl-one .text-animation .text-area a {
    position: relative;
    z-index: 999;
    color: #fff;
    float: right; }

.owl-one .owl-nav {
    left: 0px;
    right: 0px;
    z-index: 99;
    margin: 0 !important; }
.owl-one .owl-nav button {
    position: absolute;
    top: 55%;
    transform: translateY(-100%); }
.owl-one .owl-nav button i {
    color: #fff;
    font-weight: normal;
    padding: 10px;
    font-size: 16px !important; }
.owl-one .owl-nav button i:hover {
    background-color: transparent; }
.owl-one .owl-nav [class*="owl-"] {
    background: none !important; }
.owl-one .owl-nav .owl-prev {
    left: 15px; }
.owl-one .owl-nav .owl-next {
    right: 15px; }

/*========= End : card css ===========*/

/*11.0 FOOTER AREA*/
.footer {
    background: #333;
}
.footer .footer-border {
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
}

.prop-city .v-2 li {
    width: 100% !important;
}

.prop-city .list li {
    float: left;
    width: 50%;
    margin-bottom: 8px;
}
.prop-city .list li a {
    color: #efefef;
    transition: .3s;
}
.prop-city .list li a:hover {
    color: #ff214f;
    transition: .3s;
    padding-left: 8px;
}
.prop-city .list li::before {
    font-family: FontAwesome;
    content: "\f105";
    display: inline-block;
    padding-right: 10px;
    color: #ff214f;
    vertical-align: middle;
}

.popular-post-card .media img {
    width: 70px;
    height: 50px;
}

.popular-post-card .media .media-body span {
    color: #efefef;
    font-size: 16px;
}
.popular-post-card .media .media-body span:hover {
    color: #ff214f;
    transition: .3s;
}

.get-in-touch {
    color: #efefef;
}
.get-in-touch li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
}
.get-in-touch li:last-child {
    margin-bottom: 0;
}
.get-in-touch li i {
    color: #ff214f;
    position: absolute;
    left: 0;
    font-size: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.get-in-touch li a {
    color: #efefef;
}
.get-in-touch li a:hover {
    color: #ff214f;
    transition: .3s;
}

.footer-bottom {
    padding-top: 30px;
}
.footer-bottom p {
    color: #999;
}

/*12. flash message*/
/* Flash Message Starts */

.flash-message {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999999999999;
    background: rgba(0, 20, 15, 0.8);
    display: none;
    top: 0;
    left: 0;
}

.flash-message.flash-message-active {
    display: block;
}

.flash-close.close {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #fff;
    z-index: 999;
}

.flash-removable {
    position: relative;
}

.close.flash-close {
    z-index: 9999999;
    color: #000;
    top: -18px;
    right: 2px;
}

.flash-icon {
    display: table;
    margin: 0 auto 15px;
    font-size: 30px;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    line-height: 62px;
    background: #fff;
}

.flash-message .centralize-content {
    padding: 30px 15px;
    border-radius: 4px;
    background: #fff;
    text-align: center;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.4);
    display: none;
    max-width: 460px;
}

.flash-message .centralize-content p {
    font-size: 18px;
}

.flash-message .centralize-content.flash-success {
    color: #0b0;
    display: block;
}

.flash-message .centralize-content.flash-success .flash-icon {
    border: 4px solid #00bb00;
}

.flash-message .centralize-content.flash-success .flash-icon::before {
    content: "\F00C";
    font-family: FontAwesome;
}

.flash-message .centralize-content.flash-error {
    color: #f00;
    display: block;
}

.flash-message .centralize-content.flash-error .flash-icon {
    border: 4px solid #f00;
}

.flash-message .centralize-content.flash-error .flash-icon::before {
    content: "\F00D";
    font-family: FontAwesome;
}

.flash-message .centralize-content.flash-warning {
    color: #f80;
    display: block;
}

.flash-message .centralize-content.flash-warning .flash-icon {
    border: 4px solid #f80;
}

.flash-message .centralize-content.flash-warning .flash-icon::before {
    content: "\F071";
    font-family: FontAwesome;
}

.flash-message .centralize-content.flash-confirmation {
    color: #2379a1;
    display: block;
}

.flash-message .centralize-content.flash-confirmation .flash-icon {
    border: 4px solid #2379a1;
}

.flash-message .centralize-content.flash-confirmation .flash-icon::before {
    content: "\F128";
    font-family: FontAwesome;
}

.hidden-flash-item {
    display: none;
}

.flash-message .centralize-content.flash-confirmation .hidden-flash-item {
    display: initial;
}

.centralize-wrapper {
    width: 100%;
    padding: 0;
    display: table;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
}

div.centralize-inner {
    padding: 0;
    vertical-align: middle;
    display: table-cell;
    margin: 0;
}

div.centralize-content {
    max-width: 360px;
    margin: 0 auto;
    text-align: left;
    padding: 10px;
}



/*.timer {*/
/*    margin-top: 20px;*/
/*}*/

.count-down .day, .count-down .hour, .count-down .min, .count-down .sec {
    padding: 7px !important;
    border-radius: 5px;
    display: inline-block !important;
    text-align: center;
}

.sec .number {
    font-size: 13px;
}

.day .number {
    color: #6F42C1;
    font-size: 20px;
}

.hour .number {
    color: #ff214f;
    font-size: 18px;
}

.min .number {
    color: #20C997;
    font-size: 16px;
}

.sec .number {
    color: #777;
    font-size: 12px;
}
.sec .format {
    font-size: 8px;
}

.format {
    color: #b9b9b9;
    font-weight: normal;
    font-size: 11px;
    display: inline-block;
}

.format::after {
    content: ':';
    color: #999;
    margin-left: 5px;
}

.format:last-child:after{
    display: none;
}

/*Flash message ends*/

/*----------------------------------------*/
/* ======= 12.0 responsive css ========== */
/*----------------------------------------*/

@media only screen and (max-width: 575px){
    .main-sidenav.showbar {
        width: 300px !important;
    }

    .pagination .page-link {
        padding: 5px 12px !important;
        color: #10cea1;
        border: 1px solid #10cea1;
    }
}
@media only screen and (max-width: 575px){

    .agent-info .personal-info ul li span {
        width: 100% !important;
    }

    .prop-city .list li {
        width: 100%;
    }

    .global-custom-header {
        display: block;
        position: relative;
        text-align: center;
    }

    .link-area {
        display: flex;
        justify-content: center;
    }

}

@media only screen and (max-width: 1366px) {
    .mCustomScrollbar.sidenav {
        max-height: 500px !important;
    }
}
@media only screen and (max-width: 991px){

    .nav-card {
        display: none;
    }

    .mCustomScrollbar.sidenav {
        max-height: 450px !important;
    }

    .c-button.c-button--primary {
        top: 50%;
        position: absolute;
        transform: translateY(-50%);
        right: 15px;
    }

    .p-t-md-200 {
        padding-top: 200px !important;
    }

    .global-custom-header {
        padding: 10px;
    }

    .link-area {
        padding: 10px 40px;
    }

    #search {
        margin-top: 15px;
    }

    .nav-icons.notification-control {
        margin-top: 20px !important;
    }

    .nav-icons.notification-control-main {
        margin-top: 20px !important;
    }

    .notification-control-main .user-avater img {
        float: right;
    }

    .notification-control i {
        justify-content: center;
        display: flex;
    }

    .notification-control-main .fa-bell-o {
        float: left;
    }

    .nav-massage .massage-badge {
        right: -5px;
    }

    .nav-notification .notification-badge {
        right: -4px;
    }

}


