@import url('https://fonts.googleapis.com/css2?family=BenchNine:wght@300;400;700&family=Open+Sans:wght@300;400;600;700;800&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@200;400;700&family=Roboto+Condensed:wght@400;700&display=swap');




body {
    margin: 0px;
    background: #fff;
    min-height: 100%;
    z-index: 1;
}



.ui-datepicker {
  font-size: 12px;
}


::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #ccc;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #ccc;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #ccc;
}





.quill_html_text_small {
  position: relative;
  text-align:left;
  font-family: 'Noto Sans', sans-serif;
  font-size: 13px;
  line-height: 15px;
  font-weight: normal;
  color: #000;
}


.quill_html_text_large {
  position: relative;
  text-align:left;
  font-family: 'Noto Sans', sans-serif;
  font-size: 22px;
  line-height: 26px;
  font-weight: normal;
  color: #000;
}


.quill_html_text_huge {
  position: relative;
  text-align:left;
  font-family: 'Noto Sans', sans-serif;
  font-size: 32px;
  line-height: 36px;
  font-weight: normal;
  color: #000;
}




.bodytext {
    position: relative;
    text-align:left;
    font-family: 'Noto Sans', sans-serif;
    font-size: 18px;
    font-weight: 200;
    color: #444;
    line-height: 20px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.bodytext a:link,
.bodytext a:hover,
.bodytext a:visited,
.bodytext a:active
{
  color: #444;
  text-decoration: none;
}




.bodytext_dark {
  position: relative;
  text-align:left;
  font-family: 'Noto Sans', sans-serif;
  font-size: 18px;
  font-weight: 200;
  color: #222;
  line-height: 20px;
}

.bodytext_dark a:link,
.bodytext_dark a:hover,
.bodytext_dark a:visited,
.bodytext_dark a:active
{
  color: #222;
  text-decoration: none;
}




.formtext {
  position: relative;
  text-align:left;
  font-family: 'Noto Sans', sans-serif;
  font-size: 11px;
  font-weight: 200;
  color: #000;
  line-height: 13px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}





.bodytext_copyright {
  position: relative;
  text-align:left;
  font-family: 'Noto Sans', sans-serif;
  font-size: 10px;
  font-weight: 200;
  color: #444;
  line-height: 13px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.bodytext_copyright a:link,
.bodytext_copyright a:hover,
.bodytext_copyright a:visited,
.bodytext_copyright a:active
{
  color: #444;
  text-decoration: none;
}


@media screen and (min-width: 501px) {
  .bodytext_copyright { 
      font-size: 10px;
      line-height: 13px;
  }
}
@media screen and (max-width: 500px) {
  .bodytext_copyright { 
      font-size: 9px;
      line-height: 15px;
  }
}



#copyright_text {
    display: inline-block; 
    position: relative; 
    box-sizing: border-box; 
    text-align: left; 
    color: #000;
    order: 1;
}

#website_by {
    display: inline-block; 
    position: relative; 
    box-sizing: border-box; 
    text-align: right; 
    flex-grow: 1;
    order: 2;
}

#asha_logos {
    display: flex; 
    position: relative; 
    flex-flow: row wrap; 
    gap: 20px; 
    justify-content: center; 
    align-items: flex-end; 
    box-sizing: border-box; 
    text-align: left; 
    width: 100%; 
    font-size: 9px; 
    line-height: 11px;
    order: 3;
    border-top: 1px solid #ccc;
    padding-top: 8px;
}

@media screen and (min-width: 451px) {
    #copyright_text {
        display: inline-block; 
        text-align: left;
    }
    #website_by { 
        order: 2;
    }
    #asha_logos {
        order: 3;
    }
}
@media screen and (max-width: 450px) {
    #copyright_text {
        display: block; 
        text-align: center;
        width: 100%;
    }
    #website_by { 
        order: 3;
        text-align: center;
    }
    #asha_logos {
        order: 2;
    }
}



#signup_block {
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 0px; 
    box-sizing: border-box;
    text-align: center;
}

@media screen and (min-width: 901px) {
    #signup_block {
        width: 100%;
    }
}
@media screen and (max-width: 900px) {
    #signup_block {
        width: 280px;
    }
}



#home_text {
    display: inline-block; 
    position: relative; 
    width: calc(65% - 10px); 
    text-align: left; 
    padding: 0px; 
    box-sizing: border-box;
    order: 1;
}

#home_pics {
    display: inline-block; 
    position: relative; 
    width: calc(35% - 10px); 
    padding: 0px; 
    box-sizing: border-box; 
    text-align: center;
    order: 2;
}

#home_pics_inner {
    display: inline-block; 
    position: relative; 
    padding: 0px; 
    box-sizing: border-box; 
    width: 100%; 
    max-width: 400px;
}

@media screen and (min-width: 551px) {
    #home_text {
        width: calc(65% - 10px);
        order: 1; 
    }
    #home_pics { 
        width: calc(35% - 10px);
        order: 2;
    }
    #home_pics_inner {
        max-width: 400px;
    }
}
@media screen and (max-width: 550px) {
    #home_text {
        width: 100%; 
        order: 2;
    }
    #home_pics { 
        width: 100%;
        order: 1;
    }
    #home_pics_inner {
        max-width: 300px;
    }
}



#about_text {
    display: inline-block; 
    position: relative; 
    width: calc(60% - 10px); 
    text-align: left; 
    padding: 0px; 
    box-sizing: border-box;
}

#circles_container {
    display: inline-block; 
    position: relative; 
    padding: 0px; 
    box-sizing: border-box; 
    width: calc(40% - 10px);
}

@media screen and (min-width: 601px) {
    #about_text {
        width: calc(60% - 10px);
    }
    #circles_container { 
        width: calc(40% - 10px);
    }
}
@media screen and (max-width: 600px) {
    #about_text {
        width: 100%; 
    }
    #circles_container { 
        width: 100%;
    }
}






.link_text {
    display: inline-block;
    position: relative;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #666;
    line-height: 15px;
    text-align: center;
    cursor: pointer;
    transition: 0.3s;
    padding: 0px;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.link_text:hover {
    color: #000;
}


#main_text_links {
  display: flex; 
  position: absolute; 
  right: 40px; 
  top: 20px; 
  bottom: 10px; 
  text-align: right; 
  flex-flow: row wrap; 
  justify-content: flex-end; 
  align-items: center; 
  align-content: flex-end;
}

#main_menu_icon {
  display: none;
  position: absolute;
  right: 55px;
  top: 15px;
  max-height: 20px;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#main_menu_icon::before {
  content: url(pics/menu_icon.png);
}

#menu_icon_links_container {
  display: none;
  position: absolute;
  right: 0px;
  top: calc(100% + 6px);
  background: #fff;
  border: 1px solid #aaa;
  padding: 0px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.menu_icon_link {
  display: block;
  position: relative;
  padding: 8px;
  padding-left: 25px;
  padding-right: 25px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #666;
  line-height: 16px;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
}

.menu_icon_link:hover {
  color: #000;
}

@media screen and (min-width: 1101px) {
  #main_text_links { 
    display: flex;
  }
  #main_menu_icon {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  #main_text_links { 
    display: none;
  }
  #main_menu_icon {
    display: block;
  }
}









#tabs_container_outer {
  display: inline-block; 
  position: relative; 
  box-sizing: border-box; 
  padding: 0px;  
}

#tabs_container {
  display: block;
  position: relative;
  box-sizing: border-box;
  padding: 0px;
  left: 0px;
  width: 100%;
  height: 100px;
}

.tab {
  display: inline-block;
  position: relative;
  top: 70px;
  width: 120px;
  height: 16px;
  border-bottom: 1px solid #eee;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #aaa;
  line-height: 16px;
  text-align: left;
  margin-right: -80px;
  padding: 0px;
  padding-left: 15px;
  cursor: pointer;
  transition: 0.3s;
  transform-origin: bottom left;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  transform: rotate(-30deg);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.tab_active {
  display: inline-block;
  position: relative;
  top: 70px;
  width: 120px;
  height: 16px;
  border-bottom: 1px solid #007d9a;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #007d9a;
  line-height: 16px;
  text-align: left;
  margin-right: -80px;
  padding: 0px;
  padding-left: 15px;
  transition: 0.3s;
  transform-origin: bottom left;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  transform: rotate(-30deg);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.tab:hover {
  color: #000;
}

.tab_dot {
  display: block; 
  position: absolute; 
  width: 8px; 
  height: 8px; 
  bottom: -5px; 
  left: -4px; 
  border-radius: 50%; 
  background: #ccc;
}

.tab_dot_active {
  display: block; 
  position: absolute; 
  width: 8px; 
  height: 8px; 
  bottom: -5px; 
  left: -4px; 
  border-radius: 50%; 
  background: #007d9a;
}

@media screen and (min-width: 551px) {
  #tabs_container { 
    height: 100px;
  }
  .tab {
    top: 70px;
    transform: rotate(-30deg);
    margin-right: -80px;
  }
  .tab_active {
    top: 70px;
    transform: rotate(-30deg);
    margin-right: -80px;
  }
}
@media screen and (max-width: 550px) {
  #tabs_container { 
    height: 120px;
  }
  .tab {
    top: 90px;
    transform: rotate(-40deg);
    margin-right: -95px;
  }
  .tab_active {
    top: 90px;
    transform: rotate(-40deg);
    margin-right: -95px;
  }
}




#search_box_spacer {
  display: block; 
  position: relative; 
  width: 100%; 
  height: 1px; 
  margin-top: -40px;
}

@media screen and (min-width: 801px) {
  #search_box_spacer { 
    margin-top: -40px;
  }
}
@media screen and (max-width: 800px) {
  #search_box_spacer { 
    margin-top: 0px;
  }
}




.textfield_grey {
    border-radius: 0px;
    border: 1px solid #aaa;
    padding: 3px 2px 3px 2px;
    font-family: 'Open Sans', sans-serif;
    color: #555;
    font-size: 15px;
    line-height: 15px;
    font-weight: normal;
    outline: none;
    background: #fff;
    box-sizing: border-box;
    margin-top: 2px;
}

.textfield_grey:active,
.textfield_grey:hover,
.textfield_grey:focus {
    box-shadow: 0 0 0px 1000px rgba(255,255,255,0.05) inset !important;
    -webkit-box-shadow: 0 0 0px 1000px rgba(255,255,255,0.05) inset !important;
    -moz-box-shadow: 0 0 0px 1000px rgba(255,255,255,0.05) inset !important;
    -o-box-shadow: 0 0 0px 1000px rgba(255,255,255,0.05) inset !important;
    -khtml-box-shadow: 0 0 0px 1000px rgba(255,255,255,0.05) inset !important;
}



input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    box-shadow: 0 0 0px 1000px rgba(255,255,255,0.05) inset !important;
    -webkit-box-shadow: 0 0 0px 1000px rgba(255,255,255,0.05) inset !important;
    -moz-box-shadow: 0 0 0px 1000px rgba(255,255,255,0.05) inset !important;
    -o-box-shadow: 0 0 0px 1000px rgba(255,255,255,0.05) inset !important;
    -khtml-box-shadow: 0 0 0px 1000px rgba(255,255,255,0.05) inset !important;
    transition: background-color 5000s ease-in-out 0s;
}





.custom_button {
    display: inline-block;
    position: relative;
    cursor: pointer;
    text-align: center;
    padding: 8px 12px 8px 12px;
    border-radius: 2px;
    background: #007d9a;
    color: #fff;
    font-family: 'Noto Sans', sans-serif;
    font-size: 16px; 
    line-height: 16px;
    font-weight: 400;
    transition: 0.3s;
    margin: 0px;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.custom_button:hover {
    background: #666 !important;
    color: #fff;
}


.custom_button_disabled {
  display: inline-block;
  position: relative;
  text-align: center;
  padding: 8px 12px 8px 12px;
  border-radius: 2px;
  background: #ccc;
  color: #fff;
  font-family: 'Noto Sans', sans-serif;
  font-size: 16px; 
  line-height: 16px;
  font-weight: 400;
  transition: 0.3s;
  margin: 0px;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}





.micro_button {
  display: inline-block;
  position: relative;
  cursor: pointer;
  text-align: center;
  padding: 4px 4px 4px 4px;
  border-radius: 2px;
  background: #007d9a;
  color: #fff;
  font-family: 'Noto Sans', sans-serif;
  font-size: 13px; 
  line-height: 13px;
  font-weight: 400;
  transition: 0.3s;
  margin: 0px;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.micro_button:hover {
  background: #888 !important;
  color: #fff;
}


.micro_button_disabled {
  display: inline-block;
  position: relative;
  cursor: default;
  text-align: center;
  padding: 4px 4px 4px 4px;
  border-radius: 2px;
  background: #ccc;
  color: #fff;
  font-family: 'Noto Sans', sans-serif;
  font-size: 13px; 
  line-height: 13px;
  font-weight: 400;
  transition: 0.3s;
  margin: 0px;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}







.dialog_container {
  display: flex; 
  position: fixed; 
  width: 90%; 
  top: 0px; 
  min-height: 95vh; 
  padding: 0px;
  padding-top: 20px;
  left: -20000px; 
  justify-content: center; 
  align-items: center; 
  align-content: center; 
  text-align: center; 
  z-index: 9999996;
}


.dialog_base {
    display: block;
    position: relative;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 200;
    color: #222;
    font-size: 12px;
    line-height: 13px;
    text-align: left;
    width: 100%;
    padding: 16px 26px 20px 26px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.7);
    min-height: 100px;
}






.loader {
  display: inline-block;
  color: #00607c;
  font-size: 90px;
  text-indent: -9999em;
  overflow: hidden;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  margin: 72px auto;
  position: relative;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
  animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}
@-webkit-keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@-webkit-keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}







/*Checkboxes styles*/
input[type="checkbox"] { display: none; }

input[type="checkbox"] + label {
  display: block;
  position: relative;
  padding: 0px;
  padding-left: 21px;
  top: -4px;
  font-family: 'Open Sans', sans-serif;
  font-size: 11px;
  line-height: 11px;
  color: #222;
  background-color: none;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

input[type="checkbox"] + label:last-child { margin-bottom: 0; }

input[type="checkbox"] + label:before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border: 2px solid #222;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: -2px;
  opacity: .6;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
}

input[type="checkbox"]:checked + label:before {
  width: 5px;
  top: -6px;
  left: 3px;
  border-radius: 0;
  opacity: 1;
  background-color: none;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
}






.checkbox_small {
  display: inline-block; 
  position: relative;
  vertical-align: middle;
  background: #fff;
  border: 1px solid #ccc;
  width: 14px;
  height: 14px;
  cursor: pointer;
}






  

#map_container {
  display: inline-block;
  width: 700px;
  height: 400px;
  border: 1px solid #ccc;
}


@media screen and (min-width: 401px) {
  #map_container { 
    height: 400px;
  }
}
@media screen and (max-width: 400px) {
  #map_container { 
    height: 250px;
  }
}



.terms_container {
  display: inline-block;
  position: relative;
  width: 100%;
  font-family: 'Open Sans', sans-serif;
  color: #222;
  font-size: 14px;
  line-height: 16px;
  font-weight: normal;
  text-align: left;
  text-align: justify;
  column-count: 2; 
  column-gap: 20px;
  column-rule: 1px solid #efefef;
  box-sizing: border-box;
  padding: 3px;
}

@media screen and (min-width: 651px) {
  .terms_container { 
  column-count: 2;
  }
}
@media screen and (max-width: 650px) {
  .terms_container { 
  column-count: 1;
  }
}



.add_icon_container {
  display: block; 
  position: relative; 
  text-align: right; 
  padding: 0px; 
  margin-top: -16px; 
  margin-bottom: 10px;  
  color: rgba(0,125,154,1.0); 
  font-size: 14px; 
  line-height: 16px; 
  font-weight: 400;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media screen and (min-width: 651px) {
  .add_icon_container { 
    text-align: right;
    margin-top: -16px; 
    margin-bottom: 10px; 
  }
}
@media screen and (max-width: 650px) {
  .add_icon_container { 
    text-align: left;
    margin-top: 8px; 
    margin-bottom: 10px; 
  }
}




#services_flex_inner_1 {
  display: inline-block; 
  position: relative; 
  width: calc(50% - 10px); 
  padding: 0px; 
  box-sizing: border-box;
}

#services_flex_inner_2 {
  display: inline-block; 
  position: relative; 
  width: calc(50% - 10px); 
  padding: 0px; 
  box-sizing: border-box;
}

@media screen and (min-width: 1001px) {
  #services_flex_inner_1 { 
    width: calc(50% - 10px); 
  }
  #services_flex_inner_2 { 
    width: calc(50% - 10px); 
  }
}
@media screen and (max-width: 1000px) {
  #services_flex_inner_1 { 
    width: 100%;  
  }
  #services_flex_inner_2 { 
    width: 100%; 
  }
}


.services_flex_inner_inner_block {
  display: inline-block; 
  position: relative; 
  width: calc(50% - 10px); 
  text-align: center;
}

@media screen and (min-width: 501px) {
  .services_flex_inner_inner_block { 
    width: calc(50% - 10px); 
  }
}
@media screen and (max-width: 500px) {
  .services_flex_inner_inner_block { 
    width: 100%;  
  }
}




.testimonial_slider_block {
  display: -webkit-box;
  width: 100%;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.testimonial_full_block {
  display: block;
  position: relative;
  text-align: left;
  width: 100%;
  margin-bottom: 20px;
}




.services_block_pic {
  display: inline-block; 
  position: relative; 
  width: calc(35% - 10px); 
  padding: 0px; 
  margin: 0px; 
  box-sizing: border-box; 
  text-align: center;
}

.services_block_text {
  display: inline-block; 
  position: relative; 
  width: calc(65% - 10px); 
  padding: 0px; 
  margin: 0px; 
  box-sizing: border-box; 
  text-align: left;
}

@media screen and (min-width: 501px) {
  .services_block_pic { 
    width: calc(35% - 10px); 
  }
  .services_block_text { 
    width: calc(65% - 10px); 
  }
}
@media screen and (max-width: 500px) {
  .services_block_pic { 
    width: 100%;  
  }
  .services_block_text { 
    width: 100%; 
  }
}



.founders_block {
  display: inline-block;
  position: relative;
  text-align: left;
  box-sizing: border-box;
  padding: 0px;
  width: calc(50% - 10px);
}

@media screen and (min-width: 501px) {
  .founders_block { 
    width: calc(50% - 10px); 
  }
}
@media screen and (max-width: 500px) {
  .founders_block { 
    width: 100%;  
  }
}


.founder_image {
  border: 0px; 
  width: 33%; 
  height: auto; 
  margin-right: 6px;
  margin-bottom: 0px; 
  float: left;
}

.consultant_image {
  position: relative;
  border: 0px; 
  width: 33%; 
  height: auto; 
  margin-right: 6px;
  margin-bottom: 0px; 
  float: left;
}

@media screen and (min-width: 701px) {
  .founder_image { 
    width: 33%; 
    float: left;
    margin-right: 6px;
    margin-bottom: 0px;
  }
  .consultant_image { 
    width: 33%; 
    float: left;
    margin-right: 6px;
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 700px) {
  .founder_image { 
    width: 100%;
    float: none;
    margin-right: 0px;
    margin-bottom: 10px; 
  }
  .consultant_image { 
    width: 100%;
    float: none;
    margin-right: 0px;
    margin-bottom: 10px; 
  }
}


.forms_container {
  display: inline-block; 
  position: relative; 
  width: calc(32% - 7px); 
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #aaa;
  border-radius: 5px;
  cursor: pointer;
  background: #fff;
}

.forms_container:hover {
  color: #000;
  background: #efefef;
}

@media screen and (min-width: 551px) {
  .forms_container { 
    width: calc(32% - 7px);
  }
}
@media screen and (max-width: 550px) {
  .forms_container { 
    width: 100%; 
  }
}



.course_photo {
  display: inline-block;
  position: relative;
  width: calc(20% - 15px);
  box-sizing: border-box;
  padding: 0px;
}

.course_info_block {
  display: inline-block;
  position: relative;
  width: calc(80% - 15px);
  padding: 0px;
  box-sizing: border-box;
}

@media screen and (min-width: 851px) {
  .course_photo { 
    width: calc(20% - 15px);
  }
  .course_info_block { 
    width: calc(80% - 15px);
  }
}
@media screen and (min-width: 551px) and (max-width: 850px) {
  .course_photo { 
    width: calc(30% - 15px);
  }
  .course_info_block { 
    width: calc(70% - 15px);
  }
}
@media screen and (max-width: 550px) {
  .course_photo { 
    width: 100%; 
  }
  .course_info_block { 
    width: 100%; 
  }
}


.detail_cell {
  display: table-cell;
  background: #eee;
  color: #5e9b3d;
  font-weight: bold;
  font-size: 17px;
  line-height: 17px;
  cursor: pointer; 
  border-left: 2px solid #fff; 
  border-right: 2px solid #fff;
  vertical-align: middle; 
  padding-top: 12px; 
  padding-bottom: 10px;
  border-radius: 8px 8px 0px 0px;
}

@media screen and (min-width: 651px) {
  .detail_cell { 
    font-size: 17px;
    line-height: 17px;
  }
}
@media screen and (max-width: 650px) {
  .detail_cell { 
    font-size: 14px;
    line-height: 14px;
  }
}



.product_photo_box {
  display: inline-block;
  position: relative;
  width: calc(50% - 10px);
  padding: 0px;
  box-sizing: border-box;
}

.product_info_box {
  display: inline-block;
  position: relative;
  width: calc(50% - 10px);
  padding: 0px;
  box-sizing: border-box;
  text-align: left;
}

.product_info_title {
  display: block; 
  position: relative; 
  width: 100%; 
  padding: 0px; 
  box-sizing: border-box; 
  text-align: left; 
  font-size: 24px; 
  line-height: 28px;
  font-weight: bold; 
  margin-bottom: 6px;
  color: #5e9b3d;
}

.product_info_description {
  display: block; 
  position: relative; 
  width: 100%; 
  padding: 0px; 
  box-sizing: border-box; 
  text-align: left; 
  font-size: 16px; 
  line-height: 21px;
  font-weight: normal; 
  margin-bottom: 6px;
}

.product_info_price {
  display: block; 
  position: relative; 
  width: 100%; 
  padding: 0px; 
  box-sizing: border-box; 
  text-align: left; 
  font-size: 20px; 
  line-height: 24px;
  font-weight: normal; 
  color: #555;
  margin-bottom: 12px;
  margin-top: 12px;
}

@media screen and (min-width: 651px) {
  .product_photo_box { 
    width: calc(50% - 10px);
  }
  .product_info_box { 
    width: calc(50% - 10px);
  }
  .product_info_title { 
    font-size: 24px; 
    line-height: 28px;
  }
  .product_info_description {
    font-size: 16px; 
    line-height: 21px;
  }
  .product_info_price {
    font-size: 20px; 
    line-height: 24px;
  }
}
@media screen and (max-width: 650px) {
  .product_photo_box { 
    width: 100%;
  }
  .product_info_box { 
    width: 100%;
  }
  .product_info_title { 
    font-size: 20px; 
    line-height: 23px;
  }
  .product_info_description {
    font-size: 15px; 
    line-height: 20px;
  }
  .product_info_price {
    font-size: 18px; 
    line-height: 22px;
  }
}




.invoice_tile {
  display: flex;
  position: relative;
  flex-flow: row wrap;
  justify-content: flex-start;
  padding: 10px;
  gap: 10px;
  width: 100%;
  box-sizing: border-box;
  background: rgba(240,240,240,1.0);
  text-align: left;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
}

.invoice_tile:hover {
  background: rgba(0,0,240,0.1);
}




.disclosure_tile {
  display: flex;
  position: relative;
  flex-flow: row wrap;
  justify-content: flex-start;
  padding: 10px;
  gap: 10px;
  width: 100%;
  box-sizing: border-box;
  background: rgba(240,240,240,1.0);
  text-align: left;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  cursor: pointer;
}

.disclosure_tile:hover {
  background: rgba(0,0,240,0.1);
}




.photo_release_tile {
  display: flex;
  position: relative;
  flex-flow: row wrap;
  justify-content: flex-start;
  padding: 10px;
  gap: 10px;
  width: 100%;
  box-sizing: border-box;
  background: rgba(240,240,240,1.0);
  text-align: left;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  cursor: pointer;
}

.photo_release_tile:hover {
  background: rgba(0,0,240,0.1);
}




.med_release_tile {
  display: flex;
  position: relative;
  flex-flow: row wrap;
  justify-content: flex-start;
  padding: 10px;
  gap: 10px;
  width: 100%;
  box-sizing: border-box;
  background: rgba(240,240,240,1.0);
  text-align: left;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  cursor: pointer;
}

.med_release_tile:hover {
  background: rgba(0,0,240,0.1);
}




.med_history_tile {
  display: flex;
  position: relative;
  flex-flow: row wrap;
  justify-content: flex-start;
  padding: 10px;
  gap: 10px;
  width: 100%;
  box-sizing: border-box;
  background: rgba(240,240,240,1.0);
  text-align: left;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  cursor: pointer;
}

.med_history_tile:hover {
  background: rgba(0,0,240,0.1);
}



.testimonial_tile {
  display: flex;
  position: relative;
  flex-flow: row wrap;
  justify-content: flex-start;
  padding: 10px;
  gap: 10px;
  width: 100%;
  box-sizing: border-box;
  background: rgba(240,240,240,1.0);
  text-align: left;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  cursor: pointer;
}

.testimonial_tile:hover {
  background: rgba(0,0,240,0.1);
}



.client_tile {
  display: flex;
  position: relative;
  flex-flow: row wrap;
  justify-content: flex-start;
  padding: 10px;
  gap: 10px;
  width: 100%;
  box-sizing: border-box;
  background: rgba(240,240,240,1.0);
  text-align: left;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  cursor: pointer;
}

.client_tile:hover {
  background: rgba(0,0,240,0.1);
}






.course_tile {
  display: flex;
  position: relative;
  flex-flow: row wrap;
  justify-content: flex-start;
  padding: 10px;
  gap: 10px;
  width: 100%;
  box-sizing: border-box;
  background: rgba(240,240,240,1.0);
  text-align: left;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  cursor: pointer;
}

.course_tile:hover {
  background: rgba(0,0,240,0.1);
}




.expense_tile {
  display: block;
  position: relative;
  text-align: left;
  padding: 8px;
  box-sizing: border-box;
  margin: 0px;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  background: rgba(240,240,240,1.0);
  margin-bottom: 5px;
}

.expense_tile:hover {
  background: rgba(0,0,240,0.1);
}






.store_category_box {
  display: inline-block;
  position: relative;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 8px;
  box-sizing: border-box;
  font-size: 15px;
  line-height: 19px;
  background: #efefef;
  color: #000;
}




.product_photo_preview_box {
  display: inline-block;
  position: relative;
  width: 55px;
  height: 75px;
  padding: 0px;
  background: #fff;
  box-sizing: border-box;
}



.product_box {
  display: flex;
  position: relative;
  justify-content: flex-start;
  gap: 8px;
  flex-flow: row wrap;
  margin-bottom: 15px;
  padding: 8px;
  box-sizing: border-box;
  background: #efefef;
  border-radius: 5px;
  border: 1px solid #ccc;
  font-size: 15px;
  line-height: 19px;
  text-align: left;
  color: #000;
}



.cart_item_box {
  display: flex; 
  position: relative; 
  padding: 0px; 
  padding-bottom: 10px; 
  border-bottom: 1px solid #ccc; 
  text-align: left; 
  gap: 10px; 
  justify-content: flex-start; 
  flex-flow: row wrap;
}




.zoomer {
    -webkit-animation-name: zoom1; /* Chrome, Safari, Opera */
    animation-name: zoom1;
    -webkit-animation-duration: 0.6s; /* Chrome, Safari, Opera */
    animation-duration: 0.6s;
    animation-iteration-count: 1;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    transform-origin: center;
    transform-style: preserve-3d;
    backface-visibility: hidden;
    transform: scale(1);
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -webkit-transform: scale(1);
  }
  
  /* Chrome, Safari, Opera */
  @-webkit-keyframes zoom1 {
    0% {transform: scale(0.01); }
    100% {transform: scale(1); }
  }
  
  @keyframes zoom1 {
    0% {transform: scale(0.01); }
    100% {transform: scale(1); }
  }
  
  
  
  
  
  
  .unzoomer {
    -webkit-animation-name: zoom3; /* Chrome, Safari, Opera */
    animation-name: zoom3;
    -webkit-animation-duration: 1s; /* Chrome, Safari, Opera */
    animation-duration: 1s;
    animation-iteration-count: 1;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    transform-origin: center;
    transform-style: preserve-3d;
    backface-visibility: hidden;
    transform: scale(1);
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -webkit-transform: scale(1);
  }
  
  /* Chrome, Safari, Opera */
  @-webkit-keyframes zoom3 {
    0% {transform: scale(10); opacity: 0.0; filter: alpha(opacity=0); }
    100% {transform: scale(1); opacity: 1.0; filter: alpha(opacity=100); }
  }
  
  @keyframes zoom3 {
    0% {transform: scale(10); opacity: 0.0; filter: alpha(opacity=0); }
    100% {transform: scale(1); opacity: 1.0; filter: alpha(opacity=100); }
  }
  
  
  
  


.bounce {
  -webkit-animation-name: bounce1; /* Chrome, Safari, Opera */
  animation-name: bounce1;
  -webkit-animation-duration: 0.2s; /* Chrome, Safari, Opera */
  animation-duration: 0.2s;
  animation-iteration-count: 1;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  transform-origin: center;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
}

@-webkit-keyframes bounce1 {
  0%       { bottom:0px; }
  25%, 75% { bottom:2px; }
  50%      { bottom:4px; }
  100%     {bottom:0;}
}

@keyframes bounce1 {
  0%       { bottom:0px; }
  25%, 75% { bottom:2px; }
  50%      { bottom:4px; }
  100%     {bottom:0;}
}







.cart_focus {
  -webkit-animation-name: cart_focus; /* Chrome, Safari, Opera */
  animation-name: cart_focus;
  -webkit-animation-duration: 0.8s; /* Chrome, Safari, Opera */
  animation-duration: 0.8s;
  animation-iteration-count: 1;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  transform-origin: top right;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  font-family: 'Open Sans', sans-serif;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes cart_focus {
  0% {transform: scale(7.0); opacity: 0.3; filter: alpha(opacity=30); }
  100% {transform: scale(1.0); opacity: 1.0; filter: alpha(opacity=100); }
}

@keyframes cart_focus {
  0% {transform: scale(7.0); opacity: 0.3; filter: alpha(opacity=30); }
  100% {transform: scale(1.0); opacity: 1.0; filter: alpha(opacity=100); }
}


