/*Section 1*/

.new-home-head-section{
	background-color: #f1f1eb;
	position: relative;
}
.home-page-banner{
	display: inline-block;
    width: 100%;
    height: 100%;
    max-height: 600px;
}	
.home-page-banner img{
	width: 100%;
	max-height: 600px;
    object-fit: cover;
    object-position: top;
}
.home-page-title .content h1{
	color: #154734;
    font-weight: 900;
    font-family: 'WulkanDisplay';
}
.form-group-content{
    display: inline-block;
    width: 100%;
    position: relative;
}
select#state{
    border: 1px solid #164835;
}
input#school{
	border: 1px solid #cca872;
	background-position: 96% center;
}
select#state, input#school{
	color: #4d4d4f;
    background-color: white;
    margin-bottom: 0;
    padding: 10px 20px;
    border-radius: 0px;
    font-size: 13px;
    background-image: url('/media/wysiwyg/new_home_page_images/flynn_select_arrow.svg');
    background-repeat: no-repeat;
    background-size: 14px 8px;
}
.school-selection-form form button.btn.btn-primary{
	background-color: #164835;
    border-color: #164835;
    color: white;
    margin-top: 40px;
    border-radius: 0px;
    padding: 20px;
    font-weight: 700;
    border: 1px solid #164835;
    font-family: "aktiv-grotesk", Arial, Helvetica, sans-serif;
    text-decoration: none;
    letter-spacing: 1.2px;
    height: 55px;
}
.school-selection-form form button.btn.btn-primary:focus, .school-selection-form form button.btn.btn-primary:hover, .new-home-page-btn:hover, .new-home-page-btn:focus{
    background-color: #c7a973;
    border-color: #c7a973;
    color: white;
}

/*Section 2*/

.partner-of-school-container{
	display: flex;
    justify-content: center;
    align-items: center;
    min-height: 770px;
}
.partner-school-content{
	margin-bottom: 20px;
	width: 100%;
    max-width: 590px;
    margin: 0 auto;
    text-align: center;
}
.title-content{
	position: relative;
}
.partner-school-content .title{
	color: #163726;
	font-size: 36px;
    font-weight: 700;
    font-family: 'WulkanDisplay';
}
.partner-school-content .title::after{
	background-color: #cca872;
	right: 0;
    margin: 0 auto;
    content: "";
    position: absolute;
    height: 1px;
    width: 50px;
    bottom: -20px;
    left: 0;
    text-align: center;
}
.partner-school-content .description{
	text-align: center;
    color: #4D4D4F;
    font-weight: 400;
    margin-bottom: 40px;
    margin-right: auto;
    margin-left: auto;
    width: 75%;
}
.new-home-page-btn{
	border-radius: 0px;
    font-weight: 700;
    min-width: 142px;
    border: 1px solid #164835;
    font-family: "aktiv-grotesk", Arial, Helvetica, sans-serif;
    text-decoration: none;
    letter-spacing: 1.2px;
    background-color: #164835;
    border-color: #164835;
    color: white;
    width: fit-content;
    display: inline-block;
    font-size: 12px;
    height: 55px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.new-home-page-btn a{
	color: #fff;
	text-decoration: none;
}

/*Section 3*/

.class-section{
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    z-index: 0;
    position: relative;
}
.since{
	color: #888888;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 40px;
    position: relative;
}
.since::after{
	display: flex;
    background-color: #cca872;
    content: "";
    position: absolute;
    height: 1px;
    width: 50px;
    top: 38px;
}
.title-outfitting .title{
	font-family: "WulkanDisplay", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 54px;
    position: relative;
    font-size: 36px;
    color: #154734;
    letter-spacing: 0.25px;
    margin: 0;
}
.class-section-content .description{
	font-weight: 400;
    margin-bottom: 40px;
    width: 85%;
}
.about-us-btn.new-home-page-btn{
	display: flex;
	align-items: center;
	justify-content: center;
}
.title-outfitting{
	margin: 12px 0 16px;
}

/*Section 5*/

.trusted-by-section-container{
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    justify-content: center;
    position: relative;
    align-items: center;
}
.trusted-by-section-content{
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.trusted-by-section-content .title-content .title{
	position: relative;
	font-size: 36px;
	color: #154734;
	letter-spacing: 0.25px;
	font-family: "WulkanDisplay", Arial, Helvetica, sans-serif;
    line-height: 1.1;
    font-weight: 700;
    font-style: normal;
    text-transform: none;
    text-align: center;
}
.trusted-by-section-content .title-content .title::after {
    background-color: #cca872;
    content: " ";
    position: absolute;
    height: 1px;
    width: 50px;
    bottom: -20px;
    left: 50%;
    margin-left: -25px;
}
.trusted-by-section-content .description{
	line-height: 24px;
    margin: 15px auto 25px;
    font-weight: 400;
    text-align: center;
    width: 75%;
}
.trusted-by-section-content div#logos{
	display: grid;
    justify-content: start;
}
.trusted-logo{
	display: flex;
    flex-direction: column;
    width: 100%;
}
.trusted-logo img{
	border-radius: 50%;
    overflow: hidden;
    border: 1px solid #e2e1d3;
}

/*Sectoin 6*/

.slider-wrapper {
    flex: 3;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.slider {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.slider-track {
    display: flex;
    transition: transform 0.5s ease-in-out; /* Smooth sliding */
}

.slide {
    flex: 0 0 calc((100% / 3));
    position: relative;
    overflow: hidden;
}

.slide img {
	height: 100%;
	transition: transform 0.3s ease-in-out;
}

.slider-control {
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    cursor: pointer;
    padding: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    font-size: 20px;
}

.slider-control.prev {
    left: 10px;
}

.slider-control {
    background: rgba(0, 0, 0, 0.9);
    position: absolute;
    top: 50%;
    width: 60px;
    height: 60px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    z-index: 1;
    cursor: pointer;
    opacity: .85;
    transition: all .2s;
    backface-visibility: hidden;
}

.slider-control.next{
	right: 0;
    transform: translate(50%, -50%);
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.3);
}
.slider-control.prev{
	left: 0;
    transform: translate3d(-50%, -50%, 0);
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.3);
}
.slider-control svg{
	fill: rgb(255, 255, 255);
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.slider-control:hover {
    opacity: 1;
    background-color: #000;
    border-color: #000;
}
.slider-control.next svg{
	left: 5px;
}
.slider-control.prev svg{
	right: 12px;
}

.instagram-slider-container{
	display: flex;
}
.instagram-details{
	background-color: #f8f4ed;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 25%;
    align-items: center;
}
.instagram-details h2{
	font-size: 24px;
    color: #154734;
    font-family: "WulkanDisplay", Arial, Helvetica, sans-serif;
    line-height: 1.1;
    font-weight: 700;
    font-style: normal;
    text-transform: none;
    position: relative;
    margin: 0;
}
.instagram-details h2::after{
	content: '';
    display: block;
    width: 50px;
    height: 1px;
    background-color: #c7a973;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-right: auto;
    margin-left: 0;
}
.instagram-details a{
	color: #4d4d4f;
    font-weight: 500;
    font-size: 13px;
}
.instagram-details .content{
	display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 25px 45px 25px 75px;
}
.cms-new-home-page #maincontent{
	background: white;
}
.slide .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    text-align: center;
    font-size: 18px;
    padding: 10px;
    box-sizing: border-box;
    flex-direction: column;
}
.slide:hover .overlay {
    opacity: 1;
}
.overlay-content{
	color: rgb(255, 255, 255);
    font-size: 14px;
    line-height: 21px;
    display: inline-block;
    overflow: hidden;
    margin-top: 12%;
    text-align: center;
    max-height: 84px;
    width: 100%;
}
.school-shack-new-home-page-main-container input:focus, .school-shack-new-home-page-main-container select:focus, .school-shack-new-home-page-main-container button:focus, .new-home-page-btn:focus, .instagram-details a:focus{
    outline: 2px solid #0f7fff !important;
    outline-offset: 1px !important;
    box-shadow: none !important;
    border-color: transparent !important;
}

@media screen and (min-width: 700px) {
    .class-section3-banner{
        display: flex;
        flex-direction: column;
        box-sizing: border-box;
        flex-basis: 41.66666666666667%;
        max-width: 41.66666666666667%;
        z-index: 0;
        justify-content: center;
        padding-top: 40px;
        padding-right: 100px;
        padding-bottom: 40px;
        padding-left: 40px;
        position: relative;
    }
    .class-section-content{
        display: flex;
        flex-direction: column;
        box-sizing: border-box;
        flex-basis: 58.333333333333336%;
        max-width: 58.333333333333336%;
        z-index: 0;
        justify-content: center;
        position: relative;
    }
    .class-section3-content{
        padding-right: 40.5px;
        padding-left: 40.5px;
    }
    .class-section{
        max-width: 1140px;
        margin-left: auto;
        margin-right: auto;
    }
    .class-section-content .description{
        font-size: 18px;
        line-height: 22.1px;
    }
    .class-section4-banner{
        display: flex;
        flex-direction: column;
        box-sizing: border-box;
        flex-basis: 41.66666666666667%;
        max-width: 41.66666666666667%;
        z-index: 0;
        justify-content: center;
        padding-right: 10.5px;
        padding-left: 10.5px;
        position: relative;
    }
    .class-section4-content{
        padding: 0 40.5px;
    }
}

@media screen and (min-width: 1115px) {
    .home-page-title .content h1{
        font-size: 75px;
        line-height: 76px;
        margin-bottom: 20px;
    }
    .school-selection-form{
        margin-top: 75px;
    }
    .home-page-title .content{
        width: 44%;
    }
    .home-page-title{
        margin-left: auto;
    }
    .form-group-content{
        margin-top: 20px;
    }
}

@media screen and (min-width: 801px) {
    .home-page-title .content h1{
        margin-top: 80px;
    }
    .home-page-title{
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin-right: auto;
        max-width: 1080px;
    }
    select#state{
        max-width: 169px;
        min-width: 100px;
        background-position: 88% center;
    }
    input#school{
        width: 350px;
    }
    select#state, input#school{
        margin-right: 1rem;
        height: 55px;
    }
    .school-selection-form form button.btn.btn-primary{
        width: 215px;
        min-width: 142px;
    }
    .new-home-head-section{
        max-height: 600px;
    }
    .partner-of-school-container{
        background: url('/media/wysiwyg/new_home_page_images/banner-w-x.webp');
        background-size: cover;
    }
    .partner-school-content .description{
        font-size: 18px;
        line-height: 22.1px;
    }
    .partner-school-content{
        padding: 0 30px;
    }
    
    .trusted-by-section-content .description{
        font-size: 18px;
    }
    .trusted-by-section-content div#logos{
        grid-auto-flow: column;
        grid-auto-columns: 18%;
        overflow-x: auto;
        overscroll-behavior-inline: contain;
        scroll-snap-type: inline mandatory;
        scroll-padding-inline: 1em;
        position: relative;
        padding-bottom: 30px;
        gap: 2vw;
        cursor: grab;
        scrollbar-color: #154734 #c7a973;
        width: 75%;
    }
    .trusted-by-section-container{
        max-width: 1140px;
        padding: 0 30px;
    }
    .container-section{
        margin-bottom: 100px;
    }
    .container4, .container5{
        margin-bottom: 90px;
    }
    .schoolshack-recent{
        margin: 0 auto 100px;
        max-width: 1140px;
    }
    .schoolshack-recent h4{
        font-size: 20px;
    }
    #suggestions{
         width: 350px;
    }
    .schoolshack-recent{
        padding: 0 40px;
    }
    input.input-schoolshack::placeholder {
        font-size: 16px;
    }
    .suggestions-box{
        top: 80px;
    }
}

@media screen and (max-width: 800px) {
    .home-page-title .content h1{
        margin-bottom: 20px;
        line-height: 38px;
    }
    .home-page-title{
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
        padding-bottom: 50px;
    }
    select#state{
        background-position: 96% center;
    }
    select#state, input#school{
        height: 45px;
    }
    .form-group {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }
    .partner-of-school-container{
        background: url('/media/wysiwyg/new_home_page_images/static-bb-3.webp');
        height: 672px;
        background-size: cover;
        margin-bottom: 50px;
    }
    .title-content{
        width: 70%;
        margin: auto;
    }
    .partner-school-content .description{
        font-size: 16px;
        line-height: 28px;
    }
    .partner-school-content{
        padding: 0 15px;
    }
    .class-section3-banner, .class-section4-banner{
        padding: 24px;
    }
    .class-section-content{
        padding: 84px 39px 24px;
    }
    .class-section-content .description{
        font-size: 16px;
        line-height: 28px;
    }
    .trusted-by-section-content .description{
        font-size: 16px;
    }
    .trusted-by-section-content div#logos{
        grid-template-columns: auto auto auto;
        padding: 0 7px;
        gap: 0 10px;
    }
    .trusted-by-section-container{
        padding: 0 15px;
        margin-bottom: 50px;
    }
    .instagram-slider-container{
        display: none;
    }
    .class-section, .new-home-head-section.container-section{
        margin-bottom: 50px;
    }
    .schoolshack-recent{
        margin-bottom: 50px;
        padding: 0 24px;
    }
    .schoolshack-recent h4{
        font-size: 19px;
    }
    input.input-schoolshack::placeholder {
        font-size: 14px;
    }
    .suggestions-box{
        top: 50px;
    }
}

@media screen and (max-width: 700px) {
    .class-section4.class-section{
        flex-direction: column-reverse;
    }
}

@media screen and (max-width: 480px) {
    .home-page-title{
        max-width: 335px;
    }
    .home-page-title .content h1{
        font-size: 34px;
    }
    .school-selection-form form button.btn.btn-primary{
        width: 100%;
    }
}

@media only screen and (min-width: 481px) and (max-width: 800px){
    .home-page-title{
        max-width: 100%;
        margin: 20px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .home-page-title .content h1{
        font-size: 48px;
    }
    select#state, input#school{
        width: 55%;
    }
    .school-selection-form form button.btn.btn-primary{
        width: 215px;
    }
    .trusted-by-section-content div#logos{
        width: 75%;
        margin: 50px auto 0;
    }
    .trusted-by-section-content .description{
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 801px) and (max-width: 1114px){
    .home-page-banner img{
        height: 460px;
        object-fit: cover;
        object-position: center;
        object-position: top;
    }
    .home-page-title .content h1{
        font-size: 64px;
        line-height: 1;
        margin-bottom: 10px;
    }
    .home-page-title .content{
        width: 60%;
    }
    .home-page-title{
        margin-left: 30px;
        margin-top: 20px;
    }
}

@media only screen and (min-width: 801px) and (max-width: 1024px){
    .slide {
        flex: 0 0 calc((100% / 4));
    }
    .slider-track{
        flex-wrap: wrap;
    }
}

@media screen and (min-width: 481px) {
    .no-school-message{
        max-width: 300px;
    }
    .no-school-message-container{
        padding: 20px;
    }
}

/* Search Bar Design */

.suggestion-item:hover, .suggestion-item.hover{
    background-color: #e7f2ff;
}
li.suggestion-item{
    background-color: #fff;
    margin: 0;
    padding: 19.1px 15px;
    color: #545454;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
}
#suggestions{
    list-style: none;
    padding: 0;
    margin: 0;
    border-radius: 16px;
    max-height: 250px;
    overflow-y: auto;
}
.schoolshack-search{
    padding: 1.2rem 2rem;
    border-radius: 34px;
    background: #FFF;
    border: none;
    font-size: 18px;
    box-shadow: 0 2px 10px #00000014;
    position: relative;
    display: flex;
    align-items: center;
}
input.input-schoolshack{
    cursor: default;
    border: none;
    color: #3f4f5f;
    padding: 0 16px;
    font-family: 'Poppins';
}

input.input-schoolshack:focus{
    -webkit-box-shadow: none;
}
input.input-schoolshack::placeholder {
    color: #3f4f5f;
    letter-spacing: -.08px;
    opacity: 0.7;
    line-height: 50px;
}
.suggestions-box{
    position: absolute;
    z-index: 1011;
    left: 0;
    right: 0;
}
li.suggestion-item:first-child{
    border-top-right-radius: 16px;
    border-top-left-radius: 16px;
}
li.suggestion-item:last-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
}
.schoolshack-search-container{
    position: relative;
}

/*Recent school section*/
.schoolshack-recent h4{
    color: #545454;
    font-weight: 500;
    line-height: 1.5;
    font-family: 'Poppins-Medium';
    margin: 0;
    margin-bottom: 5px;
}
.recent-list-of-school{
    display: flex;
    flex-direction: column;
    border-radius: 16px;
    list-style: none;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.08);
    background-color: #FFF;
    padding-left: 0;
    margin-bottom: 0;
}
.recent-list-of-school .list-item {
    position: relative;
    display: block;
    padding: 14.5px 24px;
    color: #212529;
    text-decoration: none;
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    margin-bottom: 0;
    border-color: #298ac61a;
    font-size: 14px;
    cursor: pointer;
    font-family: 'Poppins';
}
.recent-list-of-school .list-item:last-child{
    border-bottom: none;
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit;
}
.recent-list-of-school .list-item:first-child{
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}
.recent-list-of-school .list-item:hover{
    background-color: #298ac61a;
}

/* Message Box Design */

.no-school-message-container{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    box-sizing: border-box;
    left: 0;
    right: 0;
    color: #fff;
}
.no-school-message{
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    pointer-events: auto;
    box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.25);
    position: relative;
    border-radius: 2px;
    transform: translateY(25%);
    box-sizing: border-box;
    flex-shrink: 0;
    background: teal;
    padding: 16.59px 15px;
    gap: 13px;
    width: 100%;
}
.schoolshack-search-container.active .form-group-content{
    z-index: 1011;
}
.search-overlay{
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    background-color: #000;
    opacity: .3;
    z-index: 1010;
}

/*School Shack Latest Home Page*/

.school-shack-partner-of-school-container {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 770px;
}
.school-shack-home-page-btn {
    border-radius: 0px;
    font-weight: 600;
    min-width: 142px;
    border: 1px solid #164835;
    text-decoration: none;
    letter-spacing: 1.2px;
    background-color: #164835;
    border-color: #164835;
    color: white;
    width: fit-content;
    font-size: 16px;
    height: 30px;
    text-transform: uppercase;
    font-family: 'WulkanDisplay';
    text-align: center;
    line-height: 33px;
}
.school-shack-btn-container{
    display: flex;
    justify-content: center;
}
.school-shack-home-page-btn a {
    color: #fff;
    text-decoration: none;
}
.partner-description p{
    margin: 0;
}
.partner-description{
    text-align: center;
    color: #163726;
    font-weight: 500;
    margin-bottom: 20px;
    margin-right: auto;
    margin-left: auto;
    font-family: 'WulkanDisplay';
}
.schoolshack-title-content {
    position: relative;
}
.schoolshack-title-content .title {
    color: #163726;
    font-size: 36px;
    font-weight: 900;
    font-family: 'WulkanDisplay';
}
.schoolshack-partner-school-content {
    margin-bottom: 20px;
    width: 100%;
    max-width: 590px;
    margin: 0 auto;
    text-align: center;
}
.schoolshack-partner-school-content .title::after {
    background-color: #cca872;
    right: 0;
    margin: 0 auto;
    content: "";
    position: absolute;
    height: 1px;
    width: 160px;
    bottom: -10px;
    left: 0;
    text-align: center;
}
.schoolshack-homepage-since1972 {
    box-sizing: border-box;
    display: flex;
    z-index: 0;
    position: relative;
}
.schoolshack-homepage-since1972-title-outfitting .title {
    font-family: 'WulkanDisplay';
    font-style: normal;
    font-weight: 900;
    line-height: 45px;
    position: relative;
    font-size: 36px;
    color: #154734;
    letter-spacing: 0.25px;
    margin: 0;
}
.schoolshack-homepage-since1972-content .description {
    font-weight: 500;
    margin-bottom: 40px;
    color: #163726;
    font-family: 'WulkanDisplay';
    font-size: 16px;
}
.since1972 {
    color: #888888;
    font-size: 20px;
    font-weight: 100;
    letter-spacing: 0;
    text-transform: uppercase;
    margin-bottom: 40px;
    position: relative;
}
.since1972::after {
    display: flex;
    background-color: #cca872;
    content: "";
    position: absolute;
    height: 1px;
    width: 50px;
    top: 38px;
}
.testimonial-section h2{
    font-size: 30px;
    margin: 0;
    color: #000;
    font-family: 'Poppins';
    font-weight: 700;
    text-align: center;
}
.testimonial-section .owl-nav button{
    display: flex !important;
    justify-content: center;
    color: #FFF !important;
    background: #FFFFFF00 !important;
    opacity: 1;
    border-width: 1px !important;
    border-color: transparent !important;
    border-style: solid !important;
    position: absolute;
    height: 30px;
    width: 30px;
    border-radius: 50px;
    top: 50%;
    background-color: gray !important;
}
.testimonial-section .owl-nav button span{
    font-size: 30px;
    line-height: 23px;
}
.testimonial-section .owl-nav button.owl-prev{
    left: 0;
}
.testimonial-section .owl-nav button.owl-next{
    right: 0;
}
.testimonial-item .client-info-container .client-profile img{
    height: 50px;
    width: 50px;
    border-radius: 50%;
}
.testimonial-item .client-info-container .client-info img{
    height: 20px;
    width: 80px;
}
.testimonial-item .client-info-container .client-info h4{
    font-size: 15px;
    color: #000;
    margin: 0;
}
.testimonial-item .client-info-container .client-info{
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.testimonial-item .client-info-container .client-info span{
    font-size: 13px;
    color: ##888888;
}
.client-info-container{
    display: flex;
    align-items: start;
    gap: 15px;
    margin-bottom: 5px;
    margin-top: 20px;
}
.testimonial-item .rating{
    font-size: 25px;
    color: #fbe045;
}
.testimonial-item .rating-content {
    background: #F2F2F2;
    border-radius: 4px;
    padding: 15px 20px 20px 20px;
}
.testimonial-item .rating-content p{
    font-size: 14px;
    color: #000;
    margin: 0;
}
@media screen and (max-width: 800px) {
    .school-shack-partner-of-school-container {
        background: url('/media/wysiwyg/new_home_page_images/Mobile_Home_Page_2.jpg');
        background-size: cover;
        margin-bottom: 50px;
    }
    .schoolshack-homepage-since1972{
        flex-wrap: wrap;
        margin-bottom: 50px;
    }
    .schoolshack-homepage-since1972-banner, .schoolshack-homepage-since1972-content{
        padding: 24px;
    }
    .testimonial-section .owl-carousel{
        margin-top: 20px;
    }
    .schoolshack-title-content{
        width: 70%;
        margin: auto;
    }
    .testimonial-section.schoolshck-home-container-section{
        margin: 0 24px;
    }
    .partner-description{
        width: 75%;
    }
    .schoolshck-home-container-section {
        margin-bottom: 50px;
    }
}
@media screen and (min-width: 1181px) {
    .testimonial-section{
        max-width: 1150px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (min-width: 801px) and (max-width: 1180px){
    .testimonial-section.schoolshck-home-container-section{
        margin-left: 40px;
        margin-right: 40px;
    }
}
@media screen and (min-width: 700px) {
    .schoolshack-homepage-since1972 {
        max-width: 1150px;
        margin-left: auto;
        margin-right: auto;
    }
    .schoolshack-homepage-since1972-banner {
        display: flex;
        flex-direction: column;
        box-sizing: border-box;
        flex-basis: 50%;
        max-width: 50%;
        z-index: 0;
        justify-content: center;
        position: relative;
        padding-left: 40px;
        padding-right: 40px;
    }
    .schoolshack-homepage-since1972-content {
        display: flex;
        flex-direction: column;
        box-sizing: border-box;
        flex-basis: 50%;
        max-width: 50%;
        z-index: 0;
        justify-content: center;
        position: relative;
        padding-left: 40px;
        padding-right: 40px;
    }
    .schoolshack-homepage-since1972-content .description {
        font-size: 18px;
        line-height: 22.1px;
    }
}
@media screen and (min-width: 801px) {
    .schoolshck-home-container-section {
        margin-bottom: 85px;
    }
    .school-shack-partner-of-school-container {
        background: url('/media/wysiwyg/new_home_page_images/Home_Page_2.jpg');
        background-size: cover;
    }
    .partner-description{
        font-size: 16px;
        line-height: 20.1px;
    }
    .partner-description{
        width: 85%;
    }
    .schoolshack-partner-school-content {
        padding: 0 30px;
    }
    .testimonial-section .owl-carousel{
        margin-top: 40px;
    }
    .testimonial-section .owl-stage-outer{
        margin-left: 40px;
    }
}