.faq {
    padding-top: 15px;
    padding-bottom: 15px;
}

.faq-menu {
    padding-left: 10px;
    padding-right: 10px;
    width: 25%;
    float: left;
    min-height: 1px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.faq-row {
    margin-left: -10px;
    margin-right: -10px;
    clear: both;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.nav {
    display: block;
}

.nav > li {
    text-align: left;
}

h1 {
    text-transform: none;
}

.input-group > form {
    width: 100%;
}

.text-center {
    text-align: left !important;
}

.quesstions > div:first-child {
    text-align: left;
}

.faq-menu .nav {
    color: #ffffff;
}

.faq-menu .nav .nav-item.active {
    background: none;
}

.faq-menu .nav .nav-item {
    display: block;
    position: relative;
    padding-left: 50px;
    text-decoration: none;
    background-color: #1c1c47;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 14px;
    color: rgb( 57, 55, 64 );
    line-height: 1.333;
}

.faq-menu .nav>li>a {
    color: #ffffff;
    line-height: 50px;
    font-size: 14px;
    padding: 0;
    background: #1c1c47;
}

.faq-menu .nav>li.active .nav-inner {
    background: none;
    color: #8595AF;
}

.faq-menu .nav .nav-inner>li {
    padding: 0;
    vertical-align: middle;
}

.faq-menu .nav>li>ul>li {
    padding: 5px 0;
}

.faq-menu .nav .nav-inner li.active a:not(.deactivated) {
    color: #000000;
    font-weight: bold;
}

.faq-menu .nav .nav-inner>li:hover a:not(.deactivated), .faq-menu .nav .nav-inner>li.active a:not(.deactivated) {
    color: #1c1c47;
}

.faq-content {
    background: #ffffff;
}

.faq-content {
    padding-left: 10px;
    padding-right: 10px;
    width: 75%;
    float: left;
    min-height: 1px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.faq-content__header .title, .faq-content__header h2 {
    padding-left: 0;
    font-size: 20px;
    line-height: 30px;
    color: rgb( 57, 55, 64 );
}

.faq-content__header .title, .faq-content__header h1, .faq-content__header h2 {
    font-size: 16px;
    line-height: 20px;
    padding-top: 16px;
    padding-left: 10px;
    padding-right: 10px;
    width: 66.66666667%;
    float: left;
    min-height: 1px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.faq-content__header {
    padding-left: 20px;
    background: #fafcfb;
    border-top: 1px solid #ced5e2;
    color: #000000;
    min-height: 50px;
    line-height: 50px;
}



.faq-content__header .input-group {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    width: 33.33333333%;
    float: left;
    min-height: 1px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.faq-content__post {
    padding: 20px;
}

.faq-content__post ol {
    list-style: decimal;
    padding-left: 15px;
}

.faq:after {
    content: "";
    clear: both;
    display: block;
    overflow: hidden;
    width: 100%;
}

.faq-menu .nav .nav-item {
    background: none;
    color: #000000;
}

.faq-content__post {
    border-top: 1px solid #ced5e2;
    background: #ffffff;
    padding: 0;
}

.faq-menu .nav .nav-inner>li:hover a:not(.deactivated), .faq-menu .nav .nav-inner>li a:not(.deactivated) {
    display: block;
    font-size: 14px;
    color: rgb( 57, 55, 64 );
    line-height: 1.333;
    padding: 12px 0 12px 55px;
    font-weight: bold;
    transition: color .2s ease-in;
}


.faq-menu .nav .nav-inner>li, .faq-menu .nav .nav-inner>li {
    display: block;
    font-size: 14px;
    color: rgb(1, 1, 1);
    line-height: 1.333;
    padding: 12px 0 12px 55px;
    font-weight: bold;
    transition: color .2s ease-in;
}

.faq-menu .nav .nav-inner>li:hover a:not(.deactivated):hover , .faq-menu .nav .nav-inner>li a:not(.deactivated):hover {
    color: #ba0e6f;
}

.faq-menu .nav .page-list, .faq-menu .nav .page-list  {
    display: block;
    font-size: 14px;
    color: rgb( 57, 55, 64 );
    line-height: 1.333;
    padding-left: 10px;
    font-weight: bold;
}

.faq-menu .nav .nav-inner>li .page-list a:not(.deactivated), .faq-menu .nav .nav-inner>li .page-list a:not(.deactivated) {
    padding: 10px 0;
}
 
.faq-menu .nav .nav-inner>li .page-list a.active {
    color: #ba0e6f;
}

.nav-inner {
    padding: 10px 0 0 0;
}

.js-accordion-item + ul {
    display: none;
}

.js-accordion > li {
    padding: 15px 0;
    position: relative;
}

.js-accordion > li > div.icon-svg {
    position: absolute;
    top: 15px;
}

svg {
    height: 25px;
    color: #793c34;
}

.bread_crumbs, .faq-content .bread_crumbs {
    padding: 20px;
    background: #ffffff;
    font-size: 14px;
    line-height: 16px;
}

.bread_crumbs > a {
    font-size: 14px;
    color: rgb( 153, 153, 153 );
    line-height: 1.286;
}

.faq-content__header .input-group .btn {
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    width: 30px;
    margin: auto;
    background: none;
    text-align: center;
}

.btn {
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    padding: 0px 10px;
    line-height: 34px;
    height: 34px;
    cursor: pointer;
    border: 1px solid transparent;
    background-color: #b543a0;
    display: block;
    text-decoration: none;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

.faq-content__header .input-group .btn:before {
    position: absolute;
    left: 0;
    right: 0;
    top: -1px;
    font-size: 35px;
    color: #ced5e2;
}

.faq-content__header .input-group .btn:before {
    content: "-";
    font-family: "icons-font" !important;
}

.faq-content__header .input-text {
    width: 100%;
    float: left;
    min-height: 1px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #22225e;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    border-color: #ebf2ff;
    line-height: 30px;
}

.faq-content__header .input-text {
    height: 40px;
    padding: 0 10px;
    line-height: 40px;
    border: 1px solid #B2C2DD;
    background-color: #FFFFFF;
}

.faq-content__header .input-group .btn:hover:before {
    color: #bd292e;
}

@font-face{
    font-family:"icons-font";
    font-display: swap;
    src:url('/frontend-assets/fonts/icons-font.woff')
}

.faq-content__header:after {
    content: "";
    clear: both;
    display: block;
    overflow: hidden;
    width: 100%;
}

.faq-content__post .nav-accordion>li.active {
    min-height: 50px;
    transition: all .2s ease-out;
}

.faq-content__post .nav-accordion>li:first-child {
    border-top: 0;
}

.faq-content__post .nav-accordion>li {
    border: none;
}

.faq-content__post .nav-accordion>li {
    position: relative;
}

.faq-content__post .nav-accordion>li>a.active, .faq-content__post .nav-accordion>li h1.active {
    color: #000000;
    font-weight: bold;
}

.faq-content__post {
    padding: 20px;
    list-style: none;
}

.faq-content__post .nav-accordion>li>a, .faq-content__post .nav-accordion>li h1 {
    padding: 0;
    font-size: 18px;
    line-height: 36px;
    width: 100%;
    float: left;
    color: #131313;
}

.faq-content__post .nav-accordion>li>a, .faq-content__post .nav-accordion>li h1 {
    float: left;
    min-height: 49px;
    position: relative;
}

.faq-content__text ul {
    margin-left: 0;
    margin-top: 10px;
    margin-bottom: 15px;
    padding-left: 16px;
}

.faq-content__text ul li {
    position: relative;
    margin: 0 0 5px 0;
}

.faq-content__text ul li::before {
    content: "●";
    color: #bd292e;
    font-weight: bold;
    display: inline-block;
    width: 2em;
    margin-left: -1em;
}

.faq-content__text {
    line-height: 20px;
    color: #000;
}

.faq-content__text img {
    width: 100% !important;
    height: auto !important;
}

.faq-content__post .quesstions {
    background: #e4e4e4;
    border: none;
    color: #131313;
    font-size: 18px;
    font-weight: bold;
    line-height: 26px;
    padding: 15px;
    margin: 10px 0 15px;
    display: block;
}

[class*="col-"] {
    float: left;
    min-height: 1px;
    position: relative;
    display: block;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.col-9 {
    width: 75%;
}

.faq-content__post .quesstions__buttons {
    text-align: right;
}

.col-3 {
    width: 25%;
}

.faq-content__post .quesstions a:first-child {
    color: #4990e2;
}

.faq-content__post .quesstions__buttons a:first-child {
    margin-left: 0;
}

.faq-content__post .quesstions__buttons a:first-child {
    margin-left: 0;
    color: #282828;
}

.faq-content__post .quesstions__buttons a:nth-child(2) {
    margin-left: 50px;
}

.faq-content__post .quesstions__buttons a {
    float: none;
    display: inline-block;
}

.faq-content__post .quesstions a {
    font-weight: bold;
    color: #f01d4d;
}

.faq-content__post .usability {
    clear: both;
}

.faq-content__post .quesstions:after {
    content: "";
    clear: both;
    display: block;
    overflow: hidden;
    width: 100%;
}

.faq-content {
    box-shadow: 0 0 50px -25px rgba(0,0,0,0.75);
}

.usability {
    margin: 20px 0 35px !important;
}

ul.nav-accordion > li:first-child {
    margin-left: 0;
}

.nav-accordion li a {
    font-weight: bold;
}

.answer_button:hover {
    cursor: pointer;
}

.call-form-container {
    width: 95%;
    margin: auto 20px 0;
}

.faq-content__header .title, .faq-content__header h2 {
    padding-left: 0;
    font-size: 20px;
    line-height: 30px;
    color: #282828;
}

h4.title {
    padding: 20px;
}

.header__bottom {
    border-bottom: 1px solid #cacaca;
}

.header__bottom {
    line-height: 25px !important;
}

ul.nav-accordion > li.other-page {
    background: azure;
    padding: 10px 10px 10px 25px;
}

@media only screen and (max-width: 991px) {
    .faq-content {
        width: 100%;
    }

    .faq-content__header .input-group {
        padding-left: 10px;
        padding-right: 10px;
        width: 100%;
        float: left;
        min-height: 1px;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .faq-content {
        padding-left: 10px;
        padding-right: 10px;
    }

    .faq {
        margin: 0;
        padding: 15px 0;
    }
}

.input__code_call_form {
    width: 45%;
}

@media screen and (max-width: 870px) {
    #requestcall-convenient_time-datetime > span {
        height: 46px;
    }
}


@media screen and (max-width: 650px) {
    .call_check__block > input,
    .code {
        width: 50%;
    }

    .code {
        text-align: center;
    }
}

@media only screen and (max-width: 642px) {
    .faq-content__post .quesstions__buttons a:nth-child(2) {
        margin-left: 10px;
    }
}

@media screen and (max-width: 575px) {
    form.call_form input.info,
    #requestcall-convenient_time-datetime > input {
        width: 95%;
    }

    .call_check__block {
        margin-right: 5%;
    }
}

@media only screen and (max-width: 512px) {
    .faq-content__post .quesstions__buttons a:nth-child(2) {
        margin-left: 0;
    }
}

@media only screen and (max-width: 512px) {
    .call-form-container {
        width: 100%;
        margin: auto 10px 0;
    }
}

@media only screen and (max-width: 401px) {
    .col-3 {
        width: 15%;
    }

    .col-9 {
        width: 85%;
    }
}

/*left bar menu start*/

.btn-menu {
    width: 150px;
    background-color: #36343e;
    padding: 10px;
    display: none;
    justify-content: center;
    color: white;
}

.left-side-menu-btn-open {
    margin: 0 0 20px 20px;
}

.left-side-menu-btn-close {
    margin: 15px 0 20px 0 !important;
}

.btn-menu:hover {
    cursor: pointer;
}

@media (max-width: 991px) {
    .faq-menu {
        width: 350px;
        padding-right: 30px;
        padding-left: 30px;
        padding-bottom: 40px;
        position: absolute;
        top: 57px;
        z-index: 101;
        left: -100%;
        background-color: white;
        -webkit-box-shadow: 0 11px 49px 0 rgba(28, 28, 28, 0.31);
        box-shadow: 0 11px 49px 0 rgba(28, 28, 28, 0.31);
        -o-transition: left .3s linear;
        transition: left .3s linear;
    }

    .faq-menu.show {
        left: 0;
    }

    .btn-menu {
        display: flex;
    }

    .container {
        max-width: 100%;
    }
}

@media (max-width: 749px) {
    .faq-menu {
        width: 300px;
    }
}

@media screen and (max-width: 600px) {
    .header__top {
        display: none;
    }
}

@media (max-width: 480px) {
    .faq-menu {
        width: 267px;
    }
}

/*left bar menu end*/

#uptocall-mini .uptocall-mini-phone i {
    /* left: 15px !important;
    top: 12px !important; */
}

