/******All floatings******/
:root {
  /* Brand — Orange (primary accent) */
  --color-primary: #f39223;          /* primary brand orange (buttons, accents) */
  --color-orange-800: #ea580c; 
} 
.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(--color-primary);
	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-orange-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;
    color: #000;
}
.popoverWrap__wr .content__wr {
    padding: 9px 14px;
    font-size: 14px;
    color: #000;
}
.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) {
    .callPopover .popoverWrap__wr {
        display: none !important;
    }
}
@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-orange-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;
}
.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;
}

.offcanvas_form_wrapper .offcanvas_body {
    padding: 0 30px 0 80px;
    margin: 0;
    color: var(--bs-black);
}
.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
}
form .formRowWrapp__wr > .form-group, form .formRowWrapp__wr > [class*="col-"] {
    margin-bottom: 14px;
    position: relative;
    z-index: 2;
}
form .form-control {
    border: 2px solid transparent;
    border-left-color: var(--darkOrangeColor__wr);
    padding: 15px;
    border-radius: 0;
}
form .form-control, form .form-control:focus {
    background-color: #f2f2f2;
    box-shadow: none;
    outline: 0;
}
.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.375rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn__wr
 {
    display: inline-block;
    font-size: 15px;
    line-height: 1;
    border: 2px solid var(--color-orange-800);
    background: var( --color-primary);
    text-transform: capitalize;
    padding: 16px 35px;
    border-radius: 50px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.btn__wr, header .navbarWrapper__wr .btnWrap__wr a {
    background: var(--color-primary);
    position: relative;
    font-weight: 500;
    text-decoration: none;
    border-color: var(--color-primary);
    color: #fff;
    width: 100%;
}
button#enquiry-btn:hover {
    background: transparent;
    color: var(--color-primary);
}
@media (min-width: 1200px) {
    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%;
    }
}
/********End All floatings********/
