.sign-out:hover{
    cursor: pointer;
}

.other-category{
    padding: 20px 35px 20px 35px;
    border-radius: 0px 6px 6px 6px;
    background-color: rgba(255,255,255);
    width: 100%;
    position: relative;
    float: left;
    margin-bottom: 10px;
}
.col-list-search-input-item{
    width: 70%;
}
.col-list-search-input-item2{
    width: 100%;
}
.col-list-search-input-item2 .main-title{

    font-weight: normal;

}
.search-main-input{
    display: flex;
    width: 100%;
    position: relative;
    border: 1px solid #dedbdb;
    
}
@media only screen and  (max-width: 768px) {
    .search-main-input{
        display: block;
    }
}

.filter-tags{
    margin-top: 20px;
}

.search-category-type{
    display: flex;
    background-color: #dedbdb;
    position: relative;
}

.search-category-type button{
    padding: 15px 22px;
    background-color: #dedbdb;
    color: rgb(73, 73, 73);
    border: 0;
    font-weight: bold;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
}

.search-category-type button.is-selected{
    background-color: #af201d;
    color: #fff;
    border-radius: 4px 4px 0px 0px;
}

.search-category-type button.is-selected:hover{
    color: #fff;
}

.search-category-type button:hover{
    color: #af201d;
}

.price-cat{
    width: 80%;
    margin: 0 auto;
}

.range-title{
    padding-left: 10px;
    margin-top: 20px;
    font-weight: normal;
    
}

.radio-search{
    text-align: left;
    padding: 20px 10px;
    display: block;
    position: relative;
    width: 100%;
}

.radio-search span{
    color: rgb(73, 73, 73);
    padding-right: 10px;
    font-weight: normal;
}

.rad-but{
    margin-right: 10px;
}

.more-search{
    display: block;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    
}

.more-search a{
    text-decoration: underline;
    font-style: italic;
    color: rgb(87, 86, 86);
    font-size: 11px;
    font-family: 'Poppins', sans-serif;
    
}

.more-search a:hover{
    color: #af201d;
}


.more-category{
    display: none;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

.more-category.clicked{
    display: block;
}

.drop-icon::before{
    font-family: Font Awesome\ 5 Pro;
	content: "\f0d7";
	bottom:1px;
	font-size:15px;
    font-weight:800;
    text-decoration: none;
}

.drop-icon.clicked::before{
    font-family: Font Awesome\ 5 Pro;
	content: "\f0d8";
	
}

.price{
    margin-top: 20px;
    width: 100%;
    display: flex;
}

.radio-more-search{
    padding: 20px 20px 10px 40px;
    position: relative;
}

.radio-more-search label{
    float: left;
    font-weight: normal;
    color: rgb(73, 73, 73);
}

.radio-more-item{
    text-align: left;
    padding-top: 8px;
    display: block;
}

.item{
    font-weight: normal;
    margin-top: 5px;
    color: rgb(73, 73, 73);
}

.item span{
    margin-bottom: 1px;
}

.radio-more-search span{
    padding-right: 10px;
}

.search-opt-container li label a{
   padding-left: 10px;
   font-size: 10px;
}

#customBtn {
	display: inline-block;
	background: white;
	color: #444;
	width: 100%;
	border-radius: 5px;
	border: thin solid #888;
	box-shadow: 1px 1px 1px grey;
	white-space: nowrap;
  }
  #customBtn:hover {
	cursor: pointer;
  }
  span.label {
	font-family: serif;
	font-weight: normal;
  }
  span.icon {
	background: url(../images/google.png) no-repeat;
	display: inline-block;
	vertical-align: middle;
	width: 0px;
	height: 42px;
  }
  span.buttonText {
	display: inline-block;
	text-align: center;
	padding-left: 42px;
	padding-right: 42px;
	font-size: 14px;
	font-weight: bold;
  }

  .abcRioButtonBlue{
      width: 100%;
  }

  .faq-section{
    background-color: #dedbdb;
    height: 100%;
    position: relative;
    padding: 50px;
  }

  .faq-section_item{
    text-align: left;
    padding: 20px;
  }

  .faq-section_question{
    font-weight: bold;
    font-size: 20px;
    padding-bottom: 20px;
  }
  .faq-section_content{
    color: black;
    font-weight: 500;
    line-height: 1.8em;
    font-size: 1em;
    text-align: justify;
  }

  @media only screen and (max-width: 540px){
    .faq-section{
        padding: 50px 10px;
    }
  }
  
  .content {
      float: none !important;
  }




