.banner-img {
    position: relative;
}

.img-light {
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
    z-index: 99;
    transition: all 0.5s ease 0s;
}

.quadrat {
  position: absolute;
    top: 44.9%;
    left: 19.9%;
    width: 21px;
    height: 21px;
    cursor: pointer;
    z-index: 122;
 /*-webkit-animation: NAME-YOUR-ANIMATION 1s infinite;*/ /* Safari 4+ */
 /* -moz-animation:    NAME-YOUR-ANIMATION 1s infinite;*/ /* Fx 5+ */
  /*-o-animation:      NAME-YOUR-ANIMATION 1s infinite; *//* Opera 12+ */
  /*animation:         NAME-YOUR-ANIMATION 1s infinite;*/  /*IE 10+, Fx 29+ */
}

/*@-webkit-keyframes NAME-YOUR-ANIMATION {
0%, 49% {
    border: 2px solid #2277dc;
    border-radius: 100%;
    box-shadow: 0 0px 15px rgba(34,119,220,0.3);
  transition: opacity 0.3s ease-in-out;
}
50%, 100% {
    border: 2px solid rgb(231,31,35);
    border-radius: 100%;
    box-shadow: 0 0px 15px rgba(231,31,35,0.3);
  transition: opacity 0.3s ease-in-out;
}
}*/

/*.banner-img a {
    position: absolute;
    top: 44.9%;
    left: 19.9%;
    width: 21px;
    height: 21px;
    cursor: pointer;
    border: 1px solid #f2f2f2;*/
    /* background: #0e6bff; */
    /*z-index: 122;
    border-radius: 50%;
}*/

/*.banner-img a::before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);*/
    /* IE 9 */
    /*-webkit-transform: translateX(-50%) translateY(-50%);*/
    /* Chrome, Safari, Opera */
    /*transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;*/
    /*background: rgba(255, 255, 255, 0.7);*/
    /*border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
    z-index: -1;*/
    /*background-color: #0e6bff;*/
    /*border-color: #0e6bff;
    background: transparent;
    width: 18px;
    height: 18px;
}*/

.ds-block {
    display: block;
}

.aizo-video {
    position: relative;
    margin: 60px 0px;
}

.playpause {
    background-image: url(../images/play-btn.png);
    background-repeat: no-repeat;
    width: 83px;
    height: 83px;
    position: absolute;
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 0%;
    margin: auto;
    background-size: contain;
    background-position: center;
    cursor: pointer;
}

.video {
    width: 100%;
}

.aizo-video img {
    position: absolute;
    top: 0px;
    left: 0px;
    /*height: 760px;*/
    height: auto;
}

.video-play-btn {
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 16px;
    background-color: #fff;
    border-radius: 50%;
    color: #313131;
    z-index: 1;
    position: absolute;
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 0%;
    margin: auto;
}

.video-play-btn:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
    /* IE 9 */
    -webkit-transform: translateX(-50%) translateY(-50%);
    /* Chrome, Safari, Opera */
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
    z-index: -1;
}

.video-play-btn:hover {
    color: #000;
    cursor: pointer;
}

.video-play-btn {
    background-color: #fff;
    color: #313131;
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 30px;
    padding-left: 10px;
    padding-top: 2px;
}

.video-play-btn:before {
    background-color: #fff;
    width: 130px;
    height: 130px;
}

@-webkit-keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
        opacity: 0;
    }
}

@-moz-keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
        opacity: 0;
    }
}

@-o-keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
        opacity: 0;
    }
}

@keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
        opacity: 0;
    }
}

.simply-touch-pro {
    background-image: url(../images/banner1.jpg);
    color: #fff;
    padding: 60px 0px;
    position: relative;
    overflow: hidden;
    height: 530px;
}

.simply-touch {
    background: #000;
    color: #fff;
    padding: 100px 0px;
    position: relative;
    overflow: hidden;
}

.simply-touch-animation {
    position: relative;
    opacity: 1;
    transition: all 0.9s ease-out;
}

.footer-inner a {
    color: #fff;
}

.footer-inner a:hover {
    color: #ddd;
}

.newsletter input,
.newsletter textarea {
    margin-bottom: 30px;
    resize: none;
}

.newsletter input:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid #000;
    color: #000;
}

.newsletter textarea:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid #000;
    color: #000;
}

.newsletter button {
    background: none;
    border: none;
    cursor: pointer;
}

.newsletter button:hover {
    color: #fff;
}

.name {
    margin-top: 20px;
}
.contact-logo button{font-size:14px; display: block;
    width: 100%;
    background: #333;
    border: none;
    padding: 6px 12px; color:#fff;
    border-radius: 30px; cursor:pointer; transition:all ease-in 0.3s;}
.contact-logo button:hover{  background: #fff; color:#000;}    

@media only screen and (max-width: 768px) {
    .aizo-video img {
        height: auto;
    }

    .about-left {
        margin-top: 10px;
    }

    .quadrat {
  position: absolute;
        top: 44.5%;
    left: 20.3%;
    width: 17px;
    height: 17px;
    cursor: pointer;
    z-index: 122;}

   /* .banner-img a {
        width: 14px;
        height: 14px;
        top: 40.3%;
        left: 16.4%;
    }

    .banner-img a::before {
        width: 14px;
        height: 14px;
    }*/
}

@media only screen and (max-width: 767px) {
    .aboutus {
        margin-top: -80px;
    }

    .features-left img {
        margin: 0px;
        margin-top: 40px !important;
    }

    .features-shape {
        display: none;
    }

    .banner-img {
        margin-top: 260px;
    }

    .newsletter {
        width: 100%;
    }

     .quadrat {
  position: absolute;
    top: 44.5%;
    left: 20.5%;
    width: 16px;
    height: 16px;
    cursor: pointer;
    z-index: 122;}

    /*.banner-img a {
        width: 14px;
        height: 14px;
        top: 40.6%;
        left: 16.7%;
    }*/
}

@media only screen and (max-width: 480px) {
    .container .row .img-pro-res{
        width: 100%;
        height: auto !important;
        -webkit-height: auto !important;
        -moz-height: auto !important;
        -ms-height: auto !important;
    }
    #contact {
        /* padding-top: 400px; */
    }

    .banner-img {
        margin-top: 50px;
    }
    .quadrat {
  position: absolute;
    top: 40.9%;
        left: 16.9%;
    width: 10px;
    height: 10px;
    cursor: pointer;
    z-index: 122;}


    /*.banner-img a {
        width: 10px;
        height: 10px;
        top: 40.9%;
        left: 16.9%;
    }*/
}