@charset "UTF-8";
/*!
 *  Copyright © 2022, allright reserved
 *  Developed By : Techie IT
 *  Developer URL : https://www.techie.com.np
 *	Project : LokPath
 */
@import url("https://fonts.googleapis.com/css2?family=Mukta:wght@200;400;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Pragati+Narrow:wght@700&display=swap");

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

body {
    line-height: 1
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

nav ul {
    list-style: none;
    padding-left: 15px
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold
}

del {
    text-decoration: line-through
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

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

input,
select {
    vertical-align: middle
}

.font-family,
body {
    font-family: "Mukta", sans-serif;
    font-weight: 400
}

.mar-top {
    margin-top: 15px
}

.s-line {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.d-line {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.t-line {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.f-line {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.fi-line {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.si-line {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden
}

ul {
    list-style: none
}

a {
    color: #2d3436;
    text-decoration: none
}

a:hover {
    color: #0090c7 !important;
    text-decoration: none;
    outline: none
}

.ah-description-content p {
    font-size: 22px;
    margin: 0 0 28px;
    font-weight: 400;
    line-height: 1.8;
}

p {
    line-height: 20px
}

a,
a:hover {
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out
}

img,
img:hover {
    transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out
}

body {
    background: #fff;
    color: #16191a;
    line-height: 20px
}

body,
html {
    height: 100%
}

::-moz-selection {
    color: #fff;
    background: #00b5fa
}

::selection {
    color: #fff;
    background: #00b5fa
}

@media (max-width: 767px) {
    header img {
        width: auto !important;
        margin: 0 auto
    }

    h1 {
        font-size: 28px
    }

    .tbc-form p {
        font-size: 13px
    }
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px
}

::-webkit-scrollbar-track {
    background: #d9d9d9
}

::-webkit-scrollbar-thumb {
    background: #0090c7
}

::-webkit-scrollbar-thumb:hover {
    background: #bfbfbf
}

.form-control {
    color: #333
}

img,
img:hover,
.item,
.item:hover,
.img-wrap,
.img-wrap:hover {
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out
}

.form-control:focus {
    box-shadow: none !important;
    outline: none
}

.activePath {
    opacity: 0.70
}

.os {
    font-family: "Pragati Narrow", sans-serif;
    font-size: 14px
}

.btn:focus {
    box-shadow: none;
    outline: none
}

.btn-xs {
    font-size: 11px;
    padding: 3px 5px
}

.btn-theme {
    background: #0090c7;
    color: #fff
}

.btn-theme:hover {
    background: #007eae;
    color: #fff
}

.btn-alt {
    background: #a63336;
    color: #fff
}

.btn-alt:hover {
    background: #922d30;
    color: #fff
}

.bg-theme {
    background: #0090c7
}

.bg-alt {
    background: #a63336
}

.bg-gp {
    background: #dd4b39
}

.bg-fb {
    background: #43609c
}

.text-theme {
    color: #0090c7
}

.text-alt {
    color: #a63336
}

.border-theme {
    border-color: #0090c7 !important
}

.border-alt {
    border-color: #a63336 !important
}

.table-border {
    border: 1px solid #e6e6e6;
    border-spacing: 10px
}

.table-border td,
.table-border th {
    border: 1px solid #e6e6e6;
    padding: 0.25rem 1em
}

sup,
sub {
    font-size: 10px
}

html,
body {
    height: 100%
}

.btn-theme {
    background: #0090c7;
    color: #fff
}

.btn-theme:hover {
    background: #007eae;
    color: #fff !important
}

.btn-alt {
    background: #a63336;
    color: #fff
}

.btn-alt:hover {
    background: #922d30;
    color: #fff !important
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    font-family: "Pragati Narrow", sans-serif
}

header {
    position: relative;
    z-index: 1;
    position: relative;
    z-index: 9;
    padding: 0px 0px 15px 0px;
}

header h2 {
    font-size: 2rem
}

header ul {
    text-align: right
}

header ul li {
    display: inline-block;
    padding-left: 10px
}

.rd-nav {
    background: #0090c7
}

.rd-nav ul {
    padding: 0
}

.rd-nav ul li {
    display: inline-block;
    font-size: 19px;
    line-height: 1.5
}

.rd-nav ul li a {
    display: block;
    padding: 10px 15px;
    color: #fff
}

.rd-nav ul li a:hover {
    background: #006b94;
    color: #fff !important
}

.rd-nav ul li:first-child a {
    background: #006b94
}

.nfilter {
    background: rgba(0, 144, 199, 0);
    padding: 30px 0;
    position: absolute;
    width: 350px;
    right: 20px
}

.w-60 {
    width: 60%
}

.map path {
    stroke: #eee;
    stroke-width: .4 !important
}

.map path:hover {
    fill-opacity: 0.70;
    cursor: pointer
}

.map text {
    fill: #fff;
    font-size: 14px
}

.map .pradesh path:hover {
    fill-opacity: 1;
    cursor: pointer
}

.map .pradesh #pradesh-1:hover,
.map .pradesh #pradesh-2:hover,
.map .pradesh #pradesh-3:hover,
.map .pradesh #pradesh-4:hover,
.map .pradesh #pradesh-5:hover,
.map .pradesh #pradesh-6:hover,
.map .pradesh #pradesh-7:hover {
    opacity: .7;
    cursor: pointer
}

.map .maptxt {
    font-size: 1.5em;
    font-weight: bold
}

.map .reserve {
    fill: #0090c7
}

.map .r-text {
    fill: #a63336;
    color: #a63336
}

.map .area-text {
    fill: #fff;
    font-size: 1rem !important
}

.map .area-text-small {
    fill: #fff;
    font-size: 0.7rem !important
}

.map .prov1,
.map .narea11,
.map #narea11 {
    fill: #95afc0
}

.map .narea12,
.map #narea12 {
    fill: #7ed6df
}

.map .prov2,
.map .narea21,
.map #narea21 {
    fill: #7ed6df
}

.map .narea22,
.map #narea22 {
    fill: #22a6b3
}

.map .prov3,
.map .narea31,
.map #narea31 {
    fill: #30336b
}

.map .narea32,
.map #narea32 {
    fill: #130f40
}

.map .prov4,
.map .narea41,
.map #narea41 {
    fill: #95afc0
}

.map .narea42,
.map #narea42 {
    fill: #f19066
}

.map .prov5,
.map .narea51,
.map #narea51 {
    fill: #7ed6df
}

.map .narea52,
.map #narea52 {
    fill: #3dc1d3
}

.map .prov6,
.map .narea61,
.map #narea61 {
    fill: #30336b
}

.map .narea62,
.map #narea62 {
    fill: #f78fb3
}

.map .prov7,
.map .narea71,
.map #narea71 {
    fill: #95afc0
}

.map .narea72,
.map #narea72 {
    fill: #303952
}

.map .narea81,
.map #narea81 {
    fill: #f7d794
}

.map .narea82,
.map #narea82 {
    fill: #f5cd79
}

.map .narea91,
.map #narea91 {
    fill: #e77f67
}

.map .narea92,
.map #narea92 {
    fill: #e15f41
}

.map .narea101,
.map #narea101 {
    fill: #ea8685
}

.map .narea102,
.map #narea102 {
    fill: #e66767
}

.map .w-info {
    position: absolute;
    top: 100px;
    width: 280px;
    right: 30px;
    overflow: hidden;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #0090c7
}

.map .w-info h2 {
    background: #0090c7;
    color: #fff;
    padding: 10px 15px
}

.map .w-info h4 {
    font-size: 13px;
    margin-bottom: 3px
}

.map .w-info p {
    font-size: 12px;
    line-height: 1.2;
    color: gray
}

.map .w-info p.vote {
    font-size: 20px;
    font-weight: bold;
    color: #a63336
}

.map .w-info .position {
    background: #a63336;
    color: #fff;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 5px;
    font-size: 14px;
    position: relative
}

.map .w-info .position::after {
    position: absolute;
    content: "";
    bottom: -6px;
    right: 0;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 0px solid transparent;
    border-top: 10px solid #a63336
}

.offcanvas-start {
    width: 350px
}

.offcanvas-header h5 {
    font-size: 22px
}

.offcanvas-header .logo {
    border-bottom: 1px solid #d9d9d9;
    padding: 15px
}

.offcanvas-body ul li a {
    display: block;
    padding: 15px;
    font-size: 18px
}

.offcanvas-body ul li ul {
    margin-left: 15px;
    background: #e6e6e6;
    border-radius: 5px
}

.offcanvas-footer {
    padding: 15px
}

.offcanvas-footer ul.social {
    text-align: left
}

.offcanvas-footer ul.social li {
    display: inline-block;
    margin: 0 5px;
    text-align: center
}

.offcanvas-footer ul.social li a {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #e6e6e6;
    border-radius: 100%
}

.offcanvas-top {
    height: 50vh
}

.offcanvas-body h2 {
    font-size: 18px
}

.offcanvas-body p {
    font-size: 22px;
    font-weight: bold;
    color: #ccc
}

.owl-carousel .owl-item img {
    width: unset
}

.province text {
    font-size: 1rem !important
}

.province #pradesh-1 path {
    fill: #cf6a87
}

.district text {
    font-size: 1rem !important
}

.winner {
    border: 1px solid #0090c7;
    padding: 15px;
    margin: 15px 0;
    border-radius: 5px
}

.winner .party-name {
    position: relative;
    margin-bottom: 5px;
    line-height: 1
}

.winner .party-name a {
    font-size: 14px
}

.winner .election-icon {
    background: #fff;
    border: 1px solid #e6e6e6;
    padding: 2px;
    border-radius: 5px
}

.winner .number-display {
    position: absolute;
    top: 0;
    right: 5px
}

.flash {
    -webkit-animation: flash linear 2s infinite;
    animation: flash linear 2s infinite
}

@-webkit-keyframes flash {
    0% {
        opacity: 1
    }

    50% {
        opacity: .1
    }

    100% {
        opacity: 1
    }
}

@keyframes flash {
    0% {
        opacity: 1
    }

    50% {
        opacity: .1
    }

    100% {
        opacity: 1
    }
}

canvas {
    transition: background 1s;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0
}

.can-toggle {
    position: relative
}

.can-toggle *,
.can-toggle *:before,
.can-toggle *:after {
    box-sizing: border-box
}

.can-toggle input[type=checkbox] {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0
}

.can-toggle input[type=checkbox][disabled]~label {
    pointer-events: none
}

.can-toggle input[type=checkbox][disabled]~label .can-toggle__switch {
    opacity: 0.4
}

.can-toggle input[type=checkbox]:checked~label .can-toggle__switch:before {
    content: attr(data-unchecked);
    left: 0
}

.can-toggle input[type=checkbox]:checked~label .can-toggle__switch:after {
    content: attr(data-checked)
}

.can-toggle label {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: end
}

.can-toggle label .can-toggle__label-text {
    flex: 1;
    padding-left: 32px
}

.can-toggle label .can-toggle__switch {
    position: relative
}

.can-toggle label .can-toggle__switch:before {
    content: attr(data-checked);
    position: absolute;
    top: 0;
    text-transform: uppercase;
    text-align: center
}

.can-toggle label .can-toggle__switch:after {
    content: attr(data-unchecked);
    position: absolute;
    z-index: 5;
    text-transform: uppercase;
    text-align: center;
    background: white;
    transform: translate3d(0, 0, 0)
}

.can-toggle input[type=checkbox][disabled]~label {
    color: rgba(119, 119, 119, 0.5)
}

.can-toggle input[type=checkbox]:focus~label .can-toggle__switch,
.can-toggle input[type=checkbox]:hover~label .can-toggle__switch {
    background-color: #777
}

.can-toggle input[type=checkbox]:focus~label .can-toggle__switch:after,
.can-toggle input[type=checkbox]:hover~label .can-toggle__switch:after {
    color: #5e5e5e
}

.can-toggle input[type=checkbox]:hover~label {
    color: #a63336
}

.can-toggle input[type=checkbox]:checked~label:hover {
    color: #0090c7
}

.can-toggle input[type=checkbox]:checked~label .can-toggle__switch {
    background-color: #0090c7
}

.can-toggle input[type=checkbox]:checked~label .can-toggle__switch:after {
    color: #0090c7
}

.can-toggle input[type=checkbox]:checked:focus~label .can-toggle__switch,
.can-toggle input[type=checkbox]:checked:hover~label .can-toggle__switch {
    background-color: #0090c7
}

.can-toggle input[type=checkbox]:checked:focus~label .can-toggle__switch:after,
.can-toggle input[type=checkbox]:checked:hover~label .can-toggle__switch:after {
    color: #0090c7
}

.can-toggle label .can-toggle__label-text {
    flex: 1
}

.can-toggle label .can-toggle__switch {
    transition: background-color 0.3s cubic-bezier(0, 1, 0.5, 1);
    background: #848484
}

.can-toggle label .can-toggle__switch:before {
    color: rgba(255, 255, 255, 0.5)
}

.can-toggle label .can-toggle__switch:after {
    transition: transform 0.3s cubic-bezier(0, 1, 0.5, 1);
    color: #777
}

.can-toggle input[type=checkbox]:focus~label .can-toggle__switch:after,
.can-toggle input[type=checkbox]:hover~label .can-toggle__switch:after {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4)
}

.can-toggle input[type=checkbox]:checked~label .can-toggle__switch:after {
    transform: translate3d(70px, 0, 0)
}

.can-toggle input[type=checkbox]:checked:focus~label .can-toggle__switch:after,
.can-toggle input[type=checkbox]:checked:hover~label .can-toggle__switch:after {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4)
}

.can-toggle label {
    font-size: 14px
}

.can-toggle label .can-toggle__switch {
    height: 36px;
    flex: 0 0 150px;
    border-radius: 4px
}

.can-toggle label .can-toggle__switch:before {
    left: 75px;
    font-size: 12px;
    line-height: 36px;
    width: 75px;
    padding: 0 12px
}

.can-toggle label .can-toggle__switch:after {
    top: 2px;
    left: 2px;
    border-radius: 2px;
    width: 75px;
    line-height: 32px;
    font-size: 12px
}

.can-toggle label .can-toggle__switch:hover:after {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4)
}

.can-toggle.can-toggle--size-small input[type=checkbox]:focus~label .can-toggle__switch:after,
.can-toggle.can-toggle--size-small input[type=checkbox]:hover~label .can-toggle__switch:after {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4)
}

.can-toggle.can-toggle--size-small input[type=checkbox]:checked~label .can-toggle__switch:after {
    transform: translate3d(44px, 0, 0)
}

.can-toggle.can-toggle--size-small input[type=checkbox]:checked:focus~label .can-toggle__switch:after,
.can-toggle.can-toggle--size-small input[type=checkbox]:checked:hover~label .can-toggle__switch:after {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4)
}

.can-toggle.can-toggle--size-small label {
    font-size: 13px
}

.can-toggle.can-toggle--size-small label .can-toggle__switch {
    height: 28px;
    flex: 0 0 90px;
    border-radius: 2px
}

.can-toggle.can-toggle--size-small label .can-toggle__switch:before {
    left: 45px;
    font-size: 10px;
    line-height: 28px;
    width: 45px;
    padding: 0 12px
}

.can-toggle.can-toggle--size-small label .can-toggle__switch:after {
    top: 1px;
    left: 1px;
    border-radius: 1px;
    width: 44px;
    line-height: 26px;
    font-size: 10px
}

.can-toggle.can-toggle--size-small label .can-toggle__switch:hover:after {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4)
}

.can-toggle.can-toggle--size-large input[type=checkbox]:focus~label .can-toggle__switch:after,
.can-toggle.can-toggle--size-large input[type=checkbox]:hover~label .can-toggle__switch:after {
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4)
}

.can-toggle.can-toggle--size-large input[type=checkbox]:checked~label .can-toggle__switch:after {
    transform: translate3d(78px, 0, 0)
}

.can-toggle.can-toggle--size-large input[type=checkbox]:checked:focus~label .can-toggle__switch:after,
.can-toggle.can-toggle--size-large input[type=checkbox]:checked:hover~label .can-toggle__switch:after {
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4)
}

.can-toggle.can-toggle--size-large label {
    font-size: 14px
}

.can-toggle.can-toggle--size-large label .can-toggle__switch {
    height: 50px;
    flex: 0 0 160px;
    border-radius: 4px
}

.can-toggle.can-toggle--size-large label .can-toggle__switch:before {
    left: 80px;
    font-size: 14px;
    line-height: 50px;
    width: 80px;
    padding: 0 12px
}

.can-toggle.can-toggle--size-large label .can-toggle__switch:after {
    top: 2px;
    left: 2px;
    border-radius: 2px;
    width: 78px;
    line-height: 46px;
    font-size: 14px
}

.can-toggle.can-toggle--size-large label .can-toggle__switch:hover:after {
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4)
}

.pradesh .nav-pills .nav-link {
    font-size: 1.5rem;
    padding: 15px 30px;
    color: #a63336
}

.pradesh .nav-pills .nav-link.active {
    background: #a63336;
    color: #fff;
    position: relative
}

.pradesh .tab-content {
    padding: 30px 0
}

.pradesh h2 {
    font-size: 2.2rem;
    text-align: center;
    border-radius: 5px;
    padding: 5px 30px;
    display: inline-block;
    margin: 15px auto
}

.pradesh h3 {
    font-size: 2rem;
    text-align: center;
    color: #fff;
    background: #a63336;
    border-radius: 5px;
    padding: 5px 30px;
    display: inline-block;
    margin: 15px auto
}

.pradesh .card .card-body {
    padding: 25px
}

.pradesh .card .card-title {
    padding: 15px;
    border-radius: 5px;
    position: relative;
    background: #0090c7;
    color: #fff;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.pradesh .card .card-title span {
    float: right;
    font-size: 14px;
    font-family: "Mukta", sans-serif
}

.pradesh .card .card-title span a {
    color: #fff;
    font-weight: 300
}

.pradesh .card .card-title span a:hover {
    text-decoration: underline;
    color: #fff !important
}

.pradesh .card .card-title a {
    color: #fff;
    font-weight: 300
}

.pradesh .card .card-title a:hover {
    text-decoration: underline;
    color: #fff !important
}

.pradesh .card h6 {
    font-size: 18px;
    text-align: center;
    margin: 15px 0
}

.pradesh .card .party-name {
    position: relative;
    margin-top: 5px;
    margin-bottom: 5px
}

.pradesh .card .party-name span {
    font-size: 12px;
    background: #1abc9c;
    color: #fff;
    border-radius: 10px;
    padding: 2px 10px
}

.pradesh .card .election-icon {
    background: #fff;
    border: 1px solid #e6e6e6;
    padding: 2px;
    border-radius: 5px
}

.pradesh .card .number-display {
    font-weight: bold
}

.table-border td,
.table-border th {
    padding: 1.25rem 1em
}

footer {
    padding: 30px 0;
    background: #a63336;
    color: #fff;
    border-top: 2px solid #a63336
}

footer p {
    font-size: 14px
}

footer h4 {
    font-size: 18px;
    font-weight: bold;
    border-bottom: 3px solid #a63336;
    margin-bottom: 15px;
    display: inline-block;
    padding-bottom: 5px;
    font-family: "Pragati Narrow", sans-serif
}

footer a {
    color: #fff
}

footer a:hover {
    color: #0090c7 !important
}

footer ul li {
    line-height: 26px;
    list-style: disc inside
}

footer .f-btm {
    font-size: 12px;
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.2)
}

footer .address {
    font-size: 14px
}

footer .address li {
    list-style: none
}

#back-top {
    display: inline-block;
    background-color: #0090c7;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    text-align: center;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000
}

#back-top:after {
    content: "\f30c";
    font-family: "Font Awesome 5 Pro";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    line-height: 40px;
    color: #fff
}

#back-top:hover {
    cursor: pointer;
    background-color: #333
}

#back-top:active {
    background-color: #555
}

#back-top.show {
    opacity: 1;
    visibility: visible
}

.rd-cube-ads {
    position: fixed;
    bottom: 5%;
    left: 10px;
    z-index: 99
}

.rd-cube-ads .close {
    position: absolute;
    top: -25px;
    left: 0px;
    font-size: 18px
}

.rd-cube-ads .cube {
    transition: transform 2s ease-in;
    transform-style: preserve-3d;
    width: 250px;
    height: 250px
}

.rd-cube-ads .cube .cube-title {
    display: block;
    width: 100%;
    font-size: 18px;
    margin-bottom: 10px
}

.rd-cube-ads .cube .cube-desc {
    display: block
}

.rd-cube-ads .cube.cube1 {
    animation: horizontal-spin 15s infinite linear
}

.rd-cube-ads .cube.cube2 {
    animation: vertical-spin 5s infinite linear
}

.rd-cube-ads .cube .box {
    width: 100%;
    height: 100%;
    position: absolute;
    background: #fff
}

.rd-cube-ads .cube .box h2 {
    color: #fff;
    background: #0090c7;
    padding: 15px;
    font-size: 18px
}

.rd-cube-ads .cube .box.front {
    transform: translateZ(125px)
}

.rd-cube-ads .cube .box.back {
    transform: translateZ(-125px) rotateY(180deg)
}

.rd-cube-ads .cube .box.box2.back {
    background: #0090c7;
    transform: translateZ(-125px) rotateX(-180deg)
}

.rd-cube-ads .cube .box.top {
    transform: rotateX(-90deg) translateY(-125px);
    transform-origin: top center
}

.rd-cube-ads .cube .box.box2.top {
    transform: rotateX(90deg) translateY(-125px)
}

.rd-cube-ads .cube .box.bottom {
    transform: rotateX(90deg) translateY(125px);
    transform-origin: bottom center
}

.rd-cube-ads .cube .box.box2.bottom {
    transform: rotateX(-90deg) translateY(125px)
}

.rd-cube-ads .cube .box.left {
    transform: rotateY(270deg) translateX(-125px);
    transform-origin: center left
}

.rd-cube-ads .cube .box.right {
    transform: rotateY(-270deg) translateX(125px);
    transform-origin: center right
}

@keyframes horizontal-spin {
    from {
        transform: rotateY(0)
    }

    to {
        transform: rotateY(360deg)
    }
}

@keyframes vertical-spin {
    from {
        transform: rotateX(0)
    }

    to {
        transform: rotateX(360deg)
    }
}

.show-mb {
    display: none !important
}

.hide-mb {
    display: block !important
}

@media (max-width: 768px) {
    .show-mb {
        display: block !important
    }

    .hide-mb {
        display: none !important
    }

    header,
    header ul {
        text-align: center
    }

    .nfilter {
        padding: 15px
    }

    .nfilter .col-md-3 {
        margin-bottom: 15px
    }

    .nfilter .col-md-3:nth-child(3),
    .nfilter .col-md-3:last-child {
        margin-bottom: 0
    }

    .w-info {
        display: none
    }

    .w-60 {
        width: 100%
    }

    .pradesh h2 {
        font-size: 1.4rem
    }

    .pradesh .nav-pills .nav-link {
        font-size: 1rem;
        padding: 8px 10px
    }

    .pradesh .nav-pills .nav-link.active::after {
        bottom: -6px;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #a63336
    }

    footer,
    .text-end {
        text-align: center !important
    }

    .map svg {
        height: auto
    }

    header h2 {
        font-size: 1.5rem;
        margin: 15px 0
    }

    header img {
        height: auto !important;
        width: auto
    }

    .nfilter {
        position: relative;
        width: 100%;
        right: 0
    }
}
