.header-navigation-area .logo img{
    width: 306px;
}

.features-section .title-box-center h2{
    font-size: 33px;
}

.my-ser .service-item-thumb img{
    width: 100%;
    height: 230px;
}

.my-why-choose h2{
    font-size: 20px;
}

.my-btn-color{
    background-color: #113a8c !important;
}
.my-btn-color:hover{
    background-color: #113a8c !important;
}


@media (max-width:768px){
    .insuren-custom-container{
        padding-left: 0px !important;
    padding-right: 10px !important;
    }
    .header-navigation-area .logo img{
        width: 235px !important;
    }
}
@media (max-width:990px){
    .pinkBg {
      background-image: linear-gradient(90deg, #1c7fc1, #103588);
    }
    .btns{
    height: 49px !important;
    width: 167px !important;
    position: absolute !important;
    top: 20% !important;
    left: 49% !important;
    text-align: center !important;
    margin: 0px 0 0 0px !important;
    font-weight: 600 !important;
    border-radius: 100px !important;
    z-index: 9999999 !important;
    line-height: 48px !important;
    color: #fff !important;
    font-size: 19px !important;
    }
    .btns .ripple{
      position: absolute !important;
      width: 255px !important;
      height: 92px !important;
      z-index: -1 !important;
      left: -27% !important;
      top: -44% !important;
      opacity:0;
      
      border-radius:100px;
      -webkit-animation:ripple 1.8s infinite;
      animation:ripple 1.8s infinite
    }
    .menu-mrgn {
      margin-left: 0px !important;   
    }
    .povo-mobile-nav .logo a img {
        width: 213px !important;
      }
  }

  @media (max-width:1198px) and (min-width:991px){
    .menu-mrgn {
        margin: 0px 10px 0px 90px !important;
      }
  }

  @media (max-width:450px){
    .pinkBg {
      background-image: linear-gradient(90deg, #1c7fc1, #103588);
    }
    .btns{
        height: 33px !important;
        width: 93px !important;
        position: absolute !important;
        top: 27% !important;
        left: 59% !important;
        text-align: center !important;
        margin: 0px 0 0 0px !important;
        font-weight: 600 !important;
        border-radius: 100px !important;
        z-index: 9999999 !important;
        line-height: 32px !important;
        color: #fff !important;
        font-size: 12px !important;
    }
    .btns .ripple{
        position: absolute !important;
        width: 144px !important;
        height: 55px !important;
        z-index: -1 !important;
        left: -28% !important;
        top: -33% !important;
      opacity:0;
      
      border-radius:100px;
      -webkit-animation:ripple 1.8s infinite;
      animation:ripple 1.8s infinite
    }
    .menu-mrgn {
      margin-left: 0px !important;   
    }
  }
  
  .pinkBg {
    background-image: linear-gradient(90deg, #1c7fc1, #103588);
  }
  .btns{
    height: 44px;
    width: 130px;
    position: absolute;
    top: 29%;
    right: 4%;
    text-align: center;
    margin: 0px 0 0 0px;
    font-weight: 600;
    border-radius: 100px;
    z-index: 99999999999999;
    line-height: 44px;
    color: #fff;
    font-size: 15px;
  }
  .btns .ripple{
    position: absolute;
    width: 195px;
    height: 84px;
    z-index: -1;
    left: -27%;
    top: -44%;
    opacity:0;
    
    border-radius:100px;
    -webkit-animation:ripple 1.8s infinite;
    animation:ripple 1.8s infinite
  }
  .btns .ripple:nth-child(2){
    animation-delay:.3s;
    -webkit-animation-delay:.3s
  }
  .btns .ripple:nth-child(3){
    animation-delay:.6s;
    -webkit-animation-delay:.6s
  }
  
  @-webkit-keyframes ripple{
    0%{
        opacity:1;
        -webkit-transform:scale(0);
        transform:scale(0)
    }
    100%{
        opacity:0;
        -webkit-transform:scale(1);
        transform:scale(1)
    }
  }
  @keyframes ripple{
    0%{
        opacity:1;
        -webkit-transform:scale(0);
        transform:scale(0)
    }
    100%{
        opacity:0;
        -webkit-transform:scale(1);
        transform:scale(1)
    }
  }