body {
    background: #c1cacf;
}

.location-info {
    max-width: 100%;
    height: auto;
    min-height: 375px;
    background: url('../assets/images/133.png') no-repeat;
    background-size: cover;
    background-position: center center;
}

.location-info-dimmer {
    background: rgba(36, 24, 9, 0.4);
    position: relative;
    min-height: 375px;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.schedule-call-button {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 745px;
    width: 100%;
}

.schedule-call-button-left {
    text-align: center;
}

.schedule-text {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}

.schedule-text-left,
.schedule-text-right {
    text-align: center;
    margin: 0 5px;
}

.schedule-text p,
.schedule-header {
    font-family: 'OpenSans-Bold', sans-serif;
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    color: #fafafa;
    margin: 0;
    line-height: 1;
}

.schedule-header {
    margin-bottom: 10px;
}

.schedule-button-holder p {
    font-family: 'OpenSans-Bold', sans-serif;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #fafafa;
}

.schedule-button-holder p span {
    font-family: 'OpenSans-Bold', sans-serif;
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    color: #fafafa;
}

.outer-circle {
    width: 71px;
    height: 71px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.8);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    position: relative;
    cursor: pointer;
    margin-right: auto;
    margin-left: auto;
}

.inner-circle {
    width: 60px;
    height: 60px;
    background: transparent;
    border: 2px solid #ffffff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.inner-circle img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.contact-details {
    position: absolute;
    max-width: 259px;
    width: 100%;
    background: #ffffff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0.7px 0.7px 16px 0 rgba(0, 105, 196, 0.81);
    -moz-box-shadow: 0.7px 0.7px 16px 0 rgba(0, 105, 196, 0.81);
    -o-box-shadow: 0.7px 0.7px 16px 0 rgba(0, 105, 196, 0.81);
    box-shadow: 0.7px 0.7px 16px 0 rgba(0, 105, 196, 0.81);
    text-align: center;
    padding-top: 20px;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 25px;
    top: 14%;
    right: 25%;
}

.contact-details h3 {
    font-family: 'OpenSans-Regular', sans-serif;
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: center;
    color: #252525;
}

.contact-details-1-row,
.contact-details-2-row,
.contact-details-3-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.contact-details-1-row-right,
.contact-details-2-row-right,
.contact-details-3-row-right {
    text-align: left;
}

.contact-details-1-row-right h4 {
    font-family: 'OpenSans-Semibold', sans-serif;
    font-size: 18px;
    color: #252525;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    margin-left: 16px;
}

.contact-details-1-row-right p,
.contact-details-2-row-right p,
.contact-details-3-row-right p {
    font-family: 'OpenSans-Regular', sans-serif;
    font-size: 12px;
    color: #252525;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: normal;
    margin-left: 16px;
}

.gray-line {
    color: #dddddd;
}

.contact-details button {
    font-family: 'OpenSans-Bold', sans-serif;
    font-size: 18px;
    color: #252525;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    -webkit-box-shadow: 0.7px 0.7px 4px 0 rgba(0, 105, 196, 0.81);
    -moz-box-shadow: 0.7px 0.7px 4px 0 rgba(0, 105, 196, 0.81);
    -o-box-shadow: 0.7px 0.7px 4px 0 rgba(0, 105, 196, 0.81);
    box-shadow: 0.7px 0.7px 4px 0 rgba(0, 105, 196, 0.81);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    background: #ffffff;
    border: 1px solid #ffffff;
    padding: 17px 23px;
}

@media only screen and (max-width: 1024px) {
    .contact-details {
        right: 5%;
    }
}

@media only screen and (max-width: 768px) {
    .schedule-call-button {
        justify-content: space-around;
    }
}

@media only screen and (max-width: 600px) {
    .schedule-call-button {
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .schedule-call-button-left {
        margin-bottom: 40px;
    }
    .map-holder {
        display: none;
    }
    .contact-details {
        position: relative;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
        max-width: 90%;
    }
}