/* CSS Document */
/** maintenance page **/
.MaintenanceWrap .InnerContainWrapper {
  width: 1000px;
  padding: 25px 0px 0px 0px;
  background-color: var(--purple);
  box-sizing: border-box;
}

.MaintenanceWrap .Logo {
  float: none;
  margin: 0px auto;
  padding: 0px 0px 25px 0px;
  box-sizing: border-box;
}

.MWrapper {
  padding: 30px;
  box-sizing: border-box;
}

.MaintenanceWrap .ContactInfo {
  float: none;
  width: 100%;
  margin: 0px;
  padding: 30px 0;
  text-align: center;
  box-sizing: border-box;
}

.MaintenanceWrap .ContactInfo .CIList {
  display: inline-block;
  width: 32%;
  color: #333;
  vertical-align: top;
  border-right: 1px solid #fff;
  min-height: 115px;
}

.MaintenanceWrap .ContactInfo .CIList h3.Title {
  font-size: 20px;
  line-height: 30px;
  color: var(--light-brown-1);
  font-family: var(--playfair-d-r);
}

.MaintenanceWrap .ContactInfo .CIList:last-child {
  border-right: 0px solid #354966;
}

.MaintenanceWrap .ContactInfo .CIList table {
  width: 100%;
}

.UnderMaintenanceWrapper {
  padding: 45px 0px 50px;
  box-sizing: border-box;
}

.MaintenanceWrap .ContactInfo .CIList .Phone {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
}

.MaintenanceWrap .ContactInfo .CIList .Phone a {
  color: #fff;
}

.MaintenanceWrap .ContactInfo .CIList td {
  display: block;
  width: 100% !important;
  margin: 0 auto;
  text-align: center;
  padding: 0 !important;
  font-size: 14px;
  line-height: 20px;
  box-sizing: border-box;
}

.MaintenanceWrap .ContactInfo .CIList td a {
  color: var(--white);
  font-size: 14px;
  line-height: 24px;
}

.MaintenanceWrap .ContactInfo .CIList td a:hover {
  color: var(--light-brown-1);
}

.MaintenanceWrap .ContactInfo .CIList i {
  margin: 0 auto 10px;
  width: 35px;
  height: 35px;
  line-height: 38px;
  font-size: 20px;
  text-align: center;
  background-color: var(--white);
  border-radius: 50%;
  color: var(--light-brown-1);
}

.MaintenanceWrap .ContactInfo .CIList.Email i {
  font-size: 18px;
  line-height: 35px;
}

.MaintenanceWrap .ContactInfo .CIList span {
  display: none;
}

.MaintenanceWrap {
  display: table;
  width: 100%;
}

.MaintenanceWrap .MWrap {
  display: table-cell;
  vertical-align: middle;
}

.MaintenanceWrap .ContactFormWrap .FormWrapper {
  width: 100%;
  box-sizing: border-box;
}

.MaintenanceWrap .FormWrapperWidth {
  width: 80%;
  margin: 0 auto;
}

.UnderMaintenanceWrapper .Copyright br {
  display: none;
}

.MaintenanceWrap .ContactFormWrap .Col3 {
  display: inline-block;
  vertical-align: top;
  padding: 8px;
  width: 32.9%;
  box-sizing: border-box;
}

.UnderMaintenanceWrapper {
  text-align: center;
  background-color: var(--orange);
}

.UnderMaintenanceWrapper h4 {
  font-size: 40px;
  line-height: 50px;
  font-family: var(--gotham-bold);
  margin-bottom: 10px;
  color: #fff;
}

.UnderMaintenanceWrapper h6 {
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  font-family: var(--gotham-book);
  text-transform: uppercase;
}

.UnderMaintenanceWrapper h6 br {
  display: none;
}

/** maintenance page end **/
/** floating menu **/
.StickyBtns {
  position: fixed;
  bottom: 0;
  z-index: 109;
  right: 0;
  width: 100%;
}

.StickyBtns .FillRedBorder {
  height: 6px;
  background-color: #df3719;
  position: absolute;
  width: 100%;
  bottom: 0;
  border-top: 2px solid #fff;
}

.StickyBtns .MainWrapper {
  position: relative;
  bottom: 6px;
}

.StickyBtns .FSocialIcon {
  float: right;
  background-color: #df3719;
  margin: 0 0 0 10px;
  padding: 6px 15px 4px;
  border: 2px solid #fff;
  border-bottom: 0;
  width: auto;
  box-sizing: border-box;
}

.StickyBtns .FillRedBtn {
  display: inline-block;
}

.StickyBtns .FillRedBtn a {
  display: block;
  background-color: #df3719;
  border: 2px solid #fff;
  border-bottom: 2px solid #df3719;
  padding: 4px 33px 4px;
  transition: ease-in 0.3s;
  position: relative;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.StickyBtns .FillRedBtn .activator i {
  vertical-align: middle;
  margin: 3px 13px 0px 0px;
  display: inline-block;
}

.StickyBtns .RightWrapper {
  float: right;
}

.StickyBtns .MainWrapper .RightWrapper {
  display: inline-block;
  position: absolute;
  bottom: -2px;
  width: auto;
  right: 0px;
}

.StickyBtns .FillRedBtn a:hover {
  background-color: #fff;
}

/*-----StickyMenu-----------*/
/** index start **/
.IconWrap, .ImgWrap, .PlayIcon {
  line-height: 0;
}

.FillPurpleBtn, .FillOrangeBtn, .TransBrownBtn, .TransLightOrgBtn, .FillBrownBtn {
  display: inline-block;
}

.FillPurpleBtn a {
  display: block;
  color: var(--white);
  font-size: 14px;
  line-height: 26px;
  text-transform: uppercase;
  position: relative;
  padding: 14px 40px;
  background-color: var(--purple);
  box-sizing: border-box;
  font-family: var(--gotham-bold);
  border-radius: 50px;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.FillPurpleBtn a:hover {
  color: var(--white);
  background-color: var(--orange);
}

.FillOrangeBtn a {
  display: block;
  color: var(--white);
  font-size: 14px;
  line-height: 26px;
  text-transform: uppercase;
  position: relative;
  padding: 14px 40px;
  background-color: var(--orange);
  box-sizing: border-box;
  font-family: var(--gotham-bold);
  border-radius: 50px;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.FillOrangeBtn a:hover {
  color: var(--white);
  background-color: var(--purple);
}

.TransBrownBtn a {
  display: block;
  color: var(--light-brown-1);
  font-size: 12px;
  line-height: 22px;
  text-transform: uppercase;
  position: relative;
  padding: 16px 23px;
  background-color: transparent;
  border: 3px solid var(--light-brown-4);
  box-sizing: border-box;
  font-family: var(--gotham-bold);
  border-radius: 50px;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.TransBrownBtn a.active,
.TransBrownBtn a:hover {
  color: var(--white);
  background-color: var(--light-brown-1);
}

.TransLightOrgBtn img,
.TransBrownBtn img {
  vertical-align: top;
  margin-left: 10px;
}

.TransLightOrgBtn a {
  display: block;
  color: var(--light-brown-3);
  font-size: 12px;
  line-height: 22px;
  text-transform: uppercase;
  position: relative;
  padding: 16px 23px;
  background-color: transparent;
  border: 3px solid #ffdacd;
  box-sizing: border-box;
  font-family: var(--gotham-bold);
  border-radius: 50px;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.TransLightOrgBtn a.active,
.TransLightOrgBtn a:hover {
  color: var(--white);
  background-color: var(--light-brown-3);
}

.FillBrownBtn a {
  display: block;
  color: var(--black-1);
  font-size: 14px;
  line-height: 22px;
  text-transform: uppercase;
  position: relative;
  padding: 15px 35px;
  background-color: var(--light-brown-4);
  box-sizing: border-box;
  font-family: var(--gotham-bold);
  border-radius: 50px;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.FillBrownBtn a:hover {
  color: var(--white);
  background-color: var(--light-brown-3);
}

h2.Title {
  color: var(--black-1);
  font-size: 45px;
  line-height: 1.2;
  font-family: var(--playfair-d-r);
}

h3.Title {
  color: var(--black-1);
  font-size: 35px;
  line-height: 1.2;
  font-family: var(--playfair-d-r);
}

h4.Title {
  color: var(--orange);
  font-size: 30px;
  line-height: 1.5;
  font-family: var(--playfair-d-r);
}

h6.SubTitle {
  color: var(--orange);
  font-size: 17px;
  line-height: 1.5;
  font-family: var(--playfair-d-r);
}

.TwoSizeWrapper h2.Title {
  margin-bottom: 40px;
}

.TwoSizeWrapper .LeftWrap {
  width: 540px;
  /*600px;*/
  border-radius: 50px;
}

.TwoSizeWrapper .LeftWrap .VideoWrap {
  position: relative;
  border-radius: 50px;
  line-height: 0px;
  display: inline-block;
  margin-top: 11px;
}

.TwoSizeWrapper .LeftWrap .VideoWrap video {
  border-radius: 20px;
  border: 1px solid #d79c89;
}

.TwoSizeWrapper .LeftWrap .VideoWrap::before {
  /*content: '';
  position: absolute;
  background-color: rgba(0,0,0,0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50px;*/
}

.TwoSizeWrapper .LeftWrap .VideoWrap img {
  border-radius: 50px;
}

.TwoSizeWrapper .LeftWrap .VideoWrap .PlayIcon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -33.5px;
  margin-left: -33px;
}

.TwoSizeWrapper .RightWrap {
  width: 52%;
  /*47%;*/
}

.FullWidthWrap {
  width: 100% !important;
  float: none;
  display: block;
}

.TwoSizeWrapper .FullWidthWrap .ImgWrap {
  margin-top: 0px !important;
}

.TwoSizeWrapper .RightWrap h2.Title {
  color: var(--light-brown-1);
  font-size: 45px;
  margin-bottom: 20px;
}

.TwoSizeWrapper .RightWrap .ImgWrap {
  float: right;
  margin-top: 28px;
  margin-left: 10px;
  width: 277px;
}

.SecondSection .RightWrap .ImgWrap {
  width: 262px;
}

/*.DifferenceTrademarkedWrap .InnerContainWrapper{
	padding-bottom: 0px;
}*/
.DifferenceTrademarkedWrap .LeftWrap {
  width: 50.5%;
  margin-right: 70px;
}

.DifferencePetite_Pillow_TradeMarkedWrap .LeftWrap {
  float: right;
  margin-right: 0px;
  margin-left: 70px;
}

.DifferenceTrademarkedWrap .LeftWrap .ImgWrap {
  display: inline-block;
  vertical-align: top;
}

.DifferenceTrademarkedWrap .LeftWrap .ImgWrap img {
  border-radius: 50px;
}

.DifferenceTrademarkedWrap .LeftWrap h6 {
  color: var(--light-purple-1);
  font-size: 22px;
  line-height: 1.2;
  font-family: var(--playfair-d-r);
  margin-top: 10px;
  display: inline-block;
  width: 49%;
  margin-bottom: 10px;
}

.DifferenceTrademarkedWrap .RightWrap ol li {
  color: var(--light-purple-1);
  font-size: 35px;
  line-height: 1.2;
  font-family: var(--playfair-d-r);
  margin-bottom: 25px;
}

.DifferenceTrademarkedWrap .RightWrap ol li:nth-child(1) {
  color: var(--light-purple-1);
}

.DifferenceTrademarkedWrap .RightWrap ol li:nth-child(2) {
  color: var(--light-green-1);
}

.DifferenceTrademarkedWrap .RightWrap ol li:nth-child(3) {
  color: var(--orange);
}

.DifferenceTrademarkedWrap ul li .group.ClearBoth {
  margin-bottom: 40px;
}

.DifferenceTrademarkedWrap .RightWrap .FillPurpleBtn a {
  padding: 16px 38px;
  background-color: var(--light-purple-1);
}

.DifferenceTrademarkedWrap .RightWrap .FillPurpleBtn a:hover {
  background-color: var(--orange);
}

.DifferenceTrademarkedWrap .flex-control-paging {
  bottom: -30px;
}

.DifferenceTrademarkedWrap .flex-control-paging li a {
  color: var(--light-purple-1);
  border: 1px solid var(--light-purple-1);
}

.DifferenceTrademarkedWrap .flex-control-paging li a:hover,
.DifferenceTrademarkedWrap .flex-control-paging li a.flex-active {
  background-color: var(--light-purple-1);
}

.ThreeBoxWrapper .BoxCol ul li {
  display: inline-block;
  vertical-align: top;
  margin: 34px;
}

.ThreeBoxWrapper .BoxCol ul li .Col {
  background-color: var(--light-brown-4);
  min-width: 290px;
  min-height: 275px;
  border-radius: 40px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-repeat: no-repeat;
  background-position: center;
}

.ThreeBoxWrapper .BoxCol ul li a:hover .Col {
  border-radius: 0px;
}

.ThreeBoxWrapper .BoxCol ul li.LightBrownBg .Col {
  background-color: var(--light-brown-4);
}

.ThreeBoxWrapper .BoxCol ul li.LightGreenBg .Col {
  background-color: var(--light-green-2);
}

.ThreeBoxWrapper .BoxCol ul li.LightPurpleBg .Col {
  background-color: var(--light-purple-2);
}

.ThreeBoxWrapper .BoxCol ul li .Col .IconWrap {
  min-height: 105px;
  margin-bottom: 10px;
}

.ThreeBoxWrapper .BoxCol ul li .Col h5 {
  color: #fff;
  font-size: 24px;
  line-height: 1.2;
  text-transform: uppercase;
  font-family: var(--gotham-bold);
  margin-bottom: 10px;
}

.TextOutline {
  -webkit-text-stroke-width: 1.3px;
  -webkit-text-stroke-color: var(--black-1);
}

.TestimonialWrapper h2.Title {
  color: var(--light-orange);
}

.TestimonialWrap ul li .Col {
  padding: 0px 10px;
}

.TestimonialWrap ul li .ImgWrap {
  display: inline-block;
  margin-right: 60px;
  vertical-align: top;
  width: 320px;
}

.TestimonialWrap ul li .DescWrap {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 385px);
}

.TestimonialWrap ul li .DescWrap .FillOrangeBtn {
  margin-top: 20px;
}

.TestimonialWrap ul li .DescWrap .FillOrangeBtn a {
  padding: 10px 22px;
  background-color: var(--purple);
}

.TestimonialWrap ul li .DescWrap .FillOrangeBtn a:hover {
  background-color: var(--orange);
}

.TestimonialWrap ul li .ImgWrap img {
  border-radius: 40px;
  width: auto !important;
}

.TestimonialWrap ul li .DescWrap img {
  width: auto !important;
}

.TestimonialWrap ul li .DescWrap .Desc {
  color: var(--black-1);
  font-size: 23px;
  line-height: 1.5;
  font-family: var(--playfair-d-r);
}

.FeaturedProfessionalsWrap {
  background-color: var(--light-brown-5);
}

.FeaturedProfessionalsWrap h2.Title {
  color: var(--purple);
  margin-bottom: 5px;
} 

.FeaturedProTabWrap ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0px 10px;
}
.FeaturedProTabWrap .WithoutSlider ul li{
  max-width: 230px;
} 

.FeaturedProTabWrap ul li .Col { 
  color: var(--black-1);
  font-size: 15px;
  line-height: 1.2;
  text-transform: uppercase;
  font-family: var(--gotham-bold);
  border: 3px solid var(--light-brown-5);
  border-radius: 50px;
  /*padding: 20px 24px;*/
  padding: 8px 24px; /*20px 10px*/
  min-height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;

  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.FeaturedProTabWrap ul li .Col {
  opacity: 0.5;
}

.FeaturedProTabWrap ul li a .Col {
  opacity: 1;
}

.FeaturedProTabWrap ul li a.on .Col,
.FeaturedProTabWrap ul li a:hover .Col {
  color: var(--purple);
  border: 3px solid var(--purple);
}

.FeaturedProTabWrap .jcarousel ul li {
  margin: 0px 0px;
}

.FeaturedProTabWrap .jcarousel ul li .Col {
  padding: 8px 8px; /*20px 10px*/
  /*min-height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;*/
}

.TabDescWrap .ImgWrap {
  width: 485px;
  float: left;
  margin-right: 50px;
  margin-bottom: 150px;
}

.TabDescWrap .ImgWrap,
.TabDescWrap .ImgWrap img {
  border-radius: 40px;
}

.TabDescWrap .DescWrap .EditorText ul li {
  background-image: none !important;
  position: relative;
  margin-bottom: 15px;
}

.TabDescWrap .DescWrap .EditorText ul li::before {
  content: "";
  position: absolute;
  background-color: var(--purple);
  width: 7px;
  height: 7px;
  border-radius: 100%;
  top: 10px;
  margin-left: -20px;
}

/**** Responsive Tab Menu ****/
.TebSliderWrap {
  position: relative;
  z-index: 9;
  margin-bottom: 40px;
}

.menuNew-link {
  display: block;
}

.MenuNewStyle {
  background-color: var(--purple);
  padding: 10px 12px;
  color: var(--white);
  font-size: 17px;
  line-height: 26px;
  text-transform: uppercase;
  vertical-align: middle;
  font-family: var(--gotham-bold);
}

.MenuNewStyle i {
  float: right;
  font-size: 26px;
}

.menuNew,
.menuNew > ul ul {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-outt;
  transition: all 0.8s ease-in-out;
  position: absolute;
  z-index: 111;
  width: 100%;
}

.menuNew.active,
.menuNew > ul ul.active {
  max-height: 880px;
}

.menuNew ul li {
  border-bottom: 1px solid #dddddd;
}

.menuNew ul li .Col {
  display: block;
  padding: 8px 15px;
  background-color: var(--light-purple-1);
  color: #fff;
  font-size: 1rem;
  line-height: 1.5;
}

.menuNew ul li a.on {
  background-color: var(--purple);
}

.menuNew ul li .Col {
  position: relative;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.SponsorLogoWrap .InnerContainWrapper {
  padding: 60px 0px;
}

.SponsorLogoWrap ul {
  display: flex;
  align-items: center;
}

.SponsorLogoWrap ul li {
  margin: 0px 28px;
}

.SponsorLogoWrap ul li img {
  mix-blend-mode: multiply;
}

.SponsorLogoWrap .jcarousel ul li {
  margin: 0px;
}

.InstagramWrapper ul {
  display: flex;
  align-items: center;
}

.InstagramWrapper .WithoutSlider ul {
  justify-content: center;
}

.InstagramWrapper ul li {
  width: 200px;
}

.InstagramWrapper ul li .Col {
  width: 100%;
  height: 245px;
  position: relative;
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.InstagramWrapper ul li .Col::before {
  content: "";
  position: absolute;
  background-color: var(--orange);
  width: 100%;
  height: 100%;
  opacity: 0;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.InstagramWrapper ul li .Col .DescWrap {
  position: relative;
  color: var(--white);
  text-align: center;
  width: 100%;
  opacity: 0;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.InstagramWrapper ul li a:hover .Col::before,
.InstagramWrapper ul li a:hover .Col .DescWrap {
  opacity: 1;
}

.InstagramWrapper ul li .Col .DescWrap i {
  font-size: 30px;
}

.InstagramWrapper ul li .Col .DescWrap h6 {
  font-size: 17px;
  font-family: var(--gotham-bold);
  text-transform: uppercase;
}

.InstagramWrapper .jcarousel-control-next {
  right: 20px;
  background: url(../images/icons/white-next.png) no-repeat center;
}

.InstagramWrapper .jcarousel-control-prev {
  left: 20px;
  background: url(../images/icons/white-prev.png) no-repeat center;
}

/** index end **/
/** Contact Page Start **/
.ContactTitleWrap .ShortDesc {
  color: var(--black-1);
  font-size: 20px;
  line-height: 1.5;
  font-family: var(--playfair-d-r);
}

.ContactWrapper {
  position: relative;
  border-bottom: 8px solid var(--orange);
}

.ContactWrapper::before {
  content: "";
  position: absolute;
  background: url(../images/bg/before-img1.png) no-repeat bottom left;
  width: 540px;
  height: 520px;
  bottom: 0;
  left: 0;
}

.ContactWrapper::after {
  content: "";
  position: absolute;
  background: url(../images/bg/after-img1.png) no-repeat top right;
  width: 398px;
  height: 358px;
  top: 0;
  right: 0;
}

.ContactWrapper .InnerContainWrapper {
  position: relative;
  z-index: 1;
}

.ContactWrapper h4.Title {
  font-size: 25px;
  text-align: center;
}

.ContactWrapper .FormWrap {
  width: 620px;
  margin: 0 auto;
}

.ThankyouMsg {
  text-align: center;
  color: var(--black-1);
  font-size: 22px;
  line-height: 1.5;
  font-family: var(--playfair-d-r);
  margin: 100px 0px;
}

/** Contact Page End **/
/** SingIn Page Start **/
.SingInWrapper .InnerWrap {
  background-color: var(--gray-1);
  border-bottom: 7px solid var(--orange);
}

.SingInWrapper .RightWrap,
.SingInWrapper .LeftWrap {
  width: 50%;
  min-height: 545px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.SingInWrapper .PaddingCol {
  width: 382px;
  position: relative;
}

.SingInWrapper .RightWrap .DescWrap {
  color: var(--white);
  font-size: 25px;
  line-height: 1.5;
  font-family: var(--playfair-d-r);
}

.SingInWrapper .RightWrap::before {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.SingInWrapper .LeftWrap::before {
  content: "";
  position: absolute;
  background: url(../images/bg/before-img2.png);
  width: 495px;
  height: 540px;
  top: 0;
  left: 0;
}

/** SingIn Page End **/
/** Signup Page Start **/
.SignupWrapper {
  position: relative;
  border-bottom: 7px solid var(--orange);
}

.SignupWrapper::before {
  content: "";
  position: absolute;
  background: url(../images/bg/before-img3.png);
  width: 655px;
  height: 855px;
  top: 0;
  left: 0;
}

.SignupWrapper::after {
  content: "";
  position: absolute;
  background: url(../images/bg/after-img2.png);
  width: 280px;
  height: 295px;
  top: 0;
  right: 0;
}

.SignupWrapper .InnerContainWrapper {
  position: relative;
  z-index: 1;
}

.SignupWrapper .LeftWrap {
  width: 620px;
  margin-left: 55px;
}

.SignupWrapper .RightWrap {
  width: 40%;
  padding-top: 68px;
}

.SignupWrapper .LeftWrap .RadioCol .Radio,
.SignupWrapper .LeftWrap .RadioCol .Other {
  display: inline-block;
  vertical-align: middle;
  width: 32.8%;
}

.SignupWrapper .RightWrap .DescWrap {
  position: relative;
}

.SignupWrapper .RightWrap .DescWrap .PadingCol {
  width: 345px;
  min-height: 320px;
  background-color: var(--light-green-2);
  border-radius: 40px;
  padding: 40px;
  box-sizing: border-box;
  position: relative;
}

.SignupWrapper .RightWrap .DescWrap::before {
  content: "";
  position: absolute;
  background-color: var(--gray-1);
  width: 345px;
  height: 100%;
  top: 20px;
  left: 15px;
  border-radius: 40px;
}

.SignupWrapper .RightWrap .DescWrap .ShortDesc {
  font-size: 25px;
  line-height: 1.4;
  font-family: var(--playfair-d-r);
}

.SignupWrapper .RightWrap .ImgWrap {
  margin-left: 115px;
  margin-top: -40px;
}

.SignupWrapper .RightWrap .ImgWrap img {
  border-radius: 40px;
}

/** Signup Page End **/
/** Customer Services Start **/
.CustomerServiceWrap .LeftWrap {
  width: 265px;
}

.CustomerServiceWrap .LeftWrap ul li {
  margin-bottom: 10px;
}

.CustomerServiceWrap .LeftWrap ul li .Col {
  padding: 10px 20px;
  border: 2px solid var(--light-brown-4);
  border-radius: 50px;
  color: var(--black-1);
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.2;
  font-family: var(--gotham-bold);
  min-height: 55px;
  display: flex;
  align-items: center;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.CustomerServiceWrap .LeftWrap ul li a.on .Col,
.CustomerServiceWrap .LeftWrap ul li a:hover .Col {
  background-color: var(--light-brown-4);
}

.CustomerServiceWrap .RightWrap {
  width: 70%;
}

.CustomerServiceWrap .RightWrap h3.Title {
  border-bottom: 2px solid var(--light-brown-4);
  padding-bottom: 15px;
  margin-bottom: 15px;
}

/** Customer Services End **/
/** Careers Page Start **/
.CareersWelcomeWrapper .InnerContainWrapper {
  padding: 75px 0px;
}

.CareersWelcomeWrapper .LeftWrap {
  width: 585px;
  line-height: 0;
  float: left;
  margin-right: 80px;
  margin-bottom: 20px;
}

.CareersWelcomeWrapper .LeftWrap img {
  border-radius: 40px;
}

.CareersWelcomeWrapper .RightWrap h3.Title {
  color: var(--light-brown-1);
  margin-bottom: 10px;
}

.CareersWelcomeWrapper .RightWrap .EditorText {
  font-size: 14px;
  line-height: 1.5;
}

.CareersWelcomeWrapper .RightWrap .EditorText ul li {
  /*background-image: none !important;
  position: relative;
  margin-bottom: 10px;*/
  background-position: 5px 7px;
  background-image: url(../images/bullet-2.png) !important;
}

/*.CareersWelcomeWrapper .RightWrap .EditorText ul li::before{
	content: '';
	position: absolute;
	background-color: var(--light-brown-1);
	width: 7px;
	height: 7px;
	top: 8px;
	margin-left: -15px;
	border-radius: 100%;
}*/
.JobOpeningsWrapper {
  background-color: #f9eee5;
}

.JobOpeningsWrapper .InnerContainWrapper {
  width: 1050px;
  padding: 40px 0px 60px;
}

.JobOpeningsWrapper h2.Title {
  color: var(--purple);
}

.DownText .FillPurpleBtn a {
  font-size: 12px;
  padding: 14px 40px;
  background-color: var(--light-purple-1);
}

/** Careers Page  End **/
/** Product Page Start **/
.ProductWrapper .InnerContainWrapper {
  width: 1180px;
}

.ProductWrapper .LeftWrap {
  width: 280px;
  float: left;
}

.ProductWrapper .qus {
  cursor: pointer;
  padding: 15px 15px 15px 25px;
  background-color: var(--light-brown-4);
  border-radius: 50px;
  margin-top: 12px;
}

.ProductWrapper .FaqTitle h6 {
  color: var(--black-1);
  font-size: 14px;
  line-height: 24px;
  font-family: var(--gotham-bold);
  text-transform: uppercase;
}

.ProductWrapper .Plus {
  display: block;
  background: url(../images/icons/white-plus.png);
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0;
  top: -3px;
}

.ProductWrapper .Minus {
  display: block;
  background: url(../images/icons/white-minus.png);
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0;
  top: -3px;
}

.ProductWrapper .DownText ul li {
  background-image: none !important;
  padding: 0px !important;
  border-bottom: 1px solid var(--light-brown-4) !important;
}

.ProductWrapper .DownText ul li a {
  display: block;
  color: var(--black-1);
  font-size: 15px;
  line-height: 1.5;
  font-family: var(--gotham-book);
  padding: 6px 0px;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.ProductWrapper .DownText ul li a.on,
.ProductWrapper .DownText ul li a:hover {
  font-family: var(--gotham-htf-bold);
}

.ProductWrapper .DownText .CheckBoxCol .Col span {
  display: inline-block;
  vertical-align: middle;
}

.ProductWrapper .DownText .Col2 {
  width: 49%;
}

.ProductWrapper .DownText input[type=text] {
  padding: 5px 12px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  width: 82px;
}

.ProductWrapper .RightWrap {
  width: 67%;
  float: right;
}

.ProductWrapper .RightWrap h3.Title {
  margin-bottom: 25px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--light-brown-4);
}

.ProductWrapper .ProductsList ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, 380px);
  justify-content: center;
  grid-gap: 25px;
}

.ProductWrapper .ProductsList ul li .ImgWrap {
  border: 8px solid var(--light-brown-5);
  min-height: 375px;
  overflow: hidden;
  margin-bottom: 15px;
}

.ArticlesWrapper .ListWrap ul li .ImgWrap,
.InTheNewsWrapper .ListWrap ul li .ImgWrap {
  overflow: hidden;
      border-radius: 20px;
}
.ArticlesWrapper .jcarousel-control-prev, .ArticlesWrapper .jcarousel-control-next,
.InTheNewsWrapper .jcarousel-control-prev, .InTheNewsWrapper .jcarousel-control-next {
    top: 100px;
    margin-top: 0;
}

.ArticlesWrapper .ListWrap ul li .ImgWrap img,
.InTheNewsWrapper .ListWrap ul li .ImgWrap img,
.ProductWrapper .ProductsList ul li .ImgWrap img {
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 20px;
}

.ArticlesWrapper .ListWrap ul li a:hover .ImgWrap img,
.InTheNewsWrapper .ListWrap ul li a:hover .ImgWrap img,
.ProductWrapper .ProductsList ul li a:hover .ImgWrap img {
  transform: scale(1.1, 1.1);
}

.ProductWrapper .ProductsList ul li h4.Title {
  color: var(--black-1);
  font-size: 24px;
  line-height: 1.2;
  text-transform: uppercase;
  font-family: var(--gotham-bold);
  margin-bottom: 5px;
}

/** Product Page End **/
/** Media Page Start **/
.MediaTabWrapper {
  background-color: #fdf3eb;
}

.MediaTabWrapper ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0px 8px;
  width: 320px;
}

.MediaTabWrapper ul li .TransBrownBtn {
  display: block;
}

.MediaTabWrapper ul li .TransBrownBtn a {
  color: var(--black-1);
}

.MediaTabWrapper ul li .TransBrownBtn a.on,
.MediaTabWrapper ul li .TransBrownBtn a:hover {
  background-color: var(--light-brown-4);
}

.InTheNewsWrapper .ListWrap ul li {
  display: inline-block;
  vertical-align: top;
  width: 370px;
  margin: 0px 20px;
  text-align: left;
}

.InTheNewsWrapper .ListWrap .jcarousel ul li .Col {
  width: 92%;
}

.ArticlesWrapper .ListWrap .jcarousel ul li,
.InTheNewsWrapper .ListWrap .jcarousel ul li {
  margin: 0px;
}

.ArticlesWrapper .ListWrap ul li:first-child,
.InTheNewsWrapper .ListWrap ul li:first-child {
  margin-left: 0px;
}

.ArticlesWrapper .ListWrap ul li:last-child,
.InTheNewsWrapper .ListWrap ul li:last-child {
  margin-right: 0px;
}

.ArticlesWrapper .ListWrap ul li h6,
.InTheNewsWrapper .ListWrap ul li h6 {
  color: var(--black-1);
  font-size: 15px;
  line-height: 1.5;
  font-family: var(--gotham-htf-bold);
  text-transform: uppercase;
  margin-top: 15px;
}

.TrustedThroughGenerationsWrap {
  background-color: #f9eee5;
}

.TrustedThroughGenerationsWrap .InnerContainWrapper {
  width: 850px;
  padding: 55px 0px 70px;
}

.ArticlesWrapper h2.Title,
.TrustedThroughGenerationsWrap h2.Title {
  color: var(--purple);
  margin-bottom: 45px;
}

.TrustedThroughGenerationsWrap .VideoWrap {
  position: relative;
  line-height: 0px;
}

.TrustedThroughGenerationsWrap .VideoWrap img {
  border-radius: 40px;
}

.TrustedThroughGenerationsWrap .VideoWrap::before {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 40px;
}

.TrustedThroughGenerationsWrap .VideoWrap .IconWrap {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -33px;
  margin-left: -33.5px;
}

.ArticlesWrapper h2.Title {
  margin-bottom: 20px;
}

.ArticlesWrapper .ListWrap ul li {
  display: inline-block;
  vertical-align: top;
  width: 370px;
  margin: 0px 14px;
  text-align: left;
}

.ArticlesWrapper .ListWrap .jcarousel ul li .Col {
  width: 92%;
}

/** Media Page End **/
/** About Page Start **/
.AboutWrapper {
  background-color: var(--gray-1);
}

.AboutWrapper .ImgWrap {
  width: 45%;
  float: left;
  /*min-height: 630px;*/
  background-repeat: no-repeat;
  background-size: cover;
}

.AboutWrapper .ImgWrap,
.AboutWrapper .ImgWrap img {
  border-radius: 40px;
}

.AboutWrapper .ImgWrap .ImageWrap {
  width: 500px;
  /*630px*/
  float: right;
  padding: 40px 0;
}

.AboutWrapper .DescWrap {
  width: 52%;
  float: right;
  background-color: var(--gray-1);
  position: relative;
}

.AboutWrapper .DescWrap::after {
  content: "";
  position: absolute;
  background: url(../images/imgs/about-pillow.png);
  background-repeat: no-repeat;
  width: 563px;
  height: 292px;
  bottom: 0;
  right: 0;
  opacity: 0.5;
}

.AboutWrapper .DescWrap .InnerWrap {
  float: left;
  width: 640px;
  padding: 30px 0px 30px 40px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}

.AboutWrapper .DescWrap h2.Title {
  color: var(--light-brown-1);
}

.AboutWrapper .DescWrap h6.SubTitle {
  font-size: 20px;
}

.BecomingWrapper h2.Title {
  color: var(--light-brown-1);
  margin-bottom: 20px;
}

.BecomingWrapper h6.SubTitle {
  color: var(--light-purple-1);
  font-size: 20px;
}

.YearSliderWrapper {
  background-color: var(--gray-1);
}

.YearSliderWrapper ul li {
  display: inline-block;
  text-align: left;
  width: 21%;
  vertical-align: top;
  margin: 0 22px;
}

.YearSliderWrapper .jcarousel ul li {
  margin: 0px;
}

.YearSliderWrapper ul li h5.Year {
  font-size: 30px;
  line-height: 1.2;
  font-family: var(--gotham-bold);
  margin-bottom: 50px;
}

.YearSliderWrapper ul li.BrownBg a.ReadLessBtn,
.YearSliderWrapper ul li.BrownBg a.ReadMoreBtn,
.YearSliderWrapper ul li.BrownBg h6.Title,
.YearSliderWrapper ul li.BrownBg h5.Year {
  color: var(--light-brown-1);
}

.YearSliderWrapper ul li.GreenBg a.ReadLessBtn,
.YearSliderWrapper ul li.GreenBg a.ReadMoreBtn,
.YearSliderWrapper ul li h6.Title,
.YearSliderWrapper ul li.GreenBg h5.Year {
  color: var(--light-green-1);
}

.YearSliderWrapper ul li.PurpleBg a.ReadLessBtn,
.YearSliderWrapper ul li.PurpleBg a.ReadMoreBtn,
.YearSliderWrapper ul li.PurpleBg h6.Title,
.YearSliderWrapper ul li.PurpleBg h5.Year {
  color: var(--light-purple-3);
}

.YearSliderWrapper ul li.OrangeBg a.ReadLessBtn,
.YearSliderWrapper ul li.OrangeBg a.ReadMoreBtn,
.YearSliderWrapper ul li.OrangeBg h6.Title,
.YearSliderWrapper ul li.OrangeBg h5.Year {
  color: var(--orange);
}

.YearSliderWrapper ul li a.ReadLessBtn,
.YearSliderWrapper ul li a.ReadMoreBtn {
  text-transform: uppercase;
  font-size: 14px;
  font-family: var(--gotham-htf-bold);
  transition: all 0.3s ease-in-out;
  border-bottom: 1px solid;
}

.YearSliderWrapper ul li a.ReadLessBtn:hover,
.YearSliderWrapper ul li a.ReadMoreBtn:hover {
  border-bottom: 0px solid;
}

.YearSliderWrapper ul li h6.Title {
  font-size: 30px;
  line-height: 1.2;
  font-family: var(--playfair-d-r);
  margin-bottom: 10px;
}

.YearSliderWrapper ul li .TitleWrap {
  position: relative;
}

.YearSliderWrapper ul li .TitleWrap::before {
  content: "";
  position: absolute;
  background-color: var(--light-brown-1);
  width: 12px;
  height: 12px;
  top: 13px;
  left: -20px;
  border-radius: 100%;
}

.YearSliderWrapper ul li .TitleWrap::after {
  content: "";
  position: absolute;
  background-color: var(--light-brown-1);
  width: 1px;
  height: 94%;
  top: 18px;
  left: -14.5px;
  border-radius: 100%;
}

.YearSliderWrapper ul li.GreenBg .TitleWrap::after,
.YearSliderWrapper ul li.GreenBg .TitleWrap::before {
  background-color: var(--light-green-1);
}

.YearSliderWrapper ul li.PurpleBg .TitleWrap::after,
.YearSliderWrapper ul li.PurpleBg .TitleWrap::before {
  background-color: var(--light-purple-3);
}

.YearSliderWrapper ul li.OrangeBg .TitleWrap::after,
.YearSliderWrapper ul li.OrangeBg .TitleWrap::before {
  background-color: var(--orange);
}

.YearSliderWrapper .InnerContainWrapper {
  padding: 65px 0px 120px;
}

.YearSliderWrapper .jcarousel-control-prev,
.YearSliderWrapper .jcarousel-control-next {
  position: absolute;
  /*top: inherit;*/
  top: 30%;
  /*bottom: -60px;*/
  width: 34px;
  height: 24px;
  text-align: center;
  margin-top: 0px;
  right: inherit;
}

.YearSliderWrapper .jcarousel-control-prev {
  /*left: 50%;*/
  left: 0px;
  margin-left: -50px;
  background: url(../images/icons/green-prev-arrow.png) no-repeat center;
}

.YearSliderWrapper .jcarousel-control-next {
  /*right: 50%;*/
  right: 0px;
  margin-right: -50px;
  background: url(../images/icons/green-next-arrow.png) no-repeat center;
}

.YearSliderWrapper .jcarousel li .Col {
  width: 85%;
  /*88%*/
}

.MissionStatementWrapper h2.Title {
  color: var(--orange);
  margin-bottom: 20px;
}

.MissionStatementWrapper .Desc {
  color: var(--black-1);
  font-size: 20px;
  line-height: 1.5;
  font-family: var(--playfair-d-r);
}

.about-body .SponsorLogoWrap {
  background-color: var(--gray-1);
}

/** About Page End **/
.ProductDetailsWrapper .InnerContainWrapper {
  width: 1230px;
}

/** Product Detail Start **/
.ProductDetailsWrapper .LeftWrap {
  width: 250px;
}

.ProductDetailsWrapper .RightWrap {
  width: 77%;
  float: right;
}

.ProductDetailsWrapper .RightWrap .TitleCal {
  float: left;
  width: 46%;
}

.ProductDetailsWrapper .RightWrap .TitleCal .Text,
.ProductDetailsWrapper .RightWrap .TitleCal h2.Title {
  display: inline-block;
}

.ProductDetailsWrapper .RightWrap .TitleCal .Text {
  margin-left: 10px;
  font-size: 14px;
}

.ProductDetailsWrapper .BackBtnWrap {
  float: right;
  width: 54%;
}

.ProductDetailsWrapper .BackBtnWrap ul li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 25px;
}

.ProductDetailsWrapper .BackBtnWrap ul li a {
  color: var(--black-1);
  font-size: 14px;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.ProductDetailsWrapper .BackBtnWrap ul li a img {
  margin-right: 5px;
}

.ProductDetailsWrapper .BackBtnWrap ul li a:hover {
  color: var(--orange);
}

.ProductDetailsWrapper .BackBtnWrap ul li .FillBrownBtn a:hover {
  color: var(--white);
}

.ProductDetailsWrapper .DetailImgWrap {
  width: 500px;
  float: left;
}

.ProductDetailsWrapper .DetailImgWrap .BigImgWrap {
  line-height: 0px;
  border: 8px solid var(--light-brown-5);
}

.ProductDetailsWrapper .DetailImgWrap .ThumbImgSlider li .Col {
  border: 2px solid var(--light-brown-5);
}

.ProductDetailsWrapper .ProductDetail {
  float: right;
  width: 43%;
}

.ProductDetailsWrapper .ProductDetail h4.Title {
  color: var(--black-1);
  font-size: 25px;
  line-height: 1.5;
  font-family: var(--gotham-book);
  margin-bottom: 5px;
}

.ProductDetailsWrapper .ProductDetail .ProCode {
  color: #d1b9a4;
  font-size: 16px;
  margin-bottom: 15px;
}

.ProductDetailsWrapper h6 {
  color: var(--black-1);
  font-size: 12px;
  line-height: 1.2;
  font-family: var(--gotham-htf-bold);
  text-transform: uppercase;
  margin-bottom: 10px;
}

.ProductDetailsWrapper .ProductDetail .ChooseCol {
  display: inline-block;
  vertical-align: top;
  width: 66%;
}

.ProductDetailsWrapper .ProductDetail .ChooseCol.ChooseFabricCol {
  width: 118px;
  margin-right: 15px;
}

.ProductDetailsWrapper .ProductDetail select {
  background-color: #f2f2f2;
  border: 1px solid #f2f2f2;
  border-radius: 50px;
  background-position: 88% 22px;
  max-width: 160px;
  display: block;
}

.ProductDetailsWrapper .ChooseCol span {
  font-size: 14px;
  line-height: 1.5;
  display: block;
  margin-top: 5px;
}

.ProductDetailsWrapper .ColorsCol ul li {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin-right: 20px;
}

.ProductDetailsWrapper .ColorsCol ul li:last-child {
  margin-right: 0px;
}

.ProductDetailsWrapper .ColorsCol ul li .GrayColor,
.ProductDetailsWrapper .ColorsCol ul li .CremeColor,
.ProductDetailsWrapper .ColorsCol ul li .MossGreenColor,
.ProductDetailsWrapper .ColorsCol ul li .SkyBlueColor,
.ProductDetailsWrapper .ColorsCol ul li .WhiteColor {
  width: 24px;
  height: 24px;
  border-radius: 100%;
  margin: 0 auto;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.ProductDetailsWrapper .ColorsCol ul li .GrayColor {
  background-color: #8c8375;
  border: 2px solid #8c8375;
}

.ProductDetailsWrapper .ColorsCol ul li .CremeColor {
  background-color: #dfd2bd;
  border: 2px solid #dfd2bd;
}

.ProductDetailsWrapper .ColorsCol ul li .MossGreenColor {
  background-color: #c4c798;
  border: 2px solid #c4c798;
}

.ProductDetailsWrapper .ColorsCol ul li .SkyBlueColor {
  background-color: #c4dbe3;
  border: 2px solid #c4dbe3;
}

.ProductDetailsWrapper .ColorsCol ul li .WhiteColor {
  background-color: #eeeeee;
  border: 2px solid #eeeeee;
}

.ProductDetailsWrapper .ColorsCol ul li a:hover .GrayColor {
  border: 2px solid #585247;
}

.ProductDetailsWrapper .ColorsCol ul li a:hover .CremeColor {
  border: 2px solid #c3b295;
}

.ProductDetailsWrapper .ColorsCol ul li a:hover .MossGreenColor {
  border: 2px solid #9c9f6e;
}

.ProductDetailsWrapper .ColorsCol ul li a:hover .SkyBlueColor {
  border: 2px solid #a4c4d0;
}

.ProductDetailsWrapper .ColorsCol ul li a:hover .WhiteColor {
  border: 2px solid #d0d0d0;
}

.ProductDetailsWrapper .ColorsCol ul li span {
  color: var(--black-1);
  font-size: 12px;
  font-family: var(--gotham-book);
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.ProductDetailsWrapper .ColorsCol ul li a:hover span {
  font-weight: 600;
}

.ProductDetailsWrapper .ProductDetail .Quantity {
  width: 105px;
  display: inline-block;
  vertical-align: top;
}

.ProductDetailsWrapper .ProductDetail .Price {
  display: inline-block;
  vertical-align: top;
  margin-left: 40px;
}

.ProductDetailsWrapper .ProductDetail .Price .PriceText {
  font-family: var(--gotham-bold);
  color: var(--black-1);
  font-size: 30px;
}

.ProductDetailsWrapper .ProductDetail .ProjectDescWrap .Desc {
  font-size: 14px;
  line-height: 1.5;
}

.ChooseUpsellProductWrap {
  margin-top: 50px;
}

.ChooseUpsellProductWrap h4.Title {
  color: var(--black-1);
  font-size: 25px;
  line-height: 1.2;
  text-transform: uppercase;
  font-family: var(--gotham-htf-bold);
}

.UpsellProLeftWrap {
  width: 455px;
  float: left;
}

.UpsellProLeftWrap .ImgWrap {
  line-height: 0px;
  border: 8px solid var(--light-brown-5);
}

.UpsellProRightWrap {
  width: 410px;
  float: right;
  margin-top: 30px;
}

.UpsellProRightWrap h5.Title {
  font-size: 25px;
}

.UpsellProRightWrap .QRCode {
  display: inline-block;
  vertical-align: top;
  margin-left: 30px;
}

.UpsellProRightWrap .FillBrownBtn img {
  vertical-align: text-bottom;
  margin-left: 15px;
}

.UpsellProRightWrap .FillBrownBtn a {
  color: var(--black-1);
}

/** Product Detail End **/
.OrangeSepLine {
  width: 100px;
  height: 4px;
  background-color: var(--orange);
  margin: 20px 0px;
}

.EditorText ul {
  margin-bottom: 20px;
}

/** Store Locator Page Start **/
.StoreLocatorWrapper .TabWrap {
  border-bottom: 2px solid var(--purple);
}

.StoreLocatorWrapper .TabWrap ul li {
  display: inline-block;
  vertical-align: bottom;
}

.StoreLocatorWrapper .TabWrap ul li a {
  display: block;
}

.StoreLocatorWrapper .TabWrap ul li .Col {
  background-color: var(--purple);
  color: var(--white);
  font-size: 14px;
  line-height: 1.2;
  padding: 12px 15px;
  text-transform: uppercase;
  min-width: 200px;
  font-family: var(--gotham-bold);
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.StoreLocatorWrapper .TabWrap ul li a.on .Col,
.StoreLocatorWrapper .TabWrap ul li a:hover .Col {
  background-color: var(--orange);
}

.FilterByTag {
  border-top: 1px solid var(--purple);
}

.search-content .label-radius {
  padding: 0;
  float: left;
  width: auto;
  padding-top: 8px;
}

#track1 {
  margin-top: 15px;
  margin: 20px 8px;
  position: relative;
  width: 235px;
  display: inline-block;
  vertical-align: middle;
}

.track {
  background-color: var(--orange);
  position: relative;
  height: 0.5em;
  width: 10em;
  cursor: pointer;
  z-index: 0;
}

.handle {
  background-color: var(--purple);
  position: absolute;
  height: 1em;
  width: 0.25em;
  top: -0.25em;
  cursor: move;
  z-index: 2;
}

.StoreLocatorWrapper .OrangeCol {
  background-color: var(--light-brown-5);
  padding: 20px;
}

.StoreLocatorWrapper .SearchByDistance .FormWrap .Col2 {
  width: 42.3%;
}

.StoreLocatorWrapper .SearchByDistance .FormWrap .Col3 {
  width: auto;
}

.StoreLocatorWrapper .SearchByDistance .FormWrap .Col3 .Range-Slider-Label,
.StoreLocatorWrapper .SearchByDistance .FormWrap .Col3 label {
  display: inline-block;
  vertical-align: middle;
}

.FilterByTag .OrangeCol .CheckBox input,
.FilterByTag .OrangeCol .CheckBox span,
.FilterByTag .OrangeCol .CheckBox,
.FilterByTag .OrangeCol label {
  display: inline-block;
  vertical-align: middle;
}

.FilterByTag .OrangeCol label {
  font-family: var(--gotham-bold);
  margin-right: 10px;
}

.FilterByTag .OrangeCol .CheckBox {
  margin-right: 10px;
}

.StoreLocatorWrapper .DistanceWrapper {
  margin-top: 10px;
}

.StoreLocatorWrapper .DistanceWrapper .LeftWrap {
  width: 320px;
  float: left;
}

.StoreLocatorWrapper .DistanceWrapper .RightWrap {
  float: right;
  width: 850px;
}

.StoreLocatorWrapper .DistanceWrapper .RightWrap .MapWrap {
  line-height: 0px;
}

.StoreLocatorWrapper .DistanceWrapper .LeftWrap .TitleWrap {
  background-color: var(--purple);
  padding: 10px;
}

.StoreLocatorWrapper .DistanceWrapper .LeftWrap .TitleWrap h5.Title {
  color: var(--white);
  font-size: 16px;
  line-height: 1.2;
  font-family: var(--gotham-bold);
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  width: 60%;
}

.StoreLocatorWrapper .DistanceWrapper .LeftWrap .TitleWrap h6.Title {
  color: var(--white);
  font-size: 16px;
  line-height: 1.2;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  width: 38%;
  text-align: right;
}

.StoreLocatorDetailWrapper .DistanceWrapper .LeftWrap .TitleWrap h5.Title {
  width: 100%;
}

.StoreLocatorWrapper .GrayCol {
  background-color: #f2f2f2;
  padding: 12px;
  margin-bottom: 15px;
}

.StoreLocatorWrapper .LocationList {
  height: 561px;
  overflow: auto;
}

.StoreLocatorDetailWrapper .LocationList {
  height: inherit;
}

.StoreLocatorWrapper .LocationList ul li {
  margin-bottom: 10px;
}

.StoreLocatorWrapper .LocationList .Col {
  padding: 12px;
  border: 1px solid #dddddd;
}

.StoreLocatorWrapper .LocationList .Col .Icon,
.StoreLocatorWrapper .LocationList .Col .Text {
  display: inline-block;
  vertical-align: top;
}

.StoreLocatorWrapper .LocationList .Col .Icon {
  width: 30px;
  line-height: 0;
}

.StoreLocatorWrapper .LocationList .Col .Icon i,
.StoreLocatorWrapper .LocationList .Col .Icon a {
  font-size: 35px;
  color: var(--orange);
}

.StoreLocatorDetailWrapper .LocationList .Col .Icon i, .StoreLocatorDetailWrapper .LocationList .Col .Icon a {
  font-size: 25px;
  color: var(--orange);
}

.StoreLocatorWrapper .LocationList .Col .InfoCol {
  display: flex;
  align-items: center;
  margin: 8px 0;
}

.StoreLocatorWrapper .LocationList .Col .Text h6 {
  font-family: var(--playfair-d-r);
  font-size: 17px;
  line-height: 1.2;
  margin-bottom: 5px;
}

.StoreLocatorWrapper .LocationList .Col .Text,
.StoreLocatorWrapper .LocationList .Col .Text address {
  font-size: 13px;
  line-height: 1.5;
}

.StoreLocatorWrapper .LocationList .Col .Text {
  width: calc(100% - 35px);
  margin-bottom: 0px;
  padding-left: 5px;
}

.StoreLocatorWrapper .LocationList .Col .Text .FillPurpleBtn a {
  font-size: 11px;
  padding: 5px 12px;
}

.StoreLocatorDetailWrapper .DistanceWrapper h2.Title {
  color: var(--light-orange);
  font-size: 40px;
  margin-bottom: 5px;
}

.StoreLocatorDetailWrapper .ModeWrap ul {
  width: 100%;
  text-align: center;
  padding: 0px 0 10px;
}

.StoreLocatorDetailWrapper .ModeWrap ul li {
  display: inline-block;
  margin: 0;
  padding: 0;
  box-shadow: none;
  background-color: #ccc;
  width: 40px;
  float: none;
  height: 20px;
  border-bottom: none;
}

.StoreLocatorDetailWrapper .ModeWrap ul li span {
  text-indent: -10000px;
  padding: 0px 20px 5px 13px;
  display: block;
}

.StoreLocatorDetailWrapper .ModeWrap ul li.car {
  background: url(../images/icons/mode-icon.png) no-repeat center -40px;
}

.StoreLocatorDetailWrapper .ModeWrap ul li.bus {
  background: url(../images/icons/mode-icon.png) no-repeat center -80px;
}

.StoreLocatorDetailWrapper .ModeWrap ul li.walk {
  background: url(../images/icons/mode-icon.png) no-repeat center -120px;
}

.StoreLocatorDetailWrapper .ModeWrap ul li.bicycle {
  background: url(../images/icons/mode-icon.png) no-repeat center -160px;
}

.StoreLocatorDetailWrapper .ModeWrap ul li.car:hover, .StoreLocatorDetailWrapper .ModeWrap ul li.car.active {
  background: url(../images/icons/mode-icon.png) no-repeat center -60px;
}

.StoreLocatorDetailWrapper .ModeWrap ul li.bus:hover, .StoreLocatorDetailWrapper .ModeWrap ul li.bus.active {
  background: url(../images/icons/mode-icon.png) no-repeat center -100px;
}

.StoreLocatorDetailWrapper .ModeWrap ul li.walk:hover, .StoreLocatorDetailWrapper .ModeWrap ul li.walk.active {
  background: url(../images/icons/mode-icon.png) no-repeat center -140px;
}

.StoreLocatorDetailWrapper .ModeWrap ul li.bicycle:hover, .StoreLocatorDetailWrapper .ModeWrap ul li.bicycle.active {
  background: url(../images/icons/mode-icon.png) no-repeat center -180px;
}

.widget-directions-searchbox-handle {
  visibility: visible;
  position: absolute;
  height: 60px;
  width: 15px;
  padding: 8px 0 0 0;
  z-index: 4;
  transition: background-color 200ms cubic-bezier(0.52, 0, 0.48, 1);
}

#directions-tool .form-inputs, #directions-el .form-inputs {
  padding-left: 22px;
  padding-right: 22px;
}

#directions-panel {
  max-height: 300px;
  overflow: auto;
}

#directions-tool {
  position: relative;
}

.widget-directions-right-overlay {
  position: absolute;
  z-index: 3;
  top: 4px;
  bottom: 0;
  right: 0;
  width: 30px;
  border: 0;
  opacity: 1;
  transition: opacity 200ms cubic-bezier(0.52, 0, 0.48, 1);
}

.widget-directions-icon {
  background: transparent url(../images/icons/omnibox-icon.png) no-repeat -2px -31px;
  background-size: 20px 100px;
  width: 16px;
  height: 17px;
  text-indent: -10000px;
}

.widget-directions-icon.waypoint-handle {
  background-position: 0 2px;
  width: 16px;
  height: 13px;
}

.widget-directions-icon.waypoint-bullet {
  background-position: 0 -12px;
  width: 11px;
  height: 20px;
  margin-top: 3px;
}

#directions-tool .form-inputs input, #directions-el .form-inputs input {
  height: 34px;
  width: 100%;
  border: none;
  box-shadow: none;
  background-color: #f2f2f2;
  border-bottom: 1px solid #dddddd;
  border-radius: 0;
  outline: 0;
}

#directions-tool .form-inputs input.originA, #directions-el .form-inputs input.originA {
  border-top: 1px solid #dddddd;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  cursor: not-allowed;
  opacity: 1;
  background-color: #dddddd !important;
}

.widget-directions-right-overlay {
  position: absolute;
  z-index: 3;
  top: 4px;
  bottom: 0;
  right: -10px;
  width: 30px;
  border: 0;
  opacity: 1;
  transition: opacity 200ms cubic-bezier(0.52, 0, 0.48, 1);
}

.widget-directions-right-overlay button {
  text-indent: -10000px;
  background: transparent url(../images/icons/omnibox-icon.png) no-repeat center -64px;
  width: 20px;
  border: none;
  box-shadow: none;
  margin-top: 20px;
  outline: 0;
  opacity: 0.5;
  cursor: pointer;
}

.StoreLocatorDetailWrapper .OpeningHoursWrap ul li {
  border-bottom: 1px solid #dddddd;
  padding: 5px 0px;
  margin-bottom: 0px;
}

.StoreLocatorDetailWrapper .OpeningHoursWrap ul li:last-child {
  border-bottom: 0px solid #dddddd;
}

.StoreLocatorDetailWrapper .OpeningHoursWrap ul li span {
  width: 60%;
  display: inline-block;
}

/** Store Locator Page End **/
.AwardsWrapper ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, 280px);
  justify-content: center;
  grid-gap: 15px;
}

.AwardsWrapper ul li .ImgWrap {
  padding: 10px;
  border: 1px solid #dddddd;
}

.InfoNotAvailable {
  color: #ff0303;
}

.AuthorizedRetailersWrap h5.Title {
  font-size: 45px;
  line-height: 1.2;
  font-family: var(--playfair-d-r);
  color: var(--light-brown-1);
  margin-bottom: 5px;
}

.AuthorizedRetailersWrap h6.Title {
  color: var(--orange);
  font-size: 16px;
  line-height: 1.2;
  font-family: var(--gotham-bold);
  text-transform: uppercase;
}

.AuthorizedRetailersWrap .LocationList {
  margin-top: 30px;
}

.AuthorizedRetailersWrap .LocationList ul li {
  width: 300px;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  margin: 12px 10px;
}

.AuthorizedRetailersWrap .LocationList .Col {
  padding: 12px;
  border: 1px solid #dddddd;
}

.StoreLocatorWrapper .LocationList .Col .Icon {
  width: 30px;
  line-height: 0;
  text-align: center;
}

.StoreLocatorWrapper .LocationList .Col .Icon .fa-mobile {
  font-size: 28px;
}

.StoreLocatorWrapper .LocationList .Col .Icon .fa-envelope {
  font-size: 18px;
}

.StoreLocatorWrapper .LocationList .Col .Icon .fa-globe {
  font-size: 22px;
}

.AuthorizedRetailersWrap .LocationList .Col .Icon, .AuthorizedRetailersWrap .LocationList .Col .Text {
  display: inline-block;
  vertical-align: top;
}

.AuthorizedRetailersWrap .LocationList .Col .Text, .AuthorizedRetailersWrap .LocationList .Col .Text address {
  font-size: 13px;
  line-height: 1.5;
}

.AuthorizedRetailersWrap .LocationList .Col .Icon {
  width: 30px;
  line-height: 0;
}

.AuthorizedRetailersWrap .LocationList .Col .Text {
  width: calc(100% - 35px);
  margin-bottom: 0px;
}

.AuthorizedRetailersWrap .LocationList .Col .Icon i, .AuthorizedRetailersWrap .LocationList .Col .Icon a {
  font-size: 35px;
  color: var(--orange);
}

.AuthorizedRetailersWrap .LocationList .Col .Text h6 {
  font-family: var(--playfair-d-r);
  font-size: 17px;
  line-height: 1.2;
  margin-bottom: 5px;
}

/** 050221  vish **/
.TestimonialDetailWrap h2.Title {
  margin-top: 40px;
}

.TestimonialDetailWrap #Testimonial > ul > li {
  background-color: var(--gray-1);
}

.TestimonialDetailWrap #Testimonial > ul > li .InnerContainWrapper {
  padding: 40px 0px;
}

.TestimonialDetailWrap #Testimonial > ul > li:nth-child(even) {
  background-color: var(--white);
}

.TestimonialDetailWrap #Testimonial > ul > li .ImgWrap {
  display: block;
  float: left;
  margin-right: 30px;
  width: 320px;
}

.TestimonialDetailWrap #Testimonial > ul > li .DescWrap {
  display: block;
  width: 70%;
  float: right;
}

.TestimonialDetailWrap #Testimonial > ul > li:nth-child(even) .ImgWrap {
  float: right;
  margin-right: 0;
  margin-left: 30px;
}

.TestimonialDetailWrap #Testimonial > ul > li:nth-child(even) .DescWrap {
  float: left;
}

.TestimonialDetailWrap #Testimonial > ul > li .DescWrap .Desc {
  font-family: var(--gotham-book);
  color: var(--black-1);
  font-size: 16px;
  line-height: 26px;
}

.TestimonialDetailWrap #Testimonial > ul > li .DescWrap .IconWrap.MarginBottom30 {
  margin-bottom: 10px;
}

.ArticlesWrapper {
  background-color: var(--gray-1);
}

/*.CareersWelcomeWrapper .RightWrap {
  float: right;
  width: calc(100% - 670px);
}*/

.CareersWelcomeWrapper .RightWrap .EditorText ul{
      display: flow-root;
}
.CareersWelcomeWrapper .RightWrap .EditorText .videowrap{
      width: 60%;
    margin: 0 auto;
}
/* piyush 4-08-21 */
.team-container {
  /*background-color: #f8f8f8;*/
}
@media (min-width: 1025px) {
  .team-container .InnerContainWrapper {
    padding: 60px 0;
  }
}
.team-container .heading {
  text-align: center;
  margin-bottom: 50px; 
}
.team-container .heading .Title {
  line-height: 1.04;
  color: var(--orange);
}

.flex-grid-container {
  /*--width: 300px;
  --mx: 20px;
  --my: 20px;*/
  --width: 216px;
    --mx: 15px;
    --my: 15px;
}
.flex-grid-container .WithoutSlider > ul.NoBullet,
.flex-grid-container > ul.NoBullet {
  display: flex;
  flex-wrap: wrap;
  margin: calc(var(--my) * -1) calc(var(--mx) * -1);
  justify-content: center;
}
@media (max-width: 1025px) {
  .flex-grid-container .WithoutSlider > ul.NoBullet,
.flex-grid-container > ul.NoBullet {
    justify-content: center;
  }
}
.flex-grid-container .WithoutSlider > ul.NoBullet > li,
.flex-grid-container > ul.NoBullet > li {
  flex: 0 1 var(--width);
  margin: var(--my) var(--mx);
  border-bottom: 5px solid var(--orange);
}

.team-container li > a {
  display: block;
  line-height: 0;
}
.team-container .img img {
  border-radius: 25px;
}
.team-container .text { 
  --top: 16px;
  --left: 0px;
  position: relative;
  padding: 12px 0 9px;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.team-container .text .Title {
  font-size: clamp((15px/1.2),5vw,17px);
  line-height: 1.2;
  font-family: var(--gotham-bold);
  margin-bottom: 3px;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  color: var(--orange);
}
.team-container .text .role {
  font-size: 14px;
  line-height: 1.3;
  color: #222222;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/** 300821 vish **/
.TeamDetailsPopUpWrap .LeftFloat.Img{
  margin-right: 40px;
}
.TeamDetailsPopUpWrap .RightFloat.text{
  float: none;
} 
.TeamDetailsPopUpWrap .OverlayWrapper{
  clear: both;
  position: relative;
  padding: 30px;
}
.TeamDetailsPopUpWrap .OverlayWrapper::after {content: "";display: table;clear: both;}
.TeamDetailsPopUpWrap .sepline {
  width: 100px;
  height: 3px;
  background-color: var(--purple);
  margin: 10px 0;
  display: none;
}
.TeamDetailsPopUpWrap .OverlayWrapper h5.role.FZ-16{
  font-size: 16px;
    font-family: 'gotham_htfbold';
    margin-bottom: 10px;
}
.TeamDetailsPopUpWrap .LeftFloat.Img .ImgWrap{
  margin-bottom: 10px;
}
.TeamDetailsPopUpWrap .LeftFloat.Img .ImgWrap img{
  width: auto;
}
.TeamDetailsPopUpWrap .LeftFloat.Img .link i{
  font-size: 16px;
  width: 18px;
    text-align: center;
    margin-right: 10px;
}
.TeamDetailsPopUpWrap .LeftFloat.Img .link i.fa-mobile{
    font-size: 25px;
    vertical-align: middle; 
}
.TeamDetailsPopUpWrap .flex-direction-nav a,
.TeamDetailsPopUpWrap .flex-direction-nav {
    display: block;
}
.TeamDetailsPopUpWrap .flex-direction-nav a {
  width: 30px;
  height: 35px;
}

/** 220921 vish **/
.AuthorizedRetailersWrap .InnerContainWrapper{
      max-width: 980px;
}
.AuthorizedRetailersWrap .TitleWrap, 
.AuthorizedRetailersWrap .Desc{
  text-align: left;
} 


/** 271021 vish **/
.NewLandWrapper .first-center-box{
  text-align: center;
  margin-top: 30px;
}
.NewLandWrapper .first-center-box h3{
  color: var(--orange);
    font-size: 30px;
    line-height: 1.2;
    font-family: var(--playfair-d-r);
    margin-bottom: 10px;
}
.NewLandWrapper .first-center-box .list{
  margin-bottom: 30px;
}
.NewLandWrapper .first-center-box .flex{
  display: flex;
}
.NewLandWrapper .first-center-box .two-box{
  width: 50%;
    padding: 20px;
    margin: 10px;
  background-color: var(--gray-1);
}


/** 060122 vish **/
.NewLandWrapper .EditorText table{
  max-width: 100% !important;
} 
.NewLandWrapper .EditorText table + table{
  margin-top: 50px;
}
.NewLandWrapper .EditorText table thead th{
  background-color: var(--orange);
  color: #fff;
  padding: 8px;
  font-family: var(--gotham-bold);
  font-size: 20px;
  line-height: 1.3;
}
.NewLandWrapper .EditorText table tbody th{
  background-color: var(--light-brown-4);
  color: #000;
  padding: 10px 15px;
  font-family: var(--gotham-bold);
  font-size: 15px;
  line-height: 1.3;
  border: 1px solid #fff;
  text-align: left;
}
.NewLandWrapper .EditorText table td{
  border: 1px solid #fff;
  background-color: #ebebeb;
  font-size: 14px;
  line-height: 1.5;
  padding: 8px 15px;
  text-align: left;
}
.NewLandWrapper .EditorText table th,
.NewLandWrapper .EditorText table td{
  width: 20%;
}
.NewLandWrapper .EditorText table th:first-child,
.NewLandWrapper .EditorText table td:first-child{
  width: 40%;
}