/* footer section start */

.nw-footer {
    background: #132443;
}

.footer-wrap {
    padding-top: 43px;
    background-size: cover;
  }
  
  .footer-wrap h3 {
      color: #fff;
      font-size: 17px;
      text-transform: uppercase;
      margin-bottom: 25px;
  }
  
  .footer-wrap p {
      font-size: 15px;
      line-height: 24px;
      color: #b3b3b3;
      margin-top: 15px;
  }
  
  .footer-wrap p a {
      color: #fff;
      text-decoration: underline;
      font-style: italic;
  }
  
  .footer-wrap p a:hover {
      text-decoration: none;
      color: #ff7800;
  }
  
  .footer-links li a {
      font-size: 14px;
      line-height: 30px;
      color: #ccc;
      text-decoration: none;
  }
  
  
  .footer-links li:before {
      content: "\f105";
      font-family: 'FontAwesome';
      padding-right: 10px;
      color: #34cbe9;
  }
  
  .footer-category li a {
      font-size: 14px;
      line-height: 30px;
      color: #ccc;
      text-decoration: none;
  }
  
  .footer-category li:before {
      content: "\f105";
      font-family: 'FontAwesome';
      padding-right: 10px;
      color: #34cbe9;
  }

  .address {
    
    color: #b3b3b3;
    font-size: 14px;
    position: relative;
    padding-left: 30px;
    line-height: 30px;
}

.address:before {
    content: "\f277";
    font-family: 'FontAwesome';
    position: absolute;
    top: 0;
    left: 0;
}

.info a {
 
    color: #b3b3b3;
    font-size: 14px;
    line-height: 30px;
    font-weight: normal;
}

.fa-phone:before {
    content: "\f095";
}

.info a {

    color: #b3b3b3;
    font-size: 14px;
    line-height: 30px;
    font-weight: normal;
}

.fa-fax:before {
    content: "\f1ac";
}

.copyright {
    border-top: 1px solid #111;
    font-size: 14px;
    color: #ccc;
    padding-top: 15px;
    display: flex;
    justify-content: space-around;
    padding-bottom: 15px;
    background: #02193a;
}
footer .second_class{
    border-bottom: 1px solid #444;
    padding-bottom: 25px;
}
footer .first_class {
    padding-bottom: 21px;
    border-bottom: 1px solid #444;
}
footer .first_class p, footer .first_class h3{
    margin: 0 0;
    
}


footer .newsletter {
  display: flex;
}

footer .newsletter input[type="email"] {
  flex: 1;
  background: #fff;
  color: #333;
  border: 1px solid #222;
  padding: 14px 20px;
  border-radius: 50px 0 0 50px; /* Rounded on the left side */
}

footer .newsletter .newsletter_submit_btn {
  background: #c53341;
  border: 0;
  font-size: 17px;
  color: #fff;
  border-radius: 0 50px 50px 0;
  cursor: pointer;
  padding: 0 20px;
}

footer .second_class_bdr{
    padding-top: 25px;
    border-top:1px solid #222;
}

footer .btn-facebook a {
    padding: 6px 14px !important;
}

footer .btn-envelop a {
    color: #D6403A;
    font-size: 15px;
    padding: 12px 12px;
}

footer .round-btn a {
    padding: 6px 12px;
}

footer .round-btn {
    box-shadow: 2px 2px 5px 0px #222 !important;}

footer .round-btn {
    margin: 15px 4px;}
	
footer dl, ol, ul {
    padding-left: 5px;
}
	footer li{
		list-style: none;
	}

  .btm-footer{
    display: flex;
    margin-bottom: 0;
  }

  .btm-footer li{
    padding-left: 5px;
  }

  .btm-footer li a{
    color: #fff;
  }

  .round-btn {
    display: inline;
    height: 40px;
    width: 40px;
    background: #fff;
    border-radius: 50%;
    float: left;
    margin: 15px 8px;
    border: 1px solid;
}

.round-btn a {
    display: block !important;
    padding: 7px 12px;
    font-size: 18px;
    border-radius: 50%;
}

.nw-btn{
  color: #ffffff;
  border: 1px solid #ffffff;    
}

.nw-btn:hover {
    color: #fff;
    text-decoration: none
}

/* footer section end */


/* header section start */

.nw-header {
    padding: 10px 100px;
    box-sizing: border-box;
    background: black;
    color: white;
}

.top-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .top-header a{
    color: white;
    font-weight: 600;
    padding-right: 20px;
  }
  
  .top-header a:hover{
    color: white;  
  }
  
  .social-top{
    display: flex;
  }

  .social-icons ul li {
    display: inline-block;
}



/* NAVBAR STYLING STARTS */
.navbar {
    position: sticky;
    top: 0;
    width: 100%;
    background-color: #ffffff;
    z-index: 100;
    padding: 15px 30px;
    display: flex;
    align-items: flex-end !important;
    justify-content: space-around !important;
    flex-wrap: wrap;
    }
    
    .nav-links a {
    color: #000000;
    font-weight: 500;
    }
    
    .nav-links a:hover {
      color: #000000;
      }
      
       .checkbox-tick[type=checkbox]{
    display: block !important;  
  }
    
    
    .hamburger {
        display: none;
        font-size: 24px;
        user-select: none;
        color: #000;
    }
    
    .menu {
        display: flex;
        gap: 0em;
        font-size: 18px;
    }
    
.menu li {
   padding: 5px 20px;
}

.login-btn {
    padding-left: 20px;
}

.login-btn a {
    background: #DB4437;
    padding: 10px 15px;
    border-radius: 20px;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
}

/* header section end */


/* bootstrap css start */

.container-2{
  max-width: 1310px;
}

li {
    list-style: none;
}

a {
    text-decoration: none !important;
}

.w-600{
  font-weight: 600;
}

.justify-content-evenly {
    justify-content: space-evenly !important;
}

.d-flex {
    display: flex !important;
}

.red{
  color: #df0015;
}

.pl-25{
  padding-left: 25px;
}

.pr-15{
 padding-right: 15px;
}

.pr-20{
  padding-right: 20px;
}

.br-blck{
  border-right: solid 1px #000000ba;
}

.bg-091239{
  background-color: #091239;
}

.fs-14{
  font-size: 14px !important;
}

.float-end{
  float: inline-end !important;
}

/* bootstrap css end */


/* Media query strat */

/* media only screen and (max-width: 768px) */

@media only screen and (max-width: 768px) {
    .nw-header {
        padding: 10px 20px;
    }
}

@media only screen and (max-width: 768px) {
    .detail-top {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .top-header {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

@media only screen and (max-width: 768px) {
    .m-none {
        display: none;
    }
}

/* media only screen and (max-width: 768px) */

/* media (max-width: 425px) */

@media (max-width: 425px) {
    footer .newsletter {
      flex-direction: column;
  }
  
  }

/* media (max-width: 425px) */

/* media(max-width:768px) */
  
@media(max-width:768px){
      .footer-wrap h3 {
      margin-top: 27px !important;}
      
      footer .round-btn {
      margin: 15px 4px;}
  
      .heading-wrap {
        display: flex;
        flex-direction: column;
      }
  
      .heading__banner-text {
        padding: 35px;
    }
  
    .mac-sec {
      display: flex;
      align-items: center;
      flex-direction: column;
    }

    .copyright {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
  
  }

  @media (max-width: 768px) {

    .nav-links a{
      color: #000;
    }
    
    .menu li {
    padding: 10px 14px;
    border-bottom: solid 1px #0000001a;
  }
    
  .menu {
    display:none;
    position: absolute;
    background-color:#fff;
    right: 0;
    left: 0;
    text-align: center;
    top: 85px;
    text-align: left;
    padding: 16px 16px;
  }
  
  .menu li:hover {
    display: inline-block;
    background-color:#4c9e9e;
    transition: 0.3s ease;
  }
  
  .menu li + li {
    margin-top: 12px;
  }
  
  input[type=checkbox]:checked ~ .menu {
    display: block;
  }
  

  
  .hamburger {
    display: block;
  }
  
  
  
  .dropdown li:hover {
    background-color: #4c9e9e;
  }
  }
  

/* media(max-width:768px) */

/* @media(max-width:320px) */

  @media(max-width:320px){
  .copyright {
      font-size: 13px;}
  }	

/* @media(max-width:320px) */

/* Media query end */

.hdg-hme h2{
  text-align: center;
  margin-top: 30px;
  margin-bottom: 55px;
  font-weight: 600;

}

  
  .custom-card {
    margin-bottom: 20px;
    background-color: #fff;
    display: flex;
    align-items: center;
    border-radius: 12px;
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    width: -webkit-fill-available;
    height: 170px;
    position: relative;
  }
  
 /* Change background color for every 3rd card */
.col-lg-3:nth-child(3n) .custom-card {
  background-color: #fff; /* Background color for every 3rd card */
    border: solid 2px #3a5a9969; 
}

/* Optionally, if you want different colors for multiple thirds */
.col-lg-3:nth-child(3n+1) .custom-card {
  background-color: #fff; /* Background color for 1st card in every group of 3 */
  border: solid 2px #83abc2e0;
}
/* Background color for 2nd card in every group of 3 */
.col-lg-3:nth-child(3n+2) .custom-card { 
  background-color: #fff;
  border: solid 2px #d19e07;
}

  /* Change the image based on nth-child */

  /* .col-lg-3:nth-child(3n) .custom-card .custom-card-image img {
    content: url('https://cdn-icons-png.freepik.com/512/8964/8964031.png');
  }
  
  .col-lg-3:nth-child(3n+1) .custom-card .custom-card-image img {
    content: url('https://cdn-icons-png.freepik.com/512/9469/9469755.png');
  }
  
  .col-lg-3:nth-child(3n+2) .custom-card .custom-card-image img {
    content: url(''); 
  } */


  .custom-card-image {
    flex: 0 0 60px;
    background-color: transparent;
    /* position: relative; */
    height: 100%;
    overflow: visible; /* Allows the image to extend outside the card */
  }
  
  .custom-card-image img {
    position: absolute;
    top: 50%;
    left: -75px;
    transform: translateY(-50%);
    width: 175px;
    height: auto;
  }
  
  .custom-card-body {
    flex: 1;
    margin-left: 10px;
    padding: 20px 30px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-direction: column;
  }
  
  .custom-card-title {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    color: #333;
    text-align: end;
    line-height: 1.3;
  }
  
  .custom-card-arrow-btn {
    text-decoration: none;
    font-size: 16px;
    color: #cb1526;
    transition: color 0.3s ease;
    
  }
  
  .custom-card-arrow-btn:hover {
    color: #218838;
  }

  /* 2024/10/04 updated style */

  .nw-crd2{
    border: solid 1px #336699cf; 
    border-radius: 10px;
  }

  .nw-btn2{
    background: #082038eb;
    color: white;
    font-weight: 600;
    margin-top: 24px;
  }

  .seebtn{
    background: #bf1212;
    border: solid 2px #bf1212;
    padding: 10px 30px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    margin-top: 20px;  
  }

  .seebtn:hover{
    background: #062752;
    border: solid 2px #062752;
    color: #ffffff;
  }

/* carousel */

.carousel-inner {
    position: relative;
}
.carousel-controls {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 10; /* Ensure controls are above carousel items */
    top: -58px;
}
.carousel-control-prev,
.carousel-control-next {
    width: 40px; /* Adjust width as needed */
    height: 40px; /* Adjust height as needed */
    background-color: rgba(0,0,0,0.5); /* Customize background color */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px; /* Spacing between arrows */
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-image: none; /* Remove default icons */
    border: 2px solid white; /* Customize icon border */
    width: 20px; /* Adjust icon size */
    height: 20px; /* Adjust icon size */
}
  
  /* Responsive Design - Stacking cards on smaller screens */
  @media screen and (max-width: 768px) {
    .custom-card-row {
      flex-direction: column;
      align-items: center;
    }
    
    .custom-card {
      width: 100%; /* Full width on smaller screens */
      max-width: 400px;
      margin-bottom: 20px;
    }
  }

  @media screen and (max-width: 990px) {
    .custom-card-row {
      flex-direction: column;
      align-items: center;
    }
    
    .custom-card {
      width: 100%; /* Full width on smaller screens */
      max-width: 400px;
      margin-bottom: 20px;
    }
  }
  
/* Sidebar styling  start*/

#sidebar {
  position: fixed;
  top: 0; /* Start at the top of the page */
  left: 0;
  width: 250px; /* Adjust the width as needed */
  height: 100vh; /* Full viewport height */
  background-color: #222222; /* Sidebar background color */
  padding: 15px;
  box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1); /* Optional shadow */
  z-index: 1000; /* Ensure it is above other content */
  overflow-y: auto; /* Scroll if content overflows */
  display: flex;
  flex-direction: column; /* Ensure content is stacked vertically */
}

#sidebar ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#sidebar ul li {
  margin: 10px 0;
}

#sidebar ul li a {
  font-weight: 600;
  color: white;
  text-decoration: none;
  display: block;
  padding: 10px;
}

#sidebar ul li a:hover {
  background-color: #575757;
  border-radius: 4px;
}

/* Ensure main content doesn't get hidden behind the sidebar */
body {
  margin-left: 250px; /* Adjust based on sidebar width */
  transition: margin-left 0.3s; /* Smooth transition for margin adjustment */
}

@media screen and (max-width: 1200px) {
  #sidebar {
    position: relative;
    width: 100%;
    height: auto;
    top: 0;
    box-shadow: none; /* Remove shadow for mobile view */
  }

  body {
    margin-left: 0; /* No margin on mobile */
  }
}

.nw-header-2{
  background-color: #ffffff00 !important;
}

.nw-sec-1{
  background-color: #ffffff00;  
}

/* Sidebar styling  end*/

.help-sec-main{
  padding: 60px 0px;
  /* background-color: #fff; */
}

.help-sec-bdy{
  background: #091239;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 8px 10px 8px 6px;
}

.help-sec-text{
  display: flex;
  flex: 1 1 calc(50% - 20px);
  color: #fff;
  align-items: center;
  justify-content: space-evenly;
}

.help-sec-text h3{
  font-size: 20px;
  font-weight: 600; 
}

.help-sec-icon{
  padding: 8px;
  flex: 1 1 calc(10% - 20px); /* Four columns, adjust width */
}

.help-sec-icn1{
  border-right: solid 1px #fff;
  padding-right: 6px;  
}

.help-sec-icon .help-sec-icn1 img{ 
  width: 70px;
  border-radius: 5px;
}

.hdng-sect h2{
  margin-bottom: 20px;
  font-size: 35px;
  text-align: end;
}

.hdng-sect p{
  text-align: end;
}


.crd {
  background-color: #062752;
  padding: 15px 15px;
  height: 85%;
  border-radius: 20px;
}

.icon-2 {
  transform: translateY(-35px);
}

.icon-2 h3 {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  border-radius: 50px;
  font-size: 20px;
  padding: 0 10px;
  background: #fff;
  color: #000;
  border: 1px solid #00000059;
  margin-bottom: 30px;
}

.icon-2 p {
  color: white;
}

.icn-yr-acc i{
  color: #fff;
  font-weight: 600;
  font-size: 50px;
}

.bg-ffc107 {
  background: #f1a213;
}

.bg-0f9058 {
  background: #0F9D58;
}

.btn-hme {
  display: flex;
  justify-content: space-around;
  padding: 5px;
  border-radius: 9px;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
}

.wht-hr {
  height: 1px !important;
  background: -webkit-linear-gradient(left, #ffffff5c, #ffffff, #ffffff);
  margin: 14px 0px 14px 0px;
}



.price-box {
  display: flex;
  max-width: 100%;
  height: 100%;
  margin-bottom: 15px;
  background-color: #fff;
  border: 1px solid #212529;
  color: #171717;
  flex-direction: column;
  justify-content: center;
}
.price-box .price-box-header {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f5f5f5;
  padding: 10px;
  font-size: 20px;
  font-weight: 600;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.price-box .price-box-header.price-box-header-blue {
  background-image: linear-gradient(45deg, #113e4c, #0e3a66);
  color: #fff;
  border: none;
}
.price-box .price-box-header.price-box-header-purple {
  background-image: linear-gradient(45deg, #48428a, #7584F7);
  color: #fff;
  border: none;
}
.price-box .price-box-body {
  padding: 13px;
  text-align: center;
  /* border: 1px solid #ddd; */
  border-top: none;
}
.price-box .price-box-body .price-box-primary {
  font-size: 28px;
  margin-top: 10px;
  font-weight: 500;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.price-box .price-box-body .price-box-secondary {
  font-size: 18px;
}
.price-box .price-box-body .price-box-split {
  width: 40%;
  border-top: 1px solid #17a2b880;
}
.price-box .price-box-body .price-box-text {
  font-size: 14px;
  margin-bottom: 15px;
  font-weight: 300;
}
.price-box .price-box-body .btn {
  margin-bottom: 15px;
  margin-top: 10px;
}
.price-box .price-box-body .btn.btn-price-box {
  border: 2px solid #2c95b5;
  color: #2c95b5;
  transition: all 200ms ease;
}
.price-box .price-box-body .btn.btn-price-box:hover, .price-box .price-box-body .btn.btn-price-box:focus {
  background-color: #2c95b5;
  color: #fff;
}
.price-box .price-box-body p.price-box-subtext {
  font-size: 12px;
  color: #888;
}
.price-box .price-box-features {
  border-top: 1px solid #ddd;
  list-style-type: none;
  padding: 0;
  margin: 0;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.price-box .price-box-features > li {
  padding: 15px 20px;
  background-color: #f5f5f5;
  border-bottom: 1px solid #ddd;
  font-size: 16px;
  color: #555;
}
.price-box .price-box-features > li:nth-of-type(even) {
  background-color: #fff;
}
.price-box .price-box-features > li.missing {
  text-decoration: line-through;
  color: #aaa;
}
.price-box .price-box-features > li .help-icon:after {
  content: "";
  display: inline-block;
  font-family: FontAwesome;
}


.pricing-table {
  background: #fff;
  box-shadow: 0px 1px 10px -6px rgba(0, 0, 0, .15);
  padding: 1rem;
  border-radius: 4px;
  transition: .3s;
  border: solid 2px #02274e94;
}

.purple .pricing-label {
  background: #007bff73;
  color: #111a4c;
}

.pricing-table .pricing-label {
  border-radius: 2px;
  padding: .25rem .5rem;
  margin-bottom: 1rem;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
}

.pricing-table h2 {
  color: #3b3b3b;
  font-size: 18px;
  font-weight: 600;
}

.pricing-table h5 {
  color: #B3B3B3;
  font-size: 14px;
  font-weight: 400;
}

.pricing-table .pricing-features {
  margin-top: 2rem;
}

.pricing-table .pricing-features .feature {
  display: flex;
  font-size: 12px;
  font-weight: 600;
  margin: .5rem 0;
  color: #747373;
  justify-content: space-between;
}

.pricing-table .pricing-features .feature span {
  display: inline-block;
  color: #3b3b3b;
  font-weight: 600;
}

.purple .price-tag {
  color: #09325e;
}

.pricing-table .price-tag {
  /* margin-top: 1rem; */
  text-align: center;
  font-weight: 600;
}

.pricing-table .price-tag .symbol {
  font-size: 24px;
}

.pricing-table .price-tag .amount {
  letter-spacing: -2px;
  font-size: 40px;
}

.pricing-table .price-tag .after {
  color: #3b3b3b;
  font-weight: 500;
}

.purple .price-button {
  background: #09325e;
}
.pricing-table .price-button {
  display: block;
  color: #fff;
  margin-top: 1rem;
  padding: .75rem;
  border-radius: 2px;
  text-align: center;
  font-weight: 500;
  transition: .3s;
  width: -webkit-fill-available;
}

#order-standard_cart .cart-sidebar{
  width: 25% !important;
  
}

#order-standard_cart .secondary-cart-body{
  width: 58% !important; 
}

@media only screen and (max-width: 991px) {
    #order-standard_cart .secondary-cart-body {
        width: 100% !important;
    }
}

.cart-sidebar{
  height: 600px !important;
  overflow-y: scroll !important;
}

.crt-bdy-nw {
  background: #06315c;
  padding: 25px;
  border-radius: 5px;
}

.white-6{
  color: white !important;
  font-weight: 600; 
}

.pi-nw{
  background: #316497 !important;
  padding: 22px !important; 
}

.fs-20{
  font-size: 20px; 
}

.fg-nw label{
  color: white !important;
  font-weight: 600 !important;  
}

.card-header {
  background: #3797a3;
  color: aliceblue;  
}

.card-header h3{
  font-weight: 600;
}
.bg-black-6{
  background: black;
  font-weight: 600 !important;
  padding: 16px 5px;
  border-bottom: solid 1px;
}

.sc-nw{
  background: #000000 !important;
  color: #ffffff;
  font-weight: 600;
  padding: 26px !important;
  border-radius: 12px; 
}

.searchbox-wrap {
  display: flex;
  margin-top: 2%;
  margin-left: auto;
  margin-right: auto;
}
.searchbox-wrap input {
 height: max-content !important;
  flex: 1;
  padding: 20px 20px !important;
  font-size: 1.1em;
  -webkit-border-top-left-radius: 25px !important;
  -webkit-border-bottom-left-radius: 25px !important;
  -moz-border-radius-topleft: 25px !important;
  -moz-border-radius-bottomleft: 25px !important;
  border-top-left-radius: 25px !important;
  border-bottom-left-radius: 25px !important;
  box-shadow: none;
  border: none;
  box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.19);
}
.searchbox-wrap button {
  padding-right: 0px;
  background-color: #fff;
  -webkit-border-top-right-radius: 25px;
  -webkit-border-bottom-right-radius: 25px;
  -moz-border-radius-topright: 25px;
  -moz-border-radius-bottomright: 25px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  box-shadow: 5px 4px 6px rgba(0, 0, 0, 0.19);
  border: none;
  cursor: pointer;
  cursor: hand;
}
.searchbox-wrap button span {
  margin-left: 50px;
  padding: 20px 40px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  background-color: #F54E59;
  border-radius: 26px;
}
.searchbox-wrap button span:hover {
  background-color: #d6121f;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.19);
}

.promo-hdng{
  font-size: 16px;
  font-weight: 600;
}

.bg-none{
  background-color: #f8f8f800 !important;
  padding: 0px !important;  
}

.nw-vbtn{
  width: -webkit-fill-available; 
  padding: 5px !important;
}

.vc-nw{
  font-weight: 600;
  background-color: #cd0000 !important;
  font-size: 16px !important;  
}


.container-checkout{
  background: #ffffff;
  border-radius: 0.5rem;
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1),
              0px 5px 12px -2px rgba(0, 0, 0, 0.1),
              0px 18px 36px -6px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  padding: 30px;
}


.checkout-title{
  padding: 12px 25px;
  background: #0b345c;
}

.checkout-title p{
  font-size: 25px;
  font-weight: 600;
  position: relative;
  margin-bottom: 10px;
  color: aliceblue;
}

.checkout-title p::before{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 3px;
  background: linear-gradient(to right, #F37A65, #D64141);
}

.user_details{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  padding: 25px;
}

.user_details .input_box{
  width: calc(100% / 2 - 20px);
  margin: 0 0 12px 0;
}

.input_box label{
  font-weight: 500;
  margin-bottom: 5px;
  display: block;
}




.input_box input{
  width: 100%;
  height: 45px;
  border: none;
  outline: none;
  border-radius: 5px;
  font-size: 16px;
  padding-left: 15px;
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  background-color: #f6f8fa;
  font-family: 'Poppins', sans-serif;
  transition: all 120ms ease-out 0s;
}


.input_box input:focus,
.input_box input:valid{
  box-shadow: 0px 0px 0px 2px #d7d7d7;
}

form .gender-checkout{
  padding: 0px 25px;
}

.gender-checkout .gender_title{
  font-size: 20px;
  font-weight: 500;
}

.gender-checkout .category-checkout{
  width: 80%;
  display: flex;
  justify-content: space-between;
  margin: 5px 0;
}

.gender-checkout .category-checkout label{
  display: flex;
  align-items: center;
  cursor: pointer;
}

.gender-checkout .category-checkout label .dot{
  height: 18px;
  width: 18px;
  background: #d9d9d9;
  border-radius: 50%;
  margin-right: 10px;
  border: 4px solid transparent;
  transition: all 0.3s ease;
}

#radio_1:checked ~ .category-checkout label .one,
#radio_2:checked ~ .category-checkout label .two,
#radio_3:checked ~ .category-checkout label .three{
  border-color: #d9d9d9;
  background: #D64141;
}

.gender-checkout input{
  display: none;
}

.reg_btn-checkout{
  padding: 0 30px 10px 30px;
  margin: 15px 0;
}

.reg_btn-checkout input{
  height: 45px;
  width: 100%;
  border: none;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  background: linear-gradient(to right, #F37A65, #D64141);
  border-radius: 5px;
  color: #ffffff;
  letter-spacing: 1px;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
}

.reg_btn-checkout input:hover{
  background: linear-gradient(to right, #D64141, #F37A65);
}

@media screen and (max-width: 584px){

  .user_details{
      max-height: 340px;
      overflow-y: scroll;
  }

  .user_details::-webkit-scrollbar{
      width: 0;
  }

  .user_details .input_box{
      width: 100%;
  }

  .gender-checkout .category-checkout{
      width: 100%;
  }

}


@media screen and (max-width: 419px){
  .gender-checkout .category-checkout{
      flex-direction: column;
  }   
}

.log-bg-gray {
  background-color: #fff;
  border-radius: 20px;
}

.pd-50{
  padding: 50px;
}

.lg-sec{
  background: #0d3964;
  border-radius: 20px;
}

.lg-sec h3{
  color: aliceblue;
  font-weight: 600;
  text-decoration: underline;
}

.lg-sec p{
  color: aliceblue; 
}

.lg-sec label{
  color: aliceblue; 
}

.lg-sec a{
  color: aliceblue; 
}

.lg-btn{
  text-align: center;
  width: -webkit-fill-available;
  background: #17a2b8;
  color: #fff;
  padding: 10px;
  border-radius: 8px;
  font-weight: 600;  
}

.lg-btn:hover{
  background: #ffffff;
  color: #000;
  font-weight: 600;  
  border: solid 1px #000;
}



#sidebar {
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* Pushes content apart */
  height: 100vh; /* Full viewport height */
  padding: 20px;
}

.sidebar-icons-container {
  width: 100%; /* Full width */
  padding: 10px;
  display: flex;
  justify-content: space-around;
}

.icon-link {
  padding: 10px;
  /*margin-right: 10px;*/
  color: #fff;
  /*border-radius: 20%;*/
  transition: background-color 0.3s ease;
  background-color: #3b5998;
}

.icon-link:hover{
  color: #fff; 
}

@media (max-width: 1200px) {
  #sidebar {
      display: none; /* Hides the sidebar */
  }
}

.srl-lst{
  height: 200px !important;
  overflow-y: scroll !important;
}

.lp-crd{
  border: solid 2px #336699c4;
  border-radius: 10px;
  padding: 36px 20px 24px 12px;
}


.footer_get_touch_outer {
  margin-top: 40px;
  margin-bottom: 40px;
}

.grid-70-30 {
  display: grid;
  grid-template-columns: 70% 30%;
}
.get_form_inner {
  display: block;
  padding: 50px 40px;
  background: #fff;
  box-shadow: -4px -2px 20px -7px #cfd5df;
}
input[type="text"], input[type="text"], input[type="email"], input[type="tel"] {
  border: 1px solid #dbdbdb;
  border-radius: 2px;
  color: #333;
  height: 42px;
  padding: 0 0 0 20px;
  width: 100%;
  outline: 0;
}
.grid-50-50 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
.grid-full {
  margin: 20px 0;
}
textarea {
  border: 1px solid #dbdbdb;
  border-radius: 2px;
  color: #333;
  padding: 12px 0 0 20px;
  width: 100%;
  outline: 0;
  margin-bottom: 20px;
}
.get_form_inner_text h3 {
  color: #333;
  font-size: 26px;
  font-weight: 600;
}

.get_form_inner_text p{
  margin-bottom: 40px;
}

.button[type="submit"] {
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
  background: transparent;
  border: 2px solid;
  font-weight: 500;
  padding: 10px 20px;
  outline: 0;
  cursor: pointer;
  color: #103e65;
  transition: all 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition: all 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -moz-transition: all 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -ms-transition: all 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: all 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
input[type="submit"]:hover {
  background-color: #f85508;
  border-color: #f85508;
  color: #fff;
}
.get_say_form {
  display: inline-block;
  padding: 45px 0 25px 30px;
  background: #103e65;
  position: relative;
}
.get_say_form h5 {
  color: #fff;
  font-size: 26px;
  margin: 0 0 40px;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.get_say_social-icn {
  display: flex;
  position: absolute;
  bottom: 40px;
}
.get_say_social-icn a {
  font-size: 22px;
  color: #fff;
  padding: 0 20px 0 0;
}
.get_say_info_sec i {
  color: #fff;
  font-size: 32px;
}
.get_say_info_sec > li {
  display: grid;
  grid-template-columns: 40px auto;
  align-items: center;
  margin-bottom: 40px;
}
.get_say_info_sec > li a {
  width: 100%;
  display: block;
  padding: 15px 25px;
  color: #fff;
  font-size: 16px;
  text-decoration: unset;
  font-weight: 500;
  background: #162b65;
  border-radius: 5px 0 0 5px;
  transition: background 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition: background 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -moz-transition: background 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -ms-transition: background 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: background 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.get_say_info_sec > li a:hover {
  background-color: #f85508;
}



.product-card {
    background: #22476c;
    border-radius: 10px;
    padding: 19px 26px 21px 25px;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 315px) {
    .product-card {
        flex-direction: column;
        gap: 10px;
    }
}

.product-card img {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    border: 2px solid #4364f7;
    object-fit: cover;
}

.icn-psec i {
  color: #6dcdd9;
  font-size: 40px;
}

.product-card__details {
    margin-left: 13px;
}

@media screen and (max-width: 315px) {
    .product-card__details {
        text-align: center;
        margin-left: 0;
    }
}

.product-card__details h2 {
    margin-bottom: 0;
    color: white;
    font-size: 18px;
    font-weight: 600;
}

.product-card__details span {
    font-size: 14px;
    color: var(--text-opacity, #000);
}

.product-card__favorite {
    color: #212529;
    font-weight: 600;
    height: 50px;
    width: 50px;
    display: block;
    border-radius: 50%;
    cursor: pointer;
    margin-left: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background: aliceblue;
    transition: box-shadow 0.3s;
}

@media screen and (max-width: 315px) {
    .product-card__favorite {
        margin-left: 0;
    }
}

.product-card__favorite i {
    color: var(--icon);
    font-size: 24px;
}

.product-card__favorite:hover {
    box-shadow: 0 1px 30px 0 rgba(0, 0, 0, 0.1), 0 1px 20px 0 rgba(0, 0, 0, 0.06);
}

.prd-ntle{
  color: black;
  font-size: 20px !important;  
}

.prd-nbtn{
 padding: 10px;
 font-size: 15px;
 font-weight: 600;
}


/*Account details*/

.cd-nw{
  border: solid 1px #13345478;
  border-radius: 18px;
}

.nw-clbtn{
  padding: 9px 15px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background-color: #F54E59;
  border-radius: 18px;
  border: solid 1px #ff0000;
}

.cnlbtn{
  padding: 9px 15px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background-color: #369;
  border-radius: 18px;
  border: solid 1px #369;
}

.nwinv-hdr{
    background: #1b3550 !important;
    color: #ffffff !important;   
}

.inw-prnt{
  background: #c12a38 !important;
  padding: 12px !important;
  color: #ffffff !important;
  font-size: 16px !important;
  font-weight: 700 !important;  
}

.inw-dwn{
    background: #1b3550 !important;
    color: white !important;
    padding: 12px !important;
    font-weight: 600 !important;   
}

.pynw-inw input{
    padding: 4px 12px !important;
    margin-left: 12px !important;
    background: #c9303f !important;
    border: none !important;
    color: #ffffff !important;
    font-weight: 600 !important;
    font-size: 18px !important;
    border-radius: 8px !important;
}


.tick-visible{
    display: inline-block !important;
    width: 23px;
    height: 14px;
    background-color: lightgray;
    border: 2px solid #ccc;
    border-radius: 4px;
    position: relative;
    cursor: pointer;
}


.footer-continent{
 display: flex;
justify-content: space-around;   
}

@media screen and (max-width:790px) {
  .footer-continent{
 display: flex;
 flex-direction: column;
justify-content: space-around;
gap: 5px;   
}
}

.footer-continent a{
    align-content: center;
    background: aliceblue;
    padding: 10px 10px;
    border-radius: 5px;
    color: #000000;
    font-size: 18px;
    text-align: center;
    width: -webkit-fill-available;
    margin: 0 5px;
}