

@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital@0;1&display=swap');
body{
     font-family: "Work Sans", sans-serif !important;
}
* {
    
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    outline: 0
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

::selection {
    background: #E81F76;
    color: #fff
}

::-moz-selection {
    background: #e9188e;
    color: #fff
}


body {
    background-color: #373737;
    margin: 0;
    padding: 0;
    color: #858585;
    font-weight: 400;
    font-size: 16px;
   
}

a {
    text-decoration: none;
    outline: 0;
    -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    -ms-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms
}

a:hover,
a:focus {
    outline: 0
}

button {
    -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    -ms-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms
}

header,
section,
footer,
aside,
article,
figure {
    display: block
}

.clr {
    clear: both;
    line-height: 0;
    font-size: 0
}

.clear {
    clear: both;
    line-height: 0;
    font-size: 0
}

input[type="text"] {
    border-radius: 0
}

select {
    -webkit-appearance: menulist-button;
    -webkit-border-radius: 0;
    border-radius: 0
}

.wrapper-full {
    max-width: 1600px;
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

.wrapper {
    width: 1200px;
    margin: 0 auto
}

div#myCarousel .carousel-inner>.item {
    height: 580px
}

div#myCarousel .carousel-inner>.item a {
    color: #333;
    text-decoration: none
}

.both-sec .second-sec {
    width: 40%;
    text-align: center;
    align-self: flex-end
}

.both-sec.flx-dir .second-sec {
    align-self: flex-start;
    width: 100%;
    text-align: left
}

#myCarousel .carousel-indicators {
    bottom: 10px
}

.second-sec img {
    max-width: 100%
}

@media(max-width:1250px) {
    .wrapper {
        width: 900px
    }
}

@media(max-width:950px) {
    .wrapper {
        width: 100% !important
    }
}

@media(max-width:760px) {
    .wrapper {
        width: 95%
    }
}

.overlay {
    background: rgba(0, 0, 0, 0.8);
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    display: none
}

.overlay img {
    left: calc(97% - 50%);
    position: relative;
    top: 50%
}

.overlay .reg-over {
    color: #fff;
    top: 50%;
    left: 50%;
    position: absolute;
    font-size: 35px;
    margin-left: -22px;
    margin-top: -22px
}

header {
    background-color: #333;
    position: relative;
    height: 82px
}

header .logo {
    position: absolute
}

.logo ul {
    background: #dfdaca;
    display: inline-block;
    padding: 10px;
    margin: 0
}

.logo ul li {
    float: left;
    list-style: none;
    padding: 10px;
    margin-right: 2px;
    color: #fff
}

.logo ul li a {
    float: left;
    list-style: none;
    color: #fff;
    font-size: 18px;
    text-decoration: none
}

@media(max-width:640px) {
    header .logo {
        position: relative
    }
    .second-sec.wd-100 img {
        max-width: 80%
    }
}

@media(max-width:400px) {
    .logo-side {
        order: 1;
        border: none !important
    }
    .bg-ptrn .logo-section .member-right {
        border-bottom: 2px dotted #bebdb9;
        padding-bottom: 20px !important
    }
    .both-sec.flx-dir .second-sec img {
        padding-left: 0;
        max-width: 270px;
        text-align: center
    }
}

@media(max-width:399px) {
    .member-right {
        margin-top: 0
    }
    .wrapper {
        position: relative
    }
}

@media(max-width:320px) {
    header .logo img {
        width: 85%
    }
}

header .nav-icon {
    background-image: url("../img/header-sprite.svg");
    background-repeat: no-repeat;
    background-position: 0 -54px !important;
    height: 50px;
    width: 35px;
    float: right;
    margin: 16px 0;
    position: relative;
    z-index: 9999;
    background-size: cover;
}

header .nav-icon:hover {
    background-position: 0 -54px;
    cursor: pointer
}

header .nav-icon:hover .nav-drop {
    display: block
}

header .nav-icon .nav-drop {
    position: absolute;
    background-color: #858585;
    top: 100%;
    width: 335px;
    right: 0;
    z-index: 10;
    border: 1px solid #fff;
    display: none
}

header .nav-icon .nav-drop ul li {
    list-style: none;
    border-bottom: 1px solid #fff
}

header .nav-icon .nav-drop ul li:last-child {
    border-bottom: 0
}

header .nav-icon .nav-drop ul li a {
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    padding: 10px 10px;
    display: block
}

.card-box {
    padding: 20px 60px 20px 60px
}

.carousel-indicators li {
    width: 14px !important;
    height: 14px !important;
    background-color: #a29f96;
    border: 2px solid #fff !important;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.2) !important
}

.carousel-indicators .active {
    width: 14px !important;
    height: 14px !important;
    background-color: #e81f76  !important;
    margin: 1px !important
}

.carousel-control {
    background: none !important;
    width: auto !important
}

.carousel-control.left {
    left: 20px !important
}

.carousel-control.right {
    right: 20px !important
}

.card-box h2 {
    font-weight: 900;
    font-size: 29px
}

.card-box tag {
    background: #FFC600;
    color: #000;
    padding: 4px;
    margin: 25px 0;
    display: inline-block;
    font-size: 16px;
}

.card-box h1 {
    font-weight: 600;
    font-size: 100px;
    margin-top: 0;
    line-height: 1;
}

.card-box p {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 0
}

.both-sec {
    display: flex;
    align-items: center
}

@media(max-width:1250px) {
    header .nav-icon .nav-drop ul li a {
        font-size: 15px
    }
}

@media(max-width:320px) {
    header .nav-icon .nav-drop {
        width: 295px
    }
}

@media(max-width:640px) {
    header .nav-icon {
        position: relative;
        top: 89px;
        right: 10px;
        margin: 0;
        z-index: 999999
    }
}

header .head-text {
    width: calc(100% - 35px);
    float: left;
    text-align: center;
    text-transform: uppercase;
    line-height: 28px;
    margin: 3px 0 0 0
}

header .head-text.rs_head_text {
    text-align: right;
    padding-right: 20px;
    padding-top: 13px
}

header .head-text h4 {
    color: #fff;
    font-weight: 300;
    font-size: 22px;
    line-height: 0;
    text-transform: capitalize;
    margin-top: 24px
}

@media(max-width:640px) {
    header .head-text h4 {
        font-size: 20px;
        text-align: left;
        padding-left: 20px
    }
}

header .head-text h1 {
    color: #d33d4b;
    font-weight: bold;
    font-size: 36px;
    text-transform: capitalize;
    margin: 0
}

@media(max-width:640px) {
    header .head-text h1 {
        font-size: 28px;
        text-align: left;
        padding-left: 20px
    }
}

@media(max-width:950px) {
    header .head-text {
        text-align: right;
        padding-right: 10px
    }
    header .head-text h4 {
        font-size: 20px
    }
    header .head-text h1 {
        font-size: 28px
    }
    header .head-text {
        margin-top: 0;
        padding-bottom: 8px
    }
    .logo ul {
        padding: 0
    }
}

@media(max-width:640px) {
    header .head-text {
        padding: 0;
        float: none;
        width: 100%;
        line-height: 20px;
        margin: 60px 0 0
    }
}

@media(max-width:640px) {
    header {
        height: 165px
    }
}

@media(max-width:320px) {
    header {
        height: 160px
    }
}

.bg-ptrn {
    /* background-image: url(../img/white-noise.png); */
    background-position: 0 0, 50% 50%;
    background-size: auto, 359px;
    background-repeat: repeat, repeat;
    padding: 45px 0 30px;
    background-size: 100px 100px;
    background-color: RGBA(243, 246, 255, 0.9);
}

.bg-ptrn .white-area {
    background-color: #fff
}

.bg-ptrn .white-area.neighbour-dashboard.neighbour_page {
    background-color: transparent
}

.bg-ptrn .ltgrey-area {
    background-color: #bfbfbf
}

.bg-ptrn .pink-area {
    background-color: #dfdaca
}

.bg-ptrn .pink-area .btn-set {
    width: 100%;
    margin: 0 auto;
    padding: 30px
}

.bg-ptrn .pink-area .btn-set .btn:hover {
    background-color: #333;
    color: #FFF
}

.bg-ptrn .logo-section {
    margin-bottom: 30px;
    background: transparent;
    display: flex
}

.bg-ptrn .logo-section .logo-side {
    float: left;
    width: 50%;
    background: #fff;
    margin-right: 20px;
    padding: 15px;
    height: 580px
}

}

@media(max-width:1250px) {
    .bg-ptrn .logo-section .logo-side {
        width: 300px
    }
}

.bg-ptrn .logo-section .logo-side .logo-only {
    text-align: center;
    margin-bottom: 10px
}

.bg-ptrn .logo-section .cd-drop-btn {
    position: relative
}

.bg-ptrn .logo-section .cd-drop-btn .btn {
    color: #fff;
    font-weight: 400;
    font-size: 15px;
    text-transform: capitalize;
    background-repeat: no-repeat;
    background-image: url(../img/arrow-down.png);
    background-position: right 10px center;
    position: relative;
    padding-right: 44px;
    border-radius: 35px;
    background-color: #E81F76
}

.bg-ptrn .logo-section .cd-drop-btn .btn:hover {
    color: #fff;
    background-color: #E81F76
}

.bg-ptrn .logo-section .cd-drop-btn .btn:after {
    position: absolute;
    content: "";
    width: 2px;
    height: 100%;
    top: 0;
    right: 37px;
    background-color: #fff
}

.bg-ptrn .logo-section .cd-drop-btn .btn.active {
    background-image: url(../img/arrow-up.png)
}

@media(max-width:360px) {
    .bg-ptrn .logo-section .cd-drop-btn .btn {
        font-size: 20px
    }
}

.bg-ptrn .logo-section .cd-drop-btn .cd-drop {
    position: absolute;
    background-color: #333;
    top: 100%;
    width: 100%;
    right: 0;
    z-index: 10;
    border: 1px solid #fff;
    display: none
}

.bg-ptrn .logo-section .cd-drop-btn .cd-drop ul li {
    list-style: none;
    border-bottom: 1px solid #fff
}

.bg-ptrn .logo-section .cd-drop-btn .cd-drop ul li:hover {
    background-color: #E81F76
}

.bg-ptrn .logo-section .cd-drop-btn .cd-drop ul li:last-child {
    border-bottom: 0
}

.bg-ptrn .logo-section .cd-drop-btn .cd-drop ul li a {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    padding: 8px 10px;
    display: block
}

@media(max-width:1250px) {
    .bg-ptrn .logo-section .cd-drop-btn .cd-drop ul li a {
        font-size: 15px
    }
}

@media(max-width:760px) {
    .bg-ptrn .logo-section .cd-drop-btn .cd-drop {
        width: 100%
    }
    .c-dir {
        clear: both;
        display: flex;
        flex-direction: column-reverse;
        background-color: #fff;
        padding: 10px;
        margin-top: 30px
    }
}

.bg-ptrn .logo-section .member-right {
    float: right;
    width: 100%;
    padding: 0;
    position: relative
}

.bg-ptrn .logo-section .member-right .triangle-left {
    width: 0;
    height: 0;
    border-top: 147px solid transparent;
    border-right: 80px solid #858585;
    border-bottom: 147px solid transparent;
    position: absolute;
    left: -80px;
    top: 0
}

@media(max-width:1250px) {
    .bg-ptrn .logo-section .member-right .triangle-left {
        border-top: 138px solid transparent;
        border-right: 50px solid #858585;
        border-bottom: 138px solid transparent;
        left: -50px
    }
}

@media(max-width:950px) {
    .bg-ptrn .logo-section .member-right .triangle-left {
        border-top: 138px solid transparent;
        border-right: 35px solid #858585;
        border-bottom: 138px solid transparent;
        left: -35px
    }
}

@media(max-width:760px) {
    .bg-ptrn .logo-section .member-right .triangle-left {
        display: none
    }
}

.bg-ptrn .logo-section .member-right h1 {
    color: #222;
    font-weight: bold;
    font-size: 41px;
    margin-bottom: 5px;
    line-height: 1;
}

@media(max-width:1250px) {
    .bg-ptrn .logo-section .member-right h1 {
        font-size: 30px;
        line-height: 30px
    }
}

@media(max-width:950px) {
    .bg-ptrn .logo-section .member-right h1 {
        font-size: 21px;
        line-height: 21px
    }
}

@media(max-width:760px) {
    .bg-ptrn .logo-section .member-right h1 br {
        float: left
    }
}

.bg-ptrn .logo-section .member-right h3 {
    color: #fff;
    font-weight: 600;
    font-size: 33px;
    line-height: 33px;
    margin-bottom: 20px
}

@media(max-width:1250px) {
    .bg-ptrn .logo-section .member-right h3 {
        font-size: 24px;
        line-height: 24px
    }
}

@media(max-width:950px) {
    .bg-ptrn .logo-section .member-right h3 {
        font-size: 19px;
        line-height: 19px
    }
}

@media(max-width:760px) {
    .bg-ptrn .logo-section .member-right h3 br {
        float: left
    }
}

.bg-ptrn .logo-section .member-right p {
    color: #333;
    font-weight: 300;
    font-size: 17px;
    line-height: 22px
}

@media(max-width:950px) {
    .bg-ptrn .logo-section .member-right p {
        font-size: 16px
    }
}

@media(max-width:1250px) {
    .bg-ptrn .logo-section .member-right {
        width: 100%
    }
}

@media(max-width:760px) {
    .bg-ptrn .logo-section .member-right {
        width: 100%
    }
}

.bg-ptrn .know-sec {
    margin: 40px 0;
    display: flex;
    align-items: center
}

.bg-ptrn .know-sec .know-left {
    background-color: #dfdaca;
    width: calc(100% - 65%);
    padding: 40px 30px;
    float: left
}

.bg-ptrn .know-sec .know-left h1 {
    color: #fff;
    font-weight: bold;
    font-size: 58px;
    line-height: 60px;
    margin-bottom: 28px
}

@media(max-width:1250px) {
    .bg-ptrn .know-sec .know-left h1 {
        font-size: 50px;
        line-height: 41.5px
    }
}

@media(max-width:950px) {
    .bg-ptrn .know-sec .know-left h1 {
        font-size: 35px;
        line-height: 35px
    }
}

@media(max-width:760px) {
    .bg-ptrn .know-sec .know-left h1 br {
        float: left
    }
}

@media(max-width:760px) {
    .bg-ptrn .know-sec .know-left {
        width: 100%;
        padding: 20px;
        float: none
    }
}

.bg-ptrn .know-sec .know-right {
    float: left;
    margin: 0 0 0 13px;
    padding: 20px
}

.bg-ptrn .know-sec .know-right h2 {
    color: #222;
    font-weight: bold;
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 0;
    max-width: 75%;
    width: 100%
}

@media(max-width:1250px) {
    .bg-ptrn .know-sec .know-right h2 {
        font-size: 34px
    }
}

@media(max-width:950px) {
    .rs_footer .navi {
        width: 100% !important
    }
    .bg-ptrn .know-sec .know-right h2 {
        font-size: 30px
    }
    .head-text {
        position: absolute;
        top: auto !important;
        background: #773dbd;
        width: 100% !important;
        text-align: center !important;
        z-index: 999;
        margin-top: 0 !important
    }
    header .head-text.rs_head_text {
        padding: 0 0 10px
    }
    .head-text.rs_head_text {
        padding-left: 100px !important;
        text-align: left !important
    }
    header.rs_blue .logo {
        background-color: #773DBD
    }
    .bg-ptrn .logo-section {
        flex-wrap: wrap
    }
    .bg-ptrn .logo-section .logo-side {
        float: left;
        width: 100%;
        background: #fff;
        margin-right: 20px;
        padding: 15px;
        display: flex;
        justify-content: space-between;
        margin: 50px 0;
        height: auto;
        align-items: center
    }
    .bg-ptrn .logo-section .logo-side .logo-only {
        padding-right: 20px
    }
    .rs_blue .logo ul li {
        display: inline-block !important
    }
    .rs_blue .logo ul li {
        padding: 10px 30px
    }
}

@media(max-width:480px) {
    .bg-ptrn .know-sec .know-right h2 {
        line-height: 30px;
        text-align: center
    }
    .logo ul li {
        width: 100%
    }
    header .head-text {
        margin-top: 0;
        top: 0
    }
    header .head-text h1 {
        font-size: 18px
    }
}

.bg-ptrn .know-sec .know-right .data-area {
    margin-bottom: 20px
}

.bg-ptrn .know-sec .know-right .data-area h1 {
    float: left;
    color: #f4be49;
    font-weight: 400;
    font-size: 90px;
    line-height: 95px
}

@media(max-width:1250px) {
    .bg-ptrn .know-sec .know-right .data-area h1 {
        font-size: 85px;
        line-height: 85px
    }
}

@media(max-width:950px) {
    .bg-ptrn .know-sec .know-right .data-area h1 {
        font-size: 67px;
        line-height: 43px
    }
}

@media(max-width:480px) {
    .bg-ptrn .know-sec .know-right .data-area h1 {
        float: none
    }
}

.bg-ptrn .know-sec .know-right .data-area .btn-side {
    float: right;
    width: 300px;
    margin: 30px 0 0 30px
}

@media(max-width:1250px) {
    .bg-ptrn .know-sec .know-right .data-area .btn-side {
        width: 280px;
        margin: 13px 0 0 10px
    }
}

@media(max-width:950px) {
    .bg-ptrn .know-sec .know-right .data-area .btn-side {
        margin-top: 10px
    }
}

@media(max-width:480px) {
    .bg-ptrn .know-sec .know-right .data-area .btn-side {
        width: 100%
    }
}

.bg-ptrn .know-sec .know-right h3 {
    color: #333;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 0
}

@media(max-width:950px) {
    .bg-ptrn .know-sec .know-right h3 {
        font-size: 14px
    }
}

@media(max-width:950px) {
    .bg-ptrn .know-sec .know-right {
        width: 500px;
        margin: 0 25px 0 0;
        float: right
    }
}

@media(max-width:760px) {
    .bg-ptrn .know-sec .know-right {
        width: 100%;
        float: none;
        margin: 0
    }
}

.bg-ptrn .retail-sec {
    margin-bottom: 40px;
    display: flex
}

.bg-ptrn .retail-sec .retail-sec-left {
    padding: 20px;
    display: flex;
    align-items: center;
    width: 60%
}

.bg-ptrn .retail-sec .retail-sec-left h2 {
    text-transform: capitalize;
    color: #222;
    font-weight: bold;
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 0
}

@media(max-width:1250px) {
    .bg-ptrn .retail-sec .retail-sec-left h2 {
        font-size: 34px
    }
}

@media(max-width:950px) {
    .bg-ptrn .retail-sec .retail-sec-left h2 {
        font-size: 30px
    }
}

@media(max-width:480px) {
    .bg-ptrn .retail-sec .retail-sec-left h2 {
        line-height: 30px;
        text-align: center;
        float: left;
        width: 100%
    }
}

.bg-ptrn .retail-sec .retail-sec-left .data-graph h1 {
    color: #f4be49;
    margin-right: 30px;
    font-weight: 400;
    font-size: 90px;
}

@media(max-width:1250px) {
    .bg-ptrn .retail-sec .retail-sec-left .data-graph h1 {
        font-size: 85px;
        line-height: 85px
    }
}

@media(max-width:950px) {
    .bg-ptrn .retail-sec .retail-sec-left .data-graph h1 {
        font-size: 67px;
        line-height: 75px
    }
}

@media(max-width:760px) {
    .bg-ptrn .retail-sec .retail-sec-left .data-graph h1 {
        width: 50%;
        margin-right: 0
    }
}

@media(max-width:480px) {
    .bg-ptrn .retail-sec .retail-sec-left .data-graph h1 {
        float: none;
        width: 100%
    }
}

.bg-ptrn .retail-sec .retail-sec-left .data-graph .retail-graph {
    float: left;
    width: 500px;
    padding-top: 10px
}

.bg-ptrn .retail-sec .retail-sec-left .data-graph .retail-graph img {
    width: 100%
}

@media(max-width:1250px) {
    .bg-ptrn .retail-sec .retail-sec-left .data-graph .retail-graph {
        width: 320px
    }
}

@media(max-width:950px) {
    .bg-ptrn .retail-sec .retail-sec-left .data-graph .retail-graph {
        width: 265px
    }
}

@media(max-width:760px) {
    .bg-ptrn .retail-sec .retail-sec-left .data-graph .retail-graph {
        width: 50%
    }
}

@media(max-width:480px) {
    .bg-ptrn .retail-sec .retail-sec-left .data-graph .retail-graph {
        width: 100%
    }
}

@media(max-width:1250px) {
    .bg-ptrn .retail-sec .retail-sec-left .data-graph {
        margin: 35px 0
    }
}

@media(max-width:950px) {
    .bg-ptrn .retail-sec .retail-sec-left .data-graph {
        margin: 20px 0
    }
}

@media(max-width:760px) {
    .bg-ptrn .retail-sec .retail-sec-left .data-graph {
        padding-right: 25px
    }
}

@media(max-width:480px) {
    .bg-ptrn .retail-sec .retail-sec-left .data-graph {
        padding-right: 0
    }
}

.bg-ptrn .retail-sec .retail-sec-left h3 {
    color: #333;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 0
}

@media(max-width:1250px) {
    .bg-ptrn .retail-sec .retail-sec-left h3 {
        font-size: 18px
    }
    header .head-text {
        text-align: right;
        padding-right: 15px
    }
}

@media(max-width:950px) {
    .bg-ptrn .retail-sec .retail-sec-left h3 {
        font-size: 14px
    }
}

@media(max-width:480px) {
    .bg-ptrn .retail-sec .retail-sec-left {
        float: none;
        padding-left: 0;
        width: 87%;
        margin: 0 auto
    }
}

.bg-ptrn .retail-sec .retail-sec-right {
    float: right;
    width: 40%;
    text-align: center;
    background-color: #dfdaca;
    padding: 30px;
    position: relative
}

.bg-ptrn .retail-sec .retail-sec-right .img-sec {
    width: 150px;
    margin: 0 auto
}

.bg-ptrn .retail-sec .retail-sec-right .img-sec img {
    width: 100%
}

@media(max-width:950px) {
    .bg-ptrn .retail-sec .retail-sec-right .img-sec {
        width: 100px
    }
}

.bg-ptrn .retail-sec .retail-sec-right button {
    width: 80%;
    background-color: #988c88;
    color: #fff;
    margin-top: 12px
}

.bg-ptrn .retail-sec .retail-sec-right button:hover {
    background-color: #333
}

@media(max-width:760px) {
    .bg-ptrn .retail-sec .retail-sec-right button {
        width: 94%
    }
}

@media(max-width:760px) {
    .bg-ptrn .retail-sec .retail-sec-right {
        width: 100%
    }
}

.bg-ptrn .retail-sec .retail-triangle {
    position: relative;
    width: 50px;
    float: right;
    background-color: #bfbfbf;
    height: 253px
}

.bg-ptrn .retail-sec .retail-triangle .triangle-right {
    width: 0;
    height: 0;
    border-top: 127px solid transparent;
    border-left: 50px solid #FFF;
    border-bottom: 127px solid transparent;
    position: absolute;
    left: 0;
    top: 0
}

@media(max-width:1250px) {
    .bg-ptrn .retail-sec .retail-triangle .triangle-right {
        border-top: 127px solid transparent;
        border-left: 50px solid #FFF;
        border-bottom: 127px solid transparent
    }
}

@media(max-width:950px) {
    .bg-ptrn .retail-sec .retail-triangle .triangle-right {
        border-top: 102px solid transparent;
        border-left: 35px solid #FFF;
        border-bottom: 102px solid transparent
    }
}

@media(max-width:760px) {
    .bg-ptrn .retail-sec .retail-triangle .triangle-right {
        display: none
    }
}

@media(max-width:950px) {
    .bg-ptrn .retail-sec .retail-triangle {
        height: 203px
    }
}

@media(max-width:760px) {
    .bg-ptrn .retail-sec .retail-triangle {
        display: none
    }
}

.bg-ptrn .two-sec {
    margin-bottom: 40px;
    clear: both
}

.bg-ptrn .two-sec .half-sec {
    width: 585px
}

.bg-ptrn .two-sec .half-sec.fl {
    float: left
}

@media(max-width:760px) {
    .bg-ptrn .two-sec .half-sec.fl {
        float: none
    }
}

.bg-ptrn .two-sec .half-sec.fr {
    float: right
}

@media(max-width:760px) {
    .bg-ptrn .two-sec .half-sec.fr {
        float: none
    }
}

.bg-ptrn .two-sec .half-sec.workforce {
    background-image: url(../img/figures.png);
    background-position: 10px 30px;
    padding-top: 150px;
    background-size: 565px;
    background-repeat: no-repeat
}

.bg-ptrn .two-sec .half-sec.workforce .gray-area {
    background-color: #dfdaca;
    padding: 0
}

.bg-ptrn .two-sec .half-sec.workforce .gray-area h2 {
    color: #222;
    font-weight: 600;
    font-size: 29px;
    line-height: 40px;
    padding: 15px 30px;
    max-width: 78%;
    width: 100%
}

@media(max-width:760px) {
    .bg-ptrn .two-sec .half-sec.workforce .gray-area h2 br {
        float: left
    }
}

.bg-ptrn .two-sec .half-sec.workforce .gray-area .pink-area {
    background-color: #eeece7;
    padding: 30px;
    line-height: 80px;
    width: 100%;
    position: relative
}

.bg-ptrn .two-sec .half-sec.workforce .gray-area .pink-area h1 {
    color: #f4be49;
    font-weight: 400;
    font-size: 97px;
    line-height: unset
}

@media(max-width:1250px) {
    .bg-ptrn .two-sec .half-sec.workforce .gray-area .pink-area h1 {
        font-size: 85px
    }
}

@media(max-width:950px) {
    .bg-ptrn .two-sec .half-sec.workforce .gray-area .pink-area h1 {
        font-size: 75px
    }
}

@media(max-width:360px) {
    .bg-ptrn .two-sec .half-sec.workforce .gray-area .pink-area h1 {
        font-size: 50px
    }
}

.bg-ptrn .two-sec .half-sec.workforce .gray-area .pink-area .top-side {
    width: 0;
    height: 0;
    border-top: 0 solid transparent;
    border-left: 40px solid #e9188e;
    border-bottom: 60px solid transparent;
    position: absolute;
    right: -40px;
    top: 0
}

.bg-ptrn .two-sec .half-sec.workforce .gray-area .pink-area .bottom-side {
    width: 0;
    height: 0;
    border-top: 60px solid transparent;
    border-left: 40px solid #e9188e;
    border-bottom: 0 solid transparent;
    position: absolute;
    right: -40px;
    bottom: 0
}

.bg-ptrn .two-sec .half-sec.workforce .gray-area h3 {
    color: #000;
    font-weight: 400;
    font-size: 21px;
    margin-bottom: 20px
}

@media(max-width:950px) {
    .bg-ptrn .two-sec .half-sec.workforce .gray-area h3 {
        font-size: 16px
    }
}

.bg-ptrn .two-sec .half-sec.workforce .gray-area button.btn {
    font-weight: 400;
    font-size: 15px;
    background-color: #E81F76;
    border-radius: 0;
    border: 0;
    height: 47px
}

.bg-ptrn .two-sec .half-sec.workforce .gray-area button.btn:hover {
    background-color: #333
}

@media(max-width:1250px) {
    .bg-ptrn .two-sec .half-sec.workforce {
        background-position: -45px 10px;
        padding-top: 128px;
        background-size: 530px
    }
}

@media(max-width:950px) {
    .bg-ptrn .two-sec .half-sec.workforce {
        background-position: -85px 10px
    }
}

@media(max-width:760px) {
    .bg-ptrn .two-sec .half-sec.workforce {
        background-position: 0 5px;
        background-size: 100%
    }
}

@media(max-width:480px) {
    .bg-ptrn .two-sec .half-sec.workforce {
        background-position: 0 36px
    }
}

@media(max-width:360px) {
    .bg-ptrn .two-sec .half-sec.workforce {
        background-position: 0 60px
    }
}

.bg-ptrn .two-sec .half-sec.map-area .heading {
    line-height: 33.5px;
    padding: 20px 30px;
    background-color: #dfdaca
}

.bg-ptrn .two-sec .half-sec.map-area .heading h5 {
    color: #222;
    font-weight: 400;
    font-size: 28px;
}

@media(max-width:1250px) {
    .bg-ptrn .two-sec .half-sec.map-area .heading h5 {
        font-size: 23px
    }
}

.bg-ptrn .two-sec .half-sec.map-area .heading h2 {
    color: #222;
    font-weight: bold;
    font-size: 28px;
}

@media(max-width:1250px) {
    .bg-ptrn .two-sec .half-sec.map-area .heading h2 {
        font-size: 34px
    }
}

.bg-ptrn .two-sec .half-sec.map-area .redev-map {
    border-top: 1px solid #FFF;
    border-bottom: 0;
    position: relative
}

.bg-ptrn .two-sec .half-sec.map-area .redev-map img {
    width: 100%;
    height: 333px
}

.bg-ptrn .two-sec .half-sec.map-area .chart-data-area .left-chart {
    width: 165px;
    float: left;
    position: relative
}

.bg-ptrn .two-sec .half-sec.map-area .chart-data-area {
    margin-bottom: 0;
    position: absolute;
    top: 12%;
    text-align: center;
    background-color: #f4be49;
    padding: 20px;
    left: 0;
    transform: translate(0%, 0%)
}

.bg-ptrn .two-sec .half-sec.map-area .chart-data-area h2 {
    color: #fff;
    font-weight: 400;
    font-size: 90px;
    text-align: center
}

.bg-ptrn .two-sec .half-sec.map-area .chart-data-area .left-chart #redevelopment .amcharts-chart-div svg {
    width: auto
}

.bg-ptrn .two-sec .half-sec.map-area .chart-data-area .left-chart #redevelopment .amcharts-chart-div svg g text {
    color: #fff;
    font-weight: 600;
    font-size: 44px;
}

.bg-ptrn .two-sec .half-sec.map-area .chart-data-area .left-chart #redevelopment .amcharts-chart-div svg g text tspan {
    color: #fff;
    font-weight: 600;
    font-size: 44px;
}

.bg-ptrn .two-sec .half-sec.map-area .chart-data-area .chart-text {
    line-height: 25px;
    color: #333;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 0;
    text-align: center
}

.bg-ptrn .two-sec .half-sec.map-area .chart-data-area .left-chart path {
    fill: none;
    stroke: none
}

@media(max-width:1250px) {
    .bg-ptrn .two-sec .half-sec.map-area .chart-data-area .chart-text {
        font-size: 16px
    }
}

@media(max-width:950px) {
    .bg-ptrn .two-sec .half-sec.map-area .chart-data-area .chart-text {
        font-size: 16px
    }
}

@media(max-width:760px) {
    .bg-ptrn .two-sec .half-sec.map-area .chart-data-area .chart-text {
        font-size: 14px
    }
}

@media(max-width:760px) {
    .bg-ptrn .two-sec .half-sec.map-area .chart-data-area .chart-text br {
        float: left
    }
}

@media(max-width:760px) {
    .bg-ptrn .two-sec .half-sec.map-area {
        margin-top: 35px
    }
}

@media(max-width:1250px) {
    .bg-ptrn .two-sec .half-sec {
        width: 49%
    }
}

@media(max-width:760px) {
    .bg-ptrn .two-sec .half-sec {
        width: 100%;
        height: auto
    }
}

.bg-ptrn .two-sec.neighbour .neighborhood {
    height: auto;
    background-color: #dfdaca
}

.bg-ptrn .two-sec.neighbour .neighborhood h1 {
    color: #222;
    font-weight: 600;
    font-size: 28px;
    max-width: 72%;
    line-height: 30px;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding: 20px;
}

@media(max-width:1250px) {
    .bg-ptrn .two-sec.neighbour .neighborhood h1 {
        font-size: 25px
    }
}

@media(max-width:950px) {
    .bg-ptrn .two-sec.neighbour .neighborhood h1 {
        font-size: 20px
    }
}

@media(max-width:760px) {
    .bg-ptrn .two-sec.neighbour .neighborhood h1 br {
        float: left
    }
}

.btn-neigbr {
    clear: both;
    padding: 30px
}

.bg-ptrn .two-sec.neighbour .neighborhood img {
    width: 100%;
    padding: 0;
    float: left;
    margin-top: -15px;
    position: relative;
    z-index: 0
}

.bg-ptrn .two-sec.neighbour .half-sec.fr.ltgrey-area.city h2 {
    text-align: center;
    line-height: 22px;
    color: #333;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 13px
}

@media(max-width:1250px) {
    .bg-ptrn .two-sec.neighbour .neighborhood img {
        margin-top: 5px
    }
}

@media(max-width:760px) {
    .bg-ptrn .two-sec.neighbour .neighborhood img {
        margin-top: -15px;
        float: none
    }
}

@media(max-width:1250px) {
    .bg-ptrn .two-sec.neighbour .neighborhood {
        height: 450px
    }
}

@media(max-width:950px) {
    .bg-ptrn .two-sec.neighbour .neighborhood {
        height: 456px
    }
}

@media(max-width:760px) {
    .bg-ptrn .two-sec.neighbour .neighborhood {
        height: auto
    }
}

.bg-ptrn .two-sec.neighbour .city {
    height: auto;
    background-color: #dfdaca
}

.bg-ptrn .two-sec.neighbour .city h1 {
    color: #000;
    font-weight: 600;
    font-size: 28px;
    padding: 20px 20px 0;
    text-align: center;
    max-width: 64%;
    width: 100%;
    margin: 0 auto;
    line-height: 30px;
    margin-bottom: 10px
}

@media(max-width:1250px) {
    .bg-ptrn .two-sec.neighbour .city h1 {
        font-size: 25px
    }
}

@media(max-width:950px) {
    .bg-ptrn .two-sec.neighbour .city h1 {
        font-size: 24px
    }
}

.bg-ptrn .two-sec.neighbour .city img {
    width: 100%
}

.bg-ptrn .two-sec.neighbour .city .bottom {
    text-align: center;
    background-color: #dfdaca;
    position: relative;
    margin-top: -27px;
    padding: 30px
}

.bg-ptrn .two-sec.neighbour .city .bottom .triangle-top {
    width: 0;
    height: 0;
    border-right: 295.5px solid transparent;
    border-left: 295.5px solid transparent;
    border-bottom: 44px solid #fff;
    position: absolute;
    left: 0;
    top: -44px
}

@media(max-width:1250px) {
    .bg-ptrn .two-sec.neighbour .city .bottom .triangle-top {
        border-right: 220px solid transparent;
        border-left: 220px solid transparent;
        border-bottom: 25px solid #fff;
        top: -25px
    }
}

@media(max-width:950px) {
    .bg-ptrn .two-sec.neighbour .city .bottom .triangle-top {
        border-right: 179px solid transparent;
        border-left: 179px solid transparent
    }
}

@media(max-width:760px) {
    .bg-ptrn .two-sec.neighbour .city .bottom .triangle-top {
        display: none
    }
}

.bg-ptrn .two-sec.neighbour .city .bottom h2 {
    color: #000;
    font-weight: 400;
    font-size: 25px;
}

@media(max-width:1250px) {
    .bg-ptrn .two-sec.neighbour .city .bottom h2 {
        font-size: 18px
    }
}

@media(max-width:950px) {
    .bg-ptrn .two-sec.neighbour .city .bottom h2 {
        font-size: 14px
    }
}

.bg-ptrn .two-sec.neighbour .city .bottom .btn-side {
    display: inline-block;
    width: 230px;
    margin-right: 10px
}

.bg-ptrn .two-sec.neighbour .city .bottom .btn-side:last-child {
    margin-right: 0
}

@media(max-width:760px) {
    .bg-ptrn .two-sec.neighbour .city .bottom {
        padding-bottom: 25px
    }
}

@media(max-width:1250px) {
    .bg-ptrn .two-sec.neighbour .city {
        height: 450px
    }
    .bg-ptrn .two-sec .half-sec.map-area .redev-map img {
        height: 311px
    }
}

@media(max-width:950px) {
    .bg-ptrn .two-sec.neighbour .city {
        height: 456px
    }
}

@media(max-width:760px) {
    .bg-ptrn .two-sec.neighbour .city {
        margin-top: 35px;
        height: auto
    }
}

.bg-ptrn .two-sec.unlocking {
    margin-bottom: 0
}

.bg-ptrn .two-sec.unlocking .unlock {
    padding: 30px;
    height: auto;
    background-color: #dfdaca
}

.bg-ptrn .two-sec.unlocking .unlock h1 {
    color: #222;
    font-weight: 600;
    font-size: 28px;
    line-height: 30px;
}

@media(max-width:950px) {
    .bg-ptrn .two-sec.unlocking .unlock h1 {
        font-size: 20px
    }
}

@media(max-width:760px) {
    .bg-ptrn .two-sec.unlocking .unlock h1 br {
        float: left
    }
}

.bg-ptrn .two-sec.unlocking .unlock p {
    line-height: 22px;
    color: #333;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 0
}

@media(max-width:1250px) {
    .bg-ptrn .two-sec.unlocking .unlock p {
        font-size: 18px
    }
}

@media(max-width:950px) {
    .bg-ptrn .two-sec.unlocking .unlock p {
        font-size: 14px
    }
}

@media(max-width:1250px) {
    .bg-ptrn .two-sec.unlocking .unlock {
        height: auto
    }
}

.bg-ptrn .new-business-sec {
    margin-bottom: 40px
}

.bg-ptrn .new-business-sec .lt-gray-area {
    background-color: #fff;
    padding: 30px 30px 0;
    display: flex;
    align-items: center
}

.bg-ptrn .new-business-sec .lt-gray-area .building-left {
    float: left
}

@media(max-width:1250px) {
    .bg-ptrn .new-business-sec .lt-gray-area .building-left {
        width: 190px
    }
}

@media(max-width:950px) {
    .bg-ptrn .new-business-sec .lt-gray-area .building-left img {
        max-width: 100%
    }
}

.bg-ptrn .new-business-sec .lt-gray-area .data-show {
    float: left;
    margin: 0 0 0 30px
}

.bg-ptrn .new-business-sec .lt-gray-area .data-show h1 {
    float: left;
    color: #f4be49;
    font-weight: 400;
    font-size: 111px;
    line-height: 90px;
    margin-right: 30px
}

@media(max-width:1250px) {
    .bg-ptrn .new-business-sec .lt-gray-area .data-show h1 {
        font-size: 90px
    }
}

@media(max-width:950px) {
    .bg-ptrn .new-business-sec .lt-gray-area .data-show h1 {
        font-size: 75px
    }
}

@media(max-width:480px) {
    .bg-ptrn .new-business-sec .lt-gray-area .data-show h1 {
        float: none
    }
}

.bg-ptrn .new-business-sec .lt-gray-area .data-show p {
    float: right;
    line-height: 22px;
    color: #333;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 0
}

@media(max-width:1250px) {
    .bg-ptrn .new-business-sec .lt-gray-area .data-show p {
        font-size: 20px;
        margin: 16px 25px
    }
    .bg-ptrn .new-business-sec .lt-gray-area .building-left img {
        width: 100%
    }
}

@media(max-width:950px) {
    .bg-ptrn .new-business-sec .lt-gray-area .data-show p {
        font-size: 14px;
        margin: 17px 25px;
        line-height: 20px
    }
}

@media(max-width:480px) {
    .bg-ptrn .new-business-sec .lt-gray-area .data-show p {
        width: 100%;
        margin: 0
    }
}

@media(max-width:760px) {
    .bg-ptrn .new-business-sec .lt-gray-area .data-show {
        margin: -114px 0
    }
}

@media(max-width:480px) {
    .bg-ptrn .new-business-sec .lt-gray-area .data-show {
        margin: 0;
        width: 100%
    }
}

@media(max-width:480px) {
    .bg-ptrn .new-business-sec .lt-gray-area {
        height: auto
    }
}

.bg-ptrn .new-business-sec .overview {
    padding: 30px;
    background-color: #dfdaca
}

.bg-ptrn .new-business-sec .overview h1 {
    color: #222;
    font-weight: bold;
    font-size: 28px;
    float: left
}

@media(max-width:1250px) {
    .bg-ptrn .new-business-sec .overview h1 {
        font-size: 23px
    }
}

@media(max-width:950px) {
    .bg-ptrn .new-business-sec .overview h1 {
        font-size: 16px
    }
}

.bg-ptrn .new-business-sec .overview .btn-side {
    float: right;
    width: 270px
}

@media(max-width:760px) {
    .bg-ptrn .new-business-sec .overview .btn-side {
        width: 100%
    }
}

.bg-ptrn .btn {
    color: #fff;
    font-weight: 400;
    font-size: 15px;
    background-color: #E81F76;
    border-radius: 0;
    border: 0;
    height: 47px;
    width: 100%;
    cursor: pointer
}

.neighbour_page .bg-ptrn .btn {
    background: #333
}

.bg-ptrn .btn:hover {
    background-color: #E81F76;
    color: #fff
}

.neighbour_page .bg-ptrn .btn:hover {
    background-color: #E81F76
}

.neighbour_page .bg-ptrn {
    background-color: #333;
}

.bg-ptrn .btn.pink {
    background-color: #E81F76;
    color: #fff
}

.bg-ptrn .btn.pink:hover {
    background-color: #333;
    color: #fff
}

@media(max-width:320px) {
    .bg-ptrn .btn {
        font-size: 12px
    }
}

.bg-ptrn .btn:hover {
    background-color: #333;
    color: #fff
}

.with-empl_sctn {
    padding: 30px 40px 30px
}

.neighbour-dashboard {
    padding: 25px 25px 10px 25px
}

.neighbour-dashboard .header {
    margin: 5px 0 25px 0;
    height: 100px
}

.neighbour-dashboard .header .logo {
    float: left;
    height: 55px
}

.neighbour-dashboard .header .pink-heading {
    color: #e9188e;
    font-weight: 400;
    font-size: 16pt;
    text-transform: uppercase;
    text-align: right;
    border-bottom: 1px solid #998c87;
    padding-bottom: 5px;
    float: right;
    width: 80%;
    margin-top: 50px
}

.neighbour-dashboard .header .pink-heading span {
    font-weight: lighter
}

.neighbour-dashboard h1 {
    text-align: center;
    color: #000;
    font-weight: 300;
    font-size: 45px;
    text-transform: uppercase;
    margin: 0 0 25px
}

.neighbour_page h1 {
    color: #222;
    font-weight: 400;
    font-size: 24px;
    margin: 0 0 25px 0;
    line-height: 34px;
    text-transform: unset
}

.neighbour_page h1 span {
    font-size: 25px;
    font-weight: 700;
    color: #333
}

@media(max-width:1250px) {
    .neighbour-dashboard h1 {
        font-size: 30px
    }
}

@media(max-width:950px) {
    .neighbour-dashboard h1 {
        font-size: 21px
    }
}

.neighbour-dashboard .triple-section .grey-box {
    background-color: #858585;
    float: left;
    color: #fff
}

.neighbour_page .triple-section .grey-box {
    background-color: #eeece7
}

.neighbour_page .triple-section .grey-box {
    background-color: #eeece7;
    text-align: center;
    padding: 10px
}

.neighbour-dashboard .triple-section .grey-box h2 {
    color: #fff;
    font-weight: 400;
    font-size: 28px;
    padding: 15px;
    height: 120px;
    line-height: 26px
}

.neighbour_page .triple-section .grey-box h2 {
    color: #333;
    font-weight: 700 !important;
    border-bottom: 2px dotted #bebdb9;
    padding-bottom: 14px;
    font-size: 20px;
    line-height: 22px;
    height: unset;
    margin-bottom: 10px
}

.neighbour_page .triple-section .grey-box.pie-charts h2 {
    border-bottom: 0
}

.neighbour-dashboard .triple-section .grey-box h2 span {
    display: block;
    color: #fff;
    font-weight: 300;
    font-size: 20px;
   
}

.neighbour_page .triple-section .grey-box h2 span {
    color: #333;
    font-weight: 400;
    font-size: 16px;
}

.neighbour_page .triple-section .grey-box #pop-details span,
.neighbour_page .triple-section .grey-box #median-details span {
  
    font-weight: 400;
    font-size: 15px;
    color: #333
}

.neighbour_page .triple-section .grey-box #pop-details,
.neighbour_page .triple-section .grey-box #median-details {
    margin-bottom: 15px;
    float: left;
    width: 100%
}

.neighbour_page .map-area h2 p {
    font-size: 16px;
    margin: 0
}

.neighbour_page .map-area p {
    margin: 9px 0 15px;
    color: #000;
}

.neighbour-dashboard .map-area .map-table table tbody tr td p {
    margin: 0
}

@media(max-width:760px) {
    .neighbour-dashboard .triple-section .grey-box h2 span {
        font-size: 16px
    }
}

@media(max-width:760px) {
    .neighbour-dashboard .triple-section .grey-box h2 {
        font-size: 21px
    }
}

.neighbour-dashboard .triple-section .grey-box .plrb15 {
    padding: 0 15px 15px 15px
}

.neighbour_page .triple-section .grey-box .plrb15 {
    text-align: center
}

.neighbour-dashboard .triple-section .grey-box .plrb15 h1 {
    color: #fff;
    font-weight: 400;
    font-size: 62px;
    line-height: 50px;
    margin: 0;
    text-align: left
}

.neighbour_page .triple-section .grey-box .plrb15 h1 {
    text-align: center;
    color: #222;
    font-size: 60px;
    line-height: 70px
}

.neighbour-dashboard .triple-section .grey-box .plrb15 p {
    color: #fff;
    font-weight: 300;
    font-size: 16px;
}

.neighbour_page .triple-section .grey-box .plrb15 p {
    color: #222;
    font-weight: 400;
    font-size: 16px;
}

.neighbour-dashboard .triple-section .grey-box .plrb15 h2 {
    color: #fff;
    font-weight: 400;
    font-size: 50px;
    padding: 15px 0;
    line-height: 50px;
    float: left;
    height: 60px
}

.neighbour_page .triple-section .grey-box .plrb15 h2 {
    text-align: center;
    height: unset;
    font-size: unset;
    line-height: unset;
    font-weight: 400;
    padding-top: 0;
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    width: 100%;
    margin-top: 12px
}

.neighbour_page .triple-section .grey-box .plrb15 h2 span {
    font-size: 45px;
    line-height: 44px;
    font-weight: 400;
    padding-top: 0;
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    display: inline-block;
    color: #333;
}

.neighbour-dashboard .triple-section .grey-box .plrb15 span.arrow {
    background-image: url("../img/gray-up-down.png");
    display: block;
    float: left;
    width: 40px;
    height: 27PX;
    margin-top: 25px
}

.neighbour_page .triple-section .grey-box .plrb15 span.arrow {
    background-image: url(../img/gray-up-down_1.png);
    margin-top: 5px;
    display: inline-block;
    float: unset;
    line-height: 32px
}

.neighbour-dashboard .triple-section .grey-box .plrb15 span.arrow.arrow-up {
    background-position: left top
}

.neighbour-dashboard .triple-section .grey-box .plrb15 span.arrow.arrow-down {
    background-position: left bottom
}

.neighbour-dashboard .triple-section .grey-box .graph-outer {
    width: 100%;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    padding: 10px 0
}

.neighbour_page .triple-section .grey-box .graph-outer {
    border-top: 2px dotted #bebdb9;
    border-bottom: 0
}

.neighbour-dashboard .triple-section .grey-box .graph-outer .graph {
    width: 80%;
    margin: 0 auto
}

@media(max-width:1250px) {
    .neighbour-dashboard .triple-section .grey-box .graph-outer .graph {
        width: 100%;
        padding: 0 17px
    }
}

.neighbour-dashboard .triple-section .single {
    width: calc(25% - 15px);
    margin-right: 15px;
    height: 390px
}

.neighbour_page .triple-section .single {
    height: unset
}

.neighbour-dashboard .triple-section .single.w272 {
    width: 272px
}

@media(max-width:1250px) {
    .neighbour-dashboard .triple-section .single {
        width: 49%;
        margin-right: 0
    }
    .head-text.rs_head_text {
        float: left
    }
}

@media(max-width:760px) {
    .neighbour-dashboard .triple-section .single {
        width: 100%
    }
}

@media(max-width:1250px) {
    .neighbour-dashboard .triple-section .single:nth-of-type(2) {
        float: right;
        margin-right: 0
    }
}

@media(max-width:760px) {
    .neighbour-dashboard .triple-section .single:nth-of-type(2) {
        margin-top: 25px
    }
}

.neighbour-dashboard .triple-section .double {
    width: 50%;
    padding: 20px;
    height: 390px
}

.neighbour_page .triple-section .grey-box.pie-charts {
    height: unset
}

.neighbour_page .triple-section .grey-box.pie-charts .pie-chart {
    margin-bottom: 5px;
    float: left;
    width: 100%
}

.neighbour-dashboard .triple-section .double h2 {
    padding: 0;
    margin-bottom: 15px;
    height: auto
}

.neighbour-dashboard .triple-section .double .btn-sec {
    margin-bottom: 15px
}

.neighbour_page .triple-section .grey-box.pie-charts .btn-sec {
    margin-bottom: 30px
}

.neighbour-dashboard .triple-section .double .btn-sec .btn {
    border-radius: 0;
    width: 50%;
    float: left;
    height: 32px;
    background-color: #333
}

.neighbour-dashboard .triple-section .double .btn-sec .btn.active {
    background-color: #e9188e;
    color: #fff
}

.neighbour_page .triple-section .double .btn-sec .btn.active {
    background-color: #E81F76
}

.neighbour_page .bg-ptrn .btn {
    background-color: #333
}

@media(max-width:360px) {
    .neighbour-dashboard .triple-section .double .btn-sec .btn {
        font-size: 12px
    }
}

.neighbour-dashboard .triple-section .double .pie-chart #pielegend,
.neighbour-dashboard .triple-section .double .pie-chart #pielegend1 {
    width: 45% !important
}

@media(max-width:570px) {
    .neighbour-dashboard .triple-section .double .pie-chart #pielegend,
    .neighbour-dashboard .triple-section .double .pie-chart #pielegend1 {
        width: 70% !important
    }
}

@media(max-width:360px) {
    .neighbour-dashboard .triple-section .double .pie-chart #pielegend,
    .neighbour-dashboard .triple-section .double .pie-chart #pielegend1 {
        width: 100% !important
    }
}

@media(max-width:570px) {
    .neighbour-dashboard .triple-section .double .pie-chart #pieChart {
        width: 100% !important
    }
}

.neighbour-dashboard .triple-section .double .pie-chart ul {
    margin-top: 20px
}

.neighbour-dashboard .triple-section .double .pie-chart ul.legend-ul li {
    font-size: 11px;
    list-style: none;
    height: 22px;
    line-height: 22px;
    margin: 5px 0
}

.neighbour_page .triple-section .double .pie-chart ul.legend-ul li {
    font-size: 13px;
    color: #333;
    font-weight: 400;
    text-align: left
}

.neighbour_page .bg-ptrn .btn:hover {
    background-color: #e9188e
}

.neighbour-dashboard .triple-section .double .pie-chart ul.legend-ul li span {
    color: #000;
    font-weight: 600;
    font-size: 13px;
    padding: 2px;
    float: left;
    margin-right: 5px;
    width: 45px;
    border: 1px solid #FFF;
    text-align: center;
    height: 22px;
    line-height: 21px
}

.neighbour_page .triple-section .double .pie-chart ul.legend-ul li span {
    float: right;
    font-size: 12px;
    line-height: unset;
    height: 23px;
    padding-top: 0
}

.neighbour-dashboard .triple-section .double .pie-chart ul.legend-ul li:nth-of-type(5) span {
    color: #000
}

@media(max-width:1250px) {
    .neighbour-dashboard .triple-section .double {
        width: 100%;
        margin: 20px 0 0
    }
    .wrapper .neighbour-dashboard .map-area .map-sec .map-only img {
        width: 88%
    }
}

@media(max-width:570px) {
    .neighbour-dashboard .triple-section .double {
        height: auto
    }
}

.neighbour-dashboard .map-area {
    padding-top: 25px
}

.neighbour-dashboard .map-area h2 {
    color: #858585;
    font-weight: 600;
    font-size: 22px;
}

.neighbour_page .map-area h2 {
    color: #222;
    font-weight: 700;
    font-size: 22px;
}

.neighbour-dashboard .map-area h2 span {
    font-weight: 300
}

.neighbour-dashboard .map-area .map-sec {
    text-align: center
}

.neighbour-dashboard .map-area .map-sec .heading {
    background-color: #998c87;
    color: #FFF;
    padding: 5px 10px 8px;
    text-align: left
}

.neighbour_page .map-area .map-sec .heading {
    background-color: #333;
    text-align: right
}

.neighbour-dashboard .map-area .map-sec .heading a {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    text-decoration: underline;
    font-style: italic
}

.neighbour_page .map-area .map-sec .heading a {
    font-size: 14px;
    font-style: unset;
}

.neighbour-dashboard .map-area .map-sec .map-only {
    position: relative;
    background-image: url("../img/map-bg.jpg");
    height: 558px;
    background-size: cover;
    padding: 10px
}

.neighbour-dashboard .map-area .map-sec .map-only img {
    width: 65%
}

.neighbour-dashboard .map-area .map-sec .map-only svg {
    margin-top: -9px
}

@media(max-width:950px) {
    .neighbour-dashboard .map-area .map-sec .map-only svg {
        width: 100%
    }
    .wrapper .neighbour-dashboard .map-area .map-sec .map-only img {
        width: 100%
    }
    .wrapper .neighbour-dashboard .map-area .map-sec .map-only .clv-map-show {
        top: 24px;
        left: 7px
    }
    .rs_blue .logo ul {
        padding-bottom: 0 !important
    }
}

@media(max-width:768px) {
    .card-box h2 br {
        display: none
    }
    header.rs_blue .logo {
        position: unset
    }
    .both-sec .second-sec {
        margin-top: 20px
    }
    header.rs_blue .nav-icon {
        margin: 0 0 !important;
        right: 120px !important;
        top: 10px
    }
    .wrapper .neighbour-dashboard .map-area .map-sec .map-only .clv-map-show {
        top: 31px
    }
}

@media(max-width:640px) {
    .neighbour-dashboard .map-area .map-sec .map-only svg {
        width: 100%;
        margin-top: 80px
    }
    header .head-text.rs_head_text {
        padding-left: 0 !important
    }
    header.rs_blue .nav-icon {
        right: 10px !important;
        top: 5px
    }
    #myCarousel span.glyphicon.glyphicon-chevron-left,
    #myCarousel span.glyphicon.glyphicon-chevron-right {
        background-size: 20px
    }
}

@media(max-width:360px) {
    .neighbour-dashboard .map-area .map-sec .map-only svg {
        margin-top: 30px
    }
}

.neighbour-dashboard .map-area .map-sec .map-only .clv-map-show {
    position: absolute;
    top: 0;
    left: 4px;
    display: none
}

.neighbour-dashboard .map-area .map-sec .map-only .info-area {
    position: absolute;
    top: 10px;
    left: 50px;
    z-index: 10
}

.neighbour-dashboard .map-area .map-sec .map-only .info-area .info-icon {
    background-image: url("../img/map-sprite.png");
    width: 22px;
    height: 22px;
    display: block;
    float: left;
    margin-right: 5px;
    cursor: pointer
}

.neighbour-dashboard .map-area .map-sec .map-only .info-area .info-text {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    font-style: italic;
    background-color: rgba(133, 133, 133, 0.8);
    padding: 10px;
    float: left
}

.neighbour-dashboard .map-area .map-sec .map-only .info-area .info-text span {
    display: block;
    float: right;
    background-image: url("../img/map-sprite.png");
    background-position: left bottom;
    width: 23px;
    height: 22px;
    margin-left: 10px;
    cursor: pointer
}

@media(max-width:720px) {
    .neighbour-dashboard .map-area .map-sec .map-only .info-area .info-text span {
        position: absolute;
        top: 5px;
        right: 5px
    }
}

@media(max-width:720px) {
    .neighbour-dashboard .map-area .map-sec .map-only .info-area .info-text {
        width: 225px;
        padding-right: 35px;
        text-align: left
    }
}

@media(max-width:360px) {
    .neighbour-dashboard .map-area .map-sec .map-only .info-area .info-text {
        width: 200px
    }
}

@media(max-width:320px) {
    .neighbour-dashboard .map-area .map-sec .map-only .info-area .info-text {
        width: 165px
    }
}

.neighbour-dashboard .map-area .map-sec .map-only .check-area {
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: #333333cf;
    font-weight: 600;
    font-size: 14px;
    font-style: italic
}

.neighbour_page .map-area .map-sec .map-only .check-area {
    bottom: 0;
    left: 0;
    color: #000;
    font-weight: 400;
    font-style: unset;
    width: 100%;
    text-align: left;
    background-color: #dfdaca;
    padding: 0 10px 10px
}

.neighbour-dashboard .map-area .map-sec .map-only .check-area .custom-check {
    background-image: url("../img/check-box.png");
    background-repeat: no-repeat;
    top: 17px;
    position: relative;
    width: 16px;
    height: 16px;
    z-index: 10;
    cursor: pointer;
    pointer-events: none
}

.neighbour_page .map-area .map-sec .map-only .check-area .custom-check {
    background-image: url(../img/economicoverview/uncheck.png)
}

.neighbour-dashboard .map-area .map-sec .map-only .check-area .custom-check.active {
    background-position: left -18px
}

.neighbour_page .map-area .map-sec .map-only .check-area .custom-check.active {
    background-image: url(../img/economicoverview/checked.png);
    background-position: unset
}

.neighbour-dashboard .map-area .map-sec .map-only .check-area input[type="checkbox"] {
    float: left;
    margin-right: 10px;
    position: relative;
    top: 2px;
    left: 2px;
    cursor: pointer
}

@media(max-width:640px) {
    .neighbour-dashboard .map-area .map-sec .map-only .check-area {
        bottom: -60px;
        font-size: 12px
    }
}

@media(max-width:640px) {
    .neighbour-dashboard .map-area .map-sec .map-only {
        overflow-x: scroll
    }
}

.neighbour-dashboard .map-area .map-table {
    margin: 15px 0
}

.neighbour-dashboard .map-area .map-table table {
    width: 100%;
    margin-bottom: 5px
}

.neighbour-dashboard .map-area .map-table table thead {
    background-color: #998c87
}

.neighbour-dashboard .map-area .map-table table thead tr th {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    padding: 3px 3px 2px 3px;
    text-align: right
}

.neighbour_page .map-area .map-table table thead tr th {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    background-color: #222;
    padding: 8px
}

.neighbour-dashboard .map-area .map-table table thead tr th:nth-of-type(1) {
    text-align: left;
    padding: 3px 3px 2px 10px
}

.neighbour-dashboard .map-area .map-table table thead tr th:last-child {
    padding: 3px 10px 2px 3px
}

.neighbour-dashboard .map-area .map-table table tbody tr:nth-of-type(even) {
    background-color: #fafafa
}

.neighbour-dashboard .map-area .map-table table tbody tr:nth-of-type(odd) {
    background-color: #f4f4f4
}

.neighbour-dashboard .map-area .map-table table tbody tr:hover {
    background-color: #f09ccb
}

.neighbour-dashboard .map-area .map-table table tbody tr td {
    text-align: right;
    padding: 3px 3px 2px 10px;
    color: #000;
    font-weight: 400;
    font-size: 14px;
    text-align: right;
    height: 27px;
    line-height: 27px
}

.neighbour-dashboard .map-area .map-table table tbody tr td.no-record {
    background-color: #f2dedf;
    color: #d8323b !important
}

.neighbour-dashboard .map-area .map-table table tbody tr td.heading {
    font-weight: 600;
    color: #e9188e;
    font-size: 22px;
    text-transform: uppercase;
    padding: 3px 3px 2px 10px;
    text-align: left !important
}

.neighbour_page .map-area .map-table table tbody tr td.heading {
    color: #fff !important;
    font-size: 17px !important;
    text-transform: unset;
    padding: 6px 10px !important;
    background-color: #E81F76
}

.neighbour-dashboard .map-area .map-table table tbody tr td:nth-of-type(1) {
    text-align: left;
    padding: 3px 3px 2px 20px;
    color: #000;
    font-weight: 600;
    font-size: 18px;
}

.neighbour_page .map-area .map-table table tbody tr td:nth-of-type(1) {
    color: #333;
    font-weight: 500;
    font-size: 15px;
}

.neighbour-dashboard .map-area .map-table table tbody tr td:last-child {
    padding: 3px 10px 2px 3px
}

@media(max-width:760px) {
    .neighbour-dashboard .map-area .map-table table {
        width: 800px
    }
}

.neighbour-dashboard .map-area .map-table .btn {
    float: right;
    width: 230px;
    margin-top: 25px
}

.neighbour-dashboard .map-area .map-table .btn {
    float: unset;
    max-width: 230px;
    width: 100%;
    margin: 30px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    background-color: #E81F76
}

.neighbour-dashboard .map-area .map-table .btn:hover {
    background-color: #333;
    color: #fff
}

.neighbour_page .map-area .map-table table tbody tr:nth-of-type(odd) {
    background-color: #f1f0ec
}

.neighbour_page .map-area .map-table table tbody tr.heading-tr {
    background-color: #E81F76 !important
}

@media(max-width:760px) {
    .neighbour-dashboard .map-area .map-table {
        overflow-x: scroll
    }
}

.neighbour-dashboard .footer {
    color: #000;
    font-weight: 400;
    font-size: 11px;
  
    border-top: 1px solid #998c87;
    padding: 5px 0 0 0
}

.neighbour-dashboard .footer.report-footer .left-side {
    float: left
}

.neighbour-dashboard .footer.report-footer .right-side {
    float: right
}

.neighbour-dashboard .footer.report-footer .right-side img {
    width: 10px
}

.neighbour-dashboard .footer.report-footer .right-side a {
    color: #000
}

footer {
    padding: 22px
}

footer .navi {
    float: left;
    width: 500px
}

footer .navi h3 {
    color: #E81F76;
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase
}

footer .navi ul {
    margin-bottom: 30px;
    float: left;
    width: 100%
}

footer .navi ul li {
    list-style: none;
    width: 50%;
    display: inline-block;
    float: left
}

footer .navi ul li a {
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    position: relative
}

footer .navi ul li a:after {
    content: "";
    height: 1px;
    background-color: #fff;
    left: 0;
    bottom: -2px;
    position: absolute;
    width: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

footer .navi ul li a:hover:after {
    width: 100%
}

@media(max-width:480px) {
    footer .navi ul li {
        width: 100%
    }
}

@media(max-width:640px) {
    footer .navi {
        width: 100%;
        float: none
    }
}

footer p {
    color: #fff;
    font-weight: 400;
    font-size: 12px;
}

footer p a {
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    text-decoration: underline
}

footer p.copy {
    text-align: center
}

footer p.power {
    float: right
}

footer p img {
    max-width: 10px;
    margin: 0 2px;
    position: relative;
    top: 2px
}

.neighbour_page .map-area .map-table table tbody tr:hover {
    background-color: #f3d79a;
    cursor: pointer
}

.neighbour_page .map-area .map-table table {
    width: 100%;
    margin-bottom: 5px;
    border-bottom: 2px solid #333
}

.neighbour_page .map-area .map-sec .map-only .info-area .info-icon {
    background-image: url(../img/map-sprite.png)
}

.neighbour_page .map-area .map-sec .map-only .info-area .info-text span {
    height: 26px
}

.neighbour_page .header {
    position: relative
}

.neighbour_page .header .pink-heading {
    text-transform: unset;
    border-bottom: 0;
    margin-top: 0;
    color: #E81F76;
    font-size: 24px;
    font-weight: 700;
    position: absolute;
    right: 0;
    bottom: 0;
    padding-bottom: 0
}

.full-locll {
    display: flex;
    align-items: center
}

.log-imgg {
    margin-right: 20px
}

.bg-ptrn .two-sec.unlocking button#foreclosure {
    margin-top: 30px
}

.img-sec {
    display: flex;
    align-items: center;
    padding: 20px 0 20px 15px;
    width: 30%
}

.bg-ptrn .retail-sec .retail-sec-right button {
    margin-top: 44px;
    background-color: #E81F76;
    width: 100%
}

@media(max-width:1250px) {
    .bg-ptrn .two-sec.neighbour .city .bottom .btn-side {
        width: 175px
    }
}

@media(max-width:1023px) {
    .bg-ptrn .logo-section .cd-drop-btn .btn {
        font-size: 14px
    }
    .bg-ptrn .know-sec .know-right .data-area {
        margin: 20px 0
    }
    .bg-ptrn .know-sec .know-right h2 {
        font-size: 25px;
        line-height: 31px
    }
    .bg-ptrn .retail-sec .retail-sec-left h2 {
        font-size: 25px
    }
    .bg-ptrn .retail-sec .retail-sec-left {
        width: 40%
    }
    .bg-ptrn .two-sec .half-sec.map-area .heading h5 {
        font-size: 25px
    }
    .bg-ptrn .two-sec .half-sec.map-area .heading h2 {
        font-size: 27px
    }
    .bg-ptrn .two-sec .half-sec.workforce .gray-area h2 {
        font-size: 25px;
        line-height: 31px;
        max-width: unset
    }
    .bg-ptrn .two-sec .half-sec.map-area .chart-data-area {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-align: center;
        top: 0;
        height: 100%;
        width: 100%
    }
    .bg-ptrn .two-sec .half-sec.map-area .redev-map img {
        height: 288px
    }
    .bg-ptrn .two-sec.neighbour .city .bottom .btn-side {
        width: 100%;
        margin-bottom: 10px
    }
    .bg-ptrn .two-sec.neighbour .neighborhood img {
        margin-top: 61px
    }
}

@media(max-width:767px) {
    .right_side {
        border-top: 2px dotted #ccc
    }
    .left_side,
    .right_side {
        float: left;
        width: 50%
    }
    .neighbour_page .triple-section .grey-box .plrb15 h2 span {
        font-size: 26px;
        line-height: 26px;
        font-weight: 400;
        margin-top: 21px
    }
    .neighbour_page .triple-section .grey-box .plrb15 {
        padding: 0 5px 15px 0
    }
    .neighbour_page .triple-section .grey-box .plrb15 p {
        color: #222;
        font-weight: 400;
        font-size: 12px;
    }
    .neighbour_page .triple-section .grey-box .plrb15 h1 {
        font-size: 53px;
        line-height: 59px
    }
    .neighbour_page .triple-section .double .pie-chart #pielegend,
    .neighbour-dashboard .triple-section .double .pie-chart #pielegend1 {
        width: 100% !important
    }
    .bg-ptrn .logo-section,
    .bg-ptrn .know-sec,
    .bg-ptrn .retail-sec,
    .full-locll {
        display: unset
    }
    .full-locll {
        text-align: center
    }
    .bg-ptrn .two-sec.unlocking .unlock {
        padding: 20px
    }
    .log-imgg {
        margin-right: 0
    }
    .log-imgg img {
        width: 75px;
        margin-bottom: 20px
    }
    .bg-ptrn .two-sec.unlocking button#foreclosure {
        margin-top: 15px
    }
    .bg-ptrn .two-sec.neighbour .city h1 {
        font-size: 24px;
        max-width: 90%
    }
    .bg-ptrn .two-sec.neighbour .city .bottom {
        padding: 20px 10px
    }
    .bg-ptrn .two-sec.neighbour .city .bottom .btn-side {
        width: 145px;
        margin-bottom: 0
    }
    .bg-ptrn .two-sec.neighbour .city .bottom .btn-side:nth-child(2) {
        margin-right: 0
    }
    .bg-ptrn .btn {
        font-size: 12px
    }
    .bg-ptrn .two-sec.neighbour .neighborhood img {
        margin-top: 0
    }
    .bg-ptrn .two-sec.neighbour .neighborhood h1 {
        max-width: 100%
    }
    .bg-ptrn .new-business-sec .overview h1 {
        margin-bottom: 18px
    }
    .bg-ptrn .two-sec .half-sec.map-area .redev-map img {
        height: auto
    }
    .bg-ptrn .new-business-sec .lt-gray-area {
        flex-direction: column-reverse
    }
    .bg-ptrn .new-business-sec .lt-gray-area .data-show h1 {
        margin-right: 0
    }
    .bg-ptrn .new-business-sec .lt-gray-area .data-show p {
        margin-bottom: 20px
    }
    .bg-ptrn .two-sec .half-sec.workforce .gray-area .pink-area {
        padding: 20px;
        line-height: 43px
    }
    .btn-neigbr,
    .bg-ptrn .new-business-sec .overview,
    .bg-ptrn .pink-area .btn-set,
    .bg-ptrn .two-sec .half-sec.map-area .heading,
    .with-empl_sctn,
    .bg-ptrn .two-sec .half-sec.workforce .gray-area h2,
    .bg-ptrn .retail-sec .retail-sec-right,
    .bg-ptrn .retail-sec .retail-sec-right,
    .bg-ptrn .know-sec .know-left {
        padding: 20px
    }
    .img-sec {
        display: none
    }
    .bg-ptrn .retail-sec .retail-sec-left {
        width: 100%;
        background: #fff;
        padding: 20px
    }
    .bg-ptrn .retail-sec .retail-sec-left h2 {
        line-height: 34px
    }
    .bg-ptrn .know-sec .know-right {
        background: #fff;
        margin-bottom: 30px;
        padding: 20px
    }
    .bg-ptrn .know-sec .know-left h1 {
        font-size: 41px;
        line-height: 46px;
        margin-bottom: 10px
    }
    .bg-ptrn .logo-section .logo-side .logo-only {
        margin-bottom: 10px;
        display: none
    }
    .bg-ptrn .logo-section .member-right {
        width: 100%;
        padding: 0;
        margin-bottom: 20px;
        border: 0
    }
    .bg-ptrn .logo-section {
        display: unset;
        flex-direction: column;
        padding: 0;
        margin-top: 20px
    }
    .bg-ptrn .logo-section .member-right p {
        border-bottom: 0;
        padding: 0
    }
    .bg-ptrn .logo-section .logo-side {
        width: 100%;
        background: transparent;
        padding: 0;
        margin: 0;
        padding: 0 0 30px !important
    }
    .bg-ptrn .know-sec .know-right h2 {
        max-width: 100%;
        text-align: left
    }
    .bg-ptrn .new-business-sec {
        margin-bottom: 35px
    }
}

.chart_hover {
    max-width: 330px;
    padding: 0px;
}

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

.data_show p {
    margin: 0;
    font-size: 14px
}

.data_show p.value_sec {
    font-weight: bold;
    font-size: 18px !important
}

.white-area.logo-section .container {
    padding: 0 !important;
    margin: 0 !important
}

.rs_blue>.wrapper-full.py-3 {
    padding: 0
}

.rs_img_sec {
    background-color: #fff;
    text-align: center
}

.right-half-sec {
    width: 585px;
    float: right
}

.enroll_sec_text {
    background-color: #eeece7;
    text-align: center;
    line-height: 1
}

.enroll_sec_text h1 {
    color: #f4be49;
    font-size: 100px;
    font-weight: 100
}

.enroll_sec_text h4 {
    font-size: 30px;
    font-weight: 600;
    color: #000;
}

.rs_last_enroll {
    background-color: #dfdaca;
    padding: 5px 20px 20px 20px;
    text-align: center
}

.rs_last_enroll p {
    color: #000;
    padding: inherit;
    padding-bottom: 10px;
    padding-top: 5px
}

button#schooltracker {
    margin: 0 0 10px
}

.looking_medical {
    width: 100%;
    margin: 40px 0
}

.left_img_sec {
    width: 370px;
    float: left;
    background-color: #dfdaca;
    text-align: center;
    padding: 20px
}

.righ_medical_sec {
    background-color: #fff;
    text-align: center;
    padding-bottom: 16px
}

.righ_medical_sec h2 {
    color: #000;
    font-weight: bold;
    padding: 50px 0 10px;
    font-size: 35px;
}

.righ_medical_sec p {
    color: #000;
}

button#clv-medical {
    width: auto;
    padding: 0 30px;
    margin: 30px 0 20px
}

.rs_img_sec img {
    position: relative;
    top: 3px
}

#myCarousel span.glyphicon.glyphicon-chevron-left {
    background-image: url(https://communitydashboard.vegas/assets/img/icons/arrow-prev.png);
    background-position: left;
    background-repeat: no-repeat
}

#myCarousel .carousel-control .glyphicon-chevron-left,
#myCarousel .carousel-control .glyphicon-chevron-right,
#myCarousel .carousel-control .icon-next,
#myCarousel .carousel-control .icon-prev {
    width: 40px;
    height: 100px;
    transform: translateY(-50%)
}

#myCarousel span.glyphicon.glyphicon-chevron-right {
    background-image: url(https://communitydashboard.vegas/assets/img/icons/arrow-next.png);
    background-position: right;
    background-repeat: no-repeat;
}
#myCarousel span.glyphicon.glyphicon-chevron-left,
#myCarousel span.glyphicon.glyphicon-chevron-right {
 background-size: 65%;
 opacity: 0;
 transition: 0.3s ease-in-out;
}
div#myCarousel:hover span.glyphicon{
opacity: 1;
}
#myCarousel .glyphicon-chevron-left:before,
#myCarousel .glyphicon-chevron-right:before {
    display: none
}

#myCarousel .carousel-control {
    opacity: 1
}

div#myCarousel {
   background-color: #fff;
    box-shadow: 0 .125rem .25rem RGBA(0, 0, 0, .075);
}

.chart_hover h3 {
    margin: 0;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px
}

.rs_main_heading h1 {
    color: #222;
    font-weight: 400;
    font-size: 24px;
    margin: 0 0 25px 0;
    line-height: 34px;
    text-align: center;
    margin-bottom: 0
}

header .nav-icon .nav-drop ul li a:hover {
    background: #E81F76
}

.rs_main_heading h1 span {
    font-size: 25px;
    font-weight: 700;
    color: #333
}

.rs_las_chart {
    background-color: #fff;
    padding: 20px
}

@media(min-width:992px) {
    .cd-drop-btn.tab_view {
        display: none
    }
}

@media only screen and (max-width:1300px) and (min-width:992px) {
    .wrapper2 {
        padding: 0 20px
    }
}

@media only screen and (max-width:1300px) and (min-width:768px) {
    .half-sec.fl.white-area.unlock {
        width: 49%;
        float: left
    }
    .right-half-sec.rs_enrollment {
        width: 49%;
        float: right
    }
}

@media(max-width:992px) and (min-width:768px) {
    .desktop_view {
        display: none
    }
    .upper_sec,
    .both-sec {
        display: flex;
        align-items: center;
        margin-bottom: 20px;
        flex-wrap: wrap;
        justify-content: center
    }
    .upper_sec h2 {
        padding-left: 20px
    }
    .both-sec .first-sec {
        width: 100% !important;
        text-align: center
    }
    .card-box h2 {
        text-align: center
    }
    #myCarousel .carousel-inner {
        height: 750px;
        overflow-x: visible
    }
}

@media only screen and (max-width:768px) {
    .right-half-sec.rs_enrollment {
        width: 100%;
        margin-top: 30px
    }
    .righ_medical_sec h2 {
        padding: 14px 0 10px;
        font-size: 35px;
        line-height: 1
    }
}

@media(max-width:767px) {
    .upper_sec {
        text-align: center
    }
    .card-box tag {
        background: #efb948;
        color: #000;
        padding: 4px 10px;
        margin: 5px auto;
        display: inline-block;
        font-size: 18px;
        width: 100%;
        text-align: center
    }
    #myCarousel .carousel-inner {
        position: relative;
        width: 100%;
        overflow: visible;
        height: 750px;
        background-color: #dfdaca
    }
    .card-box>img {
        margin: 0 auto;
        text-align: center;
        display: inherit
    }
    .both-sec {
        display: flex;
        flex-wrap: wrap
    }
    .both-sec .first-sec,
    .both-sec .second-sec {
        width: 100% !important;
        text-align: center
    }
    .bg-ptrn .logo-section .logo-side {
        height: auto
    }
    .rs_blue .wrapper-full.py-3 {
        padding: 0
    }
    .card-box h1 {
        font-size: 60px
    }
    .card-box {
        padding: 30px !important
    }
    .rs_footer .navi {
        width: 100% !important
    }
    .rs_footer .navi ul li {
        width: 100%;
        margin-bottom: 5px
    }
}

@media only screen and (max-width:700px) {
    .left_img_sec {
        width: 100%;
        margin-bottom: 20px
    }
    .righ_medical_sec {
        width: 100%
    }
}

@media only screen and (max-width:575px) {
    .right-half-sec.rs_enrollment {
        width: 100%;
        float: none;
        clear: both;
        margin-top: 50px;
        border-bottom: 3px dotted #ddd;
        padding-bottom: 30px
    }
    .left_img_sec {
        width: 100%;
        margin-bottom: 15px
    }
    .looking_medical {
        margin: 30px 0
    }
    .bg-ptrn .two-sec.neighbour .city .bottom .btn-side {
        margin-right: 0
    }
}

.second-sec.large_img {
    width: 100%
}

.second-sec.wd-100 {
    width: 50%
}

.school_rs tag {
    margin: 50px 0
}

.first-sec h2.mb-5 {
    margin-bottom: 70px
}

.rs_box_sec ul {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.rs_box_sec ul li {
    display: inline-block;
    background-color: #fff;
    padding: 10px;
    box-shadow: 0 .125rem .25rem RGBA(0, 0, 0, .075);
}

.rs_box_sec ul li {
    width: calc(25% - 20px);
    margin: 12px 0
}
.single_li ul li {
    height: 388px;
    width: 100% !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.single_li ul a {
    display: inline-block;
    width: 100%;
    text-decoration: none !important;
}
/*.rs_box_sec ul li:nth-child(6), .rs_box_sec ul li:nth-child(7),
.rs_box_sec ul li:nth-child(8), .rs_box_sec ul li:nth-child(9){
	width: calc(25% - 20px);
}*/
.rs_box_sec ul li a {
    text-decoration: none
}

.rs_box {
    text-align: center
}

.rs_box p {
    font-size: 18px;
    color: #333;
}

header.rs_blue .nav-icon {
    margin: 30px 0;
    right: 10px
}

.rs_box_sec {
    margin-top: 20px
}
.rs_blue{
     background-color: #773DBD;
}
.rs_footer
 {
    background-color: #410099;
    clear: both;
}
.header_active_menu{
    background-color:#E81F76 !important;
}
.nav-icon .nav-drop ul li a:hover {
    background: #FFC600 !important;
}
.head-text.rs_head_text h1 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
}

.head-text.rs_head_text h4 {
    color: #fff;
    font-weight: 400;
    font-size: 22px;
    line-height: 0;
    text-transform: capitalize;
    margin-top: 24px
}

header.rs_blue {
    height: 110px
}

.rs_blue .logo ul li {
    float: unset;
    list-style: none;
    padding: 10px;
    margin-right: 2px;
    background: transparent;
    color: #fff;
    display: block;
    clear: both
}

.rs_blue .logo ul li a span {
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
}

.rs_blue .logo ul li a span .font-normal {
    font-weight: normal
}

.rs_blue .logo ul {
    background-color: transparent;
    padding: 10px 20px
}

.wrapper-full.py-3 {
    padding: 0 30px;
    max-width: 1250px
}

.rs_blue .logo ul li a p {
    font-size: 14px;
    margin-bottom: 0;
    line-height: .5;
}

.rs_blue .logo {
    left: 0
}

.rs_blue .logo ul li a {
    position: relative
}

.rs_blue .logo ul li a:before {
    display: inline-block;
    content: "";
    position: absolute;
    width: 4px;
    height: 30px;
    background-color: #E81F76;
    left: -13px;
    top: -2px
}

.rs_footer .navi h3:before {
    display: inline-block;
    content: "";
    position: absolute;
    width: 4px;
    height: 33px;
    background-color: #E81F76;
    left: -13px;
    top: 6px
}

.rs_footer .navi h3 {
    color: #fff;
    position: relative;
    margin-bottom: 30px
}

.rs_footer .navi h3 span {
    font-size: 14px;
    font-weight: normal
}

.rs_footer .navi ul li a {
    font-size: 14px;
    text-decoration: none
}

.rs_footer .navi {
    width: 800px
}

.both-sec .first-sec {
    width: 60%
}

.flx-dir {
    flex-direction: column;
    align-items: flex-start
}

@media(max-width:1024px) {
    .rs_box_sec ul li {
        width: calc(25% - 20px)
    }
}

@media(max-width:768px) {
    .fx-direction {
        display: inline-flex;
        flex-direction: column-reverse
    }
    .rs_box_sec ul li {
        width: calc(33.3% - 20px)
    }
    .white-area.logo-section .container {
        padding: 0
    }
    .card-box tag {
        text-align: center
    }
}

@media(max-width:575px) {
    .rs_box_sec ul li {
        width: calc(50% - 10px)
    }
    .bg-ptrn .white-area.comp-area.jusdrtnal_area h1 {
        margin-top: 30px !important
    }
}

@media(max-width:480px) {
    .wrapper-full.py-3 {
        padding: 0 10px
    }
    .head-text.rs_head_text h1 {
        font-size: 24px
    }
}