body, 
form, 
fieldset, 
ol, 
ul, 
li, 
h1, 
h2, 
h3, 
h4, 
h5, 
h6, 
p {
    margin:0;
    padding:0;
}
img {
    border:0; 
    vertical-align:bottom;
}
body{
    font-family: proxima-nova, Helvetica, sans-serif;
}
p{
    font-size: 15px;
}


/* topnav start */
.topnav{
    background-color: #000000;
    height: 50px;
    padding: 15px;
    margin-bottom: 20px;
}
.top_left{
    float: left;
}
.top_right{
    float: right;
}
.top_left i{
    background-color: aliceblue;
    color: #000000;
    width: 25px;
    height: 25px;
    padding: 2px;
    padding-top: 5px;
    margin-right: 10px;
    border-radius: 50%;
    text-align: center;
}
.top_right i{
    color: aliceblue;
}
nav img{
    width: 40%;
}
nav ul li a{
    color: #242323 !important;
    font-size: 12px;
    font-weight: 600;
}nav ul li a:hover{
    color: #b1afaf !important;
}
.navbar-toggler-icon{
    color: #000000;
}.navbar-brand{
    margin: 0px;
}

/* start the main section */
.help_section{
    margin-top: 60px;

    margin-bottom: 50px;
}
.help_section img{
    width: 100%;
}
.help_section button{
    margin-bottom: 20px;
    margin-left: 30px;
}
main{
    margin-top: 40px;
}
.all_button{
    color: #000000;
    font-size: 9px;
}
.all_button a{
    color: #000000;
}
.get_help{
    font-size: 15px;
}
.all_button a:hover{
    text-decoration: none;
    color: #FFFFFF !important;
}
.all_button:hover{
    background-color: #000000;
    color: #FFFFFF !important;
    box-shadow: none;
}

/* start the about section */
.about_section img{
    width: 100%;
}
.about_section{
    margin-top: 100px;

    margin-bottom: 50px;
}
.about_section h2,p{
    padding-bottom: 30px;
}
.about_section button{
    font-size: 17px;
    margin-bottom: 40px;
}
.about_section img{
    padding-bottom: 30px;
}

/* Form section style start here */


.form{
    margin-top: 100px;

    margin-bottom: 50px;
}
.form h1{
    text-align: center;
    font-weight: 400;
}
.form_p{
    text-align: center;
}
.form_p{
    margin-bottom: 80px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 18px;
}
.form_size{
    width: 85%;
    margin: 0 auto;
}
.user_name{
    margin-bottom: -20px;
}
.p_font{
    font-size: 10px;
}
.submit{
    text-align: center;
}
.submit button{
    cursor: pointer;
}
.submit button:hover{
    background-color: #000000;
    color: #FFFFFF;
}




/* Start the footer section style */
.foot{
    background-color: #f5f5f5;

}
.foot_head{
    text-align: center;
    margin-top: 100px;
    margin-bottom: 100px;
    
}
.address p{
    line-height: 5px;

}
/*
#pinterest_:hover ~ #facebook_ i{
    background-color: gray;
}
#pinterest_:hover + #instagram_ i{
    background-color: gray;
}
#instagram_:hover + #facebook_ i{
    background-color: gray;
}
#instagram_:hover  #pinterest_ i{
    background-color: gray;
}
*/

#pinterest_ i:hover{
    background-color: gray;
}
#instagram_ i:hover{
    background-color: gray;
}
#facebook_ i:hover{
    background-color: gray;
}

.video_frame{
    text-align: center;
}