@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Sora:wght@300;400;500;600;700&display=swap');
body {
    font-family: 'Sora', sans-serif;
}
.tawaref-help-header {
    background-color: #CCEBEE;
}
.t-help-nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 25px 0;
}
.t-help-nav ul li a {
    color: #000;
    font-size: 16px;
    font-weight: 500;
}
.t-help-nav ul li:first-child {
    padding-right: 18px;
}
.banner-content {
    text-align: left;
}
.banner-content span, .banner-content p {
    font-size: 20px;
    font-weight: 400;
    line-height: 25.2px;
    margin: 0;
}
.banner-content span {
    letter-spacing: 10px;
}
.banner-content h1 {
    font-size: 68px;
    font-weight: 600;
}
.banner-content .input-group-text {
    background: #fff;
    padding: 8px 20px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
.search-help-input {
    border: none !important;
    border-radius: 8px;
}
.search-help-input:focus, .footer-input:focus {
    box-shadow: none !important;
    border-color: #ccebee;
}
.input-group-text, .footer-input {
    background-color: #fff;
    border: none !important;
}
.banner-content input {
    border-left: 0;
    padding: 13px 5px;
}
.banner-content .input-group-text i {
    font-size: 20px;
}
.banner-img {
    text-align: right;
}
.banner-img img {
    width: 85%;
}


/* help-services */
.help-services a {
    text-decoration: none;
}
.help-services-row {
    display: flex;
    justify-content: center;
}
.help-services .service-card {
    /* border: 1px solid #DADADA;
    border-radius: 8px;
    padding: 20px; */

    border-radius: 8px;
    padding: 20px;
    background: #fff;
    box-shadow: 0px 20px 60px 0px #00000014;
}
.service-card-inner-row .service-img {
    display: flex;
    align-items: start;
    height: 100%;
}
.service-card-inner-row .service-img img {
    width: 100%;
}
.service-card h5, .service-card h6, .service-card p, .service-card a, .service-card span {
    font-family: 'Inter', sans-serif;
    color: #3B3C4A;
}
.service-card-inner-row h6 {
    font-size: 22px;
    font-weight: 600;
}
.service-card-inner-row p {
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    line-height: 26px;
}
.service-card-inner-row .user-detail {
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
}
.service-card-inner-row .user-detail span {
    font-size: 14px;
    font-weight: 500;
    padding-left: 12px;
}
.service-card-inner-row .user-detail .profile-pic {
    width: 24px;
    height: 24px;
    border-radius: 50%;
}
.service-card-inner-row .user-status {
    font-size: 12px;
    font-weight: 400;
    font-family: 'Sora', sans-serif;
}
.service-card-inner-row .user-detail .profile-pic img {
    height: 24px;
    width: 24px;
}
.service-card-inner-row .user-detail .wrapper {
    display: flex;
    align-items: center;
}

/* Get Started Page */
.get-started-section,.startups-faqs-section {
    padding: 50px 0;
}
.get-started-section h5, .startups-faqs-section h5, .fhead{
    font-size: 24px;
    font-weight: 700;
}
.get-started-section .getStarted-box {
    height: 170px;
    border-radius: 8px;
    padding: 24px;
    background-color: #fff;
    box-shadow: 0px 20px 60px 0px #00000014;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    text-decoration: none;
    color: #000;
}
.get-started-section .getStarted-box .icon-box {
    width: 145px;
    height: 112px;
    background-color: #EAF8FC;
    display: flex;
    align-items: center;
    justify-content: center;
    padding:15px;
}
.get-started-section .getStarted-box .icon-box img{
    max-width: calc(100% - 30px);
}
.get-started-section .getStarted-box .discription {
    padding-left: 25px;
}
.get-started-section .getStarted-box .discription h6 {
    font-size: 24px;
    font-weight: 600;
}

/* Startups FAQs page */
.startups-faqs-section .faqs-box {
    width: 100%;
    background-color: #fff;
    border-radius: 8px;
    padding: 24px;
    box-shadow: 0px 20px 60px 0px #00000014;
    display: flex;
    align-items: center;
    color: #000;
    text-decoration: none;
    margin-bottom: 30px;
}
.startups-faqs-section .faqs-box .icon-box {
    width: 66px;
    height: 66px;
    background-color: #EAF8FC;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 30px;
    padding: 10px;
}
.startups-faqs-section .faqs-box .icon-box img{
    max-width: 100%;
}
.startups-faqs-section .faqs-box .description h6, .startups-faqs-section .faqs-box .description p  {
    margin: 0;
    font-size: 20px;
    line-height: 30px;
}
.startups-faqs-section .faqs-box .description h6 {
    font-weight: 700;
}
.startups-faqs-section .faqs-box .description p {
    font-weight: 400;
}






/* Footer */
.tawaref-help-footer {
    background: #030303;
    padding: 100px 0;
}
.footer-col-wrapper p {
    color: #9A9A9A;
    margin: 0;
    padding: 15px 0;
}
.footer-col-wrapper ul li {
    list-style: none;
    margin: 25px 0;
}
.footer-col-wrapper ul li a {
    text-decoration: none;
    color: #9A9A9A;
    font-size: 16px;
    font-weight: 400;
    position: relative;
}
.footer-col-wrapper ul li a:hover {
    color: #fff;
}
.footer-col-wrapper ul li a:hover img {
    border: 1px solid #fff;
}
.footer-col-wrapper ul li a img {
    border: 1px solid #9A9A9A;
    padding: 8px;
}
.footer-col-wrapper ul li a span {
    padding-left: 15px;
    position: absolute;
    min-width: 300px;
}
.footer-col-wrapper.footer-links {
    width: 150px;
    margin: auto;
}
.footer-links ul .footer-title {
    padding-top: 45px;
    padding-bottom: 15px;
}
.footer-links ul .footer-title a {
    color: #fff;
    font-weight: 700;
}
.footer-col-wrapper.footer-newsletter {
    background: #1C1C1C;
    width: 392px;
    height: 254px;
    margin: auto;
    border-radius: 12px;
    margin-top: 50px;
    text-align: center;
}
.footer-newsletter p {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}
.footer-newsletter span {
    color: #858585;
    font-size: 16px;
    font-weight: 400;
}
.footer-newsletter .input-email {
    padding: 12px 25px;
}
.footer-newsletter .input-email input {
    border: none;
    padding: 10px 15px;
}
.footer-newsletter .input-email .input-group-text {
    border: none;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.footer-newsletter .input-email .input-group-text i {
    font-size: 18px;
}
.subscribe-btn-wrap {
    padding: 0 25px;
}
.footer-newsletter .subscribe-btn {
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background-color: #009DAB;
    width: 100%;
    padding: 12px 5px;
}

/* Terms & Conditions */
.terms_conditions {
    background-color: #1C1C1C;
}
.terms_conditions a {
    color: #9A9A9A;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
}
.terms_conditions .terms {
    padding-left: 20px;
}
.terms_conditions a:hover {
    color: #fff;
}
.privacy-policy {
    text-align: left;
}



/* Post Content Section */
.post-content-sec h1, .post-content-sec h2, .post-content-sec h3, .post-content-sec h4, .post-content-sec h5, .post-content-sec p, .post-content-sec span, .post-content-sec ul li, .post-content-sec ul li  a, .post-content-sec strong, .post-content-sec b {
    color: #3B3C4A;
}
.post-content-sec a {
    text-decoration: none;
    color: #009DAB;
}
.post-content-sec ul, .post-content-sec ol {
    margin-top: 20px;
}
.post-content-sec table, .post-content-sec table tr, .post-content-sec table th, .post-content-sec td {
    border: 1px solid #3B3C4A;
    text-align: center;
    color: #3B3C4A;
    margin: 10px 0;
}


.post-content-sec {
    background-color: #fff;
    padding: 50px 15px;
}
.post-content-sec .row, .post-page-header {
    display: flex;
    margin: auto;
    justify-content: center;
}
.page-steps ul {
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.page-steps ul li {
    list-style: none;
}
.page-steps ul li a {
    font-family: 'Inter', sans-serif;
    color: #3B3C4A;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
}
.page-steps ul li a.active {
    color: #696a75ad;
}
.page-steps ul li i {
    padding: 0 18px;
    color: #3B3C4A;
}

.post-content-sec .post-heading {
    font-family: 'Sora', sans-serif;
    font-size: 44px;
    font-weight: 600;
    color: #181A2A;
}
.post-content-sec .user-detail {
    padding-top: 18px;
}
.post-content-sec .user-detail .user-detail-wrap {
    display: flex;
    align-items: center;
}
.post-content-sec .user-detail .user-detail-wrap img {
    width: 40px;
    height: 40px;
    margin-right: 8px;
}
.post-content-sec .user-detail .user-detail-wrap span {
    font-size: 14px;
    font-weight: 500;
    color: #424248;
}
.post-content-sec .user-detail .user-detail-wrap p {
    margin: 0;
    font-size: 12px;
    font-weight: 400;
    color: #696A75;
}
.post-content-sec .post-text-wrap {
    font-family: 'Inter', sans-serif;
    display: flex;
    flex-direction: column;
}
.post-content-sec .post-text-wrap h6 {
    font-size: 32px;
    font-weight: 700;
    line-height: 34px;
    color: #3B3C4A;
    margin-top: 20px;
}
.post-content-sec .post-text-wrap p {
    font-size: 20px;
    font-weight: 500;
    color: #3B3C4A;
    line-height: 34px;
}
.post-content-sec .reaction-box {
    background-color: #f2f2f2;
    width: 100%;
    height: 155px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.reaction-box a {
    font-size: 35px;
    margin: 0 8px;
    transition: 0.5s;
}
.reaction-box a:hover {
    text-decoration: none;
}














/* Responsive */
@media (min-width: 992px) and (max-width: 1160px) {
    .footer-col-wrapper.footer-newsletter {
        width: 100%;
    }
}

@media (min-width: 200px) and (max-width: 767px) {
    .t-help-nav {
        padding: 15px 15px;   
    }
    .banner-content {
        padding: 0 15px;
    }
    .banner-img img {
        width: 100%;
    }
    .footer-col-wrapper.footer-links {
        width: auto;
    }
    .footer-col-wrapper.footer-newsletter {
        width: 100%;
    }
    .footer-col-wrapper ul li a span {
        min-width: 200px;
    }
    .privacy-policy {
        text-align: center;
        margin-bottom: 10px;
    }
    .tawaref-help-footer {
        padding: 50px 10px;
    }

}

.knowsystem_wrapper ul, .knowsystem_wrapper ol{
    margin-top:0px;
    margin-bottom: 15px;
}

.knowsystem_wrapper ol li ol, .knowsystem_wrapper ol ol{
    list-style: lower-alpha;
}


/* Table Page Css */

            @import url('https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap');

            .license-table-section .license-table, thead tr th, tbody tr td, .license-table h5 {
                font-family: "Sora", sans-serif;
            }
            .license-table-section .license-table thead {
                background-color:#009DAB;
                color: #fff;
            }
            .license-table-section .license-table-responsive {
                border-top-left-radius: 16px;
                border-top-right-radius: 16px;
            }
            .license-table-section .license-table-responsive thead th:first-child {
                border-top-left-radius: 16px;
            }
            .license-table-section .license-table-responsive thead th:last-child {
                border-top-right-radius: 16px;
            }
            .license-table thead th:nth-child(2), .license-table thead th:nth-child(3), .license-table thead th:nth-child(4) {
                width: 32%;
            }
            .license-table-section .license-table-responsive thead th {
                border-bottom: 4px solid #fff;
            }
            .license-table-section .license-table-responsive thead tr th {
                text-align: center;
                vertical-align: middle;
                font-size: 18px;
                font-weight: 700;
            }
            .license-table-section .license-table-responsive tbody tr th {
                color: #1F8F8C;
                text-align: center;
                font-size: 18px;
                font-weight: 800;
                border-bottom: 4px solid #fff;
            }
            .license-table-section .license-table-responsive tr th {
                
                vertical-align: middle;
            }
            .license-table-responsive tr th:nth-child(1), .license-table-responsive tr th:nth-child(2), .license-table-responsive tr th:nth-child(3) {
                border-right: 4px solid #fff;
            }
            .license-table-section .license-table-responsive tr td {
                text-align: center;
                vertical-align: middle;
                font-size: 16px;
                font-weight: 600;
                color: #1F8F8C;
                border: 4px solid #fff;
            }
            .license-table-responsive .table-striped tbody tr {
                background: #F8FCFD;
            }
            .license-table-responsive .table-striped tbody tr:nth-of-type(odd) {
                background-color: #009DAB24;;
            }
            .license-table-responsive h5.shareholder-instructions {
                font-size: 18px;
                font-weight: 700;
                color: #1F8F8C;
            }        
            .license-table.authorized-partners-table tbody tr td {
                width: 33% !important;
                text-align: left;
                padding: 5px 25px;
                font-size: 15px;
            }
