/* Sidebar */
.site-footer2 {
    z-index: unset;
}
/* .elementor-editor-active body:not(.single-pixfooter) .edithide {display: none;} */
body.elementor-editor-active .allsidebar {display: flex;}
body:not(.elementor-editor-active) .sidebar_btn:not(.sidebar_closebtn) {
    position: fixed;
    right: var(--vw-30px);
    top: calc(50% - var(--vw-35px));
}
body:not(.rtl) .elementor-1684 .elementor-element.elementor-element-64e4f9d0 {
	background-color: #fff !important;
}

.openbtnwrapper a.elementor-button {
/*     background: transparent !important; */
/* 	background: url(/wp-content/uploads/2025/05/sidebar.webp) !important; */
	background: url(/wp-content/uploads/2025/05/side-button.webp) !important;
	height: 140px !important;
	width: 120px !important;
	background-size: contain !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	z-index: 10;
/*     color: #fff !important; */
}
/* .elementor-button-wrapper .elementor-button-text {
	color: #fff !important;
} */
.openbtnwrapper .elementor-button-content-wrapper {
    flex-direction: column !important;
}
/* .openbtnwrapper span.elementor-button-icon {
    height: 0.98958333vw;
    font-size: 1.5625vw;
    justify-content: center;
	margin-top: 34px;
} 
 */
    .openbtnwrapper span.elementor-button-icon {
        width: 20px;
        height: 15px;
        margin-left: auto;
        margin-right: auto;
		margin-top: 30px;
    }

    .openbtnwrapper span.elementor-button-icon svg {
        width: 100%;
    }
.inner_close { 
    cursor: pointer;
    width: auto !important;
}
.sidecontact {
    width: max-content;
}
.sidecontact img, .sidecontact a {transition: 0.2s linear;}
.sidecontact:hover img {
    filter: brightness(0) saturate(100%) invert(66%) sepia(9%) saturate(1316%) hue-rotate(1deg) brightness(91%) contrast(87%);
}
.sidebaropen {
    overflow-y: hidden;  
    padding-right: var(--vw-6px);
}
.sidebar_openbtn {
    height: 72px;
}
.sidebar_openbtn {
    filter: drop-shadow(0 var(--vw-10px) var(--vw-10px) rgba(0,0,0,.15));
}
.sidebar_closebtn {
    filter: drop-shadow(0px var(--vw-12px) var(--vw-48px) rgba(253, 75, 85, 0.20));
}
/* .sidebar_closebtn {
    background-image: url(/wp-content/uploads/2025/05/sidebar.webp) !important;
	height: 140px;
	width: 120px;
	background-size: contain !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
} */
.sidebar_openbtn:hover,
.sidebar_closebtn:hover {
    filter: drop-shadow(0 var(--vw-12px) var(--vw-12px)  rgba(0,0,0,.3));
}

.sidebar_closebtn {opacity: 0;visibility: hidden;}
.sidebaropen .sidebar_closebtn {opacity: 1;visibility: visible;}
.sidebaropen .sidebar_openbtn {opacity: 0;visibility: hidden;}
.sidebar_btn,
body::before,
body:not(.elementor-editor-active) .sidebarwrap, 
.sidebarform {
    transition: 0.3s ease-in-out !important;
/* 	background: white; */
}
body::before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(10, 14, 18, 0.5);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
}

.allsidebar {
    cursor: default !important;
    min-height: 100% !important;
}

.sidebaropen body::before {
    opacity: 1;
    visibility: visible; 
}

.sidebaropen body { 
    cursor: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M19 4H21.5L13.5 12L21.5 20H19L12.25 13.25L5.5 20H3L11 12L3 4H5.5L12.25 10.75L19 4Z" fill="%23FFFEFF"/></svg>') 5 5,move
}
body:not(.elementor-editor-active) .sidebarwrap {
    transform: translateX(100%);
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    width: max-content;
    z-index: 99999999999999999999999999999 !important;
    background-color:  white;
    border-left: 1px solid #DDDEE2;
    padding: 0;
}

.sidebaropen body:not(.elementor-editor-active) .sidebarwrap {
    transform: unset;
}
.sidebar_btn, .sidebar_options {
    cursor: pointer;
}

.sidebar_options .elementor-image-box-wrapper {
    gap: 12px !important;
    display: flex;
    align-items: center;
}

.sidebar_options .elementor-image-box-description {
    font-size: 14px !important;
}

 .allsidebar {
    max-width: 632px !important;
    height: auto;
    overflow: hidden;
    background-color: white;
} 
.sidecontact a:hover {
    color: var(--e-global-color-secondary);
}
.option_icon .elementor-icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: var(--vw-72px);
}
.option_clickicon {
/*     transform: translateX(-10px); */
    transition: 0.2s linear;
}
.sendform {
	background: white !important;
}
.sidebar_options:hover .option_clickicon, 
.option_clickicon .elementor-widget-container,
.sidecontact .elementor-element, 
.sidecontact .elementor-widget-container {position: static;transform: unset;}
.option_clickicon a::before, .sidecontact a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
}
.sidebarform, .mainform {
    height: 100% !important;
}
.sidebarform.active {
    left: 0 !important;
}
.backbtn a.elementor-button .elementor-button-text {
    position: relative;
    top: var(--vw-1px);
}

.sidebar_openbtn.active {
    animation: contact-slide-btn-open .5s ease forwards;
}
.pix-body-loaded .onload_open {
    animation-delay: 1.5s;
}
.pix-body-loaded .pix-page-loading-bg {display: none !important;}
.sidebar_closebtn.active {
    animation: contact-slide-btn-close .5s ease forwards;
}

/* .sidebar_icon_text .elementor-icon-box-title {
    line-height: var(--var-27px);
} */

.sidebar_icon_text.mail_icon_box .elementor-icon-box-icon:hover + .elementor-icon-box-content .elementor-icon-box-description { 
    color: #000;
}

.sidebar_icon_text.mail_icon_box {
    width: 220px;
}

.sidebar_icon_text .elementor-icon-box-icon a:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0; 
    bottom: 0;
}
 .sidebar_icon_text .elementor-icon-box-wrapper {
    align-items: center !important;
}
/* .sidebar_icon_text .elementor-icon-box-wrapper {
    align-items: flex-start !important;
} */

/* .elementor-icon-box-content {
    padding-top: var(--vw-3px);
}
 */
/* .sidebar_options .elementor-image-box-title a {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    font: inherit;
    color: #181C35 !important;
} */

/* .sidebar_options .elementor-image-box-content {
    width: calc(100% - 2.91666667vw) !important;
    padding-left: var(--vw-24px);
} */

.sidebar_options .elementor-image-box-img img {
    width: 100%;
}

.sidebar_options .elementor-image-box-img {
    margin: 0 !important;
}
/*  .main-imagebox {
  display: flex;
  align-items: center;
  background-color: white;
  padding: 16px;
  position: relative;
  transition: background-color 0.3s ease;
}

.main-imagebox:hover {
  background-color: #3b82f6; 
}

.sidebar_options .elementor-image-box-img img {
  width: 32px;
  height: 32px;
  background-image: url('https://acquabona.kinsta.cloud/wp-content/uploads/2025/05/Inactive-Calendar.svg');
  background-size: contain;
  background-repeat: no-repeat;
  transition: background-image 0.3s ease;
}

.main-imagebox:hover .sidebar_options .elementor-image-box-img img {
  background-image: url('https://acquabona.kinsta.cloud/wp-content/uploads/2025/05/Active-Calendar.svg'); 
	  width: 32px;
  height: 32px
	    background-size: contain;
  background-repeat: no-repeat;
}

.box-arrow {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}  */

/* .sidebar_options .hovericon1{
	background: #F9F9F9;
	height: 72px;
	width: 72px;
}
.main-imagebox:hover .hovericon1 .elementor-image-box-img {
	background: #FFFFFF;
	height: 72px;
	width: 72px;
}  */
.main-imagebox:hover{
	background-color: #D0F0F7;
	display: flex;
	align-items: center;
}
.main-imagebox .hovericon1 .elementor-image-box-img {
	background-color: #f3f3f2;
	height: 67px!important;
	width: 80px!important;
	min-width: 67px!important;
	border-radius: 16px;
	padding: 10px;
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
	transition: filter 0.5s ease;
}
.main-imagebox:hover .hovericon1 .elementor-image-box-img {
	background-color: #FFFFFF;
	height: 52px;
	width: 89px;
	border-radius: 16px;
	padding: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.main-imagebox .hovericon1 .elementor-image-box-img img{
	height: 24px!important;
	width: 24!important;
}
.main-imagebox:hover .hovericon1 .elementor-image-box-img img{
	filter: invert(26%) sepia(94%) saturate(900%) hue-rotate(176deg) brightness(90%);
}
.main-imagebox .box-arrow {
	opacity: 0;
	height: 0;
	width: 0;
/* 	transition: opacity 0.8s ease, height 0.8s ease; */
	visibility: hidden;
	margin-top: 0;
}

.main-imagebox:hover .box-arrow {
	opacity: 1;
	height: auto; 
	width: 24px;
	visibility: visible;
/* 	margin-top: 8px;  */
	transform: translatex(-10px);
/* 	transition: opacity 0.5s ease, transform 0.5s ease; */
}


.sidebar_btn {
    top: 50% !important;
    transform: translateX(-50%) !important;
    right: 0px !important;
}

.sidebar_btn svg {
    width: 100% !important;
}

.sidebar_btn .elementor-button-content-wrapper {
    gap: 0 !important;
}
.footer-width-fixer div#sidebar-id-1 .sidebar_closebtn {
  background-image: url(/wp-content/uploads/2025/05/sidebar.webp) !important;
  height: 140px;
  width: 120px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  margin:-30px 0 0;
}
 .sidebar_closebtn .elementor-widget-image img{
	margin-top: -36px;
}
@media screen and (min-width: 2560px) {
  .sidebar_closebtn {
    height: 240px;
    width: 200px;
  }
	 /* .sidebar_closebtn .elementor-widget-image img{
	margin-top: -53px;
} */
}

@media screen and (min-width: 3400px) {
	.allsidebar{
		max-width: 632px;
	}
	.sidebar_options .elementor-widget-container {
		padding: 10px !important;
	}
	.elementor-image-box-content .elementor-image-box-title a{
		font-size: 12px;
	}
	.elementor-image-box-title {
		font-size: 12px !important;
	}
	.main-imagebox .hovericon1 .elementor-image-box-img {
	height: 32px!important;
	width: 32px!important;
}
.main-imagebox:hover .hovericon1 .elementor-image-box-img {
		height: 32px!important;
	width: 32px!important;
}
.main-imagebox .hovericon1 .elementor-image-box-img img{
	height: 16px!important;
	width: 16!important;
}
  .sidebar_closebtn {
    height: 280px;
    width: 240px;
  }
	 .sidebar_closebtn .elementor-widget-image img{
	margin-top: -62px;
		 height: 24px;
		 width: 24px;
}
}

/* .sidebar_options .elementor-widget-container:hover {
    background: #EF6D4F !important;
    border-color: #EF6D4F !important;
} */
/* .sidebar_options .elementor-widget-container:hover .elementor-image-box-title, .sidebar_options .elementor-widget-container:hover .elementor-image-box-description, 
.sidebar_options .elementor-widget-container:hover .elementor-image-box-title a {
    color: white !important;
} */
/* .sidebar_options .elementor-widget-container:hover {
    background: #E3F2FD !important;
    border-color: #2196F3 !important;
} */

.address_field .elementor-icon-box-content {
    max-width: 9.375vw;
}

body.elementor-editor-active .sidebarform,
body.elementor-editor-active .mainform {
    position: static;
    width: 85%;
}

body.elementor-editor-active .allsidebar {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: row;
}
.mainform{
	overflow-x: hidden;
}
.allsidebar .mainform .sidebar_icon_text .elementor-icon-box-wrapper {
/*     width: max-content; */
/* 	max-width: 530px !important; */
    position: relative;
	 align-items: center !important;
    display: flex;
    gap: 16px;
}


.sidebarform input:-webkit-autofill,
.sidebarform textarea:-webkit-autofill,
.sidebarform select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
  -webkit-text-fill-color: #000 !important; /* Text color */
  transition: background-color 5000s ease-in-out 0s; /* Prevent flashing */
}

/* Optional: Adjust border if needed */
.sidebarform input:-webkit-autofill,
.sidebarform textarea:-webkit-autofill,
.sidebarform select:-webkit-autofill {
  border: 1px solid #ccc !important; /* Adjust border color */
}

.sidebarform .submit-btn-wrap img {
    left: 36%;
}

@keyframes contact-slide-btn-open {
    0% {
        transform: translateX(var(--vw-0px))
    }
    25% {
        transform: translateX(var(--vw-20px))
    }
    50% {
        transform: translateX(calc(-1 * var(--vw-60px)))
    }
    75% {
        transform: translateX(var(--vw-20px))
    }
    100% {
        transform: translateX(var(--vw-0px))
    }
}

@keyframes contact-slide-btn-close {
    0% {
        transform: translateX(var(--vw-0px))
    }
    25% {
        transform: translateX(calc(-1 * var(--vw-50px)))
    }
    50% {
        transform: translateX(calc(-1 * var(--vw-100px)))
    }
    75% {
        transform: translateX(calc(-1 * var(--vw-50px)))
    }
    100% {
        transform: translateX(var(--vw-0px))
    }
}
	.sidebarheight, .sidebarform, .bookdemo{
		background-color: white !important;
	}


/* Form-Fields */
.form-fields .label{
	line-height: 32px !important;
}

/* Sidebar Form */
.contact_form_row > * {
    width: 100%;
}
.contact_form_row > .cf7_width50 {
    width: calc(50% - 6px);
}

.contact_form_row .form-group,
.contact_form_row .cf7_block > p {
    margin: 0;
}

.contact_form_row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.cf7_block span.wpcf7-not-valid-tip {
    font-size: var(--vw-16px);
    margin-top: var(--vw-4px);
    line-height: var(--vw-22px);
    color: #ff0038;
}
/* .wpcf7 form .wpcf7-response-output {
    margin: var(--vw-20px) 0 0 !important;
    border-radius: 0 !important;
    padding: var(--vw-10px) var(--vw-20px) !important;
    color: #46b450 !important;
    font-size: var(--vw-16px);
    line-height: var(--vw-22px); 
    border-width: 1px !important;
    border-radius: var(--vw-10px) !important;   
    font-weight: 500;
    border-color: #46b450 !important;
} */

.cf7_block select {
    outline: none;
    box-shadow: none !important;
    text-indent: -1px !important; 
    border: 1px solid #C7C9CE !important;
    background-image: url('../images/select_down.svg') !important;
    background-position: right var(--vw-20px) center !important;
    background-repeat: no-repeat !important;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
 
 

.cf7_block select,
.cf7_block input[type="email"], 
.cf7_block input[type="date"], 
.cf7_block input[type="text"], 
.cf7_block input[type="email"], 
.cf7_block input[type="password"], 
.cf7_block input[type="tel"], 
.cf7_block input[type="file"],  
.cf7_block textarea {
    border: 1px solid #C7C9CE;
    font-family: var(--primary_font);
    font-size: var(--vw-16px);
    line-height: var(--vw-22px);
    color: #181C35;
    padding: var(--vw-11px) var(--vw-16px);
    width: 100%;
    background: transparent;
    box-shadow: none;
    height: max-content;
    border-radius: var(--vw-8px);
}
.submit_btn input.wpcf7-submit {
    width: 100%;
    transition: var(--trans);
    background-origin: border-box; 
    background: #181C35 !important;
}
.submit_btn input.wpcf7-submit:hover {background-color: var(--e-global-color-primary);}

.cf7_block textarea {
    height: 7.34375vw !important;
}

.cf7_block input::placeholder,  
.cf7_block textarea::placeholder {
    color: rgba(189, 196, 200, 0.5);
}
.cf7_block input:focus,
.cf7_block input:active,
.cf7_block textarea.form-control:focus,  
.cf7_block textarea.form-control:active {
    outline: none !important;
    border: var(--vw-1px) solid var(--e-global-color-text);
    background-color: transparent;
    box-shadow: none;
}
.cf7_block label { 
    font-size: var(--vw-16px); 
/*     line-height: var(--vw-21px); */
	line-height: 32px !important;
    font-weight: 700;
    display: block;
    margin-bottom: var(--vw-8px);
    color: var( --e-global-color-d89fcf5 );
}

.cf7_block.checkbox label {
    font-weight: 400;
    font-size: var(--vw-14px);
/*     line-height: var(--vw-21px); */
	line-height: 32px !important;
    display: flex;
    align-items: flex-start;
    column-gap: var(--vw-12px);
    margin: 0;
}

.cf7_block.checkbox label input {
    width: var(--vw-24px);
    height: var(--vw-24px);
}

.cf7_block.checkbox label .wpcf7-list-item-label {
    width: calc(100% - var(--vw-24px));
}

.cf7_block.checkbox span {
    margin: 0;
}

.cf7_block:not(:last-child) {
    margin-bottom: var(--vw-24px);
}
 

.backbtn a:hover .elementor-button-text,
.backbtn a:focus .elementor-button-text,
.backbtn a:hover,
.backbtn a:focus {
    color: var( --e-global-color-primary ) !important;
}



.backbtn a:hover svg path {
    fill: var( --e-global-color-primary );
}

.backbtn a svg path,
.backbtn a .elementor-button-text {
    transition: all ease-in 0.25s;
}

.backbtn .elementor-button-icon,
.backbtn .elementor-button-icon svg {
    width: var(--vw-20px);
    height: var(--vw-20px);
}

.backbtn .elementor-button-content-wrapper {
    align-items: center;
}

.mainform .inner_close {
    display: none;
}

/* .location_box .elementor-icon-box-content {
    max-width: 9.63541667vw;
} */
 
.sidebarheight{
    height: 100% !important;
    min-height: 100% !important;
}


.sidebarform .wpcf7 form.invalid .wpcf7-response-output {
    border-color: #ff0038 !important;
    background: transparent;
    color: #ff0038 !important;
    font-size: 16px;
	font-weight: 600;
    line-height: 22px;
    padding: 10px 15px !important; 
	border-radius: 10px;
} 

.sidebarform .wpcf7-spinner {
    position: absolute;
    bottom: 16px;
    right: 16px;
    margin: 0;
    background-color: #fff;
}

.sidebarform .wpcf7-spinner::before {
    background-color: #181C35 !important;
}
.sidebarwrap .wpcf7-acceptance .wpcf7-list-item {
	margin-left: 0;
}
/* --close x button css-- */
/* .sidebarheight .elementor-element.inner_close {
	top: 2px !important;
} */
@media screen and (max-width: 1199px) {
    
    .sidebaropen {
        padding-right: 0;
    }
    
}

@media screen and (max-width: 1024px) { 
    
    .sidebarform .wpcf7-spinner { 
        bottom: 10px;
        right: 10px;
        margin: 0; 
    }

    .sidebarform .wpcf7 form.invalid .wpcf7-response-output {
        font-size: 14px;
        line-height: 18px;
        padding: 8px 12px;
    } 

    .sidebar_options .elementor-image-box-content {
        width: calc(100% - 48px);
        padding-left: 16px;
    }

    .sidebar_options .elementor-image-box-img {
        width: 48px; 
    }
/*     .mainslide {
	max-width: 632px !important;
} */
    .cf7_block span.wpcf7-not-valid-tip {
        font-size: 12px;
        line-height: 16px;
        margin-top: 4px;
    }

    .wpcf7 form .wpcf7-response-output {
        margin: 14px 0 0 !important; 
        padding: 8px 16px !important; 
        font-size: 14px;
        line-height: 18px;  
        border-radius: 8px !important;  
    }
    
    .backbtn .elementor-button-icon,
    .backbtn .elementor-button-icon svg {
        width: 20px;
        height: 20px;
    }

    .cf7_block textarea {
        height: 100px !important;
    }

    .location_box .elementor-icon-box-content {
        max-width: 160px;
    } 

    .openbtnwrapper span.elementor-button-icon {
        width: 36px;
        height: 15px;
        margin-left: auto;
        margin-right: auto;
    }

    .openbtnwrapper span.elementor-button-icon svg {
        width: 100%;
    }

/*     .sidebar_btn {
        height: 52px !important;
    } */

/*        .elementor-1684 .elementor-element.elementor-element-581b6863 .allsidebar {
		 max-width: 632px;
    } */

/*     .elementor-icon-box-content {
        padding-top: 5px;
    } */


    .cf7_block label {
        font-size: 12px;
        line-height: 15.6px;
        margin-bottom: 8px;
    }
    

    .cf7_block select,
    .cf7_block input,
    .cf7_block input[type="email"], 
    .cf7_block input[type="date"], 
    .cf7_block input[type="text"], 
    .cf7_block input[type="email"], 
    .cf7_block input[type="password"], 
    .cf7_block input[type="tel"], 
    .cf7_block input[type="file"], .cf7_block textarea {
        font-size: 14px;
        line-height: 18px;
        padding: 10px;
        border-radius: 8px;
    } 

    .cf7_block.checkbox label {
        font-size: 14px;
        column-gap: 12px;
        line-height: 21px; 
    }

    .submit_btn input.wpcf7-submit {
        border-radius: 8px !important;
    } 

    .cf7_block.checkbox label input {
        width: 20px;
        height: 20px;
    }

    .cf7_block:not(:last-child) {
        margin-bottom: 16px;
    }

    .cf7_block select {
        text-indent: 0px !important;
    }
 

    body:not(.elementor-editor-active) .sidebar_btn:not(.sidebar_closebtn) {
        right: 12px; 
        top: inherit;
        bottom: 24px;
    }

    body:not(.elementor-editor-active) .sidebar_btn {
        bottom: 24px !important;
    } 
 
    .sidebar_openbtn:hover,
    .sidebar_closebtn:hover {
        filter: drop-shadow(0 10px 10px rgba(0,0,0,.3));
    }
    .sidebar_closebtn > .elementor-element {
        width: 18px !important;
    }
    .sidebar_closebtn {
        padding-right: 1.198vw;
    }

}


@media screen and (max-width: 1023px) {
    body.elementor-editor-active .sidebarform,
    body.elementor-editor-active .mainform { 
        width: 100%;
    }

    body.elementor-editor-active .allsidebar {  
        flex-direction: column;
    }

    .mainform {
        height: 100% !important;
        overflow-y: auto !important;
        flex-direction: column !important;
        flex-wrap: nowrap !important;
    }
    
}

@media screen and (max-width: 767px) {
    
    .location_box .elementor-icon-box-content {
        max-width: 170px;
    }

    .mainform .inner_close {
        display: flex;
    }
       .sidebarheight .elementor-element.inner_close  {
        top: 10px !important;
        right: 15px !important;
    } 
    body:not(.elementor-editor-active) .sidebarwrap {
        width: 100%;
    }

    .allsidebar {
        max-width: 100%;
        height: 100% !important; 
        min-height: inherit;
    }

    .sidebar_options.elementor-widget-image-box .elementor-image-box-wrapper {
        display: flex;
        text-align: left;
    }

    .sidebar_options.elementor-widget-image-box .elementor-image-box-img {
        width: 48px;
    }

/*     .sidebar_options.elementor-widget-image-box .elementor-image-box-content {
        width: calc(100% - 48px);
        padding-left: 20px; 
    }  */

    /* body:not(.elementor-editor-active) .sidebar_btn:not(.sidebar_closebtn) {
        right: 12px;
        top: auto;
        bottom: 24px;
    }
  */
	.sendmsgform{
		background-color: white !important;
	}
	.sidebarheight .sidebarform .sendmsgform {
		background-color: white !important;
	}
	.sidebarheight, .sidebarform, .bookdemo{
		background-color: white !important;
	}
    .bookdemo, .sendmsgform, .requestcall{
    	display: block !important;
    }
    .sidebar_icon_text .elementor-icon-box-icon {
        height: 20px;
    }

    .sidebar_options .elementor-image-box-content {
        padding-left: 0px;
    }

    .sidebar_options .elementor-image-box-img a {
        width: 59px;
        display: block;
    }

    .sidebarform form .wpcf7-form-control.wpcf7-submit {
        padding: 2px 36px;
    }

    .sidebar_options .elementor-image-box-wrapper .elementor-image-box-img {
        min-width: unset !important;
        width: 59px !important;
		min-width: 59px !important;
		height: 59px !important;
    }
    .sidebar_btn {
        right: -18px !important;
    }
}

.contact-slide-btn {
    display: none !important;
}

.demo-popup {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
}


.boxShadowHeaderDropdown {
	background: transparent !important;
}

@media (max-width: 768px) {
  .openbtnwrapper a.elementor-button {
    height: 80px !important;
    width: 70px !important;
  }
}
/* --------------- */

    .elementor-2664 .elementor-element.elementor-element-8bfc00d > .elementor-widget-container {
        padding: 0px !important;
    }
	.elementor-2664 .elementor-element.elementor-element-4c7fd8df > .elementor-widget-container {
        margin: 0px 0px 0px 0px !important;
    }
.elementor-2664 .elementor-element.elementor-element-4c7fd8df > .elementor-widget-container {
	margin: 0px !important;
}
input[type="text"], input[type="email"], input[type="tel"] {
	height: 52px;
	border-radius: 10px !important;
	border-color: silver !important;
}
textarea {
	    border-color: silver !important;
    border-radius: 10px !important;
}
.elementor-2664 .elementor-element.elementor-element-17f0b6e1 .elementor-button {
	cursor: pointer;
}
.elementor-button {
	cursor: pointer;
}
.wpcf7-not-valid-tip {
	margin-top: 10px;
	font-family: "Source Sans Pro";
}
.wpcf7-list-item.first {
  margin-left: 0 !important;
}
.wpcf7-list-item.second {
  margin-left: 1em !important;
}


@media (min-width: 767px) and (max-width: 1024px) {
	.sidebarheight .elementor-element.inner_close {
		top: 27px !important;
	}
}
/* @media screen and (max-width: 767px) {
	.sidebarheight .elementor-element.inner_close {
		top: -1px !important;
	}
} */

.elementor-element-6d0a3b99 {
  display: none !important;
}
/* @media (min-width: 768px) {
	

.sidebar_btn {
	    width: 90px !important;
    height: 72px !important;
}
	} */

    @media (min-width: 3400px) and (max-width: 5000px) {
  .sidebar_closebtn .elementor-widget-image img {
    margin-top: -36px !important;
  }
}
