*{
	padding: 0;
	margin: 0;
	outline: 0;

}
ul,ol{
    list-style: none;
}
a{
    text-decoration: none;
}

/*navber part start*/
.navbar {
    position: fixed!important;
    top: 0;
    left: 0;
    z-index: 1024;
    width: 100%;
    /*padding: 2rem 0;*/
    -webkit-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
    background-color: #fff;
    

}



.navbar .nav-item .nav-link{
    font-family: 'Baloo Da 2';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 1.2rem;
    display: inline-block;

}
.navbar .nav-item{
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}
.dropdown-menu .dropdown-item{
    text-align: center;
}
.navbar .nav-item .nav-link:hover{
    
   color: #2597ff;
}
.dropdown-menu .dropdown-item:hover{
    color: #2597ff;
    
}
.dropdown-menu .dropdown-item{
    border-bottom: 2px +solid #616161;
    margin: 10px 0;
    margin-bottom: 20px;

}
.navbar .nav-item .bg{
    background: #0067C6;
    border-radius: 5px;
    color: white;
}
.dropdown-item:after{
    position: absolute;
    height: 0px;
    width: 140px;
    content: '';
    top: 112px;
    left: 11px;
    border: 1px solid #BEBEBE;
} 
.dropdown-item:before{
    position: absolute;
    height: 0px;
    width: 140px;
    content: '';
    top: 59px;
    left: 11px;
    border: 1px solid #BEBEBE;
}   
.dropdown-menu{
        position: relative;
    }

/*navber part end*/



/*form top part start*/
.form_main {
    padding: 90px 10% !important;
    border: none;
    background: #FFFFFF;
   box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.03);
   border-radius: 25px;
}
.form_top h4{
font-family: 'Baloo Da 2';
font-style: normal;
font-weight: 600;
font-size: 40px;
line-height: 195.52%;
color: #088ECC;
}
.form_main form input {
    padding: 5px 59% 10px 10px;
    /* width: 100%; */
    background: #DDDDDD;
    border: 1px solid #DDDDDD;
    border-radius: 8px;

}
.form_main form label{
font-family: 'Baloo Da 2';
font-style: normal;
font-weight: 600;
font-size: 18px;
line-height: 195.52%;
color: #696969;
text-align: left;
}
.form_input_list {
    padding: 0px 30%;
}
  .form_input_list form button{
	padding:6px 62px;
	background: linear-gradient(180deg, #2DA6DE 0%, #00AEFF 0.01%, #0087C6 100%);
   border-radius: 10px;
   border: none;
   font-family: 'Baloo Da 2';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
 line-height: 195.52%;
 color: #FFFFFF;
 margin-top: 30px;

}
/*form top part end*/


/*############ footer part start #############*/
/*############# footer part start ##############*/
 .copyright{
color: #7D9FC1;
font-family: Poppins;
font-size: 16px;
font-style: normal;
padding: 22px 0px;
 }


.tems_con li a{
font-family: 'Poppins';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 24px;
color: #5184B8;
 }
 .tems_con{
    display: inline-flex; 
    margin-left: 100px;
    padding: 22px 0px; 

}
.tems_con li {
    padding-right: 20px;
}
.copyright {
    color: #7D9FC1;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    padding: 23px 15px;
}


 footer{
    background: #FFF;
 }
/*############ footer part end #############*/