﻿/*!
Theme Name: Divi
Theme URI: http://www.elegantthemes.com/gallery/divi/
Version: 3.0.85
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Tags: responsive-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, featured-images, full-width-template, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready
License: GNU General Public License v2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

@font-face {
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    src: url('../fonts/HelveticaNeue Medium.ttf') format('truetype');
}

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');

a, abbr, acronym, address, applet, b, big, blockquote, body, center, cite, code, dd, del, dfn, div, dl, dt, em, fieldset, font, form, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, object, ol, p, pre, q, s, samp, small, span, strike, strong, sub, sup, tt, u, ul, var {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: 0 0;
    font-size: 100%;
    vertical-align: baseline;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    line-height: 1;
}
/*logocenter*/
.logo-center {
    border: 0;
    text-align: center;
}

    .logo-center .header_container .addhere {
        display: none;
    }

    .logo-center .header_container {
        text-align: center;
    }

    .logo-center .rightnav {
        display: none;
    }

    .logo-center .nav_toggler {
        display: none !important;
    }

    .logo-center .et_pb_row.pull-left {
        margin: 0 auto;
        float: none !important;
        display: inline-block;
    }

    .logo-center .display-inline.pull-right {
        float: none !important;
        width: 100%;
    }

        .logo-center .display-inline.pull-right p {
            font-size: 1.35rem;
        }

.font-big {
    padding-top: 12px;
    font-size: 1.1rem;
}

    .font-big a {
        font-weight: 700;
    }

.NewMapBody .select-drop {
    display: none !important;
}

#feedbackSubmit .rowfeedback .col-md-12 > .form-group:first-child {
    margin-bottom: 0; /*margin-top: -10px;*/
}

    #feedbackSubmit .rowfeedback .col-md-12 > .form-group:first-child #ErrorMessage {
        display: block;
    }

.header_container .et_pb_row .display-inline.pull-right p {
    padding: 10px 0 !important;
}
/*ol, ul {
    list-style: none;
}*/
blockquote, q {
    quotes: none;
}

    blockquote:after, blockquote:before, q:after, q:before {
        content: "";
        content: none;
    }

blockquote {
    margin: 20px 0 30px;
    padding-left: 20px;
    border-left: 5px solid;
}

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

article, aside, footer, header, hgroup, nav, section {
    display: block;
}

.marker-cluster-small {
    background-color: rgba(218, 94, 94, 0.6);
}

    .marker-cluster-small div {
        background-color: rgba(226, 36, 36, 0.6);
    }

.marker-cluster-medium {
    background-color: rgba(241, 211, 87, 0.6);
}

    .marker-cluster-medium div {
        background-color: rgba(240, 194, 12, 0.6);
    }

.marker-cluster-large {
    background-color: rgba(253, 156, 115, 0.6);
}

    .marker-cluster-large div {
        background-color: rgba(241, 128, 23, 0.6);
    }

.marker-cluster {
    background-clip: padding-box;
    border-radius: 20px;
}

    .marker-cluster div {
        width: 30px;
        height: 30px;
        margin-left: 5px;
        margin-top: 5px;
        text-align: center;
        border-radius: 15px;
        font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif;
    }

    .marker-cluster span {
        line-height: 30px;
    }

body {
    color: #666;
    background-color: #fff;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.7em;
}

    body.et_fixed_nav.et_boxed_layout #page-container, body.et_non_fixed_nav.et_transparent_nav.et_boxed_layout #page-container {
        padding-top: 80px;
    }

    body.page-template-page-template-blank-php #page-container {
        padding-top: 0 !important;
    }

    body.et_cover_background {
        background-repeat: no-repeat !important;
        background-attachment: fixed;
        background-position: top center !important;
        -webkit-background-size: cover !important;
        -moz-background-size: cover !important;
        background-size: cover !important;
    }

a {
    color: #2ea3f2;
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }

p {
    padding-bottom: 1em;
}

    p:last-of-type {
        padding-bottom: 0;
    }

    p.et_normal_padding {
        padding-bottom: 1em;
    }

strong {
    font-weight: 700;
}

cite, em, i {
    font-style: italic;
}

code, pre {
    margin-bottom: 10px;
    font-family: Courier New, monospace;
}

ins {
    text-decoration: none;
}

sub, sup {
    position: relative;
    height: 0;
    line-height: 1;
    vertical-align: baseline;
}

sup {
    bottom: .8em;
}

sub {
    top: .3em;
}

dl {
    margin: 0 0 1.5em 0;
}

    dl dt {
        font-weight: 700;
    }

dd {
    margin-left: 1.5em;
}

blockquote p {
    padding-bottom: 0;
}

embed, iframe, object, video {
    max-width: 100%;
}

.d-none {
    display: none !important;
}

h1, h2, h3, h4, h5, h6 {
    padding-bottom: 10px;
    color: #333;
    font-weight: 500;
    line-height: 1em;
}

    h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
        color: inherit;
    }

h1 {
    font-size: 30px;
}

h2 {
    font-size: 26px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

input {
    -webkit-appearance: none;
}

    input[type=checkbox] {
        -webkit-appearance: checkbox;
    }

    input[type=radio] {
        -webkit-appearance: radio;
    }

    input.text, input.title, input[type=email], input[type=password], input[type=tel], input[type=text], select, textarea {
        padding: 2px;
        border: 1px solid #bbb;
        color: #4e4e4e;
        background-color: #fff;
    }

        input.text:focus, input.title:focus, input[type=text]:focus, select:focus, textarea:focus {
            border-color: #2d3940;
            color: #3e3e3e;
        }

    input.text, input.title, input[type=text], select, textarea {
        margin: 0;
    }

textarea {
    padding: 4px;
}

img {
    max-width: 100%;
    height: auto;
}

.container {
    position: relative;
    width: 90%;
    max-width: 1150px;
    margin: auto;
}

.desctext {
    padding-left: 5px !important;
}

.schoolplastictext {
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border: solid;
    border-width: 1px;
    border-color: gray;
}

.text-btn-blue {
    color: #266aab !important;
}

.font-13 {
    font-size: 13px !important;
}

.droptopmenu {
    margin-right: 20px;
    order: 1;
}

body.NewMapBody .container {
    width: 100%;
    max-width: inherit;
}

body.NewMapBody .section-details .container {
    padding-left: 0;
    padding-right: 0;
}

.collpase-panel-early-days .panel-heading {
    border-radius: 0;
}

.plr0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.btn-big-rds {
    display: inline-block;
    padding: 6px 25px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 20px;
    font-weight: bold;
}

.btn-green-gradinet {
    background: linear-gradient(to right, #45881b, #7bd031);
    color: white;
    font-size: 15px;
}

    .btn-green-gradinet:hover {
        background: linear-gradient(to left, #45881b, #7bd031);
        color: white;
    }

    .btn-green-gradinet:focus {
        outline: 0;
        outline-offset: 0;
        text-decoration: none;
        color: #fff;
    }

body.NewMapBody .section-details .container .row {
    margin-left: 0;
    margin-right: 0;
}

body.NewMapBody #examplesOrgPanel {
    max-height: 200px;
    overflow-y: auto;
}

body.NewMapBody .header_container {
    padding: 25px 15px;
}

body.NewMapBody .collpase-panel-early-days .panel {
    margin-bottom: 0;
}

body.NewMapBody .collpase-panel-early-days .example-title {
    border-left: 4px solid #2e7d2c;
    margin: 10px 0;
    padding: 0 0 0 10px;
    font-size: 18px;
}

body.NewMapBody .page-height {
    min-height: inherit !important
}

body.NewMapBody .map-holder {
    height: calc(100vh - 214px);
    position: relative;
    overflow-y: auto;
}

body.NewMapBody .MapArea #map {
    height: calc(100vh - 220px);
    margin-top: 0;
}

body.NewMapBody .map-holder .topbarpanel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background-color: RGBA(255,255,255,0.9);
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px 0 245px;
}

body.NewMapBody.CollapseSidebar .map-holder .topbarpanel {
    padding: 0 15px 0 75px;
}

body.NewMapBody .topbarpanel .collapselink {
    display: none;
}

body.NewMapBody .map-holder .topbarpanel .language {
    background: linear-gradient(to right, #45881b, #7bd031);
    padding: 8px 26px;
    border-radius: 20px;
    max-width: 175px;
    font-size: 15px;
}

    body.NewMapBody .map-holder .topbarpanel .language:hover {
        background: linear-gradient(to left, #45881b, #7bd031);
    }

    body.NewMapBody .map-holder .topbarpanel .language .dropdown-toggle {
        color: #fff;
    }

        body.NewMapBody .map-holder .topbarpanel .language .dropdown-toggle:focus {
            text-decoration: none;
        }

body.NewMapBody.CollapseSidebar .map-holder .topbarpanel .language li {
    list-style: none;
    color: #333;
    font-weight: 600;
}

    body.NewMapBody.CollapseSidebar .map-holder .topbarpanel .language li img {
        margin-right: 5px;
    }

body.NewMapBody.CollapseSidebar .map-holder .topbarpanel .front_flag_img {
    max-height: 15px;
    max-width: 22px;
    width: auto;
}

body.NewMapBody .map-holder .topbarpanel .btn-big-rds {
    border: 0;
}

    body.NewMapBody .map-holder .topbarpanel .btn-big-rds + .btn-big-rds {
        margin-left: 8px;
    }

body.NewMapBody .map-holder .topbarpanel .text-right {
    display: flex;
    align-items: center;
}

    body.NewMapBody .map-holder .topbarpanel .text-right .helpmark {
        line-height: 0;
        margin-left: 8px;
    }

body.NewMapBody .map-holder .sidebar {
    background-color: RGBA(0,0,0,0.9);
    position: absolute;
    top: 0;
    left: 0;
    width: 230px;
    height: 100%;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

    body.NewMapBody .map-holder .sidebar .bottomlinks a {
        display: flex;
        align-items: center;
    }

    body.NewMapBody .map-holder .sidebar .bottomlinks img {
        max-height: 18px;
        margin: 6px 28px 6px 10px;
    }

    body.NewMapBody .map-holder .sidebar .collapselink {
        display: block;
        text-align: center;
        padding: 15px 0;
    }

        body.NewMapBody .map-holder .sidebar .collapselink a {
            color: #a1a1a1;
            font-size: 30px;
            cursor: pointer;
        }

    body.NewMapBody .map-holder .sidebar li > a {
        background: #222;
        border-bottom: 1px solid #565655;
        color: #fff;
        text-align: left;
        font-size: 15px;
        padding: 10px 5px 10px 10px;
        display: block;
        position: relative;
        cursor: pointer;
    }

        body.NewMapBody .map-holder .sidebar li > a:hover {
            opacity: 0.7;
        }

        body.NewMapBody .map-holder .sidebar li > a:focus {
            text-decoration: none;
        }

        body.NewMapBody .map-holder .sidebar li > a .fa {
            width: 40px;
            font-size: 18px;
            display: inline-block;
            padding-left: 0;
            margin-right: 10px;
            line-height: 30px;
            text-align: center;
        }

body.NewMapBody.CollapseSidebar .map-holder .sidebar {
    width: 60px;
}

    body.NewMapBody.CollapseSidebar .map-holder .sidebar li > a span {
        display: none;
        position: absolute;
        top: 0;
        width: 180px;
        left: 60px;
        padding: 12px 5px 15px 20px;
        background-color: #222222;
        border-bottom: 1px solid #565655;
    }

    body.NewMapBody.CollapseSidebar .map-holder .sidebar li > a:hover span {
        display: block;
    }

body.NewMapBody .feedbackbtn {
    position: absolute;
    bottom: 23px;
    right: 70px;
    border: 0;
    z-index: 3;
    display: none;
}

body.NewMapBody .map-holder .btn-add-my-dot-mob {
    position: absolute;
    bottom: 23px;
    right: 0;
    left: 0;
    margin: 0 auto;
    border: 0;
    z-index: 2;
    width: 160px;
    display: none;
}

body.NewMapBody .MapArea {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.mapmpdal .modal-content {
    background: #57706a;
    border: 0;
    box-shadow: none;
}

.mapmpdal.modaldark .modal-content {
    background: #333132;
    color: #eee;
}

    .mapmpdal.modaldark .modal-content h3 {
        color: #eee;
    }

.mapmpdal .modal-header {
    border-bottom: 1px solid #8ac0b5;
}

    .mapmpdal .modal-header h4, .mapmpdal .modal-header button {
        color: #7bd031;
        box-shadow: none;
        text-shadow: none;
        opacity: 1;
    }

.mapmpdal.modaldark .modal-content a {
    color: #7bd031;
}

.mapmpdal .modal-content ul {
    margin-left: 25px;
}

    .mapmpdal .modal-content ul li {
        list-style-position: inside;
    }

#myModalSearchForm .well {
    background-color: transparent;
    padding: 0;
    border-radius: 0;
    border: 0;
    box-shadow: none;
}

#myModalSearchForm .form-group .control-label, .mapmpdal .modal-body {
    color: #eee;
    font-size: 14px;
}

#myModalSearchForm .form-control {
    border: 1px solid #82ccb0;
    background: transparent;
    width: 100%;
    color: #fff;
    border-radius: 0;
    height: 38px;
}

#myModalSearchForm .btnSubmit {
    display: block;
    width: 100%;
    height: 38px;
    font-size: 16px;
    text-align: center;
    border: 0;
    cursor: pointer;
}

#myModalSearchForm a {
    color: #fff;
    border-bottom: 1px solid #fff;
    cursor: pointer;
}

    #myModalSearchForm a:hover {
        color: #7bd031;
        border-color: #7bd031;
    }

#myModalSearchForm option {
    color: #495057;
}

#myModalSearchForm .mapformrow {
    display: flex;
    align-items: center;
}

.modal-dialog-vcenter {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (1.75rem * 2));
    margin: 0px auto;
}

.modal.right.fade .modal-dialog {
    right: 0px !important;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out !important;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out !important;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out !important;
    transition: opacity 0.3s linear, right 0.3s ease-out !important;
}

.modal.left .modal-dialog, .modal.right .modal-dialog {
    position: fixed !important;
    margin: auto !important;
    width: 520px !important;
    height: 100% !important;
    -webkit-transform: translate3d(0%, 0, 0) !important;
    -ms-transform: translate3d(0%, 0, 0) !important;
    -o-transform: translate3d(0%, 0, 0) !important;
    transform: translate3d(0%, 0, 0) !important;
}

.modalfullheight .modal-content {
    margin: 15px;
}

.modalfullheight .modal-body {
    height: calc(100vh - 100px);
    overflow-y: auto;
}

#myModalFeedBack .modal-header {
    color: #eee;
    padding: 10px 1rem;
    border-bottom: 1px solid #eee;
}

    #myModalFeedBack .modal-header h4, #myModalFeedBack .modal-header button, #myModalFeedBack label {
        color: #eeeeee;
        box-shadow: none;
        text-shadow: none;
        opacity: 1;
    }

#myModalFeedBack .modal-content {
    background-color: #29a744;
    border: 0px;
    border-radius: 10px;
}

#myModalFeedBack .modal-body {
    padding-bottom: 0;
}

#myModalFeedBack .rowfeedback {
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#myModalFeedBack .form-control {
    border: 1px solid #fff;
    background: none;
    border-radius: 0px;
    color: #eee;
    padding-left: 5px;
}

#myModalFeedBack .feedback-btn {
    background: #141414;
    color: #eee;
    flex: 1;
    margin: 0;
    text-align: center;
    padding: 10px 18px;
    text-transform: uppercase;
    border-radius: 0 0px 10px 10px;
    border: none;
    cursor: pointer;
    width: 100%;
    display: block;
}

#myModalFeedBack .modal-footer {
    padding: 0;
    border: 0;
}

body.NewMapBody #footer-bottom {
    margin-bottom: 0;
    padding: 15px 0;
}

body.NewMapBody footer#main-footer div#footer-bottom .heateor_sss_sharing_container.heateor_sss_horizontal_sharing {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

body.NewMapBody #footer-bottom .clearfix visible-xs, body.NewMapBody #footer-bottom .heateorSssClear {
    display: none;
}

body.NewMapBody #footer-bottom .custom-copy-right.pr15 {
    padding: 0;
    width: 25%;
}

body.NewMapBody #footer-bottom .col-sm-6.text-center {
    width: 68px;
    padding: 0;
}

body.NewMapBody .map_popup {
    max-width: 100%;
    min-width: inherit;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 12px;
}

    body.NewMapBody .map_popup b {
        font-weight: 700;
        color: #333;
    }

    body.NewMapBody .map_popup .btn-primary {
        color: #fff;
    }

    body.NewMapBody .map_popup .btnflwrow .mt10 {
        margin-top: 0 !important;
    }

    body.NewMapBody .map_popup .btn-success {
        color: #fff;
        min-width: 85px;
    }

        body.NewMapBody .map_popup .btn-success:hover {
            background-color: #3a9e37;
            text-decoration: none;
        }

    body.NewMapBody .map_popup .social-row {
        margin-top: 5px;
        display: none;
    }

        body.NewMapBody .map_popup .social-row a {
            display: inline-block;
            margin-right: 5px;
        }

.td_desc {
    white-space: normal;
    word-break: break-word;
    padding-right: 10px;
}

.lnk_pnt {
    cursor: pointer;
}

.border-btn-mb {
    border: 1px solid white;
    padding: 5px;
    border-radius: 10px;
}

.social-message-home {
    color: #5F9E00;
    font-size: 14px;
    display: none;
}

body.NewMapBody .social-message-home {
    display: block;
}

body.NewMapBody .header_container_desk .mobmessage {
    display: none;
}

.header_container_desk:before, .header_container_desk:after {
    display: none;
}

.header_container_desk {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.droptopmenu {
    display: flex;
    margin-right: 0;
}

    .droptopmenu .menu-two {
        display: flex;
    }

    body.NewMapBody .droptopmenu .logomob, .droptopmenu .logomob {
        display: none;
    }

        body.NewMapBody .droptopmenu .logomob a {
            padding: 0;
            background-color: transparent;
            background-image: none;
        }

.mobmessage p {
    margin: 0 !important;
    padding: 0 !important;
}

.bg-white {
    background-color: #fff !important;
}

#myModalBrandMap button.close {
    position: absolute;
    top: 10px;
    right: 10px;
}



.brand-content .top-content {
    padding: 15px 25px;
}

.brand-content ul, .brand-content ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.brand-content p {
    margin: 0;
    padding: 0;
    text-align: center;
}

.brand-content .bottom-content {
    background-color: #f6f6f6;
    padding: 10px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

    .brand-content .bottom-content ul {
        display: flex;
        max-width: 500px;
        margin: 0 auto;
        align-items: center;
        justify-content: center;
    }

        .brand-content .bottom-content ul li {
            margin: 0 5px;
            padding: 5px;
        }

            .brand-content .bottom-content ul li a {
                display: block;
                line-height: 0;
            }

    .brand-content .bottom-content img {
        width: 40px;
    }

.sponsor-type {
    border-radius: 10px;
    text-align: center;
    padding: 10px;
    margin-top: 15px;
}

    .sponsor-type h4 {
        margin: 0;
        font-weight: bold;
    }

.brand-content .brand-detail {
    padding: 15px;
}

.brand-content .modal-body {
    padding: 25px;
}

.brand-content .bottom-content ul li.li-insta {
    margin: 0;
    /*padding: 5px 10px;*/
}

/*.brand-content .bottom-content ul li.li-fb {
    margin-left: 15px;
    margin-right: 0;
}*/

.brand-content .bottom-content ul li.li-twtr {
    margin: 0;
}

.brand-content .bottom-content .text-center {
    font-size: 12px;
    margin-top: 15px;
}

.lvltxtcolr {
    color: white !important;
}

.lvltxtcolrblack {
    color: black !important;
}

.linkColor {
    color: #6ca5ff !important;
}

.linkColorDark {
    color: #015ae6 !important;
}

.txtspace {
    line-height: 1.3;
    margin: 0;
    padding: 0
}

.BlueBg {
    background-color: #2C1893;
}

.BlueGrad {
    background-image: linear-gradient(to right, #2c1893, #7668bc);
}

.DiamondLightBG {
    background-image: linear-gradient(to left,#FFFFFF, #2982FE);
}

.SilveLightBG {
    background-image: linear-gradient(to right,#BEBFC1, #FAFAFC);
}

.SilveDarkBG {
    background-image: linear-gradient(to left,#FFFFFF, #558E28);
}

.GoldLightBG {
    background-image: linear-gradient(to right, #E2B255, #FDEC60);
}

.GoldDarkBG {
    background-image: linear-gradient(to right, #89592B, #F5B35F);
}

.LavenderBG {
    background-image: linear-gradient(to right,#ECBAFE, #FAFAFC);
}

.RedLightBG {
    background-image: linear-gradient(to right,#FFA49F, #FAFAFC);
}

.OrangeLightBG {
    background-image: linear-gradient(to right,#FE4940, #FAFAFC);
}
.BlueLightBG {
    background-image: linear-gradient(to right,#007DB2, #FAFAFC);
}
.silver1 {
    background: linear-gradient(133deg, rgba(196,196,196,1) 0%, rgba(254,252,253,1) 100%);
}

.silver2 {
    background: linear-gradient(127deg, rgba(71,70,71,1) 0%, rgba(234,234,234,1) 65%);
}

.gold1 {
    background: linear-gradient(127deg, rgba(235,185,67,1) 0%, rgba(254,238,78,1) 70%);
}

.gold2 {
    background: linear-gradient(127deg, rgba(140,84,28,1) 0%, rgba(253,184,92,1) 53%);
}

.gold3 {
    background: linear-gradient(127deg, rgba(223,184,75,1) 0%, rgba(253,236,96,1) 53%);
}

.CourntryWiseMap {
    width: 100%;
    height: 100%;
    margin: 0px;
}

    .CourntryWiseMap .leaflet-popup-content {
        width: 440px !important;
        margin: 0;
        overflow: hidden;
    }

    .CourntryWiseMap .leaflet-left {
        right: 15px;
        left: inherit;
    }

    .CourntryWiseMap .leaflet-top {
        bottom: 46px;
        top: inherit;
        left: inherit;
    }

.select-counry {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 9;
    padding: 15px;
    background-color: RGBA(46,125,44,0.6);
    border-radius: 5px;
    max-width: 209px;
}


.body-countrywisemap .leaflet-popup-tip {
    background: #f6f6f6;
}

.body-countrywisemap .leaflet-container .left-side img {
    max-width: 100% !important
}

.EventPnlBody {
    max-height: 390px;
    overflow: auto;
}

.custom-responsive-table-more-data {
    width: 100%;
    overflow-y: auto;
}

.info-oragainzation-wrapper .custom-responsive-table-more-data {
    height: 680px;
}

.organization-wrapper .custom-responsive-table-more-data {
    /*height: calc(100vh - 549px);*/
}

.Custom_Cancel > .sa-button-container > .cancel {
    background-color: #0a0;
    border-color: #DD6B55;
    color: white;
}


.organization-wrapper .partner-type-col select {
    width: 80px;
}

.sus-we .sus-head {
    display: flex;
    justify-content: space-between;
}

    .sus-we .sus-head h3 {
        width: calc(100% - 90px);
        position: relative;
        padding-left: 25px;
    }

        .sus-we .sus-head h3 img {
            position: absolute;
            top: 0;
            left: 0;
        }

    .sus-we .sus-head .right-btn {
        width: 90px;
    }

        .sus-we .sus-head .right-btn .btn + .btn {
            margin-left: 10px;
        }

.sus-we .point-wrap {
    display: flex;
    flex-direction: row-reverse;
}

.sus-we .point-img {
    position: relative;
    width: 60px;
    margin-left: 10px;
}

.well.sus-we {
    display: inline-block;
    width: 100%;
}

.maindivlist {
    display: inline-block;
    width: 100%;
    margin-top: 15px;
    background: #fff;
    padding: 15px;
    border-radius: 15px;
    box-shadow: rgb(51 51 51 / 17%) 0 0 4px;
}

    .maindivlist .panel-body {
        display: block !important;
        padding: 0;
        margin: -1px 0 0 0
    }

    .maindivlist .panel-heading {
        padding: 0;
        margin: 0;
    }
.projectPanel {
    background: #fff !important;
    border-color: darkgreen !important;
    color: darkgreen !important;
}
    .maindivlist .col-sm-8 h4 {
        color: #2ea3f2;
        font-weight: 700;
        /*margin-top: 54px;*/
        margin-top: 35px;
        font-size: 36px;
    }

.careImage a.carousel-control span:before {
    content: none;
}

.careImage .carousel-inner {
    padding-top: 75%;
}

    .careImage .carousel-inner .item img {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: 0 auto;
    }

    .careImage .carousel-inner .item {
        position: absolute;
        width: 100%;
        text-align: center;
        border: 0;
        box-shadow: none;
        top: 0;
        left: 0;
        min-height: 450px;
    }

.careImage a.carousel-control {
    background: none !important;
    box-shadow: none !important;
    border: 0;
    color: #333;
}

/*.maindivlist .col-sm-8 p{

    }*/
.imagecircle-div img {
    vertical-align: middle;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.imagecircle-div video {
    object-fit: cover;
    width: 100% !important;
    height: 100% !important;
}

.maindivlist .panel {
    clear: both;
    /*margin-top: 15px;*/
    margin-top: 8px;
    display: inline-block;
    width: 100%;
}

    .maindivlist .panel .tab-content > .active {
        /*border: 1px solid rgb(125 185 17 / 31%);*/
        border: none;
    }

    .maindivlist .panel .nav-tabs > li.active a {
        color: #7db911;
        border: 1px solid rgb(125 185 17 / 31%);
        color: black !important;
    }

        .maindivlist .panel .nav-tabs > li.active a:focus, .maindivlist .panel .nav-tabs > li.active a:hover {
            /*background: none !important;*/
            outline: none !important;
        }

.maindivlist .panel-heading li:before {
    content: none;
}

.sus-we .info-text {
    width: calc(100% - 29px);
    font-size: 15px;
    position: relative;
    padding-left: 30px;
}

    .sus-we .info-text:before {
        content: "\f058";
        font-family: FontAwesome;
        display: inline-block;
        width: 1.3em;
        font-size: 16px;
        position: absolute;
        top: 0;
        left: 0px;
    }

.sus-we .point-img img {
    width: 60px;
    height: 50px;
    border-radius: 50%;
}

.price-we .info-text {
    width: calc(100% - 29px);
    font-size: 15px;
    position: relative;
    padding-left: 30px;
}

    .price-we .info-text:before {
        content: "\f058";
        font-family: FontAwesome;
        display: inline-block;
        width: 1.3em;
        font-size: 16px;
        position: absolute;
        top: 0;
        left: 0px;
    }

.price-we .point-img img {
    width: 60px;
    height: 50px;
    border-radius: 50%;
}

.bonus-we .info-text {
    width: calc(100% - 29px);
    font-size: 15px;
    position: relative;
    padding-left: 30px;
}

    .bonus-we .info-text:before {
        content: "\f058";
        font-family: FontAwesome;
        display: inline-block;
        width: 1.3em;
        font-size: 16px;
        position: absolute;
        top: 0;
        left: 0px;
    }

.bonus-we .point-img img {
    width: 60px;
    height: 50px;
    border-radius: 50%;
}


.project-modal-content {
    font-family: 'Open Sans', sans-serif;
    padding-top: 15px;
    padding-bottom: 15px;
}

    .project-modal-content .top-header {
        margin-bottom: 15px;
    }

        .project-modal-content .top-header h4 {
            margin: 10px 0 0 0;
            padding: 0;
            color: #1d6ad6;
            font-size: 22px;
            font-weight: bold;
        }

        .project-modal-content .top-header p {
            margin: 12px 0 0 !important;
            padding: 0;
        }

    .project-modal-content .tab-content {
        padding: 10px;
    }

    .project-modal-content .nav-tabs {
        border-bottom: 0;
        border-radius: 30px;
        background-color: #1d6ad6;
        display: flex;
        justify-content: space-between;
        border: 1px solid #ddd;
    }

        .project-modal-content .nav-tabs::after, .project-modal-content .nav-tabs::before {
            display: none;
        }

        .project-modal-content .nav-tabs > li, .project-modal-content .nav-tabs > li a {
            width: 100%;
            display: block;
            text-align: center;
            color: #000;
        }

            .project-modal-content .nav-tabs > li.active > a, .project-modal-content .nav-tabs > li.active > a:focus, .project-modal-content .nav-tabs > li.active > a:hover {
                color: #000 !important;
                background-color: #fff !important;
                border: 1px solid #ddd !important;
            }

            .project-modal-content .nav-tabs > li > a:hover {
                background-color: transparent !important;
            }

            .project-modal-content .nav-tabs > li > a {
                border: 0;
                border-radius: 30px;
                color: #fff !important;
                padding: 10px 10px;
            }

            .project-modal-content .nav-tabs > li.active > a, .project-modal-content .nav-tabs > li.active > a:hover, .project-modal-content .nav-tabs > li.active > a:focus {
                border: 0;
            }

    .project-modal-content .brand-content {
        margin-top: 15px;
    }

.map-modal-slider img {
    max-height: 350px;
    width: 100% !important;
    object-fit: cover;
    height: 200px;
}

.map-modal-slider .carousel-control .glyphicon-chevron-left, .map-modal-slider .carousel-control .glyphicon-chevron-right, .map-modal-slider .carousel-control .icon-prev, .map-modal-slider .carousel-control .icon-next {
    font-size: 20px;
}

.map-modal-slider a.carousel-control {
    color: #fff !important;
}

.project-modal-content .brand-content .bottom-content li {
    margin: 0
}

.project-modal-content .brand-content .bottom-content img {
    width: 35px;
}
/*MEDIA START*/
@media(min-width:980px) {
    .header_container_desk:before, .header_container_desk:after, .header_container_desk .cleardesk {
        display: none;
    }

    body.NewMapBody .header_container_desk .rightnav {
        margin-top: 0;
    }

    .et_pb_row {
        display: flex;
        align-items: center;
    }

    #menu-menu {
        display: flex;
        align-items: center;
        margin-right: 15px;
    }
}

@media(max-width:1286px) {
    body.NewMapBody #footer-bottom .col-sm-3, body.NewMapBody #footer-bottom .custom-copy-right.pr15 {
        width: 50%;
    }

    #sample_1 {
        min-width: 1024px !important;
    }
}

@media(max-width:1150px) {
    body.NewMapBody .droptopmenu, body.NewMapBody .rightnav .mr-15px, body.NewMapBody .rightnav .mr10 {
        margin-right: 5px;
    }

    body.NewMapBody .header_btn {
        padding: 4px !important;
        font-size: 13px !important;
    }

    body.NewMapBody #page-container .logo {
        max-width: 130px;
        vertical-align: baseline;
    }
}

@media (max-width: 980px) {
    .NewMapBody a.mypage {
        width: 100%;
        margin-bottom: 5px;
        border: 0;
        display: block !important;
    }

    .NewMapBody .header_container .text-center-mob.rightnav {
        padding-right: 0;
    }
}

@media (max-width: 979px) {
    .NewMapBody .header_container .text-center-mob.rightnav {
        padding-right: 45px;
    }

    .NewMapBody .et_pb_row .nav_toggler {
        top: 3px;
        right: 5px;
        background-color: #fff;
        color: green !important;
        z-index: 1;
    }

    .droptopmenu {
        flex-direction: column;
        overflow-y: auto;
        align-items: flex-start;
    }

    body.NewMapBody .header_container_desk .social-message-home, body.NewMapBody .header_container_desk .logodesk {
        display: none;
    }

    body.NewMapBody .header_container_desk {
        padding: 0;
        margin: 0;
        min-height: 0;
        height: 0;
    }

    .header_container_desk {
        flex-wrap: wrap;
    }

    .mobmessage p {
        padding: 0 !important;
        margin: 5px 0 !important;
    }

    .header_container_desk .addhere.topnav {
        text-align: center;
    }

    .header_container_desk #menu-menu .sub-menu {
        height: auto;
        margin: 0;
        padding: 0;
        width: 100%;
    }

    #menu-menu {
        display: block;
        position: relative;
        z-index: 0;
        left: inherit;
        width: inherit;
        padding: inherit;
        border-top: inherit;
        display: inherit;
        opacity: inherit;
        top: inherit;
        -webkit-box-shadow: inherit;
        -moz-box-shadow: inherit;
        box-shadow: inherit;
        background-color: inherit;
        background: inherit !important;
        box-shadow: none;
        width: 100%;
        float: none;
        padding: 0;
        order: 2;
    }

    .droptopmenu .menu-two {
        flex-direction: column;
        width: 100%;
        order: 1;
    }

        .droptopmenu .menu-two i, .droptopmenu .menu-two a img {
            display: none !important;
        }

        .droptopmenu .menu-two .messagenNotificationBox img {
            display: block !important;
        }

        .droptopmenu .menu-two .messagenNotificationBox .mainChatFriendsUnreadMsgsList {
            width: 500px;
        }

    .droptopmenu #menu-menu li a {
        margin-right: 0 !important;
        font-size: 15px !important;
    }

    .droptopmenu .button-div {
        width: 100%;
    }

    .droptopmenu a.mypage {
        display: inline-block;
        width: 100%;
        margin-bottom: 10px;
        text-align: left;
    }

    .droptopmenu .thisLi .whereAnchor {
        text-align: left;
    }

    .droptopmenu .menu-two .menu-two-item {
        color: #484848 !important;
        padding: 8px 0 !important;
        text-align: left;
        background: none;
        display: block;
        font-size: 15px !important;
        font-weight: 500 !important;
        margin-top: 0 !important
    }

        .droptopmenu .menu-two .menu-two-item a {
            color: #484848 !important;
            /*padding: 8px 0 !important;*/
            padding: 0 !important;
            text-align: left;
            background: none;
            display: block;
            font-size: 15px !important;
            font-weight: 500 !important;
            margin-top: 0 !important
        }

    .droptopmenu .header_btn_login.menu-two-item {
        margin: 0 !important;
        padding: 0 !important;
    }

    .droptopmenu .menu-two .header_btn_login.menu-two-item a {
        padding: 8px 0 !important;
    }

    .droptopmenu .menu-two .menu-two-item > a {
        margin: 0;
        padding: 0 !important;
    }

    .droptopmenu .menu-two a span, .userprofileitem .dropdown-toggle span {
        color: #484848 !important;
        font-size: 15px !important;
        font-weight: 500 !important;
    }

    .header_btn_login {
        display: flex;
        align-items: flex-start;
        flex-direction: column
    }

    #btnNotifIcon {
        margin-right: 0 !important;
    }

    body.NewMapBody header {
        padding: 0px !important;
    }

    body.NewMapBody .header_container_desk .logomob {
        display: block;
    }

        body.NewMapBody .header_container_desk .logomob a img {
            display: block !important;
            width: 100%;
            max-width: inherit !important;
        }

    .nav_toggler {
        display: block !important;
        top: 5px !important;
    }

    .userprofileitem {
        width: 100%;
        order: 1 !important;
    }

        .userprofileitem .dropdown-toggle {
            display: flex;
            width: 100%;
            margin: 0 !important;
            position: relative
        }

            .userprofileitem .dropdown-toggle:after {
                width: 0;
                height: 0;
                border-left: 5px solid transparent;
                border-right: 5px solid transparent;
                border-top: 5px solid #000;
                content: '';
                position: absolute;
                right: 0;
                top: 8px;
            }

            .userprofileitem .dropdown-toggle img {
                margin-right: 10px;
            }

        .userprofileitem > .display-inline {
            width: 100%;
        }

        .userprofileitem .p-rel-div.open ul {
            right: 0;
            left: 0;
            width: 100%;
            min-width: inherit;
            padding: 5px;
            z-index: 9999;
        }

    .notification-div .dropdown-menu.notify-drop {
        min-width: inherit !important;
        width: 220px;
        left: 0;
        top: 30px;
    }

    .messagesBtnDiv .dropdown-backdrop {
        display: none;
    }

    .messagesBtnDiv .messagenNotificationBox {
        width: 100% !important;
        left: 0;
    }

    body.NewMapBody .map-holder, body.NewMapBody .MapArea #map {
        height: calc(100vh - 46px);
    }

    body.NewMapBody .header_btn {
        padding: 4px !important;
        font-size: 13px !important;
    }

    .notification-div .post-detail {
        padding-left: 29px !important;
    }

    .messagesBtnDivmenu-two-item .messagesBtnDiv1 {
        padding: 0 !important;
    }

    .messagesBtnDivmenu-two-item {
        margin: 5px 0;
    }

    .NotificationColumn {
        display: none;
    }

    .CountryColumn {
        width: 10% !important;
    }

    .dropdown-menu > li {
        margin-bottom: 5px;
    }

    .modal-dialog-vcenter {
        justify-content: center;
    }

    .body-SingUp1 .nav_toggler {
        display: none !important;
    }

    #myModalFeedBack .rowfeedback {
        display: block;
    }

    #myModalFeedBack .modal-body {
        padding: 15px 0 0 0;
    }
}

@media (max-width: 799px) {
    /*body.NewMapBody #menu-menu {
        position: absolute;
        z-index: 9999;
        left: 0;
        width: 100%;
        padding: 5%;
        border-top: 3px solid #2ea3f2;
        display: none;
        opacity: 1;
        top: 50px;
        -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.1);
        -moz-box-shadow: 0 2px 5px rgba(0,0,0,.1);
        box-shadow: 0 2px 5px rgba(0,0,0,.1);
        z-index: 5222;
        background-color: #204178 !important;
        background: linear-gradient(to right,#204178,#2ea3f2) !important;
        display:none;
    }*/

    /*body.NewMapBody #menu-menu .sub-menu {
        padding-left: 0;
        width: 90%;
        margin: 0 auto;
    }*/

    /*body.NewMapBody #menu-menu .sub-menu li a {
            color: #000 !important;
        }*/

    /*body.NewMapBody .header_container .et_pb_row.clearfix.pull-left {
        width: 100%;
        text-align: center;
    }*/


    body.NewMapBody .rightnav {
        margin-top: 5px;
        display: flex;
        justify-content: space-between;
    }

    body.NewMapBody .header_container {
        /*display: flex;
        flex-direction: column;
        align-items: center;*/
        padding: 0px 15px;
    }

    body.NewMapBody .droptopmenu {
        margin: 0;
    }

    body.NewMapBody .section-details .container {
        padding-left: 0px;
        padding-right: 0px;
    }
    /*body.NewMapBody .nav_toggler, body.NewMapBody .nav_toggler:focus {
        color: green;
        margin: 0;
        padding: 0;
        position: absolute;
        top: 10px;
        right: 15px;
    }*/

    body.NewMapBody .topbarpanel .collapselink {
        display: block;
        margin-right: 5px;
    }

        body.NewMapBody .topbarpanel .collapselink a {
            color: #a1a1a1;
            font-size: 20px;
        }

    body.NewMapBody .map-holder .btn-add-my-dot-mob {
        display: block;
        left: 15px;
        right: auto;
        width: auto;
        padding: 5px 10px;
    }

    body.NewMapBody .feedbackbtn, body.NewMapBody .helpmark, body.NewMapBody .map-holder .topbarpanel .text-right .btn-add-my-dot {
        display: none;
    }

    body.NewMapBody .map-holder .sidebar .collapselink {
        display: none;
    }
    /*body.NewMapBody .map-holder .topbarpanel .text-right {
        border: 1px solid white;
        padding: 5px;
        border-radius: 10px;
    }*/

    body.NewMapBody .map-holder .topbarpanel .text-right .btn-big-rds.map-srch-btn {
        border: 1px solid white;
        padding: 5px;
        border-radius: 10px;
        display: inline-block;
        padding: 2px 5px;
        margin: 0 2px;
    }

    body.NewMapBody .map-holder .sidebar {
        top: 50px;
        height: calc(100% - 50px);
        transition: 0.5s all ease;
        overflow-y: auto;
    }

        body.NewMapBody .map-holder .sidebar .visible-xs {
            display: block !important;
        }

        body.NewMapBody .map-holder .sidebar li > a {
            padding: 5px 5px;
        }

    body.NewMapBody.CollapseSidebar .map-holder .topbarpanel {
        padding: 0 15px;
    }

    body.NewMapBody .map-holder .topbarpanel {
        background-color: RGBA(0,0,0,0.9);
        padding: 0 15px;
    }

    body.NewMapBody .collpase-panel-early-days .panel-heading {
        padding: 8px 15px;
    }

    body.NewMapBody .map-holder .topbarpanel .text-left {
        display: flex;
        align-items: center;
    }

    body.NewMapBody .map-holder .topbarpanel .btn-big-rds + .btn-big-rds {
        margin-left: 0;
        background: transparent;
        padding: 0;
    }

    body.NewMapBody .map-holder .topbarpanel .language {
        background: transparent;
        padding: 0;
        border-radius: 0;
        margin-left: 5px;
        font-size: 0;
    }

        body.NewMapBody .map-holder .topbarpanel .language:hover {
            background: transparent;
        }

        body.NewMapBody .map-holder .topbarpanel .language .dropdown-toggle {
            color: #fff;
            display: flex;
            align-items: center;
        }

    body.NewMapBody.CollapseSidebar .map-holder .sidebar li > a span {
        display: inline-block;
        position: relative;
        top: inherit;
        width: inherit;
        left: inherit;
        background-color: transparent;
        border-bottom: 0;
        padding: 0;
    }

    body.NewMapBody.CollapseSidebar .map-holder .sidebar {
        left: -230px;
    }

    body.NewMapBody .custom-footer-text {
        display: none;
    }

    body.NewMapBody #main-footer .col-sm-6.text-center {
        padding: 0;
    }

    body.NewMapBody #footer-bottom .custom-copy-right.pr15 {
        padding: 0;
        width: calc(100% - 70px);
        font-size: 12px;
        line-height: normal;
    }

    body.NewMapBody #footer-bottom {
        padding: 10px 0;
    }
    /*body.NewMapBody .map-holder, body.NewMapBody .MapArea #map {
        height: calc(100vh - 162px);
    }*/

    #myModalFeedBack {
        padding-left: 0 !important;
    }

    .modal.left .modal-dialog, .modal.right .modal-dialog {
        width: 100% !important;
    }

    body.NewMapBody .map-holder .topbarpanel {
        z-index: 4;
    }

    #myModalSearchForm .mapformrow {
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    body.NewMapBody #fmMap .mobiltebtns {
        display: none !important;
    }

    .fa-search:before {
        content: "\f002";
        display: block;
    }
    /*.NewMapBody .et_pb_row .nav_toggler {
        top: 10px;
    }*/
}

/*@media only screen and (min-width: 768px) and (max-width: 1024px) {
  
}*/

@media(max-width:791px) {
    .NewMapBody #page-container .logo {
        max-width: 120px;
    }
}

@media(max-width:769px) {
    .messagesBtnDivmenu-two-item {
        text-align: left;
    }
}

@media(max-width:767px) {

    /*.map-holder .topbarpanel .text-right .dropdown button.btn-big-rds{}*/

    body.NewMapBody .map-holder .topbarpanel .btn-big-rds {
        font-size: 13px;
        padding: 3px 8px;
        margin: 0 4px !important;
    }

    body.NewMapBody .map-holder .topbarpanel .dropdown .btn-big-rds {
        background: none;
        border: 1px solid white;
    }

    body.NewMapBody .map-holder .topbarpanel .dropdown ul.dropdown-menu {
        left: auto;
        right: 0;
    }





    .point-form-row {
        position: relative;
    }

        .point-form-row .close-col {
            position: absolute;
            top: -20px;
            right: 0;
        }

    .OptionalLink {
        width: 100% !important;
    }

    .map_popup img, .leaflet-container .map_popup img {
        max-height: 100px;
    }

    .leaflet-popup-content .map_popup p {
        margin: 0;
    }

    .map_popup .row > div {
        margin-top: 5px;
    }

    .NewMapBody .notification-div, .NewMapBody .messagesBtnDivmenu-two-item, .NewMapBody .directoryBtndiv, .NewMapBody .messagesBtnDiv {
        display: none !important;
    }
    /*.notification-div .dropdown-menu.notify-drop {
        min-width: inherit !important;
        width: 100%;
        left: 0;
        top: 30px;
    }*/

    /*.messagesBtnDiv .dropdown-backdrop {
        display:none;
    }

    .messagesBtnDiv .messagenNotificationBox {
        width: 100% !important;
        left: 0;
    }*/


    .EventPnlBody {
        overflow-x: auto;
        width: 100%;
    }

        .EventPnlBody #tblEvent {
            width: 800px;
            max-width: inherit;
        }

    body.NewMapBody #main-footer {
        display: none;
    }

    .header_container .et_pb_row .display-inline.pull-right p {
        margin-top: 0 !important;
    }

    .header_container .et_pb_row .display-inline.pull-right {
        text-align: center;
        float: none !important;
        width: 100%;
    }

    .rightnav.text-center-mob {
        width: 100%;
        justify-content: center;
    }
    /*body.NewMapBody .map-holder, body.NewMapBody .MapArea #map {
        height: calc(100vh - 42px);
    }

    body.NewMapBody .header_btn {
        padding: 4px !important;
        font-size: 13px !important;
    }
    .notification-div .post-detail {
        padding-left: 29px !important;
    }*/

    ul.instagram {
        width: 100% !important;
    }

    #rc-imageselect, .g-recaptcha {
        transform: scale(0.77);
        -webkit-transform: scale(0.77);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }

    .brand-content .bottom-content img {
        width: 30px;
    }

    .CourntryWiseMap .leaflet-popup-content {
        width: 400px !important;
    }

    .brand-content .top-content {
        max-height: 300px;
        overflow-y: auto;
    }

    .select-counry {
        left: 15px;
        right: 15px;
        max-width: 100%;
    }

    .fb-title-bar {
        display: flex;
        flex-wrap: wrap;
    }

    .fb-info {
        order: 2;
    }

    .fb-lalbel1 {
        order: 3;
        width: 100%;
    }

    .fb-lalbel2 {
        order: 4;
        width: 100%;
    }

    .body-countrywisemap .leaflet-container .left-side img {
        max-width: 180px !important;
        margin: auto auto 5px auto;
        display: block;
    }


    .info-oragainzation-wrapper .custom-responsive-table-more-data, .organization-wrapper .custom-responsive-table-more-data {
        height: auto;
    }
}


@media only screen and (min-width:768px) and (max-width: 1024px) {
    .closeicon {
        padding: 0;
        text-align: center;
    }

        .closeicon .UpdateCheck {
            float: none !important;
            margin-right: 0;
        }

    .innerhtml .EditPublishPageDiv .panel-body .point-form-row .close-col {
        left: -7px;
    }

    .innerhtml .EditPublishPageDiv .panel-body .newclass ul li a {
        padding: 6px 5px;
        font-size: 12px;
    }
}

@media(min-width:568px) {
    .desktoppadding {
        padding-right: 0;
    }
}



@media(max-width:767px) {
    .maindivlist {
        margin: 0 0 15px 0;
    }

        .maindivlist .imagediv {
            text-align: center;
        }

        .maindivlist > div {
            padding: 0;
        }

        .maindivlist .col-sm-8 button.btn_EditProj {
            position: absolute;
            right: 0;
            top: 0;
        }

        .maindivlist .panel-body .tab-content .tab-pane {
            padding: 10px 0 !important;
            height:auto !important
        }
        .maindivlist .col-sm-8 h4 {
            margin-top: 0;
        }

        .maindivlist .col-sm-8 {
            position: unset;
        }

    .desktoppadding .UpdateCheck {
        margin-bottom: 7px
    }

    .project-modal-content .nav-tabs {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        white-space: nowrap;
        overflow-x: auto;
    }

    .innerhtml .leftcontent {
        padding: 0;
    }

        .innerhtml .leftcontent .EditPublishPageDiv > .border-grey {
            border: 0;
            padding: 0;
        }

    .innerhtml .EditPublishPageDiv .panel-body {
        padding: 10px;
    }

    .imagecircle-div {
        margin: 0 0 10px 0;
    }

    .innerhtml .EditPublishPageDiv .panel-body .point-form-row .close-col {
        position: absolute;
        top: -1px;
        right: -5px;
        padding: 0;
        width: auto;
    }

    .closeicon {
        text-align: center;
    }

    /*.closeicon .remove_point {
            margin-left: -9px;
        }*/
    .innerhtml .EditPublishPageDiv .panel-body .lstPointDropdownSection .UpdateCheck {
        margin-right: 0 !important;
    }

    .panel-heading.project-modal-content.newclass {
        padding: 10px 10px;
    }

    .marginnone {
        margin: 0 !important
    }

    .paddingnone {
        padding-right: 0;
    }

    #forTheEnvironmentDropdown_S_ection {
        padding: 0;
    }
    .maindivlist .panel-body .tab-content .tab-pane #map22 {
        height: 326px !important;
    }
}


@media(max-width:480px) {
    .maindivlist .panel-body .tab-content .tab-pane #map22 {
        height: 194px !important;
    }
    .sus-we .sus-head h3 {
        font-size: 18px;
    }
    .closeicon .UpdateCheck {
        margin-right: 0 !important;
    }


    .closeicon {
        padding: 0;
        left: -10px;
        text-align: right;
    }
}




@media(max-width:375px) {

    body.NewMapBody.CollapseSidebar .map-holder .sidebar {
        left: -145px;
    }

    body.NewMapBody .map-holder .sidebar {
        width: 145px;
    }

    #map .leaflet-popup-content {
        width: 300px !important;
    }

    #myModalFeedBack .modal-content {
        width: 300px;
    }

    body.NewMapBody .map-holder .topbarpanel .btn-big-rds {
        padding: 5px 8px;
        /*font-size: 14px;*/
    }
}

@media(max-width:374px) {
    body.NewMapBody .header_container .header_btn {
        padding: 4px 3px !important;
        font-size: 13px !important;
        margin-right: 0px;
    }

    body.NewMapBody .header_btn_login a + a {
        margin-left: 2.6737967914438503VW;
    }
    /*body.NewMapBody .header_container .btn {
            padding: 1px 2px !important;
        }*/

    body.NewMapBody .header_container #liMap img {
        margin-top: 0 !important
    }

    body.NewMapBody .header_container .directoryBtndiv, body.NewMapBody .header_container .notification-div.pull-left.mr10 {
        margin-right: 5px;
    }
}





/*newcss*/

.more-point-row .OptionalLink {
    width: 89%;
}

.project-modal-content.newclass ul.nav-tabs {
    background-color: #676767;
}

.main-contentcenter > div {
    clear: both;
}

    .main-contentcenter > div.active {
        padding: 0;
        border: 0;
        border-radius: 0;
    }

/*ul.newdesign li.ui-sortable-handle {
    border: #dedede solid 1px;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 20px;
    background: #f2f2f2;
    display: inline-block;
    width: 100%;
}*/
.projectDiv{
    border: #dedede solid 1px;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 20px;
    background: #f2f2f2;
    display: inline-block;
    width: 100%;
}
ul.newdesign li.ui-sortable-handle .form-group {
    margin: 0;
}

#forTheEnvironmentDropdown_S_ection select {
    width: 100%;
    margin-bottom: 10px;
}

.viewinfo {
    position: relative;
}

.button-iframe {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

    .button-iframe a {
        padding: 7px 15px !important;
    }

.imagecircle-div {
    width: 85px;
    height: 70px;
    border: #fff solid 1px;
    box-shadow: rgb(51 51 51 / 31%) 0 0 10px;
    line-height: normal;
    border-radius: 50px;
    overflow: hidden;
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    padding: 0;
    /*margin: 7px 5px;*/
    display: none;
    margin: 14px auto 10px;
}

#imgAvatarPoint1 {
    margin-bottom: 9px;
}

#forTheEnvironmentDropdown_S_ection {
    padding-right: 0;
}

#myModalProjectMap .bottom-content ul {
    display: flex;
}

    #myModalProjectMap .bottom-content ul li {
        list-style-type: none;
    }

        #myModalProjectMap .bottom-content ul li img {
            max-width: 80px;
        }
