
.wp, .wp2,.tel{
    position: fixed;
    animation: 2s linear infinite wiggle;
    transform-origin: 50% 5em;
}
.mauto {
    margin: auto!important;
}
.wp {
    right: 10px;
    bottom: 75px;
    z-index: 999999;
}
@keyframes wiggle {
    0%, 100%, 40%, 7% {
    transform: rotateZ(0);
}
15% {
    transform: rotateZ(-15deg);
}
20% {
    transform: rotateZ(10deg);
}
25% {
    transform: rotateZ(-10deg);
}
30% {
    transform: rotateZ(6deg);
}
35% {
    transform: rotateZ(-4deg);
}
}.wp img {
    width: 50px;
}
.btn-5 {
    opacity: 1!important;
}
#price1 {
    font-size: 25px;
    display: block;
    margin-top: -15px;
}
.pricing .item .cont sup {
    font-size: 20px!important;
    margin-left: -40px!important;
    top: 10px!important;
    left: 80px!important;
}
.pricing .item .cont img {
    height: 50px!important;
}
.pricing .item .cont .price-price {
    min-height: 195px;
}
.wp2 {
    right: 63px;
    bottom: 175px;
    z-index: 9999999;
}
.wp2 img {
    width: 30px;
}

.mobiltel{display: none;}

.tel{
        position: fixed;
    right: 20px;
    z-index: 9999999999999;
    bottom: 150px;
}

.tel img{width: 35px;}

.formarea{
        width: 100%;
    margin: auto;
    text-align: center;
}

.input-box input[type="text"]{
        width: 50%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #bebbbb;
}

.input-box{margin-bottom: 15px;}


.input-box textarea{
        width: 50%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #bebbbb;
}

.input-box input[type="submit"]{
        width: 10%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #bebbbb;
        background-color: #5562e2;
        color: #fff;
}






















@media screen and (min-width:360px) and (max-width:1024px) {
    .gallery-masonry-wrapper {
    width: 48%!important;
    float: left!important;
}
.gallery-masonry-wrapper:nth-child(2n) {
    float: right!important;
}
.button.owl-next, .button.owl-prev, .owl-next, .owl-prev {
    display: block!important;
    opacity: 1;
}
.owl-nav {
    display: block!important;
}
.classes .owl-theme .owl-nav [class*=owl-] {
    opacity: 1;
    width: 25px;
    height: 25px;
    margin-right: 0;
    margin-left: 0;
}
.classes .owl-theme .owl-nav {
    top: -10%!important;
}
.slider1 .owl-nav {
    display: none!important;
}
.pricing .item .cont sup {
    position: absolute!important;
    font-size: 20px!important;
    margin-left: -40px!important;
    top: 10px!important;
    left: 80px!important;
}
.pricing .item .cont img {
    height: 60px!important;
    width: 60px;
}
.wp {
    right: 5px;
}

.tel{display: block;
    position: fixed;
    right: 15px;
    bottom: 145px;
    border-radius: 50%;
    padding: 0px;
    z-index:999999999;
}

.wp2 {
display: none;
}
.wp2 img {
    width: 85px;
}
.section__title-wrapper {
    padding-top: 25px;
}

.tel img{width:35px;}

.input-box input[type="submit"]{
    width: 100%;
}

.input-box input[type="text"]{
    width: 85%;
}

.input-box textarea{width: 85%;}

}