section,
header,
footer {
    position: relative;
    width: 100%;
}

a {
    text-decoration: none;
    transition: 0.3s ease all;
}
img {
    max-width: 100%;
}
h1 {
    font-size: 87.2px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 600;
    line-height: 101px;
    margin: 0;
}
h2 {
    font-size: 87.2px;
    text-transform: uppercase;
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 700;
    line-height: 101px;
    margin: 0;
}

p:last-child {
    margin-bottom: 0;
}
p,
li {
    font-size: 30px;
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 400;
    color: #000000;
    margin-bottom: 20px;
}
.pt-30 {
    padding-top: 30px;
}
.pt-40 {
    padding-top: 40px;
}
.top-header {
    background-color: #0d2344;
    padding: 8px 0 8px;
}
.top-header .title h3 {
    font-size: 34px;
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 500;
    color: #fff;
    margin: 0;
    line-height: 1;
}
ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.ls-up ul.d-flex {
    justify-content: flex-end;
}
.ls-up li a {
    text-decoration: none;
    font-size: 34.88px;
    color: #fff;
    line-height: 1;
    text-transform: uppercase;
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 500;
}
.ls-up li:not(:last-child) {
    margin-right: 30px;
}
.top-header .row {
    align-items: center;
}
.toggle-button {
    text-align: right;
}
.toggle-button button.slide-toggle-button {
    background-color: transparent;
    border: 0;
    outline: 0;
}
.toggle-button button.slide-toggle-button span.toggleBar {
    width: 47px;
    background-color: #fff;
    display: block;
    height: 7px;
    border-radius: 10px;
}
.toggle-button button.slide-toggle-button span.toggleBar:not(:last-child) {
    margin-bottom: 9px;
}
.bottom-header .container {
    position: relative;
}
.main-nav .main-nav-wrap {
    display: none;
    transition: 0.5s ease all;
    background-color: #0d2243;
    position: absolute;
    right: 20px;
    width: 300px;
}
.main-nav-wrap.open-menu {
    display: block;
}
.bottom-header {
    background-color: transparent;
    transition: 0.5s ease all;
    padding-top: 20px;
    padding-bottom: 20px;
    position: absolute;
    width: 100%;
    z-index: 99;
}
section.home-banner {
    background-image: url(../images/home-banner-bg-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    padding-top: 260px;
    padding-bottom: 40px;
}
section.home-banner .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
}
.banner-content {
    border-left: 10px solid #fff;
    padding-left: 55px;
}
.banner-content .banner-list {
    display: flex;
    justify-content: space-between;
}
.banner-content h3 {
    font-size: 58.13px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 700;
    line-height: 101px;
    margin: 0;
}
h3 {
    font-size: 58.13px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 700;
    line-height: 70px;
    margin: 0;
}
h4 {
    font-size: 40px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 700;
    line-height: 101px;
    margin: 0;
}
.banner-content h1 {
    position: relative;
    letter-spacing: 5.5px;
}
.banner-content h1:after {
    content: "";
    background-color: #fff;
    width: 100%;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.banner-content .banner-list li {
    font-size: 43.6px;
    color: #fff;
    /* font-family: 'Source Sans 3', sans-serif; */
    font-weight: 400;
    line-height: 49.41px;
    margin: 0;
    position: relative;
    padding-left: 25px;
}
.banner-content .banner-list li:before {
    content: "";
    background-color: #fff;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 19px;
}
.banner-content h3 {
    letter-spacing: 5px;
}
.banner-btn .btn span {
    display: inline-block;
    background-color: #fff;
    color: #74425a;
    font-size: 52.32px;
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 700;
    line-height: 1;
    border: 6px solid transparent;
    min-width: 531px;
    min-height: 80px;
    padding: 8px 30px 8px;
    border-radius: 7px;
    margin: 7px;
    transition: 0.3s ease all;
}
.banner-btn .btn {
    padding: 0;
    border: 10px solid#fff;
    border-radius: 7px;
    overflow: hidden;
    display: inline-block;
    background-color: transparent;
    transition: 0.3s ease all;
    width: auto;
}
.banner-btn .btn:hover span {
    background-color: #0e2243;
    color: #fff;
}
.banner-btn {
    text-align: right;
    margin-top: 50px;
}
footer.footer {
    background-image: url(../images/footer-bg-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    padding-top: 95px;
    padding-bottom: 70px;
}
footer h3 {
    color: #fff;
    font-size: 25px;
    text-transform: uppercase;
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 600;
    margin-bottom: 15px;
}
.footer-menu a {
    color: #c9c5c5;
    font-size: 23px;
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 300;
    padding-left: 18px;
    position: relative;
}
.footer-menu a:hover {
    padding-left: 25px;
}
.footer-menu li a:before {
    content: "\f054";
    color: #c9c5c5;
    position: absolute;
    left: 0;
    top: 10px;
    font: normal normal normal 13px/1 FontAwesome;
    display: inline-block;
}
.footer-menu li:not(:last-child) {
    margin-bottom: 15px;
}
footer.footer .container {
    max-width: 88%;
}
footer.footer .container .col-md-3 {
    width: auto;
}
footer.footer .container .row {
    justify-content: space-between;
}
.footer-social-icons li:not(:last-child) {
    margin-right: 40px;
}
.footer-social-icons li a {
    color: #fff;
    font-size: 30px;
    transition: 0.3s ease all;
}
.footer-social-icons li a:hover {
    color: #ac1e23;
}
section.reconnect-sec {
    background-color: #e7e6e6;
    padding-top: 30px;
    padding-bottom: 45px;
}
.reconnect-sec .title {
    position: relative;
}
.reconnect-sec .title h2 {
    font-size: 52.67px;
    line-height: 101.73px;
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #000000;
}
.reconnect-sec .title h2:after {
    content: "";
    background-color: #000;
    width: 100%;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: 0;
}
ul.dot-list {
    margin-top: 15px;
}
ul.dot-list li {
    font-size: 37.79px;
    color: #000;
    font-family: 'Source Sans 3', sans-serif;
    position: relative;
    padding-left: 22px;
    line-height: 49.41px;
}

ul.dot-list li:before {
    content: "";
    background-color: #000;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    left: 0px;
    top: 19px;
}
.sidebar-menu {
    background-color: #0d2243;
    border-radius: 5px;
    overflow: hidden;
}
.sidebar-menu li a,
ul.head-menu li a {
    color: #000000;
    display: inline-block;
    width: 100%;
    font-size: 18px;
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 400;
    padding: 18.5px 35px 18.5px;
    transition: 0.3s ease all;
}
.sidebar {
    width: 431px;
    margin-top: 40px;
    position: sticky;
    top: 30px;
}
.sidebar:before {
    content: "";
    background-color: #686666;
    width: calc(100% - 24px);
    height: 100%;
    position: absolute;
    left: 12px;
    top: 0;
    border-radius: 5px;
}
.content-sec .rightCol {
    width: calc(100% - 431px);
    overflow: hidden;
}
.sidebar-menu li:not(:last-child) a,
ul.head-menu li:not(:last-child) a {
    border-bottom: 1px solid #575858;
}
.sidebar-menu ul li a {
    color: white !important;
}
.sidebar-menu ul li a.active, 
.sidebar-menu ul li a:hover,
ul.head-menu li a:hover {
    color: white;
    background-color: #ac1f24;
    border-color: #ac1f24;
}
.sidebar .sidebar-wrap {
    position: sticky;
    top: 0px;
    background-color: #686666;
    border-radius: 5px;
    overflow: hidden;
}
.sidebar .red-btn a.btn:hover {
    background-color: #0e2243;
    color: #fff;
}
.sidebar .red-btn a.btn {
    border: 0;
}
.sidebar-content {
    color:white;
}
.red-btn a.btn {
    display: inline-block;
    width: 100%;
    text-align: center;
    background-color: #ac1e23;
    color: #fff;
    font-size: 39.68px;
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 700;
    border-radius: 7px;
    box-sizing: border-box;
    padding: 7px;
    margin: 0;
    line-height: 1;
    transition: 0.3s ease all;
}
.sidebar .red-btn {
    background-color: #ffffff;
    padding: 22px 0 33px;
}
.red-btn a.btn span {
    display: inline-block;
    width: 100%;
    border: 7px solid #fff;
    border-radius: 7px;
    padding: 9px 20px 9px;
}
.overview {
    padding-top: 40px;
    padding-bottom: 60px;
}
.overview .title {
    margin-bottom: 25px;
}
.overview .title h2 {
    color: #fff;
    text-align: center;
    background-color: #ac1e23;
    line-height: 1;
    padding: 8px 20px 8px;
}
.content-sec .wrapper {
    padding-left: 45px;
}
section.reconnect-sec .wrapper {
    padding-left: 160px;
}
.members-sec {
    background-color: #e7e6e6;
    padding-top: 40px;
    padding-bottom: 60px;
}
.profile-wrap {
    display: flex;
    justify-content: space-between;
    background-color: rgba(255, 255, 255, 0.4);
    padding: 20px;
    background-image: url(../images/images-flag.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    column-gap: 20px;
}

.profile-wrap p {
    margin-bottom: 3px;
    font-weight: 400;
    line-height: 1;
    font-size: 16px;
}
.profile-wrap p.bold-text {
    font-weight: 700;
}
.profile-wrap p:last-child {
    margin-bottom: 0;
}
.profile-sec {
    row-gap: 40px;
    column-gap: 0px;
    justify-content: space-between;
}
.members-sec {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    row-gap: 0px;
}
a.btn {
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 600;
    background-color: #0c2244;
    border: 2px solid #0c2244;
    width: 287px;
    line-height: 1;
    padding: 18px 20px 18px;
}
a.btn:hover {
    background-color: transparent;
    color: #0c2244;
    border-color: #0c2244;
}
.profile-card a.btn {
    font-size: 18px;
    width: 100%;
    text-transform: capitalize;
    padding: 8px 20px 8px;
}
.profile-wrap .rightCol {
    width: 18%;
}
.profile-card .trnsprnt-btn a.btn {
    border-color: #aa151a;
    background-color: transparent;
    color: #aa151a;
}
.profile-card .trnsprnt-btn a.btn:hover {
    background-color: #aa151a;
    color: #fff;
}
.profile-card .blue-btn {
    margin: 12px 0 12px;
}
.profile-card .title h3 {
    margin: 0 0 15px;
    position: relative;
    padding-bottom: 15px;
    color: #000;
    text-transform: capitalize;
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 700;
    font-size: 29px;
}
.profile-card .title h3:after {
    content: "";
    background-color: #aa151a;
    width: 100%;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.profile-card .title h3 span.designation {
    font-weight: 400;
}
.profile-card .leftCol {
    width: 47%;
}
.profile-card .middleCol {
    width: 27%;
}
.profile-card {
    box-shadow: 0px 0px 3px rgba(0,0,0,0.5);
    width: 34vw;
}
.members-sec .loadmore-btn {
    margin-top: 20px;
}
.red-trnsprnt-btn a.btn {
    background-color: transparent;
    color: #aa151a;
    border-color: #aa151a;
}
.red-trnsprnt-btn a.btn:hover {
    background-color: #aa151a;
    color: #fff;
}
.gallery-sec .button-group {
    margin-top: 35px;
}
.gallery-sec .red-trnsprnt-btn a.btn {
    font-size: 30px;
}
.cus-gallery {
    padding-top: 40px;
}
.cus-gallery a {
    position: relative;
    display: inline-block;
    padding-bottom: 100%;
    width: 100%;
}
.cus-gallery a:before {
    content: "";
    width: 90%;
    height: 96%;
    background: #fefcfd;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.gallery-sec {
    padding-top: 50px;
    padding-bottom: 40px;
}
.cus-slider .swiper-button-prev, 
.cus-slider .swiper-button-next {
    background-image: inherit !important;
    width: auto;
    height: auto;
}
.cus-slider .swiper-button-prev:after, 
.cus-slider .swiper-button-next:after {
    content: "\f060";
    font-family: 'fontawesome';
    font-size: 22px;
    background-color: #e7e6e6;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #647287;
    transition: 0.3s ease all;
}
.cus-slider .swiper-button-prev:hover:after, 
.cus-slider .swiper-button-next:hover:after {
    background-color: #0c2244;
    color: #ffffff;
}
.cus-slider .swiper-button-next:after {
    content: "\f061";
}
.cus-slider .swiper-button-prev {
    left:0;
}
.cus-slider .swiper-container {
    padding: 0 0px 0;
}
.cus-slider .swiper-button-next {
    right:0;
}
.cus-gallery img {
    position: absolute;
    object-fit: cover;
    height: calc(100% - 20px);
    width: calc(100% - 20px);
}
.airborn-sec {
    padding-bottom: 50px;
}
.fancy-title h2 {
    color: #fff;
    font-size: 70px;
}
.fancy-title .title {
    padding: 10px 20px 10px;
    background-color: #0c2244;
    margin-bottom: 50px;
}
h2.clr-red {
    color: #ac1e23;
}
.history-sec {
    background-image: url(../images/history-bg-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    text-align: center;
    padding: 20px 50px 30px;
}
.history-sec .button-group {
    padding-top: 70px;
}
.history-sec a.btn {
    font-size: 30px;
    background-color: transparent;
    color: #0c2244;
}
.history-sec a.btn:hover {
    background-color: #0c2244;
    color: #fff;
}
.full-width-sec {
    position: relative;
    width: 88vw;
    left: -2%;
    padding: 40px 70px 60px;
}
.produc-sec .fancy-title h2 {
    font-style: italic;
}
.produc-sec {
    padding-top: 50px;
    padding-bottom: 95px;
}
.produc-sec .button-group {
    padding-top: 40px;
}
.product-title h3 {
    font-size: 20px;
    color: #000;
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 25px;

}
.productBox .img-group {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px; /* Space between image and description */
}
.productBox .img-group img {
    max-width: 100%;
    height: 300px; /* Maintain aspect ratio */
    object-fit: contain; /* Make sure the image fits nicely inside its container */
}
.productBox {
    position: relative;
    width: 100%;
    height: auto; /* Ensure the height adapts to the content */
    left: 0;
    right: 0;
    padding: 20px 60px; /* Optional: Adds some padding around the product box */
}
.detail_btn {
    margin-bottom: 20px;
}
.history_img{
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: center;
}
.triple-dot {
    color: white;
    font-size: 37px;
    font-weight: bold;
}
.history_img .desc {
    background-color: #ffffff;
    opacity: 0.5;
}
.price p {
    color: #ff0000;
    font-weight: 600;
}
.overview .img-group, .members-sec .img-group{
    position: relative;
    padding-bottom: 70%;
}
.overview .img-group img, .members-sec .img-group img{
    position: absolute;
    object-fit: cover;
    width: 70%;
}
.profile-wrap .rightCol .img-group{
    height: 100%;
}

/* ######################################      Military Member     ######################################  */

.military-main-content section.military-home-banner {
    padding-bottom: 150px;
}
.military-main-content .sidebar {
    margin-top: 40px;
}
.military-main-content sup {
    top: -0.7em;
    font-size: 45px;
    font-weight: 400;
}
.military-main-content h3 sup {
    top: -0.4em;
}
.military-main-content form {
    text-align: center;
}
.military-main-content form .selection-fields {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
    margin: 30px 0;
}
.military-main-content form .form-group {
    display: flex;
    align-items: center;
}
.military-main-content form .form-group input[type='radio'] {
    height: 18px;
    min-width: 18px;
}
.military-main-content form .selection-fields .form-group label {
    font-size: 24px;
    font-weight: 700;
    margin-right: 15px;
}
.military-main-content form .selection-fields .form-group select {
    font-size: 20px;
    min-width: 220px;
    font-weight: bold;
    height: 40px;
    border: 2px solid #000;
    border-radius: 3px;
    padding: 4px;
    appearance: none;
    position: relative;
    cursor: pointer;
}
.military-main-content form .selection-fields .select-form-group {
    position: relative;
}
.military-main-content form .selection-fields .select-form-group::before {
    background-size: 100%;
    height: 32px;
    width: 30px;
    z-index: 2;
    content: "";
    display: inline-block;
    background-repeat: no-repeat;
    position: absolute;
    right: 10px;
    top: 12px;
    z-index: 2;
    background-image: url(../images/down-arrow.png);
    pointer-events: none;
}
.military-main-content form .radio-btn-fields {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.military-main-content form .radio-btn-fields .form-group label {
    font-size: 24px;
    font-weight: 700;
    margin-left: 5px;
    text-align: left;
}
.military-main-content form .check-fields {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.military-main-content form .check-fields .form-group {
    margin-bottom: 5px;
}
.military-main-content form .check-fields .form-group label {
    font-size: 18px;
    font-weight: 700;
    margin-left: 5px;
    text-align: left;
}
.military-main-content form .check-fields .form-group input[type=checkbox] {
    position: relative;
    border: 2px solid #000;
    border-radius: 2px;
    background: none;
    cursor: pointer;
    line-height: 0;
    margin: 0 .6em 0 0;
    outline: 0;
    padding: 0 !important;
    vertical-align: text-top;
    height: 20px;
    min-width: 20px;
    opacity: 1;
}
  
.military-main-content form .check-fields .form-group input[type=checkbox]:hover {
    opacity: 1;
}
  
.military-main-content form .check-fields .form-group input[type=checkbox]:checked {
    background-color: #fff;
    opacity: 1;
}
  
.military-main-content form .check-fields .form-group input[type=checkbox]:checked:before {
    background-size: 100%;
    height: 32px;
    width: 30px;
    z-index: 2;
    content: "";
    display: inline-block;
    background-repeat: no-repeat;
    position: relative;
    right: 0px;
    top: -2px;
    z-index: 2;
    background-image: url(../images/checked.png);
}
.military-main-content form .check-fields .form-group input[type=checkbox]:checked:after {
    content: '';
    position: absolute;
    bottom: 0;
    height: 20px;
    width: 20px;
    background: #fff;
    border-radius: 2px;
    border: 1px solid #000;
}
.military-main-content .cus-slider .swiper-button-prev:after {
    display: none;
}

.military-main-content .cus-slider .swiper-button-next:after {
    display: none;
}

.military-main-content .cus-slider .swiper-button-prev {
    height: 70px;
    width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    border-radius: 50%;
    background-color: #e7e6e6;
}

.military-main-content .cus-slider .swiper-button-next {
    height: 70px;
    width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    border-radius: 50%;
    background-color: #e7e6e6;
}

.military-main-content .cus-slider .swiper-button-prev:hover, .military-main-content .cus-slider .swiper-button-next:hover {
    background-color: #0c2244;
}
.military-main-content .cus-slider .swiper-button-next:hover img, .military-main-content .cus-slider .swiper-button-prev:hover img {
    filter: brightness(0) invert(1);
}

.military-main-content .cus-slider .swiper-button-prev img, .military-main-content .cus-slider .swiper-button-next img {
    width: 45px;
    height: auto;
}

.military-main-content form .form-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}
.military-main-content form .form-btn .add-button {
    background-color: #0d2243;
    border-radius: 5px;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    border: 1px solid #0d2243;
}
.military-main-content form .form-btn .add-button span {
    background-color: #0d2243;
    border-radius: 5px;
    border: 2px solid #eeeff2;
    padding: 10px 30px;
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
}
.military-main-content .flex-gallery-btns {
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: center;
    flex-wrap: wrap;
}
.military-main-content .flex-gallery-btns a.btn {
    width: max-content;
    min-width: 287px;
}
.military-main-content .posts-content {
    text-align: center;
}
.military-main-content textarea {
    width: 100%;
    background-color: #e7e6e6;
    color: #000;
    text-transform: uppercase;
    padding: 15px 8px;
    border: transparent;
    outline: none;
    font-weight: 600;
    font-style: italic;
    font-size: 20px;
}
.military-main-content textarea::placeholder {
    color: #000;
}
.military-main-content .posts-content .flex-submit-btns {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-top: 10px;
}
.military-main-content .post-records {
    padding: 50px 0 0;
}
.military-main-content .content-sec h3 {
    color: #000;
    margin-bottom: 8px;
    text-align: center;
}
.military-main-content .content-sec h4 {
    text-transform: uppercase;
    color: #000;
    margin-bottom: 8px;
}
.military-main-content .posts-record-content .record-content {
    margin-bottom: 50px;
}
.military-main-content .posts-record-content .record-content p.description {
    text-transform: uppercase;
}
.military-main-content .flex-btns {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}
.military-main-content .message-posts-sec {
    padding: 50px 0;
}
.military-main-content .unit-story-sec {
    padding: 50px 0;
}
.military-main-content .social-icons {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}
.military-main-content .social-icons a {
    cursor: pointer;
    padding: 4px;
    height: 50px;
    width: 50px;
    display: block;
}
.military-main-content .social-icons a i {
    font-size: 22px;
    color: #000;
}
.swiper-slide-active ul.rating {
    display: flex;
}
ul.rating {
    display: none;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin-bottom: 10px;
}

ul.rating li a i {
    color: #ffb400;
    font-size: 16px;
}

.military-main-content .banner-content {
    padding-bottom: 70px;
}
.military-main-content .banner-content .banner-list {
    margin-top: 40px;
}

.military-main-content .content-sec .product-title h3 {
    line-height: 1.2;
}

.military-main-content .profile-card .leftCol {
    width: 82%;
} 
.military-main-content .profile-card .leftCol .row {
    width: 100%;
    margin: 0;
} 
.military-main-content .profile-card .leftCol .row .profile-desc {
    width: 60%;
}
.military-main-content .profile-card .leftCol .row .profile-btns {
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.military-main-content .profile-card .leftCol .row .profile-btns .texas-btn {
    font-weight: 700;
    line-height: 1;
    font-size: 16px;
    margin-bottom: 3px;
    color: #000;
    margin-top: 8px;
    display: block;
    text-align: right;
}
/*.military-main-content .productBox .img-group {
    height: 350px;
    width: 260px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}*/
.military-main-content .productBox .img-group img {
    height: auto;
    width: auto;
}
.military-main-content .cus-gallery {
    padding-right: 0px;
}
.military-main-content .profile-wrap .rightCol .img-group {
    height: 90%;
}
.military-main-content .profile-card .title h3 {
    text-align: left;
}
span.underline {
    text-decoration: underline;
}
.profile-card .title h3 {
    display: block;
    width: 270px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* .military-main-content .content-sec .wrapper {
    padding-left: 0;
}
.military-main-content .content-sec .wrapper .overview {
    padding-left: 45px;
}
.military-main-content .content-sec .wrapper .airborn-sec {
    padding-left: 45px;
}
.military-main-content .content-sec .wrapper .message-posts-sec {
    padding-left: 45px;
}
.military-main-content .content-sec .wrapper .unit-story-sec {
    padding-left: 45px;
}
.military-main-content .content-sec .wrapper .produc-sec {
    padding-left: 45px;
}
.military-main-content .content-sec .wrapper .full-width-sec {
    left: 0;
    padding-left: 45px;
}
.military-main-content .gallery-sec .cus-slider .swiper-container {
    padding: 0 80px;
}
.military-main-content .content-sec .rightCol {
    overflow: hidden;
} */


/***********************/
/***Responsive Style***/
/*********************/

@media (max-width: 2900px) {
.full-width-sec {
    width: 84.55vw;
    left: -2.9%;
}
}

@media (max-width: 2560px) {
.full-width-sec {
    width: 82.69vw;
    left: -3.35%;
}
}

@media (max-width: 2400px) {
.full-width-sec {
    width: 81.69vw;
    left: -3.7%;
}
}

@media (max-width: 2120px) {
.full-width-sec {
    width: 79.5vw;
    left: -4.3%;
}
}

@media (max-width: 1920px) {
.full-width-sec {
    width: 77.2vw;
    left: -4.8%;
}
}

@media (max-width: 1800px) {
.full-width-sec {
    width: 76.5vw;
    left: -5.2%;
}
h1 {
    font-size: 80.2px;
    line-height: 90px;
}
.banner-content h3 {
    font-size: 50px;
    line-height: 81px;
}
h3 {
    font-size: 50px;
    line-height: 81px;
}
.banner-content .banner-list li {
    font-size: 40px;
    line-height: 49.41px;
}
.banner-btn .btn span {
    font-size: 50px;
    min-width: 511px;
    min-height: 75px;
}
.reconnect-sec .title h2 {
    font-size: 48px;
    line-height: 90px;
}
.overview .title h2,
h2 {
    font-size: 80px;
    line-height: 90px;
}
ul.dot-list li {
    font-size: 35px;
    line-height: 49.41px;
}
p,
li {
    font-size: 25px;
}
.profile-card .title h3 {
    font-size: 27px;
}
.profile-card a.btn {
    font-size: 17px;
    padding: 8px 10px 8px;
}
.profile-wrap .rightCol {
    width: 18.5%;
}
a.btn,
.sidebar .red-btn a.btn {
    font-size: 28px;
    width: 277px;
    padding: 16px 20px 16px;
}
.top-header .title h3,
.ls-up li a {
    font-size: 30px;
}
.sidebar .red-btn a.btn {
    width: 100%;
}
}

@media (max-width: 1720px) {
.full-width-sec {
    width: 75.6vw;
    left: -3.5%;
    padding: 40px 50px 50px;
}
h1 {
    font-size: 77px;
    line-height: 90px;
}
.banner-content h3 {
    font-size: 48px;
    line-height: 80px;
}
h3 {
    font-size: 48px;
    line-height: 80px;
}
h4 {
    font-size: 38px;
    line-height: 48px;
}
.banner-content .banner-list li {
    font-size: 37px;
    line-height: 49.41px;
}
.banner-btn .btn span {
    font-size: 45px;
    min-width: 471px;
    min-height: 70px;
}
.reconnect-sec .title h2 {
    font-size: 45px;
    line-height: 85px;
}
ul.dot-list li {
    font-size: 32px;
    line-height: 49.41px;
}
.overview .title h2, h2 {
    font-size: 75px;
    line-height: 85px;
}
p,
li {
    font-size: 23px;
}
.content-sec .wrapper {
    padding-left: 20px;
}
a.btn, .sidebar .red-btn a.btn,
.gallery-sec .red-trnsprnt-btn a.btn {
    font-size: 26px;
    width: 247px;
    padding: 15px 20px 15px;
}
.fancy-title h2 {
    font-size: 55px;
}
.top-header .title h3, 
.ls-up li a {
    font-size: 28px;
}
.sidebar .red-btn a.btn {
    width: 100%;
}
}

@media (max-width: 1600px) {
.full-width-sec {
    width: 76.3vw;
    left: -3.4%;
    padding: 40px 40px 50px;
}
.sidebar {
    width: 390px;
    
}
.content-sec .rightCol {
    width: calc(100% - 390px);
}
.sidebar-menu li a, 
ul.head-menu li a {
    padding: 17.5px 25px 16.5px;
}
section.reconnect-sec .wrapper {
    padding-left: 140px;
}
.content-sec .wrapper {
    padding-left: 15px;
}
h1 {
    font-size: 75px;
    line-height: 90px;
}
.banner-content h1,
.banner-content h3 {
    letter-spacing: 3px;
}
.banner-content .banner-list li {
    font-size: 35px;
    line-height: 49.41px;
}
.banner-btn .btn span {
    font-size: 40px;
    min-width: 420px;
    min-height: 65px;
}
.top-header .title h3, .ls-up li a {
    font-size: 25px;
}
.reconnect-sec .title h2 {
    font-size: 43px;
    line-height: 85px;
}
ul.dot-list li {
    font-size: 30px;
    line-height: 49.41px;
}
p,
li {
    font-size: 22px;
}
.overview .title h2, h2 {
    font-size: 70px;
    line-height: 85px;
}
.profile-card .title h3 {
    font-size: 25px;
}
.profile-wrap .rightCol {
    width: 19.5%;
}
.members-sec {
    row-gap: 25px;
}
.fancy-title h2 {
    font-size: 50px;
    line-height: 55px;
}
.history-sec .button-group {
    padding-top: 40px;
}
.product-title h3 {
    font-size: 20px;
    line-height: 25px;
}
.sidebar .red-btn a.btn {
    width: 100%;
}
.produc-sec {
    padding-top: 50px;
    padding-bottom: 70px;
}
.overview .title h2 {
    line-height: 65px;
}
.profile-card a.btn {
    font-size: 16px;
    padding: 8px 10px 8px;
}
footer.footer {
    padding-top: 75px;
    padding-bottom: 50px;
}
.brand-logo img {
    max-width: 263px;
}
.military-main-content sup {
    font-size: 40px;
}
}
.sidebar {
    width: 390px;
    
}

@media (max-width: 1560px) {
.full-width-sec {
    width: 76vw;
    left: -3.4%;
    padding: 40px 40px 50px;
}
/* #memberContainer{
    display:flex;
    flex-wrap:wrap;
    row-gap: 20px;
} */
#loader{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    background: rgb(255 255 255);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#loader img{
    height: 20%;
    width: 10%;
}
h1 {
    font-size: 73px;
    line-height: 90px;
}
.banner-content h3 {
    font-size: 45px;
    line-height: 75px;
}
h3 {
    font-size: 45px;
    line-height: 75px;
}
h4 {
    font-size: 36px;
    line-height: 46px;
}
.banner-content .banner-list li {
    font-size: 33px;
    line-height: 47.41px;
}
.banner-btn .btn span {
    font-size: 38px;
    min-width: 380px;
    min-height: 65px;
}
.fancy-title h2 {
    font-size: 47px;
    line-height: 55px;
}
.overview .title h2, h2 {
    font-size: 65px;
    line-height: 80px;
}
section.reconnect-sec .wrapper {
    padding-left: 145px;
}
.brand-logo img {
    max-width: 255px;
}
.sidebar {
    width: 390px;
    
}
}

@media (max-width: 1500px) {
.full-width-sec {
    width: 74.7vw;
    left: -2.7%;
    padding: 40px 30px 50px;
}
.banner-content h1, .banner-content h3 {
    letter-spacing: 2px;
}
h1 {
    font-size: 70px;
    line-height: 90px;
}
.banner-content h3 {
    font-size: 43px;
    line-height: 73px;
}
h3 {
    font-size: 43px;
    line-height: 73px;
}
h4 {
    font-size: 34px;
    line-height: 44px;
}
.banner-btn .btn span {
    font-size: 36px;
    min-width: 360px;
    min-height: 60px;
}
.banner-content .banner-list li {
    font-size: 31px;
    line-height: 45.41px;
}
.content-sec .wrapper {
    padding-left: 5px;
}
.profile-wrap {
    column-gap: 15px;
}
.overview .title h2, h2 {
    font-size: 62px;
    line-height: 77px;
}
.fancy-title h2 {
    font-size: 43px;
    line-height: 55px;
}
.overview .title h2, h2 {
    font-size: 60px;
    line-height: 75px;
}
.footer-social-icons li:not(:last-child) {
    margin-right: 30px;
}
footer.footer {
    padding-top: 65px;
    padding-bottom: 40px;
}
.brand-logo img {
    max-width: 246px;
}
}
@media (max-width: 1480px) {
    .sidebar{
        width:350px;
        
    }
}
@media (max-width: 1465px) {
    .sidebar{
        width:350px;
        
    }
}
@media (max-width: 1440px) {
.full-width-sec {
    width: 76.5vw;
    left: -2.2%;
    padding: 40px 24px 50px;
}
.top-header .title h3, .ls-up li a {
    font-size: 23px;
}
h1 {
    font-size: 67px;
    line-height: 87px;
}
.banner-content h3 {
    font-size: 40px;
    line-height: 70px;
}
h3 {
    font-size: 40px;
    line-height: 70px;
}
h4 {
    font-size: 32px;
    line-height: 40px;
}
.banner-content .banner-list li {
    font-size: 29px;
    line-height: 43.41px;
}
.brand-logo img {
    max-width: 236px;
}
.reconnect-sec .title h2 {
    font-size: 40px;
    line-height: 85px;
}
.content-sec .wrapper {
    padding-left: 0px;
}
.overview .title h2, h2 {
    font-size: 55px;
    line-height: 70px;
}
p,
li {
    font-size: 20px;
}
.sidebar {
    width: 350px;
    
}
.content-sec .rightCol {
    width: calc(100% - 350px);
}
section.reconnect-sec .wrapper {
    padding-left: 115px;
}
ul.dot-list li {
    font-size: 27px;
    line-height: 46.41px;
}
ul.dot-list li:before {
    top: 18px;
}
.profile-wrap .rightCol {
    width: 20%;
}
a.btn, .sidebar .red-btn a.btn, .gallery-sec .red-trnsprnt-btn a.btn {
    font-size: 24px;
    width: auto;
    padding: 15px 20px 15px;
}
body .sidebar .red-btn a.btn {
    width: 100%;
}
.cus-gallery {
    padding-top: 30px;
}
footer.footer {
    padding-top: 50px;
    padding-bottom: 30px;
}
}

@media (max-width: 1400px) {
.full-width-sec {
    width: 75.7vw;
    left: -2.2%;
    padding: 40px 24px 50px;
}
.ls-up li:not(:last-child) {
    margin-right: 25px;
}
h1 {
    font-size: 65px;
    line-height: 85px;
}
.banner-content h3 {
    font-size: 37px;
    line-height: 67px;
}
h3 {
    font-size: 37px;
    line-height: 67px;
}
h4 {
    font-size: 30px;
    line-height: 38px;
}
.brand-logo img {
    max-width: 228px;
}
.reconnect-sec .title h2 {
    font-size: 38px;
    line-height: 83px;
}
.banner-content .banner-list li {
    font-size: 27px;
    line-height: 41.41px;
}
.overview .title h2, h2 {
    font-size: 50px;
    line-height: 65px;
}
/*.profile-wrap .rightCol .img-group, 
.profile-wrap .rightCol .img-group img {
    height: 95%;
}*/
a.btn, .sidebar .red-btn a.btn, .gallery-sec .red-trnsprnt-btn a.btn {
    font-size: 22px;
    width: auto;
    padding: 15px 20px 15px;
}
.profile-card a.btn {
    font-size: 16px;
    padding: 8px 8px 8px;
}
.fancy-title h2 {
    font-size: 40px;
    line-height: 50px;
}
.product-title h3 {
    font-size: 20px;
    line-height: 25px;
}
}

@media (max-width: 1366px) {
h1 {
    font-size: 63px;
    line-height: 83px;
}
.banner-content h3 {
    font-size: 35px;
    line-height: 65px;
}
h3 {
    font-size: 35px;
    line-height: 65px;
}
h4 {
    font-size: 28px;
    line-height: 36px;
}
.banner-content .banner-list li {
    font-size: 25px;
    line-height: 39.41px;
}
.brand-logo img {
    max-width: 219px;
}
.reconnect-sec .title h2 {
    font-size: 35px;
    line-height: 80px;
}
ul.dot-list li {
    font-size: 25px;
    line-height: 42.41px;
}
ul.dot-list li:before {
    top: 16px;
}
.sidebar {
    width: 330px;
    
}
.content-sec .rightCol {
    width: calc(100% - 330px);
}
.sidebar-menu li a, ul.head-menu li a {
    padding: 15.5px 20px 14.5px;
}
section.reconnect-sec .wrapper {
    padding-left: 100px;
}
.fancy-title h2 {
    font-size: 37px;
    line-height: 47px;
}
.profile-card a.btn {
    font-size: 15px;
    padding: 8px 8px 8px;
}

}

@media (max-width: 1280px) {
h1 {
    font-size: 60px;
    line-height: 80px;
}
.banner-content h1, .banner-content h3 {
    letter-spacing: 1px;
}
.banner-content h3 {
    font-size: 32px;
    line-height: 62px;
}
h3 {
    font-size: 32px;
    line-height: 62px;
}
h4 {
    font-size: 26px;
    line-height: 34px;
}
.banner-content .banner-list li {
    font-size: 23px;
    line-height: 37.41px;
    padding-left: 17px;
}
.banner-content .banner-list li:before {
    top: 15px;
    width: 8px;
    height: 8px;
}
.brand-logo img {
    max-width: 209px;
}
.banner-btn .btn span {
    font-size: 33px;
    min-width: 330px;
    min-height: 60px;
}
section.home-banner {
    padding-top: 220px;
    padding-bottom: 50px;
}
.bottom-header {
    padding-top: 15px;
    padding-bottom: 15px;
}
.banner-content {
    border-left: 7px solid #fff;
    padding-left: 35px;
}
.reconnect-sec .title h2 {
    font-size: 33px;
    line-height: 78px;
}
.sidebar {
    width: 300px;
    
}
.content-sec .rightCol {
    width: calc(100% - 300px);
}
.sidebar-menu li a, ul.head-menu li a {
    padding: 15.5px 15px 14.5px;
}
section.reconnect-sec .wrapper {
    padding-left: 90px;
}
.overview .title h2, h2 {
    font-size: 47px;
    line-height: 62px;
}
ul.dot-list li {
    font-size: 23px;
    line-height: 40.41px;
    padding-left: 17px;
}
ul.dot-list li:before {
    top: 16px;
    width: 8px;
    height: 8px;
}
p,
li {
    font-size: 18px;
}
.profile-card .title h3 {
    font-size: 23px;
}
.profile-wrap .rightCol {
    width: 19%;
}
.fancy-title h2 {
    font-size: 35px;
    line-height: 45px;
}
footer.footer {
    padding-top: 40px;
    padding-bottom: 30px;
}
.cus-slider .swiper-button-prev:after, 
.cus-slider .swiper-button-next:after {
    font-size: 20px;
    width: 50px;
    height: 50px;
}
.main-nav .main-nav-wrap {
    width: 250px;
}
}

@media (max-width: 1200px) {
.full-width-sec {
    width: 100%;
    left: 0;
    padding: 40px 24px 50px;
}
.profile-wrap {
    flex-wrap: wrap;
    position: relative;
}
.profile-card .leftCol {
    width: 100%;
    margin-bottom: 5px;
}
.military-main-content .content-sec h3 {
    line-height: 1.2;
}
.military-main-content .profile-card .leftCol {
    width: 100%;
}
.military-main-content .profile-card .leftCol .row {
    flex-wrap: wrap;
}
.military-main-content .profile-card .leftCol .row .profile-desc {
    width: 100%;
}
.military-main-content .profile-card .leftCol .row .profile-btns {
    width: 100%;
}
.military-main-content .profile-card .title h3 {
    padding: 12px 0 0 0;   
}
.profile-card .middleCol {
    width: 100%;
}
.profile-wrap .rightCol {
    display: none;
}
.profile-card .title h3:after,
.banner-content h1:after,
.reconnect-sec .title h2:after {
    width: 90px;
    height: 2px;
}
h1 {
    font-size: 55px;
    line-height: 75px;
}
.banner-content h3 {
    font-size: 30px;
    line-height: 60px;
}
h3 {
    font-size: 30px;
    line-height: 60px;
}
h4 {
    font-size: 24px;
    line-height: 32px;
}
.reconnect-sec .title h2 {
    font-size: 30px;
    line-height: 74px;
}
ul.dot-list li {
    font-size: 20px;
    line-height: 35.41px;
    padding-left: 17px;
}
ul.dot-list li:before {
    top: 13px;
}
.profile-wrap .img-group {
    position: absolute;
    left: 20px;
    top: 20px;
    border-radius: 50%;
    overflow: hidden;
}
.profile-wrap .img-group img {
    width: 50px;
    height: 50px;
}
.profile-card .title h3 {
    padding: 12px 0px 0 62px;
    margin-bottom: 27px;
}
.profile-card .title h3:after {
    display: none;
}
.overview .title h2, h2 {
    font-size: 44px;
    line-height: 59px;
}
.fancy-title h2 {
    font-size: 30px;
    line-height: 40px;
}
.fancy-title .title {
    margin-bottom: 30px;
}
.history-sec .button-group {
    padding-top: 30px;
}
.product-title h3 {
    font-size: 20px;
}
footer.footer .container {
    max-width: 95%;
}
.footer-menu li a:before {
    top: 7px;
}
.footer-social-icons li:not(:last-child) {
    margin-right: 20px;
}
.footer-social-icons li a {
    font-size: 22px;
}
.brand-logo img {
    max-width: 199px;
}
.footer-menu a {
    font-size: 18px;
}
.military-main-content section.military-home-banner {
    padding-bottom: 100px;
}
.profile-card .title h3 {
    width: 100%;
    max-width: 300px;
}
}
@media (max-width: 1168px) {

h1 {
    font-size: 50px;
    line-height: 70px;
}
.banner-content .banner-list li {
    font-size: 20px;
    line-height: 33.41px;
    padding-left: 17px;
}
.military-main-content sup {
    font-size: 35px;
    top: -0.5em;
}
.banner-content h3 {
    font-size: 28px;
    line-height: 55px;
}
h3 {
    font-size: 28px;
    line-height: 55px;
}
h4 {
    font-size: 24px;
    line-height: 32px;
}
.banner-content .banner-list li:before {
    top: 13px;
}
.brand-logo img {
    max-width: 189px;
}
.banner-btn .btn span {
    font-size: 31px;
    min-width: 300px;
    min-height: 55px;
}
.reconnect-sec .title h2 {
    font-size: 25px;
    line-height: 70px;
}
section.reconnect-sec .wrapper {
    padding-left: 115px;
}
.overview .title h2, h2 {
    font-size: 40px;
    line-height: 55px;
}
.overview {
    padding-top: 40px;
    padding-bottom: 40px;
}
.full-width-sec {
    padding: 40px 24px 40px;
}
.gallery-sec {
    padding-top: 40px;
    padding-bottom: 40px;
}
a.btn, .sidebar .red-btn a.btn, .gallery-sec .red-trnsprnt-btn a.btn {
    font-size: 20px;
}
.fancy-title h2 {
    font-size: 28px;
    line-height: 38px;
}
footer h3 {
    font-size: 22px;
}
.sidebar-menu li a, 
ul.head-menu li a {
    font-size: 16px;
}
.history-sec a.btn {
    font-size: 24px;
}
}

@media (max-width: 1024px) {
h1 {
    font-size: 45px;
    line-height: 65px;
}
.military-main-content form .selection-fields .form-group select {
    font-size: 18px;
}
.military-main-content sup {
    font-size: 30px;
}
.banner-content h3 {
    font-size: 25px;
    line-height: 50px;
}
h3 {
    font-size: 25px;
    line-height: 50px;
}
h4 {
    font-size: 22px;
    line-height: 30px;
}
.logo img {
    max-width: 200px;
}
.brand-logo img {
    max-width: 100%;
}
section.home-banner {
    padding-top: 200px;
    padding-bottom: 40px;
}
.header .leftCol {
    display: none;
}
.header .row {
    justify-content: space-between;
}
.header .text-center {
    text-align: left !important;
}
section.reconnect-sec .wrapper {
    padding-left: 130px;
}
section.reconnect-sec {
    padding-top: 20px;
    padding-bottom: 35px;
}
.overview .title h2, h2 {
    font-size: 37px;
    line-height: 52px;
}
.profile-card .title h3 {
    font-size: 20px;
}
.fancy-title h2 {
    font-size: 26px;
    line-height: 36px;
}
.history-sec a.btn {
    font-size: 22px;
}
.productBox .img-group img {
    max-width: 100%;
    height: auto; /* Maintain aspect ratio */
    object-fit: contain;
}
.productBox .img-group {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}
.military-main-content form .selection-fields .form-group label {
    font-size: 20px;
    min-width: 50px;
}
.military-main-content form .radio-btn-fields .form-group label {
    font-size: 20px;
}
.military-main-content form .selection-fields .select-form-group::before {
    height: 20px;
    width: 24px;
    top: 14px;
}
.content-sec .rightCol {
    width: calc(100%);
}
.sidebar {
    width: 100%;
    margin-top: 0px;
    position: relative;
    top: 0;
}
}

@media (max-width: 768px) {
.reconnect-sec .title h2 {
    font-size: 25px;
    line-height: 30px;
}
.military-main-content .social-icons a {
    height: 40px;
    width: 40px;
}
.sidebar {
    width: 100%;
    margin-top: 0px;
    position: relative;
    top: 0;
}
section.reconnect-sec .wrapper {
    padding-left: 0;
}
section.reconnect-sec .leftCol {
    display: none;
}
.sidebar .sidebar-wrap {
    position: relative;
    top: 0;
}
.sidebar:before {
    display: none;
}
.content-sec .rightCol {
    width: calc(100%);
}
.home-banner .leftCol {
    display: none;
}
.home-banner .rightCol,
section.reconnect-sec .rightCol {
    width: 100%;
}
.logo img {
    max-width: 170px;
}
.top-header .title h3, .ls-up li a {
    font-size: 20px;
}

.main-nav .main-nav-wrap {
    width: 100%;
    left: 0;
    right: 0;
}
section.home-banner {
    padding-top: 40px;
    padding-bottom: 40px;
}
.sidebar .red-btn {
    padding: 22px 0 0px;
}
footer.footer .container .col-md-3 {
    width: 50%;
    margin-top: 30px;
}
footer.footer {
    padding-top: 10px;
    padding-bottom: 30px;
}
}

@media (max-width: 767px) {
.profile-card {
    width: 100%;
}
.profile-sec {
    flex-wrap: wrap;
    row-gap: 25px;
}
.military-main-content form .check-fields .form-group label {
    font-size: 15px;
}
/* .military-main-content .productBox .img-group {
    width: 200px;
} */
@media (max-width: 767px) {
    .main-nav-wrap {
      display: none; /* Hide the nav links initially */
    }
    .slide-toggle-button {
      display: block; /* Show the hamburger icon */
    }
  }
.header .row {
    flex-wrap: nowrap;
}
.header .row div {
    width: auto;
}
.header .container {
    position: relative;
    max-width: 100%;
}
footer.footer .container .col-md-3 {
    width: 100%;
    margin-top: 30px;
}
section.home-banner .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 100px
}
.banner-content {
    border-left: 0;
    padding-left: 0px;
}
.banner-content .banner-list {
    flex-wrap: wrap;
    padding-top: 20px;
}
.military-main-content form .selection-fields .form-group label {
    font-size: 18px;
}
.military-main-content form .radio-btn-fields .form-group label {
    font-size: 18px;
}
.military-main-content .unit-story-sec {
    padding: 10px 0;
}
.military-main-content .post-records {
    padding: 20px 0 0;
}
.military-main-content textarea {
    font-size: 16px;
}
.military-main-content section.military-home-banner {
    padding-bottom: 50px;
}
.military-main-content .cus-slider .swiper-button-prev, .military-main-content .cus-slider .swiper-button-next {
    height: 50px;
    width: 50px;
}
.military-main-content .cus-slider .swiper-button-prev img, .military-main-content .cus-slider .swiper-button-next img {
    width: 28px;
}
}

@media (max-width: 641px) {
.top-header .title h3, .ls-up li a {
    font-size: 14px;
}
.military-main-content h3 sup {
    font-size: 18px;
}
.ls-up li:not(:last-child) {
    margin-right: 15px;
}
.military-main-content sup {
    font-size: 24px;
}
.logo img {
    max-width: 120px;
}

h1 {
    font-size: 35px;
    line-height: 40px;
}
.banner-content h1 {
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.banner-content h3 {
    font-size: 20px;
    line-height: 1;
}
h3 {
    font-size: 20px;
    line-height: 1;
}
h4 {
    font-size: 19px;
    line-height: 1;
}
.banner-btn {
    text-align: center;
    margin-top: 20px;
}
.banner-btn .btn span {
    font-size: 25px;
    min-width: inherit;
    min-height: 45px;
    width: 95%;
    display: inline-block;
}
.banner-btn .btn {
    border: 4px solid#fff;
    width: 100%;
}
.reconnect-sec .title h2 {
    font-size: 20px;
    line-height: 25px;
    padding-bottom: 10px;
}
ul.dot-list li {
    font-size: 18px;
    line-height: 30.41px;
    padding-left: 17px;
}
ul.dot-list li:before {
    top: 10px;
}
.overview .title h2, h2 {
    font-size: 26px;
    line-height: 35px;
}
.pt-40 {
    padding-top: 20px;
}
.fancy-title h2 {
    font-size: 20px;
    line-height: 26px;
}

.military-main-content .profile-card .leftCol .row .profile-desc {
    padding-left: 0;
    padding-right: 0;
}
}

@media (max-width: 480px) {
.sidebar {
    }
.overview {
    padding-top: 30px;
    padding-bottom: 30px;
}
.full-width-sec {
    padding: 30px 20px 30px;
}
.gallery-sec {
    padding-top: 30px;
    padding-bottom: 30px;
}
.airborn-sec {
    padding-bottom: 30px;
}
p,
li {
    font-size: 16px;
}
.history-sec a.btn,
a.btn, .sidebar .red-btn a.btn, .gallery-sec .red-trnsprnt-btn a.btn {
    font-size: 18px;
}
footer.footer .container {
    max-width: 100%;
}
.banner-content .banner-list li {
    font-size: 16px;
    line-height: 28.41px;
}
.banner-content .banner-list li:before {
    top: 11px;
}
.military-main-content form .selection-fields .form-group label {
    font-size: 15px;
}
.military-main-content form .radio-btn-fields .form-group label {
    font-size: 15px;
}
.military-main-content form .selection-fields .form-group select {
    font-size: 15px;
}
}

@media (max-width: 360px) {
.ls-up li:not(:last-child) {
    margin-right: 5px;
}
.header .container {
    padding: 0;
}
.top-header .title h3, .ls-up li a {
    font-size: 13px;
}
h1 {
    font-size: 30px;
    line-height: 35px;
}
.profile-card .title h3 {
    padding: 0px 0px 0 62px;
}
.military-main-content sup {
    font-size: 20px;
}
}
 