*{
  margin:0; 
  padding:0; 
  outline:none;
}
/* Disable text selection */
html {
  scroll-behavior: smooth;
}

html {
  overflow-x: hidden;
}
html body{
  margin:0; 
  padding:0; 
  -ms-word-wrap:break-word; 
  word-wrap:break-word; 
  background-color:#F8EFE1; 
  position:relative; 
  font-size: 15px;
  color: #6c6c6c;
  font-weight: 300;
  overflow-x: hidden;
  padding: 0 !important;
}
a{
  text-decoration: none !important;
}

/* banner */
.banner-right-image {
  transform: translate(134px, 0px);
}
#banner {
  background-size: 100% 100%;
  position: relative;
  padding: 120px 0px;
}
.topbar-social-title h6 {
  color: #111111;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Outfit';
  margin-bottom: 0;
}
.topbar-social-icons-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.banner-contents h6 {
  font-size: 30px;
  color: #111111;
  font-family: 'Outfit';
  font-weight: 500;
  line-height: 20px;
}

.banner-contents h1 {
  color: #0A2A2B;
  font-size: 70px;
  line-height: 80px;
  font-weight: 900;
  font-family: 'Cormorant';
}
.banner-get-started-button a {
  font-family: 'Outfit';
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  background: #0A2A2B;
  padding: 13px 26px;
  width: 160px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.8s ease-in-out;
}
.banner-buttons {
  display: flex;
  align-items: center;
  justify-content: left;
}
.banner-our-classes-button {
  padding-left: 10px;
}
.banner-our-classes-button a {
  font-family: 'Outfit';
  color: #0A2A2B;
  font-size: 16px;
  font-weight: 600;
  background: #fff;
  padding: 13px 26px;
  width: 160px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.8s ease-in-out;

} 
.banner-our-classes-button a:hover {
  background: #0A2A2B;
  color: #fff;
}
.banner-get-started-button a:hover {
  background: #fff;
  color: #0A2A2B;
}
.topbar-email-content a {
  color: #111111;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Outfit';
  line-height: normal;
  padding-left: 10px;

}
.email-icon i {
  color: #0A2A2B;
}
.css-0.e19lxcc00 {
  display: none;
}
.topbar-time-content h6 {
  color: #111111;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Outfit';
  line-height: normal;
  margin-bottom: 0;
}
.topbar-socialbox a i {
  color: #0A2A2B;
  font-size: 20px;
  font-family: 'FontAwesome';
  padding-left: 13px;
}
.topbar-socialbox {
  justify-content: flex-end;
  display: flex;
  align-items: center;
}
.topbar-email-content {
  display: flex;
  align-items: center;
  justify-content: left;
}
.header-register-now-btn a {
  font-family: 'Outfit';
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  background: #0A2A2B;
  padding: 13px 26px;
  width: 160px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.8s ease-in-out;
}
.topbar-socialbox a i:hover {
  color: #C9AF86;
}
.header-register-now-btn a:hover {
  background: #F5E3C6;
  color: #0A2A2B;
}
.banner-right-image{
  position: relative;
}
.banner-right-svg {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-62px, 0px);
}
.banner-right-image::after {
  content: "";
  background: #0A2A2B;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  border: 1px solid #0A2A2B;
  left: 0;
  transform: translate(-100px, 27px);
}
.banner-right-image::before {
  content: "";
  content: "";
  background: #0A2A2B;
  width: 2px;
  height: 98%;
  position: absolute;
  top: 0;
  border: 1px solid #0A2A2B;
  left: 0;
  transform: translate(-40px, 36px);
}
/* Partners */
.partners-heading h2 {
  color: #0A2A2B;
  text-align: center;
  font-size: 38px;
  font-family: 'Cormorant';
  font-weight: 700;
  line-height: 56px;
  margin-bottom: 0;
  padding-bottom: 26px;
}
section#partners {
  padding: 60px 0;
  position: relative;
}
.partners-image-box {
  width: 19% !important;
  border: 1px solid #D9D9D9;
  padding: 10px 12px;
  text-align: center;
  margin: 16px 0;
  transition: 0.8s ease-in-out;
}
.partners-image-box:hover {
  border: 1px solid #C9AF86;
}

/* services */
section#services {
  padding: 60px 0 0;
}
.services-box a {
  text-align: left;
  letter-spacing: 0px;
  color: #1A2A2B;
  opacity: 1;
  font-family: 'Cormorant';
  font-size: 30px;
  font-weight: 700;
}

section#services .owl-nav {
  display: none;
}
.our-services-box p {
  color: #808080;
  font-size: 16px;
  font-family: 'Outfit';
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 0;
  padding: 8px 0 0;

}
.services-inner-content {
  background: #F5E3C6;
  height: 352px;
  display: flex;
  align-items: baseline;
  justify-content: center;
  padding: 0px 32px;
  flex-direction: column;
  transition: 0.8s ease-in-out;
}
.services-inner-content:hover {
  background: #0A2A2B;
}

.services-inner-content:hover a {
  color: #fff;
}
.services-inner-content:hover p {
  color: #fff;
}
.services-inner-content:hover .meta-services-field h6  {
  color: #fff;
}
.meta-services-field h6 {
  color: #0A2A2B;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Outfit';
  padding: 14px 0 0;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: left;
}
.meta-services-field h6 i {
  padding-left: 10px;
}
/* About us */
section#about-us {
  padding: 60px 0;
  position: relative;
}
.about-details h2 {
  color: #0A2A2B;
  text-align: left;
  font-size: 22px;
  font-family: "outfit";
  font-weight: 500;
  margin-bottom: 0;
}
.about-details h3 {
  color: #0A2A2B;
  text-align: left;
  font-size: 38px;
  font-family: 'Cormorant';
  font-weight: 700;
  line-height: 56px;
}
.about-details p {
  color: #808080;
  font-size: 16px;
  font-family: 'Outfit';
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 0;
}
.about-us-points-icon {
  display: flex;
  align-items: center;
  justify-content: left;
}
.about-us-points-icon i {
  color: #0A2A2B;
  font-size: 16px;
  padding-right: 12px;
}
.about-left-image {
  display: flex;
  align-items: center;
}

.left-image-two {
  margin: 20px;
  transform: translate(0px, -45px);
}
.about-left-image img{
width: 100%;
}
.about-us-button a {
  font-family: 'Outfit';
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  background: #0A2A2B;
  padding: 13px 26px;
  transition: 0.8s ease-in-out;
}
.about-us-button a:hover {
  background: #fff;
  color: #0A2A2B;
}
.about-us-button {
  display: flex;
  align-items: center;
  justify-content: left;
  margin-top: 15px;
}
.about-us-points p {
  padding: 8px 0;
}
.about-us-para2 {
  padding: 28px 0 14px;
}

/* YOgo Videos */
section#yoga-videos {
  padding: 60px 0;
  position: relative;
}
.yogo-video-container img {
  width: 100%;
  height: 100%;
}





/* OUr Teams */
section#our-teams {
  padding: 60px 0;
  position: relative;
}
.team-members img {
  width: 100%;
  height: 100%;
}
.our-team-box a {
  font-family: 'Cormorant';
  color: #0A2A2B;
  font-size: 28px;
  line-height: 20px;
  font-weight: 900;
}
.teams-socialbox a i {
  color: #0A2A2B;
  font-size: 19px;
  font-family: 'Font Awesome 5 Brands';
  padding: 8px 9px;
}
.teams-content-box {
  background: rgba(245,227,198,0.9);
  border: 1px solid #F5E3C6;
  padding: 12px;
  position: absolute;
  bottom: 0;
  width: 94%;
  margin: 10px;
  bottom: 0;
}
.our-team-box {
  text-align: center;
}
.teams-socialbox {
  display: flex;
  align-items: center;
  justify-content: center;
}
.teams-heading h2 {
  color: #0A2A2B;
  text-align: center;
  font-size: 22px;
  font-family: "outfit";
  font-weight: 500;
  margin-bottom: 0;
}
.teams-heading h3 {
  color: #0A2A2B;
  text-align: center;
  font-size: 38px;
  font-family: 'Cormorant';
  font-weight: 700;
  line-height: 56px;
}
#our-teams .owl-nav {
  display: none;
}
.our-team-image{
  transition: 0.8s;
}
.our-team-image:hover .teams-content-box {
  background: rgba(10,42,43,0.9);
  border: 1px solid #0A2A2B;

}


.our-team-image:hover .our-team-box a {
  color: #fff;
}

.our-team-image:hover .teams-socialbox a i{
  color: #fff;

}

.phone-item i {
  color: #F5E3C6;
  font-size: 16px;
  padding-right: 12px;
}
.phone-item {
  display: flex;
  align-items: baseline;
  justify-content: left;
}
.email-item {
  display: flex;
  align-items: baseline;
  justify-content: left;
  padding-top: 26px;

}
ul#menu-footer-menus .current_page_item a {
  color: #F5E3C6;
}
.emails a ,.phones a {
  display: block;
}
.phones a {
  font-family: 'Outfit';
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  text-align: left;
  color: #A7A5A5;
}
.emails a {
  font-family: 'Outfit';
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  text-align: left;
  color: #A7A5A5;
}
.email-item i {
  color: #F5E3C6;
  font-size: 16px;
  padding-right: 12px;
}
.phones a:hover {
  color: #F5E3C6;
}
.emails a:hover {
  color: #F5E3C6;
}
/* join the flow */
section#join-the-flow {
  background: #0A2A2B;
  position: relative;
  margin: 80px 0 120px;
}

.join-the-flow-heading h2 {
  color: #fff;
  text-align: left;
  font-size: 22px;
  font-family: "outfit";
  font-weight: 500;
  margin-bottom: 0;
}
.join-the-flow-heading h4 {
  color: #fff;
  text-align: left;
  font-size: 38px;
  font-family: 'Cormorant';
  font-weight: 700;
  line-height: 56px;
}
.join-the-flow-heading p {
  color: #FFFFFF;
  font-size: 16px;
  font-family: 'Outfit';
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 0;
}
.join-flow-button a {
  font-family: 'Outfit';
  color: #0A2A2B;
  font-size: 16px;
  font-weight: 600;
  background: #fff;
  padding: 13px 26px;
  transition: 0.8s ease-in-out;
}
.join-flow-button a:hover {
  background: #C9AF86;
  color: #fff;
}
.join-flow-button {
  display: flex;
  align-items: baseline;
  justify-content: left;
  margin: 26px 0;
}
.joint-flow-left-image {
  display: flex;
  justify-content: space-between;
  height: 537px;

}
.joint-flow-left-image img {
  width: 300px;
  height: 100%;
}

.flew-left-image-one {
  transform: translate(0px, -56px);
}
.partners-image-box img {
  width: 100%;
  padding: 0 40px;
}
.explore-button i {
  color: #0A2A2B;
  font-size: 16px;
  padding-left: 6px;
}
#our-classes .owl-item.unique-class .explore-button {
  display: none;
}
.flew-left-image-two {
  transform: translate(0px, 56px);
}
/* Testimonial */
#testimonial {
  padding: 60px 0;
  position: relative;
  background-size: 100% 100%;

}
.testimonial-heading h2 {
  color: #0A2A2B;
  text-align: center;
  font-size: 22px;
  font-family: "outfit";
  font-weight: 500;
  margin-bottom: 0;
}
.testimonial-heading h3 {
  color: #0A2A2B;
  text-align: center;
  font-size: 38px;
  font-family: 'Cormorant';
  font-weight: 700;
  line-height: 56px;
}
.testi-title a {
  font-family: 'Cormorant';
  color: #0A2A2B;
  font-size: 28px;
  line-height: 20px;
  font-weight: 900;
  transition: 0.3s ease-in-out;
}
.testi-title a:hover {
  color: #C9AF86;
}
.testimonial-content p {
  color: #808080;
  font-size: 16px;
  font-family: 'Outfit';
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 0;
}
.testi-title {
  padding: 14px 0;
  display: flex;
  align-items: baseline;
  justify-content: left;
}
.row.items-testimonial {
  border: 2px solid #C9AF86;
  padding: 60px;
  margin: 9px;
  align-items: center;
}

#testimonial .owl-dots .owl-dot {
  width: 16px;
  height: 16px;
  border: 1px solid #0A2A2B;
  background: unset;
  border-radius: 50px;
  margin: 0 8px;

}
#testimonial .owl-dots .owl-dot.active {
 background: #0A2A2B;
}
#testimonial .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  position: absolute;
  left: 0;
  right: 0;
}
.test-info img {
  width: auto;
  height: 100%;
}

#testimonial .owl-nav .owl-prev {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: unset;
  border: unset;
  transform: translate(-16px, 0px);

}

#testimonial .owl-nav .owl-next {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: unset;
  border: unset;
  transform: translate(16px, 0px);

}

#testimonial .owl-nav .owl-prev i,.owl-next i {
  background: #F6E9D4;
  height: 45px;
  width: 45px;
  border: 1px solid #0A2A2B;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  color: #0A2A2B;
  font-size: 18px;
  transition: 0.8s ease-in-out;
}
#testimonial .owl-nav i:hover {
  background: #0A2A2B;
  color: #fff;
}

.testi-title p {
  color: #111111;
  margin-bottom: 0;
  font-family: 'Lato';
  font-weight: 600;
  padding-left: 22px;
  position: relative;

}
.testi-title p::before {
  content: "";
  background: #C9AF86;
  width: 8px;
  height: 8px;
  position: absolute;
  left: 7px;
  border-radius: 50%;
  bottom: 0;
  top: 0;
  margin: auto;
}

/* our classes */
section#our-classes {
  padding: 60px 0;
  position: relative;
}

#our-classes .owl-carousel .owl-stage {
  display: flex;
  align-items: center;
  justify-content: center;
}




#our-classes .owl-carousel .owl-stage-outer {
  overflow: visible;
}

.classes-heading h2 {
  color: #0A2A2B;
  text-align: center;
  font-size: 22px;
  font-family: "outfit";
  font-weight: 500;
  margin-bottom: 0;
}
.classes-heading h3 {
  color: #0A2A2B;
  text-align: center;
  font-size: 38px;
  font-family: 'Cormorant';
  font-weight: 700;
  line-height: 56px;
}

section#our-classes .owl-nav {
  display: none;
}

#our-classes .owl-dots .owl-dot {
  width: 16px;
  height: 16px;
  border: 1px solid #0A2A2B;
  background: unset;
  border-radius: 50px;
  margin: 0 8px;

}
#our-classes .owl-dots .owl-dot.active {
 background: #0A2A2B;
}
#our-classes .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;

}
.explore-button a {
  color: #0A2A2B;
  font-size: 16px;
  font-family: 'Outfit';
  font-weight: 500;
}
.our-classes-box {
  padding: 18px 0 0;
}
.explore-button a i {
  padding-left: 10px;
}
.classes-image img {
  width: 100%;
}
.unique-class .classes-image img {
  height: 596px;
}
.our-classes-box a {
  font-family: 'Cormorant';
  color: #0A2A2B;
  font-size: 28px;
  line-height: 20px;
  font-weight: 900;
  transition: 0.8s ease-in-out;
}
.our-classes-box a:hover {
  color: #C9AF86;
}
/* our instagram */

section#our-instagram {
  padding: 60px 0;
  position: relative;
}
.our-instagram-box {
  display: grid;
  grid-template-columns: repeat(18, 1fr);
  grid-template-rows: repeat(13, 34px);
  width: 100%;
  gap: 25px;
  margin-top: 50px;
}
.instagram-image1 {
  grid-column-start: 1;
  grid-column-end: 7;
  grid-row-start: 1;
  grid-row-end: 7;
}
.instagram-image2 {
  grid-column-start: 1;
  grid-column-end: 7;
  grid-row-start: 7;
  grid-row-end: 14;
}
.instagram-image4 {
  grid-column-start: 13;
  grid-column-end: 19;
  grid-row-start: 7;
  grid-row-end: 14;

}

.our-instagram-box img {
  width: 100%;
  height: 100%;
}
.instagram-image3 {
  grid-column-start: 7;
  grid-column-end: 13;
  grid-row-start: 1;
  grid-row-end: 14;
}
.instagram-contents {
  grid-column-start: 13;
  grid-column-end: 19;
  grid-row-start: 1;
  grid-row-end: 7;
  background: #0A2A2B;
  padding: 34px;

}
.instagram-inner-contents h2 {
  color: #fff;
  text-align: left;
  font-size: 22px;
  font-family: "outfit";
  font-weight: 500;
  margin-bottom: 0;
}
.instagram-inner-contents h4 {
  color: #fff;
  text-align: left;
  font-size: 38px;
  font-family: 'Cormorant';
  font-weight: 700;
  line-height: 56px;
}
.instagram-inner-contents p {
  color: #FFFFFF;
  font-size: 16px;
  font-family: 'Outfit';
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 0;
}
.our-instagram-button {
  display: flex;
  align-items: center;
  justify-content: left;
  margin: 15px 0;
}



.our-instagram-button a{
  font-family: 'Outfit';
  color: #0A2A2B;
  font-size: 16px;
  font-weight: 600;
  background: #fff;
  padding: 13px 26px;
  transition: 0.8s ease-in-out;
}


.our-instagram-button a:hover {
  background: #C9AF86;
  color: #fff;
}


/* our Blogs */
section#our-blogs {
  padding: 60px 0;
  position: relative;
  background-size: 100% 100%;
}
#our-blogs .owl-nav {
  display: none;
}
.blogs-heading h2 {
  color: #0A2A2B;
  text-align: center;
  font-size: 22px;
  font-family: "outfit";
  font-weight: 500;
  margin-bottom: 0;
}

.blogs-heading h3 {
  color: #0A2A2B;
  text-align: center;
  font-size: 38px;
  font-family: 'Cormorant';
  font-weight: 700;
  line-height: 56px;
}
.blog-title a {
  font-family: 'Cormorant';
  color: #0A2A2B;
  font-size: 28px;
  line-height: 20px;
  font-weight: 900;
}
.blog-img img {
  width: 100%;
  height: 100%;
}
.footer-rigth-image {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: end;
}
.footer-rigth-image img {
  width: 72%;
}
.blog-contents-details {
  padding: 35px 0;
}
.blogs-category a {
  font-size: 20px;
  font-family: 'Cormorant';
  color: #0A2A2B;
  font-weight: 500;
  line-height: 20px;
}
.blogs-category-date {
  padding-bottom: 16px;
}

.blogs-category-date {
  padding-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: left;
}
.blog-date h6 {
  color: #111111;
  font-family: 'Lato';
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
  padding-left: 34px;
  position: relative;
}
.blog-date h6::before {
  content: "";
  background: #C9AF86;
  width: 8px;
  height: 8px;
  position: absolute;
  left: 14px;
  border-radius: 50%;
  bottom: 0;
  top: 0;
  margin: auto;
}
.footer-cols {
  border-bottom: 1px solid #FFFFFF;
  margin-bottom: 42px;
}
.footer2 {
  padding-bottom: 100px;
}
.read-more-button a {
  color: #0A2A2B;
  font-size: 16px;
  font-family: 'Outfit';
  font-weight: 500;
}
.read-more-button {
  padding: 10px 0;
}
.read-more-button a i {
  padding-left: 10px;
}
.read-more-button {
  display: flex;
  align-items: center;
  justify-content: left;
}

/*--------------------Video Section----------------*/

/* Outer */
.popup {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0%;
  right: 0px;
  background: rgba(0, 0, 0, 0.77);
  z-index: 9999;
  border-radius: 0;

}
/* Inner */
.popup-inner {
  max-width:1000px;
  width:90%;
  position:absolute;
  top:50%;
  right:50%;
  -webkit-transform:translate(50%, -50%);
  transform:translate(50%, -50%);
  border-radius:3px;
}
.popup-inner embed {
  height: 500px;
  border: 4px solid #FFF;
}
/* Close Button */
.popup-close {
  width: 30px;
  height: 30px;
  padding-top: 4px;
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 0px;
  transition: ease 0.25s all;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 1000px;
  background: #0A2A2B;
  font-size: 20px;
  text-align: center;
  line-height: 100%;
  color: #fff;
  font-weight: 700;
}

.popup-close:hover {
  -webkit-transform: translate(-50%, -50%) rotate(-180deg);
  transform: translate(-50%, -50%) rotate(-180deg);
  background: rgba(0,0,0,1);
  text-decoration: none;
  background: #0A2A2B;
  color: #fff;

}
.yogo-video-container {
  position: relative;
}
.over_video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: end;
  justify-content: space-between;
  padding: 20px 30px;
}
.custom-container {
  height: 700px;
  position: relative;
}
.ps_video{
  text-align: center;
}
.ps_video a i {
  color: #0A2A2B;
  font-size: 24px;
  background: #F5E3C6;
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
}

.outer_video {
  animation: pulse-animation 2s infinite;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}
.outer_video {
  background: rgba(255,255,255,0.2);
  border-radius: 50px;
  padding: 10px;
  margin: 16px;
}
.yoga-video-contents h2 {
  color: #fff;
  text-align: left;
  font-size: 22px;
  font-family: "outfit";
  font-weight: 500;
  margin-bottom: 0;
}
.yoga-video-contents h3 {
  color: #fff;
  text-align: left;
  font-size: 38px;
  font-family: 'Cormorant';
  font-weight: 700;
  line-height: 56px;
  margin-bottom: 0;
}
.yoga-video-contents p {
  color: #FFFFFF;
  font-size: 16px;
  font-family: 'Outfit';
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 0;
  width: 64%;
}
.yoga-video-contents {
  padding: 10px;
}



/*------------------ Contact Page -----------------*/
.contact-page-details
{
  padding-bottom: 30px;
}
h3.contact-page {
  margin-left: 3%;
  font-weight: bold;
  color: #18304c;
  border-bottom: solid 4px #d3da36;
  display: table;
  margin-bottom: 4%;
}
.contac_form input[type='text'],
.contac_form input[type='email'],
.contac_form input[type='url'],
.contac_form input[type='password'],
.contac_form input[type='search'],
.contac_form input[type='number'],
.contac_form input[type='tel'],
.contac_form input[type='range'],
.contac_form input[type='date'],
.contac_form input[type='month'],
.contac_form input[type='week'],
.contac_form input[type='time'],
.contac_form input[type='datetime'],
.contac_form input[type='datetime-local'],
.contac_form input[type='color'],
.contac_form select,
.contac_form textarea,
.contac_form .wpcf7 .wpcf7-form-control-wrap[class*="file-"] {
  background-color:transparent;
  border-color: #ccc;
  color: #2f3357;
  border-radius: 0px;
  box-shadow: none;
    border: 1px solid #C9AF86;
  background-color: transparent;
  width: 100%;
}
.contact-box .wpcf7 input[type="text"], .contact-box .wpcf7 input[type="email"] {
  font-size: 16px;
  padding: 10px 10px;
  margin: 0 12px 32px 0;
  height: auto;
  background: unset;
  border-radius: unset;
  opacity: 1;
  border: 1px solid #C9AF86;
}
.outer_dpage h2 {
  font-family: Cormorant Garamond;
  font-size: 42px;
  font-weight: 600;
  line-height: 42.39px;
  text-align: center;
  color: #1A1819;
}
td.product-name a {
  color: #1A1819;
}
.wishlist_table .product-stock-status span.wishlist-in-stock {
  color: #0A2A2B;
}
.wishlist_table .product-add-to-cart a {
  display: table!important;
  margin: 0 auto 5px!important;
  text-align: center;
  font-family: Lato;
  font-size: 16px;
  font-weight: 600;
  line-height: 19.2px;
  text-align: left;
  color: #FFFFFF;
  background: #1A1819;
  display: flex !important;
  align-items: center;
  justify-content: center;
  height: 50px;
  border-radius: 5px;

}
.woocommerce-MyAccount-content p a{
  font-family: 'Lato';
  color: #818181;
  font-weight: 600;
  font-size: 16px;
}
.woocommerce-MyAccount-content p {
  font-family: 'Lato';
  color: #1A1819;
  font-weight: 600;
  font-size: 16px;
}
nav.woocommerce-MyAccount-navigation ul li {
  list-style: none;
  margin-bottom: 10px;
  border: 1px solid #0A2A2B;
  padding: 12px;
}
nav.woocommerce-MyAccount-navigation ul li a {
  font-family: 'Lato';
  color: #1A1819;
  font-weight: 600;
  font-size: 16px;
}

.woocommerce table.shop_table td {
  border-top: 1px solid rgba(0,0,0,.1);
  padding: 9px 12px;
  vertical-align: middle;
  line-height: 1.5em;
  font-size: 18px;
  color: #1A1819;
  text-align: center;
  font-family: 'Cormorant Garamond';
  font-weight: 900;
}
.woocommerce table.shop_table th {
  font-weight: 700;
  padding: 9px 12px;
  line-height: 1.5em;
  font-size: 18px;
  color: #1A1819;
  text-align: center;
  font-family: 'Cormorant Garamond';
  font-weight: 900;
}
.outer_dpage {
  padding: 60px 0;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
  width: 100%;
  margin: 0;
  outline: 0;
  line-height: normal;
  padding: 13px;
  border-radius: unset;
  border: 1px solid #222222;
  border: 1px solid #58585833;
  margin-top: 10px;
}
.contact-box .contac_form input[type="submit"]:hover{
  background: #0A2A2B !important;
  color: #fff !important;
}
.contact-box a:hover {
  color: #0A2A2B;
}
.contact-box .contac_form input[type="submit"] {
  font-family: 'Outfit';
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  background: #0A2A2B;
  padding: 13px 26px;
  width: 160px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.8s ease-in-out;
  border: unset;
  margin: 12px 0;

}
.services-content-box {
  padding: 16px 0;
}
.services-inner-content:hover img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
}
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  justify-content: center;
  align-items: center;
}
.special-offer-percentage h2 {
  font-family: Cormorant Garamond;
  font-size: 62px;
  font-weight: 600;
  line-height: 75.08px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #fff;
  height: 190px;
  width: 225px;
  background: #0A2A2B;
  clip-path: polygon( 21.847% 10.395%,21.847% 10.395%,27.327% 6.493%,32.772% 3.569%,38.157% 1.556%,43.461% 0.388%,48.66% 0%,53.733% 0.326%,58.655% 1.3%,63.404% 2.857%,67.958% 4.93%,72.293% 7.453%,72.293% 7.453%,75.092% 9.777%,78.077% 12.724%,81.167% 16.278%,84.279% 20.42%,87.332% 25.134%,90.245% 30.401%,92.935% 36.204%,95.322% 42.525%,97.323% 49.347%,98.856% 56.651%,98.856% 56.651%,99.623% 63.953%,99.572% 71.472%,98.751% 78.816%,97.208% 85.594%,94.988% 91.416%,92.141% 95.89%,88.713% 98.624%,84.751% 99.228%,80.304% 97.311%,75.418% 92.48%,75.418% 92.48%,70.987% 88.573%,66.251% 87.25%,61.204% 87.907%,55.837% 89.941%,50.143% 92.749%,44.114% 95.729%,37.742% 98.276%,31.019% 99.788%,23.938% 99.661%,16.49% 97.293%,16.49% 97.293%,9.779% 92.415%,4.869% 85.466%,1.688% 76.905%,0.164% 67.191%,0.227% 56.783%,1.805% 46.14%,4.827% 35.721%,9.222% 25.984%,14.919% 17.389%,21.847% 10.395% );
  display: flex;
  align-items: center;
  justify-content: center;
  animation: shake 16s linear infinite;
}
.special-deal-contents {
  padding-left: 36px;
}
.pagination span a {
  background: #0A2A2B !important;
  background: #fff;
  color: #1A1819;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  transition: 0.6s ease-in-out;
  border: unset;
  margin-right: 6px;
}


.pagination span span {
  background: #0A2A2B !important;
  background: #fff;
  color: #1A1819;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  transition: 0.6s ease-in-out;
  border: unset;
  margin-right: 6px;
}
.c_content span {
  color: #111111;
  font-family: 'Outfit';
  font-size: 16px;
  font-weight: 500;
  line-height: auto;
  text-align: left;
}
.contact-page-details a {
  font-family: 'Cormorant';
  font-size: 18px;
  font-weight: 600;
  line-height: 19.2px;
  text-align: center;
  color: #929292;
}
section#contact-box{
  padding:0;
  margin:0;
}

.contact-info {
  font-size: 14px;
  line-height: 26px;
  padding: 20px;
  width: 100%; 
}
.contac_form h3 {
  font-family: Cormorant Garamond;
  font-size: 42px;
  font-weight: 600;
  line-height: 42.39px;
  text-align: center;
  color: #1A1819;
}
textarea.wpcf7-form-control.wpcf7-textarea {
  height: 100px;
  width: 100%;
  font-family: Lato;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #818181;
  padding: 10px;
  border: 1px solid #C9AF86;
  border-radius: unset;
}
.contac_form label {
  font-size: 16px;
  font-family: 'Cormorant';
  color: #0A2A2B;
  font-weight: 600;
}
div#single-teams {
  padding: 60px 0;
}

.contact-box .wpcf7 input[type="text"]::placeholder {
  font-family: Lato;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #818181;
}


.contact-info .head{
  color:#000;
}
.contact-address, .contact-email, .contact-phone {
  margin: 7px 0;
}
.order-track-hover.text-start p {
  font-family: 'Mulish';
  font-size: 16px;
  font-weight: 400;
  color: #1B1C1E;
}
.wp-block-search__label {
  width: 100%;
  color: #fff;
  text-align: left;
  font-size: 23px;
  font-family: 'Cormorant';
  font-weight: 700;
  line-height: 40px;
}
.wp-block-search__input{
  background: unset;
  border: 1px solid #C9AF86;
  width: 100%;
  padding: 14px;
  color: #929292;
  font-family: 'Cormorant';
  font-size: 16px;
  font-weight: 700;
}
button.wp-block-search__button.wp-element-button::after {
  content: "\f002";
  font-family: 'FontAwesome';
  color: #fff;
  right: 20px;
  top: 11px;
  position: absolute;
  font-size: 20px;
  z-index: 1;
}
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  float: right;
  text-align: right;
  width: auto;
  background: #F5E3C6;
  padding: 8px 29px;
}
span.post-title {
  font-size: 18px !important;
  color: #808080 !important;
  padding-left: 7px;
}
.nav-next span {
  color: #0A2A2B;
  text-align: center;
  font-size: 22px;
  font-family: "outfit";
  font-weight: 500;
  margin-bottom: 0;
}
div#single-testimonial {
  padding: 60px 0;
}

.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
  max-width: fit-content;
  background: #F5E3C6;
  padding: 8px 29px;
}
span.post-title {
  font-size: 18px;
  color: #808080;
  padding-left: 14px;
}
.nav-previous span {
  color: #0A2A2B;
  text-align: center;
  font-size: 22px;
  font-family: "outfit";
  font-weight: 500;
  margin-bottom: 0;
}
.wp-block-search__button {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  background: unset !important;
  border: unset !important;
  font-size: 0 !important;
}
.single-page-content p {
  color: #808080;
  font-size: 16px;
  font-family: 'Outfit';
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 0;
  padding: 16px 0;
}
.wp-block-search__inside-wrapper{
  position: relative;
}
.contac_form textarea, .contac_form .wpcf7 .wpcf7-form-control-wrap[class*="file-"] {
  background-color: transparent;
  border-color: #ccc;
  color: #2f3357;
  border-radius: 10px;
  box-shadow: none;
  border: 1px solid #cccccc;
  background-color: transparent;
  width: 100%;
}
#sidebar {
  padding: 10px;
  background: #0A2A2B;
  padding: 30px;
}
div#sidebar h2 {
  color: #fff;
  text-align: left;
  font-size: 38px;
  font-family: 'Cormorant';
  font-weight: 700;
  line-height: 56px;
}
div#sidebar ul li a {
  color: #FFFFFF;
  font-size: 16px;
  font-family: 'Outfit';
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 0;
}
.blog-box-content img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.singlepage-blog-title a {
  font-family: Lato;
  font-size: 18px;
  font-weight: 600;
  line-height: 21.6px;
  text-align: right;
  color: #1A1819;
}
div#full-width-blog {
  padding: 60px 0;
}


.middle-align {
  padding: 60px 0;
}
.middle-align ul li a {
  font-family: Lato;
  font-size: 16px;
  font-weight: 600;
  line-height: 21.6px;
  text-align: center;
  color: #818181;
}
.c_content {
  color: #ffffff;
}
.contact-page-details .contact-address
{
  text-align:center;
    border: 1px solid #C9AF86;
  padding: 11px;
  height: 170px;
 border-radius: unset;
}
aside#media_image-2 {
  text-align: center;
  padding-bottom: 24px;
}

.footer1 .textwidget p {
  font-family: 'Outfit';
  font-size: 16px;
  font-weight: 400;
  line-height: 26.2px;
  text-align: center;
  color: #A7A5A5;
  width: 39%;
  margin-bottom: 0;
}
.contact-us-form input::placeholder {
  color: #929292;
  font-family: 'Cormorant';
  font-size: 16px;
  font-weight: 700;
}
.contact-us-form textarea::placeholder {
  color: #929292;
  font-family: 'Cormorant';
  font-size: 16px;
  font-weight: 700;
}
 .textwidget p {
  font-family: 'Outfit';
  font-size: 16px;
  font-weight: 400;
  line-height: 26.2px;
  text-align: left;
  color: #A7A5A5;

}




.footer1 .textwidget {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;

}
.menu-footer-menus-container {
  border-bottom: 1px solid #FFFFFF;
  margin-bottom: 42px;
}
aside#media_image-2 img {
  width: auto;
}
.cash_img img {
  width: 100%;
  padding-right: 8px;
}
.footer-chief-images img {
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(-179px, 140px);
}
.media-post-image img {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  border: 1px solid #0A2A2B;
}
.media.post-thumb {
  display: flex;
  align-items: center;
  justify-content: left;
}
#shop .yith-wcwl-add-button {
  display: none;
}
.woocommerce ul.products li.product .price del {
  color: inherit;
  opacity: .5;
  display: inline-block;
  font-family: Lato;
  font-size: 18px;
  font-weight: 600;
  line-height: 19.2px;
  text-align: left;
  color: #818181;
}
.woocommerce ul.products li.product .price ins {
  background: 0 0;
  font-weight: 700;
  display: inline-block;
  font-family: Lato;
  font-size: 18px;
  font-weight: 600;
  line-height: 19.2px;
  text-align: left;
  color: #1A1819;
  text-decoration: none;
}
.contact-page-details .contact-email
{
  text-align:center;
    border: 1px solid #C9AF86;
  padding: 11px;
  height: 170px;
      border-radius: unset;


}
.contact-page-details .contact-phone
{
  text-align:center;
    border: 1px solid #C9AF86;
  padding: 11px;
  height: 170px;
  border-radius: unset;
}




.contact-box .wpcf7 input[type="text"]::placeholder, .contact-box .wpcf7 input[type="email"]::placeholder {
  color: #929292;
  font-family: 'Cormorant';
  font-size: 16px;
  font-weight: 700;
}
textarea.wpcf7-form-control.wpcf7-textarea::placeholder{
  color: #929292;
  font-family: 'Cormorant';
  font-size: 16px;
  font-weight: 700;
}



.contact-box {
  padding: 60px 0;
}
.contact-page-details .inner-cont i {
  font-size: 32px;
  color: #0A2A2B;
  padding: 14px 0;
}
.contac_form span.wpcf7-form-control-wrap input{
  margin: 0 12px 30px 0;
  border: 2px solid #cccccc;

}



/* Contact us */

.contact-us-details h2 {
  color: #0A2A2B;
  text-align: left;
  font-size: 22px;
  font-family: "outfit";
  font-weight: 500;
  margin-bottom: 0;
}
.contact-us-details h4 {
  color: #0A2A2B;
  text-align: left;
  font-size: 38px;
  font-family: 'Cormorant';
  font-weight: 700;
  line-height: 56px;
}
.contact-us-form label {
  font-size: 16px;
  font-family: 'Cormorant';
  color: #0A2A2B;
  font-weight: 600;
}

.contact-us-form input {
  background: unset;
  border: 1px solid #C9AF86;
  width: 100%;
  padding: 14px;
  margin-bottom: 20px;
}

.contact-us-form textarea {
  background: unset;
  border: 1px solid #C9AF86;
  width: 100%;
  padding: 14px;
  margin-bottom: 20px;
}

section#contact-us {
  padding: 60px 0;
}

.contact-us-map embed {
  height: 325px;
}
.contact-us-form p {
  margin-bottom: 0;
}
.contact-us-form {
  position: relative;
} 

.wpcf7-spinner {
  visibility: hidden;
  display: inline-block;
  background-color: #23282d;
  opacity: 0.75;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 100%;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
}
.topbar-email-content a:hover {
  color: #C9AF86;
}
.header-searchform-register-button::before {
  content: "";
  height: 100%;
  width: 2px;
  background: #edecec;
  position: absolute;
  left: 0;
  transform: translate(-28px, 0px);
}
.contact-us-form input.wpcf7-form-control.wpcf7-submit.has-spinner {
  font-family: 'Outfit';
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  background: #0A2A2B;
  padding: 13px 26px;
  width: 160px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.8s ease-in-out;
  margin-bottom: 0;
  border: unset;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
  background: #fff;
  color: #0A2A2B;
}
.teams-inner-content {
  position: relative;
}
.our-teams-page {
  padding: 60px 0;
}
.our-classes-page {
  padding: 60px 0;
}
form.search-form.serach-page [type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
  background: unset;
  border: 1px solid #C9AF86;
  width: 100%;
  padding: 14px;
}
.search-page-sec [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
  font-family: 'Outfit';
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  background: #0A2A2B;
  padding: 13px 26px;
  /* width: 160px; */
  height: 53px;
  /* display: flex; */
  /* align-items: center; */
  /* justify-content: center; */
  transition: 0.8s ease-in-out;
  margin-bottom: 0;
  border: unset;
}
.menu-footer-menus-container .current-menu-item a {
  color: #F5E3C6 !important;
}
/* footer */
.main-navigation a:hover {
  color: #0A2A2B !important;
}
.banner-right-image img {
  width: 100%;
}
.location ul li i {
  color: #F5E3C6;
  font-size: 16px;
  padding-right: 12px;
}

.news-form-input input.wpcf7-form-control.wpcf7-text {
  border: 1px solid #C9AF86;
  background: unset;
  padding: 14px;
  width: 100%;
}

.news-form-input input.wpcf7-form-control.wpcf7-text::placeholder {
  font-family: 'Cormorant';
  font-size: 16px;
  color: #929292;
  font-weight: 500;
}


/* banner */
.card h1 {
  color: #fff;
  font-size: 48px;
  line-height: 80px;
  font-weight: 900;
  font-family: 'Cormorant';
}

.banner-image .card {
  padding: 30px;
  border: unset;
  background: #0A2A2B;
}

.bradcrumbs a {
  font-family: 'Cormorant';
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  padding-right: 12px;

}
.bradcrumbs {
  font-family: 'Cormorant';
  color: #F8EFE1;
  font-size: 18px;
  font-weight: 900;
}

/* Single blog page */

.feature-box img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.main-single-div .content_page {
  background: #0A2A2B;
  padding: 26px;
  margin-bottom: 60px;
}

.main-single-div p {
  color: #FFFFFF;
  font-size: 16px;
  font-family: 'Outfit';
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 0;
}
.main-single-div h1 {
  color: #FFFFFF;
  text-align: left;
  font-size: 38px;
  font-family: 'Cormorant';
  font-weight: 700;
  line-height: 56px;
}

p.comment-form-comment textarea {
  background: unset;
  border: 1px solid #C9AF86;
  width: 100%;
  padding: 14px;
  margin-bottom: 20px;
  height: 100px;
  font-family: 'Cormorant';
  font-size: 18px;
}
.comment-form-comment textarea::placeholder
{
  color: #FFF;
}
.form-submit input#submit {
  font-family: 'Outfit';
  color: #0A2A2B;
  font-size: 16px;
  font-weight: 600;
  background: #F5E3C6;
  padding: 13px 26px;
  width: 160px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: unset;
}
.meta-box-question {
  color: #C9AF86;
  text-align: left;
  font-size: 38px;
  font-family: 'Cormorant';
  font-weight: 700;
  line-height: 56px;
}

.metabox span {
  color: #FFFFFF;
  font-size: 16px;
  font-family: 'Outfit';
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 0;
}
span.entry-date {
  padding: 0px 30px;
}
.metabox span a {
  color: #FFFFFF;
  font-size: 16px;
  font-family: 'Outfit';
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 0;
  text-transform: capitalize;

}
.metabox {
  padding-bottom: 18px;
}


.social-icons p a i {
  color: #fff;
  font-size: 20px;
  font-family: 'FontAwesome';
  padding-left: 14px;
  background: #C9AF86;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  padding-left: 0;
  margin-left: 10px;
}
.social-icons p {
  display: flex;
  align-items: center;
  justify-content: end;
  padding-bottom: 24px;
}
div#respond h2 {
  color: #FFFFFF;
  text-align: left;
  font-size: 38px;
  font-family: 'Cormorant';
  font-weight: 700;
  line-height: 56px;
}

div#comments h2 {
  color: #FFFFFF;
  text-align: left;
  font-size: 38px;
  font-family: 'Cormorant';
  font-weight: 700;
  line-height: 56px;
}

div#div-comment-3 a {
  color: #FFFFFF;
  font-size: 16px;
  font-family: 'Outfit';
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 0;
}
.comment-author.vcard {
  color: #FFFFFF;
  font-size: 16px;
  font-family: 'Outfit';
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 0;
}

.blog-title a:hover {
  color: #C9AF86;
}
.read-more-button a:hover{
  color: #C9AF86;

}


/* header search */

.search-register-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.search-container {
  position: relative;
  display: inline-block;
}
.header-searchform-register-button button i {
  font-size: 22px;
  color: #000000;
}
.header-searchform-register-button button.search-submit {
  position: absolute;
  right: 16px;
  bottom: 0;
  top: 0;
  margin: auto;
}
button.search-submit i {
  color: #fff;
  font-size: 18px;
}
.searchBox {
  display: none;
  position: absolute;
  top: 57px;
  left: -58px;
  background: #fff;
  border: 1px solid #ccc;
  padding: 10px;
  z-index: 10;
  box-shadow: unset;
  outline: none;
  border: unset;
  background: unset;
  width: 300px;

}

.search-field {
  padding: 5px;
  border: 1px solid #ccc;
  outline: none;
  width: 200px;
}

.search-submit {
  background: none;
  border: none;
  cursor: pointer;
}

.search-submit i {
  font-size: 16px;
}

.close {
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
}
.search-register-button button.search-submit{
  position: absolute;
  right: 22px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.header-searchform-register-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

/* terms and condition*/
section#tandc {
  padding: 60px 0;
}
section#tandc h1 {
  color: #0A2A2B;
  text-align: left;
  font-size: 50px;
  font-family: 'Cormorant';
  font-weight: 700;
  line-height: 56px;
}
section#tandc h2 {
  color: #0A2A2B;
  text-align: left;
  font-size: 32px;
  font-family: 'Cormorant';
  font-weight: 700;
  line-height: 56px;
  margin-bottom: 0;
}
section#tandc p {
  color: #808080;
  font-size: 16px;
  font-family: 'Outfit';
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 0;
}