.doz-img-foot{
    width: 150px;
}
.doz-img-can{
    width: 130px;
    margin-bottom: 0;
    padding-bottom: 0;
}

     .floating_btn {
         position: fixed;
         bottom: 73px;
         left: 20px;
         width: 60px;
         height: 60px;
         display: flex;
         flex-direction: column;
         align-items: center;
         justify-content: center;
         z-index: 1000;
     }

     .floating_btn1 {
         position: fixed;
         bottom: 174px;
         left: 20px;
         width: 60px;
         height: 60px;
         display: flex;
         flex-direction: column;
         align-items: center;
         justify-content: center;
         z-index: 1000;
     }

     .contact_icon {
         background-color: #42db87;
         color: #fff;
         width: 60px;
         height: 60px;
         font-size: 30px;
         border-radius: 50px;
         text-align: center;
         box-shadow: 2px 2px 3px #999;
         display: flex;
         align-items: center;
         justify-content: center;
         transform: translatey(0px);
         animation: pulse 1.5s infinite;
         box-shadow: 0 0 0 0 #219e59ff;
         -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
         -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
         -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
         animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
         font-weight: normal;
         font-family: sans-serif;
         text-decoration: none !important;
         transition: all 300ms ease-in-out;

     }

     .contact_icon1 {
         background-color: #dc3545;
         color: #fff;
         width: 60px;
         height: 60px;
         font-size: 30px;
         border-radius: 50px;
         text-align: center;
         box-shadow: 2px 2px 3px #dc3545;
         display: flex;
         align-items: center;
         justify-content: center;
         transform: translatey(0px);
         animation: pulse 1.5s infinite;
         box-shadow: 0 0 0 0 #dc3545;
         -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
         -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
         -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
         animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
         font-weight: normal;
         font-family: sans-serif;
         text-decoration: none !important;
         transition: all 300ms ease-in-out;
     }
  @keyframes pulsing {
    to {
      box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
    }
  }
     @media screen and (max-width: 768px) {
         .floating_btn1 {
             left: 5px;
             bottom: 47%;

         }

         .floating_btn {
             left: 5px;
             bottom: 37%;
         }

         .contact_icon1 {
             width: 45px;
             height: 45px;
             font-size: 22px;
         }

         .contact_icon {
             width: 45px;
             height: 45px;
             font-size: 22px;
         }
     }.doz-btn-cl{
    background-color: #3D0B05 !important;
    color: #fff !important;
}