


.style4 {
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../assets/images/BannerBkgrndBodyNEW-_400pxdeep.jpg");
    min-height: 100px;
    height: 100px
}





@media (min-width: 768px) {


.style1 {
        background-image: -webkit-gradient(linear, left bottom, left top, from(#6a6ae6), to(white));
        background-image: linear-gradient(0deg, #6a6ae6 0%, white 100%) 
        
    }
}





.style1 {
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(2%, #4848c8), to(white));
    background-image: linear-gradient(0deg, #4848c8 2%, white 100%)
}





@media (min-width: 576px) {





.style1 {
        background-image: -webkit-gradient(linear, left bottom, left top, from(black), color-stop(1%, #4848c8), to(white));
        background-image: linear-gradient(0deg, black 0%, #4848c8 1%, white 100%)
    }





.style5 {
        border-top-left-radius: 11px;
        border-top-right-radius: 11px;
        border-bottom-left-radius: 11px;
        border-bottom-right-radius: 11px
    }
}





.style2 {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#d96565), to(white));
    background-image: linear-gradient(0deg, #d96565 0%, white 100%)}





.floatleft {
    float: left;
    margin-right: 15px;
    padding-right: 0px}


 .map-responsive {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%; /* 16:9 Aspect Ratio */
}
.map-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; 
}













