@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Lexend:wght@100..900&family=Montserrat+Alternates:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Quicksand:wght@300..700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Lexend:wght@100..900&family=Montserrat+Alternates:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Quicksand:wght@300..700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

/***************** main section start ***************/
.all-mains {
    margin: 0px 55px;
}

.main-top-section {
    /* width: 100%; */
    display: flex;
    gap: 10px;
}

.main-section-left {
    width: 58%;
    padding: 60px 2px;
}

.main-section-right {
    width: 48%;
}
/*.subscription-form-group {
  position: relative;
  width: 100%;
}*/

/*.subscription-select {*/
/*  width: 100%;*/
  padding: 10px 40px 10px 12px; /* Leave room for icon */
/*  font-size: 1rem;*/
/*  border-radius: 4px;*/
/*  border: 1px solid #ccc;*/
/*  background-color: #fff;*/

/*  appearance: none;*/
  -webkit-appearance: none; /* Safari */
/*  -moz-appearance: none;*/

  position: relative;  /* Ensure select doesn't block icon */
/*  z-index: 2;*/
/*}*/

/*.subs-icons {*/
/*  position: absolute;*/
/*  right: 12px;*/
/*  top: 50%;*/
/*  transform: translateY(-50%);*/
/*  width: 18px;*/
/*  height: 18px;*/
  z-index: 3;  /* Ensure icon is above the select */
  pointer-events: none;  /* Prevent icon from blocking clicks */
/*}*/


/*.subs-icons {*/
/*  position: absolute;*/
/*  right: 12px;*/
/*  top: 50%;*/
/*  transform: translateY(-50%);*/
/*  width: 18px;*/
/*  height: 18px;*/
  pointer-events: none; /* Let clicks go to select */
/*}*/

.main-study .lines img {
    width: 300px;
}

.top-section-about {
    padding-top: 20px !important;
}

.offers-heads {
    font-size: 36px !important;
    margin-top: 18px !important;
}

.home-buttons {
    display: flex;
    gap: 10px;
    margin: 10px 0px;
    flex-wrap: wrap;
}

.main-home {
    padding: 10px 20px;
    background-color: #72CCCB;
    color: #FFFFFF;
    border: 1px solid #72CCCB;
    display: flex;
    gap: 10px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    justify-content: center;
    align-items: center;
}

.main-homes {
    padding: 10px 20px;
    background-color: #72CCCB;
    color: #444444;
    border: 1px solid #72CCCB;
    display: flex;
    gap: 10px;
    border-radius: 50px;
    font-size: 16.5px;
    font-weight: 500;
    cursor: pointer;
    justify-content: center;
    align-items: center;
}

.main-homes:hover {
    background-color: #72CCCB;
    color: #444444;
}

.main-homes img {
    filter: brightness(0) invert(1);
}

.contents h3 {
    font-size: 36px;
    font-weight: 600;
    color: #2D2D84;
    margin: 0px;
}

.pg-back-image {
    position: absolute;
    top: 600px;
}

.pg-back-image img {
    width: 62%;
    z-index: -1;
}
.head_newss{
    margin-right: 5px !important;
}
.contents h2 {
    font-size: 44px;
    margin-top: -8px !important;
    font-weight: 600;
    color: #7CCCAA;
    margin: 0px;
}

.para-A {
    color: #1D222C;
    font-size: 19px;
    font-weight: 600;
    margin: 0px;
    line-height: 30px;
}

.para-B {
    font-size: 19px;
    font-weight: 500;
    color: #1D222C;
    margin: 0px;
}

.new-para {
    margin-top: 8px;
    line-height: 30px;
}

.bottom-para {
    margin-bottom: 10px;
}

.right-images img {
    width: 100%;
    height: 440px;
    margin: 25px auto;
}

.mains-images-section-abs {
    position: absolute;
    background-repeat: no-repeat;
    z-index: -1;
}

.mains-images-section-abs img {
    width: 100%;
}

/*************** program section start ******************/
.study-button {
    background-color: #FF910033;
    color: #FF9100;
    padding: 14px 20px;
    font-weight: 600;
    font-size: 16px;
    border: none;
    border-radius: 50px;
    width: 210px;
}

.main-program {
    margin: 0px 0px 0px 55px;
}

.program-head {
    font-size: 39px;
    font-weight: 700;
    color: #1E1E1E;
    margin: 10px 0px;
    margin-bottom: 0px;
    font-family: "Quicksand", sans-serif;
    text-align: center;
    z-index: 1;
}
.terms input{
    width: 25px;
    height: 25px;
}
.terms{
    align-items: center;
}
.programs-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-study {
    display: flex;
    flex-direction: column;
}

.buttons {
    display: flex;
    justify-content: center;
}

.mains-programs {
    margin-top: 100px;
    height: 650px;
}

/* Owl Carousel adjustments */
#owl-carousel-A {
    display: flex;
    justify-content: center;
    gap: 15px;
    /* Space between cards */
}

/* Exam card styling */
.exam-name {
    width: 290px;
    background-color: #FFFFFF;
    border: 1px solid #F2F2FF;
    border-radius: 20px;
    padding: 15px;
    transition: transform 0.3s ease-in-out;
    box-shadow: 0px 2px 5px 0px #0000000F;
    margin: 5px;
}

.exam-name:hover {
    box-shadow: 0px 15px 35px 0px #0000000F;
    transform: translateY(-10px);
    /* Hover effect to lift the card */
}

/* Image styling */
.exam-image {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.owl-nav {
    position: absolute;
    bottom: -70px;
    display: flex;
    gap: 15px
}

.exam-image img {
    width: 100% !important;
    /*background-color: #E2FAFF;*/
    /*padding: 15px 20px;*/
    border-radius: 20px;
}

.liness {
    width: 95px !important;
    margin: 4px 0px 5px 0px;
}
.exam-content{
    padding-left: 10px;
}
/* Exam content (title and description) */
.exam-content h2 {
    font-size: 24px;
    font-weight: 600;
    margin: 8px 0;
    margin-bottom: 0 !important;
}

.para-content {
    display: flex;
    gap: 8px;
    align-items: center;
    /* Align the text and arrow vertically */
}

.para-content p {
    font-size: 13px;
    font-weight: 400;
    margin: 0;
    line-height: 1.5;
}

#main-arrow {
    background-color: #1CDDDA;
    color: #FFFFFF;
    font-size: 25px;
    font-weight: 600;
    padding: 6px;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

#main-arrow:hover {
    background-color: #17A4A4;
}

.main-exams {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 15px;
    /* Space between individual cards */
}

.lines {
    display: flex;
    justify-content: center;
    text-align: center;
    margin-top: 10px;
}

.lines img {
    width: 43%;
    margin-bottom: 20px;
}

.main-exams .owl-nav.disabled {
    display: flex;
    gap: 10px;
    position: absolute;
    bottom: -80px;
}

.main-exams .owl-nav button {
    background-color: #FFFFFF !important;
    width: 45px;
    height: 45px;
    font-size: 22px !important;
    border-radius: 50px !important;
    border: 1px solid #ccc !important;
}

.main-exams .owl-nav button:hover {
    background-color: #0B0D39 !important;
    color: #FFFFFF;
    border: 1px solid #0B0D39 !important;
}

.courses-programs {
    height: 560px !important;
}

.courses-exams .owl-nav.disabled {
    display: flex;
    gap: 10px;
    position: absolute;
    top: -70px;
    right: 0px;
}

.courses-exams .owl-nav {
    position: absolute;
    top: -70px;
    right: 70px;
}

.newlight {
    width: 25% !important;
}

.courses-exams .owl-nav button {
    background-color: #FFFFFF !important;
    width: 45px;
    height: 45px;
    font-size: 22px !important;
    border-radius: 50px !important;
    border: 1px solid #ccc !important;
}

.courses-exams .owl-nav button:hover {
    background-color: #0B0D39 !important;
    color: #FFFFFF;
    border: 1px solid #0B0D39 !important;
}

.mains-specials {
    background-repeat: no-repeat;
    object-fit: contain;
    height: 740px;
}

.specialist-exams {
    padding: 55px 0px;
}

.main-exams-section {
    display: flex;
    gap: 25px;
}

.mains-exam-left {
    width: 40%;
}

.mains-exam-right {
    width: 60%;
}

.exam-images img {
    width: 100%;
    height: 370px;
    border-radius: 20px;
    margin: 20px 0px;
}

.tabs {
    display: flex;
    gap: 12px;
    border-bottom: 2px solid #FFFFFF;
    width: 98%;
}

.tab-button {
    background: none;
    color: #1E1E1E;
    border: none;
    cursor: pointer;
    font-weight: 500;
    font-size: 13px;
    transition: background-color 0.3s ease;
    font-family: "Inter", sans-serif !important;
}

.tab-button.active {
    background-color: white;
    color: #2D2D84;
    font-weight: 600;
    font-size: 16px;
    padding: 10px 20px;
    border-radius: 25px 25px 0px 0px;
}

.tab-heading h2 {
    font-size: 30px;
    font-weight: 500;
    margin-top: 0px !important;
    margin-bottom: 0px;
    color: #1E1E1E;
}

.tab-heading p {
    font-size: 16px;
    font-weight: 400;
    color: #1E1E1E;
    margin: 10px 0px;
}

.tabs-headings {
    margin-top: 15px;
}

.tab-heading {
    display: none;
}

.tab-heading.active {
    display: block;
}

.buttons-new {
    margin: 20px 0px;
}

.studys-buttons {
    background-color: #72CCCB;
    color: #FFFFFF;
    border: 1px solid #72CCCB;
    padding: 14px 30px;
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 50px;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
    justify-content: center;
    transition: background-color 0.3s;
    font-family: "Open Sans", sans-serif;
    width: fit-content;
}

.analytics-one {
    display: flex;
    gap: 15px;
    align-items: center;
}

.analytics-one img {
    width: 100%;
}

.analytics-content h2 {
    margin: 0px;
    font-size: 26px;
    font-weight: 600;
    color: #0B0D39;
    border-bottom: 2px solid #0B0D39;
    width: fit-content;
}

.analytics-content p {
    font-size: 16px;
    font-weight: 600;
    margin: 0px;
    color: #1D222C;
}

.analytics-two {
    display: flex;
    gap: 28px;
    width: 92%;
    margin: 0px auto;
}

.analytics-total {
    display: flex;
    gap: 50px;
    width: 92%;
    margin: 0px auto;
    justify-content: center;
    background-repeat: no-repeat;
    padding: 40px;
    border-radius: 120px;
    position: relative;
    margin-top: -80px !important;
    margin-bottom: 30px;
    width: fit-content;
}

.new-top-two {
    display: flex;
    gap: 32px;
}

.footer-insta img {
    width: 42px !important;
    height: 42px !important;
}

.analytics {
    margin: 0px 20px;
}

.how-to-bg {
    position: absolute;
    z-index: -1;
}

.how-to-bg img {
    width: 64%;
}

.how-to-subscribe {
    display: flex;
    gap: 30px;
}

.how-to-subscribes {
    margin-top: 70px;
}

.how-to-subscribe {
    background-color: #1E616D;
    padding: 30px;
    border-radius: 25px;
    width: 85%;
    margin: 20px auto;
}

.how-to-subscribe-left {
    width: 45%;
}

.how-to-subscribe-right {
    width: 55%;
}

.how-left-images img {
    width: 95%;
    margin: 0px auto;
}

.subscription-process-one {
    display: flex;
    gap: 20px;
    align-items: center;
    background-color: #FFFFFF;
    padding: 0px 12px;
    border-radius: 120px;
    position: relative;
    width: 95%;
    padding-right: 15px;
}

.subscription-content p {
    font-size: 15px;
    font-weight: 500;
    margin: 0px;
    color: #6D6E88;
}

.subscription-image img {
    width: 82px;
    padding-top: 10px;
}

.subscription-image {
    width: 15%;
}

.subscription-content h2 {
    margin: 0px;
    font-size: 17px;
    font-weight: 600;
    color: #1D222C;
}

.subs-counting {
    background-color: #1F2869;
    color: #FFFFFF;
    padding: 5px 8px;
    position: absolute;
    border-radius: 50px;
    top: 15px;
    font-size: 12px;
    left: 77px;
}

.subscription-process {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.bottom-paras {
    font-size: 17px;
    font-weight: 500;
    color: #FFFFFF;
    margin: 20px 10px;
}

.exams-images img {
    display: flex;
    width: 100%;
    height: 260px;
    border-radius: 20px 20px 0px 0px;
}

.meets-lines {
    display: none;
}

.mains-responives-footyer {
    display: flex;
}

.exams-names {
    padding: 0px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    margin: 5px;
    background-color: #FFFFFF;
    width: 100%;
    height: 398px;
    border-radius: 15px !important;
}

.exams-cardss {
    padding-left: 55px;
}

.exams-contents {
    padding: 10px;
}

.exams-contents h2 {
    font-size: 18px;
    font-weight: 600;
    margin: 0px;
    margin-top: 5px;
    text-align: center;
}

.paras-contents p {
    font-size: 15px;
    margin: 8px 0px;
    text-align: center;
    font-weight: 400;
    color: #6D6E88;
}

.our-team {
    background-color: #FF910033;
    color: #FF9100;
    padding: 14px 20px;
    font-weight: 600;
    cursor: pointer;
    font-size: 16px;
    border: none;
    border-radius: 50px;
    width: 135px;
}

.main-ours {
    width: 85%;
    margin: 20px 68px;
}

.meet-at-doctor {
    position: relative;
}

.greens {
    background-color: #23BD33 !important;
}

.meet-at-bg {
    position: absolute;
    width: 82%;
    right: 0px;
    top: 392px;
}

.meet-at-bg img {
    width: 100%;
    right: 0px;
}

.our-team-buttons {
    justify-content: start;
}

.ours {
    justify-content: start;
}

.our-heads {
    text-align: start;
}

.our-heads {
    font-size: 39px;
}

.main-examss .owl-nav.disabled {
    display: flex;
    gap: 10px;
    position: absolute;
    bottom: -80px;
}

.main-examss .owl-nav button {
    background-color: #FFFFFF !important;
    width: 45px;
    height: 45px;
    font-size: 22px !important;
    border-radius: 50px !important;
    border: 1px solid #ccc !important;
}

.main-examss .owl-nav button:hover {
    background-color: #0B0D39 !important;
    color: #FFFFFF;
    border: 1px solid #0B0D39 !important;
}

.main-examss .owl-nav {
    display: flex;
    position: absolute;
    right: 60px;
    gap: 10px;
    top: -70px;
}

.offers-course {
    margin-top: 100px;
}

.mains-offers {
    background-color: #F2F5EB;
    border-radius: 15px;
    padding: 30px 30px 0px 30px;
    margin-bottom: 30px;
}

.offers-tab {
    display: flex;
    background-color: #FF9100;
    box-shadow: 0px 4px 10px 0px #0000001A;
    width: 56%;
    border-radius: 100px;
    margin: 0px auto;
}

.offers-tab-buttons {
    display: flex;
    gap: 16px;
    margin: 13px auto;
    align-items: center;
    cursor: pointer;
    color: #1D222C;
    font-size: 15px;
    font-family: "Inter", sans-serif;
    font-weight: 500;
}

.offers-tab-button.active {
    background-color: #FFFFFF;
    color: #1D222C;
    font-weight: 600;
    border-radius: 50px;
    padding: 10px 20px;
    font-size: 15px;
    cursor: pointer;
    font-family: "Inter", sans-serif;
}

.after-offers-tab {
    display: flex;
    gap: 20px;
    margin: 25px 20px 0px 20px;
}

.offers-course-left {
    width: 68%;
}

.offers-course-right {
    width: 32%;
}
#tab-video{
    border-radius: 10px !important;
}

.offers-course-content h2 {
    color: #1E1E1E;
    font-size: 30px;
    font-weight: 600;
    margin: 0px;
    font-family: "Inter", sans-serif;
}

.offers-course-content p {
    font-size: 18px;
    color: #1E1E1E;
    line-height: 27px;
    margin: 5px 0px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
}

.mains-offers {
    border-radius: 30px;
}

.offers-course-content div span {
    background-color: #23BD33;
    color: #FFFFFF;
    padding: 3px 8px;
    font-size: 14px;
    margin-right: 5px;
    border-radius: 50px;
}

.para-offers {
    color: #4E5566 !important;
}

.offers-right img {
    width: 100%;
    margin-bottom: -6px;
}

.offers-course-content {
    display: none;
}

.offers-course-content.active {
    display: block;
}

.plan-section {
    margin-top: 50px;
}

.plan-A {
    background-color: #E1FAFF;
    width: 21.5%;
    border-radius: 15px;
    padding: 20px 15px;
    height: 100%;
    transition: background-color 0.3s ease, color 0.3s ease;
    cursor: pointer;
}

.plan-A:hover {
    background-color: #12141D;
    color: #FFFFFF !important;
}

.plan-content {
    transition: background-color 0.3s ease, color 0.3s ease;
}

.plan-content p {
    margin: 15px 0px;
    font-size: 13px;
}

.plan-content:hover p {
    color: #FFFFFF !important;
}

.start-plan {
    display: flex;
    align-items: baseline;
    gap: 10px;
}

.start-plan span {
    font-size: 12px;
    padding: 2px 6px;
    background-color: #72CCCB;
    color: #FFFFFF;
    border-radius: 50px;
    font-weight: bold;
}

.plan-content p:hover {
    background-color: #12141D;
    color: #FFFFFF !important;
}

.get-started:hover {
    background-color: #FFFFFF;
}

.plan-name {
    margin: 0px;
    font-weight: 600 !important;
    font-size: 30px !important;
    color: #1E1E1E;
}

.plan-A:hover .plan-name {
    color: #FFFFFF !important;
}

.plan-A:hover .offers-p {
    color: #4E5566 !important;
    font-weight: 600 !important;
}

.plan-content p span {
    font-size: 12px;
    padding: 2px 6px;
    background-color: #72CCCB;
    color: #FFFFFF;
    border-radius: 50px;
    margin-right: 8px;
}

.plan-content div p {
    margin: 0px !important;
}

.plan-content div span {
    font-size: 12px;
    padding: 2px 6px;
    background-color: #72CCCB;
    color: #FFFFFF;
    border-radius: 50px;
    margin-right: 8px;
}

.mains-head-plan {
    margin: 5px 0px !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #FF9100 !important;
}

.get-started {
    background-color: #E1FAFF;
    border: 2px solid #0B0D39;
    border-radius: 50px;
    padding: 12px 30px;
    margin: 10px 0px;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.newss-blogs {
    margin-top: 60px !important;
}

.all-plans {
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
}

.offers-p {
    color: #4E5566 !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    margin: 0px 0px 20px 0px !important;
    border-bottom: 2px solid #ccc;
    padding-bottom: 18px;
}

.offers-p:hover {
    color: #FFFFFF;
    background-color: #12141D;
}

.refral-content {
    display: flex;
    gap: 10px;
    align-items: center;
    position: relative;
    background-color: #FFFFFF;
    color: #0B0D39;
    font-size: 18px;
    font-weight: 500;
    box-shadow: 0px 10px 20px 0px #0B0D391F;
    padding: 7px 20px;
    border-radius: 50px;
    width: 440px;
    font-family: "Inter", sans-serif;
}

.refral-content {
    font-size: 15px;
}

.news-span span {
    background-color: #FF9100;
    color: #FFFFFF;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 16px;
    margin-left: 20px;
}

.news-span {
    top: 20px;
    position: absolute;
    right: 32%;
}

.refral-section {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    margin: 30px 0px;
    position: relative;
}

.refral-section a {
    color: #2D2D84;
    font-size: 18px;
    font-weight: 500;
}

#owl-carousel-C .item-A,
#owl-carousel-D .item-A {
    border: 1px solid #F2F2FF;
    padding: 20px;
    border-radius: 40px 40px 40px 20px;
    background-color: #fff;
    align-items: center;
    display: flex;
    box-shadow: 2px 2px 6px 2px #0B0D391A;
    margin-right: 14px !important;
    margin: 5px;
}

.about-review {
    margin-bottom: 15px;
}

#carousel-C .owl-nav,
#carousel-D .owl-nav {
    position: absolute;
}

.owl-theme .owl-dots .owl-dot.active span {
    color: grey !important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #1CDDDA !important;
    border: 1.2px solid #1CDDDA !important;
}

.review span {
    color: #FFC523;
    font-size: 23px;
    margin-bottom: 7px;
}

.review p {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
    color: #6D6E88;
}

.customer-image {
    width: 50px !important;
}

.name {
    display: flex;
    gap: 10px;
    align-items: center;
}

.customer-name h4 {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 19px;
    color: #0B0D39;
    margin: 4px 0px;
}

.customer-name p {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #0B0D39;
    margin: 4px 0px;
}

.review-text {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.review-icon img {
    width: 30px;
    height: 30px;
}

.mains-testomonials {
    display: flex;
    gap: 15px;
}

.d-tests.owl-carousel .owl-dots.disabled {
    display: block !important;
    margin: 20px 0px;
}

.d-tests.owl-carousel .owl-dots {
    display: block !important;
    text-align: center;
}

.d-tests.owl-carousel .owl-dot {
    background: #E5E5E5 !important;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    margin: 0 5px;
}

.d-tests.owl-carousel .owl-dot.active {
    background: #1CDDDA !important;
    margin: 10px !important;
    border: 1px solid black !important;
    padding: 2px !important;
}

/* .d-tests.owl-carousel .owl-dot span {
    background: #1CDDDA !important;
    color: black !important;
    margin: 0;
    border-radius: 50%;
} */
.review-crausel {
    margin-top: 50px;
    position: relative;
}

.newsletter-mains {
    background-color: #F4F9FF;
    display: flex;
    gap: 20px;
    align-items: center;
    padding: 20px 30px;
    border-radius: 20px;
    position: relative;
}

.news-letter-left {
    width: 70%;
    display: flex;
    justify-content: space-between;
}

.Contact-us a {
    margin: 10px auto;
    background-color: #7CCCAA;
    padding: 12px 30px;
    border-radius: 50px;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    font-weight: 500;
}

.Contact-us a img {
    width: 30px;
    margin-right: 8px;
}

.online-courses {
    width: 90%;
    margin: 0px auto;
    margin-top: 40px;
}

.courses {
    margin-top: 30px;
    text-align: center;
}

.courses h3,
.programs h3 {
    font-family: "Quicksand", sans-serif;
    font-weight: 700;
    font-size: 34px;
    color: #1E1E1E;
    margin: 12px 0px;
}

.about-dentists,
.programs p {
    font-family: "Quicksand", sans-serif;
    font-weight: 700;
    font-size: 28px;
    color: #1E1E1E;
    margin: 5px 0px !important;
    margin-bottom: 0px !important;
}

.courses img,
.programs img {
    width: 30%;
    margin-top: 10px;
}

.aboutcourse {
    color: #4E5566;
    font-family: "Quicksand", sans-serif;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    line-height: 32px;
}

.study-programs {
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
    margin-top: 20px;
}

.programs {
    width: 90%;
    margin: 0px auto;
    padding-top: 25px;
    text-align: center;
}

.preparation-demo {
    width: 90%;
    margin: 0px auto;
}

.preparation-dentel {
    display: flex;
    margin-top: 25px;
    gap: 20px;
    flex-wrap: nowrap;
    width: 100%;
}

.left {
    width: 45%;
    display: flex;
    gap: 20px;
}

.student-details p {
    font-family: "Quicksand", sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #4E5566;
    margin: 5px 0px;
}

.medical-chart img {
    height: 400px;
}

.studying img {
    width: 230px;
}

.detailed-subject img {
    width: 52px;
    height: 52px;
}

.detailed-subject {
    display: flex;
    gap: 8px;
    /* margin-top: 20px; */
    background-color: #FFFFFF;
    padding: 7px;
    border-radius: 20px;
    border: 1px solid #72CCCB;
    box-shadow: 0px 3px 10px 0px #0000001A;
    align-items: center;
}

.detailed-subject h3 {
    font-family: "Inter", sans-serif;
    font-weight: 650;
    font-size: 21px;
    color: #51C1BF;
    margin: 5px 0px;
}

.right {
    width: 55%;
}

.question {
    border: 1px solid #FFFFFF;
    border-radius: 20px;
    padding: 0px;
    margin-top: 17px;
}

.questions.open span {
    font-size: 10px;
    color: #1E1E1E;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
}

.PROMETRIC h4,
.MCQ-questionS div {
    font-family: "Quicksand", sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #2D2D84;
}

.MCQ-questionS.open {
    background-color: #FFFFFF;
    padding: 15px 10px 0px 15px;
    border-radius: 15px 15px 0px 0px;
    align-items: center;
}

.MCQ.open {
    padding: 0px !important;
}

.prometricanswer.open {
    border-radius: 0px 0px 15px 15px;
    padding: 0px 15px 15px 15px;
    margin-top: -20px;
}

.prometric-answer p {
    font-family: "Quicksand", sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #1E1E1E;
}

.MCQ-questionS {
    display: flex;
    justify-content: space-between;
    padding: 15px;
    align-items: center;
}

.add-arrow img,
.questions img {
    width: 27px;
}

.add-arrow {
    padding: 5px 13px;
    background-color: #FFFFFF;
    border-radius: 50px;
    font-weight: 600;
    color: #FF9100;
    font-size: 18px;
    cursor: pointer;
}

.MCQ-questionS.open span {
    background-color: #FF9100 !important;
    color: #FFFFFF;
    margin-top: 10px;
    font-weight: 600;
    margin-right: 10px;
    font-size: 14px;
    /* height: 30px; */
    padding: 7px 13px
}

.question.MCQ-questionS.open {
    padding: 0px !important;
}

.question.open {
    padding: 0px;
}

.demo-off {
    width: 87%;
    margin: 0px auto;
    background-color: #2a2a2a1f;
    padding: 20px;
    border-radius: 10px;
    margin-top: 30px;
}

.demo-off h3 {
    font-family: "Quicksand", sans-serif;
    font-weight: 700;
    font-size: 23px;
    color: #FC302E;
    border-bottom: 2px solid #fff;
    width: 80px;
    opacity: 1;
    margin: 8px 0px;
}

.demo-off p {
    font-family: "Quicksand", sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #1E1E1E;
    opacity: 1;
}

.specilist-dentel {
    width: 91%;
    margin: 0px auto;
    margin-top: 100px;
}

.dentel-demo {
    display: flex;
    gap: 20px;
    flex-wrap: nowrap;
    align-items: center;
    position: relative;
    background-color: #FFFFFF;
    padding: 20px;
    border-radius: 20px;
    border: 8px solid #FB9F9E;
    box-shadow: 0px 5px 20px 0px #0000001A;
}

.leftA {
    width: 50%;
}

.dentel-img {
    width: 90%;
    margin: 0px auto;
}

.dentel-img img {
    width: 85%;
}

.rightA {
    width: 50%;
}

.rightA h4 {
    font-family: "Quicksand", sans-serif;
    font-weight: 700;
    font-size: 30px;
    color: #1E1E1E;
    text-align: center;
    margin: 10px 0px;
}

.rightA p {
    line-height: 28px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #4E5566;
    text-align: center;
    margin: 10px 0px;
}

.dental-img {
    padding-top: 5px;
    display: flex;
    justify-content: center;
}

.dental-img img {
    width: 41%;
}

#ExamsA {
    display: flex;
    gap: 10px;
    border-bottom: 2px solid #FFE9CC;
    width: 98%;
    margin-top: 15px;
}

.Exams-button {
    background: none;
    color: #1E1E1E;
    border: none;
    cursor: pointer;
    font-weight: 500;
    font-size: 16px;
    transition: background-color 0.3s ease;
    font-family: "Inter", sans-serif !important;
}

.Exams-button.active {
    background-color: #FFE9CC;
    color: #FF9100;
    font-weight: 600;
    font-size: 16px;
    padding: 10px 20px;
    border-radius: 25px 25px 0px 0px;
}

.Exams-heading h2 {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 0px;
    color: #1E1E1E;
}

.Exams-heading p {
    font-size: 16px;
    font-weight: 400;
    color: #1E1E1E;
    margin: 10px 0px;
}

.Exams-headings {
    margin-top: 20px;
}

.Exams-heading {
    display: none;
}

.Exams-heading.active {
    display: block;
}

.enroll-btn img {
    width: 18%;
    margin-left: 0px !important;
    vertical-align: bottom;
}

.enroll-btn {
    display: flex;
    justify-content: center;
    align-items: center;
}

.enroll-btn button {
    background: none;
    border: none;
    outline: none;
    background-color: #72CCCB;
    border: 1px solid #FFFFFF;
    border-radius: 25px;
    padding: 12px 30px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    margin-top: 10px;
    cursor: pointer;
}

.gp-exam {
    /* padding-top: 10px !important; */
    color: #F24F4D !important;
}

.grey-Img {
    position: absolute;
    right: 0px;
    margin-top: -590px;
    width: 18%;
    z-index: -1;
}

.grey-Img img {
    width: 100%;
    height: 500px;
}

.subscribe {
    width: 90%;
    margin: 0px auto;
    margin-top: 30px;
}

.subscription button {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    color: #FF9100;
    background-color: #FF910033;
    padding: 10px 26px;
    border-radius: 30px;
    outline: none;
    border: none;
}

.subscription {
    display: flex;
    align-items: center;
    justify-content: center;
}

.subscribe h3,
.information h3 {
    font-family: "Quicksand", sans-serif;
    font-weight: 700;
    font-size: 30px;
    color: #1E1E1E;
    text-align: center;
    margin: 10px 0px !important;
    margin-bottom: 0px !important;
}

.subscribe-img {
    display: flex;
    justify-content: center;
    align-items: center;
}

.subscribe-img img {
    width: 22%;
    margin-top: 10px;
}

.subs-button {
    background-color: #72CCCB;
    color: #444444;
    border: 1px solid #72CCCB;
    padding: 10px 20px;
    display: flex;
    gap: 10px;
    width: fit-content;
    border-radius: 50px;
    align-items: center;
    font-size: 16.5px;
    font-weight: 500;
    margin: 15px 0px;
    cursor: pointer;
}


/* -------------------------------------------------------- */
.cloudImg {
    width: 18%;
    position: absolute;
    left: 0px;
    margin-top: -310px;
    z-index: -1;
}

.all-analytics {
    margin-top: 40px !important;
}

.prometic-exam {
    margin-top: 15px;
}

.prometic-exam p {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #FFFFFF;
}

.subcription-btn {
    margin-top: 15px;
}

.subcription-btn button {
    outline: none;
    border: none;
    background: none;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    background-color: #72CCCB;
    box-shadow: 0px 2px 4px 0px #0000001A;
    padding: 10px 19px;
    border-radius: 25px;
    cursor: pointer;
}

.subcription-btn img {
    width: 30px;
    height: 30px;
    vertical-align: middle;
}

.student-community {
    width: 100%;
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
}

.community-background {
    width: 80%;
    margin: 0px auto;
    padding-top: 25px;
    background-repeat: no-repeat;
    position: relative;
    top: 11px;
    left: 20px;
}

.class-room {
    padding-top: 40px;
    width: 70%;
    margin: 0px auto;
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 25px;
    left: 225px;
}

.class-community {
    display: flex;
    gap: 10px;
    align-items: center;
}

.student-class {
    background-color: #FFFFFF;
    padding: 8px 12px;
    border-radius: 50px;
}

.student-class img {
    width: 35px;
    height: 40px;
}

.class-text h2 {
    font-size: 20px;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    color: #0B0D39;
    line-height: 0px;
}

.class-text img {
    width: 48%;
}

.class-text p {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #1D222C;
    line-height: 23px;
}

.about-review {
    width: 100%;
    margin: 20px auto;
}

/* #carousel-C .item-A, #carousel-D .item-A{
    border: 1px solid #F2F2FF;
    padding: 15px 18px;
    border-radius: 20px;
    background-color: #fff;
    align-items: center;
    display: flex;
    margin-right: 15px;
    box-shadow: 0px 2px 6px 0px #0B0D391A;
    margin: 5px;
}
#carousel-C .owl-nav, #carousel-D .owl-nav{
    position: absolute;
} */
.owl-theme .owl-dots .owl-dot.active span {
    color: grey !important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #1CDDDA !important;
    border: 1.2px solid #1CDDDA !important;
}

.review span {
    color: #FFC523;
    font-size: 23px;
    margin-bottom: 7px;
}

.review p {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
    color: #6D6E88;
    margin-top: 5px !important;
}

.customer-image {
    width: 50px !important;
}

.nameA {
    display: flex;
    gap: 10px;
}

.name {
    display: flex;
    gap: 10px;
}

.customer-name h4 {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 19px;
    color: #0B0D39;
    margin: 4px 0px !important;
}

.customer-name p {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #0B0D39;
    margin: 4px 0px !important;
}

.review-text {
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.review-icon img {
    width: 30px;
    height: 30px;
}

.lightgreyImg {
    width: 28%;
    position: absolute;
    right: 0px;
    z-index: -1;
}

/*------------------------about-us-------------------- */
/* -------------------------FAQ----------------------- */
.main-faq-section {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.faq-container {
    width: 100%;
    margin: 4px auto;
    border-radius: 10px;
    margin-bottom: 5px;
    border: 1px solid #E5E8FF;
    overflow: hidden;
    box-shadow: 0px 4px 10px 0px #0000000F;
}

.faq-item:last-child {
    border-bottom: none;
}

.faq-question {
    padding: 15px;
    background: #FFFFFF;
    color: #1D222C;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 16px;
}

.faq-answer,
.prometricanswer {
    padding: 5px 15px 15px 15px;
    display: none;
    background: #FFFFFF;
    font-size: 15px;
    color: #000000;
    line-height: 26px;
}

.faq-answer span {
    background-color: #A1B4FF;
    padding: 5px 7px;
    font-size: 8px;
    color: #FFFFFF;
    border-radius: 50px;
    margin-right: 5px;
}

.faq-answer p,
.prometric-answer p {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #6D6E88;
    margin: 6px 0px;
}

.faq-question.open {
    background-color: #FFFFFF;
    border-bottom: 2px solid #F2F1FF;
}

.faq-question.open span {
    background-color: #D9FFFE;
    color: #1CDDDA !important;
    font-size: 14px !important;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
}

.faq-answer span {
    font-weight: bold;
}

.faq-answer.open,
.prometricanswer.open {
    display: block;
}

.plus {
    background-color: #F7F6FF;
    color: #4E5566;
    width: 35px;
    height: 35px;
    font-size: 21px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
}

.questionanswer {
    display: flex;
    gap: 20px;
}

.formA {
    background-color: #F7F6FF;
    padding: 18px 20px 20px 25px;
    border-radius: 10px;
    height: 100%;
    margin-top: 10px;
}

.form-group {
    width: 49%;
}

.form-group label {
    color: #484848;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 14px;
}

.user-nameA {
    display: flex;
    gap: 10px;
}

.username-name {
    outline: none;
    border: none;
    background: none;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: #939EAA;
}

.user-iconA {
    width: 15px;
    height: 15px;
    vertical-align: middle;
}

.user-formB {
    box-shadow: 0px 0px 4px 0px #0000000F;
    background-color: #FFFFFF;
    padding: 10px;
    border-radius: 7px;
    margin-top: 5px;
    display: flex;
    gap: 5px;
}

.text-forms {
    height: 80px;
    align-items: self-start;
}

.new-forms {
    width: 98%;
}

.latest-crausel {
    position: relative;
}

.detailsnew {
    position: absolute;
    top: 50px;
    right: 10px;
    width: 95%;
}

#submit {
    outline: none;
    border: none;
    background: none;
    background-color: #1CDDDA;
    padding: 10px 15px;
    border-radius: 10px;
    box-shadow: 0px 3px 6px 0px #0000001A;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: #FFFFFF;
    cursor: pointer;
}

.leatest-news {
    width: 100%;
    height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.blog button {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    color: #FF9100;
    background-color: #FF910033;
    padding: 10px 26px;
    border-radius: 30px;
    outline: none;
    border: none;
    margin-top: 20px;
}

.read-blog h3 {
    font-family: "Quicksand", sans-serif;
    font-weight: 700;
    font-size: 30px;
    color: #1E1E1E;
    margin: 10px 0px !important;
    margin-bottom: 0px !important;
}

.blog-text span {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: #6D6E88;
    padding-bottom: 12px;
    border-bottom: 1px solid #ccc;
}

.read-latest img {
    width: 100% !important;
    height: 270px;
    position: relative;
    /* height: 280px; */
}

.item-B-crausel {
    width: 100%;
}

.blog-text img {
    width: 7px !important;
    height: 5px;
    vertical-align: middle;
}

.streightLine {
    width: 95% !important;
    margin-top: 7px;
}

.review-textA h3 {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #0B0D39;
    margin: 6px 4px;
}

.blog-text {
    margin: 5px;
}

.blog-detailsA {
    background-color: #FFFFFF;
    padding: 10px;
    border-radius: 20px;
    box-shadow: 0px 10px 20px 0px #0002311A;
    width: 80%;
    margin: 0px auto;
    /* left: 44px; */
    top: -49px;
    z-index: 100;
    position: relative;
}

#carousel-latest .owl-nav {
    position: absolute;
    right: 55px;
    top: -75px;
    gap: 0px;
}

#carousel-latest .owl-nav button:hover {
    background-color: #0B0D39 !important;
    border: none !important;
    background: none;
    color: #FFFFFF !important;
}

#carousel-latest .owl-nav button.owl-next,
#carousel-latest .owl-nav button.owl-prev,
#carousel-A button.owl-dot {
    border: 1px solid #DCDCE3 !important;
    color: #0B0D39;
    border-radius: 50px !important;
    width: 45px;
    height: 45px;
    font-size: 18px !important;
    background-color: white;
}

.error-message {
    font-size: 14px;
}

/* ------------------------------FAQ------------------------- */
/* ------------------------------OUR-Blog-------------------------- */
.our-blogs {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 30px !important;
    border-bottom: 2px solid #E4E1FF;
    padding-bottom: 15px;
}

.exam-details {
    display: flex;
    gap: 20px;
    align-items: center;
}

.exam-details a {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #777E91;
}

.exam-details a.active {
    background-color: black;
    padding: 10px 20px;
    border-radius: 50px;
    cursor: pointer;
    color: #FFFFFF;
}

.search {
    border: 1px solid #E2E1FF;
    padding: 10px 25px;
    border-radius: 25px;
}

.search-hereA {
    outline: none;
    border: none;
    background: none;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #939EAA;
}

.search img {
    vertical-align: middle;
    width: 19px;
}

.row-one {
    display: flex;
    gap: 25px;
    width: 100%;
    flex-wrap: wrap;
}

.blog-detailsB {
    background-color: #FFFFFF;
    padding: 10px;
    border-radius: 20px;
    box-shadow: 0px 10px 20px 0px #0002311A;
    position: absolute;
    z-index: 10;
    width: 250px;
    left: 60px;
    margin-top: -62px;
}

.loading {
    display: flex;
    justify-content: center;
    align-items: center;
}

.loading p {
    background: none;
    border: none;
    outline: none;
    background-color: #DBFFFE;
    border-radius: 30px;
    padding: 10px 30px !important;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #1CDDDA;
    text-align: center;
    cursor: pointer;
}

.loading img {
    vertical-align: middle;
}

.item-B {
    width: 31.5% !important;
    position: relative;
    margin-bottom: 40px;
}

/* ----------------------------our-blog----------------------------------------- */
/* -------------------------blog details------------------------------------------------ */
.about-us-A {
    display: flex;
    align-items: center;
    gap: 15px;
    position: absolute;
    top: 205px;
    left: 65px;
}

.about-us-A p {
    font-family: "Open", sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #2D2D84;
}

.container {
    display: flex;
    gap: 20px;
}

.leftC {
    width: 68%;
}

.navigation .tab {
    cursor: pointer;
    padding: 10px;
    border-bottom: 2px solid transparent;
}

.content-section {
    display: none;
}

.content-section.active {
    display: block;
}

.about-dateflow h3 {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 21px;
    color: #1D222C;
    line-height: 30px;
}

.about-dateflow p {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #777E91;
    margin: 0px;
}

.admin img {
    vertical-align: bottom;
    width: 17px;
    height: 18px;
}

.studyImg img {
    width: 100%;
}

.studyImg p {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #6D6E88;
    line-height: 26px;
}

.studyImg span {
    font-weight: 700;
    color: #1D222C;
}

.result-psv p {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 15px;
    color: #72CCCB;
    /* cursor: pointer; */
    text-decoration: underline;
}

.positive-issuse h4 {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: #1D222C;
    margin: 12px 0px;
}

.positive-issuse span {
    font-weight: 600;
    color: #6D6E88;
}

.positive-issuse p {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #6D6E88;
}

.eligibility {
    font-family: "Inter";
    font-weight: 500 !important;
    font-size: 13px !important;
    color: #1D222C !important;
}

.source-verification h3 {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #0B0D39;
    margin: 10px 0px;
}

.yellow-line {
    width: 14%;
    margin-top: -20px;
}

.yellow-line img {
    width: 100%;
}

.document-format {
    font-family: "Inter", sans-serif;
    font-weight: 500 !important;
    font-size: 15px !important;
    color: #4E5566 !important;
}

.source-verification p {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    margin: 8px 0px;
    color: #6D6E88;
}

.self-assessment,
.follow-step p {
    font-family: "Inter", sans-serif;
    font-weight: 500 !important;
    font-size: 15px !important;
    color: #1D222C !important;
    margin: 8px 0px;
}

.text-psv {
    background-color: #F9F9FF;
    padding: 10px;
    border-radius: 15px;
    margin-top: 10px;
}

.text-psv p {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    color: #6D6E88;
}

.text-psv input,
.source-verification input,
.details-radio input {
    appearance: none;
    width: 16px;
    height: 16px;
    border: 3px solid #222222;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    box-shadow: 0px 3px 6px 0px #00000029;
    margin: 14px 0px 10px 0px;

}

.register-exam {
    display: flex;
    gap: 30px;
    align-items: center;
    margin-bottom: 10px;
}

.professional p {
    font-family: "Inter", sans-serif !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 25px !important;
    color: #6D6E88 !important;
}

.healthcare p {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: #1E1E1E;
    margin: 0px;
}

.healthcare {
    margin-top: 18px;
}

.comments-profile {
    display: flex;
    margin-top: 15px;
}

.comments-profile img {
    height: 50px;
    vertical-align: middle;
}

.date-time h4 {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #0B0D39;
    margin: 5px 0px;
}

.date-time span {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: #6D6E88;
}

.reply button {
    background: none;
    outline: none;
    border: none;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    background-color: #72CCCB;
    padding: 7px 15px;
    box-shadow: 0px 3px 6px 0px #001F9A1F;
    border-radius: 25px;
    cursor: pointer;
}

.review-comments {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 7px;
    padding: 0px 5px;
}

.comments p {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 14px;
    padding: 0px 8px;
    line-height: 20px;
    color: #1E1E1E;
}

.leave-reply h3 {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #0B0D39;
    margin: 10px 0px;
}

.leave-reply p {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #4E5566;
}

.comments-form {
    display: flex;
    gap: 15px;
    margin-bottom: 18px;
}

.comments-form input {
    padding: 15px 20px;
    border: 1px solid #E9E8FF;
    background-color: #FBFBFF;
    border-radius: 10px;
    width: 46%;
}

.text-blod-details {
    padding: 14px 20px;
    border: 1px solid #E9E8FF;
    background-color: #FBFBFF;
    border-radius: 10px;
    margin-top: 10px;
}

.checkbox {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #6D6E88;
}

.post button {
    margin-top: 20px;
    outline: none;
    border: none;
    background: none;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    background-color: #FF9100;
    padding: 10px 18px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    gap: 0px;
    cursor: pointer;
    box-shadow: 0px 3px 6px 0px #00000029;
}

.checkbox {
    margin: 16px 0px;
}

.arrow-left {
    background-color: #00000014;
    padding: 3px 10px;
    border-radius: 50px;
    margin-left: 10px;
    font-size: 20px;
    text-align: center;
    color: #FFFFFF !important;
    vertical-align: middle;
}

.rightC {
    width: 32%;
}

.about-blog {
    background-color: #F7F6FF;
    padding: 15px;
    border-radius: 15px;
}

.about-blog p {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #6D6E88;
}

.search-here {
    border: 1px solid #D4DBEB;
    border-radius: 15px;
    padding: 15px;
    margin-top: 20px;
}

.search-everything input {
    border: none;
    outline: none;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #C3C4E6;
    width: 95%;
    box-shadow: none !important;
    border-radius: 0px !important;
    margin: 0px;
}

.search-everything {
    border: 1px solid #C3C4E6;
    border-radius: 10px;
    padding: 10px;
    margin: 10px;
    display: flex;
    gap: 5px;
}

.study-programsA {
    border: 1px solid #D4DBEB;
    padding: 15px;
    margin-top: 20px;
    border-radius: 15px;
}

.gp-examA {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 10px;
}

.gp-exam-number {
    display: flex;
    gap: 8px;
    width: 100%;
}

.gp-exam-number img {
    width: 27px;
    height: 25px;
    cursor: pointer;
}

.gp-exam-number p {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 17px;
    color: #4E5566;
    margin: 0px;
}

.gp-examA span {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 13px;
    padding: 6px 10px;
    border-radius: 20px;
    color: #F35654;
    background-color: #FFDFDF;
}

.deshline-line {
    margin-bottom: 10px;
}

.online-scammer {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-top: 15px;
}

.online-scammer img {
    width: 120px;
    height: 120px;
}
.employment-calls img{
    height: 20px;
    margin-right: 5px;
}
.studyImg img{
    width: 100%;
    height: 500px;
}

.employment-calls h4 {
    font-size: 16px;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    color: #0B0D39;
    line-height: 23px;
    margin: 5px 0px;
}

.details-radio {
    display: flex;
    gap: 8px;
    align-items: self-start;
}

.call-time {
    width: 17px !important;
    vertical-align: middle;
}

.employment-calls p {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #777E91;
    margin: 0px;
}

.education button {
    background: none;
    border: none;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #777E91;
    border: 1px solid #E0E4EF;
    padding: 12px 30px;
    border-radius: 10px;
    cursor: pointer;
}

.education {
    display: flex;
    gap: 15px;
}

.background-imgegs img {
    height: 150px;
}

.background-img {
    font-family: "Open Sans", sans-serif !important;
}

/* -------------------------------blog-details------------------------------- */
/* ==================================== */
.blue-image {
    position: relative;
    width: 100%;
    height: 530px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.details {
    /* position: absolute; */
    width: 100% !important;
    top: 20px;
}

.prometricanswer p {
    margin: 3px 0px;
}

.radio input {
    appearance: none;
    /* Remove default styling */
    width: 16px;
    height: 16px;
    border: 3px solid #222222;
    /* 3px solid border */
    border-radius: 50%;
    /* Make it round */
    display: inline-block;
    position: relative;
    background-color: #1CDDDA;
}

.doctors-image {
    height: 280px;
}

/* ============================================== Course-Details============================ */

.Course-details-heading {
    position: absolute;
    top: 32%;
    left: 5%;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 22px;
    color: #2D2D84;
}


.course-main-content {
    width: 90%;
    margin: 0px auto;
    margin-top: 30px;
}

.course-left {
    width: 65%;
}

.course-left img {
    /*width: 100%;*/
}

.course-left h3 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 22px;
    color: #1D222C;
}

.course-left p {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #4D4D4D;
    margin-top: 8px !important;
}

.emree {
    font-size: 15px !important;
    margin-bottom: 2px !important;
}

/* ul li img{
    width: 18px !important;
} */
.course-right {
    width: 32%;
}

.subcription-plan {
    border: 1px solid #D4DBEB;
    padding: 30px 20px;
    border-radius: 20px;
    font-family: "Poppins", sans-serif !important;
}

.subcription-plan h2 {
    font-family: "Inter";
    font-weight: 600;
    font-size: 19px;
    line-height: 26px;
    color: #0B0D39;
    margin: 0px;
}

.details-courses {
    justify-content: start !important;
    margin-bottom: 20px;
}

.buttons-details {
    justify-content: start !important;
}

.form-select {
    font-family: "Poppins";
    font-weight: 400;
    font-size: 16px;
    color: #6D6C80;
    align-items: center;
    cursor: pointer;
    outline: none;
}

.user-name {
    gap: 5px;
    border-radius: 10px;
    border: 1px solid #C3C4E6;
    margin-top: 15px;
    padding: 5px;
    display: flex;
    gap: 5px;
}

.user-name input {
    border: none;
    outline: none;
    width: 100%;
    font-family: "Poppins", sans-serif !important;
}

.user-name select {
    font-family: "Poppins", sans-serif !important;
    color: #6D6C80 !important;
}

.coupon-apply label {
    font-family: "Poppins";
    font-weight: 400;
    font-size: 15px;
    color: #6E7FAA;
}

.coupon-image {
    background-color: #FFF4F3;
    border-radius: 10px;
    padding: 10px;
}

.coupon-image input {
    border: none;
    background-color: #FFF4F3;
    margin-left: 8px;
    font-family: "Poppins";
    font-weight: 400;
    font-size: 16px;
    color: #FB9F9E !important;
    outline: none;
}

.apply-button {
    background-color: #FF6D6B;
    padding: 8px 20px 8px 20px;
    border-radius: 8px;
    border: none;
    color: white;
    font-family: "Poppins";
    font-weight: 500;
    font-size: 15px;
    position: absolute;
    right: 8%;
    margin-top: -43px;
    cursor: pointer;
}

.terms p {
    font-family: "Poppins", sans-serif !important;
    font-weight: 400;
    font-size: 15px;
    line-height: 17px;
    color: #6E7FAA;
}


.coupon-otp {
    margin-top: 20px;
    width: 100%;
    padding: 15px 30px;
    border-radius: 10px;
    background-color: #72CCCB;
    color: #FFFFFF;
    font-family: "Inter";
    font-weight: 600;
    font-size: 18px;
    border: none;
    cursor: pointer;
}


.list-1 a {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #4E5566;
}

.course-features h3 {
    font-family: "Poppins";
    font-weight: 600;
    font-size: 22px;
    color: #1D222C;
}


.exam-cards .card {
    border: 1px solid #EBEEFC;
    background-color: #FFFFFF;
    padding: 20px;
    text-align: center;
    width: 23%;
    border-radius: 10px;
}

.exam-cards .card img {
    height: 50px;
    width: 50px;
}

.navigation {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    display: flex;
    gap: 50px;
    margin-top: 20px;
}

.navigation h2 {
    font-size: 28px;
    font-weight: 600;
    margin: 10px 0px;
}

.navigation a {
    font-family: "Inter";
    font-weight: 500;
    font-size: 18px;
    padding-left: 20px;
}

.navigation .tab {
    text-decoration: none;
    color: black;
    padding-bottom: 5px;
    position: relative;
}

.navigation .tab.active {
    border-bottom: 2px solid #1CDDDA;
    font-weight: bold;
    color: #1CDDDA;
}

.checkmark img {
    display: inline-flex;
    align-items: center;
    width: 15px;
    margin-top: 12px;
    border-radius: 50%;
}

/* ------------------------------course-details---------------------- */
/* -------------------------------contact-Us-------------------------- */
.contact-massage {
    position: absolute;
    top: 86%;
    left: 27%;
    width: 45%;
}

.form-contactA {
    width: 80%;
    margin: 0px auto;
    position: absolute;
    top: 0px;
    left: 16%;
}

.form-container {
    display: flex;
    gap: 20px;
}

.contact-massage {
    font-family: "Quicksand", sans-serif;
    font-weight: 700;
    font-size: 32px;
    color: #1E1E1E;
    text-align: center;
}

.contact-info input,
.contact-infoA input {
    border: none;
    outline: none;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #888888;
    width: 95%;
    background: none;
}

.email-address {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 17px;
    color: #4E5566;
}

.contact-info img,
.contact-infoA img {
    width: 22px;
    height: 22px;
    vertical-align: middle;
}

.text-message {
    height: 100px;
    align-items: self-start;
}

.form-name {
    box-shadow: 0px 2px 8px 0px #3E3E3E1A;
    padding: 18px 20px;
    border-radius: 40px;
    margin-top: 8px;
    display: flex;
    gap: 10px;
    border: 1px solid #D3DAEB;
    background-color: white;
}

.form-names {
    position: relative;
}

.selectss {
    position: absolute;
    margin: 16px 18px;
}

.form-names select {
    box-shadow: 0px 2px 8px 0px #3E3E3E1A;
    padding: 18px 20px;
    border-radius: 40px;
    margin-top: 8px;
    padding-left: 50px;
    display: flex;
    color: #888888;
    font-size: 15px;
    font-weight: 500;
    gap: 10px;
    border: 1px solid #D3DAEB;
    background-color: white;
    width: 100%;
    outline: none;
}

.contact-info {
    width: 50%;
    margin-top: 20px;
}

.submit-now {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.submit-now button {
    background: none;
    border: none;
    outline: none;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
    color: #FFFFFF;
    box-shadow: 0px 2px 4px 0px #0000001A;
    background-color: #A1B4FF;
    padding: 14px 40px;
    border-radius: 0px 20px 20px 20px;
}

.contact-information {
    position: absolute;
    top: 80px;
    display: flex;
    gap: 25px;
    left: 65px
}

.left-D {
    width: 45%;
}

.get-in-touch button {
    outline: none;
    border: none;
    background: none;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #FF9100;
    background-color: #f5f3f3;
    padding: 10px 20px;
    border-radius: 25px;
}

.make-call {
    display: flex;
    gap: 10px;
     align-items: center; 
}

.make-call img {
    width: 100px;
    height: 80px;
}
.mentor-img video{
    border-radius: 10px;
    /*height: 400px;*/
    /*width: 100%;*/
}

.faq-main-page {
    margin-top: 70px;
}

.call-expert h4 {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #1D222C;
    margin: 0px;
}

.call-expert p {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 27px;
    color: #6D6E88;
    margin: 0px;
}

.call-timeA {
    font-family: "Inter", sans-serif;
    font-weight: 600 !important;
    font-size: 16px !important;
    color: #1E1E1E !important;
    line-height: 24px;
}

.right-D {
    width: 50%;
}

.contacts-main-page {
    margin-top: 100px;
}

.refistration-data {
    margin-top: 50px;
}

/*************** dr details *************************/
.doctor-detailsA {
    width: 100%;
    margin: 0px auto;
    display: flex;
    gap: 25px;
    margin-top: 25px;
}

.leftD {
    width: 70%;
}

.doctors-on-social {
    position: relative;
    margin-top: 30px;
}

.doctors-on-social img {
    width: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}

.academy-blueImg {
    /* width: 100%; */
    margin: 0px auto;
    position: absolute;
    top: 25px;
    display: flex;
    gap: 30px;
    align-items: center;
    margin-left: 15px;
}

.doctor-image {
    width: 17%;
}

.doctor-image img {
    width: 100%;
    /* height: 230px !important; */
    /* border: 5px solid #9d9b9b3b; */
    padding: 0px;
    border-radius: 100px;
}

.doctor-names h3 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 26px;
    color: #FFFFFF;
    margin: 0px;
}

.doctor-names p {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF !important;
    margin: 0px;
}

.academy,
.follow-us,
.academician {
    display: flex;
    gap: 15px;
    margin: 8px 0;
}

.academy p {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 14px;
    display: flex;
    gap: 8px;
}

.academy-details p {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
}

.follow-us p {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 19px;
    text-decoration: underline;
}

.academician-role {
    background-color: #F7F6FF;
    box-shadow: 0px 10px 20px 0px #0002311A;
    padding: 15px;
    border-radius: 20px;
}

.academician-role h3 {
    margin: 10px 0px;
    color: #1D222C;
    font-size: 22px;
    font-weight: 600;
}

.content-section.active {
    background-color: #FFFFFF;
    padding: 10px;
    border-radius: 10px;
}

.main-academy {
    margin: 20px 0px 30px 0px;
}

.academician a {
    background-color: #FFFFFF;
    box-shadow: 0px 10px 20px 0px #0002311A;
    padding: 12px 20px;
    cursor: pointer;
    border-radius: 50px;
    margin: 10px 0px;
}

.academician a.active {
    background-color: #FB9F9E !important;
    color: white !important;
    background: none;
}

.content-section {
    display: none;
}

.content-section.active {
    display: block;
}

/* .doctor-influencer .active{
    display: none;
} */
.social-media button,
.doctor-influencer button {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #4E5566;
    margin: 0px;
    background: none;
    outline: none;
    border: none;
    background-color: #FFFFFF;
    padding: 13px 20px;
    border-radius: 40px;
    box-shadow: 0px 3px 6px 0px #00000029;
}

.academy-role h3,
.quick h3 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 25px;
    color: #1D222C;
    margin: 0px;
}

.academy-role {
    background: #fff;
    padding: 15px;
    border-radius: 20px;
    margin-top: 20px;
}

.educationA li {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #4D4D4D;
    line-height: 25px;
    margin: 5px 0;
}

.afreen-academy {
    padding: 0px 10px;
    margin-top: -10px;
}

.rightD {
    width: 30%;
}

/* .mentor-img{
    margin-top: 30px;
} */
.educationA {
    padding-left: 12px;
}

.quick-contact {
    background-color: #FFFFFF;
    border: 1px solid #D4DBEB;
    padding: 15px;
    border-radius: 15px;
}

.quick p {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #4D4D4D;
}

.quick-form input,
.quick-name {
    border: none;
    outline: none;
    background-color: #F7F6FF;
    padding: 15px;
    border-radius: 10px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #9E9FC5;
    width: 91%;
    margin-top: 10px;
}

.quick-button {
    box-shadow: 0px 3px 6px 0px #00000029;
    background-color: #FF9100;
    color: #FFFFFF;
    padding: 10px 20px;
    border-radius: 25px;
    margin-top: 15px;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 16px;
    outline: none;
    border: none;
}

/* -------------------------------------docotr-details--------------- */
.demo-questions {
    width: 100%;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}

.question-demo-heading {
    position: absolute;
    top: 10%;
    left: 5%;
    display: flex;
    justify-content: space-between;
}

.leftE {
    width: 60%;
}

.options {
    display: flex;
    gap: 7px;
    margin: 15px 0;
}

.Course-details-heading {
    position: absolute;
    top: 32%;
    left: 5%;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 22px;
    color: #2D2D84;
}

.course-main-content {
    width: 90%;
    margin: 0px auto;
    margin-top: 30px;
}

.course-left {
    width: 65%;
}

.course-left img {
    /*width: 100%;*/
}

.exam-radio {
    appearance: none;
    width: 20px;
    height: 14px;
    border-radius: 50%;
    margin-top: 6px;
}

.email-icon,
.name-icon,
.contact-icpn,
.address-icon {
    height: 35px;
}

.new-courses {
    font-family: "Open Sans", sans-serif !important;
}

.exam-radio:checked {
    background-color: #2D2D84;
}

.course-left h3 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #1D222C;
    margin: 10px 0px;
}

.card p {
    font-size: 16px;
    font-weight: 600;
    color: #000000;
}

.subcription-plan {
    border: 1px solid #D4DBEB;
    /* padding: 20px; */
    border-radius: 20px;
}

.form-select {
    font-family: "Poppins";
    font-weight: 400;
    font-size: 16px;
    color: #6D6C80;
    align-items: center;
    cursor: pointer;
    outline: none;
}

.user-name {
    gap: 5px;
    border-radius: 10px;
    border: 1px solid #C3C4E6;
    margin-top: 15px;
    padding: 7px 10px;
    display: flex;
    gap: 5px;
}

.user-name input {
    border: none;
    outline: none;
    width: 100%;
}

.coupon-apply label {
    font-family: "Poppins";
    font-weight: 400;
    font-size: 15px;
    color: #6E7FAA;
}

.coupon-image {
    background-color: #FFF4F3;
    border-radius: 10px;
    padding: 12px 13px;
}

.coupon-image input {
    border: none;
    background-color: #FFF4F3;
    margin-left: 8px;
    font-family: "Poppins";
    font-weight: 400;
    font-size: 16px;
    color: #FB9F9E !important;
    outline: none;
}

.apply-button {
    background-color: #FF6D6B;
    padding: 8px 20px 8px 20px;
    border-radius: 8px;
    border: none;
    color: white;
    font-family: "Poppins";
    font-weight: 500;
    font-size: 15px;
    position: absolute;
    right: 7%;
    margin-top: -43px;
    cursor: pointer;
}

.course-details-dr {
    background-color: #F5FFF3;
    padding-top: 40px;
    margin-top: 70px;
}

.terms p {
    font-family: "Poppins";
    font-weight: 400;
    font-size: 15px;
    line-height: 17px;
    color: #6E7FAA;
}

.coupon-otp {
    margin-top: 20px;
    width: 100%;
    padding: 15px 30px;
    border-radius: 10px;
    background-color: #72CCCB;
    color: #FFFFFF;
    font-family: "Inter";
    font-weight: 600;
    font-size: 18px;
    border: none;
    cursor: pointer;
}

.course-features h3 {
    font-family: "Poppins";
    font-weight: 600;
    font-size: 22px;
    color: #1D222C;
    margin: 0px;
}

.exam-cards .card {
    border: 1px solid #EBEEFC;
    background-color: #FFFFFF;
    padding: 13px;
    text-align: center;
    width: 20%;
    border-radius: 10px;
    box-shadow: 0px 2px 6px 0px #0000000A;
}

.exam-cards .card img {
    height: 80px;
    width: 80px;
}

/* ------------------------------extra-class---------------- */
.about-dentistsA {
    display: none;
}

/* ----------------------------------------demo question-------------- */
.demo-questions-new,
.demo-questions-login {
    width: 100%;
    /* position: relative; */
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: -160px;
    z-index: -1;
}

.question-demo-heading {
    position: absolute;
    top: 35%;
    left: 5%;
    display: flex;
    justify-content: space-between;
}

.leftE {
    width: 60%;
}

.left-question {
    background-color: #FFFFFF;
    padding: 20px 35px;
    border-radius: 15px;
    box-shadow: 0px 0px 10px 0px #0000001A;
    position: relative;
}

.options-new {
    display: flex;
    gap: 7px;
    margin: 25px 0;
}

.check-answer {
    margin-top: -38px;
    margin-right: 20px;
    display: flex;
    justify-content: end;
}

.check-answer p {
    text-align: right;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    gap: 7px;
    background-color: #A1B4FF;
    padding: 10px 20px !important;
    border-radius: 0px 0px 25px 25px;
}

.question-heading h3 {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 26px;
    color: #1D222C;
}

.question-para p {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 17px;
    background-color: #F2F4FF;
    line-height: 27px;
    color: #1F2869;
    padding: 12px 10px;
    border-radius: 10px;
}

.question-button {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin-top: 70px;
    padding-bottom: 25px;
}

.last-question button,
.next-question button {
    border: none;
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    gap: 10px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
}

.last-question button {
    background-color: #1D222C;
    border-radius: 25px;
    padding: 10px 20px;
}

.next-question button {
    background-color: #FF9100;
    box-shadow: 0px 5px 16px 0px #BC6B0033;
    border-radius: 25px;
    padding: 10px 20px;
}

.question-para,
.question-heading {
    margin: 10px 0;
}

.check-answer img {
    width: 25px;
    height: 25px;
    vertical-align: middle;
}

.options-new label {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #4D4D4D;
}

.time-start {
    display: flex;
    gap: 12px;
    background-color: #FFFFFF;
    padding: 10px 16px;
    border-radius: 50px;
    box-shadow: 0px 0px 6px 0px #00000029;
}

.time-sec {
    background-color: #E6E5FF;
    padding: 8px 15px;
    border-radius: 50px;
    text-align: center;
}

.test-time-start {
    padding-top: 5px;
}

.time-sec p {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 26px;
    color: #1D222C;
    line-height: 0px;
    padding-top: 5px !important;
    margin: 8px;
}

.time-sec span {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
}

.test-time-start span {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #4E5566;
}

.test-time-start p {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 0px;
    color: #4E5566;
    margin: 0px;
    margin-top: 8px;
}

.options-new {
    margin-bottom: 10px;
    position: relative;
}

.options-new input[type="radio"] {
    display: none;
}

.bullet {
    position: relative;
    padding-left: 20px;
}

.bullet::before {
    content: "• ";
    position: absolute;
    left: 0;
    color: #007bff;
    font-size: 20px;
}



.options-new label {
    padding-left: 50px;
    position: relative;
    cursor: pointer;
    font-size: 18px;
    color: #4f4e62;
    display: inline-block;
    line-height: 24px;
}

.options-new label:before {
    content: '';
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    border: 1px solid #C7C5EB;
    border-radius: 50%;
    background-color: #FFFFFF;
    transition: background-color 0.3s, border-color 0.3s;
}

.options-new input[type="radio"]:checked+label:before {
    background-color: red;
    border-color: red;
}

.options-new input[type="radio"]:checked+label {
    color: #6D6C80;
    background-color: #F0EFFF;
    width: 50%;
    padding: 10px;
    border-radius: 50px;
    padding-left: 45px;
    font-weight: 500;
    font-size: 17px;
}

.options-new input[type="radio"]:checked+label:after {
    content: '✔';
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    color: white;
    font-weight: bold;
    text-align: center;
    line-height: 20px;
}

.demo-questions {
    width: 100%;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: -160px;
    z-index: -1;
}

.question-demo-heading {
    position: absolute;
    top: 38%;
    left: 5%;
    display: flex;
    justify-content: space-between;
}

.leftE {
    width: 60%;
}

.left-question {
    background-color: #FFFFFF;
    padding: 20px 35px;
    border-radius: 15px;
    box-shadow: 0px 0px 10px 0px #0000001A;
}

.question-button {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin-top: 70px;
    padding-bottom: 25px;
}

.last-question button,
.next-question button {
    border: none;
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    gap: 10px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
}

.last-question button {
    background-color: #1D222C;
    border-radius: 25px;
    padding: 10px 20px;
}

.next-question button {
    background-color: #FF9100;
    box-shadow: 0px 5px 16px 0px #BC6B0033;
    border-radius: 25px;
    padding: 10px 20px;
}

.question-para,
.question-heading {
    margin: 10px 0;
}

.check-answer img {
    width: 25px;
    height: 25px;
    vertical-align: middle;
}

.time-start {
    display: flex;
    gap: 12px;
    background-color: #FFFFFF;
    padding: 10px 16px;
    border-radius: 50px;
    box-shadow: 0px 0px 6px 0px #00000029;
}

.time-sec {
    background-color: #E6E5FF;
    padding: 8px 15px;
    border-radius: 50px;
    text-align: center;
}

.test-time-start {
    padding-top: 5px;
}

.time-sec p {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 26px;
    color: #1D222C;
    line-height: 0px;
    padding-top: 5px !important;
    margin: 8px;
}

.time-sec span {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
}

.test-time-start span {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #4E5566;
}

.test-time-start p {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 0px;
    color: #4E5566;
    margin: 0px;
    margin-top: 8px;
}

/* ----------------------------demo-answer------------------------ */
.demo-answer {
    background-color: #FFF5F5;
    padding: 10px;
    border-radius: 15px;
    margin-top: 50px;
}

.correct-answer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.correct-answer p {
    font-family: "Inter", sans-serif !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    color: green !important;
    background-color: #FFF5F5 !important;
}

.correct-answer span {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: #FF6D6B !important;
    border: 1px solid #FF6D6B;
    /* padding: 5px 9px; */
    border-radius: 50px;
    /* margin-top: -3px; */
    height: 30px;
    width: 30px;
    padding-left: 0px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.demo-answer span {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: #4D4F5C;
    padding-left: 10px;
}

.demo-answer p {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #4D4F5C;
    padding-left: 10px !important;
    background-color:  #FFF5F5 !important;
    margin: 8px 0px;
}

/* ---------------------------------demo-answer-------------------- */
/* ---------------------------------privecy-policy---------------------- */
.about-imgA {
    position: absolute;
    right: 73px;
    top: 190px;
    width: 29%;
}

.about-imgA img {
    width: 100%;
}

.headings-main-tab {
    display: flex;
    gap: 10px;
}

.privacy-policy {
    margin-top: 80px !important;
    background-color: #FFFFFF;
    padding: 35px 20px;
    border: 10px solid #F7F6FF;
    box-shadow: 0px 10px 20px 0px #0002311A;
    border-radius: 10px;
    position: relative;
}

.privacy-policy-info {
    width: 95%;
    margin: 0px auto;
}

.privacy-policy-condition {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 19px;
    color: #4D4D4D;
}

.information-collection {
    margin-top: 10px;
}

.data-usage {
    margin-top: 5px;
}

.information-collection h3,
.data-usage h3 {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 19px;
    margin: 6px 0px;
    color: #1E1E1E;
}

.data-usage span {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 15px;
    color: #4D4D4D;
}

.information-collection p {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin: 6px 0px;
    color: #4D4D4D;
}

.Amendments {
    color: #5486D4 !important;
}

.privacy-list {
    color: #2D2D84;
    padding-left: 20px;
    font-size: 20px;
}

.privacy-list p {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #4D4D4D;
    margin: 6px 0px;
}

.neww {
    width: 100%;
    position: relative;
}

.pre-images img {
    top: -635px;
    width: 24%;
    right: 0px;
    position: absolute;
    z-index: -1;
}

/* ----------------------------privecy-policy--------------------- */
.progress-container {
    width: 100%;
    height: 10px;
    background: #ddd;
    margin-bottom: 10px;
    border-radius: 50px;
}

.progress-bar {
    height: 100%;
    width: 0%;
    background: #20d5d2;
    border-radius: 50px;
}

.question-text {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    position: absolute;
    right: 40px;
    top: 100px;
}

.questions {
    display: none;
}

button:disabled {
    background: #969696;
    filter: blur(1px);
    cursor: not-allowed;
}

.e-times {
    margin-top: -30px;
}

.checks {
    justify-content: center !important;
}

.checks p {
    text-align: center !important;
    font-size: 20px;
    margin-top: -28px;
}

.checks {
    margin-top: -40px;
}

.demo-congratulations {
    width: 100%;
    margin: 10px auto;
}

.demo-congratulations img {
    width: 70%;
    margin: 10px auto;
    display: flex;
    margin-top: 10px;
}

.bars-headings {
    display: flex;
    justify-content: space-between;
    background-color: #F0EFFF;
    padding: 4px 20px;
    border-radius: 10px;
}

.bars-headings h3 {
    font-size: 16px;
    font-weight: 500;
}

.subjects-new {
    border-bottom: 2px dashed #F0EFFF;
}

.demo-results-questions {
    height: 100%;
    /* margin-bottom: 20px; */
}

.demos-res {
    height: 100%;
}

/*.demos-res img {*/
/*    height: 1030px;*/
/*}*/

.subjects-new {
    display: flex;
    gap: 10px;
    align-items: center;
}

.subject-bar {
    width: 72%;
}

.subjects-new h4 {
    font-size: 19px;
    width: 28%;
    font-weight: 500;
    margin: 25px 0px 18px 0px;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.user-names input {
    padding: 14px;
    width: 94%;
    border-radius: 10px;
    outline: none;
    border: 1px solid #C3C4E6;
    margin-top: 8px;
    font-family: "Poppins", sans-serif;
}

/* =============================== */
.health-covered h2 {
    font-size: 18px;
    line-height: 0px;
}

.dfs-cards {
    width: 100%;
    text-align: center;
}


.dfs-cards p {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 17px;
    color: #4D4D4D;
}

.data-flowfaq h3 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 24px;
    color: #1D222C;
    margin-bottom: 0px;
}

.dataflow h3 {
    /* margin-bottom: 20px !important; */
    margin: 0px;
    font-size: 28px;
    font-weight: 600;
}

.dataflow {
    margin-left: 60px;
    margin-top: 50px;
}

.data-note {
    font-family: "Poppins", sans-serif;
    font-weight: 600 !important;
    font-size: 22px !important;
    color: #1D222C !important;
}

.note p {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #4D4D4D;
    margin-top: 0px !important;
}

/* =========================== */

.other-courses {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #4E5566;
}

.online-courses {
    margin-bottom: 20px;
}

.other-courses h3 {
    font-size: 38px;
}

.other-features {
    background-color: #F5F6F1;
    width: 90%;
    margin: 0px auto;
    padding: 0px 15px 10px 15px;
    margin-top: 20px;
    border-radius: 25px;
    display: flex;
    gap: 20px;
    align-items: center;
}

.right-features {
    width: 42%;
}

.left-features {
    width: 56%;
}

.right-features img {
    width: 100%;
}

.features-others strong {
    font-family: "Poppins", sans-serif;
    font-weight: 600 !important;
    font-size: 16px !important;
}

.features-others p {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 16px;
    margin: 8px 0px;
}

.features-heading {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 8px;
    margin-top: 12px;
    color: #0B0D39;
}


/* ================ */

.features-work {
    width: 90%;
    margin: 30px auto;
    display: flex;
    gap: 20px;
}

.features-workright {
    width: 50%;
}

.features-work p {
    font-family: "Quicksand", sans-serif;
    font-weight: 700;
    font-size: 38px;
    color: #1E1E1E;
    margin: 10px 0px;
}

.green-lines {
    width: 50%;
}


.work-features p {
    font-family: "Poppins", sans-serif;
    font-weight: 400 !important;
    font-size: 14px !important;
    color: #4D4D4D;
}

.work-left {
    width: 50%;
}

.work-left img {
    width: 40%;
}

.line-3 {
    height: 50px;
    width: 2px;
}

/* ==================== */
.MCQ {
    width: 90%;
    margin: 0px auto;
    /* text-align: center; */
}

.cards-mcq {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.mcq-card {
    width: 21%;
    padding: 10px;
    border-radius: 20px;
    border: 1px solid #F2F2FF;
}

.mcq-card:hover {
    background-color: #FFFFFF;
    box-shadow: 0px 15px 35px 0px #0B075433;
}

.mcq-specific {
    width: 100%;
}

.mcq-card p {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #0B0D39;
    margin: 0px;
}

.mcq-details {
    font-family: "Poppins", sans-serif;
    font-weight: 400 !important;
    font-size: 13px !important;
    color: #6D6E88;
}

.MCQ h2 {
    font-family: "Quicksand", sans-serif;
    font-weight: 700;
    font-size: 38px;
    color: #1E1E1E;
}

.join {
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 18px;
    width: 90%;
    margin: 0px auto;
    color: #4E5566;
    margin-top: 20px !important;
    padding-top: 10px;
}

.doctor-bio {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 30px;
    margin-top: 30px;
    display: flex;
    gap: 20px;
    align-items: center;
}

.left-bio {
    width: 35%;
}

.left-bio img {
    width: 100%;
}

.right-bio {
    width: 62%;
}

.right-bio h3 {
    font-family: "Quicksand", sans-serif;
    font-weight: 700;
    font-size: 34px;
    color: #1E1E1E;
}

.right-bio p {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #1E1E1E;
    margin-top: 10px;
}

.doctor-name h3 {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 30px;
    color: #FF9100;
    margin: 0px !important;
}

.academy p {
    color: #FFFFFF !important;
}

.doctor-name p {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 17px;
    color: #505050 !important;
    margin-top: 0px !important;
}

/* =============================================== */
.special-main-content {
    width: 100%;
    margin: 0px auto;
    display: flex;
    gap: 50px;
    align-items: center;
    margin-top: 40px;
}

.special-left {
    width: 40%;
}

.special-left img {
    width: 100%;
}


.special-right {
    width: 50%;
}

.text-success {
    color: #28a745 !important;
    font-family: "Poppins", sans-serif !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    margin-bottom: 16px !important;
    margin-top: 0px !important;
}

.fw-bold {
    font-family: "Inter", sans-serif !important;
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 8px;
}

.text-muted {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #515457;
    margin-bottom: 8px;
}

.special-right p {
    margin-top: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 15px;
}

.syllabus-container {
    background-color: #f0f8ff;
    border-radius: 8px;
    padding: 30px;
    margin-top: 15px;
}

.row {
    display: flex;
    gap: 10px;
}

.row ul {
    padding-left: 0px !important;
}

.syllabus-container {
    margin: 0px !important;
}

.row ul li {
    list-style-type: none;
    display: flex;
    margin: 7px 0px;
    gap: 5px;
    align-items: start;
}

.row li img {
    margin-top: 4px !important;
}

.text-green ul li img {
    width: 2%;
}

.syllabus-container h5 {
    font-weight: 700;
    font-size: 20px;
    margin: 0px !important;
}

.prepare {
    margin-top: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 15px;
}

.custom-width option {
    width: 350px;
    border: none;
}

.outline-success {
    border-radius: 50px;
    font-size: 16px;
    padding: 13px 30px;
    box-shadow: 0px 2px 4px #68df84af;
    display: flex;
    align-items: center;
    width: fit-content;
    color: #198754;
    font-weight: 600;
}

.outline-success:hover {
    background-color: #68df84af;
    color: #FFFFFF;
}

.courses_mianss {
    width: 90%;
    margin: 0px auto;
}

.courses_mianss p {
    margin: 10px 0px !important;
}

.mains_sections_bottoms {
    width: 91%;
    margin: 0px auto;
}

.exam-cards .owl-nav {
    position: absolute;
    right: 70px;
    bottom: 338px !important;
}

.exam-cards .owl-nav .owl-prev {
    background-color: #FFFFFF !important;
    padding: 10px 20px !important;
    border-radius: 25px !important;
    color: #0B0D39 !important;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 16px;
    border: 1px solid #DCDCE3 !important;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.exam-cards .owl-nav .owl-next {
    background-color: #0B0D39;
    padding: 10px 20px !important;
    border-radius: 25px !important;
    color: #0B0D39 !important;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 16px;
    border: 1px solid #DCDCE3 !important;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.exam-cards .owl-nav .owl-prev:hover,
.exam-cards .owl-nav .owl-next:hover {
    background-color: #0B0D39 !important;
    color: #FFFFFF !important;
}

.form-regis-b {
    top: 0px !important;
}

.form-background {
    position: relative;
}

.text-messages {
    height: 50px;
    align-items: flex-start;
}

.contact-in {
    width: 25%;
}

.mains-tcam {
    width: 91%;
    margin: 20px auto;
}

.tcam-content {
    text-align: center;
}

.tcam-content p {
    font-size: 20px;
    align-items: center;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: #4E5566;
}

.tcam-content h3 {
    font-size: 34px;
    text-align: center;
    font-family: "Quicksand", sans-serif;
    font-weight: 700;
    margin: 15px 0px;
    margin-bottom: 10px;
}

.tcams-first {
    display: flex;
    gap: 10px;
    width: 96%;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #F8F9F4;
    border-radius: 20px;
    position: relative;
    padding: 20px;
}

.tcam-lefts {
    width: 45%;
}

.tcam-right {
    width: 55%;
}

.rights-features {
    width: 100% !important;
}

.tcam-mains_parts {
    width: 91%;
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin: 0px auto;
}

.new-rights {
    width: 55% !important;
}

.new-lefts {
    width: 45% !important;
}

.tecam-images img {
    width: 80%;
    margin: 10px auto;
    display: flex;
}

.others-p p {
    font-size: 15px !important;
    margin: 5px 0px;
}

.tcam-heads {
    padding-bottom: 10px;
    border-bottom: 1px solid #D5D6CF;
}

.others-p span {
    background-color: #1CDDDA;
    width: 9px;
    height: 9px;
    border-radius: 50px;
    border: 2px solid black;
    box-shadow: 0px 3px 6px 0px #00000029;

}

.tcams-dha {
    display: flex;
    gap: 10px;
    align-items: center;
}

.tcam-dha-content {
    display: flex;
    flex-direction: column;
    gap: 0px;
}

.tcam-dha-content h2 {
    font-size: 20px;
    font-weight: 600;
    margin: 0px;
    color: #0B0D39;
}

.tcam-dha-content span {
    font-size: 15px;
    font-weight: 600;
    color: #2D2D84;
}

.mains_ana-tcam {
    display: flex;
    gap: 16px;
    align-items: center;
    padding: 16px 20px;
    background-color: #FFFFFF;
    border-radius: 15px;
    border: 1px solid #DBDBFF;
    margin: 10px 0px;
    margin-bottom: 25px;
}

.mains_tcam-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 16px 20px;
    background-color: #FFFFFF;
    border-radius: 15px;
    border: 1px solid #DBDBFF;
    margin: 10px 0px;
    margin-bottom: 25px !important;
    position: relative;
    padding-bottom: 45px;
    margin-top: -130px !important;
    width: 80%;
    margin: 0px auto;
}

.tcam-second {
    background-color: #F2F2FF !important;
}

.mains_tcam-bottom h3 {
    font-size: 22px !important;
    font-weight: 600 !important;
    margin: 0px;
    color: #0B0D39 !important;
}

.mains_tcam-bottom p {
    font-size: 18px;
    margin: 5px 0px;
    text-align: center;
    font-weight: 500;
    color: #1D222C;
}

.enrolls_tcam {
    background-color: #72CCCB;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    padding-left: 18px;
    position: absolute;
    left: 32%;
    bottom: -28px;
    font-size: 17px;
    gap: 10px;
    width: fit-content;
    border-radius: 30px;
}

.tcam-seconds {
    padding-bottom: 130px !important;
}

.enrolls_tcam img {
    width: 40px;
}

.tcam_last {
    margin-bottom: 25px;
}

.mains-ticks {
    display: flex !important;
    align-items: baseline;
    gap: 5px;
}

.main_drafreen-details h3 {
    font-family: "Quicksand", sans-serif;
    font-weight: 650;
    font-size: 29px;
    color: #1E1E1E;
    margin: 12px 0px;
}

.main_drafreen-details p {
    color: blue;
    font-family: "Quicksand", sans-serif;
    font-weight: 600;
    font-size: 18px;
    margin: 0px;
    line-height: 27px;
}

.mains-points .start-plan p {
    font-size: 16px;
    margin: 2px 0px;
}

.main_drafreen-details {
    width: 60%;
    margin-bottom: 20px !important;
}

.about_drafreen {
    border: 4px solid #FB9F9E;
    width: 95%;
    padding: 10px 25px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.about_drafreen-img {
    width: 40%;
}

.about_drafreen-img img {
    width: 100%;
    border-radius: 10px;
}

.mains_research_section {
    margin-top: 40px !important;
}

.aboutcourses {
    color: #4E5566;
    font-family: "poppins", sans-serif;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    line-height: 32px;
    margin-top: 0px;
}

.research_content h2 {
    font-size: 20px;
    font-weight: 600;
    margin: 8px 0;
    margin-bottom: 0 !important;
}

.para-contents p {
    font-size: 13px;
}

.exam-names {
    height: 320px;
    width: 255px;
}

#owl-carousel-research .owl-nav {
    position: absolute;
    top: -80px;
    right: 70px;
}

.mains_tries {
    background-color: #F5FFF3;
    padding: 10px 0px;
    padding-bottom: 25px;
}

.mains_what_for {
    display: flex;
    gap: 0px;
    margin: 40px 0px;
    align-items: center;
    border: 7px solid #FB9F9E;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0px 5px 20px 0px #0000001A;
}

.for_left_image img {
    width: 90%;
    margin: 0px auto;
}

.rights_updates h2 {
    font-size: 36px;
    font-weight: 500;
    margin: 0px;
}

.consults p strong {
    font-size: 14px;
}

.tcam-seconding {
    background-color: #FFFFFF !important;
}

.hers {
    text-align: center;
    font-size: 22px;
    margin: 2px 0px;
    font-weight: 550;
}

.extensive_ones {
    display: flex;
    gap: 10px;
}

.extensions_sections {
    display: flex;
    gap: 10px;
    position: relative;
    margin: 20px 0px;
}

.re-span span {
    background-color: #2D2D84;
    width: 12px;
    height: 12px;
    border-radius: 50px;
    border: none !important;
    box-shadow: 0px 3px 6px 0px #00000029;
}

.re-span p {
    font-size: 16px !important;
    font-weight: 500 !important;
}

.extensive_left img {
    width: 200px;
}

.extensive_content p {
    font-size: 12.5px;
}

.extensive_right img {
    width: 200px;
}

.groupsarrows {
    position: absolute;
    right: -20px;
    top: 71.5%;
}

.groupsarrows img {
    width: 100px;
}

.extensive {
    position: relative;
}

.mains_contents_webinar {
    width: 90%;
    margin: 0px auto;
}

.webs_left h2 {
    font-size: 36px;
    font-weight: 600;
    font-family: "Quicksand", sans-serif;
    margin: 5px 0px;
}

.webs_left {
    width: 48%;
}

.webs {
    width: 100%;
    display: flex;
    gap: 25px;
}

.web_right {
    width: 52%;
}

.aboutcoursing {
    color: #4E5566;
    font-family: "poppins", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 27px;
    margin: 6px 0px;
    margin-top: 0px;
}

.web_right h2 {
    font-size: 22px;
    color: #0B0D39;
    font-weight: 600;
    margin: 10px 0px;
}

.web_cards p {
    width: 95%;
    background-color: #FFFFFF;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 500;
    color: #888888;
    margin: 10px 0px;
    padding: 16px 18px;
}

.webs_dates p {
    width: 88%;
    background-color: #FFFFFF;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 500;
    color: #888888;
    margin: 10px 0px;
    padding: 15px 18px;
}

.web-forms {
    background-color: #E6FFFF;
    box-shadow: 0px 10px 25px 0px #00667D1A;
    padding: 18px 20px;
    border-radius: 20px;
}

.web-des {
    background-color: #FFFFFF;
    padding: 15px;
    border-radius: 20px;
    margin: 15px 0px;
}

.web-des span {
    color: #2D2D84;
    font-size: 14px;
    font-weight: 600;
}

.web-des p {
    color: #2D2D84;
    font-size: 14px;
    margin: 4px 0px;
    font-weight: 400;
}

.regs_web label {
    font-size: 18px;
    font-weight: 550;
    margin: 10px 0px;
    color: #4E5566;
}

.regs_web span {
    color: #F55251;
    font-size: 17px;
    font-weight: 500;
}

.web-forms h3 {
    font-size: 24px;
    font-weight: 600;
    margin: 5px 0px;
    margin-bottom: 10px;
}

.webs_dates label {
    font-size: 18px;
    font-weight: 550;
    margin: 10px 0px;
    color: #4E5566;
}

.web_cards label {
    font-size: 18px;
    font-weight: 550;
    margin: 10px 0px;
    color: #4E5566;
}

.webinars {
    display: flex;
    gap: 10px;
}

.webs_dates {
    width: 50%;
}

.payments {
    display: flex;
    justify-content: space-between;
    margin: 20px 0px;
    align-items: center;
    background-color: #BFFFCE;
    padding: 12px 15px;
    padding-left: 20px;
    border-radius: 50px;
}

.pay-price {
    display: flex;
    gap: 10px;
    align-items: center;
}

.pay-price span {
    font-size: 25px;
    font-weight: 700;
}

.pay-price p {
    font-size: 17px;
    font-weight: 600;
    color: #07AA2D;
    margin: 0px;
}

.pays {
    background-color: #07AA2D;
    box-shadow: 0px 3px 6px 0px #00000029;
    color: #FFFFFF;
    font-size: 17px;
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.web-sub {
    background-color: #F5FFF3 !important;
    width: 100% !important;
    border-radius: 0px !important;
    margin: 0px !important;
    padding: 0px !important;
    padding: 20px 0px;
}

.how-to-subscribe-lefts {
    width: 50% !important;
    padding: 40px 10px 50px 10px;
}

.how-to-subscribe-rights {
    width: 50% !important;
    padding: 40px 40px 50px 0px;
}

.how-left-imge img {
    width: 90%;
    margin: 0px auto;
    align-items: center;
    justify-content: center;
    display: flex;
}

.web-how {
    color: #1E1E1E;
    font-size: 34px;
    font-weight: 650;
    font-family: "Quicksand", sans-serif;
    margin: 0px;
}

.main-faq-section h2 {
    font-size: 28px;
    font-weight: 600;
    color: #0B0D39;
    margin: 10px 0px;
    margin-bottom: 0px;
    margin-top: 25px;
    font-family: "poppins", sans-serif;
}

.main_workshop {
    display: flex;
    width: 92%;
    margin: 40px auto;
    gap: 20px;
    border: 8px solid #FB9F9E;
    box-shadow: 0px 5px 20px 0px #0000001A;
    border-radius: 20px;
    padding: 30px;
}

.faq-questions {
    margin: 20px 55px;
}

.workshop_left {
    width: 50%;
}

.webs {
    margin-bottom: 20px;
}

.workshop_right {
    width: 50%;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.workshop_right h3 {
    color: #1E1E1E;
    font-size: 36px;
    text-align: center;
    font-weight: 650;
    font-family: "Quicksand", sans-serif;
    margin: 0px;
}

.workshop_right span {
    color: #F24F4D;
    font-size: 17px;
    font-weight: 500;
    justify-content: center;
    display: flex;
    text-align: center;
}

.aboutcoursings {
    color: #4E5566;
    font-family: "poppins", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 27px;
    margin: 6px 0px;
    margin-top: 0px;
    text-align: center;
}

.image_workshop {
    width: 100%;
}

.image_workshop img {
    width: 100%;
}

.reg-workshop {
    font-size: 16px;
    color: #FFFFFF;
    box-shadow: 0px 2px 4px 0px #0000001A;
    background-color: #A1B4FF;
    padding: 12px 40px;
    border-radius: 0px 20px 20px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: fit-content;
    margin-top: 25px;
}

.reg-workshop img {
    width: 30px;
}

.plans_gpexams {
    display: flex;
    gap: 2px;
    align-items: baseline;
    margin: 8px 0px;
}

.news-weninars h2 {
    color: #1E1E1E;
    font-size: 36px !important;
    font-weight: 650;
    font-family: "Quicksand", sans-serif;
    margin: 0px;
}

.news-webinars h2 {
    font-size: 24px;
    color: #0B0D39;
    font-weight: 7000;
    margin: 10px 0px;
    font-family: "poppins", sans-serif;
}

.about_dr {
    padding-bottom: 55px !important;
}

.cv-images {
    width: 100%;
}

.cv-images img {
    width: 100%;
}

.cv-heads {
    font-weight: 600 !important;
    font-family: 'Poppins', sans-serif !important;
}

.cv-questions {
    background-color: #F8F8FF;
    border-radius: 10px;
}

.cv-questions.open {
    box-shadow: 0px 0px 6px 0px #0000001A;
    border: 1px solid #F8F8FF;
}

.prometric_answers.open {
    box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1);
    border: 1px solid #F8F8FF;
    border-top: none !important;
}

.exam-naming {
    height: 370px;
    width: 260px;
}

.para-contenting p {
    font-size: 14px;
    margin: 5px 0px;
}

.cv-building-srvices {
    margin-top: 40px;
}

.servicre_cvcontent h3 {
    font-size: 20px;
    margin: 0px;
    color: #0B0D39;
    font-weight: 600;
}

.servicre_cvcontent p {
    font-size: 15px;
    font-weight: 500;
    margin: 0px;
    color: #6D6E88;
}

.cvservices_cards {
    width: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    flex-direction: column;
    text-align: center;
}

.cv_services {
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin: 25px auto;
    position: relative;
}

.main_cv_buildings {
    position: relative;
}

.cv_performance {
    position: absolute;
    top: 160px;
    left: 310px;
}

.cv_performance img {
    width: 220px;
}

.lefts_cvs img {
    left: 80%;
}

.right_cvs img {
    position: absolute;
    width: 240px;
    top: 140px;
    right: 280px;
}

.cv_gets_now {
    display: flex;
    gap: 10px;
    border-radius: 45px;
    border: 8px solid #FB9F9E;
    box-shadow: 0px 5px 20px 0px #0000001A;
    width: 100%;
}

.cvgets_left {
    width: 50%;
}

.cvgets_left img {
    width: 100%;
    margin-bottom: -8px;
}

.cvgets_right {
    width: 50%;
    padding: 20px;
}

.cvgets_right p {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #4E5566;
}

.cv_get_started_now {
    margin-top: 50px !important;
    width: 89%;
    margin: 0px auto;
}

.cvs_bg_image img {
    position: absolute;
    top: -200px;
    width: 410px;
}

.mains_webinars_lefts img {
    width: 90%;
    margin: 0px auto;
}

.connect-us button a {
    color: #FFFFFF !important;
}

.contents_updates h3 {
    font-family: "Quicksand", sans-serif;
    font-weight: 650;
    font-size: 34px;
    color: #1E1E1E;
    margin: 10px 0px;
    text-align: center;
}

.contents_updates h4 {
    font-family: "poppins", sans-serif;
    font-weight: 550;
    font-size: 28px;
    color: #1E1E1E;
    margin: 12px 0px;
}

.why_usmle {
    display: flex;
    gap: 10px;
    margin: 5px 0px;
}

.why_usmle span {
    width: 12px;
    height: 10px;
    background: #0B0D39;
    border-radius: 50px;
    margin-top: 6px;
}

.why_usmle p {
    margin: 0px;
    color: #4E5566;
    font-size: 16px;
    font-weight: 400;
}

.whys {
    background-color: #F2F2FF;
    padding: 10px 20px 135px 20px;
    border-radius: 20px;
    margin: 20px 0px;
}

.why_tcam h3 {
    margin: 0px !important;
}

.fmge_new {
    margin-top: 55px !important;
}

.dr_more {
    background-color: #72CCCB;
    color: #FFFFFF;
    border: 1px solid #72CCCB;
    padding: 12px 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 50px;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
    justify-content: center;
    transition: background-color 0.3s;
    font-family: "Open Sans", sans-serif;
    width: fit-content;
}

.whats_shoulds {
    font-size: 23px;
    font-weight: 550;
}

.crash_course_p p {
    margin: 8px 0px;
}

.mains_enrolls {
    background-color: #F2F2F2;
    border: 1px solid #D4DBEB;
    border-radius: 20px;
    margin-top: 10px !important;
    width: 90%;
    margin: 0px auto;
}

.mains_enrolls h3 {
    font-size: 26px;
    font-weight: 600;
    margin: 18px 12px;
    color: #0B0D39;
    text-align: center;
}

.why-unanai {
    background-color: #F8F9F4;
    padding: 15px 15px 0px 15px;
    width: 96%;
    gap: 10px;
    align-items: center;
    border-radius: 10px;
    display: flex;
    justify-content: center;
}

.img_prices img {
    width: 100%;
    height: 220px;
}

.error {
    color: red;
}

.follow-us {
    display: flex;
    align-items: center;
}

.follow-us a {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #FFFFFF;
}

.follow-us p {
    margin-bottom: 0px !important;
}

.drafreen-details {
    margin: 35px 55px
}

.doctor-detailsA {
    margin-bottom: 35px !important;
}

.us_updates {
    background-color: #f2f2f2;
    padding: 12px 20px;
    margin: 20px 0px;
    border-radius: 10px;
}

.smle_updates {
    background-color: #F5FFF3;
    padding: 12px 20px;
    margin: 20px 0px;
    border-radius: 10px;
}

.webinar-modal {
    display: none;
    position: fixed;
    z-index: 1119;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
}

.webinar-modal-content {
    background-color: #F3F4FF;
    margin: 4% auto;
    padding: 20px;
    border-radius: 8px;
    width: 90%;
    max-width: 500px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
.webinar-modal-content h2{
    margin: 10px 0px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 25px;
    color: #0B0D39;
}
.webinar-modal-content input {
    width: 100%;
    padding: 14px 10px;
    margin: 5px 0 15px 0px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    padding-left: 45px;
}

.webinar-modal-content label {
    font-weight: 500;
    font-size: 17px;
    color: #0B0D39;
}

.close-button {
    float: right;
    font-size: 24px;
    cursor: pointer;
}

.error {
    color: red;
    font-size: 14px;
    margin-top: -10px;
    margin-bottom: 5px;
}
.web_submit{
    background-color: #07AA2D;
    color: #FFFFFF;
    border-radius: 5px;
    padding: 17px 20px;
    border: none;
    margin: 10px 0px;
    font-size: 17px;
    width: 100%;
    cursor: pointer;
}
.form-group_new{
    position: relative;
}

.form-group_new img {
    position: absolute;
    left: 10px;
    top: 44px;
    width: 25px;
}
.webinar_modal_header{
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}
.results_tab_new {
    background-color: #FFFFFF;
    display: flex;
    width: fit-content;
    padding: 15px 40px 15px 20px;
    gap: 10px;
    border-radius: 15px;
    align-items: center;
    /*width: 300px;*/
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.tab_texts h3 {
    font-size: 26px;
    font-weight: 700;
    color: #484848;
    margin: 0px;
}

.tab_texts p {
    font-size: 16px;
    font-weight: 500;
    color: #8F95B2;
    margin: 0px;
}

.results_tab {
    display: flex;
    flex-wrap: wrap;
    width: 69%;
    margin: 10px auto;
    gap: 16px;
    position: absolute;
    bottom: 10%;
    left: 18%;
}
.mains_topics_bars{
    display: flex;
    gap: 20px;
    margin: 20px 0px;
    flex-wrap: wrap;
}

.customer-avatar {
    width: 50px;
    height: 50px;
    background-color: #72CCCB;
    color: white;
    border-radius: 50%;
    font-size: 20px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}
