    body {
        font-family: "Montserrat";
        margin: 20px;
    }
    .form-container {
        /* max-width: 800px; */
        margin: auto;
        padding: 0px 0px;
        /* border: 1px solid #ccc; */
        /* border-radius: 8px; */
        /* background: #f9f9f9; */
        color: #081c5d;
        width: 100%;
    }
    h2 {
        color: #004080;
        margin-bottom: 10px;
    }
    .form-group {
        flex: 1;
        min-width: 196px;
        position: relative;
    }
    label {
        display: block;
        font-weight: bold;
        margin-bottom: 5px;
    }
    .required {
        color: red;
    }
    select, input {
        width: 100%;
        padding: 8px;
        border: 1px solid #ccc;
        border-radius: 4px;
    }
    .error-message {
        color: red;
        font-size: 12px;
        margin-top: 3px;
        display: none;
    }
    .btn-group {
        display: flex;
        justify-content: flex-end;
        gap: 10px;
        margin-top: 15px;
    }
    button {
        padding: 10px 15px;
        border: none;
        border-radius: 4px;
        cursor: pointer;
    }
    .clear-btn {
        background: #fff;
        border: 1px solid #004080;
        color: #004080;
        width: 10%;
    }
    .search-btn {
        background: #004080;
        color: #fff;
        width: 60%;
    }
    .search-btn:disabled {
        background: #ccc;
        cursor: not-allowed;
    }
    .output {
        margin-top: 20px;
        padding: 10px;
        background: #e6f0ff;
        border-radius: 4px;
        font-size: 14px;
    }
    @media (max-width: 768px) {
        .row {
            flex-direction: column;
        }
    }

    .allign{
        display: flex !important;
        justify-content: end !important;
    }

    @media (min-width: 1200px) and (max-width: 1200px) {
    .videoContainer {
        width: 20vw !important;
    }
}


.download-border-link{
    border:2px solid #081c5d;
    padding:12px;
    border-radius:10px;
    color:#081c5d;
    font-family: "Funnel Display";
    width: 170px;
    text-align: center;
}

.information-container-new{
   margin:0 45px 0 45px;
    display: flex;
    flex-direction: column;
    text-align:center;
    border-bottom: 1px solid gray;
    padding-bottom:45px;
}

.information-container-new-icon{
    width: 140px;
    height: 180px;
}

.resources{
    /* padding-top: 25px; */
    /* padding-bottom: 25px; */
    border-bottom: 2px solid #00144f;
}
    

.wrapflex{
    flex-wrap: wrap;
}
.logoadded{
    width: 25px;
    height: 20px;
    margin-left: 10px;
}


.logoadded1{
 width: 25px;
 height: 25px;
 margin-right: 10px;
 /* margin-top: 3px; */
}  

.logoadded2{
    width: 18px;
    height: 18px;
    margin-right: 10px;
    margin-bottom: 4px;
}


.logoadded3{
    display: flex;
    flex-direction: column;
    justify-content: end;
    flex-wrap: wrap;
    align-content: flex-end;
}

.container-button1 {
    position: relative;
    /* width: max-content; */
    border-radius: 25px;
    /* border: 2px solid #002549; */
    padding: 3px 10px;
    gap: 4px;
    color: #001830;
    font-family: "Funnel Sans";
    font-weight: 700;
    font-size: 14px;
    /* line-height: 20px; */
    text-align: center;
    vertical-align: middle;
    text-decoration: none !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    display: flex !important;
    justify-content: flex-end;
    /* width: 91%; */
    margin-left: auto;
    /* border: 1px; */
    border: 1px solid #081c5d;
    /* font-size: 47px; */
    background: #d7ecf7;
}
.btn-red-highlight {
  background-color: white !important;
  border-radius: 80px !important;
  width: 200px !important;
  height: 40px !important;
  color: #db2725 !important;
  font-weight: 700 !important;
  border: 1px solid #db2725 !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-red-highlight:hover {
  background-color: #db2725 !important;
  color: white !important;
  transform: scale(1.05) !important;
}

.btn-red-highlight:hover img {
  filter: brightness(0) invert(1); /* Makes arrow white */
}
.btn-alwayson:hover {
      transform: scale(1.05);
    }

    .scrollcss{
        width: 40px;
    height: 40px;
    }


    .disclaimer-content{
    font-size:13px;
}
.img-alignment{
    width:100%;
}
.container-description .row{
    gap:unset;
    flex-direction: unset;
}

@media (min-width: 768px) {
    .content-left-spacing{
    margin-left:45px;
}
}

.btn-red-highlight1 {
  vertical-align: middle;
  background-color: #db2725 !important;
  /* border-radius: 80px !important; */
  max-width: 531px;
  height: 42px !important;
  color: white !important;
  font-weight: 700 !important;
  border: 3px solid #db2725 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto !important;
  padding: 35px;
  text-align: center !important;
  display: flex !important;
  text-align: center;
  justify-content: center;
  vertical-align: middle !important;
}
.btn-red-highlight1:hover {
  background-color: #fff !important;
  color: #03134b !important;
  transform: scale(1.05) !important;
  border: 3px solid #db2725 !important;
}
.btn-red-highlight2{
  color: #03134b !important;
  font-weight: 700 !important;
  text-decoration: underline !important; 
}
.btn-red-highlight2:hover{
   /* background-color: #db2725 !important; */
  /* color: white !important; */
  transform: scale(1.05) !important; 
}
.container-title1{
  font-weight: 800;
    font-size: 30px;
    line-height: 31px;
    color: #081c5d;  
    text-align: left;
}
.container-header1{
    font-family: "Montserrat, Arial, Helvetica, sans-serif" !important;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
    /* padding: 20px 35px 21px 30px; */
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}