/*
Theme Name: Uncode-Child
Theme URI: http://www.undsgn.com/uncode
Author: Undsgn
Author URI: http://www.undsgn.com
Description: Uncode is a pixel perfect WordPress Theme designed with terrific attention to details.
Version: 2.3.0.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: uncode
Text Domain: uncode
Domain Path: /languages/
*/

@import url("https://fonts.googleapis.com/css?family=Raleway:400,400i,700");
.twa-faq .panel-group .panel.wpb_accordion_section.group {
    width: 100%;
}
.tab-container .nav-tabs>li>a span {
    font-size: 14px !important;
    font-family: "Montserrat-Regular", sans-serif;
    font-weight: 600 !important;
    text-transform: capitalize !important;
}

.tabs-left>li {
    border-bottom: 1px solid #eaeaea !important;
}
.tabs-left>li:last-child{
    border-bottom: 0px !important;
}

.tabs-left>li.active {
    border-right: 2px solid #e30613 !important;
}

.uncode-accordion:not(.default-typography) .panel-title>a>span
{
    font-size: 16px !important;
    font-weight: 600 !important;
    font-family: "Montserrat-Regular", sans-serif !important;
    letter-spacing: 0.1em;
    text-transform: none;
}

.wpb_accordion_wrapper h3 {
    display: none;
}

.twa-faq .no-result {
    text-align: center;
}

/* .search-wrapper {
    flex-grow: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.search-wrapper form {
    display: flex;
    justify-content: flex-end;
    width: 70%;
}

.search-wrapper input[type="text"] {
    border-radius: 8px;
    margin-top: 0;
    width: 50%;
}

.search-wrapper button {
    padding: 6px 10px;
    background: white;
    color: #e30613;
    border: 1px solid #ededed;
    cursor: pointer;
    border-radius: 8px;
}

.search-wrapper button i {
    font-size: 18px;
}

.search-wrapper button:hover {
    background: #e30613;
    color: white;
} */
 .search-wrapper{
    display: flex;
    justify-content: end;
    flex-wrap: wrap;
 }

.search-box {
    font-size: 16px;
    border: solid 0.3em #e30613;
    display: inline-block;
    position: relative;
    border-radius: 2.5em;
}
.search-box input[type=text] {
    font-family: inherit;
    font-weight: bold;
    width: 1.2em;
    height: 1.2em;
    padding: 0.3em 0.8em 0.3em 0.4em;
    border: none;
    box-sizing: border-box;
    border-radius: 2.5em;
    transition: width 800ms cubic-bezier(0.68, -0.55, 0.27, 1.55) 150ms;
    margin: 0;
}
.search-box input[type=text]:focus {
    outline: none;
}
.search-box input[type=text]:focus, .search-box input[type=text]:not(:placeholder-shown) {
    width: 18em;
    transition: width 800ms cubic-bezier(0.68, -0.55, 0.27, 1.55);
    height: 2em;
}
.search-box input[type=text]:focus + button[type=submit], .search-box input[type=text]:not(:placeholder-shown) + button[type=submit] {
    transform: rotate(-45deg) translateY(0);
    transition: transform 150ms ease-out 800ms;
    top: 8px;
}
.search-box input[type=text]:focus + button[type=submit]:after, .search-box input[type=text]:not(:placeholder-shown) + button[type=submit]:after {
    opacity: 1;
    transition: top 150ms ease-out 950ms, right 150ms ease-out 950ms, opacity 150ms ease 950ms;
}
.search-box button[type=submit] {
    background-color: transparent;
    width: 1.4em;
    height: 1.4em;
    border: 0;
    padding: 0;
    outline: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -2px;
    right: 3px;
    transform: rotate(-45deg) translateY(2.2em);
    transition: transform 150ms ease-out 150ms;
}
.search-box button[type=submit]:before, .search-box button[type=submit]:after {
    content: "";
    background-color: #e30613;
    width: 0.3em;
    height: 1.4em;
    position: absolute;
}
.search-box button[type=submit]:after {
    transform: rotate(90deg);
    opacity: 0;
    transition: transform 150ms ease-out, opacity 150ms ease-out;
}

.search-box input[type=text]:focus + button[type=submit],
.search-box input[type=text]:not(:placeholder-shown) + button[type=submit] {
    display: none;
}

.search-box .clear-btn {
    background-color: transparent;
    width: 1.4em;
    height: 1.4em;
    border: 0;
    padding: 0;
    outline: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 2px;
    right: 0px;
    color: #e30613;
    font-size: 20px;
}

@media only screen and (max-width: 950px) {
    .single-block-padding{
        padding-top: 0px;
    }
    .wpb_accordion_wrapper h3 {
        display: block;
        margin: 15px;
        font-size: 1.375em;
        margin-top: 26px;
        color: #e30613;
        margin-left: 0px;
    }
    .vertical-tab-contents {
        width: 100%;
    }
    .tab-content.vertical h4,
    .vertical-tab-menu h4,
    .vertical-tab-menu ul.nav,
    .vertical-tab-menu{
        display: none;
    }
    .tab-content.vertical{
        border-left-width: 0px !important;
    }
    .tab-content>.tab-pane {
        display: block;
        opacity: 1;
    }
    /* .search-wrapper form {
        justify-content: center;
        width: 100%;
    }
    .search-wrapper input[type="text"] {
        width: 100%;
    } */

    .search-box input[type=text]:focus, .search-box input[type=text]:not(:placeholder-shown) {
        width: 14em;
        transition: width 800ms cubic-bezier(0.68, -0.55, 0.27, 1.55);
    }
}