.bannercaption { position:absolute;z-index:999; left: 70px; top: 277px;} 
.bannercaption h2 {  margin:0px 0px 20px 0px; padding:0px; color:#013942; font-size:35px; font-weight:800;}
.bannercaption a { border-radius:4px; }
.btn-call {
    background: #013942;
    border: none;
    padding: 0.6rem 3rem;
    font-size: 22px;
    text-align: center;
    letter-spacing: 0.5px;
    font-weight: 600;
    border-radius:4px !important;
    color: #fff;
    border: 3px solid #013942;
    position: relative;
    overflow: hidden;
    z-index: 1;
    display: block;
    width: auto;
    float: right;
}

.btn-call span {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
    transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
}

.btn-call:hover {
    color: #013942;
    text-decoration: none;
}










@media only screen and (max-width:768px) {

.bannercaption {
    position: absolute;
    z-index: 999;
    left: 30px;
    top: 94px;
}

.bannercaption h2 {
    margin: 0px 0px 30px 0px;
    padding: 0px;
    color: #013942;
    font-size: 17px;
    font-weight: 800;
}

.btn-call {
    background: #013942;
    border: none;
    padding: 0.6rem 1rem !important;
    font-size: 10px !important;
    text-align: center;
    letter-spacing: 0.5px;
    font-weight: 600;
    border-radius: 0;
    color: #fff;
    border: 3px solid #013942;
    position: relative;
    overflow: hidden;
    z-index: 1;
    display: block;
    width: auto;
    float: right;
}

.bannercaption h2 {
    margin: 0px 0px 10px 0px;
    padding: 0px;
    color: #013942;
    font-size: 17px;
    font-weight: 800;
}

}




