body {
  font-family: 'Open Sans', sans-serif;
  background-color: #f7f9fc;
  color: #333;
  margin: 0;
  padding: 0;
}

.check-form {
  background: #ffffff;
  padding: 30px;
  max-width: 800px;
  margin: 40px auto;
  border-radius: 10px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
}

.check-form h1 {
  font-size: 32px;
  color: #002341;
  margin-bottom: 10px;
  text-align: center;
}

.check-form p {
  font-size: 16px;
  margin-bottom: 20px;
  text-align: center;
}

.check-form label {
  font-weight: bold;
  display: block;
  margin-bottom: 6px;
  margin-top: 15px;
}

.check-form input[type="text"],
.check-form textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 15px;
  box-sizing: border-box;
}

.check-form button {
  margin-top: 20px;
  background-color: #52c5f5;
  color: white;
  border: none;
  padding: 12px 25px;
  font-size: 16px;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.check-form button:hover {
  background-color: #3ba9d8;
}

.results-box {
  margin-top: 40px;
  padding: 20px;
  background: #e9f5fb;
  border-radius: 8px;
  border: 1px solid #c3e1ef;
}

.results-box div {
  padding: 15px;
  background: #fff;
  border: 1px solid #ddd;
  margin-bottom: 20px;
  border-radius: 6px;
}

.results-box strong {
  color: #002341;
}

.results-box pre {
  background: #f4f4f4;
  padding: 10px;
  border-radius: 4px;
  overflow-x: auto;
  font-family: monospace;
  font-size: 14px;
}


.header-logo h1 {
    color: #1A237E;
    font-size: 30px;
    font-weight: 700;
}
.header-menu a {
    background: #3B6E1C;
    color: #fff !important;
    background-color: #1A237E;
    border-radius: 1.5rem;
    padding: 12px 28px;
    font-size: 16px;
    text-decoration: none;
}
section.header {
    padding: 20px 0px;
    border-bottom: 1px solid #ccc !important;
}

.header-menu{
display: flex;
    justify-content: end;
    gap: 20px;
  }
section.banner-section {
    background-image: url(/img/banner-2.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0px;
}

.tab.active {
    background: #3B6E1C;
    color: #fff !important;
  
    
    background-color: #3B6E1C !important;
    border-radius: 1.5rem;
    padding: 12px 28px;
    font-size: 16px;
}

/*.banner-tab-section {
    background: #1A237E;
}*/
.tab-content{
 
    background: #fff;
}
.tab.active {
    background: #1a237e !important;
    color: #fff !important;
    border: 4px solid #1a237e !important;
    border-radius: 5px;
}
.tabs{
  margin-bottom: 0px !important;
}
.tab {
    padding: 10px 20px;
    cursor: pointer;
    background: transparent;
    border-radius: 5px;
    color: #1a237e !important;
    border: 4px solid #1a237e;
    border-bottom: 0px;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    font-size: 16px !important;
    font-weight: 600;
}
    .tab-content{
      border:4px solid #1A237E !important;
    }

     .tabs {
      display: flex;
      justify-content: space-between;
      margin-bottom: 20px;
    }
  
/*.tab-content form {
    display: flex;
    flex-wrap: wrap;
    padding: 30px;
}

.tab-content form  .col-md-6 input, .tab-content form  .col-md-12 input, .tab-content form  .col-md-12 textarea{
  width:100%;
}*/
.banner-tab-section .tab-content{
  padding:30px;
}

.banner-tab-section .tab-content .col-md-12 {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}
.banner-tab-section .tab-content button {
    color: #fff !important;
    background-color: #1A237E;
    border-radius: 1.5rem;
    padding: 12px 28px;
    font-size: 16px;
    border: none;
    margin: auto;
}
.banner-tab-section .tab-content label {
    display: inline-block;
    font-size: 16px;
    font-size: 1.125rem;
    font-weight: 500;
    color: #2f3a4a;
    padding-bottom: 10px;
}
.banner-tab-section .tab-content textarea, .banner-tab-section .tab-content input {
    /* resize: vertical; */
    border-radius: 4px;
    border: 1px solid #b8b1b1;
    padding:10px;
}


.banner-tab-section .tab-content .col-md-6 {
    float: left;
    display: flex;
    flex-direction: column;
    width:49%;
}
.banner-tab-section .form-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

section.footer-section {
    width: 100%;
    margin: 0px 0 0;
    padding: 54px 0 33px;
    background: #202020;
}
section.footer-section ul{
    display: flex;
    gap: 20px;
}
ul.social-panel {
    display: flex !important;
    gap: 20px;
}
section.footer-section a {
    padding: 0;
    color: #ababab;
    width: 100%;
    font: 400 14px 'Open Sans', sans-serif;
    text-decoration: none;
}
section.footer-section li{
    list-style: none;
}
.bottom-footer{
    width: 100%;
    margin: 0;
    padding: 17px 0;
    background: #121212;
    text-align: center;
    color: #a7a7a7;
}

.middle-section h2 {
    font-size: 32px;
    color: #212529;
    text-align: center;
}


.middle-section .col-md-12 p {
    text-align: center;
    color: #6d7580;
    font-size: 17px;
}
.middle-section  p {
 
    color: #6d7580;
    font-size: 17px;
}

.middle-section h3 {
    font-size: 22px;
    font-weight: 600;
    color: #2f3a4a;
}

.card-box {
    padding: 30px;
    box-shadow: 0px 0px 4px #ccccccf2;
    border-radius: 6px;
    width: 32% !important;
    text-align: center;
}
section.middle-section .row{
    display: flex;
    justify-content: space-between;
}


section.middle-section  svg {
    color: #1A237E;
    background: #1a237e38;
    padding: 10px;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
}







@media(max-width:767px){
    .banner-tab-section .tabs {
   
    flex-wrap: wrap;
}
.banner-tab-section .tab{
    width:100%;
}
.banner-tab-section .tab-content .col-md-6 {
    width: 100%;
}
.banner-tab-section .tab-content .col-md-12 {
 
    width: 100%;
}
section.footer-section ul {
    flex-wrap: wrap;
    justify-content: center;
    padding:0px;
}
section.footer-section .col-md-6.d-flex.justify-content-end{
    justify-content: center !important;
    padding-top:20px;
}
.header-logo h1 {
    font-size: 20px;
    text-align: center;
    padding-bottom: 19px;
}
.header-menu a {
    padding: 5px 16px;
    font-size: 16px;
  
}
.header-menu {
    display: flex;
    justify-content: center;
    gap: 20px;
}
.card-box {
   
    width: 100% !important;
}
section.middle-section .row {

    flex-wrap: wrap;
    
    padding: 18px;
    gap: 20px;
}
}







.custom-sidebar-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.custom-sidebar-box img{
    width:100%;
    border-radius: 8px;
}

.sidebar-content {
    background: #ECEFF1;
    padding: 20px;
    border-radius: 19px;
}
.custom-form-section h3 {
    font-size: 25px;
    color: #212529;
    text-align: start;
    display: flex;
    align-items: center;
}
.custom-form-section p{
        color: #6d7580;
    font-size: 17px;
}
.sidebar-img {
    width: 65%;
}
.custom-sidebar-box h4, .form-bottom-content h4 {
    font-size: 21px;
    color: #212529;
    text-align: start;
}
.custom-sidebar-box {
    border-bottom: 1px solid #ccc;
    margin-bottom: 21px;
}

.custom-sidebar-box a{
        display: flex;
    align-items: center;
    text-decoration: none;
}


.custom-site-link a {
    color: #6d7580;
    font-size: 14px;
}

.sidebar-text a {
    flex-direction: column;
    justify-content: start;
    align-items: start;
}
.custom-site-link {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}
.custom-site-link  i.fa-solid.fa-earth-americas {
    color: #1A237E;
}

.form-bottom-content li {
    color: #6d7580;
    font-size: 17px;
    list-style: auto;
}