
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
} 
a:focus {
    outline: none !important;
    outline-offset: 0px !important;
}
h1,
h2,
h3,
h4 {
    margin: 0;
    padding: 0;
    
}

ul {
    padding: 0;
    margin: 0;
}

li {
    list-style-type: none;
}

a {
    text-decoration: none;
}

body {
    margin: 0;
    /* background: #170E13; */
    background: #f6f6f6;
    color: #2e2d2d;
    font-family: 'Roboto Condensed';
}


@font-face {
    font-family: 'Roboto Condensed';
    src: url(../fonts/RobotoCondensed-Bold.woff) format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url(../fonts/RobotoCondensed-Regular.woff) format('woff');
    font-weight: normal;
    font-style: normal;
}

.container {
    width: 1250px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.contact-btns img{
    width: 25px;
    margin-right: 10px;
}
.contact-btns ul{
    display: flex;
    align-items: center;
}
.contact-btns ul li a{
    display: flex;
    align-items: center;
    margin-right: 15px;
}
.head-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
}
/* nav */
.menu-wrwpper{
	
	background: #3e3e3e;
}
nav .navbar
{
	
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
nav .navbar .bx-menu,
nav .navbar .nav-links .side-bar-logo .logo-name,
nav .navbar .nav-links .side-bar-logo .bx-x
{
	display: none;
}
nav .navbar .logo
{
	display: flex;
}
nav .navbar .logo a
{
	font-size: 30px;
	text-decoration: none;
	color: #7dc243;
}
.logo img{
	width: 200px;
	height: auto;
}
.logo-name img{
	width:150px;
}
nav .navbar .nav-links
{
	height: 100%;
	line-height: 55px;
}
nav .navbar .nav-links .links{
	display: flex;
}
nav .navbar .nav-links .links li{
	list-style: none;
	position: relative;
	display: flex;
	align-items: center;
}
nav .navbar .nav-links .links li a{
	color: #fff;
	text-decoration: none;
	white-space: nowrap;
	height: 100%;
	font-size: 14px;
    text-transform: uppercase;
    padding: 0 25px;
    position: relative;
    transition: all 0.3s ease-in-out;
}
nav .navbar .nav-links .links li a::before, 
nav .navbar .nav-links .links li a.active::before{
    background-image: linear-gradient(to right,#eebf01,#ffcc00,#eebf01);
    height: 3px;
    width: 100%;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
}
nav .navbar .nav-links .links li a.active{
    background-color: #1f1f1f;
}
nav .navbar .nav-links .links li a:hover::before,
nav .navbar .nav-links .links li a.active::before {
  opacity: 1;
}
nav .navbar .nav-links .links li::after {
  width: 1px;
  height: 28px;
  background-color: #1f1f1f;
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
nav .navbar .nav-links .links li a:hover{
    background-color: #1f1f1f;
}
.navbar .search-icon
{
	position: relative;
	height: 40px;
	width: 40px;
}
.navbar .search-icon i{
	color: #fcd5ff;
	position: absolute;
	height: 100%;
	width: 100%;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
}
.navbar .search-icon .input-box
{
	height: 60px;
	width: 300px;
	background: #1b021d;
	top: 80px;
	right: calc(100% - 40px);
	border-radius: 6px;
	position: absolute;
	opacity: 0;
	pointer-events: none;
	transition: all 0.3s ease;
}

.navbar.showInput .search-icon .input-box{
	top: 65px;
	opacity: 1;
	pointer-events: auto;
}
.navbar .search-icon .input-box::before{
	content: '';
	position: absolute;
	height: 20px;
	width: 20px;
	background: #1b021d;
	right: 10px;
	top: -6px;
	transform: rotate(45deg);
}
.navbar .search-icon .input-box input{
	position: absolute;
	height: 35px;
	width: 280px;
	z-index: 98;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border: none;
	border-radius: 4px;
	padding: 0 15px;
	font-size: 16px;
}
.bx-menu{
    width: 30px;
    cursor: pointer;
}
.bx-x{
    width: 20px;
    cursor: pointer;
}
.main{
    display: flex;
    justify-content: center;
    padding-top: 15px;
}
.middle-box{
    width: 60%;
    padding: 15px;
    order: 2;
    background: #fff;
}
.left-box{
    width: 20%;
    padding:15px;
    order: 1;
    background: #fff;
    border-radius: 5px;
}
.right-box{
    width: 20%;
    padding:15px;
    order: 3;
    background: #fff;
    border-radius: 5px;
}
.link-buttons-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 20px 0;
    margin-top: 20px;
  margin-top: 0;
  min-height: 30px;
}
.link-button {
  font-size: 15px;
  font-weight: 400;
  border: solid 1px #d5d5d5;
  cursor: pointer;
  margin-right: 5px;
  padding: 5px 10px;
  transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  font-family: 'Roboto Condensed';
}
.link-buttons-container button {
  line-height: 32px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  min-width: 114px;
  padding: 0 13px;
  display: block;
  display: inline-block;
  margin: 5px;
}
 .searchArea {
  position: relative;
  margin-bottom: 15px;
}
.search-title {
    background: #e8dd22;
    color: #000;
    padding: 10px;
  font-size: 16px;
  margin-bottom: 10px;
  display: block;
}
/*
.searchbox {
    
  font-family: 'Roboto Condensed';
  border: 1px solid #d1cfcf;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  background-color: #fff;
  height: 47px;
  padding-left: 19px;
  padding-right: 46px;
  color: #a7a6a6;
  font-size: 15px;
  width: 100%;
}
.searchI {
  background: url(image/search.webp) no-repeat 12px center;
  width: 47px;
  height: 47px;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  cursor: pointer;
} */
 .dropdown {
    position: relative;
    width: 100%;
    cursor: pointer;
}

.dropdown-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #fff;
    font-size: 16px;
    width: 100%;
}

.dropdown-toggle img {
    width: 20px;
    margin-right: 10px;
}

.dropdown-menu {
    display: none;
    position: absolute;
    top: 110%;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    z-index: 1000;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.dropdown.open .dropdown-menu {
    display: block;
}

.search-input {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    border: none;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
}

.dropdown-option {
    padding: 10px 15px;
    cursor: pointer;
}

.dropdown-option:hover {
    background-color: #e8dd22;
}
.gg-chevron-down {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 22px;
    height: 22px;
    border: 2px solid transparent;
    border-radius: 100px;
}
.gg-chevron-down::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid;
    border-right: 2px solid;
    transform: rotate(45deg);
    left: 4px;
    top: 2px;
}
.dropdown-menu-inner{
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
}
.middle-box h1, .inner-main h1{
   margin-bottom: 20px;
}
.category h3{
    background: #e8dd22;
    color: #000;
    padding: 10px; 
}
.category ul li a{
    background-color: #fff;
    position: relative;
    border-bottom: 1px solid #d9d7d7;
    display: block;
    padding: 10px;
    color: #6c6c6c;
    transition: all 0.3s ease-in-out;

}
.category ul li a:hover{
    background-color: #e8dd22;
    color: #000;
}
.cityTitle {
  font-size: 16px;
  letter-spacing: -.01em;
  color: #a7a6a6;
  line-height: 28px;
  padding-bottom: 15px;
}
.cityTitle h2 {
  font-size: 20px;
  margin-bottom: 0px;
  color: #000;
}
.cityTitle a {
  color: #3b3a3a;
}
.cityTitle a:hover {
  color: #3b3b3b;
}
.poster img{
    width: 100%;
    display: block;
}
.switchc a {
  font-size: 16px;
  font-weight: 400;
  color: #6c6c6c;
  border: 1px solid #d1cfcf;
    border-top-color: rgb(209, 207, 207);
    border-right-color: rgb(209, 207, 207);
    border-bottom-color: rgb(209, 207, 207);
    border-left-color: rgb(209, 207, 207);
  border-radius: 1px;
  -webkit-border-radius: 1px;
  line-height: 45px;
  padding: 0 20px;
  background-color: #fff;
  display: block;
  text-align: center;
  margin: 15px 0;
}
.switchc a:hover {
  color: #e8dd22;
  border-color: #e8dd22;
}
.profile-wraper {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  grid-gap: 5px;
}
.profile-image img{
    display: block;
    width: 100%;
}
.profile-box{
    background: #fff;
    border: 1px solid #e2e2e2;
}
.profile-desc{
    text-align: center;

}
.mb-15{
    margin-bottom: 15px;
}
.text-area {
    font-size: 14px;
    font-weight: 400;
    border: 1px solid #d1cfcf;
    border-radius: 1px;
    -webkit-border-radius: 1px;
    padding: 20px;
    background-color: #fff;
    display: block;
    margin: 15px 0;
    line-height: 25px;
}
.text-area a{
    color: #ef0063;
}
.text-area ul{
    padding-left: 20px;
}
.text-area ul li{
    list-style: disc;
    margin-bottom: 10px;
}
footer{
    background: #fff;
    text-align: center;
    padding: 20px 0;
}
footer ul{
    display: table;
    margin: 0 auto;

}
footer ul li{
    float: left;
}
footer ul li a{
    margin-right: 10px;
    color: #3b3b3b;
}
.cp-ryt{
    padding: 15px 0;
}
.cp-ryt h6{
    font-size: 12px;
    color: #3b3b3b;
}
.accordion {
  width: 100%;
  max-width:100%;
  overflow: hidden;
  margin-top: 10px;
  background-color: #fff;
  border: 2px solid #d2e8f5;
  border-radius: 5px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.accordion__intro {
  position: relative;
  padding: 20px;
  cursor: pointer;
}
.accordion__intro span{
  position: absolute;
  right: 30px;
  top: 35%;
  transition: all 0.3s ease-in-out;
}
.accordion.accordion__active .accordion__intro span{
  transform: rotate(180deg);
}
.accordion__content {
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  will-change: max-height;
  transition: all 0.25s ease-out;
  opacity: 0;
}
.accordion h4,
.accordion p {
  margin: 0;
}
.accordion h4 {
  color: #6c6d6e;
  font-size: 18px;
  font-weight: 600;
}
.accordion p {
  color: #6c6d6e;
  font-size: 15px;
  margin: 0;
  line-height: 28px;
}
.accordion__active .accordion__content {
  padding:20px;
  opacity: 1;
}
.top-citis{
    padding: 30px 0;
}
.accordion__content ul{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 10px;
}
.accordion__content ul li a{
    background: #fff;
    border: 1px solid #e2e2e2;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    display: block;
    transition: all 0.3s ease-in-out;
    color: #3b3b3b;
}
.accordion__content ul li a:hover{
    background: #e8dd22;
    color: #000;
}
.link-buttons-container{
    display:none;
}
#border-pagination li {
    display: inline-block;
    border: 1px solid #ddd;
    margin-right: -1px;
    font: 13px/20px Arial, Helvetica, sans-serif;
    background: #FFFFFF;
  }

  #border-pagination li a {
    text-decoration: none;
    color: rgb(89, 141, 235);
    display:block;
    padding: 6px 10px 6px 10px;
  }
 .b-pagination-outer {
    text-align: center;
    margin-top: 20px;
}
a.call {
    background: #e8dd22;
    color: #000;
    padding: 5px 15px;
    border-radius: 5px;
    font-weight: 500;
}
a.wp {
    background: #25D366;
    color: #fff;
    padding: 5px 15px;
    border-radius: 5px;
    font-weight: 500;
}

a.wp:hover {
    background: #149544;
    color: #fff;
}
a.call:hover {
    background: #a39b15;
    color: #fff;
}

.overflow {
    height: 400px;
    overflow-y: scroll;
    overflow-x: hidden;
    margin-bottom: 30px;
}

@media(max-width:1199px){
	.container {
		width: 900px;
	}
}
@media(max-width:991px){
	.container {
		width: 750px;
	}
}
@media(max-width:767px){
	.container{
		width: 100%;
	}
    .navbar
	{
		max-width:100%;
	}
    nav .navbar .nav-links .links li a{
        width: 100%;
        display: block;;
    }
	nav .navbar .nav-links
	{
		display: block;
		position: fixed;
		top: 0;
		left: -100%;
		max-width: 100%;
		width: 100%;
        background: #0d0d0d;
		padding: 20px;
		line-height: 40px;
		transition: all 0.5s ease;
		z-index: 999;
	}
	nav .navbar .logo a
	{
		display: inline-flex;
	}
	nav .navbar .nav-links .side-bar-logo{
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 20px;
		line-height: 40px;
	}
	nav .navbar .nav-links .side-bar-logo .logo-name
	{
		color: #7dc243;
		font-size: 20px;
		font-family: 'Bebas Neue', cursive;
	}
	.navbar .bx-menu,
	nav .navbar .nav-links .side-bar-logo .bx-x{
		color: #fff;
		font-size: 25px;
		font-weight: 700;
	}
	nav .navbar .nav-links .links{
		display: block;
		margin-top: 20px;
	}
	nav .navbar .nav-links .links li{
		padding: 0;
	}
	nav .navbar .bx-menu,
	nav .navbar .nav-links .side-bar-logo .logo-name,
	nav .navbar .nav-links .side-bar-logo .bx-x
	{
		display: block;
	}
	.navbar .search-icon
	{
		display: none;
	}
	nav .navbar
	{
		padding: 0 15px;
	}
    .middle-box{
        width: 100%;
    }
    .main{
        display: block;
    }
   .left-box, .right-box{
        width:50%;
    }
    .accordion__content ul{
        display: grid;
        grid-template-columns: repeat(2,1fr);
    }
}
@media(max-width:499px){
    .head-top{
        flex-direction: column;
    }
    .profile-wraper {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 5px;
}
.left-box, .right-box {
    width: 100%;
}
}