﻿.modal {
    height: auto;
}

.calendly-width {
   max-width:500px;
   width:100%;
   left:30vw;
}
@media screen and (min-width:240px) and (max-width:767px) {
    .calendly-width {
        max-width: 500px;
        width: 100%;
        left: 0vw;
    }
}
@media screen and (min-width:768px) and (max-width:1023px) {
    .calendly-width {
        max-width: 500px;
        width: 100%;
        left: 20vw;
    }
}
.modal-body:before {
    display: none;
}

.close {
    position: absolute;
    top: 0px;
    z-index: 1040;
    right: 7px;
}

.bg-green {
    padding: 10px 10px;
    background-color: #96c33d;
    text-align: center;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 700;
    border-bottom: 1px solid #fff;
}
