:root {
    --switches-bg-color: #EEEEEE;
    --switches-label-color: #909090 ;
    --switch-bg-color: #ffffff;
    --switch-text-color: #333333 ;
}
body {
    background: transparent !important;
}
.theme-color{
color:#fcaf17 !important;
}
.display_flx{
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.form-select, .form-control{
font-size: inherit !important;
}
.switches-container {
    width: 16rem;
    position: relative;
    display: flex;
    padding: 0;
    position: relative;
    background: var(--switches-bg-color);
    line-height: 3rem;
    border-radius: 3rem;
    margin-left: auto;
/*     margin-right: auto; */
}
.switches-container input {
    visibility: hidden;
    position: absolute;
    top: 0;
}
.switches-container label {
    width: 50%;
    padding: 0;
    margin: 0;
    text-align: center;
    cursor: pointer;
    color: var(--switches-label-color);
	font-size: 12px;
	font-weight: bold;
}
.switch-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    padding: 0.15rem;
    z-index: 3;
    transition: transform .5s cubic-bezier(.77, 0, .175, 1);
}
.switch {
    border-radius: 3rem;
    background: #feb217;
    height: 100%;
}
.switch div {
    width: 100%;
    text-align: center;
    opacity: 0;
    display: block;
    color: var(--switch-text-color) ;
    transition: opacity .2s cubic-bezier(.77, 0, .175, 1) .125s;
    will-change: opacity;
    position: absolute;
    top: 0;
    left: 0;
	font-size: 12px;
	font-weight: bold;
}
.switches-container input:nth-of-type(1):checked~.switch-wrapper {
    transform: translateX(0%);
}
.switches-container input:nth-of-type(2):checked~.switch-wrapper {
    transform: translateX(100%);
}
.switches-container input:nth-of-type(1):checked~.switch-wrapper .switch div:nth-of-type(1) {
    opacity: 1;
}
.switches-container input:nth-of-type(2):checked~.switch-wrapper .switch div:nth-of-type(2) {
    opacity: 1;
}
.partnav .search {
    margin-right: 0rem !important;
}
.sm_show{
display:none !important;
}
.dropdown--label {
    align-items: center;
    display: flex;
}
.navbar {
    z-index: 1080 !important;
}
.navbar .nav-link{
	font-family: var(--font-second);
    font-size: 1.5rem;
    font-weight: 600;
    color: #fcaf17;
    padding: 1rem 1.5rem;
}
.nav-link.active {
    background-color: #fcaf17;
    color: #1d1d1e;
}
.navbar {
    background-color: #1d1d1e !important;
    padding: 0px 0px 0px 0px !important;
    margin-bottom: 12px;
}
.wrapper, .wrapper--fluid, .wrapper--footer, .wrapper--small {
    padding: 0 0rem !important
}
.home_search_inp{
    border-left: 0px;
    height: 40px;
    width: 280px !important;
	font-size: 15px;
}
.dropdown--label span {
    font-size: 1.5rem !important;
    font-weight: 600 !important;
    color: #f6ab17;
}
li.navigation--li.dropdown.active {
    background-color: #fcaf17;
    padding: 1rem 1rem;
}
li.navigation--li.dropdown.active .dropdown--label span {
    color: #1d1d1e;
}
/* .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 1.25rem;
    left: 4%;
    top: 10%;
    width: 55%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #000;
    text-align: left;
} */
.text-bold{
font-weight:bold;
}
.carousel_img{
	display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 25px 0px;

}
.carousel_item_bg{
	background-color:#EDF2EE;
}
.carousel_item_text {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}
.chat_gpt_btn {
    position: absolute;
    bottom: 10px;
    right: 40px;
    z-index: 998;
}
.chat_gpt_btn img{
height:40px;
}
.header__map__new {
    display: grid;
    grid-template-columns: 56% auto;
    gap: 4rem;
    padding: 4rem 4rem;
    background-color: #1d1d1e;
}
.mapcontainer {
    flex: 2 1 55%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.mapcontainer__content {
    display: flex;
    flex-direction: column;
    margin-bottom: 2rem;
    float: left;
    width: 100%;
}
.indicators__details .active {
    background-color: #fbfbfb;
    color: #b22246;
    font-weight: 500;
}
    .indicators__details--li {
        background-color: #fbfbfb;
        color: #f99420;
        font-weight: 500;
    }
.slick-slide {
   transform: scale(0.9);
}
.slick-slide.slick-current.slick-active.slick-center {
    transform: scale(1.05);
    transition: all 0.4s ease-in-out;
    box-shadow: 0px 0px 8px #939393;
}
.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 30px;
    line-height: 1;
    opacity: .75;
    color: #fcaf17;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev, .slick-next {
    width: 30px !important;
    height: 30px !important;
}
    .section--issuesthemes {
        padding: 4rem 0 !important;
        background-color: #F9F9F9 !important;
    }

    .heading--display {
        font-size: 3.6rem  !important;
    }
.card-heading{
    font-size: 18px;
    font-weight: bold;
    height: 95px;
    padding: 12px 0px;
    line-height: 22px;
}
ul.subc_ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    padding: 0px;
    margin: 0px;
}
ul.subc_ul li {
    float: left;
    width: auto;
    height: auto;
}
ul.subc_ul li a {
	float: left;
    width: auto;
    height: auto;
    padding: 0px 12px;
    font-size: 22px;
    position: relative;
	color:#585858
}
ul.subc_ul li a:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 50%;
    top: 25%;
    background-color: #c7c5c5;
    right: 0px;
}
ul.subc_ul li:nth-last-child(1) a:after {
    position: absolute;
    content: "";
    width: 0px;
    height: 50%;
    top: 25%;
    background-color: #c7c5c5;
    right: 0px;
}
ul.subc_ul li a:hover{
color:#fcaf17;
}
ul.foot_nav {
    float: left;
    width: 100%;
    height: auto;
    padding: 0px;
    margin: 0px;
}
ul.foot_nav li{
	float: left;
    width: 100%;
    height: auto;
}
ul.foot_nav li a{
	float: left;
    width: 100%;
    height: auto;
	padding:5px 0px;
	color:#ffffff;
	font-size: 1.4rem;
}
ul.foot_nav li a:hover{
color:#fcaf17
}
.search__header {
    background: #ffffff !important;
    padding: 0 2rem 1.2rem;
}
.inner-header-wrp {
    position: relative;
    overflow: hidden;
    padding-bottom: 0px;
}
.inner-header-wrp:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000000;
    top: 0;
    bottom: 0;
    right: 0;
    mix-blend-mode: darken;
}
img.pic-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    bottom: 0;
    z-index: -1;
}
.text-container{
    position: relative;
    z-index: 1041;
    height: 450px;
}
.text-wrapper {
    display: flex;
    justify-content: start;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #fff;
}

#floater {
    position: absolute;
    top: 80%;
    right: 1px;
    width: auto;
    height: 50px;
    -webkit-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
    z-index: 1081 !important;
    border-radius: 3px 0 0 3px;
    padding: 0px;
    background-color: transparent;
    color: white;
    text-align: center;
    box-sizing: border-box;
	text-decoration: none;
}

.red {
    background-color: green;
    color: white;
}
.btn {
    font-size: 14px;
    font-weight: bold;
}
.input-group.mb-3 .btn.btn-warning.px-4{
z-index: 983 !important;
text-transform: capitalize;
}
@media (max-width:895px){
.header__map__new {
    grid-template-columns: auto;
}
}
@media (max-width:767px){
.order-last {
    order: 0 !important;
}
.carousel_img img{
width:40% !important;
}
.carousel_item_text {
    padding: 25px 50px;
}
.sm_hide{
display:none
}
.sm_show{
display:block !important
}
.home_search_inp{
    border-left: 0px;
    height: 40px;
    width: auto !important;
}
}