.sectiontitle {
    color: #3a3a3a;
    margin-bottom: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin-top: 30px;
}

.section-two h2 {
    color: #3a3a3a;
    margin-bottom: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

.blueBtnBig {
    background: #019ff0;
    color: #fff !important;
    padding: 16px 60px !important;
    border-radius: 50px;
    box-shadow: 8px 10px 28px #9fdbf9;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
}

.mb-20 {
    margin-bottom: 20px;
}

.sidebar {
    height: 100%;
    padding-bottom: 20px;

}

.font-600 {
    font-weight: 600;
}

.card {
    margin: auto;
    margin-top: 10px;
    /* Adjust to match sidebar width + extra space */
}


.btn-search {
    height: calc(100% - 2px);
    /* Match the height of the input box */
}

/* @media (min-width: 768px) */
.content-wrapper .content-heading {
    margin: -20px -20px 20px;
    padding: 20px;
}

.hero-img {
    width: 100%;
}

.content-wrapper .content-heading {
    display: flex;
    align-items: left !important;
    font-size: 1.5rem;
    line-height: 1.1;
    color: #929292;
    margin: -15px -15px 20px;
    padding: 15px;
    font-weight: 400;
    background-color: #fafbfc;
    border-bottom: 1px solid #cfdbe2;
}

.videocontainer {
    width: 100%;
    height: auto !important;
    max-width: 100%;
}

.videocontainer video {
    width: 100%;
    height: auto;
    max-width: 100%;
    /* Ensure video doesn't overflow its container */
}

@media (min-width: 768px) {
    .col-md-6 {
        max-width: 50%;
        /* Set column width to half of the screen */
        flex: 0 0 50%;
        /* Set flex basis to half of the container */
    }
}

.related-videos {
    margin-top: 20px;

}

.related-video {
    margin-bottom: 20px;
    border: 1px solid #E7E7E7;
    border-radius: 10px;
    padding: 10px;
    box-sizing: border-box;

}

.related-video .video-container {
    width: 100%;
    /* Take full width */
    height: auto;
    /* Adjust height automatically */
    display: flex;
    align-items: center;
}

.related-video video {
    width: 100%;
    height: auto;
    /* Adjust height automatically */
    display: block;
}

.video-description {
    width: 100%;
    padding-top: 10px;
    /* Add padding between video and description */
}

.video-description h4 {
    margin-top: 0;
}

.video-description p {
    font-size: 14px;
    color: #333;
    line-height: 1.5em;
    height: 10em;
    /* Maintain fixed height */
    overflow-y: auto;
    /* Enable vertical scrollbar */
}

.video-description.expanded {
    display: block;
}


.topnav {
    overflow: hidden;
    background-color: rgb(0, 0, 0, .9);
    font-weight: 700;
    font-family: brandon-grotesque, sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    word-spacing: 20px;
    margin-bottom: 5px;
    /* display: flex; //Use flexbox */
    /* justify-content: center; //Center align horizontally */
    margin-top: -6em;

}

.topnav a {
    color: #fff !important;
    text-align: center;
    text-decoration: none;
    font-size: 30px;
    /*padding: 14px 46px;*/
    /* Adjust padding as needed */
}

@media (max-width: 767px) {
    .topnav a {
        font-size: 15px;
        /* Adjust this value as needed for mobile */
        padding: 5px 10px;
        /* Adjust padding if needed */
    }

    .topnav {
        margin-top: 0;
    }
}

.topnav a:hover {
    background-color: transparent;
    color: #fff;
}

/* .topnav a.active {
background-color: transparent;
color: #fff;
} */

.slideshow-container {
    position: relative;
    overflow: hidden;
    width: 90%;
    margin: 0 auto;
    /* Center the container */
    max-width: 1200px;
    /* Adjust max width as needed */
    padding: 20px;
}

.slides {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    width: 100%;
}

.slide {
    flex: 0 0 auto;
    width: calc(33.33% - 20px);
    /* Adjust width for 3 slides in a row */
    margin-right: 20px;
    /* Adjust margin between slides */
    scroll-snap-align: start;
}

.button-container button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    font-size: 24px;
    cursor: pointer;
    z-index: 1;
    /* Set a higher z-index */
}

.prev {
    left: 5px;
}

.next {
    right: 20px;
}

/* Adjust font size for arrows if needed */
button.prev,
button.next {
    font-size: 38px;
    /* Add other styling if needed */
}

/* navs and tabs */
.title-3 {
    font-size: 36px;
    font-weight: 300;
    letter-spacing: 0px;
    line-height: 1.375em;
}

/* .fade:not(.show) { */
    /* opacity: . !important; */
/* } */

.menu_class {
    font-size: 15px;
    font-weight: 400;
}

.card_class {
    display: none;
}

.about_class {
    width: auto;
}

.jqstooltip {
    position: absolute;
    left: 0px;
    top: 0px;
    visibility: hidden;
    background: rgb(0, 0, 0) transparent;
    background-color: rgba(0, 0, 0, 0.6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
    color: white;
    font: 10px arial, san serif;
    text-align: left;
    white-space: nowrap;
    padding: 5px;
    border: 1px solid white;
    box-sizing: content-box;
    z-index: 10000;
}

.jqsfield {
    color: white;
    font: 10px arial, san serif;
    text-align: left;
}

.welcome_container {
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
}

@media screen and (max-width:485px) {
    .welcome_container {
        /* margin-top: 50px; */

    }

    .welcome_container h2,
    .welcome_container span {
        font-size: 20px;
    }
}

.footer_links {
    display: none;
}

.tools_box {
    background: rgb(0 0 0 / 73%);
    height: auto;
    border-radius: 2px;
    height: 300px;
    margin: 1rem;
    position: relative;
    width: 40%;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
}

.tool_title {
    display: flex;
    justify-content: center;
    text-align: center;
    position: absolute;
    top: 38%;
    left: 5%;
    color: #fff;
}

.tool_img {
    position: absolute;
    top: 53%;
    left: 50%;
    z-index: 3;
    animation: pulse-border 2000ms ease-out infinite;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) scale(1.5);
        opacity: 0;
    }
}

@media (max-width : 650px) {

    h2.tool_title {
        font-size: 100%;
        position: absolute;
        top: 45%;
    }


}

@media (max-width:358px) {
    .mobile_font {
        font-size: 13px;
    }
}

/* dashboard quiz div */
.knowledge_test {
    width: 100%;
    /* Set width to 100% to fill its container */
    height: auto;
    /* Set height to auto to maintain the aspect ratio of the background image */
    background-size: contain;
    /* Ensure the background image is contained within the container */
    background-position: center;
    /* Center the background image */
    margin: 20px;
    background-repeat: no-repeat;
    /* Prevent the background image from repeating */
}

.knowledge_test.credit {
    background-image: url('https://www.isuriz.com/images/buildingcredittest.png');
    width: 350px;
    height: 100px;
}

.knowledge_test.lease {
    background-image: url('https://www.isuriz.com/images/leasetest.png');
    /* Replace 'lease_image.jpg' with the path to your lease image */
    width: 350px;
    height: 100px;
}

.knowledge_test.paycheck {
    background-image: url('https://www.isuriz.com/images/paychecktest.png');
    width: 350px;
    height: 100px;
    /* Replace 'paycheck_image.jpg' with the path to your paycheck image */
}

.knowledge_test.stress {
    background-image: url('https://www.isuriz.com/images/stresstest.png');
    width: 350px;
    height: 100px;
    /* Replace 'stress_image.jpg' with the path to your stress image */
}

.knowledge_test.health {
    background-image: url('https://www.isuriz.com/images/insurancetest.png');
    width: 350px;
    height: 100px;
    /* Replace 'stress_image.jpg' with the path to your stress image */
}

.knowledge_test.retirment {
    background-image: url('https://www.isuriz.com/images/retirementtest.png');
    width: 350px;
    height: 100px;
    /* Replace 'stress_image.jpg' with the path to your stress image */
}

.knowledge_test.retirement {
    background-image: url('https://www.isuriz.com/images/retirementtest.png');
    width: 350px;
    height: 100px;
}

.knowledge_test.time {
    background-image: url('https://www.isuriz.com/images/timemanagementtest.png');
    width: 350px;
    height: 100px;
}

.knowledge_test.money {
    background-image: url('https://www.isuriz.com/images/moneymanagementtest.png');
    width: 350px;
    height: 100px;
}

.knowledge_test.nacecompetencies {
    background-image: url('https://www.isuriz.com/images/careercompetencies.png');
    width: 350px;
    height: 100px;
}


.knowledge_test.starl {
    background-image: url('https://www.isuriz.com/images/interviewpreparationv2.png');
    width: 350px;
    height: 100px;
}

.knowledge_test.resume101 {
    background-image: url('https://www.isuriz.com/images/resumewritingtutorialv2.png');
    width: 350px;
    height: 100px;
}


.knowledge_test.creditscore {
    background-image: url('https://www.isuriz.com/images/creditscoretest2.png');
    width: 350px;
    height: 100px;
}

.knowledge_test.employmenttaxes {
    background-image: url('https://www.isuriz.com/images/employmenttaxestest2.png');
    width: 350px;
    height: 100px;
}

.knowledge_test.understandingjobofferletter {
    background-image: url('https://www.isuriz.com/images/jobofferlettertest.png');
    width: 350px;
    height: 100px;
}

.knowledge_test.negotiationjobofferlettertest {
    background-image: url('https://www.isuriz.com/images/negotiationjobofferlettertest.png');
    width: 350px;
    height: 100px;
}

.knowledge_test.backgroundchecks {
    background-image: url('https://www.isuriz.com/images/jobs/background-checks-knowledgebox.png');
    width: 350px;
    height: 100px;
}
.knowledge_test.costofliving {
    background-image: url('https://www.isuriz.com/images/jobs/cost-of-living-knowledgebox.png');
    width: 350px;
    height: 100px;
}
.knowledge_test.drugscreening {
    background-image: url('https://www.isuriz.com/images/jobs/drug-screening-knowledgebox.png');
    width: 350px;
    height: 100px;
}
.knowledge_test.vocational_rehab {
    background-image: url('https://www.isuriz.com/images/jobs/vocational-rehabilitation-knowledgebox.png');
    width: 350px;
    height: 100px;
}
.knowledge_test.international {
    background-image: url('https://www.isuriz.com/images/international/international.png');
    width: 350px;
    height: 100px;
}
.knowledge_test.f1 {
    background-image: url('https://www.isuriz.com/images/international/f1.png');
    width: 350px;
    height: 100px;
}
.knowledge_test.h_1b {
    background-image: url('https://www.isuriz.com/images/international/h_1b.png');
    width: 350px;
    height: 100px;
}
.knowledge_test.j1 {
    background-image: url('https://www.isuriz.com/images/international/j1.png');
    width: 350px;
    height: 100px;
}
.knowledge_test.job_search {
    background-image: url('https://www.isuriz.com/images/international/job_search.png');
    width: 350px;
    height: 100px;
}
.knowledge_test.sonsorship {
    background-image: url('https://www.isuriz.com/images/international/sonsorship.png');
    width: 350px;
    height: 100px;
}
.knowledge_test.green_card {
    background-image: url('https://www.isuriz.com/images/international/green_card.png');
    width: 350px;
    height: 100px;
}
.knowledge_test.personal_brand {
    background-image: url('https://www.isuriz.com/images/life/personal_brand.png');
    width: 350px;
    height: 100px;
}
.knowledge_test.social_media {
    background-image: url('https://www.isuriz.com/images/life/social_media.png');
    width: 350px;
    height: 100px;
}


.knowledge_test.lifeinsurance {
    background-image: url('https://www.isuriz.com/images/lifeinsurance-banner.png');
    width: 350px;
    height: 100px;
    /* Replace 'stress_image.jpg' with the path to your stress image */
}

.knowledge_test.expenseReimbursement {
    background-image: url('https://www.isuriz.com/images/expensereimbursementtest.png');
    width: 350px;
    height: 100px;
    /* Replace 'stress_image.jpg' with the path to your stress image */
}

.knowledge_test.infoInterview {
    background-image: url('https://www.isuriz.com/images/infointerviewtest.png');
    width: 350px;
    height: 100px;
}
.knowledge_test.job_offer{
    background-image: url('https://www.isuriz.com/images/joboffer.png'); ;
    width: 350px;
    height: 100px;
}
.knowledge_test.life_skills{
    background-image: url('https://www.isuriz.com/images/lifeskills.png'); ;
    width: 350px;
    height: 100px;
}
.knowledge_test.backgroundchecks{
    background-image: url('https://www.isuriz.com/images/backgroundchecksbox.png'); ;
    width: 350px;
    height: 100px;
}
.knowledge_test.drugscreening{
    background-image: url('https://www.isuriz.com/images/drugscreeningbox.png'); ;
    width: 350px;
    height: 100px;
}
.knowledge_test.job_fair {
	background-image: url('https://www.isuriz.com/images/job-fair/jobfair.png');
	width: 350px;
	height: 100px;
}
.knowledge_test.elevatorpitchvideo{
	background-image: url('https://www.isuriz.com/images/job-fair/elevator-pitch.png');
	width: 350px;
	height: 100px;
}

.knowledge_test.networkingatajobfair{
	background-image: url('https://www.isuriz.com/images/job-fair/networking-at-jobfair.png');
	width: 350px;
	height: 100px;
}
.knowledge_test.networkingingeneral{
	background-image: url('https://www.isuriz.com/images/job-fair/networking-in-general.png');
	width: 350px;
	height: 100px;
}
.knowledge_test.dressingforsuccess{
	background-image: url('https://www.isuriz.com/images/job-fair/dressing-for-success.png');
	width: 350px;
	height: 100px;
}
.followingupwithemployers{
	background-image: url('https://www.isuriz.com/images/job-fair/following-up.png');
	width: 350px;
	height: 100px;
}
.knowledge_test.researchingemployers{
	background-image: url('https://www.isuriz.com/images/job-fair/researching-emp.png');
	width: 350px;
	height: 100px;
}
.knowledge_test.veteran_test {
    background-image: url('https://www.isuriz.com/images/veteran_test.png');
    width: 350px;
    height: 100px;
}
.knowledge_test.bridging_experience {
    background-image: url('https://www.isuriz.com/images/veterans/bridging_experience.png');
    width: 350px;
    height: 100px;
}
.knowledge_test.career_paths {
    background-image: url('https://www.isuriz.com/images/veterans/career_paths.png');
    width: 350px;
    height: 100px;
}
.knowledge_test.civilian_life {
    background-image: url('https://www.isuriz.com/images/veterans/civilian_life.png');
    width: 350px;
    height: 100px;
}
.knowledge_test.resume_tips {
    background-image: url('https://www.isuriz.com/images/veterans/resume_tips.png');
    width: 350px;
    height: 100px;
}
.knowledge_test.other_resources {
    background-image: url('https://www.isuriz.com/images/veterans/other_resources.png');
    width: 350px;
    height: 100px;
}

@media (max-width:768px){
    .knowledge_test.creditscore {
        width: auto;
    }
    .knowledge_test.employmenttaxes {
        width: auto;
    }
}
/*quiz css*/
.heading-title {
    background-image: url("https://www.isuriz.com/images/knwoledgetestheader2.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 30vh;
    /* Set height to auto */
    padding: 0;
    /* Remove padding */
}

.quiz-heading-row.row,
.question-container-row {
    margin: 0 !important;
}
.question-container-row{
    /* justify-content: center; */
}
.heding-title-h3 {
    text-align: left !important;
    color: rgb(0 0 0 / 63%);
    font-size: 25px;
    font-weight: 600;
    padding: 40px 10px;
}

li.quest-options {
    margin: 5px;
    padding: 5px;
    border: 1px solid #a19090;
    border-radius: 10px;
    list-style: none;
}

.dynamic_title {
    text-transform: uppercase;
    font-weight: 700;
}

.quiz_buttons {
    display: flex;
    flex-direction: row-reverse;
    column-gap: 10px;
}

.checkbox {
    display: flex;
    align-items: center;
}

input[type="radio"] {
    display: none;
}

.check-box {
    border: 1px solid #a19090;
    padding: 3px;
    height: 35px;
    width: 35px;
}

@media (max-width:768px) {

    .knowledge_test {
        margin: 10px 0;
        /* Adjust margin to provide space between elements */
        width: calc(50% - 20px);
        /* Set width to occupy half of the container minus margins */
        height: auto;
    }

    .knowledge_test.credit,
    .knowledge_test.lease,
    .knowledge_test.paycheck,
    .knowledge_test.stress,
    .knowledge_test.health,
    .knowledge_test.retirement,
    .knowledge_test.time,
    .knowledge_test.money,
    .knowledge_test.nacecompetencies,
    .knowledge_test.starl,
    .knowledge_test.selfdevelopment,
    .knowledge_test.resume101,
    .knowledge_test.job_offer,
    .knowledge_test.drugscreening,
    .knowledge_test.backgroundchecks,
    .creditscore,
    .employmenttaxes,
  .knowledge_test.understandingjobofferletter,
  .knowledge_test.negotiationjobofferlettertest, .knowledge_test.lifeinsurance, .knowledge_test.expenseReimbursement,
	.knowledge_test.infoInterview
  {
        width: 100%;
        /* Set width to a percentage value for responsiveness */

    }

    .heading-title {
        padding: 0 !important;
    }

    .knowledge_test_img {
        font-size: 25px !important;
    }
}


/* Career Search Css */
