@charset "utf-8";

/* GLOBAL RESETS
**********************************************************/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    background: transparent;
    resize: none
}

body {
    line-height: 1
}

a,
a:hover {
    text-decoration: none;
    outline: none
}

a:active,
a:focus {
    outline: 0
}

img {
    border: none;
    vertical-align: top
}


/* DEFAULT FORM STYLING */

input[type="radio"],
input[type="checkbox"] {
    vertical-align: -2px
}

textarea {
    resize: none
}

input {
    visibility: visible;
    outline: none
}


/* INDIVIDUAL RESET */

.reset {
    list-style: none;
    padding: 0;
    margin: 0
}


/* FLOATS */

.lf {
    float: left
}

.rf {
    float: right
}


/* CLEAR FLOAT */

.clear {
    clear: both;
    padding: 0;
    margin: 0;
    overflow: hidden;
    height: 0
}


/* OVERFLOW-HIDDEN */

.ovfl-hidden {
    overflow: hidden
}


.second-consent-buttons {
    display: flex;
    width: 50%;
}

  /* The Close Button */
  .close-consent-modal {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }

  .second-consent-button{
    margin-inline: 2px !important;
  }
  
  .close-consent-modal:hover,
  .close-consent-modal:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }
.modal-custom-main {
    display: block; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
  /* Modal Content */
  .modal-content-custom {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
  }


  .cv-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
  /* Modal Content */
  .modal-content-decline {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
  }
  
  /* The Close Button */
  .close-decline-modal {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  
  .close-decline-modal:hover,
  .close-decline-modal:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }
/*HTML5 Reset*/

header,
footer,
aside,
article,
nav,
hgroup,
section {
    display: block
}

.error {
    color: #ff0000
}


/***********************************************************************************/


/*** GLOBAL SETTING ***/
html *
{
    font-family: 'Montserrat', sans-serif !important;

}
html,
body {
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    color: #333;
    line-height: normal;
}

.medhiwa-logo {
    height: 25px;
    top: 10px;
    position: absolute;
    display: flex;
}


/*** GLOBAL SELECTORS ***/

.container2 {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

#form1 {
    max-width: auto;
}

.alert {
    text-align: center;
}

#preview {
    max-height: 256px;
    height: auto;
    width: auto;
    max-height: 200px;
    max-width: 200px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
}

#img_container {
    border-radius: 5px;
    /*  margin-top:20px;*/
    max-width: 300px;
    max-height: 200px;
}

.input-group {
    /*  margin-left:calc(calc(100vw - 100%)/2);*/
    margin-top: 5px;
    width: 320px;
}

.imgInp {
    width: 150px;
    margin-top: 10px;
    padding: 10px;
    background-color: #d3d3d3;
}

.uploader {
    border: dashed gray 1px;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
}

#form2 {
    max-width: auto;
}

.alert2 {
    text-align: center;
}

#preview2 {
    max-height: 256px;
    height: auto;
    width: auto;
    max-height: 200px;
    max-width: 200px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
}

#img_container2 {
    border-radius: 5px;
    max-width: 300px;
    max-height: 200px;
}

a {
    color: #24beca;
}

a:hover {
    color: #000000;
}

.mapmainwrap {
    height: 100%;
    overflow: hidden
}

.headersec .hdrtop {
    background-image: linear-gradient(90deg,#e66e4a 0%,#fcaf50 100%);
    padding: 10px;
    text-align: center;
    color: black;
}

.headersec .hdrlogosec {
    padding: 0px;
}

.headersec .hdrlogosec .logo {
    width: 240px;
}

.headersec .hdrlogosec .logo img {
    max-width: 100%;
}

.headersec .tagline {
    background-image: linear-gradient(90deg,#e66e4a 0%,#fcaf50 100%);
    padding: 10px;
    text-align: center;
    color: black;
}

.mapmainsec {
    font-size: 0px;
    display: flex;
}

.mapmainsec .maplftsec {
    display: inline-block;
    width: 380px;
    font-size: 16px;
    vertical-align: top;
    background: #fff;
    z-index: 1;
    box-shadow: 1px 0px 12px rgba(0, 0, 0, 0.1);
    position: fixed;
    left: 0;
    top: 165px;
}

.mapmainsec .mapsecrgt {
    width: 100%;
    margin-left: 380px;
    height: 100%;
    vertical-align: top;
    display: inline-block;
    position: relative;
    height: calc(100vh - 50px);
}

.mapmainsec .mapsecrgt #map {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.resultcounter {
    padding: 12px 15px;
    border: solid 1px #eee
}

.resultcounter label {
    color: #4A5068;
    font-size: 14px
}

.mapmainsec .maplftsec #allSiteSearch {
    height: calc(100vh - 230px);
}

.mapmainsec .maplftsec #loader {
    text-align: center;
    height: calc(100vh - 166px);
}

.infoWindow {
    padding: 12px 16px
}

.infoWindow h5 {
    font-family: Roboto, "Helvetica Neue", Helvetica, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    padding-bottom: 3px;
    color: rgb(29, 29, 29);
}

.infoWindow .address {
    font-family: Roboto, "Helvetica Neue", Helvetica, sans-serif;
    font-style: normal;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: rgb(139, 141, 151);
}

.infoWindow table.table {
    margin-bottom: 0
}

.infoWindow table th {
    font-family: Roboto, "Helvetica Neue", Helvetica, sans-serif;
    font-style: normal;
    line-height: normal;
    font-weight: 500;
    font-size: 12px;
    color: rgb(51, 51, 51);
    text-transform: capitalize;
    text-align: center;
    padding: 0
}

.infoWindow.step2 .backbtn {
    margin-bottom: 15px;
}

.infoWindow.step2 .backbtn a {
    color: #767993;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
}

.infoWindow.step2 .address {
    margin-bottom: 10px
}

.infoWindow.step2 .pickdate {
    color: #24beca;
    font-weight: 500
}

.infoWindow.step3 .backbtn {
    margin-bottom: 15px;
}

.infoWindow.step3 .backbtn a {
    color: #767993;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
}

.infoWindow.step3 .address {
    margin-bottom: 10px
}

.infoWindow.step3 .pickdate {
    color: #24beca;
    font-weight: 500
}

.css-1d6gbu9.e7dwvpw2 {
    width: 100%;
    height: calc(100vh - 334px);
    max-height: 100%;
    overflow: hidden auto;
    padding: 10px 15px;
}

.mapboxgl-popup {
    max-width: 340px !important
}

.infoWindow table td button {
    font-family: Roboto, "Helvetica Neue", Helvetica, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    max-width: 87px;
    padding: 12px 16px;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.1s ease-in-out 0s;
    background: #fff;
    border: solid 1px #24beca;
    color: #24beca;
    width: 100%
}

.infoWindow table td button span {
    display: block;
    font-size: 13px;
}

.infoWindow table td button:hover {
    background: #eeedf9;
    border: solid 1px #24beca;
    color: #24beca
}

.infoWindow table td button.clstoday {
    background: #24beca;
    border: solid 1px #24beca;
    color: #fff
}

.infoWindow table td button:disabled,
.infoWindow table td button.clstoday:disabled:hover {
    background: #eeedf9;
    border: solid 1px #767993;
    color: #a3a7bd;
    cursor: default
}

.infoWindow i.fa {
    margin-right: 5px;
}

.css-smkhug {
    display: flex;
    flex-direction: row;
    -moz-box-align: center;
    align-items: center;
    padding-bottom: 8px;
}

.btn-arrow {
    width: 38px;
    height: 38px;
    display: inline-block;
    background: #f2f2f4;
    text-align: center;
    line-height: 38px;
    font-size: 20px;
    color: #24beca;
    cursor: pointer;
    border-radius: 90px;
}

.btn-arrow i {
    color: #24beca
}

.selectedday {
    float: left;
}
.phone_num {
	margin-left: 40px;
	padding-bottom: 7px;
}
.selectedday .arrowbtn {
    width: 30px;
    height: 30px;
    padding: 0;
    display: inline-block;
    background: #f2f2f4;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    color: #24beca;
    cursor: pointer;
    border-radius: 90px;
}

.selectedday .arrowbtn i {
    color: #24beca
}

.pickday {
    overflow: hidden
}

.pickday .viewallbtn {
    float: right;
    border: 0px;
    background: none;
    font-weight: 500;
    color: rgb(139, 141, 151)
}

.pickday .viewallbtn:hover {
    color: #24beca
}

.errortext {
    padding: 10px;
    text-align: center
}

#moreDateBtnDiv {
    padding: 0px 0px 15px;
}

#map {
    height: 100%;
}

.css-148xxg7 {
    grid-template-areas: "sidebar map";
    grid-template-columns: 375px auto;
    grid-template-rows: auto;
    position: relative;
    display: grid;
    flex: 1;
    width: 100%;
    overflow: hidden;
    grid-auto-flow: row dense;
}

.css-vp0njc {
    box-shadow: 1px 0px 12px rgba(0, 0, 0, 0.1);
    z-index: 1;
    padding-top: 65px;
    overflow: hidden;
    grid-area: sidebar;
}

.mapboxgl-canary {
    background-color: salmon;
}

.css-khm3an {
    position: absolute;
    inset: 0px;
    pointer-events: none;
    overflow: hidden;
}

.css-ggx77v {
    width: 32px;
    height: 80px;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    justify-content: space-evenly;
    background-color: rgb(255, 255, 255);
    position: absolute;
    bottom: 16px;
    right: 16px;
}

.mapboxgl-canvas {
    position: absolute;
    left: 0;
    top: 0;
}

.css-1bonp71 {
    height: 100%;
}

.css-1bonp71>* {
    max-height: 100%;
    height: 100%;
}

.css-s31169 {
    width: 375px;
    margin: -6px auto;
    display: flex;
    flex-direction: column;
    padding: 8px 16px;
    align-items: flex-start;
    max-height: 100%;
    height: 100%;
}

.css-9wu7c5 {
    border: 1px solid rgb(196, 196, 196);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 4px;
    border-radius: 5px;
    background: rgb(255, 255, 255);
    color: rgb(19, 5, 108);
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 4px 12px;
    height: 49px;
    position: absolute;
    top: 8px;
    left: 8px;
    right: 8px;
    z-index: 2;
    width: 359px;
}

.css-xsbzuw {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 24px;
    height: 24px;
}

.css-8vphx7 {
    border: none;
    outline: 0px;
    margin: 0px;
    padding: 0px 0px 0px 8px;
    overflow: visible;
    background: transparent;
    font-family: Roboto, "Helvetica Neue", Helvetica, sans-serif;
    font-style: normal;
    line-height: 28px;
    font-weight: 500;
    font-size: 18px;
    width: 100%;
    color: inherit;
}

.css-s31169 {
    width: 375px;
    margin: -6px auto;
    display: flex;
    flex-direction: column;
    padding: 8px 16px;
    align-items: flex-start;
    max-height: 100%;
    height: 100%;
}

.css-1hd7tfi {
    margin: 0px;
    padding: 0px;
    width: auto;
    overflow: visible;
    background: transparent;
    display: inline-flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
    border: 2px solid transparent;
    border-radius: 4px;
    color: rgb(118, 121, 147);
}

.css-913zmx {
    height: 24px;
    width: 24px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.css-18tp5ot {
    font-family: Roboto, "Helvetica Neue", Helvetica, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    padding-right: 8px;
}

.css-u4p24i {
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
}

.css-j7qwjs {
    display: flex;
    flex-direction: column;
}

.css-1f60a7s {
    font-family: Roboto, "Helvetica Neue", Helvetica, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    padding-bottom: 3px;
    color: rgb(29, 29, 29);
}

.css-1uve6me {
    font-family: Roboto, "Helvetica Neue", Helvetica, sans-serif;
    font-style: normal;
    font-size: 16px;
    line-height: 19px;
    font-weight: 500;
    color: rgb(139, 141, 151);
}

.css-1lkv2sv {
    display: flex;
    flex-flow: row wrap;
    margin-left: -4px;
}

.css-s31169>* {
    margin-top: 6px;
    margin-bottom: 6px;
}

.css-s31169>* {
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 8px;
}

.css-153x5jj {
    font-family: Roboto, "Helvetica Neue", Helvetica, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    white-space: nowrap;
    display: inline-flex;
    height: 24px;
    border-radius: 20px;
    padding: 0px 8px;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
    background-color: rgb(240, 255, 244);
    color: rgb(34, 84, 61);
}

.css-1yyvql7 {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    margin-right: 8px;
    height: 12px;
    width: 12px;
}

.css-1yyvql7 svg {
    height: 100%;
    width: 100%;
}

.css-153x5jj {
    font-family: Roboto, "Helvetica Neue", Helvetica, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    white-space: nowrap;
    display: inline-flex;
    height: 24px;
    border-radius: 20px;
    padding: 0px 8px;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
    background-color: rgb(240, 255, 244);
    color: rgb(34, 84, 61);
    margin-bottom: 15px;
}

.css-1ecvoll:disabled {
    background-color: var(--disabled-background-color);
    color: var(--disabled-text-color);
    border-color: var(--disabled-border-color);
}

.css-1n4jfo1 svg {
    height: 100%;
    width: 100%;
}

.css-j7qwjs {
    display: flex;
    flex-direction: column;
}

.css-1f60a7s {
    font-family: Roboto, "Helvetica Neue", Helvetica, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    padding-bottom: 3px;
    color: rgb(29, 29, 29);
}

.css-1uve6me {
    font-family: Roboto, "Helvetica Neue", Helvetica, sans-serif;
    font-style: normal;
    font-size: 16px;
    line-height: 19px;
    font-weight: 500;
    color: rgb(139, 141, 151);
}

.mapboxgl-map {
    font: 12px/20px Helvetica Neue, Arial, Helvetica, sans-serif;
    overflow: hidden;
    position: relative;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.css-1q4x2uj {
    inset: 0px;
    position: absolute !important;
}

.css-euuxnh {
    background-color: rgb(243, 242, 245);
    position: absolute;
    inset: 0px;
}

.css-fjs2zj {
    grid-area: map / map / map / map;
    position: relative;
}

.css-1ecvoll {
    margin: 0px 0px 10px;
    overflow: visible;
    background-image: initial;
    background-position: initial;
    background-size: initial;
    background-repeat: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    font-family: Roboto, "Helvetica Neue", Helvetica, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    --background-color: #ffffff;
    --hover-background-color: #EEEDF9;
    --active-background-color: #24beca;
    --disabled-background-color: #EEEDF9;
    --text-color: #24beca;
    --active-text-color: #ffffff;
    --disabled-text-color: #A3A7BD;
    --border-color: #24beca;
    --hover-border-color: #24beca;
    --active-border-color: #24beca;
    --disabled-border-color: #767993;
    display: flex;
    width: 100%;
    padding: 12px 16px;
    background-color: var(--background-color);
    color: var(--text-color);
    border: 1px solid var(--border-color);
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.1s ease-in-out 0s;
    text-transform: capitalize;
}

.css-1ecvoll:hover {
    background: #eeedf9
}

.css-1ecvoll small {
    font-size: 14px;
}

.css-4wo86p {
    background: rgb(16, 6, 159);
    color: white;
    max-height: 80px;
    padding: 10px;
    text-align: center;
    transition: max-height 0.075s linear 0s, padding 0.075s linear 0s;
    white-space: pre-wrap;
}

.css-b9wrd9 {
    font-family: Roboto, "Helvetica Neue", Helvetica, sans-serif;
    font-style: normal;
    font-weight: bold;
    background-color: rgb(238, 237, 249);
    height: 25px;
    width: 25px;
    min-width: 25px;
    color: rgb(16, 6, 159);
    font-size: 13px;
    line-height: 120.19%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    border-radius: 50%;
    margin-right: 16px;
    margin-top: 2px;
}

.square {
    height: 50px;
    width: 50px;
    background-color: #eeedf9;
}

.css-6tzbc6 {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.css-6tzbc6 {
    flex: 1 1 0%;
    display: flex;
    flex-direction: column;
    padding-bottom: calc(60px + env(safe-area-inset-bottom));
}

.css-19midj6 {
    padding: 16px;
}

.css-jw9o00 {
    position: relative;
    width: 100%;
    height: 4px;
    background: rgb(243, 242, 245);
    border-radius: 2px;
    margin-top: 8px;
}

.css-15ir61a {
    font-family: Roboto, "Helvetica Neue", Helvetica, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    color: rgb(173, 34, 11);
    margin-top: 32px;
    margin-bottom: 32px;
}

.css-rozd7h {
    display: flex;
    flex-direction: column;
    margin-top: -4px;
    margin-bottom: -4px;
}

.css-1q04jm {
    font-family: Roboto, "Helvetica Neue", Helvetica, sans-serif;
    font-style: normal;
    width: 100%;
    border-radius: 4px;
    background-color: rgb(238, 237, 249);
    border: 2px solid rgb(238, 237, 249);
    padding: 12px 16px;
    font-size: 18px;
    font-weight: bold;
    line-height: 21.6px;
    cursor: pointer;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    text-align: left;
    color: rgb(26, 31, 45);
}

.css-1clcfn8 {
    min-width: 18px;
    min-height: 18px;
    background: rgb(255, 255, 255);
    border-radius: 2px;
    transition: all 150ms ease 0s;
    border: 1px solid rgb(16, 6, 159);
    margin-right: 16px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.css-1tygkn3 {
    position: absolute;
    top: 50%;
    transform: translateX(-4px) translateY(-50%);
    left: 0%;
    width: 8px;
    height: 8px;
    background: rgb(196, 0, 140);
    border-radius: 50%;
}

.css-ri5yma {
    position: absolute;
    top: 50%;
    transform: translateX(-4px) translateY(-50%);
    left: 33.3333%;
    width: 8px;
    height: 8px;
    background: rgb(196, 0, 140);
    border-radius: 50%;
}

.css-4ot8vf {
    width: 38.8889%;
    height: 4px;
    background: rgb(196, 0, 140);
    border-radius: 2px 1px 1px 2px;
}

.css-fhiy4i {
    position: unset;
    box-shadow: none;
    bottom: 0px;
    left: 0px;
    right: 0px;
    display: flex;
    padding-top: 0px;
    padding-right: 16px;
    padding-left: 16px;
    padding-bottom: env(safe-area-inset-bottom);
    background-color: rgb(255, 255, 255);
    -webkit-box-align: center;
    align-items: center;
    height: calc(80px + env(safe-area-inset-bottom));
}

.css-10a9wxa {
    margin: 0px;
    overflow: visible;
    background-image: initial;
    background-position: initial;
    background-size: initial;
    background-repeat: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    font-family: Roboto, "Helvetica Neue", Helvetica, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    --background-color: transparent;
    --hover-background-color: transparent;
    --active-background-color: transparent;
    --disabled-background-color: transparent;
    --text-color: #767993;
    --active-text-color: #767993;
    --disabled-text-color: #767993;
    --border-color: transparent;
    --hover-border-color: transparent;
    --active-border-color: transparent;
    --disabled-border-color: transparent;
    display: flex;
    width: 100%;
    padding: 12px 16px;
    background-color: var(--background-color);
    color: var(--text-color);
    border: 1px solid var(--border-color);
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.1s ease-in-out 0s;
}

.css-kzfr2u {
    flex: 2 1 0%;
}

.css-v1r4pl {
    margin: 0px;
    overflow: visible;
    background-image: initial;
    background-position: initial;
    background-size: initial;
    background-repeat: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    font-family: Roboto, "Helvetica Neue", Helvetica, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    --background-color: #24beca;
    --hover-background-color: #2A1ED9;
    --active-background-color: #13056C;
    --disabled-background-color: #636DC7;
    --text-color: #ffffff;
    --active-text-color: #ffffff;
    --disabled-text-color: #ffffff;
    --border-color: var(--background-color);
    --hover-border-color: var(--hover-background-color);
    --active-border-color: var(--active-background-color);
    --disabled-border-color: var(--disabled-background-color);
    display: flex;
    width: 100%;
    padding: 12px 16px;
    background-color: var(--background-color);
    color: var(--text-color);
    border: 1px solid var(--border-color);
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.1s ease-in-out 0s;
}

.css-1mt1g5p {
    font-family: Roboto, "Helvetica Neue", Helvetica, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 1.2;
    margin-top: -20px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
}

.css-15ir61a {
    font-family: Roboto, "Helvetica Neue", Helvetica, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    color: #4C4C4C;
    margin-top: 32px;
    margin-bottom: 32px;
}

.css-1hrz6wj {
    font-family: Roboto, "Helvetica Neue", Helvetica, sans-serif;
    font-style: normal;
    font-size: 18px;
    line-height: 28px;
    color: rgb(118, 121, 147);
    padding-bottom: 8px;
    display: block;
}

.css-15m0e5i {
    border: 2px solid rgb(118, 121, 147);
    outline: 0px;
    margin: 0px;
    overflow: visible;
    background: rgb(250, 250, 250);
    font-family: Roboto, "Helvetica Neue", Helvetica, sans-serif;
    font-style: normal;
    width: 100%;
    font-size: 20px;
    line-height: 24px;
    padding: 10px 14px;
    color: rgb(26, 31, 45);
    border-radius: 4px;
}

.css-1ec4poq {
    flex-shrink: 0;
    height: 16px;
}

.css-1xzphfi {
    font-family: Roboto, "Helvetica Neue", Helvetica, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 1.2;
    margin-top: -20px;
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
}


/*08 Jan 2020*/

.gender {
    font-family: Roboto, "Helvetica Neue", Helvetica, sans-serif;
    font-style: normal;
    width: 100%;
    border-radius: 4px;
    background-color: rgb(238, 237, 249);
    border: 2px solid rgb(238, 237, 249);
    padding: 12px 16px;
    font-size: 16px;
    font-weight: bold;
    line-height: 21.6px;
    cursor: pointer;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    color: rgb(26, 31, 45);
}

.picktest {
    font-family: Roboto, "Helvetica Neue", Helvetica, sans-serif;
    font-style: normal;
    width: 100%;
    border-radius: 4px;
    background-color: rgb(238, 237, 249);
    border: 2px solid rgb(238, 237, 249);
    padding: 12px 16px 12px 45px;
    font-size: 16px;
    font-weight: normal;
    line-height: 21.6px;
    cursor: pointer;
    -webkit-box-align: center;
    align-items: center;
    color: rgb(26, 31, 45);
    position: relative
}

.picktest .notetxt {
    display: block;
    font-size: 14px;
    color: #666;
    font-style: italic
}

.customradio input {
    display: none
}

.customradio input:checked+label {
    border: solid 2px #24beca
}

.css-10hrz6wj.e1n3wnwi0 {
    font-family: Roboto, "Helvetica Neue", Helvetica, sans-serif;
    font-style: normal;
    font-size: 18px;
    line-height: 25px;
    color: rgb(118, 121, 147);
    margin-left: 0;
    margin-bottom: 0;
}

.css-20m0e5i {
    border: 2px solid rgb(118, 121, 147);
    outline: 0px;
    margin: 0px;
    overflow: visible;
    background: rgb(250, 250, 250);
    font-family: Roboto, "Helvetica Neue", Helvetica, sans-serif;
    font-style: normal;
    font-size: 20px;
    line-height: 24px;
    padding: 10px 14px;
    color: rgb(26, 31, 45);
    border-radius: 4px;
}

.customradio .css-uv4b1h {
    min-width: 18px;
    min-height: 18px;
    border-radius: 90px;
    transition: all 150ms ease 0s;
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
    border-color: rgb(16, 6, 159);
    border-style: solid;
    border-width: 1px;
    margin-right: 8px;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
}

.customradio input:checked+label .css-uv4b1h {
    border-width: 4px;
}

.radiolist {
    margin-bottom: 20px;
}

.customcheckbox .picktest .css-uv4b1h {
    position: absolute;
    left: 15px;
    top: 15px;
    width: 18px;
    height: 18px;
}
.fa-check::before{
    display: none;
}
.fa-chevron-right::before{
    display: none;
}
.fa-chevron-left::before{
    display: none;
}
.fas.fa-chevron-right {
	margin-top: 5px;
}
.fas.fa-chevron-left {
	margin-top: 5px;
}
.customcheckbox input {
    display: none
}

.fas.fa-chevron-left.left-arrow {
	margin-bottom: 5px !important;
	margin-top: 0px;
}
.fas.fa-chevron-right.right-arrow {
	margin-bottom: 5px !important;
	margin-top: 0px;
}

.customcheckbox input:checked+label {
    border: solid 2px #24beca
}

.required {
    color: red;
    font-size: 24px;
    font-weight: bold;
    vertical-align: text-top;
}

.customcheckbox .css-uv4b1h {
    min-width: 20px;
    min-height: 20px;
    border-radius: 3px;
    transition: all 150ms ease 0s;
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
    border-color: rgb(16, 6, 159);
    border-style: solid;
    border-width: 1px;
    margin-right: 8px;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
}

.customcheckbox .css-uv4b1h i {
    display: none
}

.customcheckbox input:checked+label .css-uv4b1h i {
    display: block;
    color: #24beca;
    font-size: 12px;
}

.paragrph {
    font-size: 17px;
    font-family: roboto;
    line-height: 26px;
    margin-bottom: 15px;
    display: block;
}

.refreshicon {
    float: right;
    border: 0px;
    background: none;
    font-weight: 500;
    color: rgb(139, 141, 151);
    cursor: pointer;
    border: solid 2px #ccc;
    padding: 5px 10px;
    border-radius: 5px;
    margin-top: 10px;
}

.refreshicon:hover {
    color: #24beca;
    border-color: #24beca
}


/*08 Jan 2020*/


/*11 Jan 2020*/

#signature-pad {
    border: 1px solid #ddd;
    padding: 20px 0;
    border-radius: 8px;
}


/*11 JAn 2020*/


/*12 Jan 2020*/

#allSiteSearch {
    overflow-y: auto;
    height: 100%;
}


/*12 Jan 2020*/

@media only screen and ( max-width: 1280px) {}

@media only screen and ( max-width: 1024px) {}

@media only screen and ( max-width: 980px) {
    .mapmainsec .mapsecrgt {
        margin-left: 250px
    }
}

@media only screen and ( max-width: 800px) {
    .mapmainsec .maplftsec {
        top: 184px
    }
    .mapmainsec .maplftsec #allSiteSearch {
        height: calc(100vh - 250px)
    }
    .mapmainsec .mapsecrgt {
        margin-left: 170px
    }
}

@media only screen and ( max-width: 768px) {}

@media only screen and ( max-width: 736px) {
    .mapmainsec .mapsecrgt {
        margin-left: 0px;
        height: 300px;
    }
    .mapmainsec .maplftsec #allSiteSearch {
        height: calc(100vh - 434px)
    }
    .mapmainsec .maplftsec {
        width: 100%;
        top: 369px
    }
    .headersec .hdrtop,
    .headersec .tagline {
        display: none;
    }
    .headersec .hdrlogosec .logo {
        width: 180px;
    }
    .infoWindow table.table {
        width: 380px;
    }
    .mapmainsec .mapsecrgt.hidemap {
        display: none
    }
    .mapmainsec .maplftsec.movecontent {
        top: 75px;
    }
    .mapmainsec .maplftsec .css-1d6gbu9.e7dwvpw2 {
        height: calc(100vh - 270px)
    }
    .mapmainsec .maplftsec.movecontent .resultmain {
        width: 375px;
        margin: 0 auto
    }
}

@media only screen and ( max-width: 667px) {
    .mapmainsec .maplftsec .css-1d6gbu9.e7dwvpw2 {
        height: calc(100vh - 248px)
    }
}

@media only screen and ( max-width: 640px) {}

@media only screen and ( max-width: 600px) {}

@media only screen and ( max-width: 568px) {}

@media only screen and ( max-width: 480px) {
    .css-6tzbc6 {
        width: 100%;
    }
}

@media only screen and ( max-width: 414px) {
    .mapmainsec .maplftsec.movecontent .resultmain {
        width: 100%
    }
}

@media only screen and ( max-width: 384px) {
    .infoWindow table.table {
        width: 300px;
    }
}

@media only screen and ( max-width: 375px) {}

@media only screen and ( max-width: 360px) {}

@media only screen and ( max-width: 320px) {}