/* Color palette */

:root {
    --warm-purple: #822d8a;
    --dusty-orange: #f4793b;
    --typo: 'Helvetica', 'Arial', sans-serif;
}

*:focus {
	outline: none;
}
/* Text styles */

.title-header {
    font-family: var(--typo);
    letter-spacing: normal;
    font-weight: bold;
}

.H1LeftBlack {
    font-family: var(--typo);
    letter-spacing: normal;
    color: #4a4a4a;
}

.H1CenterWhite {
    font-family: var(--typo);
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}

.H1CenterBlack {
    font-family: var(--typo);
    letter-spacing: normal;
    text-align: center;
    color: #4a4a4a;
}

.H2LeftWhite {
    font-family: var(--typo);
    letter-spacing: normal;
    color: #ffffff;
}

.H2LeftBlack {
    font-family: var(--typo);
    letter-spacing: normal;
    color: #4a4a4a;
}

.H2CenterBlack {
    font-family: var(--typo);
    letter-spacing: normal;
    text-align: center;
    color: #4a4a4a;
}

.H2CenterWhite {
    font-family: var(--typo);
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}

.ParagraphLeftBlack-Bold {
    font-family: var(--typo);
    letter-spacing: normal;
    color: #4a4a4a;
}

.ParagraphCenterBlack-Bold {
    font-family: var(--typo);
    letter-spacing: normal;
    text-align: center;
    color: #4a4a4a;
}

.sub-title-header {
    font-family: var(--typo);
    letter-spacing: normal;
    color: #ffffff;
}

.time-picker {
    font-family: var(--typo);
    letter-spacing: normal;
    color: #4a4a4a;
}

.ParagraphLeftDisable {
    font-family: var(--typo);
    letter-spacing: normal;
    color: #d4d4d4;
}

.ParagraphLeftWhite {
    font-family: var(--typo);
    letter-spacing: normal;
    color: #ffffff;
}

.ParagraphCenterBlack {
    font-family: var(--typo);
    letter-spacing: normal;
    text-align: center;
    color: #4a4a4a;
}

.ParagraphCenterDisable {
    font-family: var(--typo);
    letter-spacing: normal;
    text-align: center;
    color: #d4d4d4;
}

.ParagraphCenterWhite {
    font-family: var(--typo);
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}

.TinyLeftBlack {
    font-family: var(--typo);
    letter-spacing: normal;
    color: #4a4a4a;
}

.TinyLeftWhite {
    font-family: var(--typo);
    letter-spacing: normal;
    color: #ffffff;
}

.TinyCenterBlack {
    font-family: var(--typo);
    letter-spacing: normal;
    text-align: center;
    color: #4a4a4a;
}

.TinyCenterWhite {
    font-family: var(--typo);
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}

.TinyLeftAction {
    font-family: var(--typo);
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #822d8a;
    color: var(--warm-purple);
}

.TinyLeftGray {
    font-family: var(--typo);
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #9b9b9b;
}

body {
    background-color: white;
}

h1, h2, h3, h4, p, body {
  color: #484848;
}

.color-grape {
  color: #32174d;
}

.logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 100px;
}

.header-bar .container-form {
  margin: 0;
  padding-top: 10px;
  padding-right: 30px;
}

.logo-wrapper-sas {
	display:inline-block; 
	width:20%;
	padding-left:30px;
}
@media(max-width:767px) {
	.logo-wrapper-sas{
		padding-left:0px;
	}
}

.logo-la {
    display: block;
    height: 80px;
    width: 250px;
    background: transparent url(../images/logo-desktop.svg) 10px center no-repeat;
}

.logo-lac {
  display: block;
  height: 41px;
  width: 181px;
  background: transparent url(../images/logo_lac.png) 0px center no-repeat;
  background-size: 181px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.logo-mnl{
  display: block;
  height: 80px;
  background: transparent url(../images/logo_meetnlunch.png) center no-repeat;
  background-size: contain;
  max-width: 100%;
}

.logo-heder{
  display: block;
  height: 80px;
  background: transparent url(../images/logo_heder.png) center no-repeat;
  background-size: contain;
  max-width: 100%;
}

.logo-mnl-coach{
  display: block;
  height: 41px;
  width: 181px;
  background: transparent url(https://s3.ap-southeast-1.amazonaws.com/cdn.lunchactually.com/images/central/MNLC-violet.png) 0px center no-repeat;
  background-size: 181px;
  margin-top: 20px;
  margin-bottom: 10px;
}

@media(max-width:767px) {
  .logo-la {
    margin-left: 30px;
    background: transparent url(../images/la_logo_circle.png) 0px no-repeat;
  }
  .logo-mnl, .logo-mnl-coach {
    margin-left: 30px;
    background: transparent url(../images/mnl_logo_circle.png) 0px no-repeat;
  }
}

.main-container {
    .col-md-8;
    .col-md-offset-2;
    .col-xs-12;
    height: 100%;
    max-width: 1200px;
    background-color: white;
    overflow: hidden;
}

.main-container-info {
    .col-md-8;
    .col-md-offset-2;
    .col-xs-12;
    height: 100%;
    max-width: 1200px;
    border-radius: 8px;
    background-color: #000000ff;
    box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

.header-image {
    display: table;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}

.header-content {
    padding-top: 15px;
    font-size: 18px;
}

.header-content .title-header {
    font-size: 21px;
    margin-bottom: 30px;
}

.book-lac .header-content .title-header {
  font-size: 20px;
  font-weight: lighter;
  margin-top: 30px;
  margin-bottom: 30px;
}

.book-lac .header-content .subtitle-header {
  font-size: 32px;
  font-weight: bolder;
  margin-bottom: 30px;
}

.book-lac .content-consultant {
  padding-left: 0px;
  min-width: 75px;
}


.book-lac .coach-title {
  margin-top: 5px;
}

.header-content p {
    color: white;
}

.book-lac .footer-note {
  font-size: 15px;
  font-weight: lighter;
  padding: 20px 40px;
}

.time-button {
    width: 65px;
    height: 40px;
    margin: 5px;
    list-style-type: none;
    background: none;
    border: none;
}

.duration-button {
  width: 300px;
  height: 40px;
  margin: 5px;
  list-style-type: none;
  background: none;
  border: solid 1px #ccc;
  border-radius: 25px;
}

.active-time, .time-button:hover, .active-duration, .duration-button:hover {
    border-radius: 25px;
    background-color: #32174d;
    color: white !important;
}

.dropdown-coach {
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  background-color: white;
  font-size: 14px;
  color: #000;
}

.dropdown-session {
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  background-color: white;
  font-size: 14px;
  color: #000;
}

.radioSessionMeeting {
  margin: 0px;
}

.radioSessionMeeting input[type="radio"] {
  display: none;
}

.radioSessionMeeting label {
  display: inline-block;
  background-color: white;
  padding: 7px 15px;
  font-size:14px;
  border: 1px solid #32174d;
  border-radius: 50px; /* This will give you rounded borders */
  min-width: 120px; /* Adjust this value to your needs. It sets the minimum width of the labels */
  text-align: center; /* To keep the text centered if the labels have extra space */
}

.radioSessionMeeting input[type="radio"]:hover + label {
  background-color: #4C2B75;
  color: white;
}

.radioSessionMeeting input[type="radio"]:checked + label {
  background-color: #32174d;
  color: white;
}

.radioSessionMeeting input[type="radio"]:disabled + label {
  background-color: #808080 !important;
  color: white;
  pointer-event: none;
  border-color: #32174d;
  cursor: not-allowed; 
}

.radioInputContainer {
  display: flex;
}

.datepicker table tr td.active:active, .datepicker table tr td.active.highlighted:active, .datepicker table tr td.active.active, .datepicker table tr td.active.active:hover, .datepicker table tr td.active.highlighted.active {
    background-color: #32174d !important;
    border-radius: 50% !important;
}

.border-box {
    border: solid 1px #e4e4e4;
    border-radius: 8px;
    padding: 20px;
    background-color: white;
}

.datepicker {
    max-width: 400px;
    font-size: 14px;
}

.consultant-picture {
    width: 75px;
    height: 75px;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.session-picture {
  width: 75px;
  height: 75px;
  border-radius: 10px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.session-description {
  margin-top: 20px;
  margin-bottom: 20px;
}

.session-description-text {
  text-align: justify;
  line-height: 200%;
}

.content-consultant div, .content-consultant h1, .content-consultant h2, .content-consultant h3, .content-consultant h4, .content-consultant h5, .content-consultant h6 {
    display: inline-block;
    vertical-align: middle;
    padding: 5px;
}

.request-button {
    margin-top: 20px;
    color: white;
}

.block-button {
    background-color: #808080 !important;
    pointer-event: none;
}

.whatsapp-link, .whatsapp-link a {
  font-size: 19px;
  font-weight: bold;
}
.whatsapp-link i {
  color: #00E676;
  font-size: 26px;
}
.round-img{
  border-radius: 50%;
}

.coach-title {
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: bold;
}

.coach-bio {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.5;
    color: #666;
}

.preview-note {
  margin-top: 15px;
}

.booking-container {
    padding: 20%;
    text-align: center;
}

.thank-you-for-booking {
    font-family: var(--typo);
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #4a4a4a;
}

.booking-complete {
    font-family: var(--typo);
    font-size: 32px;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: center;
    color: #484848;

}

.booking-complete.top {
  padding-top: 70px;
  background: transparent url(../images/icon-success.svg) left top no-repeat;
}

.la-map {
  height: 400px;
  width: 100%;
  margin: 20px 0 0 0;
}

#calendar .ui-datepicker-inline {
    width: auto ! important
}

.today {
    background-color: white !important;
}

.book-la .header-image {
    display: block;
}

.book-la .header-content h2, .info-la .header-content h2, .book-la .header-content h4 {
    font-family: inherit;
}

.book-la, .info-la{
    background-color: white;
    padding: 40px 0 30px;
}
.book-la.confirmation {
  background-color: transparent;
  padding-top: 10px;
}

.book-la .container, .info-la .container{
  background-color: white;
  box-shadow: 0 16px 24px 0 rgba(0, 0, 0, 0.1);
}

.book-la .table-container {
    width: 100%;
}

.book-la .datepicker-months .picker-switch {
  pointer-events: none;
}

.book-la.book-lac .table-container {
  width: 70%;
}
.book-la.book-lac, .book-lac {
  background-color: #F2F2F2;
  padding-top: 15px;
}

.book-la.book-lac .request-button {
  background-color: #0CDAAC !important;;
}

.book-la.book-lac .request-button.block-button {
    background-color: #808080 !important;
    pointer-events: none;
}

.lac-confirm-container {
  width: 70%;
}

.book-lac .confirmation {
  background-color: white;
  padding: 30px 40px 0px;
}

.confirmation-icon {
  display: table-cell;
  vertical-align: top;
  padding-right: 20px;
  color: #0CDAAC;
}

.confirmation-info {
  display: table-cell;
}

.confirmation-title {
  font-size: 24px;
}

.confirmation-text {
  font-size: 14px;
}

.container .bg-white {
  background-color: white;
}

.container .large-violet {
  background: #32174d url(../images/sas/other-news-mobile.jpg) no-repeat center top;
  background-size: cover;
  padding: 20px;
}

@media screen and (max-width: 767px) {
  .book-la, .info-la{
      background-color: white;
      padding: 10px;
  }
  .book-la.book-lac {
    background-color: #F2F2F2;
  }
  .book-lac .container .large-violet {
    background: #32174d url(../images/sas/other-news-mobile.jpg) no-repeat center top;
  }
  .book-la .container, .info-la .container{
    box-shadow: none;
  }

  .book-la.book-lac .table-container {
    width: 90%;
  }
}

@media screen and (min-width: 768px) {
  .container .large-violet .header-content h2{
    color: white;
  }
}
@media screen and (min-width: 992px) {
  .table-container {
    display: table;
    padding: 0;
    max-width: 1200px;
  }

  .table-container .table-row {
    height: 100%;
    display: table-row;
  }

  .table-container .table-row .table-col {
    display: table-cell;
    float: none;
    vertical-align: top;
  }

  .table-container .table-row .table-col.large-violet {
    vertical-align: middle;
    height: 640px;
  }
}

.book-la .btn {
  font-size: 14px;
  background-color: #32174d;
  padding: 15px 30px;
  border: none !important;
  border-radius: 4px;
}

.book-la .font-17 {
    font-size: 17px;
}

.book-la .round-img {
  width: 64px;
  height: 64px;
}

@media(max-width:767px) {
    .book-la .logo {
        width: 95%;
        height: auto;
        padding: 0 2.499%;
    }
}

.book-la .thank-you-subheader {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 48px;
}

.book-la .booking-container {
    text-align: left;
    padding: 15px 0 25px 0;
}

.book-la .booking-container.book-start {
    padding: 25px 0 25px 50px;
}

@media(max-width:767px) {
  .book-la .container {
    padding: 0;

  }
  .book-la .booking-container.book-start {
    padding: 10px;
  }
}

.book-la .booking-container hr, .bottom-bg hr {
    margin: 45px 0;
}

.book-la .booking-container a:not(.btn) {
    color: #32174d;
}

.book-la .consultant {
    margin-bottom: 20px;
}

.book-la .booking-complete {
    font-size: 24px;
    font-weight: bold;
    text-align: left;
    font-family: inherit;
}

.book-la .thank-you-text {
    font-size: 16px;
    padding-bottom: 20px;
}

@media(max-width:767px) {
    .book-la .action-btns {
        text-align: center;
    }
    .book-la .action-btns a {
        margin: 20px 0 0 0;
    }
    .book-la .booking-container, .bottom-bg .main-container {
      padding: 0 !important;
    }
    .book-lac .action-btns {
      text-align: left;
  }
}

.book-la .btn-calendar {
    background-color: #f4793b;
    border: 1px solid #f4793b;
    font-size: 16px;
    color: #fff;
    padding: 13px 15px;
}

.book-la a.btn:hover {
    opacity: 0.8;
}

.book-la .h340 {
    height: 340px;
}

.book-la .h450 {
    height: 450px;
}

.book-la .h500 {
    height: 500px;
}

@media screen and (max-width: 767px) {
    .book-la .h340, .book-la .h500 {
        height: auto;
    }
}

.book-la .padding-top-1 {
    padding-top: 15px;
}

.book-la .padding-top-2 {
    padding-top: 25px;
}

.book-la .padding-bottom-0 {
    padding-bottom: 0;
}

.book-la .padding-bottom-1 {
    padding-bottom: 15px;
}

.book-la .padding-bottom-2 {
    padding-top: 25px;
}

.book-la .ty-card {
    border: 1px solid #d4d4d4;
    border-radius: 3px;
    padding: 24px 16px;
    font-size: 16px;
}

@media screen and (max-width: 767px) {
    .book-la .ty-card {
        margin-bottom: 15px;
    }
}

.book-la .ty-card .image-top {
    margin: -24px -16px 25px;
}

.book-la .ty-card img {
    width: 100%;
    height: auto;
}

.book-la .ty-dialog-heart {
    width: 100px;
    height: 100px;
    background: transparent url(../images/sas/dialog_heart.svg) center no-repeat;
    background-size: 100%;
    margin-bottom: 25px;
    margin: 0 auto;
}

.book-la .ty-app {
    width: 100px;
    height: 100px;
    background: transparent url(../images/sas/2-app.svg) center no-repeat;
    background-size: 100%;
    margin-bottom: 25px;
    margin: 0 auto;
}

.book-la .ty-db {
    width: 100px;
    height: 100px;
    background: transparent url(../images/sas/database.svg) center no-repeat;
    background-size: 100%;
    margin-bottom: 25px;
    margin: 0 auto;
}

.book-la .video .left {
    vertical-align: middle;
    font-size: 24px;
    background: transparent url(../images/sas_vdo_bg.svg) center bottom no-repeat;
    background-size: contain;
    height: 310px;
    line-height: 310px;
}

.book-la .video .left p {
    vertical-align: middle;
    line-height: 1.7;
    display: inline-block;
    font-weight: 600;
}

.book-la .video .right {
    height: 310px;
}

@media(max-width:767px) {
    .book-la .video .right {
        height: auto;
    }
}

.book-la .sas-cards img {
    float: left;
    margin-left: 8px;
    margin-bottom: 8px;
}

@media(max-width:767px) {
    .book-la .sas-cards {
        text-align: center;
    }
    .book-la .sas-cards img {
        width: 100%;
        height: auto;
        float: none;
        margin: 0;
    }
}

.book-la .sas-type {
    margin-bottom: 45px;
}

.book-la .carousel.slide {
    width: 100%;
    height: 210px;
    background: none;
    left: auto;
    bottom: auto;
    box-shadow: none;
    position: relative;
}

.book-la .carousel.slide:before {
    content: none;
}

.book-la .carousel-indicators {
    bottom: -35px;
}

.book-la .carousel-indicators li {
    width: 20px;
    height: 2px;
    border-radius: 0;
    border: none;
    background-color: #e4e4e4;
    margin: 0;
}

.book-la .carousel-indicators li.active {
    background-color: #f4793b;
}

.book-la .carousel .item {
    width: 100%;
    height: 210px;
    vertical-align: middle;
    text-align: center;
}

.book-la .carousel .item img {
    width: auto;
    height: 100%;
    display: inline-block;
}

.book-la .text-orange {
    color: #f4793b;
}

.bottom-bg {
  background-color: #32174D;
  color: white;
}
.bottom-bg p, .bottom-bg h1, .bottom-bg h2, .bottom-bg h3 {
  color: white;
}

.bottom-bg .main-container {
  background-color: transparent;
  padding: 50px 0;
}

.grey-text {
  color: #9b9b9b;
  font-size: 14px;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.container-form {
    width: 100%;
    margin: auto;
    color: #484848 !important;
    padding-right: 70px;
    padding-left: 70px;
    padding-top: 25px;
    padding-bottom: 25px;
}

.container-form .form-group {
  margin-bottom: 25px;
  text-align: left;
}

.container-form label, .container-form .label-sub {
    text-align: left;
    font-size: 17px;
    color: #484848;
    font-weight: bold;
}

.container-form .label-sub {
  font-weight: normal;
  margin-bottom: 15px;
}

.container-form label::before {
  content: "\2022";
  color: #d8d8d8;
  font-weight: bold;
  display: inline-block;
  width: 20px;
  margin-left: -20px;
  font-size: 25px;
  vertical-align: middle;
}

@media(max-width:767px) {
  .container-form label::before {
    content: "";
    display: none;
  }
}

.container-form select {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 1px 25px 1px 1px;
  background: transparent url(../images/select-arr.svg) center right no-repeat;
}

.container-form select option:first-child, .container-form select:invalid {
    color: #9b9b9b;
}

.container-form input, .container-form select {
  font-size: 16px;
  height: 40px;
  border: none;
  border-bottom: 1px solid #e4e4e4;
}
.container-form .pad-left-form{
  padding-left:25px;
}

.btn.button-information, .request-button {
    background-color: #32174d;
    padding: 15px 30px;
    border: none !important;
    border-radius: 4px;
}
.btn-link {
  color: #32174d;
}

.time-container h4 {
  font-weight: bold;
}
.time-container h4 span {
  color: #32174d;
  font-size: 24px;
}

@media(max-width:767px) {
  h2.title-header {
    font-size: 24px;
  }

  .border-box {
      border-radius: 0;
      padding: 10px;
      border-left: none;
      border-right: none;
      border-bottom: none;
  }
  .datepicker {
    font-size: 12px;
  }
  .time-container {
    /* background-color: #f9f9f9; */
    border: none;
    padding: 20px 5px;
  }
  .sm-no-pad {
    padding: 0;
  }
  .btn.button-information, .request-button {
    margin-top: 15px;
    width: 100%;
  }
  .container-form {
    padding: 10px 5px;
    text-align: center;
  }
  .btn-link {
    margin-top: 15px;
  }
}

.language-picker-button-div {
	display:inline-block; 
	width:40%; 
	float:right; 
	margin:10px; 
	text-align:right;
}

.language-picker-button-12-8 {
  width: 120px;
  height: 44px;
  padding : 10px;
  border-radius: 8px;
  border: none !important;
  font-size: 15px !important;
  color: grey;
  outline: none;
  margin-top: 10px;
}
.language-picker-button-12-8:active {
  background-color: #f0f0f0;
}

.language-picker-button-12-8.inner {
  width: 160px;
  height: 184px;
  border-radius: 15px;
  border: solid 0.5px rgba(0, 0, 0, 0.05);
  background-color: white;
}
.language-picker-sub-button {
  width: 144px;
  height: 42px;
  border-radius: 15px;
}
.language-picker-sub-button:hover {
  background-color: #eeeaf2;
}
.language-picker-sub-button:active {
  background-color: #eeeaf2;
}

.banner-container {
  position: relative;
}

.banner-container .full-width {
  width: 100vw;
  max-width: 100vw;
  overflow: hidden;
}

.banner-container .full-width img {
  min-width: 100%;
  min-height: 380px;
}

.banner-container .banner-content {
  width: 100%;
  height: 100%;
  position: absolute;
  text-align: center;
  color: white;
  font-size: 24px;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.banner-container .banner-content .desc-sg {
  font-size: 15px;
  text-align: left;
}

.banner-container .banner-content p {
  color: white;
  line-height: 1.5;
}

.banner-container .banner-content .desc p b {
  font-size: 16px;
}

.banner-container .banner-content .desc-sg p b {
  font-size: 16px;
}

.banner-container.book-la .btn {
  background-color: #00E676;
  padding: 10px 20px;
  margin-top: 20px;
}

.pt-1, .py-1 {
  padding-top: 0.25rem !important;
}

.pt-2, .py-2 {
  padding-top: 0.5rem !important;
}

.pt-3, .py-3 {
  padding-top: 1rem !important;
}

.pb-1, .py-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2, .py-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3, .py-3 {
  padding-bottom: 1rem !important;
}

.mt-1, .my-1 {
  margin-top: 0.25rem !important;
}

.mt-2, .my-2 {
  margin-top: 0.5rem !important;
}

.mt-3, .my-3 {
  margin-top: 1rem !important;
}

.mb-1, .my-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2, .my-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3, .my-3 {
  margin-bottom: 1rem !important;
}

@media (max-width: 767px) {
  .banner-container .full-width,
  .banner-container .full-width img {
    min-height: 850px;
  }
  .banner-container .banner-content .desc-sg {
    text-align: center;
  }
}

@media (min-width: 992px) {
  .d-lg-block {
    display: block!important;
  }
  .d-lg-none {
    display: none!important;
  }
}

.col-2, .col-10 {
  float: left;
}

.col-2 {
  width: 16.66%; /* Adjust the percentage based on your design */
}

.col-10 {
  width: 83.33%; /* Adjust the percentage based on your design */
}

/* Responsive layout for screens less than 1438px wide */
@media screen and (max-width: 1438px) {
  .col-2, .col-10 {
      float: none;
      width: 100%;
  }
}