 @import url('https://fonts.googleapis.com/css?family=Roboto');

 .navigation {
     height: 75px;
    background: linear-gradient(45deg, #162c56, #182741);
}
 .brand {
     position: absolute;
     padding-left: 20px;
     float: left;
     line-height: 55px;
     text-transform: uppercase;
     font-size: 1.4em;
}
 .brand a, .brand a:visited {
     color: #ffffff;
     text-decoration: none;
}
 .nav-container {
     max-width: 1230px;
     margin: 0 auto;
}
 nav {
     float: right;
}
 nav ul {
     list-style: none;
     margin: 0;
     padding: 8px;
}
 nav ul li {
     float: left;
     position: relative;
}
 nav ul li a,nav ul li a:visited {
     display: block;
     padding: 0 20px;
     line-height: 55px;
     background: #262626 ;
     text-decoration: none;
}
 nav ul li a{
     background: transparent;
     color: #FFF;
}
 nav ul li a:hover, nav ul li a:visited:hover {
     background: #2581DC;
     color: #ffffff;
}
 .navbar-dropdown li a{
     background: #2581DC;
}

 nav ul li ul li {
     min-width: 190px;
}
 nav ul li ul li a {
     padding: 15px;
     line-height: 20px;
}
 .navbar-dropdown {
     position: absolute;
     display: none;
     z-index: 1;
     color: #162c56;
     /*background: #fff;*/
     /*box-shadow: 0 0 35px 0 rgba(0,0,0,0.25);*/
}
/* Mobile navigation */
 .nav-mobile {
     display: none;
     position: absolute;
     top: 0;
     right: 0;
     background: transparent;
     height: 55px;
     width: 70px;
}
 @media only screen and (max-width: 800px) {
     .nav-mobile {
         display: block;
    }
     nav {
         width: 100%;
         padding: 55px 0 15px;
    }
     nav ul {
         display: none;
    }
     nav ul li {
         float: none;
    }
     nav ul li a {
         padding: 15px;
         line-height: 20px;
         background: #262626;
    }
     nav ul li ul li a {
         padding-left: 30px;
    }
     .navbar-dropdown {
         position: static;
}
}
 @media screen and (min-width:800px) {
     .nav-list {
         display: block !important;
    }
    
}
 #navbar-toggle {
     position: absolute;
     left: 18px;
     top: 15px;
     cursor: pointer;
     padding: 10px 35px 16px 0px;
}
 #navbar-toggle span, #navbar-toggle span:before, #navbar-toggle span:after {
     cursor: pointer;
     border-radius: 1px;
     height: 3px;
     width: 30px;
     background: #ffffff;
     position: absolute;
     display: block;
     content: '';
     transition: all 300ms ease-in-out;
}
 #navbar-toggle span:before {
     top: -10px;
}
 #navbar-toggle span:after {
     bottom: -10px;
}
 #navbar-toggle.active span {
     background-color: transparent;
}
 #navbar-toggle.active span:before, #navbar-toggle.active span:after {
     top: 0;
}
 #navbar-toggle.active span:before {
     transform: rotate(45deg);
}
 #navbar-toggle.active span:after {
     transform: rotate(-45deg);
}

 
 .faq-section {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}

.faq-item {
    margin-bottom: 20px;
    border: 1px solid #ddd;
    padding: 10px;
    cursor: pointer; /* Add cursor pointer to indicate clickable */
}

/* Styles for questions */
.question {
    font-weight: bold;
}

/* Styles for answers */
.answer {
    display: none; /* Initially hide the answers */
    margin-top: 10px;
}

/* Styles for open answers */
.open {
    display: block;
}

.contents{
		        height:100vh;
     overflow-y:scroll;
		    }
		    
  /* Style for the text input boxes and textarea */
  input[type="text"],
  input[type="tel"],
  input[type="email"],
  textarea {
    border: none; /* Remove the default border */
    border-bottom: 2px solid #333; /* Add a custom bottom border */
    /*background-color: #f0f0f0; */
    padding: 5px; /* Add padding for spacing */
    width: 100%; /* Make the input boxes expand to the full width */
  }
.forms{
        border: 2px solid;
    padding: 32px;
}
p{
    text-align:justify;
}
.contentsimage{
   text-align:center;
   
}
.contentsimg{
    width:750px;
}
    
 @media only screen and (max-width:800px) {
     .contentsimg{
        width:100% !important;
    }
 }
