.ocs-list li spanbody {
    font-family: 'Poppins', sans-serif;
    box-sizing: border-box;
    overflow-x: hidden !important;
    font-size: 15px;
}
.over-flow-hidden-section{
    box-sizing: border-box;
    overflow: hidden;
}
.text-subject-img img{
    height: 400px;
}
.txt-t-cap {
    text-transform: capitalize;
}
.ocs-list.ocs-list2.image-responsive img{
    max-width: 100% !important;
    height: auto !important;
}
.answer-main-page-font-size{
    font-size: 1.3rem;
}
.text-subject-name{
    font-size: 1.1rem;
}
.mb-15p{
    margin-bottom: 15px !important;
}
.img-wrapper.testimonial-image-circle img{
    border-radius: 50%;
    width: 93px;
    height: 93px;
}

.tsHead-title-our-tutor {
    font-size: 34px;
    color: #71c2b1;
    font-weight: 600;
    font-family: 'Philosopher', sans-serif;
}

.footer .footer-nav-item a {
    text-transform: capitalize;
}
.pt-normal{
    font-family: 'Poppins', sans-serif;
}
.have-coupon {
    color: #0456ce !important;
}
/* Style for the link */
.hover-hand {
    display: inline-block;
    cursor: pointer; /* Change cursor to hand icon on hover */
    text-decoration: none; /* Remove default underline styling */
}
.hero-anime {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #212112;
    background-image: url(../images/Homepage-banner-new.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #fff;
    transition: all 200ms linear;
    /*height: 1050px;*/
    height: 740px;
    position: relative;
}

.start-header {
    opacity: 1;
    transform: translateY(0);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.start-header.scroll-on {
    /* box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;*/
}

.scroll-on .main-top-header {
    padding-top: 0px;
}

.start-header.scroll-on .navbar-brand img {
    height: 24px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.navigation-wrap {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    z-index: 9999999;
}

.navbar {
    padding: 0;
}

.theme-color {
    color: #71c2b1;
}

.navbar-brand img {
    display: block;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.navbar-brand img.h-logo {
    display: block;
    position: relative;
    top: 15px;
    height: 80px;
    width: auto;
}

.navbar-brand img.f-logo {
    display: none;
}

.start-header.scroll-on .navbar-brand img.h-logo {
    display: none;
}

.start-header.scroll-on .navbar-brand img.f-logo {
    height: 40px;
    display: block;
}

.navbar-toggler {
    float: right;
    border: none;
    padding-right: 0;
}

.navbar-toggler:active,
.navbar-toggler:focus {
    outline: none;
}

.navbar-light .navbar-toggler-icon {
    width: 24px;
    height: 17px;
    background-image: none;
    position: relative;
    border-bottom: 1px solid #000;
    transition: all 300ms linear;
}

.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before {
    width: 24px;
    position: absolute;
    height: 1px;
    background-color: #000;
    top: 0;
    left: 0;
    content: '';
    z-index: 2;
    transition: all 300ms linear;
}

.navbar-light .navbar-toggler-icon:after {
    top: 8px;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
    transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
    transform: translateY(8px) rotate(-45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    border-color: transparent;
}

.nav-link {
    color: #212121 !important;
    font-weight: 500;
    transition: all 200ms linear;
    font-size:16px;
}

.nav-item:hover .nav-link {
    color: #102451 !important;
}

.nav-item.active .nav-link {
    color: #777 !important;
}

.nav-link {
    position: relative;
    padding: 5px 0 !important;
    display: inline-block;
}

.nav-item:after {
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    content: '';
    background-color: #102451;
    opacity: 0;
    transition: all 200ms linear;
}

.nav-item:hover:after {
    bottom: 0;
    opacity: 1;
}

.navbar-nav .dropdown-menu {
    float: none;
    left: auto;
    right: 0;
}


/*.nav-item.active:hover:after {
    opacity: 0;
}*/

.nav-item {
    position: relative;
    transition: all 200ms linear;
    font-size: 16px;
}


.custom-nav-item {
    position: relative;
}

.bg-light {
    background-color: transparent !important;
    transition: all 200ms linear;
}

.section {
    position: relative;
    width: 100%;
    display: block;
}

.full-height {
    height: 100vh;
}

.over-hide {
    overflow: hidden;
}

.absolute-center {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    margin-top: 40px;
    transform: translateY(-50%);
    z-index: 20;
}

h1 {
    font-size: 48px;
    line-height: 1.2;
    font-weight: 700;
    color: #212112;
}

p {
    margin: 0;
    padding-top: 10px;
    opacity: 1;
    transform: translate(0);
    transition: all 300ms linear;
    transition-delay: 1700ms;
}

h1 span {
    display: inline-block;
    transition: all 300ms linear;
    opacity: 1;
    transform: translate(0);
}

.hero-anime h1 span:nth-child(1) {
    opacity: 0;
    transform: translateY(-20px);
}

.hero-anime h1 span:nth-child(2) {
    opacity: 0;
    transform: translateY(-30px);
}

.hero-anime h1 span:nth-child(3) {
    opacity: 0;
    transform: translateY(-50px);
}

.hero-anime h1 span:nth-child(4) {
    opacity: 0;
    transform: translateY(-10px);
}

.hero-anime h1 span:nth-child(5) {
    opacity: 0;
    transform: translateY(-50px);
}

.hero-anime h1 span:nth-child(6) {
    opacity: 0;
    transform: translateY(-20px);
}

.hero-anime h1 span:nth-child(7) {
    opacity: 0;
    transform: translateY(-40px);
}

.hero-anime h1 span:nth-child(8) {
    opacity: 0;
    transform: translateY(-10px);
}

.hero-anime h1 span:nth-child(9) {
    opacity: 0;
    transform: translateY(-30px);
}

.hero-anime h1 span:nth-child(10) {
    opacity: 0;
    transform: translateY(-20px);
}

h1 span:nth-child(1) {
    transition-delay: 1000ms;
}

h1 span:nth-child(2) {
    transition-delay: 700ms;
}

h1 span:nth-child(3) {
    transition-delay: 900ms;
}

h1 span:nth-child(4) {
    transition-delay: 800ms;
}

h1 span:nth-child(5) {
    transition-delay: 1000ms;
}

h1 span:nth-child(6) {
    transition-delay: 700ms;
}

h1 span:nth-child(7) {
    transition-delay: 900ms;
}

h1 span:nth-child(8) {
    transition-delay: 800ms;
}

h1 span:nth-child(9) {
    transition-delay: 600ms;
}

h1 span:nth-child(10) {
    transition-delay: 700ms;
}

.hero-anime h1 span:nth-child(11) {
    opacity: 0;
    transform: translateY(30px);
}

.hero-anime h1 span:nth-child(12) {
    opacity: 0;
    transform: translateY(50px);
}

.hero-anime h1 span:nth-child(13) {
    opacity: 0;
    transform: translateY(20px);
}

.hero-anime h1 span:nth-child(14) {
    opacity: 0;
    transform: translateY(30px);
}

.hero-anime h1 span:nth-child(15) {
    opacity: 0;
    transform: translateY(50px);
}

h1 span:nth-child(11) {
    transition-delay: 1300ms;
}

h1 span:nth-child(12) {
    transition-delay: 1500ms;
}

h1 span:nth-child(13) {
    transition-delay: 1400ms;
}

h1 span:nth-child(14) {
    transition-delay: 1200ms;
}

h1 span:nth-child(15) {
    transition-delay: 1450ms;
}

#switch,
#circle {
    cursor: pointer;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

#switch {
    width: 60px;
    height: 8px;
    border: 2px solid #8167a9;
    border-radius: 27px;
    background: #000;
    position: relative;
    display: block;
    margin: 0 auto;
    text-align: center;
    opacity: 1;
    transform: translate(0);
    transition: all 300ms linear;
    transition-delay: 1900ms;
}

.hero-anime #switch {
    opacity: 0;
    transform: translateY(40px);
    transition-delay: 1900ms;
}

#circle {
    position: absolute;
    top: -11px;
    left: -13px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #000;
}

.switched {
    border-color: #000 !important;
    background: #8167a9 !important;
}

.switched #circle {
    left: 43px;
    box-shadow: 0 4px 4px rgba(26, 53, 71, 0.25), 0 0 0 1px rgba(26, 53, 71, 0.07);
    background: #fff;
}

.nav-item .dropdown-menu {
    transform: translate3d(0, 10px, 0);
    visibility: hidden;
    opacity: 0;
    max-height: 0;
    display: block;
    padding: 0;
    margin: 0;
    transition: all 200ms linear;
}

.nav-item.show .dropdown-menu {
    opacity: 1;
    visibility: visible;
    max-height: 999px;
    transform: translate3d(0, 0px, 0);
}

.dropdown-menu {
    padding: 10px!important;
    margin: 0;
    font-size: 13px;
    letter-spacing: 1px;
    color: #212121;
    background-color: #fcfaff;
    border: none;
    border-radius: 3px;
    box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
    transition: all 200ms linear;
}

.custom-nav-item i {
    margin-right: 10px;
    width: 20px;
}

.dropdown-toggle::after {
    display: none;
}

.dropdown-item {
    padding: 10px 15px;
    color: #212121;
    border-radius: 2px;
    transition: all 200ms linear;
    font-size: 17px;
    word-spacing: 0px;
    letter-spacing: 0px;
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: #fff;
    background-color: rgba(16, 36, 81, 0.8);
}

body.dark {
    color: #fff;
    background-color: #1f2029;
}

body.dark .navbar-brand img {
    filter: brightness(100%);
}

body.dark h1 {
    color: #fff;
}

body.dark h1 span {
    transition-delay: 0ms !important;
}

body.dark p {
    color: #fff;
    transition-delay: 0ms !important;
}

body.dark .bg-light {
    background-color: #14151a !important;
}

body.dark .start-header {
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
}

body.dark .start-header.scroll-on {
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
}

body.dark .nav-link {
    color: #fff !important;
}

body.dark .nav-item.active .nav-link {
    color: #999 !important;
}

body.dark .dropdown-menu {
    color: #fff;
    background-color: #1f2029;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
}

body.dark .dropdown-item {
    color: #fff;
}

body.dark .navbar-light .navbar-toggler-icon {
    border-bottom: 1px solid #fff;
}

body.dark .navbar-light .navbar-toggler-icon:after,
body.dark .navbar-light .navbar-toggler-icon:before {
    background-color: #fff;
}

body.dark .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    border-color: transparent;
}

.logo {
    position: absolute;
    bottom: 30px;
    right: 30px;
    display: block;
    z-index: 100;
    transition: all 250ms linear;
}

.logo img {
    height: 26px;
    width: auto;
    display: block;
    filter: brightness(10%);
    transition: all 250ms linear;
}

body.dark .logo img {
    filter: brightness(100%);
}

.d-region {
    cursor: pointer;
}

.d-region .flag {
    padding: 0px 15px;
}

.d-region .flag img {
    width: 25px;
}

.d-region .flag p {
    padding-top: 5px;
    font-size: 15px;
}

.m-region .flag img {
    width: 28px;
}

.flag {
    cursor: pointer !important;
}

.region-dropdown li a.nav-link::before {
    border-style: solid;
    border-width: 0.15em 0.15em 0 0;
    content: '';
    display: inline-block;
    height: 0.50em;
    transform: rotate(135deg);
    vertical-align: top;
    width: 0.50em;
    right: -14px;
    bottom: 15px;
    position: absolute;
}

ul {
    list-style-type: none;
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 0;
}

.has-children .nav-link~.dropdown {
    visibility: hidden;
    opacity: 0;
    top: 100%;
    position: absolute;
    text-align: left;
    -webkit-box-shadow: 0 0px 4px 0px rgb(0 0 0 / 25%);
    box-shadow: 0 0px 4px 0px rgb(0 0 0 / 25%);
    padding: 0px 0;
    margin-top: 20px;
    margin-left: 0px;
    background: #fff;
    -webkit-transition: 0.2s 0s;
    -o-transition: 0.2s 0s;
    transition: 0.2s 0s;
    border-radius: 4px;
    z-index: 9;
}

.has-children:hover .nav-link~.dropdown {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    margin-top: 0px;
    visibility: visible;
    opacity: 1;
}

li.has-children {
    display: inline-block;
}

.has-children .dropdown>li {
    list-style: none;
    padding: 10px;
    margin: 0;
}

.has-children .dropdown>li:last-of-type {
    padding-bottom: 10px !important;
}

.has-children .dropdown>li:first-of-type {
    padding-top: 10px;
}

.has-children .dropdown a {
    font-size: 15px;
    text-transform: none;
    letter-spacing: normal;
    -webkit-transition: 0s all;
    -o-transition: 0s all;
    transition: 0s all;
    color: #343a40;
    text-decoration: none !important;
    display: block;
    font-weight: 500;
    padding: 4px 15px;
}

.has-children .dropdown>li>a:hover {
    background: #3e4e73;
    color: #fff;
    border-radius: 4px;
}

.whatsapp-btn {
    margin-left: 50px;
}

.whatsapp-call {
    background: #58db70;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    padding: 9px 25px;
    border-radius: 25px;
}

.main-top-header {
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: 15px;
    padding-top: 20px;
}

a:hover {
    text-decoration: none;
}

.whatsapp-call:hover {
    color: #fff;
}

.scroll-on {
    top: 0px;
    transition: all 200ms linear;
}

.scroll-on .main-navi {
    background-color: #fff;
    padding: 10px 20px;
}

.hero-card {
    position: absolute;
    bottom: -100px;
    left: 0;
    right: 0;
    margin: auto;
    background: linear-gradient( 180deg, rgba(112, 193, 176, 1) 35%, rgba(78, 151, 137, 1) 100%);
    padding: 60px 75px 60px;
    border-radius: 50px;
    box-shadow: 0px 12px 30px 2px rgb(164 160 187);
    -webkit-box-shadow: 0px 12px 30px 2px rgb(164 160 187);
    -moz-box-shadow: 0px 12px 30px 2px rgba(164, 160, 187, 1);
}

.fix-container {
    /*height: 700px;*/
    height: 550px;
}

.fix-container .row1 {
    height: 700px;
    align-items: center;
}

.hero-title {
    font-size: 50px;
    color: #282e3a;
    font-weight: 400;
    font-family: "'Philosopher', sans-serif";
    margin-bottom: 25px;
}

.hero-content {
    /*padding-top: 260px;*/
    padding-top: 70px;
}

.our-tutors.home.page-id-8 .tsHead-title-our-tutor{
    color: #ffffff !important;
}


.hero-contentp {
    font-size: 20px;
    color: #282e3a;
    font-weight: 400;
    margin-bottom: 15px;
    line-height: 24px;
}

.hero-contentp2 {
    margin-bottom: 50px;
}

.contact-btn {
    font-size: 24px;
    color: #293c62;
    font-weight: 500;
    padding: 12px 50px;
    border-radius: 50px;
    background-color: #ffcb6e;
    border: 3px solid #ffcb6e;
    box-shadow: 0px 9px 24px 3px rgb(213 213 213);
    -webkit-box-shadow: 0px 9px 24px 3px rgb(213 213 213);
    -moz-box-shadow: 0px 9px 24px 3px rgb(213 213 213);
}

.contact-btn:hover {
    background-color: #f2f2f2;
    border-color: #f2f2f2;
    color: #293c62;
}

.card1-title {
    font-size: 25px;
    color: #fff;
    font-weight: 500;
    font-family: "'Philosopher', sans-serif";
    margin-bottom: 0.5em;
}

.learnMore-btn {
    min-width: 175px;
    font-size: 16px;
    line-height: 34px;
    height: 50px;
    color: #293c62;
    font-weight: 500;
    border-radius: 50px;
    background-color: #ffcb6e;
    border: 2px solid rgb(255 203 110);
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.learnMore-btn:hover {
    background-color: #5ba798;
    border-color: #5ca999;
    color: #fff;
}

.heroCard-section .learnMore-btn {
    font-size: 16px;
    line-height: 34px;
    min-width: 175px;
    height: 50px;
    color: #293c62;
    font-weight: 500;
    border-radius: 50px;
    background-color: #ffcb6e;
    border: 2px solid rgb(255 203 110);
    box-shadow: 0px 9px 24px 3px rgb(213 213 213);
    -webkit-box-shadow: 0px 9px 24px 3px rgb(72 135 123);
    -moz-box-shadow: 0px 9px 24px 3px rgb(213 213 213);
}

.heroCard-section .learnMore-btn:hover {
    background-color: #5ba798;
    border-color: #5ca999;
    color: #fff;
}

.hero-anime-fix {
    display: none;
}

.left-card::after {
    content: '';
    border-right: 1px solid #2e5761;
    position: absolute;
    left: calc(100% + 18px);
    top: 0;
    height: 100%;
}

.dropdown-menu {
    margin-top: 20px;
    -webkit-transition: 0.2s 0s;
    -o-transition: 0.2s 0s;
    transition: 0.2s 0s;
    border-radius: 4px;
    -webkit-box-shadow: 0 0px 4px 0px rgb(0 0 0 / 25%);
    box-shadow: 0 0px 4px 0px rgb(0 0 0 / 25%);
}

.flat-icon svg {
    width: 25px;
    height: auto;
    fill: #fff;
}

.mobile-nav-item span {
    margin-left: 7px;
    color: #fff;
    font-size: 18px;
    letter-spacing: 1px;
}

.mobile-nav-item i {
    font-size: 27px;
    color: #fff;
    width: 22px;
}

.navbarMobile ul {
    background: #102451;
}

.navbarMobile ul li {
    padding: 5px 0;
    border-bottom: 1px solid #fff;
}

.navbarMobile ul li a {
    padding: 10px 15px;
    display: block;
    border-left: 5px solid #102451;
}

.navbarMobile ul li:hover a {
    border-color: #fff;
}

.mobile-logo {
    height: 32px;
    width: auto;
}

.navbarMobile {
    display: none;
    /*-webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;*/
    position: absolute;
    left: 107%;
    top: 52px;
    /*transform: translate3d(calc(100% + 150px),0px,0);*/
    transform: translate(9999px);
    opacity: 0;
    /* overflow-y: scroll; */
    /* max-height: 418px; */
}

.navbarMobile.show {
    display: block;
    /* -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;*/
    /*left: auto;
    right: -23px;*/
    /*transition-property: opacity,transform;
    transition-duration: 1s;
    transition-timing-function: cubic-bezier(.175,.885,.32,1.275);
    transform: translateZ(0);*/
    transition: opacity 2s linear;
    transform: translate(0);
    opacity: 1;
    position: absolute;
    top: 52px;
    right: -22px;
    left: auto;
}

.navbar-toggler1.show .navbar-toggler-icon::before {
    transform: rotate(-45deg);
    top: 8px;
    height: 2px;
}

.navbar-toggler1.show .navbar-toggler-icon::after {
    transform: rotate(45deg);
    top: 8px;
    height: 2px;
}

.navbar-toggler1.show .navbar-toggler-icon {
    border-bottom: 0 !important;
}

.scroll-on .mobile-navi {
    background-color: #fff;
}

.mobile-navi {
    padding: 16px 8px;
    background: #fff;
}

.navbar-toggler1 {
    padding: 0;
    border: 0;
    background-color: transparent;
}

.navbar-toggler1:focus {
    outline: none;
}

.mobile-navi .navbar-expand-md {
    justify-content: space-between;
}

.mobile-navi {
    display: none;
}

.main-navi.bg-white1 {
    background-color: #fff;
    transition: all 200ms linear;
}

.responsive-center {
    display: none;
}

.pt-normal {
    padding-top: 120px;
}


/*............................................nav-css-ends here*/


/*....................................footer-css starts here*/

.color-white {
    color: #fff;
}

footer {
    background-color: #102451;
    padding: 80px 0;
    padding-bottom: 20px;
}

footer .footer-menu {
    list-style: none;
    padding-left: 0px;
}

footer .footer-menu li {
    margin-top: 15px;
}

footer .footer-menu li:first-of-type {
    margin-top: 0;
}

footer .footer-menu li a {
    color: #fff;
}

.footer-nav-item a {
    padding-bottom: 5px;
}

footer .footer-widget h3 {
    margin-bottom: 35px;
    padding-top: 35px;
    font-size: 18px;
    color: #fff;
    padding-left: 0px !important;
}

footer .footer-widget h3,
footer .footer-widget img {
    padding-bottom: 25px;
}

/* 
mustafa
*/
footer .footer-widget h3 {
    padding-bottom: 0px !important;
}

footer .footer-widget-content .contact-wrapper p {
    margin: 0px;
    padding: 0px;
    color: #fff;
}

footer .footer-widget-content .contact-wrapper span {
    color: #fff;
}

.small-footer .small-footer-menu {
    list-style: none;
    padding: 0px;
    display: flex;
}

.small-footer .small-footer-menu li {
    padding: 0px 20px;
}

.small-footer .small-footer-menu li:first-child {
    padding-left: 0px;
}

.small-footer .small-footer-menu li:last-child {
    padding-right: 0px;
}

.small-footer .small-footer-menu li a {
    color: #fff;
}

footer .contact-link {
    display: inline-block;
    width: 100%;
    color: #333;
}

footer .images-gellary ul {
    padding-left: 0;
}

footer .images-gellary ul li {
    list-style: none;
    float: left;
    margin: 0 3% 2% 1px;
    width: 31%;
    position: relative;
}

footer .images-gellary ul li:nth-child(3n) {
    margin: 0 0 1%;
}

.footer-socials svg {
    width: 35px;
    height: 35px;
}

.footer-socials svg path {
    fill: #fff;
}

.footer-socials .facebook-icon,
.footer-socials .instagram-icon {
    margin-right: 15px;
}

.footer-nav-item a {
    position: relative;
    transition: all 200ms linear;
    font-size: 16px;
}

.footer-nav-item a::after {
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    content: '';
    background-color: #fff;
    opacity: 0;
    transition: all 200ms linear;
}

.footer-nav-item a:hover::after {
    bottom: 0;
    opacity: 1;
}


/*........................................footer-css ends-here*/

::selection {
    color: #fff;
    background-color: #102451;
}

::-moz-selection {
    color: #fff;
    background-color: #102451;
}

:root {
    --star-size: 24px;
    --star-color: #fff;
    --star-background: #f0ae14;
}

.Stars {
    --percent: calc(var(--rating) / 5 * 100%);
    display: inline-block;
    font-size: var(--star-size);
    font-family: Times;
    line-height: 1;
}

.Stars i {
    color: #e3d35f;
    font-size: 18px;
}

.Stars::before {
    content: 'ÃƒÆ’Ã‚Â¢Ãƒâ€¹Ã…â€œÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢Ãƒâ€¹Ã…â€œÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢Ãƒâ€¹Ã…â€œÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢Ãƒâ€¹Ã…â€œÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢Ãƒâ€¹Ã…â€œÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦';
    content: none;
    letter-spacing: 3px;
    background: linear-gradient( 90deg, var(--star-background) var(--percent), var(--star-color) var(--percent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: #adabab3d;
}

section.home-tutors-section {
    margin-top: 155px;
    margin-bottom: 35px;
    background: none;
}

.tsHead-title {
    font-size: 34px;
    color: #71c2b1;
    font-weight: 600;
    font-family: 'Philosopher', sans-serif;
}

.tsHead-desc {
    line-height: 22px;
}

.ts-learnMore {
    font-size: 16px;
    line-height: 34px;
    width: 175px;
    height: 50px;
    color: #293c62;
    font-weight: 500;
    border-radius: 50px;
    background-color: #ffcb6e;
    border: 2px solid rgb(255 203 110);
    margin-bottom: 70px;
    margin-top: 70px;
    box-shadow: 0px 9px 24px 3px rgb(219 219 219);
    -webkit-box-shadow: 0px 9px 24px 3px rgb(219 219 219);
    -moz-box-shadow: 0px 9px 24px 3px rgb(219 219 219);
}

.slick-initialized .slick-slide {
    padding: 0 12px;
}

.home-tutors-section .tsc-certified {
    padding-top: 0;
    margin-top: 60px;
    text-transform: uppercase;
    color: #1cd650;
    font-weight: 400;
}
/* mustafa */
.home-tutors-section .tsc-name {
    margin-top: 10px;
    margin-bottom: 10px;
}

.home-tutors-section .cItem-image img {
    border-radius: 50%;
    width: 150px !important;
    margin: 0 auto;
}

.home-tutors-section .tsc-desc {
    color: #000;
}

.home-tutors-section .tsc-learnMore {
    font-size: 24px;
    color: #71c2b1;
    font-weight: 500;
    font-family: "Poppins";
    text-decoration: underline;
    text-underline-position: under;
    text-decoration-thickness: 3px;
    padding-top: 35px;
    display: inline-block;
}

.owl-dots .owl-dot span:focus {
    outline: none;
    box-shadow: none;
}

.testimonial-slider .owl-dots .owl-dot.active span
.review-slider .owl-dots .owl-dot.active span,
.ts-carousell .owl-dots .owl-dot.active span,
.feature-wrapper .owl-dots .owl-dot.active span {
    font-size: 0;
    background-color: #2f327d;
    border: 2px solid #2f327d;
    width: 16px;
    height: 16px;
    border-radius: 50%;
}

.testimonial-slider .owl-dots .owl-dot span,.review-slider .owl-dots .owl-dot span
.ts-carousell .owl-dots .owl-dot span,
.feature-wrapper .owl-dots .owl-dot span {
    font-size: 0;
    background-color: #fff;
    border: 2px solid #2f327d;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    padding: 6px;
}

.owl-dots .owl-dot {
    display: inline-block;
    margin: 0 4px;
}

.owl-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 90px;
}

.ts-carousell .owl-dots {
    margin-top: 20px;
}

.ts-carousel .learnMore-btn {
    margin-top: 40px;
}

.Worksblue-section {
    background-color: #102451;
    padding: 80px 0 80px 0;
    overflow: hidden;
}

.blue-heading {
    font-size: 48px;
    color: #fff;
    font-weight: 600;
    font-family: 'Philosopher', sans-serif;
    text-align: center;
    margin-bottom: 60px;
}

.blue-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    margin-top: 80px;
}

.blue-item-icon {
    line-height: 100px;
    width: 100px;
    height: 100px;
    background: #fff;
    border-radius: 50%;
}

.blue-item-icon img {
    width: 60px;
    height: auto;
}

p.blueSteps {
    padding-top: 61px;
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: 500;
}

.blue-items-section .blue-item:first-of-type {
    margin-top: 0;
}

.Worksblue-section.bg-themeColor2 .blue-item-desc h6 {
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Poppins";
}

.main-navi.bg-white1 {
    background-color: #fff;
    transition: all 200ms linear;
}

.blueMore-btn {
    font-size: 16px;
    line-height: 34px;
    width: 175px;
    height: 50px;
    color: #102451;
    font-weight: 500;
    border-radius: 50px;
    background-color: #ffcb6e;
    border: 2px solid rgb(255 203 110);
    box-shadow: 0px 9px 24px 3px rgb(213 213 213);
    -webkit-box-shadow: 0px 9px 24px 3px rgb(16 36 81);
    -moz-box-shadow: 0px 9px 24px 3px rgb(213 213 213);
    margin-top: 70px;
}

.blueMore-btn:hover {
    background-color: #102451;
    border-color: #fff;
    color: #fff;
}

.trialMore-btn {
    font-size: 16px;
    line-height: 34px;
    width: 175px;
    height: 50px;
    color: #102451;
    font-weight: 500;
    border-radius: 50px;
    background-color: #ffcb6e;
    border: 2px solid rgb(255 203 110);
    box-shadow: 0px 9px 24px 3px rgb(213 213 213);
    -webkit-box-shadow: 0px 9px 24px 3px rgb(0 125 184);
    -moz-box-shadow: 0px 9px 24px 3px rgb(213 213 213);
    margin-top: 20px;
}

.trialMore-btn:hover {
    background-color: #007db8;
    border-color: #fff;
    color: #fff;
}

.color-white {
    color: #fff;
}

.main-heading {
    text-align: center;
    font-family: 'Philosopher', sans-serif;
    font-size: 34px;
    color: #71c2b1;
    font-weight: 600;
}

.main-text {
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    color: #282e3a;
    padding: 20px;
}

.btn-custom {
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #102451 !important;
    background: #ffcb6e;
    width: 175px;
    height: 50px;
    border-radius: 50px;
    box-shadow: 12px 15px 40px #c8c8c8;
}

.video-thumbnail {
    width: 768px;
    box-shadow: 25px 25px 30px #c8c8c8;
}

.play-button {
    position: absolute;
    margin: 0 auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 150px;
}

.feature-overlay {
    background: url('../images/feature-overlay.png');
    height: 140px;
}

.feature-overlay img {
    width: 200px !important;
    margin: auto;
    padding-top: 13px;
}

.testimonial .testimonial-wrapper {
    border-color: #2f327d;
    border: 1px solid #2f327d;
    padding: 20px;
    min-height: 300px;
    margin-right: 1px;
    margin-bottom: 1px;
}

.testimonial-wrapper .testimonial-text {
    min-height: 200px;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
}

.testimonial-wrapper .person-info {
    display: flex;
}

.mobile-navi {
    display: none;
}

.testimonial-wrapper .person-info .img-wrapper {
    border-radius: 50%;
    height: 93px;
    width: 93px;
}

.testimonial-wrapper .person-info .info-wrapper {
    padding-left: 10px;
    padding-top: 10px;
}

.testimonial-wrapper .person-info .info-wrapper h5 {
    font-weight: bold;
    font-size: 15px;
}

.testimonial-wrapper .person-info .info-wrapper p {
    margin: 0px;
    font-size: 15px;
    padding: 0px;
}

.red {
    color: red !important;
}

footer {
    background-color: #102451;
    padding: 80px 0;
    padding-bottom: 20px;
}

footer .footer-menu {
    list-style: none;
    padding-left: 0px;
}

footer .footer-menu li {
    margin-top: 15px;
}

footer .footer-menu li:first-of-type {
    margin-top: 0;
}

footer .footer-menu li a {
    color: #fff;
}

.footer-nav-item a {
    padding-bottom: 5px;
}

/* 
mustafa
*/

footer .footer-widget h3 {
    margin-bottom: 35px;
    padding-top: 35px;
    font-size: 18px;
    color: #fff;
}

footer .footer-widget h3,
footer .footer-widget img {
    padding-bottom: 25px;
}

footer .footer-widget-content .contact-wrapper p {
    margin: 0px;
    padding: 0px;
    color: #fff;
}

footer .footer-widget-content .contact-wrapper span {
    color: #fff;
}

.small-footer .small-footer-menu {
    list-style: none;
    padding: 0px;
    display: flex;
}

.small-footer .small-footer-menu li {
    padding: 0px 20px;
}

.small-footer .small-footer-menu li a {
    color: #fff;
}

.card-ul li{
    display: flex;
}
.card-ul li .fa-check:before{
    width: 30px;
    color: #336699 !important;
    font-size: 20px;

}
.tick-icon{
    padding-top: 5px;
    margin-right: 10px;
}

footer .contact-link {
    display: inline-block;
    width: 100%;
    color: #333;
}

footer .images-gellary ul {
    padding-left: 0;
}

footer .images-gellary ul li {
    list-style: none;
    float: left;
    margin: 0 3% 2% 1px;
    width: 31%;
    position: relative;
}

footer .images-gellary ul li:nth-child(3n) {
    margin: 0 0 1%;
}

.feature-overlay .container,
.feature-overlay .row,
.feature-overlay .col-md-12,
.feature-wrapper,
.feature-wrapper .owl-stage-outer,
.feature-wrapper .owl-stage {
    height: 100%;
}

.feature-wrapper .owl-stage {
    display: flex;
    align-items: center;
}

.feature-wrapper .slick-slide {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.works-image-wrapper {
    display: none;
}

.trial-section {
    background-image: url(../images/smart-background.png);
    background-size: cover;
    height: 600px;
    background-color: rgb(69, 195, 254);
}

.trial-heading {
    font-size: 42px;
    line-height: 58px;
    padding-top: 50px;
    font-family: 'Philosopher', sans-serif;
    font-weight: 600;
}

.trial-heading span {
    display: inline-block;
}

.trial-heading span:nth-of-type(2) {
    padding: 0 10px;
}

.images-gellary img {
    width: 100%;
    height: auto;
}

.responsive-center {
    display: none;
}

.responsive-center .nav-link {
    font-size: 15px;
}

.responsive-center svg {
    width: 50px;
    border-radius: 50%;
    background: #1BD741;
    padding: 6px;
}

.footer-socials svg {
    width: 35px;
    height: 35px;
}

.footer-socials svg path {
    fill: #fff;
}

.footer-socials .facebook-icon,
.footer-socials .instagram-icon {
    margin-right: 15px;
}

.footer-nav-item a {
    position: relative;
    transition: all 200ms linear;
    font-size: 16px;
}

.footer-nav-item a::after {
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    content: '';
    background-color: #fff;
    opacity: 0;
    transition: all 200ms linear;
}

.footer-nav-item a:hover::after {
    bottom: 0;
    opacity: 1;
}

.slick-arrow.slick-arrow-right {
    position: absolute;
    top: calc(22%);
    right: -25px;
    z-index: 999;
    cursor: pointer;
    font-size: 80px;
}

.feature-wrapper .slick-arrow.slick-arrow-right {
    top: 5px;
    right: 2px;
}

.testimonial-slider .slick-arrow.slick-arrow-left, .review-slider .slick-arrow.slick-arrow-left{
    position: absolute;
    top: calc(22%);
    left: -25px;
    z-index: 999;
    cursor: pointer;
    font-size: 80px;
}

.ts-carousell .slick-arrow.slick-arrow-left {
    position: absolute;
    top: calc(22%);
    left: 30px;
    z-index: 999;
    cursor: pointer;
    font-size: 80px;
}
.ts-carousell .slick-arrow.slick-arrow-right {
    position: absolute;
    top: calc(22%);
    right: 30px;
    z-index: 999;
    cursor: pointer;
    font-size: 80px;
}
.ts-carousell .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: block;
}


.feature-wrapper .slick-arrow.slick-arrow-left {
    position: absolute;
    top: calc(0%);
    left: 30px;
    z-index: 999;
    cursor: pointer;
    font-size: 80px;
    /* top: 5px; */
    /* left: 0px; */
    /* display: none; */
}

.feature-wrapper .slick-arrow.slick-arrow-right {
    position: absolute;
    top: calc(0%);
    right: 30px;
    z-index: 999;
    cursor: pointer;
    font-size: 80px;
    /* display: none; */
}
.feature-wrapper .owl-dots{
    padding-top: 0px !important;
    margin-top: 0px !important;
 }

.slick-arrow.slick-arrow-right::before {
    transform: rotate( -45deg);
    -webkit-transform: rotate( -45deg);
}

.slick-arrow.slick-arrow-left::before {
    transform: rotate( 135deg);
    -webkit-transform: rotate( 135deg);
}

.slick-arrow::before {
    content: '';
    border: solid #080808;
    border-width: 0px 2px 2px 0;
    display: inline-block;
    padding: 3px;
    height: 30px;
    width: 30px;
}
.testimonial .slick-arrow::before {
    content: '';
    border: solid #869791;
    border-width: 0px 2px 2px 0;
    display: inline-block;
    padding: 3px;
    height: 30px;
    width: 30px;
}

.ts-carousell .slick-arrow::before {
    content: '';
    border: solid #869791;
    border-width: 0px 2px 2px 0;
    display: inline-block;
    padding: 3px;
    height: 30px;
    width: 30px;
}


.whitee-arrows .slick-arrow::before {
    border-color: #fff;
}

p {
    padding-top: 0;
}

.custom_heading1 {
    color: #fff;
    position: absolute;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
    top: 0;
    left: 0;
}

.custom_heading1 .title-heading {
    margin-bottom: 0;
    font-size: 32px;
    font-family: 'Philosopher', sans-serif;
    font-weight: 700;
}

.title-heading-gwo {
    font-size: 44px;
    font-family: 'Philosopher', sans-serif;
    margin-bottom: 60px;
    font-weight: 700;
    color: #7ec3b1;
}

.title-heading-hiw {
    font-size: 44px;
    font-family: 'Philosopher', sans-serif;
    margin-bottom: 60px;
    font-weight: 700;
    color: #7ec3b1;
}

.custom_heading3 {
    font-size: 40px;
    font-family: 'Philosopher', sans-serif;
    margin-bottom: 60px;
    font-weight: 700;
    color: #7ec3b1;
}

.ourExpertsTutorsBanner-section .custom_heading1 .title-heading {
    font-size: 24px;
    line-height: 32px;
    font-family: 'Philosopher', sans-serif;
    font-weight: 700;
}

.dotr-section .title-heading,
.private-form-section .title-heading {
    font-size: 44px;
    font-family: 'Philosopher', sans-serif;
    margin-bottom: 60px;
    font-weight: 700;
    color: #7ec3b1;
}

.title-heading2 {
    font-size: 22px !important;
    line-height: 26px;
    font-family: 'Philosopher', sans-serif;
    font-weight: 700;
    color: #7ec3b1;
}

.title-heading3 {
    font-size: 36px;
    line-height: 44px;
    font-family: 'Philosopher', sans-serif;
    font-weight: 700;
    color: #7ec3b1;
}

.section-margin-both,
.section-margin-both1 {
    padding: 60px 0;
}

section.bg-grey {
    background: #f2f2f2;
}

/* .learnMore-btn {
    box-shadow: 0px 9px 24px 3px #c1c0c0;
    -webkit-box-shadow: 0px 9px 24px 3px #c1c0c0;
    -moz-box-shadow: 0px 9px 24px 3px #c1c0c0;
} */
.sat-i-and-ii .bg-header .learnMore-btn{
    box-shadow: 0px 9px 24px 3px #2e3f66;
    -webkit-box-shadow: 0px 9px 24px 3px #2e3f66;
    -moz-box-shadow: 0px 9px 24px 3px #2e3f66;
}

.ielts.home.page.page-id-8 .bg-header .learnMore-btn{
    box-shadow: 0px 9px 24px 3px #2e3f66;
    -webkit-box-shadow: 0px 9px 24px 3px #2e3f66;
    -moz-box-shadow: 0px 9px 24px 3px #2e3f66;
}
section.bg-themeColor {
    background: #71c2b1;
}

section.bg-themeColor2 {
    background: #102451;
}

section.bg-themeColor .learnMore-btn {
    box-shadow: 0px 9px 24px 3px #71c2b1;
    -webkit-box-shadow: 0px 9px 24px 3px #71c2b1;
    -moz-box-shadow: 0px 9px 24px 3px #71c2b1;
}

section.bg-themeColor .learnMore-btn:hover {
    background-color: #fff;
    border-color: #fff;
    color: #000;
}


/*.........................................after common css*/

.online-trial-section.section-margin-both {
    padding: 100px 0;
}

.choose-bright-section .label h6 {
    font-size: 24px;
    line-height: 26px;
    color: #102451;
    font-weight: 500;
}

.grade-icon img {
    width: 100px;
    height: auto;
}

.grade-icon.icon4 {
    margin-left: -15px;
}

.choose-bright-section .label p {
    line-height: 26px;
    max-width: 90%;
}

.choose-bright-section .row.pt-5 .col-md-6:nth-of-type(1),
.choose-bright-section .row.pt-5 .col-md-6:nth-of-type(2) {
    padding-bottom: 60px;
}

.custom_heading3 span {
    display: block;
}

.Worksblue-section {
    background-color: #f2f2f2;
    padding: 80px 0 80px 0;
}

.text-themeColor {
    color: #102451;
}

.blue-item .blue-item-icon {
    width: 90px;
    height: 90px;
    margin-left: auto;
    margin-right: auto;
    background: #7ec3b1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blue-item .blue-item-icon img {
    width: 56px;
    height: auto;
}

.blue-item .blueSteps {
    margin-top: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

.works-tutoringClasses-image {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 480px;
    height: 1036px;
    overflow: hidden;
}

.works-tutoringClasses-image img {
    height: inherit;
}

.pt-150px {
    padding-top: 150px;
}

.pt-60px {
    padding-top: 60px;
}

.works-tutoringClasses-section h6 {
    color: #102451;
    font-size: 24px;
    line-height: 30px;
}

.works-tutoringClasses-section .grade-icon img {
    height: 80px;
    width: 80px;
}

.works-tutoringClasses-section p {
    color: #212529;
    font-size: 16px;
}

.works-tutoringClasses-section .label {
    max-width: 85%;
    margin-right: auto;
    margin-bottom: 50px;
}

.works-tutoringClasses-section .row .col-md-6:nth-of-type(5) .label,
.works-tutoringClasses-section .row .col-md-6:nth-of-type(6) .label {
    margin-bottom: 0;
}

.works-tutoringClasses-section.section-margin-both {
    padding-bottom: 60px;
    overflow: hidden;
}

p.blueSteps {
    padding-top: 40px;
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: 500;
}

.blue-item-desc h6 {
    font-size: 22px;
    font-weight: 600;
    font-family: "Poppins";
}

.tutors-section {
    background-image: url(../images/Group-9.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.tutors-section .tsHead-title,
.sat2-banner .custom_heading1 .title-heading {
    font-size: 32px;
    color: #102451;
    font-weight: 600;
    font-family: 'Philosopher', sans-serif;
}

.cItem-image img {
    border-radius: 50%;
    width: 140px !important;
    margin: 0 auto;
}
/* mustafa */

.tsc-certified {
    padding-top: 0 !important;
    margin-top: 10px !important;
    text-transform: uppercase;
    color: #1cd650;
    font-weight: 400;
}

.tsc-name {
    margin-top: 0;
    margin-bottom: 10px;
    color: #102451;
}

.tsc-desc {
    color: #102451;
    font-weight: 500;
}

.owl-dots .owl-dot span {
    border: 1px solid #102451;
    width: 10px;
    height: 10px;
    padding: 8px;
    font-size: 0;
    border-radius: 50%;
}

.owl-dots {
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 30px;
}

.owl-dots .owl-dot {
    margin: 0 5px;
}

.owl-dots .owl-dot.active span {
    background: #102451;
}

.ourExpertsTutors-section .blue-item .blue-item-icon {
    width: 90px;
    height: 90px;
    margin-left: auto;
    margin-right: auto;
    background: #7ec3b1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ourExpertsTutors-section .blue-item .blue-item-icon img {
    width: 56px;
    height: auto;
}

.ourExpertsTutors-section .blue-item .blueSteps {
    margin-top: 20px;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

.ourExpertsTutors-section .blue-item-desc h6 {
    font-size: 21px;
    font-weight: 600;
    font-family: "Poppins";
    margin-top: 30px;
}

.ourExpertsTutors-section {
    padding: 80px 0 20px 0;
}

.text-themeColor {
    color: #102451;
}

.dotr-section .blue-item {
    margin-bottom: 45px;
}

.dotr-section .blue-item .blue-item-icon {
    width: 90px;
    height: 90px;
    margin-left: auto;
    margin-right: auto;
    background: #7ec3b1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dotr-section .blue-item .blue-item-icon img {
    width: 56px;
    height: auto;
}

.dotr-section .blue-item .blueSteps {
    margin-top: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    padding-top: 0;
}

.dotr-section .blue-item .pt-0 {
    font-size: 15px;
}

.w-60 {
    width: 60%!important;
}

.private-form-section {
    border: 1px solid #dedede;
    margin-bottom: 80px;
}

.form-control {
    border: none;
    background: rgb(245, 245, 245);
    border-radius: 0;
    padding: 10px 12px;
    height: auto;
}

form .form-control:focus,
form .form-control:hover {
    outline: none;
    border: none;
    box-shadow: none;
    background: rgb(245, 245, 245);
}

form .form-group {
    margin-bottom: 25px;
}

form .learnMore-btn {
    min-width: 175px;
    font-size: 16px;
    line-height: 34px;
    height: 50px;
    color: #293c62;
    font-weight: 500;
    border-radius: 50px;
    background-color: #ffcb6e;
    border: 2px solid rgb(255 203 110);
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.whyMTS-banner-section .custom_heading1 .title-heading {
    margin-bottom: 0;
    font-size: 32px;
    font-family: 'Philosopher', sans-serif;
    font-weight: 700;
}

.mts-bills .img-sec img {
    border: 1px solid #102451;
}

.mts-bills .content-sec {
    background: #7ec3b1;
    padding: 30px 15px;
    min-height: 327px;
}

.text-blue {
    color: #102451;
}

.mts-bills .content-sec h4 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
}

.mts-bills .content-sec p {
    padding: 0 5px;
}

.mts-bills .col-lg-4 {
    margin-bottom: 30px;
}

.bg-themeColor-blue {
    background: #102451;
}

.bg-themeColor-green {
    background: #71c2b1;
}

.card-title {
    font-size: 40px;
    font-weight: 300;
    font-family: 'Philosopher', sans-serif;
    padding-bottom: 20px;
}

.cardSub-title {
    font-size: 34px;
    font-weight: 300;
    font-family: 'Philosopher', sans-serif;
    margin-bottom: 0px;
}

.card-desc {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 40px;
    text-align: center;
    min-height: 48px;
}

.single-card .single-card-hader {
    padding: 40px;
}

.single-card .single-card-body {
    padding: 40px;
}

.card-ul li span {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 5px;
}

.card-ul li span::before {
    position: absolute;
    left: 0px;
    top: 66%;
    height: 34%;
    width: 3px;
    background-color: #336699;
    content: "";
    transform: translateX(10px) rotate(-45deg);
    transform-origin: left bottom;
}

.card-ul li span::after {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 60%;
    background-color: #336699;
    content: "";
    transform: translateX(10px) rotate(-45deg);
    transform-origin: left bottom;
}

.card-ul li {
    font-size: 18px;
    padding-bottom: 5px;
}

.card-btn .learnMore-btn {
    box-shadow: 0px 9px 24px 3px #ccc;
    -webkit-box-shadow: 0px 9px 24px 3px #ccc;
    -moz-box-shadow: 0px 9px 24px 3px #ccc;
}

.card-btn {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

.acsText-section .learnMore-btn {
    font-size: 16px;
    line-height: 34px;
    min-width: 175px;
    height: 50px;
    color: #293c62;
    font-weight: 500;
    border-radius: 50px;
    background-color: #ffcb6e;
    border: 2px solid rgb(255 203 110);
}

.breadcrumbs {
    padding: 0 0 1rem 0;
}

.breadcrumbs li a {
    color: #102451;
}

.breadcrumbs li {
    display: inline-block;
    margin-right: 18px;
    position: relative;
}

.breadcrumbs li::before {
    content: '\f054';
    font-family: FontAwesome;
    padding: 0 0 0 .5rem;
    color: #102451;
    position: absolute;
    right: -15px;
    top: 4px;
    font-size: 12px;
}

.breadcrumbs li:last-child a {
    text-decoration: underline;
    text-underline-position: under;
}

.breadcrumbs li:last-child::before {
    content: '';
    display: none;
}

.sidebar-wrapper {
    border: 1px solid #c9c9c9;
    padding: 35px 0;
}

.sidebar-wrapper p {
    font-size: 15px;
    padding: 0 15px;
}

.sidebar-wrapper h6 {
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    color: #71c2b1;
}

.ocs-list1 {
    margin-bottom: 30px
}

.ocs-list h6,
.parpText-section .ocs-list h6 {
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 10px;
}

.ocs-list p {
    font-size: 15px;
}

.ocs-list1 h6 {
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 15px;
}
.ocs-list1 h1 {
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 15px;
}
.ocs-list li {
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 10px;
    position: relative;
}

.ocs-list li span {
    /*display: table-cell;*/
/*    display: inline-block;*/
display:inline;

}

.ocs-list li span.fa {

    color: #2bd7c9;
    padding-right: 10px;
}

.ocs-list li.has-childrens ul {
    padding-left: 35px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.ocs-list h6 {
    position: relative;
}

.ocs-list h6 span {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-left: -25px;
}

.ocs-list h6 span::before {
    /*    position: absolute;
        left: 0px;
        top: 66%;
        height: 34%;
        width: 3px;
        background-color: #336699;
        content: "";
        transform: translateX(10px) rotate( -45deg);
        transform-origin: left bottom;*/

    color: rgb(16, 36, 106);
    content: "";
    font-family: 'fontawesome';
    font-size: 14;
    margin-right: 1%;
    font-weight: 100;
    position: absolute;
    /*left: 55px;*/
    top: 14px;
}

.ocs-list h6 span::after {
    /*    position: absolute;
        left: 0;
        bottom: 0;
        height: 3px;
        width: 60%;
        background-color: #336699;
        content: "";
        transform: translateX(10px) rotate(-45deg);
        transform-origin: left bottom;*/
}

.section-margin-both.aboutVideo-section {
    padding-top: 60px;
}

.pt-bar {
    padding-top: 37px;
}

.progess-sections-au .progressc {
    background: rgb(214, 214, 214);
    margin-bottom: 50px;
    position: relative;
    height: 6px;
}

.progess-sections-au .progressc:last-of-type {
    margin-bottom: 0 !important;
}

.progess-sections-au .progressc span {
    position: absolute;
    top: -23px;
    left: 0;
    font-size: 15px;
    font-weight: 500;
}

.progess-sections-au .progressc::before {
    content: '';
    background: #7ec3b1;
    position: absolute;
    height: 6px;
}

.progess-sections-au .progressc.progress1::before {
    width: 80%;
}

.progess-sections-au .progressc.progress2::before {
    width: 71%;
}

.progess-sections-au .progressc.progress3::before {
    width: 88%;
}

.tutors-section-au .cItem-image img {
    border-radius: 50%;
    width: 150px !important;
    margin: 0 auto;
}

.tutors-section-au .tsc-name {
    margin-top: 30px;
    margin-bottom: 0;
    font-size: 22px;
    color: #fff;
}

.tutors-section-au .tsc-desig {
    font-size: 18px;
    font-weight: 300;
}

.testimonial-au .testimonial-wrapper {
    border-color: #2f327d;
    border: 1px solid #2f327d;
    padding: 20px;
    min-height: 300px;
    background: #fff !important;
}

.testimonial-au .testimonial-wrapper .testimonial-text {
    min-height: 200px;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #000;
}

.testimonial-au .testimonial-wrapper .person-info {
    display: flex;
}

.testimonial-au .testimonial-wrapper .person-info .img-wrapper {
    border-radius: 50%;
    height: 93px;
    width: 93px;
}

.testimonial-au .testimonial-wrapper .person-info .info-wrapper {
    padding-left: 10px;
    padding-top: 10px;
}

.testimonial-au .testimonial-wrapper .person-info .info-wrapper h5 {
    font-weight: bold;
    font-size: 15px;
}

.testimonial-au .testimonial-wrapper .person-info .info-wrapper p {
    margin: 0px;
    font-size: 15px;
    padding: 0px;
    color: #000;
}

.testimonial-au .owl-dots {
    display: none;
}

.questions-section .learnMore-btn {
    font-size: 16px;
    line-height: 34px;
    min-width: 175px;
    height: 50px;
    color: #293c62;
    font-weight: 500;
    border-radius: 50px;
    background-color: #ffcb6e;
    border: 2px solid rgb(255 203 110);
    box-shadow: 0px 9px 24px 3px rgb(213 213 213);
    -webkit-box-shadow: 0px 9px 24px 3px rgb(72 135 123);
    -moz-box-shadow: 0px 9px 24px 3px rgb(213 213 213);
}

.questions-section .learnMore-btn:hover {
    background-color: #5ba798;
    border-color: #5ca999;
    color: #fff;
}

section.contactBlue-section .footer-socials svg path {
    fill: #102451;
}

section.contactBlue-section a {
    color: #102451;
}

.private-form-section.cu-section {
    border: 1px solid #dedede;
    margin-bottom: 60px;
}

.myaccordion .pnaels {
    margin-bottom: 30px;
}

.myaccordion .pnaels button.collapsed {
    color: #102451;
    display: block;
    font-size: 18px;
    padding-left: 18px;
    padding-right: 18px;
    border: 1px solid #282e3a;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    height: 59px;
    line-height: 59px;
    background: #fff;
    width: 100%;
    border-radius: 0;
    text-align: left;
}

.about-mts ul li::before {
    color: rgb(16, 36, 106);
    content: "";
    font-family: 'fontawesome';
    font-size: 1.4em;
    margin-right: 1%;
}

.myaccordion .pnaels button:not(.collapsed) {
    background-color: #71c2b1;
    box-shadow: 1px 7px 13px 8px #d7dedd;
    border-color: #71c2b1;
    margin-bottom: 60px;
    display: block;
    color: #102451;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 18px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    height: 59px;
    line-height: 59px;
    width: 100%;
    border-radius: 0;
}

.collapse-body {
    padding-left: 40px;
    padding-right: 25px;
}

.fa-inverse {
    color: #102451 !important;
    font-size: 15px;
    width: 10px !important;

}

.myaccordion .pnaels:hover button.collapsed {
    background-color: #71c2b1;
    border-color: #71c2b1;
}

.faqs-faqs ul.accordian-list li {
    position: relative;
}

.faqs-faqs ul.accordian-list li::before {
    /* content: "";
    position: absolute;
    left: -23px;
    top: -4px;
    font-size: 22px;
    font-weight: 400;
    color: #72c2b1;
    transform: rotate(-43deg);
    font-family: sans-serif; */

    color: #72c2b1;
    content: "";
    font-family: fontawesome;
    font-size: 1.4em;
    margin-right: 1%;
}



.myaccordion {
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}

.subjectTutors2-section2 .myaccordion {
    box-shadow: none;
}

.myaccordion .card,
.myaccordion .card:last-child .card-header {
    border: none;
}

.myaccordion .card-header {
    border-bottom-color: #EDEFF0;
    background: transparent;
}

.myaccordion .fa-stack {
    font-size: 18px;
}

.myaccordion .btn-link:hover,
.myaccordion .btn-link:focus {
    text-decoration: none;
}

.myaccordion li+li {
    margin-top: 10px;
}

.gre-banner-section .custom_heading1 .learnMore-btn {
    font-size: 16px;
    line-height: 34px;
    min-width: 175px;
    height: 50px;
    color: #293c62;
    font-weight: 500;
    border-radius: 50px;
    background-color: #ffcb6e;
    border: 2px solid rgb(255 203 110);
    box-shadow: 0px 9px 24px 3px #2e3f66;
    -webkit-box-shadow: 0px 9px 24px 3px #2e3f66;
    -moz-box-shadow: 0px 9px 24px 3px #2e3f66;
}

.bg-header-gre,
.bg-header-ielts,
.bg-header-sat2 {
    /*height: 370px;*/
    overflow: hidden;
    text-align: right;
    position: relative;
}

.gre-section2 .label {
    max-width: 340px;
}

.gre-section2 .label h5,
.ielts-labeling-section .label h5 {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 15px;
}

.gre-section2 .label h6 {
    font-size: 20px;
    margin-bottom: 0;
    font-weight: 600;
}

.gre-section2 .label p,
.ielts-labeling-section .label p {
    font-size: 15px;
}

.sat2-section .label {
    max-width: 470px;
    margin-bottom: 40px;
}

.sat2-section .label h5 {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 15px;
}

.sat2-section .label h6 {
    font-size: 20px;
    margin-bottom: 0;
    font-weight: 600;
}

.sat2-section .label p {
    font-size: 15px;
}

.sat2ImgReversed-section.imgReversed-section .text-wrapped1 {
    padding-left: 90px;
}

.sat2ImgReversed-section.imgReversed-section .text-wrapped2 {
    padding-right: 90px;
}

.bg-header-ielts .custom_heading1 .learnMore-btn,
.sat2-banner .custom_heading1 .learnMore-btn {
    box-shadow: 0px 9px 24px 3px #2e3f66;
    -webkit-box-shadow: 0px 9px 24px 3px #2e3f66;
    -moz-box-shadow: 0px 9px 24px 3px #2e3f66;
}

.ielts-section1 .ielts1-contPad p {
    margin-top: 15px;
}

.ielts-labeling-section .label {
    max-width: 500px;
    margin: auto;
    margin-bottom: 40px;
}

.ielts-labeling-section .label h6 {
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 600;
    margin-bottom: 12px;
}

.msanswers-bills h4,
.subjectAnswersv2-banner h4,
.related-subjects-section h4 {
    color: #71c2b1;
    font-size: 1.75rem;
    font-family: 'Philosopher', sans-serif;
    font-weight: 700;
}

.msanswers-bills #subject_select {
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    padding: .375rem .75rem;
}

section.bg-green {
    background-color: #7ec3b1;
}

.green-strip-section {
    padding: 60px 0;
}

.bg-green .title-heading {
    font-size: 34px;
    line-height: 48px;
    font-family: 'Philosopher', sans-serif;
    margin-bottom: 0;
    font-weight: 700;
    color: #7ec3b1;
}

.bg-green .learnMore-btn {
    box-shadow: 0px 9px 24px 3px #7ec3b1;
    -webkit-box-shadow: 0px 9px 24px 3px #7ec3b1;
    -moz-box-shadow: 0px 9px 24px 3px #7ec3b1;
}

.onlineClassroomText-section .ocs-list1 {
    margin-bottom: 30px
}

.onlineClassroomText-section .ocs-list h6 {
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 25px;
}

.onlineClassroomText-section .ocs-list li {
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 10px;
    position: relative;
    display: flex;
}

.onlineClassroomText-section .ocs-list li::before {
    content: '\f192';
    font-family: FontAwesome;
    font-size: 16px;
    margin-right: 12px;
    color: #2bd7c9 !important;
}

.onlineClassroomText-section .ocs-list h6 {
    position: relative;
}

.onlineClassroomText-section .ocs-list h6 span {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-left: -25px;
}

.onlineClassroomText-section .ocs-list h6 span::before {
    position: absolute;
    left: 0px;
    top: 66%;
    height: 34%;
    width: 3px;
    background-color: #336699;
    content: "";
    transform: translateX(10px) rotate(-45deg);
    transform-origin: left bottom;
}

.onlineClassroomText-section .ocs-list h6 span::after {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 60%;
    background-color: #336699;
    content: "";
    transform: translateX(10px) rotate(-45deg);
    transform-origin: left bottom;
}

.subjectAnswersv2-banner .sidebar-wrapper {
    border: 1px solid #c9c9c9;
    padding: 35px;
    background: #f2f2f2;
}

.subjectAnswersv2-banner .sidebar-wrapper p {
    font-size: 15px;
    padding: 0;
}

.subjectAnswersv2-banner .sidebar-wrapper h6 {
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    color: #71c2b1;
}

.related-subjects-section .related-top-image {
    background: #71c2b3;
    border: 1px solid #102451;
    display: flex;
    height: 210px;
    align-items: center;
    justify-content: center;
}

ul.tickmark-list.accordian-list li {
    position: relative;
    margin: 15px 0;
}

.tickmark-list li span {
    font-size: 17px;
    color: #71c2b1;
    margin-right: 5px;
}

.main-sidebar-wrapper .sidebar-wrapper h6 {
    background: #f2f2f2;
    padding: 12px 15px;
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 600;
    color: #000;
    line-height: 1.2
}

.main-sidebar-wrapper .sidebar-wrapper {
    border: 1px solid #c9c9c9;
    padding: 0;
}

.main-sidebar-wrapper .sidebar-wrapper ul {
    padding: 15px;
}

.main-sidebar-wrapper .sidebar-wrapper p {
    font-size: 15px;
    padding: 0;
}

.main-sidebar-wrapper .sidebar-wrapper ul li {
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 500;
}

.main-sidebar-wrapper .sidebar-wrapper ul li a {
    color: #000;
}

.main-sidebar-wrapper .sidebar-wrapper .review-disp {
    border: none;
    padding: 15px;
}

.main-sidebar-wrapper .sidebar-wrapper .review-disp h6 {
    background-color: transparent;
    padding: 0;
}

.pt-2rem {
    padding-top: 2rem;
}

.pb-2rem {
    padding-bottom: 2rem;
}

.review-disp {
    border: 1px solid #1d1357;
    padding: 30px;
}

.review-disp p {
}

.toggle-wrapper button,
.toggle-wrapper button:hover.toggle-wrapper button:focus,
.toggle-wrapper button:active {
    color: #000 !important;
    text-decoration: none !important;
    border-radius: 0 !important;
}

.toggle-wrapper button[aria-expanded="true"] {
    background-color: #5ca999;
}

.reviewblock {
    margin: 7px;
    margin-bottom: 10px
}

.reviewblock a {
    background: #fff;
    border-radius: 5px;
    border: 1px solid #e6e7ee;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .08);
    display: block;
    transition: all 0.5s;
    text-decoration: none
}

.reviewblock a:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, .15)
}

.reviewblock .toppart {
    border-bottom: 1px solid #e6e8f3;
    padding: 17px 18px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.reviewblock .toppart .picblock {
    flex: 0 0 92px;
    max-width: 100%;
    margin-right: 18px
}

.reviewblock .toppart .picblock .holderpic {
    width: 92px;
    height: 92px;
    border-radius: 50%;
    overflow: hidden
}

.reviewblock .toppart .picblock .holderpic img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.reviewblock .toppart .infoblock {
    flex: 1;
    max-width: 100%
}

.reviewblock .toppart .infoblock h4 {
    font-weight: 700;
    font-size: 18px;
    color: #000;
}

.reviewblock .toppart .infoblock .startbg {
    width: 77px;
    margin: 4px 0;
    line-height: 22px;
    display: flex
}

.reviewblock .toppart .infoblock p {
    font-size: 15px;
    color: #3e3e3e;
    line-height: 18px
}

.reviewblock .toppart .infoblock p strong {
    font-weight: 600
}

.reviewblock .toppart .infoblock p:not(:last-child) {
    margin-bottom: 2px
}

.reviewblock .bottompart {
    padding: 18px
}

.popular-scroll1 {
    height: 200px;
    overflow-y: scroll;
}

.Stars {
    color: #fec60b;
}

.reviewblock .bottompart p {
    font-size: 15px;
    color: #5d6276;
    line-height: 22px;
    display: block
}

.reviewblock .bottompart p strong {
    font-weight: 700
}

.reviewblock .bottompart p:not(:last-child) {
    margin-bottom: 12px
}

.subjectTutors2-section2 .panel-top {
    display: flex;
}

.subjectTutors2-section2 .panel-top .thumbnails {
    flex: 1;
}

.subjectTutors2-section2 .panel-top .thumb-details {
    flex: 5;
}

.subjectTutors2-section2 .panel-top .thumbnails {
    flex: 1;
}

.subjectTutors2-section2 .thumb-details .col-md-6 {
    font-size: 15px;
    margin: 0px 0 5px 0;
}

.subjectTutors2-section2 .pnaels {
    margin-bottom: 50px;
}

.subjectTutors2-section2 .pnaels-body h6 {
    font-size: 20px;
    margin-bottom: 0;
    font-weight: 600;
}

.subjectTutors2-section2 .toggle-wrapper button {
    background: #f2f2f2;
}

.subjectTutors2-section2 .pnaels-body {
    padding: 20px 0px;
}

.subjectTutors2-section2 .review-disp {
    border: 1px solid #1d1357;
    padding: 30px;
}

.subjectTutors2-section2 .toggle-wrapper button,
.subjectTutors2-section2 .toggle-wrapper button:hover .subjectTutors2-section2 .toggle-wrapper button:focus,
.subjectTutors2-section2 .toggle-wrapper button:active {
    color: #000 !important;
    text-decoration: none !important;
    border-radius: 0 !important;
    height: 38px !important;
    border: none !important;
    background: #f2f2f2 !important;
    font-size: 16px !important;
    padding: .375rem .75rem !important;
    line-height: 18px;
}

.toggle-wrapper button[aria-expanded="true"] {
    background-color: #5ca999;
}

.subjectTutors2-section2 .myaccordion .pnaels button:not(.collapsed) {
    box-shadow: none;
    line-height: 18px;
    height: 38px;
    margin-bottom: 0;
    padding: .375rem .75rem;
    font-size: 15px;
    border: none;
}

.subjectTutors2-section2 .collapse-body {
    padding: 0;
}

.subjectTutors2-section2 .learnMore-btn {
    box-shadow: none;
}

.subjectTutors2-section4 .title-heading2 {
    font-family: 'Philosopher', sans-serif;
    font-weight: 700;
    color: #7ec3b1;
    font-size: 32px !important;
    line-height: 38px;

}

.main-sidebar-wrapper .pnaels1 button {
    font-size: 18px;
    font-weight: 500;
    color: #212529;
    padding-left: 5px;
}

.main-sidebar-wrapper .pnaels1 button:hover,
.main-sidebar-wrapper .pnaels1 button:focus,
.main-sidebar-wrapper .pnaels1 button:active {
    outline: none;
    box-shadow: none;
    text-decoration: none;
    color: #212529 !important;
}

.main-sidebar-wrapper .panel-body ul {
    height: 200px;
    overflow-y: scroll;
}

.main-sidebar-wrapper .panel-body ul li {
    margin-bottom: 12px;
    font-size: 15px;
}

.main-sidebar-wrapper .popular-scroll2 {
    height: 300px;
    overflow-y: scroll;
}

.tacou-section1 .ocs-list h6 {
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 25px;
}

.white-arrows .slick-arrow::before {
    border-color: #102451;
    opacity: 1;
}

.tutor-footer-content h2{
    margin-top: 20px;
}

#mts_referral_name_title {
    display: inline-block;
    margin-bottom: 3px;
    padding: 3px 7px;
    font-size: 1.5em;
    color: #AE1B20;
    text-shadow: 1px 1px #999;
    background-color: rgba(255, 255, 255, 0.6);
}
#mts_referral_name_title span {
    color: #102451;
}
/* TutorList in Money Pages */
.tutor-list-font {
    font-family: 'Poppins', sans-serif;
}
.tutor-list-section {
    background-color: #FFCB6E;
    font-family: 'Poppins', sans-serif;
}
.tutor-list-btn-y {
    background-color: #FFCB6E !important;
}
.tutor-list-btn {
    background-color: white;
    color: black;
    padding: 5px 12px;
    border-radius: 10px;
    white-space: nowrap;
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    display: block;
    text-align: center;
}
.tutor-list-btn:hover {
    background-color: #7ec3b1;
    /* border: 1px solid white; */
    color: white;
}
.text-limit {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*........................................media-queries*/

@media (min-width: 1600px) {
    .hero-card{
        position: absolute;
        bottom: -60px !important;
    }
    .hero-content {
        /*padding-top: 335px;*/
        padding-top: 240px;
    }
    .hero-anime {
        /*height: 1200px;
        background-position: right;*/
        height: 1000px;
        background-position: 100% 50px;
        background-color: #f2f2f2;
    }
    .hero-anime .hero-content .row .col-md-6 {
        max-width: 58.33%;
        flex: 0 0 58.33%;
    }
    .hero-anime .hero-content .hero-title {
        font-size: 76px;
    }
}



@media (min-width: 1440px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1360px;
    }
    .navbar-brand img {
        height: 85px;
        width: auto;
    }
}

@media(min-width: 1200px) {
    .navigation-wrap:not(.scroll-on) .collapse.navbar-collapse {
        margin-bottom: -30px;
    }
    .scroll-on .collapse.navbar-collapse {
        margin-bottom: -5px;
    }
    .works-tutoringClasses-image {
        display: block;
    }
    .ielts-section1 .title-heading2,
    .ielts-labeling-section .title-heading2 {
        font-size: 1.5rem;
    }
}

@media(min-width: 1024px) {
    .hero-card{
        position: absolute;
        bottom: -60px !important;
    }
    .w-lg-75 {
        width: 75%;
    }
    .w-lg-80 {
        width: 80%;
    }
    .w-lg-90 {
        width: 90%;
    }
    .related-subjects-section .related-top-image {
        width: 300px;
        margin: auto;
    }
}

@media(min-width: 991px) {
    .no-gutters>.col,
    .no-gutters>[class*=col-] {
        padding-right: 0;
        padding-left: 0;
    }
}

@media(min-width: 750px) {
    .custom-nav-item:hover .dropdown-menu {
        display: block;
        -webkit-transition-delay: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s;
        margin-top: 0;
    }
    .custom-nav-item:hover .dropdown-menu {
        display: block;
        -webkit-transition-delay: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s;
        margin-top: 0;
    }
    .navigation-wrap:not(.scroll-on) .collapse.navbar-collapse {
        margin-bottom: -30px;
    }
    .ielts-section1 .ielts1-contPad p {
        padding-right: 50px;
    }
}

@media(max-width: 1600px) {
    .ielts-section1 .ielts1-contPad p {
        font-size: 15px;
    }
}

@media(max-width: 1440px) {
    .hero-content .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .hero-content .hero-contentp {
        padding-right: 60px;
    }
    .w-60 {
        width: 70%!important;
    }
}

@media(max-width: 1200px) {

    .works-tutoringClasses-section .label {
        max-width: 100%;
    }
    .w-60 {
        width: 80%!important;
    }
    .cardSub-title {
        font-size: 28px;
    }
    .card-title {
        font-size: 36px;
    }
    .cu-section.w-50 {
        width: 70% !important;
    }
    .custom_heading3 {
        margin-bottom: 20px;
    }
}

@media(max-width: 1024px) {
    .custom_heading3 span {
        display: inline;
    }
    .cu-section.w-50 {
        width: 80% !important;
    }
}

@media(max-width: 991px) {
    .pricing-different-cards .single-card .single-card-hader {
        padding: 35px;
    }
    .pricing-different-cards .single-card .card-title {
        font-size: 28px;
        margin-bottom: 0px !important;
    }
    .hero-content .col-md-6 {
        text-align: left;
    }
    .hero-content .hero-title {
        font-size: 37px;
        color: #282e3a;
        font-weight: 400;
        font-family: "Philosopher";
        line-height: 44px;
        margin-bottom: 0px;
    }
    .hero-content .hero-contentp {
        font-size: 18px;
        color: #282e3a;
        font-weight: 400;
        font-family: "Poppins";
        margin-bottom: 0;
    }
    .hero-content .hero-contentp2 {
        font-size: 18px;
        color: #282e3a;
        font-weight: 400;
        font-family: "Poppins";
        margin-bottom: 10px;
    }
    .hero-content .contact-btn {
        padding: 10px 40px;
    }
    .hero-content {
        padding-top: 290px !important;
    }
    .Worksblue-section .row .col-md-5,
    .Worksblue-section .row .col-md-7,
    section .hero-card .col-md-6,
    .hero-content .col-md-6 {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .hero-content .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .left-card {
        padding-bottom: 60px;
    }
    .left-card::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 20px;
        width: 100%;
        border-bottom: 1px solid #2e5761;
        border-right: 0;
        top: auto;
        height: initial;
    }
    .right-card {
        padding-top: 20px;
    }
    .hero-content {
        padding-top: 0;
    }
    .fix-container,
    .fix-container .row1 {
        height: auto !important;
    }
    .fix-container .col-md-12 {
        position: initial;
        z-index: 99999;
    }
    .fix-container {
        height: inherit !important;
        position: relative;
    }
    .hero-content .hero-contentp {
        padding-right: 0;
    }
    section .hero-card {
        padding: 50px 35px 60px;
        margin: 0 18px;
        bottom: auto;
        top: -80px;
        z-index: 99999;
    }
    section.home-tutors-section {
        margin-top: 430px;
        margin-bottom: 0;
    }
    .main-navi {
        padding: 11px 20px !important;
    }
    .small-footer .small-footer-menu li {
        padding: 0px 5px;
    }
    .small-footer .small-footer-menu li a {
        font-size: 15px;
    }
    .small-footer .color-white.text-right {
        font-size: 15px;
        margin-top: 10px;
    }
    .footer-socials {
        padding-left: 0px !important;
    }
    .title-heading-hiw span {
        display: inline !important;
    }
    .section-margin-both.free-started-section,
    .section-margin-both.works-tutoringClasses-section {
        text-align: center !important;
    }
    .free-started-section .title-heading {
        margin-bottom: 25px !important;
    }
    .section-margin-both {
        padding: 20px 0 !important;
    }
    .w-60 {
        width: 100%!important;
    }
    .private-form-section {
        margin-left: 15px !important;
        margin-right: 15px !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
        width: 94% !important;
    }
    .cardSub-title {
        font-size: 18px;
    }
    .card-title {
        font-size: 28px;
    }
    .cu-section.w-50 {
        width: 94% !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
        margin-left: 15px !important;
        margin-right: 15px !important;
    }
    form {
        width: calc(100%);
        margin: auto;
    }
    .company-logo .col-lg-3 {
        padding: 25px 0;
    }
    .main-navi {
        padding: 11px 20px !important;
    }
    .no-gutters>.col,
    .no-gutters>[class*=col-] {
        padding-right: 15px;
        padding-left: 15px;
    }
    .ielts-section1 .ielts1-contPad p {
        font-size: 16px;
    }
    .small-footer .small-footer-menu li {
        padding: 0px 10px;
    }
    .footer-socials {
        padding-left: 15px;
    }
    .understanding-ielts-section .img-text-wrapper .text-wrapped {
        padding-left: 15px !important;
    }
}

@media(max-width: 992px) {
    .hero-content {
        padding-top: 162px !important;
    }

    .main-navi {
        display: none;
    }
    .mobile-navi {
        display: block;
    }
}

@media(max-width: 768px) {

    .section.home-tutors-section{
        margin-top: 390px;
        margin-bottom: 0px;
    }
    .text-aligin-subject{
        margin: auto;
    }

    .tick-icon{
        padding-top: 1px;
        margin-right: 10px;
    }
    .mt-space-small-mobile{
        margin-top: 30px;
    }
    .testimonial-au .testimonial-wrapper .testimonial-text{
        min-height: 120px;
    }

    .testimonial-au .testimonial-wrapper{
        min-height: auto;
    }

    .testimonial .testimonial-wrapper{
        min-height: auto;
    }
    .testimonial-wrapper .testimonial-text{
        min-height: 120px;
    }
    .mts-bills .content-sec {
        min-height: 330px;
    }

    .content-width-iphone{
        min-width: 200px;
    }
    .direct-online-tutoring-request.page-id-8 .dotr-section.section-margin-both.text-themeColor.bg-grey {
        display: none;
    }

    .text-subject-img img{
        height: auto !important;
    }

    .testimonial-au .testimonial-wrapper{
        width: 85%;
        margin: 0px auto;
    }

    .testimonial .testimonial-wrapper{
        width: 85%;
        margin: 0px auto;
        color: black;
    }

    /* .testimonial-slider .owl-carousel .owl-loaded .owl-drag .slick-arrow.slick-arrow-right{
        position: absolute;
        top: calc(22%);
        right: 0px;
        z-index: 999;
        cursor: pointer;
        font-size: 80px;
    } */
    .testimonial-slider .slick-arrow.slick-arrow-right , .review-slider .slick-arrow.slick-arrow-right{
        position: absolute;
        top: calc(22%);
        right: 0px;
        z-index: 999;
        cursor: pointer;
        font-size: 80px;
    }

    .testimonial-slider .slick-arrow.slick-arrow-left, .review-slider .slick-arrow.slick-arrow-left{
        position: absolute;
        top: calc(22%);
        left: -0px;
        z-index: 999;
        cursor: pointer;
        font-size: 80px;
    }
    .ts-carousell .slick-arrow.slick-arrow-left {
        position: absolute;
        top: calc(22%);
        left: 20px;
        z-index: 999;
        cursor: pointer;
        font-size: 80px;
    }

    .ts-carousell .slick-arrow.slick-arrow-right {
        position: absolute;
        top: calc(22%);
        right: 20px;
        z-index: 999;
        cursor: pointer;
        font-size: 80px;
    }


    .ielts-labeling-section .label {
        max-width: 500px;
        margin: auto;
        margin-bottom: 0px;
    }

    /* .section-margin-both, .section-margin-both1 {
        padding:20px 0;
    } */

    .breadcrumbs li {
        font-size: 15px;
    }
    .myaccordion {
        padding-top: 40px !important;
    }
    .company-logo .row.align-items-center {
        justify-content: center;
    }
    .company-logo img.company-logo {
        height: 50px;
        width: auto !important;
        margin: 0 8px 25px;
    }
    .navbarMobile ul li a {
        padding: 6px 15px;
    }
    .mobile-nav-item i {
        font-size: 22px;
    }
    .mobile-nav-item span {
        font-size: 16px;
    }
    .testimonial-slider .owl-dots, .review-slider .owl-dots,
    .feature-overlay .owl-dots {
        margin-top: 30px !important;
    }
    /* .main-navi {
        display: none;
    }
    .mobile-navi {
        display: block;
    } */
    .navbar-brand {
        padding: 0;
    }
    .navbar-brand img {
        height: 75px;
        width: auto;
        min-width: 75px;
    }
    .custom-nav-item {
        margin-left: 15px !important;
    }
    .cItem-image img {
        margin: auto;
    }
    .hero-content .col-md-6 {
        text-align: center;
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .hero-content .hero-title {
        font-size: 32px;
    }
    .hero-content {
        padding-top: 45px !important;
    }
    .hero-content.show {
        padding-top: 109px !important;
    }
    .hero-content.show~.hero-anime-fix {
        bottom: -144px;
    }
    section .hero-card {
        top: -96px;
    }
    .navbarMobile.show {
        top: 48px !important;
    }
    .hero-anime {
        padding-top: 60px;
        background-color: #f2f2f2;
        background-image: none;
        height: 1000px !important;
    }
    .hero-anime-fix {
        display: block;
        position: absolute;
        bottom: -80px;
        left: 0;
        width: 100%;
        z-index: -1;
    }
    body .container,
    body .container-md,
    body .container-sm {
        max-width: 860px;
    }
    .responsive-center {
        display: block;
    }
    .main-top-header {
        display: none;
    }
    .works-image-wrapper {
        display: none;
    }
    .blue-heading {
        margin-bottom: 0;
    }
    .blue-item {
        padding: 25px 0;
    }
    .blue-item-icon {
        min-width: 100px;
        min-height: 100px;
    }
    .blue-item-desc p:first-of-type {
        padding-top: 0px !important;
    }
    .blue-item-desc h6,
    .blue-item-desc p:last-of-type {
        padding-top: 7px !important;
    }
    .blue-items-section .col-md-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .card1-title {
        font-size: 25px;
        margin-bottom: 30px;
    }
    .learnMore-btn {
        font-size: 16px;
    }
    .trial-section {
        height: 500px;
    }
    .trial-heading {
        font-size: 36px;
        line-height: 58px;
        padding-top: 0;
    }
    .trial-heading span {
        display: block;
    }
    .trial-heading span:nth-of-type(2) {
        padding: 0;
    }
    a[class*="-btn"] {
        font-size: 15px;
    }
    .images-gellary li a {
        display: block;
    }
    .color-white.text-right {
        text-align: left !important;
        padding-top: 20px;
    }
    .main-navi .col-12 {
        padding: 0 !important;
    }
    .bg-header-gwo {
        background: url(../images/grades-we-offer-banner.png);
        height: 300px;
        background-size: cover;
        background-position: left;
    }
    .bg-header-gwo img {
        display: none;
    }
    .pt-normal {
        padding-top: 64px;
    }
    .choose-bright-section .row.pt-5 .col-md-6 {
        padding-bottom: 30px !important;
    }
    .label {
        padding: 25px 0;
    }
    .label1{
        padding: 10px 0;
    }
    .bg-header-works img {
        display: none;
    }
    .bg-header-works {
        background: url(../images/works-mobile.png);
        height: 300px;
        background-size: cover;
        background-position: left;
    }
    .title-heading-hiw {
        margin-bottom: 20px !important;
    }
    section .custom_heading1 {
        height: 79%;
        top: 11%;
    }
    .pt-150px {
        padding-top: 50px;
    }
    .title-heading-hiw {
        font-size: 36px;
    }
    .section-margin-both {
        padding: 50px 0;
    }
    .works-tutoringClasses-section .row .col-md-6:nth-of-type(5) .label {
        margin-bottom: 0px;
    }
    .bg-header-oetb img {
        display: none;
    }
    .bg-header-oetb {
        background: url(../images/ourTutors-mobile.png);
        height: 300px;
        background-size: cover;
        background-position: left;
    }
    .bg-header-pricing img {
        display: none;
    }
    .bg-header-pricing {
        background: url(../images/pricing-mobile.png);
        height: 300px;
        background-size: cover;
        background-position: left;
    }
    section .custom_heading1 {
        height: 79%;
        top: 11%;
    }
    .pricing-cards-section .row .col-md-6:first-of-type {
        padding-bottom: 40px;
    }
    .title-heading,
    .card-title,
    .private-form-section .title-heading {
        font-size: 36px !important;
        margin-bottom: 10px !important;
    }

    .banner-title-heading-on-mobile{
        font-size: 25px !important;
    }
    .pricing-cards-section .title-heading {
        margin-bottom: 60px !important;
    }
    .title-heading span,
    .card-title span {
        display: inline !important;
    }
    .card-btn {
        margin-top: 25px;
        margin-bottom: 0px;
    }
    .card-ul li {
        font-size: 16px;
    }
    .single-card .single-card-body {
        padding: 40px 25px;
    }
    .reponsive-margin {
        margin-bottom: 40px;
    }
    .whyMTS-banner-section .bg-header-whyMTS img {
        display: none;
    }
    .whyMTS-banner-section .bg-header-whyMTS {
        background: url(../images/whyMTS-mobile.png);
        height: 300px;
        background-size: cover;
        background-position: left;
    }
    .bg-header-qandA img {
        display: none;
    }
    .bg-header-qandA {
        background: url(../images/questions-and-answers-mobile.png);
        height: 150px;
        background-size: cover;
        background-position: center;
    }
    .ocs-list h6 {
        position: relative;
    }
    .ocs-list ul {
        padding-left: 25px;
    }
    .videoSection-text {
        padding-left: 20px !important;
        padding-top: 10px;
    }
    .section-margin-both.aboutVideo-section {
        padding-top: 0px !important;
    }
    .tutors-section-au .owl-item .slick-item {
        padding: 0 60px;
    }
    .bg-header-acs img {
        display: none;
    }
    .bg-header-acs {
        background: url(../images/admission-counselling-services-mobile.png);
        height: 300px;
        background-size: cover;
        background-position: left;
    }
    .section-margin-both.cu-section {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .contactBlue-section .text-wrapped {
        padding-bottom: 25px;
    }
    span.d-block {
        display: inline !important;
    }
    span.d-inline {
        display: block !important;
    }
    .bg-header-gre {
        /* background: url(../images/GRE-banner.png); */
        height: 300px;
        /* background-size: cover; */
        /* background-position: left; */
    }
    .bg-header-gre img {
        display: none;
    }
    .gre-section1 .img-text-wrapper .text-wrapped {
        padding-left: 15px !important;
        padding-top: 30px;
    }
    .bg-header-ielts img {
        display: none;
    }
    .bg-header-ielts {
        background: url(../images/ielts-mobile.png);
        height: 300px !important;
        background-size: cover;
        background-position: left;
    }
    section .custom_heading1 {
        height: 79%;
        top: 11%;
    }
    .navigation-wrap {
        /* position: initial; */
        height: 64px;
        background: #fff !important;
    }
    .navigation-wrap.show {
        position: fixed !important;
    }
    .navigation-wrap.show .mobile-navi {
        background-color: #fff !important;
    }
    .pt-normal.show {
        padding-top: 64px !important;
    }
    .main-navi {
        display: none;
    }
    .mobile-navi {
        display: block;
    }
    .main-navi .col-12 {
        padding: 0 !important;
    }
    .dropdown-toggle::after {
        position: absolute;
        display: block;
        top: 10px;
        left: -23px;
        width: 1px;
        height: 11px;
        content: "";
        border: none;
        background-color: #000;
        vertical-align: 0;
        transition: all 200ms linear;
    }
    .dropdown-toggle[aria-expanded="true"]::after {
        transform: rotate(90deg);
        opacity: 0;
    }
    .dropdown-menu {
        padding: 0 !important;
        background-color: transparent;
        box-shadow: none;
        transition: all 200ms linear;
    }
    .dropdown-toggle[aria-expanded="true"]+.dropdown-menu {
        margin-top: 10px !important;
        margin-bottom: 20px !important;
    }
    .ielts-section1 .img-text-wrapper .ielts1-contPad p {
        padding-right: 15px;
        padding-top: 0 !important;
        padding-bottom: 30px;
    }
    .color-white.text-right {
        text-align: left !important;
        padding-top: 20px;
    }
    .understanding-ielts-section .img-text-wrapper .text-wrapped {
        padding-top: 30px;
    }
    .bg-header-msa img {
        display: none;
    }
    .bg-header-msa {
        background: url(../images/mainSubjectAnswers-mobile.png);
        height: 150px;
        background-size: cover;
        background-position: left;
    }
    .msanswers-bills .text-subject-content {
        padding-top: 20px;
        padding-left: 20px;
    }
    .section-margin.bg-green .col-lg-6 {
        text-align: center !important;
    }
    .bg-header-onlineClas img {
        display: none;
    }
    .bg-header-onlineClas {
        background: url(../images/onlineClassRoom-mobile.png);
        height: 300px;
        background-size: cover;
        background-position: left;
    }
    .onlineClassroomText-section .ocs-list h6 {
        position: relative;
        padding-left: 20px;
    }
    .onlineClassroomText-section .ocs-list ul {
        padding-left: 15px;
    }
    .parpText-section .ocs-list h6 {
        position: relative;
        padding-left: 25px;
    }
    .bg-header-sat2 {
        background: url(../images/sat2-mobile.png);
        height: 300px;
        background-size: cover;
        background-position: left;
    }
    .bg-header-sat2 img {
        display: none;
    }
    .sat2AboutSAT-section .img-text-wrapper .text-wrapped {
        padding-left: 15px !important;
        padding-top: 30px;
    }
    .sat2ImgReversed-section.imgReversed-section .text-wrapped1 {
        padding-left: 15px !important;
        padding-top: 30px;
    }
    .sat2ImgReversed-section.imgReversed-section .text-wrapped2 {
        padding-right: 15px !important;
        padding-bottom: 30px;
    }
    .sat2ImgReversed-section .pl-lg-5.pr-lg-5,
    .sat2-faqss .pl-lg-5.pr-lg-5 {
        text-align: center;
    }
    .bg-header-tacou img {
        display: none;
    }
    .bg-header-tacou {
        background: url(../images/terms-conditions-ofUse-mobile.png);
        height: 300px;
        background-size: cover;
        background-position: left;
    }
    .tacou-section1 .ocs-list h6 {
        position: relative;
        padding-left: 20px;
    }
    .tacou-section1 .ocs-list ul {
        padding-left: 25px;
    }
    .bg-header-tacImg img {
        display: none;
    }
    .bg-header-tacImg {
        background: url(../images/terms-conditions-mobile.png);
        /* height: 450px; */
        height: 300px;
        background-size: cover;
        background-position: left;
    }
    .gl-center .label {
        text-align: center;
        padding: 10px 0px;
    }
    .gl-center .label p {
        max-width: 100%;
    }
    .gl-center .grade-icon img {
        width: 80px;
    }
}

@media(max-width: 767px) {


    section.dotr-section.section-margin-both.text-themeColor.bg-grey.pb-3.hidden-on-mobile {
        display: none;
    }
    .hero-content .hero-contentp{
        padding-top: 15px;
    }

    .blue-imagee {
        display: none;
    }
    .works-image-wrapper{
        display: none;
    }

    section.section-margin.sat2AboutSAT-section.bg-grey{
        display: none;
    }
    .tsHead-title-our-tutor{
        font-size: 32px;
    }
    .btn-tutor-contact{
        min-width: 156px !important;
    }

    h2.title-heading2.custom_heading3.custom_heading4.mb-3{
        font-size: 25px;
        text-align: center;
        line-height: 30px;
        padding-top: 10px;
        padding-bottom: 10px;

    }
    .sat2-section .label{
        margin-bottom: 0px;
    }

    .pt-40{
        padding-top: 40px;
        padding-bottom: 10px;
    }

    .pt-50{
        padding-top: 50px;
        padding-bottom: 10px;
    }
    .display-image-none{
        display: none;
    }
    /* .pt-60px {
        padding-top: 1px;
    } */
    div.row-swap{
        display: flex;
        flex-direction: column;
    }
    [id$='-row'] {
        order: 2;
    }
    #first-row {
        order: 2;
    }
    #second-row {
        order: 1;
        padding-bottom: 25px;
    }

    .mts-bills .content-sec {
        min-height: auto;
    }
    .select-controls.w-25.m-auto.pt-4.select-width-define {
        width: 80% !important;
    }

    .testimonial-au .testimonial-wrapper{
        width: 85%;
        margin: 0px auto;
    }
    .text-subject-img img{
        max-height: 250px !important;
    }
    .testimonial .testimonial-wrapper{
        width: 85%;
        margin: 0px auto;
        color: black;
    }

    /* .testimonial-slider .owl-carousel .owl-loaded .owl-drag .slick-arrow.slick-arrow-right{
        position: absolute;
        top: calc(22%);
        right: 0px;
        z-index: 999;
        cursor: pointer;
        font-size: 80px;
    } */
    .testimonial-slider .slick-arrow.slick-arrow-right, .review-slider .slick-arrow.slick-arrow-right {
        position: absolute;
        top: calc(22%);
        right: 0px;
        z-index: 999;
        cursor: pointer;
        font-size: 80px;
    }

    .testimonial-slider .slick-arrow.slick-arrow-left,    .review-slider .slick-arrow.slick-arrow-left {
        position: absolute;
        top: calc(22%);
        left: -0px;
        z-index: 999;
        cursor: pointer;
        font-size: 80px;
    }
    .ts-carousell .slick-arrow.slick-arrow-left {
        position: absolute;
        top: calc(10%);
        left: 20px;
        z-index: 999;
        cursor: pointer;
        font-size: 80px;
    }

    .ts-carousell .slick-arrow.slick-arrow-right {
        position: absolute;
        top: calc(10%);
        right: 20px;
        z-index: 999;
        cursor: pointer;
        font-size: 80px;
    }

    .feature-wrapper .owl-dots {
        margin-top: 50px;
    }
    .testimonial {
        margin-top: 50px;
    }
    h1 {
        font-size: 38px;
    }
    .nav-item:after {
        display: none;
    }
    .nav-item::before {
        position: absolute;
        display: block;
        top: 15px;
        left: 0;
        width: 11px;
        height: 1px;
        content: "";
        border: none;
        background-color: #000;
        vertical-align: 0;
    }
    .dropdown-toggle::after {
        position: absolute;
        display: block;
        top: 10px;
        left: -23px;
        width: 1px;
        height: 11px;
        content: "";
        border: none;
        background-color: #000;
        vertical-align: 0;
        transition: all 200ms linear;
    }
    .dropdown-toggle[aria-expanded="true"]::after {
        transform: rotate(90deg);
        opacity: 0;
    }
    .dropdown-menu {
        padding: 0 !important;
        background-color: transparent;
        box-shadow: none;
        transition: all 200ms linear;
    }
    .dropdown-toggle[aria-expanded="true"]+.dropdown-menu {
        margin-top: 10px !important;
        margin-bottom: 20px !important;
    }
    body.dark .nav-item::before {
        background-color: #fff;
    }
    body.dark .dropdown-toggle::after {
        background-color: #fff;
    }
    body.dark .dropdown-menu {
        background-color: transparent;
        box-shadow: none;
    }
    .myaccordion .pnaels button.collapsed,
    .myaccordion .pnaels button:not(.collapsed) {
        font-size: 12px;
        line-height: 18px !important;
    }
    .myaccordion p,li {
        font-size: 16px;
        line-height: 22px;
    }
}

.cta-btn-section {
    padding: 1rem 0;
}

.cta-btn-section .title-heading {
    font-size: 34px;
    line-height: 48px;
    font-family: 'Philosopher', sans-serif;
    margin-bottom: 0;
    font-weight: 700;
    color: #7ec3b1;
}

@media(max-width: 550px) {
    .myaccordion .pnaels button:not(.collapsed) {
        margin-bottom: 20px;
    }
    .myaccordion .pnaels button {
        height: 45px;
    }
    .myaccordion .pnaels {
        margin-bottom: 15px;
    }
    .custom_heading3 {
        font-size: 32px !important;
    }
    .main-navi .navbar-brand {
        margin-right: 0 !important;
    }
    /* .hero-content {
        padding-top: 120px !important;
    } */
    .hero-anime-fix {
        /* bottom: 0px; */
        bottom: 40px;
    }
    .hero-content.show~.hero-anime-fix {
        bottom: -64px;
    }
    .footer-widget-content1 {
        padding-top: 20px;
    }
    /* .footer-widget h3,
    .footer-widget p,
    .footer-widget span {
        padding-left: 10px !important;
    } */
    .blue-item {
        max-width: 100%;
    }
    .Worksblue-section .row .col-lg-4:first-of-type,
    .Worksblue-section .row .col-lg-4:nth-of-type(2) {
        padding-bottom: 30px;
    }
    .main-navi .navbar-brand {
        margin-right: 0 !important;
    }
    .footer-widget-content1 {
        padding-top: 20px;
    }
    /* .footer-widget h3,
    .footer-widget p,
    .footer-widget span {
        padding-left: 10px !important;
    } */
    .related-subjects-section .row.text-center .col-md-4:nth-of-type(3),
    .related-subjects-section .row.text-center .col-md-4:nth-of-type(4) {
        margin-top: 40px;
    }
    .auth-bio-hide-on-mobilee .custom-card {
        display: block !important;
    }
    .author-detail .author-avatar{
        width: 100% !important;
    }

}

@media(max-width: 400px) {
    .hero-anime {
        height: 700px !important;
    }
    .hero-card .col-md-6 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .tutors-section-au .owl-item .slick-item {
        padding: 0 7px;
    }
    .company-logo img.company-logo {
        height: 30px;
        width: auto !important;
        margin: 0 8px 25px;
    }

    .hero-anime-fix {
        bottom: 0px;
    }
}

@media(max-width: 415px) {

    ul.ol-list.ml-lg-3 {
        margin-left: 29px;
    }
    section.home-tutors-section {
        margin-top: 440px;
        margin-bottom: 10px;
    }
    section .hero-card {
        padding: 30px 25px 40px;
        margin: 0 13px;
    }
    .card1-title {
        font-size: 25px;
    }
    #mts_referral_name_title {
        font-size: 1em;
    }
    #mts_referral_name_title span {
        font-size: 1em !important;
    }
    .hero-content .hero-title {
        font-size: 30px;
        line-height: 38px;
    }
}

@media(max-width: 400px) {
    section.home-tutors-section {
        margin-top: 510px;
    }
}

@media(max-width: 375px) {
    section .hero-card {
        padding: 40px 20px 40px;
    }
    .card1-title {
        font-size: 25px;
    }
    .navbar-brand img {
        height: 70px;
    }
    .whatsapp-btn {
        margin-left: 25px;
    }
    h4.tsHead-title {
        font-size: 32px;
    }
    .myaccordion .pnaels button {
        line-height: 20px !important;
        text-align: left;
    }
}

@media(min-width: 768px) and (max-width: 991px) {

    .tick-icon{
        padding-top: 1px;
        margin-right: 10px;
    }
    .collapse.navbar-collapse {
        margin-bottom: 30px !important;
    }
    .hero-anime .collapse.navbar-collapse {
        margin-bottom: 0px !important;
    }
    #first-row{
        margin: auto;
    }
    img.img-fluid.full-height-div{
        position: relative;
        transform: translateY(-50%);
        top: 58%;
    }
}

@media (min-width: 1200px) and (max-width: 1450px) {
    .hero-anime {
        background-position: 100% 70px;
        background-color: #f2f2f2;
    }
}

@media (min-width: 1451px) and (max-width: 1599px) {
    .hero-anime {
        background-position: 100% 20px;
        background-color: #f2f2f2;
    }
}

@media(min-width: 550px) and (max-width: 768px) {
    .blue-item-desc p {
        max-width: 70%;
        margin: auto;
    }
}

@media (min-width: 451px) and (max-width: 550px) {
    .hero-anime {
        height: 910px !important;
    }
}

@media (min-width: 401px) and (max-width: 450px) {
    .hero-anime {
        height: 840px !important;
    }
}

@media (min-width: 390px) and (max-width: 410px) {
    .section.home-tutors-section{
        margin-top: 440px !important;
    }
}

@media(min-width: 768px) {
    .footer-col-no-logo {
        margin-top: 85px;
    }
}

.collapsed-accord {
    background-color: white !important;
    margin-bottom: 0 !important;
    border-color: #102451 !important;
    box-shadow: none !important;
}

.default-page-content ul {
    list-style-type: disc;
    padding-left: 40px;
}

.blog-detail-content ul {
    list-style-type: disc;
    padding-left: 40px;
}

.blockquote cite {
    font-size: 14px;
    font-weight: 300;
}

.cta-btn h5{
    font-size: 18px;
    line-height: 30px;
    margin-top: 1em;
    margin-bottom: 0.7em;
}

.cta-btn hr {
    max-width: 24%;
}

.custom-blog-popup .modal-header {
    padding: 10px;
    padding-bottom: 0;
    border-bottom: none;
}

.custom-blog-popup .modal-body {
    padding-top: 0;
    padding-bottom: 30px;
}

.custom-blog-popup .button {
    border-radius: 5px;
    padding: 14px 20px;
    margin: 20px 0;
    display: inline-block;
    color: #fff;
    font-weight: 700;
    font-size: 1.25em;
    text-align: center;
    border: none;
    cursor: pointer;
}

.custom-blog-popup .cusombtn {
    background: #55a098;
}

.ocs-list1 h1 ol li {
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
}

.ocs-list h6 ol li {
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
}

blockquote {
    white-space: pre-wrap;      /* CSS3 */
    white-space: -moz-pre-wrap; /* Firefox */
    white-space: -pre-wrap;     /* Opera <7 */
    white-space: -o-pre-wrap;   /* Opera 7 */
    word-wrap: break-word;      /* IE */
}

.blog-detail-content h2 {
    margin-bottom: 0.9rem;
}

/*//Anx faxee*/
.customBlogPopupContent .private-form-section{
    padding: 15px 0;
    margin-bottom: 15px;
    border:0px;
    width:100;
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}
#blogPopupModal{
    z-index: 9999999;

    background: #0202027a;
}
@media (min-width: 768px){
    #blogPopupModal .modal-dialog {
        width: 600px;
        margin: 30px auto;
        max-width: 600px;
    }
   
}

.customBlogPopupContent label{
    color:#fff;

    max-width: 100%;
    margin-bottom: 5px;
    /* font-weight: 700; */
    padding-top: 0px;
    padding-bottom: 0px;
}

.customBlogPopupContent .error{
    color:#db2323 !important;
}

.customBlogPopupContent .countryCode {
    margin-right: 0px !important;
}
.customBlogPopupContent .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
#blogPopupModal .customBlogPopupContent{
    padding: 7% !important;
    background: #6abbb2 !important;
    -webkit-box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
    box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
    box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
}
.popup-signup-btn {
    background: #00d88d;
    border: none;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: -1px;
    margin-left: 16%;
    font-family: inherit;
    text-transform: inherit;
    padding-left: 30px;
    padding-right: 30px;
    color: #fff;
}
.d-sm-none{
        display:block !important;
    }
@media screen and (max-width: 768px){
    .popup-signup-btn {
        font-size: 25px;
        margin-left: 0%;
    }
     .d-sm-none{
        display:none !important;
    }
}

.modal-title_popup{
    color: #fff;
    text-align: center;
    color: #FFF;
    text-align: center;
    font-size: 35px;
    font-weight: bold;
}
.subjectTutors2-section4 .title-heading2 {

    color: #212529;
    font-family: 'Poppins';
    font-weight: 500;
}
.subjectTutors2-section4  ul {
    list-style-type: initial;
    display: inline-block;

}
.subjectTutors2-section4  ol {

    display: inline-block;

}
.tacou-section1 ul {
    list-style-type: none;


}

/*.tacou-section1 h3,.tacou-section1 h6{
        padding-left: 30px;
}
.tacou-section1 h3:before,h6:before {
    color: rgb(16, 36, 106);
    content: "";
    font-family: 'fontawesome';
    font-size: 14;
    margin-right: 1%;
    font-weight: 100;
    position: absolute;
     left: 55px; 
    top: 14px;
    left: 0px;
}*/



.nav-style   {
    border: 2px solid #2bd8ca;
    border-radius: 4px;
    padding: 0px 5px !important;
}
.main-sidebar-wrapper .panel-body ul {
    max-height: 200px;
    overflow-y: auto;
    height: auto;
}
.reviews-desktop{
    display:block;

}
.reviews-mobile{
    display: none;
}
@media(max-width: 768px) {
    .reviews-desktop{
        display:none !important;

    }
    .reviews-mobile{
        display: block !important;
    }
}

@media (min-width:769px) and (max-width:992px) {
    .custom-nav {
        margin-left: 15px !important;
    }
    .navbar-light .navbar-nav .nav-link.active {
        color: #000 !important;
    }
}

@media (min-width:552px) and (max-width:768px) {
    .hero-anime-fix {
        bottom: 15px !important;
    }
}

@media (max-width:400px) {
    .heroCard-section {
        margin-top: 85px !important;
    }
}

@media (max-width:768px) {
    .hero-anime .hero-anime-fix img  {
        background-color: #f2f2f2;
    }
}
