/* Webinar Start Section with timer */
.conference-banner {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    min-height: 100vh;
    padding: 70px 0;
    margin: 0 0 70px 0;
}
.conference-banner .container {
    position: relative;
    z-index: 2;
    margin: 0 0 40px 0;
}
@media (max-width: 767px) {
    .conference-banner {
        min-height: auto;
        padding: 60px 0;
    }
}
.conference-banner .image-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.conference-banner .image-bg img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.conference-banner picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.conference-banner picture img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.conference-banner .banner-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    position: relative;
    z-index: 2;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    max-width: 540px;
}
@media (max-width: 767px) {
    .conference-banner .banner-content {
        max-width: 100%;
        padding: 0 20px;
    }
}
.conference-banner .banner-content .heading-box {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.conference-banner .banner-content .heading-box .pre-title {
    font-size: 26px;
    line-height: 34px;
    font-weight: 500;
    color: #fbe417;
    text-align: center;
}
@media (max-width: 767px) {
    .conference-banner .banner-content .heading-box .pre-title {
        font-size: 20px;
        line-height: 28px;
    }
}
.conference-banner .banner-content .heading-box .title {
    font-size: 42px;
    line-height: 54px;
    font-weight: 500;
    color: #fff;
    text-align: center;
}
@media (max-width: 767px) {
    .conference-banner .banner-content .heading-box .title {
        font-size: 24px;
        line-height: 32px;
    }
}
.conference-banner .banner-content .start-dates {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 240px;
    height: 38px;
    font-size: 17px;
    line-height: 1;
    font-weight: 500;
    color: #0069b4;
    background-color: #fff;
    border-radius: 8px;
    padding: 0px 10px;
}
@media (max-width: 767px) {
    .conference-banner .banner-content .start-dates {
        font-size: 15px;
        max-width: 210px;
        height: 36px;
    }
}
.conference-banner .start-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
.conference-banner .start-container .start-title {
    font-size: 17px;
    line-height: 22px;
    font-weight: 500;
    color: #d2d2d2;
}
@media (max-width: 767px) {
    .conference-banner .start-container .start-title {
        font-size: 15px;
        line-height: 22px;
    }
}
.conference-banner .start-container .countdown {
    display: flex;
    gap: 4px;
    align-items: flex-start;
}
.conference-banner .start-container .countdown > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 52px;
    height: 55px;
    background-color: #fff;
    border-radius: 8px;
    padding-top: 6px;
}
.conference-banner .start-container .countdown > div .num {
    font-size: 24px;
    line-height: 28px;
    height: 28px;
    font-weight: 700;
    color: #383c42;
}
.conference-banner .start-container .countdown > div .word {
    font-size: 12px;
    line-height: 12px;
    font-weight: 400;
    color: #676d79;
}
.conference-banner .banner-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 324px;
    height: 66px;
    margin: 0 auto;
    border-radius: 8px;
    background-color: #0069b4;
    border: 1px solid #0069b4;
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    padding: 0 20px;
}
.conference-banner .banner-button:hover {
    background-color: #fff;
    color: #0069b4;
}
@media (max-width: 767px) {
    .conference-banner .banner-button {
        font-size: 16px;
        line-height: 22px;
        max-width: 250px;
        height: 52px;
        padding: 0 10px;
    }
}

.conference-banner + .text-section {
    margin: 0 0 70px 0;
}
@media (max-width: 767px) {
    .conference-banner + .text-section {
        margin: 0 0 40px 0;
    }
}
/* End Webinar Start Section*/

/* Webinar Program Section */
.program-section {
    margin: 0 0 70px 0;
}
@media (max-width: 767px) {
    .program-section {
        background-color: rgba(0, 105, 180, 0.05);
        margin: 0 0 40px 0;
    }
}
.program-section .times-box {
    background-color: rgba(0, 105, 180, 0.05);
    padding: 50px 40px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}
@media (max-width: 767px) {
    .program-section .times-box {
        padding: 40px 0;
        gap: 15px;
        background-color: transparent;
    }
}
.program-section .heading-box .title {
    font-size: 28px;
    font-weight: 500;
    line-height: 1;
    color: #000;
    text-align: center;
}
.program-section .tabs-box {
    display: flex;
    gap: 25px;
}
@media (max-width: 767px) {
    .program-section .tabs-box {
        flex-direction: column;
    }
}
.program-section .nav {
    flex-direction: column;
    gap: 10px;
    width: 254px;
    flex: 0 0 254px;
    border-bottom: 0 !important;
}
@media (max-width: 767px) {
    .program-section .nav {
        flex-direction: row !important;
        width: 100% !important;
        flex: 0 0 100% !important;
        flex-wrap: nowrap !important;
    }
}
.program-section .nav .nav-link {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 20px 20px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.03);
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    color: #000;
    text-align: left;
    text-decoration: none;
    border: none;
}
@media (max-width: 767px) {
    .program-section .nav .nav-link {
        font-size: 13px;
        line-height: 18px;
        padding: 10px 10px;
    }
}
.program-section .nav .nav-link.active {
    background-color: #0069b4;
    color: #fff;
}
.program-section .nav .nav-link:hover {
    background-color: #0069b4;
    color: #fff;
}
.program-section .tab-content {
    flex: 1 1 auto;
}
.program-section .times-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.program-section .time-item {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 12px 25px;
    border-radius: 5px!important;
    background-color: #fff;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.03);
    box-sizing: border-box;
}
.program-section .time-item .time-item-heading {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.program-section .time-item .time-item-heading .time-item-time {
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    color: #0069b4;
}
.program-section .time-item .time-item-heading .time-item-title {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: #000;
}
.program-section .time-item .time-item-info {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.program-section .time-item .time-item-info .time-item-speaker {
    display: flex;
    align-items: center;
    gap: 10px;
}
.program-section
    .time-item
    .time-item-info
    .time-item-speaker
    .time-item-speaker-photo {
    position: relative;
    flex-shrink: 0;
    width: 55px;
    height: 59px;
    border-radius: 5px;
    overflow: hidden;
}
.program-section
    .time-item
    .time-item-info
    .time-item-speaker
    .time-item-speaker-photo
    img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    margin: 0 0;
}
.program-section
    .time-item
    .time-item-info
    .time-item-speaker
    .time-item-speaker-info {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.program-section
    .time-item
    .time-item-info
    .time-item-speaker
    .time-item-speaker-info
    .time-item-speaker-role {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #333;
}
.program-section
    .time-item
    .time-item-info
    .time-item-speaker
    .time-item-speaker-info
    .time-item-speaker-name {
    font-size: 15px;
    line-height: 19px;
    font-weight: 500;
    color: #333;
}
.program-section .time-item .time-item-info .description {
    font-size: 15px;
    line-height: 21px;
    font-weight: 400;
    color: #333;
}
.program-section .time-item {
    border-left: 5px solid var(--coloritem)!important;
}
.program-section .time-item.blue {
    border-left: 5px solid var(--coloritem)!important;
}
.program-section .time-item .time-item-heading .time-item-time {
    color: var(--coloritem)!important;
}
.program-section .time-item.blue .time-item-heading .time-item-time {
    color: var(--coloritem)!important;
}
.program-section .time-item.yellow {
    border-left: 5px solid var(--coloritem)!important;
}
.program-section .time-item.yellow .time-item-heading .time-item-time {
    color: var(--coloritem)!important;
}
/* End Webinar Program Styles */

/* Webinar Speaker Section */

.speakers-section {
    margin: 0 0 70px 0;
}
@media (max-width: 767px) {
    .speakers-section {
        margin: 0 0 40px 0;
    }
}
.speakers-section .container {
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.speakers-section .heading-box {
    display: flex;
    flex-direction: column;
}
.speakers-section .heading-box .title {
    font-size: 28px;
    font-weight: 500;
    line-height: 1;
    color: #000;
    text-align: center;
}
.speakers-section .speakers-blocklist {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}
@media (max-width: 767px) {
    .speakers-section .speakers-blocklist {
        grid-template-columns: repeat(1, 1fr);
    }
}
.speakers-section .speakers-blocklist .speaker-item {
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    padding: 16px;
    border-radius: 12px;
    background-color: #fff;
    border: 1px solid rgb(230, 231, 234);
}

@media (max-width: 767px) {
    .speakers-section .speakers-blocklist .speaker-item {
        flex-direction: column;
        width: 270px;
        flex: 0 0 270px;
        margin: 0 10px 0 0;
    }
}
.speakers-section .speakers-blocklist .speaker-item .speaker-item-inner {
    display: flex;
    flex-wrap: nowrap;
    gap: 16px;
}
.speakers-section .speakers-blocklist .speaker-item .speaker-image {
    position: relative;
    flex-shrink: 0;
    width: 111px;
    height: 111px;
    border-radius: 100%;
    overflow: hidden;
}
@media (max-width: 767px) {
    .speakers-section .speakers-blocklist .speaker-item .speaker-image {
        width: 80px;
        height: 80px;
    }
}
.speakers-section .speakers-blocklist .speaker-item .speaker-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.speakers-section .speakers-blocklist .speaker-item .speaker-header {
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.speakers-section .speakers-blocklist .speaker-item .speaker-name {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    color: #383c42;
}
.speakers-section .speakers-blocklist .speaker-item .speaker-subname {
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    color: #969ca6;
}
.speakers-section .speakers-blocklist .speaker-item .speaker-description {
    font-size: 15px;
    font-weight: 400;
    line-height: 19px;
    color: #333;
    max-height: 95px;
    overflow: hidden;

    &.expanded {
        max-height: max-content;
        height: auto;
    }
}
.speakers-section .speakers-blocklist .speaker-item .toggle-description {
    font-size: 15px;
    font-weight: 500;
    line-height: 19px;
    color: #383c42;
    text-decoration: none;
    transition: all 0.3s ease;
}
.speakers-section .speakers-blocklist .speaker-item .toggle-description:hover {
    color: #000;
}
.speakers-section .speakers-blocklist .speaker-item .speaker-data {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

/* End Speaker Section*/

/* Review Section */
.reviews-section {
    margin: 0 0 70px 0;
}
@media (max-width: 767px) {
    .reviews-section {
        margin: 0 0 40px 0;
    }
}
.reviews-section .container {
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.reviews-section .heading-box {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.reviews-section .heading-box .title {
    font-size: 24px;
    line-height: 36px;
    font-weight: 500;
    color: #383c42;
    text-align: left;
}
.reviews-section .horizontal-scroll {
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.reviews-section .reviews-blocklist {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    border-radius: 16px;
    overflow: hidden;
    /*

  @include sm{
      display: block;
      border-radius: 0;
      border: none;
  }

  */
}

.reviews-section .reviews-blocklist:before {
    content: "";
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 16px;
    border: 1px solid #e6e7ea;

}
@media (max-width: 767px) {
    .reviews-section .reviews-blocklist {
        overflow: visible;
    }
    .reviews-section .reviews-blocklist:before {
        display: none !important;
    }
}
.reviews-section .reviews-blocklist .review {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 16px 16px 20px 16px;
    flex: 0 0 25%;
    border-width: 0px 1px 1px 0px;
    border-style: solid;
    border-color: #e6e7ea;
    box-sizing: border-box;
    /*
              &:first-child{

                  border-radius: 16px 0 0 16px;
                  border-width: 1px 0 1px 1px;
                  border-style: solid;
                  border-color: #E6E7EA;

              }
                  */
}
.reviews-section .reviews-blocklist .review.pchide {
    display: none;
}
@media (max-width: 767px) {
    .reviews-section .reviews-blocklist .review.pchide {
        display: flex;
    }
}
@media (max-width: 767px) {
    .reviews-section .reviews-blocklist .review {
        width: 328px;
        flex: 0 0 328px;
        border-width: 0 1px 0 0;

    }
    .reviews-section .reviews-blocklist .review:last-child {
        border-width: 0 0 0 0 !important;
    }
}
/*
.reviews-section .reviews-blocklist .review:last-child {

    border-radius: 0 16px 16px 0;
    border-width: 0 0 0 0;
    border-style: solid;
    border-color: #e6e7ea;
}
*/
.reviews-section .reviews-blocklist .review .review-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.reviews-section .reviews-blocklist .review .review-head .author {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #383c42;
}
.reviews-section .reviews-blocklist .review .review-head .review-rating {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    width: 52px;
    height: 24px;
    border-radius: 48px;
    border: 1px solid #e6e7ea;
}
.reviews-section .reviews-blocklist .review .review-head .review-rating .star {
    width: 17px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg width='17' height='16' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_3790_146' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='1' y='1' width='14' height='13'%3E%3Cpath d='M7.52355 1.57493C7.80949 0.955034 8.69051 0.955034 8.97645 1.57493L10.3195 4.48674C10.4361 4.73939 10.6755 4.91334 10.9518 4.9461L14.1361 5.32365C14.814 5.40403 15.0863 6.24194 14.5851 6.70544L12.2308 8.88259C12.0266 9.07149 11.9351 9.35295 11.9893 9.62584L12.6143 12.771C12.7473 13.4406 12.0345 13.9584 11.4389 13.625L8.64075 12.0587C8.39797 11.9228 8.10203 11.9228 7.85925 12.0587L5.06115 13.625C4.46546 13.9584 3.75269 13.4406 3.88573 12.771L4.51067 9.62584C4.56489 9.35295 4.47344 9.07149 4.26917 8.88259L1.91491 6.70544C1.41371 6.24194 1.68597 5.40403 2.36388 5.32365L5.54821 4.9461C5.8245 4.91334 6.06393 4.73939 6.18047 4.48674L7.52355 1.57493Z' fill='%23E6E7EA'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_3790_146)'%3E%3Crect x='0.25' width='16' height='16' rx='0.8' fill='%23FBB346'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
}
.reviews-section
    .reviews-blocklist
    .review
    .review-head
    .review-rating
    .rating {
    font-size: 12px;
    line-height: 14px;
    font-weight: 500;
    color: #383c42;
}
.reviews-section .reviews-blocklist .review .review-body {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #383c42;
}
.reviews-section .reviews-blocklist .review .review-date {
    display: flex;
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    color: #676d79;
    position: relative;
    padding-left: 16px;
}
.reviews-section .reviews-blocklist .review .review-date:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 13px;
    height: 12px;
    background-image: url("data:image/svg+xml,%3Csvg width='13' height='12' viewBox='0 0 13 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='6.5' cy='6' r='4.5' stroke='%23969CA6' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.25 4L6.25 6.25L8.25 7' stroke='%23969CA6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
}
.reviews-section .reviews-btn {
    display: flex;
    justify-content: center;
    align-items: center;
}
.reviews-section .showMoreRewiews {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    width: 155px;
    max-width: 254px;
    height: 36px;
    border-radius: 8px;
    border: 1px solid #0069b4;
    background-color: #0069b4;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    padding: 0;
    margin: 25px auto 0;
    cursor: pointer;
    transition: all 0.3s ease;
}
.reviews-section .showMoreRewiews:hover {
    background-color: #fff;
    color: #0069b4;
}
.reviews-section .showMoreRewiews:hover svg path {
    stroke: #0069b4 !important;
}
.reviews-section .showMoreRewiews svg path {
    stroke: #fff !important;
}
/*End Review Section*/

/*Webinar Form Section*/

.form-conference-section {
    margin: 0 0 70px 0;
}
@media (max-width: 767px) {
    .form-conference-section {
        margin: 0 0 40px 0;
        background-color: rgba(0, 105, 180, 0.1);
    }
}
.form-conference-section .block-inner {
    border-radius: 20px;
    padding: 45px 0 15px 0;
    background-color: rgba(0, 105, 180, 0.1);
}
@media (max-width: 767px) {
    .form-conference-section .block-inner {
        display: flex;
        flex-direction: column;
        gap: 20px;
        padding: 40px 0 15px 0;
        background-color: transparent !important;
    }
    .form-conference-section .block-inner > * {
        padding: 0 0 !important;
    }
}
.form-conference-section .left-column {
    display: flex;
    align-items: center;
    justify-content: center;
}
.form-conference-section .link_rules {
    display: block;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    color: #333333;
    text-align: center;
    margin: 15px auto 0;
    text-decoration: underline;
}
.form-conference-section .form-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    max-width: 590px;
    margin: 0 auto;
}
.form-conference-section .form-text .heading-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.form-conference-section .form-text .block_title {
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    line-height: 1;
    color: #000;
}
.form-conference-section .form-text .block_subtitle {
    text-align: center;
    font-size: 26px;
    font-weight: 500;
    line-height: 1;
    color: #0069b4;
}
.form-conference-section .form-text .prices {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.form-conference-section .form-text .prices .old_price {
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    color: #646464;
    text-decoration: line-through;
    text-align: center;
}
.form-conference-section .form-text .prices .special_price {
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
    color: #dc3848;
    text-align: center;
}
.form-conference-section .form-text .prices .price_desc {
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    color: #dc3848;
    text-align: center;
    padding: 8px 18px;
    background-color: #fff;
    border-radius: 4px;
    border-left: 5px solid #dc3848;
    margin: 0 auto;
}
.form-conference-section .form-text .block_desc {
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 13px;
    line-height: 17px;
    color: #000;
}
.form-conference-section .form-text .block_desc em {
    color: #333;
}
.form-conference-section .form-text .block_desc > * {
    margin: 0;
}
.form-conference-section .form-text .social_list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0;
}
.form-conference-section .form-text .social_list a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    background-color: #fff;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.0392156863);
    border-radius: 8px;
}
.form-conference-section .form-text .social_list a#callBtn {
    background-color: #728bc0;
}
.form-conference-section .conference-form {
    background-color: #fff;
    border-radius: 20px;
    padding: 130px 70px;
}
@media (max-width: 767px) {
    .form-conference-section .conference-form {
        padding: 20px 30px;
    }
}

/*End Webinar Form Section*/

section.form-conference-section .block-inner {
    background: #0069b41a;
    padding-top: 45px;
    padding-bottom: 15px;
    border-radius: 20px;
    margin: 15px 0;
}

@media (max-width: 1199px) {
    section.program-section .program-blocklist {
        display: block;
    }
    section.program-section .program-blocklist .nav-tabs {
        flex-direction: row;

        justify-content: space-evenly;
    }
}

.speakers-blocklist .slick-slide {
    padding-right: 8px;
    box-sizing: border-box;
}

@media (max-width: 991px) {
    section.speakers-section .speaker-image {
        min-width: 80px;
        width: 80px;
        height: 80px;
    }
}

section.form-conference-section .form-text {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
}

form.conference-form .form-group input {
    width: 100%;
    height: 5.6rem;
    padding: 0 2rem;
    font-size: 1.5rem;
    line-height: 1;
    color: #545454;
    font-weight: 400;
    background: #ffffff !important;
    border: 1px solid #c3c3c3;
    border-radius: 0.8rem;
}

form.conference-form a.sendpay-button {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    padding: 16px 30px;
    background: #0069b4;
    border-radius: 8px;
    font-family: "Basis Grotesque Pro";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    display: flex;
    align-items: center;
    color: #ffffff;
}
form.conference-form a.sendpay-button:hover {
    color: #0069b4;
    background: #feea3b;
}
form.conference-form .form-group .error {
    color: #940000;
}
form.conference-form .form-group input.error {
    border: 1px solid #940000 !important;
}

form.conference-form .form-title {
    text-align: center;
    margin: 10px 0;
    font-family: "Basis Grotesque Pro";
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 34px;
    color: #000000;
}

section.form-conference-section .left-column {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (min-width: 991px) {
    .reviews-blocklist .pchide {
        display: none;
    }
    button.showMoreRewiews {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 8px 12px 8px 8px;
        margin: 8px auto;
        width: 155px;
        height: 36px;
        background: #0069b4;
        border: none;
        border-radius: 8px;
        color: #fff;
    }
}
