/*General CSS*/
/*
@font-face {
    font-family: 'PP Pangram Sans Rounded';
    src: url('../fonts/PPPangramSansRounded-Medium.woff2') format('woff2'),
        url('../fonts/PPPangramSansRounded-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'PP Pangram Sans Rounded';
    src: url('../fonts/PPPangramSansRounded-Semibold.woff2') format('woff2'),
        url('../fonts/PPPangramSansRounded-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'PP Pangram Sans Rounded';
    src: url('../fonts/PPPangramSansRounded-Bold.woff2') format('woff2'),
        url('../fonts/PPPangramSansRounded-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
*/
/*placeholder CSS*/
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color:#ADB0CB;
  opacity: 1; /* Firefox */
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:#ADB0CB;
}
::-ms-input-placeholder { /* Microsoft Edge */
  color:#ADB0CB;
}
textarea:focus-within {
    outline: none;
    box-shadow: none;
}
body{
    padding: 0;
    margin: 0;
    font-family: 'Nunito Sans', sans-serif;
}
ul,li{
    list-style: none;
    padding: 0px;
    margin: 0;
}
a{
    text-decoration: none;
}
a:hover , a:focus{
    text-decoration: none;
}
h1, h2, h3, h4, h5, h6{
    margin: 0;
/*    font-family:'PP Pangram Sans Rounded';*/
    font-family: 'Nunito', sans-serif;
}
h1 {
    font-size: 3.2em;
    font-weight: bold;
    line-height: 70px;
}
h2 {
    font-size: 2.43em;
    font-weight: bold;
    line-height: 46px;
}
h3 {

}
h4 {
    font-size: 1.3em;
    font-weight: 600;
    line-height: 1.4em;
}
h5 {
    font-size: 1.25em;
    font-weight: 700;
    line-height: 30px;
}
h6 {

}
p{
    font-size: 16px;
    line-height: 24px;
}
.container{
    padding: 0 20px;
}
.heading {
    margin-bottom: 40px;
}
.heading.short {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}
.heading.w50 {
    width: 50%;
}
.heading.center {
    text-align: center;
}
.heading h2 {
    color: #2430A0;
}
.heading h2 span.redlink {
    padding-left: 10px;
}
.heading h3 span.redlink {
    padding-left: 10px;
}
.heading p {
    font-weight: 400;
    color: #51557D;
    margin-top: 20px;
}
.modal-backdrop {
    z-index: 9999;
}
.modal.sign-in-modal {
    z-index: 99999;
}
/*General CSS*/

/*Home Page CSS*/
.is_row {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    column-gap: 10px;
    grid-row-gap: 30px;
    position: relative;
}
/*
.tabcontent.menu-bottom {
    position: absolute;
    bottom: 68px;
}
*/
.ht-feature-box {
    text-align: center;
}
.ht-feature-img {
    padding: 20px;
    height: 100px;
    width: auto;
}
.ht-feature-img img {
    width: auto;
    height: 100%;
    object-fit: cover;
}
.ht-feature-content h4 {
    color: #2430A0;
    margin-bottom: 10px;
}
.ht-feature-content p {
    padding: 0 15px;
    color: #51557D;
}
.redlink {
    display: inline-block;
}
.redlink a {
    color: #E25753;
    border-bottom: 1px solid #E25753;
    font-size: 14px;
    line-height: 24px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    transition: .2s ease all;
    padding-bottom: 4px;
}
.redlink.noline a {
    border: none;
}
.redlink a:hover {
    color: #2430A0;
    border-color: #2430A0;
}
.heading_relative {
    position: relative;
}
.discover-filter {
    display: flex;
    align-items: center;
    position: absolute;
    top: 5px;
    right: 0;
}
.discover-filter {
    display: flex;
    align-items: center;
}
.discover-filter p {
    margin-bottom: 0;
    color: #4D4D4D;
}
.price-filter-tab {
    display: flex;
    margin-left: 10px;
}
.price-filter-btn {
    padding: 8px 15px;
    background: #F4F7FA;
    font-weight: 700;
    color: #1C1C1C;
    cursor: pointer;
    transition: .2s ease all;
}
.price-filter-btn.active{
    background: #2430A0;
    color: #fff;
}
.price-filter-tab .price-filter-btn:nth-child(1) {
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    padding-left: 20px;
}
.price-filter-tab .price-filter-btn:nth-child(4) {
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    padding-right: 20px;
}
.class-main-custom-grid{
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    column-gap:30px;
    grid-row-gap: 30px;
    position: relative;
}
.discover-class-box {
    position: relative;
    padding-bottom: 40px;
    height: 100%;
    background: #E9EFFF;
    overflow: hidden;
}
/*Home Page CSS*/

/*Page CSS*/
p.star-review-icon{
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 15px;
    letter-spacing: 0em;
    text-align: left;
    color: #FFB051;
    display: flex;
    align-items: center;
}
.bat-img {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
img.bat-main-img {
    position: absolute;
    left: 0;
    top: 56px;
    width: 100%;
    height: auto;
    right: 0;
}
img.banner-bg-main {
    height: auto;
    width: 80%;
    margin: 0 auto;
}
.teacher-img {
    border-top-left-radius: 109px;
    overflow: hidden;
}
.blog-img {
    height: 200px;
}
.hobby-chat-btn {
    width: 45px;
    height: 45px;
    position: fixed;
    right: 30px;
    z-index: 999;
    bottom: 135px;
    background: #2430A0;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    box-shadow:0px 4px 12px rgba(0, 0, 0, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid transparent;
}
.hobby-chat-btn  img{
    width: 25px;
}
a.fav-div-btn svg {
    transition: .2s ease all;
}
a.fav-div-btn.active svg path {
    stroke: none;
}
a.fav-div-btn.active svg {
    fill: #E25753;
    stroke: none;
}
.text-shadow{
    text-shadow:4px 4px 0px #4F569226;
}
a.custom-btn.fill-btn svg {
    margin-left: 10px;
    margin-bottom: 3px;
}
.discover-flx {
    display: flex;
    justify-content: space-between;
}

/*Header CSS*/
.bottom-navbar {
    padding:20px;
}
.main-header {
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 999;
    top: 0;
}
.is-sticky {
    width: 100%;
    height: auto;
    z-index: 999;
    background: #E9EFFF;
}
.ht-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.hobbytoad-logo {
    display: flex;
    align-items: center;
}
.hobbytoad-logo a.navbar-brand {
    margin-right: 32px;
    z-index: 2;
}
a.category-dropdown {
    position: relative;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: 22px;
    letter-spacing: 0.08em;
    text-align: left;
    text-transform: uppercase;
    color: #2430A0;
    z-index: 2;
}
.ht-dropdown {
    padding-top: 4px;
}
.ht-login-btn {
    display: flex;
    z-index: 2;
    align-items: center;
}
a.custom-teacher-btn {
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: 22px;
    letter-spacing: 0.08em;
    text-align: right;
    color: #2430A0;
    text-transform: uppercase;
    transition: .2s ease all;
}
a.custom-teacher-btn:hover {
    color: #FB7356;
}
.become-teacher-link {
    padding-right: 24px;
    margin-right: 24px;
    position: relative;
}
.become-teacher-link:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 23px;
    background: #ABADB6;
    top: 1px;
    right: 0;
}
.custom-btn {
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: 24px;
    letter-spacing: 0.08em;
    text-align: center;
    text-transform: uppercase;
    padding: 9px 27px 6px 27px;
    transition: 0.3s ease all;
    display: inline-block;
    border-radius: 50px;
    border: 1px solid transparent;
}
.custom-btn.no-fill-btn {
    border-color: #2430A0;
    color: #2430A0;
    background: transparent;
}
.custom-btn.no-fill-btn:hover {
    background: #2430A0;
    color: #fff;
}
.custom-btn.fill-btn {
    border-color: transparent;
    color: #fff;
    background: #2430A0;
}
.custom-btn.fill-btn:hover {
    background: #fff;
    border-color: #2430A0;
    color: #2430A0;
}
.custom-btn.yellow {
    background-color: #FFDD00;
    border-color: #FFDD00;
    color: #2430A0;
}
.custom-btn.yellow:hover {
    background-color: #2430A0;
    border-color: #2430A0;
    color: #fff;
}
.custom-btn.red {
    background-color: #FB7356;
    border-color: #FB7356;
    color: #fff;
}
.custom-btn.red:hover {
    background-color: #fff;
    border-color: #FB7356;
    color: #FB7356;
}

/*Footer CSS*/
footer.main-footer {
    background: #F4F7FA;
    padding: 42px 20px 24px 20px;
    position: relative;
    width: 100%;
}
h3.footer-list-title {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 21px;
    color: #2430A0;
    text-align: left;
    text-transform: capitalize;
    margin-bottom: 12px;
}
a.footer-links {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    color: #51557D;
    text-align: left;
    text-transform: capitalize;
    transition: .2s ease all;
}
a.footer-links:hover {
    color: #E25753;
}
li.footer-li {
    margin-bottom: 4px;
}
.footer-img-box {
    border-radius: 30px;
    box-shadow: 0px 4px 21px 0px #00000017;
}
.footer-content {
    background: #fff;
    text-align: center;
    padding: 8px 20px;
}
.footer-content h5 {
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0.04em;
    text-align: center;
    color: #2430A0;
    text-transform: uppercase;
}
.footer-list {
    margin-bottom: 70px;
}
.footer-bar-box {
    border-top: 1px solid #545883;
    padding-top: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.made-by-div p {
     margin-bottom: 0;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.12em;
    text-align: left;
    color: #545883;
}
.made-by-div p a {
    color: #545883;
    transition: .2s ease all;
}
.made-by-div p a:hover {
    color: #E25753;
}
.copyright-div p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #545883;
    margin-bottom: 0;
}
img.p-img {
    padding: 0 5px;
}
ul.social-list {
    display: inline-flex;
}
li.social-li {
    padding: 0 10px;
}
li.footer-li:hover a.footer-links {
    color: #fb7356;
}
.hobby-btt-btn {
    width: 45px;
    height: 45px;
    position: fixed;
    right: 30px;
    z-index: 999;
    bottom: 95px;
    background: transparent;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    border: 2px solid #2430A0;
    display: none;
}
.hobby-btt-btn-link img {
    width: 22px;
    margin-top: 13px;
}

img.main-banner-img {
    width: 100%;
}
h1.banner-title {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 37px;
    letter-spacing: 0em;
    text-align: left;
    color: #2430A0;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
}
span.title-shadow {
    text-shadow: 4px 4px #4f569226;
}
.banner-content-box.about-box {
    width: 90%;
    height: 100%;
}
.banner-content-box {
    width: 100%;
    height: 100%;
}
.banner-content-box p {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #2430A0;
    margin-bottom: 30px;
}
.banner-content-box.about-box p {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
    color: #2430A0;
    margin-bottom: 30px;
}
a.custom-btn.fill-btn.banner-btn {
    margin: 0;
}
a.custom-btn.fill-btn.banner-btn img {
    margin-bottom: 5px;
    margin-left: 6px;
}
.banner-flex {
    align-items: center;
}
section.section-padding {
    padding: 60px 0;
}
.section-padding.smalltop {
    padding-top: 20px;
}
.section-heading-content {
    margin-bottom: 40px;
}
.section-title {
    font-size: 39px;
    font-style: normal;
    font-weight: 700;
    line-height: 59px;
    letter-spacing: 0em;
    color: #2430A0;
    margin-bottom: 5px;
}
.section-heading-content p {
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0em;
    text-align: center;
    color: #4D4D4D;
}
a.custom-btn.show-all {
    padding: 0;
    color: #E25753;
    border-bottom: 1px solid #E25753;
    margin-left: 20px;
    border-radius: 0;
    transition: .2s ease all;
}
a.custom-btn.show-all:hover {
    color: #2430A0;
    border-bottom-color: #2430A0;
}
.discover-title {
    display: flex;
    align-items: baseline;
}
.discover-class-content {
    margin-bottom: 50px;
}
.discover-class-box {
    box-shadow: 0px 4px 21px 0px #00000017;
    border-radius: 5px;
}
.discover-class-img {
    position: relative;
    height: 160px;
}
.discover-class-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.discover-discount p {
    padding: 3px 12px 5px 12px;
    background: #fff;
    font-weight: bold;
    color: #2430A0;
    border-radius: 5px;
    margin-bottom: 0;
    font-size: 14px;
    font-family:'Nunito', sans-serif;
    text-transform: uppercase;
}
.discover-discount {
    position: absolute;
    top: 10px;
    left: 15px;
}
.discover-class-info {
    padding: 8px 17px;
    background: #E9EFFF;
    position: relative;
    width: 100%;
}
span.discover-label {
    display: inline-block;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.085em;
    text-align: left;
    color: #2430A0;
    text-transform: uppercase;
    margin-bottom: 6px;
}
h4.discover-box-title {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
    color: #1B1B1B;
    margin-bottom: 7px;
    transition: .2s ease all;
}
h4.discover-box-title:hover {
    color: #E25753;
}
p.discover-author {
    color: #7B7B7D;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
}
p.discover-author span {
    font-family:'Nunito Sans', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
    color: #7B7B7D;
}
.discover-rating {
    margin-bottom: 12px;
    display: flex;
    align-items: center;
}
.discover-rating p {
    margin-bottom: 0;
}
p.star-review-icon {
    margin-left: 8px;
}
p.star-review-icon img {
    margin-right: 3px;
}
p.discover-class-description {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0em;
    text-align: left;
    color: #3E3E3E;
    margin-bottom: 20px;
}
.discover-price {
    background: #2430A0;
    display: flex;
    justify-content: space-between;
    padding: 8px 16px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.discover-price .discover-enroll a {
    transition: .2s ease all;
}
.discover-price .discover-enroll button {
    transition: .2s ease all;
}
.discover-price .discover-enroll a:hover {
    color: #E25753;
}
.price-info {
    position: relative;
}
.price-info p {
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.085em;
    text-align: left;
    color: #FFFFFF;
    margin-bottom: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    z-index: -1;
}
.price-info p.active {
    opacity: 1;
    z-index: 1;
    position: relative;
}
span.price-strike {
    position: relative;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.085em;
    text-align: left;
    color: #BEC4FF;
}
span.price-strike:after {
    content: " ";
    display: block;
    width: 100%;
    border-top: 3px solid rgba(169, 169, 169, 0.8);
    height: 4px;
    position: absolute;
    bottom: 5px;
    left: 0;
    transform: rotate( 13deg);
}
a.enroll-btn {
    padding: 0;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: center;
    color: #FFFFFF;
}
button.enroll-btn {
    padding: 0;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: center;
    color: #FFFFFF;
    background: transparent;
    border: 0;
}
button.enroll-btn:hover {
    color: #FF6948;
    font-weight: 700;
}
.category-img {
    text-align: center;
}
.category-content {
    text-align: center;
    padding: 16px 20px;
    position: relative;
}
.category-content:before {
    content: "";
    position: absolute;
    width: 60%;
    height: 2px;
    background: #E9EFFF;
    left: 20%;
    right: 0;
    bottom: 0px;
    transition: .2s ease all;
}
.category-content h4 {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: center;
    color: #1B1B1B;
    transition: 0.4s ease all;
}
.ht-choose-box .ht-feature-content h5 {
    text-align: left;
    color: #1B1F49;
}
.ht-choose-box .ht-feature-content p{
    text-align: left;
}
.ht-choose-box .ht-feature-img {
    padding-left: 0;
}
.bat-img {
    width: 100%;
}
.bat-content {
    padding-left: 30px;
}
.bat-content p {
    margin-top: 14px;
    margin-bottom: 24px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0em;
    text-align: left;
    color: #3C3C3C;
}
ul.bat-list {
    padding-left: 30px;
    margin-bottom: 26px;
}
li.bat-li {
    padding: 12px 0;
    position: relative;
}
li.bat-li:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: #FFB051;
    left: -21px;
    top: 18px;
}
li.bat-li p {
    margin: 0;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0em;
    text-align: left;
    color: #3C3C3C;
}
.blog-box {
    position: relative;
    border: 1px solid #D3DEEC;
    padding: 16px;
    height: 100%;
    padding-bottom: 40px;
}
h3.blog-title:hover  {
    color: #E25753!important;
}
.blog-content {
    padding-top: 16px;
}
h3.blog-title {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #1B1F49;
    margin-bottom: 12px;
    transition: .2s ease all;
}
p.blog-info {
    font-style: normal;
    font-weight: 400;
    text-align: left;
    color: #51557D;
    margin-bottom: 25px;
    word-break: break-all;
}
.blog-author-info {
    border-top: 1px solid #E5E5E5;
    padding-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    bottom: 16px;
    left: 16px;
    width: calc(100% - 32px);
}
h5.publisher_name {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: 0.04em;
    color: #2430A0;
    text-align: left;
}
.comment-div p {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: right;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    color: #1B1B1B;
}
.comment-div p > img {
    margin-right: 5px;
}
.blog-label p {
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.08em;
    text-align: left;
    background: #FFF0F4;
    color: #E25753;
    padding: 5px;
    text-transform: uppercase;
}
.blog-img {
    position: relative;
}
.blog-label {
    position: absolute;
    top: 12px;
    left: 12px;
}
.newsletter-box {
    padding: 45px;
    text-align: center;
    background: #FB7356;
    border-radius: 240px;
}
h2.newsletter-title {
    font-size: 2.43em;
    font-weight: 700;
    line-height: 46px;
    color: #FFFFFF;
    text-align: center;
    width: 70%;
    margin: 0 auto;
    margin-bottom: 20px;
}
.newsletter-content > p {
    width: 90%!important;
}
.newsletter-content p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
    color: #fff;
    width: 40%;
    margin: 0 auto;
    margin-bottom: 22px;
}
form.newslettter-form {
    width: 52%;
    margin: 0 auto;
}
.input-flex {
    display: flex;
    align-items: center;
}
form.newslettter-form input.form-control {
    padding: 8px 20px;
    background: transparent;
    border: 1px solid #FFFFFF;
    border-radius: 50px;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
}
form.newslettter-form input.form-control::placeholder{
    color: #ffff;
}
p.input-btn-div {
    border: 1px solid transparent;
    color: #fff;
    border-radius: 50px;
    background: #fff;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: 19px;
    letter-spacing: 0.08em;
    text-align: center;
    text-transform: uppercase;
    padding: 11px 27px;
    margin: 0;
    margin-left: 15px;
    display: flex;
}
input.input-btn {
    background: transparent;
    color: #E45F42;
    text-transform: uppercase;
    border: none;
    padding: 0;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: 19px;
    letter-spacing: 0.08em;
    text-align: center;
    text-transform: uppercase;
}
.newslettter-form p.input-btn-div img {
    margin-left: 8px;
    max-height: 20px;
}
p.input-btn-div:hover img {
    animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}
.community-box {
    position: relative;
    padding: 20px;
    background: transparent;
    border: 1px solid #D3DEEC;
    text-align: center;
    border-radius: 7px;
    overflow: hidden;
    height: 100%;
}
.community-box:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: -1;
    transition: .1s ease all;
}
.center .community-box:after {
    background: #2430A0;
}
.carouselinner.container {
    padding: 0;
}
.blog-quote {
    position: absolute;
    width: 26px !important;
    top: 20px;
}
.community-img  img{
    width: 100%;
    height: 100%;
    margin: 0 auto;
    object-fit: cover;
    object-position: center;
}
h4.community-title {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: center;
    color: #A7A7A7;
    margin-bottom: 24px;
}
.community-content p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
    color: #4D4D4D;
}
.carouselinner .owl-nav {
    display: none;
}
.carouselinner .owl-carousel .owl-stage{
    display: flex;
}
.carouselinner .owl-carousel .owl-item {
    display: flex;
    flex: 1 0 auto;
    min-height: 100%;
}
.carouselinner .item {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
}
.center .blog-quote svg path {
    fill: #F2CDA0 !important;
}
.center h4.community-title{
    color: #fff;
}
.center .community-content p{
    color: #fff;
}
.carouselinner .owl-dots {
    display: flex;
    width: 324px;
    margin: 0 auto;
    margin-top: 8px;
}
.carouselinner button.owl-dot.active {
    background: #2430A0 !important;
    transition: 0.4s aase-all;
}
.carouselinner button.owl-dot {
    width: 100%;
    height: 4px;
    background: #F4F7FA !Important;
}
.community-img {
    width: 83px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 20px;
    border-radius: 50%;
    overflow: hidden;
    height: 96px;
    box-shadow: 0px 4px 21px 0px #00000026;
}
.banner-flex{
    position: relative;
}

.main-body {
    position: relative;
    margin-top: 110px;
}
.main-body.full_height {
    min-height: calc(100vh - 110px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.joint-section{
    position: relative;
}
.overlay-img {
    position: absolute;
    top: 5%;
    z-index: -1;
}
.overlay-img-2 {
    position: absolute;
    top: 42%;
    right: 0;
    z-index: -1;
}
.discover-fav-div {
    position: absolute;
    right: 15px;
    top: 12px;
    background: #fff;
    width: 30px;
    height: 30px;
    line-height: 29px;
    text-align: center;
    border-radius: 5px;
}
.bat-img{
    position: relative;
}
.category-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    column-gap:80px;
    grid-row-gap: 60px;
    position: relative;
    margin-top: 60px;
}
.choose-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 70px;
    grid-row-gap: 20px;
    position: relative;
}
.footer-img {
    width: 100%;
}
.footer-img img {
    width: 100%;
}
.ban_images {
    position: relative;
}
.main-banner {
    width: 100%;
    position: absolute;
    right: 0;
    left: 0;
    top: 40px;
}
.bg-img {
    width: 100%;
    overflow: hidden;
    width: 75%;
    margin: 0 auto;
}
.bg-img img {
    width: 100%;
}
a.custom-btn.fill-btn.banner-btn svg {
    margin-bottom: 3px;
    margin-left: 10px;
}
a.custom-btn.fill-btn:hover svg {
    fill: #2430A0;
}
.category-div {
    margin-bottom: 40px;
}
.discover-class-img img {
    width: 100%;
}
.teacher-box {
    box-shadow: 0px 4px 12px 0px #0000000d;
    margin: 0 15px;
    border-top-left-radius: 41%;
    margin-bottom: 30px;
    overflow: hidden;
}
.teacher-content {
    text-align: center;
    padding: 10px 10px 15px 10px;
}
.teacher-content h4 {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: center;
    color: #1B1B1B;
    text-transform: capitalize;
}
.teacher-content p {
    font-size: 13px;
    font-weight: bold;
    line-height: 20px;
    letter-spacing: 0.08em;
    text-align: center;
    color: #FF006D;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: 5px;
}
.owl-container {
    margin-left: 14%;
}
.carouselinner-2 .owl-carousel .owl-nav button {
    border: 2px solid #2430A0 !important;
    padding: 8px 12px !important;
    border-radius: 5px;
    position: relative;
    background: transparent;
    color: transparent!important;
    transition: .2s ease all;
}
.carouselinner-2 .owl-carousel .owl-nav button:hover {
    background: #fff;
}
.carouselinner-2 .owl-carousel .owl-nav button.owl-prev {
    margin-right: 10px;
}
.carouselinner-2 .owl-carousel .owl-nav button:before {
    content: "";
    position: absolute;
    width: 30px;
    height: 22px;
    background-size: contain;
    opacity: 1;
    background-position: center;
    background-repeat: no-repeat;
    top: 9px;
    left: 6px;
}
.carouselinner-2 .owl-carousel .owl-nav button.owl-prev:before {
    background-image: url(../img/pervious.png);
}
.carouselinner-2 .owl-carousel .owl-nav button.owl-next:before {
    background-image: url(../img/next.png);
}
.carouselinner-2 {
    position: relative;
}
.carouselinner-2 .owl-nav {
    position: absolute;
    top: 33%;
    left: -45px;
}
.blog-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.teacher-img {
    width: 100%;
    height: 320px;
}
.carouselinner-2 .owl-dots {
    display: none;
}
.category-box:hover .category-img img {
    transform: scale(1.2);
    box-shadow: 0px 2px 16px 0px #51515159;
}
.navbar-toggler{
    display: none;
}
/*Mega Menu*/
/*.ht-dropdown:hover .mega-menu {
    visibility: visible;
    opacity: 1;
}*/
.mega-menu{
    background: #E9EFFF;
    box-shadow: 0 4px 4px -2px rgb(0 0 0 / 15%);
    color: #000;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 0;
    padding: 30px 50px 30px 50px;
    visibility: hidden;
    opacity: 0;
    width: 100%;
    top: 0;
    padding-top: 102px;
}
a.category-link {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: center;
    color: #2430A0;
}
button.tablinks {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: left;
    color: #2430A0;
    text-transform: capitalize;
    border: none;
    background: transparent;
    display: block;
    padding: 7px 0;
    width: 100%;
    position: relative;
}
button.tablinks:after {
    content: "";
    position: absolute;
    background-image: url(../img/mega-menu-icon.png);
    width: 10px;
    height: 16px;
    right: 20%;
    opacity: 0;
    top: 10px;
    background-size: cover;
    background-repeat: no-repeat;
}
a.category-dropdown:after{
    content: "";
    position: absolute;
    background-image: url(../img/arrow.png);
    width: 10px;
    height: 10px;
    background-size: 10px;
    background-repeat: no-repeat;
    top: 5px;
    right: -15px;
    transition: transform .4s ease-in-out;
    background-position: center;
}
.ht-dropdown a.category-dropdown.dropdown-active:after{
    transform: rotate(-180deg);
    top: 5px;
}
button.tablinks:hover {
    color: #ee7370;
}
button.tablinks.active {
    color: #ee7370;
}
ul.sub-list a.sub-link:hover {
    color: #ee7370;
}
ul.sub-list a.sub-link:focus{
    color: #ee7370;
}
button.tablinks.active:hover::after {
    opacity: 1;
}
button.tablinks.active:after {
    opacity: 1;
}
button.tablinks.active:focus::after {
    opacity: 1;
}
li.category-li {
    padding: 7px 0;
}
li.category-li:hover ul.sub-category-ul {
    opacity: 1;
    visibility: visible;
}
ul.sub-category-ul {
    position: absolute;
    top: 12px;
    width: 100%;
    width: 30%;
    left: 14%;
    opacity: 0;
    visibility: hidden;
}
.mega-menu-box{
    position: relative;
}
.tabcontent {
    display: none;
}
a.sub-link {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: left;
    color: #2430A0;
    text-transform: capitalize;
    border: none;
    background: transparent;
    display: block;
    padding: 7px 0;
}
.mega-menu-img {
    text-align: right;
}
.mega-menu-img img {
    max-width: 100%;
}
.category-box:hover .category-content h4 {
    color: #2430A0;
}
.category-box:hover .category-content:before{
    background: #2430A0;
    transition: 0.4s ease-all;
}
.sidebar {
    display: none;
}
a.custom-btn.fill-btn.banner-btn {
    position: absolute;
    width: auto;
    display: inline-block;
    height: 100%;
    right: 0;
    top: 0;
}
form.banner-form .input-flex {
    position: relative;
    width: 100%;
}
.banner-form .custom-btn {
    padding: 9px 16px;
}
 .category-img img {
    transition: 0.4s;
}
/*About us page*/
.about-story-box {
    padding: 44px;
    text-align: center;
    background: #FFEFEC;
    border-radius: 320px;
}
p.newsletter-width {
    width: 45% !important;
}
.banner-content-box h1{
    color: #2430A0;
    margin-bottom: 20px;
}
.about-title h2 {
    text-align: center;
    color: #FB7356;
    margin-bottom: 20px;
}
.about-story-box p{
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: left;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 20px;
    color: #FB7356;
}
.about-story-box p span{
    font-weight: 700;
    display: block;
    margin-top: 10px;
    color: #d15d44;
}
.mission-img img {
    width: 100%;
}
.mission-img {
    width: 100%;
    box-shadow: 0px 4px 21px 0px #00000026;
    border-radius: 32px;
}
.mission-content {
    text-align: left;
    padding-left: 45px;
}
.mission-content h3 {
    font-size: 39px;
    font-style: normal;
    font-weight: 700;
    line-height: 59px;
    letter-spacing: 0em;
    color: #2430A0;
}
.team-list-img img {
    width: 70px;
    height: 70px;
}
.team-list-img {
    width: 70px;
}
.mission-content p{
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    color: #51557D;
}
.discover-class-content p {
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0em;
    color: #51557D;
    text-align: left;
}
.section-heading-content h2.section-title {
    width: 50%;
    margin: 0 auto;
}
input.form-control.banner-input {
    border: 1px solid #51557D !important;
    border-radius: 30px !important;
    border-right: 0;
    width: 100%;
    height: 43px;
    padding-right: 49%;
    font-family:'Nunito Sans', sans-serif;
    font-size: 14px;
    color: #6A6D8E;
}
.team-list {
    display: flex;
    align-items: center;
    padding: 12px 18px;
    border: 1px solid #2430A0;
    margin-bottom: 30px;
    border-radius: 100px;
}
.team-list-title h4 {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
    color: #2430A0;
}
.team-list-title {
    padding-left: 20px;
}
.team-member-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    column-gap:20px;
    grid-row-gap: 00px;
    position: relative;
}
.team-member-box {
    background: #F8F8F8;
    width: 100%;
    box-shadow: 0px 4px 21px 0px #00000017;
    border-radius: 5px;
}
.team-member-img img {
    width: 100%;
}
.team-member-img {
    width: 100%;
}
.team-member-content {
    background: #F8F8F8;
    padding: 8px 20px;
    text-align: center;
}
.team-member-content h4 {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
    color: #1B1B1B;
}
.team-member-content p {
    font-family:'Nunito Sans', sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.08em;
    text-align: center;
    color: #FF006D;
    text-transform: uppercase;
}
.newsletter-link {
    border: 1px solid transparent;
    color: #E45F42;
    border-radius: 50px;
    background: #fff;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: 19px;
    letter-spacing: 0.08em;
    text-align: center;
    text-transform: uppercase;
    padding: 9px 27px 6px 27px;
    margin: 0;
    display: inline-block;
}
.newsletter-link:hover {
    color: #E45F42;
}
a.newsletter-link img {
    margin-bottom: 6px;
    margin-left: 3px;
    max-height: 20px;
}
a.newsletter-link:hover img {
    animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}
@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}
.team-member-title h3{
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: left;
    color: #2430A0;
    margin-bottom: 24px;
}
.team-member-title h5{
    font-family:'Nunito Sans', sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px;
    letter-spacing: 0em;
    text-align: left;
    color: #2430A0;
    margin-bottom: 10px;
}
a.form-login-link {
    margin-left: 4px;
}
.team-content{
    padding-left: 30px;
}
.team-img img {
    width: 100%;
}
.team-img {
    width: 100%;
}
.category-img {
    text-align: center;
    width: 101%;
    height:140px;
    box-shadow: 0px 2px 16px 0px #51515159;
    border-radius: 16px;
}
.input-flex-form{
    display: flex;
    align-items: center;
}
.category-img img {
    transition: 0.4s;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}
/*Class CSS*/
.class-custom-grid{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap:40px;
    grid-row-gap: 40px;
    position: relative;
}
.class-main-box .discover-class-content {
    margin-bottom: 20px;
}
.class-filter-box {
    padding-top: 27px;
}
h4.filter-title {
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: left;
    color: #2430A0;
    margin-bottom: 30px;
}
.class-filter {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #2430A0;
    border: none;
    background: transparent;
    display: block;
    padding: 5px 0;
    width: 100%;
    position: relative;
    color: #1B1F49;
    cursor: pointer;
}
ul.class-filter-tab {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 20px;
    border-bottom: 1px solid #D1D1D1;
}
li.class-filter-li {
    border: 1px solid #1B1F49;
    margin-right: 15px;
    padding: 8px 24px;
    border-radius: 8px;
    margin-bottom: 20px;
    transition: .2s ease all;
}
li.class-filter-li:hover {
    border-color: #E25753;
}
li.class-filter-li:hover a {
    color: #E25753;
}
a.class-filter-link {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 19px;
    letter-spacing: 0.085em;
    text-align: center;
    text-transform: uppercase;
    color: #1B1F49;
    transition: .2s ease all;
}
.class-filter.active {
    font-weight: 700;
    color: #E25753;
}
.cstabs {
    margin-bottom: 30px;
}
.cstabs .class_sort_tab {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
}
.class_sort_tab .class-sort-li {
    border: 1px solid #1B1F49;
    margin-right: 12px;
    padding: 8px 24px 8px 34px;
    border-radius: 8px;
    margin-bottom: 15px;
    background-image: url(../img/cross-button.svg);
    background-repeat: no-repeat;
    background-position: 10px 11px;
    background-size: 17px;
    transition: .2s ease all;
}
.class-sort-li:hover {
    border-color: #E25753;
}
.class-sort-li:hover a {
    color: #E25753;
}
.class-sort-li .class-sort-link {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 19px;
    letter-spacing: 0.04em;
    text-align: center;
    color: #1B1F49;
    transition: .2s ease all;
}
.tab-margin{
    margin-bottom: 50px;
}
.check-field [type="checkbox"] {
  position: absolute !important;
  left: -9999px;
}
.check-field [type="checkbox"] + label {
    position: relative !important;
    padding-left: 2rem !important;
    cursor: pointer !important;
    font-family:'Nunito Sans', sans-serif;;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #1B1F49;
}
.check-field [type="checkbox"] + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    width: 17px;
    height: 17px;
    border: 1px solid #1C1C1C;
    border-radius: 2px;
}
.check-field [type="checkbox"] + label:after {
    content: '';
    position: absolute;
    width: 9px;
    height: 9px;
    top: 8px;
    left: 4px;
    font-size: 1.3em;
    line-height: 0.8;
    background: #2430A0;
    transition: all .2s;
    border-radius: 2px;
}
.check-field [type="checkbox"]:checked + label:before{
    border: 1px solid #2430A0;
}
/* Checked */
.check-field [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}
.check-field [type="checkbox"]:checked + label:after {
    opacity: 1;
    transform: scale(1);
}
/*Radio CSS*/
.check-field [type="radio"] {
    position: absolute !important;
    left: -9999px;
}
.check-field [type="radio"] + label {
    position: relative !important;
    padding-left: 2rem !important;
    cursor: pointer !important;
    font-family:'Nunito Sans', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #1B1F49;
}

.check-field [type="radio"] + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    width: 17px;
    height: 17px;
    border: 1px solid #1C1C1C;
    border-radius: 50%;
}

.check-field [type="radio"] + label:after {
    content: '';
    position: absolute;
    width: 9px;
    height: 9px;
    top: 8px;
    left: 4px;
    line-height: 0.8;
    background: #2430A0;
    transition: all .2s;
    border-radius: 50%;
}
.check-field [type="radio"]:checked + label:before{
    border: 1px solid #2430A0;
}
.check-field [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}
.check-field [type="radio"]:checked + label:after {
    opacity: 1;
    transform: scale(1);
}
.check-field{
    padding: 4px 0;
}
/*Filter CSS END*/
.class-filter:after {
    content: "";
    position: absolute;
    background-image: url(../img/mega-menu-icon.png);
    width: 10px;
    height: 16px;
    right: 16px;
    opacity: 0;
    left: 55%;
    top: 9px;
    background-size: cover;
    background-repeat: no-repeat;
}
.class-filter:hover {
    color: #ee7370;
}
.class-filter.active:hover::after {
    opacity: 1;
}
.class-filter.active:after {
    opacity: 1;
}
li.class-filter-li.active {
    background: #E25753;
    border: 1px solid transparent;
}
li.class-filter-li.active a.class-filter-link {
    color: #ffff;
}
.filter-btn{
    border: 1px solid #1B1F49;
    padding: 10px 18px;
    border-radius: 8px;
    margin-bottom: 20px;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 19px;
    letter-spacing: 0.085em;
    text-align: center;
    text-transform: uppercase;
    color: #1B1F49;
    display: none;
}
.class-filter-box .mobile-sidebar-header{
    display: none;
}
.sub-filter-form{
    display: none;
}
/*Modal CSS*/
.custom-modal {
    width: 100%;
    max-width: 100%;
}
.custom-modal .modal-content{
    box-shadow: 0px 4px 16px 0px #00000026;
    background: #E9EFFF;
    padding: 40px 65px 30px 40px;
}
form.form-modal input.form-control {
    height: 40px;
    padding: 8px 20px;
    border-radius: 30px;
    font-family:'Nunito Sans', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    border: 1px solid #545883;
}
p.form-para.text-right {
    text-align: right;
    margin-bottom: 20px;
    margin-top: 5px;
}
.custom-input-margin{
    margin-bottom: 40px;
    position: relative;
}
a.form-login-link {
    font-family:'Nunito Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    margin-top: 4px;
    color: #2430A0;
    margin-right: 20px;
}
.login-btn-m .custom-btn {
    display: block;
    width: 100%;
    text-align: center;
    margin: 0;
    margin-bottom: 6px;
}
.login-btn .custom-btn.fill-btn {
    margin-left: 12px;
}
p.form-para {
    font-family:'Nunito Sans', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
    color: #3C3C3C;
}
p.form-para .form-login-link {
    font-family:'Nunito Sans', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
    color: #2430A0;
    margin-left: 8px;
}
.or-text span {
    font-family: Nunito Sans;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.085em;
    text-align: center;
    color: #3C3C3C;
    position: relative;
}
.or-text:before {
    content: "";
    position: absolute;
    width: 45%;
    height: 1px;
    background: #C4C4C4;
    left: 0;
    top: 50%;
}
.or-text:after {
    content: "";
    position: absolute;
    width: 45%;
    height: 1px;
    background: #C4C4C4;
    right: 0;
    top: 50%;
}
.or-text {
    padding: 16px 0;
    text-align: center;
    position: relative;
}
.facebook-btn {
    padding-bottom: 30px;
    border-bottom: 1px solid #2430A0;
}
.facebook-btn a.custom-btn {
    display: block;
    margin: 0;
    text-transform: capitalize;
    font-size: 16px;
    position: relative;
}
.login-div {
    margin-top: 16px;
}
p.form-para {
    margin: 0;
}
.facebook-btn a.custom-btn:before {
    content: "";
    position: absolute;
    background: url(../img/facebook-icon.png);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    left: 18px;
}
.form-box {
    padding-left: 50px;
}
.custom-modal .modal-header {
    padding: 0;
    border: none;
}
.custom-modal .modal-header button.btn-close {
    padding: 0 !important;
    margin: 0;
    position: absolute;
    right: 24px;
    top: 24px;
    background: none;
    opacity: 1;
}
.custom-modal .modal-header .btn-close:focus {
    outline: 0;
    box-shadow: none;
    opacity: 1;
}
.w45 {
    width: 47%;
}
.input-flx {
    display: flex;
    justify-content: space-between;
    position: relative;
}
.form-box .input-flx > .w45 {
    position: relative;
}
select.form-control {
    height: 40px;
    padding: 8px 20px;
    border-radius: 30px;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    border: 1px solid #545883;
    color: #5D607B;
}
form.form-modal input.form-control{
    color: #5D607B;
}
.form-control:focus {
    color: #5D607B;
    background-color: #fff;
    box-shadow: none;
    border: 2px solid #545883;
}
.modal-img{
    width: 100%;
}
.modal-img img{
    width: 100%;
}
/*Cookies*/
.cookies {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px;
    background-color: #2430A0;
    z-index: 999999999999;
    display: none;
}
.cookies_in {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cookies_in .cookies_left {
    width: 70%;
}
.cookies_left p {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 0;
}
.cookies_left p a {
    transition: .2s ease all;
    color: #fff;
    margin-left: 2px;
    padding-bottom: 1px;
    position: relative;
}
.cookies_left p a:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
    transition: .2s ease all;
}
.cookies_left p a:hover {
    color: #FB7356;
}
.cookies_left p a:hover::before {
    background-color: #FB7356;
}
.cookies_in .cookies_right {
    width: 30%;
}
.cookies_in .cookies_right .cook_ri {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.cook_ri .cookies_link a {
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 19px;
    position: relative;
    padding-bottom: 1px;
    letter-spacing: 0.085em;
    transition: .2s ease all;
}
.cookies_link a:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
    transition: .2s ease all;
}
.cookies_link a:hover {
    color: #FB7356;
}
.cookies_link a:hover::before {
    background-color: #FB7356;
}
.cookies_button {
    margin-left: 15px;
}
.cookies_button .yellowbtn {
    background-color: #FFDD00;
    color: #2430A0;
    display: inline-block;
}
.cookie_close {
    margin-left: 15px;
}
/*Cookies*/
/*Blog Main Page CSS*/
.blog_big .bb_image {
    border-radius: 16px;
    overflow: hidden;
    height: 400px;
    opacity: 0;
    transform: translateY(100%);
    transition: 1s ease all;
}
.owl-item.active .blog_big .bb_image {
    transform: translateY(0);
    opacity: 1;
}
.blog_big .bb_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.blog_big .bb_text {
    padding-left: 30px;
}
.bb_text .heading_tag {
    color: #CA2A26;
    letter-spacing: 0.085em;
    font-weight: 800;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.bb_text h2 {
    color: #2430A0;
    margin-bottom: 20px;
}
.bb_text p {
    color: #1B1F49;
}
.bb_text .bb_button {
    margin-top: 40px;
}
.blogs_slider .owl-dots {
    margin-top: 30px!important;
}
.blogs_slider .owl-dots .owl-dot span {
    background: #E9EFFF;
    border-radius: 16px;
    width: 16px;
    height: 6px;
    margin: 5px 4px;
}
.blogs_slider .owl-dots .owl-dot.active span {
    background: #2430A0;
    width: 32px;
}
.blogs_main .blog_listing  {
    margin-top: 60px;
    position: relative;
}
.blog_listing .blog_row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 50px;
    grid-row-gap: 60px;
    position: relative;
}
.blog_colm .blog-box {
    box-shadow: 0px 4px 21px rgba(0, 0, 0, 0.09);
    border-radius: 5px;
    border: none;
}
.blog_colm .blog-box .blog-label p {
    background: #F6D0DA;
    color: #FF245A;
    padding: 5px 8px;
}
.blog_colm h3.blog-title {
    color: #1B1F49;
}
.blog_filter {
    position: sticky;
    top: 130px;
    width: 80%;
    margin-left: auto;
    right: 0px;
    background-color: #E9EFFF;
    padding: 30px;
    border-radius: 16px;
}
.bfilter_in > div {
    margin-bottom: 30px;
}
.bfilter_in > div:last-child {
    margin-bottom: 0;
}
.bfilter_in .bflr_head {
    font-family: 'Nunito', sans-serif;
    color: #1C1C1C;
    letter-spacing: 0.08em;
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    margin-bottom: 15px;
}
.bfilter_in li {
    margin-bottom: 10px;
}
.bfilter_in li a {
    color: #4D4D4D;
    font-size: 16px;
    line-height: 24px;
    transition: .2s ease all;
}
.bfilter_in li a:hover {
    color: #E25753;
}
.bfilter_in li.active a {
    color: #E25753;
    font-weight: bold;
}
.bfilter_in p {
    color: #4D4D4D;
    font-size: 14px;
    line-height: 20px;
}
.nesletter_form .review-form {
    width: 100%;
}
.nesletter_form input {
    background: #FFFFFF;
    border: 1px solid #51557D;
    border-radius: 24px;
    padding: 10px 15px;
    width: 100%;
}
.nesletter_form input::placeholder {
    color: #ADB0CB;
    font-weight: 450;
    font-size: 16px;
    line-height: 24px;
}
.nesletter_form button {
    margin-left: 0!important;
    margin-top: 10px;
}
.paginate {
    margin-top: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.paginate ul {
    display: flex;
    align-items: center;
    justify-content: center;
}
.paginate ul li {
    margin: 0 8px;
}
.paginate ul li a {
    color: #51557D;
    font-size: 20px;
}
.paginate ul li.active a {
    color: #1B1F49;
    font-weight: bold;
}
.paginate .paginate_btn {
    width: 40px;
    height: 40px;
    background: #2430A0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: 0 5px;
}
.paginate .paginate_btn.disabled {
    background: #DADBE1;
}
.blog_details_data {
    margin-top: 20px;
}
.blog_banner_image {
    margin-bottom: 40px;
}
.blog_banner_image img {
    width: 100%;
}
.blog_details_content {
    position: relative;
}
.blog_details_content .bdc_text {
    width: 80%;
}
/*Class Details Page CSS*/
.classdetails_header .heading {
    margin-bottom: 20px;
}
.classdetails_header .heading .heading_tag {
    letter-spacing: 0.085em;
    text-transform: uppercase;
    color: #CA2A26;
    font-weight: 800;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 5px;
}
.classdetails_header h3 {
    color: #2430A0;
    font-weight: bold;
    font-size: 1.5em;
    line-height: 28px;
}
.classdetails_header .star_ratings {
    display: flex;
    align-items: flex-start;
}
.star_ratings .sr_number {
    font-size: 16px;
    line-height: 16px;
    color: #FFB051;
    font-weight: bold;
}
.star_ratings .sr_star {
    display: flex;
    align-items: center;
    margin-left: 3px;
}
.star_ratings .sr_star img {
    width: 14px;
    height: 14px;
    margin-right: 1px;
}
.classdetails_header .classmore_details {
    margin-top: 20px;
}
.classmore_details {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.classmore_details .cmd_details {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.cmd_details p {
    margin-bottom: 0;
    margin-right: 20px;
    padding-right: 20px;
    font-size: 16px;
    line-height: 26px;
    color: #51557D;
    border-right: 1px solid #C4C4C4;
}
.cmd_details p span {
    font-weight: 700;
    color: #E25753;
}
.cmd_details p:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}
.classmore_details .shareclass a {
    color: #51557D;
    letter-spacing: 0.04em;
    font-weight: bold;
    font-size: 16px;
    line-height: 30px;
    transition: .2s ease all;
}
.classmore_details .shareclass a:hover {
    color: #E25753;
}
.classmore_details .shareclass img {
    width: 18px;
    margin-right: 4px;
}
.classdetails_row {
    margin-top: 30px;
    margin-bottom: 60px;
    position: relative;
}
.cdthumbnail_slider {
    margin-top: 15px;
}
.cdt_slide_image {
    height: 400px;
    overflow: hidden;
}
.cdt_slide_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.cdt_thumb_image {
    height: 80px;
    width: 100%;
    overflow: hidden;
    border: 1px solid transparent;
    transition: .2s ease all;
    padding: 2px;
    cursor: pointer;
}
.owl-item.synced .cdt_thumb_image {
    border-color: #1B1B1B;
}
.cdt_thumb_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.class_details_tabs {
    margin-top: 40px;
}
.cd_tabs .tab {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #BDBDBD;
    padding-bottom: 10px;
}
.cd_tabs .tab .tablinks {
    margin-right: 30px;
    font-weight: bold;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.085em;
    text-transform: uppercase;
    color: #7D7D7D;
    transition: .2s ease all;
    cursor: pointer;
}
.cd_tabs .tab .tablinks:hover, .cd_tabs .tab .tablinks.active {
    color: #2430A0;
}
.cd_tabs .tab .tablinks.active {
    font-weight: 800;
}
.cd_tabs .tabs_data {
    margin-top: 20px;
}
.cd_description .cdd_data {
    margin-bottom: 45px;
}
.cd_description .cdd_data:last-child {
    margin-bottom: 0px;
}
.cd_description .cdd_data h5 {
    color: #2430A0;
    margin-bottom: 15px;
}
.cd_description .cdd_data p {
    color: #51557D;
    font-size: 16px;
    line-height: 150%;
}
.cdd_data .cdd_tags {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.cdd_tags .cdtags {
    background: #F55F3E;
    border-radius: 2px;
    padding: 4px 12px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.cdd_tags .cdtags a {
    color: #FFFFFF;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
}
.class_details_right {
    padding-left: 10px;
    position: sticky;
    top: 120px;
    right: 0;
}
.class_details_right .discover-filter {
    position: relative;
    top: 0;
    justify-content: space-between;
    margin-bottom: 30px;
}
.class_details_right .pricing_box {
    background: #E9EFFF;
    box-shadow: 0px 4px 21px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    padding: 25px;
}
.pricing_box_in .pb_head {
    position: relative;
}
.pb_head .price {
    font-size: 13px;
    font-weight: 400;
    color: #2430A0;
    letter-spacing: 0.085em;
    line-height: 24px;
    display: flex;
    align-items: center;
    margin-top: 5px;
    position: relative;
}
.price .pricevariation {
    position: absolute;
    top: 0;
    z-index: -1;
    opacity: 0;
}
.price .pricevariation.active {
    z-index: 1;
    opacity: 1;
    position: relative;
}
.pb_head .price .big {
    font-size: 25px;
    line-height: 29px;
    color: #2430A0;
    font-weight: 700;
    font-family:'Nunito', sans-serif;
    display: inline-block;
    margin-top: -10px;
    letter-spacing: 0;
}
.pb_head .price .striked {
    color: #6870BD;
    font-size: 14px;
    line-height: 24px;
    margin: 0 5px;
    text-decoration: line-through;
    letter-spacing: 0;
}
.pb_head .off_label {
    color: #FFFFFF;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    background: #2430A0;
    border-radius: 2px;
    padding: 4px 12px;
    position: absolute;
    top: -5px;
    right: 0;
}
.pb_data {
    margin: 25px 0 20px 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #6081F3;
}
.pb_data ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    color: #3E3E3E;
    font-size: 16px;
    line-height: 24px;
}
.pb_data ul li:before {
    content: '';
    position: absolute;
    background-image: url(../img/recuring-icon.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    width: 20px;
    height: 20px;
    left: 0;
    top: 2px;
}
.pb_enroll .custom-btn {
    margin-left: 0;
    width: 100%;
}
.refund_policy > a {
    color: #1B1B1B;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    text-transform: capitalize;
}
.refund_policy span.tooltip_out {
    position: relative;
    cursor: pointer;
    display: inline-block;
    margin-right: 8px;
}
.tooltip_out img {
    width: 16px;
    position: relative;
    margin-top: -3px;
}
span.tooltip_out .tooltip-text {
    visibility: hidden;
    width: 160px;
    background-color: #2430A0;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    border-radius: 6px;
    padding: 5px 10px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -80px;
    opacity: 0;
    color: #fff;
    transition: .3s;
    transform: translate3d(0px, 20px, 0px);
}
span.tooltip_out:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
}
.class_details_right .refund_policy {
    margin: 20px 0 30px 20px;
}

.custom-btn.fill-btn.orange {
    background: #FB7356;
    color: #fff;
}
.custom-btn.fill-btn.orange:hover {
    background: #2430A0;
    color: #fff;
}
.teacher_box {
    background: #E9EFFF;
    box-shadow: 0px 4px 21px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    padding: 25px;
}
.teacherbox_in .teacher_img {
    height: 200px;
    overflow: hidden;
    border-radius: 5px;
}
.teacherbox_in .teacher_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.teacher_details .teacher_name {
    margin: 10px 0;
}
.teacherbox_in h5 {
    color: #1B1B1B;
}
.teacher_details .star_ratings {
    display: flex;
    align-items: flex-start;
}
.review_count {
    margin: 8px 0;
    color: #3E3E3E;
    font-size: 14px;
    line-height: 16px;
}
.teacherprofile_btn {
    margin-top: 20px;
}
.teacherprofile_btn .custom-btn {
    margin-left: 0;
}
.teacher_about {
    margin-top: 20px;
}
.teacher_about h5 {
    margin-bottom: 10px;
}
.teacher_about p {
    color: #4D4D4D;
    font-size: 14px;
    line-height: 20px;
}
.reviews_top .star_ratings {
    display: flex;
    align-items: center;
    margin: 30px 0;
}
.reviews_top .star_ratings .sr_number {
    font-size: 22px;
}
.reviews_top .star_ratings .sr_star img {
    width: 18px;
    height: 18px;
    margin-right: 4px;
}
.reviews_top .star_ratings .sr_count {
    font-size: 16px;
    line-height: 150%;
    color: #4D4D4D;
}
.cd_reviews {
    margin-top: 30px;
}
.cd_reviews .reviews_login {
    font-size: 16px;
    line-height: 24px;
    color: #4D4D4D;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #4D4D4D;
}
.cd_reviews .reviews_login a {
    color: #2430A0;
    font-weight: 700;
    transition: .2s ease all;
}
.cd_reviews .reviews_login a:hover {
    color: #FB7356;
}
.review_list .review_boxx {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #E5E5E5;
}
.review_boxx {
    position: relative;
    padding-left: 65px;
}
.review_boxx .ruser_image {
    position: absolute;
    top: 8px;
    left: 0;
    width: 48px;
    height: 48px;
    overflow: hidden;
}
.review_boxx .ruser_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.ruser_data .ru_name {
    color: #1B1B1B;
    font-weight: bold;
    font-family:'Nunito', sans-serif;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 4px;
}
.ruser_data .ru_days {
    color: #4D4D4D;
    font-size: 14px;
    line-height: 16px;
}
.ruser_data .re_rating .star_ratings {
    display: flex;
    align-items: center;
    margin: 10px 0;
}
.ruser_data .ru_text {
    width: 70%;
}
.ruser_data .ru_text p {
    color: #51557D;
    font-size: 16px;
    line-height: 150%;
}
.reply_list .reply_boxx {
    margin-bottom: 20px;
    padding-bottom: 25px;
    border-bottom: 1px solid #E5E5E5;
}
.reply_boxx .reply_box_head {
    position: relative;
    padding-left: 65px;
}
.reply_box_head .ruser_image {
    position: absolute;
    top: 8px;
    left: 0;
    width: 48px;
    height: 48px;
    overflow: hidden;
}
.reply_box_head .ruser_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.ruser_data .ru_days {
    color: #4D4D4D;
    font-size: 14px;
    line-height: 16px;
}
.replyboxx_text {
    width: 70%;
}
.replyboxx_text p {
    color: #51557D;
    font-size: 16px;
    line-height: 150%;
    margin-top: 20px;
}
.reply_boxx .rp_reply  {
    background: #E9EFFF;
    border-radius: 5px;
    width: 80%;
    margin-left: 40px;
    padding: 20px;
}
.rp_reply .rp_head {
    position: relative;
    padding-left: 65px;
}
.rp_reply .ruser_image {
    position: absolute;
    top: 8px;
    left: 0;
    width: 48px;
    height: 48px;
    overflow: hidden;
}
.rp_reply .ruser_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.rp_content_text {
    margin-top: 20px;
}
.rp_content_text p {
    color: #1B1B1B;
    margin-bottom: 5px;
}

/*Careers Page CSS*/
.values_reverse .team-content {
    padding-left: 0px;
    padding-right: 30px;
}
.team-content .team-list:last-child {
    margin-bottom: 0;
}
a.newsletter-link img {
    margin-left: 8px;
    margin-bottom: 5px;
}
.career_banner {
    box-shadow: 0px 4px 21px rgba(0, 0, 0, 0.15);
    border-radius: 24px;
    overflow: hidden;
    width: 95%;
    margin-left: auto;
}
h1.heading_h1 {
    font-size: 3em;
    line-height: 114%;
    color: #2430A0;
    margin-bottom: 30px;
}
.banner-content-box.career-box {
    width: 90%;
}
.career-box p {
    color: #2430A0;
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 20px;
}
.career-box .custom-btn {
    text-transform: inherit;
    font-size: 16px;
    padding: 9px 27px;
}
.icon_section .ht-feature-img {
    height: 120px;
}
/*Teacher Profile Page CSS*/
.profiles {
    position: relative;
    margin-bottom: 30px;
}
.profiles .profile_leftcolm {
    padding-right: 20px;
    position: sticky;
    top: 130px;
    left: 0;
}
.profile_leftcolm .profile_image {
    border-radius: 4px;
    overflow: hidden;
    height: 190px;
}
.profile_leftcolm .profile_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.profile_leftcolm .profile_details {
    width: 85%;
    margin-top: 15px;
}
.profile_details .pdboxx {

}
.pdboxx .teacher_name {
    margin-bottom: 6px;
}
.pdboxx .teacher_name h5 {
    color: #1B1B1B;
}
.pdboxx .member_since {
    font-size: 14px;
    line-height: 16px;
    color: #4D4D4D;
}
.pdboxx .star_ratings {
    display: flex;
    align-items: center;
    margin-top: 12px;
}
.pdboxx .review_count {
    color: #4D4D4D;
    font-size: 14px;
    line-height: 16px;
}
.pdboxx .teacher_location {
    margin-top: 20px;
    padding-left: 28px;
    position: relative;
    color: #4D4D4D;
    font-size: 16px;
    line-height: 150%;
}
.teacher_location .loc_icon {
    position: absolute;
    top: -2px;
    left: 0;
}
.teacher_location .loc_icon img {
    width: 18px;
}
.padboxx .teacher_message {
    border-top: 1px solid #C4C4C4;
    padding-top: 20px;
    margin-top: 15px;
}
.padboxx .teacher_message .custom-btn {
    width: 100%;
}
.profile_rightcolm {
    padding-left: 30px;
}
.profile_rightcolm .profile_tabs {
    width: 85%;
}
.profile_tabs .tab {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #BDBDBD;
    padding-bottom: 10px;
    margin-bottom: 30px;
}
.profile_tabs .tab .tablinks {
    letter-spacing: 0.085em;
    font-weight: 800;
    font-size: 16px;
    line-height: 30px;
    text-transform: uppercase;
    color: #7D7D7D;
    margin-right: 30px;
    transition: .2s ease all;
    cursor: pointer;
}
.profile_tabs .tab .tablinks:last-child {
    margin-right: 0;
}
.profile_tabs .tab .tablinks:hover, .profile_tabs .tab .tablinks.active {
    color: #2430A0;
}
.profile_tabs .about_teacher p {
    font-size: 16px;
    line-height: 150%;
    color: #51557D;
    margin-bottom: 25px;
}
.teacher_intro {
    margin-top: 40px;
}
.teacher_intro h5 {
    margin-bottom: 20px;
}
.teacher_intro .intro_video {
    position: relative;
    display: inline-block;
    cursor: pointer;
}
.intro_video .iv_box {
    width: 250px;
    height: 140px;
    border-radius: 4px;
    overflow: hidden;
}
.intro_video .iv_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.intro_video .play_icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.intro_video .play_icon img {
    width: 36px;
}
#video_modal .custom-modal .modal-content {
    padding: 40px 60px 20px 60px;
}
.profile_classes .class-custom-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.about_teacher.about_learner {
    width: 90%;
}
/*Teacher's Dashboard Page CSS*/
.menu {
    position: relative;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    color: #1B1F49;
    display: flex;
    align-items: center;
    cursor: pointer;
    z-index: 2;
}
.ht-login-btn .menuicon_image {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 10px;
    box-shadow: 0px 4px 21px rgba(0, 0, 0, 0.15);
}
.ht-login-btn .menuicon_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.ht-login-btn .dropdown_user {
    display: flex;
    flex-direction: column;
}
.ht-login-btn .dropdown_user .user_role {
    display: flex;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: #e25a56;
    line-height: 16px;
}
.ht-login-btn .dropdown-container {
    display: flex;
    align-items: center;
    position: relative;
}
.ht-login-btn .dropdown {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    color: #1B1F49;
    text-transform: capitalize;
}
.dropdown-menu {
    display: none;
    flex-direction: column;
    border-radius: 8px;
    width: 100%;
    padding: 0 15px;
    background: #2430A0;
    transform-origin: top right;
    top: 60px;
    right: 0;
    border: none;
}
.dropdown-menu a {
    padding: 14px 0;
    flex-grow: 1;
    width: 100%;
    box-sizing: border-box;
    cursor: pointer;
    transition: background 0.3s ease;
    color: #FFFFFF;
    letter-spacing: 0.04em;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    text-align: left;
    border: none;
    border-bottom: 1px solid #4851A0;
    transition: .2s ease all;

}
.dropdown-menu a:last-child {
    border-bottom: none;
}
.dropdown-menu a:hover {
    color: #FF6948;
    font-weight: 700;
}
#openDropdown:checked + .dropdown-menu {
  display: flex;
  animation: openDropDown 0.4s ease 0s 1 forwards;
}
@keyframes openDropDown {
  from { transform: rotateX(50deg); }
  to { transform: rotateX(0deg); }
}
.menu-btn .dropdown-container {
    margin-top: 25px;
}
.menu-btn .dropdown {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 16px;
    font-weight: 800;
    line-height: 25px;
    color: #2430A0;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}
.menu-btn .dropdown-container .menuicon_image {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 10px;
    box-shadow: 0px 4px 21px rgba(0, 0, 0, 0.15);
}
.menu-btn .dropdown-container .menuicon_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.mobilenavmenu {
    display: flex;
    flex-direction: column;
    padding-left: 20px;
}
.mobilenavmenu a {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    color: #2430A0;
    text-transform: capitalize;
}
.dashboard_outer .dashboard_tab {
    background: #FAFAFA;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.05);
}
.dtabs_in {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}
.dtabs_in .tab {
    padding-top: 30px;
}
.dtabs_in .tab a {
    font-size: 16px;
    line-height: 150%;
    color: #1B1F49;
    margin-right: 35px;
    transition: .2s ease all;
    padding-bottom: 18px;
    border-bottom: 2px solid transparent;
    display: inline-block;
}
.dtabs_in .tab a:hover {

}
.dtabs_in .tab a.active {
    border-bottom-color: #1B1F49;
    font-weight: 700;
}
.dtabs_in .tab a.line {
    border-bottom-color: #1B1F49;
}
.dtabs_in .tab.protabs a.active {
    font-weight: 400;
}
.dashboard_data {
    margin: 50px 0 100px 0;
}
.ddats_in .ddata_subs {
    margin-bottom: 80px;
}
.ddata_subs h3 {
    font-size: 1.5em;
    font-weight: 700;
    color: #2430A0;
}
.ddata_subs .dds_sub {
    margin-top: 30px;
}
.dds_sub .nodata {
    background: #F7F9FF;
    border-radius: 8px;
    padding: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.nodata_in {
    text-align: center;
}
.nodata_in p {
    font-size: 16px;
    line-height: 150%;
    color: #1B1F49;
}
.nodata_in .nd_button {
    margin-top: 25px;
}
/*Teacher's Classes Page CSS*/
.myclasses_listing .class-custom-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-column-gap: 30px;
}
.discover-price.enroll_status {
    background-color: transparent;
}
.discover-price.enroll_status p {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0.04em;
}
.discover-price.enroll_status p.active {
    color: #00AB3F;
}
.discover-price.enroll_status p.inactive {
    color: #E25753;
}
.discover-class-img .edit_clssbtn {
    position: absolute;
    right: 15px;
    top: 12px;
    background: #fff;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.discover-class-img .edit_clssbtn img {
    width: 18px;
    height: 18px;
}
.edit_clssbtn .editclass_panel {
    position: absolute;
    width: 200px;
    right: 12px;
    top: 10px;
    background-color: #FB7356;
    border-radius: 8px;
    display: none;
    padding: 10px 15px;
    z-index: 4;
}
.edit_clssbtn .editclass_panel.active {
    display: block;
}
.editclass_panel li a {
    padding: 10px 0;
    border-bottom: 1px solid #FE9E89;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    color: #fff !important;
    display: block;
    transition: .2s ease all;
}
.editclass_panel li a:hover {
    color: #2430A0 !important;
}
.editclass_panel ul li:last-child a {
    border-bottom: none;
}
.dds_sub .classlist_heading {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    color: #FB7356;
    margin-bottom: 20px;
    margin-top: 40px;
    font-family: 'Nunito', sans-serif;
}
.edit_modals .modal-content {
    border-radius: 8px;
    border: 2px solid #2430A0;
}
.edit_modals .btn-close {
    background: none;
    opacity: 1;
    width: 25px;
    height: 25px;
}
.edit_modals .btn-close img {
    width: 100%;
}
.btn-close:focus {
    box-shadow: none;
}
.edit_modals .modal-header {
    border: none;
    padding: 20px 20px 10px 0;
}
.edit_modals .modal-body {
    padding: 20px 50px 60px 50px;
}
.editmodals_data {
    text-align: center;
}
.editmodals_data p {
    color: #51557D;;
    font-size: 16px;
    line-height: 24px;
}
.editmodals_data p b {
    display: block;
    color: #1B1F49;
    font-weight: bold;
    margin-top: 5px;
}
.editmodals_data .edbuttons {
    margin-top: 25px;
}
.edbuttons a.cancellink {
    color: #3E3E3E;
}
.edbuttons a.cancellink:hover {
    color: #2430A0;
}
.createbutton {
    width: 70px;
    height: 70px;
    position: fixed;
    right: 30px;
    z-index: 999;
    bottom: 150px;
    background: #2430A0;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 999;
}
.createbutton img {
    transition: .5s ease all;
    width: 35px;
}
.createbutton.active > img {
    transform: rotate(45deg);
}
.createbutton .createbtnsub {
    position: absolute;
    right: 90px;
    width: 240px;
    text-align: right;
    opacity: 0;
    transform: translateX(200%);
    transition: .8s ease all;
    z-index: 1;
}
.createbutton .createbtnsub.active {
    opacity: 1;
    transform: translateX(0);
}
.createbtnsub a {
    margin: 8px 0;
}
/*Teacher's Classes Page CSS*/
/*Teacher's Blogs Page CSS*/
.myblogs_listing .blog_row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 30px;
    grid-row-gap: 50px;
    position: relative;
}
.ddata_subs h3.blog-title {
    font-size: 20px;
    font-weight: 600;
    color: #1B1F49;
}
.blog-box .edit_clssbtn {
    position: absolute;
    right: 15px;
    top: 12px;
    background: #fff;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.blog-box .edit_clssbtn img {
    width: 18px;
    height: 18px;
}
.blog-box .edit_clssbtn .editclass_panel {
    background-color: #2430A0;
}
.blog-box .editclass_panel li a {
    border-bottom-color: #4851A0;
}
.blog-box .editclass_panel li a:hover {
    color: #E25753 !important;
}
/*Teacher's Blogs Page CSS*/
/*Teacher Messages*/
.inbox_outer {
    background: #FFFFFF;
}
.inbox_colmns .card_shadow {
    position: relative;
    height: calc(100% - 0px);
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    padding-left: 30px;
}
.card_shadow.borderr {
    padding-left: 0!important;
}
.card_shadow .card_body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.card_body .ilc_top {
    border-bottom: 2px solid #EFEFF7;
    position: relative;
    min-height: 70px;
}
.ilc_top .ilct_left ul {
    display: flex;
    align-items: center;
}
.ilct_left {
    position: relative;
    z-index: 1;
}
.ilct_left ul li {
    padding: 6px 10px;
    border-radius: 45px;
    min-width: 100px;
    font-size: 14px;
    font-weight: 500;
    color: #343434;
    text-align: center;
    cursor: pointer;
}
.ilct_left ul li.active {
    background-color: #DEE5FF;
    color: #335FFE;
}
.messbox {
    overflow: hidden;
    outline: none;
    overflow-y: auto;
    width: 100%;
    height: 80vh;
}
.messbox::-webkit-scrollbar {
  width: 4px;
}
.messbox::-webkit-scrollbar-track {
  background: #F0F0F0;
}
.messbox::-webkit-scrollbar-thumb {
  background: #C4C4C4;
}
.messbox::-webkit-scrollbar-thumb:hover {
  background: #C4C4C4;
}
.card_body .ilc_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
}
.box {
    width: calc(100% - 40px);
    position: absolute;
    top: 10px;
    right: 20px;
}
.container-2{
  width: 100%;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
}
.container-2 .icon{
    position: absolute;
    top: 50%;
    right:20px;
    margin-top: 13px;
    z-index: 3;
    color: #4f5b66;
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.container-2 input#search:focus {
    outline:none;
    width: 100%;
    border-color: #ABABAB!important;
    z-index: 2;
    position: relative;
}
 .container-2:focus .icon{
    color: #93a2ad;
    right: 90%;
}
.container-2 .icon2{
  display:none;
  position:absolute;
  right:0px;
  top: 18px;
  cursor:pointer;
     -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.messbox .tabcontent {
    animation: fadeEffect .5s;
}
.ilct_bottom .empty_message {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.empty_message p {
    margin-bottom: 0;
    color: #A0A0A0;
    font-size: 16px;
    font-weight: 400;
}
.irct_right {
    min-height: 70px;
    border-bottom: 2px solid #EFEFF7;
    position: relative;
}
.irct_bottom .empty_message {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.irct_bottom .empty_message img {
    width: 60%;
}
.irct_bottom.messbox {
    background-color: #F7F9FF;
    border-radius: 8px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.inbox_messages .messages_boxx {
    border-top: 1px solid #C4C4C4;
    position: relative;
    cursor: pointer;
}
.inbox_messages .messages_boxx:first-child {
    padding-top: 0;
    border-top: none;
}
.messages_boxx .msbi_notif {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    background-color: #0038FF;
    color: #fff;
    font-size: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    display: none;
}
.messages_boxx .msbi_notif.visible {
    display: inline-flex;
}
.msbox_in .msbi_content {
    display: flex;
    align-items: flex-start;
}
.msbi_content .msbi_image {
    width: 64px;
    height: 64px;
    border-radius: 4px;
    overflow: hidden;
}
.msbi_content .msbi_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.msbi_content .msbi_body {
    padding-left: 20px;
    padding-top: 4px;
}
.msbi_content .msbody_date {
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #1C1C1C;
    margin-bottom: 5px;
}
.messages_boxx .msbody_time {
    font-size: 14px;
    line-height: 16px;
    color: #6C6C6C;
}
.messages_boxx .msbox_in {
    padding: 20px;
    border-radius: 4px;
}
.messages_boxx.active .msbox_in {
    background-color: #F7F9FF;
    margin-bottom: 20px;
}
.card_body .irct_right {
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.irct_right .irct_rin {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.irct_rin .convoname {
    color: #343434;
    font-size: 16px;
    max-width: 60%;
    overflow: hidden;
    max-height: 25px;
}
.irct_rin .convo_details {
    display: flex;
    align-items: center;
}
.convo_details .convo_images {
    position: relative;
    padding-left: 20px;
}
.convo_images .image_first {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: .5px solid #ABABAB;
    position: relative;
    left: -20px;
}
.convo_images .image_first img {
    max-height: 100%;
    max-width: 100%;
}
.convo_images .part_num {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    overflow: hidden;
    border: .5px solid #ABABAB;
    padding: 5px;
    font-size: 14px;
    color: #ABABAB;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 20px;
    background-color: #fff;
}
.convo_details .leavethread {
    margin-left: 10px;
    padding-left: 10px;
    border-left: 2px solid #EFEFF7;
}
.leavethread a {
    color: #ABABAB;
    font-size: 14px;
    transition: .2s ease all;
}
.leavethread a:hover {
    color: #0038FF;
}
.messbox .inboxmess_full {
    position: relative;
}
.inboxmess_full .convostarted {
    background: #2430A0;
    padding: 15px 20px;
    text-align: center;
    color: #fff;
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    position: sticky;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 16;
}
.typing {
    position: sticky;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 20px 20px 20px;
    background: #F7F9FF;
}
.typing .type_in {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #C4C4C4;
    padding-top: 20px;
}
.typing .type_in textarea {
    border: 1px solid #51557D;
    border-radius: 16px;
    padding: 10px 15px;
    width: 90%;
    font-size: 16px;
}
.typing .type_in textarea::placeholder {
    color: #9C9C9C;
}
.type_in .messagesubmit {
    border-radius: 8px;
    height: 57px;
    margin-left: 20px;
}
.type_in .messagesubmit:focus {
    outline: none;
}
.inboxmess_full .inmess_top {
    padding: 20px 20px 10px 20px;
    height: calc(100% - 54px);
}
.inmess_top > div {
    margin: 30px 0;
}
.inmess_top .convostarted {
    text-align: center;
    color: #343434;
    font-size: 14px;
    margin-top: 0;
}
.inmess_top .convo_right {
    width: 70%;
    margin-left: auto;
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
}
.convo_right .convodetails {
    margin-left: 20px;
    padding-top: 25px;
}
.convodetails .convouser {
    text-align: center;
}
.convodetails .convouser .userimage {
    width: 48px;
    height: 48px;
    border-radius: 2px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}
.convouser .userimage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.convouser .username {
    margin-top: 5px;
    color: #3E3E3E;
    letter-spacing: 0.04em;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;

}
.convodetails .timestamp {
    color: #A0A0A0;
    font-size: 14px;
}
.convo_right .convobox_in {
    background-color: #D9E3FF;
    border-radius: 16px;
    padding: 10px 16px;
}
.convobox p {
    color: #3C3C3C;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
}
.convobox .timestamp {
    font-size: 12px;
    line-height: 16px;
    color: #6C6C6C;
    margin-bottom: 8px;
}
.inmess_top .convo_left {
    width: 70%;
    margin-right: auto;
    display: flex;
    align-items: flex-start;
}
.convo_left .convodetails {
    margin-right: 20px;
    padding-top: 25px;
}
.convo_left .convobox_in {
    background-color: #D9E3FF;
    border-radius: 16px;
    padding: 10px 16px;
}
/*Teacher Messages*/

/*Teacher Profile*/
.ddata_subs .profile_rightcolm h5 {
    margin-bottom: 20px;
    color: #2430A0;
}
/*Teacher Profile*/
/*Learner Dashboard Page*/
.dtabs_in .tab a img {
    margin: 0 8px;
    width: 17px;
}
.dashboard_data .welcome {
    background: #E9EFFF;
    border-radius: 8px;
    padding: 25px 30px;
    position: relative;
}
.welcome p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    color: #2430A0;
    margin-bottom: 0;
}
.welcome .welcome_close {
    position: absolute;
    top: 25px;
    left: -50px;
    cursor: pointer;
}
/*Learner Dashboard Page*/
/*Learner Class*/
.discover-class-box.nopad {
    padding-bottom: 0;
}
.learner_review .review-info {
    width: 40%;
    margin-left: auto;
}
.learner_review .review-info p {
    width: 90%;
}
.dds_sub .heading p {
    color: #3C3C3C;
}
.messbox.empty {
    background: #F7F9FF;
    border-radius: 8px;
    padding: 30px 90px;
    display: flex;
    align-content: center;
    justify-content: center;
}
.messbox.empty .empty_message {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
}
.empty_message img {
    width: 85px;
}
.empty_message p {
    margin-bottom: 0;
    color: #51557D;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    margin-top: 20px;
}
.new_message {
    padding: 30px;
}
.new_message label {
    color: #1C1C1C;
}
.new_message .custom-input-field {
    color: #1C1C1C;
}
.new_message .send_btn {
    padding-left: 18%;
}
/*Learner Class*/
/*Policies Page CSS*/
.classdetails_header .heading_policy {
    margin-bottom: 40px;
}
.policy_details p {
    margin-bottom: 15px;
}
.policy_details > p {
    width: 90%;
    color: #51557D;
    font-size: 16px;
    line-height: 150%;
}
.policy_details > p > a {
    color: #FB7356;
    font-weight: 700;
}
.policy_details h3,
.policy_details h4,
.policy_details h5,
.policy_details h6 {
    margin-top: 50px;
    color: #2430A0;
    margin-bottom: 20px;
    font-weight: 700;
}
.policy_details ul {
    padding-left: 30px;
    list-style: inherit;
    margin-bottom: 30px;
}
.policy_details ol {
    padding-left: 30px;
    list-style: auto;
    margin-bottom: 30px;
}
.policy_details ul li, .policy_details ol li {
    list-style: inherit;
    margin-bottom: 6px;
    font-size: 16px;
    line-height: 150%;
    color: #51557D;
}
.policy_details table {
    width: 100%;
}
.policy_details table tr {
    border-bottom: 1px solid #C4C4C4;
    vertical-align: top;
}
.policy_details table tr th {
    padding: 10px;
    padding-left: 0;
}
.policy_details table tr td {
    padding: 20px 60px 20px 0px;
    font-size: 16px;
    line-height: 150%;
    color: #51557D;
}
.policy_details table th {
    color: #1B1F49;
    font-size: 16px;
    font-weight: 700;
}
.policy_details table ul {
    padding-left: 10px;
    margin-bottom: 0;
}
.policy_details table ul li {
    font-size: 16px;
    line-height: 150%;
    color: #51557D;
}
/*Policies Page CSS*/
.blog-comment-box .no_comments {
    padding: 20px 0;
}
.blog-comment-box .no_comments p {
    margin-bottom: 0;
}
.login-check-div p.posted {
    color: #1B1F49;
}
.login-check-div form.review-form {
    width: 100%;
    margin-bottom: 10px;
}
/*Nikhil CSS*/

/*Kartik CSS*/
/*Email confirgration CSS*/
.email-conf-box{
    width: 50%;
}
section.configration-padding {
    padding-top: 40px;
    padding-bottom: 180px;
}
.email-conf-box p {
    margin-bottom: 35px;
    color: #1B1F49;
    font-size: 18px;
    line-height: 27px;
}
.email-conf-box .custom-btn.fill-btn {
    margin-left: 0;
}
form.change-password-form {
    padding-top: 40px;
}
.custom-field {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}
label.custom-label {
    width: 35%;
    font-family: Nunito Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    position: relative;
    margin-right: 20px;
    color: #1C1C1C;
}
label.custom-label:after{
    content: ":";
    position: absolute;
    right: 0;
    top: 6px;
}
.custom-input-field {
    height: 40px;
    padding: 8px 20px;
    border-radius: 30px;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #5D607B;
    border: 1px solid #545883;
    width: 65%;
}
.btn-space {
    margin-left: 43%;
    margin-top: 46px;
}
/*Blog Detail CSS*/
.custom-data{
    margin-top: 20px;
}
.bdc-justify p{
    text-align: justify;
    color: #1B1F49;
}
.blog-detail-inner-img{
    width: 100%;
}
.blog-detail-inner-img img{
    width: 100%;
}
.life-flex {
    display: flex;
    align-items: baseline;
    margin-top: 30px;
}
.life-flex h5 {
    color: #2430a0;
}
.face-like-btn {
    padding: 5px 8px;
    color: #fff;
    background: #2430a0;
    border-radius: 2px;
    margin-left: 19px;
    font-size: 13px;
    font-style: normal;
    font-weight: 800;
    line-height: 20px;
    letter-spacing: 0.08em;
    text-align: left;
    position: relative;
    display: flex;
    align-items: center;
    transition: 0.4s ease-all;
}
.face-like-btn img {
    width: 16px;
    margin-right: 7px;
}
.comment-section{
    margin-top: 55px;
    width: 80%;
}
.comment-section h4{
    color: #2430A0;
    font-size: 25px;
    line-height: 34px;
    font-weight: 700;
    margin-bottom: 16px;
}
.login-check-div p{
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #4D4D4D;
    margin-bottom: 0px;
}
.login-check-div {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #4D4D4D;
}
.login-check{
    font-family: 'Nunito Sans', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #2430A0;
}
.blog-comment-box{
    padding: 0 20px;
    background: #E9EFFF;
    border-radius: 5px;
}
.blog-reply-box{
    width: 100%;
    padding-top: 20px;
}
.blog-reply-box .rp_head {
    position: relative;
    padding-left: 65px;
}
.blog-reply-box .ruser_image {
    position: absolute;
    top: 8px;
    left: 0;
    width: 48px;
    height: 48px;
    overflow: hidden;
}
.ruser_data .ru_name {
    color: #1B1B1B;
    font-weight: bold;
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 4px;
}
.ruser_data .ru_days {
    color: #4D4D4D;
    font-size: 14px;
    line-height: 16px;
}
.blog-reply-box .rp_content_text p {
    color: #1B1F49 !important;
    margin-bottom: 0px;
}
.blog-reply-box .rp_content_text{
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 28px;
}
.blog-comment-box .ruser_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.cdd_tags {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.bd-filters .cdd_tags .cdtags{
    margin-right: 7px;
}
.extra-blog-section .blog_row{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 25px;
    grid-row-gap: 60px;
    position: relative;
}
.blog_colm .blog-box {
    box-shadow: 0px 4px 21px rgb(0 0 0 / 9%);
    border-radius: 5px;
    border: none;
    background: #fff;
}
.redbg {
    background: #FFEFEC;
}
.red h2 {
    color: #FB7356;
}
.extra-blog-section {
    padding-bottom: 110px !important;
}
.blog_details_content{
    position: relative;
}
.bdc_share h5 {
    color: #2430A0;
    margin-bottom: 10px;
    text-align: center;
}
.bdc_share {
    width: 20%;
}
ul.blog-social-icon li {
    padding: 11px 0;
    text-align: center;
}
a.blog-social-icon-link svg {
    width: 18px;
    height: 18px;
}
ul.blog-social-icon li a.blog-social-icon-link:hover svg path {
    fill: #FB7356;
}
a.blog-social-icon-link svg path {
    fill:#C4D5FF;
    transition: .2s ease all;
}
.bdc_share {
    width: 60px;
    position: absolute;
    right: 0;
    top: -10px;
    text-align: center;
}
.login-check:hover {
    color: #FB7356;
}
.extra-blog-section .blog_colm h3.blog-title {
    color: #1B1B1B;
}
.extra-blog-section p.blog-info {
    color: #4D4D4D;
}
.twitter-icon svg{
    width: 20px;
}
.face-like-btn:hover {
    color: #fff;
    background: #FB7356;
}
.bat-community-box {
    background: #2430A0;
    border-radius: 240px;
    padding: 32px 65px 30px 65px;
    overflow: hidden;
}
.bat-community-row {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.bat-community-row .bat-community-col{
    width: 24%;
    padding: 0 15px;
}
/*
.bat-community-row .bat-community-col:nth-child(4){
    width: 16%;
}
*/
.bat-community-title h5 {
    letter-spacing: 0.16em;
    text-align: center;
    color: #fff;
}
.bat-heading h2 {
    color: #FFDD00;
}
.bat-heading p {
    color: #FFFFFF;
    margin-bottom: 0px;
}
.hiw-row{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 20px;
    grid-row-gap: 0px;
    position: relative;
}
.hiw-box {
    text-align: center;
    position: relative;
}
.hiw-box:after {
    content: '';
    position: absolute;
    top: 100px;
    right: -25px;
    background-image: url(../img/arrow-black-right.svg);
    background-repeat: no-repeat;
    background-size: 35px;
    width: 35px;
    height: 35px;
}
.hiw-row .hiw-col:last-child .hiw-box:after {
    content: none;
}
.hiw-img-box {
    position: relative;
    text-align: center;
}
.hiw-img-box .hiw-bg {
    height: 200px;
    width: auto;
}
img.hiw-main {
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: auto;
    height: 120px;
}
.hiw-content {
    margin-top: 20px;
    width: 30ch;
    margin: 0 auto;
    margin-top: 20px;
}
.hiw-content h4 {
    color: #2430A0;
    font-size: 25px;
    line-height: 28px;
    margin-bottom: 16px;
}
.hiw-content p {
    color: #51557D;
}
.ht-feature-img {
    height: 120px;
}
.bat-icon-section .is_row {
    column-gap: 60px;
}
.hiw-row .hiw-col:nth-child(1) .hiw-content {
    width: 28ch;
}
/*Contact CSS*/
.address-detail h3 {
    font-size: 25px;
    color: #2430A0;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 16px;
}
.address-detail p {
    color: #51557D;
    margin-bottom: 0px;
}
.heading-contact{
    margin-bottom: 40px !important;
}
.address-first{
    margin-bottom: 40px;
}
.address-content{
    display: flex;
    justify-content: space-between;
}
.address-map-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid #2430A0;
    background: #F4F7FA;
    line-height: 48px;
    text-align: center;
}
.support-title{
    margin-bottom: 20px;
}
.faq-box .support-title {
    margin-bottom: 35px;
}
.legal-link-box .support-title {
    margin-bottom: 35px;
}
.support-title h3 {
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    color: #2430A0;
}
.customer-support-box {
    padding: 16px;
    box-shadow: 0px 4px 21px 0px #0000000d;
    background: #F4F7FA;
    border-radius: 4px;
    display: flex;
    width: 100%;
    margin-bottom: 30px;
}
.cs-img {
    width: auto;
    height: 125px;
    border-radius: 4px;
    overflow: hidden;
}
.cs-img img{
    width: 100%;
    height: 100%;
}
.cs-content {
    margin-left: 20px;
}
.cs-content h4 {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.02em;
    text-align: left;
    margin-bottom: 3px;
    color: #1B1F49;
    text-transform: capitalize;
}
.cs-content span{
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.085em;
    text-align: left;
    text-transform: uppercase;
    color: #E25753;
    margin-bottom: 20px;
    display: inline-block;
}
.cs-link {
    display: block;
    color: #51557D;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0.04em;
    text-align: left;
    transition: 0.3s ease-all;
}
.cs-link-margin{
    margin-bottom: 12px;
}
.cs-img-link {
    margin-right: 8px;
    width: 18px;
}
a.cs-link:hover{
    color: #E25753;
}
ul.contact-social-ul {
    display: inline-flex;
    margin-top: 6px;
}
ul.contact-social-ul li {
    margin-right: 18px;
}
a.contact-social-link svg {
    width: 26px;
    height: 26px;
    transition: 0.4s ease-all;
}
a.contact-social-link svg path {
    fill: #C4D5FF;
}
a.contact-social-link:hover svg path {
    fill: #FB7356;
}
.faq-accordion-content{
    margin-bottom: 34px;
}
.faq-accordion-content .ques{
    font-weight: 700;
    margin-bottom: 4px;
}
.faq-accordion-content p{
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #51557D;
    margin-bottom: 0;
}
.legal-link-box{
    margin-top: 30px;
}
.legal-link{
    font-family: Nunito Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #1B1F49;
    margin-bottom: 18px;
    display: block;
}
.contact-sidebar {
    margin-left: 50px;
    position: sticky;
    top: 120px;
}
.contact-sidebar-box {
    width: 100%;
    background: #F4F7FA;
    box-shadow: 0px 4px 21px 0px #0000000d;
}
.contact-sidebar-img {
    width: 100%;
}
.contact-sidebar-img img {
    width: 100%;
    object-fit: cover;
}
.contact-sidebar-content {
    padding: 20px;
    text-align: center;
}
.contact-sidebar-content h4 {
    color: #2430A0;
    font-size: 23px;
    line-height: 32px;
    margin-bottom: 16px;
    font-weight: 700;
}
.contact-sidebar-content p {
    margin-bottom: 20px;
    color: #51557D;
}
.sc-div {
    text-align: center;
    margin-bottom: 20px;
}
.sc-div span {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.085em;
    text-align: left;
    text-transform: uppercase;
    color: #FB7356;
    display: inline-block;
    margin-bottom: 4px;
}
.sc-div a.cs-link {
    text-align: center;
    margin-bottom: 5px;
    font-weight: bold;
}
.main-coontact-box {
    margin-right: 30px;
}
.contact-bottom-space{
    margin-bottom: 60px;
}
.contact-detail {
    position: relative;
}
.mobile-view{
    display: none;
}
/*Onboarding Page CSS*/
.onboard-flex {
    display: flex;
    align-items: stretch;
    height: 100%;
}
.onbaord-col-35 {
    width: 490px;
    background: #E9EFFF;
    padding-bottom: 200px;
}
.onboard-logo {
    padding: 70px 60px 70px 60px;
}
.onboard-logo-img {
    width:180px;
    margin-bottom: 40px;
}
.onboard-logo-img img {
    width: 100%;
}
.onboard-quote {
    font-family:'Nunito', sans-serif;
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: 0em;
    text-align: left;
    color: #FF6948;
}
.onbaord-col-65 {
    width:calc(100% - 490px);
    background: #fff;
}
.onboard-main-section {
    padding: 70px 50px 150px 80px;
}
.onboard-tabs {
    display: inline-flex;
    margin-bottom: 45px;
}
.onboard-li{
    padding-left: 80px;
    position: relative;
}
.onboard-in {
    line-height: 48px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #F4F7FA;
    text-align: center;
    z-index: 1;
    position: relative;
}
.onboard-li:after{
    content: "";
    position: absolute;
    height: 3px;
    background: #F4F7FA;
    width: 100%;
    right: 0;
    top: 23px;
    z-index: 0;
}
.onboard-tabs .onboard-li:first-child{
    padding-left: 0px;
}
.onboard-tabs .onboard-li:first-child::after{
    content: none;
}
.onboard-li.active .onboard-in{
    background: #2430A0;
}
.onboard-li.active:after {
    background: #2430A0;
}
a.onboard-link img {
    width: 22px;
    height: 22px;
}
h3.onboard-title {
    font-size: 31px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: left;
    color: #2430A0;
    margin-bottom: 10px;
}
.onboard-content p {
    color: #51557D;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
}
.onboard-margin.heading p{
    margin: 0px;
}
.question-box h4 {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    color: #2430A0;
    margin-bottom: 16px;
}
.question-box  h5 {
    font-size: 16px;
    line-height: 24px;
    color: #FB7356;
    margin-bottom: 16px;
}
.question-box p{
    margin-top: 0px;
    margin-bottom: 16px;
}
ul.question-ul li {
    padding: 2px 0;
    position: relative;
    padding-left: 24px;
}
ul.question-ul li:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    background: #000;
    border-radius: 50%;
    left: 8px;
    right: 0;
    top: 11px;
    text-align: center;
}
ul.question-ul li p {
    margin-bottom: 0px;
}
footer.onboard-footer {
    background: #F4F7FA;
    padding: 28px 0;
}
.onboard-footer-content {
    display: flex;
}
.onborad-para {
    padding-right: 40px;
}
.onborad-para p{
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #51557D;
    margin-bottom: 0;
}
.footer-onboard-link {
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #51557D;
    padding-right: 30px;
}
.footer-onboard-link:hover{
    color: #E25753;
}
.onboard-li.active .onboard-in svg path {
    fill: #fff;
}
p.required-para{
    font-size: 16px;
    line-height: 24px;
    color: #CA2A26;
    margin-top: 5px;
    margin-bottom: 0px;
    font-weight: 700;
}
.onboard-form-box .question-box h4{
    margin-bottom: 0px;
}
.input-form-div {
    width: 65%;
}
.input-form-div input.custom-input-field {
    width: 100%;
}
textarea.custom-textarea {
/*    height: 90px;*/
    padding: 8px 20px;
    border-radius: 18px;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #5D607B;
    border: 1px solid #545883;
    width: 100%;
}
form.onboard-form .custom-field {
    align-items: inherit;
}
hr.onboard-hr {
    margin: 45px 0;
    border: 1px solid #C4C4C4;
    opacity: 1;
    height: 0;
}
form.onboard-form .input-field {
    margin-bottom: 40px;
}
label.main-label {
    font-family: Nunito Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #1C1C1C;
    margin-bottom: 16px;
}
textarea.form-control.main-textarea {
    height: 140px;
    padding: 8px 20px;
    border-radius: 18px;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #5D607B;
    border: 1px solid #545883;
    width: 100%;
    margin-bottom: 5px;
}
.onboard-img {
    width: 80%;
}
.onboard-img img {
    width: 100%;
}
.onboard-content {
    width: 80%;
}
form.onboard-form p {
    font-size: 14px;
    line-height: 20px;
}
.file-input__input {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.upload-flx{
    display: flex;
}
.upload-img {
    width: 80px;
    height: 80px;
    margin-top: 30px;
    position: relative;
    display: flex;
}
.upload-img img{
    width: 100%;
    height: 100%;
/*    margin-right: 20px !important;*/
}
div#upload-video {
    margin-top: 20px;
}
.upload-cross{
    position: absolute;
}
a.upload-cross img {
    width: 100%;
    height: 100%;
    text-align: center;
}
.upload-cross {
    position: absolute;
    width: 20px;
    height: 20px;
    background: #1C1C1C;
    border-radius: 50%;
    right: -9px;
    line-height: 20px;
    top: -5px;
}
.input-submit{
    margin-bottom: 16px;
}
form.onboard-form label.custom-label {
    color: #1B1F49;
    padding-top: 7px;
    max-width: 220px;
}
.input-form-div input.custom-input-field{
    border: 1px solid #51557D
}
form.onboard-form p {
    margin-top: 7px;
}
.upload-flx p {
    display: inline-block;
    width: 30%;
    text-align: left;
    margin-top: 1px !important;
    margin-bottom: 0;
    margin-left: auto;
}
.upload-flx label.custom-btn.fill-btn {
    display: inline-block;
    align-self: center;
}
p.extra-para {
    width: 45%;
}
form.onboard-form p {
    padding: 0 10px;
}
.input-field p {
    line-height: 24px !important;
    padding: 0px !important;
}
.input-field span {
    font-size: 14px;
    font-weight: 400;
}
.input-field span.error-text {
    position: relative;
/*    bottom: -24px;*/
    left: 0;
    display: block;
    margin-top: 8px;
}
.input-field.passWord span.error-text {
    bottom: 0;
}
.form.onboard-form .check-field [type="checkbox"] + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    width: 22px;
    height: 22px;
    border: 1px solid #1C1C1C;
    border-radius: 2px;
}
.form.onboard-form .check-field [type="checkbox"] + label:after {
    content: '';
    position: absolute;
    width: 13px;
    height: 12px;
    top: 5px;
    left: 4px;
    font-size: 1.3em;
    line-height: 0.8;
    background: #2430A0;
    transition: all .2s;
    border-radius: 2px;
}
select.form-control{
    position: relative;
    height: auto !important;
    background-image: url('../img/select-arror.png');
    background-size: 10px;
    background-repeat: no-repeat;
    background-position:95% 55%;
}
.onboarding-body.full_height {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.onbaord-col-35{
    min-height: calc(100vh - 80px);
}
.container-fluid {
    padding: 0 20px;
}

/*Add A Class CSS*/
.dtabs_in .tab.custom-breadcrumb a {
    font-weight: normal;
    margin-right: 20px;
    padding-right: 30px;
    position: relative;
    transition: .2s ease all;
}
.dtabs_in .tab.custom-breadcrumb a:hover {
    color: #FB7356;
}
.dtabs_in .tab.custom-breadcrumb a:before{
    content: "";
    position: absolute;
    background-image: url('../img/breadcrump-icon.svg');
    width: 10px;
    height: 10px;
    background-size: 6px;
    background-repeat: no-repeat;
    right: -4px;
    top: 8px;
    opacity: 0;
}
.dtabs_in .tab.custom-breadcrumb a.active:before {
    opacity: 1;
}
.dtabs_in .tab.custom-breadcrumb a.active {
    font-weight: normal;
    border-bottom-color: transparent;
}
.dtabs_in .tab.custom-breadcrumb a:last-child {
    padding-right: 0;
}
.class-form .custom-label{
    width: 16%;
    max-width: 100%;
}
.class-form .input-form-div{
    width: 84%;
    max-width: 100%;
}
.class-form-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.h-65{
    height: 55px !important;
}
.h-480{
    height: 400px !Important;
}
.textarea-width {
    width: 65%;
}
.class-form-flex .custom-textarea {
    border-radius: 16px;
}
.input-form-div.class-form-flex p {
    width: 30%;
    padding-left: 30px;
}
.width-field .input-width{
    width: 46%;
}
.fee-div {
    width: 100%;
     position: relative;
}
.fee-div label {
    font-family: Nunito Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #2430A0;
    background: #2430A0;
    padding: 2px 13px;
    border-radius: 16px;
    background: #E9EFFF;
    position: absolute;
    right: 10px;
    top: 7px;
}
.fee-div > input {
    padding-right: 75px;
}
.form-radio {
    display: flex;
    margin-bottom: 15px;
}
.form-radio .check-field [type="radio"] + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    width: 24px;
    height: 24px;
    border: 1px solid #1C1C1C;
    border-radius: 50%;
}
.form-radio .check-field [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}
.form-radio .check-field [type="radio"] + label:after {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    top: 4px;
    left: 4px;
    line-height: 0.8;
    background: #2430A0;
    transition: all .2s;
    border-radius: 50%;
}
.form-radio .check-field [type="radio"] + label {
    position: relative !important;
    padding-left: 2rem !important;
    cursor: pointer !important;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
    color: #1B1F49;
    margin-right: 20px;
}
.price-default input.custom-input-field {
    border: 1px solid #D8D8D8;
}
.price-default .fee-div label {
    background: #F1F1F1;
    color: #C4C4C4;
}
form.onboard-form.class-form hr.onboard-hr {
    width: 70%;
}
.custom-field.btn-space.class-form-flex {
    margin-left: 22%;
}
a.custom-btn.clear-btn {
    color: #3E3E3E;
    margin-left: 15px;
}
.input-form-div.class-form-flex p {
    width: 30%;
    padding-left: 30px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0px;
    text-align: left;
    color: #3C3C3C;
}
form.onboard-form.class-form .custom-field {
    margin-bottom: 32px;
}
.ac-title h3 {
    margin-bottom: 40px;
}
.form-control:focus {
    border: 1px solid #545883 !important;
}
.new-fields {
    position: relative;
}
.class-form-para {
    position: absolute;
    width: 24%;
    top: 34%;
    right: 13%;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 150% !important;
    letter-spacing: 0px;
    text-align: left;
    color: #3C3C3C;
}
.custom-field.btn-space.class-flex {
    margin-left: 18%;
}
form.onboard-form.class-form p {
    padding: 0;
    margin-bottom: 0;
    padding-left: 5px;
}
form.onboard-form.class-form .input-form-div p {
    color: #3C3C3C;
}
.upload-img-flx {
    display: flex;
    justify-content: flex-start;
    width: 65%;
    flex-wrap: wrap;
}
.upload-img-flx .upload-img {
    width: 80px;
    margin-right: 30px;
}
.price-default label.custom-label {
    color: #C4C4C4;
}
.price-default  select.form-control{
    border: 1px solid #D8D8D8;
}
.textarea-para{
    padding-left: 30px !important;
}
.custom-field.disabled .custom-label {
    color: #C4C4C4;
}
.custom-field.disabled .custom-input-field {
    color: #C4C4C4;
    border-color: #C4C4C4;
    pointer-events: none;
}
.custom-field.disabled .form-control {
    color: #C4C4C4;
    border-color: #C4C4C4;
    pointer-events: none;
}
.custom-field.disabled .custom-input-field::placeholder {
    color: #C4C4C4;
}
/*Add A Class CSS*/
/*Review CSS*/
.review-content {
    display: flex;
    padding: 32px 0;
    border-bottom: 1px solid #C4C4C4;
}
.review-profile {
    display: flex;
}
.review-col {
    width: 50%;
}
.review-img {
    width: 80px;
    height: 80px;
    margin-right: 20px;
    border-radius: 4px;
    overflow: hidden;
}
.review-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.review-profile-info h6 {
    font-family:'Nunito', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #1C1C1C;
    margin-bottom: 8px;
}
.review-profile-info p {
    color: #6C6C6C;
    font-size: 14px;
    line-height: 20px;
}
.review-col-flex {
    display: flex;
}
.review-col-flex .star_ratings {
    display: flex;
    align-items: flex-start;
    padding-top: 2px;
}
.review-time {
    font-size: 14px;
    line-height: 20px;
    color: #6C6C6C;
    margin-left: 24px;
}
.review-info p {
    color: #51557D;
    width: 74%;
    margin-top: 16px;
    font-size: 16px;
    margin-bottom: 0;
    line-height: 150%;
}
.review-box .review-content:first-child {
    padding-top: 0;
}
.review-container {
    margin-top: 50px;
}
.review-profile-info {
    margin-top: -5px;
}
/*Teacher Discussion CSS*/
.review-box h4 {
    color: #FB7356;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
}
.review-info p.discussion-para {
    margin-top: 0px;
    margin-bottom: 16px;
}
.review-info p.discussion_reply {
    display: flex;
    margin-top: 22px;
}
.review-info p.discussion_reply b {
    margin-right: 5px;
}
form.discussion-form .textarea-width {
    width: 75%;
    margin-bottom: 16px;
}
.show-more-div{
    margin-top: 40px;
    text-align: center;
}
.review-margin{
    margin-bottom: 80px;
}
a.custom-btn.remove-btn {
    padding: 0;
    font-size: 16px;
    line-height: 19px;
    color: #1C1C1C;
    text-transform: capitalize;
    letter-spacing: 0;
    border-radius: 0;
    font-weight: 600;
    text-decoration: underline;
}
.review-info {
    position: relative;
}
.review-info .remove-div {
    position: absolute;
    top: 0;
    right: 0px;
}
.ans-para{
    margin-top: 8px;
}
.profile-form label.custom-label {
    width: 25%;
}
.profile-form .input-form-div {
    width: 75%;
    max-width: 100%;
}
.profile-form .width-field .input-width {
    width: 66%;
}
.profile-form .textarea-width {
    width: 66%;
}
.custom-field.profile-save {
    margin-left: 27%;
}
form.onboard-form.class-form.profile-form hr.onboard-hr {
    width: 75%;
}
.input-form-div.disabledfield .form-control, .input-form-div.disabledfield .custom-input-field {
    background-color: #FAFAFA;
    border: 1px solid #C4C4C4;
    color: #6C6C6C;
    pointer-events: none;
}
.profiles .ddats_in {
    padding-left: 40px;
}
.profiles .ddats_in .ddata_subs{
    margin-bottom: 0;
}
.email-div h3{
    margin-bottom: 16px !important;
}
.email-div p{
    margin-bottom: 30px !important;
}
.dtabs_in .tab.custom-breadcrumb a.new-icon:before {
    content: "|";
    position: absolute;
    background-image:none;
    width: 6px;
    height: 10px;
    background-size: 6px;
    font-size: 24px;
    background-repeat: no-repeat;
    right: 0;
    top: 0px;
    opacity: 1;
}
form.onboard-form.class-form.profile-form .custom-field {
    margin-bottom: 24px;
}
/*Teacher Discussion CSS*/
.reviews_login h3 {
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: left;
    color: #2430A0;
    margin-bottom: 10px;
}
form.review-form {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 80%;
}
textarea.form-control.custom-textarea.textarea-custom-width {
    margin-bottom: 20px;
}
.cd_reviews .reviews_login a.custom-btn.fill-btn {
    color: #fff;
}
.ask-ques h3{
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 16px;
    color: #2430A0;
}
.ask-ques p{
    font-family: Nunito Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    width: 50%;
    color: #3C3C3C;
    margin-bottom: 0;
}
.ask-ques {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #4D4D4D;
}
.my-profile-info h3 {
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    color: #2430A0;
    margin-bottom: 24px;
}
.profile-detail{
    margin-bottom: 55px;
}
.profile-flex {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}
.profile-flex p.heading-para {
    font-family: Nunito Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    position: relative;
    color: #1B1F49;
    width: 20%;
    margin-bottom: 0;
}
.profile-flex p {
    font-family: Nunito Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    position: relative;
    color: #51557D;
    width: 80%;
    margin-bottom: 0;
}
.profile-flex p.heading-para:after {
    content: ":";
    position: absolute;
    right: 0;
    margin-right: 20px;
}
.on_label {
    position: absolute;
    top: 8px;
    right: 20px;
    font-family: Nunito Sans;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
    color: #FB7356;
    display: flex;
    align-items: center;
    margin: 0;
}
.on_label img {
    margin-right: 5px;
}
.star_ratings.star-extra-space .sr_star img {
    margin-left: 2px;
}
.my-profile-info{
    position: relative;
}
.orange-bg{
    background: #FB7356;
    color: #fff;
}
.edit-btn{
    position: absolute;
    top: 4px;
    right: 0;
}
.member_since {
    padding-top: 7px;
}
/*Edit Profile*/
.profile_image{
    position: relative;
}
a.custom-btn.white-bg {

    background: #fff;
    margin: 0 20px;
    font-size: 13px;
    line-height: 20px;
    color: #000000;
}
.profile-space .ddata_subs {
    margin-bottom: 60px !Important;
}
.edit-profile{
     margin-bottom: 60px !Important;
}
a.delete-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #fff;
    padding: 7px;
    border-radius: 2px;
    width: 28px;
    height: 28px;
    line-height: 12px;
    cursor: pointer;
}
a.delete-icon img {
    width: 15px !important;
    height: 15px !important;
}
.class-form.payment-form h4 {
    font-size: 1.2em;
    font-weight: 700;
    /*color: #2430A0;*/
    margin-bottom: 5px;
}
.class-form.payment-title h4 {
    font-size: 1.2em;
    font-weight: 700;
    color: #2430A0;
    margin-bottom: 30px;
}
.class-form.payment-form .width-field .input-width {
    width: 80%;
}
.payment-form .class-form .custom-label {
    width: 30%;
    max-width: 100% !important;
}
.payment-form .custom-field.btn-space.class-flex {
    margin-left: 29%;
}
.payment-form form.onboard-form.class-form hr.onboard-hr {
    width: 90%;
}
a.custom-btn.clear-btn:hover {
    color: #2430a0;
}
/*Edit Profile*/
.custom-btn.fill-btn.disabled{
    background: #ABABAB;
}
a.facebook-icon {
    position: absolute;
    right: 0;
    width: 32px;
    height: 32px;
    padding: 4px;
    background: #F1F1F1;
}
/*Kartik CSS*/

/*Responsive CSS*/
@media(max-width:1800px){
    .teacher-img {
        height: 300px;
    }
}
@media(min-width: 1400px) {
    .container-fluid {
        max-width: 1360px;
        padding: 0 20px;
    }
    .container {
        max-width: 1170px;
        margin: 0 auto;
    }
}
@media(max-width:1500px){
    .teacher-img {
        height: 250px;
    }
}
@media(max-width:1400px){
    .cookies_in .cookies_left {
        width: 75%;
    }
    .cookies_in .cookies_right {
        width: 25%;
    }
    .banner-content-box.about-box{
        width: 100%;
    }
/*
    .bat-community-row .bat-community-col:nth-child(4) {
        width: 19%;
    }
*/
/*
    .bat-community-row .bat-community-col {
        width: 27%;
    }
*/
    .onbaord-col-35 {
        width: 480px;
        background: #E9EFFF;
    }
    .onbaord-col-65 {
        width: calc(100% - 480px);
        background: #fff;
    }
    .onboard-quote {
        font-size: 32px;
        line-height: 50px;
    }
    .onboard-content {
        width: 90%;
    }
    .onboard-main-section {
        padding: 60px 50px 150px 50px;
    }
}
@media(max-width:1200px){
    .cookies_in .cookies_left {
        width: 60%;
    }
    .about-story-box {
        border-radius: 180px;
    }
/*
    .tabcontent.menu-bottom {
        bottom: 12px;
    }
*/
    .cookies_in .cookies_right {
        width: 40%;
    }
    .hobby-btt-btn {
        bottom: 90px;
    }
    .hobby-chat-btn {
        bottom: 145px;
    }
    .class-custom-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .banner-content-box.about-box  {
        width: 90%;
    }
    .center .community-content p {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
    .heading.short {
        width: 70%;
    }
    .carouselinner .owl-carousel .owl-item {
        display: block;
    }
    form.newslettter-form {
        width: 60%;
    }
    .main-banner {
        top: 20px;
    }
    .bg-img {
        width: 74%;
    }
    a.custom-btn.fill-btn.banner-btn {
        position: relative;
        display: block;
        margin-top: 15px;
    }
    .input-flex-form {
        display: block;
    }
    input.form-control.banner-input {
        padding-right: 20px;
    }
    .teacher-img {
        width: 100%;
        height: 350px;
    }
    .category-grid {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        column-gap: 40px;
        grid-row-gap: 35px;
        position: relative;
    }
    .class-filter:after {
        left: 65%;
        top: 9px;
    }
    .section-title {
        font-size: 28px;
        line-height: 48px;
    }
    .class-main-custom-grid {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        column-gap: 30px;
        grid-row-gap: 30px;
        position: relative;
    }
    .blog_listing .blog_row {
        column-gap: 30px;
        grid-row-gap: 40px;
    }
    .blog_filter {
        width: 90%;
    }
    .blog_big .bb_image {
        height: 340px;
    }
    .cdt_slide_image {
        height: 360px;
    }
    .cdt_thumb_image {
        height: 70px;
    }
    .ruser_data .ru_text {
        width: 90%;
    }
    .replyboxx_text {
        width: 90%;
    }
    .reply_boxx .rp_reply {
        width: 90%;
    }
    h1.heading_h1 {
        font-size: 2.8em;
    }
    .values_reverse .team-content {
        padding-right: 0;
    }
    .profiles .profile_leftcolm {
        padding-right: 0;
    }
    .profile_leftcolm .profile_details {
        width: 95%;
    }
    .profile_leftcolm .profile_image {
        height: 170px;
    }
    .bat-icon-section .is_row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .bat-icon-section .is_row .ht-feature-content {
        width: 70%;
        margin-left: auto;
        margin-right: auto;
    }
/*
    .bat-community-row .bat-community-col {
        width: 26%;
    }
    .bat-community-row .bat-community-col:nth-child(4) {
        width: 20%;
    }
*/
    .hiw-img-box .hiw-bg {
        height: 170px;
    }
    img.hiw-main {
        height: 90px;
    }
    .hiw-box:after {
        top: 80px;
        right: -20px;
        background-size: 30px;
        width: 30px;
        height: 30px;
    }
    h1.heading_h1 {
        font-size: 2.8em;
    }
    .values_reverse .team-content {
        padding-right: 0;
    }
    .onboard-content {
         width: 100%;
    }
    .onbaord-col-35{
        min-height: auto;
    }
    .createbutton {
        width: 60px;
        height: 60px;
    }
    .createbutton img {
        width: 30px;
    }
    .createbutton .createbtnsub {
        right: 75px;
        width: 210px;
    }
    .myclasses_listing .class-custom-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        grid-column-gap: 40px;
    }
    .dtabs_in .tab a {
        font-size: 14px;
        margin-right: 30px;
    }
    .dashboard_data {
        margin: 40px 0 80px 0;
    }
    .ddata_subs h3 {
        font-size: 1.4em;
    }
    .nodata_in .nd_button {
        margin-top: 20px;
    }
    .inbox_colmns .card_shadow {
        padding-left: 10px;
    }
    .inboxmess_full .convostarted {
        padding: 12px 20px;
    }
    .welcome .welcome_close {
        left: -40px;
    }
    .learner_review .review-info p {
        width: 100%;
    }
    .messbox.empty {
        padding: 30px 60px;
    }
    .classdetails_header .heading_policy {
        margin-bottom: 30px;
    }
    .heading_policy h2 {
        font-size: 2.2em;
    }
    .policy_details > p {
        font-size: 15px;
    }
    .policy_details table tr td {
        padding: 20px 50px 20px 0px;
    }
    .policy_details table ul li {
        font-size: 15px;
    }
    .policy_details ul li {
        font-size: 15px;
    }
}
@media(max-width: 1024px) {
    p.newsletter-width {
        width: 60% !important;
    }
    .mission-content p{
        margin-bottom: 0px;
    }
    .email-conf-box {
        width: 60%;
    }
    .onboard-flex {
         display: block;
    }
    .onbaord-col-35 {
        width: 100%;
        background: #E9EFFF;
        padding-bottom: 30px;
    }
    .onboard-img {
        display: none;
    }
    .onbaord-col-65 {
        width: 100%;
        background: #fff;
    }
    .onboard-main-section {
        padding: 60px 40px;
    }
    .onboard-logo-img {
        width: 150px;
        margin-bottom: 20px;
    }
    .onboard-logo {
        padding: 40px;
        padding-bottom: 20px;
    }
    .onboard-quote{
        padding: 30px 0;
    }
}
@media(max-width: 991px) {
    .teacher-img {
        width: 100%;
        height: 100%;
    }
    .team-member-title h3{
        text-align: center;
    }
    .team-member-title h5{
        text-align: center;
    }
    .custom-center{
        justify-content: center;
    }
    .mission-img{
        margin-bottom: 30px;
    }
    p.newsletter-width {
        width: 70% !important;
    }
    .heading.about-title {
        margin-bottom: 20px;
    }
    .mission-content {
        padding-left: 0;
        margin-bottom: 0;
    }
    .team-img{
        margin-bottom: 20px;
    }
    .team-content {
        padding-left: 0;
    }
    .mission-content p {
        font-size: 18px;
        line-height: 24px;
    }
    .about-banner {
        margin-bottom: 30px;
    }
    .banner-content-box h1{
        margin-bottom: 15px;
    }
    h1{
        font-size: 2.85rem;
        line-height: 60px;
    }
    .category-content h4 {
        font-size: 16px;
        line-height: 20px;
    }
    .section-title {
        font-size: 28px;
        line-height: 38px;
        text-align: center;
    }
    .bat-content .section-title {
        text-align: left;
    }
    p {
        font-size: 14px;
        line-height: 20px;
    }
    a.category-dropdown {
        font-size: 14px;
        line-height: 20px;
    }
    a.custom-teacher-btn {
        font-size: 14px;
        line-height: 20px;
    }
    .banner-flex {
        flex-direction: column-reverse;
    }
    .ban_images {
        margin-bottom: 20px;
    }
    .filter-btn {
        display: inline-block;
    }
    .class-main-custom-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 30px;
        grid-row-gap: 30px;
        position: relative;
    }
    .category-grid {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        column-gap: 40px;
        grid-row-gap: 35px;
        position: relative;
    }
    .section-heading-content h2.section-title {
        width: 70%;
        margin: 0 auto;
    }
    .main-banner {
        width: 100%;
        position: absolute;
        right: 00px;
        top: 20px;
    }
    h1.banner-title {
        text-align: center;
        margin-bottom: 15px;
        display: block;
    }
    .banner-content-box.about-box{
        width: 85%;
        height: 100%;
        margin: 0 auto;
        text-align: center;
    }
    .banner-content-box.hbcb p {
        text-align: center;
    }
    .banner-content-box p {
        text-align: left;
        font-size: 16px;
        line-height: 24px;
        width: 100%;
    }
    .category-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 40px;
        grid-row-gap: 30px;
        position: relative;
    }
    .choose-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 20px;
        grid-row-gap: 30px;
        position: relative;
    }
    .newsletter-box {
        padding: 30px;
        text-align: center;
        background: #FB7356;
        border-radius: 40px;
    }
    h2.newsletter-title {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 15px;
    }
    .newsletter-content p {
        width: 100%;
    }
    form.newslettter-form {
        width: 100%;
        margin: 0 auto;
    }
    .input-flex-form {
        display: block;
    }
    p.input-btn-div {
        display: inline-block;
        margin-top: 00px;
        margin-left: 15px;
    }
    input.form-control.banner-input {
        border: 1px solid #51557D !important;
        border-radius: 30px !important;
        width: 100%;
        height: auto;
        margin-bottom: 20px;
        text-align: center;
    }
    a.custom-btn.fill-btn.banner-btn {
        position: relative;
        display: block;
        width: 100%;
    }
    form.banner-form {
        margin-bottom: 40px;
    }
    .about-story-box p {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        width: 100%;
    }
    .about-story-box {
        padding: 30px 50px;
        text-align: center;
        background: #FFEFEC;
        border-radius: 50px;
    }
    .team-member-grid {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        column-gap: 20px;
        grid-row-gap: 20px;
        position: relative;
    }
    .class-custom-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 20px;
        grid-row-gap: 30px;
        position: relative;
    }
    /*Classes-filter*/
    .class-filter-box {
        position: fixed;
        width: 100%;
        height: 100%;
        background: #fff;
        transform: translate3d(-100%, 0, 0);
        transition: transform .5s;
        z-index: 9999;
        min-height: 100vh;
        overflow: auto;
        top: 0;
        left: 0;
        padding: 0;
    }
    .class-filter-box.visible-category {
        transform: translate3d(0, 0, 0);
    }
    .class-filter-box .mobile-sidebar-header {
        display: flex;
        padding: 12px 15px;
        box-shadow: 0 2px 4px 0 rgb(76 76 75 / 10%);
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .filter-mobile-content {
        padding: 15px;
    }
    form.sub-filter-form {
        padding-left: 10%;
    }
    .bat-img {
        margin-bottom: 50px;
    }
    .ht-feature-content p {
        width: 70%;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .discover-title {
        margin-bottom: 20px;
    }
    .blog-img {
        height: 280px;
    }
    .is_row {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 10px;
        grid-row-gap: 30px;
        position: relative;
    }
    .heading.short {
        width: 80%;
    }
    h2 {
        font-size: 2rem;
        line-height: 38px;
    }
    .modal-img{
        display: none;
    }
    .form-box {
        padding-left: 0;
    }
    .custom-modal .modal-content {
       padding: 40px 30px 20px 30px;
    }
    .cookies_in {
        flex-direction: column;
    }
    .cookies_in .cookies_left {
        width: 100%;
        margin-bottom: 20px;
    }
    .cookies_in .cookies_right {
        width: 100%;
    }
    .cookies_in .cookies_left p {
        text-align: center;
    }
    .cookies_in .cookies_right .cook_ri {
        justify-content: center;
    }
    .hobby-btt-btn {
        bottom: 145px;
    }
    .hobby-chat-btn {
        bottom: 200px;
    }
    button.tablinks:after {
        right: -10px;
        top: 11px;
    }
    .blog-box {
        height: auto;
        padding-bottom: 16px;
        margin-bottom: 20px;
    }
    .blog-author-info {
        position: relative;
        width: 100%;
        bottom: inherit;
        left: inherit;
    }
/*
    .tabcontent.menu-bottom {
        bottom: -1px;
    }
*/
    button.tablinks {
        font-size: 18px;
    }
    a.sub-link {
        font-size: 18px;
    }
    .banner-content-box.hbcb {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
    .blog_filter {
        width: 100%;
        margin-top: 50px;
    }
    .blog_big .bb_text {
        padding-left: 0;
        margin-top: 30px;
    }
    .cdt_thumb_image {
        height: 90px;
    }
    .career_banner {
        width: 100%;
    }
    .values.values_reverse .row {
        flex-direction: column-reverse;
    }
    .profiles .profile_leftcolm {
        width: 50%;
    }
    .profile_rightcolm {
        padding-left: 0;
        margin-top: 50px;
    }
    #video_modal .custom-modal .modal-content {
        padding: 40px 30px 20px 30px;
    }
    .profile_rightcolm .profile_tabs {
        width: 100%;
    }
    .about_teacher.about_learner {
        width: 100%;
    }
    .email-conf-box {
        width: 80%;
        text-align: left;
    }
    .email-conf-box h2{
        text-align: left;
    }
    .email-conf-box p{
        text-align: left;
    }
    section.configration-padding {
        padding-bottom: 120px;
    }
    .blog-detail-inner-img{
        margin-bottom: 30px;
    }
    .extra-blog-section .blog_row {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 30px;
        grid-row-gap: 40px;
        position: relative;
    }
    .bat-icon-section .is_row .ht-feature-content {
        width: 90%;
    }
    .bat-community-row {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 30px;
        position: relative;
    }
    .bat-community-row .bat-community-col {
        width: 100%!important;
        padding-left: 40px;
    }
    .hiw-content {
        width: 100%;
    }
    .hiw-row .hiw-col:nth-child(1) .hiw-content {
        width: 100%;
    }
    .hiw-img-box .hiw-bg {
        height: 140px;
    }
    img.hiw-main {
        height: 70px;
    }
    .hiw-box:after {
        top: 68px;
        right: -20px;
        background-size: 25px;
        width: 25px;
        height: 25px;
    }
    .section-padding.less_pad {
        padding: 0;
    }
    .banner-section.nospace {
        padding-bottom: 0;
    }
    .bat-community-box {
        border-radius: 50px;
    }
    .main-coontact-box {
        margin-right: 0;
    }
    .legal-link-box.legal-desktop {
       display: none;
    }
    .contact-sidebar {
        margin-left: 0;
        position: relative;
        top: 0;
        width: 70%;
        margin-right:  auto;
        margin-bottom: 30px;
    }
    .legal-link-box.mobile-view {
        display: block;
    }
    .contact-bottom-space {
       margin-bottom: 40px;
    }
    .onboard-quote {
        font-size: 24px;
        line-height: 36px;
    }
    a.onboard-link svg {
        width: 18px;
        height: 18px;
    }
    a.onboard-link img {
        width: 18px;
        height: 18px;
    }
    .onboard-in {
        line-height: 38px;
        width: 38px;
        height: 38px;
    }
    .onboard-tabs {
        display: inline-flex;
        margin-bottom: 30px;
    }
    .onboard-li:after {
        content: "";
        position: absolute;
        height: 3px;
        background: #F4F7FA;
        width: 100%;
        right: 0;
        top: 18px;
        z-index: 0;
    }
    .myclasses_listing .class-custom-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .career_banner {
        width: 100%;
    }
    .values.values_reverse .row {
        flex-direction: column-reverse;
    }
    .dtabs_in {
        flex-direction: column;
    }
    .dtabs_in .dt_button {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .class-form-flex {
        display: block;
        align-items: center;
    }
    .textarea-para {
        padding-left: 0px !important;
    }
    .input-form-div.class-form-flex p {
        width: 100%;
        padding-left: 0;
    }
    .textarea-width {
        width: 100%;
    }
    .width-field .input-width {
        width: 100%;
    }
    .class-form .custom-label {
        width: 25%;
        max-width: 100%;
    }
    .class-form .input-form-div {
        width: 75%;
        max-width: 100%;
    }
    .class-form-para {
        position: relative;
        width: 100%;
        top: 0;
        right: 0;
        font-size: 16px !important;
        font-style: normal;
        font-weight: 400;
        line-height: 150% !important;
        letter-spacing: 0px;
        text-align: left;
        color: #3C3C3C;
        padding: 0;
        margin-bottom: 0;
        margin-left: 27%;
        overflow: hidden;
        width: 77%;
    }
    form.onboard-form.class-form .custom-field {
        margin-bottom: 24px;

    }
    form.onboard-form.class-form p {
        padding: 0;
        margin-bottom: 10px;
    }
    .fee-div input.custom-input-field {
        width: 100%;
        position: relative;
        margin-bottom: 15px;
    }
    .ac-title h3{
        margin-bottom: 25px;
    }
    form.onboard-form.class-form hr.onboard-hr {
        width: 100%;
    }
    .custom-field.btn-space.class-flex {
        margin-left: 27%;
    }
    .upload-img-flx {
        width: 100%;
    }
    .myblogs_listing .blog_row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 40px;
        grid-row-gap: 30px;
    }
    .myblogs_listing .blog-img {
        height: 200px;
    }
    .messages_boxx .msbox_in {
        padding: 15px;
    }
    .msbi_content .msbi_image {
        width: 55px;
        height: 55px;
    }
    .msbi_content .msbi_body {
        padding-left: 15px;
    }
    .msbi_content .msbody_date {
        font-size: 14px;
    }
    .inmess_top .convo_left, .inmess_top .convo_right {
        width: 90%;
    }
    .review-content {
        display: block;
        padding: 24px 0;
        border-bottom: 1px solid #C4C4C4;
    }
    .review-col {
        width: 100%;
    }
    .review-info p{
        width: 100%;
        margin-top: 12px;
    }
    .review-info {
        margin-top: 20px;
    }
    .profile-form .width-field .input-width {
        width: 100%;
    }
    .profile-form .textarea-width {
        width: 100%;
    }
    form.onboard-form.class-form.profile-form hr.onboard-hr {
        width: 100%;
    }
    .profiles .ddats_in {
        padding-left: 0;
        padding-top: 40px;
    }
    .responded .review-info p.discussion-para, .responded .review-info p.discussion_reply {
        padding-right: 90px;
    }
    form.discussion-form .textarea-width {
        width: 100%;
    }
    .dashboard_data .welcome {
        padding: 20px 60px;
    }
    .welcome .welcome_close {
        left: 20px;
        top: 21px;
    }
    .learner_review .review-info {
        width: 100%;
    }
    .messbox.empty {
        padding: 20px;
    }
    .empty_message img {
        width: 60px;
    }
    .new_message .send_btn {
        padding-left: 28%;
    }
    .policy_details > p {
        width: 100%;
    }
    .heading_policy h2 {
        font-size: 2em;
    }
    .policy_details table tr td {
        padding: 20px 30px 20px 0px;
    }
    .payment-form form.onboard-form.class-form hr.onboard-hr {
        width: 100%;
    }
    .custom-data {
        margin-top: 40px;
    }
}

@media(max-width: 768px) {
    section.section-padding1{
        padding : 104px 0px
    }
    .banner-icon {
        text-align: center;
        position: absolute;
        bottom: -100px;
        left: 0;
        right: 0;
    }
}
@media(max-width: 767px) {
    .mission-content {
        text-align: center;
        padding-left: 0;
    }
       p.newsletter-width {
          width: 100% !important;
    }
    .about-story-box {
        padding: 20px 30px;
    }
     h1{
        font-size: 2.25rem;
        line-height: 50px;
    }
    .blog-img {
        height: 220px;
    }
    .class-main-custom-grid {
        display: grid;
        grid-template-columns: repeat(1, minmax(0, 1fr));
        column-gap: 0px;
        grid-row-gap: 30px;
        position: relative;
    }
    .discover-flx {
        display: block;
    }
    .discover-title {
        margin-bottom: 20px;
        position: relative;
    }
    a.custom-btn.show-all {
        position: absolute;
        right: 0;
        top: 15px;
    }
    .discover-filter {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin-bottom: 25px;
    }
    .discover-filter {
        position: relative;
        top: 0px;
        right: 0;
    }
    .banner-content-box p {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .about-story-box p {

        font-size: 16px;
        line-height: 24px;
    }
    .mission-content p {
        font-size: 16px;
        line-height: 24px;
    }
    .team-content {
        padding-left: 0;
        padding-top: 30px;
    }
    .team-list {
        display: flex;
        align-items: center;
        padding: 8px 10px;
        border: 1px solid #2430A0;
        margin-bottom: 20px;
        border-radius: 100px;
    }
    .team-list-title h4 {
        font-size: 15px;
        font-style: normal;
        font-weight: 700;
        line-height: 18px;
        letter-spacing: 0em;
        text-align: left;
        color: #2430A0;
    }
    .teacher-box {
        margin-bottom: 0px;
    }
    .ht-dropdown {
        display: none;
    }
    .become-teacher-link {
        display: none;
    }
    .footer-list-box {
        margin-bottom: 30px;
    }
    .footer-bar-box {
        display: block;
        text-align: center;
    }
    .blog-box {
        margin-bottom: 30px;
    }
    .category-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 20px;
        grid-row-gap: 30px;
        position: relative;
    }
    .choose-grid {
        display: grid;
        grid-template-columns: repeat(1, minmax(0, 1fr));
        column-gap: 0px;
        grid-row-gap: 10px;
        position: relative;
    }
    img.banner-bg-main {
        height: 100%;
    }
    img.bat-main-img {
        position: absolute;
        left: 0;
        top: 16px;
        width: 100%;

    }
    .main-banner {
        width: 100%;
        position: absolute;
        right: 0;
        top: 20px;
    }

    .section-title {
        font-size: 30px;
        line-height: 40px;
    }
    .category-content:before {
        content: "";
        position: absolute;
        width: 40%;
        height: 2px;
        background: #789CCA;
        left: 30%;
        right: 0;
        bottom: 0px;
    }
    section.section-padding {
        padding: 40px 00px;
    }
    .discover-class-content {
        margin-bottom: 25px;
    }
    .bat-content {
        padding-left: 0;
        padding-top: 35px;
    }
    .community-box {
        margin: 0px;
    }
    .carouselinner .owl-dots {
        width: 100%;
    }
    .teacher-img {
        width: 100%;
        height: 100%;
    }
    .navbar-toggler {
        display: block;
    }
    .login-btn {
        display: none;
    }
    .hobbytoad-logo {
        justify-content: space-between;
        width: 100%;
    }
    .bottom-navbar {
        padding: 12px 0px;
        box-shadow: 0 2px 4px 0 rgb(76 76 75 / 10%);
    }
    /*mobile sidebar CSS*/
    .sidebar.visible {
        transform: translate3d(0, 0, 0);
    }
    .sidebar {
        position: fixed;
        width: 100%;
        height: 100%;
        background: #fff;
        transform: translate3d(-100%, 0, 0);
        transition: transform 0.5s;
        z-index: 9999;
        min-height: 100vh;
        overflow: auto;
        top: 0;
        display: block;
    }
    .mobile-sidebar-header {
        padding: 12px 15px;
        box-shadow: 0 2px 4px 0 rgb(76 76 75 / 10%);
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .body-overflow {
        overflow: hidden;
    }
    .mobile-navbar-menu {
        padding: 15px 15px 80px 15px;
        display: flex;
       flex-direction: column;
    }
    a.sub-link {
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 20px;
        letter-spacing: 0em;
        padding: 10px 0;
        position: relative;
    }
    .expanded a.sub-link:after {
        flex-shrink: 0;
        width: 9px;
        height: 9px;
        margin-top: 0px;
        margin-left: auto;
        content: "";
        background-image: url(../img/arrow.png);
        background-repeat: no-repeat;
        background-size: 9px;
        position: absolute;
        transition: transform .4s ease-in-out;
        right: 0;
        top: 14px;
    }
    a.sub-link.open-header:after {
        transform: rotate(-180deg);
    }
    ul.sub-list a.sub-link:after {
        display: none;
    }
    ul.sub-list {
        padding-left: 30px;
    }
    ul.sub-list {
        display: none;
    }
    .menu-btn .become-teacher-link {
        display: block;
/*        margin-bottom: 25px;*/
        padding-bottom: 20px;
        padding-right: 0;
        margin-right: 0;
        padding-top: 20px;
    }
    .become-teacher-link:after {
        width: 100%;
        height: 1px;
        top: auto;
        bottom: 0;
    }
    .menu-btn .login-btn {
        display: flex;
        margin-top: 25px;
    }
    .menu-btn {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .menu-btn {
        padding-top: 0px;
        padding-bottom: 10px;
        border-top: 1px solid #ABADB6;
        margin-top: 20px;
    }
    .menu-btn a.custom-btn {
        width: 100%;
    }
    .mobile-flex > a {
        text-transform: uppercase;
        font-weight: 800;
        letter-spacing: 0.08em;
    }
    .mobile-flex .mobile-category-list {
        padding-left: 20px;
        padding-right: 15px;
    }
    a.custom-teacher-btn {
        font-size: 16px;
    }
    /*END sidebar CSS*/
    .newsletter-box {
        padding: 30px;
        text-align: center;
        background: #FB7356;
        border-radius: 40px;
    }
    h2.newsletter-title {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 15px;
    }
    .newsletter-content p {
        width: 100%;
    }
    form.newslettter-form {
        width: 100%;
        margin: 0 auto;
    }
    .input-flex {
        display: block;
        align-items: center;
    }
    p.input-btn-div {
        display: inline-block;
        margin-top: 20px;
        margin-left: 0;
    }
    a#cross {
        padding-right: 15px;
    }
    .team-member-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 20px;
        grid-row-gap: 20px;
        position: relative;
    }
    .copyright-div p {
        text-align: center;
    }
    .made-by-div p {
        text-align: center;
    }
    .class-custom-grid {
        display: grid;
        grid-template-columns: repeat(1, minmax(0, 1fr));
        column-gap: 20px;
        grid-row-gap: 30px;
        position: relative;
    }
    .filter-btn {
        display: inline-block;
    }
    .ht-feature-img {
        text-align: center;
    }
    .ht-choose-box .ht-feature-content h3 {
        text-align: center;
        color: #1B1B1B;
    }
    .category-img {
        overflow: hidden;
    }
    .ht-feature-content h3 {
        font-size: 18px;
        line-height: 20px;
    }
    form.newslettter-form input.form-control {
        text-align: center;
    }
    .banner-content-box.about-box {
        width: 100%;
    }
    .section-heading-content h2.section-title {
        width: 100%;
        margin: 0 auto;
    }
    .heading.short {
        width: 100%;
    }
    .heading h2{
        text-align: center;
    }
    .ht-choose-box .ht-feature-content h5{
        text-align: center;
    }
    .heading.w50 {
         width: 100%;
    }
    .heading.w50.withlink h2 {
        text-align: left;
    }
    .heading {
        margin-bottom: 25px;
    }
    h2 {
        font-size: 1.6rem;
        line-height: 30px;
    }
    .custom-input-margin {
        margin-bottom: 20px;
    }
    .custom-modal .modal-content {
        padding: 40px 10px 20px 10px;
    }
    .modal-body .form-box .form-title {
        margin-bottom: 30px;
    }
    p.form-para.text-right {
        margin-top: 5px;
    }
    a.form-login-link {
        margin: 0;
    }
    .facebook-btn a.custom-btn:before {
        top: 12px;
        background-size: 18px;
    }
    .facebook-btn a.custom-btn {
        font-size: 12px;
    }
    li.class-filter-li {
        margin-right: 10px;
        padding: 6px 16px;
        margin-bottom: 15px;
    }
    .class_sort_tab .class-sort-li {
        margin-right: 10px;
        padding: 6px 16px 6px 32px;
        margin-bottom: 10px;
        background-size: 15px;

    }
    a.class-filter-link {
        font-size: 12px;
    }
    .price-filter-btn {
        font-size: 14px;
    }
    .team-list-title h4 {
        font-size: 16px;
        line-height: 18px;
    }
    footer.main-footer{
        padding: 42px 0px 24px 0px;
    }
    .made-by-div {
       margin-bottom: 12px;
    }
    .copyright-div {
      margin-bottom: 12px;
    }
    .banner-content-box.hbcb {
        width: 100%;
    }
    .blog_listing .blog_row {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        grid-row-gap: 20px;
    }
    .blog_big .bb_image {
        height: 250px;
    }
    .bb_text .bb_button {
        margin-top: 20px;
    }
    .classmore_details {
        flex-direction: column;
        align-items: flex-start;
    }
    .classmore_details .cmd_details {
        flex-direction: column;
        align-items: flex-start;
    }
    .cmd_details p {
        border-right: none;
        margin-right: 0;
        padding-right: 0;
        margin-bottom: 6px;
    }
    .cdt_slide_image {
        height: 270px;
    }
    .cd_tabs .tab {
        flex-direction: column;
    }
    .cd_tabs .tab .tablinks {
        margin-right: 0;
    }
    .ruser_data .ru_text {
        width: 100%;
    }
    .reply_boxx .rp_reply {
        width: 100%;
        margin-left: 0;
    }
    .banner-content-box.career-box {
        width: 100%;
    }
    h1.heading_h1 {
        font-size: 2.5em;
    }
    .career-box p {
        font-size: 18px;
    }
    .profiles .profile_leftcolm {
        width: 100%;
    }
    .profile_leftcolm .profile_image {
        height: 280px;
    }
    #video_modal .custom-modal .modal-content {
        padding: 40px 10px 20px 10px;
    }
    .profile_rightcolm .profile_tabs {
        width: 100%;
    }
    .profile_classes .class-custom-grid {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .about_teacher.about_learner {
        width: 100%;
    }
    section.configration-padding {
        padding-top: 00px;
        padding-bottom: 70px;
    }
    .extra-blog-section .blog_row {
        display: grid;
        grid-template-columns: repeat(1, minmax(0, 1fr));
        column-gap: 0px;
        grid-row-gap: 30px;
        position: relative;
    }
    .blog_details_content .bdc_text {
        width: 100%;
    }
    .bdc_share {
        width: 100%;
        position: relative;
        right: 0;
        top: 0;
        text-align: left;
    }
    .bdc_share h5 {
        color: #2430A0;
        margin-bottom: 10px;
        text-align: left;
    }
    ul.blog-social-icon {
        display: inline-flex;
    }
    ul.blog-social-icon li {
        padding: 11px 25px 20px 0;
        text-align: center;
    }
    .comment-section {
        margin-top: 40px;
        width: 100%;
    }
    .custom-field {
        display: block;
        margin-bottom: 30px;
    }
    label.custom-label {
        width: 100%;
        margin-right:0px;
        margin-bottom: 10px;
    }
    .custom-input-field {
        width: 100%;
    }
    .btn-space {
        margin-left: 0;
        margin-top: 25px;
        width: 100%;
        display: block;
    }
    .email-conf-box .custom-btn.fill-btn {
        margin-left: 0;
        width: 100%;
    }
    .email-conf-box {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
    label.custom-label:after{
        display: none;
    }
    .email-conf-box p {
        font-size: 16px;
        line-height: 24px;
    }
    .bat-icon-section .is_row {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .bat-community-row {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .heading.bat-heading h2 {
        text-align: left;
    }
    .bat-community-row .bat-community-col {
        padding-left: 0;
    }
    .hiw-row {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        grid-row-gap: 30px;
    }
    .hiw-box:after {
        content: none;
    }
    .contact-sidebar-content h4 {
        font-size: 20px;
        line-height: 28px;
    }
   .address-detail h3 {
        font-size: 20px;
        line-height: 28px;

    }
    .contact-bottom-space {
       margin-bottom: 30px;
    }
    .support-title h3 {
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 28px;
        color: #2430A0;
    }
    .cs-content h4{
        font-size: 18px;
    }
    .contact-sidebar {
        margin-left: 0;
        position: relative;
        top: 0;
        width: 100%;
        margin-right:  auto;
        margin-bottom: 30px;
    }
    .modal-dialog.modal-dialog-centered.custom-modal {
        margin-left: 0;
    }
    .login-div.teacher-login-div {
        padding-top: 16px;
        border-top: 1px solid #2430A0;
        margin-top: 30px;
    }
    .onboard-li {
        padding-left: 60px;
        position: relative;
    }
    .onboard-quote {
        font-size: 24px;
        line-height: 32px;
    }
    .onboard-logo {
        padding: 20px;
    }
    .onboard-main-section {
        padding: 20px;
        padding-bottom: 50px;
        padding-top: 50px;
    }
    h3.onboard-title {
        font-size: 24px;
        line-height: 32px;
    }
    .question-box h4 {
        font-size: 18px;
        line-height: 26px;
    }
    .onboard-content p {
        color: #51557D;
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 0;
    }
    .onboard-footer-content {
        display: block;
        text-align: center;
    }
    .onborad-para p{
        text-align: center;
    }
    .onborad-para {
        padding-right: 0;
    }
    .footer-onboard-link {;
        text-align: center;
        color: #51557D;
        padding-right: 0px;
    }
    .dtabs_in {
        overflow: hidden;
        overflow-x: auto;
    }
    .ht-login-btn .dropdown-container {
        display: none;
    }
    .dtabs_in .tab a {
        margin-right: 30px;
        padding-bottom: 10px;
    }
    .dds_sub .nodata {
        padding: 40px 15px;
    }
    .dtabs_in .tab {
        padding-top: 20px;
        display: flex;
        width: max-content;
    }
    .dtabs_in .dti_pagelist {
        overflow: hidden;
        padding-bottom: 20px;
    }
    form.onboard-form .input-form-div {
        width: 80%;
    }
    .upload-flx {
        display: block;
    }
    .upload-flx label.custom-btn.fill-btn {
        display: block;
    }
    .upload-flx p {
        display: inline-block;
        width: 100%;
        text-align: left;
        margin-top: 10px !important;
        margin-bottom: 0;
            margin-left: auto;
    }
    .check-field [type="checkbox"] + label{
            line-height: 26px;
    }
    .banner-content-box.career-box {
        width: 100%;
    }
    h1.heading_h1 {
        font-size: 2.5em;
    }
    .career-box p {
        font-size: 18px;
    }
    .onboard-links {
        display: flex;
        flex-direction: column;
        margin-top: 8px;
    }
    .onboard-quote {
        padding: 20px 0;
    }
    form.onboard-form p.form-last-para{
        padding: 0px;
    }
    .createbutton {
        width: 50px;
        height: 50px;
    }
    .createbutton img {
        width: 25px;
    }
    .createbutton .createbtnsub {
        right: 60px;
        width: 200px;
    }
    .createbtnsub a {
        margin: 5px 0;
    }
    .myclasses_listing .class-custom-grid {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .class-form .custom-label {
        width: 100%;
        max-width: 100%;
    }
    .onboard-form.class-form .input-form-div {
        width: 100%;
    }
    .add_class_section .dtabs_in .dti_pagelist {
        overflow-x: hidden;
        padding-bottom: 0;
    }
    form.onboard-form.class-form .custom-field {
        display: block;
        margin-bottom: 20px;
    }
    .custom-field.btn-space.class-flex {
        margin-left: 0;
    }
    .fee-div label {
        font-family: Nunito Sans;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 20px;
        right: 13px;
        top: 7px;
    }
    .input-form-div.class-form-flex p {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
    }
    .class-form-para {
        padding: 0;
        margin-bottom: 0;
        margin-left: 0;
        overflow: hidden;
        width: 100%;
    }
    .myblogs_listing .blog_row {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .typing .type_in {
        flex-direction: column;
    }
    .typing .type_in textarea {
        width: 100%;
        margin-bottom: 10px;
    }
    .type_in .messagesubmit {
        height: auto;
        width: 100%;
        margin-left: 0;
    }
    .inbox_colmns .card_shadow {
        padding-left: 0;
    }
    .profile-form label.custom-label {
        width: 100%;
    }
    .email-div p {
        margin-bottom: 20px !important;
    }
    .responded .review-info p.discussion-para, .responded .review-info p.discussion_reply {
        padding-right: 0;
    }
    .review-info .remove-div {
        position: relative;
        margin-top: 20px;
        margin-left: 40px;
    }
    form.onboard-form.class-form.profile-form .custom-field {
        margin-bottom: 20px;
    }
    .new_message .send_btn {
        padding-left: 0;
    }
    .irct_bottom.messbox {
        margin-top: 30px;
    }
    .profile-flex {
        display: block;
        margin-bottom: 20px;
    }
    .profile-flex p.heading-para{
        width: 100%;

    }
    .profile-flex p.heading-para:after{
        content: none;
    }
    .profile-flex p{
        width: 100%;
    }
    .my-profile-info {
        margin-top: 30px;
    }
    .ask-ques p{
        width: 100%;
    }
    form.review-form {
        margin-top: 20px;
        margin-bottom: 20px;
        width: 100%;
    }
    .custom-field.profile-save {
        margin-left: 0;
    }
    .class-form.payment-form .width-field .input-width {
        width: 100%;
    }
    .payment-form form.onboard-form.class-form hr.onboard-hr {
        width: 100%;
    }
    .payment-form .custom-field.btn-space.class-flex {
        margin-left: 0;
    }
    .form-box .input-flx > .w45 {
        width: 100%;
    }
}
@media(max-width:480px){
    .hobby-btt-btn {
        bottom: 165px;
    }
    .hobby-chat-btn {
        bottom: 220px;
    }
    .dashboard_data .welcome {
        padding: 20px 20px 20px 50px;
    }
    .welcome .welcome_close {
        left: 16px;
    }
    .welcome .welcome_close img {
        width: 20px;
    }
}
@media(max-width: 450px) {
    .category-grid {
        display: grid;
        grid-template-columns: repeat(1, minmax(0, 1fr));
        column-gap: 0px;
        grid-row-gap: 35px;
        position: relative;
    }
    .category-img {
        width: 100%;
        height: 200px;
    }
    .section-title {
        font-size: 24px;
        line-height: 30px;
    }
    h1.banner-title {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
    }
    h1.banner-title img {
        width: 34px;
    }
    .ht-feature-img {
        text-align: center;
    }
    .ht-choose-box .ht-feature-content h3 {
        text-align: center;
        color: #1B1B1B;
    }
    .team-member-grid {
        display: grid;
        grid-template-columns: repeat(1, minmax(0, 1fr));
        column-gap: 0px;
        grid-row-gap: 30px;
        position: relative;
    }
    h2.newsletter-title {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 15px;
        width: 100%;
    }
    .footer-img {
        width: 100%;
    }
    .footer-img img {
        width: 100%;
    }
    .class-custom-grid {
        display: grid;
        grid-template-columns: repeat(1, minmax(0, 1fr));
        column-gap: 0px;
        grid-row-gap: 30px;
        position: relative;
    }
    .is_row {
        display: grid;
        grid-template-columns: repeat(1, minmax(0, 1fr));
        column-gap: 0px;
        grid-row-gap: 20px;
        position: relative;
    }
    .heading.short {
        width: 100%;
    }
    h5 {
        font-size: 1.1rem;
        line-height: 24px;
    }
    .ht-feature-content p {
        width: 100%;
    }
    .newsletter-link {
        word-break: break-all;
    }
    form.onboard-form .input-form-div {
        width: 100%;
    }
}
@media(max-width: 320px) {
    .facebook-btn a.custom-btn:before{
        content: none;
    }
    p.form-para .form-login-link{
        display: inline-block;
    }
    .hobby-btt-btn {
        bottom: 185px;
    }
    .hobby-chat-btn {

        bottom: 240px;
    }
}
/*Ipad Pro Media Query*/
@media only screen
and (min-device-width: 1024px)
and (max-device-width: 1024px)
and (orientation: portrait)
and (-webkit-min-device-pixel-ratio: 2) {
    section.configration-padding {
        padding-top: 80px;
    }
    .createbutton {
        top: 60%;
    }
}
/*Responsive CSS*/

/*Extra CSS*/

.extra-blog-section .blog_row {
    column-gap: 25px;
}
.form-modal .input-field {
    position: relative;
}
.email-conf-box .fpass_container .custom-field {
    display: block;
}
.fpass_container .custom-field .error-text {
    margin-top: 8px;
    display: block;
    font-size: 14px;
}
.banner-content-box .error-text {
    display: block;
    font-size: 14px;
    font-weight: 400;
    margin-top: 2px;
    margin-left: 2px;
}
.newsletter-content .error-text {
    display: block;
    font-size: 14px;
    font-weight: 400;
    margin-top: 5px;
}
#blog_gallery td {
    word-break: break-all;
}
.teacher_success_blog {
    color: #4BB543;
}
.teacher_success_blog #CountDownLabel {
    color: #2430A0;
}

@media(max-width:1200px){
    .custom-btn {
        font-size: 12px;
        padding: 6px 27px;
    }
    .form-modal .input-flx {
        flex-direction: column;
    }
    form.form-modal .input-field > .w45 {
        width: 100%;
        margin-bottom: 40px;
    }
    form.form-modal .input-field > .w45:last-child {
        margin-bottom: 0;
    }
}
@media(max-width:991px){
    .extra-blog-section .blog_row .blog-img {
        height: 200px;
    }
    .class_details_right {
        padding-left: 0;
        margin-top: 30px;
    }
    .banner-content-box .error-text {
        margin-top: -25px;
    }
}
@media(max-width:767px){
    .bat-heading p {
        margin-top: 15px;
    }
    .form-modal .input-flx {
        flex-direction: column;
    }
    form.form-modal input.form-control.w45 {
        width: 100%;
        margin-bottom: 20px;
    }
    form.form-modal input.form-control.w45:last-child {
        margin-bottom: 0;
    }
    form.form-modal .input-field > .w45 {
        width: 100%;
        margin-bottom: 20px;
    }
    form.form-modal .input-field > .w45:last-child {
        margin-bottom: 0;
    }
    .classdetails_header h2 {
        text-align: left;
    }
/*
    .input-field span.error-text {
        position: relative;
        bottom: -2px;
    }
*/
}
/*Extra CSS*/


.policy_details > p b {
    color: #1B1F49;
}
.policy_details p b {
    color: #1B1F49;
}
.messbox form.onboard-form label.custom-label {
    color: #1C1C1C;
}

@media(max-width:1200px){
    .inboxmess_full.empty {
        height: calc(100% - 48px);
    }
    .inboxmess_full.empty .new_message.class-form {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .new_message.class-form form {
        width: 100%;
    }
}

@media(max-width:767px){
    .inboxmess_full.empty {
        height: auto;
    }
    .inboxmess_full.empty .new_message.class-form {
        position: relative;
        display: block;
    }
   form.onboard-form label.custom-label {
    color: #1B1F49;
    padding-top: 7px;
    max-width: 100%;
}
}






.cke_chrome {
    border-radius: 16px !important;
    overflow: hidden !important;
    border: 1px solid #51557D !important;
}
.cke_resizer_ltr {
    margin-right: 5px !important;
}
.cke_bottom {
    padding: 6px 8px 10px !important;
}
.bootstrap-tagsinput {

    padding: 8px 20px !important;
    border-radius: 30px!important;
    font-family: 'Nunito Sans', sans-serif !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 24px  !important;
    letter-spacing: 0em !important;
    text-align: left !important;
    color: #5D607B !important;
    border: 1px solid #545883 !important;
}
.bootstrap-tagsinput .tag {
    margin-right: 2px;
    color: #fff !important;
    background: #F55F3E;
    font-size: 13px;
    padding: 5px;
    border-radius: 4px;
    margin-bottom: 5px;
    display: inline-block;
    cursor: pointer;
}
.row.input-width.justify-flex .col-6 {
    padding: 0;
    width: 48%;
}
.row.input-width.justify-flex {
    justify-content: space-between;
    margin: 0;
}


.profile-img-div {
    position: absolute;
    left: 0;
    bottom: 10px;
    right: 0;
    cursor: pointer;
}
.profile-img-div input.file {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    font-size: 0;
}
div.fakefile {
  position: relative;
  top: 0px;
  left: 0px;
  z-index: 1;
    text-align: center;
}

input.file {
  position: relative;
  text-align: right;
  -moz-opacity:0 ;
  filter:alpha(opacity: 0);
  opacity: 0;
  z-index: 2;
}
.profile_leftcolm .custom-field.profile-save {
    margin-left: auto;
    margin-top: 20px;
    margin-right: auto;
    align-items: center;
    justify-content: center;
}
.StripeElement.StripeElement--empty {
      height: 40px !important;
    padding: 12px 20px !important;
    border-radius: 30px !important;
    font-family: 'Nunito Sans', sans-serif !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 24px !important;
    letter-spacing: 0em !important;
    text-align: left !important;
    color: #5D607B !important;
    border: 1px solid #51557D !important;
}
.class-form.payment-form .input-width {
    margin: 0;
}
.class-form.payment-form label.custom-label:after {

     top: -1px;
}
.discover-discount .price-info p{
    color: #2430A0;
}
a.custom-btn.clear-btn {
    color: #3E3E3E;
    margin-left: 15px;
    background: transparent;
}
.custom-field span.text-red {
    padding-left: 20px;
    display: block;
    padding-top: 5px;
}

.hobbytoad-logo a.navbar-brand {
    margin-right: 32px;
    z-index: 2;
    padding: 0;
    vertical-align: middle;
}
.navbar-brand img {
   width: 160px;
}
.custom-field .upload_image {
    margin-top: 20px;
}
.upload_image img {
    width: 100%;
    height: auto;
}
.preview_video {
    margin-top: 20px;
    padding-bottom: 66%;
    height: 0;
    overflow: hidden;
    position: relative;
}
.preview_video video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}
.files-area {
    margin: 10px 0;
}


@media(max-width:991px){
    .navbar-brand img {
       width: 140px;
    }
    .class-form.profile-space .input-form-div {
        width: 100%;
        max-width: 100%;
    }
    .profile_classes .heading_relative {
        padding-bottom: 60px !important;
    }
}
@media(max-width:767px){
    .navbar-brand img {
   width: 120px;
}
.payment-form .class-form .custom-label {
    width: 100%;
    max-width: 100% !important;
}
.profile_classes .heading_relative {
    padding-bottom: 20px !important;
}
}
.discover-enroll .on_label {
    position: absolute;
    top: 8px;
    right: 20px;
    font-family: Nunito Sans;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
    color: #FB7356;
    display: flex;
    align-items: center;
    margin: 0;
}
label.checkbox-inline input {
    margin-right: 4px;
}
label.checkbox-inline {
    padding-right: 20px;
}
.termsCondition {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.termsCondition .stripe_logo img {
    width: 120px;
}
.termsCondition .stripe_terms a {
    margin-left: 10px;
    display: inline-block;
    font-size: 16px;
    color: #2430A0;
    transition: .2s ease all;
}
.termsCondition .stripe_terms a:hover {
    color: #3E3E3E;
}
.termsCondition .stripe_terms a:first-child {
    margin-left: 0;
}
.input-form-div.certiClass {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
}
.input-form-div.certiClass #files-area {
    order: -1;
}
form.onboard-form .input-field.checkClass {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    position: relative;
    padding-left: 20px;
}
.input-field.checkClass input#my-check-2 {
    position: absolute;
    top: 4px;
    left: 0;
}
form.onboard-form .input-field.checkClass label#check-error {
    margin-left: 0;
    order: 1;
    width: 100%;
    display: block;
}
/*
Extra CSS*/

@media (max-width: 991px){
    li.bat-li:before{
        top: 16px;
    }
    .sell-product .textarea-width {
        width: 100% !important;
    }
    .face-like-btn {
        padding: 5px 8px !important;
    }
    .comment-section {
        margin-top: 40px;
        width: 100%;
    }
    .extra-blog-section {
        padding-bottom: 60px !important;
    }
    .heading.mission-content h2 {
        text-align: center;
    }
    .profile_leftcolm .profile_image{
        height: 270px;
    }
}
@media(max-width:767px){
    .payment-form .flexedheading {
        width: 100%;
    }
}
@media (max-width: 450px){
    a.custom-btn.show-all {
        top: 6px;
    }
    h1.heading_h1 {
        font-size: 1.8em;
    }
    .customer-support-box{
        display: block;
    }
    .cs-img {
        width: auto;
        height: 100%;
        border-radius: 4px;
        overflow: hidden;
    }
    .cs-content {
        margin-left: 0;
        margin-top: 20px;
    }
    .payment-form .flexedheading {
        flex-direction: column;
        align-items: flex-start;
    }
    .flexedheading .stripe_logo {
        margin-top: 20px;
    }
}
.swal-footer {
    text-align: center;
}
button.swal-button.swal-button--confirm {
    font-style: normal;
    font-weight: 800;
    line-height: 24px;
    letter-spacing: 0.08em;
    text-align: center;
    text-transform: uppercase;
    padding: 9px 27px 6px 27px;
    transition: 0.3s ease all;
    display: inline-block;
    border-radius: 50px;
    border: 1px solid transparent;
    border-color: transparent;
    color: #fff;
    background: #2430A0;
    box-shadow: none;
}
.team-member-content p {
    margin-bottom: 5px;
}
.swal-button:not([disabled]):hover{
    background: #E25753;
}
.add-class-dashboard form.onboard-form.class-form .row {
    margin-left: 18%;
}
form.onboard-form.class-form .form-group {
    width: 80px;
    height: 80px;
    max-width: 80px;
    padding: 0;
    max-height: 80px;
    display: flex;

}
form.onboard-form.class-form .form-group img {
    margin: 0 !improtant
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    width: 100%;
    margin-right: 20px !important;
}
div#weekly_occur_div .form-group.custom-field {
    width: auto;
    height: auto;
    max-width: inherit;
    max-height: inherit;
    align-items: center;
    margin-bottom: 32px;
}
label.checkbox-inline {
    padding-right: 20px;
    padding-top: 8px;
}
.blog-dashboard .form-group {
    width: auto !important;
    height: auto !important;
    max-width: inherit !important;
    max-height: inherit !important;
}
.blog-dashboard  button.btn.btn-block.btn-primary.btn-sm {
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: 24px;
    letter-spacing: 0.08em;
    text-align: center;
    text-transform: uppercase;
    padding: 9px 27px 6px 27px;
    transition: 0.3s ease all;
    display: inline-block;
    border-radius: 50px;
    border-color: transparent;
    color: #fff;
    background: #2430A0;
    border: 1px solid transparent;
}
.blog-dashboard button.btn.btn-block.btn-primary.btn-sm:hover{
    background: #fff;
    border-color: #2430A0;
    color: #2430A0;
}
.blog-dashboard button.btn.btn-block.btn-primary.btn-sm:focus{
    box-shadow: none;
    outline: none;

}
form#blog_gallery_form button.btn.btn-warning{
        font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: 24px;
    letter-spacing: 0.08em;
    text-align: center;
    text-transform: uppercase;
    padding: 9px 27px 6px 27px;
    transition: 0.3s ease all;
    display: inline-block;
    border-radius: 50px;
    border-color: transparent;
    color: #fff;
    background: #2430A0;
    border: 1px solid transparent;
}
form#blog_gallery_form button.btn.btn-warning:hover{
    background: #fff;
    border-color: #2430A0;
    color: #2430A0;
}


.dashboard_data a.btn.btn-danger.btn-xs{
     font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: 24px;
    letter-spacing: 0.08em;
    text-align: center;
    text-transform: uppercase;
    padding: 9px 27px 6px 27px;
    transition: 0.3s ease all;
    display: inline-block;
    border-radius: 50px;
    border-color: transparent;
    color: #E25753;
    background: transparent;
    border: 1px solid #E25753;
}
.dashboard_data a.btn.btn-danger.btn-xs:hover{
     background: #E25753;
    border-color: transparent;
    color: #fff;
}

.new_message.class-form .input-form-div {
    width: 100%;
    max-width: 100%;
}

.new_message.class-form .custom-input-field{
    width: 100%;
}
.pb_head .off_label {
    z-index: -1;
    opacity: 0;
}
.pb_head .off_label.active{
    z-index: 1;
    opacity: 1;
}
.profile_classes .heading_relative {
    padding-bottom: 80px;
}
h1.banner-title img {
    width: 28px;
}
.career_banner{
    height: 400px;
}
.career_banner img.main-banner-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.sell-product .textarea-width {
    width: 80%;
}
.class-form.payment-form.sell-product label.custom-label:after {
    content: ":";
    position: absolute;
    right: 0;
    top: 6px !important;
}

.sell-product-section .onboard-main-section {
    padding: 60px 50px 60px 50px;
}
span.select2-selection.select2-selection--multiple {
    /* height: 40px; */
    /* padding: 8px 20px; */
    border-radius: 30px;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #5D607B;
    border: 1px solid #51557D !important;
    position: relative;
    background-image: url(../img/select-arror.png);
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: 95% 55%;
}
ul.select2-selection__rendered {
    padding: 8px 20px !important;
}
li.select2-selection__choice {
    margin: 0 !important;
    margin-right: 5px !important;
    margin-bottom: 6px !important;
    color: #fff !important;
    background: #F55F3E !important;
    font-size: 13px !important;
    padding: 5px !important;
    border-radius: 4px !important;
    margin-bottom: 5px;
    display: inline-block;
    cursor: pointer !important;
    border: none !important;
}
span.select2-selection__choice__remove {
    color: #fff !important;
}
.team-member-img {
    width: 100%;
    height: 180px;
    border-top-left-radius: 10px;
    overflow: hidden;
    border-top-right-radius: 10px;
}
.team-member-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.made-by-div {
    text-align: center;
    margin: 30px 20px 60px 20px;
}
.padding-custom{
    padding: 40px 0 30px 0 !important;
}
.made-by-div p{
    text-align: center !important;
}
.policy_details ol {
    width: 90%;
}
.policy_details ul li, .policy_details ol li{
    text-align: justify;
}
.policy_details p{
    text-align: justify;
}
.mega-menu.active {
    visibility: visible;
    opacity: 1;
}
a.category-dropdown:hover{
    color: #ee7370;
}
.nesletter_form .review-form .error-text {
    margin-top: 5px;
    font-size: 14px;
    display: block;
}
.blog-dashboard .custom-field .validate-err, .add-class-dashboard .custom-field .validate-err {
    margin-top: 10px;
}
.blog-dashboard .custom-field .textarea-width,
.add-class-dashboard .custom-field .textarea-width,
.add-class-dashboard .custom-field .input-form-div {
    position: relative;
}
.blog-dashboard .custom-field #blog_content-error {
    position: absolute;
    left: 0;
    bottom: 0;
}
.blog-dashboard .custom-field #cke_blog_content,
.add-class-dashboard .custom-field #cke_class_description,
.add-class-dashboard .custom-field #cke_curriculum_details {
    margin-bottom: 35px;
}
.blog-dashboard .input-form-div {
    position: relative;
}
.blog-dashboard .custom-field #blog_image_pre {
    margin-bottom: 35px;
    background-color: #f7f7f7;
}
.blog-dashboard .custom-field #file-input-error {
    position: absolute;
    left: 0;
    bottom: 0px;
}
.add-class-dashboard .custom-field #curriculum_details-error {
    position: absolute;
    left: 0;
    bottom: 0px;
}
.add-class-dashboard .custom-field #class_description-error {
    position: absolute;
    left: 0;
    bottom: 0px;
}
.add-class-dashboard #class_image_pre {
    margin-bottom: 35px;
    background-color: #f7f7f7;
    margin-top: 25px;
}
.add-class-dashboard .custom-field #file-input-error {
    position: absolute;
    left: 0;
    bottom: -20px;
}
.error_page {
    min-height: 70vh;
    height: 500px;
    padding: 20px 0 100px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.error_page .error_content {
    text-align: center;
}
.error_content p {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}
h1.error_heading  {
    font-size: 100px;
    line-height: 150%;
    color: #2430A0;
}
.error_content .error_link {
    margin-top: 30px;
}
@media(max-width:991px){
    .blog-dashboard .custom-field #blog_content-error {
        bottom: -30px;
    }
    .add-class-dashboard .custom-field #class_description-error {
        bottom: -32px;
    }
    .add-class-dashboard .custom-field #curriculum_details-error {
        bottom: -32px;
    }
}
@media(max-width:767px){
    .blog-dashboard .custom-field #blog_image_pre,
    .add-class-dashboard .custom-field #cke_class_description,
    .add-class-dashboard .custom-field #cke_curriculum_details
    {
        margin-bottom: 45px;
    }
    .blog-dashboard .custom-field #file-input-error,
    .add-class-dashboard .custom-field #curriculum_details-error,
    .add-class-dashboard .custom-field #file-input-error {
        bottom: -30px;
    }
    .add-class-dashboard #class_image_pre {
        margin-bottom: 55px;
    }
}


.custom_class_div .owl-stage {
    display: flex;
    align-items: stretch;

}

.custom_class_div .owl-stage .owl-item{
    height: auto;
}

.custom_class_div .owl-stage .owl-item .item{
    height: 100%;
}

.smaller_case {
    text-transform: lowercase;
}

body #hubspot-messages-iframe-container {
    bottom: 70px !important;
}
#hubspot-messages-iframe-container iframe {
    top:70px !important;
}
button.tablinks a.sub-link {
    padding: 0px;
}

/* Code Added...17/10/2023 */
section.banner-section {
    padding: 0px 0px;
    position: relative;
}
section.section-padding1 {
    padding: 0px 0;
}
.banner-icon {
    text-align: center;
    position: absolute;
    bottom:0;
    left: 0;
    right: 0;
}
/* Code Added...17/10/2023 */