section.Assessment_title {
    /* background: var(--White, #FFF); */
    padding: 24px 0;
    text-align: center;
    background: url(../images/assessment/Assessment_Listing_Banner.png);
    background-size: cover;
}

section.Assessment_title h1 {
    /* color: var(--Theme-Blue-500, #3A58EF); */
    color: var(--White, #FFF);

/* Display lg / Bold */
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: -0.96px;
    margin-bottom: 12px;
}

section.Assessment_title h1 span {
    /* color: var(--Theme-Dark-Blue-800, #26244A); */
    color: var(--White, #FFF);
/* Display lg / Bold */
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: -0.96px;
    width: 100%;
    display: inline-block;
}

section.Assessment_title p {
    /* color: var(--Text-Grey-700, #344054); */
    color: var(--White, #FFF);
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 150% */
}

section.Assessment_title label {
    border-radius: 31px;
    background: var(--White, #FFF);
    padding: 4px 13px;
    color: var(--Theme-Blue-800, #182878);
    text-align: center;

/* Text xs/Semibold */
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px; /* 150% */
    margin-top: 12px;
}

section.Assessment_title p.No_credit_Text {
    color: var(--White, #FFF);
    text-align: center;

/* Text md/Medium */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
    margin-top: 4px;
}

section.Assessment_Tabs_Main .nav-pills {
    justify-content: center;
    margin-bottom: 32px;
}

section.Assessment_Tabs_Main .nav-pills li .nav-link {
    padding: 8px 24px;
    color: var(--Text-Grey-600, #475467);

/* Text md/Medium */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
    filter: grayscale(1);
}

section.Assessment_Tabs_Main .nav-pills li .nav-link.active {
    background: transparent;
    color: var(--Theme-Blue-500, #3A58EF);

/* Text md / Semibold */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
    position: relative;
    filter: grayscale(0);
}

section.Assessment_Tabs_Main .nav-pills li .nav-link svg {
    margin-right: 16px;
}

section.Assessment_Tabs_Main .nav-pills li .nav-link.active:after {
    content: '';
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.00) 0%, #3A58EF 26.44%, #3A58EF 50.48%, #3A58EF 75%, rgba(255, 255, 255, 0.00) 100%);
    width: 122px;
    height: 1px;
    display: inline-block;
    position: absolute;
    top: auto;
    right: 0;
    bottom: -4px;
    left: 0;
    margin: 0 auto;
    text-align: center;
}

section.Assessment_Tabs_Main {
    background: var(--White, #FFF);
    padding-bottom: 72px;
    padding-top: 72px;
}

section.Assessment_Tabs_Main .Search_Drop {
    margin-bottom: 32px;
}
section.Assessment_Tabs_Main .Search_Drop .hrader_search-inner .form-control{
    width: auto;
}
.Assessment_Box_Main {}

.Assessment_Box {
    border-radius: 8px;
    border: 1px solid var(--Text-Grey-200, #EAECF0);
    background: var(--White, #FFF);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 13px 12px;
    margin-bottom: 24px;
}

.Assessment_Box:last-child {
    margin-bottom: 0;  
 }

.Assessment_Box_Left h3 {
    overflow: hidden;
    color: var(--Text-Grey-700, #344054);
    text-overflow: ellipsis;

/* Text md/Bold */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 150% */
    margin-bottom: 12px;
}

.Assessment_Box_Left  p {
    color: var(--Text-Grey-500, #5D667B);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}

.Assessment_Box_Left p span {
    padding-right: 16px;
    margin-right: 16px;
}

.Assessment_Box_Left p span {
    border-right: 1px solid #D9D9D9;
}

.Assessment_Box_Left p span:last-child {
    border: 0;
}

.Assessment_Box_Right {

}

.Assessment_Box_Right_Btns {
    display: flex;
    align-items: center;
    gap: 16px;
}

.Assessment_Box_Right_Btns .Price_Btn {
    border-radius: 4px;
    background: var(--Theme-Blue-50, #EBEEFD);
    padding: 6px 12px;
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.Assessment_Box_Right_Btns .Assign_Btn {
    border-radius: 4px;
    border: 1px solid var(--Text-Grey-500, #5D667B);
    padding: 8px 14px;
    color: var(--Text-Grey-500, #5D667B);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}

.Assessment_Box_Right_Btns .View_Btn {
    border-radius: 4px;
    border: 1px solid var(--Theme-Blue-500, #3A58EF);
    padding: 8px 14px;
    color: var(--Theme-Blue-500, #3A58EF);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    display: flex
;
    align-items: center;
    gap: 8px;
}


.Assessment_Box_Right_Btns .View_Btn:hover {
    background: #3A58EF;
    color: #fff;
}

.Assessment_Box_Right_Btns .View_Btn:hover svg path {
    fill: #fff;
}

.Assessment_Box:hover {
    border-radius: 8px;
    border: 1px solid var(--Text-Grey-300, #D0D5DD);
    background: var(--White, #FFF);
}

/*.Assessment_Box:hover a.View_Btn {
    background: #3A58EF;
    color: #fff;
}*/

.Assessment_Box:hover a.View_Btn svg path {
    fill: #fff;
}

.Assessment_Box:hover a.Assign_Btn {
    border-radius: 4px;
    border: 1px solid var(--Theme-Blue-500, #3A58EF);
    color: var(--Theme-Blue-500, #3A58EF);

/* Text sm / Semibold */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 142.857% */
}

.Assessment_Box_Pagination {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.Assessment_Box_Pagination ul {
    display: flex;
    gap: 8px;
    align-items: center;
}

.Assessment_Box_Pagination ul li {list-style: none;}

.Assessment_Box_Pagination {
    margin-top: 36px;
}

.Assessment_Box_Pagination ul li a.Back_Btn {
    border-radius: 4px;
    border: 1px solid var(--Text-Grey-300, #D0D5DD);
    background: var(--White, #FFF);
    padding: 8px 12px;
    color: var(--Text-Grey-400, #98A2B3);

/* text/Text base */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    display: flex;
    align-items: center;
    gap: 4px;
}

.Assessment_Box_Pagination ul li a.Pager_Btn {
    border-radius: 4px;
    border: 1px solid var(--Text-Grey-300, #D0D5DD);
    background: var(--White, #FFF);
    color: var(--Text-Grey-700, #344054);

/* Text sm / Regular */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    padding: 8px 12px;
}

.Assessment_Box_Pagination ul li a.Pager_Btn.active {
    border-radius: 4px;
    background: var(--Theme-Blue-500, #3A58EF);
    color: var(--White, #FFF);

/* Text sm / Bold */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 142.857% */
}

.Assessment_Box_Pagination ul li a.Next_Btn {
    border-radius: 4px;
    border: 1px solid var(--Text-Grey-300, #D0D5DD);
    background: var(--White, #FFF);
    padding: 8px 12px;
    color: var(--Text-Grey-700, #344054);

/* Text sm / Regular */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    display: flex;
    align-items: center;
    gap: 4px;
}

.Assessment_Box_Pagination p {
    color: var(--Text-Grey-700, #344054);
    text-align: right;

/* text/Text base */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}

/* Support Section Styles */
.support_your_firm {
    background: url('../images/assessment/Want_To_Hire_Img.png');
    background-size: cover;
    background-position: center right;
    padding: 72px 0;
}
.support_your_firm a {
    border-radius: 4px;
    border: 1px solid var(--White, #FFF);
    padding: 12px 20px;
    color: var(--White, #FFF);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    display: inline-block;
    gap: 8px;
    max-width: 200px;
    background: none;
}
.support_your_firm a:hover {
    background: #fff;
    color: #3A58EF;
}

a.Schedule_Call_Btn:hover svg path {
    fill: #3A58EF;
}

.support_your_firm_Box {}

.support_your_firm h2 {
    color: var(--White, #FFF);
    text-align: center;

/* Webpage/Header 2 */
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 43.2px */
    letter-spacing: -0.72px;
    margin-bottom: 24px;
}

.support_your_firm p {
    margin-bottom: 24px;
    color: var(--White, #FFF);
    text-align: center;

/* Text lg/Regular */
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
}

.support_your_firm h3 {
    color: var(--White, #FFF);
    text-align: center;

/* Text lg / Bold */
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px; /* 155.556% */
    margin-bottom: 16px;
}
/* End Support Section Styles */



section.have_que {
    border-radius: 24px;
    background: var(--White,#fff);
    /* padding: 72px 0; */
}

section.have_que .Get_started_form .form-select {
    height: 50px
}

.have_que_inner {
    padding-top: 60px
}

.have_que .Get_started {
    background: 0 0;
    padding-bottom: 60px
}

.haveque-img {
    position: relative;
    display: flex;
    height: 100%;
    justify-content: center;
}

.haveque-img>img {
    position: relative;
    z-index: 9
}

.haveque-img img.img-fluid.Logo-Symbol {
    position: absolute;
    top: auto;
    z-index: 0;
    left: 50%;
    transform: translateX(-50%)
}

.have_que_inner h2 {
    color: var(--Theme-Dark-Blue-800,#26244a);
    margin-bottom: 4px
}
.have_que .Get_started form.Get_started_form {
    background: 0 0;
    border: none;
    padding: 0;
}
#lets_connect_submit{
    width: 151px;
    height: 46px;
}
.Get_started .form-floating>textarea.form-control {
    height: 120px;
}
.have_que_inner h3 {
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.72px;
    margin-bottom: 24px;
}
.asterisk {
    color: red;
}

.Get_started .form-floating>label:not(.Get_started.form-floating > textarea + label) {
    padding: .7rem .75rem;
    font-size: 14px;
    color: grey;
    display: flex;
    align-items: center;
}
.Get_started .form-floating > textarea + label {
    height: auto;
}

 /* Related Blogs - Start */
   .Must_Read_Blogs {
      padding: 72px 0px 72px 0px;
      background: var(--White, #FFF);
   }

   .Must_Read_Blogs .blogs_main .headings.text-center h2 {
      color: var(--Theme-Dark-Blue-800, #26244A);
      text-align: center;
      font-size: 36px;
      font-weight: 700;
      line-height: 120%;
      letter-spacing: -0.72px;
      margin-bottom: 40px;
   }

   .Insightful_Box {
      border-radius: 8px;
      background: #FFF;
      padding: 16px;
      height: 100%;
      border: 1px solid var(--Text-Grey-200, #EAECF0);
      background: #FFF;
   }

   .Insightful_Box img {
      width: 100%;
   }

   .view_all_blog {
      margin-top: 40px;
   }

   .Insightful_Box h4 {
      overflow: hidden;
      color: var(--Text-Grey-800, #1D2939);
      font-style: normal;
      font-weight: 700;
      line-height: 130%;
      height: 52px;
      margin-top: 18px;
      margin-bottom: 8px;
        height: auto;
   }

   .Insightful_Box h6 {
      color: var(--Text-Grey-400, #98A2B3);
      font-size: 12px;
      font-style: normal;
      font-weight: 400;
      line-height: 18px;
      margin-bottom: 15px;
   }

   .Insightful_Box h6 .blog_author {
      max-height: 20px;
      width: auto;
   }

   .Insightful_Box p {
      color: var(--Text-Grey-500, #5D667B);
      font-style: normal;
      font-weight: 400;
      line-height: 24px;
      /* height: 75px; */
      /* overflow: hidden; */
   }

   .Insightful_img {
      max-height: 240px;
      overflow: hidden;
      border-radius: 8px;
   }

   .Insightful_Box a img:hover {
      transform: scale(1.1);
   }

   .Insightful_Box a img {
      border-radius: 8px;
      transition: 0.3s;
   }

   .Insightful_Box a img {
      border-radius: 8px;
   }

   .Insightful_Main {}

.Insightful_Main a.View_All_Btn {
    border-radius: 4px;
    background: var(--Theme-Blue-500, #3A58EF);

/* Shadow/xs */
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 20px;
    color: var(--White, #FFF);

/* Text md / Semibold */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
    gap: 8px;
    max-width: 135px;
    margin: 0 auto;
    margin-top: 40px;
}

.assigning_modal .modal-content {
    border-radius: 8px;
    background: var(--White, #FFF);
    padding: 24px 24px 36px;
}

.assigning_modal .modal-content .modal-header {padding: 0;}

.assigning_modal .modal-content .modal-body {
    padding: 0;
}

.assigning_modal .modal-content .modal-footer {
    padding: 0;
    border: 0;
    justify-content: center;
    gap: 24px;
}

.assigning_modal .modal-content .modal-body h3 {
    color: var(--Text-Grey-700, #344054);
    text-align: center;

/* Display xs / Semibold */
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px; /* 133.333% */
    margin-bottom: 24px;
}

.assigning_modal .modal-content .modal-footer a {
    padding: 10px 18px;
    margin: 0;
    border-radius: 4px;
    background: var(--Theme-Blue-500, #3A58EF);

/* Shadow/xs */
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    color: var(--White, #FFF);

/* Text md / Semibold */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}


.External_User_Form {
    max-height: 215px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.External_User_Form a {
    display: inline-block;
}




.User_Blocks {
    border-top: 1px solid var(--Text-Grey-200, #EAECF0);
    background: var(--White, #FFF);
    box-shadow: 0 -10px 14px 0 rgba(0, 0, 0, 0.04);
    padding: 24px;
}

.External_User  .modal-header {
    padding: 24px;
}

.External_User  .modal-body {
    padding: 0;
}

.External_User  .External_User_Form {
    padding: 0px 24px 0;
}

.External_User  .modal-footer {
    border: 0;
    padding: 0 24px 24px;
    justify-content: space-between;
    gap: 24px;
}

.External_User .modal-footer a.Cancel_Btn {
    border-radius: 4px;
    border: 1px solid var(--Theme-Blue-500, #3A58EF);
    padding: 10px 18px;
    color: var(--Theme-Blue-500, #3A58EF);

/* Text md / Semibold */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
    text-align: center;
}

.External_User .modal-footer a {
    width: 48%;
    margin: 0;
}

.External_User .modal-footer a.Payment_Btn {
    border-radius: 4px;
    background: var(--Theme-Blue-500, #3A58EF);

/* Shadow/xs */
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    padding: 10px 18px;
    color: var(--White, #FFF);

/* Text md / Semibold */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
    text-align: center;
    border: 1px solid #3A58EF;
}

.User_Blocks .User_Blocks_Box {
    border-radius: 4px;
    border: 1px solid var(--Text-Grey-300, #D0D5DD);
    background: var(--Text-Grey-50, #F9FAFB);
    padding: 10px;
}

.User_Blocks .User_Blocks_Box label {
    color: var(--Text-Grey-700, #344054);

/* Text xs / Regular */
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 150% */
    margin-bottom: 5px;
}

.User_Blocks .User_Blocks_Box  h3 {
    color: var(--Text-Grey-600, #475467);

/* Text md / Semibold */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
}


.User_Blocks .User_Blocks_Box h3 sub {
    color: var(--Text-Grey-500, #5D667B);

/* Text xs / Regular */
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 150% */
    bottom: 0;
}

.User_Blocks .User_Blocks_Box.User_Blocks_Box_Last {
    border-radius: 4px;
    border: 1px solid var(--Text-Grey-300, #D0D5DD);
    background: var(--Theme-Blue-50, #EBEEFD);
}





.Card_Details .modal-title {
    color: var(--Text-Grey-800, #1D2939);
    font-family: Inter;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 39px */
    margin-bottom: 24px;
}

.Card_Details .modal-header {
    padding: 0;
    display: none;
}



.Card_Details .modal-body {
    padding: 24px;
}



.Card_Details .modal-body h3 {
    color: var(--Text-Grey-600, #475467);

/* Text lg / Semibold */
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px; /* 155.556% */
    margin-bottom: 16px;
}

.Card_Details_Form .Pos_Rel {
    position: relative;
}

.Card_Details_Form .Pos_Rel svg {
    position: absolute;
    top: 15px;
    right: 15px;
}

.Card_Details_Form span.input-group-text {
    background: transparent;
    border-right: 0;
}

.input-group.floating_group .form-floating .form-control {
    border-left: 0;
}

.input-group.floating_group .form-floating {
    border-left: 0;
}

.input-group.floating_group {}

.Card_Details  .modal-footer {
    display: none;
}

.Card_Details_Form a.Add_Btn {
    border-radius: 4px;
    background: var(--Theme-Blue-500, #3A58EF);

/* Shadow/xs */
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    padding: 15px 14px;
    color: var(--White, #FFF);

/* Text md / Semibold */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-top: 24px;
}

.Card_Details_Form {}




.Card_Details_Form .Select_Card_Main {}

.Card_Details_Form .Select_Card_Main .form-check {
    border-radius: 8px;
    border: 1px solid var(--Text-Grey-200, #EAECF0);
    padding: 10px;
    margin-bottom: 16px;
    display: flex;
    align-items: self-start;
    gap: 10px;
}

.Card_Details_Form a.Add_New_Card {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
}

.Card_Details_Form a.Add_New_Card span {
    color: var(--Theme-Blue-500, #3A58EF);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 142.857% */
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.Card_Details_Form label.form-check-label {
    color: var(--Text-Grey-500, #5D667B);

/* Text sm / Regular */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    width: 100%;
}

.Select_Card_Details {}

.Select_Card_Details h3.Card_Num {
    color: var(--Text-Grey-600, #475467);

/* Text sm / Semibold */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 142.857% */
    margin-bottom: 10px;
}

.Card_Details_Text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.Card_Details_Text p {
    color: var(--Text-Grey-600, #475467);

/* Text xs/Medium */
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px; /* 150% */
}

.Card_Details_Form .Select_Card_Main .form-check-input {
    position: relative;
    margin: 0;
}

.Card_Details_Form .Select_Card_Main .form-check-input:checked[type=radio] {}




.Payment_Modal .modal-content {
    background-image: url(../images/assessment/Payment_Modal_Img.svg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.Payment_Modal .modal-header {
    position: absolute;
    right: 0;
    z-index: 9;
}

.Payment_Modal .modal-body {
    background-image: url(../images/assessment/Payment_Modal_Bg.svg);
    background-repeat: no-repeat;
    background-position: center;
    padding: 32px;
    text-align: center;
}

.Payment_Modal .modal-body h3 {
    color: var(--Text-Grey-900, #101828);
    text-align: center;

/* Webpage/Header 3 */
    font-family: Inter;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 33.8px */
    padding: 16px;
}

.Payment_Modal .modal-body p {
    color: var(--Text-Grey-700, #344054);
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

.Payment_Modal .modal-body a.Add_Btn {
    margin-top: 30px;
}



.Assessments_List_Main {}

.Assessments_List_Main .accordion-button {
    background: var(--Theme-Purple-50, #F3F1FD);
    display: flex;
    justify-content: space-between;
    position: relative;
    padding: 16px 45px 16px 16px;
    align-items: center;
}

.Assessments_List_Main .accordion-button h3 {
    color: var(--Text-Grey-500, #5D667B);

/* Text xl / Semibold */
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px; /* 150% */
}

.Assessments_List_Main .accordion-button p {
    border-radius: 4px;
    background: var(--Warning-Yellow-50, #FFFAEB);
    padding: 4px 8px;
    float: right;
    text-align: right;
    color: var(--Text-Grey-900, #101828);

/* Text sm / Regular */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    margin: 0;
}

.Assessments_List_Main .accordion-button:after {
    position: absolute;
    right: 16px;
    top: 21px;
}

.Assessments_List_Main .accordion-body {
    padding: 16px 0 0;
    border: 0;
    border-radius: 16px 16px;
}

.Assessments_List_Main .accordion-body table thead tr th {
    background: var(--Theme-Purple-50, #F3F1FD);
    color: var(--Text-Grey-800, #1D2939);

/* Text xs/Semibold */
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px; /* 150% */
}

.Assessments_List_Main .accordion-body table tbody tr td {
    color: var(--Text-Grey-700, #344054);

/* Text sm / Regular */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}

.Assessments_List_Main .accordion-body table.table {
    margin-bottom: 0;
    /* border: 0; */
    /* box-shadow: none; */
}

.table-responsive {
    border-radius: 0 0 16px;
}

.Assessments_List_Main .accordion-body table tbody tr:last-child td {
    border: 0;
}

.Assignment_Main {
    padding: 24px 0;
}

.Assignment_Main h3 {
    color: var(--Text-Grey-500, #5D667B);

/* Text xl / Semibold */
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px; /* 150% */
    margin-bottom: 16px;
}

.Assignment_Tabs {
    position: relative;
}

.Assignment_Tabs p {
    border-radius: 4px;
    background: var(--Warning-Yellow-50, #FFFAEB);
    padding: 4px 8px;
    color: var(--Text-Grey-900, #101828);

/* Text sm / Regular */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    position: absolute;
    right: 0;
    top: 0;
}

.Assignment_Search_Filter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 16px;
    margin-bottom: 16px;
}

.Assignment_Box {}

.Assignment_Box .table-responsive {
    border-radius: 4px;
    border: 1px solid var(--Text-Grey-200, #EAECF0);
}

.Assignment_Box .table-responsive table thead tr th {
    background: var(--Theme-Purple-50, #F3F1FD);
    color: var(--Text-Grey-800, #1D2939);

/* Text xs/Semibold */
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px; /* 150% */
}

.Assignment_Box .table-responsive table tbody tr td {
    color: var(--Text-Grey-700, #344054);

/* Text sm / Regular */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}

.Assignment_Box .table-responsive table .form-check {}

.Assignment_Box .table-responsive table .form-check input.form-check-input {
    min-width: 16px;
    min-height: 16px;
}

.Assignment_Box .table-responsive table ul {}

.Assignment_Box .table-responsive table ul li {list-style: none;display: inline-block;border-radius: 4px;background: var(--Text-Grey-100, #F2F4F7);padding: 6px 8px;color: var(--Text-Grey-700, #344054);

/* Text sm / Regular */font-family: Inter;font-size: 14px;font-style: normal;font-weight: 400;line-height: 20px; /* 142.857% */}

.Assignment_Box .table-responsive table ul li:last-child {
    border-radius: 4px;
    border: 1px solid var(--Theme-Purple-200, #B8B0F5);
    background: var(--Theme-Purple-50, #F3F1FD);
}

.Assignment_Box .table-responsive table  a.Assign_Btn {
    border-radius: 4px;
    background: var(--Theme-Blue-500, #3A58EF);
    padding: 4px 8px;
    color: var(--White, #FFF);

/* Text sm / Semibold */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 142.857% */
    display: inline-block;
}

.Assignment_Box .table-responsive table.table {
    margin-bottom: 0;
}

.Assignment_Box .table-responsive table tbody tr:last-child td {
    border-bottom: 0;
}

.Assignment_Box_Bottom {
    display: flex;
    justify-content: space-between;
    padding: 18px 10px;
}

.Assignment_Box_Bottom .Courses_Box {
    display: flex;
    align-items: center;
    gap: 11px;
}

.Assignment_Box_Bottom .Courses_Box select.form-select {
    height: auto;
    min-height: 45px;
    max-height: 45px;
    min-width: 45px;
    max-width: 85px;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    --bs-form-select-bg-img: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e);
    --bs-form-select-bg-img: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e);
    --bs-form-select-bg-img: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e);
    background-size: 16px 12px;
    background-repeat: no-repeat;
    background-position: right .75rem center;
}

.Assignment_Box_Bottom .Pagination_Btns {
    display: flex;
    align-items: center;
}

.Assignment_Box_Bottom .Pagination_Btns ul li {
    list-style: none;
    display: inline-block;
}

.Assignment_Box_Bottom .Courses_Box span {
    color: var(--Text-Grey-800, #1D2939);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
}

.Assignment_Box_Bottom .Courses_Box label {
    color: var(--Text-Grey-500, #5D667B);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

.Filters_Btns a {
    border-radius: 8px;
    border: 1px solid var(--Text-Grey-200, #EAECF0);
    background: #FFF;
    padding: 8px 16px;
}

.Filters_Btns {
    display: flex;
    align-items: center;
    gap: 16px;
}

.Filters_Btns a.Reset_Filter_Btn {
    color: var(--Text-Grey-500, #5D667B);

/* Text md/Medium */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
    display: flex;
    gap: 8px;
    align-items: center;
}

.Filters_Btns a.Refresh_Filter_Btn {
    padding: 8px;
}

.Assignment_Box_Bottom .Pagination_Btns ul li a {
    border-radius: 8px;
    border: 1px solid var(--Text-Grey-200, #EAECF0);
    background: #FFF;
    padding: 8px;
}

.Assignment_Box_Bottom .Pagination_Btns ul li a.First_Page_Btn {
    border-radius: 8px;
    border: 1px solid var(--Text-Grey-400, #98A2B3);
    background: #FFF;
    padding: 8px 12px;
    overflow: hidden;
    color: var(--Text-Grey-800, #1D2939);
    text-align: center;
    text-overflow: ellipsis;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
}

.Assignment_Footet_Btns {
    display: flex;
    justify-content: end;
    gap: 16px;
}

.Assignment_Footet_Btns a.Add_New_Card {
    border-radius: 4px;
    border: 1px solid var(--Theme-Blue-500, #3A58EF);
    padding: 10px 16px;
    color: var(--Theme-Blue-500, #3A58EF);

/* Text sm / Semibold */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 142.857% */
}

.Assignment_Footet_Btns a.Add_Btn {
    border-radius: 4px;
    background: var(--Theme-Blue-500, #3A58EF);

/* Shadow/xs */
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    padding: 10px 16px;
    color: var(--White, #FFF);

/* Text sm / Semibold */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 142.857% */
}

.Assignment_Search_Filter form.d-flex {
    position: relative;
}

.Assignment_Search_Filter form.d-flex .form-control {
    position: relative;
    color: var(--Text-Grey-300, #D0D5DD);

/* Text md / Regular */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    padding: 10px 16px;
}

.Assignment_Search_Filter form.d-flex button.btn.btn-search {
    position: absolute;
    top: 10px;
    right: 16px;
    padding: 0;
}

section.Assessment_Tabs_Main .nav-pills li .nav-link:after {
    content: '';
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.00) 0%, #3A58EF 26.44%, #3A58EF 50.48%, #3A58EF 75%, rgba(255, 255, 255, 0.00) 100%);
    width: 122px;
    height: 1px;
    display: inline-block;
    position: absolute;
    top: auto;
    right: 0;
    bottom: -4px;
    left: 0;
    margin: 0 auto;
    text-align: center;
    display: none;
}

section.Assessment_Tabs_Main .nav-pills li .nav-link:hover:after {
    content: '';
    display: block;
}

section.Assessment_Tabs_Main .nav-pills li .nav-link:hover {
    color: var(--Text-Grey-700, #344054);

/* Text md/Medium */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
}

section.Assessment_Tabs_Main .nav-pills li .nav-link:hover svg path {
    stroke: var(--Text-Grey-700, #344054);
}


/* Explore_Pricing - start */

section.Explore_Pricing {
    background: var(--Theme-Blue-50, #EBEEFD);
    padding: 72px 0;
}

section.Explore_Pricing h2 {
    color: var(--Theme-Dark-Blue-800, #26244A);
    text-align: center;
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px; /* 133.333% */
    letter-spacing: -0.72px;
    margin-bottom: 48px;
}

section.Explore_Pricing h2 span {
        color: var(--Theme-Blue-500, #3A58EF);
        font-family: Inter;
        font-size: 36px;
        font-style: normal;
        font-weight: 700;
        line-height: 48px;
        letter-spacing: -0.72px;
    }

.Explore_Pricing_Box {
    border-radius: 16px;
    border: 1px solid var(--Text-Grey-200, #EAECF0);
    background: var(--White, #FFF);
    padding: 24px;
}

.Explore_Pricing_Box h4 {
    color: var(--Text-Grey-700, #344054);

/* Text xl / Bold */
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; /* 150% */
    margin-bottom: 16px;
}

.Explore_Pricing_Box label {
    border-radius: 500px;
    background: var(--Theme-Blue-300, #758AF4);
    padding: 4px 12px;
    color: var(--White, #FFF);

/* Text xs/Medium */
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px; /* 150% */
    margin-bottom: 4px;
}

.Explore_Pricing_Box h3 {
    letter-spacing: -0.96px;
    color: var(--Theme-Blue-500, #3A58EF);
    font-family: Inter;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px;
    margin-top: 70px;
}

.Explore_Pricing_Box h3 sub {
    bottom: 0;
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
}

.Explore_Pricing_Box p {
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.Explore_Pricing_Box_Bottom {
    border-top: 1px solid var(--Text-Grey-200, #EAECF0);
    margin-top: 16px;
    padding-top: 16px;
    margin-bottom: 42px;
}

section.Explore_Pricing {
    background: var(--Theme-Blue-50, #EBEEFD);
    padding: 72px 0;
}

section.Explore_Pricing h2 {
    color: var(--Theme-Dark-Blue-800, #26244A);
    text-align: center;
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px; /* 133.333% */
    letter-spacing: -0.72px;
    margin-bottom: 48px;
}

.Explore_Pricing_Box {
    border-radius: 16px;
    border: 1px solid var(--Text-Grey-200, #EAECF0);
    background: var(--White, #FFF);
    padding: 24px;
    height: 100%;
}

.Explore_Pricing_Box h4 {
    color: var(--Text-Grey-700, #344054);

/* Text xl / Bold */
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; /* 150% */
    margin-bottom: 16px;
}

.Explore_Pricing_Box label {
    border-radius: 500px;
    background: var(--Theme-Blue-300, #758AF4);
    padding: 4px 12px;
    color: var(--White, #FFF);

/* Text xs/Medium */
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px; /* 150% */
    margin-bottom: 4px;
}

.Explore_Pricing_Box h3 {

}

.Explore_Pricing_Box h3 sub {

}

.Explore_Pricing_Box_Bottom {
    border-top: 1px solid var(--Text-Grey-200, #EAECF0);
    margin-top: 16px;
    padding-top: 16px;
}

.Explore_Pricing_Box_Bottom ul li {
    list-style: none;
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: inherit;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.Explore_Pricing_Box a.Sign_up_Btn {
    border-radius: 4px;
    background: var(--Theme-Blue-500, #3A58EF);

/* Shadow/xs */
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    padding: 12px 20px;
    color: var(--White, #FFF);

/* Text md / Semibold */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
    width: 100%;
    display: inline-block;
    text-align: center;
}



.Testimonials {
    padding: 72px 0px;
    background: var(--White, #FFF);
}

.Testimonials .slideBoxLeft h3.Heading_H3 {
    font-family: Inter;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #475467;
    margin-bottom: 30px;
    margin-top: 30px;
    min-height: 264px;
}

.Testimonials img.SlideBox_Test_Author_Img {
    min-width: 57px;
    margin-right: 16px
}

.Testimonials .slideBoxRgt {
    display: flex;
    align-items: center;
    justify-content: center
}

.Testimonials .slideBoxRgt .slideBoxRgt_Author_Img {
    min-width: 58px;
    margin-right: 16px;
    border-radius: 50%
}

.Testimonials .SlideBox_Test_Author h3 {
    font-family: Inter;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #26244A
}

.Testimonials .SlideBox_Test_Author p {
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #475467
}

.Testimonials h2 {
    font-family: Inter;
    font-size: 36px;
    font-weight: 700;
    line-height: 43.2px;
    letter-spacing: -.02em;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #26244A;
    margin-bottom: 40px
}

.Testimonials .center ul.slick-dots {
    bottom: -62px
}

.Testimonials .center .slick-dots li button {
    background: #D8DEFC;
    width: 22px;
    height: 8px;
    border-radius: 26px
}

.Testimonials .center .slick-dots li.slick-active button {
    background: #3A58EF
}

.Testimonials .slick-arrow:hover,.slick-arrow:focus {
    border: 0;
    outline: 0
}

.Testimonials .slick-arrow {
    width: 100%;
    background-color: #fff0;
    border: 0;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 0;
    height: 18px;
    position: absolute;
    right: 0;
    z-index: 99
}

.Testimonials .slick-prev {
    top: 0
}

.Testimonials .slick-next {
    bottom: 0;
    background-color: #fff
}

.Testimonials .slideBoxLeft {
    text-align: center
}

.Testimonials .slideBoxLeft h2 {
    font-family: Inter;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: normal;
    text-align: center;
    color: #344054;
    margin-top: 30px;
    margin-bottom: 16px
}
.Testimonials .center .slick-slide {
    padding: 0 15px;
    color: #e67e22;
    transform: scale(.8);
    filter: blur(3px);
}
.Testimonials .center .slick-slide.slick-current {
    transform: scale(1);
    filter: blur(0);
}
.Testimonials .center button.slick-prev:before {
    content: '';
    background-image: url(https://assets.my-cpe.com/entigrity-assets/custom/exam_prep/images/Arrow_Left.svg);
    width: 24px;
    height: 24px;
    display: inline-block;
}
.Testimonials .center button.slick-prev.slick-arrow {
    right: auto;
    position: absolute;
    left: 23%;
    top: 32%;
    background: #3a58ef;
    border-radius: 50%;
    z-index: 9;
}
.Testimonials .center button.slick-prev.slick-arrow {
    left: 17%;
    top: 50%;
}
.Testimonials .center .slick-arrow {
    width: 40px;
    height: 40px;
    background-size: 40px;
}
.Testimonials .center button.slick-next.slick-arrow {
    background: #3a58ef;
    border-radius: 50%;
}
.Testimonials .center button.slick-next:before {
    content: '';
    background-image: url(https://assets.my-cpe.com/entigrity-assets/custom/exam_prep/images/Arrow_Right.svg);
    width: 24px;
    height: 24px;
    display: inline-block;
}
.Testimonials .center .slick-next {
    right: 17%;
    top: 50%;
}
.Testimonials .slick-dots li button:before {
    display: none
}

.Testimonials .slideBoxRgt .slideBoxRgt_Author_Img {
    border-radius: 50%;
    max-height: 58px;
    max-width: 58px;
}




span.input-group-text li.nav-item.dropdown {list-style: none;}

span.input-group-text li.nav-item.dropdown a.nav-link.dropdown-toggle {
    padding: 0;
    border: 0;
    height: auto;
}

.form-floating.Pass_Div {
    position: relative;
}

.form-floating.Pass_Div svg {
    position: absolute;
    top: 5px;
    right: 10px;
}

.Password_must {
    border-radius: 8px;
    background: var(--Text-Grey-100, #F2F4F7);
    padding: 12px;
    margin-top: 16px;
}

.Password_must p {
    color: var(--Text-Grey-500, #5D667B);

/* Text sm / Regular */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: inherit; /* 142.857% */
    margin-bottom: 8px;
}

.Password_must ul {
    padding-left: 20px;
    padding-bottom: 0;
}

.Password_must ul li {
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: inherit; /* 166.667% */
}

a.Sign_Up_Btn {
    border-radius: 4px;
    background: var(--Theme-Blue-500, #3A58EF);

/* Shadow/xs */
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    padding: 10px 18px;
    width: 100%;
    color: var(--White, #FFF);

/* Text md / Semibold */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
    margin-top: 24px;
}

span.input-group-text li.nav-item.dropdown.Country a.nav-link.dropdown-toggle:hover {
    border: 0;
}

.Terms_Main_Box {
    margin-bottom: 32px;
}

.Terms_Main_Box h3 {
    color: var(--Text-Grey-800, #1D2939);

/* Text xl / Semibold */
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px; /* 150% */
    margin-bottom: 8px;
}

.Terms_Main_Box p {
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 171.429% */
    margin-bottom: 12px;
}

.Terms_Policies_Modal .modal-footer {
    padding: 0;
    justify-content: center;
    border: 0;
    margin-bottom: 32px;
    margin-top: 14px;
}

.Terms_Policies_Modal .modal-footer a.Accept_Btn {
    border-radius: 4px;
    background: var(--Text-Grey-400, #3A58EF);

/* Shadow/xs */
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    padding: 10px 16px;
    border: 0;
    color: var(--White, #FFF);

/* Text lg / Semibold */
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px; /* 155.556% */
    margin: 0;
    min-width: 200px;
}

.Terms_Policies_Modal  .modal-header {
    padding: 32px;
    padding-bottom: 32px;
}

.Terms_Policies_Modal .modal-body {
    padding: 0px 32px;
    padding-top: 0;
    position: relative;
}

.Terms_Policies_Modal .modal-header h1.modal-title {
    color: var(--Text-Grey-900, #101828);

/* Display sm / Semibold */
    font-family: Inter;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px; /* 126.667% */
}

.Terms_Main_Bottom {
    background: rgba(235, 238, 253, 0.75);
    backdrop-filter: blur(4px);
    padding: 10px;
    position: absolute;
    bottom: 0;
    width: calc(100% - 64px);
}

.Terms_Main_Bottom p {
    color: var(--Text-Grey-700, #344054);

/* Text sm / Regular */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
}

.Terms_Main_Bottom p a.Click_here_link {
    color: var(--Theme-Blue-500, #3A58EF);

/* Text sm / Regular */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.Terms_Main {
    max-height: 400px;
    overflow-y: scroll;
}



.Lets_get_Modal_Header_Left h1.modal-title {
    color: var(--Text-Grey-800, #1D2939);

/* Display xs / Semibold */
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px; /* 133.333% */
}

.Thank_You_Modal .modal-content {
    border-radius: 8px;
    background: var(--White, #FFF);
}


.Thank_You_Modal .modal-body {
    border-radius: 8px;
    padding: 32px;
    text-align: center;
    background: url(../images/assessment/Thank_You_Modal_Bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.Thank_You_Modal  .Thank_You_Main {
    background: url(../images/assessment/Thank_You_Bg_Img.png);
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
}

.Thank_You_Modal .modal-body .Thank_You_Main {}

.Thank_You_Modal .modal-body .Thank_You_Main p {
    color: var(--Text-Grey-700, #344054);
    text-align: center;

/* Text md/Medium */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
}

.Thank_You_Modal .modal-body .Thank_You_Main h1 {
    color: var(--Text-Grey-900, #101828);

/* Webpage/Header 3 */
    font-family: Inter;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 33.8px */
    padding: 16px 0;
}

.Page_Number_Txt{ display: none !important; }
.Assessment_Tabs_Main .bootstrap-select .dropdown-menu li a{ padding-left: 11px; }
.have_que_inner h3{ margin-bottom: 24px; }
.Insightful_Box {
        border-radius: 8px;
        background: #fff;
        padding: 16px;
        height: 100%
    }

    .Insightful_Box img {
        width: 100%
    }

    .view_all_blog {
        margin-top: 40px
    }

    .Insightful_Box h3 {
        overflow: hidden;
        color: var(--Text-Grey-800,#1d2939);
        font-style: normal;
        font-weight: 700;
        line-height: 130%;
        height: 52px;
        margin-top: 18px;
        margin-bottom: 8px;
        font-size: 20px
    }

    .Insightful_Box h4 {
        color: var(--Text-Grey-400,#98a2b3);
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 18px;
        margin-bottom: 15px
    }

    .Insightful_Box h4 .blog_author {
        max-height: 20px;
        width: auto
    }

    .Insightful_Box p {
        color: var(--Text-Grey-500,#5d667b);
        font-style: normal;
        font-weight: 400;
        line-height: 24px
    }

    .Insightful_img {
        max-height: 240px;
        overflow: hidden;
        border-radius: 8px
    }

    .Insightful_Box a img:hover {
        transform: scale(1.1)
    }

    .Insightful_Box a img {
        border-radius: 8px;
        transition: .3s
    }

    .Insightful_Box a img {
        border-radius: 8px
    }
    .hrader_search-inner .form-control{ color: #000 !important; }
    .free_signup_error, #terms_acceptance_error{
        font-size: 12px;
        color: rgba(var(--bs-danger-rgb),var(--bs-text-opacity))!important;
    }
    .terms_acceptance_label{
        font-size: 14px;
    }

    #assessment-free_signup-modal .eyeicn svg{
        top: 4px !important;
        right: 4px !important;
    }

#signup-terms-policy .gotobtm {
    border-radius: 4px;
    background: var(--Theme-Blue-50, #EBEEFD);
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    display: flex;
    height: 40px;
    padding: 10px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex: 1 0 0;
    color: var(--Theme-Blue-500, #3A58EF);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    border: none;
    min-width: 250px;
}


.signup_free_assement {
    border-radius: 16px;
    border: 1px solid var(--Text-Grey-200, #EAECF0);
    background: var(--White, #FFF);
    box-shadow: 0 1px 3px 0 rgba(16, 24, 40, 0.10), 0 1px 2px 0 rgba(16, 24, 40, 0.06);
    padding: 24px;
    height: 100%;
}
.signup_free_assement .Lets_get_Modal_Header_Left {
    margin-bottom: 24px;
}
span.lbl_Intermediate {
    padding: 4px 8px;
    border-radius: 28px;
    background: var(--Theme-Yellow-100, #D8DEFC);
    color: var(--Theme-Yellow-700, #283FB1);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: inline-block;
}
span.lbl_Basic,
span.lbl_Foundational, span.lbl_basic {
    padding: 4px 8px;
    border-radius: 28px;
    background: var(--Theme-Yellow-100, #FBEDC4);
    color: var(--Theme-Yellow-700, #BD9007);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: inline-block;
}
span.lbl_Advance,
span.lbl_Advanced {
    padding: 4px 8px;
    border-radius: 28px;
    background: var(--Theme-Yellow-100, #D1FADF);
    color: var(--Theme-Yellow-700, #027A48);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: inline-block;
}
.user_99_label span{
    color: var(--Theme-Blue-800, #182878);
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    padding: 4px 12px;
    display: inline-block;
    border-radius: 4px;
    background: var(--Theme-Blue-50, #EBEEFD);
}

.Explore_Pricing_Box_Bottom ul li span {
    color: var(--Theme-Blue-500, #3A58EF);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 9px;
}
#au_confirm_password_success{ font-size: 12px; }


section.Trending_Topics_Todays h2 {
    color: var(--Theme-Dark-Blue-800, #26244A);
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.72px;
    margin-bottom: 16px;
}

.Reports_Left h3 {
    color: var(--Theme-Dark-Blue-800, #26244A);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    margin-bottom: 16px;
}
.Reports_Left ul li {
    color: var(--Text-Grey-600, #475467);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 12px;
    list-style: none;
}
.Reports_Left ul li svg {
    margin-right: 2px;
}

a.Download_Report_Btn {
    border-radius: 4px;
    background: var(--Theme-Blue-500, #3A58EF);

/* Shadow/xs */
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    padding: 10px 18px;
    color: var(--White, #FFF);

/* Text md / Semibold */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
    margin-top: 24px;
    display: flex;
    align-items: center;
    justify-content: start;
    max-width: 197px;
    gap: 8px;
}


section.Trending_Topics_Todays.Sample_Report_Section {
    /* background: var(--Theme-Blue-50, #EBEEFD); */
    padding: 72px 0;
}


.Testimonials .SlideBox_Test_Author h3,.Testimonials h2 {
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #26244a;
    }

    .Testimonials .slideBoxLeft,.Testimonials h2 {
        text-align: center;
    }

    .Testimonials {
        padding: 72px 0;
        /* background: #ebeefd; */
    }

    .Testimonials .slideBoxLeft h3.Heading_H3 {
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #475467;
        color: var(--Text-Grey-600,#475467);
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        margin-bottom: 24px;
        text-align: left;
        margin-top: 8px;
    }

    .Testimonials img.SlideBox_Test_Author_Img {
        min-width: 57px;
        margin-right: 16px;
    }

    .Testimonials .slideBoxRgt,section.Accreditation_by .Support_img a {
        display: flex;
        align-items: center;
        justify-content: start;
    }

    .Testimonials .slideBoxRgt .slideBoxRgt_Author_Img {
        min-width: 58px;
        margin-right: 16px;
        border-radius: 50%;
    }

    .Testimonials .SlideBox_Test_Author h3 {
        text-align: left;
    }

    .Testimonials .SlideBox_Test_Author p {
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #475467;
    }

    .Testimonials h2 {
        font-family: Inter;
        font-size: 36px;
        font-weight: 700;
        line-height: 43.2px;
        letter-spacing: -.02em;
        margin-bottom: 40px;
    }

    .Testimonials .Center_Test ul.slick-dots,.Testimonials .Center_Test1 ul.slick-dots,.Testimonials.Shorts_Video .Center_Video ul.slick-dots {
        bottom: -62px;
    }

    .Testimonials .Center_Test .slick-dots li button,.Testimonials .Center_Test1 .slick-dots li button,.Testimonials.Shorts_Video .Center_Video .slick-dots li button {
        background: #d8defc;
        width: 22px;
        height: 8px;
        border-radius: 26px;
    }

    .Testimonials .Center_Test .slick-dots li.slick-active button,.Testimonials .Center_Test button.slick-next.slick-arrow,.Testimonials .Center_Test1 .slick-dots li.slick-active button,.Testimonials .Center_Test1 button.slick-next.slick-arrow,.Testimonials.Shorts_Video .Center_Video .slick-dots li.slick-active button,.Testimonials.Shorts_Video .Center_Video button.slick-next.slick-arrow,.about_us_slider_New_Home1 button.slick-next.slick-arrow {
        background: #3a58ef;
    }

    .Testimonials .slick-arrow:hover,.slick-arrow:focus {
        border: 0;
        outline: 0;
    }

    .Testimonials .slick-arrow {
        width: 100%;
        background-color: #fff0;
        border: 0;
        background-position: center;
        background-repeat: no-repeat;
        font-size: 0;
        height: 18px;
        position: absolute;
        right: 0;
        z-index: 99;
    }

    .Testimonials .slick-prev {
        top: 0;
    }

    .Testimonials .slick-next {
        bottom: 0;
        background-color: #fff;
    }

    .Testimonials .slideBoxLeft h2 {
        letter-spacing: normal;
        color: #344054;
        color: var(--Text-Grey-700,#344054);
        font-family: Inter;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 30px;
        margin-bottom: 0;
        text-align: left;
        margin-top: 24px;
    }

    .Testimonials .SlideBox_Test_Author h3,.Testimonials_Title h2 {
        color: var(--Theme-Dark-Blue-800,#26244a);
        font-style: normal;
        font-weight: 700;
        font-family: Inter;
    }

    .Testimonials .Center_Test .slick-slide,.Testimonials .Center_Test1 .slick-slide,.Testimonials.Shorts_Video .Center_Video .slick-slide {
        padding: 0 15px;
        color: #e67e22;
        transform: scale(1);
        filter: blur(0px);
    }

    .Testimonials .Center_Test .slick-slide.slick-current,.Testimonials .Center_Test1 .slick-slide.slick-current,.Testimonials.Shorts_Video .Center_Video .slick-slide.slick-current {
        transform: scale(1);
        filter: blur(0);
    }

    .Testimonials .Center_Test button.slick-next:before,.Testimonials .Center_Test button.slick-prev:before,.Testimonials .Center_Test1 button.slick-next:before,.Testimonials .Center_Test1 button.slick-prev:before,.Testimonials.Shorts_Video .Center_Video button.slick-next:before,.Testimonials.Shorts_Video .Center_Video button.slick-prev:before,.about_us_slider_New_Home1 button.slick-prev.slick-arrow:before {
        content: '';
    }

    .Testimonials .Center_Test button.slick-prev.slick-arrow,.Testimonials .Center_Test1 button.slick-prev.slick-arrow,.Testimonials.Shorts_Video .Center_Video button.slick-prev.slick-arrow,.about_us_slider_New_Home1 button.slick-prev.slick-arrow {
        position: absolute;
        background: #3a58ef;
        z-index: 9;
    }

    .Testimonials .Center_Test .slick-arrow,.Testimonials .Center_Test1 .slick-arrow,.Testimonials.Shorts_Video .Center_Video .slick-arrow,.about_us_slider_New_Home1 button.slick-arrow {
        width: 40px;
        height: 40px;
        background-size: 40px;
    }

    .Testimonials .Center_Test .slick-next,.Testimonials .Center_Test1 .slick-next,.Testimonials.Shorts_Video .Center_Video .slick-next,.about_us_slider_New_Home1 button.slick-prev {
        right: 17%;
        top: 50%;
    }

    #hear_it_from_our_subscribers,#learn_from_the_best_in_the_business,#trusted_by_top_professionals,#upcoming_webinars_and_virtual_events,.Testimonials .slick-dots li button:before {
        display: none;
    }

    .Testimonials .Center_Test button.slick-prev:before,.Testimonials .Center_Test1 button.slick-prev:before,.Testimonials.Shorts_Video .Center_Video button.slick-prev:before,.about_us_slider_New_Home1 button.slick-prev.slick-arrow:before {
        content: '';
        background-image: url(../images/new-home-151025/Arrow_Left.svg);
        width: 24px;
        height: 24px;
        display: inline-block;
    }

    .Testimonials .Center_Test button.slick-next:before,.Testimonials .Center_Test1 button.slick-next:before,.Testimonials.Shorts_Video .Center_Video button.slick-next:before,.about_us_slider_New_Home1 button.slick-next.slick-arrow:before {
        content: '';
        background-image: url(../images/new-home-151025/Arrow_Right.svg);
        width: 24px;
        height: 24px;
        display: inline-block;
    }

    .Testimonials .Center_Test button.slick-prev.slick-arrow,.Testimonials .Center_Test1 button.slick-prev.slick-arrow,.Testimonials.Shorts_Video .Center_Video button.slick-prev.slick-arrow,.about_us_slider_New_Home1 button.slick-prev.slick-arrow {
        left: auto;
        right: 56px;
        top: -19%;
        border-radius: 43px;
        border: 1px solid var(--Text-Grey-300,#d0d5dd);
        background: var(--White,#fff);
    }

    .Testimonials .Center_Test button.slick-next.slick-arrow,.Testimonials .Center_Test1 button.slick-next.slick-arrow,.Testimonials.Shorts_Video .Center_Video button.slick-next.slick-arrow,.about_us_slider_New_Home1 button.slick-next.slick-arrow {
        right: 0;
        top: -19%;
        border-radius: 43px;
        border: 1px solid var(--Text-Grey-300,#d0d5dd);
        background: var(--White,#fff);
    }

    .Testimonials .Center_Test1 button.slick-prev.slick-arrow,.about_us_slider_New_Home1 button.slick-prev.slick-arrow {
        left: -4%;
        top: 45%;
    }

    .Testimonials .Center_Test1 button.slick-next.slick-arrow,.about_us_slider_New_Home1 button.slick-next.slick-arrow {
        right: -4%;
        top: 45%;
    }

    .Testimonials_Title h2 {
        font-size: 36px;
        line-height: 120%;
        letter-spacing: -.72px;
        text-align: left;
    }

    .Testimonials_Title {
        margin-bottom: 48px;
    }

    .Testimonials .slideBox.Bg_Dark_Blue_800 {
        border-radius: 12px;
        border: 1px solid var(--Text-Grey-200,#eaecf0);
        background: var(--White,#fff);
        padding: 24px;
        transition: .4s ease-in-out;
        transform: translate(0,0);
    }

    .Testimonials .slideBox.Bg_Dark_Blue_800 .Rating_Top {
        display: flex;
        align-items: self-start;
        justify-content: space-between;
    }

    .Testimonials .SlideBox_Test_Author h3 {
        font-size: 16px;
        line-height: 24px;
    }

    .Testimonials .SlideBox_Test_Author p {
        color: var(--Text-Grey-600,#475467);
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
    }

    .News_Box_Content h6,.News_Box_Content p.Topic {
        margin-bottom: 4px;
        color: var(--Text-Light-Blue,#0b7bff);
        line-height: 150%;
        letter-spacing: 1.68px;
        text-transform: uppercase;
        font-style: normal;
        font-family: Inter,sans-serif;
        font-size: 14px;
        font-weight: 600;
    }

    .Testimonials .slideBox.Bg_Dark_Blue_800:hover {
        transition: .4s ease-in-out;
        transform: translate(0,-10px);
    }

    .New_Speakers .All_Speakers a.Speakers_Btn svg path,.Testimonials .slideBox.Bg_Dark_Blue_800:hover .Rating_Top_Right svg path {
        fill: #3A58EF;
    }


    
    section.Testimonials.Latest_News_Updates.Shorts_Video button.slick-next.slick-arrow,section.Testimonials.Latest_News_Updates.Shorts_Video button.slick-prev.slick-arrow {
        top: -9%;
    }

    .Upcoming_Webinars_Main .Testimonials {
        padding: 0;
    }

    
    .Testimonials .Center_Test button.slick-next.slick-arrow:hover,.Testimonials .Center_Test button.slick-prev.slick-arrow:hover,.Testimonials .Center_Test1 button.slick-next.slick-arrow:hover,.Testimonials .Center_Test1 button.slick-prev.slick-arrow:hover,.about_us_slider_New_Home1 button.slick-next.slick-arrow:hover,.about_us_slider_New_Home1 button.slick-prev.slick-arrow:hover,section.Testimonials.Latest_News_Updates.Shorts_Video button.slick-next.slick-arrow:hover,section.Testimonials.Latest_News_Updates.Shorts_Video button.slick-prev.slick-arrow:hover {
        border-radius: 43px;
        border: 1px solid var(--Text-Grey-500,#5d667b);
        background: var(--White,#fff);
    }

    .Testimonials .Center_Test button.slick-prev.slick-arrow:hover:before,.about_us_slider_New_Home1 button.slick-prev.slick-arrow:hover:before,section.Testimonials.Latest_News_Updates.Shorts_Video button.slick-prev.slick-arrow:hover:before {
        content: '';
        background-image: url(../images/new-home-151025/Hover_Arrow_Left.svg);
    }

    .Testimonials .Center_Test button.slick-next.slick-arrow:hover:before,.about_us_slider_New_Home1 button.slick-next.slick-arrow:hover:before,section.Testimonials.Latest_News_Updates.Shorts_Video button.slick-next.slick-arrow:hover:before {
        content: '';
        background-image: url(../images/new-home-151025/Hover_Arrow_Right.svg);
    }

    .Testimonials .Center_Test1 button.slick-prev.slick-arrow:hover:before {
        background: url(../images/new-home-151025/up_web_left_hover.svg);
    }

    .Testimonials .Center_Test1 button.slick-next.slick-arrow:hover:before {
        background: url(../images/new-home-151025/up_web_right_hover.svg);
    }

    section.Connect_with {
        /* background: var(--White, #FFF); */
        padding: 72px 0 72px 0;
        background: var(--Theme-Blue-50, #EBEEFD);
    }

    section.Connect_with h2 {
        color: var(--Theme-Dark-Blue-800,#26244a);
        text-align: center;
        font-family: Inter;
        font-size: 36px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
        letter-spacing: -.72px;
        margin-bottom: 48px;
    }

    
    .Connect_with_Main .Connect_with_Box {
        border-radius: 12px;
        border: 1px solid var(--Text-Grey-300,#d0d5dd);
        background: var(--White,#fff);
        padding: 14px;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 24px;
        min-height: 189px;
    }

    .Connect_with_Main .Connect_with_Box a.Schedule_Call_Btn {
        border-radius: 4px;
        border: 1px solid var(--Theme-Blue-500,#3a58ef);
        padding: 10px 18px;
        color: var(--Theme-Blue-500,#3a58ef);
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px;
        display: inline-block;
    }

    .Connect_with_Main .Connect_with_Box svg {
        min-height: 68px;
    }


    
	.Connect_with_Main .Connect_with_Box a.Schedule_Call_Btn {
		padding: 10px 28px;
	}

    .Assessment_Box:hover .Assessment_Box_Right_Btns a.View_Btn {
        background: var(--Theme-Blue-500, #3A58EF);
        color: #fff;
    }
   

    a.Signup_Link {
        border-radius: 4px;
        background: var(--Theme-Blue-500, #3A58EF);

    /* Shadow/xs */
        box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
        display: inline-block;
        color: var(--White, #FFF);

    /* Text md / Semibold */
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px; /* 150% */
        padding: 12px 20px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
        max-width: 155px;
        margin-top: 24px;
    }

    a.Signup_Link:hover {
        border-radius: 4px;
        background: var(--Theme-Blue-800, #182878);
        box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    }

    section.Trending_Topics_Todays.Sample_Report_Section .l_and_d_banner_btns a.Signup_Link {
        min-width: 310px;
        margin: 0;
        margin-top: 24px;
        background: var(--Theme-Blue-800, #182878);
        box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    }

    section.Trending_Topics_Todays.Sample_Report_Section .l_and_d_banner_btns {
        display: flex;
        align-items: start;
        gap: 24px;
    }

    .signup_free_assement a.Signup_Link {
        min-width: 100%;
        margin-top: 24px;
    }

    .signup_free_assement p.No_credit_Text {
        margin-bottom: 16px;
        color: var(--Text-Grey-600, #475467);
        text-align: center;
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
        margin-top: 4px;
    }

    
    
@media only screen and (max-width: 1366.51px) { 
    .Explore_Pricing_Box_Bottom {
        min-height: 296px;
    }

    .Testimonials .slideBoxLeft h2 {
        font-size: 19px;
    }

    .Testimonials .slideBoxLeft h3.Heading_H3 {
        font-size: 14px;
        line-height: 22px;
    }
}

@media only screen and (max-width: 1199.51px) {
    .Assignment_Box_Bottom {
        display: inline-block;
        justify-content: space-between;
        padding: 18px 10px;
        width: 100%;
    }
    .Assignment_Box_Bottom .Courses_Box {
        display: flex;
        align-items: center;
        gap: 11px;
        float: left;
        margin-right: 16px;
        margin-bottom: 16px;
    }

    .Filters_Btns {
        display: flex;
        align-items: center;
        gap: 16px;
        float: right;
    }

    .Assignment_Box_Bottom .Pagination_Btns {
        display: flex;
        align-items: center;
        float: left;
        width: 100%;
        justify-content: center;
    }

    .Assignment_Box_Bottom .Pagination_Btns ul li {
        list-style: none;
        display: inline-block;
        vertical-align: middle;
        margin-right: 12px;
    }

    .Assignment_Box_Bottom .Pagination_Btns ul li a {
        display: inline-block;
        vertical-align: middle;
    }
       .join_thousand.expired {
        top: 78px !important;
    }
        body:has(.join_thousand) section.Assessment_title {
        padding-top: 144px;
    }
    section.Assessment_title h1 {
        font-size: 36px;
        line-height: 40px;
        margin-bottom: 12px;
    }
    section.Assessment_title h1 span {
        font-size: 36px;
        line-height: 40px;
    }
    section.Assessment_Tabs_Main {
        padding-bottom: 32px;
        padding-top: 32px;
    }
    .hrader_search-inner .form-control {
        width: 100%;
        margin-bottom: 16px;
    } 
    .Assessment_Tabs_Main .Filter {
        margin-bottom: 16px;
    }
    .Assessment_Box {
        flex-wrap: wrap;
        gap: 8px;
    }
    section.Trending_Topics_Todays.Sample_Report_Section {
        padding: 32px 0;
    }
    section.Trending_Topics_Todays h2 {
        font-size: 24px;
    }
    a.Download_Report_Btn {
        display: inline-block;
        margin-bottom: 16px;
    }
    .Reports_Right img {
        width: 100%;
        margin-bottom: 16px;
    }
    section.Explore_Pricing {
        padding: 32px 0;
    }
    section.Explore_Pricing h2 {
        margin-bottom: 16px;
    }
    .Explore_Pricing_Box_Bottom ul li span {
        line-height: 28px;
    }
    .Explore_Pricing_Box_Bottom ul li svg {
        min-width: 21px;
    }
    .signup_free_assement {
        margin-top: 32px;
    }
    .Testimonials {
        padding: 12px 0px 72px 0px;
        background: var(--White, #FFF);
    }
    .haveque-img>img {
        display: none;
    }
    .have_que .Get_started {
        display: block;
    }
    .have_que_inner h2 {
        color: var(--Theme-Dark-Blue-800,#26244a);
        margin-bottom: 24px;
        font-size: 24px;
    }

    .Center_Test .slick-slide,.Center_Test1 .slick-slide,.New_Speakers .All_Speakers a.Speakers_Btn,.Testimonials.Shorts_Video .Center_Video .slick-slide {
		padding: 0;
	}

	.Center_Test button.slick-prev.slick-arrow,.Center_Test1 button.slick-prev.slick-arrow,.Testimonials.Shorts_Video .Center_Video button.slick-prev.slick-arrow {
		top: -14%;
		left: 8%;
	}

	.Center_Test button.slick-next.slick-arrow,.Center_Test1 button.slick-next.slick-arrow,.Testimonials.Shorts_Video .Center_Video button.slick-next.slick-arrow {
		right: 8%;
		top: -14%;
	}

	.slick-dotted.slick-slider {
		margin-bottom: 30px;
		margin-top: 30px;
	}

	section.Testimonials.Latest_News_Updates.Shorts_Video button.slick-next.slick-arrow,section.Testimonials.Latest_News_Updates.Shorts_Video button.slick-prev.slick-arrow {
		top: -6%;
	}

    
	.Testimonials .Center_Test button.slick-prev.slick-arrow,.Testimonials .Center_Test1 button.slick-prev.slick-arrow,.Testimonials.Shorts_Video .Center_Video button.slick-prev.slick-arrow {
		left: 30%;
		right: 0;
		top: -7%;
	}

	.Testimonials .Center_Test button.slick-next.slick-arrow,.Testimonials .Center_Test1 button.slick-next.slick-arrow,.Testimonials.Shorts_Video .Center_Video button.slick-next.slick-arrow {
		right: 30%;
		top: -7%;
	}

    .Testimonials,section.Connect_with,section.Qualification_Wise,section.Upcoming_Webinars,section.Why_Pay {
		padding-block: 32px;
	}

	.Testimonials_Title h2,section.Accreditation_by h2,section.Connect_with h2,section.Qualification_Wise h2,section.Upcoming_Webinars h2,section.Why_Pay .Why_Pay_Left h2 {
		font-size: 24px;
	}

    .Testimonials .Center_Test ul.slick-dots,.Testimonials .Center_Test1 ul.slick-dots,.Testimonials.Shorts_Video .Center_Video ul.slick-dots {
		bottom: -32px;
	}

    .Testimonials .Center_Test button.slick-prev.slick-arrow,.Testimonials .Center_Test1 button.slick-prev.slick-arrow {
		right: 50px;
		left: auto;
	}

	.Testimonials .Center_Test button.slick-next.slick-arrow,.Testimonials .Center_Test1 button.slick-next.slick-arrow,section.spleaker_grid.New_Speakers .about_us_slider_New_Home button.slick-next.slick-arrow {
		right: 0;
	}

    .Connect_with_Main .Connect_with_Box {
		margin-bottom: 16px;
	}

    .signup_free_assement {
        height: inherit;
    }

    section.Assessment_Tabs_Main .nav-pills {
        display: flex;
        white-space: nowrap;
        flex-wrap: nowrap;
        overflow-y: hidden;
        overflow-x: scroll;
        justify-content: start;
    }

    section.Assessment_Tabs_Main .Search_Drop .hrader_search-inner .form-control {
        width: 100%;
    }
}
