input:focus, button:focus {
    outline: 0;
}
input:active, input:focus, textarea:active, textarea:focus, select:active, select:focus {
    opacity: 1;
}
.faq_area {
    padding: 1em 0;
}

.faq_area .page-width {
    max-width: 980px;
}
.search_faq {
    margin-bottom: 30px;
}

.search_flex {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: space-between;
}
.search_flex h2 {
    letter-spacing: 0;
    cursor: context-menu;
    font-size: 15px;
    color: rgba(24,191,232,1);
    width: 92%;
    font-family: 'Avenir-Light';
    margin: 0px;
}
.search_flex input, .search_flex button {
    border: 0px;
    background: transparent;
    margin: 0;
    padding: 0;
}
.search_flex svg path {
    fill: #4c4c4c;
}
.search_flex_hide {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    display: none;
}
.search_flex_hide button {
    border: 0px;
    background: transparent;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    left: 0px;
}
.input_faq {
    width: 100%;
    border-bottom: 1px solid #019eaa;
    height: 24px;
    position: relative;
}
.search_flex_hide input {
    width: 92%;
    border-radius: 0;
    border: 0px;
    background: transparent;
    margin: 0;
    padding: 0;
    border-bottom: 0;
    padding-left: 25px;
    padding-bottom: 0;
    font-size: 15px;
    color: #605e5e;
    font-family: 'Avenir-Light';
}
.search_flex_hide button {
    border: 0px;
    background: transparent;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    left: 0px;
}
.search_flex_hide button.close_icon {
    right: 0;
    left: auto;
}
.search_flex_hide svg path {
    fill: #4c4c4c;
}

button.accordion {
    width: 100%;
    text-align: left;
    position: relative;
    background-color: white;
    padding: 13px 18px;
    font-size: 18px;
    text-transform: unset;
    color: #000;
    font-weight: 500;
    -webkit-appearance: button;
    -moz-appearance: button;
    -webkit-user-select: none;
    -moz-user-select: none;
    border: 1px solid #d8d8d8;
    margin-bottom: 20px;
}

button.accordion.faq_accordion {
    width: 100%;
    text-align: left;
    position: relative;
    background-color: white;
    padding: 27px 0;
    font-size: 18px;
    text-transform: unset;
    color: #605e5e;
    font-weight: 500;
    -webkit-appearance: button;
    -moz-appearance: button;
    -webkit-user-select: none;
    -moz-user-select: none;
    border: 0;
    margin-bottom: 0;
    font-family: 'Avenir-Light';
    font-size: 15px;
}

.accordion:after {
    content: '\eac8';
    color: #000;
    position: absolute;
    top: 9px;
    right: 14px;
    font-size: 22px;
    font-family: "IcoFont";
    font-weight: bold;
}

button.accordion.faq_accordion:after {
    color: #605e5e;
    right: 0;
    font-size: 20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    top: 50%;
    transition: all 0.3s ease-in;
}

.faq_panel {
    padding: 0 0;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}


.faq_panel p {
    font-size: 14px;
    color: #000000;
}

.faq_area hr {
    border-bottom: 1px solid #c7c7c7;
    margin: 0;
    width: 100%;
    border-top: 0;
}

h1.faq_main_heading{
	color: #ff5f42!important;
    font-family: Montserrat,sans-serif;
    font-size: 40px;
    text-align: left;
    font-weight: 600;
  	margin: 0 0 0;
}
.faq_area button.accordion.faq_accordion {
    color: #019eaa;
  	font-family: Montserrat,sans-serif;
  	font-size: 18px;
    font-weight: 600;
}
.faq_area .accordion:after {
    background: url(https://cdn.shopify.com/s/files/1/0273/6232/8643/files/arrow_down.png?v=1588253492);
    background-repeat: no-repeat;
    height: 10px;
    color: #ffffff!important;
}

.faq_area .search_flex {
    justify-content: flex-end!important;
}
.faq_area .search_flex h2 {
    text-align: center;
  	color: #ff5f42!important;
    font-family: Montserrat,sans-serif;
    font-size: 40px;
    font-weight: 600;
}
.faq_area .search_flex svg path {
    fill: #019eaa!important;
}
.faq_area .search_flex_hide svg path {
    fill: #019eaa!important;
}
.search_flex_hide input::placeholder{
  font-family: Montserrat,sans-serif;
  color: #019eaa;
  font-size: 14px;
  font-style: normal;
}