@charset "UTF-8";
/* CSS Document */

h1, h2, h3, h4, h5 ,h6, h7, h8,
div,
p, span, i, em, li, a, strong,
table, th, td {
	letter-spacing: 0px;
}



overflow-x: hidden;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.elementor-inner-section.fullwidth-sections > .elementor-container {
    width: 100%;
}
.elementor-widget-container ul {
    padding-left: 15px;
	margin-bottom: 15px;
}
p {
    margin: 0 0 1em 0;
}
.elementor-section-wrap {
    background-color: #fff;
}
.elementor-widget-container p,
.elementor-text-editor p {
    line-height: inherit;
}
.item_price_row {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	position: relative;
}
.item_price_column {
    width: calc(100% / 3);
    display: flex;
    padding: 0px 20px !important;
    margin: 0 0 30px !important;
    flex-wrap: wrap;
	background-color: #fff;
	z-index: 99;
}
/*.item_price_column.sticky-column {
	position: sticky;
	top: 0;
}*/
.item_price_column label {
    width: 100% !important;
    margin-left: 0px !important;
    text-align: left !important;
    margin-bottom: 10px !important;
	padding-right: 0px !important;
}
.slider-element-column {
    width: 100% !important;
	margin-top: 30px !important;
}
.btQuoteBooking .item_price_column .btQuoteItemInput {
    text-align: center;
    width: 100%;
    justify-content: center;
    display: flex;
}
.btQuoteItemDescription {
    width: 100%;
}
.item_price_column.disabled .btQuoteSwitch {
    opacity: 0.4;
    pointer-events: none;
    position: relative;
}
.btQuoteBooking .btQuoteSwitch {
    background-color: #ccc !important;
	box-shadow: none !important;
	border: 0px solid #ccc !important;
}
.btQuoteBooking .btQuoteSwitch .btQuoteSwitchInner {
	background-color: #fff !important;
}
.btQuoteBooking .btQuoteSwitch.on {
    background-color: #009FDF !important;
}
.btQuoteBooking .btQuoteSwitch.on .btQuoteSwitchInner {
    background: #fff !important;
}
.btQuoteItemDescription .item_description {
    width: 100%;
    text-align: left;
}
.btQuoteItemDescription .item_description ul {
    margin-left: 0px;
    list-style: inside;
    margin-bottom: 0px;
    margin-top: 0px;
    margin-right: 0px;
	padding-left: 15px;
}
.btQuoteItemDescription .item_description ul li {
    margin-left: 0px;
    font-size: 15px;
    margin-bottom: 0px;
    margin-top: 0px;
    margin-right: 0px;
}
.btQuoteItemDescription .item_price {
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
    font-weight: 700;
}
.item_fill_top_container,
.item_fill_middle_container,
.item_fill_bottom_container {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
}

.item_fill_flow_vertical {
    width: calc(100% / 3);
	height:150px;
	position:relative;
	overflow: hidden;
}
.item_fill_flow_vertical .item_fill_pipe {
	background: #CCCCCC;
	width: 13px;
	height: 150px;
	margin: 0 auto;
}

.item_fill_flow_vertical .item_fill_pipe::after {
    content: "";
    display: block;
    width: 13px;
    height: 0;
    margin: 0 auto;
	position: absolute;
}
.filled.turned-off.item_fill_flow_vertical .item_fill_pipe::after {
	transition: height 0.7s linear;
	height: 150px;
    transition-delay: 0s !important;
	background: #ccc;
}
.item_fill_flow_horizontel {
    width: calc(100% - (33.333% - 13px));
    height: 13px;
    margin: 0px auto 0px auto;
    background-color: #CCC;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
	position: relative;
}
.item_fill_left_horizontel,
.item_fill_right_horizontel {
    width: calc(50% - 6px);
	position: relative;
}
.item_fill_left_horizontel .item_fill_pipe::after,
.item_fill_right_horizontel .item_fill_pipe::after {
    content: "";
    display: block;
    width: 0px;
    height: 13px;
    margin: 0;
	position: absolute;
}
.filled.turned-off.item_fill_left_horizontel .item_fill_pipe::after,
.filled.turned-off.item_fill_right_horizontel .item_fill_pipe::after {
	transition: width 1s linear;
	width: calc(100% + 11px);
    transition-delay: 0.7s !important;
	background: #ccc;
}
.item_fill_flow_bottom_pipe {
    height: 150px;
    margin: 0 auto;
    width: 100%;
	position: relative;
}
.item_fill_flow_bottom_pipe .item_fill_pipe {
	background: #CCCCCC;
	width: 13px;
	height: 150px;
	margin: 0 auto;
	position: relative;
}
.item_fill_flow_bottom_pipe .item_fill_pipe::after {
	top: -13px;
}
.item_fill_flow_bottom_pipe .item_fill_pipe::after {
    content: "";
    display: block;
    width: 13px;
    height: 0;
    margin: 0 auto;
	position: absolute;
}
.filled.turned-off.item_fill_flow_bottom_pipe .item_fill_pipe::after {
	transition: height 0.7s linear;
	height: calc(150px + 13px);
    transition-delay: 1.7s !important;
	background: #ccc;
}
.filled.center-filled.turned-off.item_fill_flow_bottom_pipe .item_fill_pipe::after {
	transition-delay: 0.7s !important;
}
.item_fill_flow_horizontel {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.filled.item_fill_flow_vertical .item_fill_pipe::before {
	transition: height 0.7s linear;
	height: 150px;
    transition-delay: 0s !important;
	background: #009FDF;
}
.item_fill_flow_vertical .item_fill_pipe::before,
.item_fill_flow_bottom_pipe .item_fill_pipe::before {
    content: "";
    display: block;
    width: 13px;
    height: 0;
    margin: 0 auto;
	position: absolute;
}
.item_fill_flow_bottom_pipe .item_fill_pipe::before {
	top: -13px;
}
#item_fill_left_connector {
    position: absolute;
    height: 40px;
    top: -30px;
    left: -35px;
    border-radius: 0px 0px 0px 10px;
    background-color: #ccc;
    width: 35px;
}
#item_fill_left_connector::before {
    content: "";
    position: absolute;
    background-color: #fff;
    height: 30px;
    width: 30px;
    top: 0px;
    left: 10px;
}
#item_fill_right_connector {
    position: absolute;
    height: 40px;
    top: -30px;
    right: -35px;
    border-radius: 0px 0px 10px 0px;
    background-color: #ccc;
    width: 35px;
}
#item_fill_right_connector::before {
    content: "";
    position: absolute;
    background-color: #fff;
    height: 30px;
    width: 30px;
    top: 0px;
    right: 10px;
}
#item_fill_center_connector {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    height: 30px;
    width: 13px;
    background-color: #ccc;
}
.item_fill_left_horizontel .item_fill_pipe::before,
.item_fill_right_horizontel .item_fill_pipe::before {
    content: "";
    display: block;
    width: 0px;
    height: 13px;
    margin: 0;
	position: absolute;
}
.item_fill_left_horizontel .item_fill_pipe::before,
.item_fill_left_horizontel .item_fill_pipe::after {
    left: 0px;
	border-bottom-left-radius: 10px;
}
.item_fill_right_horizontel .item_fill_pipe::before,
.item_fill_right_horizontel .item_fill_pipe::after {
    right: 0px;
	border-bottom-right-radius: 10px;
}
.filled.item_fill_left_horizontel .item_fill_pipe::before,
.filled.item_fill_right_horizontel .item_fill_pipe::before {
	transition: width 1s linear;
	width: calc(100% + 11px);
    transition-delay: 0.7s !important;
	background: #009FDF;
}
.filled.item_fill_flow_bottom_pipe .item_fill_pipe::before {
	transition: height 0.7s linear;
	height: calc(150px + 13px);
    transition-delay: 1.7s !important;
	background: #009FDF;
}
.filled.center-filled.item_fill_flow_bottom_pipe .item_fill_pipe::before {
	transition: height 0.7s linear;
	height: calc(150px + 13px);
    transition-delay: 0.7s !important;
	background: #009FDF;
}

.item_fill_flow_container {
    height: 200px;
    display: flex;
    width: 100%;
}
.item_fill_flow_tank {
    height: 160px;
    width: 160px;
    background-color: #ccc;
    border-radius: 100%;
    margin: 0 auto;
    text-align: center;
    justify-content: center;
    display: flex;
    align-items: center;
	position:relative;
}

.item_fill_flow_container.filled .item_fill_flow_tank {
    background-color: #0d274d;
}

.item_fill_flow_vertical .item_filled_pipe {
    width: 13px;
    height: 150px;
    margin: 0 auto;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
	display: none;
}
.filled.item_fill_flow_vertical .item_filled_pipe {
	//display: block;
	animation: toBottom 10s infinite linear;
	animation-delay: 0.4s !important;
}
.item_fill_flow_vertical .item_filled_pipe #particle-lines-1 {
    position: absolute;
    top: 5px;
    left: 6px;
    border-radius: 500px;
    height: 6px;
    width: 2px;
    background-color: #99D3FF;
}
.item_fill_flow_vertical .item_filled_pipe #particle-circle-1 {
    height: 8px;
    width: 8px;
    position: absolute;
    top: 15px;
    left: 3px;
    border-radius: 50%;
    border: 2px solid #F0F9FF;
    display: block;
}
.item_fill_flow_vertical .item_filled_pipe #particle-circle-2 {
    height: 7px;
    width: 7px;
    position: absolute;
    top: 27px;
    right: 1px;
    border-radius: 50%;
    border: 2px solid #99D3FF;
}
.item_fill_flow_vertical .item_filled_pipe #particle-lines-2 {
    position: absolute;
    top: 38px;
    right: 2px;
    border-radius: 500px;
    height: 6px;
    width: 2px;
    background-color: #DDF0FF;
}
.item_fill_flow_vertical .item_filled_pipe #particle-lines-3 {
    position: absolute;
    top: 40px;
    left: 3px;
    border-radius: 500px;
    height: 18px;
    width: 2px;
    background-color: #C6E6FF;
}
.item_fill_flow_vertical .item_filled_pipe #particle-lines-4 {
    position: absolute;
    top: 48px;
    right: 2px;
    border-radius: 900px;
    height: 24px;
    width: 2px;
    background-color: #99D3FF;
}
.item_fill_flow_vertical .item_filled_pipe #particle-circle-3 {
    height: 7px;
    width: 7px;
    position: absolute;
    top: 78px;
    right: 2px;
    border-radius: 50%;
    border: 2px solid #fff;
}
.item_fill_left_horizontel .item_filled_pipe {
    width: 90px;
    height: 13px;
    margin: 0 auto;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
	display: none;
}
.filled.item_fill_left_horizontel .item_filled_pipe {
	//display: block;
	animation: toRight 10s infinite linear;
	animation-delay: 0.4s !important;
}
.item_fill_left_horizontel .item_filled_pipe #particle-lines-1 {
    position: absolute;
	top: 8px;
	left: 0;
	border-radius: 500px;
	height: 2px;
	width: 6px;
	background-color: #99D3FF;
}
.item_fill_left_horizontel .item_filled_pipe #particle-circle-1 {
    height: 8px;
	width: 8px;
	position: absolute;
	top: 4px; 
	left: 10px;
	border-radius: 50%;
	border: 2px solid #F0F9FF;
}
.item_fill_left_horizontel .item_filled_pipe #particle-circle-2 {
    height: 7px;
	width: 7px;
	position: absolute;
	top: 2px; 
	left: 25px;
	border-radius: 50%;
	border: 2px solid #99D3FF;
}
.item_fill_left_horizontel .item_filled_pipe #particle-lines-2 {
    position: absolute;
	top: 2px;
	left: 38px;
	border-radius: 500px;
	height: 2px;
	width: 6px;
	background-color: #DDF0FF;
}
.item_fill_left_horizontel .item_filled_pipe #particle-lines-3 {
    position: absolute;
	top: 9px;
	left: 40px;
	border-radius: 500px;
	height: 2px;
	width: 18px;
	background-color: #C6E6FF;
}
.item_fill_left_horizontel .item_filled_pipe #particle-lines-4 {
    position: absolute;
	top: 2px;
	left: 48px;
	border-radius: 900px;
	height: 2px;
	width: 24px;
	background-color: #99D3FF;
}
.item_fill_left_horizontel .item_filled_pipe #particle-circle-3 {
    height: 7px;
	width: 7px;
	position: absolute;
	top: 2px; left: 78px;
	border-radius: 50%;
	border: 2px solid #fff;
}
.item_fill_right_horizontel .item_filled_pipe {
    width: 90px;
    height: 13px;
    margin: 0 auto;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
	display: none;
}
.filled.item_fill_right_horizontel .item_filled_pipe {
	//display: block;
	animation: toLeft 10s infinite linear;
	animation-delay: 0.4s !important;
}
.item_fill_right_horizontel .item_filled_pipe #particle-lines-1 {
    position: absolute;
	top: 8px;
	right: 0;
	border-radius: 500px;
	height: 2px;
	width: 6px;
	background-color: #99D3FF;
}
.item_fill_right_horizontel .item_filled_pipe #particle-circle-1 {
    height: 8px;
	width: 8px;
	position: absolute;
	top: 4px;
	right: 10px;
	border-radius: 50%;
	border: 2px solid #F0F9FF;
}
.item_fill_right_horizontel .item_filled_pipe #particle-circle-2 {
    height: 7px;
	width: 7px;
	position: absolute;
	top: 2px;
	right: 25px;
	border-radius: 50%;
	border: 2px solid #99D3FF;
}
.item_fill_right_horizontel .item_filled_pipe #particle-lines-2 {
    position: absolute;
	top: 2px;
	right: 38px;
	border-radius: 500px;
	height: 2px;
	width: 6px;
	background-color: #DDF0FF;
}
.item_fill_right_horizontel .item_filled_pipe #particle-lines-3 {
    position: absolute;
	top: 9px;
	right: 40px;
	border-radius: 500px;
	height: 2px;
	width: 18px;
	background-color: #C6E6FF;
}
.item_fill_right_horizontel .item_filled_pipe #particle-lines-4 {
    position: absolute;
	top: 2px;
	right: 48px;
	border-radius: 900px;
	height: 2px;
	width: 24px;
	background-color: #99D3FF;
}
.item_fill_right_horizontel .item_filled_pipe #particle-circle-3 {
    height: 7px;
	width: 7px;
	position: absolute;
	top: 2px; 
	right: 78px;
	border-radius: 50%;
	border: 2px solid #fff;
}
.item_fill_flow_bottom_pipe .item_filled_pipe {
    width: 13px;
    height: 150px;
    margin: 0 auto;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
	display: none;
}
.filled.item_fill_flow_bottom_pipe .item_filled_pipe {
	//display: block;
	animation: toBottomTank 10s infinite linear;
	animation-delay: 0.4s !important;
}
.item_fill_flow_bottom_pipe .item_filled_pipe #particle-lines-1 {
    position: absolute;
    top: 5px;
    left: 6px;
    border-radius: 500px;
    height: 6px;
    width: 2px;
    background-color: #99D3FF;
}
.item_fill_flow_bottom_pipe .item_filled_pipe #particle-circle-1 {
    height: 8px;
    width: 8px;
    position: absolute;
    top: 15px;
    left: 3px;
    border-radius: 50%;
    border: 2px solid #F0F9FF;
    display: block;
}
.item_fill_flow_bottom_pipe .item_filled_pipe #particle-circle-2 {
    height: 7px;
    width: 7px;
    position: absolute;
    top: 27px;
    right: 1px;
    border-radius: 50%;
    border: 2px solid #99D3FF;
}
.item_fill_flow_bottom_pipe .item_filled_pipe #particle-lines-2 {
    position: absolute;
    top: 38px;
    right: 2px;
    border-radius: 500px;
    height: 6px;
    width: 2px;
    background-color: #DDF0FF;
}
.item_fill_flow_bottom_pipe .item_filled_pipe #particle-lines-3 {
    position: absolute;
    top: 40px;
    left: 3px;
    border-radius: 500px;
    height: 18px;
    width: 2px;
    background-color: #C6E6FF;
}
.item_fill_flow_bottom_pipe .item_filled_pipe #particle-lines-4 {
    position: absolute;
    top: 48px;
    right: 2px;
    border-radius: 900px;
    height: 24px;
    width: 2px;
    background-color: #99D3FF;
}
.item_fill_flow_bottom_pipe .item_filled_pipe #particle-circle-3 {
    height: 7px;
    width: 7px;
    position: absolute;
    top: 78px;
    right: 2px;
    border-radius: 50%;
    border: 2px solid #fff;
}
.item_filler_tank {
    width: 100px;
	position:relative;
	overflow: hidden;
}
.item_filler_tank svg path {
    width: 100px;
    height: 100px;
    fill: #fff;
}
.item_fill_flow_container .item_filler_pipe {
    position: absolute;
    top: 0;
    width: 13px;
    height: 100%;
    background-color: #ccc;
    left: 50%;
    transform: translateX(-50%);
}
.liquid {
	background-color: #83e8fe;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transform: translate(0, 100%);
	width: 100%;
	z-index: 2;
}
.item_filler_tank.one-on .liquid,
.item_filler_tank.two-on .liquid,
.item_filler_tank.three-on .liquid {
	animation-iteration-count: 1;
    animation-timing-function: cubic-bezier(.2, .6, .8, .4);
    animation-duration: 1s;
    animation-fill-mode: forwards;
}
.item_filler_tank.one-on .liquid {
	animation-name: fillActionOne;
}
.item_filler_tank.two-on .liquid {
	animation-name: fillActionTwo;
}
.item_filler_tank.three-on .liquid {
	animation-name: fillActionThree;
}
.liquid__wave {
	bottom: 100%;
	position: absolute;
	width: 200%;
}

.liquid__wave--back {
	animation: wave-back-action 1.4s infinite linear;
	fill: #05d1fd;
	right: 0;
}

.liquid__wave--front {
	animation: wave-front-action 0.7s infinite linear;
	fill: #83e8fe;
	left: 0;
	margin-bottom: -0.0625rem;
}
.full-width-row.questions-row {
	display: none !important;
}
.full-width-row {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    padding: 0px !important;
    margin: 0 0 30px !important;
}
.questions-row label {
    width: 100% !important;
    margin-left: 0px !important;
    margin-bottom: 10px !important;
    padding-right: 0px !important;
}
.questions-row .btQuoteItemInput ul li {
    border: none !important;
}
.questions-row .btQuoteItemInput {
    width: 100% !important;
}

.questions-row div.ddOutOfVision {
    overflow: hidden !important;
    height: auto !important;
    width: 100% !important;
    position: relative !important;
}
.questions-row .ddcommon.borderRadius {
    display: none;
}
.answers_lists li .elementor-icon-list-icon {
    display: none;
}
.answers_lists li .elementor-icon-list-text {
    padding-left: 45px !important;
    position: relative;
	cursor: pointer;
}
.answers_lists li .elementor-icon-list-text::before {
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    top: -3px;
    left: 0;
    border: 2px solid #aaa;
    border-radius: 100%;
}
.answers_check_lists li .elementor-icon-list-text::before {
    border-radius: 0px;
}
.answers_lists li .elementor-icon-list-text.active::before {
    background-color: #000000;
}
.answers_lists li .elementor-icon-list-text::after {
    content: "\e983";
    position: absolute;
    left: 6px;
    top: 0px;
    font-family: elementskit !important;
    color: #fff;
    width: 30px;
    height: 30px;
    font-size: 17px;
	opacity: 0;
}
.answers_lists li .elementor-icon-list-text.active::after {
    opacity: 1;
}
.dark-answers_lists li .elementor-icon-list-text.active::after {
    color: #000;
}
.btTotalQuoteContactGroup {
	display:none !important;	
}

.btTotalNextWrapper .boldBtn.btnAccent.btnSmall.btnIco {
    display: none !important;
}
.mfp-content .mfp-close {
    display: none;
}

.btQuoteBooking .ui-slider-horizontal {
    height: 10px !important;
    margin-top: 10px !important;
}
.btQuoteBooking .ui-slider {
    background: #0D274D !important;
    border: 0px solid #0D274D !important;
    border-radius: 14px !important;
    box-shadow: none !important;
    transition: all 1ms ease;
}
.btQuoteBooking .ui-slider-horizontal .ui-slider-handle {
    top: -7px !important;
    margin-left: -18px !important;
}

.btQuoteBooking .ui-slider .ui-slider-handle {
    display: block;
    position: absolute;
    z-index: 2;
    min-width: 25px !important;
    height: 25px !important;
    background: #00BCEB !important;
    cursor: pointer !important;
    box-shadow: none !important;
    transition: all 1ms ease !important;
}
.btQuoteBooking .btQuoteSliderValue {
    color: #0D274D !important;
	display: none !important;
}
.btQuoteBooking .ui-slider:hover {
    box-shadow: none !important;
    transition: all 1ms ease !important;
}
/*.btTotalNextWrapper {
    display: none !important;
}*/
.protection_notes {
    display: flex;
    width: 100%;
    text-align: center;
    justify-content: center;
    max-width: 900px;
    font-size: 16px;
    margin-top: 30px;
    margin-bottom: 60px;
}
.protection_guides {
    width: 100%;
    max-width: 610px;
    font-size: 20px;
    line-height: 1.8;
    text-align: center;
}
.employee-count,
.employee-price,
.ele-employee-count,
.ele-employee-price {
    padding: 0px 5px;
    border-radius: 0px;
    min-width: 0px;
    display: inline-block;
    margin-left: 0px;
    margin-right: 0px;
}
.protection_notes_section {
    background-color: #F6F6F6;
    padding: 30px;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
	max-width: 950px;
}
.btQuoteItem.slider-element-column {
    display: flex !important;
    width: 100% !important;
    max-width: 950px;
    flex-wrap: wrap;
    justify-content: center;
    background-color: #F6F6F6;
    padding: 10px 30px 60px 30px !important;
    margin-top: 0px !important;
}
.btQuoteItem.slider-element-column label {
    margin-left: 0px;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
.btQuoteItem.slider-element-column .btQuoteItemInput {
    width: 100%;
	max-width: 650px;
}
@keyframes toBottom {
	0%{top: 30;opacity: 0;}
	5%{opacity: 1;}
	15%{opacity: 1;}
	20%{top: 90px; opacity: 0;}
	100%{top: 30;opacity: 0;}
}
@keyframes toBottomTank {
	0%{top: 30;opacity: 0;}
	5%{opacity: 1;}
	15%{opacity: 1;}
	20%{top: 90px; opacity: 0;}
	100%{top: 30;opacity: 0;}
}
@keyframes toRight {
	0%{left: 2%;opacity: 0;}
	5%{opacity: 1;}
	15%{opacity: 1;}
	20%{left: 100%; opacity: 0;}
	100%{left: 2%;opacity: 0;}
}
@keyframes toLeft {
	0%{left: 100%;opacity: 0;}
	5%{opacity: 1;}
	15%{opacity: 1;}
	20%{left: 2%; opacity: 0;}
	100%{left: 100%;opacity: 0;}
}
@keyframes wave-front-action {
	100% {
		transform: translate(-50%, 0);
	}
}
@keyframes wave-back-action {
	100% {
		transform: translate(50%, 0);
	}
}
@keyframes fillActionOne {
	0% {
		transform: translate(0, 100%);
	}
	100% {
		transform: translate(0, 66.66%);
	}
}
@keyframes fillActionTwo {
	0% {
		transform: translate(0, 66.66%);
	}
	100% {
		transform: translate(0, 33.33%);
	}
}
@keyframes fillActionThree {
	0% {
		transform: translate(0, 33.33%);
	}
	100% {
		transform: translate(0, 0%);
	}
}
.elementskit-menu-container {
    height: auto !important;
}
.elementskit-navbar-nav {
    height: auto !important;
}
.elementskit-navbar-nav li {
    line-height: 1 !important;
}
.elementskit-menu-overlay {
    background-color: rgba(0,0,0,0) !important;
}
.ekit-wid-con .ekit-form form textarea {
    font-size: 16px !important;
}
button:focus, button:hover, .button:focus, .button:hover, .faux-button:focus, .faux-button:hover, .wp-block-button .wp-block-button__link:focus, .wp-block-button .wp-block-button__link:hover, .wp-block-file .wp-block-file__button:focus, .wp-block-file .wp-block-file__button:hover, input[type="button"]:focus, input[type="button"]:hover, input[type="reset"]:focus, input[type="reset"]:hover, input[type="submit"]:focus, input[type="submit"]:hover {
    text-decoration: none !important;
}
button, .button, .faux-button, .wp-block-button__link, .wp-block-file .wp-block-file__button, input[type="button"], input[type="reset"], input[type="submit"] {
	text-transform: none !important;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
	margin-left: 0px !important;
	margin-right: 0px !important;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.btQuoteBooking .btQuoteSwitch {
    background-color: #ccc !important;
    box-shadow: none !important;
    border: 0px solid #ccc !important;
}
.switch_element_button_container {
    text-align: left;
    justify-content: flex-start;
    display: flex;
    width: 100%;
	outline: none;
    background: transparent;
	box-shadow: none;
}
.switch_element_button {
    float: left;
    margin: 0 0 0;
    width: 72px;
    height: 34px;
    background-color: #e7e7e7 !important;
    box-shadow: none !important;
    border: 0px solid #ccc !important;
    border-radius: 20px;
    cursor: pointer;
    padding: 4px 5px 4px 5px;
	-webkit-transition: .8s;
	transition: .8s;
}
.switch_element_button.on {
    background-color: #1D1D1D !important;
}
.switch_element_button_inner {
    width: 26px;
    height: 26px;
    background-color: #000000 !important;
    border-radius: 20px;
	-webkit-transition: .4s;
    transition: .4s;
}
.switch_element_button.on .switch_element_button_inner {
    background: #5ec687 !important;
	margin-left: 36px;
}
.product-elements-rows ul {
	padding-left:15px;
}
.slider_element_container {
    max-width: 500px;
    margin: 0 auto;
}
.slider_element_container .ui-slider {
    background: #0D274D !important;
    border: 0px solid #0D274D !important;
    border-radius: 0px !important;
    box-shadow: none !important;
    transition: all 1ms ease;
	text-align: right;
	position: relative;
}
.slider_element_container .ui-slider-horizontal {
    height: 10px !important;
    margin-top: 10px !important;
	cursor: pointer;
}
.slider_element_container .ui-slider .ui-slider-handle {
    display: block;
    position: absolute;
    z-index: 2;
    min-width: 25px !important;
    height: 25px !important;
    background: #1c1c1c !important;
    cursor: pointer !important;
    box-shadow: none !important;
    transition: all 1ms ease !important;
}
.slider_element_container .ui-slider-horizontal .ui-slider-handle {
    top: -7px !important;
    margin-left: -18px !important;
	-ms-touch-action: none;
	touch-action: none;
	border-radius: 0;
}
.on-sd.glowing a,
.on-swg.glowing a,
.on-z.glowing a {
	fill: #000 !important;
	color: #000 !important;
	box-shadow: 0 0px 0px 0px #5ec687 !important;
	background-color: #5ec687 !important;
}
.product-elements-rows > .elementor-container {
    width: calc(100% - 96px);
}
.wpcf7-form label {
    width: 100%;
    display: block;
}
.wpcf7-not-valid-tip {
    margin-top: 5px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border: none !important;
    padding: 0px !important;
    margin: 0px !important;
	color: #f00;
}
.wpcf7-form .ajax-loader {
    position: absolute;
	left:0px;
}
.wpcf7-form .wpcf7-submit {
    width: 100%;
}
.hidden-form-fields {
	display: none;
}
.shopcart-price-section {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.price-section {
    margin-bottom: 25px;
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.price-content-block {
    display: flex;
}
.shopcart-total-section {
    display: flex;
    width: 100%;
    justify-content: space-between;
	flex-wrap: wrap;
}
.people-count-block {
    padding-left: 5px;
}
.people-count-block {
	padding-left: 0px;
	font-size: 13px;
	font-weight: 400;
	display: block;
	width: 100%;
	text-align: left;
	color: #1d1d1d;
}

.right-side-grey-element > .elementor-widget-wrap {
    z-index: 2;
}
.checkout-section {
    overflow: hidden !important;
}
.shopcart-total-per-column {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-top: 5px;
    font-size: 14px;
    font-weight: 400;
}
.total-per-column {
    font-size: 12px;
	font-weight: 300;
}
table, .wp-block-table {
	word-wrap: break-word;
	word-break: break-word;
}
.price-employee-text,
.price-sites-text {
    padding-left: 5px;
}
.price-note-text {
	max-width: 600px;
	margin: 0px auto;
}
.price-note-text p {
    margin-bottom: 0px;
}
.wpcf7-acceptance .wpcf7-list-item {
    margin-left: 0px;
}
.wpcf7-acceptance .wpcf7-list-item label {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label {
    padding-left: 10px;
	line-height: 1.4;
}
.wpcf7-acceptance input[type="checkbox"] {
    border: 2px solid #000000;
	margin-bottom: 0px !important;
}
.wpcf7-acceptance input[type="checkbox"]::after {
    left: 7px;
    border: 2px solid #000000;
	border-top: 0;
    border-left: 0;
}
body.elementor_library-template-default header.entry-header {
    display: none;
}
body.elementor_library-template-default .entry-content {
    margin: 0px;
}
.entry-content > :not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce) {
    max-width: 100% !important;
}
.wpcf7-form .wpcf7-submit[disabled] {
    opacity: 0.6;
}
.grecaptcha-badge {
    display: none !important;
}

/****environment****/
.environment-questions.sase-environment-questions p {
    display: inline-flex;
    align-items: center;
    width: 100%;
    justify-content: flex-start;
}
.fields_container.environment {
    display: inline-flex;
    align-items: center;
    flex-flow: row nowrap;
    max-width: 200px;
    justify-content: space-between;
}

.environment-questions label {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.environment-questions input {
    margin-bottom: 0px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding: 0px 10px 0px 10px !important;
}
.environment-questions .fields_container {
	position: relative;
}

span.buttons.environment {
    height: 50px;
    display: inline-flex;
    flow-flex: column;
    flex-flow: column wrap;
    justify-content: space-between;
	margin-left: 5px;
}

.environment-questions .qty-buttons {
    height: 24px;
	width: 30px;
    right: 0;
    z-index: 9;
    padding: 0px 10px !important;
    line-height: 1 !important;
	border-width: 0px;
	background-color: #626262;
	color:#fff;
}
.environment-questions .qty-buttons i {
    font-size: 12px;
    color: #fff;
    font-weight: 500;
    line-height: 12px;
    margin: -1px 0px 0px;
    position: relative;
}
.environment-questions .qty-buttons:hover {
	background-color: #000;
	color:#fff;
}
.environment-questions .qty-buttons.minus-cell,
.environment-questions .qty-buttons.minus-sites-cell {
    bottom: 0;
}
.environment-questions .qty-buttons.plus-cell,
.environment-questions .qty-buttons.plus-sites-cell {
    top: 0;
}
.environment-questions .qty-buttons i {
	font-size: 12px;
	color: #fff;
	font-weight: 500;

}
.environment-questions.sase-environment-questions .qty-buttons {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.environment-questions .fields_container {
    margin-right: 10px;
    margin-left: 10px;
}
.site-size-count-box .fields_container {
	margin-left: 0px;
}
#wpcf7-f6808-p5276-o1 .wpcf7-response-output {
    display: none;
}
.environment-questions input::-webkit-outer-spin-button,
.environment-questions input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
ul.ekit_socialshare {
    margin-bottom: 0px;
}
/* Firefox */
.environment-questions input[type=number] {
  -moz-appearance: textfield;
}
.number-sites-calculate {
    font-size: 13px;
    font-weight: bold;
    color: green;
    margin-bottom: 15px;
}
.number-sites-error {
    font-size: 12px;
    color: #f00;
    margin-bottom: 15px;
    font-weight: bold;
	display: flex;
	width: 100%;
}
.price-block {
	text-align: right;
}
#go-to-summary-section.no-processing {
    pointer-events: none;
    opacity: 0.2;
}
.final_count_box {
	text-align: right;
}
.size-of-oursites {
    margin-top: 20px;
    margin-bottom: 15px;
	width: 100%;
	display: flex;
}
.social-icons-block a i {
	width: auto !important;
}
#top-tel-button i {
    font-size: 16px;
}
.environment-questions {
	display: flex;
	width: 100%;
	margin-bottom: 10px;
	align-items: center;
	flex-wrap: wrap;
}
.site-size-count-box {
	display: flex;
	width: 100%;
	margin-bottom: 10px;
	align-items: center;
}
.summary-solutions-options h3 {
	font-size: 20px;
	margin-bottom: 6px;
	margin-top: 0px;
	font-family: "HKGrotesk-Regular", Sans-serif;
}
.summary-solutions-options p,
.environment-solutions-options {
	font-size: 20px;
	font-family: "HKGrotesk-Regular", Sans-serif;
	line-height: 1.6 !important;
}
.summary-solutions-options .solutions-desc {
	font-weight: 400 !important;
	font-family: "HKGrotesk-Regular", Sans-serif;
	font-size: 16px;
	display: block;
    margin-top: 5px;
}
.environment-employee-count .employee-count-text {
	padding-left: 5px;
}
.environment-employee-sites-count {
	padding-left: 15px;
}
.Qanswer-summary ol {
	padding: 0px 18px 0px;
	list-style-position: outside;
}
.notselected {
	color: #ff0000;
	font-size: 14px;
	padding-top: 3px;
}
.custom-button a {
	display: flex !important;
	align-items: center;
}
.custom-button .icon {
	background-color: #fff;
	border-radius: 50%;
	height: 30px;
	width: 30px;
	color: #60c687;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
}
.multistep-box-steps {
	cursor: pointer;
}
.security-posture-lists {
    font-size: 20px;
	font-family: "HKGrotesk-Regular", Sans-serif;
}
/*.solution-box-title .elementor-heading-title {
	min-height: 110px;
}*/
.solution-box-desc .elementor-widget-container {
	min-height: 92px;
}
.glowing-buttons.glowing a {
	border-color: #000000 !important;
}
.login h1 a {
	background-image: none !important;
}
.nexon-icon-button a svg {
	width: 34px;
	height: 34px;
	transition: all .3s;
}
.nexon-icon-button a:hover svg {
	fill: transparent !important;
}
.nexon-icon-button .elementor-button-content-wrapper {
	align-items: center;
}
.nexon-icon-contact-button a svg {
	width: 33.61px;
	height: auto;
	transition: all .3s;
}
.previous-step-button a svg circle {
	fill: #00c982 !important;
}
.previous-step-button a svg rect {
	fill: white;
}
.previous-step-button a svg path {
	stroke: white;
}
.previous-step-button a:hover svg circle {
	fill: #fff !important;
}
.previous-step-button a:hover svg rect {
	fill: #00c982 !important;
}
.previous-step-button a:hover svg path {
	stroke: #00c982 !important;
}

.nexon-icon-contact-button a:hover svg circle,
.nexon-icon-button a:hover svg circle {
	fill: #00CA81;
}
.nexon-icon-contact-button a:hover svg rect,
.nexon-icon-button a:hover svg rect {
	fill: white;
}
.nexon-icon-contact-button a:hover svg path,
.nexon-icon-button a:hover svg path {
	stroke: white;
}
.elementor-container {
	padding-right: 20px;
	padding-left: 20px;
}

section.elementor-inner-section .elementor-container {
	padding-right: 0px !important;
	padding-left: 0px !important;
}
.top-section {
	z-index:0;
}
.top-section::before {
	background-image: url(/wp-content/uploads/2022/03/double-element-2pt-7.png);
	position: absolute;
	content: "";
	background-repeat: no-repeat;
	z-index: 111;
	left: 84.5vw;
	height: 100%;
	width: 100%;
	bottom: -33.75vw;
}
.top-section:after {
	background-image: url(/wp-content/uploads/2022/03/white-grid-3-2.png);
	position: absolute;
	content: "";
	background-repeat: no-repeat;
	z-index: -1;
	right: 0;
	bottom: 44%;
	height: 1300px;
	width: 50%;
	top: 0%;
}
.nexon-footer .elementor-icon-list-item svg {
	width: 42px !important;
}
.nexon-icon-contact-button span.elementor-button-text {
	font-family: "HKGrotesk", Sans-serif !important;
}
.start-page-top-row-inner {
	position: absolute !important;
	bottom: 47px;
	z-index: 9999999999;
}
.security-posture-lists ul {
	margin-left: 0px !important;
	padding-left: 0px !important;
}
form.wpcf7-form label {
	flex-wrap: nowrap !important;
	align-items: flex-start !important;
}
form.wpcf7-form label span {
	font-size: 16px !important;
	padding-left: 10px !important;
}
.wpcf7-acceptance a {
	color: #000;
}
.wpcf7-acceptance a:hover {
	color: #00CA81;
}
.top-header-phone {
	height: 60px;
	line-height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.nexon-icon-contact-button {
	width: 199px !important;
	max-width: 199px !important;
	align-self: center;
}
.wpcf7-acceptance input[type="checkbox"]:checked::before {
    top: -1px;
    left: -1px;
}
.wpcf7-form .form-dropdown-row {
	display: flex;
	flex-wrap: nowrap;
	align-items: baseline;
}
.wpcf7-form .form-dropdown-row label {
	width: 30%;
	margin: 0px !important;
	font-size: 11.5px !important;
	font-weight: bold !important;
	display: flex;
	color: #1d1d1d;
}
.wpcf7-form .form-dropdown-row .compulsory-col {
	font-size: 12px !important;
	padding-left: 3px !important;
}
.wpcf7-form .form-dropdown-row .wpcf7-form-control-wrap {
	width: 70%;
}
.wpcf7-form .form-dropdown-row select {
    font-size: 17px !important;
    color: #54595F !important;
}

/****price summary section*****/
.security-posture-answer-block .summary-solutions-options h3 {
    font-family: 'Nexa-Bold';
    letter-spacing: 0px;
    background: #c2ffe2;
    padding: 8px 10px;
    font-size: 23px;
    margin-top: -5px;
}
.security-posture-answer-block .summary-solutions-options h3 span {
    font-size: 20px;
}
.employee-count, .employee-price, .ele-employee-count, .ele-employee-price {
    font-family: 'Nexa-Bold';
    background: #c2ffe2;
    color: black;
    line-height: 1;
    padding: 5px 8px 3px;
}
.security-posture-answer-block .summary-solutions-options p {
    padding: 3px 10px;
    margin-bottom: 35px;
}
.shopcart-total-content {
    font-family: 'Nexa-Bold';
    font-size: 24px;
}
.shopcart-total-price .price-currency-block {
    font-family: 'Nexa-Bold';
    font-size: 22px;
    background: #3DF0A6;
    line-height: 1;
    padding: 10px 10px 6px;
    opacity: 1;
    margin-right: -10px;
}

/*******newsletter subscription form**********/
#mktoForm_2315 {
    padding: 0px !important;
    display: inline-block !important;
}
#mktoForm_2315 input {
    font-size: 16px !important;
    padding: 15px 0px !important;
    line-height: 1 !important;
    color: #00c982 !important;
	border-bottom: 1.5px solid #00C982;
}
#mktoForm_2315 input:hover {
    background: black;
	border-bottom: 1.5px solid #b3b3b3;
}
#mktoForm_2315 .mktoButtonRow {
    width: 46% !important;
    position: absolute !important;
    left: 0px !important;
}
body #mktoForm_2315.mktoForm.mktoForm button {
    width: unset !important;
    background-color: transparent;
    border: none !important;
    padding: 0px 0px !important;
	position: absolute !important;
    right: -112% !important;
}
body #mktoForm_2315.mktoForm.mktoForm button svg circle {
    fill: transparent;
}

#mktoForm_2315 .mktoError .mktoErrorArrow {
	background: #00CA81 !important;
	box-shadow: none !important;
	border: 1.5px solid #00C982;
}

#mktoForm_2315 .mktoErrorMsg {
    background: #00CA81 !important;
    text-shadow: none !important;
    color: #000 !important;
    border: 1px solid #00CA81 !important;
    box-shadow: none !important;
}


@media screen and (max-width:767px) {
	.product-elements-rows > .elementor-container {
		width: calc(100% - 20px);
	}
	.product-elements-rows > .elementor-container {
		max-width: 375px;
		margin: 0 auto;
	}
	.slider_element_container {
		padding: 0px 20px;
	}
	.ui-slider-handle {
		-ms-touch-action: none;
		touch-action: none;
	}
	.multistep-box-steps .elementor-element {
		margin-bottom: 0px;
	}
	.elementor-container {
		padding-right: 15px;
		padding-left: 15px;
    }
	.top-section:after {
		width: 100%;
		height: 100%;
    }
	.top-section::before {
		display: none;
    }
	section.top-section {
		padding-top: 25px !important; 
    }
	.elementor-container {
		padding-right: 15px;
		padding-left: 15px;
	}
	.top-section-img img {
		max-width: 80% !important;
	}
	.product-boxes-block .elementor-container {
		padding-left: 0px;
		padding-right: 0px;
	}
	.price-summary-summary-block {
		z-index: 99;
	}
	.start-page-top-row-inner {
		position: unset !important;
	}
	.price-block {
		text-align: right;
		font-size: 14px;
		padding-top: 5px;
	}
	.products-section-bubbles-section > .elementor-container {
		padding-left: 0px;
		padding-right: 0px;
	}
	.summary-solutions-options p, .environment-solutions-options {
		font-size: 18px;
		line-height: 1.4 !important;
	}
	.summary-solutions-options .solutions-desc {
		font-size: 14px;
	}
	.wpcf7-form .form-dropdown-row {
		flex-wrap: wrap;
	}
	.wpcf7-form .form-dropdown-row label {
		width: 100%;
		margin-bottom:10px !important;
	}
	.wpcf7-form .form-dropdown-row .wpcf7-form-control-wrap {
		width: 100%;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.start-page-top-row-inner {
		position: unset !important;
	}
}
@media screen and (max-width:490px) {
	.wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label {
		width: calc(100% - 40px);
	}
}

@media screen and (min-width:768px) and (max-width:880px) {
	#price-contact-form .wpcf7-form input[type="submit"] {
		font-size: 13px;
	}
}

@media screen and (max-width:1024px) {
	.elementskit-menu-container {
		height: 100% !important;
	}
	.elementskit-menu-container > ul > .menu-item > a {
		border-color: rgba(0,0,0,0.1) !important;
		border-width: 0px 0px 1px 0px !important;
		border-style: solid !important;
		line-height: 1;
	}
	.elementskit-menu-container > ul ul,
	.elementskit-menu-container > ul li {
		border: none !important;
		outline: 0px !important;
	}
	.elementskit-menu-container > ul .menu-item.menu-item-has-children a {
		position: relative;
	}
	.elementskit-menu-container > ul .menu-item.menu-item-has-children a i {
		position: absolute;
		right: 0;
		top: 0;
		width: 60px;
		height: 100%;
		line-height: 1;
		text-align: center;
		border-width: 0px 0px 0px 0px !important;
		border-radius: 0px;
		border-color: rgba(0,0,0,0.1) !important;
		padding: 26px 0px;
		margin: 0px;
	}
	.elementskit-menu-container > ul > li.menu-item.menu-item-has-children > ul > li > a {
		padding: 20px 60px 20px 35px !important;
	}
	.elementskit-navbar-nav-default.elementskit-menu-offcanvas-elements {
    	background-color: #ffffff !important;
	}
	.elementskit-menu-close {
		font-size: 0px;
		background-color: transparent !important;
		width: auto !important;
		height: auto !important;
	}
	.elementskit-menu-close::before {
		content: "\e870";
		font-family: elementskit !important;
		font-size: 24px;
		border: 1px solid #fff;
		border-radius: 100%;
		padding: 5px;
		background-color: #fff;
		color: #0D274D;
		width: 36px;
		height: 36px;
		position: relative;
	}
	.ekit_menu_responsive_tablet {
		width: 100%;
		justify-content: center;
		text-align: center;
		display: flex;
	}
	.elementskit-menu-container > ul li a {
		text-align: left;
	}
	.elementskit-menu-hamburger.elementskit-menu-toggler {
		line-height: 1;
	}
	.elementskit-menu-container {
		max-width: 300px !important;
	}
	.nexon-footer .footer-copyright {
		order: 4;
	}
	.nexon-footer .footer-first-navigation {
		order: 1;
	}
	.nexon-footer .footer-second-navigation {
		order: 2;
	}
	.nexon-footer .footer-subscribe-navigation {
		order: 3;
	}
}
@media only screen and (min-width: 768px) and (max-width:1024px)  {
	.elementor-container {
		padding-right: 15px;
		padding-left: 15px;
	}
	section.top-section {
		padding-top: 25px !important; 
	}
	.top-section {
		min-height: 615px;
	}
	.top-section:after {
		width: 60%;
		height: 100%;
	}
	.top-section::before {
		left: 77.5vw;
		height: 57%;
		width: 58%;
		bottom: 8vw;
	}
	.top-section-img img {
		max-width: 75.5% !important;
		position: absolute;
		right: 7%;
		top: 0px;
		height: 590px;
	}
	.elementor-container {
		padding-right: 15px;
		padding-left: 15px;
	}
}
@media only screen and (min-width: 1025px) and (max-width:1370px)  {
	.elementor-container {
		padding-right: 25px;
		padding-left: 25px;
	}
	.top-section {
		min-height: 975px !important;
		padding-top: 45px !important;
	}
	.top-section .elementor-shape {
		width: 140% !important;
	}
	.top-section:after {
		width: 60%;
		height: 100%;
	}
	.top-section::before {
		left: 78.5vw;
		height: 57%;
		width: 58%;
		bottom: 8vw;
	}
	.top-section-img img {
		max-width: 75% !important;
		position: absolute;
		right: 11%;
		top: 0px;
		height: 750px;
	}
	.nav-menu-col {
		width: 48% !important;
	}
	.tel-col {
		width: 13% !important;
	}
	.contact-col {
		width: 15.5% !important;
	}
	.contact-col > .elementor-element-populated {
		justify-content: flex-start !important;
	}
	.last-col {
		width: 11.5%;
	}
	.price-summary-stickyimg.elementor-widget-image {
		width: 80%;
		max-width: 80%;
		top: 25%;
		left: -4vw !important;
	}
	.top-header-phone .elementor-icon-list-text {
		font-size: 14px !important;
	}
	.nexon-icon-contact-button span.elementor-button-text {
		font-size: 13.5px !important;
	}
	.top-section-heading .elementor-heading-title.elementor-size-default {
		font-size: 57px !important;
		line-height: 1.1 !important;
	}
	.start-page-top-row {
		padding-top: 0px !important;
	}
}
@media only screen and (min-width: 1371px) and (max-width:1575px)  {
	.elementor-container {
		padding-right: 25px;
		padding-left: 25px;
	}
	.top-section {
		min-height: 975px !important;
	}
	.top-section:after {
		width: 60%;
		height: 100%;
	}
	.top-section::before {
		left: 81vw;
		height: 57%;
		width: 20%;
		bottom: -5vw;
	}
	.top-section-img img {
		position: absolute;
		right: 13.5%;
		top: -10px;
		height: 872px;
	}

}
@media only screen and (min-width: 1576px) and (max-width:1750px)  {
	.top-section {
		min-height: 1050px !important;
	}
	.top-section:after {
		width: 54%;
		height: 100%;
	}
	.top-section::before {
		left: 83vw;
		height: 100%;
		width: 100%;
		bottom: -31.75vw;
	}
	.top-section-img img {
		max-width: 117% !important;
		position: absolute;
		right: 2.75%;
		top: -10px;
		height: 975px;
		width: 675px;
	}
}
@media only screen and (min-width: 1751px) and (max-width:1920px)  {
	.top-section {
		min-height: 1115px !important;
	}
	.top-section:after {
		width: 50%;
		height: 100%;
	}
	.top-section-img img {
		max-width: 80% !important;
		position: absolute;
		right: -7%;
		top: -10px;
		width: 767px;
	}
}
@media only screen and (min-width: 1371px) {
	.nexon-icon-contact-button a {
		padding: 7.5px 41px 7.5px 18px !important;
	}
	.nexon-icon-contact-button a .elementor-button-icon {
		margin-right: 18px !important;
	}
	.logo-img img {
		width: 165px !important;
	}
	section.top-header-section {
		padding-top: 21px !important;
		padding-bottom: 21px !important;
	}
}
@media only screen and (min-width: 1371px) and (max-width: 1575px) {
	.top-left-column .elementor-element-populated {
		padding-top: 0px !important;
	}
}
@media only screen and (min-width: 1921px) {
	.top-section::before {
		bottom: -27.5vw;
	}
}	