
.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;
  }
 
  @keyframes pulsing {
    to {
      box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
    }
  }
  
  .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 #42db87;
    -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;
  }

  @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;
    }
  }
  .text_icon {
    margin-top: 8px;
    color: #707070;
    font-size: 13px;
  }
  
   .footer-section ul {
      margin: 0px;
      padding: 0px;
  }
  .footer-section {
    background: #2a3855;
    position: relative;
  }
  .footer-cta {
    border-bottom: 1px solid #373636;
  }
  .single-cta{
      display: flex;
  }
  .single-cta i {
    color: #ff5e14;
    font-size: 30px;
    float: left;
    margin-top: 8px;
  }
  .cta-text {
    padding-left: 15px;
    display: inline-block;
  }
  .cta-text h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 2px;
  }
  .cta-text span, .cta-text span a{
    color: #dbd6d6;
    font-size: 15px;
  }
  .footer-content {
    position: relative;
    z-index: 2;
  }
  .footer-pattern img {
    position: absolute;
    top: 0;
    left: 0;
    height: 330px;
    background-size: cover;
    background-position: 100% 100%;
  }
  .footer-logo {
    margin-bottom: 30px;
  }
  .footer-logo img {
      max-width: 150px;
  }
  .footer-text p {
    margin-bottom: 14px;
    font-size: 14px;
    color: #dbd6d6;
    line-height: 28px;
  }
  .footer-social-icon{
    margin-bottom: 20px;
  }
  .footer-social-icon span {
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 20px;
  }
  .footer-social-icon a {
    height: 35px;
    width: 35px;
    display: grid;
    place-content: center;
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
    margin-right: 15px;
    float: left;
  }
  .footer-social-icon i {
    
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
  }
  .facebook-bg{
    background: #3B5998;
  }
  .twitter-bg{
    background: #55ACEE;
  }
  .google-bg{
    background: #DD4B39;
  }
  .footer-widget-heading h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
  }
  .footer-widget-heading h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 2px;
    width: 50px;
    background: #ff5e14;
  }
  .footer-widget ul li {
    /* display: inline-block; */
    /* float: left; */
    /* width: 50%; */
    margin-bottom: 12px;
    list-style-type
  : none;
  }
  .footer-widget ul li a:hover{
    color: #ff5e14;
  }
  .footer-widget ul li a {
    color: #dbd6d6;
    text-transform: capitalize;
  }
  .subscribe-form {
    position: relative;
    overflow: hidden;
  }
  .subscribe-form input {
    width: 100%;
    padding: 13px 28px;
    background: #fff;
    border: 1px solid #fff;
    color: #fff;
  }
  .subscribe-form button {
      position: absolute;
      right: 0;
      background: #36b36a;
      color: #fff;
      padding: 13px 20px;
      border: 1px solid #36b36a;
      top: 0;
  }
  .subscribe-form button i {
    color: #fff;
    font-size: 22px;
    transform: rotate(-6deg);
  }
  .copyright-area{
    background: #202020;
    padding: 25px 0;
  }
  .copyright-text p {
    margin: 0;
    font-size: 14px;
    color: #dbd6d6;
  }
  .copyright-text p a{
    color: #dbd6d6;
  }
  .footer-menu li {
    display: inline-block;
    margin-left: 20px;
  }
  .footer-menu li:hover a{
    color: #dbd6d6;
  }
  .footer-menu li a {
    font-size: 14px;
    color: #dbd6d6;
  }