.container{max-width: 1280px;
    margin: 0 auto;
font-size: 16px}
.submenu nav {
    margin-left: auto;

    
}
.submenu nav ul{
	list-style: none;
	margin: 0;
	padding: 25px 0;
	display: flex;
	justify-content: center;
}
.submenu nav li {
  padding:2px 15px;  
  border-bottom:1px solid #000;
}
.submenu nav li a {
    display: flex;
    align-items: center;
    font-family: "Montserrat", Sans-serif;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none
}
.submenu nav li a:hover {
color: #FF900A;
}
input[type="button"]{display: inline-block;
    line-height: 1;
    background-color: #69727d;
    font-size: 15px;
    padding: 12px 24px;
    border-radius: 3px;
    border: 0;
    color: #fff;
    fill: #fff;
    text-align: center;
    transition: all .3s;
    cursor: pointer;
}
.upld_doc{padding: 100px;text-align: center;}
.form_sec{padding: 100px;}
.agree_sec{padding: 50px;}
.div_acceptview{padding: 50px;}
fieldset{
	border:0;
}
.sub_title{
    margin-bottom: 20px
}
.sub_title h3{ 
color: #0057AC;
font-size: 30px;
 }
 .entry-content p, .entry-content {
    word-wrap: break-word;
    font-size: 16px;
}
.dropdown button {
  background-color: transparent !important;
  color: #00963F !important;
  padding: 15px;
    font-size: 15px;
    font-weight: 500;
  border: none;
  line-height: 1;
}

.dropdown button:hover {
  color: #FF900A
  }

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 160px;
  /*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
  box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.1);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  border-bottom-style: solid;
    border-bottom-color: #c4c4c4;
    border-bottom-width: 1px;
}

/* Change color of dropdown links on hover */


/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {background-color: #3e8e41;}