.hi-faq-item{
    background-color: #fff;
    border: 1px solid #ddd;
    margin-bottom: 10px;
}
.hi-faq-question{
    border-color: #ddd;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}
.hi-faq-question:hover{
    opacity: 0.7;
}
.hi-faq-category-tile a {
    width: 100%;
    color: #333;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
}
.hi-faq-question-description-container{
    display: flex;
    width: 100%;
}
.hi-faq-page-description b{
    color: #119e00;
}
.hi-faq-question-description-container > .hi-faq-question-description{
    width: 90%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.hi-faq-question-description-container > .hi-faq-question-arrow{
    width:10%;
    margin-top: -12px;
    text-align: right;
    color:#0a1f43;
}
.faq_cat_item a.collapsed{
    position: relative;
}
.hi-faq-answer{
    height: auto;
    padding: 10px 15px;
}
/* .collapse {
    display: none;
} */
.faq_category{
    margin-bottom: 25px;
}
.hi-faq-category-tile{
    width: 100%;
    border: 1px solid lightgray;
    padding: 10px;
    margin-bottom: 15px;
    background: #fff;
}

.faq_category .faq_cat_item{
    margin-bottom: 5px;
    margin-right: 5px;
    text-align: center;
}
.faq_category .faq_cat_item img{
    max-width: 100%;
}
.faq_category .faq_cat_info.last{
    margin-right: 0px;
}

.faq_category .faq_cat_info a {
    padding: 5px;
    display: block;
    background: #f5f5f5;
    border: 1px solid #ddd;
    color: #333;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}
.faq_category .faq_cat_info a:hover,
.faq_category .faq_cat_info a.selected{
    opacity: 0.7;
    background: #fff;
    color: #333;
}

.hi-faq-top-search-container {
    background: #0a1f43;
    padding: 0.1px 0 55px 0;
}
.hi-faq-top-search-content {
    max-width: 80%;
    margin: 0 auto;
}
.hi-faq-top-search-content h1 {
    text-align: center;
    font-size: 34px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 40px;
    margin-top: 40px;
}
.hi-faq-top-search-note {
    font-size: 16px;
    margin-top: 35px;
    text-align: center;
    color: #fff;
}
.faq-container{
    width: 80%;
    margin: 0 auto;
}
.hi-faq-search-container > .hi-faq-top-search-input {
    height: 48px;
    border: 0;
    margin: 0 auto;
    width:75%;
}
.hi-faq-search-container > .hi-faq-top-select{
    width: 20%;
    border: 0;
    border-left: 1px solid lightgray;
    padding-left: 5px;
    color: #0a1f43;
    text-transform: initial;
    height: 48px;
}
.hi-faq-search-container > .fas{
    width: 5%;
    text-align: center;
    font-size: 32px;
    color: #ffffff;
    line-height: 47px;
    display: block;
}
.hi-faq-top-search-input::-webkit-input-placeholder{
    color: lightgray;
    font-size: 14px;
}
.hi-faq-search-container {
    position: relative;
    display: flex;
}
.hi-faq-search-results {
    background: white;
    border: none;
    border-radius: 6px;
    box-shadow: 2px 2px 8px 0 rgba(0,0,0,.2);
    max-height: 400px;
    left: 0;
    position: absolute;
    top: 54px;
    width: 100%;
    z-index: 50;
}
.hi-faq-page-description {
    margin-bottom: 30px;
    float: none !important;
    padding-top: 20px;
}
.hi-faq-search-elemenets {
    max-height: 376px;
    list-style: none;
    overflow-y: auto;
    padding: 12px;
    margin: 0;
}
.hi-faq-search-elemenets li {
    border-radius: 4px;
    padding-bottom: 14px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 10px;
}
.hi-faq-search-elemenets li > a:active,
.hi-faq-search-elemenets li > a:focus {
    text-decoration: none;
}
.hi-faq-search-elemenets li:hover {
    background: #f5f5f5;
}
.hi-faq-search-item-category {
    color: #b4b8b7;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 2px;
}
.hi-faq-search-item-question {
    color: #0a1f43;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 8px;
}
.hi-faq-search-item-answer {
    color: #7a7a7a;
}
/*---------contact faq--------*/
.hi-faq-question-wrap{
    border: 1px solid #EBEBEB;
    margin-top: 5%;
    height: 144px;
    background: white;
    margin: 0 auto;
    width: 50%;
}
.hi-faq-question-text{
    text-align: justify;

}

.hi-faq-question-p1{
    color: #0A1F43;
    font: normal normal bold 24px Poppins;
    margin-top: 32px;
}
.hi-faq-question-p2{
    color: #119e00;
    font: normal normal bold 24px Poppins;
    margin-top: 0px;
}
.hi-faq-question-mark{
    font-size: 54px;
    color: #0A1F43;
    text-align: center;
    line-height: 130px;
}
.hi-faq-question-button{
    text-align: center;
}
.hi-faq-question-button a{
    background-color: #119e00;
    border-radius: 100px;
    line-height: 116px;
    color: white;
    font: normal normal bold 16px/21px Poppins;
    padding: 13px 30px 10px 30px;
    width: 144px;
    height: 48px;
    margin-top: 15%;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}
.hi-faq-question-button a:hover {
    color: #119e00;
    background: white;
    border: 2px solid #119e00;
    width: 166px;
    height: 56px;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
    padding-top: 15px;
}
.hi-faq-category-item h2 {
    margin-bottom: 10%;
    margin-top: 10%;
}
.hi-faq-category-item h2 i{
    color: #119e00;
    font-size: 48px;
    display: block;
    float: left;
    margin-right: 10px;
    margin-top: -10px;
}
.hi-faq-category-item h2 a {
    color: #0a1f43;
    font-weight: bold;
    font-size: 24px;
}
.hi-faq-category-faqs a {
    width: 99%;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: left;
    font: normal normal normal 16px Poppins;
    letter-spacing: 0px;
    color: #000000;
}
.hi-faq-category-faqs i{
    float: right;
    margin-right: 10px;
    margin-top: 3px;
}
.hi-faq-category-faqs a:hover {
    color: #505050;
}
.hi-faq-category-faqs li {
    margin-bottom: 12px;
    list-style-type: none;
    border: 1px solid #E7E7E7;
    padding: 10px;
    background-color: #fff;
    align-items: center;
    display: flex;
}
.hi-faq-category-circle{
    border:1px solid #119e00;
    width: 25px;
    height: 25px;
}
.hi-faq-category-item {
    margin-bottom: -25px;
}
.hi-faq-category-row {
    margin-bottom: 24px;
    /*border-bottom: 1px solid #f3f4f5;*/
}
.hi-faq-view-all-questions a {
    color: #b0b0b0;
}
/*-----------faq details---------------------*/
.faq-details-container{
    margin: 0 auto;
    width: 100%;
    margin-top: 24px;
}
.faq-detail-search-helper{
    width: 100% !important;
    margin-left: 0px !important;
    width:calc(100% + 0px) !important;
}
.faq-details-content{
    padding: 25px;
    border: 1px solid lightgray;
    border-bottom: 0px;
    background-color: #fff;
}
.faq-details-container h1{
    font-size: 24px;
    color: #0a1f43;
    font-weight: bold;
}
.faq-details-question-container{
    width: 100%;
    border: 1px solid #0A1F43;
    padding: 10px 25px 10px 45px;
    margin-bottom: 40px;
    height: 100%;
    background-color: #fff;
}

.faq-details-question-container > .faq-details-button-container .faq-details-question-button{
    padding: 10px 30px 10px 30px;
    background-color:#0A1F43;
    color: #fff;
    margin-right: 15px;
    border-radius: 100px;
    text-align: center;
}
.faq-details-question-container > .faq-details-question-text{
    color: #0a1f43;
    font-weight: bold;
    margin-top: 6px;
    font-size: 16px;
}
.faq-details-question-thanks{
    color: #0a1f43;
    font-size: 16px;
    margin-top: 6px;
    font-weight: bold;
    padding-bottom: 5px;
}
/*-----------faq category----------------*/
.hi-faq-category-container{
    width: 100%;
    margin: 0 auto;
}
.hi-faq-category-container h1{
    font-size: 24px;
    color: #0a1f43;
    font-weight: bold;
}
.hi-faq-question .fas{
    color: #0a1f43;
    float: right;
    margin-top: 5px;
}
.hi-faq-question .collapsed{
    color: #0a1f43;
    font-weight: bold;
    font-size: 16px;
}

.hi-faq-block-17 {
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .2);
    margin-bottom: 1.563rem;
    background: #fff;
    padding: 1.563rem 1.25rem;
}
.hi-faq-block > p {
    color: #232323;
    margin-bottom: 1rem;
}
.hi-faq-block a {
    color: #232323;
}
.hi-faq-block a:hover {
    color: #0a1f43;
}
.hi-faq-block > ul > li {
    padding: 0.5rem 0;
    border-bottom: 1px solid #e2e2e2;
}
.hi-faq-block a.post-read-more-button {
  font-style: italic;
}
.hi-faq-items .faq-info-block {
  padding-top: 15px;
}
.hi-faq-block.hi-faq-faqs > ul > li {
    padding: 1.5rem 0;
}
.hi-faq-block.hi-faq-faqs > ul > li:first-child {
    padding-top: 0.5rem;
}

.hi-faq-search-block form {
    position: relative;
}
.hi-faq-search-block input[type="text"] {
    border: none;
    padding: 10px;
    color: #7a7a7a;
    border: 1px solid rgba(0,0,0,.25);
    width: 100%;
}
.hi-faq-search-block button {
    position: absolute;
    background: none;
    border: none;
    bottom: .3125rem;
    right: .125rem;
    color: #7a7a7a;
}
.hi-faq-search-block input[type=text]:focus {
    outline: 3px solid #0a1f43;
    color: #232323;
    background: #fff;
}
.hi-faq-search-block input[type=text]:focus + button .search,
.hi-faq-search-block button[type=submit] .search:hover {
    color: #0a1f43;
}
.hi-faq-search-block .button-search {
    bottom: 9px;
    right: 10px;
}
.hi-faq-search-block .button-search:before {
    content: "\f002";
    display: block;
    font-family: "FontAwesome";
    font-size: 17px;
    width: 100%;
    text-align: center;
}

.hi-faq-link {
    text-align: right;
}
.hi-faq-question .collapsed + .hi-faq-link {
    display: none;
}

#module-hifaq-faqdetails #products .thumbnail-container,
#module-hifaq-faqdetails #products .product-description,
#module-hifaq-faqdetails #products .highlighted-informations {
    max-width: 244px;
}

#module-hifaq-faqdetails #products .product-miniature{
    margin: 0 .4rem;
}
#module-hifaq-faqdetails #products .product-miniature:first-child{
    margin-left: 0;
}
#module-hifaq-faqdetails #products .product-miniature:last-child{
    margin-right: 0;
}
#module-hifaq-faqdetails #products > .title {
    color: #232323;
    padding: 10px 0;
}
.hi-faq-product-page {
    margin-top: 15px;
}
.search-container{
    padding:0 2% 0 2%;
}
.search-page-header{
    color:#0A1F43;
    font: normal normal bold 24px/29px Poppins;
    margin-top: 2%;
    margin-bottom: 2%;
}
.search-page-header b{
    color: #119e00;
    font: normal normal bold 24px/29px Poppins;
}
.faq-search-button{
    background-color:#0A1F43 !important;
    color: white;
    font-size: 24px;
    height: 48px;
    border: 0px;
    margin-left: 12px;
}
.fa-search{
    display: block;
    cursor: pointer;
}
.fa-spinner{
    display: none !important;
}
.faq-search-link{
    font: normal normal normal 16px/21px Poppins;
    padding-top: 1%;
    padding-bottom: 1%;
}
.faq-search-answer{
    padding-top: 0.5%;
}
.faq-search-answer span{
    font: normal normal normal 13px/18px Poppins;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 0.6%;
    background-color: #FCFCFC;
}
.faq-search-arr{
    padding-bottom: 2.5%;
}
.faq-search-helper{
    padding: 2%;
    border: 1px solid #EBEBEB;
    margin-left: 15px;
    width: calc(100% - 30px);
    margin-top: 3%;
    background: #fff;
}
.faq-search-helper .col-md-3{
    text-align: center;
}
.faq-search-helper .col-md-3 i{
    margin-top: 3%;
    font-size: 48px;
    color: #0A1F43;
}
.faq-search-helper-button{
    width: 100%;
    height: 48px;
    border-radius: 100px;
    background-color: #119e00;
    color: white!important;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
    display: block;
    text-decoration: none;
    padding: 5%;
    margin-top: 3%;
    font: normal normal bold 14px Poppins;
}
.faq-search-helper-button:hover{
    background-color: white;
    color: #119e00 !important;
    border: 1px solid #119e00;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}
.faq-search-helper .col-md-6{
    font: normal normal bold 20px Poppins;
    color: #0a1f43;
    padding-top: 1%;
    padding-bottom: 1%;
}
.faq-search-helper .col-md-6 b{
    color: #119e00;
    padding-top: 10px;
}

section.faq-helper {
    display: flex;
    border: 1px solid #0a1f43;
    height: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.faq-helper-left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-direction: row;
    padding: 12px;
}

.faq-helper-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    align-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
    padding-right: 24px;
    width: 30vw;
}

b.faq-helper-button {
    background-color: #0a1f43;
    width: 40%;
    display: block;
    float: left;
    text-align: center;
    border-radius: 100px;
    color: #fff;
    margin-left: 3%;
    padding-top: 8px;
    padding-bottom: 8px;
}

.faq-search-helper-button2 {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 100px;
    background-color: #119e00;
    border: 1px solid #119e00;
    color: #fff;
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
}

.faq-helper-thanks {
    border: 1px solid #0a1f43;
    padding: 0 5px;
    height: 55px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

@media(max-width: 1734px){
    .faq-search-helper-button{
        padding-top: 6%;
    }
}
@media(max-width: 1500px){
    .faq-search-helper-button{
        padding-top: 7%;
    }
}
@media(max-width: 1200px){
    .faq-search-helper-button{
        padding-top: 8%;
    }
}
@media(max-width: 1024px){
    .faq-details-button-container{
        width: 50% !important;
    }
}
@media(max-width: 991px){
    .faq-details-question-container{
        height:80px;
    }
}
@media(max-width: 977px){
    .faq-search-helper-button{
        padding-top: 10%;
    }
}
@media(max-width: 790px){
    .faq-search-helper-button{
        padding-top: 12%;
    }
}
@media(max-width: 769px){
    .faq-details-button-container{
        width: 70% !important;
        padding: 0;
    }
    .faq-details-question-container{
        height:110px;
    }
    .faq-container {
        width: 100%;
    }
}
@media(max-width: 469px){
    .faq-details-button-container{
        width: 100% !important;
    }
}
@media screen and (min-width: 1023px) and (max-width: 1025px){
    .hi-faq-category-faqs a{
        width: 93%;
        display: block;
    }
    .hi-faq-category-faqs i{
        width: 1%;
    }
}
@media(max-width: 768px) {
    #module-hifaq-faqdetails .faq-details-question-button{
        margin-top: 4%;
    }
    #module-hifaq-faqdetails .faq-search-helper-button{
        padding-top: 12%;
    }
    .hi-faq-top-search-content h1 {
        font-size: 30px;
        margin-bottom: 25px;
    }
    .hi-faq-top-search-note {
        margin-top: 25px;
    }
    .hi-faq-search-results {
        border-radius: 0;
    }
    .faq-search-helper-button{
        padding-top: 4.5%;
    }
    /*.hi-faq-top-search-input {
        max-width: 95%;
    }*/
}
@media(max-width: 870px) {
    .hi-faq-search-container > .hi-faq-top-search-input {
        width: 89%;
    }
    .hi-faq-search-container > .hi-faq-top-select{
        width: 10vw;
        text-overflow: ellipsis;
        padding: 0 3%;
        border-right: 10px solid #fff;
        background: #fff;
    }
    .faq-search-button{
        padding-left: 4%;
        margin-right: -12%;
    }
    .hi-faq-question-description-container > .hi-faq-question-description{
        height: 30px;
    }
    .hi-faq-category-item h2{
        margin-top: 20%;
    }
}
@media(max-width:380px){
    .hi-faq-search-container > .hi-faq-top-search-input {
        width: 89%;
        overflow:hidden;
        text-overflow: ellipsis;
    }
    .hi-faq-search-container > .hi-faq-top-select{
        width: 10vw;
        text-overflow: ellipsis;
        padding: 0 3%;
        border-right: 10px solid #fff;
        background: #fff;
    }
    .hi-faq-search-container .fas{
        width: 10%;
    }
    .faq-search-arr{
        padding-top: 5px;
    }
    .search-page-header{
        margin-top: 5%;
        margin-bottom: 5%;
    }
    .hi-faq-category-faqs li a{
        font-size: 12px;
    }
    .hi-faq-category-faqs li a i{
        margin-top: 8px;
    }
    .hi-faq-category-item h2{
        margin-top: 20%;
    }
    .faq-search-helper .row .col-md-6{
        text-align: center;
        margin-top: 2%;
        margin-bottom: 2%;
    }
    .faq-search-helper-button{
        margin: 0 auto;
    }
    .faq-details-question-text{
        text-align: center;
        margin-left: -10%;
    }
    .faq-details-question-container > .faq-details-button-container .faq-details-question-button{
        margin: 0 auto;
    }
    .faq-details-helper-button{
        padding-top: 6% !important;
    }
}

.faq-details-content ul {
    list-style: circle;
    padding-left: 20px;
}