/*
Dory Widget
Author: 	Applied Informatics Inc.
URL: 		http://appliedinformaticsinc.com
Version: 	1.0
*/
#splash-page {
  position: fixed;
  overflow-y: scroll;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: #2c72ba;
  z-index: 9999;
  padding-top: 30px;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
#splash-page.sleep {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
#splash-page .splash-intro-text .logo-partnered {
  margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
  #splash-page .splash-intro-text .logo-partnered {
    margin-bottom: 15px;
    max-width: 100%;
  }
}
#splash-page .splash-heading {
  font-size: 24px;
  line-height: 34px;
  color: #9fc3e7;
  margin: 0 0 30px 0;
  padding: 0;
}
@media screen and (max-width: 480px) {
  #splash-page .splash-heading {
    font-size: 18px;
    line-height: 28px;
  }
}
#splash-page .splash-heading span {
  color: #ffffff;
}
#splash-page .btn {
  border: none;
  padding: 5px 20px;
  font-size: 14px;
  background: #ec4600;
  color: #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0.2) 0 1px 1px 0 inset;
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0.2) 0 1px 1px 0 inset;
  -ms-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0.2) 0 1px 1px 0 inset;
  -o-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0.2) 0 1px 1px 0 inset;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0.2) 0 1px 1px 0 inset;
}
#splash-page .btn:hover {
  text-shadow: none;
  background: #ffffff;
  color: #838383;
}
#splash-page .btn:hover, #splash-page .btn:active, #splash-page .btn:focus {
  outline: none;
  text-decoration: none !important;
    /* z-index: 990;*/
    /*position: relative;*/
}

#dory--widget {
  /*z-index: 990;*/
  /*position: relative;*/
  font-family: "Lato", arial, sans-serif;
  font-weight: 300;
  color: #3e3e3e !important;
  font-size: 17px;
  /*overflow: hidden;*/
}
#ui-id-1{
  z-index: 999;

}
#dory--widget.bg-image-1 {
  background: #fafafa url(../images/bg_image_1.jpg) no-repeat top center;
  background-size: cover;
}
#dory--widget.bg-image-2 {
  background: #fafafa url(../images/bg_image_2.jpg) no-repeat top center;
  background-size: cover;
}
#dory--widget.bg-image-3 {
  background: #fafafa url(../images/bg_image_3.jpg) no-repeat top center;
  background-size: cover;
}
#dory--widget.bg-image-4 {
  background: #fafafa url(../images/bg_image_4.jpg) no-repeat top center;
  background-size: cover;
}

@media screen and (max-width: 480px) {

#dory--widget.bg-image-1 {
  background: #fafafa url(../images/bg_image_1.jpg) no-repeat top center;
}
#dory--widget.bg-image-2 {
  background: #fafafa url(../images/bg_image_2.jpg) no-repeat top center;
}
#dory--widget.bg-image-3 {
  background: #fafafa url(../images/bg_image_3.jpg) no-repeat top center;
}
#dory--widget.bg-image-4 {
  background: #fafafa url(../images/bg_image_4.jpg) no-repeat top center;
}

}

@media screen and (max-width: 800px) {

#dory--widget.bg-image-1 {
  background: #fafafa url(../images/bg_image_1.jpg) no-repeat top center;
}
#dory--widget.bg-image-2 {
  background: #fafafa url(../images/bg_image_2.jpg) no-repeat top center;
}
#dory--widget.bg-image-3 {
  background: #fafafa url(../images/bg_image_3.jpg) no-repeat top center;
}
#dory--widget.bg-image-4 {
  background: #fafafa url(../images/bg_image_4.jpg) no-repeat top center;
}

}



#dory--widget h2 {
  font-family: "lato", arial, sans-serif !important;
  font-size: 18px !important;
  line-height: 24px;
  color: #ffffff;
  margin-bottom: 20px;
  font-weight: normal;
}
#dory--widget p {
  color: #ffffff;
  font-weight: 300;
  line-height: 24px;
  font-size: 16px;
}
.visible{
  color:black !important;
}
#dory--widget a {
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  cursor:pointer;
}
#dory--widget a:focus {
  outline: none;
}
#dory--widget a:hover {
  color: #ffffff;
}
#dory--widget .btn {
  border: none;
}
#dory--widget #dory-inner {
  /*overflow-x: hidden;*/
  /*overflow-y: auto;*/
  /*position: relative;*/
  /*z-index: 2;*/
  width: 100%;
  /*height: 700px;*/
  float: left;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
#dory--widget #dory-inner #dory-search-mode {
  display: none;
  opacity: 0;
}
#dory--widget #dory-inner #dory-qa-mode {
  opacity: 1;
}
#dory--widget #dory-inner.active #dory-qa-mode {
  opacity: 0;
}
#dory--widget #dory-inner.active #dory-search-mode {
  opacity: 1;
}
#dory--widget #dory-logo {
  position: fixed;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  z-index: 99;
  top: 0;
  left: 0;
  margin-top: 15px;
  margin-left: 7px;
}
#dory--widget #dory-logo a > span {
  display: block;
  text-decoration: none;
  color: #ffffff;
}
#dory--widget #dory-logo a:hover {
  opacity: 1;
  text-decoration: none !important;
}
#dory--widget #dory-logo a:hover > span {
  text-decoration: none !important;
}
#dory--widget #dory-logo a:focus, #dory--widget #dory-logo a:active {
  outline: none;
}
#dory--widget #dory-logo img {
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 768px) {
  #dory--widget #dory-logo img {
  }
}
#dory--widget #dory-logo img.resize {
  height: 28px;
}
#dory--widget #dory-faq-help {
  display: none !important;
  -webkit-box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.12);
  -ms-box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.12);
  position: absolute;
  right: 0;
  z-index: 3;
  bottom: 100px;
  background: rgba(255, 255, 255, 0.1);
  padding: 10px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
#dory--widget #dory-faq-help a {
  display: block;
  padding: 3px 2px;
  color: #ffffff;
}
#dory--widget #dory-faq-help a:first-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#dory--widget #dory-ajax-content, #dory--widget #dory-search-mode-results {
  position: relative;
  opacity: 0;
  float: left;
  width: 100%;
}
#dory--widget #dory-ajax-content.active, #dory--widget #dory-search-mode-results.active {
  -webkit-transition: 0.01s ease;
  -moz-transition: 0.01s ease;
  -ms-transition: 0.01s ease;
  -o-transition: 0.01s ease;
  transition: 0.01s ease;
  opacity: 1;
}
#dory--widget #dory-ajax-content.slow-fadein, #dory--widget #dory-search-mode-results.slow-fadein {
  opacity: 1;
  margin-top: 0px;
}
#dory--widget #dory-qa-mode,
#dory--widget #dory-search-mode {
  position: absolute;
  top: 0;
  margin-top: 140px;
  float: left;
  width: 100%;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
#dory--widget #dory-qa-mode.ajax-loaded,
#dory--widget #dory-search-mode.ajax-loaded {
  margin-top: 70px;
}
#dory--widget #dory-qa-mode.ajax-loaded #dory-qa-mode-search-form {
  display: none;
}
#dory--widget #dory-search-mode {
  opacity: 0;
  -webkit-transform: translateX(1918px);
  -moz-transform: translateX(1918px);
  -ms-transform: translateX(1918px);
  -o-transform: translateX(1918px);
  transform: translateX(1918px);
}
#dory--widget #dory-search-mode.ajax-loaded #dory-search-mode-search-form {
  display: none;
}
#dory--widget #dory-mode-toggle {
  position: absolute;
  z-index: 1;
  right: 10px;
  top: 10px;
  margin-top: -50px;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
#dory--widget #dory-mode-toggle.show {
  margin-top: 0px;
  opacity: 1;
}
#dory--widget #dory-mode-toggle > span, #dory--widget #dory-mode-toggle > div {
  font-size: 11px;
  font-weight: bold;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
#dory--widget #dory-mode-toggle > span {
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
#dory--widget #dory-mode-toggle > span.dory-qa-mode {
  color: white;
}
#dory--widget #dory-mode-toggle .dory-switch {
  width: 34px;
  height: 15px;
  background: rgba(255, 255, 255, 0.2);
  position: relative;
  margin: 0px 5px 0 5px;
  top: 4px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}
#dory--widget #dory-mode-toggle .dory-switch > span {
  height: 15px;
  width: 15px;
  background: #ffffff;
  position: absolute;
  margin-left: 19px;
  top: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.17);
  -ms-box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.17);
  -o-box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.17);
  box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.17);
}
#dory--widget #dory-mode-toggle.active > span {
  color: rgba(255, 255, 255, 0.5);
}
#dory--widget #dory-mode-toggle.active > span.dory-search-mode {
  color: white;
}
#dory--widget #dory-mode-toggle.active .dory-switch > span {
  margin-left: 0;
}
#dory--widget .dory-ajax-temp-container {
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  position: absolute;
  margin-top: 0;
  opacity: 0;
}
#dory--widget .dory-ajax-temp-container.awake {
  margin-top: 0px;
  opacity: 1;
}
#dory--widget .dory-ajax-container {
  -webkit-transition: 0.9s ease;
  -moz-transition: 0.9s ease;
  -ms-transition: 0.9s ease;
  -o-transition: 0.9s ease;
  transition: 0.9s ease;
  /*position: absolute;*/
  top: 0px;
  opacity: 1;
  left: 0;
  width: 100%;
}
#dory--widget .dory-ajax-container.sleep {
  top: 0;
  opacity: 0;
}
#dory--widget #dory-overlay-loader {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
}
#dory--widget #dory-overlay-loader.active {
  opacity: 1;
  background: rgba(255, 255, 255, 0.7);
}
#dory--widget #dory-overlay-loader #dory-thinking {
  display: block;
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  text-align: center;
  padding-bottom: 20px;
}
#dory--widget #dory-overlay-loader .dory-spinner {
  left: 50%;
  top: 50%;
  position: absolute;
  margin-left: -18px;
  margin-bottom: 100px;
}
#dory--widget #dory-overlay-loader .dory-loader-text {
  position: relative;
  display: block;
  padding-top: 50px;
  width: 100%;
  font-size: 20px;
  color: #00afec;
}
#dory--widget #dory-overlay-loader .dory-spinner-icon {
  width: 36px;
  height: 36px;
  box-sizing: border-box;
  border: solid 4px transparent;
  border-top-color: #00afec;
  border-left-color: #00afec;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner 1000ms linear infinite;
  animation: nprogress-spinner 1000ms linear infinite;
}
@-webkit-keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes nprogress-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#dory--widget .dory-input-search-main {
  font-size: 16px;
  background: rgba(255, 255, 255, 0.9);
  height: 50px;
  line-height: 50px;
  border: none;
  padding: 10px 20px;
  border: none;
  padding-right: 40px;
  color: #1f1f1f;
  width: 100%;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  -webkit-box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.12);
  -ms-box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.12);
  font-family: "Lato", arial, sans-serif;
  font-weight: 700;
}
#dory--widget .dory-input-search-main::-webkit-input-placeholder {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.3);
  font-style: italic;
  font-weight: bold;
}
#dory--widget .dory-input-search-main:-moz-placeholder {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.3);
  font-style: italic;
  font-weight: bold;
}
#dory--widget .dory-input-search-main::-moz-placeholder {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.3);
  font-style: italic;
  font-weight: bold;
}
#dory--widget .dory-input-search-main:-ms-input-placeholder {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.3);
  font-style: italic;
  font-weight: bold;
}
#dory--widget .dory-input-search-main:focus {
  background: rgba(255, 255, 255, 0.9);
  outline: none;
  color: #333333;
  -webkit-box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.32);
  -moz-box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.32);
  -ms-box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.32);
  box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.32);
}
#dory--widget .input-field-search-main {
  position: relative;
  margin-bottom: 30px;
}
#dory--widget .input-field-search-main .btn-search {
  position: absolute;
  width: 44px;
  height: 44px;
  top: 3px;
  right: 4px;
  border: none;
  color: #848484;
  background: #e9e9e9;
  background: #00afec;
  background: #ec4600;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0.2) 0 1px 1px 0 inset;
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0.2) 0 1px 1px 0 inset;
  -ms-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0.2) 0 1px 1px 0 inset;
  -o-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0.2) 0 1px 1px 0 inset;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0.2) 0 1px 1px 0 inset;
}
#dory--widget .input-field-search-main .btn-search i {
  font-size: 18px;
  color: #ffffff;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
#dory--widget .input-field-search-main .btn-search:focus, #dory--widget .input-field-search-main .btn-search:active {
  outline: none;
}
#dory--widget .input-field-search-main .btn-search:hover {
  text-shadow: none;
  background: #ffffff;
}
#dory--widget .input-field-search-main .btn-search:hover i {
  color: #838383;
}
#dory--widget .input-field-group > span {
  margin-left: 15px;
  margin-bottom: 10px;
  display: block;
}
#dory--widget .input-field-group .input-field {
  font-family: "Lato", arial, sans-serif;
  font-weight: 700;
  position: relative;
  z-index: 2;
  font-size: 16px;
  background: rgba(255, 255, 255, 0.9);
  height: 45px;
  border: none;
  padding: 10px 20px;
  border: none;
  color: #1f1f1f;
  font-weight: bold;
  width: 100%;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  -webkit-box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.12);
  -ms-box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.12);
}
#dory--widget .input-field-group .input-field::-webkit-input-placeholder {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.3);
  font-style: italic;
  font-weight: bold;
}
#dory--widget .input-field-group .input-field:-moz-placeholder {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.3);
  font-style: italic;
  font-weight: bold;
}
#dory--widget .input-field-group .input-field::-moz-placeholder {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.3);
  font-style: italic;
  font-weight: bold;
}
#dory--widget .input-field-group .input-field:-ms-input-placeholder {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.3);
  font-style: italic;
  font-weight: bold;
}
#dory--widget .input-field-group .input-field:focus {
  background: rgba(255, 255, 255, 0.9);
  outline: none;
  color: #333333;
  -webkit-box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.32);
  -moz-box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.32);
  -ms-box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.32);
  box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.32);
}
#dory--widget .btn {
  padding: 5px 20px;
  font-size: 14px;
  background: #ec4600;
  color: #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0.2) 0 1px 1px 0 inset;
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0.2) 0 1px 1px 0 inset;
  -ms-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0.2) 0 1px 1px 0 inset;
  -o-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0.2) 0 1px 1px 0 inset;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0.2) 0 1px 1px 0 inset;
}
#dory--widget .btn:hover {
  text-shadow: none;
  background: #ffffff;
  color: #838383;
}
#dory--widget .btn:hover, #dory--widget .btn:active, #dory--widget .btn:focus {
  outline: none;
  text-decoration: none !important;
}
#dory--widget label {
  max-width: 100%;
  margin-bottom: 0px;
  font-weight:  300 !important;
  font-size: 19px;
    color: #3e3e3e;

}

@media screen and (max-width: 480px) {
  #dory--widget label {
  max-width: 100%;
  margin-bottom: 0px;
  font-weight:  300 !important;
    font-size: 19px !important;

}

  #dory--widget, .dory-ask-label {
    font-size: 19px !important;
  }
  #dory--widget p {
    line-height: 18px;
    font-size: 19px !important;

  }
  #dory--widget .dory-content-box-inner{
    padding: 10px 10px 30px 20px !important;
  }
  #dory--widget .dory-content-box-inner .dory-heading{
        margin: 0 0 10px 0 !important;
    padding: 0 !important;
    font-size:20px !important;
  }
  .tcounts {
    display: block !important;
    margin-left: 20px !important;

}
.input-field-group > div > ul.style-check{
    padding-left:15px !important;
}
.input-field-group .message {
padding-left: 0
}
}

#dory--widget label input[type="radio"]{
  margin-right : 10px !important;

}
#dory--widget label.label-option {
  display: block;
  width: 100%;
  font-weight: 700;
  margin-bottom: 0 !important;
  float: left;
  font-size: 15px;
}
#dory--widget label.label-option > input[type="radio"] {
  float: left;
  margin-right: 10px;
  margin-top: 4px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
#dory--widget label .option-text {
  float: left;
  width: 90%;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
@media screen and (max-width: 480px) {
  #dory--widget label .option-text {
    width: 86%;
  }
}
#dory--widget .input-group {
  margin-bottom: 10px;
  float: left;
  width: 100%;
}
#dory--widget .input-group > label {
  display: block;
  margin-bottom: 10px;
  margin-left: 10px;
  font-weight: bold;
}
#dory--widget .input-group > .row {
  overflow: inherit !important;
}
#dory--widget .option-group {
  margin-bottom: 10px;
  float: left;
  width: 100%;
}
#dory--widget .option-group label {
  display: block;
  margin-bottom: 10px;
}
#dory--widget .option-group > .row {
  overflow: inherit !important;
}
#dory--widget .dory-content {
  float: left;
  width: 100%;
  padding-bottom: 100px;
  margin-top: 50px ;
}
#dory--widget .dory-content-box {
  background: rgba(0, 0, 0, 0.5);
  float: left;
  width: 100%;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  -webkit-box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.12);
  -ms-box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.12);
}
#dory--widget .dory-side-content-box {
  background: rgba(255, 255, 255, 0.2);
  float: left;
  width: 100%;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  -webkit-box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.12);
  -ms-box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.12);
  margin-bottom: 30px;
  padding: 10px 30px 30px 30px;
  position: relative;
}
#dory--widget .dory-side-content-box .sidebar-title {
  font-size: 14px;
  font-style: italic;
}
#dory--widget .dory-side-content-box .sidebar-toggle-collapse {
  position: absolute;
  display: none !important;
  right: 40px;
  top: 20px;
}
#dory--widget .dory-side-content-box h3 {
  font-size: 12px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 700;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 10px;
}
#dory--widget .dory-side-content-box ul {
  padding: 0;
  margin: 0;
}
#dory--widget .dory-side-content-box ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}
#dory--widget .dory-side-content-box ul li a {
  color: #ffffff;
  position: relative;
  display: block;
}
#dory--widget .dory-side-content-box ul li a > span {
  position: absolute;
  top: 0;
  right: 0;
  color: rgba(255, 255, 255, 0.7);
}
#dory--widget .dory-content-box-inner {
  padding: 10px 30px 30px 30px;
  float: left;
  width: 100%;
}
#dory--widget .dory-content-box-inner .dory-heading {
  margin: 0 0 30px 0;
  padding: 0;
}
#dory--widget .breadcrumbs-indicator {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 0;
}
#dory--widget .dory-content-operation {
  clear: both;
  float: left;
  padding: 20px 15px;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 480px) {
  #dory--widget .dory-content-operation .dory-pagination {
    float: none !important;
    width: 100%;
    display: block;
    margin-bottom: 40px;
  }
}
/*@media screen and (max-width: 480px) {*/
  /*#dory--widget .dory-content-operation .btn {*/
    /*float: none !important;*/
    /*display: block;*/
  /*}*/
/*}*/
#dory--widget .dory-ask-wrap {
  float: left;
  clear: both;
  padding: 2px 30px 2px 30px;
  margin-top: 20px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
#dory--widget .dory-ask-wrap .dory-ask-label {
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: normal;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
#dory--widget #dory-counter {
  position: absolute;
  right: 0;
  top: 0;
  margin: -40px -10px 0 0;
}
@media screen and (max-width: 480px) {
  #dory--widget #dory-counter{
    margin:-30px -5px 0 0 !important;
  }

}
#dory--widget #dory-counter > a {
  width: 100px;
  height: 100px;
  display: table;
  background: rgba(236, 70, 0, 0.7);
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
#dory--widget #dory-counter > a > span {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
#dory--widget #dory-counter > a > span strong {
  font-size: 24px;
  display: block;
  color: white;
}
#dory--widget #dory-counter > a > span span {
  display: block;
  font-size: 9px;
  color: rgba(255, 255, 255, 0.5);
}
#dory--widget #dory-counter > a:hover {
  text-decoration: none;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#dory--widget #dory-counter > a:active, #dory--widget #dory-counter > a:focus {
  text-decoration: none;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
#dory--widget .dory-pagination {
  position: relative;
  width: 200px;
  /*float: left;*/
  padding-top: 4px;
  margin-bottom: 10px;
  margin-left: -15px;
  padding-left: 50px;
}
#dory--widget .dory-pagination > ul {
  padding: 0;
  margin: 0;
}
#dory--widget .dory-pagination > ul > li {
  list-style: none;
  padding: 0;
  margin: 0;
}
#dory--widget .dory-pagination > ul > li > div {
  display: block;
  width: 200px;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding: 4px 0;
  z-index: 2;
}
#dory--widget .dory-pagination > ul > li > div > ul {
  padding: 0 10px;
  margin: 0;
  position: relative;
  width: 200px;
  left: 0;
  top: 0;
  background: #ffffff;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
#dory--widget .dory-pagination > ul > li > div > ul > li {
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
#dory--widget .dory-pagination > ul > li > div > ul > li > a {
  width: 10px;
  height: 10px;
  margin-right: 1px;
  background: transparent;
  border: 2px solid #c7c7c7;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  display: block;
  float: left;
}
#dory--widget .dory-pagination > ul > li > div > ul > li > a:hover {
  border: 2px solid #00afec;
}
#dory--widget .dory-pagination > ul > li > div > ul > li.done > a {
  background: #bdbdbd;
  border: 2px solid #bdbdbd;
}
#dory--widget .dory-pagination > ul > li > div > ul > li.current > a {
  background: #00afec;
  border: 2px solid #00afec;
}
#dory--widget .dory-pagination > ul > li:hover > div {
  width: 200px;
}
#dory--widget .dory-pagination > ul > li > a {
  color: #fff;
  font-size: 11px;
  font-weight: bold;
}
#dory--widget .dory-pagination > ul > li > a img {
  position: relative;
  top: 0px;
  margin-right: 7px;
}
#dory--widget .dory-pagination > ul > li > a:hover {
  text-decoration: none !important;
}
#dory--widget .clinical-trial-entry {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 20px;
  margin: 15px 0;
  float: left;
  width: 100%;
}
#dory--widget .clinical-trial-entry:last-child {
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
#dory--widget .clinical-trial-entry .clinical-trial-entry-heading {
  font-weight: normal;
  color: #fff;
  letter-spacing: 0px;
  margin-bottom: 0px;
}
#dory--widget .clinical-trial-entry .entry-meta {
  margin-bottom: 5px;
  display: block;
}
#dory--widget .clinical-trial-entry .entry-meta.entry-address {
  margin-bottom: 10px;
  display: block;
  letter-spacing: 1px;
  font-size: 16px;
}
#dory--widget .clinical-trial-entry .entry-label {
  display: block;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}
#dory--widget .clinical-trial-entry .clinical-trial-more {
  padding-top: 20px;
}
#dory--widget .clinical-trial-entry .clinical-trial-more .distance .number {
  font-size: 24px;
  font-weight: normal;
}
#dory--widget .clinical-trial-entry .clinical-trial-more .quick-contact .btn {
  padding-left: 9px !important;
  padding-right: 9px !important;
}
#dory--widget .clinical-trial-entry .clinical-trial-more .quick-contact .icon {
  margin-right: 4px;
  top: 1px;
  position: relative;
}
#dory--widget .mile-text
#dory--widget .clinical-trial-entry .clinical-trial-more .quick-contact a {
  margin: 0 10px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
#dory--widget #dory-widget-map {
  width: 100%;
  height: 300px;
  margin-bottom: 30px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  background: #e5e3df;
  -webkit-box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.12);
  -ms-box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.12);
}
#dory--widget .provider {
  color: rgba(255, 255, 255, 0.5);
  line-height: 18px;
}
#dory--widget .provider small {
  font-size: 14px;
}
#dory--widget .provider a {
color: #039cdf !important;
  text-decoration: underline !important;
}

#dory--widget .provider .provider_container{
    color: #000;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

#dory--widget .how-it-works {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 480px) {
  #dory--widget .how-it-works {
    margin-top: 50px !important;
    clear: both;
  }
}

@media screen and (max-width: 580px) {
  .modal-dialog {
    margin: 10px !important;
}
}

#dory--widget .partnered {
  font-size: 25px;
  margin-bottom: 40px;
  color: #ffffff;
}
#dory--widget .text-center {
  text-align: center;
}
#dory--widget .pull-left {
  float: left !important;
}
#dory--widget .pull-right {
  float: right !important;
}
@media screen and (max-width: 992px) {
  #dory--widget .winner {
    text-align: left;
  }
}
@media screen and (max-width: 992px) and (max-width: 480px) {
  #dory--widget .winner {
    width: 100% !important;
    float: none;
    margin-left: 0;
  }
}
@media screen and (max-width: 992px) {
  #dory--widget .winner h2 {
    text-align: left !important;
  }
}

@media screen and (max-width: 480px) {
  .col-xxs-12 {
    float: none !important;
    display: block !important;
    clear: both !important;
    width: 100% !important;
  }
}
.modal-backdrop{
  height: 50px !important;
}
.modal{
   background-color: rgba(255, 255, 255, 0.882353);
}
.modal-content {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  box-shadow: 0px 0px 6px #000000;
-webkit-box-shadow: 0px 0px 6px #000000;
-moz-box-shadow: 0px 0px 6px #000000;
  border: none !important;
  color: #7b7e81;

}

@media screen and (min-width: 600px) {
 /*.modal-content {*/
 /*  min-width: 600px;*/
 /*}*/
 /*  #widget_referral_form_modal, #advanced_search_referral_form_modal {*/
 /*   min-width: 700px;*/
 /*}*/
}



.modal-content .modal-header {
  text-align: center;
  background: #ec4600;
  padding: 10px;
}
 .modal-body{

     margin-top: 0px !important;
  }

@media screen and (max-width: 480px) {
  .modal-dialog {
     margin: 10px !important;
  }
  #helpModalLabel{
    font-size: 13px !important;

  }
.email_prev_block{
  display: none;
}
  .modal-content .modal-header .close i{
    font-size:20px !important;
  }
}
@media screen and (max-width: 480px) {
  .modal-content .modal-header {
    padding: 5px;
  }
}
.modal-content .modal-header .modal-title {
  color: #ffffff;
  font-size: 10px !important;
}
.modal-content .modal-header .close {
  /*margin-top: -40px;*/
  /*margin-right: -28px;*/
  color: #ffffff;
  font-size: 30px;
  outline: none;
}
.modal-content .modal-header .close i {
  font-size: 30px;
}

@media screen and (max-width: 480px) {
  .modal-content .modal-body {
    padding: 20px;
  }

#dory--widget .dory-content{
      margin-top: 50px !important;
}
}
.modal-content .modal-body > p .modal-label {
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 13px;
  display: block;
  color: #ec3200;
}
.modal-content .modal-body h3 {
  font-size: 20px;
  color: #000;
}

#id_utype {
  padding: 0;
  margin: 0;
}
#id_utype li {
  padding: 0;
  margin: 0;
}

.modal {
  color: #444 !important;
}
.modal p {
  color: #444 !important;
}

.trial-x {
  height: 40px;
}
.btn-gray{
  background: #DDDDDD  !important;
  color: #000033 !important;
}
.btn-gray:hover{
  background:  #FFF !important;
}
.tcounts{
 display: inline-block;
    font-size: 15px !important;
    margin-left: 10px;
    color: #E0B241 !important;
}
.input-field-group > div > ul > li{
  margin-bottom: 10px !important;
}

@media screen and (max-width: 480px) {
  .input-field-group > div {
    margin: 0px !important;
    padding: 0px !important;
  }
}
  @media screen and (max-width: 480px){
  .input-field-group > div > ul {
    margin: 0px !important;
    padding: 0px !important;
  }
}

  @media screen and (max-width: 480px){
  #id_radius  {
    margin: 0px !important;
    padding: 0px !important;
  }
}
 #id_radius > li {
    margin-bottom: 10px !important;
 }
  @media screen and (max-width: 480px){
    #id_utype{
       margin: 0px !important;
    padding: 0px !important;
    }
  }
 #id_utype > li {
    margin-bottom: 10px !important;
 }
/*# sourceMappingURL=dory-widget.css.map */
.dory-custom-side-box {

background: rgba(0, 0, 0, 0.5) !important;
    float: left !important;
    width: 100% !important;
    -webkit-border-radius: 7px !important;
    -moz-border-radius: 7px !important;
    -ms-border-radius: 7px !important;
    -o-border-radius: 7px !important;
    border-radius: 7px !important;
    -webkit-box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.12) !important;
    -moz-box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.12) !important;
    -ms-box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.12) !important;
    box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.12) !important;
}
#dory--widget .dory-side-content-box ul li a {

    cursor: pointer !important;
}
.entry-leading{
  font-weight: 400 !important;
}
.dory-alert{
  padding: 7px 0px 7px 22px !important;
    border-radius: 4px !important;
    background: rgb(59, 145, 173) !important;
    border-radius: 0px !important;
margin: 0px !important;

}
.mile-text{
      font-size: 16px !important;
    color: #FFBF35 !important;
    letter-spacing: 1px !important;
  text-decoration: none !important;
  cursor: pointer !important;
}
.mile-text:hover{
  text-decoration: none !important;
  color:#FFBF35 !important;
    text-decoration: none !important;

}
.margin-top-4x{
  margin-top: 40px !important;
}
.update-date{
      color: #E49E07 !important;
    font-size: 14px !important;
}
.dory-h2{
  font-weight: normal !important;
}
.btn-custom {
    padding: 10px 25px !important;
    font-size: 16px !important;
  font-weight: 400 !important;
}
.btn-custom:hover{
  background: #FF5722 !important;
  color: #fff !important;
}
.trial-title{
  font-size: 15px !important;
    font-family: "lato", arial, sans-serif !important;
    font-weight: 400 !important;
    letter-spacing: 2px !important;
}
.prev-tag{
      font-family: "lato", arial, sans-serif !important;
    font-weight: 300 !important;
    color: #ec4600 !important;
}

.btn-red{
  background: red !important;
}
.btn-red:hover{
  background: #ff0e16 !important; ;
  color: #ffffff !important;
}

/*@media screen and (max-width: 480px) {*/
  /*#email-modal-show{*/
    /*margin-right: -20px;*/
  /*}*/
  /*#call-modal-show{*/
     /*margin-left: -20px;*/
  /*}*/
/*}*/
   .btn-boot {
     display: inline-block;
     margin-bottom: 0;
     font-weight: normal;
     text-align: center;
     vertical-align: middle;
     touch-action: manipulation;
     cursor: pointer;
     background-image: none;
     border: 1px solid transparent;
     white-space: nowrap;
     padding: 9px 3px;
     font-size: 14px;
     line-height: 1.42857;
     border-radius: 4px;
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
     float: left ;
     outline: none;
   }
.ui-group-buttons .or{position:relative;float:left;width:.3em;height:1.3em;z-index:3;font-size:12px}
.ui-group-buttons .or:before{position:absolute;top:50%;left:50%;content:'or';background-color:#5a5a5a;margin-top:-.1em;margin-left:-.9em;width:1.8em;height:1.8em;line-height:1.55;color:#fff;font-style:normal;font-weight:400;text-align:center;border-radius:500px;-webkit-box-shadow:0 0 0 1px rgba(0,0,0,0.1);box-shadow:0 0 0 1px rgba(0,0,0,0.1);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box}
.ui-group-buttons .or:after{position:absolute;top:0;left:0;content:' ';width:.3em;height:2.84em;background-color:rgba(0,0,0,0);border-top:.6em solid #5a5a5a;border-bottom:.6em solid #5a5a5a}
.ui-group-buttons .or.or-lg{height:1.3em;font-size:16px}
.ui-group-buttons .or.or-lg:after{height:2.85em}
.ui-group-buttons .or.or-sm{height:1em}
.ui-group-buttons .or.or-sm:after{height:2.5em}
.ui-group-buttons .or.or-xs{height:.25em}
.ui-group-buttons .or.or-xs:after{height:1.84em;z-index:-1000}
.ui-group-buttons{display:inline-block;vertical-align:middle}
.ui-group-buttons:after{content:".";display:block;height:0;clear:both;visibility:hidden}
.ui-group-buttons .btn{float:left;border-radius:0}
.ui-group-buttons .btn:first-child{margin-left:0;border-top-left-radius:.25em;border-bottom-left-radius:.25em;padding-right:15px}
.ui-group-buttons .btn:last-child{border-top-right-radius:.25em;border-bottom-right-radius:.25em;padding-left:15px}

.btn-call{
      background: #ec4600 !important;
    border-radius: 0px !important;
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif !important;
    font-weight: 300 !important;
    font-size: 18px !important;

  outline: none !important;
}
.btn-email{
     background: #2196F3 !important;
    border-radius: 0px !important;
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif !important;
    font-weight: 300;
    font-size: 13px;
}
.or-custom{
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif !important;
    font-weight: 300 !important;
    font-size: 13px !important;
    height: 1.7em !important;
}

.call-span{
  margin-left: 10px !important;
}
.btn-call:hover {
  background: white !important;
  color: #000000 !important;
  outline: none !important;
  border:none !important;
}

.btn-email:hover{
  background: white !important;
  color: #000000 !important;
  outline: none;
}

#dory-counter > a{
  text-decoration: none !important;
  cursor: pointer !important;
}

#sad_dory{
  margin-top:10px;
}

.alert-custom{
 padding: 10px !important;
    margin-bottom: 10px;
    border: 1px solid transparent;
    border-radius: 4px;
    font-weight: 300;
    font-size: 16px;
    background: rgba(86, 82, 82, 0.65) !important;
    color: #FEBE35 !important;

}
.close{
  color: #dddddd !important;
}


@media screen and (max-width: 480px) {
  .btn-email{
    width: 100%;
    display: block;
    margin-bottom: 20px;
    font-weight: normal; font-size: 16px !important;
  }
  .or-custom{
    display: none;
}
  .call-span{
        font-size: 16px !important;

  }
  .btn-call{
    width: 100%;
    display: block;
    font-weight: normal;
    font-size: 16px !important;
  }

}
@media screen and (max-width: 480px) {
  .page-prev {
    width: 100% !important;
  }

  .page-prev a {
    width: 100% !important;
  }
  .page-next {
    width: 100% !important;
  }

  .page-next a {
    width: 100% !important;
  }
}

#validate{
  display:none;width:400px;height:30px;color:#ee0000;
  font-weight: 500;font-size: 18px;
}
.nav_mobile {
  width: 100%;
  background:#2F3C3B;
  margin: 0px !important;
  padding: 5px !important;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.15) !important;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.15) !important;
}
.bold{
  font-size:10.5px;
  font-weight:bold;
  color:white;

}
.a_custom {
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    cursor: pointer;
    margin-left:30px;
    font-weight: bold;
}
.para {
    color: black !important;
    font-weight: 400 !important;
    line-height: 25px !important;
    font-size: 16px !important;
    margin-bottom: 20px !important;
}
.send_mail_custom{

    margin-top: 20px !important;
    padding-top: 36px !important;
}
.para_footer{
  font-weight:400;
  font-size:14px;
  color:black;
}
.clearfilter{
  color:#1A88FE;
  font-weight: 400;

}
.clearfilter:hover{
  cursor: pointer;
}

.para_footer{
  font-weight:400;
  font-size:14px;
  color:black;
}
.hr_custom{
     width: 40%;
    border: 0;
    height: 1px;
    background: #333;
    background-image: linear-gradient(to right, #ccc, #333, #ccc);
}
.call_status_title{
  font-size: 34px !important;
    font-weight: 300 !important;
    color: #959595 !important;
}

.call_status_label{
  font-size: 20px !important;
    font-weight: 500 !important;
    color: #EC4600 !important;
  margin-bottom: 1rem;
}
.signal {
    border: 5px solid #333;
    border-radius: 30px;
    height: 20px;
    left: 50%;
    opacity: 0;
    width: 20px;
    margin: 1rem auto;
    animation: pulsate 1s ease-out;
    animation-iteration-count: infinite;
}

@keyframes pulsate {
    0% {
      transform: scale(.1);
      opacity: 0.0;
    }
    50% {
      opacity: 1;
    }
    100% {
      transform: scale(1.2);
      opacity: 0;
    }
}

.sweet-alert p {
    color: black !important;

}
.sweet-alert h2{

  color:black !important;
}
.no-trial {
  background: rgba(0, 0, 0, 0.5) !important;
  margin-top: 10px;
}
.popover{
  background: rgba(0, 0, 0, 0.5) !important;
}


.popover.right .arrow:after {
  border-right-color: rgba(0, 0, 0, 0.5) !important;
}

body#dory--widget .filter-mile-select {
    margin-bottom: 20px;

}


body#dory--widget .powered_bar{
  clear: both;
    float: left;
    padding: 10px 15px;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}



.mile-text{
    color: #3c3c3d !important;
}
.mile-text:hover{
  color: #BEBEBE !important;
  text-decoration: none !important;
}

.widget-referral-form-recaptcha {
  transform:scale(0.893);
  transform-origin:0 0;
  -webkit-transform:scale(0.893);
  -webkit-transform-origin:0 0;
}

#keyword_button{
position: absolute;
right: 10px;
top:8px;
border:none;
outline: none;
  background: none;
}

#send-email-spinner{
  margin-right: 10px;
  display: none;
}

.no-pd{
  padding: 0px !important;
}
.gm-style-iw {
	min-width: 350px !important;
	top: 15px !important;
	left: 0px !important;
	background-color: #fff;
	box-shadow: 0 1px 6px rgba(178, 178, 178, 0.6);
	border: 1px solid rgba(72, 181, 233, 0.6);
	border-radius: 2px 2px 10px 10px;
}
#iw-container {
	margin-bottom: 10px;
  text-align:left !important;
}
#iw-container .iw-title {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 20px;
	font-weight: 400;
	padding: 5px;
	color: #151313;
	margin: 0;
	border-radius: 2px 2px 0 0;
}
#iw-container .iw-content {
    text-align:left !important;
	font-size: 13px;
	line-height: 18px;
	font-weight: 400;
	margin-right: 1px;
	max-height: 140px;
	overflow-y: auto;
	overflow-x: hidden;
}
#iw-container .iw-content p{
	font-size: 14px !important;
	line-height: 18px;
	margin-right: 1px;
	overflow-y: auto;
	overflow-x: hidden;
}

.iw-content img {
	float: right;
	margin: 0 5px 5px 10px;
}
.iw-subTitle {
	font-size: 16px;
	font-weight: 500;
	padding: 5px 0;
}
.iw-bottom-gradient {
	position: absolute;
	width: 326px;
	height: 25px;
	bottom: 10px;
	right: 18px;
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
}

@media screen and (min-width: 700px) {
  .padTopSm70 {
    padding-top: 70px; 
  }
}


.poweredby span{
   font-size: 10px;
    color: #bcbcbc !important;
    padding-right: 10px;


}
.poweredby img{
width:100%
}

.poweredby{
text-align:right

}

