/******All floatings******/
.body_call_btn {
  position: fixed;
  top: 15rem;
  left: 10px;
  margin: auto;
  z-index: 99;
  border-radius: 50%;
  box-shadow: 0 0 60px 1px rgb(0 0 0 / 50%);
  width: 50px;
  height: 50px;
}

.body_call_btn a {
  background: var(--primary-color);
  color: #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  padding: 0;
  position: relative;
  text-decoration: none;
  font-size: 24px;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -o-animation: call-shadow-pulse 2s infinite;
  -ms-animation: call-shadow-pulse 2s infinite;
  -moz-animation: call-shadow-pulse 2s infinite;
  -webkit-animation: call-shadow-pulse 2s infinite;
  animation: call-shadow-pulse 2s infinite;
}
.callBtnWrap__wr{
    position: fixed;
    top: 15rem;
    left: 10px;
    margin: auto;
    z-index: 99;
    border-radius: 50%;
    box-shadow: 0 0 60px 1px rgb(0 0 0 / 50%);
    width: 50px;
    height: 50px;
}
.callBtnWrap__wr a{
    background: var(--color-blue-800);
    color: #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    padding: 0;
    position: relative;
    text-decoration: none;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-animation: call-shadow-pulse 2s infinite;
    animation: call-shadow-pulse 2s infinite;
}
.callBtnWrap__wr.active {
    display: block;
}
.callBtnWrap__wr .popoverWrap__wr {
    max-width: 275px;
    width: 275px;
    position: absolute;
    left: calc(100% + 10px);
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    display: none;
}
.popoverWrap__wr .arrow__wr {
    display: block;
    width: 0;
    height: 0;
    border-width: 11px;
    border-color: transparent;
    border-style: solid;
    position: absolute;
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: rgba(0, 0, 0, .25);
    border-left-width: 0;
}
.popoverWrap__wr .title__wr {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}
.popoverWrap__wr .content__wr {
    padding: 9px 14px;
    font-size: 14px;
}
.popoverWrap__wr .arrow__wr::before {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 10px;
    bottom: -10px;
    left: 1px;
    content: " ";
    border-right-color: #fff;
    border-left-width: 0;
}
.popoverWrap__wr{
    display:none;
    position:absolute;
    left:calc(100% + 10px);
    top:50%;
    transform:translateY(-50%);
    max-width:275px;
    width:275px;
    background:#fff;
    border:1px solid rgba(0,0,0,.2);
    border-radius:6px;
    box-shadow:0 5px 10px rgba(0,0,0,.2);
}

.popoverWrap__wr.active{
    display:block;
}

.callPopover {
    position: relative;
    display: inline-block; /* shrinks to fit the <a> only */
}

/* hide the side-popover on small screens since mobile just dials out anyway */
@media (max-width: 767px) {
    .offcanvas_form_wrapper.open{
        overflow-y: auto;
    }
    .callPopover .popoverWrap__wr {
        display: none !important;
    }
    .contact__form .lead-form__row {
        flex-direction: column;
    }
    .offcanvas_form_wrapper .offcanvas_btnwrapper {
        width: 50px !important;
        height: 50px !important;
        left: -25px !important;
    }
    .offcanvas_form_wrapper .offcanvas_btnwrapper .fa-paper-plane {
        font-size: 14px !important;
        margin-left: -25px !important;
    }
    .offcanvas_form_wrapper .offcanvas_btnwrapper .enq_text {
        font-size: 14px !important;
        left: -32px !important;
        top: 50% !important;
        -o-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
        -moz-transform: translateY(-50%) rotate(90deg);
        -webkit-transform: translateY(-50%) rotate(90deg);
        transform: translateY(-50%) rotate(90deg) !important;
    }
    .callBtnWrap__wr.body_call_btn {
        width: 30px !important;
        height: 30px !important;
    }
    .callBtnWrap__wr a{
        width: 30px !important;
        height: 30px !important;
        font-size: 14px !important;
        animation: unset !important;
    }
    .body_whatsapp_btn {
      width: 30px !important;
      height: 30px !important;
    }
    .body_whatsapp_btn a {
        width: 30px !important;
        height: 30px !important;
    }
    .offcanvas_form_wrapper .sec_head .offcanvas_xs_closebtn {
        display: block;
    }
    .offcanvas_form_wrapper .sec_head .offcanvas_xs_closebtn {
      color: #000;
      font-size: 30px;
      display: none;
      position: absolute;
      right: 30px;
      top: 30px;
      text-decoration: none;
    }
    .offcanvas_form_wrapper.open .offcanvas_btnwrapper {
          display: none;
    }
    .offcanvas_form_wrapper .sec_head .offcanvas_xs_closebtn {
        display: block !important;
    }
    .offcanvas_form_wrapper .sec_head, .offcanvas_form_wrapper .offcanvas_body {
        padding-left: 30px !important;
    }
}
@keyframes call-shadow-pulse{
    0% {box-shadow: 0 0 0 0px rgba(255, 165, 0, 0.5);}
    100% {box-shadow: 0 0 0 35px rgba(255, 165, 0, 0);}
}
.watsAppWrap__wr{
    position: fixed;
/*    bottom: 15rem;*/
    top: 30rem;
    left: 10px;
    margin: auto;
    z-index: 99;
    border-radius: 50%;
    box-shadow: 0 0 60px 1px rgb(0 0 0 / 50%);
    width: 50px;
    height: 50px;
}
.watsAppWrap__wr a{
    background: #25d366;
    color: var(--bs-white);
    border-radius: 50%;
    height: 50px;
    width: 50px;
    padding: 0;
    position: relative;
    text-decoration: none;
    font-size: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-animation: watapp-shadow-pulse 2s infinite;
    animation: watapp-shadow-pulse 2s infinite;
}
@keyframes watapp-shadow-pulse{
    0% {box-shadow: 0 0 0 0px rgba(37, 211, 102, 0.5);}
    100% {box-shadow: 0 0 0 35px rgba(37, 211, 102, 0);}
}
@-o-keyframes call-shadow-pulse {
  0% {
    box-shadow: 0 0 0 0px rgb(118, 175, 70);
  }

  100% {
    box-shadow: 0 0 0 35px rgba(118, 175, 70, 0);
  }
}

@-ms-keyframes call-shadow-pulse {
  0% {
    box-shadow: 0 0 0 0px rgb(118, 175, 70);
  }

  100% {
    box-shadow: 0 0 0 35px rgba(118, 175, 70, 0);
  }
}

@-moz-keyframes call-shadow-pulse {
  0% {
    box-shadow: 0 0 0 0px rgb(118, 175, 70);
  }

  100% {
    box-shadow: 0 0 0 35px rgba(118, 175, 70, 0);
  }
}

@-webkit-keyframes call-shadow-pulse {
  0% {
    box-shadow: 0 0 0 0px rgb(118, 175, 70);
  }

  100% {
    box-shadow: 0 0 0 35px rgba(118, 175, 70, 0);
  }
}

@keyframes call-shadow-pulse {
  0% {
    box-shadow: 0 0 0 0px rgb(118, 175, 70);
  }

  100% {
    box-shadow: 0 0 0 35px rgba(118, 175, 70, 0);
  }
}

.body_whatsapp_btn {
  position: fixed;
  top: 30rem;
  left: 10px;
  margin: auto;
  z-index: 99;
  border-radius: 50%;
  box-shadow: 0 0 60px 1px rgb(0 0 0 / 50%);
  width: 50px;
  height: 50px;
}

.body_whatsapp_btn a {
  background: #25d366;
  color: #fff;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  line-height: 50px;
  padding: 0;
  position: relative;
  text-decoration: none;
  font-size: 35px;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -o-animation: watapp-shadow-pulse 2s infinite;
  -ms-animation: watapp-shadow-pulse 2s infinite;
  -moz-animation: watapp-shadow-pulse 2s infinite;
  -webkit-animation: watapp-shadow-pulse 2s infinite;
  animation: watapp-shadow-pulse 2s infinite;
}

@-webkit-keyframes watapp-shadow-pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(37, 211, 102, 0.5);
  }

  100% {
    box-shadow: 0 0 0 35px rgba(37, 211, 102, 0);
  }
}

@keyframes watapp-shadow-pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(37, 211, 102, 0.5);
  }

  100% {
    box-shadow: 0 0 0 35px rgba(37, 211, 102, 0);
  }
}
.offcanvas_form_wrapper{
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    max-width: 650px;
    background-color: #fff;
    z-index: 9999;
    -webkit-transition: all ease-in 0.5s;
    transition: all ease-in 0.5s;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}
.offcanvas_form_wrapper .offcanvas_btnwrapper{
    position: absolute;
    width: 100px;
    height: 100px;
    background: var(--color-blue-800);
    z-index: 5;
    top: 0;
    border-radius: 50%;
    bottom: 0;
    margin: auto;
    box-shadow: -10px 0 60px #24214a7d;
    display: inline-block;
    left: -50px;
    cursor: pointer;
    -webkit-transition: all ease-in 0.3s;
    -moz-transition: all ease-in 0.3s;
    -o-transition: all ease-in 0.3s;
    transition: all ease-in 0.3s;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
}
.offcanvas_form_wrapper .offcanvas_btnwrapper .enq_text{
    color: var(--color-blue-800);
    font-size: 20px;
    line-height: 1;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    display: inline-block;
    padding: 0;
    position: absolute;
    top: 45px;
    margin: 0;
    left: -55px;
    font-weight: 600;
    max-width: 100%;
    -webkit-transition: all ease-in 0.5s;
    transition: all ease-in 0.5s;
}
.offcanvas_form_wrapper .offcanvas_btnwrapper .offcanvas_openebtn{
  font-size: 30px;
  color: #fff;
  margin: 0;
  margin-left: -47px;
}
.offcanvas_form_wrapper .offcanvas_btnwrapper .offcanvas_closebtn{
  display: none;
  font-size: 40px;
  color: #fff;
  margin: 0;
  text-decoration: none;
}
.offcanvas_form_wrapper .offcanvas_body{
  padding: 0 30px 0;
  padding-left: 80px;
  margin: 0;
  color: #000;
}
.offcanvas_form_wrapper .sec_head{
  padding: 30px;
  padding-left: 80px;
  position: relative;
}
.offcanvas_form_wrapper .sec_head .sec_title{
  font-size: 35px;
  line-height: 1.2;
  font-weight: 600;
  text-transform: uppercase;
  color: #232527;
  margin: 0 0 1rem;
  text-align: left;
}
.offcanvas_form_wrapper .sec_head p{
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
  text-transform: capitalize;
  color: #000;
}
.offcanvas_form_wrapper .sec_head .offcanvas_xs_closebtn{
  color: #000;
  font-size: 30px;
  display: none;
  position: absolute;
  right: 30px;
  top: 30px;
  text-decoration: none;
}
.offcanvas_form_wrapper .offcanvas_body .btn-primary{
  width: 100%;
}
.offcanvas_form_wrapper.open{
  -webkit-transform: translateX(0);
  transform: translateX(0);
  z-index: 2000000001 !important;
  /*overflow-y: auto;*/
}
.offcanvas_form_wrapper.open .offcanvas_btnwrapper .offcanvas_openebtn{
  display: none;
}
.offcanvas_form_wrapper.open .offcanvas_btnwrapper .enq_text{
  color: #fff;
}
.offcanvas_form_wrapper.open .offcanvas_btnwrapper .offcanvas_closebtn{
  display: inline-block;
}
.offcanvas_backdrop{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    opacity: 0;
    visibility: hidden;
}
.offcanvas_backdrop.show{
  opacity: .8;
  visibility: visible;
}
form input.form-control, form textarea.form-control {
    display: block;
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    height: auto;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5;
    color: #848484;
    background-color: #fff;
    border-radius: 0;
    border: 1px solid #c5c5c5;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: var(--primary-font);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
/********End All floatings********/