.inner-footer{
    max-width: 1270px;
    margin: -2vw auto 0;
    z-index: 2;
    position: relative;
    filter: drop-shadow(0 0 8px #2f2f2f40);
}

.inner-footer .content-container{
    padding: 4vw 70px 3vw;
    background-color: #FFFFFF;
    z-index: 2;
    position: relative;
    clip-path: polygon(0 0,100% calc(0% + 2vw),100% 100%,0 100%);
}

.inner-footer .col-33:not(:last-child){
    border-right: 1px solid rgba(82, 82, 82, 0.4);
}

.inner-footer .col-33{
    padding-bottom: 40px;
    padding-right: 15px;
}

.inner-footer .col-33 h3{
    padding-bottom: 15px;
}

.inner-footer .row-33-33-33{
    padding: 25px 0px;
}

footer{
    position: relative;
    overflow: hidden;
    padding-top:100px;
    padding: 100px 35px 0;
    margin-top: 120px;
}

footer:before{
    content: '';
    width: 100%;
    height: calc(100% + 50px);
    position: absolute;
    left: 0;
    top: 156px;
    transform: skewY(-5deg);
    background: linear-gradient(90deg, #E72F75 0%, #E9454B 99.95%, #E9454B 100%);
    z-index: -1;
}

.credit-para{
    display: flex;
    align-items: flex-end;
}

.credit-para a{
    height: 17px;
    display: inline-flex;
    align-items: center;
    margin-left: 3px;
}

.credit-para a img{
    height: 17px;
    margin-top: -2px;
}

.bottom-footer-info{
    display: flex;
    max-width: 1270px;
    margin: 0 auto;
    flex-direction: row;
    justify-content: space-between;
    padding: 20px 0px;
    flex-wrap: wrap;
}

.bottom-footer-info .sml-para-txt{
    padding: 0 !important;
}

@media screen and (max-width: 950px){
.inner-footer .content-container {
    padding: 45px 15px;
  }  

  .inner-footer .col-33 {
    width: calc((100% / 3) - 12px);
  }
}


@media screen and (min-width: 780px){
    .inner-footer .content-container.lazyloaded{
        background-image: url('/wp-content/uploads/2021/02/Group-134-e1612175997728.png');
        background-position: left bottom;
        background-size: 70%;
        background-repeat: no-repeat;
    }
}

@media screen and (max-width: 780px){
      .inner-footer .col-33 {
        width: calc((100% / 2) - 12px);
      }
      .inner-footer .col-33:nth-child(2){
        border-right: none ;
    }
    .inner-footer .col-33:last-child{
        width: 100%;
    }
    .bottom-footer-info p{
        margin: 5px 0;
    }
    .inner-footer .content-container.lazyloaded{
        background-image: url('/wp-content/uploads/2021/02/Group-170-1.png');
        background-position: right bottom;
        background-size: 300px auto;
        background-repeat: no-repeat;
    }
}

@media screen and (max-width: 510px){
    .inner-footer .col-33 {
      width:100%;
      border-right: none !important;
    }
    footer{
        padding: 100px 15px 0;
    }
    .inner-footer .col-33 h3 {
        padding-bottom: 5px;
    }
    .inner-footer .row-33-33-33 {
        padding: 0px;
    }
}

