@media screen and (min-width: 992px) {
    .container {
        padding: 0 24px;
    }
    section.franchise-101-hero .right-video-area {
        max-width: 456px;
    }
	section.right-video-section.franchise-101 .right-video-area {
		max-width: 336px;
		background-color: inherit;
	}
	section.right-video-section.franchise-101 .right-video-area .play-button {
		height: 96px;
		width: 96px;
	}
	section.embed-video-section .right-video-area {
		max-width: 100%;
		margin-left: inherit;
	}
	section.embed-video-section .right-video-area > a {
		width: 100%;
	}
	section.embed-video-section .right-video-area > a > img {
		max-width: 100%;
	}
}

@media screen and (min-width: 1400px) {
    .business-content {
        margin-left: 120px;
    }
    .business-content .owner-bg {
        right: 120px;
    }
	section.fund-calculator-section .fund-right-calculator, .recommendation-form-area {
		width: 696px;
	}
}

@media screen and (min-width: 1200px) {
    .container {
        max-width: 1512px;
        padding: 0 48px;
    }
    .w-1200 {
        max-width: 1272px;
    }
    .w-900 {
        max-width: 1032px;
    }
    nav.navmenu > ul > li {
        padding: 8px 0;
    }
    .white-header nav.navmenu > ul > li > a {
        color: var(--navy);
    }
	.white-header nav.navmenu > ul > li.menu-item-has-children > a {
		background: url(../img/icon/submenu-icon-black.svg) no-repeat center right 8px / 10px;
	}
    li.menu-item-has-children {
        position: relative;
        cursor: pointer;
    }
    nav.navmenu > ul > li > a:hover::after {
        width: 100%;
    }
    nav.navmenu > ul > li > a + ul {
        visibility: hidden;
        opacity: 0;
        position: absolute;
        left: 0;
        top: 52px;
        width: 270px;
        transition: all 0.3s;
    }
    nav.navmenu > ul > li.menu-item-has-children:hover > a::after {
        width: 100%;
    }
    nav.navmenu > ul > li.menu-item-has-children:hover > a + ul {
        visibility: visible;
        opacity: 1;
    }
    nav.navmenu > ul > li > ul {
        display: flex;
        flex-direction: column;
        gap: 16px;
        align-items: flex-start;
        padding: 32px 24px 24px;
        background-color: var(--navy);
        border-radius: 8px;
    }
    .white-header nav.navmenu > ul > li > ul {
        background-color: var(--off-white);
    }
    nav.navmenu > ul > li > ul > li > a {
        color: #FDF2F2;
        font-size: 16px;
        text-transform: uppercase;
        font-weight: 600;
    }
    .white-header nav.navmenu > ul > li > ul > li > a {
        color: var(--navy);
    }
    .white-header nav.navmenu > ul > li > ul > li > a:hover {
        color: var(--red);
    }
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
    .primary-solid, .primary-transparent {
        font-size: 16px;
    }
    .primary-solid span svg {
        height: 16px;
        width: 16px;
    }
    .single-step-content h3 {
        font-size: 32px;
    }
    nav.navmenu > ul {
        justify-content: flex-end;
    }
}

@media screen and (max-width: 1299px) {
	.assesment-bottom-links {
		gap: 0;
		row-gap: 24px;
	}
	.assesment-bottom-links > div.vh-line {
		display: none;
	}
	.assesment-bottom-links div {
		flex: 0 0 auto;
		width: 50%;
	}
}

@media screen and (max-width: 1199px) {
    header.site-header {
        padding: 16px 0;
    }
    nav.navmenu > ul > li > a {
        justify-content: end;
    }
    .mobile-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    button.hamburger {
        background: no-repeat;
        padding: 3px 0;
        width: 35px;
        display: flex;
        flex-direction: column;
        gap: 6px;
        border: none;
    }
    button.hamburger span {
        display: inline-block;
        height: 4px;
        width: 100%;
        background: #FDF2F2;
        border-radius: 4px;
        position: relative;
        top: 0;
        transition: all 0.3s;
    }
    .white-header button.hamburger span {
        background-color: var(--navy);
    }
    body.active-menu button.hamburger span {
        background-color: var(--white);
    }
    body.active-menu button.hamburger span:first-child {
        transform: rotate(45deg);
        top: 10px;
    }
    body.active-menu button.hamburger span:nth-child(2) {
        width: 0;
    }
    body.active-menu button.hamburger span:last-child {
        transform: rotate(-45deg);
        top: -10px;
    }
    body.active-menu a.logo > img.black-logo {
        display: none;
    }
    body.active-menu a.logo > img.white-logo {
        display: block!important;
    }
    div#mainmenu {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        z-index: -1;
        background: var(--navy);
    }
    nav.navmenu {
        max-width: 960px;
        margin: 0 auto;
        padding: 80px 16px 48px;
    }
	nav.navmenu > ul {
		flex-direction: column;
		align-items: flex-end;
		text-align: end;
		gap: 10px;
	}
    nav.navmenu > ul > li > a {
        padding: 0;
        line-height: 2;
        color: var(--white);
    }
    nav.navmenu > ul > li > ul {
        display: none;
        text-align: end;
        padding: 8px 32px 8px 0;
    }
    nav.navmenu > ul > li > ul > li:not(li:last-child) {
        margin-bottom: 8px;
    }
    .navbar-btn {
        padding-top: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }
    .full-with-img .owner-bg {
        right: 60px;
    }
    .business-content p {
        max-width: 450px;
    }
    .group-btn a {
        flex: 1;
    }
    .right-franchise-content h5 {
        max-width: 100%;
    }
    .right-franchise-content p {
        max-width: 600px;
    }
    section.our-story-section {
        padding: 276px 0 48px;
        margin-top: 316px;
    }
    section.our-story-section .full-width-img > img {
        bottom: 0;
    }
    .right-video-content {
        padding: 48px 32px;
    }
    .right-video-area {
        width: 100%;
        height: auto;
    }
    .video-thumbnail, .video-wrapper, .video-wrapper > iframe {
        width: 840px;
    }
    .video-thumbnail > img {
        width: 100%;
        max-width: 100%;
    }
    .franchising-right-img {
        max-width: 100%;
    }
    .franchising-right-img > img {
        width: 100%;
        height: auto;
        max-height: 608px;
        object-fit: cover;
    }
    .feature {
        margin-right: 16px;
    }
    .overlay-img {
        max-width: 960px;
    }
    .input-field-and-submit {
        width: 360px;
    }
	.benefit-compare-wrapper {
		min-width: 990px;
	}
	.feature-area {
		width: 400px;
	}
	.franchise-101-area, .join-free-course-area {
		width: 276px;
	}

}

@media screen and (max-width: 991px) {
    .container {
        padding: 0 16px;
    }
    h1,h2 {
        font-size: 36px;
    }
    h3 {
        font-size: 24px;
    }
    a.logo {
        max-width: 130px;
    }
    nav.navmenu {
        max-width: 720px;
    }
    nav.navmenu .navbar-btn a.primary-solid {
        flex: 1;
    }
    .footer-logo-area .social-links a {
        padding: 8px 16px;
        gap: 16px;
    }
    .footer-menu-area, .sign-up-area {
        padding: 24px 0;
    }
    .footer-menu-area h6 {
        margin-bottom: 16px;
    }
    .input-field-and-submit {
        width: 688px;
    }
    .membership, .term-and-conditions p  {
        justify-content: center;
    }
    .podcast-hero-content {
        padding: 148px 0 32px;
    }
    .hero-home-content {
        padding: 140px 0 0;
    }
    .hero-home-content > h1 > a {
        font-size: 36px;
        line-height: 1.29;
    }
    section.business-ownership {
        padding: 62px 0;
    }
    .podcast-inner-bottom-content {
        padding: 8px 0;
        gap: 32px;
        flex-direction: column;
    }
    section.embed-video-section {
        padding: 64px 0 40px;
    }
    .meet-our-hosts-section {
        padding: 40px 0 60px;
    }
    section.faqs-section {
        padding: 170px 0 80px;
    }
    .faqs-top-content {
        gap: 11px;
        padding-bottom: 24px;
    }
    h5.question-title .question-button {
        text-align: left;
    }
    section.contact-section {
        padding: 170px 0 64px;
    }
    .contact-left-content > .contact-intro {
        padding-bottom: 32px;
    }
    .contact-with-instructors {
        padding-bottom: 38px;
    }
    .business-content p {
        font-size: 16px;
        max-width: 450px;
        padding-top: 24px;
        line-height: 1.5;
    }
    .business-content .owner-bg {
        right: 16px;
        top: -75px;
        height: 200px;
        width: 200px;
    }
    .business-content .owner-bg > .owner-img > img {
        top: -123px;
        left: 0;
        max-width: 200px;
    }
    section.find-guidance-and-info-section {
        padding: 80px 0 48px;
    }
    .highlighted-points {
        grid-template-columns: repeat(1, 1fr);
    }
    section.franchise-funding-solutions {
        padding: 60px 0;
    }
    section.trusted-franchise-guidance {
        padding: 48px 0;
    }
    section.our-story-section {
        margin-top: 229px;
        padding: 227px 0 48px;
    }
    .ownership-content {
        padding: 32px;
        gap: 24px;
    }
    .feature-area > h4, .franchise-101-area > h4, .join-free-course-area > h4 {
        font-size: 21px;
    }
    section.franchise-101-hero .right-video-area .video-wrapper {
        margin: 0 auto;
    }
    section.faqs-section.franchise-101, section.finding-franchise-101-section {
        padding: 80px 0;
    }
    .your-instructor-details {
        max-width: 100%;
    }
    .your-instructor-details h4 > span {
        display: inline-block;
        color: var(--red);
    }
    .instructor-img {
        max-width: 100%;
    }
    .instructor-img img {
        width: 100%;
    }
    section.course-outline, section.Meet-your-instructor {
        padding: 65px 0;
    }
    section.right-video-section.franchise-101 .left-content-box, .free-franchise-right-content {
        max-width: 100%;
    }
    .overlay-img {
        max-width: 720px;
        bottom: 275px;
    }
    .blog-detail-top-content h1 {
        font-size: 42px;
    }
    .right-signup-and-news {
        max-width: 100%;
    }
    .single-step:has(.single-step-title) {
        min-height: 350px;
    }
	section.franchise-recommendation-form {
		padding: 48px 0;
	}
	.recommendation-form-left-content {
		padding: 32px 24px;
		gap: 32px;
	}
	.recommendation-form-area {
		padding: 32px 16px;
	}
	.recommendation-from-bg {
		height: inherit;
	}
	.recommendation-from-bg img {
		position: inherit;
	}
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .contact-form-area {
        padding: 48px 24px;
    }
}
@media screen and (max-width: 782px) {
	body.admin-bar header.site-header {
		top: 46px;
	}
}
@media screen and (max-width: 767px) {
    nav.navmenu {
        max-width: 540px;
    }
    .footer-logo-area .social-links {
        align-items: self-start;
        justify-content: end;
        flex-direction: column;
    }
    .footer-logo-area .social-links a {
        padding: 8px 0;
    }
    .sign-up-content {
        max-width: 100%;
        margin: 0;
    }
    .input-field-and-submit {
        width: 100%;
        max-width: 100%;
    }
    .footer-menu-area ul {
        gap: 11px;
    }
    .business-top-content {
        gap: 8px;
        padding-bottom: 32px;
    }
    .business-content p {
        max-width: 100%;
        padding-top: 360px;
    }
    .business-content .owner-bg {
        right: 0;
        top: 140px;
        left: 50%;
        transform: translateX(-50%);
    }
    section.get-started-section {
        padding: 64px 0 48px;
    }
    .get-started-top-content {
        padding-bottom: 48px;
    }
    .started-step {
        gap: 32px;
    }
    section.finding-franchise-section {
        padding: 48px 0;
    }
    .free-consultation-bg {
        padding: 48px 32px;
    }
    .highlighted-points {
        gap: 24px;
    }
    .single-step-content {
        padding: 24px 32px;
    }
    .funding-solutions-left-content {
        padding: 0;
    }
    .about-hero-content, .education-hero-content {
        padding: 140px 0 32px;
    }
    .about-hero-content h1 {
        font-size: 36px;
    }
    .get-started-content > h2 {
        padding-bottom: 32px;
    }
    .content-box {
        padding: 48px 24px;
    }
    section.our-story-section {
        margin-top: 186px;
        padding: 172px 0 48px;
    }
    section.find-guidance-section .top-content {
        padding-bottom: 48px;
    }
    .meet-our-hosts-section .all-hosts .host-tesly-malfa, .meet-our-hosts-section .all-hosts .host-chris-malfa {
        gap: 28px;
        padding: 24px;
    }
    .profile-header img {
        max-width: 100px;
    }
    h5.question-title .question-button {
        font-size: 16px;
        padding: 16px 16px;
    }
    .question-body {
        padding: 0 16px 16px;
    }
    .question-body p {
        font-size: 14px;
    }
    .contact-form-area {
        padding: 48px 16px;
    }
    .story-right-content {
        gap: 32px;
    }
    .right-video-content {
        padding: 24px;
    }
    .video-wrapper > iframe {
        height: 300px;
    }
    section.right-franchising-and-ownership {
        padding: 80px 0;
    }
    .franchising-heading-content {
        gap: 24px;
    }
    .franchising-right-content {
        padding: 0;
        gap: 32px;
    }
    .franchising-body-content {
        grid-template-columns: repeat(1, 1fr);
        gap: 0;
    }
    .franchising-body-content > div {
        gap: 16px;
        padding: 12px 0;
    }
    .franchising-bottom-btn {
        width: 100%;
    }
    .franchising-bottom-btn a {
        max-width: 100%;
    }
    .finding-left-content {
        padding: 48px 24px;
    }
    .course-outline-content .course-overview {
        flex-direction: column;
    }
    .course-outline-content .course-overview div:has(> span) {
        display: none;
    }
    h5.unit-title {
        font-size: 16px;
    }
    h5.unit-title  button.unit-button {
        padding: 16px;
    }
    .unit-content > ol > li {
        padding: 12px 16px;
    }
    section.free-franchise-fit {
        padding: 80px 0 60px;
    }
    .free-franchise-right-content h4 {
        padding-bottom: 32px;
    }
    .free-franchise-right-content ul li {
        font-size: 16px;
    }
    section.what-will-learn-section {
        padding: 48px 0 80px;
    }
    section.what-will-learn-section .top-content {
        padding-bottom: 32px;
    }
    section.resources-hero-section {
        padding: 140px 0 100px;
    }
    .funding-calculator-content .group-btn > a {
        max-width: 100%;
    }
    section.funding-calculator-hero {
        padding: 140px 0 32px;
    }
    section.funding-plans {
        padding: 80px 0;
    }
    .funding-plans-top-content {
        padding-bottom: 48px;
    }
    .sinle-plan-box {
        padding: 32px 16px;
    }
    section.fund-calculator-section {
        padding: 0;
    }
	.fund-calculator-content {
		padding: 48px 16px;
		margin: 0 -16px;
		border-radius: 0;
	}
    .fund-form-area {
        padding: 24px 16px;
    }
    .fund-right-calculator {
        padding: 16px;
    }
    section.franchising-match-hero {
    background: linear-gradient(90deg, #111135 0%, #1D1E5C 64.21%, #2E2E8F 100%), linear-gradient(79deg, #111135 41.61%, #141786 100%);
        padding: 140px 0 32px;
        min-height: 400px;
    }
    .overlay-img {
        max-width: 540px;
        bottom: 220px;
        padding: 16px;
    }
    section.conformation-hero-section {
        padding: 140px 0 0;
    }
    .card-content-area {
        padding: 24px 16px;
        gap: 24px;
    }
    .our-resources-section {
        padding: 60px 0;
    }
    .our-resources-section .heading {
        padding-bottom: 24px;
    }
    .filter-area {
        gap: 24px;
        padding: 48px 24px;
    }
    .article-top-content .search-area div.search:has(> input), .franchising-search-top-content .search:has(> input) {
        min-width: inherit;
    }
    .blog-detail-top-content h1 {
        font-size: 36px;
    }
    .blog-detial-top-section {
        padding: 140px 0 48px;
    }
    .blog-detail-bottom-section {
        padding: 48px 0;
    }
    .latest-sews-area {
        padding: 16px;
    }
    .latest-sews-area .sinle-news .news-title h5 {
        font-size: 16px;
    }
	.assessment-single-box {
		padding: 48px 16px;
	}
	.assesment-bottom-links {
		row-gap: 16px;
	}
	.assesment-bottom-links div {
		width: 100%;
	}
	section.fund-calculator-section .fund-right-calculator, section.fund-calculator-section .fund-form-area {
		padding: 24px 16px;
	}
	
}

@media screen and (max-width: 575px) {
    nav.navmenu {
        max-width: 100%;
    }
    .single-guidance-content, .single-guidance.white-paper, .single-box-item, .single-step-content {
        padding: 24px 16px;
    }
    .free-consultation-bg {
        padding: 48px 16px;
    }
    .right-franchise-content {
        padding: 32px 16px;
        gap: 16px;
    }
    .content-box {
        padding: 48px 16px;
        gap: 16px;
    }
    section.our-story-section {
        margin-top: 124px;
        padding: 128px 0 48px;
    }
    section.our-story-section .full-width-img > img {
        bottom: 16px;
    }
    .podcast-inner-bottom-content {
        gap: 24px;
    }
    .podcast-inner-bottom-content ul {
        gap: 8px;
        flex-wrap: wrap;
        justify-content: center;
    }
    .right-video-content {
        padding: 16px;
    }
    .video-wrapper > iframe {
        height: 244px;
    }
    .ownership-content {
        padding: 32px 16px;
        gap: 16px;
    }
    .finding-left-content {
        padding: 48px 16px;
    }
	section.right-video-section.franchise-101 .right-video-content {
		padding: 0;
		background: transparent;
	}
    .search-area .category > label, .sortby > label {
        flex-wrap: wrap;
    }
	.site-pagination > ul > li:first-child, .site-pagination > ul > li:last-child {
		flex: 1 1 100%;
		justify-content: center;
		text-align: center;
	}
    .site-pagination > ul > li:first-child > a, .site-pagination > ul > li:last-child > a {
        padding: 8px;
    }
    .filter-area {
        gap: 24px;
        padding: 32px 16px;
    }
    .sign-up-to-our-newsletter .input-field-and-submit {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 16px;
        justify-content: flex-end;
    }
    .blog-detail-top-content h1 {
        font-size: 28px;
    }
    a.white-solid-with-play {
        gap: 16px;
    }
    a.white-solid-with-play:not(:has(> span)) {
        padding-left: 16px;
    }
	.business-ownership .full-with-img img {
		border-radius: 12px;
	}
	.latest-news-area .sinle-news .news-title h5 {
		font-size: 18px;
	}
	.assessment-single-box {
		padding: 24px 8px;
	}
	.assessment-box-heading {
		padding: 16px 8px 24px;
	}
	.assessment-body-content .option-item {
		padding: 16px 8px;
	}
	.assessment-bottom-btn {
		justify-content: center;
	}
	section.fund-calculator-section .fund-form-area form div input, .recommendation-form-area form div input {
		padding: 12px 0 11px;
	}
	section.fund-calculator-section .fund-form-area form div label, .recommendation-form-area form div label {
		padding: 4px 0;
	}
}