/* ******************************
:: 00.0  side btns
****************************** */

.d-none{
  display: none;
}
.header_social p a {
  color: #999;
  font-size: 18px;
  /* font-family: 'Manrope', sans-serif; */
  font-weight: 500;
  text-align: center;
  padding-top: 20px;
}

.whatsapp_inte {
  z-index: 100;
  position: relative;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: #2ab03f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  font-size: 24px;
  color: #fff;
  right: 0;
  bottom: 0;
  float: right;
  -webkit-box-shadow: 0 5px 12px 0 rgba(218, 88, 0, 0.1);
  box-shadow: 0 5px 12px 0 rgba(218, 88, 0, 0.1);
}

.whatsapp_inte:hover {
  background: #00df23;
  color: #fff;
}

.whatsapp_inte i {
  position: relative;
  top: -1px;
  left: 1px;
}

.callnow_inte {
  margin-bottom: 10px;
  z-index: 100;
  position: relative;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: #0057d9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  font-size: 24px;
  color: #fff;
  right: 0;
  bottom: 0;
  float: right;
  -webkit-box-shadow: 0 5px 12px 0 rgba(218, 88, 0, 0.1);
  box-shadow: 0 5px 12px 0 rgba(218, 88, 0, 0.1);
}

.callnow_inte:hover {
  background: #0448af;
  color: #fff;
}

.cont_link_box {
  z-index: 100;
  position: fixed;
  right: 15px;
  top: 80%;
  transform: translateY(-50%);
  width: 50px;
  display: inline-block;
}

.vertical_btn {
  position: fixed;
  bottom: 50%;
  right: -34px;
  padding: 10px 25px 10px;
  border-radius: 4px;
  background: #6c0000;
  font-size: 19px;
  color: #fff;
  z-index: 99;
  text-transform: uppercase;
  transform: rotate(-90deg);
  letter-spacing: 3px;
  /* font-family: 'Lexend', sans-serif; */
  font-weight: 500;
}

.vertical_btn:hover {
  background: #b32025;
  color: #fff
}

.enq-side a {
  display: none;
}


@media(max-width:575px) {
  .enq-side, .cont_link_box{
      display: none;
  }
  
  .call-btn-mob {
      position: fixed;
      bottom: 0;
      width: 100%;
      display: flex !important;
      z-index: 9999;
  }
  .call-btn-mob .whatsapp-mob {
      text-align: center;
      font-weight: 500;
      color: #fff;
      background: #34ba48;
      border: 1px solid #34ba48;
      letter-spacing: 1px;
      transition: all .3s ease;
      display: inline;
      border-radius: 0;
      font-size: 15px;
      flex: 0 0 50%;
      border-top-right-radius: 10px;
      border-top-left-radius: 10px;
      padding: 7px 0;
  }
  .call-btn-mob .call-mob {
      text-align: center;
      font-weight: 500;
      color: #fff;
      background: #318fb5;
      border: 1px solid #318fb5;
      letter-spacing: 1px;
      transition: all .3s ease;
      display: inline;
      border-radius: 0;
      font-size: 15px;
      flex: 0 0 50%;
      border-top-right-radius: 8px;
      border-top-left-radius: 8px;
      padding: 7px 0;
  }
  .call-btn-mob .whatsapp-mob svg, .call-btn-mob .call-mob svg {
      font-size: 22px;
  }
  
}

.whatsapp_inte {
  z-index: 100;
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #2ab03f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  font-size: 24px;
  color: #fff;
  right: 0;
  bottom: 0;
  float: right;
  -webkit-box-shadow: 0 5px 12px 0 rgba(218, 88, 0, 0.1);
  box-shadow: 0 5px 12px 0 rgba(218, 88, 0, 0.1);
}

.whatsapp_inte:hover {
  background: #00df23;
  color: #fff;
}

.whatsapp_inte i {
  position: relative;
  top: -1px;
  left: 1px;
}

.callnow_inte {
  margin-bottom: 10px;
  z-index: 100;
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #0057d9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  font-size: 24px;
  color: #fff;
  right: 0;
  bottom: 0;
  float: right;
  -webkit-box-shadow: 0 5px 12px 0 rgba(218, 88, 0, 0.1);
  box-shadow: 0 5px 12px 0 rgba(218, 88, 0, 0.1);
}

.callnow_inte:hover {
  background: #0448af;
  color: #fff;
}

.cont_link_box {
  z-index: 100;
  position: fixed;
  right: 15px;
  top: 80%;
  transform: translateY(-50%);
  width: 50px;
  display: inline-block;
}

.vertical_btn {
  position: fixed;
  bottom: 50%;
  right: -34px;
  padding: 10px 25px 10px;
  border-radius: 4px;
  background: #007b32;
  font-size: 19px;
  font-weight: bold;
  color: #fff;
  z-index: 99;
  text-transform: uppercase;
  transform: rotate(-90deg);
  letter-spacing: 3px;
}

.vertical_btn:hover {
  background: #003616;
  color: #fff
}

@media(max-width:575px) {


.enq-side, .cont_link_box{
  display: none;
}
.d-block-575{
  display: block !important;
}
.d-none-575{
  display: none !important;
}
.call-btn-mob {
  position: fixed;
  bottom: 0;
  width: 100%;
  display: flex !important;
  z-index: 9999;
}
.call-btn-mob .whatsapp-mob {
  text-align: center;
  font-weight: 500;
  color: #fff;
  background: #34ba48;
  border: 1px solid #34ba48;
  letter-spacing: 1px;
  transition: all .3s ease;
  display: inline;
  border-radius: 0;
  font-size: 15px;
  flex: 0 0 50%;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  padding: 7px 0;
}
.call-btn-mob .call-mob {
  text-align: center;
  font-weight: 500;
  color: #fff;
  background: #318fb5;
  border: 1px solid #318fb5;
  letter-spacing: 1px;
  transition: all .3s ease;
  display: inline;
  border-radius: 0;
  font-size: 15px;
  flex: 0 0 50%;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  padding: 7px 0;
}
.call-btn-mob .whatsapp-mob svg, .call-btn-mob .call-mob svg {
  font-size: 22px;
}
}


.whatsapp_inte {
  z-index: 100;
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #2ab03f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  font-size: 24px;
  color: #fff;
  right: 0;
  bottom: 0;
  float: right;
  -webkit-box-shadow: 0 5px 12px 0 rgba(218, 88, 0, 0.1);
  box-shadow: 0 5px 12px 0 rgba(218, 88, 0, 0.1);
}

.whatsapp_inte:hover {
  background: #00df23;
  color: #fff;
}

.whatsapp_inte i {
  position: relative;
  top: -1px;
  left: 1px;
}

.callnow_inte {
  margin-bottom: 10px;
  z-index: 100;
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #0057d9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  font-size: 24px;
  color: #fff;
  right: 0;
  bottom: 0;
  float: right;
  -webkit-box-shadow: 0 5px 12px 0 rgba(218, 88, 0, 0.1);
  box-shadow: 0 5px 12px 0 rgba(218, 88, 0, 0.1);
}

.callnow_inte:hover {
  background: #0448af;
  color: #fff;
}

.cont_link_box {
  z-index: 100;
  position: fixed;
  right: 15px;
  top: 80%;
  transform: translateY(-50%);
  width: 50px;
  display: inline-block;
}

.vertical_btn {
  position: fixed;
  bottom: 50%;
  right: -34px;
  padding: 10px 25px 10px;
  border-radius: 4px;
  background: #007b32;
  font-size: 19px;
  font-weight: bold;
  color: #fff;
  z-index: 99;
  text-transform: uppercase;
  transform: rotate(-90deg);
  letter-spacing: 3px;
}

.vertical_btn:hover {
  background: #003616;
  color: #fff
}


@media (max-width: 575px) {

.enq-side, .cont_link_box{
  display: none;
}
.d-block-575{
  display: block !important;
}
.d-none-575{
  display: none !important;
}
.call-btn-mob {
  position: fixed;
  bottom: 0;
  width: 100%;
  display: flex !important;
  z-index: 9999;
}
.call-btn-mob .whatsapp-mob {
  text-align: center;
  font-weight: 500;
  color: #fff;
  background: #34ba48;
  border: 1px solid #34ba48;
  letter-spacing: 1px;
  transition: all .3s ease;
  display: inline;
  border-radius: 0;
  font-size: 19px;
  flex: 0 0 50%;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  padding: 7px 0;
}
.call-btn-mob .call-mob {
  text-align: center;
  font-weight: 500;
  color: #fff;
  background: #318fb5;
  border: 1px solid #318fb5;
  letter-spacing: 1px;
  transition: all .3s ease;
  display: inline;
  border-radius: 0;
  font-size: 19px;
  flex: 0 0 50%;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  padding: 7px 0;
}
.call-btn-mob .whatsapp-mob svg, .call-btn-mob .call-mob svg {
  font-size: 22px;
}
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
  display: table-cell;
}

.prefix{
    border: 1px solid #fff;
    z-index: 2;
    background: none;
    position: relative;
    color: #000000;
    font-size: 17px;
    outline: none!important;
}
