.imagecontour {
 padding: 10px; 
 border: solid 1px #EFEFEF;
 background-color: #FFFFFF;
 }
 
.effect2
{
  position: relative;
}
.effect2:before, .effect2:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  box-shadow: 0 15px 10px #777;
  transform: rotate(-3deg);
}
.effect2:after
{
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}
@media screen and (min-width: 768px) {
    .callNow{
        display:none;
    }
}
@media screen and (max-width: 767px) {
 .callNow {
    padding: 15px;
    position: fixed;
    bottom: 0px;
    z-index: 9999999;
    background: #491f75 !important;
    display: flex;
    width: 100%;
    justify-content: center;
    color: #fff;
}

.callNow a {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}
.cc-window {
    bottom: 67px !important;
}
}
@media screen and (max-width: 400px) {

.c-layout-revo-slider-4 .c-main-title-circle {
 padding:100% !important;

}
.c-content-feature-8.c-opt-1 > .c-grid > li > .c-img {
    padding: 19% 0%!important;
    min-width: 300px !important;
    width: 338px !important;
}

}