.book-a-call.page-template h2{
    color: #000;
}
.book-a-call .gallery-overlay{
    position: absolute;
    width: 100%;
    overflow: hidden;
    height: 150%;
    z-index: -1;
}
.book-a-call .gallery-overlay video{
    width: 200%;
    float: right;
}
.book-a-call .set-right{
    position: absolute;
    width: 33%;
    margin-top: 10vw;
    margin: 0;
    top: 25%;
    right: 0;
    overflow: hidden;
    z-index: 1;
}
.book-a-call .set-right img{
    width: 185%;
    max-width: 185%;
}
.book-a-call .section-heading{
    background-color: transparent;
    border-bottom: 2px solid;
    padding-bottom: 57px;
    position: absolute;
    width: 100%;
    max-width: 70%;
    top: 10vw;
    left: 9%;
}
.page-template-book-a-call header#main-header {
    background-color: transparent;
    box-shadow: none;
}
/* @media (min-width:1025px) and (max-width:1200px) {
    .book-a-call .gallery-overlay{
        max-height: 110%;
    }
} */
@media all and (max-width:1600px) {
    .book-a-call .section-heading {
        left: 50%;
        transform: translate(-50%,0);
    }
}
@media all and (max-width: 1024px) {
    .book-a-call .section-heading{
        top: 150px;
    }
    .book-a-call .set-right {
        width: 232px;
    }
    .section-heading h2{
        font-size: 35px;
    }
    .book-a-call .gallery-overlay video {
        width: 2000px;
        float: unset;
    }
    .book-a-call .section-heading {
        border-bottom: none;
    }
    #calendar-widget {
        border-top: 2px solid #000;
        padding-top: 50px;
    }
}
@media all and (max-width: 768px) {
    .book-a-call .gallery-overlay {
        height: 200%;
    }

}
@media all and (max-width: 570px) {
    .book-a-call .set-right {
        display: none;
    }
    .book-a-call .section-heading {
        max-width: 80%;
    }
}
