

#sidebar
{
    background-color: #152F48;
}

#sidebar-nav
{
    height: calc(100vh - 350px) !important;
}

#sidebar-nav li a
{
    color: #fff !important;
    /*font-family: rajdhani_regular;*/
}

#sidebar-nav li a:hover
{
    background-color: #F58220;
    color: #F58220;
}

#otp_logo_sidebar
{
    width: 200px;
    height: 300px;
}

.dashboard_icon
{
    width: 100px;
    height: 100px;
}

.text_color_primary
{
    color: #152F48 !important;
}

.text_color_secondary
{
    color: #F58220 !important;
}

.page-header
{
    /*font-family: rajdhani_bold;*/
    font-weight: bold;
    background-color: #152F48;
    border-radius: 5px;
    padding: 20px 15px 15px 15px;
    color: #fff;
    margin-top: -10px;
    margin-bottom: 2rem !important;
}

.d_content_one
{
    width: 100%;
    text-align: center;
    background-color: #E8EBED;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 10px;
    /*font-family: rajdhani_bold;*/
    font-weight: bold;
    font-size: 20px;
}

.d_content_two
{
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 6.5rem;
    /*font-size: 120px;*/
    margin: auto;
    /*font-family: rajdhani_bold;*/
    font-weight: bold;
}

.d_content_two span
{
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    /*font-family: rajdhani_bold;*/
    font-weight: bold;
}

.d_content_three
{
    width: 100%;
    text-align: center;
    font-size: 20px;
    padding-bottom: 10px;
    color: #BCC4CB;
    /*font-family: rajdhani_regular;*/
    text-transform: uppercase;
}

.dashboard_table tr > th
{
    text-transform: uppercase;
    /*font-family: rajdhani_bold;*/
    font-weight: bold;
    font-size: 16px;
    color: #F58220;
}

.dashboard_table tr th
{
    border-bottom: 2px solid #F58220;
}

.dashboard_table tr td
{
    /*font-family: rajdhani_regular;*/
    font-size: 16px;
}

.d_table_heading
{
    width: 100%;
    text-transform: uppercase;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    background-color: #E8EBED;
    padding: 10px;
}

.d_table_heading button
{
    margin-right: 15px;
}

.d_table_heading span:nth-child(1)
{
    /*font-family: rajdhani_bold;*/
    font-weight: bold;
    font-size: 25px;
    padding-top: 20px;
}

.d_profile
{
    /*display: block;*/
    /*width: 35%;*/
    height: 150px;
    /*margin-left: auto;*/
    /*margin-right: auto;*/
    /*padding-top: 40px;*/
    /*padding-bottom: 40px;*/
}

hr
{
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    padding: 0;
}

tr.td_bottom_border td
{
    border-bottom: 1px solid #ccc;
}

.choose_file_btn
{
    color: #F58220;
    padding: 5px 20px;
    border: 1px solid #F58220;
    border-radius: 0;
    text-transform: uppercase;
}

.choose_file_btn:hover
{
    color: #fff;
    background-color: #F58220;
    cursor: pointer;
}

.d-clearfix
{
    margin-top: 10%;
}

.listing-icons
{
    padding: 15px !important;
    background-color: #F58220;
    border-radius: 10%;
    height: 70px;
    width: 70px;
    font-weight: bold;
}

.listing_title
{
    font-size: 20px;
}

@media screen and (min-width: 769px) and (max-width: 1024px)
{
    .listing_title
    {
        font-size: 18px;
    }

    .listing-icons
    {
        padding: 15px !important;
        height: 50px;
        width: 50px;
    }
}

.listing-icons-sm
{
    padding: 16px !important;
    background-color: #F58220;
    border-radius: 10%;
}

.bg-listing
{
    background: linear-gradient(rgba(53, 73, 97, 0.8), rgba(53, 73, 97, 0.8)), url("../../assets/Dashboard-Image-Background.png");
    background-color: #CCCCCC;
    background-repeat: repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: -1;
    background-attachment: fixed;
}

.d-list-bg-card
{
    background: rgba(21, 47, 72, 0.9) !important;
}

.text_color_white
{
    color: white;
}

.overview
{
    display: none;
}

.sm_listing
{
    display: none;
}

.dash_card h1:nth-child(1)
{
    text-transform: uppercase;
    /*font-family: rajdhani_bold;*/
    font-weight: bold;
    font-size: 22px;
}

.dash_card h1:nth-child(2)
{
    text-transform: uppercase;
    /*font-family: rajdhani_bold;*/
    font-weight: bold;
    font-size: 55px;
    margin-top: 0;
}

.dash_manage_listing p
{
    /*font-family: rajdhani_bold;*/
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
}

.dash_update_profile p
{
    /*font-family: rajdhani_bold;*/
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
}

.bg-blur
{
    background-color: rgba(21, 47, 72, 0.75);
}

.bg-img
{
    background-attachment: fixed;
    background-image: url('../../assets/Dashboard-Image-Background.png');
}

.bg-overlay
{
    background-color: rgba(0, 0, 0, 0.65);
    top: 0;
    left: 0;
}

.listing_card_header
{
    background-color: #E8EBED;
    padding: 5px;
}

.listing_card_header button
{
    color: #152F48;
    /*font-family: rajdhani_bold;*/
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20px;
}

.listing_cards label
{
    /*font-family: rajdhani_regular;*/
    font-size: 14px;
    margin-bottom: 5px;
}

#uploads .rajdhani_label_bold
{
    /*font-family: rajdhani_bold !important;*/
    font-weight: bold;
}

#optional_uploads .rajdhani_label_bold
{
    /*font-family: rajdhani_bold !important;*/
    font-weight: bold;
}

.amenity_table
{
    /*font-family: rajdhani_regular;*/
    font-size: 18px;
}

#header
{
    border-bottom: 2px solid #F58220 !important;
}

#footer-navbar
{
    padding: 0 16px 16px 16px;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgb(21, 47, 72);
    color: white;
    word-wrap: break-word;
}

#footer-navbar > a {
    padding: 20px 10px 10px 10px;
    border-radius: 0 0 5px 5px;
}

#footer-navbar > a.active {
    color: #ff8840 !important;
    background-color: white;
    font-weight: 600;
}

#footer-navbar > a.active img {
    filter: invert(62%) sepia(34%) saturate(3412%) hue-rotate(346deg) brightness(98%) contrast(96%) !important; }


.addition_question_icon
{
    display: none;
}

.icons_row
{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 12px;
}

.icons_row div
{
    padding: 5px;
    /*padding: 5px 0px 0px 7px;*/
}

.dash_listing_row
{
    margin-top: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 12px;
}

.leads_icon
{
    display: none;
}

.listing_table_th span, i
{
    display: none;
}

/*.price_row .search_price_maximum input*/
/*{*/
/*    display: inline-block;*/
/*    width: 80%;*/
/*}*/

/*.price_row .search_price_maximum .search_question_icon*/
/*{*/
/*    display: inline-block;*/
/*    width: 15%;*/
/*}*/

@media (min-width: 600px)
{
    .bg-login
    {
        background: linear-gradient(rgba(53, 73, 97, 0.9), rgba(53, 73, 97, 0.9)), url("../../assets/plansandpricing-package4.svg");
        background-color: #CCCCCC;
        background-repeat: repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        z-index: -1;
        background-attachment: fixed;
    }
}

.price_row .row input
{
    width: 85%;
    margin-right: 5px;
}

.uploads_label
{
    display: block;
}

.addition_uploads_label
{
    display: none;
}

@media (max-width: 767px)
{
    #page-wrapper
    {
        margin-top: 100px;
        margin-bottom: 130px;
        padding: 0 8px;
    }

    .page-header
    {
        margin: 0rem 0rem;
    }

    .overview
    {
        display: block;
        width: 100%;
        margin-top: 20px;
    }

    .overview p
    {
        font-size: 18px;
        /*font-family: rajdhani_bold;*/
        font-weight: bold;
    }

    .icons_row
    {
        margin-top: 1px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        column-gap: 9px;
    }

    .icons_row div
    {
        padding: 5px 0px 0px 0px;
    }

    .dash_card h1:nth-child(1)
    {
        font-size: 15px;
    }

    .dash_card h1:nth-child(2)
    {
        /*font-size: 50px;*/
        font-size: 30px;
    }

    .dash_card div div:first-of-type
    {
        display: block;
        width: 100%;
        text-align: center;
    }

    .sm_listing
    {
        margin-top: 15px;
        display: block;
    }

    .sm_listing button
    {
        margin-bottom: 5px;
        margin-right: 5px;
    }

    .sm_listing span
    {
        /*font-family: rajdhani_bold;*/
        font-weight: bold;
        font-size: 18px;
    }

    .dash_listing_row
    {
        margin-top: 2px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        column-gap: 12px;
    }

    .d_content_one
    {
        font-size: 16px;
    }

    .d_content_two
    {
        font-size: 70px;
    }

    .d_content_two span
    {
        font-size: 23px;
    }

    .d_content_three
    {
        font-size: 16px;
    }

    .dashboard_table tr > th
    {
        font-size: 15px;
    }

    .dashboard_table tr td
    {
        font-size: 12px;
    }

    .d_table_heading button
    {
        margin-right: 5px;
    }

    .addition_question_icon
    {
        display: inline;
    }

    .addition_question_icon img
    {
        width: 22px;
        height: 22px;
    }

    .leads_icon
    {
        display: table-cell;
        width: 20%;
    }

    .leads_icon i
    {
        font-size: 20px;
        color: #F58220;
        display: inline-block;
    }

    .listing_table_th
    {
        padding: 0;
        width: 30%;
    }

    .listing_table_th span
    {
        margin-left: -5px;
        text-align: center;
        font-size: 10px;
        text-transform: uppercase;
        /*font-family: rajdhani_regular;*/
        background-color: #F58220;
        color: #fff;
        padding: 5px;
        display: inline-block;
    }

    .listing_table_th i
    {
        font-size: 16px;
        color: #F58220;
        display: inline-block;
        padding-left: 5px;
    }

    #category #enquiry_email, .icon_question_mark,
    .nearby_amenities_card, .sm_display_none
    {
        display: none;
    }

    .search_question_icon
    {
        padding-top: 10px;
    }

    .listing_card_header button
    {
        white-space: normal !important;
        word-wrap: break-word;
        font-size: 18px;
    }

    .listing_cards
    {
        margin-top: 20px;
    }

    .listing_cards label
    {
        font-size: 16px;
    }

    .lead_third_row td:nth-child(1)
    {
        width: 70%;
    }

    .lead_third_row td:nth-child(2)
    {
        width: 30%;
    }

    .features
    {
        width: 50%;
    }

    .button_orange
    {
        text-align: center;
        font-size: 14px;
        padding: 5px 15px;
    }

    .button_info
    {
        text-align: center;
        font-size: 14px;
        padding: 5px 15px;
    }

    .button_dark_blue
    {
        text-align: center;
        font-size: 14px;
        padding: 5px 15px;
    }

    .optional_row
    {
        width: 50%;
    }

    .address_rows div:nth-child(1)
    {
        width: 60%;
    }

    .address_rows div:nth-child(2)
    {
        width: 40%;
    }

    .price_row .search_price_minimum
    {
        width: 50%;
    }

    .price_row .search_price_maximum
    {
        width: 50%;
        margin-right: 0;
    }

    /*.price_row .search_price_maximum input*/
    /*{*/
    /*    display: inline-block;*/
    /*    width: 80%;*/
    /*}*/

    /*.price_row .search_price_maximum .search_question_icon*/
    /*{*/
    /*    display: inline-block;*/
    /*    width: 15%;*/
    /*}*/

    .d_table_heading span:nth-child(1)
    {
        font-size: 20px;
        padding-top: 20px;
    }

    .addition_uploads_label
    {
        display: inline;
    }

    .leading_rows > div
    {
        width: 50%;
    }

    .leading_rows > div .input-group
    {
        width: 100% !important;
    }

    .addnew_feature
    {
        width: 100%;
    }

    .choose_file_btn
    {
        color: #F58220;
        padding: 5px 10px;
        border: 1px solid #F58220;
        border-radius: 0;
        text-transform: uppercase;
        font-size: 12px;
    }

    .uploads_label
    {
        display: inline;
    }

    .no_file_chosen
    {
        font-size: 12px;
    }
}

.custom-card
{
    padding: 8px;
    margin: 8px;
    margin-bottom: 32px;
    width: 20%;
    min-width: 330px;
}

.profile_img
{
    height: 150px;
    width: 150px;
    padding: 10px;
}

/*custom badge list*/
.custom-badge
{
    background-color: transparent;
    /*font-family: rajdhani_regular;*/
    color: #000;
    padding: 5px 15px;
    border: 1px solid #000;
    border-radius: 5%;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
}

.custom-badge-sm
{
    font-size: 12px !important;
    padding: 3px 7px;
}

.custom-badge-orange
{
    color: #F58220;
    border: 1px solid #F58220;
}

.custom-badge-info
{
    color: #0DCAF0;
    border: 1px solid #0DCAF0;
}

.custom-badge-dark-blue
{
    color: darkblue;
    border: 1px solid darkblue;
}

.custom-badge-danger
{
    color: #ad0303;
    border: 1px solid #ad0303;
}

.custom-badge-success
{
    color: #3c7d1a;
    border: 1px solid #3c7d1a;
}

/*font family or font weight*/
.font-Regular
{
    /*font-family: rajdhani_regular;*/
    font-weight: normal;
}
.font-medium
{
    /*font-family: rajdhani_medium;*/
    font-weight: normal;
}
.font-bold
{
    /*font-family: rajdhani_bold;*/
    font-weight: bold;
}
.font-semi-bold
{
    /*font-family: rajdhani_semibold;*/
    font-weight: normal;
}
.font-light
{
    /*font-family: rajdhani_light;*/
    font-weight: lighter;
}

.button_orange_background
{
    background-color: #F58220;
    /*font-family: rajdhani_regular;*/
    color: #fff !important;
    padding: 5px 20px;
    border: 1px solid #F58220 !important;
    border-radius: 0;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
}

.button_orange_background:hover
{
    color: #F58220 !important;
    background-color: #fff !important;
    cursor: pointer;
}


/*button with only outline list */

.button_orange
{
    background-color: transparent;
    /*font-family: rajdhani_regular;*/
    color: #F58220 !important;
    padding: 5px 20px;
    border: 1px solid #F58220 !important;
    border-radius: 0;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
}

.button_orange:hover
{
    color: #fff !important;
    background-color: #F58220 !important;
    cursor: pointer;
}

.button_info
{
    background-color: transparent;
    /*font-family: rajdhani_regular;*/
    color: #0DCAF0 !important;
    padding: 5px 20px;
    border: 1px solid #0DCAF0 !important;
    border-radius: 0;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
}

.button_info:hover
{
    color: #fff !important;
    background-color: #0DCAF0 !important;
    cursor: pointer;
}

.button_dark_blue
{
    background-color: transparent;
    /*font-family: rajdhani_regular;*/
    color: darkblue !important;
    padding: 5px 20px;
    border: 1px solid darkblue !important;
    border-radius: 0;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
}

.button_dark_blue:hover
{
    color: #fff !important;
    background-color: darkblue !important;
    cursor: pointer;
}

.button_blue_background
{
    background-color: blue;
    /*font-family: rajdhani_regular;*/
    color: #fff !important;
    padding: 5px 15px;
    border: 1px solid darkblue !important;
    border-radius: 0;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
}


.button_danger
{
    background-color: transparent;
    /*font-family: rajdhani_regular;*/
    color: #ad0303 !important;
    padding: 5px 20px;
    border: 1px solid #ad0303 !important;
    border-radius: 0;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
}

.button_danger:hover
{
    color: #fff !important;
    background-color: #ad0303 !important;
    cursor: pointer;
}

.button_dark
{
    background-color: transparent;
    /*font-family: rajdhani_regular;*/
    color: #000 !important;
    padding: 5px 30px;
    border: 1px solid #000 !important;
    border-radius: 0;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
}

.button_dark img
{
    filter: brightness(0) saturate(100%) invert(62%) sepia(34%) saturate(3412%) hue-rotate(346deg) brightness(98%) contrast(96%) !important;
}

.button_dark:hover
{
    color: #fff !important;
    background-color: #000 !important;
    cursor: pointer;
}

.button_dark:hover img
{
    filter:  brightness(0) invert(1) !important;
}

.button_gray
{
    background-color: transparent;
    /*font-family: rajdhani_regular;*/
    color: #788796 !important;
    padding: 5px 30px;
    border: 1px solid #788796 !important;
    border-radius: 0;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
}

.button_gray:hover
{
    color: #fff !important;
    background-color: #788796 !important;
    cursor: pointer;
}

/*button with background color, no outline list */

.button_orange_2
{
    background-color: #F58220 !important;
    /*!*font-family: rajdhani_regular;*!*/
    color: #fff !important;
    padding: 5px 20px;
    border-radius: 0;
    text-align: center;
    /*font-size: 16px;*/
    text-transform: uppercase;
}

.button_orange_2:hover
{
    color: #F58220 !important;
    background-color: #fff !important;
    border: 1px solid #F58220 !important;
    cursor: pointer;
}

.button_info_2
{
    background-color: #0DCAF0 !important;
    /*font-family: rajdhani_regular;*/
    color: #fff !important;
    padding: 5px 20px;
    border-radius: 0;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
}

.button_info_2:hover
{
    color: #0DCAF0 !important;
    background-color: #fff !important;
    border: 1px solid #0DCAF0 !important;
    cursor: pointer;
}

.button_dark_blue_2
{
    background-color: darkblue !important;
    /*font-family: rajdhani_regular;*/
    color: #fff !important;
    padding: 5px 20px;
    border-radius: 0;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
}

.button_dark_blue_2:hover
{
    color: darkblue !important;
    background-color: #fff !important;
    border: 1px solid darkblue !important;
    cursor: pointer;
}

.button_danger_2
{
    background-color: #ad0303 !important;
    /*font-family: rajdhani_regular;*/
    color: #fff !important;
    padding: 5px 30px;
    border-radius: 0;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
}

.button_danger_2:hover
{
    color: #ad0303 !important;
    background-color: #fff !important;
    border: 1px solid #ad0303 !important;
    cursor: pointer;
}

.button_dark_2
{
    background-color: #000 !important;
    /*font-family: rajdhani_regular;*/
    color: #fff !important;
    padding: 5px 30px;
    border-radius: 0;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
}

.button_dark_2:hover
{
    color: #000 !important;
    background-color: #fff !important;
    border: 1px solid #000 !important;
    cursor: pointer;
}
.button_gray_2
{
    background-color: #788796 !important;
    /*font-family: rajdhani_regular;*/
    color: #fff !important;
    padding: 5px 30px;
    border-radius: 0;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
}

.button_gray_2:hover
{
    color: #788796 !important;
    background-color: #fff !important;
    border: 1px solid #788796 !important;
    cursor: pointer;
}

#sidebar-nav ul > li > a {
    display: flex;
    position: relative !important;
    margin: 10px 0 10px 20px !important;
    padding: 10px 10px 10px 10px !important;
    border-radius: 3px 0 0 3px !important}

.theme-blue #sidebar-nav ul > li > a.active {
    color: #F58220 !important;
    background-color: white !important; }

.theme-blue #sidebar-nav ul > li > a.active img {
    filter: invert(62%) sepia(34%) saturate(3412%) hue-rotate(346deg) brightness(98%) contrast(96%) !important; }

.bg-table-header{
    background-color: #F6F6F6;
}

.orange-icon{
    filter: brightness(0) saturate(100%) invert(62%) sepia(34%) saturate(3412%) hue-rotate(346deg) brightness(98%) contrast(96%) !important; }

.bg-filter-darkblue{
    filter: brightness(0) saturate(100%) invert(13%) sepia(71%) saturate(577%) hue-rotate(167deg) brightness(94%) contrast(91%) !important;;
}

.bg-theme-primary{
    filter: brightness(0) saturate(100%) invert(13%) sepia(71%) saturate(577%) hue-rotate(167deg) brightness(94%) contrast(91%) !important; }

.bg-theme-secondary{
    filter: brightness(0) saturate(100%) invert(62%) sepia(34%) saturate(3412%) hue-rotate(346deg) brightness(98%) contrast(96%) !important; }

.default_icon_size
{
    height: 20px;
    width: 20px;
}
.small-icon-size
{
    height: 15px;
    width: 15px;
}
.available_property_border
{
    border: 1px solid #f58220;
    padding: 5px 5px;
    text-align: center;
}
.listing_logo_outline
{
    padding: 5px 10px;
    border: 1px solid #788796;
    height: 70px;
}
.map_height
{
    height: 60%;
}
.border_orange
{
    border: 1.5px solid #f58220 !important;
}

#mb-28px{
    margin-bottom: 28px;
}

.custom-pills .nav-link
{
    background-color: #fff !important;
    color: #F58220 !important;
    border: 1px solid #f58220;
}

.custom-pills .nav-link.active
{
    background-color: #F58220 !important;
    color: #fff !important;
}

strong
{
    font-weight: bold !important;
}
.font_16
{
    font-size: 16px !important;
}

.img-container
{
    width: 100%;
    height: 400px;
    overflow:hidden;
}

.img-container img
{
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
}

.spec_text
{
    font-size: 12px !important;
    /*font-family: rajdhani_regular !important;*/
    color: #dc3545 !important;
    display: inline-block !important;
    vertical-align: baseline !important;
}

@media screen and (min-width: 360px) and (max-width: 420px)
{
    .margin-top-and-bottom
    {
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

#home-page-top-nav
{
    border-bottom: #F58220 2px solid;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mobile-nav-links
{
    display: flex;
    color: #152F48;
}

.m-nav-item
{
    font-weight: 600;
    font-size: 1rem;
    margin-right: 1rem;
    white-space: nowrap;
}

.mobile-nav-buttons
{
    display: none;
}

#menu-bar
{
    display: none;
}

@media (max-width: 768px)
{
    .mobile-nav-links
    {
        background: /* top, transparent red, faked with gradient */ linear-gradient(rgba(21, 47, 72, 0.8), rgba(21, 47, 72, 0.8)), /* bottom, image */ url('../../assets/Dashboard-Image-Background.png');
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        display: flex;
        flex-direction: column;
        align-content: center;
        justify-content: start;
        height: 100vh;
        background-color: #152F48;
        clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
        padding: 1rem;
    }

    .mobile-nav-links .m-nav-item
    {
        color: #fff;
    }

    .mobile-nav-links.nav-toggle
    {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }

    .m-nav-item
    {
        font-weight: 600;
        font-size: 1rem;
        margin: 1rem auto;
        font-size: 1.5rem;
    }

    .mobile-nav-buttons
    {
        display: block;
        margin-top: auto;
        margin-bottom: 35%;
    }

    .desktop-nav-buttons
    {
        display: none;
    }

    #menu-bar
    {
        display: block;
    }
}

.btn-white-border
{
    background-color: transparent;
    /*font-family: rajdhani_regular;*/
    font-weight: bold;
    color: #fff;
    padding: 5px 20px;
    border: 1px solid #fff;
    border-radius: 0;
    text-align: center;
    font-size: 16px;
}

.btn-white-border:hover span{
    display:none
}

.btn-white-border:hover:after {
    content:"Sign Up";
}

.btn-hover-white
{
    background-color: transparent;
    /*font-family: rajdhani_regular;*/
    font-weight: bold;
    color: #F58220;
    padding: 5px 20px;
    border: 1px solid #F58220;
    border-radius: 0;
    text-align: center;
    font-size: 16px;
}

.btn-hover-white:hover
{
    color: #fff;
    cursor: pointer;
    border: 1px solid #fff;
    border-radius: 5px;
}

.btn-blue-border
{
    background-color: transparent;
    /*font-family: rajdhani_regular;*/
    font-weight: bold;
    color: #152F48;
    padding: 5px 20px;
    border: 1px solid #152F48;
    border-radius: 0;
    text-align: center;
    font-size: 16px;
}

.btn-blue-border:hover span{
    display:none
}

.btn-blue-border:hover:after {
    content:"Sign Up";
}

.btn-blue-border:hover, .btn-white-border:hover
{
    color: #F58220;
    cursor: pointer;
    border: 1px solid #F58220;
    border-radius: 5px;
}

.btn-orange-border, .btn-hover-white
{
    background-color: transparent;
    /*font-family: rajdhani_regular;*/
    font-weight: bold;
    color: #F58220;
    padding: 5px 20px;
    border: 1px solid #F58220;
    border-radius: 0;
    text-align: center;
    font-size: 16px;
}

.btn-orange-border:hover
{
    color: #152F48;
    cursor: pointer;
    border: 1px solid #152F48;
    border-radius: 5px;
}

.bottom_border
{
    border-bottom: 1px solid #ccc;
}

.child_listing_border
{
    border: 1px solid #ccc;
}

.jodit-wysiwyg ol {
    padding-inline-start: 40px;
    list-style: auto;
}
.jodit-wysiwyg ul {
    list-style-type: disc;
    padding-inline-start: 40px;
}

.jodit-wysiwyg em,
.jodit-wysiwyg i {
    font-style: italic !important;
}

.button-disabled {
    opacity: .65 !important;
    pointer-events: none !important;
}

.jodit-wysiwyg strong,
.jodit-wysiwyg b,
.jodit-wysiwyg strong *,
.jodit-wysiwyg b * {
    font-family: Montserrat !important;
    font-weight: bold !important;
    font-size: 16px !important;
}

