@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,600;0,700;0,800;1,600;1,700;1,800&display=swap');
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.row {
  margin-left: 0px;
  margin-right: 0px;
}
.col, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix,
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.custom--ourstory {
    max-width: 1300px;
}
@media only screen and (min-width: 750px)
  {
.flexbox {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}
  }
@media (min-width: 767px) {
  .customflexmain {
    display: flex;
    align-items: center;
    justify-content: center;
}
 .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
}
.customimagewithtextmain img {
    width: 100%;
}
.custompointing ul {list-style: upper-roman;}

.custompointing li {
    font-size: 17px;
}
[data-section-id="1633622613703e05d0"] {
    padding-top: 27px !important;
}
.customeet h2 {
    text-align: center;
}

.meetcustom {align-items: flex-start;}

h3.authorname {
    margin-top: 10px;
    margin-bottom: 4px;
}

.customimagewithtextmain img {
    margin-bottom: 13px;
}

h4.authorjob {
    margin-top: 0px;
    margin-bottom: 10px;
}

p.author--body {
    margin-top: 0px;
}

.customsocial--main .Icon {
    width: 25px;
    height: 25px;
    fill: black;
}

.customimagewithtextmain img {
    height: 400px;
    object-fit: cover;
    object-position: top;
}
.custommains--goodjnss {
    text-align: center;
    padding: 50px 20px;
}

.custommains--goodjnss h2 {
    font-size: 69px;
    font-weight: 700;
    color: #debe61;
    margin-bottom: 0;
    font-family: 'Poppins', sans-serif;
    line-height: 65px;
}

.custommains--goodjnss p {
    font-size: 21px;
}

.custommains--goodjnss {
    max-width: 500px;
    margin: auto;
    text-align: left;
}
.minagodons--ss {
    background: #f9f9f9;
    padding: 50px 10px;
}
.custommains--goodjnss p {
    padding-top: 10px;
}
.videosections-minss div {
    max-width: 100% !important;
}

.customtwovide--mainss {
    text-align: center;
}

.customtwovide--mainss h2 {
    font-size: 36px;
    font-weight: 900;
    color: #debe61;
    font-family: Poppins,sans-serif;
}

.customtwovide--mainss {
    padding: 20px;
}

.customtwovide--mainss .row {
    max-width: 900px;
    margin: auto;
}
.accordion:after {
    content: "";
    color: #777;
    font-weight: 700;
    float: left;
    margin-left: 5px;
    background-size: 15px 15px;
    width: 15px;
    height: 15px;
    transition: 0.2s;
    transform: translate(-90%, 20%);
}
.actives:after {
    transition: 0.2s;
    transform: rotate(90deg);
}
.panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    padding: 0 12px;
    border: 0 solid #888;
    font-size: 16px;
    padding: 0;
}
.accordion {
    color: #000;
    padding: 3px 9px 3px 0;
    width: 100%;
    border: none;
    transition: 0.4s;
    border-bottom: 0 solid #888;
    text-align: left;
    border-radius: 0;
    background-clip: padding-box;
    margin-top: 0;
    margin-bottom: 0;
    outline: 0;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 16px;
    text-transform: uppercase;
    padding: 0 10px;
    margin: 5px 0;
    background-color: #fff;
}
.buttoninside1,
.buttoninside1:hover {
    transition: 0.2s;
    padding: 10px 18px;
    color: #000;
}
.accordion:after,
.actives:after {
    background-image: url(https://cdn11.bigcommerce.com/s-nr58slgkfm/product_images/uploaded_images/001-down-arrow.png);
}
.panel.show {
    max-height: 100%;
}
/* Style the element that is used to open and close the accordion class */
p.accordion {
    background-color: rgba(245, 245, 245, 0);
    color: #444;
    cursor: pointer;
    padding: 10px 8px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.1s;
    margin-bottom: 0px;
    border: 0px solid #c9c9c9;
    font-size: 14px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

/* Add a background color to the accordion if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
p.accordion.active, p.accordion:hover {
color: #000000;
    background-color: rgba(245, 245, 245, 0);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

/* Unicode character for "plus" sign (+) */


/* Style the element that is used for the panel class */

div.panel {
    padding: 3px 6px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: 0.1s ease-in-out;
    opacity: 0;
    margin-bottom: 4px;
    font-size: 16px;
    border: 0px solid #c9c9c9;
    border-top: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    letter-spacing: 0px !important;
}

div.panel.show {
    opacity: 1;
    max-height: 500px; /* Whatever you like, as long as its more than the height of the content (on all screen sizes) */
}
    .accordion:after {
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
  .active:after {
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.accordion:after {
    content: '';
    color: #777;
    font-weight: 700;
    float: right;
    margin-left: 5px;
    background-size: 15px 15px;
    width: 15px;
    height: 15px;
    margin-top: 5px;
    transition: .2s;
}

.actives:after {
    transition: .2s;
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height .2s ease-out;
    padding: 0 12px;
    border: 0 solid #888;
    font-size: 12px;
  padding:0px;
}

.accordion {
  color: #000;
    padding: 3px 9px 3px 0;
    width: 100%;
    border: none;
    transition: .4s;
    border-bottom: 0 solid #888;
    text-align: left;
    border-radius: 0;
    background-clip: padding-box;
    margin-top: 0;
    margin-bottom: 0;
    outline: none;
    font-weight: 500;
    letter-spacing: 1px;
}

.accordion,
.accordion:hover,
.actives,
.panel {
    background-color: #fff;
}
.accordion:after,
.actives:after {
    background-image: url('https://cdn.shopify.com/s/files/1/0319/2963/0852/files/ezgif.com-webp-to-png.png');
}
.customamins--ssgoodnss {
    max-width: 600px;
    margin: auto;
}

h2.customtitle-maoonss {
    font-size: 29px;
    font-weight: 700;
    color: #debe61;
    margin-bottom: 0;
    font-family: Poppins,sans-serif;
    line-height: normal;
    margin-bottom: 10px;
    margin-top: 30px;
    text-align: center;
}

.faq--width .accordion {
    font-size: 18px;
    text-transform: none;
    letter-spacing: 0px;
    font-weight: 600;
}
.customreviewsmains--customss {
    max-width: 1200px;
    margin: auto;
}

.customreviewsmains--customss {
    text-align: center;
}

.customreviewsmains--customss h2 {
    margin-top: 60px;
    font-size: 29px;
    font-weight: 700;
    color: #debe61;
    font-family: Poppins,sans-serif;
    line-height: normal;
    margin-bottom: 10px;
    margin-top: 30px;
    text-align: center;
}
.customaminsimage---block img {
    width: 100%;
}
section.customblockmains--flexing {}

section.customblockmains--flexing .PageHeader__ImageWrapper {
    transform: unset !important;
}

section.customblockmains--flexing .Container {
    margin: unset !important;
    width: 100%;
    text-align: left;
}

section.customblockmains--flexing .Container .SectionHeader {
    text-align: left;
}
@media (max-width: 767px) {
.custommains--goodjnss h2 {
    font-size: 35px;
    line-height: 35px;
}

.custommains--goodjnss p {
    font-size: 18px;
}

.custommains--goodjnss {
    padding: 15px;
}

.minagodons--ss {
    padding: 20px 10px;
}

.customtwovide--mainss .col-sm-6 {
    padding: 10px;
}

.customamins--ssgoodnss {
    padding: 0px 20px;
}
}
.customcategoriess {
    text-align: center;
}

.categoriesmainss {
    padding: 15px;
    max-width: 1300px;
    margin: auto;
}

.categoriesmainss h1 {
    font-size: 26px;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 600;
    letter-spacing: 4px;
}

.customcategoriess h2 {
    font-size: 17px;
    line-height: normal;
    font-weight: 700;
    letter-spacing: 3px;
}

.customcategoriess .btn {
    background: black !important;
    display: block;
    color: white;
    padding: 12px 50px;
    width: fit-content;
    margin: auto;
    font-weight: 600;
}

.swiper-button-next, .swiper-button-prev {
    color: black !important;
}
.customcategoriess h2 {
    margin: 20px 10px;
}
.customtwovide--mainss .row {
    max-width: 400px;
}
.customtwovide--mainss .row div {
    border-radius:10px;
}
.review-item__img {
    display: none !important;
}

.review-item__avatar {
    padding-top: 50px !important;
}
.customreviewsmains--customss h2 {
    margin-bottom: 5px;
}

p.shortoness {
    font-size: 16px;
    font-weight: 600;
}
.minagodons--ss {
    background: black;
}

.custommains--goodjnss p {
    color: white;
}
.customaminsimage---block img {
    margin: auto;
}

.customaminsimage---block {
    text-align: center;
}
.customaminsimage---block {
    background: black;
}
p.shortone--mainss {
    font-size: 18px;
    color: white;
}

h2.customtitle-maoonss {
    font-size: 49px;
    color: white;
}

h2.customtitle-maoonss span {
    color: #debe61;
}

.customamins--ssgoodnss {
    background: black;
}

.faq--width {
    background: white;
    margin: 0px 10px;
    border-radius: 10px;
    margin-bottom: 10px;
    padding: 0px 12px;
}

.faq--width .panel {
    display: none;
}

.panel.show {
    display: block !important;
}
.blackbg--mainss {
    background: black;
    padding: 40px 10px;
}

h2.customtitle-maoonss {
    margin-top: 0px;
}

.reviewplugin--mainss {
    padding: 20px;
    background: white;
    border-radius: 20px;
}

.customreviewsmains--customss p {
    color: white;
}
div.panel.show {
    max-height: 100% !important;
}
.MegaMenu {
    padding: 0px;
}

.MegaMenu__Inner {
    max-width: 100%;
    padding: 0px;
}

.custombig--imanainss {
    width: 25%;
    float: left;
}

.goodbuttns--mainss {
    background: white;
    text-align: center;
    font-size: 22px;
    max-width: 300px;
    margin: auto;
    position: absolute;
    bottom: 20px;
    width: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    padding: 13px 30px;
    letter-spacing: 2px;
}

.custombig--imanainss {
    position: relative;
}

.custombig--imanainss img {
    height: 400px;
    width: 100%;
    object-fit: cover;
}
.megamenuimage {
width: 75%;
    padding: 0px 20px;
}

.megamenuimage .customcategoriess a {
    background: transparent !important;
}

.megamenuimage .customcategoriess a h2 {
    color: black !important;
}
.megamenuimage .customcategoriess a h2 {
    margin: 0px;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 26px;
}
@media (min-width: 767px) {
.customcategoriess img {
    max-width: 250px;
    width: 100%;
}

.MegaMenu__Inner {
    display: flex;
    align-items: center;
    justify-content: center;
}

.megamenuimage .customcategoriess a h2 {
    font-size: 18px;
    padding-top: 20px;
}
}
@media only screen and (max-width: 801px) {
.customainwatches---goodonss .customcategoriess .btn {
    background: transparent !important;
    padding: 0px !important;
}

.customainwatches---goodonss .customcategoriess .btn h2 {
    color: black !important;
    margin: 10px 0px !important;
    text-align: left !important;
    width: 100% !important;
    line-height: 25px;
}

.customainwatches---goodonss .customcategoriess .btn {
    display: flex;
    align-items: center;
    margin: 0px;
}

.customainwatches---goodonss .customcategoriess .btn img {
    width: 90px !important;
    min-width: 90px !important;
}

.customainwatches---goodonss .swiper-slide {
    border-bottom: 1px solid #cdcdcd !important;
    padding: 10px 0px;
}
}
.categoriesmainss .categoriesmainss h1 {
    margin-bottom: 40px;
}

.categoriesmainss .customcategoriess h2 {
    margin: 10px 10px;
    min-height: 46px;
}
.categoriesmainss h1 {
    margin-top: 40px;
}
.ProductForm__Item {
    border: 1px solid black;
}

span.ProductForm__OptionName {
    font-weight: 900;
}

span.ProductForm__OptionName span {
    font-weight: 100;
}
.onecollectionpage .customcategoriess .btn {
    background: transparent !important;
    position: absolute;
    top: 0px;
    height: 100%;
    width: 100%;
}

.customcategoriess {
    position: relative;
}
.categoriesmain2s.swiperss .swiper-wrappers {
    overflow: auto;
    display: -ms-flexbox;
    display: flex;
    max-width: 4400px;
    width: 100%;
}

.onecollectionpage .customcategoriess .btn {
    font-size: 0px;
}

.swiper-slidessss {
    min-width: 300px;
}

.swiper-slidessss:first-child {
    background: #f7f7f7;
}
.categoriesmain2s.swiperss .swiper-wrappers::-webkit-scrollbar {
  height: 10px;
}

/* Track */
.categoriesmain2s.swiperss .swiper-wrappers::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.categoriesmain2s.swiperss .swiper-wrappers::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
.categoriesmain2s.swiperss .swiper-wrappers::-webkit-scrollbar-thumb:hover {
  background: #555;
}
@media (max-width: 767px) {
.swiper-slidessss {
    min-width: 150px;
    text-align: center;
}

.swiper-slidessss .customcategoriess {
    padding: 0px 10px;
}

.swiper-slidessss .customcategoriess h2 {
    font-size: 14px;
    text-align: center !important;
    margin: 11px 10px !important;
}
  .swiper-slidessss {
    min-width: 100px;
}

.swiper-slidessss .customcategoriess h2 {
    margin: 0px !important;
    margin-top: 10px !important;
    font-size: 11px;
    letter-spacing: 0.5px !important;
}
}
.instruction--mainsgoodss {
    max-width: 1200px;
    margin: auto;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 50px;
}

.instruction--mainsgoodss h3 {
    font-size: 32px;
    text-align: center;
}

.instruction--mainsgoodss h4 {
    text-align: center;
    font-size: 20px;
    margin-top: 40px;
    font-weight: 500;
}

.instruction--mainsgoodss iframe {
    width: 100%;
    height: 700px;
}
.maingood--contentss img {
    width: 100% !important;
}
.customcategoriess img {
    aspect-ratio: 1/1 !important;
    object-fit: contain !important;
}