@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;600;700;800;900&display=swap');
* {
    margin: 0;
    padding: 0;
}
body {
    background-color: #1470af;
    color: #555555;
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
    font-weight: normal;
}
body h1, body h2, body h3, body h4, body h5, body h6 {
    color: #1470af;
    font-family: 'Nunito', sans-serif;
    font-style: normal;
    line-height: 1.5;
    margin: 0 0 8px;
}
#myList, #myList2{
    display: none;
    background: #fff;
    margin: 0;
    text-align: left;
}
#myList li, #myList2 li {
    padding: 4px 20px;
    cursor: pointer;
    font-size: 12px;
    transition: all 0.4s ease-in-out;
}
#myList li:hover, #myList2 li:hover { background-color: #ddd; }
/*.submit-wrapper .input-container input { font-size: 12px; }*/

.active_list{
    background-color: #662571 !important;
    color:white;
}
h1 {
    font-size: 26px;
}
h2 {
    font-size: 24px;
}
h3 {
    font-size: 22px;
}
h4 {
    font-size: 20px;
}
h5 {
    font-size: 18px;
}
h6 {
    font-size: 16px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #1470af;
}
p a {
    color: #1470af;
}
p {
    line-height: 24px;
    margin-bottom: 10px;
}
a {
    color: #1470af;
    text-decoration: none;
}
a:hover, a:focus, a:active {
    outline: none;
    text-decoration: none;
}
ul {
    margin-bottom: 0;
}
figure {
    margin-bottom: 6px;
    position: relative;
}
img {
    height: auto;
    max-width: 100%;
}
strong {
    color: #1470af;
}
iframe {
    border: none;
    float: left;
    width: 100%;
}
select {
    background-color: #f0eef0;
    border: 1px solid #dfdfdf;
    color: #555555;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    height: 40px;
    padding: 8px 12px;
    width: 100%;
}
label {
    color: #6c8391;
    display: block;
    font-weight: 400;
    margin-bottom: 10px;
}
button {
    border: none;
}

input[type="submit"] {
    outline: none;
}
form p {
    float: left;
    position: relative;
}
form p span i {
    color: #474747;
    left: 16px;
    position: absolute;
    top: 13px;
}
option {
    padding: 5px 15px;
}
li {
    line-height: 28px;
    list-style: inside none disc;
    list-style: none;
}
ul ul {
    margin-left: 20px;
}
ol {
    float: none;
    list-style: outside none decimal;
    padding-left: 15px;
}
ol ol {
    margin-left: 20px;
}
ol li {
    list-style: outside none decimal;
    width: 100%;
}
table {
    background-color: transparent;
    max-width: 100%;
}
th {
    text-align: left;
}
table {
    margin-bottom: 15px;
    width: 100%;
}
table > thead > tr > th, table > tbody > tr > th, table > tfoot > tr > th, table > thead > tr > td, table > tbody > tr > td, table > tfoot > tr > td {
    border: 1px solid #dddddd;
    line-height: 1.5;
    padding-left: 3px;
    text-align: center;
    vertical-align: top;
}
table thead tr th {
    border-top: 1px solid #dddddd;
    text-align: center;
    text-transform: capitalize;
}
.table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
    border-top: 1px solid #dddddd;
}
table > thead > tr > th {
    border-bottom: 2px solid #dddddd;
    vertical-align: bottom;
}
table > caption + thead > tr:first-child > th, table > colgroup + thead > tr:first-child > th, table > thead:first-child > tr:first-child > th, table > caption + thead > tr:first-child > td, table > colgroup + thead > tr:first-child > td, table > thead:first-child > tr:first-child > td {
    border-bottom: 0 none;
}
table > tbody + tbody {
    border-top: 2px solid #dddddd;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 6px 10px;
}
p ins {
    color: #999;
}
dl dd   { margin-left: 20px; }
address { font-style: italic; }
/*CSS*/
.header-logo {
    background-color: #1470af;
    text-align: center;
    padding: 20px 0;
}
.header-logo a {
    display: inline-block;
    max-width: 230px;
}
.main-title {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding-top: 50px;
    margin-bottom: 50px;
}
.main-title h1 {
    font-size: 40px;
    font-weight: bold;
    margin: 0 0 10px;
}
.main-title h2 {
    font-size: 25px;
    font-weight: bold;
    margin: 0;
}
.main-wrapper {  overflow: hidden; }

/*form styles*/
#msform {
    text-align: center;
    position: relative;
    max-width: 816px;
    margin: 0 auto;
    min-height: calc(100vh);
}
#msform fieldset {
    /* background: #fff; */
    border: 0 none;
    box-sizing: border-box;
    width: 100%;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}
.left-section {
    -webkit-backdrop-filter: blur(24px);
    backdrop-filter: blur(24px);
    background-color: rgba(255, 255, 255, 0.9);
    margin-bottom: 40px;
    padding: 40px 100px;
    width: 100%;
    text-align: center;
    border-radius: 8px;
    box-shadow: 6px 6px 99px rgba(0,0,0,0.33);
}
.left-section > span {
    margin-top: 10px;
    display: block;
}
.right-section {
/*    overflow: auto;*/
    width: 100%;
    display: flex;
/*    border: 1px solid rgb(167 70 184/ 58%);*/
/*    align-items: center;*/
    padding: 0;
/*    box-shadow: 6px 6px 99px rgba(0,0,0,0.33);*/
    justify-content: flex-start;
    flex-direction: column;
    border-radius: 8px;
    margin-bottom: 70px;
}
.right-section h3 {
    color: #fff;
    margin: 0 0 20px;
}
.left-section figure {
    margin: 0 0 15px;
}
.left-section figure img {
    width: 100px;
}
/*.right-section {
    max-height: 300px;
}*/
#msform fieldset .previous {float: left;}
#msform fieldset .next {float: right;}
#msform fieldset ul.options-wrapper {
    display: flex;
    justify-content: center;
    margin: 0;
    flex-wrap: wrap;
    flex-direction: column;
    width: 100%;
}
#msform fieldset ul.options-wrapper li {
    padding: 0;
}
#msform fieldset ul.options-wrapper li label {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    text-align: left;
    position: relative;
    overflow: hidden;
    margin: 0;
}
.options-wrapper li label span {
    position: relative;
    cursor: pointer;
    display: flex;
    font-size: 16px;
    width: 100%;
    transition: all 0.4s ease-in-out;
    color: #000000;
    padding: 17px 20px 17px 58px;
    min-width: 100px;
    justify-content: flex-start;
    /*-webkit-backdrop-filter: blur(24px);
    backdrop-filter: blur(24px);*/
    background-color: rgba(255, 255, 255, 0.4);
}
.options-wrapper li:first-child label span { border-radius:8px 8px 0 0; }
.options-wrapper li:last-child label span { border-radius:0 0 8px 8px; }
.options-wrapper li label input[type="radio"] ~ span:before,
.options-wrapper li label.no-selection span:before {
    content: '';
    position: absolute;
    left: 20px;
    top: 23px;
    width: 18px;
    height: 18px;
    background: url('images/radio-border.svg');
}
.options-wrapper li label input[type="checkbox"] ~ span:before {
    content: '';
    position: absolute;
    left: 20px;
    top: 23px;
    width: 18px;
    height: 18px;
    background: url('images/check-border.svg');
}
.options-wrapper li label input[type="radio"]:checked ~ span,
.options-wrapper li label input[type="checkbox"]:checked ~ span,
.options-wrapper li label span:hover {
    background: rgb(245 245 245 / 82%);
    box-shadow: 0 0 16px rgb(167 70 184 / 45%);
}
.options-wrapper li label input[type="radio"]:checked ~ span a,
.options-wrapper li label input[type="checkbox"]:checked ~ span a { color:#fff !important; text-decoration: underline; }
.options-wrapper li label input[type="radio"]:checked ~ span:before {
    background: url('images/radio-border-point.svg');
}
.options-wrapper li label input[type="radio"]:focus ~ span,
.options-wrapper li label input[type="checkbox"]:focus ~ span { border: 1px solid #000; }
.options-wrapper a:focus-visible,
.options-wrapper a:focus,
.cards-wrapper a:focus-visible,
.cards-wrapper a:focus,
.list-wrapper a:focus-visible,
.list-wrapper a:focus,
.modal button:focus-visible,
.modal button:focus { outline: -webkit-focus-ring-color auto 1px; }
.options-wrapper li label input[type="checkbox"]:checked ~ span:before {
    background: url('images/check-border-point.svg');
}
.options-wrapper li label input[type="radio"]:checked ~ span strong,
.options-wrapper li label input[type="checkbox"]:checked ~ span strong {
    color: #fff;
}
.options-wrapper li label span strong {
    color: #000;
    font-size: 21px;
    transition: all 0.4s ease-in-out;
    margin-bottom: 15px;
    font-weight: 800;
    text-transform: uppercase;
}
#msform fieldset ul.options-wrapper li label input[type="radio"],
#msform fieldset ul.options-wrapper li label input[type="checkbox"] {
    margin-top: 7px;
    position: absolute;
    left: -30px;
/*    opacity: 0;*/
/*    visibility: hidden;*/
}
/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
    display: none;
}
/*buttons*/
.action-button {
    position: absolute;
    right: 40px;
    bottom: 40px;
}
.previous.action-button {
    right: unset;
    left: 40px;
}
.action-button,.submit {
    background: #6E2472;
    font-weight: bold;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    padding: 20px 40px;
    font-size: 16px;
    transition: all 0.4s ease-in-out;
    text-transform: uppercase;
    box-shadow: 0px 0px 16px rgb(167 70 184 / 45%);
}
.action-button:hover,.submit:hover {
    box-shadow: 6px 6px 24px rgb(167 70 184 / 65%);
}
.action-button:hover {
    background: #000;
}
/*headings*/
.fs-title {
    font-size: 22px;
    text-transform: capitalize;
    margin-bottom: 0;
    font-weight: bold;
    color: #000;
}
.fs-title1 {
    font-size: 22px;
    margin-bottom: 0;
    font-weight: bold;
    color: #000;
}
.fs-title strong {
    font-size: 22px;
    margin: 0 0 13px;
    display: block;
}
/*progressbar*/
#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    /*CSS counters to number the steps*/
    counter-reset: step;
}
#progressbar li {
    list-style-type: none;
    text-transform: uppercase;
    font-size: 16px;
    width: 16.6667%;
    float: left;
    font-weight: bold;
    position: relative;
}
#progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 45px;
    height: 45px;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #333;
    background: #fff;
    border-radius: 3px;
    margin: 0 auto 20px auto;
    transition: all 0.4s ease-in-out;
}
/*progressbar connectors*/
#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    left: -50%;
    top: 22px;
    transition: all 0.4s ease-in-out;
    z-index: -1;
}
#progressbar li:first-child:after {
    content: none;
}
#progressbar li.active:before,  #progressbar li.active:after{
    background: #27AE60;
    color: #fff;
}
.milti-forms-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 50px 0;
    background: url('images/bg.jpg') center no-repeat;
    background-size: cover;
    position: relative;
    min-height: 100vh;
}
.milti-forms-wrapper img {z-index: 1;position: relative;}
.milti-forms-wrapper .container {
    position: relative;
    z-index: 1;
}
.milti-forms-wrapper:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background:
        linear-gradient(red, transparent),
        linear-gradient(to top left, lime, transparent),
        linear-gradient(to top right, blue, transparent);
    background-blend-mode: screen;
    opacity: 0.9;
}
.milti-forms-wrapper:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background:#000;
    background-blend-mode: screen;
    opacity: 0.4;
}
.milti-forms-wrapper > img {
    max-width: 200px;
    margin: 0 auto 30px;
    position: relative;
}
.button-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/*#msform fieldset ul.options-wrapper.yes-wrap {
    flex-direction: row;
    flex-wrap: wrap;
}
#msform fieldset ul.options-wrapper.yes-wrap li {
    width: 50%;
}
#msform fieldset ul.options-wrapper.yes-wrap li label span {
    text-align:center;
    justify-content: center;
    align-items: center;
    font-weight:bold;
}*/
#msform fieldset ul.options-wrapper li label span a { font-size: 20px; margin-left: 10px; color: #000 }
.submit-wrapper { width:100%; }
.form-control { height: 55px; }
.input-container {
    position: relative;
    display: flex;
    flex-direction: column;
}
.input-container:focus-within label {
      transform: translate(0, 0) scale(0.8);
}
.input-container input {
    height: 55px;
    border-radius: .25rem;
    border: 1px solid #ced4da;
    background: #ffffff;
    color: #495057;
    padding: 17px 40px 4px 12px;
    font-size: 1rem;
    line-height: 1;
    font-weight: 500;
    outline: none;
    letter-spacing: 0.2px;
    box-shadow: none;
    width: 100%;
    transition: 200ms cubic-bezier(0, 0, 0.2, 1) 0ms;
}
.input-container input[type="date"] {
    width: 1920px;
    max-width: 100%;
}
.input-container input::placeholder { color: #495057; }
.input-container label {
    position: absolute;
    pointer-events: none;
    transform: translate(0, 16px) scale(1);
    transform-origin: top left;
    transition: 200ms cubic-bezier(0, 0, 0.2, 1) 0ms;
    color: #495057;
    letter-spacing: 0.2px;
    font-size: 14px;
    text-transform: capitalize;
    line-height: 24px;
    left: 12px;
}
.input-container label.filled,
.date-wrap label {
    transform: translate(0, 0) scale(0.8);
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #ced4da;
    outline: 0;
    box-shadow: none;
}
.select2-container { width:100% !important; max-width: 666px; }
.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default .select2-selection--multiple {
    border: 1px solid #ced4da;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    text-align: left;
}
.select2-container .select2-selection--multiple { min-height:55px; }
.select2-container--default .select2-search--inline .select2-search__field { height:40px; padding-top: 8px; margin-top: 6px; }
.select2-container .select2-selection--multiple .select2-selection__rendered { margin-left:0; }
/*cards-wrapper*/
.cards-wrapper {
    position: relative;
    z-index: 1;
}

.cards-wrapper h1 {
    color: #fff;
    position: relative;
    font-weight: bold;
    text-align: center;
    font-size: 36px;
    margin: 20px 0 40px;
}
.cards-wrapper h1:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 150px;
    height: 1px;
    background: #22f5fb;
    transform: translateX(-50%);
}
.cards-wrapper > p {
    text-align: center;
    margin: 0 auto 30px;
    max-width: 85%;
}
.cards-wrapper ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 -10px;
    justify-content: center;
}
.cards-wrapper ul li {
    list-style: none;
    padding: 0 10px;
    margin-bottom: 20px;
    width: 33.333%;
}
.cards-wrapper ul li .card-box {
    background: rgba(0,0,0,0.5);
    display: flex;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 16px rgba(0,0,0,0.2);
    align-items: center;
    transition: all 0.4s ease-in-out;
}
.cards-wrapper ul li .card-box:hover {background: rgba(0,0,0,0.7);transform: translateY(-10px);}
.cards-wrapper ul > h5 { text-align: center; padding: 0 10px; margin:0 0 20px }
.card-box figure {
    width: 100px;
    flex: 0 0 100px;
    margin: 0;
}
.card-box figure:before {
    content: '';
    position: absolute;
    left: -10px;
    bottom: 0;
    width: 70px;
    opacity: 0.4;
    height: 70px;
    border: 5px solid #555;
    transition: all 0.4s ease-in-out;
}
.cards-wrapper ul li .card-box:hover figure:before {opacity: 0.8}
.card-box figure img {
    width: 100%;
}
.cards-wrapper > p {
    text-align: center;
    margin: 0 auto 30px;
    max-width: 85%;
}
.card-box section {
    width: 100%;
    line-height: 1;
    padding-left: 20px;
}
.card-box section h2 {
    font-weight: bold;
    margin: 0;
    font-size: 20px;
    line-height: 1.2;
    color: #fff;
}
.card-box section small {
    display: block;
    margin: 0 0 6px;
    color: #f5f5f5;
}
.card-box section p {
    color: #f5f5f5;
    margin: 0 0 5px;
}
.card-box section button {
    float: right;
    background: transparent;
    color: #fff;
    font-size: 12px;
}
.doctore_detail {
    float: right;
    background: transparent;
    color: #fff;
    font-size: 12px;
}
.card-box section button i {margin-left: 4px;}
.card-box section span {
    display: block;
    font-weight: bold;
    color: #fff;
    font-size: 16px;
    margin: 10px 0 13px;
    line-height: 1.3;
}
/* list-wrapper */
.list-wrapper {
    position: relative;
    z-index: 1;
}

.list-wrapper h1 {
    color: #fff;
    position: relative;
    font-weight: bold;
    text-align: center;
    font-size: 36px;
    margin: 20px 0 40px;
}
.list-wrapper h1:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 150px;
    height: 1px;
    background: #22f5fb;
    transform: translateX(-50%);
}
.list-wrapper > p {
    text-align: center;
    margin: 0 auto 30px;
    max-width: 85%;
}
.list-wrapper ul {
    margin: 10px 0;
}
.list-wrapper ul li {
    list-style: none;
    margin-bottom: 20px;
    width: 100%;
}
.list-wrapper ul li .card-box {
    background: rgba(0,0,0,0.5);
    display: flex;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 16px rgba(0,0,0,0.2);
    align-items: center;
    transition: all 0.4s ease-in-out;
}
.list-wrapper ul li .card-box:hover {background: rgba(0,0,0,0.7);transform: translateY(-10px);}
.list-wrapper ul > h5 { text-align: center; padding: 0 10px; margin:0 0 20px }

.list-wrapper ul li .card-box.hide_box {
    filter: brightness(0.5);
}
.list-wrapper ul li .card-box.hide_box:hover {
    filter: brightness(1);
}
.list-wrapper hr {
    border-top-color: rgba(255,255,255,.5);
}
/*doc-details*/
.doc-details {
    display: flex;
    padding: 20px;
    align-items: flex-start;
}
.doc-details figure {
    margin: 0;
    width: 200px;
    flex: 0 0 200px;
    padding-left: 20px;
}
.doc-details figure:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100px;
    height: 100px;
    border: 5px solid #555;
}
.big-modals .modal-dialog {
    max-width: 700px;
}
.modal-content {
    background: #111;
    box-shadow: 0 0 10px rgba(255,255,255,0.3);
}
.modal-title { color:#fff; }
.doc-details figure img {
    width: 100%;
    position: relative;
}
.doc-details section {
    line-height: 1;
    padding-left: 30px;
}
.doc-details section h2 {
    margin: 0;
    font-size: 22px;
    line-height: 1.2;
    color: #fff;
    font-weight: bold;
}
.doc-details section small {
    display: block;
    margin-bottom: 15px;
    color: #f5f5f5;
    letter-spacing: 0.6px;
}
.doc-details section span {font-weight:bold;color: #fff;font-size: 15px; margin: 10px 0; display: block;}
.doc-details section p {
    line-height: 22px;
    color: #f5f5f5;
    margin: 0 0 16px;
}
button:focus {
    outline: 0px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}
.flex-wrapper {
    display:flex;
    position: relative;
    flex-direction: column;
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    background-color: rgba(255, 255, 255, 0.5);
    padding: 40px;
}
.height-wrapper {
    max-height: 300px;
    overflow: auto;
}
.height-wrapper::-webkit-scrollbar {
  width: 5px;
  border-radius: 10px;
}
.height-wrapper::-webkit-scrollbar-thumb {
  background-color: #222;
    border-radius: 50px;
}
.close {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    z-index: 1;
    opacity: 1;
    background: #000 !important;
    padding: 0 0 3px !important;
    width: 40px;
    position: absolute;
    right: -15px;
    top: -15px;
    margin: 0 !important;
    height: 40px;
    border-radius: 100%;
    box-shadow: 0 0 10px rgba(255,255,255,0.3);
}
.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
    opacity: 1;
    color: #fff;
}

.button-center {
    text-align: center;
}
.button-center a {
    position: relative;
    bottom: 0 !important;
    right: 0 !important;
    display: inline-block;
}
.error-pop .modal-dialog {
    max-width: 600px;
}
.error-pop .modal-body {
        padding: 30px;
    text-align: center;
}
.error-pop h6 {
    color: #fff;
}
.error-pop  h3 {
    font-weight: bold;
    text-align: center;
    font-size: 26px;
    margin: 0 0 20px;
    color: #fff;
}
.error-pop .button-center { margin-top:20px }
.doc-details section .action-button,
.error-pop .button-center a {
    padding: 17px 27px;
    font-size: 14px;
    right: 20px;
    bottom: 20px;
}
ul.list_wrap { margin-bottom:20px; text-align:left; }
ul.list_wrap li {
    color: #fff;
    line-height: 22px;
    margin-bottom: 13px;
    list-style: unset;
}
.add_shad {
    width: 100%;
    box-shadow: 6px 6px 99px rgba(0,0,0,0.33);
/*    border: 1px solid rgb(167 70 184/ 58%);*/
    max-height: 300px;
    overflow-y: auto;
    overflow-x: none;
    margin-bottom: 20px;
}
.add_shad::-webkit-scrollbar {
  width: 6px;
  background: #FFFFFF;
}

.add_shad::-webkit-scrollbar-thumb {
  background-color: #662571;
}
#description p strong  {
    color: #fff;
    font-weight: bold;
}
#description ul { padding-left:20px }
#description ul li {
    color: #fff;
    list-style: outside;
    line-height: 20px;
}
.modal-body.inner_body_wra {
    max-height: 100vh;
    overflow: auto;
}
.datepicker.datepicker-dropdown {
    width: 100%;
    max-width: 270px;
}
.datepicker.datepicker-dropdown table tr th,
.datepicker.datepicker-dropdown table tr td { padding: 6px 0 }

body .uwy.userway_p1 .userway_buttons_wrapper {top: auto !important; bottom: 13px !important; left: calc(100vw - 35px) !important;}

body .uwy.userway_p1 .userway_buttons_wrapper .uai,
body .uwy.userway_p1 .userway_buttons_wrapper .uai img {
    width: 64px;
    height: 64px;
}
.cards-wrapper ul li .card-box.hide_box {
    filter: brightness(0.5);
}
.cards-wrapper ul li .card-box.hide_box:hover {
    filter: brightness(1);
}
.cards-wrapper hr {
    border-top-color: rgba(255,255,255,.5);
}
.select2-container--open .select2-dropdown--below { width: 100% !important }
.select2-container--default .select2-search--inline .select2-search__field{
    width:initial!important;
}
.select2-container--default.select2-container--focus .select2-selection--multiple, .select2-container--default .select2-selection--multiple { padding: 0 !important }
.not_avl {
    background: rgba(0,0,0,0.2);
    color: #fff;
    padding: 15px;
    border-radius: 5px;
    margin: 15px 0 0;
}
.mini-bigbag { padding-right: 5px }
.mini-bigbag .card-box section h2 {
    font-size: 16px;
}
.mini-bigbag .card-box section span {
    font-size: 13px;
    font-weight: 400;
}
.location-details::-webkit-scrollbar {
    width: 5px;
     background-color: #969292;
}
.location-details::-webkit-scrollbar-thumb {
    background-color: #F5F5F5;
}
.mini-bigbag .card-box figure { flex:0 0 70px }
.list-wrapper .mini-bigbag ul li .card-box { padding: 13px }
.map_inner_modal h3 {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 10px;
}
.gm-ui-hover-effect {
        width: 30px !important;
    height: 30px !important;
}
.gm-ui-hover-effect span {margin: 4px !important}
.map_inner_modal a { outline: none !important; }
.map_inner_modal a:hover { text-decoration:underline; }
.therapist_box section h2 { margin-bottom: 10px }
.therapist_box section span {
    margin: 2px 0;
}
.map_inner_modal p { line-height: 21px }
.text-spac { margin: 0 0 10px }
#therapist_locations { margin-bottom: 20px; font-size: 14px; height: 50px; }
button[aria-label="Zoom in"],
button[aria-label="Zoom out"] {
    display: flex !important;
}
button[aria-label="Zoom in"] img,
button[aria-label="Zoom out"] img { position: absolute !important; }
.drop-text {
    float: unset;
}
.drop-zone-wrap {
    width: 50%;
}
.drop-zone-wrap .drop-zone {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}
.drop-zone-wrap h6 {
    color: #222;
    font-size: 18px;
    font-weight: 600;
}
.click-here:hover b {
    color: #6E2472;
    text-decoration: underline;
}
.drop-zone-wrap .image-preview img { width: 100%; object-fit: cover; }
.drop-zone-wrap .image-preview .remove-image {
    display: flex;
    align-items: center;
    justify-content: center;
}
.drop-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
}
.drop-content > img {
    width: 50px;
}
.insurance-card-wrapper {
    padding-top: 25px;
    backdrop-filter: blur(6px);
    background-color: rgba(255, 255, 255, 0.5);
}
.insurance-card-wrapper .flex-wrapper {
    background: none;
    backdrop-filter: unset;
    padding-bottom: 25px;
}
.insurance-card-wrapper h5{
    color: #222;
    font-size: 20px;
    margin-bottom: 0;
    margin-top: 0px;
    padding-top: 10px;
}
.map-side-bar > .form-control { font-size: 13px; }
