.my-icon-event{
    background:#5C761F;
    float:right;
    padding-right:1%;
    padding-top:1.5%;
    padding-bottom:1.5%;
    padding-left:1.5%;
    border-radius:50%;
    margin-top:-2%;
}
.main-car-li-active{
    width:20px;
    height:20px;
    border-radius:50%;
    background:red;
}

.main-car-li{
    width:20px;
    height:20px;
    border-radius:50%;
    background: rgba(255, 255, 255, 0.48);
}
/*blog image aspect ratio landscape 3:2*/

.entry-featured-image-url {
    padding-top: 0;
    margin-top: 5%;
    display: block;
    width: 100%;
    background-color: white;
  }
  
  .entry-featured-image-url a img {
    position: relative;
    height: 220px;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    padding:0% 0%;
  }



@media screen and (max-width: 768px) {
    .footer-img {
        margin:0 auto !important;
        padding:10px 28px !important;

    }
    .footer-img-row{
        padding-top: 1% !important;
    }
    .my-footer-caro{
         padding:0px !important;
        margin:0px !important;
        height: 139px !important;
    }
    .my-footer-caro-inner{
        height: 200px !important;
    }
    .footer-row{
        margin-top: 10% !important;
    }
    .footer-img-row-1{
        width: 50% !important;   
       padding:10% 1% !important;
    }
    .footer-img-row-2{
        width: 50% !important;
        padding:10% 1% !important;
    }
    .footer-img-1{
        width: 100% !important;
        height:100px !important;
        object-fit: contain !important;
    }
    .footer-img-2{
        width: 100% !important;
        height: 100px !important;
        object-fit: contain !important;
    }
    .entry-featured-image-url {
      /*  padding-top: 80%;*/
        height: auto;
      }
      .entry-featured-image-url a img {
     /*   height: 375px !important;*/
        width: 100% !important;
      }
}