.tabcategoryserch .background-the-best-place {
    height: 280px;
    background-repeat: no-repeat;
    margin: 30px 10px;
    background-size: cover;
    border-radius: 10px;
}


.tabcategoryserch .seraching {
    display: flex;
    justify-content: center;
}

.tabcategoryserch .seraching-box {
    position: relative;
    opacity: 0.9;
    background-color: #515b63;
    width: 90%;
    border-radius: 10px;
    height: auto;
    top: 80px;
    padding: 20px;
}
.tabcategoryserch .Searching-text {
    justify-content: space-between;
    align-items: center;
}

.tabcategoryserch ul{
    list-style: none;
    display: flex;
    justify-content: space-between;
    color: #ffffff;
	margin: 0;
	padding: 0;
    align-items: center;
}


.tabcategoryserch .search-bar {
    display:flex;
    margin-top:5px;
}

.tabcategoryserch .seraching-box h6 {
    font-size: 22px;
    font-weight: 700;
    color: #ffffff !important;
}

.tabcategoryserch .Searching-text ul li {
    background-color: transparent;
    cursor: pointer;
    border-radius: 15px;
    padding: 0px;
}

.tabcategoryserch .Searching-text li .btn{
    background-color: transparent;
    cursor: pointer;
    border-radius: 16px;
    padding: 5px 10px 5px 10px;
    font-size: 16px;
    font-weight: 700;
}

.tabcategoryserch .Searching-text li .btn-active{
  
}
.Searching-text ul li .btn-active{
    background-color:#e00000!important;
    cursor: pointer;
    border-radius: 15px;
	color:#fff!important;
}

.Searching-text ul li .btn:hover{
    background-color:#e00000!important;
    cursor: pointer;
    border-radius: 15px;
    color:#fff!important;
}




.tabcategoryserch .search-bar input {
    width: 100%;
    padding: 20px;
    position: relative;
    font-size: 21px;
}

.tabcategoryserch .search-bar i {
    position: relative;
    right: 39px;
    font-size: 23px;
    top: 21px;
    color: black;
}

.tabcategoryserch .btn-color-serch {
    background-color: #e00000;
    color: #ffffff;
    font-size: 18px;
    border: none;
    border-radius: 8px;
    padding: 10px 30px;
    font-weight: 500;
}

.tabcategoryserch .search-bar i {
    position: relative;
    right: 39px;
    font-size: 23px;
    top: 21px;
    color: #868686;
}
.tabcategoryserch .btn-color-serch {
    background-color: #e00000;
    color: #ffffff;
    font-size: 20px;
    border: none;
    border-radius: 8px;
    padding: 10px 30px;
    font-weight: 700;
}

.tabcategoryserch .the-best-place p {
    position: relative;
    text-align: center;
    font-size: 27px;
    font-weight: 700;
    top: 45px;
    color: #313E46;
}


.tabcategoryserch li:nth-child(6) {
        margin-left: 0 !important;
        margin-top: 0 !important;
    }
/* footer 2 css */

.footer2 {
    background-color: #303E47;
    padding: 30px 0px 0px 0px;
}

.footer2 h5{
	text-transform: capitalize !important;
	font-size: 15px;
	color: #ffffff;
	border-bottom: 1px solid #D4BB10;
	border-width: thin;
	padding-bottom: 15px;
	width:80%;
 } 
.footer2 .contact{
    color:#fff;
 } 
 .footer2 .footer-payment-method {
    padding: 25px;
    background: #FFFFFF;
    text-align: center;
    margin-top: 30px;
}

.footer2 .footer-payment-method .icons {
    background: #69747A;
}

.footer2 .powered {
    background: #303E47;
    padding: 20px 0;
    margin:0;
}


.footer-payment-inner {
    margin: 0 auto;
    width: 50%;
    text-align: center;
}

.footer2-last {
    padding-left: 30px;
}
.footer2 ul li a, .footer3 ul li a {
    color: #fff!important;
    font-size: 12px!important;
} 
.footer2 ul li a:hover{
	 text-decoration:underline;
}

#carouselcountry .item img{
	 border-radius:50%;
	 border:5px solid #ffffff;
}

/* new css about home page  */

.tabcategoryserch .Searching-text ul .active{
    border: 1px solid #E01617 !important;
	background: 1px solid #E01617 !important;
}

.tabcategoryserch .Searching-text ul .active .btn{
	background-color:#e00000!important;
}


/* new css about  */

    @media(max-width:767px){
        .tabcategoryserch ul{
            display: unset !important;
        }
        .background-the-best-place{
            height: 564px;
        }
        
    }
	
	