body {
    font-size: 16px;
    font-family: "Open Sans", sans-serif !important;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Open Sans", sans-serif !important;
}
.page-template-page_landing_new .wrap,
.page-template-page-thank-you-new-php .wrap {
    margin: 0;
    max-width: 100%
}

.page-template-page_landing_new .wrap p,
.page-template-page_landing_new .wrap li,
.page-template-page-thank-you-new-php .wrap p,
.page-template-page-thank-you-new-php .wrap li {
    font-weight: 400
}

.page-template-page_landing_new .site-header,
.page-template-page-thank-you-new-php .site-header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999
}

.page-template-page_landing_new .container,
.page-template-page-thank-you-new-php .container {
    max-width: 1270px;
    padding: 0 15px;
    margin: 0 auto
}

.no-hero-branding-banner {
    position: relative;
    padding: 23.3% 0 80px
}

.no-hero-branding-banner .bg-img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    object-fit: cover
}

.no-hero-branding-banner .container {
    max-width: 1290px
}

.no-hero-branding-banner .form-text-block {
    display: flex;
    flex-wrap: wrap
}

.no-hero-branding-banner .text-block {
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 35%, rgba(255, 255, 255, 0) 95%);
    border-radius: 110px 0 0 0;
    padding: 60px 85px 20px;
    max-width: 57%;
    flex: 0 0 57%
}

.no-hero-branding-banner .form-block .form-title h3 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 26px;
    color: #fff;
    margin-bottom: 0;
    text-shadow: 2px 2px 4px #345d7a
}

.no-hero-branding-banner .form-block .form-title {
    padding: 20px 30px;
    background: linear-gradient(0deg, rgba(27, 124, 192, 1) 0%, rgba(114, 179, 225, 1) 80%);
    border-radius: 10px 10px 0 0
}

.no-hero-branding-banner .form-block .bottom-part p,
.no-hero-branding-banner .form-block .bottom-part h6 {
    color: #184668;
    margin-bottom: 10px
}

.no-hero-branding-banner .form-block .bottom-part {
    padding: 15px 30px
}

.no-hero-branding-banner .form-block {
    max-width: 43%;
    flex: 0 0 43%;
    background-color: #fff;
    border-radius: 10px;
    margin-top: -35px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.3)
}

.no-hero-branding-banner .text-block .img-grid .item p {
    font-weight: 700;
    color: #0076c0;
    font-size: 18px;
}

.no-hero-branding-banner .text-block .img-grid .item {
    text-align: center
}

.no-hero-branding-banner .text-block .img-grid img {
    width: 70px
}

.no-hero-branding-banner .text-block .img-grid {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 20px
}

.no-hero-branding-banner .text-block h1 {
    font-size: 56px;
    padding-bottom: 6px;
    line-height: 1.1;
    font-family: "Hind", sans-serif !important;
    color: #2b86c6;
    font-weight: 700;
    margin-bottom: 0;
    text-align: center
}

.no-hero-branding-banner .text-block .blue-box {
    background: linear-gradient(180deg, rgba(27, 124, 192, 1) 0%, rgba(114, 179, 225, 1) 80%);
    border-radius: 50px 5px 5px 5px;
    padding: 15px 20px;
    text-align: center;
    margin-bottom: 50px
}

.no-hero-branding-banner .text-block .blue-box h2 {
    color: #fff;
    font-weight: 700;
    font-size: 30px;
}

.no-hero-branding-banner .text-block .blue-box p {
    color: #fff;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 1.2;
}

.no-hero-branding-banner .text-block ul {
    column-count: 2
}

.no-hero-branding-banner .text-block ul li:before {
    position: absolute;
    left: 0;
    top: 8px;
    height: 7px;
    width: 7px;
    background-color: #0076c0;
    border-radius: 50%;
    content: ""
}

.no-hero-branding-banner .text-block ul li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 18px;
    color: #0076c0;
    font-family: "Hind", sans-serif !important;
    font-size: 16px;
    line-height: 1.5
}

.new-thankyou-branding-banner .text-block {
    border-radius: 5px 110px 5px 5px;
    padding: 60px 35px 20px
}

.no-hero-branding-banner.new-thankyou-branding-banner .text-block .blue-box {
    border-radius: 5px 50px 5px 5px;
    margin-bottom: 20px
}

.new-thankyou-branding-banner .d-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: 20px
}

.new-thankyou-branding-banner p:not(.sub-title) {
    color: #0076c0;
    font-size: 18px
}

.new-thankyou-branding-banner .d-flex .sub-title {
    font-size: 38px;
    font-family: "Hind", sans-serif !important;
    margin-bottom: 0;
    line-height: 1.2
}

.new-thankyou-branding-banner .d-flex .left h1 {
    text-align: left;
    font-size: 68px;
    line-height: 1
}

.new-thankyou-branding-banner .d-flex .left {
    flex: 1;
    padding-left: 20px
}

.new-thankyou-branding-banner .d-flex img {
    max-width: 90px;
    flex: 0 0 90px
}

.new-thankyou-branding-banner.no-hero-branding-banner .text-block .blue-box h2 {
    text-align: left;
    margin-bottom: 0;
    font-size: 44px
}

.new-thankyou-branding-banner .text-block {
    max-width: 77%;
    flex: 0 0 77%
}

.new-thankyou-branding-banner .video-block .video-sidebar-sie img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover
}

.new-thankyou-branding-banner .video-block .video-wrapper {
    padding: 10px;
    background: linear-gradient(180deg, rgba(27, 124, 192, 1) 0%, rgba(114, 179, 225, 1) 80%);
    border-radius: 5px
}

.new-thankyou-branding-banner .video-block .video-wrapper .video-sidebar-sie {
    margin-bottom: 0
}

.new-thankyou-branding-banner .video-block a.border-anchore {
    color: #ec7024;
    font-size: 28px;
    padding: 20px;
    border: 2px solid #ec7024;
    border-radius: 40px 10px 10px 10px;
    text-align: center;
    margin-bottom: 20px;
    display: block;
    transition: all .5s;
    line-height: 1.2;
    font-weight: 400
}

.new-thankyou-branding-banner .video-block a.border-anchore:hover {
    color: #fff;
    background-color: #ec7024
}

.new-thankyou-branding-banner .video-block {
    max-width: 23%;
    flex: 0 0 23%;
    padding-right: 30px
}

.page-template-page-thank-you-new-php .find-tutor-grid-section .orange-title-block h2 {
    margin-bottom: 0
}

.no-hero-branding-banner.new-thankyou-branding-banner {
    padding: 25.6% 0 50px
}

.no-hero-branding-banner.new-thankyou-branding-banner .form-text-block {
    align-items: center
}

.work-tutor-grid-section {
    padding: 100px 0;
    background: linear-gradient(180deg, rgba(27, 124, 192, 1) 0%, rgba(114, 179, 225, 1) 80%)
}

.work-tutor-grid-section .orange-title-block {
    background-color: #ec7024;
    padding: 10px 20px;
    margin-bottom: 30px;
    border-radius: 10px
}

.work-tutor-grid-section h2 {
    color: #fff;
    margin-bottom: 0;
    font-weight: 700;
    text-align: center;
    font-size: 46px
}

.work-tutor-grid-section .work-tutor-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px -20px
}

.work-tutor-grid-section .work-tutor-grid .work-tutor-item {
    max-width: 25%;
    flex: 0 0 25%;
    padding: 0 10px 20px
}

.work-tutor-grid-section .work-tutor-grid .work-tutor-inner {
    height: 100%;
    background-color: #fff;
    border-radius: 10px;
    padding: 30px
}

.work-tutor-grid-section .work-tutor-grid .work-tutor-inner p {
    font-size: 16px;
    line-height: 1.35;
    margin-bottom: 0;
    color: #0076c0
}

.work-tutor-grid-section .work-tutor-grid .work-tutor-inner h3,
.no-hero-branding-banner .form-block .bottom-part h2 {
    color: #0076c0;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: none
}

.work-tutor-grid-section .work-tutor-grid .work-tutor-inner .img-block {
    margin: 0 0 15px
}

.work-tutor-grid-section .work-tutor-grid .work-tutor-inner img {
    width: 70px
}

.find-tutor-grid-section .top {
    margin-bottom: 20px
}

.find-tutor-grid-section h2 {
    margin-bottom: 30px
}

.page-template-page_landing_new .orange-link,
.page-template-page-thank-you-new-php .orange-link {
    font-weight: 600;
    color: #ec7024;
    font-size: 18px
}

.find-tutor-grid-section .work-tutor-grid .work-tutor-inner {
    display: flex;
    justify-content: space-between;
    flex-direction: column
}

.find-tutor-grid-section .work-tutor-grid .work-tutor-inner p {
    color: #000
}

.sie-director-video-block {
    padding: 100px 0
}

.sie-director-video-block .video-text-grid {
    display: flex;
    flex-wrap: wrap
}

.sie-director-video-block .video-text-grid .text-block h2 {
    color: #0076c0;
    font-weight: 700;
    font-size: 58px;
    margin-bottom: 30px
}

.sie-director-video-block .video-text-grid .text-block p {
    color: #0076c0;
    font-size: 16px
}

.call-button-wrapper p {
    margin-bottom: 0
}

.call-button-wrapper a:not(.orange-fill-btn):hover,
.page-template-page_landing_new .orange-link:hover,
.page-template-page-thank-you-new-php .orange-link:hover {
    color: #0076c0
}

.call-button-wrapper a:not(.orange-fill-btn) {
    color: #ec7024;
    font-weight: 700;
    font-size: 24px
}

.call-button-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 10px
}

.call-button-wrapper .orange-fill-btn {
    padding: 13px 20px 9px
}

.sie-director-video-block .video-text-grid .text-block .flex p {
    margin-bottom: 0
}

.sie-director-video-block .video-text-grid .text-block .flex a:not(.orange-fill-btn):hover,
.page-template-page_landing_new .orange-link:hover,
.page-template-page-thank-you-new-php .orange-link:hover {
    color: #0076c0
}

.sie-director-video-block .video-text-grid .text-block .flex a:not(.orange-fill-btn) {
    color: #ec7024;
    font-weight: 700;
    font-size: 24px
}

.sie-director-video-block .video-text-grid .text-block .flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 10px
}

.sie-director-video-block .video-text-grid .text-block .flex .orange-fill-btn {
    padding: 13px 20px 9px
}

.sie-director-video-block .video-text-grid .text-block {
    max-width: 52%;
    flex: 0 0 52%;
    padding-left: 50px
}

.sie-director-video-block .video-text-grid .video-block-inner {
    position: relative;
    padding-bottom: 56.25%;
    border: 2px solid #CAD4DC;
    position: relative;
}
.sie-director-video-block .video-text-grid .video-block-inner:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    content: "";
}
.sie-director-video-block .video-text-grid .video-block-inner.video-playing:after{
    display: none;
}

.sie-director-video-block .video-text-grid .video-block-inner img.play-ic {
    height: 70px;
    width: 70px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
}

.sie-director-video-block .video-text-grid .video-block-inner img,
.sie-director-video-block .video-text-grid .video-block-inner iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    cursor: pointer
}

.sie-director-video-block .video-text-grid .video-block {
    max-width: 48%;
    flex: 0 0 48%
}

.no-hero-branding-banner .form-block .bottom-part form label {
    display: none
}
.no-hero-branding-banner .form-block .bottom-part form .wpcf7-select,
.no-hero-branding-banner .form-block .bottom-part form input,
.no-hero-branding-banner .form-block .bottom-part form textarea {
    border-radius: 5px;
    border-color: #0076c0;
    font-weight: 400;
    font-size: 16px !important;
    font-family: "Hind", sans-serif !important;
    width: 100%;
    margin-bottom: 0;
    padding: 0 15px;  
    height: 50px;
    line-height: 50px;
}
.no-hero-branding-banner .form-block .bottom-part form .wpcf7-select {
    background-image: url(../images/down-arrow.png);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: calc(100% - 15px) center;
}
.no-hero-branding-banner .form-block .bottom-part form .inputDropdown_select li.sub {
    margin: 0;
}
.no-hero-branding-banner .form-block .bottom-part form .inputDropdown_select li.sub .navigation {
    border: 1px solid #0076c0 !important;
    border-radius: 5px;   
}
.no-hero-branding-banner .form-block .bottom-part form .inputDropdown_select li.sub .navigation li {
    background: transparent;
    border: none;
}
.no-hero-branding-banner .form-block .bottom-part form .inputDropdown_select li.sub .navigation li a{
    margin: 0 !important;
    border: none !important;
    background: transparent;
    color: #0076c0;
    font-weight: normal;    
}
.no-hero-branding-banner .form-block .bottom-part form .inputDropdown_select li.sub > a.sel{
    margin: 0;
    border: 1px solid #0076c0 !important;
    border-radius: 5px;
    font-style: normal;
    font-weight: 400;
    color: #0076c0;
    text-decoration: none;
    font-size: 16px;
    line-height: 1;
}
.no-hero-branding-banner .form-block .bottom-part form .wpcf7-submit {
    height: 50px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Hind", sans-serif !important;
    color: #fff;
    font-size: 18px !important;
    line-height: 22px;
    font-weight: 500;
    background-color: #e66b2f;
    text-transform: uppercase;
    padding: 13px 20px 9px !important;
    width: auto;
    margin-bottom: 0
}

.no-hero-branding-banner .form-block .bottom-part form p:has(.wpcf7-submit) {
    display: flex;
    align-items: center;
    column-gap: 10px
}

.no-hero-branding-banner .form-block .bottom-part form .wpcf7-not-valid-tip {
    font-size: 12px
}

.no-hero-branding-banner .form-block .wpcf7-response-output {
    margin: 10px 0 0;
    border: none !important;
    border-radius: 5px;
    font-size: 16px;
    padding: 10px;
    color: #dc3232;
    line-height: 1.4;
    padding: 0;
    font-weight: 400;
}

.no-hero-branding-banner .form-block .bottom-part form p+p {
    margin-top: 20px
}

.no-hero-branding-banner .form-block .bottom-part form input {
    height: 50px;
    line-height: 50px
}

.no-hero-branding-banner .form-block .bottom-part form textarea {
    resize: none;
    height: 100px;
    overflow-y: auto
}

.no-hero-branding-banner .form-block .bottom-part form input::-webkit-input-placeholder,
.no-hero-branding-banner .form-block .bottom-part form textarea::-webkit-input-placeholder {
    color: #0076c0;
    opacity: 1;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    font-family: "Hind", sans-serif !important;
}

.no-hero-branding-banner .form-block .bottom-part form input::-moz-placeholder,
.no-hero-branding-banner .form-block .bottom-part form textarea::-moz-placeholder {
    color: #0076c0;
    opacity: 1;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    font-family: "Hind", sans-serif !important;
}

.no-hero-branding-banner .form-block .bottom-part form input:-ms-input-placeholder,
.no-hero-branding-banner .form-block .bottom-part form textarea:-ms-input-placeholder {
    color: #0076c0;
    opacity: 1;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    font-family: "Hind", sans-serif !important;
}

.no-hero-branding-banner .form-block .bottom-part form input:-moz-placeholder,
.no-hero-branding-banner .form-block .bottom-part form textarea:-moz-placeholder {
    color: #0076c0;
    opacity: 1;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    font-family: "Hind", sans-serif !important;
}

.no-hero-branding-banner .form-block .bottom-part a span.icon img {
    filter: brightness(0) saturate(100%) invert(54%) sepia(18%) saturate(7277%) hue-rotate(349deg) brightness(98%) contrast(88%);
    width: 20px
}

.no-hero-branding-banner .form-block .bottom-part a {
    display: flex;
    align-items: center;
    column-gap: 5px;
    margin: 20px 0
}

.no-hero-branding-banner .form-block .bottom-part #fscf_captcha_refresh8 a {
    display: inline-block;
    margin: 0
}

.no-hero-branding-banner .form-block #fscf_captcha_image_div8 {
    display: flex;
    margin-top: 0;
    margin-bottom: 10px;
    align-items: center;
    column-gap: 5px
}

.no-hero-branding-banner .form-block .bottom-part a span:not(.icon) {
    font-size: 18px;
    font-weight: 400;
    color: #ec7024
}
.join-us-section {
    display: flex;
}
.join-us-section .join-us-left {
    background: linear-gradient(180deg, rgba(27, 124, 192, 1) 0%, rgba(114, 179, 225, 1) 80%);
}

.join-us-section .join-us-left{
    flex:0 0 50%;
    max-width: 50%;
    padding: 50px 30px 50px 0;
} 
.join-us-section .join-us-right {
    flex:0 0 50%;
    max-width: 50%;}
.join-us-section .join-us-left .join-us-left-inner {
    max-width: 590px;
    margin-left: auto;
}
.join-us-section .join-us-right {
    position: relative;
}
.join-us-section .join-us-right img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}
.join-us-section .join-us-left h2 {
    color: #fff;
    font-weight: 700;
    text-align: center;
    font-size: 42px;
    background-color: #ec7024;
    padding: 8px 20px 15px;
    margin-bottom: 30px;
    border-radius: 10px;
}
.join-us-section .join-us-content p {
    font-size: 16px;
    line-height: 1.35;
    color: #fff;
    margin-bottom: 25px;
}
.join-us-section .join-us-content p:last-of-type{
    margin-bottom: 0;
}

.school-easy-franchise {
    background-color: #e66b2f;
    color: #fff;
    text-align: center;
    padding: 50px 0 45px;
}
.school-easy-franchise img {
    width: 132px;
    height: auto;
    margin-bottom: 20px;
}
.school-easy-franchise .container {
    max-width: 1170px;
}
.school-easy-franchise p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 25px;
}
.school-easy-franchise p:last-of-type {
    margin-bottom: 0;
}
.orange-fill-btn {
    height: 50px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Hind", sans-serif !important;
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    background-color: #e66b2f;
    text-transform: uppercase;
}
/* 26-11-2024 header css start */
.sie-header-new{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: transparent;
    padding: 20px 0;
    z-index: 999;
    transition: all 0.2s;
}
.sie-header-new.fixed-header{
    background-color: #FFF;
    padding: 10px 0;
    box-shadow: 0 0 3px rgba(0,0,0,.11);
}
.sie-header-new .container{
    max-width: 1290px;
}
.sie-header-new .header-wrapper{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    transition: all 0.5s;
}
.sie-header-new.fixed-header .header-wrapper{
    align-items: center;
}
/* logo block */
.sie-header-new .header-wrapper .logo-block{
    display: inline-flex;
}
.sie-header-new .header-wrapper .logo-block a{
    display: inline-flex;
}
.sie-header-new .header-wrapper .logo-block a img{
    width: auto;
}
.sie-header-new .header-wrapper .logo-block a img.hide-on-scroll{
    height: 144px;
}
.sie-header-new .header-wrapper .logo-block a img.show-on-scroll{
    display: none;
    height: 41px;
}
.sie-header-new.fixed-header .header-wrapper .logo-block a img.show-on-scroll{
    display: inline-block;
}
.sie-header-new.fixed-header .header-wrapper .logo-block a img.hide-on-scroll{
    display: none;
}
/* navigation */
.sie-header-new .navigation-wrapper{
    display: flex;
    align-items: center;
    gap: 20px;
}
.sie-header-new nav ul{
    display: flex;
    align-items: center;
    margin: 0 -18px;
}
.sie-header-new nav ul li{
    padding: 0 18px;
}
.sie-header-new nav ul li + li{
    border-left: 2px solid #e66b2f;
}
.sie-header-new nav ul li a{
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    color: #000;
    transition: all 0.5s;
}
.sie-header-new nav ul li a:hover{
    color: #e66b2f;
}
/* menu */
.sie-header-new .navigation-wrapper .menu-block{
    display: none;
    position: relative;
    cursor: pointer;
    z-index: 999;
}
.sie-header-new .navigation-wrapper .menu-block img{
    display: inline-block;
    width: 25px;
    height: 25px;
}
body.open-menu .sie-header-new .navigation-wrapper .menu-block img.hide-when-open{
    display: none;
}
.sie-header-new .navigation-wrapper .menu-block img.show-when-open{
    display: none;
}
body.open-menu .sie-header-new .navigation-wrapper .menu-block img.show-when-open{
    display: block;
}
body.open-menu{
    overflow: hidden;
}
/* 26-11-2024 header css end */
.no-hero-branding-banner .form-text-block .text-block h3{
    color: #2b86c6;
    font-weight: 400;
    text-align: center;
    font-size: 28px;
    text-transform: none;
}
.no-hero-branding-banner .form-text-block .text-block h3 span{
    color: #ec7024;
}
.join-us-section .call-button-wrapper{
    margin-top: 28px;
    justify-content: center;
}
.join-us-section .call-button-wrapper .orange-fill-btn.white-fill-btn{
    background-color: #fff;
    color: #0076c0;
    transition: all 0.5s;
}
.join-us-section .call-button-wrapper .orange-fill-btn.white-fill-btn:hover{
    background-color: #ec7024;
    color: #fff;
}
.join-us-section .call-button-wrapper a:not(.orange-fill-btn){
    color: #fff;
    transition: all 0.5s;
}
.join-us-section .call-button-wrapper a:not(.orange-fill-btn):hover{
    color: #ec7024
}
/* 29-11-2024 header css end */
@media(max-width:1366px) {
    .join-us-section .join-us-left{
        padding: 50px 30px;
    }
}
@media(max-width:1199px) {
    .no-hero-branding-banner .text-block {
        padding: 60px 60px 20px
    }

    .no-hero-branding-banner .text-block h1 {
        font-size: 46px
    }

    .no-hero-branding-banner .text-block {
        max-width: 100%;
        flex: 0 0 100%;
        padding: 50px;
        border-radius: 60px 60px 0 0
    }

    .no-hero-branding-banner .form-block {
        max-width: 100%;
        flex: 0 0 100%;
        margin-top: 0
    }

    .no-hero-branding-banner .form-block .form-title h3 {
        font-size: 24px
    }

    .no-hero-branding-banner .text-block .blue-box h2 {
        font-size: 28px
    }

    .work-tutor-grid-section h2 {
        font-size: 36px
    }

    .work-tutor-grid-section .work-tutor-grid .work-tutor-inner h3,
    .no-hero-branding-banner .form-block .bottom-part h2 {
        font-size: 22px
    }

    .work-tutor-grid-section,
    .sie-director-video-block {
        padding: 70px 0
    }

    .no-hero-branding-banner {
        padding: 23.3% 0 70px
    }

    .sie-director-video-block .video-text-grid .text-block h2 {
        font-size: 48px
    }

    .new-thankyou-branding-banner .text-block {
        max-width: 70%;
        flex: 0 0 70%
    }

    .new-thankyou-branding-banner .video-block {
        max-width: 30%;
        flex: 0 0 30%
    }

    .new-thankyou-branding-banner .video-block a.border-anchore {
        font-size: 26px
    }

    .new-thankyou-branding-banner .d-flex img {
        max-width: 70px;
        flex: 0 0 70px
    }

    .new-thankyou-branding-banner .d-flex .left h1 {
        font-size: 58px
    }

    .new-thankyou-branding-banner .d-flex .sub-title {
        font-size: 28px
    }

    .new-thankyou-branding-banner.no-hero-branding-banner .text-block .blue-box h2 {
        font-size: 34px
    }

    .new-thankyou-branding-banner p:not(.sub-title) {
        font-size: 16px;
        margin-bottom: 10px
    }

    .no-hero-branding-banner .text-block {
        padding: 50px 50px 0;
        border-radius: 5px 60px 5px 5px
    }

    .no-hero-branding-banner.new-thankyou-branding-banner {
        padding: 18.6% 0 50px
    }

    .join-us-section .join-us-left h2{
        font-size: 34px;
        padding: 15px;
    }


    /* 26-11-2024 start */
    .sie-header-new .header-wrapper .logo-block a img.hide-on-scroll{
        height: 114px;
    }
    /* 26-11-2024 end*/
/* 29-11-2024 start */
.no-hero-branding-banner .form-text-block .text-block h3{
    font-size: 23px;
}
/* 29-11-2024 start */
}
@media(max-width:991px) {
    .work-tutor-grid-section .work-tutor-grid .work-tutor-item {
        max-width: 50%;
        flex: 0 0 50%
    }

    .new-thankyou-branding-banner .text-block {
        max-width: 100%;
        flex: 0 0 100%;
        order: 1;
        border-radius: 60px 60px 5px 5px
    }

    .new-thankyou-branding-banner .video-block {
        max-width: 100%;
        flex: 0 0 100%;
        order: 2;
        padding-right: 0;
        display: flex;
        flex-direction: column-reverse;
        margin-top: 20px
    }

    .new-thankyou-branding-banner .video-block a.border-anchore,
    .no-hero-branding-banner.new-thankyou-branding-banner .text-block .blue-box {
        border-radius: 10px
    }

    .new-thankyou-branding-banner .video-block .video-wrapper .video-sidebar-sie .sidebar-video {
        max-width: 100%
    }

    .new-thankyou-branding-banner .video-block .video-wrapper .video-sidebar-sie {
        position: relative;
        padding-bottom: 54%
    }

    .new-thankyou-branding-banner .video-block .video-wrapper .video-sidebar-sie .widget-wrap {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%
    }

    .new-thankyou-branding-banner .video-block .video-wrapper .video-sidebar-sie .widget-wrap * {
        height: 100%
    }

    .new-thankyou-branding-banner .video-block a.border-anchore {
        margin: 20px 0 0
    }

    /*  */
    .join-us-section{
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .join-us-section .join-us-left {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 60px 15px;
    }
    .join-us-section .join-us-right {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .join-us-section .join-us-right img{
        display: block;
        position: static;
    }
    .join-us-section .join-us-left .join-us-left-inner{
        max-width: 100%;
    }
    .join-us-section .join-us-content p{
        margin-bottom: 18px;
    }

    /* 26-11-2024 header css start */
    .sie-header-new .navigation-wrapper .menu-block{
        display: block;
    }
    .sie-header-new .navigation-wrapper nav{
        position: fixed;
        top: 0;
        right: 0;
        background: #0077bf;
        bottom: 0;
        padding: 58px 0 0;
        min-width: 300px;
        overflow: hidden;
        overflow-y: auto;
        transform: translateX(100%);
        transition: all 0.5s;
        box-shadow: -21px 6px 36px -27px rgba(0,0,0,0.45);
        z-index: 999;
    }
    .open-menu .sie-header-new .navigation-wrapper nav{
        transform: translateX(0);
    }
    .sie-header-new nav ul{
        flex-direction: column;
        margin: 0;
        align-items: flex-start;
    }
    .sie-header-new nav ul li{
        padding: 0;
        line-height: 1;
        width: 100%;
    }
    .sie-header-new nav ul li a{
        display: block;
        width: 100%;
        color: #FFF;
        padding: 5px 15px;
    }
    .sie-header-new nav ul li a:hover{
        color: #FFF;
        background-color: rgba(255,255,255, 0.09);
    }
    .sie-header-new nav ul li + li{
        border: 0;
        margin: 0;
    }
    .sie-header-new .header-wrapper .logo-block a img.hide-on-scroll{
        height: 94px;
    }
    /* 26-11-2024 header css end */
}
@media(max-width:767px) {
    .no-hero-branding-banner .text-block h1 {
        font-size: 36px
    }

    .no-hero-branding-banner .form-block .form-title h3 {
        font-size: 24px
    }

    .no-hero-branding-banner .text-block .blue-box h2 {
        font-size: 26px
    }

    .no-hero-branding-banner .text-block {
        padding: 30px;
        border-radius: 30px 30px 0 0
    }

    .no-hero-branding-banner {
        padding: 140px 0 60px
    }

    .no-hero-branding-banner .text-block .blue-box {
        border-radius: 30px 5px 5px 5px
    }

    .work-tutor-grid-section h2 {
        font-size: 30px
    }

    .work-tutor-grid-section,
    .sie-director-video-block {
        padding: 60px 0
    }

    .sie-director-video-block .video-text-grid .text-block h2 {
        font-size: 38px;
        margin-bottom: 20px
    }

    .sie-director-video-block .video-text-grid .text-block {
        padding-left: 40px
    }

    .sie-director-video-block .video-text-grid .video-block {
        max-width: 100%;
        flex: 0 0 100%
    }

    .sie-director-video-block .video-text-grid .text-block {
        max-width: 100%;
        flex: 0 0 100%;
        padding: 30px 0 0
    }

    .sie-director-video-block .video-text-grid .text-block .flex a:not(.orange-fill-btn) {
        font-size: 20px
    }

    .no-hero-branding-banner.new-thankyou-branding-banner {
        padding: 140px 0 50px
    }

    .new-thankyou-branding-banner .d-flex .left h1 {
        font-size: 48px
    }

    .new-thankyou-branding-banner.no-hero-branding-banner .text-block .blue-box h2 {
        font-size: 24px
    }

    .new-thankyou-branding-banner .video-block a.border-anchore {
        font-size: 24px;
        padding: 15px
    }

    .new-thankyou-branding-banner .d-flex .sub-title {
        font-size: 24px
    }

    .new-thankyou-branding-banner .video-block {
        margin-top: 0
    }

    .no-hero-branding-banner input.fscf-input-captcha {
        margin-bottom: 0 !important
    }

    .join-us-section .join-us-left h2{
        font-size: 30px;
    }
    /* 29-11-2024 start */
    .no-hero-branding-banner .form-text-block .text-block h3{
        font-size: 18px;
    }
    /* 29-11-2024 start */
}
@media(max-width:575px) {

    .no-hero-branding-banner .text-block,
    .no-hero-branding-banner .form-block .bottom-part {
        padding: 20px
    }

    .no-hero-branding-banner .text-block .img-grid {
        flex-wrap: wrap;
        margin-bottom: 20px
    }

    .no-hero-branding-banner .text-block .img-grid .item {
        max-width: calc(50% - 5px);
        flex: 0 0 calc(50% - 5px)
    }

    .no-hero-branding-banner .text-block .img-grid .item p {
        margin-bottom: 0
    }

    .no-hero-branding-banner .text-block ul {
        column-count: 1
    }

    .work-tutor-grid-section .work-tutor-grid .work-tutor-item {
        max-width: 100%;
        flex: 0 0 100%
    }

    .work-tutor-grid-section h2 {
        font-size: 26px
    }

    .sie-director-video-block .video-text-grid .text-block h2 {
        font-size: 32px
    }

    .new-thankyou-branding-banner .d-flex img {
        margin-bottom: 10px
    }

    .new-thankyou-branding-banner .d-flex .left {
        max-width: 100%;
        flex: 0 0 100%;
        padding-left: 0
    }

    .new-thankyou-branding-banner .d-flex .left h1 {
        font-size: 38px
    }

    .sie-director-video-block .video-text-grid .text-block .flex .orange-fill-btn {
        padding: 13px 10px 9px;
        font-size: 15px;
        height: 40px
    }

    .sie-director-video-block .video-text-grid .text-block .flex p {
        font-size: 14px
    }

    .sie-director-video-block .video-text-grid .text-block .flex a:not(.orange-fill-btn) {
        font-size: 16px
    }

    .sie-director-video-block .video-text-grid .text-block .flex {
        column-gap: 7px
    }
    .join-us-section .join-us-left h2{
        font-size: 26px;
    }


    /* 26-11-2024 start */
    .sie-header-new .header-wrapper .logo-block a img.hide-on-scroll{
        height: 84px;
    }
    /* 26-11-2024 end */
}