/* Global website configuration start --------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Domine:wght@400..700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');
body{
   font-family: 'Open Sans';
}
h1{
  font-size: 40px;
  font-family: "Domine", sans-serif;
}
h2{
  font-size: 24px;
  font-family: "Domine", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  display: inline-block;
  padding-bottom: 5px;
}
h2::after {
  content: "";
  position: absolute;
  left: 10%;
  bottom: 0;
  width: 80%;
  height: 2px;
  background-color: rgb(210 70 45);
}
h3{
  font-size: 28px;
  font-family: "Domine", sans-serif;
  color: #D2462D;
  font-weight: 700;
}

h4{
    font-family: Domine;
    font-weight: 700;
    font-style: Bold;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 160%;
    letter-spacing: 0%;
    text-align: center;
}

.h5, h5 {
    font-size: 1.25rem;
    color: #000;
}

p, ul{
  font-size: 18px;
  color: #000;
  line-height: normal;
}

a:link, a:hover, a:visited{
  text-decoration: none;
  color: #000;
}

:root {
    --hdr_line: #000; /* main top header line background */

    /* Global Changes */
    --bg_cust: #E38287; /* second accent color of underlines and hero button */
    --drk_btn_text: #E38287; /* color of the text of a button on a dark background */
    --drk_btn_weight: 600; /* Weight of button fonts */

    /* Navigation section and menu */
    --main_nav_col: #000; /* Main navigation color */
    --bg_gn2: #fff; /* background of the header section */

    /* Hero section */
  --hero_txt: #fff; /*Hero text color */
  --submsg_dsp: block; /* sub message on a hero section, block - display | none - to not display */
  --bg_cust_btn: #000; /* Background color of the main button in Hero */
    --bg_cust_hov: #fffdee; /* Hero section button color of background on hover */
    --cust_hov_txt: #000; /* Hero section button color of text on hover */

  /* Benefits Section */
  --benefits_font: 24px;

  /* Footer Section */
  --footer_background: #E38287;
  --footer_text_color: #FFF;

    /* Links to other properties */
    --border_btm: solid 4px var(--bg_cust);
    --social_color: var(--drk_btn_text);
    --drk_btn_outline: var(--drk_btn_text);

}

/* end of global declarations --------------------------------------------------*/

[id] {
  scroll-margin-top: 80px;
}


.frm_submit{
    display: none !important;
}

frm_field_12_container {
    display: flex !important;
}

#mega-menu-item-110{
    border-left: 0px !important;
	box-shadow: inset 0px 0 0 0 white !important;
}

.mt-6{
  margin-top: 80px;
}
/* ===== GN-1 Start ======================================================*/

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    line-height: 130% !important;
    height: auto !important;
    margin: 0px 1rem !important;
    padding: 0px 1rem !important;
    font-size: 20px;
    font-weight: 600 !important;
    padding: 0.75rem 1.25rem !important;
    color: var(--main_nav_col) !important;
	    font-family: Noto Sans !important;
    font-weight: 400 !important;
}

.mega-sub-menu{
    background-color: #fff !important;
    border-radius: 4px !important;
    border: 1px solid #ccc !important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    display: block;
    width: 100%;
    padding: 0.25rem 1rem !important;
    font-weight: 400 !important;
    font-size: 1rem !important;
    line-height: 150% !important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu {
    width: 170px !important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu {
    padding: 0.5rem 0px;
}

.collapse:not(.show) {
    display: block !important;
    flex-basis: auto !important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus{
    background-color: #f8f9fa !important;
    color: #000 !important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu {
    top: 50px !important;
}

#mega-menu-item-113 .mega-menu-link:hover, #mega-menu-item-113 .mega-menu-link:focus {
    color: #F44336 !important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item:first-of-type > a.mega-menu-link {
    margin: 0px 0rem !important;
    padding: 0px 0rem !important;
    padding-right: 1rem !important;
    margin-right: 1rem !important;
}

.navbar-expand-lg .navbar-collapse {
    justify-content: end !important;
}

.logo{
    display: block;
}


#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated {
    transform: scale(0.6) !important;
}


#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-blocks-right {
    flex: 1;
    justify-content: flex-end;
    background-color: #ffffff;
    border: 1px solid #ccc;
    padding: 0rem 0rem;
    border-radius: 4px;
    outline: none !important;
    box-shadow: none !important;
}

#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block:only-child {
    margin-left: 3px !important;
}

#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block {
    margin-right: 3px !important;
}

#mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open ~ button.mega-close {
    left: calc(min(100vw - 40px, 260px)) !important;
}

@media only screen and (max-width: 992px) {
    #mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open + #mega-menu-menu-1 {
        padding: 1rem !important;
        padding-right: 1.8rem !important;
        padding-top: 4rem !important;
    }

    #mega-menu-wrap-menu-1 .mega-menu-toggle ~ button.mega-close:before {
        width: auto !important;
        height: auto !important;
        font-size: 30px !important;
        font-weight: 100 !important;
    }

    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item{
        position: initial !important;
    }

    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item:first-of-type > a.mega-menu-link{
        position: initial !important;
    }

    .offcanvas-header {
        border-bottom: solid 1px #ffffff2e;
        padding: 1rem;
        width: 100%;
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: 10;
    }

    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
        line-height: 130% !important;
        height: auto !important;
        margin: 0px 0rem !important;
        padding: 0.5rem 0.3rem !important;
        font-size: 16px !important;
    }

    #mega-menu-item-113 .mega-menu-link:hover, #mega-menu-item-113 .mega-menu-link:focus {
        color: #ffffff !important;
        background-color: rgba(255, 255, 255, 0.1) !important;
        padding-left: 1rem !important;
    }

    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu {
        width: 100% !important;
    }

    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
        display: block;
        width: 100%;
        padding: 0.rem 0.5rem !important;
        font-weight: 400 !important;
        font-size: 1rem !important;
        line-height: 150% !important;
    }

    .mega-sub-menu {
        background-color: #ffffff00 !important;
        border-radius: 4px !important;
        border: 0px solid #ccc !important;
        color: #fff !important;
    }

    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu {
        padding: 0.3rem 0px !important;
    }

    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
        color: #ffffff !important;
    }

    #mega-menu-wrap-menu-1 {
        margin-top: 5px !important;
    }
}


/* Hide separators and spacing in mobile collapsed nav */
@media (max-width: 576px) {
  #gn2 .navbar-collapse.show .navbar-nav .nav-item,
  #gn2 .navbar-nav .nav-item {
    padding-right: 0 !important;
    margin-right: 0 !important;
  }

	.head {
    height: 0px;
	}
	
  #gn2 .navbar-nav .nav-item::after {
    display: none !important;
  }

    .mobile-menu-position {
        position: absolute;
        right: 20px;
        top: 0px;
    }

    .navbar-brand{
        padding-bottom: 10px;
        display: block;
    }
}

/* === Section Background & Borders === */
#gn1 {
  padding: 2px 0;
}


.nav-link:focus-visible{
box-shadow: none !important;
}

#gn1 .w-100 {
  font-size: 16px;
  font-weight: var(--drk_btn_weight);
  margin-left: auto;
}
#gn1, #wa_a0067 {
    background: #D2462D;
    border-bottom: 0px solid #505050;
}

/* === Link Styling === */
#gn1 a {
  color: var(--social_color);
  text-decoration: none;
}
#gn1 .list-unstyled {
  margin-bottom: 0;
}
/* === Icon Grid === */
#gn1 .gn1-top {
  display: grid;
  grid-template-columns: repeat(10, auto);
  gap: 15px;
  justify-content: start;
  margin-top: 8px;
  font-size: 16px;
}
.gn1-ftr {
  display: grid;
  grid-template-columns: repeat(10, auto);
  justify-content: start;
  margin-top: 8px;
  font-size: 16px;
}
.gn1-ftr .size {
  font-size: 24px;
  transition:
    transform 0.3s ease,
    color 0.3s ease,
    box-shadow 0.3s ease,
    border 0.3s ease;
  transform-origin: center center;
  will-change: transform;
}

.gn1-ftr .fab:hover {
  color: #fff080;
  transform: scale(1.2);
}
@media (max-width: 576px) {
      #gn1 .gn1-top {
        grid-template-columns: repeat(10, auto);
        margin: 8px auto 15px auto;
        width: fit-content;
        justify-content: center;
        display: flex;
    }
  #gn1{
    padding-bottom: 20px;
  }
}
/* === Icon Size & Hover Animation === */
#gn1 .gn1-top .size {
  font-size: 24px;
  transition:
    transform 0.3s ease,
    color 0.3s ease,
    box-shadow 0.3s ease,
    border 0.3s ease;
  transform-origin: center center;
  will-change: transform;
	color: #fff;
}
#gn1 .fab:hover {
  color: #e77781;
  box-shadow: 1px 2px 24px 0px #e77781;
  -webkit-box-shadow: 1px 2px 24px 0px #e77781;
  -moz-box-shadow: 1px 2px 24px 0px #e77781;
  transform: scale(1.2);
}
/* === Button Styles === */
#gn1 .btn-outline-info.custom-outline {
    color: #fff;
    border-color: #fff;
    font-family: Noto Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    letter-spacing: 0%;
    text-align: center;
}
#gn1 .btn-outline-info.custom-outline:hover {
  background-color: var(--bg_cust_hov);
  color: #000 !important;
  color: var(--cust_hov_txt); /* last declaration takes effect */
  transition: 0.8s;
}
/* ===== GN-1 END ======================================================*/


/* ===== GN-2 Start: Main Navbar ===== */
#offcanvasNav, #gn2{
  
}
#offcanvasNav{
  font-size: 16px;
}
#gn2 {
    padding: 20px 0 20px 0;
    transition: padding 0.3s ease;
    border-bottom: solid 1px #000;
    font-size: 20px;
}

#gn2 {
  will-change: padding;
    background-color: var(--bg_gn2);
}

.head{
	height: 95px;
}

#gn2 .navbar-nav .nav-link.active, #gn2 .navbar-nav .nav-link.show {
    color: #F44336;
}

#gn2.navbar.scrolled {
  padding: 2px 0;
  margin-bottom: 0px;
}
#gn2.navbar:not(.scrolled) {
  padding: 12px 0;
}

#gn2 .logo {
  height: 60px;
  transition: height 0.3s ease;
}

#logo2{
	display: none;
}

#gn2 .logo:hover {
  scale: 1.2;
  transition: 0.5s;
}

#gn2.scrolled .logo {
  height: 40px;
}

#gn2.fixed {
  width: 100%;
	position: fixed;	
}

#gn2 .nav-link {
  font-size: 20px;
  font-weight: 600;
  padding: 0.75rem 1.25rem;
    color: var(--main_nav_col);
}

#gn2 .navbar-nav .nav-item {
  position: relative;
}

#gn2 .navbar-nav .nav-item:not(:last-child) {
  padding-right: 1rem;
  margin-right: 1rem;
}

#gn2 .navbar-nav .nav-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 25%;
  height: 50%;
  width: 1px;
  background-color: #ccc;
}

/* Hide separators and spacing in mobile collapsed nav */
@media (max-width: 576px) {
  #gn2 .navbar-collapse.show .navbar-nav .nav-item,
  #gn2 .navbar-nav .nav-item {
    padding-right: 0 !important;
    margin-right: 0 !important;
  }

	.head {
    height: 0px;
	}
	
  #gn2 .navbar-nav .nav-item::after {
    display: none !important;
  }
}


/* ===== Offcanvas Sidebar Menu ===== */
.offcanvas-start {
  width: 250px;
  background-color: #221f2e;
  color: #fff;
}
.offcanvas-header {
    border-bottom: solid 1px #ffffff2e;
}
.offcanvas .close_updated {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 16 16'%3E%3Cpath d='M2.146 2.146a.5.5 0 0 1 .708 0L8 7.293l5.146-5.147a.5.5 0 0 1 .708.708L8.707 8l5.147 5.146a.5.5 0 0 1-.708.708L8 8.707l-5.146 5.147a.5.5 0 0 1-.708-.708L7.293 8 2.146 2.854a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
  background-size: 1em;
  background-repeat: no-repeat;
  background-position: center;
  width: 1em;
  height: 1em;
  border: none;
  opacity: 1;
}
.offcanvas .nav-link {
  color: #fff;
  padding-left: 5px;

}
.offcanvas .nav_inner{
    color: #ffffff;
    padding: 0 0 5px 20px;
    font-size: 14px;
}
.offcanvas .nav-link:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

/* Prevent layout shift of accordion on mobile */
@media (max-width: 576px) {
  #offcanvasNav .collapse,
  #offcanvasNav .collapse ul {
    padding-left: 0 !important;
    margin-left: 0 !important;
  }
}


/* ===== Toggler & Utility Classes ===== */
#gn2_togler .z-1030 {
  z-index: 1030;
}

#gn2_togler .custom-toggler, .bg_remove {
  background-color: #ffffff;
  border: 1px solid #ccc;
  padding: 0.5rem;
  border-radius: 4px;
  outline: none !important;
  box-shadow: none !important;
}

#gn2_togler .custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.85)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}


/* ===== Dropdown (for top nav only) ===== */
.dropdown-menu {
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ccc;
}

.dropdown-item:hover {
  background-color: #f8f9fa;
  color: #000;
}

/* hover under */
.underline-hover {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.underline-hover::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  height: 1px;
  background-color: #FF9800;
  transform: translateX(-50%) scaleX(0);
  transform-origin: center;
  transition: transform 1s ease;
}

.underline-hover:hover::after {
  transform: translateX(-50%) scaleX(1);
}

#offcanvasNav .nav-link i {
  transition: transform 0.3s ease;
  font-size: 0.8rem;
  line-height: 1;
  margin-right: 10px;
}

#offcanvasNav .nav-link[aria-expanded="true"] i {
  transform: rotate(180deg); /* flip arrow when open */
}


/* ===== GN-2 End ===== */


/*-- SA --------------------------------------*/
.wa_sa{
	min-height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    color: #FFF;
	  text-align: center;
    background-position-x: center;
    border-bottom: var(--border_btm);
}
.wa_sa .wa_lft_txt{
    bottom: 0;
    min-height: 200px;
    /*background-color: #000000b3; */
    color: #000;
    text-align: left;
    margin-top: 130px;
}
.wa_sa .wa_lft_txt .wa_text{
    margin-top: 20px;
    font-size: 2.7em;
    font-weight: 900;
	line-height: 1.2em;
}
.wa_sa .wa_lft_txt .wa_text h1{
  color: var(--hero_txt);
}


.wa_sa .wa_lft_txt .wa_sub_message{
    display: var(--submsg_dsp);
    padding-top: 15px;
}
.wa_sa .wa_lft_txt .wa_sub_message p{
    color: var(--hero_txt);
}
.wa_custm{
  background-color: #D2462D;
    border-color: #FFF;
    border-radius: 0px;
    margin-top: 15px;
    font-weight: var(--drk_btn_weight);
}
.wa_custm:hover{
    background-color: var(--bg_cust_hov);
    border-color: #FFF;
    color: var(--cust_hov_txt);

}
.wa_lft_logo{
  margin-top: 130px;
}
@media (min-width: 576px) {
  .wa_sa .wa_lft_txt{
  }
}
/*-- SA END --------------------------------------*/

#testcard{
  text-align: center;
      background-color: #e7e7e7;
    padding-bottom: 50px;
}
    .card {
      position: relative;
      height: 220px;
      overflow: hidden;
      border-radius: 0px;
      margin-left: auto;
      margin-right: auto;
      border: solid 2px #221f2e;
    }

    .card a {
      display: block;
      width: 100%;
      height: 100%;
      position: relative;
      text-decoration: none;
      color: inherit;
    }

    .card-image {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 0;
    }

    .card-overlay {
      position: absolute;
      inset: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      pointer-events: none;
      transition: all 0.5s ease;
      background-color: #ffffff00;
    }

    .hover-bg {
     position: absolute;
    background: rgb(255 255 255 / 0%);
    z-index: 1;
    border: 0px solid #000;
    transition: all 0.5s ease;
    width: 0px;
    height: 0px;
    }

    .card-text {
  position: relative;
    z-index: 2;
    text-align: center;
    width: 80%;
    }

    .card-text h3 {
      margin: 0;
      font-size: 2rem;
      color: white;
    }
    .actionstep{
      font-size: 25px;
    padding-top: 10px;
    }
    .actionstep .chevron_modi{
      font-size: 20px;
    background-color: #D2462D;
    color: #fff;
    padding: 5px 10px 5px 9px;
    border-radius: 5px;
    transition: all 0.5s ease;
    }
.actionstep:hover .chevron_modi{
    padding-left: 80px;
    border-radius: 40px;
    background-color: #e13600;
}
    /* Hover effect */
.testcard-union:hover .actionstep .chevron_modi{
    padding-left: 80px;
    border-radius: 40px;
    background-color: #e13600;
}

    /* Hover effect */
.testcard-union:hover .card .hover-bg {
      width: 80%;
    height: 80%;
    border: 1px solid #ffffff;
    color: #000 !important;
    }
.testcard-union:hover .card .card-overlay {
    background: #ffffff24;
    }

@media(max-width: 992px){
	.card-text h3 {
    font-size: 1.5rem;
	}
}

@media(max-width: 768px){
	#testcard h2{
		font-size: 24px;
	}
	
		.card-text h3 {
    font-size: 2rem;
	}
}  

    /* A0136 -----------------------------------------------------------*/
#a0136 {
    padding-top: 80px;
    padding-bottom: 40px;
}
.a0136-grd {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 25px;
    align-items: start;
    margin-top: 50px;
}
#a0136 .a0136-subtitle{
  margin-top: 20px;
}
#a0136 img {
    width: 100%;
    border-radius: 5px;
}
#a0136 h4{
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 100%;
    color: #3A4750;
}
.a0136-btn {
    background: #111820;
    border-radius: 5px;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    align-items: center;
    text-align: center;
    color: #F5F4FA !important;
    display: block;
    padding: 8px;
    max-width: 650px;
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
}
.a0136-btn:hover {
    background: #F5F4FA;
    border: 1px solid #111820;
    color: #111820 !important;
    transition: 0.9s;
}
.a0136-itm{
    position: relative;
    height: 100%;
    padding-bottom: 60px;
}
@media (max-width: 992px) {
    .a0136-grd {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 768px) {
    #a0136 {
        margin-top: 40px;
        margin-bottom: 10px;
    }
    #a0136 h6 {
        border-bottom: 6px solid #FFEACE;
        line-height: 25px;
        font-size: 40px;
    }
    .a0136-blk-line {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .a0136-itm {
        padding-bottom: 30px;
    }
}
/* A0136 END -------------------------------------------------------*/


/*-- Benefits & Offer Sections -------------------------------*/
#benefits, #offer{
  padding-bottom: 40px;
  border-bottom: solid 4px var(--bg_cust);
}

#benefits ul, #offer ul {
  font-size: var(--benefits_font);
}



/*-- a0228 ------------------------------------------*/
#a0228 {
  background: #FFE6CC;
  padding-top: 80px;
  padding-bottom: 70px;
}
.a0228_header {
  color: #EE7721;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.a0228-txt {
  color: #50555B;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 450;
  line-height: normal;
  width: 100%;
  max-width: 940px;
  margin: auto;
  margin-bottom: 30px;
}
.a0228-grd-first {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: auto 1fr;
  max-width: 940px;
  margin: auto;
  align-items: center;
  margin-bottom: 70px;
}
.a0228-grd {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
}
.a0228-grd-3col {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
}
.a0228-item {
  box-shadow: 0px 4px 10px 0px #EE7721;
  border-radius: 12px;
  background: #FFF;
}
.a0228-item img {
  width: 100%;
  border-radius: 12px 12px 0px 0px;
}
.a0228-item h3 {
  color: #EE7721;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.a0228-item h4 {
  color: #EE7721;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 6px;
}
#a0228 h5 {
  color: #007CA5;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 450;
  line-height: normal;
}
.a0228-box {
  padding: 16px;
  padding-bottom: 30px;
}
.a0228-item-text {
  color: #50555B;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 450;
  line-height: normal;
}
@media (max-width: 992px) {
  #a0228 {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .a0228-grd-first {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr;
    max-width: 100%;
    margin: auto;
    align-items: center;
    margin-bottom: 10px;
    text-align: center;
  }
  .a0228-grd {
    grid-template-columns: 1fr;
  }
  .a0228-grd-3col {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .a0228_header {
    font-size: 30px;
  }
}
/*-- a0228 END --------------------------------------*/


/* FOOTER -------------------------------*/
.a0167 {
    padding-bottom: 10px;
    padding-top: 30px;
    background-color: #000000;
    border-top: solid 2px #D2462D;
    color: var(--footer_text_color);
    margin-bottom: -30px;
}
.a0167 a:link, .a0167 a:visited, .a0167 a:active {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 16px;
    color: var(--footer_text_color);
}
.a0167 a:hover{
    color: var(--footer_text_color);
    text-decoration: underline;
}
.a0167_sbft {
    text-align: center;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: var(--footer_text_color);
    margin-top: 30px;
    margin-bottom: 10px;
  border-top: solid 1px #FFF;
  padding-top: 10px;
  padding-bottom: 20px;
}
.a0167 .a0167_soc{
    font-size: 30px;
}
.a0167 .a0167_soc a:hover{
    color: #000;
    transition: 0.5s;
}
.a0167-grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    max-width: 600px;
}
.a0167-grid .tnp-email {
    width: 100% !important;
    height: 100% !important;
    border-radius: 0px;
    font-style: normal;
    font-weight: normal;
    font-size: 20px !important;
    line-height: 29px !important;
    color: #ABABAB !important;
}
.a0167-grid .tnp-submit {
    width: 100% !important;
    height: 100% !important;
    border-radius: 0px;
    background-color: #56A457 !important;
    font-style: normal;
    font-weight: 600;
    font-size: 26px !important;
    line-height: 28px !important;
    text-align: center;
}
.a0167 .tnp-subscription {
    margin: 0px auto;
}
.a0167 img {
    height: 64px;
    margin-bottom: 30px;
}
.a0167 h5 {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 23px;
    color: #D2462D;
    margin-bottom: 20px;
    font-family: Open Sans;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
}
.a0167 .fab {
    padding: 6px;
    font-size: 30px;
}
.gn1-ftr .fab {
    padding: 10px 10px 10px 0;
}
.a0167-col {
    margin-bottom: 20px;
}
/* A0167 END ---------------------------------------*/

/* Testimonials ----------------------------------------*/
#wa_testemonials{
  border-top: solid 1px #d2462d;
  border-bottom: solid 1px #d2462d;
  padding-bottom: 20px;
  margin-top: 80px;
  background-color: #f4f4f4;
}

/*-- a0149 Start ------------------------------------------*/
#a0149 {
    padding: 0px 0px 40px 0;
    border-top: 1px solid #65BA17;
    border-bottom: 3px solid var(--bg_cust);
}
#a0149 h2 {
    margin-top: 24px;
    font-size: 48px;
    line-height: 60px;
    text-align: center;
    color: #ffffff;
    margin-bottom: 20px;
}
#a0149 .line {
    height: 1px;
    max-width: 430px;
    background: #2E6DC8;
    margin: auto;
    margin-bottom: 15px;
}
.wa_a0149_descr {
  text-align: center;
}
#a0149 .wa_a0149_descr p{
    margin-bottom: 35px;
    font-style: normal;
    line-height: 150%;
    text-align: center;
    color: #ffffff;
}
#a0149 h6 a{
    color: #252A2E !important;
}
#a0149 li{
    margin-bottom: 10px;
    font-size: 19px;
}
.a0149-border {
    border-left: 1px solid #CACACA;
    border-right: 1px solid #CACACA;
}
.a0149-grid {
    display: grid;
    grid-gap: 22px;
    margin: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.a0149-item {
    position: relative;
    background: #FFFFFF;
    border-radius: 5px;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 25%);
    border: solid 2px var(--bg_cust);
}
.a0149-grd-imgs{
}
.a0149-art_img {
    width: 100%;
    border-radius: 5px 5px 0px 0px;
}
.wa_a0149_title{
    font-size: 24px;
    padding-bottom: 15px;
    text-align: center;
        font-weight: 600;
}
.a0149-pad {
    padding: 15px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
}
.a0149-pad p{
  font-size: 16px;
}
#a0149 .read_more-2{
    background: #FFFFFF;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 25%);
    border-radius: 35px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    align-items: center;
    text-align: center;
    color: #2E6DC8;
    padding: 10px 0;
    margin: 0px 0 0px 0;
    position: absolute;
    width: 90%;
    left: 5%;
    bottom: 5px;
}
#a0149 .read_more-2:hover{
    background: #ecf4f6;
    transition: 0.9s;
}
.a0149-box-content {
    background: #FFFFFF;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    padding: 0px;
}
.a0149-btn-box {
    background: #ECF4F6;
    padding: 30px;
}
.a0149-btn-box a {
    background: #2E6DC8;
    border-radius: 35px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    padding: 11px 0;
    margin: auto;
    display: block;
}
.a0149-btn-box a:hover{
    background: #508aeb;
    transition: 0.9s;
}
@media (max-width: 1200px) {
    .a0149-grid {
        grid-template-columns: 320px 320px;
        justify-content: center;
    }
}
@media (max-width: 768px) {
    #a0149 {
        padding: 0px 0px 0px 0px;
    }
    #a0149 h2 {
        margin-top: 10px;
        font-style: normal;
        font-weight: 400;
        font-size: 37px;
        line-height: 40px;
        text-align: center;
        margin-bottom: 20px;
    }
    .a0149-grid {
        grid-template-columns: 1fr;
		        margin-bottom: 30px;
    }
}
/*-- a0149 END --------------------------------------*/


.contact-section {
    display: flex
;
    align-items: center;
    justify-content: center;
    padding: 100px 20px 100px 20px;
    background-position-y: top;
    background-position-x: center;
    background-size: cover;
}

.form-container {
  background: rgba(255, 255, 255, 0.0);
  text-align: center;
  max-width: 1000px;
  width: 100%;
}

.form-container h2 {
  margin-bottom: 30px;
  color: #ffffff;
  text-transform: uppercase;
}

form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

input[type="text"],
input[type="email"],
input[type="tel"], textarea {
  flex: 1;
  min-width: 300px;
  padding: 15px 20px;
  border: none;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
  font-size: 16px;
}

button[type="submit"] {
    padding: 15px 0px 15px 50px;
    font-size: 18px;
    background-color: #D2462D;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 10px;
    border: solid 1px #ffffff6b;
    width: 200px;
    font-weight: 600;
     transition: all 0.3s ease;
     text-align: left;
}

button[type="submit"]:hover {
  background-color: #000;
      color: #fff;
    
}

button[type="submit"]:hover .fa-chevron-right{
  color: #fff;
  padding-left: 5px;
     transition: all 0.3s ease;
}

.form-row-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
  flex-wrap: wrap; /* for responsiveness on smaller screens */
}

.form-row-flex .cf-turnstile {
  flex: 1 1 auto;
}

.form-row-flex button[type="submit"] {
  flex: 0 0 auto;
  transition: background-color 0.3s ease;
  border: solid 1px #ffffff6b;
  width: 200px;
  margin-left: auto;
  margin-right: 0;
}




  .cookie-popup {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(30, 30, 30, 0.95);
    color: white;
    padding: 15px 20px;
    z-index: 9999;
    display: none;
    font-size: 15px;
  }

  .cookie-popup-inner {
    max-width: 1000px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }

  .cookie-popup p {
    margin: 0;
    flex: 1;
        color: #FFF;
  }

  .cookie-popup a {
    color: #ffd700;
    text-decoration: underline;
  }

  .cookie-popup button {
    background-color: #ffffff;
    color: #333;
    border: none;
    padding: 8px 15px;
    cursor: pointer;
    border-radius: 5px;
    margin-left: 15px;
    transition: background-color 0.3s ease;
  }

  .cookie-popup button:hover {
    background-color: #ddd;
  }

  .contact-grid {
    display: grid;
    gap: 10px;
    max-width: 800px;
}

.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-size: 1rem;
  line-height: 1.4;
}
  
.contact-item i {
  font-size: 1.2rem;
  margin-top: 3px;
}


@media(max-width: 768px){
	.contact-section {
    padding: 30px 20px 30px 20px;
	}
}

/* Info Section ------------------------------------- */
#ginfo{
    background-image: url(/images/ginfo_bg.jpg);
    background-size: cover;
    background-position-y: bottom;
}
.info-section {
  max-width: 800px;
  margin: 0 auto;
  color: #1e2d4e;
}

.info-section p{
  font-size: 20px;
}

#ginfo img{
	    width: auto;
    max-height: 520px;
    margin-left: auto;
    display: block;
}

@media(max-width: 1400px){
	.info-section p {
    font-size: 18px;
}
}

@media (max-width: 1200px) {
    .info-section p {
        font-size: 14px;
    }
}

@media(max-width: 992px){
	#ginfo img {
    width: auto;
    max-height: 520px;
    margin-left: auto;
    display: block;
    margin-right: auto;
	}
}
/* Info Section END --------------------------------------------*/


/*-- a0248 ------------------------------- */
#a0248 {
    margin: 0px 0px;
    margin-bottom: 20px;
    margin-top: 80px;
}
.a0248-grd {
    display: grid
;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 0px;
    grid-gap: 40px;
    align-items: center;
}
.a0248-order-right{
    order: 1;
}

.a0248-grd img {
    border-radius: 9px;
    border-style: solid;
    border-color: #666666;
    border-width: 1px;
    flex-shrink: 0;
    position: relative;
    object-fit: cover;
    width: 100%;
    border: 1px solid rgba(53, 70, 87, 1);
}
#a0248 iframe {
width: 100%;	
	max-height: 250px;
}

.a0248-grd p{
	margin-bottom: 8px;
}

@media(max-width: 1200px){
    .a0248-grd {
        display: grid
    ;
        grid-template-columns: 1fr;
        margin-bottom: 0px;
        grid-gap: 24px;
    }
    .a0248-order-right {
        order: 0;
    }

    #a0248 {
        margin: 40px 0px;
    }
}
/*-- a0248 END ------------------------------- */

.modal-card {
    border: 1px solid #00000080;
    background: #fff;
    border-radius: 9px;
    width: 430px;
    max-width: 100%;
    padding: 50px;
}

.modal-card-grd {
    display: flex
;
    flex-wrap: wrap;
    justify-content: center;
    grid-gap: 30px;
    margin-top: 10px;
    margin-bottom: 30px;
}

.modal-card h3{
    margin-bottom: 30px;
    font-family: Open Sans;
    font-weight: 700;
    font-style: Bold;
    font-size: 32px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
	color: #d2462d;
}

.modal-card h4 {
    font-family: Open Sans;
    font-weight: 700;
    font-style: Bold;
    font-size: 28px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    margin-bottom: 15px;
    color: #000;
}

.modal-card h5{
    font-family: Open Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 32px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    margin-bottom: 20px;
}

.modal-card-btn {
    font-family: Open Sans;
    font-weight: 700;
    font-style: Bold;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #fff !important;
    padding: 16px;
    background: #E38287;
    display: block;
    border-radius: 9px;
    width: 172px;
    margin: auto;
    margin-bottom: 20px;
	text-align: center;
}

.modal-footer-text{
    font-family: Open Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #000;
}

.modal-title {
    font-family: Open Sans;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 32px !important;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #000;
    padding: 10px 10px;
}

.btn-secondary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #e38287;
    --bs-btn-border-color: #e38287;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #e38287;
    --bs-btn-hover-border-color: #e38287;
    --bs-btn-focus-shadow-rgb: 130, 138, 145;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #e38287;
    --bs-btn-active-border-color: #e38287;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #e38287;
    --bs-btn-disabled-border-color: #e38287;
}

@media(max-width: 992px){
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link{
		color: #fff !important;
	}
	
	.mega-menu-link h5{
		color: #fff !important;
	}
}

@media(max-width: 768px){
	.modal-title {
    font-family: Open Sans;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 24px !important;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #000;
    padding: 10px 10px;
}
	
	.modal-card {
    border: 1px solid #00000080;
    background: #fff;
    border-radius: 9px;
    width: 430px;
    max-width: 100%;
    padding: 30px;
}
	
	.modal-card h3 {
    margin-bottom: 20px;
    font-size: 21px;
    }
	
	.modal-card img{
    width: 18px;
	}
	
	.modal-card h4 {
    font-size: 22px;
    line-height: 120%;
	}
	
	.modal-card h5 {
    font-size: 24px;
    }
	
	.modal-card-btn {
    font-size: 20px;
    padding: 10px;
    width: 150px;
    margin: auto;
    margin-bottom: 20px;
    }
}



@media (min-width: 576px) {
    .modal-dialog {
        max-width: 1400px !important;
    }
}


#momence-plugin-host-schedule .bcSbQF {
    background: #D2462D !important;
}

#momence-plugin-host-schedule .eLITYe{
    background: #D2462D !important;	
}

#momence-plugin-host-schedule .dYcAIe {
    background: #D2462D !important;
}











            .modal-dialog-centered.modal-dialog-scrollable .modal-content {
                max-height: none;
                overflow: hidden;
                height: auto;
                padding-top: 20px;
                padding-left: 0px;
                padding-right: 0px;
                padding-bottom: 0px;
                background: #83d0f5;
                max-width: 800px;
                background-image: url(https://physique57.com/wp-content/uploads/2023/04/Group-31.png);
                background-position: center center;
                background-size: cover;
                border-radius: 50px 0px;
            }
		  
		  .modalsoho-grd-inner{
			      display: flex
;
    justify-content: left;
    grid-gap: 50px;
    flex-wrap: wrap;
		  }

            .modal-dialog-scrollable .modal-body {
                overflow: hidden!important;
                padding-right: 0px !important;
            }

            .btn-close {
                z-index: 1000000;
                color: #fff !important;
                border-radius: 50px!important;
                border: 0px solid!important;
                padding: 10px;
                background-color: transparent !important;
                font-size: 20px !important;
                filter: invert(1);
                padding-top: 0px;
            }

            .btn-close {
                right: 10px !important;
                top: 0px !important;
            }

            .modal-dialog-scrollable .modal-body h2{
                font-family: 'Lato';
                font-style: normal;
                font-weight: 700;
                font-size: 40px;
                line-height: 48px;
                color: #FFFFFF;
                text-align: center;
                text-transform: uppercase;
                margin-top: 20px;
                margin-bottom: 15px;
            }

            .modal-dialog-scrollable .modal-body p{
                font-family: 'Lato';
                font-style: normal;
                font-weight: 700;
                font-size: 24px;
                line-height: 29px;
                text-align: center;
                color: #FFFFFF;
                margin: 0px;
                padding: 0px 80px;
                margin-bottom: 25px;
            }

            .form-modal-grd {
                display: grid;
                grid-template-columns: 1fr 1fr 1fr;
                margin-bottom: 45px;
                padding: 0px 30px;
                grid-gap: 18px;
            }

            .form-modal-grd input{
                width: 100%;
                background: #FFFFFF;
                border: 1px solid #B9B9B9;
                border-radius: 5px;
                font-family: 'Lato';
                font-style: normal;
                font-weight: 400;
                font-size: 20px;
                line-height: 24px;
                color: #8D8D8D;
            }

            .form-modal-grd .elementor-button {
                background: #FFF33F;
                border: 1px solid #231D0F;
                border-radius: 5px;
                font-family: 'Lato';
                font-style: normal;
                font-weight: 700;
                font-size: 20px;
                line-height: 120%;
                text-align: center;
                text-transform: uppercase;
                color: #231D0F;
                padding: 10px;
            }

            .frm-nw-footer {
                font-family: 'Lato';
                font-style: normal;
                font-weight: 400;
                font-size: 24px;
                line-height: 29px;
                text-align: center;
                color: #231D0F;
                padding: 26px;
                background: rgba(255, 243, 63, 0.9);
                border-radius: 0px 0px 50px 0px;
            }

            @media(max-width: 992px){
                .modal-dialog-scrollable .modal-body {
                    overflow: hidden!important;
                    padding-right: 0px!important;
                    padding-top: 10px !important;
                }

                .modal-dialog-scrollable .modal-body h2 {
                    font-family: 'Lato';
                    font-style: normal;
                    font-weight: 700;
                    font-size: 32px;
                    line-height: 120%;
                    color: #FFFFFF;
                    text-align: center;
                    text-transform: uppercase;
                    margin-top: 20px;
                    margin-bottom: 0px;
                }

                .modal-dialog-scrollable .modal-body p {
                    font-family: 'Lato';
                    font-style: normal;
                    text-align: center;
                    color: #FFFFFF;
                    margin: 0px;
                    padding: 0px 80px;
                    margin-bottom: 25px;
                    font-weight: 700;
                    font-size: 18px;
                    line-height: 22px;
                }

                .form-modal-grd {
                    display: grid;
                    grid-template-columns: 1fr;
                    margin-bottom: 30px;
                    padding: 0px 30px;
                    grid-gap: 18px;
                }

                .frm-nw-footer {
                    padding: 17px 26px;
                    background: rgba(255, 243, 63, 0.9);
                    border-radius: 0px 0px 50px 0px;
                    font-family: 'Lato';
                    font-style: normal;
                    font-weight: 400;
                    font-size: 20px;
                    line-height: 24px;
                    text-align: center;
                    color: #231D0F;
                }

                .modal-dialog-centered.modal-dialog-scrollable .modal-content {
                    max-width: 400px;
                }

            }

            @media (max-width: 992px){
                .modal-dialog-centered.modal-dialog-scrollable .modal-content {
                    max-width: 90% !important;
                }
            }

            @media(max-width: 768px){
                .modal-dialog-scrollable .modal-body h2 {
                    padding: 0px 10px;
                }

                .modal-dialog-scrollable .modal-body p {
                    font-family: 'Lato';
                    font-style: normal;
                    text-align: center;
                    color: #FFFFFF;
                    margin: 0px;
                    padding: 0px 10px;
                    margin-bottom: 25px;
                    font-weight: 700;
                    font-size: 16px;
                    line-height: 22px;
                }

                .frm-nw-footer {
                    padding: 15px 15px;
                    background: rgba(255, 243, 63, 0.9);
                    border-radius: 0px 0px 50px 0px;
                    font-family: 'Lato';
                    font-style: normal;
                    font-weight: 400;
                    font-size: 18px;
                    line-height: 24px;
                    text-align: center;
                    color: #231D0F;
                }

            }


            .modal-body {
                padding: 0rem !important;
            }

            .btn-close {
                opacity: 1;
                position: absolute;
                right: 6px;
                top: 5px;
                font-size: 17px;
            }

            .modal-content {
                background-color: transparent;
            }

            .modal-open { overflow-y: auto !important; }


            @media (min-width: 576px) {
                .modal-dialog {
                    max-width: fit-content !important;
                }
            }




            #modalsoho{
                position: fixed;
                bottom: 0px;
                left: 0px;
                width: 100%;
                border-top: 4px solid #d2462d;
                padding-top: 20px;
                padding-bottom: 23px;
                z-index: 1000;
                background-image: url("/wp-content/uploads/2025/08/8f057bafb1194da93b206379a1b1d1867aafa753.jpg");
                background-size: cover;
                background-position-x: left;
                background-position-y: center;
            }

            #modalsoho h2 {
    padding: 0px !important;
    margin: 0px !important;
    margin-bottom: 4px !important;
    font-family: "Domine", sans-serif;
    font-size: 32px;
    font-weight: 800;
    line-height: 41.6px;
    text-align: right;
    color: #ffffff !important;
}
		  
		 #modalsoho  h2::after {
    content: "";
    position: absolute;
    left: 10%;
    bottom: 0;
    width: 0%;
    height: 2px;
    background-color: transparent;
}

            .modalsoho-desc1 {
    font-family: "Domine", sans-serif !important;
    font-size: 24px;
    font-weight: 600;
    line-height: 130%;
    text-align: left;
    color: #261C02;
}

            .modalsoho-desc2{
                font-family: "Domine", sans-serif;
                font-size: 20px;
                font-weight: 400;
                line-height: 26px;
                text-align: right;
                color: #261C02;
            }

            .modalsoho-grd {
                display: grid;
                grid-template-columns: 1fr 2fr;
                grid-gap: 30px;
                position: relative;
                align-items: center;
            }

            .e-container {
                width: 100%;
                max-width: 1600px;
                margin: auto;
                padding: 0px 30px;
                position: relative;
            }

            #modalsoho #momence_leads_form_pop input[type='text'], #modalsoho #momence_leads_form input[type='email'], #modalsoho #momence_leads_form_pop input[type='email'] {
                border: #ffffff;
                border-width: 10px;
                min-height: auto !important;
                padding: 15px 26px;
                color: #8A8A8A !important;
                vertical-align: middle;
                width: 100%;
                max-width: 185px !important;
                height: auto !important;
                border-radius: 32px !important;
                font-family: "Domine", sans-serif !important;
                font-size: 20px !important;
                font-weight: 400 !important;
                line-height: 22px !important;
                text-align: left !important;
            }


            #modalsoho #momence_leads_form .waFormBtn, #modalsoho #momence_leads_form_pop .waFormBtn {
                background-color: #FFF450 !important;
                border: solid 2px #FFF450 !important;
                color: #261C02 !important;
                border-radius: 32px !important;
                padding: 15px 5px !important;
                margin-right: 0px !important;
                margin-left: 0px !important;
                font-family: "Domine", sans-serif !important;
                font-size: 20px !important;
                font-weight: 600 !important;
                line-height: 22px !important;
                text-align: center !important;
                width: 110px !important;
            }

            #momence_leads_form_pop {
                display: flex;
                align-items: center;
                grid-gap: 10px 20px;
                flex-wrap: wrap;
            }

            #modalsoho-close{
                position: absolute;
                right: 30px;
                cursor: pointer;
                z-index: 1000;
				filter: invert(1);
            }

            .modal-soho-img{
                display: none;
            }

            @media (max-width: 1400px) {


                #modalsoho h2 {
                    padding: 0px !important;
                    margin: 0px !important;
                    margin-bottom: 4px !important;
                    font-family: "Domine", sans-serif;
                    font-size: 32px;
                    font-weight: 800;
                    line-height: 41.6px;
                    text-align: left;
                    color: #261C02;
					padding-right: 40px !important;
                }

                .modalsoho-desc1 {
                    text-align: left;
                }

                .modalsoho-desc2 {
                    text-align: left;
                }

            }


@media(max-width: 992px){
	.modalsoho-grd {
    display: grid
;
    grid-template-columns: 1fr;
    grid-gap: 10px;
    position: relative;
    align-items: center;
}
}







