.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}
@media (max-width: 767px) {
    .results-container #testing-center-list {
        height: auto;
    }
}
@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}
@media (min-width: 1290px) {
    .container {
        width: 1250px;
    }
}
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
body {
    margin: 0;
    padding: 0;
    font: 18px "Gilroy", sans-serif;
}
:root {
    --mainColor: #8868c9;
}
.center {
    text-align: center;
}
.tip {
    background: var(--mainColor);
    color: #fff;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}
.tip a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: underline;
}
.tip a:hover {
    color: #fff;
    text-decoration: underline;
}
.logo img {
    max-width: 245px;
}
.nav {
    height: 77px;
    padding: 7px 0 8px;
}
.innav {
    display: flex;
    justify-content: space-between;
    height: 77px;
    align-items: center;
}
.nav .menu {
    font-size: 20px;
}
.nav .menu img {
    margin-top: -4px;
    margin-right: 10px;
}
.menu,
.list {
    display: flex;
    align-items: center;
}
.list .item {
    color: #836cc3;
    margin-right: 10px;
}
.intro {
    background: url("../../images/covid19/side-min.png") center center no-repeat;
    background-size: cover;
    min-height: 75vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.intro.result {
    display: block;
    background: #fff;
}
.intro.result .form {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
}
.intro .txt {
    text-align: center;
    font-size: 35px;
    font-weight: bold;
    font-family: proximanova, Arial, sans-serif;
}
.intro .form {
    margin: 20px 10px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.intro .form input {
    padding: 20px;
    border: none;
    width: 300px;
    border-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background: url("../../images/covid19/loc.svg") no-repeat scroll 5px 5px #fff;
    background-size: 17px;
    background-position: 10px;
    font-size: 20px;
    padding-left: 35px;
    outline: none;
    box-shadow: 0 0 90px 0 rgba(60, 65, 73, 0.08);
    border: 1px solid #ddd;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.intro .form input::placeholder {
    color: #333;
}

.intro .form button {
    background: var(--mainColor);
    color: #fff;
    padding: 20px;
    border-radius: 4px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-left: -10px;
    border: none;
    font-size: 20px;
    cursor: pointer;
}
.hiw {
    padding: 100px 0;
    background: #f4fdfe;
    color: #07204b;
}

.hiw .heading {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}
.hiw .txt {
    text-align: center;
    font-size: 20px;
}
.hiw .items {
    margin: 50px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.hiw .item {
    width: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 50px;
}
.hiw .item .title {
    font-weight: bold;
    font-size: 18px;
    margin: 10px;
}

/* results page */
.result .note {
    width: 100%;
    opacity: 0.84;
    background-color: #2cb9cc;
    font-size: 25px;
    color: #fff;
    text-align: center;
    font-weight: bold;
}
.result .note p {
    padding: 30px;
}

.results {
    display: flex;
    margin-top: -25px;
}

.results {
    display: flex;
    border-top: 1px solid #f0f0f0;;
}
.results .left {
    flex: 0 0 568px;
    /*padding: 40px 100px;*/
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.results .right {
    flex: 1 0 295px;
    height: 100%;
}
.result .map img {
    max-width: 100%;
    margin-left: 20px;
}
.res_item {
    padding: 20px;
    width: 700px;
    margin-bottom: 60px;
    border-bottom: 10px solid #eee;
    transition: transform 0.5s;
}
.res_item:hover {
    transform: translateY(-5px) scale(1.005) translateZ(0px);
    box-shadow: 0 12px 12px rgba(0, 0, 0, 0.1);
}
.res_item a {
    text-decoration: none;
}
.res_item .line1 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    color: #38475c;
}
.res_item .line1 .type {
    display: flex;
    flex-wrap: wrap;
}
.res_item .line1 .type > div:first-child {
    margin-right: 10px;
}
.res_item .drive {
    display: flex;
    align-items: center;
    border: 1px solid #2cb9cc;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-right: 10px;
}
.res_item .drive .text {
    margin-left: 10px;
    font-size: 20px;
    opacity: 0.7;
    font-weight: bold;
    color: #2cb9cc;
}
.res_item .drive .icon {
    background: #2cb9cc;
    width: 35px;
    height: 35px;
    border-radius: 35px;
    padding: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.res_item .drive.clinic .text {
    color: #7d60b7;
}

.res_item .drive.clinic {
    border: 1px solid #7d60b7;
}
.res_item .drive.clinic .icon {
    background: #7d60b7;
}
.res_item .drive.rapid .text {
    color: #ff7500;
}
.res_item .drive.rapid {
    border: 1px solid #ff7500;
}
.res_item .drive.rapid .icon {
    background: #ff7500;
}
.res_item .drive.rapid {
    border: 1px solid #ff7500;
}
.res_item .drive.rapid .icon {
    background: #ff7500;
}
.res_item .drive .icon img {
    width: 30px;
}
.res_item .drive .icon img.doctor {
    width: 26px;
}
.res_item .drive.rapid .icon img {
    width: 22px;
}

.res_item .miles {
    display: flex;
    align-items: center;
}
.res_item .miles span {
    margin-left: 10px;
    color: #38475c;
}
.res_item .title {
    color: #3e4f62;
    font-size: 27px;
    font-weight: bold;
}
.res_item .loc {
    color: #3e4f62;
    font-size: 13px;
    margin-bottom: 15px;
}
.res_item .times,
.res_item .phone {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-size: 17px;
    color: #38475c;
}
.res_item .times span,
.res_item .phone span {
    margin-left: 10px;
}
.res_item .phone {
    cursor: pointer;
}
.res_item .req {
    font-size: 18px;
    margin: 15px 0;
}
.res_item .req a {
    color: var(--mainColor);
    text-decoration: none;
    font-weight: 500;
}
.res_item .details {
    color: rgba(0, 0, 0, 0.7);
    max-width: 410px;
    margin-bottom: 20px;
    font-size: 16px;
}
.res_item .footer .infooter {
    display: flex;
    font-size: 13px;
}
.footer .share {
    color: #38475c;
    margin-right: 30px;
}
.footer .social {
    transition: all ease 0.4s;
    display: none;
    margin-top: 20px;
}
.footer .social.in {
    display: block;
}
.share .inshare {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.res_item .footer img {
    margin-right: 10px;
}
.footer .directions {
    display: flex;
    color: #38475c;
    align-items: center;
}

@media only screen and (max-width: 1500px) {
    .results .left {
        flex: 0 0 550px;
        padding: 40px 60px;
    }
    .res_item {
        width: 550px;
    }
}
@media only screen and (max-width: 1200px) {
    .result .map img {
        max-width: 400px;
    }
}
@media only screen and (max-width: 1050px) {
    .result .map img {
        max-width: 300px;
    }
    .result .right {
        display: block;
    }
}
@media only screen and (max-width: 900px) {
    .result .right {
        display: none;
    }
    .hiw .items {
        justify-content: center;
    }
    .results .left {
        justify-content: center;
        padding: 20px 40px;
        flex: 1 1 100vw;
    }
    .res_item {
        width: 100%;
    }
}
@media only screen and (max-width: 750px) {
    .intro {
        background: url("../../images/covid19/hand-min.png") no-repeat;
        background-size: contain;
        background-position: bottom center;
    }
    .nav .right {
        display: none;
    }
    .intro .form {
        margin: 20px;
    }
    .res_item {
        width: calc(100vw - 40px);
    }
    .results .left {
        padding: 0;
    }
}
@media only screen and (max-width: 500px) {
    .intro .form input {
        width: 250px;
    }
    .res_item .line1 .type > div:first-child {
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 450px) {
    .intro .form input {
        /*width: 180px;*/
        width: calc(100vw - 200px);
    }
    .intro {
        background: url("../../images/covid19/hand-min.png") #d9dee4 no-repeat;
        background-repeat: no-repeat;
        background-size: contain;
        align-items: flex-start;
        background-position: bottom center;
    }
    .intro.home .inintro {
        padding-top: 50px;
    }
    .intro.home {
        min-height: 50vh;
    }
}
@media only screen and (max-width: 370px) {
    .intro .form input {
        width: calc(100vw - 200px);
    }
}
.resp-sharing-button__link,
.resp-sharing-button__icon {
    display: inline-block;
}

.resp-sharing-button__link {
    text-decoration: none;
    color: #fff;
    margin: 0.5em;
}

.resp-sharing-button {
    border-radius: 5px;
    transition: 25ms ease-out;
    padding: 0.5em 0.75em;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}

.resp-sharing-button__icon svg {
    width: 1em;
    height: 1em;
    margin-right: 0.4em;
    vertical-align: top;
}

.resp-sharing-button--small svg {
    margin: 0;
    vertical-align: middle;
}

/* Non solid icons get a stroke */
.resp-sharing-button__icon {
    stroke: #fff;
    fill: none;
}

/* Solid icons get a fill */
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
    fill: #fff;
    stroke: none;
}

.resp-sharing-button--twitter {
    background-color: #55acee;
}

.resp-sharing-button--twitter:hover {
    background-color: #2795e9;
}

.resp-sharing-button--pinterest {
    background-color: #bd081c;
}

.resp-sharing-button--pinterest:hover {
    background-color: #8c0615;
}

.resp-sharing-button--facebook {
    background-color: #3b5998;
}

.resp-sharing-button--facebook:hover {
    background-color: #2d4373;
}

.resp-sharing-button--tumblr {
    background-color: #35465c;
}

.resp-sharing-button--tumblr:hover {
    background-color: #222d3c;
}

.resp-sharing-button--reddit {
    background-color: #5f99cf;
}

.resp-sharing-button--reddit:hover {
    background-color: #3a80c1;
}

.resp-sharing-button--google {
    background-color: #dd4b39;
}

.resp-sharing-button--google:hover {
    background-color: #c23321;
}

.resp-sharing-button--linkedin {
    background-color: #0077b5;
}

.resp-sharing-button--linkedin:hover {
    background-color: #046293;
}

.resp-sharing-button--email {
    background-color: #777;
}

.resp-sharing-button--email:hover {
    background-color: #5e5e5e;
}

.resp-sharing-button--xing {
    background-color: #1a7576;
}

.resp-sharing-button--xing:hover {
    background-color: #114c4c;
}

.resp-sharing-button--whatsapp {
    background-color: #25d366;
}

.resp-sharing-button--whatsapp:hover {
    background-color: #1da851;
}

.resp-sharing-button--hackernews {
    background-color: #ff6600;
}
.resp-sharing-button--hackernews:hover,
.resp-sharing-button--hackernews:focus {
    background-color: #fb6200;
}

.resp-sharing-button--vk {
    background-color: #507299;
}

.resp-sharing-button--vk:hover {
    background-color: #43648c;
}

.resp-sharing-button--facebook {
    background-color: #3b5998;
    border-color: #3b5998;
}

.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
    background-color: #2d4373;
    border-color: #2d4373;
}

.resp-sharing-button--twitter {
    background-color: #55acee;
    border-color: #55acee;
}

.resp-sharing-button--twitter:hover,
.resp-sharing-button--twitter:active {
    background-color: #2795e9;
    border-color: #2795e9;
}

.resp-sharing-button--whatsapp {
    background-color: #25d366;
    border-color: #25d366;
}

.resp-sharing-button--whatsapp:hover,
.resp-sharing-button--whatsapp:active {
    background-color: #1da851;
    border-color: #1da851;
}

.resp-sharing-button--telegram {
    background-color: #54a9eb;
}

.resp-sharing-button--telegram:hover {
    background-color: #4b97d1;
}

.contact {
    background: #3f4163;
    padding: 50px 20px;
    text-align: center;
}
.contact p {
    color: #50aaeb;
    font-size: 23px;
    font-weight: bold;
}
.contact .email {
    background: #4b4f76;
    display: inline-block;
    padding: 10px;
    color: #fff;
}

.mapouter {
    position: relative;
    text-align: right;
    /*height: 100vh;*/
    width: 100%;
}
.gmap_canvas {
    overflow: hidden;
    background: none !important;
    /*height: 100vh;*/
    height: calc(100vh - 200px);
    width: 100%;
}
#testing-center-list {
    height: calc(100vh - 280px);
    overflow-x: hidden;
}
#testing-center-list .res_item:last-child {
    /*padding-bottom: 0;*/
    margin-bottom: 0;
}
.results-container {
    margin-top: 25px;
}