.question {
    font-weight: bold;
    margin-top: 25px;
    margin-bottom: 10px;
    font-size: 20px;
}
.answersHelp {
    display: inline-flex;
}
.answersHelp .answer {
    background: #efefef;
    color: #141414;
    padding: 10px;
    float: left;
    cursor: pointer;
}
.answer.active{
    background: #000;
    color: white;
}
.info {
    font-size: 14px;
    margin: 10px 0px;
}
.answersChoice select {
    width: 600px;
    padding: 10px;
    font-size: 14px;
    cursor: pointer;
}

.full-width {
    padding-left: 20px;
}

h5.topics-title {
    padding-left: 10px;
}

.card-body.card-ans.fix-line-height.regular.black-color-text {
    color: #062A78;
    line-height: 25px;
}

.accordion.card.card-quest.help-center-faq {
    border: unset;
    background-color: #F4F9FF;
}

h5.topics-title {
    font-size: 20px;
    color: #062A78;
    margin-bottom: 32px;
    margin-top: 32px;
}

h5.topics-title.first-title-topics {
    margin-top: 0px;
}

.contact-us-ways {
    max-width: 174px;
    margin: auto;
    height: 256px;
}

img.contact-us-ways-icons {
    margin-bottom: 12px;
}

.col-md-12.contact-us-ways-outer.second-outer-help {
    margin-top: 40px;
}

h5.contact-us-title-ways, p.contact-us-content-ways {
    color: #062A78;
}

.info-text {
    font-size: 35px;
    color: #062A78;
}

.col-md-7.faq-content {
    margin-top: 60px;
}

.card-header.contact-us-accordion {
    background-color: #fcfcff;
}

.new-support {
    background-color: #fff;
    border-radius: 4px;
    padding-top: 20px;
    padding-bottom: 20px;
    border: 1px solid #E7E9EF;
}

.help-center-body {
    background-color: #fcfcff;
}

.new-support {
    width: 200px;
}

.resolutionAnswer {
    margin-top: 20px;
    font-size: 14px;
    display: none;
}
.resolutionAnswer > div {
    background: #efefef;
    padding: 40px 30px;
    max-width: 600px;
}
.dyk {
    font-weight: bold;
    margin-bottom: 10px;
}
.resolutionAnswer span {
    cursor: pointer;
    text-decoration: underline;
}
.actionButton {
    text-align: center;
    margin: 20px 0px;
}
.actionButton a {
    background: orange;
    padding: 8px 20px;
    border-radius: 5px;
    color: black;
}
.accountChoice{
    display: none;
}
.containerReso {
    max-width: 1200px;
    margin: auto;
    width: 95%;
}
.twothird {
    width: 70%;
    min-width: 600px;
    float: left;
}
.oneThird {
    width: 28%;
}
.chatOpenLive {
    text-align: center;
    display: none;
    border: 2px solid #D1D6D7;
    border-radius: 5px;
    padding: 20px 0px;
    margin-top: -65px;
}
button.openChatTrigger {
    background: #2196f3;
    color: white;
    padding: 10px 20px;
    border: 0px;
    border-radius: 5px;
}
.title {
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 20px;
}
.ticketSystem {
    text-align: center;
    margin-top: 20px;
}
button.openTicket {
    background: #FF9800;
    border: 0px;
    border-radius: 5px;
    padding: 10px 20px;
}
#newTicket {
    border-top: 0px solid #D1D6D7;
    margin-top: 20px;
    padding-top: 20px;
    display: none;
}
.inputField {
    margin-bottom: 15px;
}
.inputField label {
    width: 100%;
    margin-bottom: 0px;
    font-weight: bold;
}
.inputField input {
    border: 1px solid #D1D6D7;
    padding: 5px 10px;
    font-size: 14px;
    width: 300px;
    border-radius: 5px;
}
.inputField textarea {
    padding: 5px 10px;
    border: 1px solid #D1D6D7;
    font-size: 13px;
    width: 300px;
    border-radius: 5px;
}
.inputField select {
    width: 300px;
    padding: 5px 10px;
    font-size: 13px;
    border: 1px solid #D1D6D7;
    border-radius: 5px;
}
.common-issues {
    background: #efefef;
    padding: 20px;
    max-width: 700px;
    margin-top: 20px;
}
.common-issues .question {
    font-size: 15px;
    margin-top: 5px;
}
.commonQ {
    float: left;
    border: 1px solid;
    padding: 5px;
    margin-right: 8px;
    background: white;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
}
.cissues {
    display: inline-flex;
}
span.orange-txt {
    color: #2196f3;
    font-family: 'Montserrat-SemiBold';
}


@media screen and (max-width: 1000px) {
    .row {
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
    }
    .twothird {
        width: 100%;
        min-width: auto;
    }
    .oneThird {
        width: 100%;
        max-width: 600px;
        margin: auto;
    }
    .chatOpenLive {
        margin-top: 30px;
    }
    .answersChoice select {
        max-width: 600px;
        width: 100%;
    }
    .inputField input, .inputField select,.inputField textarea {
        width: 90%;
    }
}

@media screen and (max-width: 1000px) {
    .new-support {
        margin: auto;
        margin-top: 60px;
    }
}