.appointment-sched {
    display: none;
    padding-top: 40px;
    padding-bottom: 30px;
    background: #386193;
    margin-top: -1px;
    width: 100%;
    color: #ffffff !important;
}
#book-appointment {
    background: #eaf4ff;
}
#book-appointment, .appointment-sched {
    padding-left: 30px;
    padding-right: 30px;
}
.fil0 {fill:#ffffff}
#book-appointment .content-container h5 {
    margin-top: 0 !important;
    margin-bottom: 5px !important;
    font-size: 16px !important;
    line-height: 24px !important;
    font-weight: 500;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
}
#book-appointment .content-container p {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    font-size: 13px !important;
}
#book-appointment .content-container a {
    color: #4c4c4c !important;
}
#book-appointment .content-container a:hover {
    color: #ea761f !important;
}
#book-appointment .fusion-layout-column.fusion-one-third {
    width: calc(33.33% - ( ( 4% + 4% ) * 0.3333 ) );
    margin-right: 4%;
    margin-bottom: 0 !important;
}
#book-appointment .fusion-layout-column.fusion-column-last {
    margin-right: 0 !important;
}
#book-appointment .fusion-layout-column .fusion-column-wrapper img {
    width: 60px !important;
    height: auto !important;
    margin-right: 10px;
}
#book-appointment .fusion-layout-column .fusion-column-wrapper {
    padding: 20px 0;
    display: flex;
    align-items: center;
    /*justify-content: center;*/
}
#book-appointment .fusion-layout-column .fusion-column-wrapper.appointment-wrapper {
    padding: 20px 20px;
    background: #386193;
    color: #fff !important;
    cursor: pointer;
    transition: all 0.4s ease 0s;
}
#book-appointment .fusion-layout-column .fusion-column-wrapper.appointment-wrapper:hover {
    background: #ea761f !important;
}
.appointment-type {
    list-style-type: none !important;
    padding: 0 !important;
    margin: 0 !important;
}
.appointment-type li {
    width: calc(50% - ( ( 4% ) * 0.5 ) );
    margin-right: 4%;
    margin-bottom: 20px !important;
    display: inline-block;
    float: left;
}
.appointment-type li:nth-of-type(even) {
    margin-right: 0 !important;
}
.appointment-type a {
    height: 100px;
    display: flex;
    width: 100%;
    transition: all 0.4s ease 0s;
}
.appointment-type a img {
    width: 100% !important;
    max-width: 100px;
    height: auto;
}
.appointment-type a span {
    display: flex;
    align-items: center;
    color: #fff !important;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    padding: 10px 30px;
    background: #e46e16;
    width: 100%;
    transition: all 0.4s ease 0s;
}
.appointment-type a:hover span {
    background: #15345a !important;
}
.appointment-sched h3 {
    margin-top: 0 !important;
    font-size: 26px !important;
    line-height: 34px !important;
    font-family: "Sulphur Point", Arial, Helvetica, sans-serif;
    margin-bottom: 30px !important;
}
.calendly-overlay {
    z-index: 99999 !important;
}


/* Responsive */

@media screen and (max-width: 1024px) {
#book-appointment .content-container h5 {
    font-size: 15px !important;
    line-height: 23px !important;
}
#book-appointment .fusion-layout-column .fusion-column-wrapper img {
    width: 40px !important;
}
}

@media screen and (max-width: 800px) {
#book-appointment {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
#book-appointment .fusion-layout-column .fusion-column-wrapper {
    padding: 10px 30px !important;
}
#book-appointment .fusion-layout-column .fusion-column-wrapper.phone-loc-wrapper {
    border-bottom: #d0d0d0 1px solid;
}
.appointment-type li {
    width: 100% !important;
    margin-right: 0 !important;
}
.appointment-type a span {
    font-size: 16px !important;
    line-height: 24px !important;
}
.appointment-sched h3 {
    font-size: 24px !important;
    line-height: 32px !important;
}
}

@media screen and (max-width: 500px) {
.appointment-type a span {
    font-size: 14px !important;
    line-height: 22px !important;
}
.appointment-sched h3 {
    font-size: 20px !important;
    line-height: 30px !important;
}
.appointment-type a {
    height: 80px !important;
}
.appointment-type a img {
    max-width: 80px !important;
}
.appointment-type a span {
    padding: 10px 20px !important;
}
}

@media screen and (max-width: 420px) {
#book-appointment .content-container h5 {
    font-size: 14px !important;
    line-height: 21px !important;
}
}

@media screen and (max-width: 380px) {
#book-appointment .fusion-layout-column .fusion-column-wrapper {
    padding: 10px 25px !important;
}
.appointment-sched {
    padding-left: 25px !important;
    padding-right: 25px !important;
}
}

@media screen and (max-width: 340px) {
#book-appointment .fusion-layout-column .fusion-column-wrapper {
    padding: 10px 20px !important;
}
.appointment-sched {
    padding-left: 20px !important;
    padding-right: 20px !important;
}
}