/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 06 2025 | 10:32:27 */
span.wpcf7-spinner {
    display: none;
}

.callback .heading {
    background: #083f88;
    color: #fff;
    padding: 5px 0;
    font-weight: 600;
    font-size: 14px;
}
.callback {
    position: relative;
    background: #d1eae7;
    text-align: center;
    width: 100%;
    margin-top: 15px;
    margin: 0 auto;
}
.callback-form {
    padding: 7px 8px;
}
.callback-form input[type="number"],.callback-form input {
    height: 35px;
    width: 77%;
    padding-left: 10px;
    border: 0;
    outline: 0;
    float: left;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 0;
}
.callback-form input[type="submit"], .callback-form .btn {
    height: 35px;
    line-height: 35px;
    border-radius: 0;
    border: 0;
    padding: 0 13px;
    background-color: #c72727;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    width: 23%;
	margin:0;
}
.sohotline {
    width: 100%;
    text-align: center;
    position: relative;
    margin-top: 3px;
    margin-bottom: 3px;
    font-weight: 600;
}
.sohotline .title {
    overflow: hidden;
    text-align: center;
}
.sohotline .title:before, .sohotline .title:after {
    background-color: #333;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 50%;
}
.sohotline .title:before {
    right: .5em;
    margin-left: -50%;
}
.sohotline .title:after {
    left: .5em;
    margin-right: -50%;
}
a.btn_hotline {
    background: #c72727;
    color: #fff;
    padding: 2px;
    display: inline-block;
    position: relative;
    font-size: 18px;
    width: 100%;
    font-weight: 700;
}
.callback-form .wpcf7{
	height:50px;
}
a.btn_hotline:hover{
	color:#fff;
}

.absolute-footer.dark.medium-text-center.text-center {
    display: none;
}

/* Code animation */
.elementor img {
    vertical-align: middle;
    display: inline-block;
}
.elementor img {
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
}
.elementor .image1 {
    position: absolute;
    top: 0px;
    left: 0%;
    margin: -48px 0 0 -60px;
    margin: 0;
    max-width: 100%;
    -webkit-animation: spin 9s linear infinite;
    -moz-animation: spin 9s linear infinite;
    animation: spin 9s linear infinite;
	z-index:-2;
}
.elementor .image2{
	width: 200px;
	left:0px;
	position: relative;
	z-index:100;
}
.elementor .image3{
	width: 200px;
	right:-50px;
	top:310px;
	position: relative;
	z-index:100;
	
}
.elementor .image4{
		top:-100px;
	position: relative;
	z-index:50;
	
}

@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}

@media (max-width: 900px) {
    section.section2 .banner-layers {
        overflow: hidden;
    }
	.elementor .image2{
		width:100px;
		left:-30px;
	}
	.elementor .image3{
		width:100px;
        right: -70px;
        top: 200px;
	}
.elementor .image4{
			top:-50px;
	}
}

@media (max-width: 549px) {
    .shipping-box {
		display:flex !important;
    }
}