﻿a{
    text-decoration:none;
  }
  .floating_btn {
    position: fixed;
    bottom: 194px;
    right: -10px;
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items:center;
    justify-content:center;
    z-index: 1000;
  }
  .floating_btn2 {
    position: fixed;
    bottom: 287px;
    right: -10px;
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items:center;
    justify-content:center;
    z-index: 1000;
  }
  .floating_btn3 {
    position: fixed;
    bottom: 358px;
    right: -10px;
    width: 100px;
    height: 100px;
    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);
    }
  }
  .colorr{
    background-color: #42db87;
    box-shadow: 0 0 0 0 #42db87;
    box-shadow: 2px 2px 3px #42db87;

  }
  .color2{
    background-color: #007bff;
    box-shadow: 0 0 0 0 #007bff;
    box-shadow: 2px 2px 3px #007bff;
  }
  .color3{
    background-color: #dc3545;
    box-shadow: 0 0 0 0 #dc3545;
    box-shadow: 2px 2px 3px #dc3545;
  }
  .contact_icon {
    color: #fff;
    width: 60px;
    height: 60px;
    font-size:30px;
    border-radius: 50px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translatey(0px);
    animation: pulse 1.5s infinite;
    -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;
  }
  
  
  .text_icon {
    margin-top: 8px;
    color: #707070;
    font-size: 13px;
  }




.div_class{
    box-shadow: 0px 0px 7px 0px #42aad721;
    border-radius: 25px;
    padding: 15px 15px 15px 15px;
}
.ftcol{
    font-size: 30px;
    font-weight: 900;
    color: var(--bs-blue-theme);
}
.ftco2{
    font-size: 30px;
    font-weight: 900;
}
.fonts{
    font-weight: 900;
    color: var(--bs-blue-theme);
    text-align: center;
    font-size: 20px;
    font-family: ui-monospace;
}
.img-max_wi{
    max-width: 30%;
}

.h5_new{
    font-style: unset;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.0em;
}
.img_h{
    max-width: 15%;
}
.colere{
    color: var(--bs-blue-theme);
}
.two_dh5{
    text-align: center;
}
.ct-animate-blink {
    animation: blink 1.5s infinite;
    animation-fill-mode: both;
    color: white;
    font-size: -webkit-xxx-large;
    text-shadow: 1px 3px 4px #000d52;
    }
 
 @keyframes blink {
    0% { opacity: 0 }
    50% { opacity: 1 }
    100% { opacity: 0 }
}
/* 999 */
body{
    font-family: None;
  }
  .search-box{
    width: 100%;
    position: relative;
    display: flex;
  
  }
  .search-input{
    width: 100%;
    padding: 10px;
    border: 4px solid var(--bs-blue-theme);
    border-radius:10px 0 0 10px ;
    border-right: none;
    outline: none;
    font-size: 20px;
    color: tomato;
    background: none;
  }
  .search-button{
   text-align: center;
  height: 51px;
  width: 40px;
  outline: none;
  cursor: pointer;
  border: 4px solid var(--bs-blue-theme);
   border-radius: 0 10px 10px 0 ;
  border-left: none;
  background: none;
  font-size: 20px;
  border-left: 4px solid var(--bs-blue-theme);
  background-color: var(--bs-blue-theme);
  }
  .from_register{
    box-shadow: 0px 0px 2px 0px #16407887;
    border-radius: 4px;
    padding: 12px 12px 12px 12px;
  }
  .avatar {
    vertical-align: middle;
    width: 120px;
    height: 120px;
    border-radius: 50%;
  }
  .reg_page{
    text-align: center;
  }
  .banner-pad{
    border-bottom: 4px solid var(--bs-blue-theme);
    border-top: 4px solid var(--bs-blue-theme);
  }
  .txc{
    color: #777 !important;
  }