* {
    font-family: Poppins;
}

.trialHolder {
    padding: 0;
    margin: 0;
}

.margin-80-top{
    margin-top: 40px;
}

.formSection {
    display: flex;
    align-items: stretch;
    max-width: 100%;
    margin: 0 auto;
}

.formSection .formSectionText {
    background: rgba(77, 134, 201, 0.92);
    padding: 40px 25px;
    position: relative;
    height: auto;
}

.formSection .formSectionText .leftSectionFormBackgroundImage {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.formSection .formSectionText .leftSectionFormBackgroundImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.formSection .formSectionText #titlebar {
    margin-bottom: 20px;
}

.formSection #titlebar .textHeading {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    text-align: left;
    color: #fff;
    margin: 0;
}

#titlebar {
    margin-bottom: 10px;
}

.formSection .left-upper-text {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    margin: 0;
    margin-bottom: 10px;
    color: #fff;
    float: unset;
    padding: 0;
}

.formSection .leftimg {
    background: #4D86C9;
    margin-top: 0;
    padding: 45px 30px;
    width: 480px;
    border-top-right-radius: 50px;
}

.leftimg .company-info {
    padding: 0;
}

.leftimg .company-info li {
    display: flex;
    align-items: flex-start;
    margin: 30px 0;
}

.leftimg .company-info li img {
    margin-right: 10px;
}

.leftimg .company-info li span {
    font-family: Poppins;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    color: #fff;
}

.leftimg .company-info li span b {
    display: block;
    font-size: 16px;
    margin-bottom: 5px;
}

.formSection .leftimg .ending-text {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    text-align: left;
    color: #fff;
}

.formSection .right-sec-pad {
    background: #fff;
    padding-left: 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-right: 0;
    padding-bottom: 0;
    padding-top: 0;
    height: 100%;
    width: calc(100% - 480px);
}

.formSection .right-sec-pad .jumbotronborder {
    border-radius: 0;
    background: #fff;
    width: 438px;
    margin: 0 auto;
    background: #ffffff !important;
    margin-top: 0;
    border: none;
}

.formSection .right-sec-pad .jumbotronborder #side-1, .formSection .right-sec-pad .jumbotronborder #side-2, .formSection .right-sec-pad .jumbotronborder #side-3 {
    background: #ffffff !important;
    padding: 25px 20px 80px 20px !important;
}

.formSection .right-sec-pad .jumbotronborder #side-1 .get-register, .formSection .right-sec-pad .jumbotronborder #side-2 .get-register, .formSection .right-sec-pad .jumbotronborder #side-3 .get-register, .formSection .right-sec-pad .jumbotronborder #side-4 .get-register  {
    font-family: Poppins;
    text-align: center;
    margin: 0 0 30px 0;
    padding-bottom: 0 !important;
    font-size: 32px;
    font-weight: 700;
    line-height: 48px;
    color: rgba(53, 53, 53, 1);
}

.formSection .right-sec-pad .jumbotronborder #side-1 .get-register span, .formSection .right-sec-pad .jumbotronborder #side-2 .get-register span {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: rgba(53, 53, 53, 1);
    display: block;
}


.formSection .right-sec-pad .hr2 {
    margin-bottom: 10px;
}

.formSection .right-sec-pad .jumbotronborder #side-1 p, .formSection .right-sec-pad .jumbotronborder #side-2 p {
    color: rgba(53, 53, 53, 1);
    font-family: Poppins;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    text-align: center;
}

.formSection .right-sec-pad .jumbotronborder #side-1 #Register label, .formSection .right-sec-pad .jumbotronborder #side-2 #signinForm label, .formSection .right-sec-pad .jumbotronborder #side-3 #forgotPasswordForm label, .formSection .right-sec-pad .jumbotronborder #side-3 .forgot {
    position: relative;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    text-align: left;
    color: rgba(53, 53, 53, 1) !important;
    opacity: 1;
    margin: 0;
}

.formSection .right-sec-pad .jumbotronborder #side-1 #Register .formFields,
.formSection .right-sec-pad .jumbotronborder #side-2 #signinForm .formFields,
.formSection .right-sec-pad .jumbotronborder #side-3 #forgotPasswordForm .formFields
{
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
}

.formSection .right-sec-pad .jumbotronborder #side-1 #Register .formFields .fieldHolder,
.formSection .right-sec-pad .jumbotronborder #side-2 #signinForm .formFields .fieldHolder,
.formSection .right-sec-pad .jumbotronborder #side-3 #forgotPasswordForm .formFields .fieldHolder,
.formSection .right-sec-pad .jumbotronborder #side-1 #Register .formFields .password-holder,
.formSection .right-sec-pad .jumbotronborder #side-2 #signinForm .formFields .password-holder
{
    position: relative;
}

.formSection .right-sec-pad .jumbotronborder #side-1 #Register .formFields .fieldHolder svg,
.formSection .right-sec-pad .jumbotronborder #side-2 #signinForm .formFields .fieldHolder svg,
.formSection .right-sec-pad .jumbotronborder #side-3 #forgotPasswordForm .formFields .fieldHolder svg,
.formSection .right-sec-pad .jumbotronborder #side-1 #Register .formFields .password-holder svg,
.formSection .right-sec-pad .jumbotronborder #side-2 #signinForm .formFields .password-holder svg
{
    position: absolute;
    left: 12px;
    top: 0;
    bottom: 0;
    height: fit-content;
    margin: auto 0;
}

.formSection .right-sec-pad .jumbotronborder #side-1 #Register .formFields .inputFields,
.formSection .right-sec-pad .jumbotronborder #side-2 #signinForm .formFields .inputFields,
.formSection .right-sec-pad .jumbotronborder #side-3 #forgotPasswordForm .formFields .inputFields
{
    height: 42px;
    padding-left: 40px;
    color: rgba(53, 53, 53, 1) !important;
    font-family: Poppins;
    font-size: 16px !important;
    font-weight: 400;
    line-height: normal;
    text-align: left;
    border: 1px solid rgba(53, 53, 53, 1) !important;
}

.formSection .right-sec-pad .jumbotronborder #side-1 #Register .formFields .inputFields::placeholder,
.formSection .right-sec-pad .jumbotronborder #side-2 #signinForm .formFields .inputFields::placeholder,
.formSection .right-sec-pad .jumbotronborder #side-3 #forgotPasswordForm .formFields .inputFields::placeholder
{
    font-family: Poppins;
    font-size: 14px !important;
    font-weight: 400;
    color: rgba(128,128,128,0.48);
}

.policybottom .policy-bottom-text {
    margin-top: 60px;
}

.formSection .right-sec-pad .jumbotronborder #side-1 #Register .formFields .inputFields.form-control-error,
.formSection .right-sec-pad .jumbotronborder #side-2 #signinForm .formFields .inputFields.form-control-error,
.formSection .right-sec-pad .jumbotronborder #side-3 #forgotPasswordForm .formFields .inputFields.form-control-error
{
    border: 2px solid #d71920 !important;
}

.formSection .right-sec-pad .jumbotronborder #side-1 #Register .formSeparator,
.formSection .right-sec-pad .jumbotronborder #side-2 #signinForm .formSeparator
{
    margin-left: 0;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.formSection .right-sec-pad .jumbotronborder #side-1 #Register #university {
    margin-bottom: 10px;
}

.formSeparator .white-line
{
    border: 1px solid rgba(209, 209, 209, 1);
    width: 44%;
    margin: 15px 0px;
}

.formSeparator .or-text
{
    font-family: Poppins;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    text-align: left;
    color: rgba(53, 53, 53, 1);
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

.signup-social-button
{
    display: flex;
    position: relative;
    justify-content: center;
    width: 100%;
    height: 100%;
    border-radius: 7px;
    align-items: center;
    margin-bottom: 15px;
}

.signup-social-button .btn
{
    position: relative;
    height: 35px;
    padding: 0 2px;
    background: #fff;
    border-width: 2px;
    width: 33%;
    border: 1px solid rgba(53, 53, 53, 1);
    border-radius: 0;
    margin-bottom: 0;
    font-family: Poppins;
    font-size: 12px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    color: rgba(53, 53, 53, 1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.signup-social-button .btn:nth-child(1) {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.signup-social-button .btn:nth-last-child(1) {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.signup-social-button .btn img
{
    margin-left: -12px;
    width: 30px;
    height: 30px;
}

.signup-social-button .btn span
{
    position: relative;
    margin: 0;
    margin-left: 5px;
    width: fit-content;
}

.formSection .right-sec-pad .jumbotronborder #side-1 #Register #signup-button,
.formSection .right-sec-pad .jumbotronborder #side-2 #signinForm #signin_Button
{
    font-family: Poppins;
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
    color: #fff;
    text-transform: capitalize;
    padding: 5px 40px;
    background: rgba(0, 128, 0, 1);
    width: 100%;
    tex-align: center;
    margin-top: 0;
}

.formSection .right-sec-pad .jumbotronborder #side-1 .policybottom .donthave,
.formSection .right-sec-pad .jumbotronborder #side-2 .registerProcess .donthave
{
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: rgba(53, 53, 53, 1) !important;
}

.formSection .right-sec-pad .jumbotronborder #side-1 .policybottom #terms,
.formSection .right-sec-pad .jumbotronborder #side-1 .policybottom #privacy,
.formSection .right-sec-pad .jumbotronborder #side-1 .policybottom #register,
.formSection .right-sec-pad .jumbotronborder #side-2 .registerProcess #signup
{
    color: rgba(52, 121, 234, 1) !important;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
}

.formSection .right-sec-pad .jumbotronborder #side-2 #signinForm .savelogin .remainSignin {
    font-family: Poppins;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
}

.formSection .right-sec-pad .jumbotronborder #side-2 #signinForm .savelogin input {
    width: 20px;
    height: 14px;
    border: 1px solid rgba(223, 223, 223, 1) !important;
}

.formSection .right-sec-pad .jumbotronborder #side-2 #signinForm .forget-password a {
    font-family: Poppins;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    text-align: left;
    color: rgba(52, 121, 234, 1);
}

.formSection .right-sec-pad .jumbotronborder #side-2 .registerProcess {
    display: flex;
    flex-direction: column;
    padding: 15px 10px;
}

.student_intro_section, .servicesSection .servicesContainer {
    max-width: 1240px;
    margin: 0 auto;
    padding: 30px 20px 50px 20px;
}

.servicesSection {
    width: 100%;
    background: rgba(250, 250, 253, 1);
}

.student_intro_section .section-head, .servicesSection .section-head {
    text-align: center;
    margin: 0;
    padding: 60px 15px 20px 15px;
    max-width: 800px;
    margin: 0 auto !important;
    width: 100%;
}

.student_intro_section .section-head .expert-head-color, .servicesSection .section-head .expert-head-color {
    font-family: Poppins;
    font-size: 40px;
    font-weight: 700 !important;
    text-align: center;
    line-height: normal;
    margin: 0;
    color: rgba(77, 134, 201, 1);
}

.student_intro_section .section-head .student-info-subheading, .servicesSection .section-head .student-info-subheading {
    font-family: Poppins;
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    text-align: center;
    margin: 0;
    color: rgba(53, 53, 53, 1);
}

.student_intro_section .testimonial-videos .testimonialCart {
    display: flex;
    align-items: center;
    width: 100% !important;
}

.student_intro_section .testimonial-videos .testimonialCart .video-image, .student_intro_section .testimonial-videos .testimonialCart #1_video {
    width: 482px !important;
}

.video-image {
    position: relative;
    height: 310px;
    width: 550px !important;
    cursor: pointer;
}

.video-image:hover .youtube-button {
    background-color: red !important;
}

.responsive-video {
    height: 310px;
    width: 550px !important;
}

.video {
    height: 310px;
    width: 550px !important;
}

.video-image::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 20px;
    background: rgba(50, 95, 149, 1);
    right: -14px;
    bottom: 34px;
    transform: rotate(147deg);
    z-index: -1;
}

.video-image img {
    width: 550px !important;
    box-shadow: 0px 4px 10px 4px rgba(0, 0, 0, 0.1);
}

.video-image .youtube-button {
    bottom: 45px;
    top: unset;
    right: -18px;
    left: unset;
    width: 65px;
    height: 65px;
    background: rgba(77, 134, 201, 1);
    border-radius: 0;
    z-index: 2;
}

.student_intro_section .testimonial-videos .testimonialCart .student-detail {
    width: calc(100% - 482px);
    padding-left: 60px;
}

.testimonialCart .student-detail .student-name {
    font-family: Poppins;
    font-size: 34px;
    font-weight: 600;
    line-height: normal;
    text-align: left;
    color: rgba(53, 53, 53, 1);
    margin: 0 !important;
}

.testimonialCart .student-detail .student-subject {
    font-family: Poppins;
    font-size: 22px;
    font-weight: 500;
    line-height: 33px;
    text-align: left;
    color: rgba(53, 53, 53, 1);
    margin: 0;
}

.testimonialCart .student-detail .feedback-text {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    color: rgba(53, 53, 53, 1);
}

.testimonialCart .student-detail .listSection {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.testimonialCart .student-detail .listSection .listOptions {
    padding-left: 40px;
}

.listSection .listOptions li {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    color: rgba(53, 53, 53, 1);
    position: relative;
    margin: 15px 0;
}


.listSection .listOptions li::before {
    position: absolute;
    content: "✓";
    background: rgba(77, 134, 201, 1);
    width: 28px;
    height: 28px;
    border-radius: 50%;
    left: -40px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    top: 2px;
}

.testimonialCart .student-detail .reviewsSection {
    display: flex;
    align-items: center;
}

.testimonialCart .student-detail .reviewsSection .reviewsProfile {
    position: relative;
}

.testimonialCart .student-detail .reviewsSection .reviewsProfile img:nth-child(1) {
    position: absolute;
    left: 29px;
}

.testimonialCart .student-detail .reviewsSection .reviewsProfile img {
    width: unset !important;
    display: inline !important;
}

.testimonialCart .student-detail .reviewsSection p {
    padding: 0 20px;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    color: rgba(77, 134, 201, 1);
    margin: 0;
}

.testimonialCart .student-detail .reviewsSection p span {
    display: block;
    font-family: Poppins;
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    text-align: left;
    color: rgba(53, 53, 53, 1);
    margin-top: 0;
}

.owl-dots {
    margin-top: 40px;
    text-align: center;
}

.owl-dot {
    width: 16px;
    height: 16px;
    background-color: rgba(217, 217, 217, 1) !important;
    border-radius: 50%;
    display: inline-block;
    margin: 5px;
    transition: background-color 0.3s;
}

.owl-dot.active {
    background-color: darkgray !important;
}

.tab {
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    width: 30%;
    height: fit-content;
}

/* Style the buttons inside the tab */
.tab button {
    display: block;
    background-color: inherit;
    color: black;
    padding: 22px 16px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current "tab button" class */
.tab button.active {
    background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
    padding: 0px 12px;
    border: 1px solid #ccc;
    width: 70%;
    border-left: none;
    height: fit-content;
}

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

.tabsSection .tab {
    border: 2px solid rgba(233, 233, 233, 1);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.05);
    background: #fff;
    border-radius: 20px;
    width: 400px;
    padding: 10px 10px;
}

.tabsSection .tab .tablinks {
    background: transparent !important;
    padding: 25px 20px;
    cursor: pointer;
}

.tabsSection .tab .tablinks.active {
    background: rgba(77, 134, 201, 1) !important;
    border-radius: 10px;
}

.tabsSection .tab .tablinks h3 {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    color: rgba(53, 53, 53, 1);
    margin: 0;
    margin-bottom: 7px;
}

.tabsSection .tab .tablinks p {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    color: rgba(0, 0, 0, 1);
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tabsSection .tab .tablinks.active h3, .tabsSection .tab .tablinks.active p {
    color: #fff;
}

.responsiveSlider.owl-carousel {
    width: calc(100% - 430px);
    display: block;
}

.responsiveSlider .tabcontent {
    width: 100%;
    border-radius: 20px;
    border: 2px solid rgba(233, 233, 233, 1);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.05);
    padding: 20px;
    background: #fff;
}

.responsiveSlider .tabcontent img {
    width: 100%;
    border-radius: 20px;
    margin-bottom: 20px;
}

.responsiveSlider .tabcontent h3 {
    font-family: Poppins;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    text-align: left;
    color: rgba(53, 53, 53, 1);
    margin: 0;
    margin-bottom: 5px;
}

.responsiveSlider .tabcontent p {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: rgba(0, 0, 0, 1);
    margin: 0;
    margin-bottom: 15px;
}

.responsiveSlider .tabcontent .discoverButton {
    border: none;
    background: transparent;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    text-align: left;
    color: rgba(77, 134, 201, 1);
    position: relative;
}

.responsiveSlider .tabcontent .discoverButton::after {
    position: absolute;
    content: "\f061";
    font-family: 'FontAwesome';
    font-weight: 100;
    font-size: 18px;
    right: -22px;
}


#side-4 {
    background: transparent !important;
    padding: 20px 20px !important;
}

#side-4 .get-register {
    margin: 0;
    font-family: 'Poppins';
}

#side-4 .gotit2 {
    color: #000;
    margin-bottom: 33px;
    display: block;
}

#side-4 .gotit2 .gotitb {
    font-weight: 600;
}

#side-4 .gotit-button {
    width: fit-content;
    margin: 0 auto;
}

.ball-pulse-sync-white>div {
    background-color: #4d86c9;
}

.mobile_form_text {
    padding: 20px 20px;
    display: none;
}

.mobile_form_text .get-register {
    font-family: Poppins;
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    color: rgba(53, 53, 53, 1);
    margin: 0;
    margin-bottom: 10px;
}

.mobile_form_text .mobile-text-list {
    background: rgba(250, 250, 253, 1);
    padding: 10px 10px 10px 40px;
}

.mobile_form_text .mobile-text-list li {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: rgba(53, 53, 53, 1);
    margin: 8px 0;
    position: relative;
}

.mobile_form_text .mobile-text-list li::after {
    position: absolute;
    content: "✓";
    background: rgba(77, 134, 201, 0.92);
    width: 22px;
    height: 22px;
    border-radius: 50%;
    left: -31px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    top: 3px;
    font-size: 15px;
}

@media only screen and (max-width: 1199px) {
    .student_intro_section .section-head, .servicesSection .section-head {
        padding: 20px 15px 20px 15px;
    }

    .student_intro_section .section-head .expert-head-color, .servicesSection .section-head .expert-head-color {
        font-size: 25px;
    }

    .student_intro_section .section-head .student-info-subheading, .servicesSection .section-head .student-info-subheading {
        font-size: 18px;
        line-height: normal;
    }

    .testimonialCart .student-detail .student-name {
        font-size: 22px;
    }

    .testimonialCart .student-detail .student-subject {
        font-size: 16px;
    }

    .testimonialCart .student-detail .feedback-text {
        font-size: 16px;
        line-height: normal;
    }

    .testimonialCart .student-detail .listSection {
        flex-direction: column;
    }

    .listSection .listOptions li:nth-child(1) {
        margin-top: 0;
    }

    .listSection .listOptions li:nth-last-child(1) {
        margin-bottom: 0;
    }

    .listSection .listOptions li {
        margin: 10px 0;
        font-size: 16px;
    }

    .servicesSection {
        margin-top: 0;
    }

    .testimonial-videos {
        padding-bottom: 0 !important;
    }

    .leftimg {
         padding-left: 15px;
    }
}

@media only screen and (max-width: 991px) {

    #button-for-forget-password .btn_frgt_pasw {
        font-size: 16px;
        width: 180px;
        display: block;
        padding: 8px 12px 4px;
        margin-top: 22px;
    }

    .policybottom .policy-bottom-text {
        margin-top: 0;
    }

    #button-for-forget-password .cencel-button {
        margin-left: 7px;
        margin-top: 22px;
    }

    #signinForm .top .savelogin {
        margin-bottom: 7px;
    }

    .student_intro_section .testimonial-videos .testimonialCart {
        flex-direction: column;
    }

    .student_intro_section .testimonial-videos .testimonialCart .student-detail {
        padding-left: 0;
        width: 100%;
    }


    .student_intro_section .testimonial-videos .testimonialCart .student-detail {
        padding-top: 20px;
    }

    .testimonialCart .student-detail .reviewsSection p span {
        font-size: 16px;
    }

    .tabsSection .tab {
        width: 300px;
    }

    .responsiveSlider.owl-carousel {
        width: calc(100% - 330px);
    }
}

@media only screen and (max-width: 767px) {

    .signup-social-button .btn {
        width: 33%;
    }

    .signup-social-button {
        flex-direction: row;
    }

    .formSection {
        flex-direction: column-reverse;
        padding-top: 50px;
    }

    #button-for-forget-password .cencel-button {
        width: 180px;
        padding-top: 5px;
    }

    div#button-for-forget-password {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .video-image {
        height: fit-content;
        width: 90% !important;
    }

    .video-image img {
        width: 100% !important;
        height: auto;
    }

    .video {
        height: fit-content;
        width: 90% !important;
    }

    .responsive-video {
        height: 290px;
        width: 100% !important;
    }

    .tabsSection .tab {
        display: none;
    }

    .responsiveSlider.owl-carousel {
        width: 100%;
    }

    .margin-80-top {
        margin-top: 0px;
    }

    .leftimg {
        margin-bottom: 20px;
    }

    .formSection .right-sec-pad {
        min-height: auto;
    }
}

@media only screen and (max-width: 575px) {
    .formSection .formSectionText {
        display: none;
    }

    .right-sec-pad {
        border-bottom: 1px solid rgba(209, 209, 209, 1);
    }
}

@media only screen and (max-width: 479px) {
    .responsive-video {
        height: 220px;
        width: 100% !important;
    }

    .video-image .youtube-button {
        width: 50px;
        height: 50px;
        bottom: 18px;
    }

    .video-image::before {
        bottom: 9px;
    }

    .owl-dots {
        margin-top: 20px;
    }

    .listSection .listOptions li::before {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        left: -28px;
        top: 6px;
        font-size: 14px;
    }

    .testimonialCart .student-detail .listSection .listOptions {
        padding-left: 30px;
    }

    .student_intro_section .section-head, .servicesSection .section-head {
        padding: 20px 0 20px 0;
    }

    .responsiveSlider .tabcontent h3 {
        font-size: 18px;
        line-height: normal;
    }

    .responsiveSlider .tabcontent p {
        font-size: 14px;
        display: -webkit-box;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .responsiveSlider .tabcontent img {
        height: 200px;
        object-fit: cover;
    }

    .formSection .right-sec-pad .jumbotronborder {
        width: 100%;
    }

    div#button-for-forget-password {
        flex-direction: column;
    }

    .formSection .right-sec-pad {
        padding-bottom: 0;
    }
}

.password-holder {
    position: relative;
}

.password-holder .toggle-password {
    left: unset !important;
    right: 15px;
    top: 0;
    bottom: 0;
    height: fit-content;
    margin: auto 0;
    position: absolute;
    color: #4D86C9;
    font-size: 12px;
    cursor: pointer;
}

.formSeparator {
    float: unset;
    display: flex;
    justify-content: center;
    margin: 5px 0;
}

.register-checks {
    margin: 10px 0;
    width: 100%;
    margin-bottom: 30px;
}

.forget-password-div {
    margin-bottom: 10px;
}

.forget-password-div .savelogin {
    margin-top: 2px;
    display: inline-block;
}

#Register .register-checks {
    width: 287px;
    text-align: center !important;
    background: #EEF0F5;
    border-radius: 440px;
    height: fit-content !important;
    padding: 5px 7px;
    margin: 15px auto;
    box-shadow: none;
    display: flex;
    align-items: center;
    position: relative;
}

#Register .register-checks .check1, #Register .register-checks .check2 {
    width: 50%;
    margin: 0;
    height: 37px;
    padding: 0;
    background: transparent !important;
}

#tutor_check, #student_check, #addclass_student, #addclass_tutor {
    display: none;
}

#Register .register-checks .check1 label.control--radio, #Register .register-checks .check2 label.control--radio {
    display: flex;
    justify-content: center;
    height: 100%;
    align-items: center;
    line-height: normal !important;
    position: relative;
    z-index: 1;
}

#Register .register-checks span.gliter {
    position: absolute;
    left: 3px;
    top: 0;
    width: 50%;
    background: #008000;
    height: 88%;
    border-radius: 440px;
    bottom: 0;
    margin: auto 0;
    z-index: 0;
    transform: translateX(0);
    transition: 0.3s all ease;
}

.fontaw2 {
    color: rgba(0, 128, 0, 1);
}

.policybottom .dontAccount {
    margin-top: 15px;
    margin-bottom: 10px;
}

.formSection .right-sec-pad .jumbotronborder #side-1 #Register #signup-button, .formSection .right-sec-pad .jumbotronborder #side-2 #signinForm #signin_Button {
    margin-top: 10px;
    display: inline-block;
}

@media only screen and (max-width: 991px) {
    .formSection .leftimg {
        width: 400px;
    }

    .formSection .right-sec-pad {
        width: calc(100% - 400px);
    }

    #button-for-forget-password {
        display: flex;
        justify-content: center;
    }

    .policybottom div {
        margin-top: 0;
    }

    .formSection .right-sec-pad .jumbotronborder #side-1 .get-register, .formSection .right-sec-pad .jumbotronborder #side-2 .get-register, .formSection .right-sec-pad .jumbotronborder #side-3 .get-register {
        font-size: 26px;
        margin-bottom: 20px;
    }

    .forget-password-div {
        margin-bottom: 2px;
    }

}

@media only screen and (max-width: 767px) {
    .formSection {
        flex-direction: column-reverse;
    }

    .formSection .leftimg {
        width: 100%;
        border-radius: 0;
        margin-bottom: 0;
    }

    .formSection .right-sec-pad {
        width: 100%;
    }

    .formSection .right-sec-pad .jumbotronborder #side-1, .formSection .right-sec-pad .jumbotronborder #side-2, .formSection .right-sec-pad .jumbotronborder #side-3 {
        padding: 25px 20px 30px 20px !important;
    }
}

@media only screen and (max-width: 479px) {
    #button-for-forget-password .cencel-button {
        width: 100%;
        margin-left: 0;
        font-size: 16px;
        margin-top: 15px;
    }

    #button-for-forget-password .btn_frgt_pasw {
        font-size: 16px;
        width: 100%;
    }

    .formSection .right-sec-pad .jumbotronborder #side-1 #Register #signup-button, .formSection .right-sec-pad .jumbotronborder #side-2 #signinForm #signin_Button {
        padding: 2px 40px;
        font-size: 16px;
    }

    .formSection #titlebar .textHeading {
        font-size: 18px;
    }

    .formSection .leftimg {
        padding: 30px 20px;
    }

}

@media only screen and (max-width: 375px) {
    .signup-social-button .btn span {
        display: none;
    }

    .formSection .right-sec-pad .jumbotronborder #side-1, .formSection .right-sec-pad .jumbotronborder #side-2, .formSection .right-sec-pad .jumbotronborder #side-3 {
        padding: 15px 10px 20px 10px !important;
    }

    .formSection .right-sec-pad .jumbotronborder #side-1 .get-register, .formSection .right-sec-pad .jumbotronborder #side-2 .get-register, .formSection .right-sec-pad .jumbotronborder #side-3 .get-register {
        font-size: 20px;
        margin-bottom: 10px;
    }
}

.formSection .right-sec-pad .jumbotronborder #side-2 #signinForm .formFields #password {
    padding-right: 55px;
}

.formSection .right-sec-pad .jumbotronborder #side-1 #Register .formFields #passwordR {
    padding-right: 55px;
}

#side-4 .gotit2 {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: rgba(53, 53, 53, 1);
    display: block;
}

#side-4 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}


#side-4 .gotit-button { 
    padding: 4px 20px;
    background: rgba(0, 128, 0, 1);
}

#side-4 .gotit-button:hover {
    background: rgba(0, 128, 0, 1);
}

.ball-pulse-sync-white>div {
    background: rgba(0, 128, 0, 1);
}

/* Header Discount Stickybar CSS */
@media only screen and (max-width: 767px) {
    .formSection .right-sec-pad {
        margin-top: 40px;
    }
}
/* Header Discount Stickybar CSS */
