* {
    margin: 0px;
    padding: 0px;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

a,
input,
select,
textarea {
    outline: none;
    margin: 0;
    padding: 0;
}

a:hover,
focus {
    text-decoration: none;
    outline: none;
    border: none;
}

img,
fieldset {
    border: 0;
}

a {
    outline: none;
    border: none;
}

img {
    max-width: 100%;
    height: auto;
    width: auto\9;
    vertical-align: middle;
    border: none;
    outline: none;
}

article,
aside,
details,
figcaption,
figure,
header,
hgroup,
menu,
nav,
section {
    display: block;
    margin: 0;
    padding: 0;
}

div,
h1,
h2,
h3,
h4,
span,
p,
input,
form,
img,
hr,
img,
a {
    margin: 0;
    padding: 0;
    border: none;
}

.mt-30,
.mb-30 {
    margin: 30px 0;
}

.clear {
    clear: both;
}

.share-boxes p {
    margin: 15px 0 0;
    font-size: 15px;
    font-weight: bold;
}

.share-boxes {
    background: #f9f9f9;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 0 17px #ccc;
    padding: 20px 0;
    position: relative;
}

.share-boxes img.dotted-line {
    position: absolute;
    left: -167px;
    top: 5px;
    transform: rotate(-3deg);
}

.share-boxes img.dotted-line2 {
    position: absolute;
    right: -173px;
    top: 5px;
    transform: rotate(-4deg);
}

.video-responsive{
    height: 500px!important;    
    margin: 70px 0px!important;
}
.termsandcondition{
    background: #f9f9f9; 
    border-radius: 10px;
    box-shadow: 0 0 17px #ccc;
    padding: 25px 50px;
    margin: 50px 0px;
}
/* .videoframe{
    height: 500px;
} */
@media only screen and (max-width: 1100px) {

    .share-boxes img.dotted-line,
    .share-boxes img.dotted-line2 {
        display: none;
    }

}

@media only screen and (max-width: 767px) {
    .share-boxes {
        margin: 0 0 52px;
    }

    .row.refer-form-sec {
        height: auto;
        overflow: hidden;
        margin-top: 55px;
        display: block;
    }

    .row.refer-form-sec .col:first-child {
        padding-right: 15px;
        margin: 0 0 30px;
    }

    .row.refer-form-sec .col:last-child {
        padding-left: 15px;
    }
    .video-responsive{
        height: 200px!important;
        width: 100%;
        margin: 20px 0px;
    }
    .termsandcondition{
        padding: 10px 30px;
    }
}

@media only screen and (max-width: 380px) {
    .refer-form ul li a {
        padding: 9px;
        font-size: 14px;
    }

    .refer-form-content h2 {
        font-size: 22px;
    }
    .video-responsive{
        height: 200px!important;
        width: 100%;
        margin: 20px 0px;
    }    
}