:root {
  font-size: 16px;
}

html {
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  color: #434343;
  background-color: #ffffff;
  overflow-x: hidden;

}

@font-face {
  font-family: OpenSauceSans;
  src: url(../fonts/OpenSauceSans-Regular.ttf) format('truetype');

}

@font-face {
  font-family: OpenSauceSans_medium;
  src: url(../fonts/OpenSauceSans-Medium.ttf) format('truetype');

}

@font-face {
  font-family: OpenSauceSans_bold;
  src: url(../fonts/OpenSauceSans-Bold.ttf) format('truetype');

}

@font-face {
  font-family: OpenSauceSans_semi_bold;
  src: url(../fonts/OpenSauceSans-SemiBold.ttf) format('truetype');

}

img {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0;
}

h1:not(:last-child),
h2:not(:last-child),
h3:not(:last-child),
h4:not(:last-child),
h5:not(:last-child),
h6:not(:last-child) {
  margin-bottom: .5rem;
}



a {
  color: #fbaf21;
  cursor: pointer;
  text-decoration: none;
}

a:hover {
  color: #58595b;
}



.btn {
  font-weight: 500;
  font-size: 16px;
  padding: 7px 35px;
  border-radius: 22px;
}

/*.btn+.btn{margin-left:15px;}*/

.btn:not(:last-child) {
  margin-right: 15px;
}





.btn:active,
.btn:focus {
  outline: none;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: 0;
}

.btn-primary,
.btn-primary:visited {
  background: #fbb655;
  border-color: transparent;
  color: #ffffff;
}

.btn-primary:hover {
  background: #fcb021;
  border-color: transparent;
  color: #ffffff;
}

.btn-primary:active,
.btn-primary:active:focus,
.btn-primary:active:hover,
.btn-primary.focus,
.btn-primary:focus {
  background: #fcb021;
  border-color: transparent;
  color: #ffffff;
}

.btn-outline-primary,
.btn-outline-primary:visited {
  background: transparent;
  border-color: #fbb655;
  color: #fbb655;
}

.btn-outline-primary:hover {
  background: #fbb655;
  border-color: transparent;
  color: #ffffff;
}

.btn-outline-primary:active,
.btn-outline-primary:active:focus,
.btn-outline-primary:active:hover,
.btn-outline-primary.focus,
.btn-outline-primary:focus {
  background: #fcb021;
  border-color: transparent;
  color: #ffffff;
}





.form-control:focus,
.form-select:focus {
  box-shadow: none;
}



.error {
  color: #dc3545;
  font-size: 0.75rem;
}



@media (min-width: 1200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1200px;
  }

}



.main-container {
  min-height: 100%;
  position: relative;
}



#header {
  padding: 0;
  position: sticky;
  top: 0;
  z-index: 3;
}

#register:target,
#speakers:target,
#dcd-schedule:target {
  scroll-margin-top: 60px;
}

#header .header-wrap {
  padding: 15px 0;
  background: #58595b;
}

#header .header-logo {
  margin-right: 20px;
}

#header .header-nav {
  position: relative;
  z-index: 1;
}

#header .header-btn {
  display: inline-block;
}

#header .header-btn a {
  padding: 8px 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  margin-left: 25px;
}

#header .header-btn a:first-of-type {
  margin-left: 0;
}

#header .header-btn a i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  width: 24px;
}

#header .header-btn a i img {
  margin-top: -3px;
}

#header .header-btn a:hover {
  color: #ffffff;
}



.menu-modal-wrap {
  background-color: rgba(255, 255, 255, 0.97);
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 9999;
  box-shadow: 0px 6px 9px rgba(0, 0, 0, .1);
  display: none;
}

#header.open .menu-modal-wrap {
  display: block;
}

.modal-navigation {
  padding: 0;
  margin-bottom: 20px;
}

.modal-navigation .modal-nav-title {
  font-weight: 700;
  font-size: 24px;
  color: #57595b;
  padding: 0 15px;
}

.modal-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.modal-navigation ul li {
  margin: 0;
  padding: 0;
}

.modal-navigation ul li a {
  padding: 10px 15px;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #e3e3e3;
}

.modal-navigation ul li a .modal-link-title {
  font-weight: 600;
  font-size: 16px;
  color: #fab555;
}

.modal-navigation ul li a .modal-link-description {
  font-weight: 500;
  font-size: 14px;
  color: #57595b;
}

.modal-navigation ul li a:hover {
  background-color: #fef3e3;
}



.section {
  padding: 42px 0;
}

.section.gray {
  background-color: #f1f2f2;
}

.section-title {
  font-weight: 700;
  font-size: 24px;
  color: #58595B;
}

.section-subtitle {
  font-weight: 400;
  font-size: 18px;
  color: #000000;
}

.section-text {
  font-size: 1.125rem;
  line-height: 1.85rem;
  color: #6d6e70;
}



.banner {
  padding: 0;
}

.banner-slider {}

.banner-slider ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.banner-slider li {
  /* height: 95vh; */
  height: 40vw;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.banner-slider-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

/*.banner-slider-bg:after{content:''; position:absolute; top:0; left:0; width:100%; height:100%; background:rgba(0, 0, 0, 0.1);}*/

/* For learn more btn */
.banner-content {
  position: absolute;
  bottom: 70px;
  left: 50%;
  transform: translate(-50%, 0);
}

.after-banner {
  padding-top: 42px !important;
}

.banner-content .btn-primary {
  font-size: 18px;
  border: 1px solid #faefe0 !important;
  background: transparent !important;
  color: #fff !important;
  border-radius: 10px;
  font-weight: 600;
}

.banner-content .btn-primary:hover {
  background: #fcb021 !important;
  border-color: transparent !important;

}

.banner-content {
  padding: 0;
}

.banner-content * {
  color: #ffffff;
}

.banner-content h1 {
  font-size: 30px;
  line-height: 36px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 30px;
}

.banner-content h2 {
  font-size: 36px;
  line-height: 44px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 15px;
}

.banner-content p {
  font-weight: 300;
  font-size: 34px;
}

.banner-content .btn {}

.banner-content .btn.btn-primary,
.banner-content .btn.btn-primary:visited {
  background: #ffffff;
  border-color: transparent;
  color: #000000;
}

.banner-content .btn.btn-primary:hover {
  background: #fcb021;
  border-color: transparent;
  color: #ffffff;
}

.banner-content .btn.btn-outline-primary,
.banner-content .btn.btn-outline-primary:visited {
  background: transparent;
  border-color: #ffffff;
  color: #ffffff;
}

.banner-content .btn.btn-outline-primary:hover {
  background: #fbb655;
  border-color: transparent;
}



.inner-banner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 60px 0;
  min-height: 512px;
}

.banner-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

/*.banner-bg:after{content:''; position:absolute; top:0; left:0; width:100%; height:100%; background:rgba(10, 10, 10, 0.1);}*/

.inner-banner .page-title {
  padding-top: 60px;
}

.inner-banner .page-title * {
  color: #ffffff;
}

.inner-banner .page-title h1 {
  font-size: 70px;
  font-weight: 300;
  color: #ffffff;
  line-height: 1.15em;
  letter-spacing: 1px;
  margin-bottom: 25px;
}



.video-container {
  position: relative;
}

.video-container iframe,

.video-container object,

.video-container embed {

  width: 100%;

  height: 512px;

}









.banner-bottom-box {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  /* margin-top: -35px; */
}

.no-banner .banner-bottom-box {
  margin-top: 0;
}

.banner-bottom-box .boxed {
  min-width: 320px;
  max-width: 320px;
  padding: 15px 15px;
  background-color: #ffffff;
  margin: 0 15px;
  display: flex;
  align-items: center;
  box-shadow: 0px 5px 15px rgba(100, 100, 111, 0.2);
  position: relative;
}

.banner-bottom-box .boxed i {
  min-width: 70px;
}

.banner-bottom-box .boxed .icon-col {
  min-width: 74px;
  padding: 10px 0;
}

.banner-bottom-box .boxed .content-col {
  flex-grow: 1;
}

.banner-bottom-box .boxed h6 {
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 5px;
}

.banner-bottom-box .boxed p {
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 0;
}

.banner-bottom-box .boxed a.over-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}



.broadcasting-box {
  width: 848px;
  max-width: 100%;
  display: inline-block;
  vertical-align: top;
  padding: 25px 25px;
  background-color: #ffffff;
  box-shadow: 0px 5px 15px rgba(100, 100, 111, 0.2);
  margin-top: -20px;
}

.broadcasting-box h2 {
  font-size: 24px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 10px;
}

.broadcasting-box p {
  font-size: 16px;
  color: #000000;
  margin-bottom: 0;
}



.section-content h2,
.section-content h3 {
  font-weight: 700;
  font-size: 30px;
  color: #58595b;
  margin-bottom: 15px;
}

.section-content h2.small-heading,
.section-content h3.small-heading {
  font-size: 24px;
}

.section-content p {
  font-weight: 500;
  font-size: 16px;
  color: #58595B;
  margin-bottom: 10px;
}

.section-content p strong {
  font-weight: 700;
}

.section-content ul,
.section-content ol {
  margin: 0 0 20px;
  padding: 0 0 0 20px;
  color: #58595B;
}

.section-content ul:last-of-type,
.section-content ol:last-of-type {
  margin-bottom: 0;
}

.section-content li {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 8px;
}

.section-content li strong {
  font-weight: 700;
}

.section-content li:last-of-type {
  margin-bottom: 0;
}



.words-today {
  background-position: top right;
  background-repeat: no-repeat;
  background-size: cover;
}

.words-today-content {
  width: 600px;
  max-width: 100%;
  display: inline-block;
  vertical-align: top;
  padding-top: 70px;
}



.resources-row {
  padding: 80px 0;
}

.resources-carousel-box {
  width: 510px;
  max-width: 100%;
  display: inline-block;
  vertical-align: top;
}



.owl-carousel .owl-item img {
  display: inline-block;
}

.carousel-with-nav .owl-nav {}

.carousel-with-nav .owl-nav .owl-prev,
.carousel-with-nav .owl-nav .owl-next {
  width: 34px;
  height: 34px;
  background-color: #d1d3d4;
  text-align: center;
  font-size: 30px;
  color: #000000;
  line-height: 34px;
  position: absolute;
  top: 50%;
  margin-top: -17px;
  border-radius: 50%;
}

.carousel-with-nav .owl-nav .owl-prev:hover,
.carousel-with-nav .owl-nav .owl-next:hover {
  border-color: transparent;
  background: #a7aaae;
}

.carousel-with-nav .owl-nav .owl-prev {
  left: 15px;
}

.carousel-with-nav .owl-nav .owl-next {
  right: 15px;
}

.carousel-with-nav .owl-nav .owl-prev.disabled,
.carousel-with-nav .owl-nav .owl-next.disabled {
  opacity: .50;
}



.media-library-section {
  padding: 55px 0;
}



.livestream-section {
  background: linear-gradient(250deg, #fbb040, #a23c83);
}



.media-carousel-section .section-title {
  font-size: 23px;
}

.media-carousel-section .section-subtitle {
  font-size: 17px;
}

.media-carousel-boxed {
  padding: 9px;
  background: #fbb040;
  position: relative;
}

.media-carousel-boxed p {
  font-size: 16px;
  color: #ffffff;
  margin: 12px 0 0;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.media-carousel-boxed .overlink {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}



.banner-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.banner-top .page-title {
  font-weight: 700;
  font-size: 20px;
  color: #58595b;
}

.banner-top .page-nav {}

.banner-top .page-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.banner-top .page-nav ul li {
  margin: 0 0 0 25px;
  padding: 0;
  display: inline-block;
  vertical-align: top;
}

.banner-top .page-nav ul li:first-of-type {
  margin-left: 0;
}

.banner-top .page-nav ul li a {
  display: block;
  padding: 17px 8px;
  font-weight: 500;
  font-size: 16px;
  color: #58595b;
  position: relative;
}

.banner-top .page-nav ul li.active a:after {
  content: '';
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(250deg, #fbb040, #a23c83);
}





.about-banner-content {
  width: 460px;
  max-width: 100%;
  display: inline-block;
  vertical-align: top;
}

.about-banner-content h1 {
  display: inline-block;
  font-weight: 700;
  font-size: 30px;
  color: #ffffff;
  padding: 10px 30px;
  background-color: rgba(233, 146, 0, 0.3);
  margin-bottom: 15px;

  -webkit-transform: skew(-15deg);

  -moz-transform: skew(-15deg);

  -o-transform: skew(-15deg);

  transform: skew(-15deg);

}

.about-banner-content h1 span {

  display: inline-block;

  -webkit-transform: skew(15deg);

  -moz-transform: skew(15deg);

  -o-transform: skew(15deg);

  transform: skew(15deg);

}

.about-banner-content p {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
  margin-bottom: 15px;
}



.about-box-section {
  padding: 100px 0 70px;
}

.about-box-section>.container {
  margin-bottom: -25px;
}

.about-box-section .card {
  border-radius: 37px;
  margin-bottom: 25px;
  border: 0;
  box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}

.about-box-section .card .card-top {}

.about-box-section .card .card-body {
  padding: 30px 45px;
}

.about-box-section .card .card-body h3 {
  font-size: 24px;
}



.give-head,.privacy-head {
  position: relative;
}

.give-head:before,
.privacy-head:before {
  content: '';
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(250deg, #fbb040, #a23c83);
}
.privacy-head{
  background-color: #f1f2f2;
}
.privacy-head h2{
  font-weight: 700;
  font-size: 20px;
  color: #58595b;
}


.give-content-section {
  padding: 100px 0;
  border-bottom: 1px solid #ebeced;
  position: relative;
}

.give-content-section:before {
  content: '';
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(250deg, #fbb040, #a23c83);
}

.give-banner-content {
  width: 380px;
  max-width: 100%;
  display: inline-block;
  vertical-align: top;
}

.give-banner-content p {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #57595b;
  margin-bottom: 15px;
}

.give-banner-content p strong {
  font-weight: 700;
}

.give-img-box {}

.give-img-box .boxed {
  display: inline-block;
  vertical-align: top;
  margin-left: 18px;
}

.give-img-box .boxed:first-of-type {
  margin-left: 0;
}



.contact-banner {
  padding: 100px 0;
  background-color: #fbb040;
}

.contact-banner-content {
  width: 550px;
  max-width: 100%;
  display: inline-block;
  vertical-align: top;
}

.contact-banner-content h1 {
  font-weight: 700;
  font-size: 48px;
  color: #231F20;
  margin-bottom: 20px;
}

.contact-banner-content p {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #231F20;
  margin-bottom: 0;
}

.contact-content-section {
  padding: 100px 0;
  border-bottom: 1px solid #ebeced;
}

.contact-content-section .card {
  border-radius: 37px;
  border: 0;
  box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}

.contact-content-section .card .card-body {
  padding: 20px 25px;
}

.contact-content-section .card .card-body h3 {
  font-weight: 700;
  font-size: 24px;
  color: #58595b;
  margin-bottom: 10px;
}

.contact-content-section .card .card-body p {
  font-weight: 500;
  font-size: 16px;
  color: #58595B;
  margin-bottom: 10px;
}

.contact-content-section .card .card-body p strong {
  font-weight: 700;
}

.service-time-card {
  margin-top: 40px;
}

.service-time-card .card-body {
  max-height: 330px;
  overflow-y: auto;
}

.service-time-details {}

.service-time-details .table td {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  padding: 10px;
}

.service-time-details .table tr td:first-of-type {
  padding-left: 0;
}

.contact-form {}

.contact-form .form-group {
  margin-bottom: 15px;
}

.contact-form .form-control {
  padding: 8px 0;
  border: 0;
  border-bottom: 1px solid #d5d5d6;
  border-radius: 0;
}

.contact-form textarea.form-control {
  height: 120px;
  resize: none;
}



.contact-form input[type='text']::-webkit-input-placeholder,
.contact-form textarea::-webkit-input-placeholder {
  color: #E6E7E8;
}

.contact-form input[type='text']:-moz-placeholder,
.contact-form textarea:-moz-placeholder {
  color: #E6E7E8;
}

.contact-form input[type='text']::-moz-placeholder,
.contact-form textarea::-moz-placeholder {
  color: #E6E7E8;
}

.contact-form input[type='text']:-ms-input-placeholder,
.contact-form textarea:-ms-input-placeholder {
  color: #E6E7E8;
}



.event-calendar-section {
  padding: 60px 0 80px;
}



.calendar-view {}

.calendar-view table {
  font-size: 18px;
  font-weight: 500;
  color: #57595b;
  margin-bottom: 0;
}

.calendar-view table tr {
  padding: 0;
}

.calendar-view table thead tr {
  background: #f1f2f2;
}

.calendar-view table thead tr th {
  padding: 8px 2px;
  vertical-align: middle;
  font-weight: 500;
  text-align: center;
  width: 14.285714%;
}

.calendar-view table tbody tr {}

.calendar-view table tr td {
  padding: 0;
  vertical-align: middle;
  text-align: center;
  height: 48px;
  width: 14.285714%;
  position: relative;
}

.calendar-view table tr td>a {
  display: inline-block;
  padding: 4px 12px;
  position: relative;
  z-index: 2;
}

.calendar-view table tr td.disable {
  color: #a5a5a5;
}

.calendar-view table tr td.disable>a {
  color: #a5a5a5;
  cursor: default;
  background-color: transparent;
}

.calendar-view table tr td.select>a {
  color: #fbaf21;
}

.calendar-view table tr td.active>a {
  background-color: #fbb040;
  color: #ffffff;
}



.card#calender_html_hare {
  min-height: 405px;
}

.event-box-header {
  padding: 15px 20px;
  margin-top: 15px;
  position: relative;
}

.event-box-header h3 {
  margin-bottom: 0 !important;
}

.event-box-header .calendar-view-pager {
  position: absolute;
  top: 10px;
  right: 22px;
}

.event-box-header .calendar-view-pager>a {
  display: inline-block;
  vertical-align: top;
  width: 32px;
  height: 32px;
  padding: 0;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  font-size: 24px;
  color: #979797;
  line-height: 30px;
  text-align: center;
}

.event-box-header .calendar-view-pager>a i {
  line-height: 0;
}

.event-box-header .calendar-view-pager>a:last-of-type {
  margin-left: 5px;
}

.event-box-header .calendar-view-pager>a:hover {
  color: #fbb040;
}



#event_list_div .card {
  height: 100%;
}



.event-list {
  padding: 0 20px;
  margin: 0 0 15px;
  max-height: 316px;
  overflow-y: auto;
}

.event-list .event-list-item {
  display: flex;
  font-size: 16px;
  color: #57595b;
  margin-bottom: 19px;
}

.event-list .event-list-item:last-of-type {
  margin-bottom: 0;
}

.event-list .event-list-item .list-item-left {
  min-width: 100px;
  border-right: 1px solid #e8e9e7;
}

.event-list .event-list-item .list-item-center {
  flex-grow: 1;
  align-self: center;
  padding-left: 20px;
}

.event-list .event-list-item .list-item-center .list-item-title {
  display: block;
  font-weight: 500;
}

.event-list .event-list-item .list-item-center .list-item-subtitle {
  display: block;
}



.pay-now-section-row {
  display: flex;
  flex-direction: row;
}

.pay-now-section-row .pay-now-section-content {
  flex-grow: 1;
  padding-right: 60px;
}

.pay-now-section-row .pay-now-section-img {
  min-width: 255px;
}

.pay-now-section-row .pay-now-section-img>span {
  display: block;
  margin-top: 8px;
  padding: 9px 5px 7px;
  background-color: #f1f2f2;
  font-weight: 500;
  font-size: 18px;
  color: #57595b;
  text-align: center;
}

.pay-now-section ul,
.pay-now-section ol {
  margin-bottom: 30px;
}

.faith-promise {
  background-color: #f1f2f2;
}

.faith-promise .pay-now-section-row .pay-now-section-content {
  order: 2;
  padding-right: 0;
  padding-left: 40px;
}

.faith-promise .pay-now-section-row .pay-now-section-img>span {
  background-color: #fbb040;
  color: #ffffff;
}

.giving-via-cheque {
  border-bottom: 1px solid #ebeced;
}



.our-beliefs-banner-content {
  width: 740px;
  max-width: 100%;
  display: inline-block;
  vertical-align: top;
}

.our-beliefs-banner-content h1 {
  font-weight: 700;
  font-size: 56px;
  line-height: 72px;
  color: #ffffff;
}



.our-beliefs-content-section {
  padding: 60px 0;
  border-bottom: 1px solid #ebeced;
}

.our-beliefs-content-section .section-content-row {
  margin-bottom: 50px;
}

.our-beliefs-content-section .section-content-row:last-of-type {
  margin-bottom: 0;
}



.find-your-personal {
  background-image: url(../images/personal-step.jpg);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: cover;
}

.find-your-personal-content {
  width: 600px;
  max-width: 100%;
  display: inline-block;
  vertical-align: top;
}

.find-your-personal-content.section-content li {
  margin-bottom: 15px;
}



.media-box-section {
  padding: 80px 0;
}

.media-box-section>.container {
  margin-bottom: -30px;
}

.media-box-section .card {
  border-radius: 10px;
  margin-bottom: 30px;
  border: 0;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 6px 0px;
  overflow: hidden;
  position: relative;
}

.media-box-section .card .card-top {}

.media-box-section .card .card-body {
  padding: 20px 15px;
}

.media-box-section .card .card-body h3 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  color: #57595b;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.media-box-section .card .overlink {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}



.media-social ul {
  margin: 0;
  padding: 0;
  font-size: 0;
}

.media-social li {
  margin: 0 0 0 15px;
  padding: 0;
  list-style: none;
  display: inline-block;
  vertical-align: top;
}

.media-social li:first-of-type {
  margin-left: 0;
}

.media-social li a {
  margin: 0;
  padding: 0;
  font-size: 18px;
  color: #58595B;
  text-decoration: none;
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: top;
  border: 1px solid #595a5c;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
}

.media-social li a:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #fbb655;
  border-color: transparent;
}



.video-wrap {
  background-color: #404041;
}

.video-wrap iframe {
  display: block;
  height: 510px;
}





.tools-for-growth-banner {
  padding: 80px 0;
  background-color: #000000;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.tools-for-growth-banner-content {
  width: 600px;
  max-width: 100%;
  display: inline-block;
  vertical-align: top;
}

.tools-for-growth-banner-content h1 {
  font-weight: 700;
  font-size: 48px;
  color: #ffffff;
  margin-bottom: 20px;
}

.tools-for-growth-banner-content p {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #ffffff;
  margin-bottom: 0;
}



.tools-for-growth-banner.our-strategy-banner {
  padding: 120px 0;
}







.tools-for-growth-section {
  padding: 80px 0;
}

.tools-card {
  border-radius: 3px;
  border: 0;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.10);
  overflow: hidden;
  position: relative;
}

.tools-card .card-body {
  padding: 24px;
}

.tools-card .tools-card-item {
  display: flex;
}

.tools-card .tools-card-item .tools-card-item-left {
  min-width: 146px;
  height: 130px;
  background-color: #f1f1f2;
  border-radius: 3px;
  margin-right: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.tools-card .tools-card-item .tools-card-item-center {
  flex-grow: 1;
}

.tools-card .tools-card-item h5 {
  font-size: 1.125rem;
  color: #000000;
  margin-bottom: 10px;
}

.tools-card .tools-card-item p {
  font-size: .875rem;
  line-height: 1.6;
  font-weight: 500;
  color: #000000;
  margin-bottom: 7px;
}

.tools-card .tools-card-item .learn-more {
  font-size: .875rem;
  font-weight: 500;
  color: #fbaf21;
}

.tools-card .tools-card-item .learn-more:hover {
  color: #58595b;
}



#footer {
  padding: 20px 0;
  background: #ffffff;
}

#footer .footer-copyright,.privacy-notice a{
  font-weight: 500;
  font-size: 14px;
  color: #000000;
}
.privacy-notice a{
  text-decoration: underline;
  transition: all .3s ease;
}
.privacy-notice a:hover{
  color:#fbaf21;
}
#footer .footer-social {
  display: inline-block;
  vertical-align: middle;
}

#footer .footer-social ul {
  margin: 0;
  padding: 0;
  font-size: 0;
}

#footer .footer-social li {
  margin: 0 0 0 15px;
  padding: 0;
  list-style: none;
  display: inline-block;
  vertical-align: top;
}

#footer .footer-social li:first-of-type {
  margin-left: 0;
}

#footer .footer-social li a {
  margin: 0;
  padding: 0;
  font-size: 18px;
  color: #58595B;
  text-decoration: none;
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: top;
  border: 1px solid #595a5c;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
}

#footer .footer-social li a:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #fbb655;
  border-color: transparent;
}



.people-banner {
  padding: 100px 0;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner-content-boxed {
  padding: 30px;
  background-color: #ffffff;
  width: 468px;
  max-width: 100%;
  display: inline-block;
  vertical-align: top;
}

.banner-bottom-content-boxed {
  width: 848px;
  max-width: 100%;
  display: inline-block;
  vertical-align: top;
  padding: 25px 25px;
  background-color: #ffffff;
  box-shadow: 0px 5px 15px rgba(100, 100, 111, 0.2);
  margin-top: -20px;
}



.our-journey-section {
  background-color: #2f2f2e;
}



.encourage-card {
  border-color: #f3f4f4;
  text-align: center;
  border-radius: 10px;
}

.encourage-card span {
  width: 74px;
  height: 74px;
  background-color: #f1f2f2;
  border-radius: 50%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 10px;
  line-height: 74px;
  font-weight: 500;
  font-size: 24px;
  color: #57595b;
}

.encourage-card p {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 24px;
  color: #57595b;
}



.testimonials-content p {
  font-size: 24px;
  font-style: italic;
}



.convert-disciple-top-content p {
  font-style: italic;
  width: 800px;
  max-width: 100%;
  display: inline-block;
  vertical-align: top;
}



.systematic-approach {}

.systematic-approach-item {
  display: flex;
  margin-bottom: 40px;
}

.systematic-approach-item:last-of-type {
  margin-bottom: 0;
}

.systematic-approach-item .systematic-approach-item-left {
  min-width: 138px;
  margin-right: 40px;
}

.systematic-approach-item .systematic-approach-item-center {
  flex-grow: 1;
  align-self: center;
}

.systematic-approach-item h4 {
  font-size: 1.5rem;
  color: #57595b;
  margin-bottom: 10px;
}

.systematic-approach-item p {
  font-size: 1rem;
  line-height: 1.7;
  font-weight: 500;
  color: #57595b;
  margin-bottom: 0;
}



.ba-banner-content {}

.ba-banner-content h2 {
  font-weight: 400;
  margin-bottom: 10px;
}

.ba-banner-content h3 {
  color: #55756d;
}

.ba-banner-content h5 {
  font-size: 20px;
  color: #55756d;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 25px;
  padding-bottom: 5px;
  position: relative;
}

.ba-banner-content h5:after {
  content: '';
  width: 170px;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: 1px solid #56756d;
}

.ba-banner-content p {
  font-size: 18px;
}

.ba-banner-content p strong {
  font-weight: 700;
  display: block;
  color: #55756d;
}

.banner-app-icon {
  margin-top: 20px;
}

.banner-app-icon .boxed {
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
  text-align: center;
}

.banner-app-icon .boxed>div {
  display: block;
}

.banner-app-icon .boxed>div.qr_code {
  margin-bottom: 25px;
}





@media (min-width: 991px) {

  .modal-alert {
    width: 516px;
    max-width: 100%;
  }

}

.modal-alert .btn-close {
  background-image: none;
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 1.125rem;
  color: #000000;
}

.modal-alert .btn-close:hover {
  opacity: .25;
}

.modal-alert .modal-content {
  border-radius: 10px;
}

.modal-alert .modal-body {
  padding: 50px 20px;
}

.modal-alert .modal-body h4 {
  font-weight: 600;
  color: #000000;
  margin-bottom: 11px;
}

.modal-alert .modal-body p {
  font-size: 1.125rem;
  font-weight: 500;
  color: #000000;
}


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

@media (min-width: 992px) {

  .header-nav {
    flex-grow: 1;
  }



  .header-main-nav {
    display: none;
  }

  .modal-navigation {
    padding: 20px 0;
    border-bottom: 1px solid #e3e3e3;
  }

  .modal-navigation:last-of-type {
    border-bottom: 0;
  }

  .modal-navigation ul li a {
    flex-direction: row;
    border-bottom: 0;
  }

  .modal-navigation ul li a .modal-link-title {
    flex-basis: 22%;
    margin-right: 4%;
  }

  .modal-navigation ul li a .modal-link-description {
    flex-basis: 74%;
    font-size: 16px;
  }

}

@media (max-width: 1199px) {

  .btn {
    margin-bottom: 10px;
  }



  #header .header-logo {
    margin-right: 0;
  }

  #header .header-btn a {
    font-size: 14px;
  }

  #header .header-btn a i {
    width: 20px;
    margin-right: 3px;
  }

  #header .header-btn a span {
    display: inline-block;
    vertical-align: middle;
  }



  .banner-bottom-box .boxed {
    min-width: 282px;
    max-width: 282px;
  }



  .resources-carousel-box {
    width: 100%;
  }



  .inner-banner {
    min-height: 480px;
  }



  .contact-banner {
    padding: 80px 0;
  }

  .contact-banner-content h1 {
    font-size: 44px;
  }



  .tools-for-growth-banner-content h1 {
    font-size: 44px !important;
  }



  .our-beliefs-banner-content h1 {
    font-size: 54px !important;
    line-height: 62px;
  }



  .video-container iframe {
    height: 480px;
  }

  .video-wrap iframe {
    height: 480px;
  }



  .people-banner {
    padding: 80px 0;
  }



  .encourage-card span {
    font-size: 20px;
  }

  .encourage-card p {
    font-size: 20px;
  }



  .systematic-approach-item {
    flex-direction: column;
    text-align: center;
  }

  .systematic-approach-item .systematic-approach-item-left {
    min-width: inherit;
    margin-right: 0;
    margin-bottom: 20px;
  }

}

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

  .about_dcd .content {
    padding-left: 12px !important;
  }

  .about_dcd .content .about_btn {
    width: fit-content !important;
    margin-bottom: 0 !important;
  }

  .about_dcd .content .about_btn p {
    letter-spacing: inherit !important;
    padding: 12px !important;
  }

  /* .dcd_kingdom,
  .about_dcd,
  .speaker_dcd,
  .shedule-dcd,
  .malacca_dcd {
    padding-right: 30px !important;
    padding-left: 30px !important;
  } */

  .shedule-dcd .container.width992,
  .malacca_dcd .container.width992 {
    padding: 0 !important;
  }

}


@media (max-width: 991px) {
  .uni-padding {
    padding: 50px 30px !important;
  }

  .banner-slider-bg {
    background-position: center !important;
  }

  .banner-content {
    bottom: 2vw;
  }

  .banner-slider li {
    height: 45vw;
  }

  .dec2 {
    margin-top: 0px !important;
  }

  .travel-day h3 {
    margin-bottom: 5px !important;
  }

  .shedule-dcd h2 {
    margin-bottom: 40px !important;
  }

  .dcd_regestration .box {
    margin: 0 !important;
  }

  #header .header-wrap {
    padding: 10px 0;
  }

  #header .header-logo {
    margin-right: 0;
  }



  #swipeNav {
    display: none;
  }

  .menu-modal-wrap .container {
    padding: 0;
  }

  .modal-navigation .modal-nav-title {
    font-weight: 600;
    font-size: 20px;
  }



  /* .banner-slider li {
    min-height: 460px;
  } */

  .banner-content h1 {
    font-size: 28px !important;
    line-height: 34px;
  }

  .banner-content h2 {
    font-size: 34px !important;
    line-height: 40px;
  }



  .banner-bottom-box .boxed {
    min-width: 100%;
    max-width: 100%;
    margin: 0 0 30px;
    align-items: center;
  }

  .banner-bottom-box .boxed:last-of-type {
    margin-bottom: 0;
  }

  .banner-bottom-box .boxed .icon-col {
    padding: 5px 0;
  }



  .who-we-are-img {
    order: 1;
  }

  .who-we-are-content {
    order: 2;
  }

  .need-prayer-img {
    order: 2;
  }

  .need-prayer-content {
    order: 1;
  }



  .section-content h2,
  .section-content h3 {
    font-size: 28px !important;
  }



  .resources-row {
    padding: 42px 0;
  }



  .resources-carousel-box {
    width: 510px;
  }



  .inner-banner {
    min-height: 380px;
  }



  .broadcasting-box h2 {
    font-size: 22px !important;
  }



  .media-carousel-section {}

  .media-carousel-section .view-all-btn {
    position: absolute;
    right: 0;
    bottom: -50px;
  }

  .media-carousel-title {
    padding-right: 100px;
  }



  .about-banner-content h1 {
    font-size: 26px !important;
  }

  .about-banner-content p {
    font-size: 18px;
  }

  .about-box-section {
    padding: 50px 0;
  }

  .about-box-section .card .card-body h3 {
    font-size: 22px !important;
  }

  .about-box-section .card .card-body {
    padding: 20px 20px;
  }



  .give-banner-section .banner-bg {
    background-image: url(../images/give-banner-mobile.jpg) !important;
    background-position: top right;
  }



  .contact-banner-content h1 {
    font-size: 40px;
  }



  .tools-for-growth-banner-content h1 {
    font-size: 40px !important;
  }

  .tools-for-growth-section {
    padding: 60px 0;
  }

  .tools-card .card-body {
    padding: 20px;
  }



  .calendar-view table {
    font-size: 16px;
  }

  .event-list .event-list-item {
    font-size: 14px;
  }

  .event-list .event-list-item .list-item-center .list-item-title {
    font-size: 16px;
  }



  .our-beliefs-banner-content h1 {
    font-size: 42px !important;
    line-height: 50px;
  }



  .video-container iframe {
    height: 440px;
  }

  .video-wrap iframe {
    height: 440px;
  }



  .pay-now-section-row {
    flex-direction: column;
  }

  .pay-now-section-row .pay-now-section-content {
    padding-right: 0;
  }

  .pay-now-section-row .pay-now-section-img {
    max-width: 255px;
    margin: 40px auto 0;
  }

  .faith-promise .pay-now-section-row .pay-now-section-content {
    padding-left: 0;
  }

  .faith-promise .pay-now-section-row .pay-now-section-img {
    order: 2;
  }





  #footer {
    padding: 35px 0;
  }



  .people-banner {
    padding: 60px 0;
  }

  .banner-content-boxed {
    padding: 20px;
  }

  .banner-bottom-content-boxed {
    padding: 20px;
  }



  .encourage-card span {
    font-size: 18px;
    width: 60px;
    height: 60px;
    line-height: 60px;
  }

  .encourage-card p {
    font-size: 18px;
  }



  .ba-banner-content h5:after {
    width: 220px;
    left: 50%;
    margin-left: -110px;
  }



  .systematic-approach-item h4 {
    font-size: 1.25rem;
  }

  .dcd_2024 {
    background-position: center !important;
  }

  .banner-img {
    padding: 30px 0 !important;
  }




}



@media (max-width: 767px) {
  .dcd_regestration {
    background-position: center !important;
  }

  .shedule-dcd br {
    display: none;
  }



  .banner-img {
    padding: 20px 0 !important;
  }

  .shedule-dcd .mid {
    padding: 25px 12px !important;
  }

  .shedule-dcd .hr {
    margin: 20px 0 !important;
  }

  .shedule-dcd .shedule_content.bottom {
    margin-top: 25px !important;
    padding-left: 12px !important;
  }

  .shedule_table {
    margin-top: 40px !important;
    margin-bottom: 0 !important;
  }

  .shedule_head h4:not(:last-child) {
    margin-bottom: 10px;
  }

  .btn {
    padding: 7px 20px;
  }



  .banner-slider li {
    min-height: 320px;
    padding-top: 30px;
    padding-bottom: 60px;
  }

  .banner-content h1 {
    font-size: 20px !important;
    line-height: 30px;
    margin-bottom: 15px;
  }

  .banner-content .btn {
    font-size: 14px;
  }

  .banner-content h2 {
    font-size: 26px !important;
    line-height: 32px;
  }

  .banner-content {
    width: 100%;
  }



  .banner-bottom-box .boxed {
    min-width: 100%;
    max-width: 100%;
    margin: 0 0 30px;
    align-items: center;
  }

  .banner-bottom-box .boxed:last-of-type {
    margin-bottom: 0;
  }

  .banner-bottom-box .boxed .icon-col {
    padding: 5px 0;
  }



  .who-we-are-img {
    order: 1;
  }

  .who-we-are-content {
    order: 2;
  }

  .need-prayer-img {
    order: 2;
  }

  .need-prayer-content {
    order: 1;
  }



  .section-content h2,
  .section-content h3 {
    font-size: 24px !important;
  }

  .section-content h2.small-heading,
  .section-content h3.small-heading {
    font-size: 22px !important;
  }

  .section-content p {
    font-size: 14px;
  }

  .section-content li {
    font-size: 14px;
  }



  .resources-row {
    padding: 42px 0;
  }



  .resources-carousel-box {
    width: 510px;
  }



  .inner-banner {
    min-height: 280px;
  }



  .media-carousel-section .section-title {
    font-size: 24px;
  }

  .broadcasting-box h2 {
    font-size: 20px !important;
  }

  .broadcasting-box p {
    font-size: 14px;
  }



  .about-banner-content h1 {
    font-size: 24px !important;
  }

  .about-banner-content p {
    font-size: 16px;
  }

  .about-box-section .card .card-body {
    text-align: center;
  }



  .banner-top {
    flex-direction: column;
  }

  .banner-top .page-title {
    margin-top: 15px;
  }

  .banner-top .page-nav ul li {
    margin-left: 20px;
  }



  .give-content-section {
    padding: 60px 0;
  }

  .give-banner-content .give-banner-content-box {
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.7);
  }



  .contact-content-section {
    padding: 20px 0 60px;
  }

  .service-time-details .table td {
    font-size: 14px;
  }



  .contact-banner {
    padding: 60px 0;
  }

  .contact-banner-content h1 {
    font-size: 36px;
  }

  .contact-banner-content p {
    font-size: 16px;
  }



  .tools-for-growth-banner {
    padding: 60px 0;
  }

  .tools-for-growth-banner-content h1 {
    font-size: 36px !important;
  }

  .tools-for-growth-banner-content p {
    font-size: 16px;
  }

  .tools-for-growth-section {
    padding: 40px 0;
  }

  .tools-card .card-body {
    padding: 16px;
  }



  .our-beliefs-banner-content h1 {
    font-size: 38px !important;
    line-height: 44px;
  }



  .video-container iframe {
    height: 400px;
  }

  .video-wrap iframe {
    height: 400px;
  }



  .media-box-section .card .card-body h3 {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
  }



  #footer {
    padding: 35px 0;
  }



  .systematic-approach-item h4 {
    font-size: 1.125rem;
  }

}

@media (max-width: 560px) {
  .shedule-dcd .shedule_content.bottom {
    padding-left: 12px !important;
  }

  .section-content h2,
  .section-content h2.small-heading,
  .section-content h3,
  .section-content h3.small-heading {
    font-size: 20px;
  }

  .section-title,
  .media-carousel-section .section-title {
    font-size: 20px;
  }

  .section-subtitle {
    font-size: 16px;
  }



  .give-img-box .boxed {
    display: block;
    margin: 0 0 15px;
  }

  .give-img-box .boxed:last-of-type {
    margin-bottom: 0;
  }



  .contact-banner {
    padding: 40px 0;
  }

  .contact-banner-content h1 {
    font-size: 32px;
  }



  .tools-for-growth-banner {
    padding: 40px 0;
  }

  .tools-for-growth-banner-content h1 {
    font-size: 32px !important;
  }



  .banner-top .page-nav ul li {
    margin-left: 15px;
  }

  .banner-top .page-nav ul li a {
    padding: 10px 2px;
  }



  .our-beliefs-content-section {
    padding: 40px 0;
  }

  .our-beliefs-banner-content h1 {
    font-size: 30px !important;
    line-height: 36px;
  }



  .video-container iframe {
    height: 360px;
  }

  .video-wrap iframe {
    height: 360px;
  }



  .banner-app-icon .boxed {
    display: block;
    margin: 0 0 30px;
  }

  .banner-app-icon .boxed:last-of-type {
    margin-bottom: 0;
  }

  .banner-app-icon .boxed>div.qr_code {
    margin-bottom: 15px;
  }



  .encourage-card p {
    font-size: 16px;
  }

}



@media (max-width: 379px) {

  .banner-top .page-nav ul li {
    margin-left: 10px;
  }

}

.banner-dcd-bg {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner-dcd-block {
  align-items: center;
}

.section-dcd {
  padding: 60px 0;
}

.dcd-open-cont h3 {
  margin-bottom: 20px;
}

.banner-dcd-bg .banner-dcd-cont p {
  font-size: 17px;
  line-height: 24px;
  color: #ffffff;
  font-weight: 400;
  padding-right: 30px;
}

.section-content .dcd-sing-cont {
  font-size: 16px;
  line-height: 24px;
  color: #58595b;
  font-weight: 400;
  margin-top: 40px;
}

.para-content p {
  font-weight: 400;
}

.para-content {
  border-bottom: 1px solid #ebeced;
  background-color: #f8f8f8;
  width: 100%;
}

.para-content .section-content h3 {
  margin-bottom: 30px;
  line-height: 34px
}

.dcd-sing-btn {
  margin-top: 10px;
}

.dcd-sing-btn .btn {
  min-width: 260px;
}

.dcd-sing-btn .btn-outline-primary {
  background-color: #fff;
  color: #fbb655;
  border-color: #fbb655;
}

.dcd-sing-btn .btn-outline-primary:active {
  color: #fbb655;
}

.dcd-sing-btn .btn-outline-primary:hover {
  background: #fbb655;
  border-color: transparent;
  color: #ffffff;
}

.dcd-sing-head {
  font-size: 17px;
  line-height: 24px;
  color: #58595b;
  font-weight: 500;
}

.dcd-sing-link {
  font-size: 16px;
  line-height: 24px;
  text-decoration: underline;
  color: #fbaf21;
  font-weight: 400;
}

@media (max-width: 1079px) {
  .banner-dcd-block {
    flex-flow: column-reverse;
    text-align: center;
  }

  .banner-dcd-cont {
    padding-top: 20px;
  }

  .banner-dcd-img,
  .banner-dcd-cont {
    width: 100%
  }

  .section-dcd {
    padding: 40px 0;
  }

  .dcd-open-cont h3 {
    margin-bottom: 15px;
  }

  .section-content .dcd-sing-cont {
    margin-top: 20px;
  }

  .banner-dcd-bg .banner-dcd-cont p {
    padding-right: 0px;
  }

  .para-content p {
    text-align: center;
  }
}

@media only screen and (max-width: 992px) {
  .banner-top {
    flex-direction: column;
    padding-top: 2.5rem;
  }
}

@media only screen and (max-width: 767px) {
  .page-nav {
    width: 100%;
    overflow-y: scroll;
  }

  .page-nav ul {
    display: flex;
    justify-content: start;

  }

  .banner-top {
    padding-top: 1rem;
  }

  .page-nav li {
    white-space: nowrap;
  }
}

/* DCD 2024 */

.dcd_2024 {
  /* background-image: url(../images/dcd-banner.jpg); */
  background-image: url(../images/bg.jpg);
  background-position: center -100px;
  background-size: cover;
  height: 40vw;
  position: relative;
}

.banner-img {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  padding: 50px 0;

}

.dcd_logo {
  display: flex;
  margin: auto;
  margin-bottom: 30px;
}

.dcd_2024 .banner_h1 {
  font-size: 90px;
  font-family: OpenSauceSans_bold;
  color: white;
}

.dcd_2024 .sub_heading {
  padding: 20px 0;
}

.dcd_2024 .sub_heading p {
  font-family: OpenSauceSans_semi_bold;
  font-size: 28px;
  margin-bottom: 0px;
  color: white;
  text-transform: uppercase;
  line-height: 39px;
}

.dcd_2024 .banner_box {
  font-family: OpenSauceSans_semi_bold;
  text-transform: uppercase;
  text-align: center;
  color: white;
  /* margin: 20px auto; */

}

.dcd_2024 .banner_box .box {
  height: 64px;
  width: 202px;
  margin: 0 22px;
  border: 1px solid;
}

.dcd_2024 .banner_box .box p {
  margin: auto;
  padding: 0 10px;
}

.dcd_kingdom {
  background-image: url(../images/yellow.jpg);
  background-size: cover;
  background-position: bottom right;
  color: #282a29;
}

.dcd_kingdom .container {
  padding: 80px 100px;
  text-align: center;
}

.dcd_kingdom p {
  font-size: 30px;
  font-family: OpenSauceSans;
  line-height: 1.17;
}

.dcd_kingdom h3 {
  font-size: 41px;
  font-family: OpenSauceSans_bold;
  margin-top: 40px;
}

.about_dcd {
  background-image: url(../images/about-dcd.jpg);
}

.about_dcd .container,
.speaker_dcd .container {
  color: white;
  padding: 0;
}

.about_dcd h1 {
  font-size: 56px;
  font-family: OpenSauceSans_bold;
  margin-bottom: 88px;
  line-height: .9;
}

.about_dcd h1 p {
  font-family: OpenSauceSans;
  margin-bottom: 0;
}

.about_dcd .content p {
  font-size: 19px;
  font-family: OpenSauceSans_semi_bold;
}

.about_dcd .content .about_btn {
  /* height: 62px; */
  width: 240px;
  margin-top: 20px;
  border: 1px solid;
}

.about_dcd .content {
  padding-left: 40px;
}

.about_dcd .content .about_btn p {
  font-size: 14px;
  font-family: OpenSauceSans_semi_bold;
  letter-spacing: 2px;
  padding: 12px 0;
}

.about_dcd .row .img img {
  border-radius: 25px;
}

.speaker_dcd {
  background-image: url(../images/yellow.jpg);
  color: white;
  background-size: cover;
  background-position: right bottom;
}

.speaker_dcd h2 {
  font-family: OpenSauceSans_bold;
  font-size: 25px;
  margin-top: 60px;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #282a29;
}

.speaker_dcd h1 {
  font-size: 56px;
  font-family: OpenSauceSans_bold;
  line-height: .9;
  color: #282a29;
}

.speaker_dcd p {
  font-family: OpenSauceSans_semi_bold;
  font-size: 19px;
  margin-bottom: 0;
  color: #282a29;
}

.speaker_dcd p:not(:last-child) {
  margin-bottom: 30px;
}


img.dcd_speaker {
  padding: 30px;
  padding-left: 120px;
  margin-bottom: auto;
}

.group_content {
  /* padding-right: 100px; */
  padding-left: 20px;
}

img.dcd_group {
  margin-top: 60px;
}

.shedule-dcd {
  color: #faefe0;
  background: #c3754b;

}

.shedule-dcd h2 {
  font-family: OpenSauceSans_bold;
  font-size: 56px;
  margin-bottom: 60px;
}

.shedule-dcd h3 {
  font-family: OpenSauceSans_bold;
  font-size: 32px;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.shedule-dcd h4 {
  font-family: OpenSauceSans_semi_bold;
  font-size: 27px;
  margin-bottom: 5px;
}



.shedule-dcd p {
  font-size: 23px;
  font-family: OpenSauceSans;
  line-height: 1.28;
  margin-bottom: 0;
}

.travel-day p {
  font-size: 18px;
}

.travel-day h3 {
  margin-bottom: 60px;
}

.dec2 {
  margin-top: 70px;
}

.shedule-dcd .shedule-list:not(:last-child) {
  border-bottom: 3px solid #faefe0;
  padding: 35px 0;
}

.shedule-dcd .shedule-list:first-child {
  padding-top: 0;

}

.shedule-dcd .shedule-list:not(:first-child) {
  padding-top: 35px;
}


.malacca_dcd {
  background-image: url(../images/banner-location.jpg);
  color: white;
  background-position: center;
  background-size: cover;
}

.malacca_dcd h1 {
  font-size: 56px;
  font-family: OpenSauceSans_bold;
  margin-bottom: 60px;
}

.malacca_dcd p {
  font-size: 24px;
  font-family: OpenSauceSans;
  margin-top: 50px;
  margin-bottom: 0;
}

.dcd_regestration {
  background-image: url(../images/bg-bottom.jpg);
  background-size: cover;
  color: white;
  background-position: center bottom;
  min-height: 30vw;
}

.dcd_regestration .box {
  height: 64px;
  width: 206px;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid;
  margin: 0 22px;
}

.dcd_regestration .box p {
  margin: auto;
}

.dcd_regestration .reg_box {
  margin-top: 55px;
  margin-bottom: 65px;
}

.dcd_regestration h1 {
  font-size: 50px;
  font-family: OpenSauceSans_bold;
  margin: 0 22px;
  text-align: center;
}

.dcd_regestration h3 {
  font-size: 24px;
  font-family: OpenSauceSans_semi_bold;
}

.dcd_regestration h3 a {
  color: white;
  text-decoration: underline;
}

.dcd_regestration .box p {
  font-family: OpenSauceSans_bold;
  color: #faefe0;
  transition: all .3s ease;
}

.dcd_regestration .box:hover p {
  color: #cf6e3b;
}

.dcd_regestration .box,
.about_dcd .content .about_btn,
.dcd_2024 .banner_box .box {
  transition: 500ms;
  border-color: #faefe0;
}

.dcd_regestration .box:hover,
.about_dcd .content .about_btn:hover,
.dcd_2024 .banner_box .box:hover {
  background-color: #faefe0;
}

.dcd_regestration a,
.about_dcd a,
.dcd_2024 a,
.dcd_regestration h3 a:hover {
  color: white;
}

.dcd_regestration a:hover,
.about_dcd a:hover,
.dcd_2024 a:hover {
  color: #cf6e3b;
}

@media (max-width: 610px) {
  .pl55 {
    padding-left: 12px !important;
  }

  .important-alert p {
    margin: 0;
    font-size: 15px !important;
    line-height: 1.5 !important;
  }

  .important-alert span {
    font-size: 20px !important;
    margin-bottom: 10px;
    line-height: 1.2;
  }

  .banner-slider li {
    min-height: inherit;
    height: 60vw;
  }

  .banner-content .btn-primary {
    font-size: 12px;
  }

  .shedule-dcd h3 {
    margin-bottom: 10px;
  }

  #dcd_2014_pg br {
    display: none;
  }

  .dcd-service h2,
  .shedule-dcd h2 {
    font-size: 26px !important;
  }

  .shedule-dcd h2 {
    margin-bottom: 20px !important;
  }

  .dcd-service strong {
    font-size: 18px !important;
  }

  .dcd-service p {
    font-size: 23px;
    line-height: 30px;
    font-size: 18px !important;

  }

  .services-info p {
    margin-bottom: 15px !important;
  }

  .tiny-tots p {
    margin-bottom: 0 !important;
  }

  .dcd_kingdom p {
    margin: 0;
  }

  .dcd-service .services-info,
  .tiny-tots {
    margin-top: 30px !important;
  }

  .dcd-service h3 {
    font-size: 24px !important;
    margin: 15px 0 10px 0;
  }

  .width992 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .malacca_dcd h1 {
    margin-bottom: 40px;
  }

  img.dcd_group {
    margin-top: 25px;

  }

  .shedule-dcd h4 {
    font-size: 23px;
    margin-bottom: 0 !important;
  }

  .dcd_2024 .banner_box .box p {
    font-size: 10px;
    padding: 8px 10px;
  }

  .banner_box {
    gap: 10px;
  }

  .speaker_dcd h2 {

    margin-top: 25px;

  }

  .dcd_logo {
    height: 80px;
    margin: 20px auto !important;
  }

  .dcd_2024 .banner_h1 {
    font-size: 30px !important;
  }

  .dcd_2024 .sub_heading p {
    font-size: 18px !important;
    line-height: 24px;
  }

  .dcd_2024 .banner_box .box {
    height: inherit;
    width: inherit;
    margin: 0 10px !important;
  }

  .dcd_2024 .banner_box .end {
    margin: auto;
  }

  .dcd_kingdom .container {
    padding: 50px 30px !important;
  }

  .dcd_kingdom p {
    font-size: 18px !important;
    line-height: 30px !important;
  }

  .dcd_kingdom h3,
  .speaker_dcd h2 {
    font-size: 20px !important;
  }

  .shedule-dcd h3,
  .dcd_regestration h1 {
    font-size: 24px !important;
  }

  .about_dcd h1,
  .malacca_dcd h1 {
    font-size: 30px !important;
  }

  .about_dcd .content p,
  .malacca_dcd p,
  .shedule-dcd p {
    font-size: 18px !important;
  }

  .shedule-dcd p {
    line-height: 30px;
  }

  .about_dcd .row .img {
    height: 200px;
    width: 300px;
    min-height: unset !important;
    margin: 25px 0;
  }

  .shedule-dcd .shedule_head.bottom h1,
  .speaker_dcd h1,
  .shedule-dcd h1 {
    font-size: 30px !important;
  }

  .group_content {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  img.dcd_speaker {
    height: 342px;
    padding: 25px 0 0 0 !important;
  }

  .dcd_regestration h3 {
    font-size: 16px !important;
    text-align: center;
  }

  .dcd_regestration .box p,
  .about_dcd .content .about_btn p {
    font-size: 14px !important;
  }

  .dcd_regestration .box {
    height: 58px !important;
    width: 144px !important;
  }

  .dcd_regestration .box {
    margin: 0 !important;
  }

  .about_dcd .content {
    padding-left: 10px !important;
  }

  .malacca_dcd p {
    margin-top: 35px !important;
  }

  /* .malacca_dcd {
    padding-bottom: 55px !important;
    padding-top: 50px !important;
  } */

  .malacca_dcd .container.width1080 {
    padding: 0 !important;
  }

  .about_dcd h1 {
    margin-bottom: 15px !important;
  }

  .about_dcd .content .about_btn {
    margin: 30px 0 !important;
  }


  .row.speaker .content {
    padding: 0 !important;
  }

  .speaker_dcd .row {
    margin: 0 !important;
  }

  .speaker_dcd .row.speaker h2 {
    margin-top: 25px !important;
  }



  /* img.dcd_group {
    margin-top: 0px !important;
  } */

  .dcd_2024 {
    padding: 0px !important;
    height: 80vw;
    background: url(../images/slider-bg.jpg) no-repeat;
    background-size: cover;
  }


  .dcd_regestration .reg_box {
    margin-top: 25px !important;
    margin-bottom: 20px !important;
  }
}

@media screen and (min-device-width: 610px) and (max-device-width: 996px) {
  .dcd_2024 .banner_h1 {
    font-size: 60px !important;
  }

  .dcd_2024 .sub_heading p {
    font-size: 24px !important;
    line-height: 30px;
  }

  .dcd_2024 .banner_box .box {
    height: 55px;
    width: 145px;
    margin: 0 10px !important;
  }

  .dcd_kingdom p {
    font-size: 22px !important;
    line-height: 30px !important;
  }

  .dcd_kingdom h3,
  .speaker_dcd h2 {
    font-size: 28px !important;
  }

  .shedule-dcd h2,
  .dcd_regestration h1 {
    font-size: 35px !important;
  }

  .about_dcd h1,
  .malacca_dcd h1 {
    font-size: 40px !important;
    margin-bottom: 50px !important;

  }



  .about_dcd .content p,
  .speaker_dcd p,
  .shedule-dcd p,
  .shedule_head h4,
  .malacca_dcd p {
    font-size: 20px !important;
  }



  .speaker_dcd h1,
  .shedule-dcd h2,
  .dcd-service h2,
  .about_dcd h1,
  .malacca_dcd h1 {
    font-size: 45px !important;
  }

  .group_content {
    padding-right: 0 !important;
    padding-left: 0px !important;
  }

  .dcd_regestration h3 {
    font-size: 20px !important;
    text-align: center;
  }

  .dcd_regestration .box p,
  .about_dcd .content .about_btn p,
  .dcd_2024 .banner_box .box p {
    font-size: 14px !important;
  }

  img.dcd_group {
    display: flex;
    margin-right: auto;
    margin-left: auto;
  }

  img.dcd_speaker {
    max-height: 550px;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 60px;
  }

  .speaker_dcd h1 {
    margin: 0;
  }

  .about_dcd .row .img {
    margin-bottom: 50px;
  }
}

.width1080 {
  max-width: 1080px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.width992 {
  max-width: 992px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.uni-padding {
  padding: 110px 0;
}

.dcd-service {
  background-image: url(../images/yellow.jpg);
  background-size: cover;
  background-position: bottom right;
}

.dcd-service h2 {
  margin-bottom: 20px;
  text-transform: uppercase;
  font-family: OpenSauceSans_bold;
  font-size: 56px;
}

.dcd-service p {
  font-size: 23px;
  font-family: OpenSauceSans;
  line-height: 1.28;
  margin-bottom: 0;
}

.dcd-service strong {
  font-family: OpenSauceSans_semi_bold;
  font-size: 29px;
}

.dcd-service h3 {
  font-family: OpenSauceSans_bold;
  font-size: 32px;
  text-transform: uppercase;
  margin-bottom: 9px;
}

.dcd-service .services-info {
  margin-top: 60px;
}

.dcd-service .services-info p:not(:last-child) {
  margin-bottom: 40px;

}

.tiny-tots {
  margin-top: 60px;
}

.tiny-tots p:not(:last-child) {
  margin-bottom: 20px !important;
}

.mobile-btn-area {
  background: #1e1417;
  padding: 30px;
  font-family: OpenSauceSans_semi_bold;

}

.mobile-btn-area a {
  color: #faefe0;
  font-size: 12px;
}

.mobile-btn-area .btn-mobile {
  border: 1px solid #faefe0;
  padding: 10px 15px;
}

.mobile-btn-area .btn-mobile:hover {
  background: #faefe0;
  color: #1e1417;
}

.pl55 {
  padding-left: 55px;
}




.important-alert p {
  text-transform: none;
  font-size: 18px;
  letter-spacing: .5px;
  padding: 5px;
  border-radius: 5px;
  line-height: 35px;
}

.important-alert span {
  font-size: 28px;
  display: block;
}

.important-alert .link-url {
  color: #f9c013;
}

.important-alert .link-url:hover {
  color: #d3a20c;
}

.e-banner {
  height: 325px;
  background-position: center top !important;
  font-family: OpenSauceSans_bold;
}

.e-banner h1 {
  font-size: 50px;

}

.e-banner .sub-heading {
  font-size: 24px;
  letter-spacing: 5px;
  line-height: 34px;
}

.product-contianer .cat-title {
  font-size: 24px;
  letter-spacing: 5px;
  line-height: 34px;
  text-transform: uppercase;
  font-family: OpenSauceSans;
  margin-bottom: 40px;
}

.product-contianer {
  padding: 50px 0;

}

.product .card {
  border: 0;
  color: #282a29;

}

.small-product-img {
  width: 100px;
  padding-right: 24px;
  gap: 17px;
  display: flex;
  flex-direction: column;
}

.small-product-img .products-items {
  width: 72px !important;
  height: 78px;
}

.small-product-img .products-items.active {
  border: 2px solid #fbaf21;
}

.small-product-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-carousel {
  position: relative;
  width: calc(100% - 100px);
}

.product-carousel .item img {
  width: 100%;
}

/* .product-carousel .owl-nav {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 35px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
} */

.product-carousel .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 35px;
  width: 50px;
}

.product-carousel .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 35px;
  right: 0;
  width: 50px;

}

.product-carousel .owl-nav .owl-prev,
.product-carousel .owl-nav .owl-next {
  padding: 20px;
}

.product-carousel .owl-nav .owl-prev.disabled,
.product-carousel .owl-nav .owl-next.disabled {
  color: rgb(98, 101, 100);
  cursor: not-allowed;
}

.product .card-text {
  font-family: OpenSauceSans;
  font-size: 18px;

}

.product .card-title:hover {
  color: #fbaf21;
}

.product .card-title,
.product .price {
  font-size: 20px;
  line-height: 1.5;
  font-family: OpenSauceSans_medium;
  transition: all .3s ease;
}

.product .price {
  font-size: 18px;
  color: #fbaf21;

}

.product-details {
  font-family: OpenSauceSans;
  transition: all .4s ease;


}

.product-details {
  padding: 50px 0;
  color: #282a29;

}

.product-details .item-name {
  font-size: 26px;
  line-height: 1.2;
  font-family: OpenSauceSans_medium;
  margin-bottom: 15px;

}


.sizeModal table {
  font-family: OpenSauceSans;
}



.sizeModal table .fw-m {
  font-family: OpenSauceSans_medium;

}

.sizeModal .nav-tabs button {
  color: rgb(33, 37, 41);
  border: 0;
  font-family: OpenSauceSans_medium;

}

.sizeModal .nav-link.active {
  color: #fbaf21;
  background-color: transparent;

  border-bottom: 1px solid #fbaf21;
}

.sizeModal table tr:nth-of-type(odd) {
  background: #fff !important;
}

.sizeModal table tr:nth-of-type(2n) {
  background: #f5f4f4 !important;
}


.p40 {
  padding-left: 40px;
}

.sizeModal tbody,
.sizeModal td,
.sizeModal tfoot,
.sizeModal th,
.sizeModal thead,
.sizeModal tr {
  border: 1px solid #dcdcdc;
}

.sizeModal table th {
  padding: 12px;
  font-family: OpenSauceSans_medium;
  font-weight: 500;
  border-bottom: 0;
  color: rgb(91, 91, 91);
}

.sizeModal table td {
  font-size: 14px;
  line-height: 1.5;
  padding: 8px 12px;
  color: rgb(84, 84, 84);
}


.product-details .item-price {
  font-size: 20px;
  line-height: 34px;
  font-family: OpenSauceSans_bold;
  margin: 0px 0 15px 0;
  display: block;
  color: #fbaf21;
}

.sizeModal .modal-body {
  background: #f5f4f4;
  padding-top: 30px;
}

.sizeModal .modal-title {
  font-size: 20px;
  font-family: OpenSauceSans;

}

.product-details .item-desc,
.product-details p,
.product-details .item-subtitle {
  line-height: 1.5;
  font-size: 16px;


}

.product-details a {
  color: unset;
}

.product-details .item-desc a {
  font-family: OpenSauceSans_medium;
}

.product-details .item-desc i {
  transition: all .4s ease;
}

.product-details .item-desc a[aria-expanded="true"] i {
  transform: rotate(-180deg);
}

.product-details .image-area {
  position: sticky;
  top: 110px;
  left: 0;
}

.product-details .item-measurement p {
  font-size: 16px;
  font-family: OpenSauceSans_medium;
  margin: 0;
}

.product-details .item-measurement {
  max-width: 350px;
}

.item-measurement label del {
  color: #d3d3d3;
}

.product-details .size-guide {
  background: transparent;
  border: 0;
  line-height: 1.5;
  text-decoration: underline;
  font-family: OpenSauceSans_medium;
  color: rgb(40, 42, 41);

}

.product-details label {
  width: 46px;
  height: 42px;
  background-color: #ffffff;
  border: 1px solid #d3d3d3;
  font-size: 16px;
  font-family: OpenSauceSans
}

.product-details input[type="radio"] {
  opacity: 0;
}

.product-details input[type="radio"]:checked~label {
  background-color: #fbaf21;
  border: 1px solid #fbaf21;
  color: #fff;
}

.quantity input[readonly] {
  background: transparent;
}

.quantity button[disabled] {
  cursor: not-allowed;
}

.product-details .item-availablity p {
  margin: 0;
  font-family: OpenSauceSans_medium;

}

.item-availablity .text-success {
  color: #0c9b54 !important;
}

.item-availablity .text-danger {
  color: #e91717 !important;
}

.cart-canvas {
  width: 600px;
  padding: clamp(30px, 2.63vw, 50px) clamp(20px, 2.36vw, 45px);
  color: #282a29;

}

.cart-canvas td {
  border: 0;
  padding: 0;
}

.cart-canvas table {
  border-spacing: 0 2rem;
  border-collapse: separate;
  margin: 0;
}

.cart-canvas .offcanvas-body {
  scrollbar-width: none;
}

.cart-canvas table p {
  font-size: 18px;
  line-height: 1.5;
  font-family: OpenSauceSans;
}

.cart-canvas:not(table p) {
  font-family: OpenSauceSans_bold;
  font-size: 30px;
  line-height: 1.2;
  color: #282a29;
}

.cart-canvas span {
  font-family: OpenSauceSans;
  font-size: 18px;
}

.cart-canvas .title {
  font-size: 20px;
  line-height: 1.2;
  font-family: OpenSauceSans_medium;
  color: #282a29;
}

.cart-canvas .quantity {
  font-family: OpenSauceSans;

}

.cart-canvas .quantity button {
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  text-align: center;
}

.fa-trash {
  font-size: 18px;
  color: #ff0000;
}

.quantity {
  width: 130px;

}

.quantity p {
  font-family: OpenSauceSans_medium;

}

.quantity button {
  min-width: 35px;
  border: 0;
  border-radius: 0;
  font-size: 24px;
  background: transparent;
  border: 1px solid #d3d3d3;
}

.quantity input {
  border-color: #d3d3d3 !important;
  width: 40px;
  padding: 0 5px;
}


.big-btn-e-store {
  height: 50px;
  background-color: #434343;
  border: 0;
  font-size: 16px;
  font-family: OpenSauceSans_medium;
}

.big-btn-e-store:hover {
  background-color: #fbaf21;
}


.product-details .item-rules strong {
  font-size: 18px;
  line-height: 1.5;
  font-family: OpenSauceSans_bold;
  font-weight: normal;
}

.estore-nav {

  font-family: OpenSauceSans_bold;

}

.estore-nav li a {
  transition: all .3s ease;

}

.estore-nav li {
  list-style: none;
  display: flex;
  color: #fbaf21;
  transition: all .3s ease;
}


.estore-nav li:hover,
.estore-nav li:hover a {
  color: #fff !important;

}

.checkout {
  padding: clamp(30px, 4.73vw, 80px) 0;
  font-family: OpenSauceSans;

}

.checkout .form {
  max-width: 630px;
  padding: 35px clamp(20px, 1.57vw, 30px);
  box-shadow: .5px 4px 10px rgba(196, 210, 224, 0.9);
}

.checkout .form label {
  font-size: 18px;
  line-height: 2;
  color: #434343;
  font-family: OpenSauceSans_medium;

}

.checkout .form-control {
  height: 63px;
  border: 1px solid #cfcfcf;
  border-radius: 0;
}

.checkout .form-check-input:focus {
  box-shadow: none !important;
}

.checkout .form-check-input {
  margin-top: 5px;
  width: 19px;
  height: 19px;
  border: 1px solid #cfcfcf;
  background: transparent;
  margin-right: 8px;
  transition: cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.6s;
}

.checkout .form-check-input:checked {
  background: #cfcfcf !important;
  border: 6px solid #fff !important;
  outline: 1px solid #cfcfcf;
  background-image: none;
}

.checkout .payment-type label {
  font-size: 16px;
  line-height: 2;
  color: #434343;
  font-family: OpenSauceSans;
}

.checkout .form-ftr {
  font-family: OpenSauceSans_medium;
  border-bottom: 1px solid #cfcfcf;
  padding-bottom: 35px;
}

.checkout .form-ftr a {
  font-size: 18px;
  line-height: 1.8;
  color: #434343;
  transition: all .3s ease;

}

.checkout .form-ftr a:hover {
  color: #fbaf21;
}

.checkout .form-ftr i {
  font-size: 26px;
  font-weight: bolder;
}

.confirmationModal {
  font-family: OpenSauceSans;
}

.confirmationModal .title {
  font-size: 30px;
  line-height: 1.5;
  color: #434343;
  font-family: OpenSauceSans_medium;
}

.confirmationModal .modal-body {
  max-width: 615px;
  font-size: 20px;
  line-height: 1.7;
  color: #434343;
}

.confirmationModal .modal-footer {
  font-size: 24px;
  line-height: 1;

}

.font-w-b {
  font-family: OpenSauceSans_medium;
  font-weight: inherit !important;

}

.promo-btn {
  height: 63px;
}

.promo-btn:disabled {
  background: #919293;
  border: #919293;
}

.checkout .order-informations label {
  font-size: 16px;
  font-family: OpenSauceSans;
}

.checkout .order-informations .payable-amount label{
  font-size: 17px;
  font-family: OpenSauceSans_semi_bold;

}

.checkout .order-informations .item{
  display: flex;

}

.text-green{
  color: #52a557 !important;
}
@media (max-width: 560px) {
  .e-banner h1 {
    font-size: 40px;
  }

  .e-banner {
    height: 175px;
    background: url(../images/e-banner-mobile.jpg) no-repeat !important;
    background-position: center !important;

  }

  .checkout .form label {
    font-size: inherit;
  }

  .product-contianer {
    padding: 35px 0;
  }

  .product .card-title {
    line-height: 1.2;
  }

  .payable-amount {
    background: #f1f1f2;
    text-align: center;
    padding: 10px;
  }

  .checkout .form-control,
  .promo-btn {
    height: 46px;
  }

  .card-option {
    padding: 14px !important;
  }

  .confirmationModal .modal-body {
    font-size: 16px;
    line-height: 1.5;
  }

  .confirmationModal .title {
    line-height: 1.2;
    font-size: 24px;
  }

  .cart-canvas .title {
    font-size: 16px;
  }

  .product-carousel {
    width: 100%;
  }

  .sizeModal table th {
    font-size: 14px;
  }

  .sizeModal table td {
    font-size: 12px;
  }

  .estore-nav li {
    font-size: 13px;
  }

  .estore-nav li a {
    text-transform: capitalize !important;
  }

  .image-area {
    flex-direction: column-reverse;
    gap: 20px;
  }

  .small-product-img {
    width: auto;
    padding: 0;
    gap: 10px;
    flex-direction: row;
  }

  .e-banner .sub-heading {
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 1.5;
  }

  .product-contianer .cat-title {
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 1.5;
    margin-bottom: 20px;
  }

  .product-details {
    padding: 30px 0;
  }

  .product-details .item {
    text-align: center;
  }

  .product-details .item-name {
    font-size: 26px;
  }


  .make-payment {
    margin: 1rem auto 0 auto;
  }

  .product-details .item-desc,
  .product-details p {
    font-size: 16px;
    line-height: 1.5;
  }

  .sizeModal .fa-times {
    font-size: 24px !important;
    padding: 0 10px;
  }
}

.loader-05 {
  width: 30px;
  height: 30px;
  border: 4px solid transparent;
  border-top-color: #ffca13;
  border-radius: 50%;
  font-size: 30px;
  animation: 1s loader-05 linear infinite;
  position: relative;
  opacity: 1;

  &:before {
    content: '';
    display: block;
    width: inherit;
    height: inherit;
    position: absolute;
    top: -4px;
    left: -4px;
    border: 4px solid #3a3a3a;
    border-radius: 50%;
    opacity: .2;
  }
}



@keyframes loader-05 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.code-type {
  display: none;
}

.banner-content {
  text-align: center;
}

.banner-content h1 {
  font-size: 24px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 4px;
}
.privacy-content{
  padding:45px 0;
  border-bottom: 1px solid #ebeced;
}
.privacy-content h1{
  font-weight: 700;
  font-size: 30px;
  color: #58595b;
  margin-bottom: 15px;
}
.privacy-content p,.privacy-content li{
font-size: 16px;
line-height: 1.8;
color: #58595b;
font-weight: 500;
margin-bottom: 10px;
}
.privacy-content h2{
  font-size: 20px;
line-height: 24px;
color: #58595b;
font-weight: 600;
margin-top: 30px;
}
