/* Open app Design */

.footer p {
    text-align: center;
}

.footer {
    /*font-size: 3vw;*/
    /*margin-top: -2px;*/
    /*left: 12vw;*/
    bottom: 0;
    padding-bottom: 20px;
    width: 100%;
    text-align: center;
    margin: auto;
    /*font-size: 12px;*/
    margin: auto;
    /*color: white;*/
    /*margin-top: -20px;*/
    position: fixed;
    top: expression(documentElement.scrollTop+(documentElement.clientHeight-this.clientHeight));
}

.footer p {
    text-align: center;
}

.footer span {
    margin: auto;
    display: inline-block;
}

.ball {

    animation: bounce 1s infinite alternate;
    -webkit-animation: bounce 1s infinite alternate;
}

@keyframes bounce {
    from {
        transform: translateY(0px);
    }
    to {
        transform: translateY(-15px);
    }
}

@-webkit-keyframes bounce {
    from {
        transform: translateY(0px);
    }
    to {
        transform: translateY(-15px);
    }
}

.footer a {
    width: max-content;
    margin: auto;
    color: white !important;
    font-weight: bold;
    font-size: 2.5vw;
    padding: 5px 6px 5px 6px;
    /*font-family: 'Proxima Nova';*/
    display: block;
    text-decoration: none;

    text-align: center;
    vertical-align: middle;
    /*line-height: 2;*/
    border-radius: 58px !important;
    background-image: linear-gradient(-90deg, #DF2A8B 0%, #FF0088 100%);
    box-shadow: 0 2px 2px 0 rgba(70, 70, 70, 0.50), inset 0 -1px 4px 0 rgba(113, 0, 63, 0.50), inset 0 3px 4px 0 rgba(255, 255, 255, 0.39);
    /*border-radius: 26px;*/
}

.footer img {
    width: 30px;
    vertical-align: middle;
}



/** Youtube Channel Section Styling **/
.skytchannel {
    width: 70%;
    background: #fff;
    border-radius: 50vw;
    position: relative;
    color: #222;
    height: 10vw;
    z-index: 0;
    margin: 25px auto;
}

.skytchannel .fimg1 {
    float: left;
    width: 14vw;
    height: 14vw;
    margin: -1vw 0px 0px -4vw;
}

.skytchannel h1 {
    width: 48%;
    font-size: 2.5vw;
    display: block;
    float: left;
    font-weight: bold;
    color: black;
    line-height: 10vw;
    margin: 0px 0px 0px 0vw;
}

.skytchannel .ytsection {
    float: right;
    width: 37%;
    height: 16vw;
    /* background: #b8242b; */
    border-radius: 15vw 50vw 50vw 15vw;
}

.skytchannel .ytsection img {
    height: 10vw;
    margin-top: 1px;
    float: left;
    width: 100%;
}
.feedback{
background: transparent;
    border: none;display: block;
     margin: auto;
        width: 70% !important;outline: none;
}


.feedback img{
     width: 100% !important;
     display: block !important;
     margin: auto !important;
}