.transitions-online-section{
    text-align: center;
}
.transitions-online-section h1{
    color: #090E18;
    font-size: 50px;
    line-height: 62px;
    letter-spacing: -1px;
    margin: 0 auto 15px;
    max-width: 800px;
}
.transitions-online-section p{
    margin-bottom: 33px;
}
.transitions-online-section .btn{
    margin: 0 10px;
    border-radius: 4px;
    text-transform: none;
    letter-spacing: 0;
}
.transitions-online-img img{
    margin: -70px 0 -120px;
}
.testimonial-box{
    background: #FFFFFF;
    box-shadow: 0px 20px 60px rgba(9, 14, 24, 0.1);
    border-radius: 8px;
    padding: 30px;
    transition: all .3s linear;
}
.testimonial-part{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 62px;
}
.testimonial-part .user-img{
    width: 60px;
    height: 60px;
}
.testimonial-part .user-name p{
    margin-bottom: 0;
    color: #090E18;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: -0.541667px;
}
.testimonial-part .user-name p span{
    margin-top: 5px;
    display: block;
}
.testimonial-info p{
    font-style: italic;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.444444px;
    color: #576078;
    margin-bottom: 0;
}
.testimonial-section .swiper-container{
    padding: 26px 40px;
    margin: -26px -40px;
}
.testimonial-reviews{
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: #064EA4;
    display: none;
}
/*.testimonial-section .swiper-container .swiper-slide{
    margin-top: 30px;
}
.testimonial-section .swiper-container .swiper-slide:not(.swiper-slide-next):not(.swiper-slide-active){
    opacity: 0;
}*/
.testimonial-section .swiper-container .swiper-slide:not(.swiper-slide-next):not(.swiper-slide-active) .testimonial-box{
    box-shadow: none;
}
.testimonial-section .swiper-container .swiper-slide.swiper-slide-active .testimonial-box{
    background: #064EA4;
}
/*.testimonial-section .swiper-slide.swiper-slide-active{
    margin-top: 0;
}*/
.testimonial-section .swiper-slide.swiper-slide-active p,
.testimonial-section .swiper-slide.swiper-slide-active .testimonial-reviews{
    color: #fff;
}
.testimonial-section .swiper-slide .testimonial-reviews svg path{
    fill: #064EA4;
}
.testimonial-section .swiper-slide.swiper-slide-active .testimonial-reviews svg path{
    fill: #fff;
}
.testimonial-section .swiper-pagination{
    position: relative;
    margin-top: 55px;
}
.testimonial-section .swiper-pagination .swiper-pagination-bullet{
    border: 2px solid #BDC3CA;
    border-radius: 100%;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background: transparent;
    opacity: 1;
}
.testimonial-section .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #090E18;
    border-color: #090E18;
}
.features-service-section{
    padding:25px 0 50px;
}
.section-heading{
    text-align: center;
    margin-bottom: 30px;
}
.section-heading h4{
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 5px;
    color: #064EA4;
    margin-bottom: 15px;
}
.section-heading h3{
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: #090E18;
    margin-bottom: 15px;
}
.section-heading h2{
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -0.5px;
    color: #090E18;
    margin: 0 auto 15px;
    max-width: 750px;
}
.features-service-box{
    padding: 35px 30px 60px;
    text-align: center;
    border:1px solid transparent;
}
.features-service-box h4{
    font-weight: normal;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: -0.333333px;
    color: #090E18;
    margin-bottom: 20px;
}
.features-service-box p{
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.444444px;
    color: #576078;
    margin-bottom: 35px;
}
.features-service-box:hover{
    background: #FFFFFF;
    border-color: #064EA4;
    box-shadow: 0px 20px 60px rgba(9, 14, 24, 0.1);
    border-radius: 8px;
}
.features-service-box .btn{
    text-transform: none;
    letter-spacing: -0.25px;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    padding: 11px 22px;
    border-radius: 4px;
}
.features-icon{
    text-align: center;
    margin-bottom: 25px;
}
.reviews-section{
    background: #F2F2F2;
    padding: 100px 0 30px;
}
.reviews-section .section-heading{
    margin-bottom: 100px;
}

.stanfield-section{
    padding: 45px 0 75px;
}

.stanfield-section .section-heading h2 span{
    font-size: 48px;
    line-height: 48px;
    display: block;
}
.stanfield-img{
    background-color: #ccc;
    height: 100%;
}
.stanfield-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.stanfield-section p,
.stanfield-section ul li{
    font-weight: normal;
    line-height: 24px;
}
.stanfield-section ul{
    margin: 0;
    padding: 0;
}
.stanfield-section ul li{
    list-style-type: none;
    padding-left: 25px;
    position: relative;
}
.stanfield-section ul li:before{
    content: '';
    background: url(../img/checkbox-checked-green.svg) no-repeat center center;
    background-size: 14px;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 6px;
    left: 0;
}
.pricing-section{
    padding: 63px 0 0;
    background: #F2F2F2;
}
.pricing-school-box{
    background: #FFFFFF;
    border: 1px solid #064EA4;
    border-radius: 8px;
    padding: 30px 30px 20px;
    margin-bottom: 20px;
}
.pricing-school-box h2{
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -0.5px;
    color: #064EA4;
    margin-bottom: 9px;
}
.pricing-school-box p{
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: -0.541667px;
    color: #090E18;
    margin-bottom: 30px;
}
.pricing-school-box h3{
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.5px;
    color: #064EA4;
    margin-bottom: 58px;
}
.pricing-school-box ul{
    margin: 0 0 20px;
    padding: 0;
}
.pricing-school-box .btn{
    text-transform: none;
    letter-spacing: -0.25px;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    padding: 11px 30px;
    border-radius: 4px;
}
.pricing-school-box ul li{
    list-style-type: none;
    margin-bottom: 10px;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: -0.541667px;
    color: #090E18;
}
.start-building-box{
    background: #FFFFFF;
    box-shadow: 0px 20px 60px rgb(9 14 24 / 20%);
    border-radius: 8px;
    margin: 30px 0 80px;
    padding: 115px 100px 115px 130px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.start-building-box h2{
    width: calc(100% - 400px);
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -0.5px;
    color: #090E18;
    margin-bottom: 0;
}
.start-building-btn{
    display: flex;
}
.start-building-btn .btn{
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: -0.25px;
    text-transform: none;
    letter-spacing: 0;
    padding: 21px 45px;
    border-radius: 30px;
    margin-right: 30px;
}
.start-building-btn .btn:last-child{
    margin-right: 0;
}
.start-testimonial-section{
    padding: 175px 0 80px;
}
.landing-page{
    overflow-x: hidden;
}
.landing-page .header-part .menu-part ul {
    justify-content: flex-end;
}
.landing-page .header-part .menu-part ul {
    justify-content: flex-end;
}

@media screen and (max-width:1199px) {
    .start-building-box{
        padding: 115px 30px 115px 30px;
    }
}
@media screen and (max-width:991px) {
    .transitions-online-img img {
        margin: -30px 0 -80px;
    }
    .testimonial-part{
        margin-bottom: 25px;
    }
    .features-service-box {
        padding: 15px 10px 40px;
    }
    .features-service-box h4{
        font-size: 20px;
        line-height: 24px;
    }

    .start-building-box{
        display: block;
        text-align: center;
        padding: 55px 30px 55px 30px;
    }
    .start-building-box h2{
        width: 100%;
        margin-bottom: 30px;
    }
    .start-building-btn{
        justify-content: center;
    }
    .start-building-btn .btn:last-child,
    .start-building-btn .btn{
        margin: 5px 10px;
    }
    .start-testimonial-section{
        padding-bottom: 20px;
    }
    .start-building-btn .btn{
        padding: 14px 40px;
    }
}

@media screen and (max-width:767px) {
    .header-part {
        padding: 8px 15px;
    }
    .transitions-online-section h1{
        font-size: 36px;
        line-height: 40px;
    }
    .transitions-online-section h3{
        font-size: 24px;
        line-height: 28px;
    }
    .transitions-online-img img {
        margin: -10px 0 -20px;
    }
    .section-heading h4{
        font-size: 12px;
    }
    .section-heading h2{
        font-size: 26px;
        line-height: 32px;
    }
    .reviews-section {
        padding: 50px 0 10px;
    }
    .reviews-section .section-heading {
        margin-bottom: 30px;
    }
    .stanfield-section .section-heading h2 span {
        font-size: 34px;
        line-height: 42px;
    }
    .stanfield-img{
        min-height: 500px;
        margin-top: 30px;
        height: auto;
    }
    .pricing-school-box{
        text-align: center;
    }
    .pricing-school-box h3{
        margin-bottom: 30px;
    }
    .start-building-box{
        margin-top: 40px;
    }
    .start-building-box h2{
        font-size: 26px;
        line-height: 30px;
    }
    .start-building-btn{
        flex-wrap: wrap;
    }
    .testimonial-section .swiper-container {
        padding: 26px 60px 26px 0;
        margin: -26px 0px;
        overflow-x: inherit;
    }
    .testimonial-section .swiper-pagination{
        margin-right: -60px;
        width: auto;
    }
    .testimonial-section{
        overflow-x: hidden;
    }
}
@media screen and (max-width:575px) {
    .section-heading h2 br{
        display: none;
    }
    .testimonial-part{
        display: block;
    }
    .testimonial-box{
        padding: 20px;
    }
    .testimonial-part .user-name{
        width: calc(100% - 55px);
    }
    .testimonial-reviews{
        margin-top: 20px;
    }
    .testimonial-part {
        margin-bottom: 15px;
    }
    .testimonial-part .user-img {
        width: 40px;
        height: 40px;
    }
}
