@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap');

body {
    background: #f9f9f9;
    font-size: 100%;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    overflow-x: hidden;
    position: relative;
}

    body a {
        transition: 0.5s all;
        -webkit-transition: 0.5s all;
        -o-transition: 0.5s all;
        -moz-transition: 0.5s all;
        -ms-transition: 0.5s all;
        text-decoration: none !important;
        color: inherit;
    }

        body a:hover {
            transition: 0.5s all;
            -webkit-transition: 0.5s all;
            -o-transition: 0.5s all;
            -moz-transition: 0.5s all;
            -ms-transition: 0.5s all;
            text-decoration: none !important;
            color: inherit;
        }

ul {
    padding: 0;
    margin: 0;
}

h1, h2, h3, h4, h5, h6, label, p {
    margin: 0;
    font-family: 'Lato', sans-serif;
}

h1 {
    font-size: 22px;
    line-height: 1em;
}

.container-fluid-padding {
    padding-right: 30px;
    padding-left: 30px;
}

.info-color {
    background-color: #1e7ff2 !important;
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    cursor: pointer;
}

.navbar {
    padding: 1px 16px;
}

.navbar-brand span {
    font-size: 23px;
    font-weight: 500;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
    margin: 0px 4px;
    padding: 1px 7px 1px 7px;
    font-weight: 400;
    font-size: 17px;
    border-radius: 2px;
}

.lgn_btn_dsh {
    background: #ffffff;
    color: #1e7ff2 !important;
}

.form_spc {
    padding: 0px 0 0 0;
}

    .form_spc .form-control {
        border: none;
        background-color: rgba(255, 255, 255, 0.36);
        border-radius: 30px;
        color: #ffffff;
    }

span.srch {
    color: #ffffff;
    right: 46px;
    position: relative;
    font-size: 18px;
    top: 2px;
}

.form_spc input::placeholder {
    color: #ffffff;
}

hr.main_page {
    margin-bottom: 0;
}

.row_margin {
    margin-bottom: 23px;
}
/*------------------------------------------------------------------*/
/*-------------------------------breadcrumbs-----------------------------------*/
.content-header {
    position: relative;
    margin: 8px 0 1px 0;
}

    .content-header > h1 {
        margin: 0 0 0px;
        font-size: 17px;
        font-weight: 500;
        color: #000000;
        text-transform: uppercase;
    }

    .content-header > .breadcrumb {
        float: right;
        background: 0 0;
        margin-top: 0;
        margin-bottom: 0;
        font-size: 12px;
        padding: 0px 0px;
        position: absolute;
        top: 0px;
        right: 0px;
        border-radius: 2px;
    }

.breadcrumb-item {
    float: left;
}

.content-header > .breadcrumb > li > a {
    color: #444;
    text-decoration: none;
    display: inline-block;
}

.breadcrumb-item.active {
    color: #868e96;
}

/*-------------------------------breadcrumbs main-----------------------------------*/
.main-content-header {
    position: relative;
    margin: 0 0 0px 0;
}

    .main-content-header > h1 {
        margin: 0 0 0px;
        font-size: 17px;
        font-weight: 500;
        color: #000000;
        line-height: 44px;
        text-transform: uppercase;
    }

    .main-content-header > .breadcrumb {
        float: right;
        background: 0 0;
        margin-top: 0;
        margin-bottom: 0;
        font-size: 12px;
        padding: 0px 0px;
        position: absolute;
        top: 0px;
        right: 0px;
        border-radius: 2px;
    }

.breadcrumb-item {
    float: left;
}

.main-content-header > .breadcrumb > li > a {
    color: #444;
    text-decoration: none;
    display: inline-block;
}

.breadcrumb-item.active {
    color: #868e96;
}
/*-------------------------------cards starts-----------------------------------*/
span.flood_img {
    background: url(../img/flood.png)no-repeat;
    width: 65px;
    height: 65px;
    position: absolute;
}

span.drought_img {
    background: url(../img/flash-flood.png)no-repeat;
    width: 65px;
    height: 65px;
    position: absolute;
}

span.landslide_img {
    background: url(../img/drought.png)no-repeat;
    width: 65px;
    height: 65px;
    position: absolute;
}

span.avalanche_img {
    background: url(../img/icon-avl.png)no-repeat;
    width: 65px;
    height: 65px;
    position: absolute;
}

h3.number {
    font-weight: 600;
    font-size: 17px;
    text-transform: uppercase;
    line-height: 64px;
    margin-right: 22px;
    text-align: right;
    transition: .3s ease;
    margin-bottom: 0;
    color: #000000;
}

.card_spcng {
    padding: 7px 12px;
}

.card_border {
    border: none;
    box-shadow: var(--card-shadow);
}

.hazard-grid {
    margin-bottom: 0px;
    padding-right: 5px;
}

.col-md-10.hazard-grid {
    padding-left: 5px;
}

.tbl_bg_white td {
    padding: 10px;
    border: 1px solid #ccc;
    /*text-align: left;*/
    font-size: 14px;
}

.tbl_bg_white th {
    border-bottom: none;
    border: 1px solid #ccc;
    padding: 10px;
    text-align: left;
    font-size: 14px;
}

.abbr {
    padding: 0px 0px
}
/*------------------------------//cards ends------------------------------------*/
.map {
    height: 100%;
    max-height: 550px;
}

.mapping {
    border: 1px solid #1e7ff2;
    border-top: 0;
}

.graph-bg {
    background: #FFFFFF;
    padding: 13px;
    margin-bottom: 20px;
    border-radius: 0;
    position: relative;
    /*box-shadow: 0 -1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);*/
    border: 1px solid rgba(0, 0, 0, 0);
}

.tbl_bg_white {
    background: #ffffff;
}

    .tbl_bg_white table thead tr th {
        font-size: 14px;
        color: #ff5050;
        font-weight: 500;
    }

        .tbl_bg_white table thead tr th.green {
            color: #11c15b;
        }

        .tbl_bg_white table thead tr th.orange {
            color: #f7821d;
        }

ul.abbr_hdngg {
    font-size: 13px;
    color: #2f2c2c;
    margin-bottom: 0;
    list-style-type: disc;
    list-style-position: inside;
    margin-top: 10px;
}

span.abbr_hdngg2 {
    font-size: 14px;
    font-weight: 500;
    color: #2f2c2c;
    letter-spacing: 0.7px;
}

ul.abbr_hdngg li {
    font-size: 13px;
    color: #2f2c2c;
    margin: 8px 0;
    list-style-type: none;
}

    ul.abbr_hdngg li span {
        font-size: 12px;
        font-weight: 500;
    }
/*------------------------------footer starts------------------------------------*/
.footer {
    /*background: #1e7ff2;*/
    padding: 8px 30px 0px 30px;
    color: #ffffff;
    background: linear-gradient(to bottom, #0a75f5 0%, #08184ff2 100%);
    /*position:unset !important;*/
    position: absolute !important;
    position: fixed !important;
    bottom: 0;
    width: -webkit-fill-available !important;
}

.footer2 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.footer3 {
    padding: 8px 30px 0px 30px;
    color: #ffffff;
    background: linear-gradient(to bottom, #0a75f5 0%, #08184ff2 100%);
    /*position:unset !important;*/
    position: absolute !important;
    width: -webkit-fill-available !important;
    /*width: -moz-available !important;*/
}
/*.tab_brdr{
    overflow-y: auto;
    height: 75vh;

}*/

.text-dark {
    color: #dce9ff !important;
}

.ftr_hdng h1 {
    font-size: 19px;
    color: #ffffff;
    font-weight: 400;
}

.footer_links ul {
    padding: 0;
    margin: 20px 0px 0px 0px;
}

    .footer_links ul li {
        display: inline-block;
        padding: 0px 34px 0px 0px;
    }

        .footer_links ul li a {
            display: inline-block;
            color: #ffffff;
            font-size: 16px;
        }

hr.ftr_line {
    margin-top: 20px;
    margin-bottom: 10px;
    border-top: 1px solid #0fb2bb;
    background-color: #ace2e5;
}

.footer p {
    color: #ffffff;
    font-size: 15px;
    letter-spacing: 0.1px;
    margin-bottom: 8px;
}

    .footer p a {
        color: #ffffff;
    }

h1.kids {
    margin-left: 404px;
}

.header-social {
    text-align: right;
    margin: 0px 0px 0px 0px;
}

ul.social-network {
    list-style: none;
    display: inline;
    float: right;
    padding: 0;
}

    ul.social-network li {
        display: inline;
        margin: 0 0px;
    }
/*------------------------------//footer ends------------------------------------*/
.scrl_right {
    overflow-y: auto;
    height: 352px;
}

.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (0.5rem * 2));
}

.modal-title {
    font-size: 17px;
}

.modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
}

    .modal-dialog-scrollable .modal-body {
        overflow-y: auto;
    }

/*------------------------------loader css starts------------------------------------*/
.noscroll {
    position: fixed;
    overflow: hidden;
}

#overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: #ffffff;
}

#spinner {
    display: none;
    position: fixed;
    width: 40px;
    height: 40px;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
    z-index: 9999;
    background-color: #1e7ff2;
    -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
    animation: sk-rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotateplane {
    0% {
        -webkit-transform: perspective(120px)
    }

    50% {
        -webkit-transform: perspective(120px) rotateY(180deg)
    }

    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
    }
}

@keyframes sk-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    }

    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
    }

    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}
/*------------------------------//loader css ends------------------------------------*/
/*------------------------------login starts------------------------------------*/
/*--/wrapper--*/
.wrapper {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.wrapper-full {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
/*--//wrapper--*/
/*-- login --*/
.login-field {
    position: relative;
    margin: 20px auto;
    width: 100%
}

.login_frm h1 {
    margin-bottom: 40px;
    font-size: 30px;
    color: #fff;
}

.w3l-forms-23 {
    padding: 2rem 0;
    align-items: center;
    background: url(../images/banner1.jpg) no-repeat top;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    position: relative;
    display: grid;
    align-items: center;
    min-height: 100vh;
    z-index: 0;
    text-align: center;
}

    .w3l-forms-23:before {
        content: "";
        /*background: rgba(12, 9, 16, 0.57);*/
        background-image: linear-gradient(to right, rgba(255, 255, 255, 0.55) 0%, rgba(17, 103, 246, 0.52) 51%, rgba(255, 255, 255, 0.55) 100%);
        position: absolute;
        top: 0;
        min-height: 100%;
        left: 0;
        right: 0;
        z-index: -1;
    }

.login_frm .main-bg {
    background: url(../images/banner.jpg) no-repeat center;
    box-shadow: 2px 5px 16px 2px rgba(16, 16, 16, 0.13);
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    padding: 0px 44px 15px;
    /*border-radius: 0 0 300px 300px;*/
    z-index: 0;
    position: relative;
}

.main-bg h3 {
    font-size: 17px;
}

/*.login_frm .main-bg:before {
  content: "";
  background: rgba(43, 32, 34, 0.42);
  position: absolute;
  top: 0;
  min-height: 100%;
  left: 0;
  right: 0;
  z-index: -1;
  border-radius: 0 0 300px 300px;
}*/

.login_frm .form23 {
    background: #fff;
    box-shadow: 0 10px 30px 0 rgba(17, 17, 17, 0.09);
    margin: 0 auto;
    max-width: 400px;
    text-align: center;
    border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
    -o-border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px 6px;
}

    .login_frm .form23 h6 {
        font-size: 24px;
        line-height: 30px;
        color: #fff;
        padding-top: 5em;
        padding-bottom: 2em;
        box-shadow: 2px 5px 16px 2px rgba(16, 16, 16, 0.13);
    }

    .login_frm .form23 form .input-form {
        font-size: 13px;
        width: 100%;
        padding: 9px 32px;
        margin-bottom: 0;
        border: 1px solid #0fb2bb;
        outline: none;
        border-radius: 3px;
        background: transparent;
        box-shadow: 2px 5px 16px 2px rgba(16, 16, 16, 0.13);
    }

        .login_frm .form23 form .input-form:focus {
            background: rgba(43, 32, 34, 0.06);
            border: 1px solid #0fb2bb;
        }

    .login_frm .form23 p {
        margin-top: 20px;
        font-size: 16px;
        font-weight: normal;
    }

.login-field span {
    position: absolute;
    display: block;
    color: #0fb2bb;
    left: 10px;
    top: 11px;
    font-size: 16px;
}

.login_frm button.btn.loginhny-btn {
    width: 100%;
    padding: 9px 32px;
    color: #fff;
    font-size: 15px;
    display: inline-block;
    text-align: center;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
    border: none;
    background: #0fb2bb;
    border-radius: 3px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -moz-border-radius: 4px;
    margin-top: 0px;
}

    .login_frm button.btn.loginhny-btn:hover {
        background: #3376E7;
        color: #ffffff;
        text-decoration: none;
        transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -webkit-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
    }

.login_frm .form23 a {
    font-size: 15px;
    line-height: 20px;
    font-weight: bold;
    color: #BD783A;
}

    .login_frm .form23 a:hover {
        color: #2B2022;
        text-decoration: none;
        transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -webkit-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
    }

.login_frm .bottom-content {
    padding: 19px 35px 26px;
}


.sidebar-bg {
    /*background: #1e7ff2;*/
    background: linear-gradient(to bottom, #0a75f5 0%, #08184ff2 100%);
}
/*------------------------------tabcontents------------------------------------*/
.tab_brdr {
    border: 1px solid #1e7ff2;
}

#Menu1 ul li {
    margin: 5px 10px 8px 10px;
    font-size: 17px;
    font-weight: 400;
}

#Menu1 a.static.selected {
    background: #ffffff;
    color: #000000;
    padding: 0px 20px;
    border-color: #1d99a0;
    border-bottom-color: transparent;
}

#Menu1 a.static {
    text-decoration: none;
    padding: 0px 20px;
    color: #ffffff;
    font-size: 17px;
    font-weight: 400;
}

.panel-heading {
    position: relative;
    margin-top: 0px;
    z-index: 2;
    width: 100%;
    padding: 3px 0px 0 0;
    /*background-color: #1e7ff2;*/
    background: linear-gradient(to bottom, #0a75f5 0%, #08184ff2 100%);
}
/*------------------------------//tabcontents ends------------------------------------*/
/*----------------------------------about page ---------------------------------------*/
.risk_bg {
    background: #fff;
    /*box-shadow: 0 0 13px 0 rgba(44, 56, 90, 0.16);*/
    padding: 10px;
    margin-top: 0;
}

.analysis_sectn {
    margin-bottom: 24px;
}

.register-form {
    padding: 0% 0%;
    margin-top: 0%;
}

h5.main_hdng_tab {
    margin-top: 0;
    margin-bottom: 0;
    background: #ffffff;
    border-top: 1px solid #ffffff;
    color: #2c2c2c;
    font-size: 21px;
    padding: 6px 0;
    font-weight: 600;
    letter-spacing: 0.3px;
    text-transform: capitalize;
}

.register-form hr {
    margin-top: 10px;
    border-top: 1px solid #3aaa35;
}

h5.home_text {
    font-size: 21px;
    color: #337ab7;
    margin-bottom: 14px;
    font-weight: 600;
    letter-spacing: 0.3px;
}

.box_content p {
    font-size: 17px !important;
    text-align: justify;
    line-height: 29px;
    color: #2d2d2d;
    letter-spacing: 0.3px;
    margin-bottom: 18px;
}

ol.real_rsltt li {
    font-size: 17px !important;
    text-align: justify;
    line-height: 29px;
    color: #2d2d2d;
    letter-spacing: 0.3px;
    margin-left: -22px;
    margin-bottom: 8px;
}

ul.real_rslt li {
    font-size: 17px !important;
    text-align: justify;
    line-height: 29px;
    color: #2d2d2d;
    letter-spacing: 0.3px;
    margin-left: 15px;
    margin-bottom: 8px;
}

/*------------------------------//login ends------------------------------------*/

.tooltip {
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    color: white;
    padding: 4px 8px;
    opacity: 0.7;
    white-space: nowrap;
}

.tooltip-measure {
    opacity: 1;
    font-weight: bold;
}

.tooltip-static {
    background-color: #ffcc33;
    color: black;
    border: 1px solid white;
    font-weight: bold;
    font-size: 14px;
}

    .tooltip-measure:before,
    .tooltip-static:before {
        border-top: 6px solid rgba(0, 0, 0, 0.5);
        border-right: 6px solid transparent;
        border-left: 6px solid transparent;
        content: "";
        position: absolute;
        bottom: -6px;
        margin-left: -7px;
        left: 50%;
    }

    .tooltip-static:before {
        border-top-color: #ffcc33;
    }

.dmeo {
    color: white;
}

/*======== About section design ========*/
.about-column {
    width: 100%;
    padding: 60px 20px;
}

    .about-column .about-content h1 {
        font-size: 42px;
        text-transform: uppercase;
        font-weight: 700;
        position: relative;
        padding-bottom: 5px;
    }

        .about-column .about-content h1::before {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 6%;
            height: 3px;
            background-color: #1e7ff2;
        }

    .about-column .about-content h2 {
        margin-top: 30px;
        font-weight: 700;
        font-size: 30px;
    }

    .about-column .about-content p {
        color: #000;
        margin: 10px 0;
        font-size: 18px;
        box-shadow: 0px 3px 10px #efefef;
        padding: 10px;
    }

    .about-column .about-picture img {
        width: 100%;
    }

/*======= objectives box ========*/
.objectives-box {
    width: 100%;
    padding: 20px 20px 60px 20px;
    background-color: #7a7a7a;
    background-image: url("../images/background-pic.jpg");
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-blend-mode: overlay;
}

    .objectives-box h3 {
        font-weight: 800;
        font-size: 40px;
        text-align: center;
        margin-bottom: 20px;
    }

    .objectives-box ul {
        display: block;
        margin: 0 11%;
    }

        .objectives-box ul li {
            margin-bottom: 5px;
        }

    .objectives-box i.fa.fa-play {
        font-size: 12px;
        margin-right: 5px;
        color: #0e5fca;
    }

/*======== contact us column =========*/
.contact-us-column {
    width: 100%;
    padding: 50px 20px;
}

    .contact-us-column .image-content {
        width: 100%;
        color: #fff;
    }

        .contact-us-column .image-content img {
            width: 100%;
            border: 5px solid #f1f1f1;
            box-shadow: 0px 0px 6px #cdcdcd;
            border-radius: 20px;
        }

    .contact-us-column .heading h1 {
        font-size: 40px;
        margin-bottom: 40px;
        text-align: center;
        font-weight: 800;
        position: relative;
    }

        .contact-us-column .heading h1::before {
            position: absolute;
            bottom: -6px;
            left: 50%;
            width: 4%;
            height: 2px;
            background-color: #1e7ff2;
            content: '';
            transform: translate(-50%, -50%);
        }

    .contact-us-column .contact-details {
        box-shadow: 0px 0px 6px #d4d4d4;
        padding: 15px;
        margin-bottom: 20px;
        border-bottom: 2px solid #0f4ea9;
    }

.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer;
    padding: 0;
    border: 0;
    outline: none;
}



/*----------------sidebar-content----------------*/
.sidebar-content {
    overflow-y: auto;
    position: relative;
    height: 100%;
    max-height: 100vh;
}

    .sidebar-content .cd-accordion__label {
        font-size: 15px !important;
    }

    .sidebar-content.desktop {
        overflow-y: hidden;
    }

.toggleleft {
    left: 0 !important;
    transition: all 0.5s ease-in-out;
}

#menubar_btn {
    display: none;
}

.close_sidebar {
    display: none;
}


.ajax__tab_xp .ajax__tab_header .ajax__tab_outer {
    background-position: right;
    background-repeat: no-repeat;
    height: 0 !important;
    padding-right: 4px;
    display: inline-block !important;
    position: relative !important;
    bottom: 10px !important;
}



@media (max-width:767px) {

    .marquee-content {
        animation: scroll 8s linear infinite !important;
    }

    a#lknloginbtn {
        width: 100px;
        margin-bottom: 20px;
        margin-top: 10px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        font-weight: 600;
        color: #000 !important;
    }

    #menubar_btn {
        display: block;
        width: 100px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        background: #0548a3;
        color: #fff;
        border: none;
    }

    div#Menu1 {
        width: 250px;
        height: 100vh;
        position: fixed;
        top: 0;
        left: -250px;
        z-index: 999;
        transition: all 0.4s ease-in-out;
    }

        div#Menu1 ul li {
            display: block;
            width: 100%;
            margin: 0;
            padding: 5px;
        }

            div#Menu1 ul li:first-child {
                width: 30px;
                height: 30px;
                text-align: center;
                left: 219px;
                border-radius: 50px;
            }

                div#Menu1 ul li:first-child a {
                    position: relative;
                    top: -4px;
                    left: -17px;
                    z-index: 1200000;
                    background: transparent !important;
                    color: #fff !important;
                }

    .close_sidebar {
        display: block;
        position: absolute;
        top: 6px;
        left: 221px;
        z-index: 12000;
        background-color: #fff;
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        border-radius: 50px;
        font-size: 22px;
        box-shadow: 0px 0px 6px #b6b6b6;
    }

    .contact-us-column .image-content img {
        margin-bottom: 20px;
    }
}



@media only screen and (min-device-width :992px) and (max-device-width : 1200px) {
    nav.mb-1.navbar.navbar-expand-lg.navbar-dark.info-color span.img-fluid img {
        max-width: 320px;
    }
}

@media (min-width:767.98px) {
    #Menu1 ul li:first-child {
        display: none !important;
    }
}



/*-----------------------------------------media queries----------------------------------------*/
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .navbar-brand span img {
        width: 254px;
    }

    #Menu1 ul li {
        width: 39%;
    }

    .sidebar-content {
        height: 220px;
    }

    .map_properties ul.prop_left li {
        width: 9%;
    }

    .footer p {
        text-align: center;
    }

    .header-social {
        text-align: center;
    }

    ul.social-network {
        float: none;
    }

    #search .modal-body {
        height: 287px;
    }

    .map_properties {
        flex-direction: column;
        padding: 10px 0;
    }

        .map_properties ul.prop_left {
            width: 100%;
            margin: 0 auto;
            display: flex;
            align-items: center;
            justify-content: center;
        }
}


@media only screen and (min-width: 1030px) and (max-width: 1366px) {
    .map_properties ul.prop_left li a {
        border: 1px solid #1e7ff2;
        padding: 3px;
    }

        .map_properties ul.prop_left li a img {
            height: 20px;
        }

    .sidebar-content {
        height: 100vh;
    }

    .pdng_custm_prnt {
        font-size: 12px;
    }

    .sidebar-content .cd-accordion__label {
        font-size: 13px !important;
    }

    .table-reponsive table {
        width: calc(100% - 20px);
    }
}
