/* Hero Section - Redesigned */
.course-hero {
    padding: 30px 0;
    background: linear-gradient(135deg, #F0F4FF 0%, #E6F9F0 100%);
    position: relative;
}
.course-hero-container {
    display: flex;
    align-items: center;
    gap: 40px;
    padding: 0px 20px;
}
.course-hero-content {
    flex: 1;
    text-align: left;
}
.hero-video-container {
    flex: 1;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}
.hero-video {
    width: 100%;
    height: auto;
    display: block;
}
.course-breadcrumbs {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    color: var(--gray);
    font-size: 14px;
}
.course-breadcrumbs a {
    color: var(--gray);
    text-decoration: none;
    transition: all 0.3s ease;
}
.course-breadcrumbs a:hover {
    color: var(--primary);
}
.course-breadcrumbs i {
    margin: 0 8px;
    font-size: 12px;
}
.course-meta {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}
.course-meta-item {
    display: flex;
    align-items: center;
}
.course-meta-item i {
    color: var(--primary);
    margin-right: 8px;
    font-size: 16px;
}
.course-meta-item span {
    font-weight: 500;
    font-size: 14px;
}
.course-hero-buttons {
    display: flex;
    gap: 12px;
    margin-bottom: 25px;
}
.course-instructor {
    display: flex;
    align-items: center;
}
.instructor-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 15px;
}
.instructor-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.instructor-info h4 {
    font-size: 15px !important;
    font-weight: 600;
    margin-bottom: 3px;
}
.instructor-info p {
    font-size: 13px;
    color: var(--gray);
    margin: 0;
}
/* Sticky Sidebar */
.sticky-sidebar {
    position: sticky;
    top: 75px;
}
.pricing-toggle-container {
    display: flex;
    justify-content: center;
    margin: 5px 0px;
}
.pricing-toggle {
    display: flex;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid var(--light-gray);
}
.pricing-toggle-btn {
    padding: 8px 20px;
    background: white;
    border: none;
    cursor: pointer;
    font-weight: 500;
    transition: all 0.3s ease;
}
.pricing-toggle-btn.active {
    background: var(--primary);
    color: white;
}
.pricing-section{
    padding: 60px 0px;
    background: azure;
}
.pricing-card {
    background-color: white;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    padding: 20px;
    margin-bottom: 20px;
}
.pricing-card h3 {
    font-size: 20px;
    margin-bottom: 15px;
}
.pricing-card .price {
    font-size: 28px;
    font-weight: 700;
    display: flex;
    color: var(--primary);
    margin-bottom: 8px;
    flex-direction: row;
    align-items: center;
}
.pricing-card .price .actual-price {
    font-size: 16px;
    font-weight: 400;
    color: gray;
    text-decoration: line-through;
    margin-left: 8px;
}
.pricing-card .price .discount-price {
    color: blue;
}
.pricing-card .discount-badge {
    display: block;
    text-align: center;
    padding: 4px 8px;
    background-color: #FEE2E2;
    color: #DC2626;
    font-size: 13px;
    font-weight: 600;
    margin-left: 10px;
    border-radius: 4px;
    width: fit-content;
}
.pricing-features {
    margin-bottom: 20px;
}
.pricing-feature-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 12px;
    font-size: 14px;
}
.pricing-feature-item i {
    color: deepskyblu;
    margin-right: 8px;
    font-size: 16px;
    margin-top: 2px;
}
.pricing-feature-item span {
    font-weight: 500;
}
.pricing-card .btn {
    width: 100%;
}
.pricing-card .guarantee {
    display: flex;
    align-items: center;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid var(--light-gray);
    font-size: 13px;
    color: darkorange;
}
.pricing-card .guarantee i {
    color: var(--secondary);
    font-size: 20px;
    margin-right: 10px;
}
/*.lead-form {*/
/*    background-color: white;*/
/*    border-radius: 12px;*/
/*    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);*/
/*    padding: 20px;*/
/*}*/
/*.lead-form h3 {*/
/*    font-size: 20px;*/
/*    margin-bottom: 15px;*/
/*}*/
.lead-form{
    border: 1px solid deepskyblue;
}
.form-group {
    margin-bottom: 15px;
}
.form-control {
    width: 100%;
    padding: 10px 15px;
    border-radius: 6px;
    font-size: 14px;
    transition: all 0.3s ease;
}
.form-control:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 3px rgba(79, 70, 229, 0.2);
    outline: none;
}
/* Course Tabs Navigation */
.course-tabs-nav {
    background-color: white;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    position: sticky;
    top: 0;
    z-index: 2000;
}
.course-tabs-nav-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    border-bottom: 1px solid var(--light-gray);
}
.course-tab-btn {
    padding: 20px 10px;
    font-weight: 500;
    color: var(--gray);
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease;
    font-size: 14px;
}
.course-tab-btn:hover {
    color: var(--primary);
}
.course-tab-btn.active {
    color: var(--primary);
    font-weight: 600;
}
.course-tab-btn.active::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: var(--primary);
}
/* Course Content Section */
.course-content-section {
    padding: 60px 0;
}
.course-section-title {
    position: relative;
}
.course-section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 3px;
    background-color: var(--primary);
}
/*what you will learn*/
.learn-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0px 20px;
}
.learn-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 12px;
    font-size: 14px;
    border: 2px solid #aaeded;
    padding: 5px 10px;
    border-radius: 20px;
}
.learn-item i {
    color: deepskyblue;
    margin-right: 8px;
    margin-top: 2px;
    font-size: 16px;
}
/*course curriculum*/
.course-curriculum {
    margin-bottom: 40px;
}
.curriculum-accordion {
    border: 1px solid var(--light-gray);
    border-radius: 8px;
    overflow: hidden;
}
.accordion-item {
    border-bottom: 1px solid var(--light-gray);
}
.accordion-item:last-child {
    border-bottom: none;
}
.accordion-header {
    padding: 15px;
    background-color: #F9FAFB;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
}
.accordion-header:hover {
    background-color: #F3F4F6;
}
.accordion-header h4 {
    font-weight: 600;
    display: flex;
    font-size: 15px !important;
    align-items: center;
}
.accordion-header h4 i {
    margin-right: 12px;
    color: darkorange;
    font-size: 16px;
}
.accordion-header span {
    color: var(--gray);
    font-size: 13px;
}
.accordion-content {
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
}
.accordion-content.active {
    padding: 15px;
    max-height: 1000px;
}
.lecture-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #F3F4F6;
}
.lecture-item:last-child {
    border-bottom: none;
}
.lecture-info {
    display: flex;
    align-items: center;
}
.lecture-info i {
    color: var(--gray);
    margin-right: 12px;
    font-size: 16px;
}
.lecture-info h5 {
    font-weight: 500;
    font-size: 14px;
}
.lecture-duration {
    color: var(--gray);
    font-size: 13px;
}
.course-requirements {
    margin-bottom: 40px;
}
.requirements-list {
    list-style-type: none;
    list-style-position: inside;
    padding-left: 0px;
}
.requirements-list li {
    margin-bottom: 8px;
    color: var(--gray);
    font-size: 14px;
}
.requirements-list li i{
    margin-right: 10px;
    color: deepskyblue;
}
.course-description {
    margin-bottom: 40px;
}
.course-description p {
    margin-bottom: 15px;
    color: var(--gray);
    line-height: 1.7;
    font-size: 15px;
}
.course-instructor-details {
    margin-bottom: 40px;
}
.instructor-details {
    display: flex;
    gap: 30px;
    margin-top: 20px;
}
.instructor-details-avatar {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}
.instructor-details-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.instructor-stats {
    display: flex;
    gap: 20px;
    margin-bottom: 15px;
}
.instructor-stat-item h4 {
    font-size: 18px;
    color: var(--primary);
    margin-bottom: 3px;
}
.instructor-stat-item p {
    font-size: 13px;
    color: var(--gray);
    margin: 0;
}
.course-reviews {
    margin-bottom: 40px;
}
.course-reviews-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.course-reviews-rating {
    text-align: center;
}
.course-reviews-rating h3 {
    font-size: 36px;
    margin-bottom: 3px;
}
.course-reviews-stars {
    color: var(--accent);
    margin-bottom: 8px;
    font-size: 18px;
}
.course-reviews-count {
    color: var(--gray);
    font-size: 14px;
}
.course-reviews-progress {
    flex: 1;
    padding-left: 30px;
}
.progress-item {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}
.progress-label {
    width: 70px;
    font-size: 13px;
    color: var(--gray);
}
.progress-bar {
    flex: 1;
    height: 6px;
    background-color: var(--light-gray);
    border-radius: 3px;
    margin: 0 12px;
    overflow: hidden;
}
.progress-fill {
    height: 100%;
    background-color: var(--accent);
    border-radius: 3px;
}
.progress-percent {
    width: 35px;
    font-size: 13px;
    color: var(--gray);
}
/* Reviews Swiper */
.course-reviews-swiper {
    padding: 20px;
    background: azure;
}
.review-card {
    background-color: white;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
}
.review-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.review-author {
    display: grid;
    align-items: flex-start;
    grid-template-columns: 55px calc(100% - 55px);
}
.review-avatar {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 12px;
}
.review-avatar img {
    width: 45px;
    height: 45px;
    object-fit: cover;
}
.review-author-info h5 {
    font-size: 15px;
    margin-bottom: 3px;
}
.review-author-info p {
    font-size: 13px;
}
.review-rating {
    color: darkorange;
    font-size: 15px;
    margin-bottom: 15px;
}
.review-content p {
    color: var(--gray);
    line-height: 1.7;
    font-size: 14px;
}
/* PMP Exam Info Section */
.pmp-exam-info {
    background-color: #F9FAFB;
    border-radius: 10px;
    padding: 25px;
    margin-bottom: 40px;
}
.pmp-exam-info h3{
    margin-bottom: 30px;
}
.pmp-exam-details {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}
.pmp-exam-detail {
    background-color: white;
    border-radius: 8px;
    padding: 15px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.pmp-exam-detail h4 {
    font-size: 16px;
    margin-bottom: 8px;
}
.pmp-exam-detail p {
    color: var(--gray);
    font-size: 13px;
}
/* Clients Section */
.clients-section {
    padding: 60px 0;
    background-color: var(--light);
}
.clients-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
    align-items: center;
}
.client-logo {
    filter: grayscale(100%);
    opacity: 0.7;
    transition: all 0.3s ease;
    padding: 15px;
    background: white;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
}
.client-logo:hover {
    filter: grayscale(0);
    opacity: 1;
    transform: translateY(-3px);
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}
.client-logo img {
    max-width: 100%;
    max-height: 50px;
    width: auto;
}
/* Corporate Training Section */
.corporate-training {
    padding: 60px 20px;
    background: linear-gradient(135deg, #4F46E5 0%, #3730A3 100%);
    color: white;
}
.corporate-container {
    display: flex;
    gap: 40px;
    margin-top: 30px;
}
.corporate-content {
    flex: 1;
}
.corporate-image {
    width: 50%;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}
.corporate-image img {
    width: 100%;
    height: auto;
    display: block;
}
.corporate-feature {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
}
.corporate-feature h4{
    font-size: 15px;
}
.corporate-feature i {
    color: var(--accent);
    font-size: 20px;
    margin-right: 12px;
    margin-top: 2px;
}
/* PMI Partnership Section */
.pmi-partnership {
    padding: 60px 0;
    background-color: white;
}
.pmi-badge {
    width: 120px;
    margin: 0 auto 25px;
    display: block;
}
/* Comparison Table */
.comparison-section {
    padding: 60px 0;
    background-color: var(--light);
}
.comparison-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 3px 12px rgba(0,0,0,0.05);
}
.comparison-table th, 
.comparison-table td {
    padding: 12px 15px;
    text-align: left;
    border-bottom: 1px solid var(--light-gray);
    font-size: 14px;
}
.comparison-table th {
    color: coral;
    font-weight: 600;
}
.comparison-table tr:last-child td {
    border-bottom: none;
}
.comparison-table .feature {
    font-weight: 500;
}
.comparison-table .yes {
    color: var(--secondary);
    font-weight: 600;
}
.comparison-table .no {
    color: #EF4444;
}
/* Alumni Section */
.alumni-section {
    padding: 60px 0;
    background-color: white;
}
.alumni-card {
    background: white;
    border-radius: 10px;
    padding: 25px;
    box-shadow: 0 3px 15px rgba(0,0,0,0.05);
    margin-bottom: 20px;
    display: flex;
    gap: 20px;
}
.alumni-photo {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}
.alumni-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.alumni-meta {
    color: var(--gray);
    margin-bottom: 12px;
    font-size: 13px;
}
.alumni-testimonial {
    font-style: italic;
    position: relative;
    padding-left: 15px;
    border-left: 3px solid var(--primary);
    font-size: 14px;
}
/* PDU Breakdown Section */
.pdu-section {
    padding: 60px 0;
    background-color: var(--light);
}
.pdu-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 30px;
}
.pdu-card {
    background: white;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 3px 12px rgba(0,0,0,0.05);
}
.pdu-card h4 {
    color: var(--primary);
    margin-bottom: 12px;
    font-size: 18px;
}
.pdu-card ul {
    list-style-type: none;
    list-style-position: inside;
    padding-left: 0px;
}
.pdu-card li {
    margin-bottom: 6px;
    color: var(--gray);
    font-size: 14px;
}
.pdu-card li i{
    color: deepskyblue;
    margin-right: 10px;
}
/* Exam Support Section */
.exam-support {
    padding: 50px 20px;
    background: linear-gradient(135deg, #4F46E5 0%, #3730A3 100%);
    color: white;
}
.support-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 30px;
}
.support-card {
    background: rgba(255,255,255,0.1);
    backdrop-filter: blur(10px);
    border-radius: 10px;
    padding: 20px;
    border: 1px solid rgba(255,255,255,0.2);
}
.support-card h4 {
    font-size: 18px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
}
.support-card h4 i {
    margin-right: 12px;
    color: var(--accent);
}
/* FAQ Section */
.faq-section {
    padding: 60px 0;
    background-color: white;
}
/* Responsive Styles */
@media (max-width: 1200px) {
    .clients-grid {
        grid-template-columns: repeat(4, 1fr);
    }
    .corporate-container {
        flex-direction: column;
    }
    .corporate-image {
        width: 100%;
        margin-top: 30px;
    }
    .pmp-exam-details {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 992px) {
    .course-hero-container {
        flex-direction: column;
    }
    .hero-video-container {
        margin-top: 30px;
        order: 2;
    }
    .learn-items {
        grid-template-columns: 1fr;
    }
    .instructor-details {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .instructor-stats {
        justify-content: center;
    }
    .course-reviews-header {
        flex-direction: column;
    }
    .course-reviews-progress {
        padding-left: 0;
        margin-top: 20px;
        width: 100%;
    }
    .pdu-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .support-grid {
        grid-template-columns: 1fr;
    }
    .alumni-card {
        flex-direction: column;
    }
    .alumni-photo {
        margin: 0 auto 15px;
    }
}
@media (max-width: 768px) {
    .course-hero {
        padding: 60px 0;
    }
    .course-hero h1 {
        font-size: 28px;
    }
    .course-meta {
        gap: 12px;
    }
    .course-hero-buttons {
        flex-direction: column;
    }
    .course-tabs-nav-container {
        overflow-x: auto;
        white-space: nowrap;
        padding-bottom: 8px;
    }
    .course-tab-btn {
        padding: 20px 10px;
        font-size: 13px;
    }
    .pmp-exam-details {
        grid-template-columns: 1fr;
    }
    .clients-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .comparison-table {
        display: block;
        overflow-x: auto;
    }
    .pdu-grid {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 576px) {
    h1 { font-size: 1.8rem; }
    h2 { font-size: 1.5rem; }
    .course-hero h1 {
        font-size: 24px;
    }
    .clients-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .pricing-card .price {
        font-size: 24px;
    }
    .pricing-card .price span {
        font-size: 14px;
    }
}
/* Offer Banner Styles */
.offer-banner {
    font-size: 0.9rem;
    font-weight: 500;
}
.animate-pulse {
    animation: pulse 2s infinite;
}
@keyframes pulse {
    0% { opacity: 1; }
    50% { opacity: 0.7; }
    100% { opacity: 1; }
}
/* career opportunities */
.career-opportunities {
    padding: 60px 0;
    background-color: white;
}
.career-card{
    border-radius: 20px;
    border: 2px solid #b4e0ea;
}
.career-card h4 {
    font-size: 18px;
    margin-bottom: 15px;
    color: var(--primary);
}
.career-card ul {
    list-style: none;
    padding-left: 0;
}
.career-card li {
    position: relative;
    padding-left: 25px;
    font-weight: 500;
    margin-bottom: 10px;
    color: var(--gray);
}
.career-card li:before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    color: var(--secondary);
}
/* Benefits Section */
.benefits-section {
    padding: 40px 20px;
}
.benefit-card {
    transition: all 0.3s ease;
}
.benefit-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1) !important;
}
.benefit-card h4 {
    font-size: 18px;
    margin-bottom: 10px;
}
.benefit-card p {
    font-size: 14px;
    color: var(--gray);
}
/* Certificate Section */
.certificate-section {
    background-color: white;
}
.certificate-preview {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}
@media (max-width: 768px) {
    .certificate-section .row {
        flex-direction: column-reverse;
    }
  .certificate-preview {
    margin-bottom: 30px;
  }
}
.description-content {
    position: relative;
    transition: max-height 0.3s ease;
    overflow: hidden;
}
.description-content.collapsed {
    max-height: 200px;
}
.description-content.collapsed::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50px;
    background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1));
    pointer-events: none;
}
/*.view-more-btn {*/
/*    display: block;*/
/*    margin: 15px auto 0;*/
/*    background-color: white;*/
/*    border: 1px solid var(--primary);*/
/*    color: var(--primary);*/
/*    transition: all 0.3s ease;*/
/*}*/
/*.view-more-btn:hover {*/
/*    background-color: var(--primary);*/
/*    color: white;*/
/*}*/

.partners-container {
    overflow: hidden;
    width: 100%;
}
.partners-row {
    display: flex;
    width: max-content;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.partners-row:first-child {
    animation-name: scrollLeft;
}
.partners-row:last-child {
    animation-name: scrollRight;
}
.partners-box {
    flex-shrink: 0;
    padding: 10px;
    margin: 10px;
    display: flex;
    border-radius: 10px;
    align-items: center;
    box-shadow: 1px 1px 3px #d1d1d1;
    justify-content: center;
}
.partners-box img {
    width: 130px;
    height: auto;
}
@keyframes scrollLeft {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}
@keyframes scrollRight {
    0% {
        transform: translateX(-50%);
    }
    100% {
        transform: translateX(0);
    }
}
/*exclusive offer*/
.offer-card {
    background: linear-gradient(135deg, #007bff, #0056b3);
    color: #fff;
}
.offer-logo {
    width: 50px;
    height: 50px;
}
.offer-card h3 {
    font-size: 1.8rem;
}
.offer-card i {
    color: #fff;
}
.btn-danger {
    background-color: #ff4b2b;
    border: none;
    transition: 0.3s;
}
.btn-danger:hover {
    background-color: #e6391f;
}
/*related courses*/
.course-tag {
    display: inline-block;
    background: #e9f3f9;
    color: #004080;
    text-decoration: none;
    padding: 8px 14px;
    border-radius: 6px;
    font-size: 15px;
    transition: 0.3s;
}
.course-tag:hover {
    background: #d0e7f5;
    color: #002a5c;
}
/*request form*/
.ribbon {
	width: 120px;
	height: 120px;
	overflow: hidden;
	position: absolute;
	top: 0px;
	right: 0px;
}
.ribbon span {
    position: absolute;
    display: block;
    width: 200px;
    font-size: 14px;
    padding: 5px 0;
    background: #e63946;
    color: #fff;
    text-align: center;
    font-weight: bold;
    transform: rotate(45deg);
    top: 25px;
    right: -55px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}
.schedule-form .t-and-c{
    font-size: 12px;
    line-height: 11pt;
}
.schedule-form input,
.schedule-form select,
.schedule-form textarea{
    font-size: 13px;
    padding: 7px 12px;
}