.checkout-main-section {
    background: #FBFCFF;
}

.checkout-main-section h2,
.checkout-main-section h3,
.checkout-main-section h4,
.checkout-main-section h5,
.checkout-main-section h6,
.checkout-main-section p,
.checkout-main-section ul li {
    font-family: 'SF Pro Display', sans-serif;
    color: #000;
}

.checkout-main-section h2 {
    color: #3A6D79;
    font-size: 1.5rem;
    font-weight: bold;
}

.checkout-main-section h4 {
    font-size: 1.25rem;
    font-weight: bold;
}
.checkout-main-section p a {
    color: #8EC969;
}
.telemed {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
}

.telemed .telemed-avatar {
    width: 6rem;
    height: 6rem;
    border-radius: 50%;
    border: 3px solid #3A6D79;
    padding: 0.5rem;
}



.telemed .telemed-avatar img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 50%;
}

.telemed .telemed-heading .specialty,
.telemed .telemed-heading .icons .icon-desc {
    font-size: 1rem;
    color: #000;
    font-weight: 400;
    margin: 0;
    padding: 0;
    font-family: 'SF Pro Display', helvetica, sans-serif;
}

.icons {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.price-dropwdown {
    width: 100%;
    padding-left: 20px;
}

.price-options {
    padding: 10px 64px 10px 10px;
    border: 1px solid #B7CEDC;
    border-radius: 8px;
    background-image: none !important;
    max-width: 312px;
    word-wrap: break-word;
    height: 92px;
    white-space: break-spaces;
}

/* Appointment Membership */
.membership-price .title {
    display: flex;
    text-align: left;
    flex-direction: column;
    justify-content: space-between;
    align-items: left;
    flex-wrap: nowrap;
    width: 100%;
    gap: 4px;
}

.membership-price .title p {
    margin-bottom: 0;
    color: #000;
}

.membership-price .summary {
    background: #E5F3FB;
    border: 1px solid #B7CEDC;
    border-radius: 8px;
    padding: 0.5rem;
}

.membership-price .summary .p-details {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.membership-price .summary .p-details.next-cycle {
    opacity: 0.6;
}

.membership-price .summary .p-details p {
    margin-bottom: 0.5rem;
    color: #000;
}

.membership-price .summary .dashed {
    border-style: dashed;
    border-color: #B7CEDC;
}

/*FAQs*/
.faqs {
    font-family: 'SF Pro Display', helvetica, sans-serif;
    color: #000;
}

.faqs h2.section-title {
    font-family: 'SF Pro Display', helvetica, sans-serif;
    color: #000;
    font-size: 1.5rem;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-align: center;
}

.faqs h2.section-title span.line {
    width: 3rem;
    height: 0.2rem;
    background: #3A6D79;
}

.faqs .multiline-btn {
    white-space: normal;
    display: flex;
    align-items: center;
}

.faqs .card {
    margin-bottom: 0;
    border: 1px solid #B7CEDC;
    border-radius: 0;
}

.faqs .card h2 {
    padding-bottom: 0;
    font-family: 'SF Pro Display', helvetica, sans-serif;
}

.faqs .question-title {
    font-family: 'SF Pro Display', helvetica, sans-serif;
    color: #030303;
    text-decoration: none;
    font-weight: bold;
    padding: 0.75rem 1rem;
    border-radius: 0;
}

.faqs .question-title i {
    color: #FFFFFF;
    margin-right: 10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.faqs .question-title:not(.collapsed) i {
    rotate: 90deg;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.faqs .card-body {
    width: 100%;
    padding: 0.5rem 1rem 1rem 4rem;
    font-size: 14px;
    font-family: 'SF Pro Display', sans-serif;
    color: #000;
    line-height: 1.5;
}
.faqs .card-body a {
    color: #8EC969;
}

.faqs .btn {
    padding-left: 40px;
    padding-right: 40px;
    font-family: 'SF Pro Display', sans-serif;
    font-weight: 700;
    color: #fff;
}

.faqs .btn-pill {
    border-radius: 50px;
}

.faqs .btn-outline {
    border: 2px solid;
    border-color: #3A6D79;
    color: #3A6D79;
}

.faqs .btn-solid {
    background: #3A6D79;
    color: #fff;
}

.faqs .cta-container {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 16px;
    align-items: center;
}

.schedule {
    margin-left: 20px;
    width: 383px;
    height: 45px;
    background-color: #416B77;
    border-radius: 4px;
    opacity: 1;
    color: white;
    font-size: 15px;
    text-align: center;
    font-weight: normal;
    border: none;
    font-weight: 300 !important;
    margin-top: 30px;
    margin-bottom: 25px;
}

.schedule:hover {
    background-color: #416B77;
    opacity: 0.9;
    cursor: pointer;
}

@media(min-width:601px) and (max-width:1199px) {
    .col-xl-4.col-lg-12.col-md-12.border-left.pl-4 {
        padding-left: 50px !important;
        border-left: none !important;
    }
}

@media(min-width: 576px) {
    .membership-price .title {
        display: flex;
        text-align: center;
        flex-direction: row;
    }

    .membership-price .summary .p-details {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .faqs .cta-container {
        flex-direction: row;
    }
	
}

@media(min-width: 768px) {
    .faqs h2.section-title span.line {
        width: 5rem;
    }

    .right-side-list {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 1.5rem;
    }

    .right-side-list li {
        display: flex;
        flex-basis: 100%;
        flex: 1 50%;
        gap: 8px;
    }
}

@media(max-width:767px) {
    .modal-body button#schedule {
        width: 100% !important;
        display: block;
        margin: 0 auto;
    }

    .schedule {
        margin: 35px auto !important;
        display: block;
        text-align: center;
        width: 100% !important;
    }
}

@media(max-width:600px) {

    .icons div {
        margin-right: 0px;
        display: block;
        margin-bottom: 13px;
        margin-left: -5px;
    }

    .col-xl-8.col-lg-12.col-md-12.px-5 {
        padding: 20px !important;
    }

    .telemed-heading small {
        margin-left: 0;
        font-size: 14px !important;
        margin-bottom: 20px !important;
        display: block;
        margin-top: 10px;
    }

    .col-xl-4.col-lg-12.col-md-12.border-left.pl-4 {
        padding: 0px 20px 20px 20px !important;
        border-left: none !important;
    }
	.telemed-parent{
		justify-content: center;
		text-align: center;
		display: flex;
		padding-top: 15px;
	}
	.telemed {
		text-align:center;
	}
	.telemed .icon-desc{
		width: 100%;
		text-align: center;
		justify-content: center;
	}
}

.checkmarks {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-left: 20px;
    margin-top: 10px !important;
    margin-bottom: 30px
}

/* The container */
.checkboxes {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: -10px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.checkboxes input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.check {
    position: absolute;
    top: 0;
    left: 0;
    height: 21px;
    width: 21px;
    background-color: #fff;
    border: 1px solid;
    border-radius: 2px 2px 2px 2px;
    border-color: #3A6D79;
}

/* On mouse-over, add a grey background color */
.checkboxes:hover input~.check {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkboxes input:checked~.check {
    background-color: #3A6D79;
}

/* Create the checkmark/indicator (hidden when not checked) */
.check:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkboxes input:checked~.check:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkboxes .check:after {
    left: 7px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.horizontal-line {
    margin: 25px 0;
    border-top: 1px solid #B7CEDC;
    width: 100%;
}

/** New css **/
.price-options {
    height: 60px !important;
    font-size: 15px;
}

.telemed-heading h2 {
    font-family: 'SF Pro Display', helvetica, sans-serif;
    font-size: 1.5rem;
    margin-bottom: 0;
    padding: 0;
    color: #030303;
}

@media(max-width:768px) {

    .telemed-heading h2 {
        margin-top: 10px !important;
        margin-left: 0px;
    }

    .telemed {
        display: block !important;
    }
}

div.saspot-page-title {
    display: none !important;
}

.telemed .icons img {
    width: 24px;
    height: auto;
}

.horizontal-line {
    margin: 25px 0;
    border-top: 1px solid #B7CEDC;
    width: 100%;
}

.icons .icon-desc {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 4px;
}

.telemed-heading small {
    margin-left: 10px;
    font-size: 14px !important;
    margin-bottom: 10px;
    display: block;
}

.braintree-placeholder {
    margin-bottom: -10px !important;
}

.text-green {
    color: #3A6D79 !important;
}

.right-side-list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 1rem;
}

.right-side-list li .media {
    gap: 8px;
}

.right-side-list li img {
    object-fit: scale-down;
    height: 40px;
    /* padding: 5px; */
    background: transparent;
    width: 40px;
    /* border-radius: 50%; */
    /* border: 1px solid #B9C7D1; */
    /* margin-right: 5px;*/
}

.right-side-list li p {
    color: #000000;
}

.media-left {
    border-radius: 50%;
    border: 1px solid #B9C7D1;
    padding: 10px;
}

.btn-learn-more {
    margin: 0 auto;
    width: auto;
    display: block !important;
    font-size: 14px !important;
    color: #3A6D79;
    border: 1px solid #3A6D79 !important;
    background: #ffffff;
    border-radius: 23px !important;
    padding: 5px 50px !important;
    margin-top: 30px !important;
    font-weight: 600 !important;
}

div#dropin-container {
    width: 100% !important;
}
@media (min-width: 1440px) {
    .container {
        max-width: 1380px;
    }
}
@media (min-width: 1600px) {
    .container {
        max-width: 1540px;
    }
}    