/* font css  */
/* // <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 200 to 800 */

/* .plus-jakarta-sans-<uniquifier> {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
} */

a.nav-link {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
}

body {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
}

section.top-bar-menu {
    background: #DCE4F6;

}

.top-nav {
    width: 100% !important;
}

section.hero.text-center {
    border-top-width: 0.5px;
    border-color: #3573F9;
}

div.hero-section {
    background-image: url(../images/new-hero-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 15px;
}

h1.hero-header {
    font-weight: 700;
    font-size: 38px;
    text-align: left;
}

p.hero-text {
    color: #fff;
    font-size: 18px;
    text-align: left;
}

/* .marquee-container {
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    height: 200px; Adjust based on your image height 
    background: ;
  } */
div.marquee-content img {
    display: inline;
    margin: 0px 15px;
}

h5.brand-text {
    font-size: 24px;
    font-weight: bold;
}

.flow-section-img {}

.flow-section-title {
    font-size: 45px;
    font-weight: 700;
}

ul.custom-list {
    list-style: none;
    padding-left: 0;
}

ul.custom-list li {
    position: relative;
    padding-left: 30px;
    /* Adjust based on the size of your icon */
    margin-bottom: 10px;
}

ul.custom-list li::before {
    content: "\f058";
    /* Unicode for Font Awesome check icon */
    font-family: 'FontAwesome';
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
    /* Adjust based on your desired size */
    color: #3573F9;
    /* Adjust based on your desired color */
}

.test-sponsor-card {
    background: #3573F9;
    color: #fff;
    /* padding-left: 45px;
    padding-top: 45px;
    padding-bottom: 45px;
    padding-right: 45px; */
    border-radius: 10px;


}

.partner-section {
    padding-top: 50px;
    padding-bottom: 50px;
}

.test-sponsor-card h5 {
    font-size: 30px;
}

.test-sponsor-card p {
    font-size: 17px;
}

.test-sponsor-card button {
    color: #3573F9;
    padding: 10px 20px;
    background: #fff;
    border: none;
    border-radius: 6px;
}

.test-sponsor-card i {
    font-weight: 200;
}

/* dc card  */
.dc-card h5 {
    font-size: 30px;
    color: #000;
}

.dc-card p {
    font-size: 17px;
    color: #000;
}

.dc-card button {
    color: #fff;
    padding: 10px 20px;
    background: #3573F9;
    border: none;
    border-radius: 6px;
}

.dc-card i {
    font-weight: 200;
}

.dc-card {
    background: #DDE7FE;
    color: #3573F9;
    /* padding-left: 45px;
    padding-top: 45px;
    padding-bottom: 45px;
    padding-right: 45px; */
    border-radius: 10px;
}

.subscribe-image img {
    width: 500px;
    height: 389px;
    text-align: center;
}

.footer-link ul li {
    color: #0A142F;
    font-weight: 400;
}

.footer-link-title {
    font-weight: 700;
    padding-bottom: 10px;
    padding-top: 20px;
    color: #0A142F;
}

a.f-link {
    text-decoration: none;
    color: black;
}

.other-links {
    padding-left: 10px;
}

.footer-link ul {
    list-style-type: none;
    padding: 0;
}

section.footer {
    padding-top: 50px;
    padding-bottom: 20px;
    border-bottom: solid 1px #e7e7e7;
}

@media (max-width: 993px) {
    .subscribe-image {
        display: none;
    }
}

.about-text {
    text-align: justify;
}

.about-bg {
    background-color: #fafcfd;
    /* For browsers that do not support gradients */
    background-image: linear-gradient(#fafcfd 50%, #fff 50%);
}

.certify-bg {
    background-color: #fafcfd;
}

.about-text-container {
    background: #fff;
    border-radius: 5px;
}

.about-image {
    border-radius: 5px;
    margin-bottom: 25px;
}

i.rating {
    color: gold;
}

i.check-rating {
    color: green;
}

.exdetails-bg {
    background: #DDE7FE;
}

section.organizations {
    background-color: #F2EFF2;
}

img.org-partners {
    width: 150px;
}

div.detail-icon {
    background: #3758B2;
    border-radius: 5px;
    height: 56px;
    width: 56px;
    align-content: center;
}

section.overview {
    padding-top: 90px;
    background: #fafcfd;
}

section.exam-details {
    padding-top: 50px;
    background: #fafcfd;
    padding-bottom: 90px;
}

.course-card {
    display: none;
}

.certification-body {
    background: #fafcfd;

}

.title-lines {
    width: 50px;
    background: #000 !important;
    height: 1.5px;
    border: solid 1px #000 !important;
    margin-right: 10px;
}

.remote-test-info {
    align-content: center;
}

.long-image {
    height: 900px;
    background-color: #f0f0f0;
    box-shadow: 27px 21px 1px 0px #0159AA26;
    border-radius: 8px;
    margin-right: 10px;
}

li.tat-deails::marker {
    color: #3573F9;
    background-color: #3573F9 !important;
    font-size: 20px;
}

.details-grid {
    text-align: center;
}

.details-grid-img {
    width: 100px;
    height: 100px;
    background: #fff;
    padding: 10px;
    border-radius: 100%;
    align-content: center;
}

.details-grid-btn {
    color: #3573F9;
    background: #fff;
    border: 1px solid #3573F9;
    border-radius: 5px;
    padding: 5px 20px;
}

.partner-form {
    border-radius: 10px;
    padding: 20px 0px;
}

.careers-image {
    background: url(../images/careers.png);
    padding: 200px 0px;
    background-repeat: no-repeat;
    background-size: cover;
}

.details-careers {
    width: 100px;
    height: 100px;
    background: #3573F9;
    padding: 10px;
    border-radius: 100%;
    align-content: center;
}

.career-info {
    text-align: left;
}

.job-arrow {
    align-content: center;
    text-align: right;
}

.job-arrow a {
    color: #000;
}

.job-arrow a:hover {
    color: #3573F9;
}

.button-links {
    color: #fff;
    font-weight: 500;
    text-decoration: none;
}

.button-w-pry {
    font-weight: 500;
    text-decoration: none;
}

.partner-boxes {
    margin-left: 15px;
}

.partner-box1 {
    margin-left: 0px;
    padding-left: 0px;
}

@media (max-width: 768px) {
    h1.hero-header {
        font-size: 30px;
        padding: 16px !important;
    }

    p.hero-text {
        padding: 16px !important;
    }

    div.hero-search {
        padding: 16px !important;
    }

    h5.brand-text {
        padding-left: 0px !important;
    }

    h4.flow-section-title {
        font-size: 30px !important;
        padding-left: 0px !important;
    }

    img.lady-writing {
        max-width: 100%;

    }

    img.img-spacer {
        padding-left: 8px !important;
    }

    div.test-sponsor-card {}

    img.guy-image {
        display: none;
    }

    section.sub-section {
        padding-top: 0px !important;
        margin-top: 15px !important;
    }

    .foot-link {
        margin-bottom: 8px;
    }

}

.card-title .exam-grid-title {
    font-weight: bold;
    font-size: 18px;
}

.exam-grid-text {
    font-size: 16px;
}

.fs-6 {
    font-size: 15px !important;
}

a .nav-link .active:active {
    font-weight: bold;
}