﻿.section-search {
    min-height: 85vh !important;
}

    .section-search .section {
        padding: 25vh 0;
    }

.section-title {
    max-width: unset;
}

    .section-title.has-element .title {
        margin-bottom: 30px;
    }

/*Home page banner classes*/
.banner-container {
    display: flex;
    flex: 1 1 50%;
    flex-wrap: wrap;
    /* centers vertically */
    background-color: #fc5001;
    position: relative;
}

.banner-image {
    flex: 1 1 50%;
    max-width: 50%;
}

    .banner-image img {
        max-width: 100%;
    }

.banner-carousel {
    width: 100%; /* Add this line */
    height: auto; /* Add this line */
    overflow: hidden; /* Add this line */
    background: #fc5001;
}

.carousel-slide {
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    padding-right: 20px;
}



.banner-slide {
    position: relative;
}

.banner-tutortxt-one {
    width: 100%;
    margin-bottom: 20px;
    font-size: 55px;
    word-wrap: break-word;
    color: white;
}

.banner-tutortxt-two {
    width: 100%;
    margin-bottom: 20px;
    font-size: 67px;
    word-wrap: break-word;
    color: white;
}

.banner-tutortxt-three {
    width: 100%;
    margin-bottom: 20px;
    font-size: 78px;
    word-wrap: break-word;
    color: white;
}

.banner-student-text {
    width: 100%;
    margin-bottom: 20px;
    font-size: 55px;
    word-wrap: break-word;
    color: white;
}

@media (max-width: 450px) {
    .banner-tutortxt-one {
        font-size: 25px;
    }

    .banner-tutortxt-two {
        font-size: 30px;
    }

    .banner-tutortxt-three {
        font-size: 30px;
    }

    .banner-student-text {
        font-size: 28px;
    }

    .banner-logo-and-button button {
        font-size: 10px;
        width: 500px !important;
    }
}


.slide1 {
    background: url('assets/img/front-page-banner.png');
}

.banner-content {
    flex: 1 1 50%;
    max-width: 50%;
    color: white;
    display: flex;
    flex-direction: column;
    transform: translateX(25%);
    line-height: 1.2; /* allows the text element to take up remaining space */
}

.banner-text-center {
    width: 100%;
    margin-bottom: 20px;
    font-size: 70px;
    word-wrap: break-word;
    color: white;
}

.banner-logo-and-button {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

    .banner-logo-and-button img {
        max-height: 50px;
        margin-right: 20px;
        margin-bottom: 20px;
    }

    .banner-logo-and-button button {
        background-color: white;
        color: #fc5001;
        max-height: 50px;
        width: 48%
    }

        .banner-logo-and-button button:hover {
            color: #fff !important;
        }

.banner-appstore-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 330px;
}

    .banner-appstore-buttons a {
        margin-right: 10px;
        margin-bottom: 10px;
    }

/*Responsiveness*/
@media (max-width: 767px) {
    .banner-container {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .banner-image {
        flex: 1 1 100%;
        max-width: 100%;
        order: 1;
        margin-top: 20px;
        margin-bottom: 20px;
        width: 100%
    }

    .banner-content {
        flex: 1 1 100%;
        max-width: 75%;
        order: 2;
        margin-bottom: 20px;
        transform: translateX(5%);
        align-items: center;
        justify-content: center;
    }

    .banner-text-center {
        font-size: 30px !important;
        word-break: break-word;
    }

    .banner-logo-and-button {
        flex-wrap: nowrap;
        width: 100%;
        justify-content: center;
        margin-bottom: unset;
    }

        .banner-logo-and-button img {
            max-height: 35px;
        }

        .banner-logo-and-button button {
            max-height: 35px;
            line-height: 1px;
        }

    .banner-appstore-buttons {
        flex-wrap: nowrap;
        width: 330px;
        margin-right: 10px;
    }
}

.sigma_header .sigma_logo-wrapper {
    padding: 0;
}


.tutor-search-results-container {
    display: flex;
    justify-content: center;
    margin: 11rem auto 0 auto;
}

    .tutor-search-results-container .section {
        padding: 0;
    }

    .tutor-search-results-container .no-results {
        padding: 1rem;
        text-align: center;
    }

.tutor-search-result {
    position: relative;
    display: inline-block;
    width: 365px;
    height: 640px;
    margin: 0.5rem;
}

    .tutor-search-result .tutor-description {
        max-height: 6rem;
        overflow-y: auto;
    }

    .tutor-search-result .sigma_team-thumb {
        height: 365px;
    }

    .tutor-search-result .tutor-quote {
        font-style: italic;
        max-height: 4rem;
        overflow: hidden;
    }

    .tutor-search-result .sigma_btn {
        position: absolute;
        right: 1rem;
        bottom: 1rem;
    }

.faq-list {
    list-style-type: disc;
}

    .faq-list li {
        margin-left: 20px;
    }

.entry-content p, .entry-content ul {
    text-align: left;
}

.sigma_video-btn:before {
    border: 2px solid var(--thm-base) !important;
}

.sigma_video-btn {
    position: absolute;
    top: calc(50% - 70px) !important;
    left: calc(50% - 40px) !important;
    color: var(--thm-base) !important;
}

    .sigma_video-btn:hover {
        color: #fff !important;
    }

#swotVideo {
    border: 1px solid black;
}

.tutorPolicy li {
    text-align: left;
    margin-bottom: 10px;
}

.faq-hover:hover {
    -webkit-box-shadow: inset 0 -2px 0 0 var(--thm-base);
    box-shadow: inset 0 -2px 0 0 var(--thm-base);
    opacity: .7;
}

.btn-link {
    color: var(--thm-base);
}

.important-info {
    color: red;
    text-decoration: underline;
}

.sigma_aside .navbar-nav li:first-child a {
    color: var(--thm-base);
}

.search-form-wrapper {
    padding: unset;
}

    .search-form-wrapper.open input[type="text"] {
        display: block;
    }

    .search-form-wrapper input[type="text"] {
        transform: scale(1);
        opacity: 1;
        visibility: visible;
        background-color: #ffffff;
        color: #000;
        width: 100% !important;
        display: none;
    }

    .search-form-wrapper button {
        background-color: var(--thm-base) !important;
        color: white !important;
        border-radius: 0;
        padding: 3px 15px !important;
    }

    .search-form-wrapper .search-btn:hover i {
        color: white !important;
        opacity: 0.6;
    }

    .search-form-wrapper .search-btn {
        right: 0px !important;
    }


    .search-form-wrapper.open {
        display: flex !important;
    }

    .search-form-wrapper.always-visible {
        display: inline-flex !important;
        opacity: 1;
        visibility: visible;
        transition: none;
        position: static;
        width: auto;
        margin: 20px;
    }

        .search-form-wrapper.always-visible .search-form {
            max-width: 600px;
        }


@media (max-width: 576px) {
    .search-form-wrapper button {
        height: 50px;
        padding: 0px 15px !important;
    }

    .search-form {
        max-width: 350px !important;
    }

    .search-form-wrapper {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .search .sigma_team-thumb {
        max-width: 100%;
        text-align: center;
    }

    .search-form-wrapper {
        display: none !important;
    }
}

@media (max-width: 991px) {

    .search-form {
        max-width: 400px !important;
    }

    .sigma_footer .sigma_footer-links {
        flex-direction: column;
    }

    .banner-text-center {
        font-size: 50px;
    }

    .search-form-wrapper {
        display: none !important;
    }

    .sigma_header-middle {
        padding: 5px 0 !important;
    }

    .body-container {
        margin-top: 0px;
    }

        .body-container.zone {
            margin-top: 208px;
        }

    .tutor-landing-page .search-form-wrapper {
        display: none !important;
        top: 0px;
        position: fixed;
        z-index: 10000;
    }

    .tutor-landing-page .body-container {
        margin-top: 0;
    }
}

.card-title {
    font-size: 1rem;
    vertical-align: middle;
    padding: 0.375rem 0.75rem;
}

.tutor-search {
    padding: 1em;
    border: 2px var(--thm-base);
    border-radius: 4px;
    justify-content: center;
    display: inline-block;
    height: 60%;
    text-align: center;
}

@media only screen and (max-width: 600px) {
    .search-container {
        margin-top: 6vh;
        margin-bottom: 4vh;
        width: 95%;
    }
}

.autocomplete-dropdown {
    position: absolute;
    border: 0.5px outset black;
    border-top-style: none;
    color: black;
    width: calc(80vw - 50px);
    min-width: 200px;
    max-width: 950px;
}

.ac-container {
    justify-content: center;
}

.ac-btn {
    height: 60px;
}

.ac-container input:focus-visible {
    outline-offset: unset;
    outline: unset;
}

@media (max-width: 991px) {
    .faq-box {
        justify-content: center;
    }
}

@media screen and (max-width: 600px) {
    .column {
        width: 100%;
    }
}

@media screen and (max-width: 453px) {
    .justify-content-center.tutor-info-btn {
        margin: 0 0 0 60px;
    }

    .sigma_btn.tutor-info-btn {
        margin: 0 0 10px 22px;
    }
}

.carousel-tutor-slide-content {
    flex: 1 1 50%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    line-height: 1.2;
    text-align: center;
}

    .carousel-tutor-slide-content .tutor-search-results-container {
        margin: unset;
    }

.tutor-carousel .slick-next {
    height: unset;
}

#tutor-carousel-results .slick-slide {
    height: 650px;
}

#tutor-carousel-results .sigma_team-body {
    padding: 15px;
}

#tutor-carousel-results .sigma_team-thumb {
    height: unset;
}

#tutor-carousel-results sigma_team-info {
    margin-top: 20px;
}

#tutor-carousel-results .tutor-description {
    max-height: 7rem;
    overflow-y: auto;
}

#tutor-carousel-results .tutor-search-result {
    max-height: 600px;
}

#tutor-carousel-results .tutor-quote {
    max-height: 2rem;
    overflow-y: auto;
}

.tutor-search-results-container .sigma_team-body {
    padding: 10px !important;
}

.tutor-search-results-container .tutor-quote {
    max-height: 2.5rem;
    overflow-y: auto;
}

.home .home-zone {
    background: #fc5001;
    padding: 80px 50px 90px 50px;
}

.home .home-consult {
    padding: 40px 50px 77px 50px;
}

.home .home-free {
    background: grey;
    padding: 100px 50px 100px 50px;
}

.home-zone_free-title {
    color: white;
}

#section-counter.consult {
    margin-top: 50px
}

.consult .section {
    background-color: #eff3f8;
}

@media (min-width: 768px) {
    .sigma_info.access {
        padding: 30px 30px 60px 30px;
    }
}

@media (max-width: 1200px) and (min-width: 991px) {
    .sigma_info.access {
        padding: 30px 30px 85px 30px;
    }

    .home .home-consult {
        padding: 80px 50px 90px 50px;
    }

    .sigma_info.style-11.zone-access {
        padding: 30px 0 87px 0;
    }

    .consult-generalfaq.sigma_info {
        padding: 80px 30px 85px 30px;
    }

    .consult-freefaq.sigma_info.style-11 {
        padding: 25px 30px 30px 30px;
    }

    .consult-signupfaq.sigma_info {
        padding: 50px 15px 60px 18px;
    }
}

@media (max-width: 768px) {
    .home .sigma_info {
        padding: 40px;
    }

    .consult-generalfaq.sigma_info.style-11 {
        padding: 40px;
    }

    .consult .carousel-slide-content {
        max-width: 70%;
        transform: unset;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .home .free {
        margin-left: 170px;
    }

    .faq .freefaq {
        margin-left: 170px;
    }
}

@media (max-width: 991px) {
    .sigma_footer .sigma_footer-links li + li {
        margin: unset;
    }

    .consult .banner-text-center {
        font-size: 40px;
    }
}

.sigma_info.zone-access {
    padding: 30px 0 57px 0;
}

.consult .carousel-slide {
    background-position: center;
    background-size: cover;
}

.consult .carousel-slide-content {
    padding: 8%
}

.menu-item .home {
    color: black !important;
}

.consult .banner-text-center {
    font-size: 52px;
}

.consult-generalfaq.sigma_info {
    padding: 80px 30px 85px 30px;
}

.consult-freefaq.sigma_info {
    padding: 30px 30px 55px 30px;
}

.about .sigma_btn {
    padding: 10px 24px;
}

.sigma_general-list {
    height: 620px;
}

.sigma_banner .banner-slider-inner {
    padding: 100px 0 !important;
}

.sigma_service-body {
    height: 250px;
}

.sigma_pricing.style-4 .sigma_pricing-rate {
    font-size: 26px !important;
}

.sigma_pricing .sigma_general-list ul li {
    align-items: baseline !important;
}

    .sigma_pricing .sigma_general-list ul li span {
        width: 288px;
        text-align: left;
    }

.sigma_header .sigma_header-top-links.important-links li a i {
    width: 30px;
    height: 30px;
    font-size: 15px;
}

.sigma_header.style-6 .sigma_header-top-links.important-links li + li a {
    padding-left: 10px;
}

.sigma_header.style-6 .sigma_header-top-links.important-links li + li {
    margin-left: 0;
}

.btn-style-3 button.language:before {
    background-color: white;
    color: #333;
    text-transform: capitalize !important;
}

.btn-style-3 button.language {
    background-color: white;
    color: #333;
    text-transform: capitalize !important;
}

.sigma_header.style-6 .sigma_header-top-links.important-links li.language a {
    padding: 4px 10px;
    margin: 0;
}

.sigma_footer .sigma_footer-links li.language + li {
    margin-left: 0;
}

.sigma_footer .sigma_footer-links {
    font-size: 1.2rem;
}

.slick-track {
    display: flex !important;
}

.slick-slide {
    height: inherit !important;
}

.slick-dots li button {
    width: 14px;
    height: 14px;
}

.sigma_team-sec.style-14:before {
    background: url(../img/iStock-1195693419-reversed.jpg);
    background-size: cover;
}

.slider-tutor .slick-prev, .slider-tutor .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: var(--thm-base);
    color: #fff;
}

.slider-tutor:hover .slick-prev {
    left: 20px;
    opacity: 1;
    visibility: visible;
}

.slider-tutor:hover .slick-next {
    right: 20px;
    opacity: 1;
    visibility: visible;
}

.tutorDescriptionShort {
    height: 150px;
    overflow: hidden;
}

.pill {
    margin: 8px 0;
    padding: 5px 10px;
    background-color: #ffe6dc;
    color: #fc5001;
    border-radius: 50px;
    font-size: 13px;
}

.slider-tutor .sigma_team .sigma_team-info span {
    align-items: baseline;
}

.sigma_header .sigma_header-controls ul li.header-controls-item a {
    width: 170px;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
}


.check-list-orange i {
    width: 40px;
    height: 40px;
    background-color: var(--thm-base);
    color: #fff;
    border-radius: 50%;
    font-size: 18px;
    align-items: center;
    justify-content: center;
    box-shadow: 0 3px 8px rgba(var(--thm-base-rgb), .5);
}

.check-list-orange i {
    background-color: transparent;
    color: var(--thm-base);
    box-shadow: none;
    width: auto;
    height: auto;
}

.search .sigma_team-thumb {
    max-width: 35%;
    align-self: flex-start;
}


.search-form {
    width: 50vw;
    position: relative;
}

.sigma_team.style-3 .sigma_team-body {
    padding: 0 20px !important;
    height: 460px;
    overflow: hidden;
    min-width: 400px;
}



.search-results-info {
    width: 100%;
}

    .search-results-info span {
        padding-top: 0 !important;
        margin-top: 0 !important;
    }

.search-description {
    height: 175px;
    overflow: hidden;
    overflow-y: auto;
}

.what-is-swot.sigma_cta.style-2 {
    background-color: #313131 !important;
    border-radius: 25px !important;
    font-size: 30px !important;
    font-weight: 600;
    margin: auto;
    padding: 40px 50px 5px !important;
}

    .what-is-swot.sigma_cta.style-2 h3 {
        font-size: 22px !important;
        margin-bottom: 0;
        font-style: italic;
    }

.what-use-swot.sigma_cta.style-2 {
    border-radius: 25px !important;
    font-size: 30px !important;
    font-weight: 600;
    margin: auto;
    padding: 40px 50px 5px !important;
}

    .what-use-swot.sigma_cta.style-2 h3 {
        font-size: 22px !important;
        margin-bottom: 0;
        font-style: italic;
    }

.text-black {
    color: #000 !important;
}

.text-orange {
    color: var(--thm-base) !important;
}

.background-orange {
    background-color: var(--thm-base) !important;
}

.border-orange {
    border: 7px solid var(--thm-base) !important;
}

.margin-50 {
    margin: 50px 0;
}

.page-text {
    margin: auto;
}

@media (max-width: 767px) {
    .search .sigma_team-thumb {
        max-width: 100%;
        text-align: center;
    }
}


.tutor-display-result-button {
    bottom: 10px !important;
    left: 15px !important;
}

    .tutor-display-result-button .sigma_btn {
        padding: 5px 15px !important;
    }

.sigma_team.style-7 .sigma_team-body, .sigma_team.style-11 .sigma_team-body, .sigma_team.style-14 .sigma_team-body, .sigma_team.style-15 .sigma_team-body, .sigma_team.style-16 .sigma_team-body, .sigma_team.style-17 .sigma_team-body {
    padding: 10px 20px 50px 20px !important;
}

.slick-list .sigma_team-categories {
    height: 30px;
    overflow: hidden;
}

@media (max-width: 991px) {
    .slick-list .sigma_team-categories {
        height: 26px;
    }
}

.scroll-element {
    scroll-margin: 150px;
}

.terms li {
    padding-bottom: 10px;
}

.overview div {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*.sigma_service.style-19 .sigma_service-body .sigma_service-icon {
    height: unset;
}*/

.autocomplete-suggestions {
    position: absolute;
    width: 50vw;
    background-color: white;
    color: var(--thm-base);
}

    .autocomplete-suggestions li {
        padding: 5px 25px;
    }

        .autocomplete-suggestions li:hover {
            background-color: antiquewhite;
        }

    .autocomplete-suggestions.home {
        position: absolute;
        background-color: white;
        color: var(--thm-base);
        z-index: 100 !important;
        max-width: 600px;
    }

        .autocomplete-suggestions.home li {
            display: flex !important;
            justify-content: start !important;
        }



#searchterm {
    border-radius: 0;
}

@media (max-width: 576px) {
    .autocomplete-suggestions {
    }

    autocomplete-suggestions.home {
        max-width: 400px !important;
    }
}

@media (max-width: 991px) {
    .autocomplete-suggestions.home {
        max-width: 400px !important;
    }
}

.autocomplete-subtitle {
    font-weight: bold;
    color: #333;
    padding: 5px 10px;
    background-color: #f0f0f0;
}

.profile-page h1 {
    font-size: 24px;
}

.what-is-swot-page h1 {
    position: relative;
    font-size: 1.25rem;
    font-weight: 600;
    display: block;
    margin: 0 0 10px;
    color: var(--thm-base);
}

.faq-page h1 {
    font-size: 28px;
    line-height: 1.4;
}

.profile-list-button {
    position: absolute;
    right: 5px;
    bottom: 5px;
}

.fs-13 {
    font-size: 13px;
}

.cookie_popup.sigma_popup {
    padding: 10px;
    bottom: 20px;
}

    .cookie_popup.sigma_popup h5 {
        margin: 0;
    }

    .cookie_popup.sigma_popup .sigma_close {
        width: 20px;
        height: 20px;
        top: 15px;
    }

    .cookie_popup.sigma_popup .navbar-text {
        padding: 0;
    }

    .cookie_popup.sigma_popup .container {
        padding: 0;
    }

.orange-text {
    color: var(--thm-base);
}

.sigma_about.style-10 .sigma_about-image-1 {
    top: 0;
}

.sigma_about.style-10 .sigma_about-image-2 {
    z-index: 0;
    top: 60%;
}

.sigma_author-block h5 {
    margin-bottom: 0;
}

.bg-secondary-light {
    background-color: #949698;
}

.bg-secondary-very-light-grey {
    background-color: #f0f0f0;
}

.bg-main {
    background-color: var(--thm-secondary);
}

.white-solid-border {
    border: 3px white solid;
}

.black-solid-border {
    border: 3px black solid;
}

.orange-solid-border {
    border: 3px var(--thm-base) solid !important;
}

.slider-tutor.slick-initialized .slick-slide {
    max-width: 275px;
    height: 500px !important;
}

.footer-container {
    height: 140px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media (max-width: 991.98px) {
    .medium-card-content {
        height: 500px;
    }
}

@media (max-width: 1199.98px) {
    .medium-card-content {
        height: 550px;
    }
}

@media (max-width: 767.98px) {
    .free-card-content {
        height: 200px;
    }
}

@media (max-width: 767.98px) {
    .free-plan-footer {
        height: 50px;
    }
}

.tutor-increased-font-size {
    font-size: 1.2em;
}

.no-wrap {
    white-space: nowrap;
}

.check-text-white {
    color: white !important;
    -webkit-text-fill-color: white !important;
}

.back-button {
    display: none;
    margin: 30px 0;
    cursor: pointer;
    width: auto;
}

@media (max-width: 768px) {
    .back-button {
        display: block;
    }
}



/* #section-feature */

@media (min-width: 1200px) {
    #section-feature .section {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
    }
}

@media (min-width: 768px) {
    #section-feature .section {
        min-width: 760px;
    }
}

#section-feature .home-feature {
    min-height: 300px;
}

    #section-feature .home-feature h5 {
        margin: 30px;
        margin-bottom: 15px;
        line-height: 1.25;
        white-space: nowrap;
    }

#section-feature .sigma_info-description {
    padding: 0 !important;
    margin: 0 !important;
    line-height: 1.5;
}

@media (max-width: 1199.98px) {
    #section-feature .home-feature {
        min-height: 270px;
    }
}

@media (max-width: 767.98px) {
    #section-feature .home-feature {
        min-height: 200px;
    }
}



/* #section-tools */

#section-tools .background-container {
    position: relative;
    width: 100%;
    min-height: 300px;
    background-image: url('/assets/img/swot-home/connect-with-swot-online-meeting.jpg');
    background-size: cover;
    background-position: center;
}

#section-tools .youtube-icon {
    display: flex;
    justify-content: center;
    width: 200px;
}

#section-tools h2 {
    text-align: center;
}


@media (max-width: 638.98px) {

    #section-tools .scale-reduce {
        margin-left: 1px !important;
        margin-right: 1px !important;
        transform: scale(0.8);
    }

}

@media (max-width: 575.98px) {
    #section-tools h2 {
        margin-bottom: 0px;
    }
}

@media (max-width: 451.98px) {
    #section-tools .less-margin1 {
        margin-top: 37px !important;
    }

    #section-tools .less-margin2 {
        margin-top: 21px !important;
    }

    #section-tools .less-margin3 {
        margin-top: 27px !important;
    }

    #section-tools h2 {
        margin-bottom: 0px;
    }
}


/* #section-meetings */

#section-meetings .sigma_about-image-1::before {
    display: none;
}

@media (min-width: 1200px) {
    #section-meetings .section {
        height: 680px;
    }
}

#section-meetings .sigma_about-image-1 {
    top: 0;
    left: 100px;
}

#section-meetings .sigma_about-image-2 {
    z-index: 0;
    top: 85%;
}

@media (max-width: 1199.98px) {
    #section-meetings .sigma_about-image-1 {
        top: 0;
        left: 50px;
    }

    #section-meetings .sigma_about-image-2 {
        z-index: 0;
        top: 64%;
    }
}



/* # section-free */

#section-free .sigma_about-image-1 {
    top: 250px;
    left: 90px;
}

#section-free .sigma_about-image-2 {
    top: 140px;
    right: 10px;
    z-index: 1;
}

#section-free .sigma_about-image-1::before {
    display: none;
}

#section-free .section {
    min-height: 680px;
}

@media (min-width: 1200px) {
    #section-free .sigma_about-image-1 {
        top: 280px;
        left: 140px;
    }

    #section-free .sigma_about-image-2 {
        top: 160px;
        right: 50px;
        z-index: 1;
    }
}



/* # section-security */

#section-security .section {
    min-height: 480px;
}



/* #section-save */

#section-save .sigma_about-image-1::before {
    display: none;
}

#section-save .sigma_about-image-1 {
    left: 90px;
}



/* # section-switching */

#section-switching p {
    max-width: 970px;
    text-align: center;
}

#section-switching h2 {
    text-align: center;
}

#section-switching .background-container {
    position: relative;
    width: 100%;
    min-height: 300px;
    background-image: url('/assets/img/swot-home/connect-with-swot-online-meeting.jpg');
    background-size: cover;
    background-position: center;
}

#section-switching button {
    background: white;
    color: black;
    border-radius: 10px;
}

#section-switching .icon-container {
    background: white;
    color: black;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    #section-switching .icon-container i {
        color: black;
        font-size: 30px;
    }


/* #section-built */

#section-built .sigma_about-image-2 {
    top: -50px;
    right: 130px;
    position: relative;
}

@media (min-width: 992px) {
    #section-built .container {
        max-height: 520px;
    }
}

@media (min-width: 992px) {
    #section-built .set-width {
        width: 75%;
    }
}


/* #section-get-paid */

#section-get-paid .section {
    min-height: 750px;
    color: black;
}

#section-get-paid .step {
    display: flex;
    align-items: flex-start;
    font-size: 1.5rem;
    margin-bottom: 10px;
}

#section-get-paid .step-number {
    height: 70px;
    color: var(--thm-base);
    font-weight: bold;
    font-size: 3rem;
    margin-right: 10px;
    flex-shrink: 0;
    line-height: 1;
    padding-top: 2px;
}

#section-get-paid .step-text {
    align-content: center;
    height: 70px;
    font-weight: bold;
    font-size: 1.75rem;
    line-height: 1.15;
    padding-bottom: 5px;
    padding-left: 10px;
}

#section-get-paid .sigma_about-image-1::before {
    display: none;
}

#section-get-paid .sigma_about-image-1 {
    width: 270px;
    top: 300px;
    left: 220px;
    z-index: 1;
}

#section-get-paid .sigma_about-image-2 {
    width: 270px;
    height: 200px;
    top: 300px;
    left: -10px;
}

    #section-get-paid .sigma_about-image-2 img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

#section-get-paid .sigma_about-image-3 {
    width: 450px;
    height: 220px;
    min-width: 600px !important;
    top: 20px;
    left: -80px;
}

    #section-get-paid .sigma_about-image-3 img {
        width: 90%;
        height: 90%;
        object-fit: cover;
        display: block;
        object-position: top;
    }

@media (max-width: 1199.98px) {
    #section-get-paid .sigma_about-image-1 {
        width: 270px;
        top: 250px;
        left: 180px;
        z-index: 1;
    }

    #section-get-paid .sigma_about-image-2 {
        width: 270px;
        height: 200px;
        top: 200px;
        left: -10px;
    }

    #section-get-paid .sigma_about-image-3 {
        top: -50px;
        left: -50px;
    }

        #section-get-paid .sigma_about-image-3 img {
            width: 80%;
            height: 80%;
            object-fit: cover;
            display: block;
            object-position: top;
        }

    #section-get-paid .step-text {
        padding-left: 15px;
    }
}

@media (max-width: 991.98px) {
    #section-get-paid .step-text {
        padding-left: 5px;
    }
}

@media (max-width: 767.98px) {
    #section-get-paid .lower-content {
        padding: 0px 15px
    }

    #section-get-paid .step-text {
        padding-left: 15px;
        font-size: 1.5rem;
        height: 50px;
    }

    #section-get-paid .step-number {
        height: 50px;
        font-size: 2rem;
    }

    #section-get-paid .step-text {
        align-content: center;
    }
}



/* #section-others */

#section-others .sigma_author-block img {
    max-width: 70px;
}

#section-others .sigma_testimonial-category {
    font-size: 12px;
    line-height: 1;
}

#section-others .line-height {
    line-height: 1;
}



/* #section-directory */

#section-directory .sigma_about-image-1 {
    min-width: 300px !important;
}

    #section-directory .sigma_about-image-1::before {
        display: none;
    }

#section-directory .sigma_about-image-2 {
    max-width: 140px !important;
    bottom: 70px;
    right: 180px;
}

#section-directory .section {
    min-height: 680px;
}


@media (max-width: 1199.98px) {
    #section-directory .sigma_about-image-1 {
        min-width: 250px !important;
    }

    #section-directory .sigma_about-image-2 {
        max-width: 130px !important;
        bottom: 30px;
        right: 120px;
    }
}

@media (max-width: 767.98px) {
    #section-directory .full-width-small {
        width: 100% !important;
    }
}



/* #section-promo */

#section-promo .promo-content {
    background-color: #333;
    max-width: 800px;
    max-height: 500px;
    border-radius: 10px;
    text-align: center;
    padding: 30px;
    margin: 70px 20px;
}

    #section-promo .promo-content h5 {
        color: var(--thm-base);
        font-style: italic;
    }

#section-promo .nowrap {
    white-space: nowrap;
}

@media (max-width: 991.98px) {
    #section-promo .promo-content h4 {
        width: 85% !important;
    }
}

@media (max-width: 767.98px) {
    #section-promo .promo-content h4 {
        width: 100% !important;
    }
}



/* #section-ready */

#section-ready .ready-content {
    background-color: var(--thm-base);
    color: black;
    text-align: center;
    padding: 40px 20px;
    margin: 0 0;
}

    #section-ready .ready-content h3 {
        margin-bottom: 20px;
        font-weight: bold;
        color: black;
    }

    #section-ready .ready-content p {
        font-size: 1.25rem;
        margin-bottom: 30px;
        max-width: 700px;
    }

    #section-ready .ready-content button {
        background-color: black;
        border-radius: 10px;
    }

/*#section-home*/

#section-home .section {
    padding-bottom: 40px;
}




:root {
    --thm-base-hover: initial;
}



#section-pricing .banner-slider-inner {
    padding-bottom: 50px !important;
}


@media (max-width: 575.98px) {

    .slider-tutor.slick-initialized .slick-slide {
        max-width: 400px !important;
        height: 650px !important;
    }
}

@media (max-width: 399.98px) {

    .slider-tutor.slick-initialized .slick-slide {
        max-width: 390px !important;
        height: 600px !important;
    }
}


#section-hero .margin-responsive {
    margin-left: 3rem;
    margin-right: 3rem;
}

#section-blog-details .margin-responsive {
    margin-left: 3rem;
    margin-right: 3rem;
}

@media (max-width: 575.98px) {
    #section-hero .margin-responsive {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    #section-hero .banner-slider-inner {
        padding-bottom: 60px !important;
    }

    #section-blog-details .margin-responsive {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    #section-blog-details .banner-slider-inner {
        padding-bottom: 60px !important;
    }
}

@media (min-width: 1200px) {
    #section-hero .container {
        max-width: 1340px !important;
    }

    #section-blog-details .container {
        max-width: 1340px !important;
    }
}

@media (max-width: 767px) {
    .slick-arrow {
        display: none !important;
    }
}

.banner-dark-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); 
    z-index: 1;
}


.tutor-input-width {
    max-width: 700px;
    position: relative;
    margin: 0 20px;
}

.profile-search-form {
    width: 100vh !important;
}

.profile-autocomplete-suggestions {
    position: absolute;
    width: 100%; 
    top: 100%;
    left: 0;
    background: white;
    z-index: 9999 !important;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    cursor: pointer;
}

.profile-autocomplete-suggestions.show {
    display: block;
}

.input-radius {
    border-top-left-radius: 7px !important;
    border-bottom-left-radius: 7px !important;
}

.serach-icon {
    font-size: 1.5rem;
    padding: 0 20px;
}

.bg-bottom {
    background-position: bottom;
}

@media (max-width: 499px) {
    .hide-below-500 {
        display: none !important;
    }
}

.pp-tacs-styles {
    h4 {
        margin-top: 30px;
        margin-bottom: 10px;
    }

    h6 {
        margin-bottom: 5px;
    }
    
    p {
        margin-bottom: 10px;
    }

    li {
        padding-bottom: 5px;
    }
}

.dot-point-list {
    list-style-type:disc;
    padding-left: 20px;
}

.underline-link {
    text-decoration: underline;
}

.about-header-padding {
    padding-top: 140px;
    padding-bottom: 140px;
}

.section-about-us {
    padding-top: 50px;
    padding-bottom: 50px;
}