
body {
  font-family: Arial, Helvetica, sans-serif;
}
/* Spacers */

.spacer-50 {
  padding-top: 50px;
}

.spacer-25 {
  padding-top: 25px;
}

.spacer-10 {
  padding-top: 10px;
}

/* Cta Area */
.cta-area {
  position: relative;
  z-index: 2; }
  .cta-area .cta-text {
    position: relative;
    z-index: 1;
    border-radius: 0.75rem;
    background-size: cover;
    background-position: center top; }
    .cta-area .cta-text p,
    .cta-area .cta-text h4 {
      color: #ffffff; }
    .cta-area .cta-text::after {
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      position: absolute;
      content: "";
      background: #165dff;
      background: -webkit-gradient(linear, right top, left top, from(#165dff), to(#0d3bd1));
      background: linear-gradient(to left, #165dff, #0d3bd1);
      z-index: -10;
      border-radius: 0.75rem;
      opacity: .75; }
	  
	  
	/* top-product-card */   
.top-product-card {
  position: relative;
  z-index: 1; }
  .top-product-card .badge {
    position: absolute;
    top: 1rem;
    left: 1rem;
    z-index: 10; }
  .top-product-card .wishlist-btn {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 10;
    color: #ea4c62;
    font-size: 1.25rem;
    line-height: 1; }
  .top-product-card .product-thumbnail {
    text-align: center; }
    .top-product-card .product-thumbnail img {
      width: 100%; }
  .top-product-card .delete-btn {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 10;
    color: #747794;
    font-size: 1.25rem;
    line-height: 1; }
  .top-product-card .product-title {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0.25rem;
    color: #020310; }
  .top-product-card .sale-price {
    margin-bottom: 0.25rem;
    color: #00b894;
    font-weight: 700; }
    .top-product-card .sale-price span {
      color: #747794;
      margin-left: 5px;
      text-decoration: line-through;
      font-size: 14px; }
  .top-product-card .product-rating {
    font-size: 14px;
    color: #0e0e0e; }
    .top-product-card .product-rating i {
      margin: 0 1px; }
  .top-product-card .btn {
    padding: 0;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    position: absolute;
    right: 12px;
    bottom: 12px;
    font-size: 1rem;
    z-index: 9; }
  .top-product-card:hover .product-titleX, .top-product-card:focus .product-title {
    color: #165dff; }

	
	.weekly-product-card {
  position: relative;
  z-index: 1; }
  .weekly-product-card .product-thumbnail-side {
    position: relative;
    z-index: 1;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
    padding-right: 1rem; }
    .weekly-product-card .product-thumbnail-side .product-thumbnail {
      position: relative;
      z-index: 1; }
      .weekly-product-card .product-thumbnail-side .product-thumbnail img {
        max-height: 150px; }
    .weekly-product-card .product-thumbnail-side .badge {
      position: absolute;
      z-index: 2;
      top: 0.5rem;
      left: 0.5rem; }
    .weekly-product-card .product-thumbnail-side .wishlist-btn {
      position: absolute;
      bottom: 0.5rem;
      left: 0.5rem;
      color: #ea4c62;
      line-height: 1;
      z-index: 11;
      font-size: 1.25rem; }
    .weekly-product-card .product-thumbnail-side .delete-btn {
      position: absolute;
      bottom: 0.5rem;
      left: 0.5rem;
      color: #747794;
      line-height: 1;
      z-index: 11; }
  .weekly-product-card .product-description {
    position: relative;
    z-index: 1;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    width: 50%; }
	 .weekly-product-card .product-description100 {
    position: relative;
    z-index: 1;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 100%;
    width: 100%; }
    .weekly-product-card .product-description .product-title {
      margin-bottom: 0.5rem;
      font-weight: 700;
      font-size: 14px;
      color: #020310; }
    .weekly-product-card .product-description .sale-price {
      margin-bottom: 0.5rem;
      font-size: 14px;
      font-weight: 700;
      color: #020310;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .weekly-product-card .product-description .sale-price i {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 22px;
                flex: 0 0 22px;
        max-width: 22px;
        width: 22px;
        height: 22px;
        line-height: 23px;
        border-radius: 50%;
        color: #ffffff;
        background-color: #165dff;
        font-size: 10px;
        text-align: center;
        margin-right: 0.25rem; }
      .weekly-product-card .product-description .sale-price span {
        text-decoration: line-through;
        color: #ea4c62;
        margin-left: 0.25rem; }
    .weekly-product-card .product-description .product-rating {
      font-size: 14px;
      font-weight: 700;
      margin-bottom: 0.5rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .weekly-product-card .product-description .product-rating i {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 22px;
                flex: 0 0 22px;
        max-width: 22px;
        width: 22px;
        height: 22px;
        line-height: 23px;
        border-radius: 50%;
        color: #ffffff;
        background-color: #ffaf00;
        font-size: 10px;
        text-align: center;
        margin-right: 0.25rem;
        padding-left: 1px; }
    .weekly-product-card .product-description .btn i {
      font-size: 14px; }
  .weekly-product-card:hover .product-title, .weekly-product-card:focus .product-title {
    color: #165dff; }
	
	
	
.navbar {
  overflow: hidden;
  background-color: #fff;
  position: fixed;
  z-index:50;
  top: 0;
  width: 100%;
}

.navbar a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding-top: 14px;
  padding-bottom: 5px;
  text-decoration: none;
  font-size: 17px;
  width: 30%;
}

.navbar a:hover {
  background: #ffffff;
  color: black;
}




.mobile-container {
  max-width: 100%;
  margin: auto;
  background-color: #555;
  height: 100%;
  color: white;
  border-radius: 10px;
}

.topnav {
  overflow: hidden;
  background-color: #333;
  position: relative;
  
}

.topnav #myLinks {
  display: none;
}

.topnav a {
  color: white;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
}

.topnav a.icon {
  background: black;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.topnav a:hover {
  background-color: #757575;
  color: black;
}

.active {
  background-color: #e7e7e7;
  color: white;
    //*background-image: url('Scales-Galore-X50-logo.png');
	padding: 14px 1px;
   /* Center and scale the image nicely */
  background-position: left;
  background-repeat: no-repeat;
  
 
}

.sidebar {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  background-color: #124DE9;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidebar a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 14px;
  font-weight:bold;
  color: #FFFFFF;
  display: block;
  transition: 0.3s;
}

.sidebar a:hover {
	background-color: #1047E1;
 }

.sidebar .closebtn {
  position: absolute;
  top: 0;
  right: 20px;
  font-size: 26px;
  margin-left: 20px;
}
.sidebar .Lable {
  color:#ffffff;
  font-size: 1rem;
  font-weight:bold;
  display: block;
  padding: 1px 1px 1px 32px;
}
.sidebar .btn {
  background-color: #4CAF50;
  color: white;
  padding: 12px;
  margin: 10px 0;
  border: none;
  width: 100%;
  border-radius: 3px;
  cursor: pointer;
  font-size: 17px;
}


/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidebar {padding-top: 15px;}
  .sidebar a {font-size: 18px;}
}
/* start new top search  */
* {
  box-sizing: border-box;
}

form.topsearch input[type=text] {
  padding: 5px;
  font-size: 14px;
  border: 1px solid grey;
  float: left;
  width: 80%;
  background: #ffffff;
}

form.topsearch button {
  float: left;
  width: 20%;
  padding: 5px;
  background: #E7EAF5;
  color: #636363;
  font-size: 14px;
  border: 1px solid grey;
  border-left: none;
  cursor: pointer;
}

form.topsearch button:hover {
  color: #165DFF;
}

form.topsearch::after {
  content: "";
  clear: both;
  display: table;
}

/* end new top search  */

/* Style the search box inside the navigation bar */
.search-container input[type=text] {
   width: 130px;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
  background-color: white;
  background-image: url('images/searchicon.png');
  background-position: 10px 10px; 
  background-repeat: no-repeat;
  padding: 12px 20px 12px 40px;
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
}
input[type=text]:focus {
  width: 80%;
  }
  
.search-container button {
  float: right;
  padding: 6px 10px;
  margin-top: 8px;
  margin-right: 16px;
  background: #e7e7e7;
  font-size: 17px;
  border: none;
  cursor: pointer;
}

.banners {
  display: block;
  padding: 6px 10px;
  margin-top: 8px;
  margin-right: 16px;
  color: #757575;
  background: #e7e7e7;
  font-size: 17px;
  border: none;
 }


* {
  box-sizing: border-box;
}


/* Float four columns side by side */
.column {
  float: left;
  width: 24%;
  padding: 0 10px;
}
.column-50 {
  float: left;
  width: 50%;
  padding: 0 10px;
}
.column-65 {
  float: left;
  width: 65%;
  padding: 0 10px;
}
.column-35 {
  float: left;
  width: 35%;
  padding: 0 10px;
} 
.column-100 {
  float: left;
  width: 100%;
  padding: 0 10px;
 
}
/* Remove extra left and right margins, due to padding */
.row {
 padding: 10px 10px;
 max-width: 1000px;
  margin: auto;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Style the counter cards */
.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  padding: 16px;
  text-align: center;
  background-color: #fff;
  color: #000;
   border-radius: 5px;
}
.cardMiniProduct {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  padding: 16px;
  text-align: left;
  background-color: #fff;
  color: #000;
   border-radius: 5px;
   width: 100%;
   
   
   display: table;   clear: both;
}

/* Responsive columns */
@media screen and (max-width: 640px) {
  .column {
    width: 49%;
    display: block;
    margin-bottom: 20px;
  }
  .column-50 {
    width: 99%;
    display: block;
    margin-bottom: 20px;
  }
}

/* Float four columns side by side */
.Productcardcolumn {
  float: left;
  width: 100%;
  padding: 0 5px;
}

.Productcard {
	 
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  max-width: 100%;
   height: 180px;
   width: 100%;
  text-align: left;
   background-color: #fff;
  color: #000;
  font-family: Verdana;
 border-radius: 5px;
 display:flex;
 
}








.footer {
  overflow: hidden;
  background-color: #333;
  
}

.footer a {
  float: center;
  color: #f2f2f2;
  text-align: center;
  padding: 24px 26px;
  text-decoration: none;
  font-size: 17px;
}

.footer a:hover {
  background-color: #ddd;
  color: black;
}

.accordion {
  background-color: #333;
  color: #fff;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 17px;
  transition: 0.4s;
}
.panel {
  padding: 0 18px;
  display: none;
  background-color: #333;
  overflow: hidden;
   color: white;
    font-size: 15px;
}

.addCartButton {
  padding: 5px 5px;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
  outline: none;
  color: #fff;
  background-color: #4CAF50;
  border: none;
  border-radius: 2px;
  box-shadow: 0 4px #999;
}

.addCartButton:hover {background-color: #3e8e41}

.addCartButton:active {
  background-color: #3e8e41;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}




.CARTcolumn15 {
  float: left;
  text-align: center;
  width: 25%;
  padding: 0 10px;
}
.CARTcolumn50 {
 text-align: RIGHT;
  float: left;
  width: 50%;
  padding: 0 10px;
}
.CARTcolumn75 {
 text-align: RIGHT;
  float: left;
  width: 75%;
  padding: 0 10px;
}
/* Remove extra left and right margins, due to padding */
.CARTrow {margin: 0 15px;
  background-color: #ffffff;
  border: 2px solid #ccc;
 width: 95%;
  float: center;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  padding: 16px;}

/* Clear floats after the columns */
.CARTrow:after {
  content: "";
  display: table;
  clear: both;
}
/*.btn {
  background-color: #4CAF50;
  color: white;
  padding: 12px;
  margin: 10px 0;
  border: none;
  width: 100%;
  border-radius: 3px;
  cursor: pointer;
  font-size: 17px;
}
*/
.btn,
.btn:hover,
.btn:focus {
  font-weight: 700;
  -webkit-box-shadow: none;
          box-shadow: none; }

.btn {
  padding: .375rem 1rem;
  font-size: 0.85rem;
  border-radius: .4rem; }
  .btn:hover, .btn:focus {
    color: #ffffff; }
.btn:hover {
  background-color: #006600;
}
.btn-primary {
  background-color: #165dff;
  border-color: #165dff;
  font-weight:bold;
  color: #FFFFFF;
  text-decoration: none;

   }
   
   
   
  .btn-primary:hover, .btn-primary:focus {
    background-color: #020310;
    border-color: #020310; }
	
.btn-success {
  background-color: #00b894;
  border-color: #00b894; 
  color: #FFFFFF;
  text-decoration: none;}
  .btn-success:hover, .btn-success:focus {
    background-color: #020310;
    border-color: #020310;
	text-decoration: none; }

	
	.btn-sm {
  padding: .25rem .75rem;
  font-size: .75rem;
  border-radius: .25rem; }
  
.columnHomeleft {
  float: left;
  text-align: left;
  width: 50%;
   
}
	.columnHomeright {
  float: right;
  text-align: right;
  width: 50%;
   
}
.footerStick {
   position: fixed;
   box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
   left: 0;
   bottom: 0;
   width: 100%;
   padding: 6px;
    z-index:50;
   background-color: #E7EAF5;
   color: #636363;
   text-align: center;
}
.btnStick {
  background-color: #E7EAF5;
  color: #7C7F9A;
  text-decoration: none;
  /*padding: 6px;
  margin: 5px 0;*/
  border: 1px;
  width: 100%;
  border-radius: 3px;
  cursor: pointer;
  font-size: 14px;
}
.btnStick:hover {
  background-color: #E7EAF5;
  color: #165DFF;
  text-decoration: none;
 /* padding: 6px;
  margin: 5px 0;*/
  border: 1px;
  width: 100%;
  border-radius: 3px;
  cursor: pointer;
  font-size: 14px;
}
.columnStick {
  float: left;
  text-align: center;
  width: 25%;
   
}
.navbarTOP {
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #ffffff;
}


 
.catagory-card {
  position: relative;
  z-index: 1;
  text-align: center;
  border-radius: 0.75rem; }
  .catagory-card a {
    display: block;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem; 
	 text-decoration: none;
	}
  .catagory-card i {
    margin-bottom: 0.75rem;
    font-size: 1.75rem;
    display: block;
    color: #165dff; }
  .catagory-card span {
    -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
    display: block;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #747794; }
  .catagory-card:hover span, .catagory-card:focus span {
    color: #165dff; }

 

/* Set a style for all buttons */
buttonCart {
  background-color: #4CAF50;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%;
}

buttonCart:hover {
  opacity: 0.8;
}

/* Extra styles for the cancel button */
.cancelbtn {
  width: auto;
  padding: 10px 18px;
  background-color: #f44336;
  cursor: pointer;
}

/* Center the image and position the close button */
.imgcontainer {
  text-align: center;
  margin: 24px 0 12px 0;
  position: relative;
}

/* img.avatar {
  width: 40%;
  border-radius: 50%;
  }
*/ 
.container {
  padding: 16px;
  
}

span.psw {
  float: right;
  padding-top: 16px;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 10; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  padding-top: 5px;
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
  border: 1px solid #888;
  width: 90%; /* Could be more or less, depending on screen size */
}

/* The Close Button (x) */
.close {
  position: absolute;
  right: 25px;
  top: 0;
  color: #000;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: red;
  cursor: pointer;
}

/* Add Zoom Animation */
.animate {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
  from {-webkit-transform: scale(0)} 
  to {-webkit-transform: scale(1)}
}
  
@keyframes animatezoom {
  from {transform: scale(0)} 
  to {transform: scale(1)}
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
  span.psw {
     display: block;
     float: none;
  }
  .cancelbtn {
     width: 100%;
  }
}


@media only screen and (min-width: 1200px) {
  .container {
    max-width: 940px; } }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .container {
    max-width: 800px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .container {
    max-width: 640px; } }

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .container {
    max-width: 400px; } }

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .container {
    max-width: 450px; } }

 







.collapsible {
  background-color: #777777;
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}

.collapsible:hover {
  background-color: #555555;
}

.collapsible:after {
  content: '\002B';
  color: white;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}

.content {
  padding: 0 18px;
  max-height: 0;
 overflow: auto;
  transition: max-height 0.2s ease-out;
  background-color: #f1f1f1;
}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
/* outerBox CSS */
.obx-boc {
	display: flex;
	flex-direction: column;
	width: 1000px;
	margin: 0 auto;
	gap: 100px;
}

.obx-title {
	color: #333399;
	font-size: 24px;
	font-weight: bold;
	font-family: "Arial";
	margin: 20 0;
}

.obx-p {
	color: #666666;
	font-size: 16px;
	font-weight: 400;
	font-family: "Arial";
	width: 85%;
	line-height: 1.5;
}

.obx-ul-div {
	display: flex;
	flex-direction: column;
	font-family: "Arial";
	color: #666666;
	margin: 30px 0;
	border-left: 4px #333399 solid;
}

.obx-ul {
	line-height: 2;
}

.obx-ul-title {
	font-size: 18px;
	font-weight: bold;
	margin-left: 30px;
	color: #000;
}

.ul-p {
	margin: unset;
	margin-left: 30px;
}

.obx-video-div {
	display: flex;
	gap: 20px;
}

.flex {
	display: flex;
	flex-direction: column;
}

.video-placeholder {
	background-color: #666;
	padding: 12% 20%;
}

.obx-cta-p {
	margin: 0;
	padding-bottom: 30px;
	color: #666666;
	font-size: 16px;
	font-weight: 400;
	font-family: "Arial";
	width: 85%;
}

.obx-cta {
	background-color: #990000;
	border: 1px solid #090854;
	width: 130px;
	color: #fff;
	cursor: pointer;
	padding: 10px;
	font-family: "Arial";
	border-radius: 6px;
	text-align: center;
}

.obx-cta:hover {
	background-color: #fff;
	border: 1px solid #090854;
	width: 130px;
	color: #090854;
	cursor: pointer;
	padding: 10px;
	font-family: "Arial";
	border-radius: 6px;
}

.obx-image-div {
	background-color: #dddddd;
	padding: 30px;
}

.obx-faq {
	border: 1px solid #cccccc;
	border-radius: 6px;
	padding: 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.obx-image-div {
	display: flex;
	gap: 60px;
}

.obx-faq-title {
	color: #000;
	font-size: 16px;
	font-weight: bold;
	font-family: "Arial";
}

.faq-p {
	color: #666666;
	font-size: 16px;
	font-weight: 400;
	font-family: "Arial";
}

.faq-div {
	width: 95%;
	margin: 0;
}

.faq-border {
	border-top: 1px solid #cccccc;
	width: 100%;
	padding 5px 0;
}

.obx-arrow-cta {
	cursor: pointer;
	color: #990000;
	font-weight: bold;
	font-family: "Arial";
}

.cta-heading {
	display: flex;
	background-color: #333399;
	padding: 30px;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 100px;
}

.cta-heading-title {
	color: #fff;
	font-size: 16px;
	font-family: "Arial";
	margin-bottom: 10px;
}

.cta-heading-subtitle {
	color: #fff;
	font-size: 24px;
	font-family: "Arial";
	font-weight: bold;
}

.cta-heading-div {
	display: flex;
	flex-direction: column;
}

.cta-heading-btn {
	background-color: #990000;
	border: 1px solid #090854;
	width: 130px;
	height: 20px;
	color: #fff;
	cursor: pointer;
	padding: 10px;
	font-family: "Arial";
	border-radius: 6px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

.cta-heading-btn:hover {
	background-color: #fff;
	border: 1px solid #090854;
	color: #090854;
}

@media (max-width: 1200px) {
	.obx-boc {
		width: 90%;
		gap: 80px;
	}
}

@media (max-width: 992px) {
	.obx-boc {
		width: 85%;
		gap: 60px;
	}
	.obx-title {
		font-size: 22px;
	}
	.obx-p,
	.obx-cta-p,
	.faq-p {
		font-size: 15px;
		width: 100%;
	}
	.obx-ul-title {
		font-size: 16px;
	}
	.obx-ul-div {
		margin: 20px 0;
	}
	.obx-video-div,
	.obx-image-div {
		flex-direction: column;
		gap: 20px;
	}
	.video-placeholder {
		padding: 20%;
	}
}

@media (max-width: 768px) {
	.obx-boc {
		width: 80%;
		gap: 40px;
	}
	.obx-title {
		font-size: 20px;
	}
	.obx-ul-title {
		font-size: 15px;
	}
	.obx-ul-div {
		margin: 15px 0;
	}
	.video-placeholder {
		padding: 25%;
	}
	.cta-heading {
		flex-direction: column;
		align-items: flex-start;
		gap: 20px;
	}
	.cta-heading-btn {
		width: 50%;
		height: auto;
		padding: 15px;
	}
}

@media (max-width: 576px) {
	.obx-boc {
		width: 95%;
		gap: 30px;
	}
	.obx-title {
		font-size: 18px;
	}
	.obx-p,
	.obx-cta-p,
	.faq-p {
		font-size: 14px;
	}
	.obx-ul-title {
		font-size: 14px;
	}
	.obx-ul-div {
		margin: 10px 0;
	}
	.video-placeholder {
		padding: 30%;
	}
	.cta-heading {
		padding: 20px;
	}
	.cta-heading-title {
		font-size: 14px;
	}
	.cta-heading-subtitle {
		font-size: 20px;
	}
	.cta-heading-btn {
		width: 50%;
		padding: 10px;
	}
	.obx-img img {
		width: 90%;
	}
}