:root {
    --turq: #34b6d1;
}


body {
    font-family: 'Heebo', sans-serif;
    direction: rtl;
    text-align: right;
}

h1 {
    font-size: 50px;
    font-weight: 400;
    color: var(--turq);
}
h2 {
    font-size: 50px;
    font-weight: 400;
    color: var(--turq);
}

h3 {
    font-size: 40px;
    font-weight: 400;
    color: var(--turq);
}

h4 {
    font-size: 28px;
    font-weight: 400;
    color: #444444;
}

p {
    font-size: 22px;
    font-weight: 400;
    color: #444444;
    line-height: 30px;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

button:hover {
    opacity: 0.5;
}

a {
    text-decoration: none;
}

a:hover {
    opacity: 0.8;
    text-decoration: none;
}

.btn.btn-primary {
    background: var(--turq);
    font-size: 22px;
    padding: 16px 50px;
    border-radius: 0;
    border: 0;
    outline: none;
}

.container-fluid {
    max-width: 1720px;
}

header {
    -webkit-transition: all .2s ease;
    z-index: 9999;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

header.header.sticky {
    position: fixed;
    width: 100%;
    z-index: 89999;
    webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: sticky_transition;
    animation-name: sticky_transition;
}

@keyframes sticky_transition {
    0% {
        position: fixed;
        top: -94px;
    }

    100% {
        position: fixed;
        top: 0;
    }
}

.banner {
    background: url(../images/home-banner.jpg) no-repeat bottom;
    height: 558px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner h2 {
    color: #fff;
}

.banner-bottom-form {
    padding: 80px 0;
}

.banner-bottom-form .form-control {
    font-size: 22px;
    font-weight: 400;
    color: #444444;
    border: 0;
    margin-bottom: 0 !important;
    height: 64px;
}

.banner-bottom-form .form-control:focus {
    border: 0;
    outline: none;
    box-shadow: none;
}

.banner-bottom-form form {
    display: flex;
    border: 2px solid var(--turq);
    align-items: center;
    max-width: 1000px;
    width: 100%;
    margin: auto;
}

.banner-bottom-form form button {
    margin-bottom: 0 !important;
}

.category ul {
    display: flex;
    justify-content: space-between;
}

.category ul li {
    width: 18%;
    padding: 10px 0;
}

.category-box {
    position: relative;
}

a:hover .category-box {
    opacity: 0.8;
}

.category-box:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 212, 255, 0) 89%);
}

.category-box h4 {
    font-weight: 700;
    color: #fff;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    z-index: 99;
    text-align: center;
}

.lecturers {
    padding: 50px 0;
}

.lecturers h2 {
    margin-bottom: 35px;
}

.lecturer-box {
    background: #f6f6f6;
    margin: 15px 0;
    text-align: center;
    /* padding-top: 10px; */
}

.lecturer-box .lecturer-bottom {
    text-align: right;
}

.lecturer-box>img {
    max-height: 200px;
    /* height: 200px; */
}

.lecturer-mid {
    padding: 10px 0;
}

.lecturer-mid h3 {
    text-align: center;
    font-weight: 700;
    margin-bottom: 0;
    height: 50px;
    overflow: hidden;
    font-size: 32px;
}

.lecturer-mid h4 {
    text-align: center;
    margin-bottom: 5px;
    height: 64px;
    overflow: hidden;
}

.lecturer-mid p {
    text-align: center;
    color: var(--turq);
    margin-bottom: 0;
}

.lecturer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.lecturer-bottom p span {
    display: block;
    text-align: right;
}

.lecturer-bottom p span.title {
    font-weight: 700;
    color: var(--turq);
}

.lecturer-bottom .language {
    width: 50%;
}

.reating {
    width: 50%;
    text-align: left;
    padding-left: 4px;
}

.lecturer-bottom .language .lang-row {
    height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.lecturers a.btn.btn-primary {
    margin: 40px auto 0;
    display: table;
}

.question-section {
    background: #f6f6f6;
    padding: 70px 0;
}

.question-section h2 {
    margin-bottom: 0;
    text-align: center;
    color: #444444;
    font-weight: 700;
    line-height: 45px;
}

.question-section span {
    text-align: center;
    display: block;
    font-size: 22px;
    font-weight: 400;
    color: #444444;
}

.question-section form {
    margin-top: 40px;
}

.question-section .form-control {
    border: 0;
    outline: 0;
    height: 65px;
}

.question-section .col-auto img {
    margin: 0 12px;
}

.most-watch {
    padding-top: 30px;
}

.most-watch h2 {
    text-align: right;
    /* color: #2e2e30; */
    margin-bottom: 30px;
}

.lecturers .most-watch-box {
    margin-bottom: 30px;
}

.most-watch-box {
    width: 100%;
    max-width: 400px;
    display: flex;
    flex-direction: column;
    margin: auto;
}

a:hover .most-watch-box {
    opacity: 0.8;
}

.most-watch-box-mid {
    min-height:64px;
    display: flex;
    background: var(--turq);
    align-items: center;
}

.most-watch-box-mid img {
    max-width: 128px;
    margin-left: 10px;
}

.most-watch-box-mid h5 {
    font-weight: 700;
    color: #fff;
    width: 100%;
    text-align: center;
}

.most-watch-box-bottom {
    background: #f6f6f6;
    text-align: center;
    padding: 30px 10px 25px;
}

.most-watch-box-bottom h4 {
    color: var(--turq);
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 28px;
    height: 56px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.most-watch-box-bottom p {
    line-height: 22px;
    height: 44px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

button.owl-prev {
    position: absolute;
    left: -20px;
    top: 33%;
    border: 0;
    outline: none;
}

button.owl-prev:hover {
    background: none;
}

button.owl-prev i {
    font-size: 32px;
    color: var(--turq);
}

button.owl-next i {
    font-size: 32px;
    color: var(--turq);
}

button.owl-next {
    position: absolute;
    right: -20px;
    top: 33%;
    outline: none;
}

button.owl-next:hover {
    background: none;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: none;
}

.video-section {
    background: #f6f6f4;
    padding: 30px 0 0;
}

.video-section h2 {
    /* color: #2e2e30; */
    text-align: right;
    margin-bottom: 30px;
}

.video-box {
    text-align: center;
    padding: 0 15px;
    /* min-height:700px; */
}

.video-box a {
    position: relative;
    text-align: center;
    display: block;
}

.video-box a .play-icon {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    z-index: 99;
    width: 100%;
    max-width: 90px;
    top: 30%;
}

.video-box p {
    margin-bottom: 0;
    margin-top: 15px;
    line-height: 22px;
    height: 106px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.video-box p b {
    color: #2e2e30;
    line-height: 26px;
    height: 52px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;13px
    overflow: hidden;
    margin-bottom:10px;
}

.breadcrumb {
    padding: 0;
    background: none;
}

.breadcrumb-section {
    padding: 40px 0;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: ">";
    padding-left: 7px;
}

ol.breadcrumb {
    margin-bottom: 0;
}

.breadcrumb-item.active:before {
    padding-right: 0;
}

.breadcrumb-item {
    font-size: 18px;
}

.breadcrumb-item a {
    color: #444444;
}

.breadcrumb-item.active {
    color: var(--turq);
}

.choose-lecture h2 {
    text-align: right;
}

.choose-lecture ul {
    background: #f6f6f6;
    display: flex;
    justify-content: center;
    padding: 20px 0;
    margin: 40px 0 50px;
}

.choose-lecture h4 {
    text-align: right;
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}

.select2-container {
    display: inline-block;
    width: 200px !important;
}

.choose-lecture ul li {
    /* width: 16%; */
    margin: 0 25px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 24px;
    font-weight: 400;
    color: #444444;
}

.select2-container--default .select2-selection--single {
    border-color: var(--turq);
    height: 45px;
    padding: 10px 10px;
    text-align: right;
    direction: rtl;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b:before {
    color: var(--turq);
    top: 5px;
    right: inherit;
    left: 12px;
}

.select2-results {
    background: var(--turq);
}

.select2-container--open .select2-selection--single {
    background: var(--turq);
    ;
}





/********************speaker profile page********************/

/* .profile-social-link ul{ display: flex; justify-content: center; width: 100%;}

.profile-social-link ul li{ margin: 10px;}

.profile-social-link ul li a{ width: 40px; height: 40px; display: block; background: url(../images/sprite-social.png) top 16px left 13px;}

.profile-social-link ul li:nth-child(1) a{ background: url(../images/sprite-social.png) top 56px left 43px;}

.profile-social-link ul li:nth-child(2) a{ background: url(../images/sprite-social.png) top 56px left 88px;}

.profile-social-link ul li:nth-child(3) a{ background: url(../images/sprite-social.png) top 56px left 132px;}

.profile-social-link ul li:nth-child(4) a{ background: url(../images/sprite-social.png) top 56px left 175px;}

.profile-social-link{ padding: 25px 10px;}

.profile-social-link h4 {  margin-bottom: 0;} */
/* .profile-social-link ul li:nth-child(5) a{ background: url(../images/sprite-social.png) top 56px left -14px;} */

.user-profile-section {
    text-align: center;
}

.speaker-detail {}

.speaker-detail a {
    color: var(--turq);
     text-decoration:underline;
}


.light-green-text {
    color: var(--turq) !important;
}

.speaker-details-box {
    padding-top: 50px;
}

.speaker-details-box p {
    margin-bottom: 0;
}

.speaker-details-box h4 {
    font-weight: bold;
    color: var(--turq);
}

.speaker-details-box .vote-star img {
    width: 25px;
    height: 25px;
}

.quote-box {
    padding: 15px 30px;
    background: var(--turq);
}


.quote-box h2 {
    margin-bottom: 25px;
    color: #fff;
    text-align: center;
    font-weight: 700;
}

.quote-box .form-control {
    font-size: 22px;
    font-weight: 400;
    border-radius: 0;
    width: 100%;
    border: 0;
    margin-bottom: 18px;
    height: 60px;
}

.quote-box .custom-control.custom-checkbox {
    display: flex;
    justify-content: center;
}

.quote-box .custom-control.custom-checkbox {
    padding-left: 0;
    padding-right: 1.5rem;
    margin-top: 30px;
}

.quote-box .custom-control-input {
    left: inherit;
    right: 0;
}

.custom-control-label::before {
    left: inherit;
    right: -1.3rem;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    left: inherit;
    right: -1.5rem;
}

.quote-box .form-control:focus {
    outline: none !important;
    box-shadow: none !important;
    border: 0;
}

.quote-box button {
    width: 100%;
    height: 60px;
}

.quote-box .custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    right: -1.3rem;
}

.chat-with-us a {
    margin: 0px 10px;
}

.chat-with-us {
    display: flex;
    justify-content: center;
    margin: 20px 0 0;
}

.btn-secondary {
    font-size: 25px;
    font-weight: 700;
    color: #fff;
    background: #444444;
    border-radius: 0;
    border: solid 1px #444;
    padding: 10px 39px;
}

.More-about h2 {
    margin-bottom: 30px;
}

.More-about-inner {
    background: #f6f6f6;
    padding: 20px 80px;
    /* margin-bottom: 30px; */
}

.More-about-inner h4 {
    text-align: right;
    font-weight: 700;
    margin-bottom: 0;
}

.More-about-inner p {
    text-align: right;
}

.More-about-inner ul {
    margin: 0;
    padding: 0;
}

.More-about-inner ul li {
    /* margin-bottom: 40px; */
    position: relative;
    padding-right: 10px;
}

.More-about-inner ul li img {
    max-width: 30px;
    position: absolute;
    right: -30px;
    top: 0;
}

.speaker-detail h4 {
    margin-bottom: 10px;
}

.with-lacture .speaker-details-box {
    padding-top: 20px;
}

.header {
    background: var(--turq);
}

.header .navbar {
    padding: 0;
}

.header .navbar .navbar-brand {
    padding: 0;
    margin-right: 0;
    margin-left: 15px;
}

.header .navbar .navbar-brand img {
    width: 100%;
    max-width: 275px;
}

.header .navbar .nav-item .nav-link {
    font-size: 21px;
    color: #fff;
    padding: 37px 10px;
    font-weight: 700;
    min-width: 210px;
    text-align: center;
}

.header .navbar .nav-item.active .nav-link,
.header .navbar .nav-item.show .nav-link,
.header .navbar .nav-item:hover .nav-link,
.header .mega-menu-list li a {
    background: #fff;
    color: var(--turq);
}

.header .dropdown-menu {
    padding: 0;
    border-radius: 0;
    margin: 0;
    border: none;
}

.header .dropdown-menu {
    right: 0;
}

.header .dropdown-menu a {
    font-size: 20px;
    color: var(--turq);
    font-weight: 700;
    display: block;
    text-align: center;
}

.header .dropdown-menu a:hover {
    background: var(--turq);
    color: #fff;
}

.header .mega-menu {
    left: unset;
    width: max-content;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
}

.header .mega-menu-list {
    display: flex;
    padding: 30px;
    flex-wrap: wrap;
}

.header .mega-menu-list li {
    width: 25%;
    display: inline-block;
    padding: 0 25px;
    vertical-align: top;
}

.header .mega-menu-list li a {
    display: block;
    padding: 10px 0;
    text-align: right;
    line-height: 25px;
    min-width: max-content
}




.header .mega-menu-list li a:hover {
    background: var(--turq);
    color: #fff;
}

.header .login-btn .nav-link {
    padding: 15px 20px !important;
    background: #444444;
    display: inline-block;
    margin-top: 22px;
}

.header .login-btn h4 {
    font-size: 28px;
    color: #0fd2fb;
    text-align: center;
    font-weight: 700;
    margin-bottom: 20px;
}

.header .login-btn .dropdown-menu {
    padding: 25px 20px;
    top: 89%;
}

.header .login-btn .form-control {
    border: solid 1px #444444;
    font-size: 15px;
    font-weight: 400;
    border-radius: 0;
}

.header .login-btn .btn-primary {
    width: 100%;
    display: block;
    padding: 4px 5px;
    font-weight: 700;
}

.header .login-btn .forget-password {
    font-size: 16px;
    text-decoration: underline;
    font-weight: 400;
    margin: 14px 0 22px
}

.header .login-btn .register a {
    font-size: 16px;
    font-weight: 400;
    color: #444444;
    text-decoration: underline;
}

.header .login-btn a:hover {
    background: transparent;
    color: var(--turq);
}



.footer {
    background: var(--turq);
}

.footer .footer-top {
    padding: 48px 0 20px;
    text-align: right;
}

.footer .footer-top h4 {
    font-size: 28px;
    font-weight: 700;
    color: #444444;
    margin-bottom: 30px;
    line-height: 31px;
}

.footer .footer-top .footer-menu li a {
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    line-height: 31px;
}

.footer .footer-top .footer-menu li a:hover {
    color: #444;
}

.footer .footer-top .input-group .form-control {
    font-size: 21px;
    font-weight: 400;
    color: #212325;
    background: #fff;
    border-radius: 0;
    height: 64px;
}

.footer .footer-top .input-group .form-control::placeholder {
    color: #000000;
}

.footer .footer-top .input-group .btn-secondary {
    font-size: 25px;
    font-weight: 700;
    color: #fff;
    background: #444444;
    border-radius: 0;
    border: solid 1px #444;
    padding: 10px 39px;
}

.footer .footer-top .input-group .btn-light {
    border: solid 1px #fff;
    background: transparent;
    border-radius: 0;
    font-size: 25px;
    font-weight: 700;
    color: #fff;
    padding: 10px 39px;
}

.custom-control {
    font-size: 18px;
    font-weight: 400;
    color: #212325;
    margin-top: 24px;
}

.custom-control {
    padding-right: 1.5rem;
}

.custom-control-label::after {
    right: -1.3rem;
    top: 0.5rem;
}

.custom-control-label {
    padding-right: 16px;
}

.custom-control-label::before {
    right: -1.5rem;
    width: 23px;
    height: 23px;
    border-radius: 0 !important;
    border: solid 1px #fff
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #444444;
    background-color: #444444;
}

.footer .footer-bottom {
    text-align: center;
    padding: 20px 0 23px;
}

.footer .footer-bottom .social-icon {
    padding: 24px 0 34px;
}

.footer .footer-bottom .social-icon a {
    width: 37px;
    height: 37px;
    border-radius: 50%;
    border: solid 2px #fff;
    line-height: 37px;
    text-align: center;
    display: inline-block;
    color: #fff;
    margin: 0 3px;
}

.footer .footer-bottom .footer-bottom-links a {
    font-size: 22px;
    color: #fff;
    font-weight: 400;
    line-height: 22px;
    position: relative;
    display: inline-block;
    padding: 0 7px;
}

/* .footer .footer-bottom .footer-bottom-links a:after {
    position: absolute;
    right: 0;
    top: 0;
    content: '';
    width: 2px;
    height: 100%;
    background: #fff;
} */

.lacture2 {
    padding: 0 0 30px;
}

.lacture2 .most-watch-box {
    margin-bottom: 30px;
}

.lacture2 .speaker-detail {
    margin-top: 0;
}

.lacture2 .user-profile-section {
    margin-top: 0;
}

.lacture2 .speaker-detail h2 {
    margin-bottom: 16px;
}

.speaker-detail h1 {
    font-weight: 700;
    line-height: 50px;

}
.speaker-detail h2,.speaker-detail h3 {
    font-size: 22px;
    font-weight: 400;
    color: #444444;
    line-height: 30px;
    margin-bottom: 0;
    margin-top: 0;
}

.speaker-video {
    background: none;
}

.speaker-watch {
    padding-bottom: 30px
}


footer .custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    right: -1.3rem;
}

.speaker-profile>.container-fluid>.row>div:nth-child(1) {
    max-width: 72%;
    flex-basis: 72%;
}

.speaker-profile>.container-fluid>.row>div:nth-child(2) {
    max-width: 28%;
    flex-basis: 28%;
}


@media(max-width:1366px) {
    .speaker-detail h4 {
        font-size: 20px;
    }

    .btn-secondary {
        font-size: 18px;
    }

    .quote-box h2 {
        font-size: 24px;
    }

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        font-size: 18px;
    }

    .header .navbar .nav-item .nav-link {
        min-width: auto;
    }

    .header .navbar .navbar-brand img {
        /* max-width: 100%; */
    }

    .most-watch {
        /* padding: 30px 0 0; */
        padding: 0;
    }

    .most-watch .owl-prev,
    .most-watch .owl-next {
        position: relative;
        top: unset;
        margin: 0 !important
    }

    .most-watch .owl-next {
        right: -30px;
    }

    .most-watch .owl-prev {
        left: -30px;
    }

    .header .navbar .nav-item .nav-link {
        font-size: 18px;
    }

    .header .dropdown-menu a {
        font-size: 20px;
    }

    .header .mega-menu-list li {
        padding: 0 15px;
    }

    .header .mega-menu-list {
        padding: 30px 15px;
    }

}


@media(max-width:1199px) {
    .lecturer-box .lecturer-bottom p {
        font-size: 17px;
        line-height: 20px;
    }

    .lecturer-box img {
        /* width: 100%; */
    }

    .lecturer-box .lecturer-bottom {
        padding: 15px;
    }

    .most-watch-box {
        max-width: 90%;
    }

    .footer .footer-top h4 {
        margin: 20px 0 2px;
    }

    .category ul {
        flex-wrap: wrap;
    }

    .category ul li {
        width: 49%;
    }

    .category ul li img {
        width: 100%;
    }



}

@media(max-width:991px) {

    h2 {
        font-size: 44px;
    }

    h3 {
        font-size: 30px;
    }

    h4 {
        font-size: 24px;
    }

    .category-box h4 {
        font-size: 18px;
    }

    .lecturer-bottom p span {
        font-size: 18px;
    }

    p {
        font-size: 18px;
    }

    .question-section .form-control {
        width: 170px;
    }

    .most-watch {
        padding-bottom: 20px;
    }

    .lecturer-box img {
        width: 100%;
    }

    .reating img {
        width: auto;
    }

    .quote-box {
        margin-bottom: 40px;
    }

    .More-about-inner {
        padding: 20px 10px 20px 20px;
    }

    .More-about-inner ul li {
        padding-right: 70px;
    }

    .More-about-inner ul li img {
        right: 0;
    }

    .user-profile-section {
        margin-top: 0;
    }

    .speaker-detail {
        margin-top: 0;
    }

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        font-size: 18px;
    }

    .choose-lecture ul {
        flex-wrap: wrap;
    }

    .choose-lecture ul li {
        width: 40%;
        margin-bottom: 20px;
    }

    .header {
        padding: 15px
    }

    .header .navbar-nav {
        margin-top: 40px;
    }

    .header .navbar .navbar-brand img {
        max-width: 90%;
        width: auto;
    }

    .header .navbar-toggler:focus {
        outline: none !important;
        box-shadow: none;
    }

    .header .navbar-toggler {
        padding: 0;
        font-size: 30px;
        color: #444;
    }

    .header .navbar .nav-item .nav-link {
        padding: 10px;
    }

    .header .mega-menu {
        width: auto;
    }

    .header .mega-menu-list li {
        width: 49%;
        padding: 0;
    }

    .header .login-btn .nav-link {
        display: block;
    }

    .question-section .col-auto,
    .question-section .form-control,
    .question-section .btn.btn-primary {
        width: 100%;
    }

    .question-section .chat-img {
        text-align: center;
        margin-top: 15px;
    }

    .lecturers {
        padding: 30px 0;
    }

    .choose-lecture ul {
        margin-bottom: 20px;
    }

    .choose-lecture ul {
        padding: 30px 15px;
    }

    .lacture2 {
        padding: 30px 0;
    }

    .footer .footer-top {
        padding: 20px 0;
    }
    .header .mega-menu-list li a{
        font-size: 16px;
    }

}


@media(max-width:767px) {


    .speaker-profile>.container-fluid>.row>div:nth-child(1) {
        max-width: inherit;
        flex-basis: inherit;
    }

    .speaker-profile>.container-fluid>.row>div:nth-child(2) {
        max-width: inherit;
        flex-basis: inherit;
    }

    .header .navbar .navbar-brand {
        width: 100%;
        max-width: 215px;
    }

    h2 {
        font-size: 40px;
    }

    .question-section .form-control {
        width: 100%;
        margin-bottom: 20px !important;
    }

    .question-section form .form-row {
        flex-direction: column;
        justify-content: center !important;
    }

    .question-section form .form-row .col-auto {
        width: 100%;
        max-width: 530px;
        display: flex;
        justify-content: center;
    }

    .question-section form .form-row .col-auto button {
        margin-bottom: 20px !important;
    }

    .banner {
        height: 288px;
    }

    .btn.btn-primary {
        font-size: 18px;
        padding: 15px 20px;
    }

    .form-control {
        font-size: 18px;
    }

    .banner-bottom-form .form-control {
        font-size: 18px;
    }

    .lecturers h2 {
        margin-bottom: 5px;
    }

    .lecturers a.btn.btn-primary {
        margin-top: 15px;
    }

    .question-section {
        padding: 40px 0;
    }

    .user-profile-section img {
        width: 100%;
    }

    .speaker-details-box {
        padding-top: 20px;
    }

    .speaker-detail {
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .banner-bottom-form {
        padding: 40px 0;
    }

    .footer .footer-bottom .footer-bottom-links a {
        font-size: 18px;
        line-height: 18px;
    }

    .quote-box .form-control {
        height: 40px;
    }

}



@media(max-width:575px) {
    h2 {
        font-size: 30px;
    }

    h3 {
        font-size: 25px;
    }

    h4 {
        font-size: 16px;
    }

    p {
        font-size: 16px;

    }

    .category ul li {
        width: 48%;
    }

    .choose-lecture ul li {
        width: 100%;
        margin-bottom: 20px;
    }

    .input-group {
        display: block;
    }

    .input-group .form-control {
        width: 100%;
        border: solid 1px #42b6d1;
    }

    .input-group .btn-primary {
        width: 100%;
        display: block;
    }

    .banner-bottom-form form {
        border: none;
    }

    .footer .footer-top .input-group .btn-light,
    .footer .footer-top .input-group .btn-secondary {
        width: 100%;
        display: block;
        margin-top: 10px;
        font-size: 20px;
    }

    .lecturers a.btn.btn-primary {
        display: block;
        width: 100%;
    }

    .most-watch-box {
        max-width: 80%;
    }

    .footer .footer-top .input-group .form-control {
        height: 48px;
    }

    .quote-box button {
        height: auto;
    }

    .btn-secondary,
    .btn-primary {
        font-size: 16px;
    }

    .More-about-inner h4{
        margin-right:23px;

    }

    .More-about-inner p {
    text-align: right;
    margin-right: 20px;

    }

    .More-about-inner ul li {
        padding-right: 0;
        font-size: 16px;

    }

    .More-about-inner ul li img {
        position: absolute;
        margin-left: auto;
        right: unset;
        width: auto;
        display: block;
        margin-bottom: 18px;
        max-width: 22px;
    }

    .video-section {
        padding: 30px 0 20px;
    }

    .footer .footer-top .footer-menu li a {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    line-height: 31px;

    }
    .footer .footer-top h4 {
    font-size: 22px;
    font-weight: 700;
    color: #444444;
    margin-bottom: 5px;
    line-height: 31px;
    }

    .select2-container {
        width:160px !important;
    }
    .select2-container--default .select2-selection--single .select2-selection__rendered {
        font-size: 15px;
    }

}










.vote-star .star {
    cursor: pointer;
}




.owl-carousel .owl-item img {
    /* max-height: 228px; */
    max-height: 200px;
}

.owl-carousel .owl-item img.vid {
    /* max-height: 228px; */
    max-height: 300px;
}

.owl-carousel .owl-item .category-box img {
    max-height: inherit;
}

.select2-container--disabled span {
    color: #bbb !important;
}


#cropperElId {
    position: inherit;
    opacity: 1;
    font-size: 14px;
    border: 0;
}

.profile-social-link h4 {
    margin-top: 30px;
}

.reg-img {
    max-height: 200px;
    width: 100%;
}


.index-pics .form-group textarea {
    display: block;
    width: 100%;
}

#carouselExampleIndicators {
    max-width: 1920px;
    margin: 0 auto;
}

#carouselExampleIndicators2 .carousel-item {
    width: 40%;
}

#carouselExampleIndicators2 .carousel-inner .carousel-item-left.active {
    transform: translateX(-50%);
}

#carouselExampleIndicators2 .carousel-inner .carousel-item-right.active {
    transform: translateX(50%);
}

#carouselExampleIndicators2 .carousel-inner .carousel-item-next {
    transform: translateX(50%)
}

#carouselExampleIndicators2 .carousel-inner .carousel-item-prev {
    transform: translateX(-50%)
}

#carouselExampleIndicators2 .carousel-inner .carousel-item-right,
#carouselExampleIndicators2 .carousel-inner .carousel-item-left {
    transform: translateX(0);
}



.scrollToTopBtn {
    background-color: black;
    border: none;
    border-radius: 50%;
    outline: none !important;
    color: white;
    cursor: pointer;
    font-size: 16px;
    line-height: 48px;
    width: 48px;

    /* place it at the bottom right corner */
    position: fixed;
    bottom: 30px;
    right: 30px;
    /* keep it at the top of everything else */
    z-index: 100;
    /* hide with opacity */
    opacity: 0;
    /* also add a translate effect */
    transform: translateY(100px);
    /* and a transition */
    transition: all .5s ease
}

.showBtn {
    opacity: 1;
    transform: translateY(0)
}
.h1f{
    font-size: 0;
    margin:0;
    display: inline;
    padding: 0;
}

.chat-with-us {
  display: flex; 
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease;
  margin-top: 20px;
}

.chat-with-us a {
  display: flex; 
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  text-decoration: none;
}

.chat-with-us a img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.chat-with-us.floating a:nth-child(1) .img-fluid{
     width: 42px;
  height: 42px;
}

/* Special style for phone link */
.chat-with-us a[href^="tel:"] {
  background-color: #36b6d1; /* Blue background for phone */
}

/* Floating style */
.chat-with-us.floating {
  position: fixed;
  top: 40%; /* adjust as needed */
  left: 20px;
  z-index: 1000;
  background: #36b6d15c;
  padding: 5px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  flex-direction:column;
}
