@charset "UTF-8";

@font-face {
    font-family: AnandaDevanagari-round;
    src: url("../fonts/Ananda-Devanagari-Round.woff") format("woff"), url("../fonts/Ananda-Devanagari-Round.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: NotoSansDevanagariui-regular;
    src: url("../fonts/notosansdevanagariui-regular-webfont.ttf") format("truetype"), url("../fonts/notosansdevanagariui-regular-webfont.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Impact;
    src: url("../fonts/impact.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

::-webkit-input-placeholder {
    color: rgba(74, 74, 74, .3)
}

:-moz-placeholder {
    color: rgba(74, 74, 74, .3)
}

:-ms-input-placeholder {
    color: rgba(74, 74, 74, .3)
}

body.fixed {
    height: 100%;
    overflow: hidden
}

body.light-gray {
    background-color: #f4f5fb
}

body .home-page h1 span {
    display: block;
    line-height: 50px
}

body.np .home-page h1 {
    font-family: AnandaDevanagari-round, NotoSansDevanagariui-regular, "Open Sans", Poppins, "Helvetica Neue", Arial, Helvetica;
    font-size: 70px;
    line-height: 70px
}

body.np a, body.np button, body.np input, body.np p {
    font-family: NotoSansDevanagariui-regular, "Open Sans", Poppins, "Helvetica Neue", Arial, Helvetica !important
}

h3 {
    font-family: inherit;
    font-size: 28px;
    font-weight: 400;
    line-height: 38px
}

.ui.form .field>label {
    color: #fff
}

@media all and (min-width:700px) {
    .home-page h1 span {
        line-height: 40px
    }

    h2 {
        font-size: 32px;
        line-height: 43px
    }
}

@media all and (min-width:1024px) {
    .home-page h1 span {
        line-height: 70px
    }

    h2 {
        font-size: 36px;
        line-height: 49px
    }
}

.ui.button:hover {
    background: #ec233a;
    color: #fff
}

form input, form textarea {
    border: 0;
    border-bottom: 1px solid #ddd;
    font-size: 18px;
    height: 44px;
    padding: 10px;
    vertical-align: middle;
    width: 100%
}

form input:focus, form textarea:focus {
    border-color: #0074b0;
    outline: 0
}

form .ui.button, form button {
    background: #dc3a4b;
    border-radius: 4px;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    height: 48px;
    transition: all .4s ease;
    width: 100%
}

form .ui.button:focus, form .ui.button:hover, form button:focus, form button:hover {
    background: #d62639;
    color: #fff
}

.form .field {
    margin-bottom: 30px !important;
    position: relative
}

.form .field input, .form .field textarea {
    font-size: 16px;
    line-height: 22px;
    padding: 10px 10px 0 5px;
    display: block;
    border: none;
    border: 1px solid #eee
}

.form .field textarea {
    padding-top: 18px
}

.form .field label {
    color: #999;
    display: block;
    font-size: 16px;
    font-weight: 400;
    pointer-events: none;
    margin-bottom: 10px
}

.form .field input:focus~label, .form .field input:valid~label, .form .field textarea:focus~label, .form .field textarea:valid~label {
    top: -10px;
    font-size: 14px;
    font-weight: 700;
    color: #4491b9
}

.form .field input:focus~.bar:after, .form .field input:focus~.bar:before, .form .field textarea:focus~.bar:after, .form .field textarea:focus~.bar:before {
    width: 50%
}

.form .field.error .errorMessage {
    color: #ee3a4f
}

.form .field.error input, .form .field.error textarea {
    border: 1px solid #ee3a4f
}

form .buttons {
    margin-top: 30px
}

.button__lift {
    position: relative;
    z-index: 1000
}

.required {
    color: #dc3a4b
}

.errorMessage {
    color: rgba(220, 58, 75, .75);
    font-size: 14px;
    margin-top: 4px
}

.hint {
    font-size: 13px
}

@media only screen and (max-width:991px) and (min-width:800px) {
    .ui.container, .ui.grid.container {
        width: 90% !important
    }
}

header.ui.menu .header__site-logo {
    display: none;
    background: #fff;
    border-radius: 0;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    font-size: initial;
    height: 140px;
    line-height: normal;
    position: relative;
    text-align: center;
    width: 129px;
    z-index: 1
}

header.ui.menu .header__site-logo.home {
    display: block
}

header.ui.menu .header__site-logo img {
    height: 100px;
    width: 100px
}

.ui.menu .menu>ul li {
    list-style: none
}

.ui.menu .menu>ul li:not(:last-child) {
    margin-right: 20px
}

.ui.menu a.item {
    border-bottom: 1px solid transparent;
    color: rgba(255, 255, 255, .8);
    padding: 10px 4px 8px 4px;
    transition: all .5s ease
}

.ui.menu a.item:before {
    background: 0 0
}

.ui.menu a.item:hover {
    background: 0 0;
    color: #fff
}

.ui.menu a.item.active {
    background: 0 0;
    color: #fff;
    border-color: #fff
}

.ui.menu a.item.active:hover {
    background: 0 0;
    color: #fff
}

.ui.menu .localize__lang a:hover:before {
    width: 100%
}

.ui.menu .dropdown {
    position: relative
}

.ui.menu .dropdown>a.item {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding: 10px 34px 8px 20px;
    position: relative;
    transition: none
}

.ui.menu .dropdown>a.item:before {
    display: none
}

.ui.menu .dropdown>a.item:after {
    border-bottom: 1px solid rgba(255, 255, 255, .8);
    border-right: 1px solid rgba(255, 255, 255, .8);
    content: "";
    height: 8px;
    position: absolute;
    right: 16px;
    top: 12px;
    transform: rotate(45deg);
    width: 8px
}

.ui.menu .dropdown>a.item.active {
    padding-left: 10px;
    padding-right: 28px
}

.ui.menu .dropdown>a.item.active:after {
    right: 11px
}

.ui.menu .dropdown:hover {
    color: #0074b0
}

.ui.menu .dropdown:hover a.active, .ui.menu .dropdown:hover>a.item {
    background: #fff;
    color: #0074b0
}

.ui.menu .dropdown:hover a.active:after, .ui.menu .dropdown:hover>a.item:after {
    border-color: #0074b0
}

.ui.menu .dropdown:hover a.active:hover, .ui.menu .dropdown:hover>a.item:hover {
    color: #0074b0
}

.ui.menu .dropdown:hover .dropdown-menu {
    display: block;
    z-index: 1
}

.ui.menu .dropdown:hover li a.item.active {
    background: 0 0;
    color: #fff
}

.dropdown-menu {
    background: #fff;
    border-radius: 4px;
    border-top-left-radius: 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
    display: none;
    padding: 20px;
    position: absolute;
    width: 248px
}

.dropdown-menu li {
    text-align: left
}

.dropdown-menu li a {
    color: #9b9b9b
}

.dropdown-menu li a:hover {
    color: #0074b0
}

.dropdown-menu li+li {
    border-top: 1px solid #eee;
    margin-top: 10px;
    padding-top: 8px
}

.ui.menu.not-front-header {
    background-image: linear-gradient(89deg, #ae55d5 0, #372d93 100%)
}

.right.menu .ui.pointing.dropdown>.menu:after {
    display: none
}

.right.menu .ui.pointing.dropdown.link.item {
    padding-right: 22px
}

.right.menu .ui.pointing.dropdown.link.item.active.visible {
    background: 0 0
}

.right.menu .ui.pointing.dropdown.link.item .menu {
    margin-top: -5px;
    margin-left: -34px;
    background-color: #fff;
    box-shadow: 0 3px 7px -1px #141d50bd;
    padding: 0;
    z-index: 101
}

.right.menu .ui.pointing.dropdown.link.item .menu .item {
    transition: 0s
}

.right.menu .ui.pointing.dropdown.link.item .menu .item:hover {
    background: 0 0 !important
}

.right.menu .ui.pointing.dropdown.link.item .menu li a {
    color: #0074b0;
    animation-duration: 0s !important
}

.right.menu .ui.pointing.dropdown.link.item .menu li a:hover {
    opacity: .6
}

.right.menu .ui.pointing.dropdown.link.item .menu li a:link {
    outline: 0
}

.right.menu .ui.pointing.dropdown.link.item:before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 1px;
    background: 0 0
}

.right.menu .ui.pointing.dropdown.link.item .link__head {
    position: relative;
    padding-right: 4px
}

.right.menu .ui.pointing.dropdown.link.item .link__head:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
    display: inline-block;
    position: absolute;
    top: 15px;
    right: -9px;
    transition: all .2s ease-in
}

.right.menu .ui.pointing.dropdown.link.item .link__head:hover {
    background: 0 0
}

.right.menu .ui.pointing.dropdown.link.item .link__head:hover .menu {
    display: block !important
}

.ui.menu>.dropdown.item:hover, .ui.menu>.link.item:hover, .ui.menu>a.item:hover {
    background: 0 0
}

.nav__dropdown-wrapper.priority-nav__wrapper button {
    cursor: pointer;
    left: 1px;
    background: 0 0;
    border: none;
    text-indent: -99999px;
    display: inline-block;
    position: relative
}

.nav__dropdown-wrapper.priority-nav__wrapper button:focus {
    outline: 0
}

.nav__dropdown-wrapper.priority-nav__wrapper button:before {
    content: "a";
    background: #fff;
    height: 1px;
    width: 100%
}

.trigger_bottom {
    cursor: pointer;
    position: absolute;
    width: 20px;
    border: 1px solid #fff;
    left: 8px;
    top: 83%;
    opacity: .8;
    z-index: -999
}

.trigger_bottom:before {
    content: "";
    cursor: pointer;
    position: absolute;
    border: 1px solid #fff;
    width: 110%;
    left: -1px;
    top: -11px
}

.trigger_bottom:after {
    content: "";
    cursor: pointer;
    position: absolute;
    border: 1px solid #fff;
    width: 110%;
    left: -1px;
    top: -6px
}

.nav__dropdown.priority-nav__dropdown.show {
    left: -44px;
    top: 14px;
    opacity: 1;
    box-shadow: 0 4px 8px -2px #001c56
}

.nav__dropdown.priority-nav__dropdown.show li {
    list-style: none
}

.button_container:hover {
    opacity: .7
}

.button_container.active {
    position: fixed
}

.button_container.active .top {
    -webkit-transform: translateY(10px) translateX(0) rotate(45deg);
    transform: translateY(10px) translateX(0) rotate(45deg);
    background: #fff
}

.button_container.active .middle {
    opacity: 0;
    background-attachment: #fff
}

.button_container.active .bottom {
    -webkit-transform: translateY(-6px) translateX(0) rotate(-45deg);
    transform: translateY(-6px) translateX(0) rotate(-45deg);
    background: #fff
}

.overlay.open {
    opacity: 1;
    visibility: visible;
    height: 100vh;
    z-index: 199
}

.overlay.open li {
    -webkit-animation: fadeInRight .5s ease forwards;
    animation: fadeInRight .5s ease forwards;
    -webkit-animation-delay: .35s;
    animation-delay: .35s;
    margin-bottom: -10px
}

.overlay.open li:nth-of-type(2) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.overlay.open li:nth-of-type(3) {
    -webkit-animation-delay: .45s;
    animation-delay: .45s
}

.overlay.open li:nth-of-type(4) {
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.overlay ul li a:hover {
    opacity: 1
}

.overlay ul li a:active:after, .overlay ul li a:focus:after, .overlay ul li a:hover:after {
    width: 100%
}

.overlay-menu .overlay--submenu {
    margin: 24px 0 0 40px;
    font-size: 28px;
    position: relative
}

.overlay-menu .overlay--submenu a {
    padding: 5px 24px;
    position: relative
}

.overlay-menu .overlay--submenu a:before {
    content: "";
    cursor: pointer;
    display: inline-block;
    border: solid #fff;
    border-width: 0 0 2px 2px;
    height: 10px;
    width: 10px;
    position: absolute;
    top: 19px;
    left: 0;
    transform: rotate(-135deg)
}

.overlay-menu .overlay--submenu a:last-child {
    padding-bottom: 0
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%
    }

    100% {
        opacity: 1;
        left: 0
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%
    }

    100% {
        opacity: 1;
        left: 0
    }
}

@media all and (min-width:1096px) {
    .button_container {
        top: 30px
    }
}

@media all and (min-width:768px) and (max-width:840px) {
    .left.menu>ul>li+li, .right.menu>ul>li+li {
        padding-left: 20px
    }
}

@media all and (min-width:840px) and (max-width:900px) {
    .left.menu>ul>li+li, .right.menu>ul>li+li {
        padding-left: 28px
    }
}

@media all and (min-width:900px) {
    header.ui.menu .header__site-logo img {
        height: 120px;
        width: 120px
    }
}

@media all and (min-width:1025px) {
    header.ui.menu .right.menu {
        opacity: 1
    }
}

@media all and (min-width:1199px) {
    .button_container, .overlay {
        display: none
    }
}

@media all and (max-width:480px) {
    .overlay .overlay-menu .overlay--submenu {
        font-size: 28px
    }
}

.logo__wrapper--np {
    align-items: center;
    display: flex
}

.logo__wrapper--np a {
    pointer-events: none;
    width: 260px
}

.logo__wrapper--np a img {
    width: 100%
}

.logo__wrapper--np .logo__text h1 {
    color: red;
    line-height: normal
}

.logo__wrapper--en {
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: column-reverse
}

.logo__wrapper--en a {
    width: 150px;
    pointer-events: none;
    height: 150px;
    align-self: center
}

.logo__wrapper--en a img {
    width: 100%;
    height: 100%
}

.logo__wrapper--en .logo__text {
    display: block;
    margin: 20px 0
}

.logo__wrapper--en .logo__text p {
    font-family: Roboto, Aerial;
    font-weight: 700;
    margin-bottom: 0
}

.logo__wrapper--en .logo__text h1 {
    display: block;
    font-size: 30px;
    font-family: Impact, Arial, Helvetica, sans-serif;
    line-height: 1.5;
    margin-top: 0;
    text-align: center
}

.logo__wrapper--np h1 {
    display: none
}

.logo__wrapper--np a {
    pointer-events: none;
    width: 260px
}

.logo__wrapper--np a img {
    width: 100%
}

.logo__wrapper h1 {
    margin-right: 30px
}

.stats__block--inner span sup {
    font-style: normal;
    top: -9px;
    left: 10px
}

.slick-slide:focus {
    outline: 0
}

.scroll {
    color: #0074b0;
    display: inline-block;
    height: 22px;
    margin: 30px auto;
    pointer-events: none;
    position: relative;
    transition: opacity .3s;
    width: 14px
}

.scroll span {
    animation: fadeArrow 2s infinite;
    border-left: 2px solid #0074b0;
    border-bottom: 2px solid #0074b0;
    box-sizing: border-box;
    height: 10px;
    left: 50%;
    margin-left: -5px;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 10px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.scroll span:nth-of-type(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

.scroll span:nth-of-type(2) {
    top: 8px;
    -webkit-animation-delay: .15s;
    animation-delay: .15s
}

.scroll span:nth-of-type(3) {
    top: 16px;
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

@-webkit-keyframes fadeArrow {
    0% {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeArrow {
    0% {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.ui.content__wrapper>.row {
    align-items: center !important;
    padding: 0
}

.ui.content__wrapper>.row .column {
    text-align: center
}

.ui.content__wrapper>.row .column img {
    vertical-align: middle;
    width: 100%
}

.ui.content__wrapper>.row:first-child .column:first-child {
    padding: 0
}

.ui.content__wrapper>.row:first-child .column:last-child {
    padding: 0 50px
}

.ui.content__wrapper>.row:last-child .column:first-child {
    padding: 0 50px
}

.ui.content__wrapper>.row:last-child .column:last-child {
    padding: 0
}

.slick-arrow:active, .slick-arrow:focus, .slick-arrow:hover {
    filter: initial;
    opacity: 1;
    outline: 0
}

.story__block:focus {
    outline: 0
}

.slick-active .ambassador-name {
    color: #5f8497
}

.online-report-title {
    font-family: Poppins, "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 24px;
    color: #333
}

.online-report-form-content {
    padding: 32px;
    background-color: #f5f5f5;
    border-radius: 4px;
    margin-bottom: 54px;
    border: 1px solid #ddd
}

.online-report-form-content .note {
    font-size: 13px;
    margin-bottom: 24px
}

.online-report-form-content .errorMessage {
    color: #dc3a4b;
    opacity: .75;
    margin-top: 2px
}

@media all and (min-width:400px) {
    .stats__block--inner p {
        font-size: 20px;
        line-height: 28px
    }

    .stats__block--inner p span {
        font-size: 22px
    }
}

@media all and (min-width:430px) {
    .ui.grid.content--info .row iframe {
        height: 200px
    }
}

@media all and (min-width:600px) {
    .logo__wrapper--en .logo__text {
        text-align: left
    }

    .logo__wrapper--en .logo__text h1 {
        font-size: 28px;
        width: 324px;
        margin-left: -30px
    }

    .logo__wrapper--en .logo__text p {
        font-size: 20px
    }

    .logo__wrapper--en a {
        align-self: flex-start;
        width: 154px;
        height: 154px;
        margin-left: -20px
    }

    .ui.stories__wrapper {
        padding: 0 0 50px
    }

    .home-page .hero__container--left .logo__text {
        width: 280px
    }

    .home-page .hero__container--left .logo__text h1 {
        text-align: left
    }

    .logo__wrapper--np h1 {
        margin-right: 22px
    }

    .inform-ways__wrapper ul {
        flex-wrap: nowrap;
        margin-left: 0;
        white-space: nowrap
    }

    .inform-ways__wrapper ul li {
        margin: 0 30px 30px 0
    }

    .inform-ways__wrapper ul li a img {
        width: 100%;
        height: auto
    }

    .ui.grid.content--info .row iframe, .ui.grid.content--info .row img {
        width: 84%
    }

    .stats__wrapper {
        margin: 40px 30px;
        margin-top: 10px
    }

    .ui.stories__wrapper .slider {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%
    }

    .ui.stories__wrapper .slider .story__block {
        margin-top: 0;
        width: calc(50% - 10px)
    }
}

@media all and (min-width:600px) {
    .stats__wrapper {
        padding-right: 20%
    }

    .stats__wrapper:before {
        width: 85%
    }

    .home-page .hero__container--left .logo__text {
        width: 350px
    }

    .stats__block {
        padding: 26px 60px
    }

    .inform-ways__wrapper ul {
        margin-left: -20px
    }

    .inform-ways__wrapper ul li a img {
        width: 80%
    }

    .ui.grid.content--info .row iframe {
        height: 250px
    }
}

@media all and (min-width:700px) {
    .hero__section {
        position: relative
    }

    .ui.text.container {
        height: 540px;
        background-image: url("/images/2.png");
        background-size: 40%;
        background-repeat: no-repeat;
        background-position: right 10px bottom
    }

    .ui.text.container:before {
        content: "";
        background-image: linear-gradient(0deg, #fff 0, rgba(255, 255, 255, 0) 100%);
        bottom: 0;
        left: 70px;
        right: 0;
        position: absolute;
        width: 100%;
        height: 130px
    }

    .inform-ways__wrapper {
        width: 50%
    }

    .inform-ways__wrapper ul {
        flex-wrap: wrap
    }

    .inform-ways__wrapper ul li {
        margin-bottom: 10px
    }

    .ui.stories__wrapper .slider .story__block {
        width: calc(50% - 15px)
    }
}

@media only screen and (max-width:768px) {
    .ui.text.container {
        background-size: 53%;
        background-position: right 10px bottom
    }
}

@media all and (min-width:768px) {
    .home-page .ui.masthead.segment {
        background: 0 0;
        position: relative
    }

    .home-page .ui.masthead.segment header, .home-page .ui.masthead.segment>.hero__section {
        z-index: 10
    }

    .logo__wrapper--en .logo__text {
        text-align: left
    }

    .logo__wrapper--en .logo__text p {
        font-size: 20px
    }

    .logo__wrapper--en .logo__text h1 {
        font-size: 40px;
        text-align: left;
        margin-left: 0
    }

    .logo__wrapper--en a {
        width: 180px;
        height: 180px
    }

    .home-page #masthead-info {
        padding: 0
    }

    .ui.grid.content--info .row .ten.column {
        width: 50% !important
    }

    .ui.grid.content--info .row iframe, .ui.grid.content--info .row img {
        margin-top: 0;
        width: 100%
    }

    .ui.grid.content--info .row .six.column {
        margin-top: 90px;
        width: 45% !important
    }

    .ui.grid.content--info .row+.row {
        flex-direction: row-reverse;
        margin-top: 36px
    }

    .ui.grid.content--info .row+.row img {
        margin-top: 30px
    }

    .ui.grid.content--info .row+.row .six.column {
        margin-top: 120px
    }

    .ui.content__wrapper {
        margin-top: -70px
    }

    .hero__section {
        background-size: 400px
    }

    .ui.stories__wrapper .slider .story__block {
        width: calc(33% - 10px)
    }

    .ui.grid.content--info .row, .ui.stories__wrapper .row {
        padding: 0 20px !important
    }
}

@media all and (min-width:900px) {
    .hero__container--left {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .inform-ways__wrapper {
        width: 80%
    }

    .inform-ways__wrapper ul li:nth-child(1) a, .inform-ways__wrapper ul li:nth-child(2) a {
        pointer-events: none
    }

    .home-page .hero__container--left .logo__text {
        width: 500px
    }

    .home-page .hero__container--left .logo__text h1 {
        font-size: 50px
    }

    .ui.content__wrapper {
        margin-top: -40px
    }

    .ui.stories__wrapper .slider .story__block {
        width: calc(33% - 14px)
    }

    .ui.grid.content--info .row iframe {
        height: 315px
    }
}

@media all and (min-width:1025px) {
    .hero__section {
        background-size: 450px
    }

    .home-page .hero__container--left .logo__text h1 {
        font-size: 70px
    }

    .logo__wrapper--en {
        flex-direction: row
    }

    .logo__wrapper--en a {
        width: 200px;
        height: 200px;
        align-self: center
    }

    .logo__wrapper--en .logo__text {
        width: 240px;
        margin-left: -80px
    }

    .logo__wrapper--en .logo__text p {
        font-size: 30px
    }

    .logo__wrapper--en .logo__text h1 {
        font-size: 60px;
        line-height: 1.2
    }

    .hero__section:before {
        height: 160px
    }

    .hero__container--left {
        padding: 70px 0 0 !important;
        width: 50% !important
    }

    .logo__wrapper--np a {
        width: 370px
    }

    .logo__wrapper--en p {
        font-size: 40px;
        margin-bottom: 0;
        text-align: left;
        opacity: .4
    }

    .logo__wrapper--en h1 {
        font-size: 80px;
        margin-top: 0;
        line-height: 1.2
    }

    .inform-ways__wrapper {
        margin: 30px 0 30px;
        width: 680px
    }

    .inform-ways__wrapper ul li {
        margin-right: 20px
    }

    .inform-ways__wrapper ul li a img {
        width: auto
    }

    .ui.grid.content--info .row iframe, .ui.grid.content--info .row img {
        width: 100%
    }
}

@media all and (min-width:1100px) {
    .hero__section {
        background-size: 500px
    }
}

@media all and (min-width:1200px) {
    .logo__wrapper--np a {
        width: 429px
    }

    .logo__wrapper--en a {
        width: 250px;
        height: 250px
    }

    .ui.grid.container {
        width: 1127px !important
    }

    .stats__wrapper {
        width: 1127px;
        margin: 40px auto
    }

    .ui.grid.content--info .row {
        padding: 0 !important
    }

    .ui.grid.content--info .row:first-of-type {
        margin-top: 86px
    }

    .ui.grid.content--info .row .column h2 {
        margin-bottom: 20px
    }

    .ui.grid.content--info .row .six.column {
        margin-top: 20px
    }

    .ui.grid.content--info .row+.row .six.column {
        margin-top: 212px
    }

    .ui.grid.content--info .row iframe, .ui.grid.content--info .row img {
        margin-top: -118px
    }

    .ui.content__wrapper {
        margin-top: 40px;
        padding-bottom: 80px
    }

    .home-page .ui.masthead.segment:before {
        background-size: 80%
    }

    .ui.stories__wrapper .row {
        padding: 0 !important
    }
}

@media all and (min-width:1400px) {
    .slick-arrow {
        left: 11%
    }
}

@media only screen and (max-width:991px) and (min-width:768px) {
    .stats__wrapper {
        max-width: 723px
    }
}

@media only screen and (max-width:991px) and (min-width:800px) {
    .ui.grid.content--info .row, .ui.stories__wrapper .grid.container .row {
        padding: 0 !important
    }

    .stats__wrapper {
        margin-left: 40px;
        width: 80%
    }
}

@media only screen and (min-width:769px) and (max-width:1024px) {
    .ui.text.container {
        background-size: 40%;
        background-position: right -50px bottom
    }
}

@media only screen and (min-width:800px) {
    .slick-slider button {
        opacity: .3
    }

    .ui.footer.segment {
        padding: 0
    }
}

@media only screen and (min-width:940px) {
    .ui.grid.content--info .row .ten.column {
        width: 52% !important
    }

    .ui.grid.content--info .row .six.column {
        width: 43% !important
    }
}

@media only screen and (min-width:990px) {
    .ui.grid.content--info .row+.row {
        margin-top: 90px
    }
}

@media only screen and (max-width:1199px) and (min-width:992px) {
    .stats__wrapper {
        margin: 30px auto;
        width: 933px
    }

    .stats__wrapper .slick-list {
        margin-right: 10%
    }

    .stats__wrapper .slick-arrow {
        right: 3%
    }

    .ui.grid.content--info .row+.row {
        margin-top: 70px
    }
}

@media all and (min-width:992px) {
    .stats__wrapper .slick-list {
        margin-right: 10%
    }

    .stats__wrapper .slick-arrow {
        right: 3%
    }
}

.popup-inner {
    max-width: 700px;
    width: 90%;
    padding: 40px 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    box-shadow: 0 2px 6px #000;
    border-radius: 3px;
    background: #000
}

.popup-inner iframe {
    height: 380px;
    width: 100%
}

.popup-close {
    cursor: pointer;
    width: 30px;
    height: 30px;
    padding-top: 4px;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    transition: ease .25s all;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    border-radius: 1000px;
    background: rgba(255, 255, 255, .8);
    font-family: Arial, Sans-Serif;
    font-size: 20px;
    text-align: center;
    line-height: 100%;
    color: #ee3a4f
}

.popup-close:hover {
    color: #ee3a4f;
    background: #fff;
    text-decoration: none
}

.top__wrapper {
    height: 300px;
    margin-top: -100px;
    margin-bottom: 50px;
    position: relative;
    text-align: center
}

.top__wrapper img {
    height: 100%;
    opacity: .3;
    vertical-align: middle;
    width: 100%
}

.top__wrapper:before {
    background: #172b50;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.content__wrapper--small {
    max-width: 780px;
    margin: 0 auto
}

.box--white {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 0 60px rgba(0, 0, 0, .2);
    margin: 0 auto;
    padding: 50px 50px 40px;
    width: 620px
}

.online-report, .suggestion-form {
    padding-bottom: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background: rgba(0, 0, 0, 0.05);
    padding: 20px;
    border-radius: 4px;
}

.note {
    font-size: 14px;
    font-style: italic;
    margin-bottom: 20px
}

.online-report-form label {
    display: block;
    margin-bottom: 4px
}

@media only screen and (min-width:600px) {
    .online-report {
        /* width: 60%; */
    }
}

.about-content__wrapper {
    margin: 0 auto;
    padding: 0 10px 60px !important;
    width: 100%
}

.about-content__wrapper h1 {
    border-bottom: 1px solid #eee;
    color: #0074b0;
    font-size: 36px;
    font-weight: 700;
    font-family: Khan;
    line-height: 49px;
    margin-bottom: 30px;
    padding-bottom: 28px;
    position: relative
}

.about-content__wrapper h1:after {
    background: #0074b0;
    bottom: -1px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 50px
}

.about-content__wrapper>p {
    line-height: 28px;
    background: rgba(0, 0, 0, 0.05);
    padding: 20px;
    border-radius: 4px;
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 24px
}

.about-content__wrapper>p+p, .about-content__wrapper>p+ul {
    margin-top: 6px;
    margin-bottom: 40px
}

.about-content__wrapper iframe {
    margin-bottom: 30px;
    width: 100%
}

.about-content__wrapper .number {
    color: #ee3a4f;
    font-size: 22px
}

.about-content__wrapper h2 {
    color: #0074b0;
    font-family: Khan;
    font-weight: 600;
    font-size: 24px;
    line-height: 33px;
    margin-bottom: 20px
}

.about-content__wrapper ul li {
    font-size: 16px;
    list-style: disc;
    padding-bottom: 12px;
    position: relative
}

.aim__wrap {
    justify-content: space-between;
    flex-wrap: nowrap;
    margin: 0 !important
}

.aim__wrap>.column {
    background-image: linear-gradient(-180deg, #988fff 0, #73beff 100%);
    border-radius: 4px;
    margin-bottom: 30px;
    padding: 30px !important;
    text-align: center
}

.aim__wrap>.column p {
    color: #fff;
    font-size: 14px;
    line-height: 20px
}

.partners__wrapper {
    margin-bottom: 50px !important
}

.partners__wrapper p {
    margin-bottom: 0 !important
}

.partners__wrapper .grid {
    align-items: center;
    display: flex
}

.partners__wrapper h3 {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    margin: 0
}

.partners__wrapper .column {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.partners__wrapper .column:nth-child(odd) {
    text-align: center
}

.partners__wrapper .column:nth-child(even) {
    border-bottom: 1px solid #eee;
    margin-left: 20px;
    padding-bottom: 26px !important
}

.map__wrapper {
    background: #e4f5ff;
    border-radius: 4px;
    margin-bottom: 60px;
    padding: 20px
}

.map__wrapper img {
    border: 2px solid #c7e2fb;
    border-radius: 4px;
    padding: 20px;
    vertical-align: middle;
    width: 100%
}

.ui.grid.violence--type {
    margin-top: 0 !important
}

.ui.grid.violence--type>.row {
    align-items: center !important;
    display: flex;
    justify-content: space-between !important;
    padding: 0 !important
}

.ui.grid.violence--type>.row .column {
    width: 100% !important
}

.ui.grid.violence--type>.row .column p {
    margin-bottom: 10px !important
}

.ui.grid.violence--type>.row .column img {
    vertical-align: middle
}

.ui.grid.violence--type>.row .column:first-child {
    padding-left: 0 !important
}

.ui.grid.violence--type>.row .column:last-child {
    padding-right: 0 !important
}

.ui.grid.violence--type>.row+.row {
    border-top: 1px solid #eee;
    padding: 20px 0 0 !important;
    margin-top: 10px
}

.model__content .footer__contact--visit {
    display: flex;
    flex-direction: column;
    align-items: center
}

.model__content .footer__contact--visit p {
    position: relative;
    margin-bottom: 16px
}

.model__content .footer__contact--visit p:before {
    content: "";
    background-image: url(../../images/ic_location-sprite.svg);
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 10px;
    height: 14px;
    left: -16px;
    position: absolute;
    top: 4px
}

.model__content .footer__contact--visit p.note {
    font-size: 14px;
    text-align: center
}

.model__content .footer__contact--visit p.note:before {
    background-image: none
}

.model__content .footer__contact--visit p.title {
    font-size: 19px;
    margin-bottom: 10px
}

.model__content .footer__contact--visit p.title:before {
    background-image: none
}

.model__content .footer__contact--visit p.visit-us {
    font-size: 14px;
    position: relative
}

.model__content .footer__contact--visit .contact {
    display: flex;
    flex-direction: column
}

.model__content .footer__contact--visit .contact p {
    font-size: 14px
}

.model__content .footer__contact--visit .contact .call-us {
    margin-right: 30px
}

.model__content .footer__contact--visit .contact .call-us:before {
    background-position: 0 -26px;
    width: 14px;
    left: -20px
}

.model__content .footer__contact--visit .contact .fax-us:before {
    background-position: 0 -53px;
    width: 16px;
    left: -20px
}

.overflow-hidden {
    overflow: hidden
}

.overlay__bg.show {
    background: rgba(0, 0, 0, .5);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    z-index: 100
}

.ui.grid.report-ways {
    margin-bottom: 24px
}

.ui.grid.report-ways .row {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px 0
}

.about-content__wrapper .services p {
    margin-bottom: 30px
}

.about-content__wrapper .services--use {
    margin-bottom: 24px
}

.about-content__wrapper .services--use ul {
    margin: 0
}

.about-content__wrapper .services--usage {
    margin-bottom: 24px
}

.about-content__wrapper .services--available ul {
    margin: 0
}

.about-content__wrapper .services--available p {
    line-height: 24px;
    margin-bottom: 24px
}

.report-icon {
    margin-right: 30px
}

.report-description {
    width: 100%;
    text-align: center
}

.report-description p {
    font-size: 16px
}

.report-description p .number {
    font-size: 20px
}

.report-description p .number:hover {
    text-decoration: none
}

.report-description p a {
    color: #ee3a4f
}

.report-description p a.number:hover, .report-description p a:hover {
    text-decoration: underline
}

.ui.grid.violence--type p {
    line-height: 26px
}

.target-group__wrapper p {
    margin-bottom: 32px
}

@media all and (min-width:400px) {
    .model__content .footer__contact--visit p.note {
        font-size: 16px
    }

    .model__content .footer__contact--visit p.title {
        font-size: 22px
    }

    .model__content .footer__contact--visit .contact {
        flex-direction: row
    }
}

@media all and (min-width:500px) {
    .model__content .footer__contact--visit p.title {
        font-size: 24px
    }

    .aim__wrap>.column {
        padding: 20px !important
    }

    .about-content__wrapper p {
        font-size: 18px;
        margin-bottom: 20px
    }

    .about-content__wrapper h2 {
        margin-bottom: 12px
    }

    .ui.grid.violence--type>.row {
        flex-wrap: initial
    }

    .ui.grid.violence--type>.row:nth-child(even) {
        flex-direction: row-reverse
    }

    .ui.grid.violence--type>.row:nth-child(even) .column:first-child {
        padding-left: 10px !important;
        padding-right: 0 !important
    }

    .ui.grid.violence--type>.row:nth-child(even) .column:last-child {
        padding-left: 0 !important;
        padding-right: 10px !important
    }

    .report-description {
        width: calc(90% - 128px)
    }
}

@media all and (min-width:600px) {
    .about-content__wrapper iframe {
        height: 420px
    }

    .about-content__wrapper ul li {
        font-size: 16px
    }

    .ui.grid.report-ways {
        margin-bottom: 0
    }

    .ui.grid.report-ways .row {
        padding: 0;
        align-items: center !important;
        flex: 1 0 50%;
        margin-bottom: 20px;
        justify-content: flex-start
    }

    .ui.grid.report-ways .row .report-description {
        text-align: center;
        width: 100%
    }
}

@media all and (min-width:900px) {
    .row#phone a, .row#sms a {
        pointer-events: none
    }

    .about-content__wrapper {
        padding-left: 0 !important;
        padding-right: 0 !important;
        width: 780px
    }
}

@media all and (max-width:500px) {
    .about-content__wrapper {
        padding: 16px 0 60px !important
    }

    .about-content__wrapper h1 {
        font-size: 30px;
        margin-bottom: 26px;
        padding-bottom: 10px
    }

    .model__content {
        width: 90%
    }

    .model__content .footer__contact--visit .contact {
        flex-wrap: wrap;
        margin-left: 10px;
        justify-content: center
    }

    .ui.grid>[class*="five wide"].column {
        margin-left: 0 !important;
        width: 100% !important
    }

    .aim__wrap>.column p {
        font-size: 16px;
        line-height: 22px
    }

    .ui.grid.partners__wrapper .wide.column, .ui.grid.violence--type .wide.column {
        width: 100% !important;
        text-align: left
    }

    .ui.grid.violence--type .wide.column.five {
        margin-bottom: 20px
    }
}

.page-title {
    border-bottom: 1px solid #eee;
    color: #0074b0;
    font-size: 36px;
    line-height: 49px;
    margin-bottom: 60px;
    padding-bottom: 28px;
    position: relative
}

.page-title:after {
    background: #0074b0;
    bottom: -1px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 50px
}

.content-wrapper {
    width: 100%;
    padding-bottom: 24px
}

@media all and (min-width:992px) {
    .content-wrapper {
        max-width: 940px;
        margin: 0 auto
    }
}

.publish-info-item {
    color: #9b9b9b;
    display: inline-block;
    font-size: 14px;
    margin-right: 20px
}

.publish-info-item>img {
    position: relative;
    top: 2px;
    margin-right: 6px;
    height: 16px;
    width: 16px;
    filter: invert(.5);
    -webkit-filter: invert(0.5);
    -moz-filter: invert(0.5)
}

.pagination-wrapper {
    text-align: center
}

.pagination-wrapper ul.yiiPager {
    display: inline-block;
    margin: 32px 0
}

.pagination-wrapper ul.yiiPager li {
    display: inline-block
}

.pagination-wrapper ul.yiiPager li a {
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 32px;
    min-width: 32px;
    padding: 6px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
    color: rgba(0, 116, 176, .65);
    border-radius: 16px;
    margin: 0;
    border: none;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .15)
}

.pagination-wrapper ul.yiiPager li.disabled a {
    opacity: .45;
    pointer-events: none;
    cursor: not-allowed
}

.pagination-wrapper ul.yiiPager li.active a {
    background: #0074b0;
    color: #fff;
    box-shadow: 0 6px 10px -4px rgba(0, 0, 0, .35)
}

@media all and (max-width:768px) {
    .page-title {
        font-size: 30px;
        margin-bottom: 26px;
        padding-bottom: 10px
    }

    .text-field-wraper img {
        height: 34px
    }

    .mobile-filter-toggle {
        font-size: 14px
    }

    .pagination-wrapper {
        display: none
    }

    .pagination-wrapper.mobile-page {
        display: block
    }
}

@media all and (min-width:769px) {
    .pagination-wrapper {
        display: block;
        width: 100%
    }

    .pagination-wrapper.mobile-page {
        display: none
    }
}

@media all and (max-width:486px) {
    .pagination-wrapper.mobile-page {
        margin-top: -70px
    }

    .pagination-wrapper ul.yiiPager {
        font-size: 4px
    }

    .pagination-wrapper ul.yiiPager li {
        padding: 0 2px
    }

    .publish-info-item>img {
        height: 14px;
        width: 14px;
        margin-right: 4px
    }
}

.form .field textarea {
    height: 160px !important
}

.list-item {
    display: flex;
    background: #fff;
    box-shadow: 0 20px 40px -24px rgba(0, 0, 0, .25);
    margin-bottom: 30px;
    max-height: 267px;
    min-height: 266px;
    border-radius: 4px;
    overflow: hidden
}

.list-content {
    flex: 1;
    padding: 24px;
    margin-left: 14px
}

.list-title {
    display: block;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 16px
}

.list-text {
    font-size: 18px;
    line-height: 26px;
    margin-top: 16px
}

.list-image {
    min-width: 244px;
    display: flex;
    align-items: flex-end;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.list-image.mero-katha-image {
    background-color: #fcb5be
}

.list-image img {
    max-width: 100%
}

#loader {
    background-color: rgba(0, 0, 0, .4);
    z-index: 999;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    display: none
}

#loader img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 200px;
    height: 200px
}

​ .read-more-link {
    color: #ee3a4f;
    font-size: 14px
}

.rotateArrow {
    transform: rotate(180deg)
}

@media screen and (max-width:768px) {
    .list-item {
        min-height: 0
    }

    .list-content {
        padding: 18px 18px 32px 18px
    }

    .list-content .list-title {
        font-size: 20px;
        margin-bottom: 0
    }

    .list-content .list-text {
        font-size: 16px
    }

    .list-content .publish-info {
        margin-top: 4px
    }
}

@media screen and (max-width:480px) {
    .list-item {
        min-height: 266px
    }

    .ui.grid.container .content-wrapper {
        padding: 0 0 !important
    }

    .list-title {
        margin-bottom: 0
    }

    .list-content {
        padding: 20px;
        margin-left: 0
    }

    .list-content a {
        font-size: 16px
    }

    .list-content .publish-info {
        margin-top: 2px
    }

    .list-content .publish-info a {
        font-size: 14px
    }

    .list-content .publish-info-item {
        margin-right: 8px
    }

    .list-content .list-text {
        font-size: 14px
    }

    .list-content .list-text p {
        max-height: 78px;
        line-height: 26px
    }

    .list-content .list-text a {
        font-size: 12px
    }

    .list-image {
        display: none
    }

    .list-item {
        max-height: 174px
    }
}

.search-form {
    background: #fff;
    border-radius: 4px;
    margin-bottom: 40px
}

.search-form .select2-default {
    color: rgba(74, 74, 74, .3) !important
}

.search-form .select2-container {
    display: block
}

.search-form .select2-container-active.select2-container-multi .select2-choices {
    box-shadow: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-color: #0074b0
}

.search-form .select2-search-field {
    display: block
}

.search-form .select2-container-multi .select2-choices {
    align-items: center;
    height: 50px;
    border-radius: 4px;
    background-color: #fafafa;
    background-image: none;
    border: solid .5px #d7dae3
}

.search-form .select2-container-multi .select2-choices .select2-search-choice {
    height: 30px;
    display: flex;
    align-items: center
}

.search-form .select2-container-multi .select2-choices .select2-search-choice a.select2-search-choice-close {
    top: 50%;
    transform: translateY(-50%)
}

.search-form .select2-container-multi .select2-choices .select2-search-field {
    flex: 1
}

.search-form .select2-container-multi .select2-choices .select2-search-field input {
    width: 100% !important
}

.search-form .select2-container-multi .select2-choices .select2-search-field input {
    width: 100%;
    display: block;
    height: 50px;
    padding: 10px 20px;
    margin: 0;
    font-size: 16px;
    border-radius: 4px;
    border: none;
    -webkit-appearance: textfield
}

.search-form input {
    display: block;
    height: 50px;
    font-size: 16px;
    border-radius: 4px;
    background: #fafafa !important;
    border: solid .5px #d7dae3
}

.search-form .text-field-wrapper {
    flex: 1;
    display: flex;
    height: 48px;
    align-items: center
}

.search-form .text-field-wrapper input {
    flex: 1;
    border: none !important;
    padding-left: 0 !important;
    background: 0 0 !important
}

.search-form .field {
    margin-bottom: 0 !important;
    margin-top: 20px !important
}

.search-form .search-icon {
    height: 36px;
    width: 60px;
    padding: 8px 20px
}

.search-form .collapsed {
    display: flex
}

.search-form .advance-filter-toggle {
    display: block;
    height: 100%;
    padding: 0 32px;
    line-height: 48px;
    border-left: 1px solid rgba(187, 187, 187, .1);
    cursor: pointer;
    opacity: .44
}

.search-form .advance-filter-toggle:hover {
    opacity: .75
}

.search-form .advance-filter-toggle img {
    vertical-align: middle;
    margin-left: 8px
}

.search-form button {
    width: auto;
    height: 48px;
    padding: 0 42px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.advance-filters {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    border-top: 1px solid rgba(187, 187, 187, .1)
}

.advance-filters .eight.wide.column.hide {
    display: none
}

.ui.container .advance-filters.grid {
    margin-right: 10px !important;
    margin-left: 10px !important
}

.advance-filters.ui.grid>.column:not(.row) {
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important
}

.advance-filters input {
    display: inline-block;
    height: 50px;
    border-radius: 4px;
    background-color: #fafafa;
    padding: 0 20px;
    border: solid .5px #d7dae3
}

.advance-filters .flex-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    width: 100%;
    justify-content: flex-end;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px
}

.advance-filters .flex-wrapper .select2-container {
    flex: 1
}

.advance-filters .reset-search-wrapper {
    margin-left: 20px
}

.advance-filters .reset-search-wrapper button {
    border-radius: 4px
}

.advance-filters .reset-search-wrapper .reset-btn {
    display: block;
    text-align: right;
    color: #0074b0;
    padding: 10px 0;
    cursor: pointer;
    opacity: .66
}

.advance-filters .reset-search-wrapper .reset-btn:hover {
    opacity: 1
}

.service__sort {
    display: none;
    padding: 0 2px;
    font-size: 14px
}

.service__sort .sort--by {
    margin-right: 8px
}

.service__sort .sort--name {
    margin-right: 20px
}

.service__sort .arrow__ceveron {
    border: solid #4183c4;
    border-width: 0 0 2px 2px;
    display: inline-block;
    margin-left: 2px;
    height: 8px;
    width: 8px;
    position: relative;
    transform: rotate(135deg);
    outline: 0
}

.service__sort .arrow__ceveron:after {
    content: "";
    width: 12px;
    height: 0;
    position: absolute;
    top: 2px;
    left: -3px;
    right: 0;
    border: 1px solid #4183c4;
    display: inline-block;
    transform: rotate(-45deg)
}

.service__sort .arrow__ceveron.rotate {
    transform: rotate(-45deg)
}

.bottom-field {
    display: flex
}

.bottom-field input {
    flex: 1;
    margin-right: 16px !important
}

.select2-drop {
    border: solid .5px #0074b0 !important
}

.no-list {
    padding: 16px 12px;
    text-align: center;
    display: none
}

::-moz-placeholder {
    color: #c8c8c8;
    opacity: 1
}

.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all {
    clip: unset !important
}

.search-section {
    display: grid;
    grid-template-columns: 1fr;
    grid-column-gap: 20px;
    margin-bottom: 20px;
    z-index: 99
}

.search-section .search-form {
    margin-bottom: 0
}

.search-section .searchby__map {
    text-align: right
}

.search-section .searchby__map span {
    cursor: pointer;
    color: #0074b0;
    opacity: .7;
    font-size: 14px
}

.search-section .searchby__map span:hover {
    opacity: 1
}

.search-section .searchby__map .icon {
    width: 20px;
    height: 20px;
    fill: #0074b0
}

@media all and (max-width:768px) {
    .advance-filters .eight.wide.column {
        margin-top: 10px
    }

    .advance-filters .eight.wide.column.hide {
        display: block
    }

    .advance-filters .flex-wrapper {
        align-items: flex-end;
        flex-direction: column;
        padding-top: 0
    }

    .advance-filters .flex-wrapper .select2-container.select2-container-multi {
        width: 100%;
        margin-bottom: 16px
    }

    .searchby__map {
        display: none
    }

    .search-section .btn.btn--border {
        display: none
    }

    .search-section .map-inner-wrapper {
        display: none
    }

    .selected__district {
        display: none
    }
}

@media all and (max-width:480px) {
    .advance-filter-toggle {
        font-size: 14px;
        padding: 0 2px
    }

    .search-form {
        margin-bottom: 18px
    }

    .search-form .text-field-wrapper {
        height: 40px
    }

    .search-form button {
        font-size: 14px;
        height: 40px;
        padding: 0 12px
    }

    .search-form .search-icon {
        height: 32px;
        width: 56px
    }

    .reset-search-wrapper {
        width: 100%
    }

    .reset-search-wrapper .search-btn {
        width: 100%
    }

    .reset-search-wrapper .reset-btn {
        display: inline-block;
        float: right
    }

    .service__sort {
        display: flex
    }

    .searchby__map {
        display: none
    }

    .search-section .btn.btn--border {
        display: none
    }

    .search-section .map-inner-wrapper {
        display: none
    }

    .selected__district {
        display: none
    }
}

svg.icon {
    width: 25px;
    height: 25px;
    fill: rgba(0, 0, 0, 0.87);
    position: relative;
    top: 6px
}

.list-image.news-image {
    background-color: red
}

.shifted-wrapper {
    margin-top: -100px
}

.detail-banner {
    position: relative;
    min-height: 280px;
    padding-top: 48px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
    z-index: 0
}

.detail-banner .banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: #dc3b4c99
}

.detail-banner .illustration {
    margin-left: 25%;
    margin-bottom: -8%
}

.detail-container {
    position: relative;
    margin-top: -50px;
    margin-bottom: 100px;
    z-index: 100
}

.detail-container .content-wrapper {
    background: #fff;
    padding: 48px 80px;
    border-radius: 12px;
    box-shadow: 0 42px 50px -40px rgba(0, 0, 0, .25)
}

.btn--back {
    display: inline-block;
    color: #0074b0;
    font-size: 20px;
    margin-bottom: 24px
}

.btn--back img {
    margin-right: 10px;
    vertical-align: middle;
    margin-top: -4px
}

.detail-title {
    font-size: 42px;
    line-height: 50px;
    color: #4a4a4a;
    margin: 0
}

.publish-info {
    margin-top: 24px
}

.violence-type {
    display: flex;
    padding: 24px 0;
    border-top: 1px solid #bbb;
    margin-top: 24px;
    margin-bottom: 0
}

.violence-type p {
    color: #9b9b9b;
    width: 100%
}

.violence-type p:first-child {
    width: 110px
}

.violence-type--desc .see--more {
    color: #ee3a4f;
    cursor: pointer
}

.violence-type--desc .more--content span {
    display: none
}

.detail-body hr {
    opacity: .15;
    margin: 24px 0
}

.detail-body img {
    max-width: 100%
}

.detail-body p {
    font-size: 20px;
    line-height: 1.8
}

.detail-body .figcaption {
    text-align: center
}

@media all and (max-width:768px) {
    .detail-container {
        margin-top: -110px
    }

    .detail-container .content-wrapper {
        padding: 48px 44px
    }

    .detail-container .publish-info {
        margin-top: 8px
    }

    .detail-container .violence-type {
        margin-top: 10px;
        padding: 14px 0
    }
}

@media all and (max-width:688px) {
    .violence-type .violence-type--desc {
        width: 80%
    }
}

@media all and (max-width:480px) {
    .detail-banner {
        z-index: -1;
        min-height: 151px
    }

    .detail-container {
        margin-top: -20px;
        margin-bottom: 42px
    }

    .detail-container .content-wrapper {
        border-radius: 4px;
        padding: 18px 20px
    }

    .detail-container .content-wrapper .btn--back {
        font-size: 16px;
        margin-bottom: 9px
    }

    .detail-container .content-wrapper .btn--back img {
        margin-right: 6px;
        width: 14px;
        height: 14px
    }

    .detail-container .content-wrapper .detail-title {
        color: #0074b0;
        font-size: 20px;
        line-height: 32px
    }

    .detail-container .content-wrapper .violence-type {
        margin-top: 20px;
        padding: 8px 0
    }

    .detail-container .content-wrapper .violence-type p {
        font-size: 14px;
        line-height: 24px
    }

    .detail-container .content-wrapper .violence-type .violence-type--desc {
        width: 80%
    }

    .detail-container .content-wrapper .publish-info {
        margin-top: 6px
    }

    .detail-container .content-wrapper .detail-body, .detail-container .content-wrapper .detail-body>* {
        font-size: 14px;
        line-height: 26px
    }
}

.contact-content__wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.contact-top__block {
    text-align: center
}

.contact-top__block span {
    display: block;
    font-weight: 700
}

.contact-top__block address {
    color: #777;
    font-style: normal;
    margin-bottom: 30px
}

.online-report-form-textarea {
    resize: vertical !important
}

.call-us strong:before {
    background-position: 0 0
}

.fax-us strong:before {
    background-position: -35px 0
}

.write-us strong:before {
    background-position: -72px 0
}

.website strong:before {
    background-position: -107px 0
}

.expand-map__wrap {
    margin: 0 auto;
    position: relative;
    width: 90%
}

.expand-map {
    background: #fff url(../../images/ic_location.svg) no-repeat center;
    border-radius: 50%;
    bottom: -25px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
    display: block;
    height: 50px;
    position: absolute;
    right: 0;
    text-indent: -9999px;
    width: 50px
}

.or {
    color: #9b9b9b;
    display: block;
    font-size: 18px;
    margin: 0 auto 45px;
    position: relative;
    text-align: center;
    width: 240px
}

.or:after, .or:before {
    background: #ccc;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 50%;
    width: 68px
}

.or:after {
    left: auto;
    right: 0
}

.contact-form {
    padding-bottom: 60px;
    width: 100%
}

.contact-form h3 {
    font-size: 32px;
    margin-bottom: 20px
}

#yw0_button {
    font-size: 13px
}

#ContactForm_verifyCode, #Report_verifyCode {
    border: 1px solid #ddd
}

address {
    color: #aaa;
    font-style: normal;
    font-size: 13px;
    line-height: normal
}

.ui.grid.captcha-code .wide.column {
    padding-left: 0;
    padding-right: 0;
    width: 100% !important
}

.ui.message {
    position: relative
}

.close-message {
    display: block;
    position: absolute;
    top: 5px;
    right: 5px;
    height: 24px;
    width: 24px;
    transform: rotate(45deg);
    cursor: pointer
}

.close-message:after, .close-message:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    height: 14px;
    width: 2px;
    border-radius: 2px;
    background: #2c662d;
    transform: translate(-50%, -50%);
    opacity: .75;
    transition: all .15s ease-in-out
}

.close-message:after {
    transform: translate(-50%, -50%) rotate(90deg)
}

.negative.message .close-message:after, .negative.message .close-message:before {
    background: #9f3a38
}

.close-message:hover:after, .close-message:hover:before {
    opacity: .9
}

.captcha {
    font-size: 14px
}

.captcha-code {
    justify-content: space-between;
    margin-left: 0 !important;
    margin-right: 0 !important
}

.captcha-code img {
    border: 1px solid #ddd;
    height: 48px;
    margin-right: 10px;
    vertical-align: middle
}

.suggestion-content__wrapper {
    width: 100%
}

.suggestion-form .ui.message {
    margin-top: -20px;
    margin-bottom: 40px
}

.suggestion-form .close-message {
    top: 15px
}

@media all and (min-width:500px) {
    .suggestion-content__wrapper {
        /* width: 60%; */
    }

    .ui.grid.captcha-code .wide.column.four {
        width: 25% !important
    }

    .ui.grid.captcha-code .wide.column.twelve {
        width: calc(75% - 10px) !important
    }
}

@media all and (min-width:600px) {
    .contact__block--visit {
        width: 24% !important
    }

    .contact-form {
        width: 65%
    }

    .ui.grid.captcha-code .wide.column.twelve {
        width: calc(75% - 30px) !important
    }
}

@media all and (min-width:700px) {
    .ui.grid.captcha-code .wide.column.twelve {
        width: calc(75% - 20px) !important
    }
}

@media all and (min-width:900px) {
    .ui.grid.captcha-code .wide.column.twelve {
        width: 75% !important
    }

    .expand-map__wrap {
        width: 780px
    }
}

.list__stake {
    position: relative;
    width: 980px;
    left: -198px
}

.list__filters {
    display: flex;
    flex-direction: column;
    float: left;
    margin-left: -218px;
    margin-top: -46px;
    position: sticky;
    top: 20px
}

.list__filters .filters {
    background: #dfeafd;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    margin-bottom: 14px;
    padding: 16px;
    width: 200px
}

.list__filters .filters h3 {
    color: #9b9b9b;
    border-bottom: 1px solid rgba(74, 74, 74, .2);
    font-size: 16px;
    line-height: 1.5;
    padding-bottom: 6px
}

.list__filters .filters .text-field-wrapper {
    background: #f4f5fb;
    border-radius: 2px;
    display: flex;
    align-items: center;
    overflow: hidden
}

.list__filters .filters .text-field-wrapper img {
    height: 14px;
    width: 14px;
    margin-left: 16px
}

.list__filters .filters .text-field-wrapper input {
    background: 0 0;
    border: none !important;
    font-size: 14px;
    height: 36px;
    max-width: 138px
}

.list__filters .filters .text-field-wrapper input:focus {
    background: 0 0
}

.list__filters .filters--checkbox {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    position: relative;
    max-height: 110px;
    overflow-y: auto;
    overflow-x: hidden
}

.list__filters .filters--checkbox label {
    cursor: pointer;
    color: #9b9b9b;
    font-size: 14px;
    margin-bottom: 6px;
    position: relative;
    padding-left: 35px;
    max-width: 128px
}

.list__filters .filters--checkbox label input {
    position: absolute;
    opacity: 0;
    cursor: pointer
}

.list__filters .filters--checkbox label .checkmark {
    border: 2px solid #9b9b9b;
    border-radius: 2px;
    margin-top: 4px;
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px
}

.list__filters .filters--checkbox label .checkmark:after {
    content: "";
    display: none;
    position: absolute
}

.list__filters .filters--checkbox label:hover input~.checkmark {
    background: #ccc
}

.list__filters .filters--checkbox label input:checked~.checkmark {
    background-color: #3f51b5;
    border: none
}

.list__filters .filters--checkbox label input:checked~.checkmark:after {
    display: block
}

.list__filters .filters--checkbox label .checkmark:after {
    border: solid #fff;
    border-width: 0 2px 2px 0;
    left: 5px;
    top: 0;
    width: 6px;
    height: 13px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.list__filters .filters--work {
    margin-top: 8px
}

.list__stakeholder {
    border-radius: 2px 2px 10px 10px;
    float: right;
    position: relative;
    width: 780px
}

.list__stakeholder:before {
    content: "";
    box-shadow: 0 3px 5px -1px #bbb;
    height: 5px;
    position: absolute;
    left: 0;
    top: 56px;
    width: 100%
}

.stakeholder__mobile {
    display: none;
    background: #fff
}

.stakeholder__wrapper {
    padding: 12px 16px;
    margin-bottom: 10px
}

.stakeholder__content>a {
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.22;
    margin-bottom: 24px
}

.stakeholder__list {
    display: flex;
    margin-bottom: 10px
}

.stakeholder__list p {
    font-size: 16px;
    color: #333;
    opacity: 1;
    line-height: 1.57
}

.stakeholder__list p:first-child {
    font-size: 14px;
    font-weight: 600;
    width: 20%
}

.stakeholder__list .more--content .see--more {
    font-size: 14px;
    color: #4a90e2
}

.stakeholder__list--district {
    border-top: 1px solid rgba(74, 74, 74, .2);
    margin-top: -16px;
    padding-top: 12px
}

.stakeholder__list--number {
    margin-bottom: 0
}

.stakeholder__list--number .list--count {
    color: #4a4a4a;
    font-weight: 500;
    height: 24px;
    line-height: .4;
    padding-left: 14px
}

.ui.list__table {
    border-color: #fff;
    box-shadow: 0 90px 100px -90px rgba(0, 0, 0, .3);
    color: #333;
    font-family: NotoSansDevanagariui-regular, "Open Sans";
    padding-bottom: 16px
}

.ui.list__table thead {
    font-size: 14px
}

.ui.list__table thead th {
    background: #fff;
    border: none;
    font-weight: 600;
    height: 61px
}

.ui.list__table thead th:last-child {
    padding-right: 19px
}

.ui.list__table tbody tr td {
    border: none;
    font-size: 14px;
    line-height: 1.57;
    width: 158px;
    padding: 11px 11px 0 11px
}

.ui.list__table tbody tr td .list--title {
    color: #0074b0;
    font-weight: 700;
    margin: 0;
    margin-top: 8px
}

.ui.list__table tbody tr td .list--range {
    margin: 5px 0 15px;
    word-wrap: break-word
}

.ui.list__table tbody tr span {
    margin-right: 16px
}

.caret__wrapper {
    display: inline-flex;
    flex-direction: column;
    margin-left: 4px;
    vertical-align: text-bottom;
    outline: 0
}

.caret__wrapper .caret {
    width: 8px;
    height: 8px
}

.caret__wrapper .transparent {
    opacity: .6
}

.list--count {
    background-color: #ececec;
    border-radius: 2px;
    color: #4a90e2;
    font-weight: 700;
    padding: 5px 8px
}

.list--location {
    display: inline-block;
    opacity: .7;
    width: 192px;
    word-wrap: break-word
}

.list--location .see--more {
    color: #ee3a4f;
    cursor: pointer
}

.list--location .see--less {
    color: #ee3a4f;
    cursor: pointer
}

.list--location .more--content span {
    display: none
}

@media all and (max-width:800px) {
    .list__stakeholder {
        display: none
    }

    .list__stakeholder .list__table {
        display: flex
    }

    .list__stakeholder .list__table tr {
        flex-direction: column
    }

    .list__stakeholder .list__table tbody {
        flex: 1
    }

    .list__stakeholder .list__table tbody tr {
        padding-top: 0 !important
    }

    .list__stakeholder .list__table tbody tr td .list--location {
        width: 100%
    }

    .list__stakeholder:before {
        display: none
    }

    .list__filters {
        display: none
    }

    .list__stake {
        width: 100%;
        left: 0;
        top: 10px
    }

    .stakeholder__wrapper {
        margin-bottom: 16px
    }

    .stakeholder__mobile {
        display: block
    }

    .stakeholder__mobile .stakeholder__content a {
        font-size: 24px
    }

    .stakeholder__mobile .stakeholder__list {
        align-items: baseline;
        justify-content: space-between
    }

    .stakeholder__mobile .stakeholder__list .list--location {
        width: 80%
    }

    .stakeholder__mobile .stakeholder__list .list--location .see--less {
        color: #4a90e2;
        font-size: 14px
    }
}

@media screen and (max-width:598px) {
    .list__stakeholder {
        display: none
    }

    .list__stakeholder .list__table {
        display: flex
    }

    .list__stakeholder .list__table tr {
        flex-direction: column
    }

    .list__stakeholder .list__table tbody {
        flex: 1
    }

    .list__stakeholder .list__table tbody tr {
        padding-top: 0 !important
    }

    .list__stakeholder .list__table tbody tr td .list--location {
        width: 100%
    }

    .list__stakeholder:before {
        display: none
    }

    .list__filters {
        display: none
    }

    .list__stake {
        width: 100%;
        left: 0
    }

    .stakeholder__mobile {
        display: block
    }
}

@media all and (max-width:486px) {
    .list__stakeholder .ui.list__table .list--location {
        width: 100px
    }

    .stakeholder__mobile .stakeholder__content a {
        font-size: 18px
    }

    .stakeholder__mobile .stakeholder__list p:first-child {
        width: 25%
    }

    .stakeholder__mobile .stakeholder__list .list--location {
        width: 75%
    }
}

.detail-banner {
    background: url(".././../../../images/banner.svg") no-repeat;
    background-size: cover
}

.content-wrapper {
    font-family: NotoSansDevanagariui-regular, "Open Sans"
}

.content-wrapper .header__back {
    color: #0074b0;
    display: inline-block;
    font-size: 20px;
    line-height: 1.5;
    position: relative;
    top: 2px;
    left: 5px;
    opacity: .9
}

.content-wrapper .header__back:hover {
    opacity: 1
}

.content-wrapper .header__title {
    color: #4a4a4a;
    font-size: 42px;
    line-height: 1.45;
    margin: 10px 0 20px 0
}

.content-wrapper .arrow-back {
    border: solid #0074b0;
    border-width: 0 0 2px 2px;
    cursor: pointer;
    display: inline-block;
    height: 12px;
    margin: 0 10px 0 0;
    position: relative;
    width: 12px;
    transform: rotate(45deg)
}

.content-wrapper .arrow-back:after {
    content: "";
    width: 16px;
    position: absolute;
    top: 5px;
    right: -2px;
    border: 1px solid #0074b0;
    display: inline-block;
    transform: rotate(-45deg)
}

.content-wrapper .detail-body p {
    color: #4a4a4a;
    font-size: 18px
}

.content-wrapper .detail-body h2 {
    color: #4a4a4a;
    font-size: 30px;
    font-weight: 900;
    margin-left: 34px;
    line-height: .93;
    letter-spacing: 1.2px
}

.content-wrapper .detail-body .heading__general {
    position: relative
}

.content-wrapper .detail-body .heading__general .circle {
    border: 2px solid #4a4a4a;
    border-radius: 50%;
    display: inline-block;
    height: 25px;
    width: 25px;
    position: relative;
    vertical-align: bottom
}

.content-wrapper .detail-body .heading__general .circle .info {
    width: 2px;
    height: 8px;
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, 50%);
    background: #4a4a4a
}

.content-wrapper .detail-body .heading__general .circle .info:before {
    content: "";
    border: 1px solid #4a4a4a;
    position: absolute;
    top: -4px
}

.content-wrapper .detail-body .heading__contact {
    position: relative;
    padding-left: 36px
}

.content-wrapper .detail-body .heading__contact:before {
    content: "";
    background: url("../../../../images/icons-sprite.svg") no-repeat -368px -71px;
    width: 28px;
    height: 28px;
    position: absolute;
    left: 0
}

.content-wrapper .detail-body .detail__table {
    background: #fbfbfb;
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    color: #4a4a4a;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: .8px;
    margin-top: 20px;
    position: relative;
    padding: 16px;
    word-wrap: break-all
}

.content-wrapper .detail-body .detail__table:not(:last-child) {
    margin-bottom: 10px
}

.content-wrapper .detail-body .detail__table .row {
    padding-bottom: 2px
}

.content-wrapper .detail-body .detail__table .row .label--name {
    color: #9b9b9b
}

.content-wrapper .detail-body .detail__table .row .label--data {
    padding-left: 24px;
    word-wrap: break-word
}

.content-wrapper .detail-body .detail__table.accord {
    width: 100%;
    font-size: 20px;
    padding: 12px 10px
}

.content-wrapper .detail-body .detail__table.accord .item {
    padding-left: 10px
}

.content-wrapper .detail-body .detail__table.accord:not(:last-child) {
    margin-bottom: -12px
}

.content-wrapper .detail-body .detail__table.accord:last-child {
    margin-bottom: 58px
}

.content-wrapper .detail-body .detail__table.accord:nth-child(2n+2) {
    background: #fff
}

.content-wrapper .detail-body .detail__table .accord__title {
    cursor: pointer;
    color: #3f51b5;
    padding-left: 10px
}

.content-wrapper .detail-body .detail__table .accord__title span {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.17;
    letter-spacing: .9px;
    color: #3f51b5
}

.content-wrapper .detail-body .detail__table .accord__title.rotate::after {
    border-color: #0074ab;
    transform: rotate(225deg)
}

.content-wrapper .detail-body .detail__table .accord__title:after {
    content: "";
    border: solid #3f51b5;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    position: absolute;
    top: 27px;
    right: 25px;
    transform: rotate(45deg);
    transition: all .2s ease-in
}

.content-wrapper .detail-body .detail__table .accord__title .active-color {
    color: #0074b0
}

.content-wrapper .detail-body .detail__table .accord__wrapper {
    display: none;
    padding: 10px
}

.content-wrapper .detail-body .detail__table .accord__wrapper .ui.grid.content {
    border-top: 1px solid #dedede;
    margin-top: 1px;
    margin-bottom: 2px
}

.content-wrapper .detail-body .detail__table .accord__wrapper .row:first-child {
    margin-top: 10px
}

.content-wrapper .detail-body .detail__table .accord__wrapper .row>.six {
    padding-left: 0
}

.content-wrapper .detail-body .location__map {
    margin-top: 30px;
    width: 100%;
    height: 400px;
    position: relative
}

@media all and (max-width:786px) {
    .content-wrapper>.detail-body .detail__table {
        font-size: 18px;
        padding-left: 0
    }

    .content-wrapper>.detail-body .heading__general {
        font-size: 24px
    }

    .content-wrapper>.detail-body .heading__general .circle {
        height: 23px;
        width: 23px
    }

    .content-wrapper>.detail-body .heading__contact {
        font-size: 24px
    }
}

@media all and (max-width:458px) {
    .content-wrapper .arrow-back {
        width: 10px;
        height: 10px
    }

    .content-wrapper .arrow-back:after {
        width: 14px;
        top: 4px;
        right: -2px
    }

    .content-wrapper .header__title {
        color: #0074b0;
        font-size: 20px
    }

    .content-wrapper .header__back {
        padding-left: 0;
        font-size: 16px;
        top: 0
    }

    .content-wrapper .detail-body {
        padding: 0 4px;
        margin-bottom: 16px
    }

    .content-wrapper .detail-body .detail__table {
        font-size: 18px;
        padding-top: 4px
    }

    .content-wrapper .detail-body .detail__table.map {
        padding: 0;
        margin-bottom: 10px
    }

    .content-wrapper .detail-body .detail__table .row:last-child .ten {
        font-size: 16px;
        word-break: break-all
    }

    .content-wrapper .detail-body .detail__table .row {
        flex-direction: column;
        padding-top: 12px
    }

    .content-wrapper .detail-body .detail__table .row .label--name {
        font-size: 14px
    }

    .content-wrapper .detail-body .detail__table .row .label--data {
        font-size: 14px;
        padding-left: 0;
        line-height: 1.75
    }

    .content-wrapper .detail-body .detail__table.accord {
        padding: 12px 0
    }

    .content-wrapper .detail-body .detail__table.accord .item .accord__title span {
        font-size: 16px
    }

    .content-wrapper .detail-body .detail__table.accord .item .accord__title:after {
        top: 20px;
        right: 15px
    }

    .content-wrapper .detail-body .detail__table.accord .item .accord__wrapper .ui.grid.content .row:first-child {
        margin-top: 0
    }

    .content-wrapper .detail-body .detail__table.accord .item .accord__wrapper .ui.grid.content .row .ten {
        padding: 0
    }

    .content-wrapper .detail-body .detail__table .location__map {
        margin-top: 0
    }

    .content-wrapper .detail-body .header__title {
        font-size: 34px
    }

    .content-wrapper .detail-body .heading__general {
        font-size: 16px;
        margin-left: 0
    }

    .content-wrapper .detail-body .heading__general .circle {
        width: 18px;
        height: 18px;
        vertical-align: text-bottom
    }

    .content-wrapper .detail-body .heading__general .circle .info {
        height: 5px;
        top: 29%
    }

    .content-wrapper .detail-body .heading__contact {
        font-size: 16px;
        margin-left: 0;
        padding-left: 28px
    }

    .content-wrapper .detail-body .heading__contact:before {
        transform: scale(.6)
    }
}

.map-inner-wrapper {
    display: inline-block;
    width: 100%
}

.map-inner-wrapper .map {
    width: 900px;
    margin-left: -50px;
    height: 425px;
    margin-top: 5px
}

.map-inner-wrapper .map .leaflet-map-pane {
    top: -16px
}

.map-inner-wrapper p {
    font-family: Roboto-Bold;
    float: right;
    margin-right: 90px;
    margin-top: 60px
}

.map-inner-wrapper .example_form {
    margin-top: 12px
}

.map-inner-wrapper .buttons {
    margin-bottom: 30px
}

.none {
    display: none
}

#map-nepal {
    cursor: default
}

.leaflet-container {
    background: 0 0 !important;
    margin-top: -60px
}

.leaflet-overlay-pane svg g {
    position: relative;
    width: 100%
}

#map-tooltip.active {
    background: #fff;
    background: rgba(255, 255, 255, .9);
    padding: 5px 10px;
    border-radius: 2px;
    z-index: 5
}

.leaflet-overlay-pane svg g path:hover {
    fill: #00a5b2 !important
}

.selected__district {
    font-size: 14px;
    margin-bottom: 10px !important
}

.selected__district .pills {
    background: #ccc;
    padding: 3px 14px;
    font-size: 12px;
    border-radius: 39px;
    margin-right: 2px
}

.rotateChevron {
    transform: rotate(180deg)
}

.hideon__mobile {
    display: none
}

@media all and (max-width:768px) {
    body.modal-open {
        overflow: hidden;
        position: fixed
    }

    .text-field-wrapper {
        position: relative
    }

    .text-field-wrapper .advance-filter-toggle {
        display: none
    }

    .text-field-wrapper .mobile-filter-toggle {
        cursor: pointer;
        color: #0074b0;
        position: absolute;
        right: 4px;
        top: 100%;
        margin-top: 5px
    }

    .mobile--overlay {
        display: none;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: rgba(0, 0, 0, .9)
    }

    .mobile--overlay.mobile--show {
        z-index: 500;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .ui.grid.advance-filters {
        background: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 14px;
        width: 85%;
        z-index: 99
    }

    .ui.grid.advance-filters .mobile--search {
        display: block;
        position: relative
    }

    .ui.grid.advance-filters .mobile--search h3 {
        display: inline-block
    }

    .ui.grid.advance-filters .mobile--search .mobile--close {
        position: absolute;
        right: 0;
        top: -4px;
        width: 20px;
        height: 20px;
        opacity: .3
    }

    .ui.grid.advance-filters .mobile--search .mobile--close:hover {
        opacity: 1
    }

    .ui.grid.advance-filters .mobile--search .mobile--close:after, .ui.grid.advance-filters .mobile--search .mobile--close:before {
        content: " ";
        position: absolute;
        left: 15px;
        height: 22px;
        width: 2px;
        background-color: #000
    }

    .ui.grid.advance-filters .mobile--search .mobile--close:before {
        transform: rotate(45deg)
    }

    .ui.grid.advance-filters .mobile--search .mobile--close:after {
        transform: rotate(-45deg)
    }
}

@media all and (max-width:768px) {
    .ui.stackable.grid.advance-filters {
        position: relative;
        max-height: 85vh;
        overflow-y: auto;
        align-content: flex-start
    }
}

@media all and (max-width:486px) {
    .text-field-wrapper .mobile-filter-toggle {
        right: 6px
    }

    .ui.grid.advance-filters h3 {
        font-size: 24px
    }
}

@media all and (min-width:769px) {
    .text-field-wrapper .advance-filter-toggle {
        display: block
    }

    .text-field-wrapper .mobile-filter-toggle {
        display: none
    }

    .ui.grid.advance-filters .mobile--search {
        display: none
    }
}

.footer-menu ul li a:hover {
    color: #e2132c
}

.social-links ul li+li {
    padding-left: 10px
}

.social-links ul li a.twitter {
    background-position: -36px 0
}

.social-links ul li a.instagram {
    background-position: -72px 0
}

.social-links ul li a:hover {
    filter: initial;
    opacity: 1
}

.mail-info a:hover {
    text-decoration: underline
}

.footer__contact--visit ul li.write-us {
    font-size: 14px
}

.footer__contact--visit ul li a:hover {
    color: #ee3a4f
}
.top-page__wrap {
    padding: 12px!important;
    margin-left: 0px!important;
  }
