* {
    font-family: Inter, Inter;
}
a:hover {
    text-decoration: none;
}
.faq-header {
    max-width: 1290px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    padding: 10px 15px;
    background-color: #fff;
    align-items: center;
    justify-content: space-between;
}
.faq-header .left {
    display: flex;
    align-items: center;
}
.faq-header .left .logo {
    height: 60px;
    margin-right: 4px;
}
.faq-header .left div {
    font-weight: 600;
    font-size: 16px;
    color: #474747;
    line-height: 36px;
}
.faq-header .right {
    display: flex;
    align-items: center;
}
.faq-header .right a {
    font-size: 16px;
    color: #428bca;
    line-height: 20px;
}
.faq-foot {
    background: #F7F7FB;
    font-size: 12px;
    color: #474747;
    line-height: 90px;
    text-align: center;
}

.search-section {
    background: #1B6FAB;
    position: relative;
    padding: 30px 15px 50px;
    overflow: hidden;
}
.search-section .title {
    font-weight: 600;
    font-size: 48px;
    color: #FFFFFF;
    line-height: 68px;
    text-align: center;
}
.search-section .sub-title {
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 22px;
    text-align: center;
    margin-top: 12px;
    opacity: 0.7;
}
.search-section .search-input {
    max-width: 700px;
    width: 100%;
    margin: 30px auto 0;
    background: #FFFFFF;
    box-shadow: 0px 8px 25px 0px rgba(13,10,44,0.06);
    border-radius: 60px 60px 60px 60px;
    border: 1px solid #EFF0F6;
    display: flex;
    padding: 9px 30px;
    align-items: center;
}
.search-section .search-input .fa{
    font-size: 22px;
    color: #ADA8A8;
    margin-right: 25px;
}
.search-section .search-input input {
    border: none;
    font-size: 18px;
    width: calc(100% - 50px);
}
.search-section .search-input input:focus {
    outline: none;
}
.search-section .png1 {
    position: absolute;
    width: 300px;
    left: -70px;
    bottom: -10px;
}
.search-section .png2 {
    position: absolute;
    width: 300px;
    right: -90px;
    top: -10px;
}

.faq-categorys {
    padding: 30px 15px;
    display: flex;
    flex-wrap: wrap;
    max-width: 1140px;
    width: 100%;
    margin: auto;
}
.faq-categorys .category-item {
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #1B6FAB;
    font-size: 18px;
    color: #1B6FAB;
    line-height: 32px;
    margin: 20px;
    min-width: 330px;
    text-align: center;
    padding: 12px;
    cursor: pointer;
}
.faq-categorys .category-item:hover {
    background-color: #1B6FAB;
    color: #fff;
}

.cw-category-item:hover {
    background-color: #007aff !important;
    color: #fff !important;
}

.promoted-title {
    font-weight: 600;
    font-size: 24px;
    color: #2B3540;
    line-height: 34px;
    margin-top: 10px;
    margin-bottom: 30px;
    max-width: 1100px;
    width: 100%;
    margin: auto;
    padding: 0 15px;
}

.faq-promoted {
    padding: 30px 15px;
    display: flex;
    flex-wrap: wrap;
    max-width: 1100px;
    width: 100%;
    margin: auto;
    justify-content: space-between;
}
.faq-promoted .faq-promoted-item {
    font-weight: 400;
    font-size: 18px;
    color: #1B6FAB;
    line-height: 36px;
    border-bottom: 1px solid #ECECF1;
    padding: 15px 0;
    width: 47.5%;
    margin-bottom: 20px;
}


.category-nav {
    max-width: 1290px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    padding: 20px 15px;
    justify-content: space-between;
    align-items: center;
}
.category-nav .left-nav {
    display: flex;
    align-items: center;
}
.category-nav .left-nav .fa{
    color: #BAC7D5;
    margin: 0 5px;
}
.category-nav .left-nav span {
    color: #252A31;
}
.category-nav .right-nav {
    width: 400px;
}
.category-nav .search-input {
    max-width: 400px;
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 8px 25px 0px rgba(13,10,44,0.06);
    border-radius: 60px 60px 60px 60px;
    border: 1px solid #EFF0F6;
    display: flex;
    padding: 14px 30px;
    align-items: center;
}
.category-nav .search-input .fa{
    font-size: 20px;
    color: #ADA8A8;
    margin-right: 25px;
}
.category-nav .search-input input {
    border: none;
    font-size: 16px;
    width: calc(100% - 50px);
    line-height: 20px;
    padding: 0;
}
.category-nav .search-input input:focus {
    outline: none;
}
.category-faqs {
    max-width: 730px;
    width: 100%;
    margin: 30px auto;
    padding: 0 15px;
    min-height: calc(100vh - 340px);
}
.category-faqs .category-name {
    font-weight: 600;
    font-size: 24px;
    color: #282938;
    line-height: 34px;
}
.category-faqs .category-faqs-item {
    font-size: 18px;
    color: #1B6FAB;
    line-height: 36px;
    border-bottom: 1px solid #ECECF1;
    padding: 0 0 20px;
    margin-top: 30px;
}
.category-faqs .category-faqs-item a:hover {
    text-decoration: underline;
}

.faq-content {
    max-width: 1290px;
    width: 100%;
    margin: 30px auto;
    padding: 0 15px;
    min-height: calc(100vh - 340px);
    display: flex;
    justify-content: space-between;
}
.faq-content .faq-list {
    width: 270px;
}
.faq-content .faq-list-item {
    width: 270px;
    padding: 10px 20px;
    font-size: 18px;
    color: #474747;
    line-height: 22px;
}
.faq-content .faq-list-item:hover, .faq-content .faq-list-item.now {
    background: #538BC5;
    border-radius: 8px 8px 8px 8px;
    cursor: pointer;
    color: #fff;
}
.cw-faq-list-item:hover {
    background: #007aff !important;
}
.faq-content .faq-list a {
    margin-bottom: 15px;
    display: block;
}
.faq-content .faq-content-box {
    max-width: 900px;
    width: calc(100% - 270px);
    padding-left: 20px;
}
.faq-content .faq-content-box .title {
    font-size: 24px;
    color: #2B3540;
    line-height: 36px;
}
.faq-content .faq-content-box .faq-date {
    font-size: 12px;
    color: #777777;
    line-height: 14px;
    margin-top: 10px;
}
.faq-content .faq-content-box .helpful {
    margin-top: 40px;
    border-top: 1px solid #DFDFDF;
    padding: 30px;
}
.faq-content .faq-content-box .helpful p {
    font-size: 14px;
    color: #474747;
    line-height: 28px;
    text-align: center;
    margin-bottom: 20px;
}
.faq-content .faq-content-box .helpful p a {
    color: #1B6FAB;
    cursor: pointer;
}
.faq-content .faq-content-box .helpful div {
    display: flex;
    justify-content: center;
}
.faq-content .faq-content-box .helpful div .as-btn {
    border-radius: 8px 8px 8px 8px;
    border: 1px solid #1B6FAB;
    font-size: 14px;
    color: #1B6FAB;
    line-height: 28px;
    margin: 0 12px;
    padding: 2px 20px;
    width: 115px;
    display: flex;
    justify-content: start;
    cursor: pointer;
}
.faq-content .faq-content-box .helpful div .as-btn::before {
    margin-right: 20px;
}

#spinner {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -50px; /* half width of the spinner gif */
    margin-top: -50px; /* half height of the spinner gif */
    text-align:center;
    z-index:1234;
    overflow: auto;
}


.request-form {
    max-width: 600px;
    width: 100%;
    margin: auto;
    padding-bottom: 100px;
}
.request-form .title {
    font-weight: 600;
    font-size: 36px;
    color: #282938;
    line-height: 50px;
    margin-top: 30px;
    margin-bottom: 40px;
}
.request-form .request-item {
    margin-bottom: 20px;
}
.request-form .request-item .as-lab {
    color: #434E5B;
    line-height: 18px;
    margin-bottom: 8px;
    position: relative;
}
.request-form .request-item .as-lab span {
    position: absolute;
    margin-top: 3px;
    margin-left: 4px;
    color: red;
}
.request-form .request-item input, 
.request-form .request-item select,
.request-form .request-item textarea {
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #D0D3D6;
    height: 40px;
    padding: 10px 16px;
    resize: none;
    width: 100%;
}
.request-form .request-item .has-err {
    border-color: red;
}
.request-form .request-item .attach {
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #D0D3D6;
    height: 40px;
    padding: 10px 16px;
    width: 100%;
    text-align: center;
    color: #A1A7AD;
    cursor: pointer;
    display: flex;
    justify-content: center;
}
.request-form .request-item .attach span {
    color: #1B6FAB;
}
.request-form .request-item .as-submit {
    background: #428BCA;
    border-radius: 2px 2px 2px 2px;
    text-align: center;
    width: 170px;
    line-height: 40px;
    color: #F8F8F8;
    margin-top: 20px;
    cursor: pointer;
}

.search-form {
    max-width: 600px;
    width: 100%;
    margin: auto;
    padding-bottom: 100px;
}
.search-form .title {
    font-weight: 600;
    font-size: 36px;
    color: #282938;
    line-height: 50px;
    margin-top: 30px;
    margin-bottom: 10px;
}
.search-form .sub-title {
    font-size: 18px;
    color: #849AAA;
    line-height: 20px;
    font-style: italic;
}
.search-form .category-name {
    font-weight: 600;
    font-size: 18px;
    color: #282938;
    line-height: 25px;
    margin-top: 40px;
}
.search-form .search-form-item {
    border-bottom: 1px solid #ECECF1;
    font-size: 18px;
    color: #1B6FAB;
    line-height: 36px;
    padding: 20px 0;
}
.search-form .search-form-item a {
    color: #1B6FAB;
    cursor: pointer;
}