/* css for outer pages about, contact and other  */
/* about page  */
.banner-section img{
    width: 100%;
}

.about-title-section{
    padding: 1rem 0;

}
.about-title-container {
    display: flex;
    list-style-type: none;
    /* border: 4px solid var(--light-blue); */
    padding-left: 0;
    justify-content: space-evenly;
}
.about-title-container li{
    width: 20%;
    display: flex;
    margin-bottom: auto;
    justify-content: center;
    padding: 0.5rem 1.5rem;
    /* padding: 0.7rem; */
    font-size: 1.25rem;
    font-weight: 600;
    /* white-space: nowrap; */
}
.about-title-container li.active{
    background-color: var(--light-blue);
    border-radius: 1.875rem;;
}
.about-title-container li.active a{
    color: white;
}

/* genesis page design */
.about-intro-section{
    padding: 1rem 0;
}
.about-intro-section .abt-paragraph{
    width: 85%;
}
.about-intro-section .abt-paragraph.contact-page-para{
    width: 100%;
    text-align: left;
    margin-bottom: 0.5rem;
}
.csr-subheading{
    text-align: left;
    color: var(--light-blue);
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 160%;

}
.abt-heading{
    color: var(--yellow);
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 600;
    line-height: 160%; /* 4rem */
}
.abt-heading.super-head{
    color: var(--light-blue);
    font-size: 2rem;
}
.abt-paragraph{
    color: var(--text);
    margin: auto;
}
.genesis-section{
    padding: 2rem 0;
}
.abt-subheading{
    margin: 1.5rem 0 0.75rem 0;
    color: #0085F2;
    font-size: 1.625rem;
    font-weight: 600;
    letter-spacing: 0.0325rem;
}
.genesis-section .col-lg-6{
    margin: auto;
}
.genesis-section .col-lg-6.img-half img {
    margin: auto;
    /* justify-content: center; */
    /* align-items: center; */
    display: flex;
}
ul.abt-paragraph{
    list-style-type: none;
    padding-left: 0;
}
ul.abt-paragraph li{
    margin: 10px 0;
}

/* leadership page */
.leadership-team-section .col-lg-4{
    padding-right:0;
    padding-left: 0;
}
.leadership-team-section{
    /* padding: 4rem 0; */
}
.leadership-team-card{
    border-radius: 0.625rem;
    background: #DDE8A3;
    padding: 1.5rem;
    text-align: center;
    margin: 1.5rem;
    min-height: 24.5rem;
    border: 1px solid transparent;
}
.leadership-team-card .member-name{
    margin-top: 1rem;
    color: var(--black);
    font-size: 1.5rem;
    font-weight: 600;
}
.leadership-team-card .member-designation{
    color: var(--black);
    font-size: 1.25rem;
    font-weight: 500;
}
.leadership-team-card img{
    transition: transform .5s;
}
.leadership-team-card:hover img{
    transform: scale(1.1)
}
.leadership-team-card:hover {
    border: 1px solid #c4d27e;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}
.leadership-pop .modal-content{
    padding: 2rem;
}
.leadership-pop .pop-up-team-name{
    text-align: center;
    color: #002147;
    font-family: Poppins;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.leadership-pop .pop-up-team-designation{
    text-align: center;
    color: var(--yellow);
    font-size: 0.875rem;
    font-weight: 500;
}
.leadership-pop .pop.btn-close{
    position: absolute;
    top: 1rem;
    right: 1rem;
}
.leadership-pop .member-msg{
    color: var(--black);
    text-align: justify;
    font-size: 1.125rem;
    font-weight: 400;
    margin-bottom: 0;
}
.leadership-pop .msg-half{
    display: flex;
    margin: auto;
}

/* advisory board design  */
.advisory-board-section .col-lg-4{
    padding-right:0;
    padding-left: 0;
}
.advisory-board-section{
    /* padding: 4rem 0; */
}
.advisory-board-card{
    border-radius: 0.625rem;
    background: #E6E6E6;
    padding: 1.4rem;
    text-align: center;
    margin: 1.5rem;
    min-height: 22rem;
    border: 1px solid transparent;
}
.advisory-board-card .member-name{
    margin-top: 1rem;
    color: var(--black);
    font-size: 1.5rem;
    font-weight: 600;
}
.advisory-board-card img{
    transition: transform .5s;
}
.advisory-board-card:hover img{
    transform: scale(1.1)
}
.advisory-board-card:hover {
    border: 1px solid #d7d7d7;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}
.advisory-pop .modal-content{
    padding: 2rem;
}
.advisory-pop .pop-up-team-name{
    text-align: center;
    margin-top: 1rem;
    color: #002147;
    font-size: 1.125rem;
    font-weight: 600;
}
.advisory-pop .pop.btn-close{
    position: absolute;
    top: 1rem;
    right: 1rem;
}
.advisory-pop .member-msg{
    color: var(--black);
    text-align: justify;
    font-size: 1.125rem;
    font-weight: 400;
    margin-bottom: 0;
}
.advisory-pop .msg-half{
    display: flex;
    margin: auto;
}

/* why m-tutor */

.why-mtutor-section .col-lg-4{
    padding-right:0;
    padding-left: 0;
}
.why-mtutor-section{

}
.why-mtutor-feature-card{
    margin: 1rem;
    padding: 1rem;
    border-radius: 0.625rem;
    background: var(--white);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    min-height: 22rem;
    /* margin: auto; */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.why-mtutor-feature-card .why-mtutor-heading{
    color: var(--black);
    font-size: 1.375rem;
    font-weight: 600;
    line-height: 1.8125rem;
    letter-spacing: -0.0275rem;
}
.why-mtutor-feature-card .why-mtutor-description{
    color: var(--black);
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.8125rem;
    letter-spacing: -0.0275rem;
}
.why-mtutor-feature-card:hover {
    transform: scale(1.1);
    /* border: 1px solid #0085f2; */
}
.why-mtutor-feature-card:hover .why-mtutor-heading {
    color: #0085f2;
}
/* contact page design */
.contact-form-section{
    padding: 2rem 0;
}
.contact-form-section label{
    color: #0E1133;
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 0.9rem;
}
.contact-form-section .input-container-inner{
    border-radius: 0.375rem;
    border: 1px solid #003286;
    padding: 1rem;
}
.contact-form-section .input-container-inner img{
    margin-right: 10px;
}
.input-container-outer.input-textarea{
    /* margin: 1.5rem 0; */
}
.input-container-outer{
    margin: 10px;
}
.input-container-outer.input-textarea textarea, .input-container-outer.input-textarea textarea:focus, .input-container-outer.input-textarea textarea:hover, .input-container-outer.input-textarea textarea:active, .input-container-outer.input-textarea textarea:focus-visible {
    border: none;
    outline: none;
    /* display: flex;
    margin: auto; */
    align-items: start;
    justify-content: center;
}
.input-container-outer.input-textarea .input-container-inner{
    display: flex;
    align-items: baseline;
}
input{
    width: 90%;
}
textarea {
    width: 100%;
}
.submit-btn{
    background-color: var(--light-blue);
    border-radius: 0.25rem;
    padding: 0.75rem 1.5rem;
    color: var(--white);
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.03125rem;
    text-transform: uppercase;
    margin: 10px;
}

.contact-address-card{
    /* margin-left: 1rem; */
    background: #003286;
    border-radius: 5px;
}
.contact-address-card .contact_right_head{
    padding: 10px;
    background: #002147;
}
.contact-address-card .contact_right_head .white_head_1{
    color: #fff;
    font-family: poppins;
    font-size: 18px;
    font-weight: 600;
}
.contact-address-card .contact_right_two{
    color: #fff;
    padding: 1rem;
}
.contact-address-card .contact_right_two p{
    margin-bottom: 0;
    font-size: 16px;
}
.contact-address-card .contact_right_two p span{
    font-weight: 600;
}
.contact-card-devider{
    border-bottom: 1px dashed #dddd;
    opacity: 1;
}
.contact-address-card .contact_right_two p a{
    font-weight: 500;
    color: #ddd;
}
.contact-address-card .contact_right_two p a:hover{
    cursor: pointer;
    color: #fff;
}
.contact-global-map-container{
    
}
.contact-global-map-container h5{
    font-weight: 600;
}
.contact-global-map-container iframe {
    border: 1px solid #0E1133;
    border-radius: 10px;
    
}
.map-container{
    padding: 5px;
}








/* career page design */
.opportunity-selection-section{
    padding: 2rem 0;
}
.black-heading{
    color: var(--black);
    font-size: 1.625rem;
    font-weight: 600;
    line-height: 180%;
}
.opportunity-selection-section select {
    border-radius: 0.625rem;
    border: 1px solid #003286;
    /* background: #DEDEDE; */
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    width: 95%;
    padding: 1rem;
    word-wrap: normal;
    color: #072655;
    font-size: 1.125rem;
    font-weight: 600;
}
.opportunity-selection-section select:focus, .opportunity-selection-section select:active{
    outline: none;
}
.opening-section{
    padding: 2rem 0;
}
.opening-heading{
    color: #003286;
    font-family: Poppins;
    font-size: 1.625rem;
    font-style: normal;
    font-weight: 600;
    line-height: 180%; /* 2.925rem */
}
.opening-description {
    color: var(--black);
    font-family: Poppins;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.5rem;
    
}
.career-more-btn{
    margin-bottom: 2rem;
    background-color: #003286;
    border-radius: 0.25rem;
    padding: 0.4rem 0.75rem;
    color: var(--white);
    font-size: 0.9rem;
    font-weight: 600;
    border: 2px solid #003286;
}
.career-more-btn:hover, .career-more-btn:active{
    background-color: #fff;
    color: #003286;
}
/* career modal design */
.career-modal-content{
    padding: 1rem;
}
.career-modal-content ul li, .career-modal-content p{
    font-size: 0.9rem;
}
.career-modal-content h4{
    font-size: 1.25rem;
}
.career-modal .modal-content{
    background-color: #f6f1fd;
}

/* our courses page design */
.our-courses-section{
    padding: 2rem 0;
}
.our-courses-section .our-courses-card{
    text-align: center;
    padding: 2rem;
    margin: 1rem;
    border-radius: 0.61rem; 
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.25);
    border: 1px solid transparent;
}
.our-courses-section .our-courses-card .course-name{
    color: #181818;
font-size: 1.25rem;
font-weight: 600;
margin-top: 15px;
}
.our-courses-section .our-courses-card .course-description{
    color: #565872;
text-align: center;
font-size: 1rem;
font-weight: 400;
margin-bottom:0;
}
.our-courses-card:hover{
    border: 1px solid #0085f2;
}

/* .why-mtutor-feature-card:hover {
    transform: scale(1.1);
    border: 1px solid #0085f2; 
}
.why-mtutor-feature-card:hover .why-mtutor-heading {
    color: #0085f2;
} */





/* course brach page */
.course-branch-section{
    padding: 2rem 0;
}
.course-branch-section .course-branch-card{
    display: flex;
    border-radius: 0.625rem;
    background: #FFF;
    box-shadow: 0px 0px 10px 0px rgba(30, 30, 30, 0.25);
    margin: 1rem;
    padding: 1rem;
    align-items: center;
}
.course-branch-section .course-branch-name{
    margin-left: 20px;
    color: #072655;
    text-align: center;
    font-family: Poppins;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    margin-bottom: 0;
}
.thought-main-section{
    background: url(../image/common/blog-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}
.thought-heading{
    color: #1363DF;
    position: relative;
font-size: 2.4rem;
font-style: normal;
font-family: Fira Sans;
font-weight: 600;
line-height: 100%;
}
.thought-back-btn{
    position: relative;
    cursor: pointer;
    left: 0;
    top: -2px;
}
.breadcrumb a {
    color: #646464;
    font-weight: 600;
}
.breadcrumb .highlight {
    color: #1363DF;
    font-weight: 600;
}
.thought-card-container{
    display: grid;
    grid-template-columns: auto auto;
    padding: 10px;
}
.thought-card-container a {
    /* width: 350px; */
    width: auto;
    height: 350px;
    background: red;
    margin: 0 2.5rem;
}
.thought-card-container a {
    /* width: 350px;
    height: 350px; */
    margin: 0 2.5rem;
    position: relative;
    padding: 1.5rem;
}
.thought-card-img{
    position: absolute;
    bottom: 8rem;
    left: 2rem;
    transition: width 1s, height 1s, transform 1s;

}
.thought-card:hover .thought-card-img {
    transform: rotate(180deg);
}
.thought-card-title{
    position: absolute;
    top: 17rem;
    left: 2rem;
    color: var(--white);
    text-transform: uppercase;
    font-size: 1.5rem;
    font-weight: 600;
}
.thought-card-container a:nth-child(even) {
    margin-top: 5rem;
}
.thought-card-container a:nth-child(odd) {
    margin-top: 0;
}

.thought-card-plus-img{
    right: 1.5rem;
    top: 17rem;
    position: absolute;

}
.thought-card.mech-engg{
    background: url(../image/thought-category/mech-engg.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.thought-card.electrical-engg{
    background: url(../image/thought-category/elec-engg.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.thought-card.comp-engg{
    background: url(../image/thought-category/comp-engg.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.thought-card.civil-engg{
    background: url(../image/thought-category/civil-engg.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.thought-card.ecomm-engg{
    background: url(../image/thought-category/ecomm-engg.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.thought-card.it-engg{
    background: url(../image/thought-category/it-engg.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.thought-subs-container{
    border-radius: 50px;
    border: 1px solid #868686;
    padding: 10px 10px 10px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.thought-subs-container input{
    background: transparent;
}
.thought-subs-container .thought-subs-btn{
    padding: 10px;
    background-color: #0085F2;
    border-radius: 50%;
}
.thought-load-more-btn{
    display: flex;
    align-items: center;
    justify-content: center;
}
.thought-load-more-btn button{
    border-radius: 4px;
    background: #FF559A;
    border: 2px solid #FF559A;
    padding: 10px 15px;
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
}
.popular-article-card{
    padding: 10px;
}
.popular-article-card img{
    width: 100%;
}
.popular-article-card .popular-article-heading{
    margin-top: 1rem;
    color: #000;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.875rem;
}
.popular-article-details{
    color: #3D3D3D;
    font-size: 1rem;
}
.popular-article-card .popular-article-details .date{
    color: #3D3D3D;
    font-size: 1rem;
    font-weight: 500;
}
.popular-article-card .popular-article-details .category a{
    color: #1363DF;
    font-family: Poppins;
    font-size: 0.8rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.38125rem; /* 184.167% */ 
}
.popular-article-card .popular-article-details .time{
    color: #FF559A;
    font-size: 0.9rem;
    font-weight: 600;
}
.popular-article-card p{
    color: #3D3D3D;
    font-family: Poppins;
    text-align: justify;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.59375rem; /* 159.375% */
    margin-bottom: 10px;
}
.popular-article-card .read-more-btn{
    color: #000;
    font-family: Poppins;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 0.875rem; /* 100% */
}
.autor-section{

}
.author-section .author-img{
    margin: 1rem 0;
}
.author-section .author-title{
    color: #000;
    font-size: 1.25rem;
    font-weight: 800;
    line-height: 1.5rem;
}
.author-section .author-description{
    color: #3D3D3D;
text-align: center;
font-family: Poppins;
font-size: 0.9375rem;
font-style: normal;
font-weight: 400;
line-height: 1.59375rem; /* 170% */
}
.horizon-banner{
    max-width: 100%;
}
.left-heading{
    margin: 2rem 0 1rem 0;
    color: #000;
    font-family: Fira Sans;
    font-size: 1.25rem;
    font-weight: 800;
    line-height: 1.5rem;
}
.popular-category-card{
    position: relative;
    justify-content: center;
    display: flex;
    margin: 1rem 1rem;
}
.popular-category-card img {
    width: 100%;
}
.popular-category-title{
    position: absolute;
    bottom: 10%;
    color: var(--white);
    font-size: 1rem;
    font-weight: 700;
    transition: 2s transform;
}
.popular-category-title:hover{
    transform: scale(1.5);
}
.subscribe-container{
    display: flex;
}
a.subscribe-btn-thought {
    padding: 8px 15px;
    margin: 5px;
    width: auto;
    background: #F5F5F5;
    color: #333;
    font-size: 0.75rem;
    font-weight: 600;
}
a.subscribe-btn-thought img {
    margin-right: 0.5rem;
}
.popular-article-section{
    margin-top: 20px;
}
a .popular-article-heading-right{
    color: #000;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5rem;
}
.popular-article-date-right{
    color: #3D3D3D;
    font-size: 0.8125rem;
    font-weight: 400;
    line-height: 0.8125rem;
}
.popular-article-img-right{
    width: 100%;
}
/* .popular-article-row-right{
    margin-bottom: 2rem;
} */
.popular-article-row-right:not(:last-of-type){
     margin-bottom: 1rem;
}
.advertisement-section img{
    width: 100%;
}

.col-lg-4.thought-right-half{
    padding-left: 2rem;
    border-left: 1px solid #c5c5c5;
}
.about-intro-section.about-intro-section-back-btn .container{
    position: relative;
}
.about-intro-section.about-intro-section-back-btn .back-btn{
    position: absolute;
    top: 1rem;
}

/* thought single page design */
section.thought-single-main-section .container .col-lg-10 {
    margin: auto;
}
.thought-single-main-section .post-title{
    color: #1363DF;
text-align: center;
font-family: Fira Sans;
font-size: 3rem;
font-style: normal;
font-weight: 700;
line-height: 4.668rem; /* 155.6% */
}
.thought-single-main-section .post-details{
    margin: 2rem auto;
    width: 50%;    
}
.thought-single-main-section .post-details hr{
    margin: 10px;
}
.thought-single-main-section .post-details .post-date, .thought-single-main-section .post-details .post-category-name{
    color: #646464;
    font-size: 0.875rem;
    font-weight: 400;
    margin-bottom: 0;
}
.thought-single-main-section .post-image{
    width: 100%;
    margin-bottom: 2rem;

}
.thought-single-main-section .post-paragraph{
    color: #3D3D3D;
font-size: 1rem;
font-weight: 400;
line-height: 1.6rem;
text-align: justify;
}
.thought-single-main-section .post-tag-division{
    margin-top: 2rem;
}
.thought-single-main-section .post-tag-division .post-tags{
    color: #5A5959;
    font-size: 0.875rem;
    font-weight: 400;
    margin-bottom: 0;
}
.thought-single-main-section .post-tag-division .post-tags span, .thought-single-main-section .share-post-division span{
    color: #3D3D3D;
    font-size: 1rem;
    font-weight: 700;
}
.share-post-division{
    display: flex;
    justify-content: center;
}
.thought-single-main-section .share-post-division .share-on-social-icon{
    list-style-type: none;
    display: flex;

}
.thought-single-main-section .share-post-division .share-on-social-icon li{
    margin: 0 0.75rem;
}
.thought-single-main-section .tag-share-seperator{
    margin: 1rem 0;
}
.thought-single-main-section .post-author-division{
    margin: 1.5rem 0;
}
.thought-single-main-section .post-author-division .author-name{
    color: #000;
    margin-top: 1rem;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.5rem;
    font-family: Fira Sans;

}
.thought-single-main-section .post-author-division .author-details{
    color: #3D3D3D;
    text-align: center;
    font-size: 0.9375rem;
    font-weight: 400;
}
.thought-single-main-section .post-next-prev-section hr{
    margin: 1.5rem 0;
}
.thought-single-main-section .pre-next-container{
    list-style-type: none;
    display: flex;
    justify-content: space-around;
    padding: 0;
}
.thought-single-main-section .pre-next-container li a{
    color: #3D3D3D;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.7rem; /* 170% */
}
.thought-single-main-section .comment-section{
    margin: 2rem 0;
}
.thought-single-main-section .comment-section .related-post-heading, .thought-single-main-section .comment-form-section .leave-comment-heading, .thought-single-main-section .related-post-section .related-post-heading{
    text-align: left;
    color: #000;
    font-size: 1.5625rem;
    font-weight: 700;
    line-height: 3rem;
}
.comment-card{
    padding: 1rem 0;
    display: flex;
}
.comment-card img{
    width: 4rem;
    height: 4rem;
}
.thought-single-main-section .related-post-section .related-post-heading{
    text-align: left;
    /* border: 1px solid red; */
}
.thought-single-main-section .comment-details-container{
    margin-left: 1rem;
    text-align: left;
}

.thought-single-main-section .comment-writter-name{
    color: #000;
font-family: Fira Sans;
font-size: 1rem;
font-style: normal;
font-weight: 600;
line-height: 1.2rem; /* 120% */
}
.thought-single-main-section .comment{
    color: #3D3D3D;
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.59375rem;
}
.thought-single-main-section .date-time-reply-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.thought-single-main-section .comment-date-time{
    color: #989898;
    font-family: Fira Sans;
    font-size: 0.875rem;
    font-weight: 400;
    margin-bottom: 0;
}
.thought-single-main-section button{
        border-radius: 0.75rem;
        border: 1px solid #ECECEC;
        color: #000;
        font-family: Fira Sans;
        font-size: 0.8125rem;
        font-weight: 700;
        padding: 0.3rem 1rem;
        background: transparent;

}
.thought-single-main-section .comment-form-section{
    margin: 2rem 0;
    text-align: left;


}
.input-container.comment-name{
    padding-right: 1rem !important;
}
.input-container.comment-email{
    padding-left: 1rem !important;
}
.input-container textarea{
    height: 5rem;
}

.thought-single-main-section .comment-input{
    width: 100%;
}
.thought-single-main-section .input-container{
    padding: 1rem 0;
}
.thought-single-main-section .comment-input{
    border: none;
    outline: none;
    border-bottom: 1px solid black;
    padding: 10px 0;
}
.thought-single-main-section .col-12.post-btn-container{
    padding: 2rem 0;
}
.thought-single-main-section .post-btn{
    margin: 2rem 0;
    padding: 0.75rem 2rem;
    border-radius: 0.25rem;
    background: #000;
    color: #FFF;
font-family: Fira Sans;
font-size: 0.875rem;
font-style: normal;
font-weight: 500;
line-height: 0.875rem; /* 100% */
text-transform: uppercase;
}
.thought-single-main-section .comment-section {
    margin: 2rem 0;
}
.thought-single-main-section .related-post-card{
    margin: 1rem;
}
.thought-single-main-section .related-post-card img{
    width: 100%;
}
.thought-single-main-section .related-post-title{
    margin-top: 1rem;
    color: #000;
    font-family: Fira Sans;
    font-size: 1.25rem;
    font-weight: 700;
}


/* mtutor for business page design */
.business-features-section .feature-card{
    border-radius: 10px;
    border: 1px solid #1363DF;
    background: #FFF;
    padding: 1rem;
    margin: 1rem;
}
.business-features-section .feature-card p{
    margin: 1rem 2rem;
    color: #1363DF;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
}
.busniess-heading{
    color: #1363DF;
    font-family: Poppins;
    font-size: 24px;
    font-weight: 600;
    margin: 1rem;
}
.why-mtutor-business-section .why-us-business-card{
    border-radius: 10px;
    background: rgba(0, 133, 242, 0.50);
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}
.why-mtutor-business-section .why-us-business-card:nth-of-type(1){
    margin: 1rem;

}
.why-mtutor-business-section .why-us-business-card h4{
    color: #000;
    text-align: center;
    font-family: Fira Sans;
    font-size: 16px;
    font-weight: 500;
}

.companies-use-mt-section .company-card {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border: 1px solid #0085F2;
    background: #FFF;
    margin: 1rem;
    padding: 1rem;
}
.for-business-intro-section{
    padding: 3rem 0 0 0;
}
.mt-for-business-highlighted-section{
    padding: 2rem 0;
    background: #FDC800;
    text-align: center;
}
.mt-for-business-highlighted-section p{
    color: #000;
text-align: center;
font-family: Poppins;
font-size: 22px;
font-style: normal;
font-weight: 600;
line-height: 160%;
letter-spacing: 0.5px;
}
.mt-for-business-highlighted-section h3{
    color: #000;
font-family: Poppins;
font-size: 28px;
font-style: normal;
font-weight: 600;
line-height: 125%;
letter-spacing: 0.5px;
}
.mt-for-business-highlighted-section h3 a{
    color: #000;
    text-decoration: underline;
}







/* book demo page design */
.book-demo-pointer-section{
    
}
.book-demo-pointer-section .pointer-listing{
    width: 75%;
    padding: 1rem 0 0 2rem;
    margin: auto;
    color: #0085F2;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 400;
}

.book-demo-pointer-section .pointer-listing li{
    line-height: 3rem;
    letter-spacing: 0.36px;
}

.sign-input-container textarea{
    background: transparent;
    width: 100%;
    border: none;
    outline: none;
}


/* book demo success page design */
.book-demo-success-section{
    background: url(../image/banners/success-page-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 4rem 0;
}
.book-demo-success-section .success-orange-section{
    background: #F48C06;
    text-align: center;
    padding: 1rem 0;
}
.book-demo-success-section .success-orange-section h3{
    margin-bottom: 0;
    color: #FFF;
    font-family: Poppins;
    font-size: clamp(1rem, 2.5vw, 2rem);
    font-weight: 600;
    text-transform: capitalize;
}
.book-demo-success-section .content-card{
    border-radius: 20px;
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.20);
    backdrop-filter: blur(6px);
    padding: 1rem;
    color: #fff;
    text-align: justify;
}
.demo-success-btn{
    text-align: center;
}
.demo-success-btn button{
    border-radius: 4px;
    background: #FFF;
    border: 1px solid #fff;
    padding: 0.75rem 2rem;
    color: #0085F2;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
.demo-success-btn button:hover{
    background: transparent;
    color: #fff;
}



/* faq page design */
.faq-section .nav-link{
    display: flex;
    justify-content: space-between;
    padding: 1.25rem 1rem;
    border: 1px solid;
    margin-bottom: 1rem;
    background: #0085F2;
    color: #fff;
    font-family: Rubik;
    font-size: 20px;
    font-weight: 500;

}
.faq-section .nav-pills .nav-link.active,.faq-section .nav-pills .show>.nav-link{
    background: var(--yellow);
    color: #fff;
}
.faq-section .accordion-button{
    color: #F48C06;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 600;
    border-radius: 5px;
}
.faq-section .accordion-item{
    margin-bottom: 10px;
    box-shadow: 0px 1px 19.9px -2px rgba(0, 0, 0, 0.10);
}
/* .faq-section .accordion-button:not(.collapsed){
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0px 1px 19.9px -2px rgba(0, 0, 0, 0.10);
} */
 .faq-section .accordion-button:not(.collapsed) {
    color: #0085F2;
    background-color: none;
    box-shadow: none;
}

/* buy page design */
.search-course-selection-section{
    margin: 2rem 4rem;
    background: #FFF;
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.10);
    padding: 2rem 0 2rem 0;
}
.search-course-selection-section.without-banner{
    margin: 0 0 2rem 0;
    background: #FFF;
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.10);
    padding: 2rem 0 2rem 0;
}
.search-course-selection-section .search-heading{
    color: #192330;
text-align: center;
font-family: Fira Sans;
font-size: 38px;
font-style: normal;
font-weight: 600;
/* text-transform: uppercase; */
margin-bottom: 10px;
}
.search-course-selection-section label{
    color: #9CA4AB;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;

}
.search-course-selection-section .course-search-container{
    display: flex;
    align-items: end;
    justify-content: center;
}
.search-course-selection-section .course-search-btn{
    border: 2px solid #FFD910; 
    width: 95%;
    padding: 0.9em;
    border-radius: 4px;
    background-color: white;
    color: #192330;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}
.search-course-selection-section select.minimal{
    width: 95%;
    padding: 0.9em 3.5em 0.9em 1em;
}
.buy-subject-card{
    margin: 12px;
    position: relative;
}
.buy-subject-card:hover {
    box-shadow: 5px 5px 20px 10px #ccc;
}
.buy-subject-card img{
    max-width: 100%;
}
.buy-subject-card .detail-container{
    background-color: white;
    padding: 1rem;
}
.buy-subject-card .sub-pricing{
    color: #FFD910;
font-family: Fira Sans;
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: 21.6px; /* 90% */
text-transform: uppercase;
}
.buy-subject-card .sub-pricing span{
    color: #9CA4AB;
font-family: Fira Sans;
font-size: 18px;
font-style: normal;
font-weight: 600;
text-decoration-line: strikethrough;
text-transform: uppercase;
}
.buy-subject-card .sub-title{
    color: #192330;
font-family: Fira Sans;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 23.4px; /* 130% */
text-transform: uppercase;
}
.buy-subject-card .add-to-cart-btn{
    border: 2px solid #FFD910;
    background-color: #fff;
    padding: 0.7em;
    width: 100%;
    color: #192330;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 700;
    /* letter-spacing: 1.6px; */
    text-transform: uppercase;
}
.buy-subject-card .add-to-cart-btn:hover{
    background-color: #FFD910;
}
.buy-subject-card .add-to-cart-btn.disabled{
    border: 2px solid #b0b0b0;
    background-color: #d2d2d2;
    padding: 0.7em;
    width: 100%;
    color: #707070;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    cursor: auto;
    font-weight: 700;
    /* letter-spacing: 1.6px; */
    /* text-transform: uppercase; */
}
.buy-subject-card .buy-now-offer-container{
    position: absolute;
    top: 10px;
    padding: 5px 10px;
}
.buy-now-offer-container p{
    color: #192330;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
}
.buy-now-offer-container.top-sale{
    background: #FFD910;  
}
.buy-now-offer-container.off-deal{
    background: #F44336;  
    color: #fff;
}
.buy-now-offer-container.off-deal p{
    color: #fff;
}

/* cart page design */
.cart-container{
    background: #FDC800;
    border-radius: 10px;
    margin: 15px;
    padding: 2rem;
}
.cart-container .cart-title{
    color: #000;
    font-family: Poppins;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    margin-bottom: 1rem;

}
.cart-container .cart-product-container{
    background-color: var(--white);
    border-radius: 10px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 10px 0;
    margin-bottom: 1.5rem;
}
.cart-container .title-price-container{
    align-items: center;
    margin: auto 0;
}
.cart-container .product-title{
    color: #0085F2;
    /* text-align: center; */
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 133.333% */
    /* letter-spacing: 1.3px; */
    /* text-transform: uppercase;  */
    margin-bottom: 10px; 
}
.cart-container .product-pricing{
    color: #000;
    font-family: Poppins;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    /* letter-spacing: 1.6px; */
    /* text-transform: uppercase; */
    margin: 10px 10px auto 0;
}
.checkout-btn-container{
    justify-content: center;
    display: flex;
}
.checkout-btn{
    border-radius: 4px;
    background: #1363DF;
    border: none;
    color: #FFF;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    /* letter-spacing: 0.5px; */
    text-transform: uppercase;
    display: flex;
    align-items: center;
    padding: 0.55rem 2rem;
}
.checkout-btn span{
    font-size: 22px;
    font-weight: 600;
}


/* checkout page design */
.checkout-detail-section{
    padding: 4rem 0;
}
.checkout-detail-section .user-detail-heading{
    color: #000;
    font-family: Fira Sans;
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
}
.user-detail-form{
    margin-right: 3rem;
}
.user-detail-form .sign-btn{
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 15px;
    font-weight: 600;
}
.checkout-container{
    border-radius: 10px;
    background: #1363DF;
    padding: 3rem;
}
.checkout-container .checkout-title{
    color: #FFF;
    font-family: Poppins;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}
.checkout-container table{
    color: #fff;
    width: 100%;
}
.checkout-container table td{
    padding: 0.5rem;
}
.checkout-container table tr td:first-of-type, .checkout-container table tr td:nth-of-type(2){
    color: #FFF;
font-family: Poppins;
font-size: 18px;
font-weight: 300;
line-height: 24px;
/* letter-spacing: 1.6px; */
}
.checkout-container table tr td:last-of-type{
    color: #FFF;
text-align: center;
font-family: Poppins;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 24px; /* 109.091% */
/* letter-spacing: 1.6px; */
}
.checkout-container .coupon-title{
    text-align: left;
    color: #FFF;
font-family: Poppins;
font-size: 22px;
font-style: normal;
font-weight: 700;
line-height: 24px; /* 109.091% */
/* letter-spacing: 1.6px; */
}
.checkout-container .coupon-container{
    border-radius: 10px;
    background: #FFF;
    display: flex;
    padding: 10px;
    /* margin-left: 30%; */
}
.checkout-container .coupon-container button{
    border-radius: 10px;
background: #000;
color: #FFF;
text-align: center;
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 150% */
letter-spacing: 1.6px;
text-transform: uppercase;
padding: 2px 15px;
}

.policy-card p, .policy-card ul li{
    font-size: 16px;
    text-align: justify;
    line-height: 150%;
}
.policy-card ul{
    padding-left: 2rem;
}
.policy-card h5{
    font-weight: 700;
    font-size: 18px;
}
.business-mail-wordwrap{
    display: none;
}


/* participating univercities page design */
.university-cards{
    border-radius: 10px;
    border: 1px solid #4F73FB;
    background: #FFF;
    margin: 10px;
    padding: 1rem;
    height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.university-cards p{
    margin: 10px 0 0 0;
    color: #000;
    text-align: center;
    font-family: "rubik";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: 0.5px;
    }

/* sucess story page design */

.ss-column {  
    display: none; 
}
.show {
  display: block;
}
.ss-filter-container{
    justify-content: center;
    display: grid;
    grid-template-columns: 160px 160px 160px 160px;
    gap: 1rem;
    margin-bottom: 2rem;
}
.ss-filter-container .btn{
    border-radius: 3px;
    border: 1px solid #CECECE;
    background: #F9F9F9;
    padding: 10px;
    color: #265073;
    font-size: 16px;
    font-weight: 500;
}
.ss-filter-container .btn.active, .ss-filter-container .btn:hover,
.ss-filter-container .btn:focus, .ss-filter-container .btn:active{
    border-radius: 3px;
    border: 1px solid #265073;
    background: #265073;
    padding: 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}
.success-story-card{
    border-radius: 10px;
    background: var(--color-white-solid, #FFF);
    box-shadow: 0px 0px 10px rgba(38, 80, 115, 0.20);
    border: 1px solid #265073;
    margin: 1rem;
}
.success-story-card .ss-client-details{
    padding: 1rem;
    display: flex;
    align-items: start;
    gap: 10px;
    background: #265073;
    color: #fff;
    border-radius: 10px 10px 0 0;
}
.success-story-card .ss-client-details img{
    border-radius: 10px;
    max-width: 75px;
}
.success-story-card .ss-client-details h4{
    color: #FFF;
    font-family: "rubik";
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}
.success-story-card .ss-client-details h6{
    color: #FFF;
    font-family: "poppins";
    font-size: 15px;
    font-weight: 500;
    line-height: 140%;
}
.success-story-card .ss-client-words{
    border-radius: 0px 0px 10px 10px;
    background: #FFF;
    padding: 1rem;
}
.success-story-card .ss-client-words p{
    color: #000;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    text-align: justify;
    line-height: 150%;
    margin-bottom: 0;
    min-height: 145px;
}

/* gallery page design */
.row-gallery {
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 1rem;
    height:min-content;
  }

  .gallery-item {
    cursor: pointer;
    transition: transform 0.3s ease;
    position: relative;
    width: 100%;
    height: 250px;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
  }
  .gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

  /* Gradient overlay with description */
  .gallery-item:hover .gallery-overlay {
    opacity: 1;
  }

  .gallery-overlay {
    background: linear-gradient(#b0c0ff56, #0d6efd);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;      
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    font-size: 14px;
    padding: 5px;
    text-align: center;
  }

  /* Lightbox styling */
  .our-courses-section .lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    align-items: center;
    justify-content: center;
  }

  .our-courses-section .lightbox .lightbox-content {
    position: relative;
    /* max-width: 80%; */
    max-height: 80%;
  }

  .our-courses-section .lightbox .lightbox-image {
    width: 100%;
    height: auto;
  }

  .our-courses-section .lightbox .close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 36px;
    color: white;
    cursor: pointer;
  }

  .our-courses-section .lightbox .lightbox-controls {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0;
  }

  .our-courses-section .lightbox .control-btn {
    background: rgba(255, 255, 255, 0.7);
    border: none;
    padding: 10px;
    font-size: 24px;
    cursor: pointer;
    color: black;
  }

  .our-courses-section .lightbox .control-btn:hover {
    background: rgba(255, 255, 255, 1);
  }

/* newsroom pages design */
.newsroom-card {
    border-radius: 10px;
    background: #265073;
    margin: 1rem;
    border: 1px solid #265073;
    padding: 1rem;
    /* box-sizing: border-box; */
    position: relative;
    cursor: pointer;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 1rem;
    justify-content: space-between;
    min-height: 120px;
}        
.newsroom-card h4.nr-date{
    color: #FFF;
    font-family: "rubik";
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.newsroom-card p{
    color: #fff;
    /* font-family: "Fira Sans"; */
    font-size: var(--font-size-16, 16px);
    font-weight: 400;
    letter-spacing: 0.5px;
    margin-bottom: 0;
}
.nw-arrow-container img{
/* width: 24px;
max-width: 24px; */
min-width: 24px;
}




/* Popup Modal */
.nr-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
}

.nr-popup .popup-content {
    padding: 20px;
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: transparent;
}

.nr-popup img {
    width: auto; /* Increased image size */
    max-width: 100%; /* Increased max-width */
    margin-top: 20px;
    max-height: 80vh;
    transition: transform 0.3s ease; /* Smooth zoom effect */
}

/* Zoom In/Out Buttons (Positioned in the bottom-right corner of the image) */
.nr-popup .zoom-buttons {
    position: fixed;
    /* position: absolute; */
    bottom: 10px;
    right: 10px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    
}

.nr-popup .nr-zoom-button {
    background-color: rgba(255, 255, 255, 0.5);
    color: white;
    /* padding: 5px; */
    font-size: 18px;
    cursor: pointer;
    transition: background-color 0.3s;
    border: 1px solid #265073;
    
}

.nr-popup .nr-zoom-button:hover {
    background-color: rgba(0, 0, 0, 0.9);
}

/* Popup Arrows - Square Background */
.nr-popup .popup-button {
    font-size: 40px;
    background-color: rgba(0, 0, 0, 0.5); /* Background color */
    border: none;
    cursor: pointer;
    color: white;
    padding: 15px; /* Increased padding for square shape */
    transition: background-color 0.3s;
}

.nr-popup .popup-button:hover {
    background-color: rgba(0, 0, 0, 0.7); /* Darken the background on hover */
}

.nr-close-popup {
    position: fixed;
    top: 10px;
    right: 10px;
    background: none;
    font-size: 24px;
    cursor: pointer;
    color: white;
    border: none;
}

.nr-prev-image {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    color: white;
}

.nr-next-image {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    color: white;
}

.nr-popup .popup-description {
    color: white;
    white-space: pre-line;
    margin-bottom: 0;
    line-height: 130%;
}


/* product catalog page design */
.product-cataloge-section{
    padding: 2rem 0;
}
.pc-search-container{
    border: 1px solid #ccc;
    border-radius: 10px;
    background: transparent;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.pc-search-container input{
    background: transparent;
    padding: 10px;
}
.pc-search-container .pc-search-btn{
    /* border: 1px solid #ccc; */
    background-color: #0085f2;
    padding: 10px;
    border-radius: 0 10px 10px 0;
    height: 100%;
}
.search-result-absent-text{
    color: red;
    display: none;
}
.catalogue-container{
    padding: 1rem 0;
}
.catalogue-container .catalogue-title{
    border-radius: 4px;
    background: #FDC800;
    box-shadow: 0px 1px 6px 0px #CCC;
    padding: 1rem;
    margin: 1rem 0;
}
.catalogue-container .catalogue-title h3{
    color: #000;
    font-family: "Fira Sans";
    font-size: clamp(14px 2rem 18px);
    font-style: normal;
    font-weight: 700;
    line-height: var(--line-height-19_8, 19.8px); /* 110% */
    margin-bottom: 0;
}

.catalogue-container .row{
}
.catalogue-container .catalog-card{
    /* border: 1px solid red; */
    margin: 10px;
    border-radius: 5px;
    box-shadow: 0px 0px 2px 0px #888;
}
.catalog-card .catalog-image-card{
    position: relative;
}
.catalog-card .catalog-image-card img.catalog-img{
    width: 100%;
    border-radius: 5px 5px 0 0;
}
.catalog-card .catalog-image-card .pc-image-overlay{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: #00000088;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 5px 5px 0 0;
    display: none;
}
.catalog-card:hover .catalog-image-card .pc-image-overlay{
    display: flex;
}
.catalog-card:hover {
    border: 5px solid #FDC800;
}

.catalog-card .catalog-image-card .pc-image-overlay p{
    color: #fff;
    font-size: 14px;
    margin: 10px 0;
    font-weight: 500;
}
.catalog-card .catolog-description-half h5{
    margin-bottom: 0;
}
.catalog-card .catolog-description-half {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1.5rem 0;
}
.catalog-card .catolog-description-half .pc-title-underline{
    width: 40%;
    background: #000;
    height: 3px;
    margin: 1rem auto;
}
.catalog-card .catolog-description-half .dropdown-center{
    border: 2px solid #0085F2;
    border-radius: 4px;
}
.catalog-card .catolog-description-half .dropdown-center  button{
    border: none;
    padding: 10px;
    color: #1363DF;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    background: transparent;
}
.catalog-card .catolog-description-half .dropdown-center li {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
}

.pc-add-to-cart{
    border: 2px solid #FFD910;
    color: #192330;
    text-align: center;
    font-family: "Fira Sans";
    font-size: 18px;
    font-weight: 700;
    padding: 0.5rem 1rem;
    background: transparent;
}
.pc-add-to-cart:hover{
    background: #FFD910;
}
.pc-price{
    color: #222;
    font-size: 12px;
    font-weight: 400;
    display: flex;
    align-items: flex-start;
    margin-top: 10px;
}
.pc-price span{
    color: var(--color-grey-13, #222);
    font-size:16px;
    font-weight: 700;
}
.btn-close.video {
    position: absolute;
    right: 0.5rem;
    top: 0.5rem;
    z-index: 9;
    color: #fff;
}
.modal-body.video {
    padding: 1.5rem;
}


.show-mobile{
    display: none;
}
.ad-img{
    padding: 10px;
    max-width: 100%;
}


/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .other-hide{
        display: none;
       }
       .contact-address-card{
        margin-left: 1rem;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .about-title-container li {
        width: auto;
    }
    .thought-card-container a:nth-child(even) {
        margin-top: 2rem;
    }
    .thought-card-container a {
        margin: 0 1rem;
        padding: 1rem;
    }
    .thought-card-title {
        font-size: 1.35rem;
    }
    .other-hide{
        display: none;
    }
    .thought-single-main-section .post-title {
        font-size: 2rem;
        line-height: 2.668rem;
       }
    .success-story-card .ss-client-words p{
        min-height: 105px;
    }
    .newsroom-card {
        min-height: 150px;
    }  
    .contact-address-card{
        margin-left: 1rem;
    }
    
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) and (max-width: 992px) {
    .about-title-container{
        overflow: scroll;
    }
    .about-title-container li {
        width: auto;
    }
    .about-intro-section .abt-paragraph {
        width: 100%;
    }
    .thought-card-container a:nth-child(even) {
        margin-top: 2rem;
    }
    .thought-card-container a {
        margin: 0 1rem;
        padding: 1rem;
    }
    .thought-card-title {
        font-size: 1.35rem;
    }
    .col-lg-4.thought-right-half {
        padding-left: 0;
        border-left: none;
    }
    .other-hide{
        display: none;
    }
    .input-container.comment-name {
        padding-right: 0 !important;
    }
    .input-container.comment-email {
        padding-left: 0 !important;
    }
    .thought-single-main-section .post-title {
        font-size: 2rem;
        line-height: 2.5rem;
    }
    .user-detail-form {
        margin-right: 0;
        margin-bottom: 2rem;
    }
    .success-story-card .ss-client-words p {
        font-size: 13px;
        min-height: 135px;
    }
    .row-gallery {
        grid-template-columns: auto auto;
    }
    
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) and (max-width: 768px) {
    .about-intro-section .abt-paragraph {
        width: 100%;
    }
    .other-hide{
    display: none;
   }
   .thought-card-container{
    display: grid;
    grid-template-columns: auto;
    padding: 10px;
}
.thought-card-container a {
    margin: 0 0.5rem;
    padding: 1.5rem;
}
.thought-card-container a:nth-child(even), .thought-card-container a:nth-child(odd) {
    margin-top: 2rem;
}
.col-lg-4.thought-right-half{
    padding-left: 0;
    border-left: none;
}
.about-title-container{
    overflow: scroll;
    justify-content: initial;
}
.about-title-container li{
    width: 100%;
    white-space: nowrap;
}
ul.copyright-menu {
    display: flex;
    justify-content: space-between;
}
.abt-heading {
    font-size: 1.5rem;
    line-height: 140%;
}
.abt-subheading {
    font-size: 1.25rem;
}
.about-intro-section.about-intro-section-back-btn .back-btn{
    top: 0;
}
.thought-single-main-section .post-title {
    font-size: 2rem;
    line-height: 2.5rem;
}
.input-container.comment-name {
    padding-right: 0 !important;
}
.input-container.comment-email {
    padding-left: 0 !important;
}
.user-detail-form {
    margin-right: 0;
    margin-bottom: 2rem;
}
.checkout-container .coupon-container {
    margin-left: 0;
}
.genesis-img-tab{
    display: flex;
    margin: auto;
}
.business-mail-wordwrap{
    display: inline;
}
.ss-filter-container {
    grid-template-columns: 130px 130px 157px 130px;
}
.success-story-card .ss-client-words p {
    font-size: 14px;
    min-height: auto;
}
.row-gallery {
    grid-template-columns: auto auto;
  }
 
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .abt-heading {
        font-size: 1.5rem;
        line-height: 140%;
    }
    .abt-subheading {
        font-size: 1.25rem;
    }
    .about-intro-section .abt-paragraph {
        width: 100%;
    }
    .about-title-container{
        overflow: scroll;
        justify-content: initial;
    }
    .about-title-container li{
        width: 100%;
        white-space: nowrap;
    }
    ul.copyright-menu {
        display: flex;
        justify-content: space-between;
    }
    .thought-card-container{
        display: grid;
        grid-template-columns: auto;
        padding: 10px;
    }
    .thought-card-container a {
        margin: 0 0.5rem;
        padding: 1.5rem;
    }
    .thought-card-container a:nth-child(even), .thought-card-container a:nth-child(odd) {
        margin-top: 2rem;
    }
    .mobile-hide{
        display: none;
    }
    .col-lg-4.thought-right-half{
        padding-left: 0;
        border-left: none;
    }
    .thought-heading {
        /* font-size: 2rem; */
        max-width: 98%;
        margin: auto;
        font-size: 1.25rem;
        line-height: 120%;
    }
    .show-mobile{
        display: flex;
    }
    .about-intro-section.about-intro-section-back-btn .back-btn{
        top: 0;
    }
    .input-container.comment-name {
        padding-right: 0 !important;
    }
    .input-container.comment-email {
        padding-left: 0 !important;
    }
    .thought-single-main-section .post-details {
        width: 100%;
    }
    .thought-single-main-section .post-title {
        font-size: 1.5rem;
        line-height: 2rem;
        max-width: 90%;
        margin: auto;
    }
    .user-detail-form {
        margin-right: 0;
        margin-bottom: 2rem;
    }
    .checkout-container {
        padding: 2rem 0;
    }
    .checkout-container table td {
        padding: 0.5rem;
    }
    .checkout-container table tr td:first-of-type, .checkout-container table tr td:nth-of-type(2), .checkout-container table tr td:last-of-type {
        font-size: 18px;
    }
    .checkout-container .coupon-container {
        margin-left: 0;
    }
    .search-course-selection-section {
        margin: 1rem;
        padding: 1rem;
    }
    .search-course-selection-section .search-heading {
        font-size: 25px;
    }
    .search-course-selection-section select.minimal {
        width: 100%;
        margin-bottom: 1rem;
    }
    .cart-product-container .col-3, .cart-product-container .col-8, .cart-product-container .col-1{
    padding-left: 0;
    padding-right: 0;
    }
    .cart-container .title-price-container{
        padding-left: 10px;
    }
    .cart-container .product-title {
        text-align: left;
        font-size: 16px;
        letter-spacing: 0;
        font-weight: 600;
    }
    .cart-container .product-pricing {
        font-size: 20px;
        font-weight: 600;
    }
    .checkout-btn span {
        font-size: 20px;
        font-weight: 600;
    }
    .mt-for-business-highlighted-section p {
        font-size: 18px;
    }
    .mt-for-business-highlighted-section h3 {
        font-size: 22px;
    }
    .business-mail-wordwrap{
        display: inline;
    }
    .success-story-card .ss-client-words p {
        font-size: 14px;
        min-height: auto;
    }
    .ss-filter-container {
        grid-template-columns: 160px 160px;
    }
    .row-gallery {
        grid-template-columns: auto;
      }
      .banner-section .container.outer{
        padding: 0;
      }
      .banner-section img.banner-outer{
        height: 150px;
        object-fit: cover;
        width: auto;
    }
   
}

