/*
Author: D.B.
*/


.ast-footer-social-1-wrap .ast-social-color-type-custom svg {
    fill: #2b7fc1;
}


.sec-beforeafter div {
    height: 100%;
}
.sec-beforeafter img {
    max-width:100%;
    height:220px;
    object-fit: cover;
}
@media (min-width:400px){
    .sec-beforeafter img {
        height:350px;
    }
}
@media (min-width:900px){
    .sec-beforeafter img {
        height:450px;
    }
}



.btn-diq,
.btn-diq .elementor-widget-container,
.btn-diq .elementor-button-wrapper,
.btn-diq a {
    width:100% !important;
    padding-left:0 !important;
    padding-right:0 !important;
}


.sec-inject div {
    text-align: center;
}
.sec-inject video {
	min-height: 300px;
	object-fit: cover;
}
@media (min-width:700px) {
	.sec-inject video {
		min-height: 500px;
	}
}

.db-wlcalc {
    color:white;
    text-align:center
}

.db-wlcalc * {
	outline:none !important;
}

.db-wlcalc .db-container-item {
	max-width: 500px;
	width: 100%;
	padding: 20px;
	margin:0 auto;
	background: #022251;
	text-align: center;
}

.db-wlcalc .db-container-item #text_w {
	outline: none;
	border: none;
	padding: 10px;
	margin: 20px 10px;
	border-radius: 12px;
	font-size: 24px;
	text-align: center;
	max-width: 150px;
	font-weight: 700;
	margin: 10px auto;
}

.db-wlcalc .db-container-item .db-output {
	display: grid;
	justify-content: center;
	grid-template-columns: 45% 55%;
	justify-items: center;
	background-image: linear-gradient(to right, #2BAAE2, #670AB3);
	text-align: center;
	font-size: 12px;
	padding: 30px 5px;
	max-width: 200px;
	margin: 20px auto;
	border-radius: 60px;
}

.db-wlcalc .db-container-item .db-otitle {
	text-align: right;
	font-size: 12px;
	font-weight: 800;
	line-height: 14px;
}

.db-wlcalc .db-container-item .db-ovalue {
	font-size: 26px;
	font-weight: 600;
}


.db-wlcalc .custom-rangeslider {
	position: relative;
	padding: 0;
	text-align: center;
	text-align: center;
	max-width: 100%;
	margin: 40px auto 0;
}

.db-wlcalc .custom-rangeInput {
	width: 100%;
	background: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-sizing: border-box;
	cursor: pointer;
	outline: 0;
	border: 0;
	padding: 0;
	margin: 0;
	background-color: transparent;
	height: 20px;
}

.db-wlcalc .custom-rangeInput::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	box-sizing: border-box;
	background-color: #ffffff;
	outline: 0 solid #ffffff;
	outline: 0px solid #9548ec;
	width: 40px;
	height: 40px;
	border: none;
	border-radius: 360px;
	cursor: move;
	cursor: grab;
	cursor: -webkit-grab;
	margin-top: -20px;
}

.db-wlcalc .custom-rangeInput::-webkit-slider-thumb:active {
	cursor: grabbing;
	cursor: -webkit-grabbing;
	outline: 0 solid #ffffff;
}

.db-wlcalc .custom-rangeInput::-moz-range-thumb {
	-moz-appearance: none;
	appearance: none;
	box-sizing: border-box;
	background-color: #ffffff;
	outline: 2px solid #ffffff;
	width: 20px;
	height: 20px;
	border: none;
	border-radius: 50%;
	cursor: move;
	/* fallback if grab cursor is unsupported */
	cursor: grab;
	cursor: -webkit-grab;
}

.db-wlcalc .custom-rangeInput::-moz-range-thumb:active {
	cursor: grabbing;
	cursor: -webkit-grabbing;
}

.db-wlcalc .custom-rangeInput::-ms-thumb {
	appearance: none;
	box-sizing: border-box;
	background-color: #ffffff;
	outline: 2px solid #ffffff;
	width: 20px;
	height: 20px;
	border: none;
	border-radius: 50%;
	cursor: move;
	/* fallback if grab cursor is unsupported */
	cursor: grab;
	cursor: -webkit-grab;
	margin: auto;
}

.db-wlcalc .custom-rangeInput::-ms-thumb:active {
	cursor: grabbing;
	cursor: -webkit-grabbing;
}


.db-wlcalc #range-slider1::-webkit-slider-runnable-track {
	background: linear-gradient(to right, #50b3fa 0%, #50b3fa 39%, #50b3fa 39%, #50b3fa 100%);
	box-shadow: 0 0 #f4433600 !important;
}


.db-wlcalc .custom-rangeInput::-webkit-slider-runnable-track {
	-webkit-appearance: none;
	appearance: none;
	box-sizing: border-box;
	height: 5px;
	width: 100%;
	cursor: pointer;
	border: none;
	padding: 0;
	margin: 0;
	background: grey;
}

.db-wlcalc .custom-rangeInput::-moz-range-track {
	-moz-appearance: none;
	appearance: none;
	box-sizing: border-box;
	height: 5px;
	width: 100%;
	cursor: pointer;
	border: none;
	padding: 0;
	margin: 0;
	background: grey;
}

.db-wlcalc .custom-rangeInput::-ms-track {
	appearance: none;
	box-sizing: border-box;
	height: 5px;
	width: 100%;
	cursor: pointer;
	border: none;
	padding: 0;
	margin: 0;
	background: grey;
	color: transparent;
	border: none;
	outline: none;
}

.db-wlcalc .custom-rangeInput:focus,
.db-wlcalc .custom-rangeInput:active {
	outline: none;
}

.db-wlcalc .custom-rangeInput::-ms-tooltip {
	display: none;
}

.db-wlcalc .custom-rangeslider__tooltip {
	line-height: 20px;
	position: absolute;
	height: 40px;
	width: 40px;
	background-color: transparent;
	padding: 5px 0;
	color: rgb(56, 56, 56);
	font-weight: 600;
	top: 0;
	left: 0;
	border-radius: 14px;
	text-align: center;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	pointer-events: none;
}

.db-wlcalc .custom-rangeslider__label {
	width: 100%;
	display: block;
}

.db-wlcalc .custom-rangeslider__label span {
	display: block;
}

.db-wlcalc .custom-rangeslider__label-min {
	float: left;
}

.db-wlcalc .custom-rangeslider__label-max {
	float: right;
}

.db-wlcalc .custom-rangeslider__label:after {
	content: "";
	display: table;
	clear: both;
}