input[type="text"],
textarea,
input[type="submit"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    border-radius: 0px;
    outline: 0;
    font-family: "Poppins", sans-serif;
}

button {
    outline: 0;
}

::-webkit-input-placeholder {
}

.panel {
    float: left;
    width: 100%;
    border-radius: 0px;
    padding: 0px;
    margin: 0px;
    box-shadow: none;
    background: none;
    border: none;
}

.flush {
    padding: 0px;
}

.flush-left {
    padding-left: 0px;
}

.flush-right {
    padding-right: 0px;
}

ul {
    margin: 0px;
    padding: 0px;
}

section {
    float: left;
    width: 100%;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.tableRow {
    display: table;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.tableCell {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif;
    color: #000;
}

p,
label {
    font-family: "Poppins", sans-serif;
}

body {
    font-family: "Poppins", sans-serif;
    color: #000;
    background: #f8f4ef;
}

img {
    max-width: 100%;
}

.btn-success,
.btn-info,
.btn-primary {
    display: inline-block;
}

@font-face {
    font-family: "fontawesome-webfont";
    src: url("../fonts/fontawesome-webfont.eot");
    src: url("../fonts/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2") format("woff2"), url("../fonts/fontawesome-webfont.woff") format("woff"),
        url("../fonts/fontawesome-webfont.ttf") format("truetype"), url("../fonts/fontawesome-webfont.svg#fontawesome-webfont") format("svg");
    font-weight: normal;
    font-style: normal;
}

.content_wrapper {
    margin-top: 0;
    padding: 0 0;
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: flex-start;
    overflow: hidden;
    justify-content: flex-end;
}

.container {
    max-width: 1400px !important;
}

/******** Main Sidebar Start ************/
#main_sidebar {
    width: 250px;
    position: fixed;
    top: 0;
    left: 0;
    float: left;
    height: 100vh;
    border-radius: 0px;
    background: #fff;
    padding: 15px 0px;
}

.sideb_header {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 35px 15px;
}

.sideb_menu {
    display: inline-block;
    width: 100%;
}

.sideb_menu ul {
    padding: 0px 0px;
}

.sideb_menu ul li {
    list-style: none;
    margin-bottom: 10px;
}

.sideb_menu ul li a {
    padding: 15px 20px;
    border-radius: 0px;
    width: 100%;
    font-weight: 400;
    background: #fff;
    display: inline-block;
    color: #a4b1ce;
    text-decoration: none;
    font-size: 14px;
    transition: 0.5s;
    border-right: 3px solid #fff;
}

.sideb_menu ul li i.fa-solid {
    margin-right: 10px;
}

.sideb_menu ul li a.active,
.sideb_menu ul li a:hover {
    background: #778bae1f;
    color: #000;
    font-size: 14px;
    border-right: 3px solid #778bae;
}

/******** Main Sidebar End ************/

/******** Main Content Start ************/

#main_content {
    width: 100%;
    float: right;
    padding-left: 250px;
    background: #fafafc;
    height: 100vh;
    overflow-y: scroll;
    overflow-x: hidden;
}

.header_main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    padding: 20px 30px;
    background: #fff;
    border-left: 1px solid #f6faff;
}

.header_main h2 {
    margin: 0px;
    font-size: 22px;
    font-weight: 500;
}

.header_main .left-side {
    display: flex;
    float: right;
    flex-direction: row;
    align-items: center;
}

.header_main a.notification {
    display: inline-block;
    margin: 0px 30px;
    font-size: 28px;
    color: #a4b1ce;
}

.header_main form {
    position: relative;
}

.header_main form input[type="text"] {
    border: 1px solid #a4b1ce;
    border-radius: 10px;
    padding: 9px 15px;
    color: #000;
}

.header_main form i.uil.uil-search {
    font-size: 23px;
    position: absolute;
    right: 11px;
    top: 5px;
    color: #a4b1ce;
}

.header_main .profile span {
    display: inline-block;
    width: 45px;
    height: 45px;
    border-radius: 50px;
    overflow: hidden;
}

.header_main a.profile span {
}

.header_main .profile a#dropdownMenuButton {
    background: transparent;
    border: none;
    padding: 0;
    margin: 0;
    color: transparent;
}

.header_main .profile .dropdown-menu.show {
    border-radius: 15px;
    background: #fff;
    box-shadow: 0px 4px 25px rgb(0 0 0 / 7%);
    border: none;
    padding: 10px 10px !important;
    width: 220px !important;
    float: right !important;
    left: auto !important;
    right: 0;
    transform: none !important;
    top: 61px !important;
}

.header_main .profile .dropdown-menu.show a.dropdown-item {
    padding: 5px 10px !important;
    border-radius: 5px;
    height: auto !important;
    line-height: 25px !important;
    color: #000;
}

.header_main .profile .dropdown-menu.show a.dropdown-item i.uil {
    margin-right: 10px;
}

.header_main .profile .dropdown-toggle::after {
    display: none;
}

.content_bars {
    display: flex;
    flex-direction: column;
    padding: 30px 30px;
}

.cards_blocks {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.cards_blocks .cards {
    display: flex;
    width: 100%;
    margin: 0px 15px;
    border-radius: 20px;
    padding: 20px 20px;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    box-shadow: 1.7px 1.7px 2px -5px rgba(0, 0, 0, 0.006), 4.3px 4.3px 5px -5px rgba(0, 0, 0, 0.009), 8.9px 8.9px 10.1px -5px rgba(0, 0, 0, 0.011), 18.3px 18.3px 20.8px -5px rgba(0, 0, 0, 0.014), 50px 50px 57px -5px rgba(0, 0, 0, 0.02);
}

.cards_blocks .cards.cd-1 {
    background: #778bae;
}

.cards_blocks .cards.cd-1 span {
    color: #778bae;
}

.cards_blocks .cards.cd-2 {
    background: #aeb06f;
}

.cards_blocks .cards.cd-2 span {
    color: #aeb06f;
}

.cards_blocks .cards.cd-3 {
    background: #dbc8b0;
}

.cards_blocks .cards.cd-3 span {
    color: #dbc8b0;
}

.cards_blocks .cards.cd-4 {
    background: #d3d1d1;
}

.cards_blocks .cards.cd-4 span {
    color: #d3d1d1;
}

.cards_blocks .cards span {
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50px;
    line-height: 50px;
    text-align: center;
    margin-right: 15px;
    margin-bottom: 15px;
    font-size: 25px;
}

.cards_blocks .cards h6 {
    margin: 0px;
    color: #fff;
    margin-bottom: 10px;
    font-weight: 300;
}

.cards_blocks .cards h2 {
    margin: 0px;
    color: #fff;
    font-weight: 600;
}

.middle_content {
    display: inline-block;
    width: 100%;
    padding: 0px 15px;
}

.middle_content .regularCard {
    display: flex;
    width: 100%;
    margin-top: 50px;
    border-radius: 20px;
    padding: 20px 20px;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    box-shadow: 1.7px 1.7px 2px -5px rgba(0, 0, 0, 0.006), 4.3px 4.3px 5px -5px rgba(0, 0, 0, 0.009), 8.9px 8.9px 10.1px -5px rgba(0, 0, 0, 0.011), 18.3px 18.3px 20.8px -5px rgba(0, 0, 0, 0.014), 50px 50px 57px -5px rgba(0, 0, 0, 0.02);
    background: #fff;
}

.regularCard .rcHeader {
    display: flex;
    margin-bottom: 30px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.regularCard .rcHeader h2 {
    margin: 0px;
    font-size: 22px;
    font-weight: 500;
}

.regularCard .rcHeader h2 span {
    font-size: 16px;
    color: #778bae;
    font-weight: 700;
}

.regularCard .rcHeader span {
    margin: 0px;
}

.regularCard .rcHeader {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 10px 0px;
    margin-bottom: 20px;
}

.table thead th {
    border-top: none;
    border-bottom: none;
    font-size: 18px;
    font-weight: 400;
    color: #a4b1ce;
}

.table td,
.table th {
    font-size: 18px;
    font-weight: 400;
    border-top: 1px solid #f8f8fa;
    color: #222;
    padding: 20px 20px;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f8f8fa;
}

.regularCard .table a.btn_reg {
    background: #778bae;
    color: #fff;
    border-radius: 10px;
    padding: 5px 10px;
    font-size: 14px;
    text-decoration: none;
}

.regularCard .table a.btn_reg.red {
    background: #aeb06f;
}

.regularCard .table a {
    font-size: 18px;
    text-decoration: none;
    color: #778bae;
}

.discount-steps {
    background: #fff;
    border-radius: 15px;
    margin: 15px 15px;
    margin-top: 50px;
    padding: 30px 0px;
    margin-bottom: 0;
    box-shadow: 1.7px 1.7px 2px -5px rgba(0, 0, 0, 0.006), 4.3px 4.3px 5px -5px rgba(0, 0, 0, 0.009), 8.9px 8.9px 10.1px -5px rgba(0, 0, 0, 0.011), 18.3px 18.3px 20.8px -5px rgba(0, 0, 0, 0.014), 50px 50px 57px -5px rgba(0, 0, 0, 0.02);
}

.discount-steps ul {
    text-align: center;
    margin-top: 0px;
}

.discount-steps ul li {
    display: inline-block;
    width: 23%;
    position: relative;
    text-align: center;
}

.discount-steps ul li::after {
    content: "";
    position: absolute;
    width: 83%;
    height: 1px;
    top: 24%;
    right: -42%;
    border-top: 1px dashed #778bae;
}

.discount-steps ul li:last-child::after {
    display: none;
}

.discount-steps ul li:first-child span {
    background: #778bae;
    color: #fff;
    border: 5px solid #778bae;
}

.discount-steps ul li span:hover {
    background: #778bae;
    border: 5px solid #778bae;
    color: #fff;
}

.discount-steps ul li span i.uil {
    font-size: 55px;
}

.discount-steps ul li span {
    width: 100px;
    height: 100px;
    display: inline-block;
    text-align: center;
    line-height: 95px;
    border: 5px solid #d3d1d1;
    background: #fff;
    border-radius: 50px;
    font-size: 27px;
    font-weight: 600;
    z-index: 999;
    position: relative;
    transition: 0.3s;
}

.discount-steps ul li h3 {
    font-size: 18px;
    margin: 15px 0px;
}

.discount-steps ul li p {
    margin: 0;
    font-size: 14px;
    margin: 0px 5%;
    line-height: 23px;
}

.discount-steps ul li p b {
    color: #aeb06f;
}

#stars-rating .rating-group {
    display: inline-flex;
}
#stars-rating .rating__icon {
    pointer-events: none;
}
#stars-rating .rating__input {
    position: absolute !important;
    left: -9999px !important;
}
#stars-rating .rating__input--none {
    display: none;
}
#stars-rating .rating__label {
    cursor: pointer;
    padding: 0 0.1em;
    font-size: 20px;
    margin-bottom: 0;
}
#stars-rating .rating__icon--star {
    color: orange;
}
#stars-rating .rating__input:checked ~ .rating__label .rating__icon--star {
    color: #ddd;
}
#stars-rating .rating-group:hover .rating__label .rating__icon--star {
    color: orange;
}
#stars-rating .rating__input:hover ~ .rating__label .rating__icon--star {
    color: #ddd;
}

ul.pagination {
    float: right;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0;
    padding: 0;
    margin-top: 15px;
    margin-bottom: 10px;
    z-index: 9999999999;
    width: 100%;
    justify-content: flex-end;
}

ul.pagination li:first-child {
    width: 35px;
    height: 35px;
    border: 2px solid #989ba2;
    border-radius: 50px;
    text-align: center;
    line-height: 28px;
}

ul.pagination li {
    width: 35px;
    height: 35px;
    color: #989ba2;
    border: 2px solid #989ba2;
    border-radius: 50px;
    display: flex;
    padding-left: 0px;
    line-height: 31px;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: column;
    margin-right: 10px;
    transition: 0.3s;
}

ul.pagination li a {
    display: inline-block;
    width: 100%;
    font-size: 18px;
    color: #989ba2;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
}

ul.pagination li a i.uil {
    font-size: 30px;
    color: #989ba2;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
}

ul.pagination li.active {
    background: #778bae;
    border-color: #778bae !important;
    color: #fff;
}

ul.pagination li:hover {
    background: #778bae;
    border-color: #778bae !important;
}

ul.pagination li.blank {
    border: none;
}

ul.pagination li:last-child {
    width: 35px;
    height: 35px;
    border: 2px solid #989ba2;
    border-radius: 50px;
    text-align: center;
    line-height: 28px;
}

ul.pagination li.active a,
ul.pagination li.active i.uil {
    color: #fff;
}

ul.pagination li:hover a,
ul.pagination li:hover i.uil {
    color: #fff;
}

#pre-page {
    padding: 10px 0px;
}

#pre-page .card {
    border: 1px solid #7e8eaf7a;
    padding: 15px 15px;
}

#pre-page .card h2 {
    font-size: 18px;
    color: #778bae;
}

#pre-page .card h6 {
    font-size: 12px;
    color: #000;
}

#pre-page .card h3 {
    margin-top: 10px;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 10px;
    background: #778bae;
    padding: 5px 5px;
}

#pre-page .card table {
    width: 100%;
}

#pre-page .card table tr td {
    padding-bottom: 10px;
    width: 0;
    font-size: 12px;
}

#pre-page .card table tr td span {
    border-bottom: 1px solid #7e8eaf7a;
    color: #000;
    font-weight: 600;
    width: 100%;
    display: inline-block;
    padding-left: 5px;
}

#pre-page .card ul {
}

#pre-page .card ul li {
    display: block;
    padding-bottom: 10px;
    position: relative;
}

#pre-page .card .form-group {
    margin-bottom: 5px;
}

#pre-page .card .form-group label {
    float: left;
    text-align: left;
    width: 100%;
    font-size: 14px;
    margin-bottom: 5px;
}

#pre-page .card .form-group textarea {
    width: 100%;
    border: 1px solid #7e8eaf7a;
    border-radius: 5px;
    height: 120px;
    font-size: 10px;
    overflow: hidden;
    resize: none;
    padding: 5px 5px;
}

#pre-page .card .form-group textarea.mini {
    height: 70px;
}

#pre-page .card .form-group input {
    width: 100%;
    border: 1px solid #7e8eaf7a;
    border-radius: 5px;
    height: 35px;
    line-height: 30px;
    font-size: 14px;
    padding: 0px 10px;
}

button.btn-pre {
    background: #aeb06f;
    color: #fff;
    padding: 15px 25px;
    border-radius: 50px;
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 15px;
    text-decoration: none;
    border: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    margin: 15px 43%;
}

button.btn-pre:hover {
    background-color: #778bae;
}

.table {
    width: 1370px;
}

.no-scroll {
    width: 100%;
}

.table-responsive::-webkit-scrollbar {
    height: 7px;
}

.table-responsive::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #ccc;
}

.table-responsive::-webkit-scrollbar-thumb {
    background-color: #778bae;
}

.profile-card {
    background: #fff;
    border-radius: 15px;
    margin: 15px 15px;
    margin-top: 0px;
    padding: 30px 30px;
    margin-bottom: 0;
    box-shadow: 1.7px 1.7px 2px -5px rgba(0, 0, 0, 0.006), 4.3px 4.3px 5px -5px rgba(0, 0, 0, 0.009), 8.9px 8.9px 10.1px -5px rgba(0, 0, 0, 0.011), 18.3px 18.3px 20.8px -5px rgba(0, 0, 0, 0.014), 50px 50px 57px -5px rgba(0, 0, 0, 0.02);
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    position: relative;
}

.profile-card span.profile-img {
    display: inline-block;
    width: 200px;
    height: 200px;
    border-radius: 20px;
    overflow: hidden;
}

.profile-card ul {
}

.profile-card ul li {
    display: block;
    padding-top: 10px;
}

.profile-card .r-side {
    margin-right: 35px;
    position: relative;
}

.profile-card a {
    position: absolute;
    right: 30px;
    top: 30px;
    background: #778bae;
    color: #fff;
    border-radius: 10px;
    padding: 7px 20px;
    font-size: 15px;
    text-decoration: none;
}

ul.left_inner {
    margin-right: 45px;
}

ul.right_inner {
}

.summary {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
}

.l-side form {
}

.l-side form label {
    display: inline-block;
    width: 100%;
    font-size: 18px;
    text-align: left;
}

.l-side form input[type="text"],
.l-side form input[type="email"],
.l-side form input[type="date"],
.l-side form input[type="password"],
.l-side form input[type="time"] {
    display: inline-block;
    width: 100%;
    border: 1px solid #a4b1ce;
    border-radius: 10px;
    height: 45px;
    padding: 0px 15px;
    outline: none;
}

/*select {*/
/*    display: inline-block;*/
/*    width: 100%;*/
/*    border: 1px solid #a4b1ce;*/
/*    border-radius: 10px;*/
/*    height: 45px;*/
/*    padding: 0px 15px;*/
/*    outline: none;*/
/*    -webkit-appearance: none;*/
/*}*/

select {
    outline: 0;
    box-shadow: none;
    flex: 1;
    padding: 0 1em;
    background-color: #fff;
    background-image: none;
    cursor: pointer;
    border: 1px solid #e1e2e7;
    border-radius: 10px;
    font-size: 18px !important;
    color: #000 !important;
    height: 45px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background: url(https://app.healthagon.ae/assets/img/down_arrow.png) no-repeat;
    background-position: 97% 50%;
    background-size: 20px 20px;
}

.l-side form button {
    background: #778bae;
    color: #fff;
    border-radius: 10px;
    padding: 7px 20px;
    font-size: 15px;
    text-decoration: none;
    border: 1px solid #778bae;
}

.profile-pic {
    width: 200px;
    max-height: 200px;
    display: inline-block;
}

.file-upload {
    display: none;
}
.circle {
    border-radius: 15px;
    overflow: hidden;
    width: 200px;
    height: 200px;
    border: 1px dashed rgb(119 139 174);
    position: relative;
    top: 0;
}
img {
    max-width: 100%;
    height: auto;
}
.p-image {
    position: absolute;
    right: 30px;
    color: #ffff;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    bottom: 30px;
    background: #778bae;
    border-radius: 50px;
    width: 35px;
    height: 35px;
    font-size: 14px;
    text-align: center;
    line-height: 37px;
    cursor: pointer;
}
.p-image:hover {
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.upload-button {
    font-size: 1.2em;
}

.upload-button:hover {
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    color: #fff;
}

.book {
    display: inline-block;
    width: 100%;
    text-align: right;
    margin-bottom: 25px;
}

.book a.book_btn {
    background: #778bae;
    color: #fff;
    text-align: center;
    text-decoration: none;
    padding: 10px 25px;
    border-radius: 15px;
    display: inline-block;
    font-size: 18px;
    transition: 0.3s;
}

.book a.book_btn:hover {
    background: #aeb06f;
}

.package-card {
    background: #fff;
    border-radius: 15px;
    margin: 0px 0px;
    margin-top: 0px;
    padding: 20px 20px;
    margin-bottom: 0;
    box-shadow: 1.7px 1.7px 2px -5px rgba(0, 0, 0, 0.006), 4.3px 4.3px 5px -5px rgba(0, 0, 0, 0.009), 8.9px 8.9px 10.1px -5px rgba(0, 0, 0, 0.011), 18.3px 18.3px 20.8px -5px rgba(0, 0, 0, 0.014), 50px 50px 57px -5px rgba(0, 0, 0, 0.02);
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    margin-bottom: 25px;
}

.package-card span.profile-img {
    display: inline-block;
    width: 100%;
    height: 250px;
    border-radius: 20px;
    overflow: hidden;
}

.package-card h2 {
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
    font-weight: 600;
}

.package-card p {
    font-size: 14px;
    margin: 0;
    margin-top: 10px;
}

.package-card h2 span {
    float: right;
    color: #778bae;
    border: 1px dashed;
    padding: 0px 5px;
    border-radius: 5px;
}

.package-card a {
    background: #778bae;
    color: #fff;
    text-align: center;
    text-decoration: none;
    padding: 10px 25px;
    border-radius: 15px;
    display: inline-block;
    font-size: 18px;
    transition: 0.3s;
    width: 100%;
    margin-top: 20px;
}

.package-card a:hover {
    background: #aeb06f;
}

h2.title {
    margin: 0px;
    font-size: 22px;
    color: #778bae;
    font-weight: 500;
    margin-bottom: 20px;
}

/** Medical History**/
.medical-history .completed-profile td {
    padding: 5px 0px;
    border: none;
    font-size: 16px;
}

.medical-history .completed-profile {
    width: 100%;
}

.medical-history .completed-profile {
    margin-bottom: 0px;
    padding: 15px 0px;
}

.medical-history .card {
    box-shadow: 1.7px 1.7px 2px -5px rgb(0 0 0 / 1%), 4.3px 4.3px 5px -5px rgb(0 0 0 / 1%), 8.9px 8.9px 10.1px -5px rgb(0 0 0 / 1%), 18.3px 18.3px 20.8px -5px rgb(0 0 0 / 1%), 50px 50px 57px -5px rgb(0 0 0 / 2%);
    background: #fff;
    border-radius: 15px;
    padding: 15px 15px !important;
    margin-bottom: 0;
    border: none;
}

.medical-history .completed-profile th {
    padding: 5px 0px;
    border: none;
    font-size: 16px;
    color: #222;
}

.medical-history .media-details {
    background: #ffffff;
    padding: 10px 0px !important;
    overflow: hidden;
}

.medical-history .media-details td {
    padding: 10px 30px;
    border-top: 1px dashed #dfdfdf;
}

.medical-history .media-details th {
    padding: 10px 30px;
}

.medical-history .media-details {
    padding: 0px;
}

.medical-history .media-details thead {
    background: #fff;
}

.medical-history .history-client h4 {
    border-bottom: 1px solid #dfdfdf;
    padding: 10px 15px;
    font-size: 20px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-left: 4px;
}

.content_bars.medical-history-man .nav-pills .nav-link.active,
.content_bars.medical-history-man .nav-pills .show > .nav-link {
    background-color: #778bae1f;
    color: #4c482f;
}

.content_bars.medical-history-man .nav-link {
    font-size: 14px;
    color: #222;
    background: url(../img/angle-right-solid.svg) 95% center no-repeat;
    background-size: 15px 15px;
    text-align: left;
}

.content_bars.medical-history-man span {
    font-size: 16px;
    color: #a4b1ce;
}

.content_bars table.dataTable td {
    padding: 10px !important;
}

.content_bars table.dataTable thead {
    background: #778bae;
    color: #778bae;
}

.content_bars table.dataTable th {
    padding: 10px !important;
    color: #fff;
}

.table.table-bordered.dataTable {
    width: 1800px !important;
}

.full-history .table-responsive {
    overflow-y: hidden !important;
    position: relative;
    padding: 15px 15px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 1.7px 1.7px 2px -5px rgb(0 0 0 / 1%), 4.3px 4.3px 5px -5px rgb(0 0 0 / 1%), 8.9px 8.9px 10.1px -5px rgb(0 0 0 / 1%), 18.3px 18.3px 20.8px -5px rgb(0 0 0 / 1%), 50px 50px 57px -5px rgb(0 0 0 / 2%);
}

.content_bars table.dataTable td a.btn-default {
    display: inline-block;
    text-align: center;
    width: 100%;
    border: 1px solid green;
    border-radius: 15px;
    color: green;
    font-size: 16px;
    text-decoration: none;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    display: inline-block;
    width: 100%;
}

div.dataTables_wrapper ul.pagination {
    text-align: right;
}

div.dataTables_wrapper ul.pagination li {
    display: inline-block;
    background: none;
    border: none;
}

div.dataTables_wrapper ul.pagination li:first-child {
    font-size: 15px;
    width: 100px !important;
}

div.dataTables_wrapper ul.pagination li:last-child {
    font-size: 15px;
    width: 100px !important;
}

.table.table-bordered.dataTable.invoice-list {
    width: 100% !important;
    border: none;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 15px !important;
}

.dropdown-menu.show {
    margin-right: 25px;
    left: -3px !important;
}

.table.table-bordered.dataTable.invoice-list td:last-child img {
    height: 20px;
}

.table.table-bordered.dataTable.invoice-list td:last-child {
    text-align: right;
}

.content_bars table.dataTable .dropdown button {
    border: none;
    padding: 0px;
}

.content_bars table.dataTable .dropdown li {
    list-style: none;
    display: inline-block;
    width: 100%;
    padding: 4px 10px;
}

.content_bars table.dataTable .dropdown li a {
    color: #222;
    font-size: 16px;
    display: inline-block;
    width: 100%;
    text-decoration: none;
    padding: 2px 10px;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #778bae;
    border-color: #778bae;
    border-radius: 50px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    padding: 0;
    text-align: center;
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
    padding: 0;
    line-height: 35px;
    border-radius: 50px;
    font-weight: 400;
}

ul.pagination li a {
    display: inline-block;
    width: 100%;
    font-size: 18px;
    color: #989ba2;
    text-align: center;
    text-decoration: none;
    font-weight: 400;
    transition: 0.3s;
    padding: 0;
    line-height: 35px;
    border-radius: 50px;
}

.page-item:last-child .page-link {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

.page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #778bae;
    border-color: #778bae;
}

.content_bars table.dataTable .dropdown li a .fa-solid {
    margin-right: 7px;
}

.main_form.invoice-details th {
    color: #000;
    font-weight: 600;
    padding: 15px 10px;
    border-bottom: 2px solid #7e8eaf7a;
}

.main_form.invoice-details td {
    font-weight: 600;
    vertical-align: middle;
    padding: 10px 10px;
}

.main_form.invoice-details table {
    border: 1px solid #7e8eaf7a;
}

.main_form.invoice-details table tbody tr {
    background: #ccc;
}

.main_form.invoice-details tr.bgnone {
    background: none;
}

.main_form.invoice-details tr.bgnone tr {
    background: none;
}

.main_form.invoice-details tr.bgnone th {
    padding: 5px 10px;
    border: none;
}

.main_form.invoice-details tr.bgnone td {
    padding: 5px 10px;
    border-top: 1px solid #7e8eaf7a;
}

.main_form.invoice-details tr.bgnone td p {
    font-size: 16px;
}

.main_form.invoice-details .profile-img {
    height: 150px;
}

/**Menu Css**/

#main_sidebar a.menu-icon {
    position: absolute;
    top: 0px;
    right: -25px;
}

#main_sidebar a.menu-icon .fa-solid {
    color: #a4b1ce;
    font-size: 26px;
}

.sideb_menu span {
    display: none;
}

.sideb_header img.desktop-logo {
    display: none;
}

#main_sidebar {
    width: 70px;
    animation-name: move;
    animation-delay: 0s;
    animation-duration: 3s;
    animation-fill-mode: forwards;
}

.sideb_menu ul li a {
    text-align: center;
}

.sideb_menu ul li a i {
    font-size: 20px;
}

#main_content {
    padding-left: 70px;
    animation-name: move;
    animation-delay: 0s;
    animation-duration: 3s;
    animation-fill-mode: forwards;
}

.content_wrapper.intro #main_content {
    padding-left: 250px;
}

.content_wrapper.intro .sideb_menu ul li a i {
    font-size: 14px;
}

.content_wrapper.intro #main_sidebar {
    width: 250px;
}

.content_wrapper.intro .sideb_menu ul li a {
    text-align: left;
}

.content_wrapper.intro .sideb_menu ul li a span {
    display: inline-block;
}

.content_wrapper.intro .sideb_header img.desktop-logo {
    display: block;
}

.content_wrapper.intro .sideb_header img.icon-logo {
    display: none;
}

.lft-side a.menu-icon {
    width: 45px;
    height: 45px;
    border-radius: 50px;
    background: #fff;
    color: #778bae;
    font-size: 20px;
    line-height: 45px;
    text-align: center;
    margin-right: 20px;
    transition: 0.3s;
}

.lft-side a.menu-icon:hover {
    background: #778bae;
    color: #fff;
}

.lft-side {
    display: flex;
    flex-direction: row;
    align-items: center;
}

#main-container {
    background: #f8f4ef;
    height: 100vh;
    display: inline-block;
    width: 100%;
}

#main-container a.logo {
    width: 100%;
    display: inline-block;
    text-align: center;
}

#main-container a.logo img {
    width: 30%;
}

#main-container .twoOption {
    margin-top: 50px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}

#main-container .twoOption .card {
    background: #fff;
    border-radius: 15px;
    margin: 15px 15px;
    margin-top: 50px;
    padding: 30px 0px;
    margin-bottom: 0;
    border: none;
    box-shadow: 1.7px 1.7px 2px -5px rgb(0 0 0 / 1%), 4.3px 4.3px 5px -5px rgb(0 0 0 / 1%), 8.9px 8.9px 10.1px -5px rgb(0 0 0 / 1%), 18.3px 18.3px 20.8px -5px rgb(0 0 0 / 1%), 50px 50px 57px -5px rgb(0 0 0 / 2%);
    width: 250px;
    font-size: 35px;
    color: #000;
    text-align: center !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;
    height: 270px;
    justify-content: space-around;
    transition: 0.3s;
    border: 2px solid #fff;
}

#main-container .twoOption .card:hover {
    border: 2px solid #aeb06f;
}

#main-container .twoOption .card:hover h2 {
    color: #aeb06f;
}

#main-container .twoOption .card h2 {
    margin: 0;
    font-size: 30px;
    margin-top: 25px;
    transition: 0.3s;
}

#main-container .twoOption .card img {
    height: 150px;
}

#main-container .twoOption a {
    text-decoration: none;
    outline: none;
}

#header {
    background: #fff;
    padding: 10px 10px;
    box-shadow: 1.7px 1.7px 2px -5px rgb(0 0 0 / 1%), 4.3px 4.3px 5px -5px rgb(0 0 0 / 1%), 8.9px 8.9px 10.1px -5px rgb(0 0 0 / 1%), 18.3px 18.3px 20.8px -5px rgb(0 0 0 / 1%), 50px 50px 57px -5px rgb(0 0 0 / 2%);
}

.bg-light {
    background-color: transparent !important;
}

#header a.navbar-brand {
    width: 19%;
    display: inline-block;
}

a.nav-link {
    font-size: 18px;
    padding-right: 30px !important;
}

a.nav-link.login_btn {
    background: #778bae;
    color: #fff !important;
    text-align: center;
    text-decoration: none;
    padding: 8px 35px !important;
    border-radius: 10px;
    display: inline-block;
    font-size: 18px;
    transition: 0.3s;
    margin-left: 20px;
    cursor: pointer;
}

a.nav-link.login_btn:hover {
    background: #aeb06f;
}

#main-content {
    display: inline-block;
    width: 100%;
    padding: 53.5px 20px;
    background: #f8f4ef;
}

.main_wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.main_wrapper .card {
    flex: 1 1 150px;
    border-radius: 15px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
    border: none;
    margin: 0px 15px;
}

.main_wrapper .card .upper {
    padding: 15px 15px;
}

.main_wrapper .card .upper span {
    background: aliceblue;
    display: inline-block;
    border-radius: 10px;
    padding: 20px;
}

.main_wrapper .card .bottom {
    padding: 0px 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.main_wrapper .card .bottom span {
    display: inline-block;
}

.main_wrapper .card .bottom span h2.title {
    margin-bottom: 0;
    color: #000;
    font-weight: 600;
    font-size: 18px;
}

.main_wrapper .card .bottom span h3 {
    margin: 0;
    font-size: 16px;
    color: #778bae;
    margin-top: 5px;
}

.main_wrapper .card .bottom a {
    background: #778bae;
    color: #fff !important;
    text-align: center;
    text-decoration: none;
    padding: 6px 13px !important;
    border-radius: 8px;
    display: inline-block;
    font-size: 15px;
    transition: 0.3s;
    margin-left: 0;
    cursor: pointer;
}

.main_wrapper .card .bottom a:hover {
    background: #aeb06f;
}

.slider-container {
    background: #fff;
    border-radius: 15px;
    margin: 0;
    margin-top: 0px;
    padding: 30px 30px;
    margin-bottom: 0;
    box-shadow: 1.7px 1.7px 2px -5px rgb(0 0 0 / 1%), 4.3px 4.3px 5px -5px rgb(0 0 0 / 1%), 8.9px 8.9px 10.1px -5px rgb(0 0 0 / 1%), 18.3px 18.3px 20.8px -5px rgb(0 0 0 / 1%), 50px 50px 57px -5px rgb(0 0 0 / 2%);
}

.main-carousel {
    /* background: #EEE; */
}

.slider-section {
    overflow: hidden;
    display: block;
    /* max-width: 880px; */
    margin: auto;
    padding-top: 15px;
    padding-bottom: 15px;
}

.carousel-cover {
}

.carousel-cell {
    width: 55%;
    height: auto;
    margin-right: 30px;
    counter-increment: carousel-cell;
}

button.flickity-button.flickity-prev-next-button.previous:disabled {
    display: none;
}

@media only screen and (max-width: 960px) {
    .carousel-cell {
        width: 100%; /* full width */
    }
}

.carousel-cell.is-selected .carousel-cover {
}

.carousel-content {
    background: transparent;
    box-sizing: border-box;
    display: inline-block;
    color: white;
}

.carousel-content .card {
    border: 2px solid #778bae;
    border-radius: 15px;
    transition: 0.3s;
}

.carousel-content .card:hover {
    border: 2px solid #aeb06f;
}

.carousel-content h5 {
    text-align: center;
    text-transform: uppercase;
}

.carousel-content .card .upper {
    height: 400px;
    display: flex;
    overflow: hidden;
    flex-direction: column;
    justify-content: center;
}

.carousel-cover img {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    padding: 50px;
}

.carousel-content .card .bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0px 15px;
    padding-bottom: 15px;
}

.carousel-content .card .bottom h2.title {
    margin: 0;
    font-size: 22px;
}

.carousel-content .card .bottom h3 {
    margin: 0;
    font-size: 18px;
    margin-top: 10px;
    text-align: left;
    font-weight: 400;
}

.carousel-content a {
    text-decoration: none;
}

.carousel-content .card .bottom a.btn-bl {
    background: #778bae;
    color: #fff !important;
    text-align: center;
    text-decoration: none;
    padding: 5px 20px !important;
    border-radius: 10px;
    display: inline-block;
    font-size: 18px;
    transition: 0.3s;
    margin-left: 0px;
    cursor: pointer;
}

.carousel-content .card:hover .bottom a.btn-bl {
    background: #aeb06f;
}

.flickity-page-dots {
    display: none;
}

.slider-container h2.m-auto {
    font-weight: 300;
    font-size: 25px;
}

.slider-container h2.m-auto span {
    font-size: 60px;
    font-family: "Dancing Script", cursive;
    color: #778bae;
}

.carousel-content .card h2.title {
    font-family: "Poppins";
    font-size: 25px !important;
    margin: 0;
    text-align: center;
    margin-top: 25px;
    font-weight: 300;
    color: #000;
    background: transparent;
    padding: 0;
}

.offer_tap {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 2px 2px;
    background: #aeb06f;
    border-radius: 10px;
    margin-bottom: 25px;
    width: 100%;
}

.offer_tap span {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.offer_tap h2 {
    font-size: 16px;
    margin: 0;
    color: #778bae;
    font-weight: 300;
    width: 28%;
    background: #fff;
    padding: 10px 10px;
    border-radius: 9px;
}

.offer_tap h3 {
    font-size: 17px;
    margin: 0;
    color: #fff;
    font-weight: 500;
}

.offer_tap h3 b {
    color: #000;
}
/*
  .carousel-cell:before {
  display: block;
  text-align: center;
  content: counter(carousel-cell);
  line-height: 200px;
  font-size: 80px;
  color: white;
  }
  */

/******** Main Content End ************/

/******* Step 2 **********************/
.lSidecard {
    background: #fff;
    border-radius: 15px;
    margin-top: 0px;
    padding: 25px 18px;
    margin-bottom: 0;
    border: none;
    box-shadow: 1.7px 1.7px 2px -5px rgb(0 0 0 / 1%), 4.3px 4.3px 5px -5px rgb(0 0 0 / 1%), 8.9px 8.9px 10.1px -5px rgb(0 0 0 / 1%), 18.3px 18.3px 20.8px -5px rgb(0 0 0 / 1%), 50px 50px 57px -5px rgb(0 0 0 / 2%);
    font-size: 35px;
    color: #000;
    text-align: center !important;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 0px;
}

.lSidecard h2 {
    font-size: 18px;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
    background: #778bae;
    color: #fff;
    border-radius: 8px;
    padding: 10px 0px;
}

.plans {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: flex;
    margin-bottom: 20px;
    justify-content: center;
    width: 100%;
}

.plans input[type="radio"] {
    position: absolute;
    opacity: 0;
}

label.one, label.sixM, label.male, label.myself {
    margin-right: 5px;
}

label.multiple, label.nineM, label.female, label.guest {
    margin-left: 5px;
}

.plans .plan, .plans .plan1, .plans .plan2, .plans .plan3 {
    cursor: pointer;
    width: 48%;
}

.plans .plan-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #e1e2e7;
    border-radius: 10px;
    -webkit-transition: -webkit-box-shadow 0.4s;
    transition: -webkit-box-shadow 0.4s;
    -o-transition: box-shadow 0.4s;
    transition: box-shadow 0.4s;
    transition: box-shadow 0.4s, -webkit-box-shadow 0.4s;
    position: relative;
}

.plans .plan-content img {
    margin-right: 15px;
    height: 40px;
}

.plans .plan-details span {
    margin-bottom: 0;
    display: block;
    font-size: 18px;
    line-height: 40px;
    color: #252f42;
}

.container .title {
    font-size: 18px;
    font-weight: 500;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    color: #252f42;
    margin-bottom: 13px;
    text-align: left;
}

.plans .plan-details p {
    color: #646a79;
    font-size: 14px;
    line-height: 18px;
}

.plans .plan-content:hover {
    -webkit-box-shadow: 0px 3px 5px 0px #e8e8e8;
    box-shadow: 0px 3px 5px 0px #e8e8e8;
}

.plans input[type="radio"]:checked + .plan-content:after {
    content: "";
    position: absolute;
    height: 15px;
    width: 15px;
    background: #aeb06f;
    right: 10px;
    top: 10px;
    border-radius: 100%;
    border: 3px solid #fff;
    -webkit-box-shadow: 0px 0px 0px 2px #aeb06f;
    box-shadow: 0px 0px 0px 2px #aeb06f;
}

.plans input[type="radio"]:checked + .plan-content {
    border: 1px solid #aeb06f;
    background: #aeb06f1a;
    -webkit-transition: ease-in 0.3s;
    -o-transition: ease-in 0.3s;
    transition: ease-in 0.3s;
}

/* @media screen and (max-width: 991px) {
    .plans {
        margin: 0 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 40px;
    }

    .plans .plan {
        width: 100%;
    }

    .plan.complete-plan {
        margin-top: 20px;
    }

    .plans .plan-content .plan-details {
        width: 70%;
        display: inline-block;
    }

    .plans input[type="radio"]:checked + .plan-content:after {
        top: 45%;
        -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%);
    }
}

@media screen and (max-width: 540px) {
    .plans .plan-content img {
        margin-bottom: 20px;
        height: 56px;
        -webkit-transition: height 0.4s;
        -o-transition: height 0.4s;
        transition: height 0.4s;
    }

    .plans input[type="radio"]:checked + .plan-content:after {
        top: 20px;
        right: 10px;
    }

    .plans .plan-content .plan-details {
        width: 100%;
    }

    .plans .plan-content {
        padding: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
    }
} */

.RSidecard {
    background: #fff;
    border-radius: 15px;
    margin-top: 0px;
    padding: 25px 18px;
    margin-bottom: 0;
    border: none;
    box-shadow: 1.7px 1.7px 2px -5px rgb(0 0 0 / 1%), 4.3px 4.3px 5px -5px rgb(0 0 0 / 1%), 8.9px 8.9px 10.1px -5px rgb(0 0 0 / 1%), 18.3px 18.3px 20.8px -5px rgb(0 0 0 / 1%), 50px 50px 57px -5px rgb(0 0 0 / 2%);
    font-size: 35px;
    color: #000;
    text-align: center !important;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
    padding-bottom: 0px;
}

.RSidecard h2 {
    font-size: 18px;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
    background: #778bae;
    color: #fff;
    border-radius: 8px;
    padding: 10px 0px;
}

.carousel-content .card .bottom h4 {
    font-size: 16px;
    color: #aeb06f;
    font-weight: 600;
}

.action {
    margin-bottom: 25px;
}

.action a.continue, input#btn-save, input#btn-save-location {
    background: transparent;
    border: 1px solid #778bae;
    color: #778bae;
    text-align: center;
    text-decoration: none;
    padding: 5px 20px !important;
    border-radius: 10px;
    display: inline-block;
    font-size: 18px;
    transition: 0.3s;
    margin-left: 0px;
    cursor: pointer;
}

.action a.continue:hover, input#btn-save:hover, input#btn-save-location:hover {
    background: #778bae;
    color: #fff;
}

div#map {
    width: 100% !important;
    height: 420px !important;
    border-radius: 15px;
}

.setNumber {
    border: 1px solid #778bae;
    border-radius: 9px;
    padding: 0px 5px;
    height: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

button#plus {
    background: #778bae;
    border: none;
    color: #fff;
    width: 25px;
    height: 25px;
    padding: 0;
    margin: 0;
    line-height: 25px;
    border-radius: 5px;
    font-size: 24px;
}

span#numberPlace {
    font-size: 24px;
    margin: 0px 10px;
}

button#minus {
    background: #778bae;
    border: none;
    color: #fff;
    width: 25px;
    height: 25px;
    padding: 0;
    margin: 0;
    line-height: 25px;
    border-radius: 5px;
    font-size: 24px;
}

p#summary {
    margin: 0;
}

.action a.back {
    background: transparent;
    border: 1px solid transparent;
    color: #000;
    text-align: center;
    text-decoration: none;
    padding: 5px 20px !important;
    border-radius: 10px;
    display: inline-block;
    font-size: 18px;
    transition: 0.3s;
    margin-left: 0px;
    cursor: pointer;
}

.action a.back:hover {
    border: 1px solid #000;
    color: #000;
}

.flickity-button {
    position: absolute;
    background: hsl(62deg 29% 56%) !important;
    border: none;
    color: #fff !important;
}

.RSidecard p {
    font-size: 16px;
}

.lSidecard {
    height: 100%;
}

.lSidecard form {
    display: inline-block;
    width: 100%;
}

.lSidecard form label {
    font-size: 18px;
    text-align: left;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.lSidecard form input {
    display: inline-block;
    width: 100%;
    border: 1px solid #778bae91;
    border-radius: 10px;
    height: 45px;
    color: #000;
    padding: 0px 15px;
    font-size: 16px;
}

.lSidecard form textarea {
    display: inline-block;
    width: 100%;
    border: 1px solid #778bae91;
    border-radius: 10px;
    height: 120px;
    color: #000;
    padding: 10px 15px;
    font-size: 16px;
    margin-top: 10px;
}

.login_forms {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.login_forms form {
    background: #fff;
    border-radius: 15px;
    margin-top: 50px;
    padding: 30px 30px;
    margin-bottom: 0;
    border: none;
    box-shadow: 1.7px 1.7px 2px -5px rgb(0 0 0 / 1%), 4.3px 4.3px 5px -5px rgb(0 0 0 / 1%), 8.9px 8.9px 10.1px -5px rgb(0 0 0 / 1%), 18.3px 18.3px 20.8px -5px rgb(0 0 0 / 1%), 50px 50px 57px -5px rgb(0 0 0 / 2%);
    width: 41%;
}

.login_forms h2 {
    color: #000;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 35px;
    position: relative;
}

.login_forms h2::after {
    content: '';
    height: 4px;
    width: 70px;
    position: absolute;
    bottom: -10px;
    left: 0;
    border-radius: 10px;
    display: inline-block;
    background: #778bae;
}

.login_forms form label {
    color: #000;
    margin-bottom: 5px;
}

.login_forms form input[type="email"], .login_forms form input[type="password"], .login_forms form input[type="text"], .login_forms form input[type="date"] {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 40px;
    padding: 10px 16px;
    outline: none;
    border-radius: 8px;
    -webkit-transition: background-color 200ms ease, outline 200ms ease, color 200ms ease, -webkit-box-shadow 200ms ease;
    transition: background-color 200ms ease, outline 200ms ease, color 200ms ease, -webkit-box-shadow 200ms ease;
    transition: background-color 200ms ease, outline 200ms ease, color 200ms ease, box-shadow 200ms ease;
    transition: background-color 200ms ease, outline 200ms ease, color 200ms ease, box-shadow 200ms ease, -webkit-box-shadow 200ms ease;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #000;
    background-color: #fff;
    border: 1px solid #c0c0c0;
    margin-bottom: 15px;
}

input#exampleFormControlFile1 {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 45px;
    padding: 7px 7px;
    outline: none;
    border-radius: 8px;
    -webkit-transition: background-color 200ms ease, outline 200ms ease, color 200ms ease, -webkit-box-shadow 200ms ease;
    transition: background-color 200ms ease, outline 200ms ease, color 200ms ease, -webkit-box-shadow 200ms ease;
    transition: background-color 200ms ease, outline 200ms ease, color 200ms ease, box-shadow 200ms ease;
    transition: background-color 200ms ease, outline 200ms ease, color 200ms ease, box-shadow 200ms ease, -webkit-box-shadow 200ms ease;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #000;
    background-color: #fff;
    border: 1px solid #c0c0c0;
    margin-bottom: 15px;
}

.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: .125rem;
}

.form-check-input[type=checkbox] {
    border-radius: .25em;
}

.form-check .form-check-input {
    float: left;
    margin-left: -1.5em;
}

.form-check-input {
    width: 1em;
    height: 1em;
    margin-top: .25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0,0,0,.25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}

.form-check a {
    float: right;
    text-decoration: none;
    margin-left: 5px;
    color: #778bae;
}

.login_forms button {
    margin-top: 15px;
    display: inline-block;
    background-color: #778bae;
    border: 1px solid #778bae;
    padding: 10px 45px;
    border-radius: 50px;
    transition: 0.3s;
    width: 100%;
}

.login_forms button:hover {
    background: #aeb06f;
    border-color: #aeb06f;
}

.login_forms p.not_m {
    font-size: 15px !important;
}

.login_forms p {
    font-size: 20px;
    color: #B4B4B4;
    margin-top: 30px;
    margin-bottom: 0px;
}

.login_forms p.not_m a {
    text-decoration: none;
    margin-left: 5px;
    color: #778bae;
}

.form-check input#exampleCheck1 {
    appearance: auto;
}

.lSidecard .twoOption {
    padding: 10px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.lSidecard .twoOption a {
    width: 100%;
    text-decoration: none;
}

.lSidecard .twoOption .card {
    background: #fff;
    border-radius: 15px;
    padding: 10px 10px;
    margin-bottom: 15px;
    box-shadow: none;
    width: 100%;
    text-align: center !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: space-around;
    transition: 0.3s;
    border: 1px solid #e1e2e7;
    height: 250px;
}

.lSidecard .twoOption .card img {
    height: 150px;
}

.lSidecard .twoOption .card h2 {
    background: transparent;
    color: #778bae;
    font-size: 30px;
    margin: 0;
    padding: 0;
    margin-top: 10px;
}

.lSidecard .twoOption a.active .card {
    background: #adaf6e;
    border: 1px solid #adaf6e;
    color: #fff;
}

.lSidecard .twoOption a.active .card h2 {
    color: #fff;
}

.lSidecard .twoOption .card:hover {
    background: #adaf6e40;
}

.productCard {
    display: inline-block;
    width: 100%;
    background: #aeb06f1a;
    border-radius: 10px;
    margin-bottom: 20px;
}

.productCard .card-body {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.productCard .card-body img {
    height: 130px;
}

.productCard .card-body .proContent {
    padding-left: 15px;
    text-align: left;
}

.productCard .card-body .proContent h2 {
    background: transparent;
    color: #000;
    font-size: 25px;
    margin: 0;
    padding: 0;
    text-align: left;
}

.productCard .card-body .proContent p {
    margin: 0;
    margin-top: 10px;
    color: #778baee3;
}

.productCard .card-footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    align-items: center;
}

.productCard .card-footer select {
    font-size: 16px;
    width: auto;
    height: 35px;
}

.productCard .card-footer a {
    background: #778bae;
    color: #fff !important;
    text-align: center;
    text-decoration: none;
    padding: 8px 20px !important;
    border-radius: 10px;
    display: inline-block;
    font-size: 16px;
    transition: 0.3s;
    margin-left: 20px;
    cursor: pointer;
}

.productCard .card-footer a:hover {
    background: #adaf6e;
}

.productCard .card-body .proContent h2 span {
    float: right;
    font-size: 18px;
    color: #aeb06f;
    font-weight: 700;
    border: 1px dashed #aeb06f;
    border-radius: 5px;
    padding: 2px 10px;
    position: relative;
    top: -3px;
}

.plans input[type="date"], .plans input[type="time"] {
    border: 1px solid #e1e2e7;
    border-radius: 10px;
    font-size: 18px;
    width: 100%;
    height: 45px;
    padding: 0px 10px;
    outline: none;
}

.RSidecard.onScroller {
    height: 820px;
    overflow-x: hidden;
    overflow-y: scroll;
}

/* Custom CSS Scrollbar */
.RSidecard.onScroller::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color: #ddd;
}

.RSidecard.onScroller::-webkit-scrollbar {
    width: 5px;
    border-radius: 5px;
    background-color: #ddd;
}

.RSidecard.onScroller::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #778bae;
}

.productCard.selected {
    background: #aeb06f;
}

.productCard.selected .card-body .proContent h2 {
    color: #fff;
}

.productCard.selected .card-body .proContent h2 span {
    color: #fff;
    border-color: #fff;
}

.productCard.selected .card-body .proContent p {
    color: #fff;
}

.productCard.selected .card-footer select {
    font-size: 16px;
    width: auto;
    height: 35px;
    background: transparent;
    color: #fff;
    border-color: #fff;
}

.productCard.selected .card-footer a {
    background: #fff;
    color: #778bae !important;
}

table#newTable {
    float: left;
    width: 100% !important;
}

.savedTable {
    margin-top: 50px;
    background: #fff;
    border-radius: 15px;
    border: none;
    box-shadow: 1.7px 1.7px 2px -5px rgb(0 0 0 / 1%), 4.3px 4.3px 5px -5px rgb(0 0 0 / 1%), 8.9px 8.9px 10.1px -5px rgb(0 0 0 / 1%), 18.3px 18.3px 20.8px -5px rgb(0 0 0 / 1%), 50px 50px 57px -5px rgb(0 0 0 / 2%);
    color: #000;
    padding: 15px 20px;
}

button.useAddressButton.newButton.small {
    background: #778bae;
    color: #fff !important;
    text-align: center;
    text-decoration: none;
    padding: 3px 23px !important;
    border-radius: 7px;
    display: inline-block;
    font-size: 16px;
    transition: 0.3s;
    margin-left: 0;
    cursor: pointer;
    border: none;
    margin-right: 6px;
    margin-bottom: 10px !important;
    margin-top: 10px !important;
}

button.deleteAddressButton.newButton.small {
    background: #ff9999;
    color: #fff !important;
    text-align: center;
    text-decoration: none;
    padding: 3px 7px !important;
    border-radius: 7px;
    display: inline-block;
    font-size: 16px;
    transition: 0.3s;
    margin-left: 0;
    cursor: pointer;
    border: none;
    margin-right: 0;
    margin-bottom: 10px !important;
    margin-top: 10px !important;
}

table#newTable span {
    display: inline-block;
    width: 100%;
    background: #778bae;
    margin-bottom: 15px;
    border-radius: 7px;
    padding: 6px 10px;
    color: #fff;
}

table#newTable tbody tr {
    border-bottom: 1px solid #f4f4f4;
}

#footer {
    background: #fff;
    padding: 25px 25px;
    box-shadow: 1.7px 1.7px 2px -5px rgb(0 0 0 / 1%), 4.3px 4.3px 5px -5px rgb(0 0 0 / 1%), 8.9px 8.9px 10.1px -5px rgb(0 0 0 / 1%), 18.3px 18.3px 20.8px -5px rgb(0 0 0 / 1%), 50px 50px 57px -5px rgb(0 0 0 / 2%);
    /* position: absolute;
    bottom: 0; */
}

#footer p {
    margin: 0;
    font-size: 14px;
}

#footer ul {
    list-style: none;
}

#footer ul li {
    display: inline;
    padding-right: 10px;
    border-right: 1px solid #cdcdcd;
    margin-right: 10px;
}

#footer ul li:last-child {
    border-right: 0;
}

#footer ul li a {
    color: #000;
    font-size: 14px;
    text-decoration: none;
}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.float:hover {
    color: #fff;
}

.my-float{
	margin-top:16px;
}

/*****======= Responsive Style Css ======***********/

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
    #footer {
        padding: 10px 10px;
        text-align: center;
        padding-top: 20px;
    }
    #footer ul {
        list-style: none;
        text-align: center;
        margin: 15px 23px;
    }
    table#newTable {
    font-size: 13px;
}
button.useAddressButton.newButton.small {
    width: 100%;
}
button.deleteAddressButton.newButton.small {
    width: 100%;
    margin-top: 0 !important;
}
    .plans .plan-content .plan-details {
        width: 60%;
        display: inline-block;
    }
    .login_forms form {
        width: 100%;
        margin-top: 25px;
        padding: 20px 20px;
    }
    #main-container a.logo {
        margin-top: 25px;
    }
    #main-container a.logo img {
        width: 80%;
    }
    .login_forms p.not_m {
        font-size: 14px !important;
        margin-bottom: 25px;
    }
    .login_forms form label {
        font-size: 14px;
    }
    .form-check a {
        font-size: 14px;
    }
    #header a.navbar-brand {
        width: 48%;
        display: inline-block;
    }
    .navbar-light .navbar-toggler {
        color: #000;
        border-color: transparent;
    }
    #main-content {
        padding: 20px 15px;
    }
    .lSidecard {
        height: auto;
        margin-bottom: 25px;
        padding: 15px 15px;
    }
    .RSidecard {
        display: inline-block;
        width: 100%;
        padding: 15px 15px;
    }
    .xs-flush {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .lSidecard .twoOption .card {
        display: flex;
        flex-direction: row;
        height: auto;
    }
    .lSidecard .twoOption .card img {
        height: 100px;
    }
    .lSidecard .twoOption .card h2 {
        font-size: 20px;
    }
    .carousel-content .card .upper {
        height: 300px;
    }
    .flickity-viewport {
        height: 432px !important;
    }
    .slider-section {
        padding: 0;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .flickity-prev-next-button {
        width: 30px !important;
        height: 30px !important;
        outline: none;
    }
    .carousel-content .card h2.title {
        font-size: 18px !important;
    }
    .RSidecard h2 {
        font-size: 15px;
    }
    .plans {
        padding: 0;
        margin: 0;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        margin-bottom: 10px;
    }
    .plans .plan-content img {
        margin-right: 10px;
        height: 40px;
    }
    .plans .plan-details span {
        margin-bottom: 0;
        font-size: 14px;
        text-align: left;
    }
    .productCard .card-body {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 10px 10px;
    }
    .productCard .card-body img {
        height: 100px;
    }
    .productCard .card-body .proContent {
        padding-left: 0;
        text-align: left;
    }
    .productCard .card-body .proContent h2 {
        font-size: 20px;
        text-align: left;
        margin-top: 15px;
    }
    .productCard .card-body .proContent p {
        margin: 0;
        margin-top: 10px;
        font-size: 13px;
    }
    .productCard .card-footer {
        padding: 10px 10px;
        display: flex;
        flex-direction: row;
        align-items: center;
        flex-wrap: nowrap;
        justify-content: center;
    }
    button#plus {
        width: 20px;
        height: 20px;
        line-height: 20px;
        font-size: 21px;
    }
    span#numberPlace {
    font-size: 21px;
    margin: 0px 6px;
}
button#minus {
    width: 20px;
        height: 20px;
        line-height: 20px;
        font-size: 21px;
}
p#summary {
    margin: 0;
    width: auto;
    font-size: 12px;
    text-align: left;
    padding-left: 10px;
}
span.membership {
    font-size: 15px;
    padding: 2px 5px;
    position: relative;
    top: -3px;
    width: 144px;
}
    .productCard .card-footer select {
        font-size: 16px;
        width: 100%;
        height: 35px;
        margin-bottom: 15px;
    }
    .productCard .card-footer a {
        margin-left: 0;
        width: 100%;
    }
    .productCard.selected .card-footer select {
        width: 100%;
    }
    .RSidecard.onScroller {
        height: auto;
        overflow-x: visible;
        overflow-y: visible;
    }


    .content_wrapper.intro #main_sidebar {
        width: 0px;
        opacity: 0;
    }
    .content_wrapper.intro #main_content {
        padding-left: 0px;
    }
    .content_wrapper #main_content {
        padding-left: 0;
    }
    .sideb_menu span {
        display: inline-block;
    }
    .sideb_menu ul li a {
        text-align: left;
    }
    .sideb_header img.desktop-logo {
        display: inline-block;
    }
    .lft-side a.menu-icon:hover {
        background: transparent;
        color: #778bae;
    }
    .header_main form {
        display: none;
    }
    .header_main h2 {
        font-size: 18px;
    }
    .book {
        text-align: left;
    }
    .sideb_header img.icon-logo {
        display: none;
    }
    #main_sidebar {
        width: 250px;
        opacity: 1;
        animation-name: move;
        animation-delay: 0s;
        animation-duration: 3s;
        animation-fill-mode: forwards;
        z-index: 99999;
        top: 72px;
        padding-top: 0;
        border-top: 1px solid #fafafc;
    }
    #main_content {
        padding-left: 0;
    }
    .header_main {
        padding: 10px 15px;
    }
    .content_bars {
        padding: 30px 15px;
    }
    .cards_blocks {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
        flex-direction: row;
    }
    .cards_blocks .cards {
        margin: 0px 0px;
        margin-bottom: 15px;
    }
    .discount-steps {
        margin: 0px 0px;
        margin-top: 20px;
        padding: 30px 0px;
        margin-bottom: 0;
        overflow-x: scroll;
    }
    .discount-steps ul {
        text-align: center;
        margin-top: 0px;
        white-space: nowrap;
    }
    .discount-steps ul li {
        display: inline-block;
        width: 56%;
        position: relative;
        text-align: center;
    }
    .regularCard .rcHeader {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
        width: 100%;
        margin: 10px 0px;
        margin-bottom: 20px;
    }
    .regularCard .rcHeader span {
        margin: 0px;
        margin-top: 15px;
    }
    .discount-steps ul li p {
        white-space: break-spaces;
    }
    .middle_content {
        padding: 0;
    }
    .middle_content .regularCard {
        margin-top: 30px;
    }
    .profile-card {
        background: #fff;
        border-radius: 15px;
        margin: 0px 0px;
        margin-top: 0px;
        padding: 15px 15px;
        margin-bottom: 0;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .summary {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        width: 100%;
    }
    ul.left_inner {
        margin-right: 0;
        width: 100%;
    }
    .profile-card ul li {
        display: block;
        padding-top: 10px;
        width: 100%;
    }
    .profile-card a {
        position: relative;
        right: 0;
        top: 0;
        background: #778bae;
        color: #fff;
        border-radius: 10px;
        padding: 7px 20px;
        font-size: 15px;
        text-decoration: none;
        margin-top: 25px;
        display: inline-block;
        width: 100%;
        text-align: center;
    }
    .profile-card .r-side {
        margin-right: 0;
        position: relative;
        width: 100%;
    }
    .profile-card span.profile-img {
        display: inline-block;
        width: 100%;
        height: 300px;
        border-radius: 20px;
        overflow: hidden;
    }
    .l-side {
        width: 100%;
    }
    .circle {
        width: 100%;
        text-align: center;
        margin-bottom: 25px;
    }
    .p-image {
        right: 20px;
        bottom: 40px;
    }
    .l-side form button {
        width: 100%;
    }
    .medical-history .card {
        margin-bottom: 25px;
    }
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
        table#newTable {
    font-size: 13px;
}
button.useAddressButton.newButton.small {
    width: 100%;
}
button.deleteAddressButton.newButton.small {
    width: 100%;
    margin-top: 0 !important;
}
    .login_forms form {
        width: 60%;
    }
    /* .xs-flush {
        padding-left: 0px !important;
        padding-right: 0px !important;
    } */
    #main-container a.logo {
        margin-top: 25px;
    }
    #main-container a.logo img {
        width: 60%;
    }
    .login_forms p.not_m {
        font-size: 14px !important;
        margin-bottom: 25px;
    }
    .login_forms form label {
        font-size: 14px;
    }
    .form-check a {
        font-size: 14px;
    }
    #header a.navbar-brand {
        width: 28%;
        display: inline-block;
    }
    .lSidecard .twoOption {
        padding: 0;
    }
    .navbar-light .navbar-toggler {
        color: #000;
        border-color: transparent;
    }
    #main-content {
        padding: 20px 15px;
    }
    .lSidecard {
        height: auto;
        margin-bottom: 25px;
        padding: 15px 15px;
    }
    .RSidecard {
        display: inline-block;
        width: 100%;
        padding: 15px 15px;
    }
    .xs-flush {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    .lSidecard .twoOption .card {
        display: flex;
        flex-direction: row;
        height: auto;
    }
    .lSidecard .twoOption .card img {
        height: 60px;
    }
    .carousel-cover img {
        padding: 100px;
    }
    .lSidecard .twoOption .card h2 {
        font-size: 20px;
    }
    .carousel-content .card .upper {
        height: 300px;
    }
    .flickity-viewport {
        height: 405px !important;
    }
    .slider-section {
        padding: 0;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .flickity-prev-next-button {
        width: 30px !important;
        height: 30px !important;
        outline: none;
    }
    .carousel-content .card h2.title {
        font-size: 18px !important;
    }
    .RSidecard h2 {
        font-size: 15px;
    }
    .lSidecard h2 {
        font-size: 14px;
    }
    .plans .plan, .plans .plan1, .plans .plan2, .plans .plan3 {
        cursor: pointer;
        width: 100%;
    }
    label.one, label.sixM, label.male, label.myself {
        margin-right: 0;
    }
    label.multiple, label.nineM, label.female, label.guest {
        margin-left: 0px;
    }
    .plans {
        padding: 0;
        margin: 0;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        margin-bottom: 10px;
    }
    .plans .plan-content img {
        margin-right: 10px;
        height: 40px;
    }
    .plans .plan-details span {
        margin-bottom: 0;
        font-size: 14px;
        text-align: left;
    }
    .productCard .card-body {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 10px 10px;
    }
    .productCard .card-body img {
        height: 100px;
    }
    .productCard .card-body .proContent {
        padding-left: 0;
        text-align: left;
    }
    .productCard .card-body .proContent h2 {
        font-size: 20px;
        text-align: left;
        margin-top: 15px;
    }
    .productCard .card-body .proContent p {
        margin: 0;
        margin-top: 10px;
        font-size: 13px;
    }
    .productCard .card-footer {
        padding: 10px 10px;
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between;
    }
    .productCard .card-footer select {
        font-size: 16px;
        width: 60%;
        height: 35px;
        margin-bottom: 0px;
    }
    .productCard .card-footer a {
        margin-left: 10;
        width: 35%;
        padding: 0;
        font-size: 14px;
        height: 35px;
    }
    .productCard.selected .card-footer select {
        width: 100%;
    }
    .RSidecard.onScroller {
        height: auto;
        overflow-x: visible;
        overflow-y: visible;
    }


    .content_wrapper.intro #main_sidebar {
        width: 0px;
        opacity: 0;
    }
    .content_wrapper.intro #main_content {
        padding-left: 0px;
    }
    .content_wrapper #main_content {
        padding-left: 0;
    }
    .sideb_menu span {
        display: inline-block;
    }
    .sideb_menu ul li a {
        text-align: left;
    }
    .sideb_header img.desktop-logo {
        display: inline-block;
    }
    .lft-side a.menu-icon:hover {
        background: transparent;
        color: #778bae;
    }
    .header_main form {
        display: none;
    }
    .header_main h2 {
        font-size: 18px;
    }
    .book {
        text-align: left;
    }
    .sideb_header img.icon-logo {
        display: none;
    }
    #main_sidebar {
        width: 250px;
        opacity: 1;
        animation-name: move;
        animation-delay: 0s;
        animation-duration: 3s;
        animation-fill-mode: forwards;
        z-index: 999;
        top: 72px;
        padding-top: 0;
        border-top: 1px solid #fafafc;
    }
    #main_content {
        padding-left: 0;
    }
    .header_main {
        padding: 10px 15px;
    }
    .content_bars {
        padding: 30px 15px;
    }
    .cards_blocks {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
        flex-direction: row;
    }
    .cards_blocks .cards {
        margin: 0px 0px;
        margin-bottom: 15px;
    }
    .discount-steps {
        margin: 0px 0px;
        margin-top: 20px;
        padding: 30px 0px;
        margin-bottom: 0;
        overflow-x: scroll;
    }
    .discount-steps ul {
        text-align: center;
        margin-top: 0px;
        white-space: nowrap;
    }
    .discount-steps ul li {
        display: inline-block;
        width: 56%;
        position: relative;
        text-align: center;
    }
    .regularCard .rcHeader {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
        width: 100%;
        margin: 10px 0px;
        margin-bottom: 20px;
    }
    .regularCard .rcHeader span {
        margin: 0px;
        margin-top: 15px;
    }
    .discount-steps ul li p {
        white-space: break-spaces;
    }
    .middle_content {
        padding: 0;
    }
    .middle_content .regularCard {
        margin-top: 30px;
    }
    .profile-card {
        background: #fff;
        border-radius: 15px;
        margin: 0px 0px;
        margin-top: 0px;
        padding: 15px 15px;
        margin-bottom: 0;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .summary {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        width: 100%;
    }
    ul.left_inner {
        margin-right: 0;
        width: 100%;
    }
    .profile-card ul li {
        display: block;
        padding-top: 10px;
        width: 100%;
    }
    .profile-card a {
        position: relative;
        right: 0;
        top: 0;
        background: #778bae;
        color: #fff;
        border-radius: 10px;
        padding: 7px 20px;
        font-size: 15px;
        text-decoration: none;
        margin-top: 25px;
        display: inline-block;
        width: 100%;
        text-align: center;
    }
    .profile-card .r-side {
        margin-right: 0;
        position: relative;
        width: 100%;
    }
    .profile-card span.profile-img {
        display: inline-block;
        width: 100%;
        height: 300px;
        border-radius: 20px;
        overflow: hidden;
    }
    .l-side {
        width: 100%;
    }
    .circle {
        width: 100%;
        text-align: center;
        margin-bottom: 25px;
    }
    .p-image {
        right: 20px;
        bottom: 40px;
    }
    .l-side form button {
        width: 100%;
    }
    .medical-history .card {
        margin-bottom: 25px;
    }
}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1169px) {
}
