@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Rochester&display=swap');

* {
  margin: 0;
  padding: 0;
  font-family: DM Sans, sans-serif;
  letter-spacing: 0.5px;
}
@font-face {
  font-family: PPFragment;
  src: url(https://7334292.fs1.hubspotusercontent-na1.net/hubfs/7334292/ref_pages/home_page/fonts/PPFragment-GlareRegular.otf);
  font-weight: 400;
}
ul, ol {
  list-style: none;
}
h1, h2, h3,h4,h5 {
  font-family: PPFragment;
  font-weight: 400;
}
h6 {
  font-family: PPFragment;
}
a {
  text-decoration: none;
  font-family: DM Sans, sans-serif;
  transition: all .25s ease-in;
}
.page_container {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.content_container {
  max-width: 1280px;
  margin: 0 auto;
}
/* black button */
.btn_black {
  align-items: center;
  background-color: #0A0A0A;
  color: #fff;
  display: inline-flex;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  padding: 15px 23px;
  border: 1px solid #0A0A0A;
  transition:  background-color .3s ease-in;
}
.btn_black svg {
  margin-left: 10px;
}

.btn_black path {
  stroke: #fff;
}


/* white button */
.btn_white {
  align-items: center;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  color: #0a0a0a;
  display: inline-flex;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  padding: 15px 23px;
  transition:  background-color .3s ease-in;
}
.btn_white svg {
  margin-left: 10px;
}


/* header css */

header {
  background-color: #FFFDF8;
  /*   -webkit-box-shadow: 0px 1px 2px 0px rgba(16,24,40,1);
  -moz-box-shadow: 0px 1px 2px 0px rgba(16,24,40,1);
  box-shadow: 0px 1px 2px 0px rgba(16,24,40,1); */
  position: relative;
  z-index: 100;
}
.main_header_container {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main_header_container .main_header {
  display: flex;
  align-items: center;
}
.main_header_container .main_header ul {
  display: flex;
  justify-content: space-between;
  padding-left: 45px;
}
.main_header ul .drop_down {
  display: none;
}
.main_header nav>ul>li {
  margin-right: 27px;
  padding: 24px 5px;
  border-bottom: 4px solid transparent;
  transition: all .25s ease-in;
}
.main_header nav>ul>li:hover {
  border-bottom: 4px solid #005F6A;
}
.main_header nav>ul>li:hover>a {
  color: #005F6A;
}
.main_header nav>ul>li>a {
  font-family: PPFragment;
  color: #101828;
  line-height: 24px;
  cursor: pointer;
}
.cart_language_selector .menu_cart_sec a {
  display: flex;
  align-items: center;
  color: #101828;
  border: 2px solid #005F6A;
  padding: 7px 8px;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  margin-right: 30px;
  background-color: #FFFDF8;
  transition:  background-color .3s ease-in;
}
.cart_language_selector .menu_cart_sec a:hover {
  background-color: #005F6A;
  color: #FFFFFF;
}
.cart_language_selector .menu_cart_sec a:hover svg path {
  stroke: #fff;
}
.cart_language_selector .menu_cart_sec svg {
  margin-right: 10px;
}
.cart_language_selector {
  display: flex;
  align-items: center;
}
.header__language-switcher--label {
  display: flex;
  background-image: url(https://7334292.fs1.hubspotusercontent-na1.net/hubfs/7334292/ref_pages/home_page/drop_down_icon.png);
  background-repeat: no-repeat;
  background-position: center right;
  padding-right: 20px;
  cursor: pointer;
}
.header__language-switcher--label-current {
  margin-left: 8px;
}
.header__language-switcher--label:hover .lang_list_class {
  display: block;
  left: 100%;
  top: -7px;
  width: 174px;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.header__language-switcher--label-current {
  color: #101828;
  font-size: 16px;
  font-weight: 500;
  margin-left: 8px;
  display: flex ;
  align-items: center
}
.header__language-switcher--label-current img, .lang_switcher_link img {
  margin-right: 8px;
}
.lang_list_class:after, .lang_list_class:before {
  display: none !important;
}
.lang_switcher_link {
  color: #101828 !important;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.lang_list_class li:first-child {
  display: none;
}
.lang_list_class li {
  border: 1px solid transparent !important;
  border-bottom: transparent  !important;
  border-left: 1px solid transparent  !important;
  border-right: 1px solid transparent  !important;
  text-align: left;
  padding: 15px 7px 10px  !important;
}

.lang_list_class li {
  background-color: #FFFDF8;
}
.lang_list_class:after {
  border-bottom-color: #FFFDF8;
}
.lang_sec {
  width: 128px;
}
.mobile_burger_menu {
  display: none;
}
.globe_class {
  width: 0 !important;
  height: 0 !important;
} 
/* drop down */

.drop_down_list:hover .drop_down {
  background-color: #fffdf8;
  display: flex;
  left: 125px;
  padding-top: 29px;
  position: absolute;

}
.drop_down>ul {
  flex-direction: column;
  padding: 16px 16px 0!important;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.4);
  -moz-box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.4);
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.4);
  width: 265px;
}
.drop_down ul a {
  color: #262626;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  margin-bottom: 15px;
  padding: 5px 70px 5px 0px;
  width: 100%;
  box-sizing: border-box;
  transition: padding .25s ease-in;
}
.drop_down ul li:hover a {
  background-color: #F0EBDD;
  background-image: url(https://7334292.fs1.hubspotusercontent-na1.net/hubfs/7334292/ref_pages/home_page/nav_arrow-right.png);
  background-repeat: no-repeat;
  background-position: 96%;
  padding: 5px 70px 5px 6px;
}
.menu_drop_img {
  width: 140px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
/* Footer */
footer {
  padding: 63px 0 53px;
  background-color: #FFFDF8;
}
footer .footer_left  {
  width: 39%;
}
footer .footer_right  {
  width: 39%;
}
footer .footer_left h2 {
  color: #0A0A0A;
  line-height: 52px;
  font-size: 52px;
  margin-bottom: 16px;
}
footer .footer_left p {
  color: #525252;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 16px;
}
footer .footer_left a {
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  color: #0A0A0A;
  margin-bottom: 16px;
}

footer .footer_left input:not([type=submit]), footer .footer_left select {
  border: 1px solid #8ab5ba;
  border-radius: 0;
  box-sizing: border-box;
  color: #667085;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  height: 52px;
  margin-bottom: 16px;
  padding: 20px;
  width: 100% !important;
}
footer .footer_left textarea {
  border: 1px solid #8ab5ba;
  border-radius: 0;
  box-sizing: border-box;
  color: #667085;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 16px;
  padding: 20px;
  width: 100% !important;
}
footer .footer_left select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 10px 20px;
  background-image: url(https://7334292.fs1.hubspotusercontent-na1.net/hubfs/7334292/ref_pages/chevron-down.png);
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: 98%;
}
footer .footer_left input[type=submit] {
  background-color: #005f6a;
  border: none;
  color: #fff;
  cursor: pointer;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  padding: 16px;
  transition: all .25s ease-in;
  width: 100%;
}
footer .footer_left input[type=submit]:hover {
  background-color: #00434b;
}
footer .footer_left fieldset {
  max-width: 100% !important;
}
footer .footer_right h3 {
  color: #0A0A0A;
  line-height: 41px;
  font-size: 32px;
  margin-bottom: 16px;
}
footer .footer_right p {
  color: #525252;
  line-height: 24px;
  font-size: 16px;
  margin-bottom: 25px;
}
footer .footer_right form {
  display: flex;
  margin-bottom: 15px;
}
footer .footer_right input:not([type=submit]) {
  border: 1px solid #8ab5ba;
  box-sizing: border-box;
  color: #667085;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  height: 52px;
  padding: 20px;
  width: 100%;
  margin-bottom: 16px;
  border-radius: 0;
}
footer .footer_right input[type=submit] {
  background-color: #005f6a;
  border: none;
  color: #fff;
  cursor: pointer;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  padding: 16px;
  width: 100%;
  box-sizing: border-box;
  height: 52px;
}
.hs-error-msgs  {
  color: red;
  position: relative;
  top: -10px;
  font-size: 10px;
}
.hs_error_rollup {
  display: none;
}
footer .footer_right input[type=submit]:hover {
  background-color: #00434b;
}
footer .social_media img {
  margin-right: 10px;
  transition: all .25s ease-in;
}
footer .social_media img:hover {
  opacity: 0.8;
}
/***********************************
Home page 
*************************************/

/* banner */

.banner_bg {
  padding: 430px 0 95px;
}
.banner_bg .banner_container {
  max-width: 740px;
  margin: 0 auto;
  color: #fff;
  text-align: center;
}
.banner_bg .banner_container h1 {
  font-size: 64px;
  font-family: PPFragment;
  line-height: 76.8px;
}
.banner_bg .banner_container h1 span {
  font-family: "Rochester", serif;
}
.banner_bg .banner_container p {
  font-size: 16px;
  line-height: 24px;
  font-family: "DM Sans", sans-serif;
}

/* logo list */

.logo_list_bg .page_container {
  display: flex;
  justify-content: space-between;
}

/* Two col text */
.two_col_text .page_container {
  padding: 85px 0 30px;
}
.two_col_text .page_container h2 {
  color: #0a0a0a;
  font-family: PPFragment;
  font-size: 40px;
  line-height: 48px;
  width: 38%;
  font-weight: 400;
}
.two_col_text .page_container h2+div {
  color: #525252;
  font-size: 20px;
  width: 58%;
  line-height: 30px;
  font-weight: 500;
  font-family: "DM Sans", sans-serif;
}

/* Two col image with form  */
.two_col_with_img_form {
  padding: 30px 0 67px;
}
.two_col_with_img_form .page_container {
  align-items: center;
  background-color: #fff;
}
.two_col_with_img_form .page_container figure {
  width: 29%;
  position: relative;
  display: flex;
}
.two_col_with_img_form .page_container figcaption {
  position: absolute;
  bottom: 30px;
  left: 25px;
  color: #fff;
  font-size: 32px;
  line-height: 38px;
  font-family: PPFragment;
}
.two_col_with_img_form .page_container figcaption span {
  display: block;
  font-size: 16px;
  line-height: 24px;
  font-family: DM Sans, sans-serif;
}
.two_col_with_img_form_cnt {
  width: 71%;
  margin-left: 32px;
}
.two_col_with_img_form_cnt>div {
  display: flex;
}
.two_col_with_img_form_cnt>div>div {
  width: 54%;
}
.two_col_with_img_form_cnt>div>ul {
  width: 40%;
}
.two_col_with_img_form_cnt h2 {
  font-size: 40px;
  line-height: 52px;
  color: #101828;
  font-family: PPFragment;
  font-weight: 400;
  margin-bottom: 30px;
}
.two_col_with_img_form_cnt input:not([type="submit"]) { 
  height: 52px;
  width: 100% !important;
  padding: 20px;
  box-sizing: border-box;
  margin-bottom: 16px;
  border: 1px solid #8AB5BA;
  font-size: 16px;
  font-weight: 500;
  color: #667085;
  font-family: "DM Sans", sans-serif;
  border-radius: 0;
}
.two_col_with_img_form_cnt input[type="submit"] {
  background-color: #005F6A;
  color: #fff;
  width: 100%;
  border: none;
  padding: 16px;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  font-family: "DM Sans", sans-serif;
  transition: all .25s ease-in;
  border-radius: 0;

}
input {
  border-radius: 0;
  -webkit-appearance: none;
}
input[type="search"] {
  -webkit-appearance: none;
}
.two_col_with_img_form_cnt input[type="submit"]:hover {
  background-color: #00434B;
}
.two_col_with_img_form_cnt .two_col_with_img_form_list li  {
  color: #101828;
  font-family: DM Sans, sans-serif;
  font-size: 20px;
  font-weight: 500;
  display: flex ;
  align-items: center;
  margin-bottom: 20px;
  margin-left: 30px;
}
.two_col_with_img_form_cnt .two_col_with_img_form_list li svg {
  margin-right: 12px;
}
.two_col_with_img_form_cnt a {
  color: #101828;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
  text-decoration-line: underline;
  display: inline-block;
  margin-top: 25px;
  transition: all .25s ease-in;
}

.two_col_with_img_form_cnt a:hover {
  opacity: 0.8;
}
/* Our Campaign and News  */
.our_campaign_news_slider {
  padding: 88px 0 35px;
}
.our_campaign_news_slider .page_container {
  background-color: #005F6A;
  display: block;
}
.our_campaign_news_slider>h2 {
  color: #0A0A0A;
  font-weight: 400;
  font-size: 48px;
  line-height: 57px;
  font-family: PPFragment;
  text-align: center;
  margin-bottom: 56px;
}

.our_campaign_slides>div {
  display: flex;
  align-items: center;
}

.our_campaign_slides>div .our_campaign_news_slider_bg {
  margin: 0;
  width: 35%;
  min-height: 543px;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0px 75px 55px 55px;
}

.our_campaign_slides>div .our_campaign_slide_text {
  padding: 80px 75px 74px 55px;
  width: 65%;
  box-sizing: border-box;
}

.our_campaign_slides>div .our_campaign_slide_text h2 {
  font-family: PPFragment;
  font-size: 48px;
  font-weight: 400;
  line-height: 57px;
  color: #FFFFFF;
}

.our_campaign_slides>div .our_campaign_slide_text p {
  font-family: "DM Sans", sans-serif;
  color: #B0CDD1;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 72px;
}
.our_campaign_slides>div {
  position: relative;
}
.our_campaign_slide_text a {
  position: absolute;
  bottom: 72px;
}
.slider-container {
  position: relative;
  width: 100%;
}

.slider-container .item {
  outline: none;
  padding: 0px 0;
  position: relative;
}

.slides-numbers {
  bottom: 86px;
  color: #b0cdd1;
  display: none;
  font-family: DM Sans, sans-serif;
  font-size: 22px;
  font-weight: 500;
  position: absolute;
  right: 245px;
}

.slides-numbers .active {
  color: #B0CDD1;
  margin-right: -6px;
}

.slides-numbers .total {
  margin-left: -5px;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
}

.slick-arrow {
  padding: 0;
  border: 0;
  outline: none;
  background: none;
  background: rgba(255,255,255,0.10);
  position: absolute;
  bottom: 72px;
  padding: 11.5px 22.5px;
  z-index: 5;
  color: #fff;
  text-transform: lowercase;
  cursor: pointer;
  transition: all .25s ease-in;
}
.slick-arrow:hover {
  opacity: 0.8;
}
.slick-arrow.slick-next {
  right: 60px;
}

.slick-arrow.slick-prev {
  right: 152px;
}

/*Three col layout  */
.three_col_layout {
  padding: 35px 0 107px;
}
.three_col_layout .page_container>div {
  width: 30%;
}
.three_col_layout h3 {
  color: #005660;
  font-size: 32px;
  font-family: PPFragment;
  font-weight: 400;
  margin: 40px 0 15px;
  line-height: 38px;
}
.three_col_layout p {
  color: #667085;
  font-size: 22px;
  font-family: "DM Sans", sans-serif;
  line-height: 33px;
  font-weight: 500;
}

/* Current promotion  */

.current_promotion {
  color: #fff;
  padding: 100px 0 74px;
}
.current_promotion_top_text {
  max-width: 771px;
}
.current_promotion h2 {
  font-size: 48px;
  line-height: 57.6px;
  margin-bottom: 24px;
  color: #E6EFF0;
}
.current_promotion h2+p {
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 50px;
}
.current_promotion_cnt {
  display: flex;
  align-items: center;
  background-color: #fff;
  color: #0A0A0A;
}
.current_promotion_cnt>div {
  padding: 60px 49px 60px 64px;
  width: 52%;
  background-color: #fff;
  box-sizing: border-box;
}
.current_promotion_cnt>figure {
  display: none;
  width: 48%;
}
.current_promotion_cnt h3 {
  font-size: 32px;
  line-height: 41.6px;
  margin-bottom: 16px
}
.current_promotion_cnt p {
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 32px;
  color: #525252;
}

/* Two col layout  */
.two_col_layout {
  padding: 140px 0 70px;
}
.two_col_layout .page_container {
  align-items: center;
}
.two_col_layout_cnt {
  width: 52%;
}
.two_col_layout figure {
  display: inline-flex;
  width: 40%;
}
.two_col_layout_cnt h2 {
  color: #0A0A0A;
  font-size: 48px;
  line-height: 57.6px;
  max-width: 445px;
  margin-bottom: 16px;
}
.two_col_layout_cnt p {
  color: #525252;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 48px;
}

/* Happy Clients testimonial  */
.happy_clients_testimonial {
  padding: 70px 0 70px;
}
.happy_clients_testimonial h2 {
  color: #0a0a0a;
  font-size: 48px;
  line-height: 57.6px;
  text-align: center;
  max-width: 1000px;
  margin: 0 auto 24px
}

.testi_rowone_slide>div {
  align-items: center;
  display: flex;
  padding: 20px;
  border: 1px solid #005F6A;
}
.testi_rowone_slide>div div {
  margin-left: 16px;
  width: 72%;
}
.testi_rowone_slide {
  margin-right: 24px;
}
.testi_rowone_slide>div p {
  color: #525252;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 10px;
}
.testi_rowone_slide>div h6 {
  font-size: 16px;
  line-height: 28px;
  color: #010005;
  margin-bottom: 10px;
}

.testi_rowone_slide figure {
  height: 193px;
  width: 26%;
  background-size: cover;
  background-position: center;
}
.testimonial_row_one .testi_rowone_slide figure  {
  width: 40%;
}
/* Brands working with us */
.brands_working_with_us {
  padding-top: 70px;
}
.brands_working_with_us h2 {
  color: #0a0a0a;
  font-size: 48px;
  line-height: 62.4px;
  text-align: center;
  margin-bottom: 44px
}
.brands_working_with_us .brand_background_img {
  margin-right: 20px;
  height: 459px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}

/* Two col layout  with green bg */
.two_col_layout_green {
  padding: 100px 0 100px;
}
.two_col_layout_green .page_container {
  align-items: center;
}
.two_col_layout_green .two_col_layout_cnt {
  width: 52%;
}
.two_col_layout_green figure {
  display: inline-flex;
  width: 40%;
}
.two_col_layout_green .two_col_layout_cnt h2 {
  color: #E6EFF0;
  font-size: 48px;
  line-height: 57.6px;
  max-width: 602px;
  margin-bottom: 16px;
}
.two_col_layout_green .two_col_layout_cnt p {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 48px;
}

/***********************************
about us page 
*************************************/

/* about us */
.about_us_section {
  padding-top: 85px;
}
.about_us_section h2 {
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 50px;
  color: #0A0A0A;
}
.about_us_section p {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  color: #525252;
}
.about_us_section .about_left {
  width: 36%;
  display: flex;
  flex-direction: column;
}
.about_us_section .about_right {
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* our team */
.our_team {
  padding: 60px 0 120px;
}
.our_team h2 {
  font-size: 48px;
  line-height: 57px;
  margin-bottom: 30px;
  color: #0A0A0A;
  text-align: center;
}
.button-group {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.button-group button {
  background: none;
  border: none;
  color: #667085;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  width: 199px;
  padding-bottom: 12px;
  cursor: pointer;
  border-bottom: 2px solid transparent;
}
.button-group button.active {
  border-bottom: 2px solid #005F6A;
  color: #005F6A;
}
.button-group button:nth-child(2) {
  margin: 0 12px;
}
.team_show_content>div { 
  display: flex;
  flex-wrap: wrap;
  transition: all .25s ease-in;
}
.team_show_content>div .team_card_details_cnt { 
  width: 23%;
  margin-bottom: 48px;
  display: block;
  margin-right: 2.5%;
}	
.team_show_content>div .team_card_details_cnt:nth-child(4n) {
  margin-right: 0%;
}
.team_member_bg {
  height: 296px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.team_show_content p {
  margin-top: 24px;
  color: #0A0A0A;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
}
.team_show_content p span {
  display: block;
  margin-top: 5px;
  color: #005660;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}
.team_show_content>div.group-2, .team_show_content>div.group-3 {
  display: none;
}

/* OUR BRANDS */
.about_our_brands {
  padding: 64px 0 44px;
}
.about_our_brands h2 {
  color: #0a0a0a;
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 32px;
  text-align: center;
}
.btn_light {
  align-items: center;
  background-color: #F0EBDD;
  border: 1px solid #000;
  color: #0A0A0A;
  display: inline-flex;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  padding: 15px 23px;
  visibility: hidden;
}
.btn_light svg {
  margin-left: 10px;
}
.brand_content_list {
  display: flex;
  justify-content: space-around;
  border: 1px solid #000;
  padding: 24px 48px;
  margin-bottom: 24px;
  transition: all .25s ease-in;
}
.brand_content_list p {
  color: #525252;
}
.brand_content_list>.svg_cnt {
  margin-right: 48px;
  padding-right: 48px;
  border-right: 1px solid #A3A3A3;
  width: 17.5%;
  text-align: center;
}
.brand_content_list>p {
  width: 47%;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  color: #525252;
}
.brand_content_list:hover {
  background-color: #0A0A0A;
}
.brand_content_list:hover>.svg_cnt {
  border-right: 1px solid #404040;
}
.brand_content_list:hover svg g rect {
  fill: #fff;
}
.brand_content_list:hover p {
  color: #A3A3A3;
}
.brand_content_list .btn_light {
  box-sizing: border-box;
  height: 71px;
  padding: 15px 17px;
  font-size: 16px;
}
.brand_content_list:hover .btn_light {
  visibility: visible;
}

/* two col form with green bg */
.two_col_with_img_form.green_bg {
  padding: 100px 0 100px;
  border-bottom: 1px solid #fff;
}
.two_col_with_img_form.green_bg .content_container>div {
  max-width: 771px;
}
.two_col_with_img_form.green_bg .content_container>div h2 {
  color: #e6eff0;
  font-size: 48px;
  line-height: 57.6px;
  margin-bottom: 24px;
}
.two_col_with_img_form.green_bg .content_container>div p {
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 50px;
  color: #FFFFFF;
}

/* About affiliations */
.about_our_affiliations {
  padding: 64px 0 64px;
  border-bottom: 1px solid #8AB5BA;
}
.about_our_affiliations .page_container {
  justify-content: center;
}
.about_our_affiliations .affiliate_logo_cnt {
  display: flex;
  justify-content: center;
}
.about_our_affiliations h2 {
  color: #0A0A0A;
  font-size: 40px;
  line-height: 52px;
  margin-bottom: 30px;
  text-align: center;
}
.about_our_affiliations figure:nth-child(2) {
  margin: 0 35px;
}

/***********************************
Brand page 
*************************************/

/* Brand Page Video Banner */
.brand_page_video_banner .video-container {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  background: #f0f0f0;
  max-height: 85vh;
  overflow: hidden;
}
.brand_page_video_banner .video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.brand_page_video_banner .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.brand_page_video_banner .play-button {
  align-items: center;
  background: #fff;
  border: 1px solid #eaecf0;
  border-radius: 50px;
  bottom: 100px;
  cursor: pointer;
  display: inline-flex;
  font-size: 16px;
  left: 50%;
  padding: 12px 24px;
  position: absolute;
  transform: translateX(-50%);
  transition: opacity .3s ease;
  color: #344054;
  font-weight: 600;
  line-height: 24px;
  z-index: 2;
}
.brand_page_video_banner .play-button svg {
  margin-right: 16px;
}
.brand_page_video_banner .play-button:hover {
  background: #f5f5f5;
}
.brand_page_video_banner .play-button.hidden {
  opacity: 0;
  pointer-events: none;
}
.click-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  /* Place it above the iframe */
  cursor: pointer;
}
.click-overlay_seon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  /* Place it above the iframe */
  cursor: pointer;
}
/* Brand Page Links */

.brand_page_link  {
  border-bottom: 1px solid #DCD1B2;
}
.brand_page_link .page_container {
  display: flex;
  justify-content: space-between;
  padding: 24px 0 ;
}
.brand_page_link .page_container a {
  color: #0A0A0A;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  padding: 12px 24px;
  text-align: center;
  border: 1px solid #000;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition:  background-color .3s ease-in;
}
.brand_page_link .page_container a svg {
  margin-left: 10px;
}
.brand_page_link .page_container a:first-child {
  background: #0A0A0A;
  color: #fff;
}
.brand_page_link .page_container a:first-child svg path {
  stroke: #fff;
}

.brand_page_link .page_container.two>a {
  width: 49%;
}
.brand_page_link .page_container.four>a {
  width: 24%;
}

/* About REF */

.about_ref_bg {
  padding: 84px 0 0;
}
.about_ref_container {
  display: flex;
  margin: 0 auto;
  max-width: 1110px;
  justify-content: space-between;
}
.about_ref_container figure {
  width: 33%;
  border: 1px solid #DCD1B2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about_ref_container .about_ref_content {
  width: 63%;
}
.about_ref_container .about_ref_content h2 {
  font-size: 40px;
  font-family: PPFragment;
}
.about_ref_container .about_ref_content p {
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
  color: #525252;
  margin-top: 40px;
}

/* Brand page form */
.brand_page_form .two_col_with_img_form_cnt>div>div {
  width: 100%;
}
.brand_page_form  fieldset {
  max-width: 100% !important;
  display: flex;
  justify-content: space-between;
}
.brand_page_form fieldset.form-columns-2 .hs-form-field {
  width: 49% !important;
  float: left;
}
.brand_page_form fieldset.form-columns-2 .input {
  margin-right: 0 !important;
}
.brand_page_form .two_col_with_img_form_cnt h2 {
  color: #101828;
  font-family: PPFragment;
  font-size: 32px;
  font-weight: 400;
  line-height: 41px;
  margin-bottom: 12px;
  margin-top: 20px;
}
.brand_page_form .two_col_with_img_form_cnt input[type="submit"] {
  margin-bottom: 20px;
}
.brand_page_form .two_col_with_img_form_cnt p {
  margin-bottom: 24px;
  color: #525252;
  font-size: 16px;
  font-weight: 500;
}
.two_col_with_img_form_cnt input:not([type=submit]) {
  margin-bottom: 24px;
}
.brand_page_form input[type="radio"] {
  height: auto;
  padding: 0;
  transition: all .25s ease-in;
  width: 24px !important;
  margin-bottom: 0;
}
.brand_page_form form .hs-fieldtype-radio ul.inputs-list {
  display: flex;
  margin-top: 0;
  margin-bottom: 20px;
}
.brand_page_form .hs-form-radio label {
  display: flex;
  align-items: center;
  color: #101828;
  font-family: DM Sans, sans-serif;
  font-size: 20px;
  font-weight: 500;
  margin-right: 20px;
}
.brand_page_form .two_col_with_img_form_cnt {
  margin-right: 32px;
}
.brand_page_form .inputs-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.brand_page_form .hs-form-radio {
  margin: 0px 0 5px;
}
/* Hide the default radio button */
.brand_page_form .hs-input[type="radio"] {
  display: none;
}
/* Style the label container */
.brand_page_form .hs-form-radio-display {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  line-height: 28px;
}
/* Create the default circle */
.brand_page_form .hs-form-radio-display::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  border: 2px solid #E0E0E0;
  border-radius: 50%;
  background-color: transparent;
}
/* Container for the tick icon */
.brand_page_form .tick-icon {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: opacity 0.2s;
  width: 28px;
  height: 28px;
  pointer-events: none;
}
/* Show tick when radio is checked */
.brand_page_form .hs-input[type="radio"]:checked + .tick-icon {
  opacity: 1;
}
/* Hide default circle when checked */
.brand_page_form .hs-input[type="radio"]:checked ~ .hs-form-radio-display::before {
  display: none;
}
/* Style the text span */
.brand_page_form .hs-form-radio-display span {
  vertical-align: middle;
}

/* Brand with media */
.brand_in_the_media {
  padding-bottom: 50px;
}
.brand_in_the_media h3 {
  color: #0A0A0A;
  font-family: "PPFragment";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-align: center;
  margin-bottom: 40px;
}

/* instagram widget two row */
.insta_widget h2 {
  color:#0A0A0A;
  text-align: center;
  font-family: "PPFragment";
  font-size: 48px;
  line-height: 120%;
  padding: 100px 0 40px;
}

/* Review from Hairdressers */
.reviews_from_hairdresser {
  padding-bottom: 85px;
}
.reviews_from_hairdresser h2 {
  padding-top: 80px;
  text-align: center;
  margin-bottom: 80px;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  color: #0a0a0a;
  font-family: "PPFragment";
}
.reviews_hair_flex {
  display: flex;
  align-items: center;
}
.reviews_hair_flex figure {
  width: 40%;
}
.reviews_hair_flex .review_hairdresser_content {
  width: 70%;
  background: #FFF;
  padding: 32px 40px 120px 40px;
  position: relative;
  z-index: 1;
  margin-left: -160px;
}
.reviews_hair_flex .review_hairdresser_content h3 {
  color: #010005;
  font-family: "PPFragment";
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 16px;
}
.reviews_hair_flex .review_hairdresser_content p {
  color: #525252;
  font-size: 24px;
  font-weight: 500;
  line-height: 150%;
  margin-top: 32px;
}
.reviews_from_hairdresser .slick-arrow.slick-next {
  left: 440px;
  right: auto;
  background: transparent;
}
.reviews_from_hairdresser .slick-arrow.slick-prev {
  left: 360px;
  right: auto;
  background: transparent;
}

/* REF Training programs */
.ref_trainng_program {
  padding: 100px 0;
}
.ref_trainng_program h2 {
  color: #0A0A0A;
  text-align: center;
  font-family: "PPFragment";
  font-size: 48px;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 50px;
}
.ref_trainng_program_cont {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.ref_trainng_program_cont .ref_trainng_program_bg {
  width: 35%;
  background-repeat: no-repeat;
  background-size: cover;
}
.ref_trainng_program_cont .ref_trainng_program_text {
  width: 57%;
  padding: 108px 0;
}
.ref_trainng_program_text h3 {
  color: #0A0A0A;
  font-family: "PPFragment";
  font-size: 32px;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 16px;
}
.ref_trainng_program_text p {
  color: #525252;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
}
.ref_trainng_details ul {
  display: flex;
  border-top: 1px solid #D0D5DD;
  border-bottom: 1px solid #D0D5DD;
  margin: 28px 0;
  padding: 16px 0;
}
.ref_trainng_details ul li {
  margin-right: 35px;
  display: flex;
  align-items: center;
}
.ref_trainng_details ul li svg {
  margin-right: 8px;
}
.ref_trainng_program_text h4 {
  color:#0A0A0A;
  font-family: "PPFragment";
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 10px;
}
.training_when_details {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 30px;
}
.training_when_details li {
  color: #525252;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}
.training_when_details li b {
  color: #0A0A0A;
}
.ref_trainng_program_text a {
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
}
.pop_up_training_form {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 591px;
  padding: 16px;
  background: #FFF;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  z-index: 1001;
}
.pop_up_training_form input:not([type=submit]), .pop_up_training_form select {
  border: 1px solid #8ab5ba;
  border-radius: 0;
  box-sizing: border-box;
  color: #667085;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  height: 52px;
  margin-bottom: 16px;
  padding: 20px;
  width: 100% !important;
  outline: none;
}
.pop_up_training_form select { 
  padding: 10px 20px;
}
.pop_up_training_form input[type=submit] {
  background-color: #005f6a;
  border: none;
  color: #fff;
  cursor: pointer;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  padding: 16px;
  transition: all .25s ease-in;
  width: 100%;
}
.pop_up_training_form input[type=submit]:hover {
  background-color: #00434b;
}
.pop_up_training_form  fieldset {
  max-width: 100% !important;
  display: flex;
  justify-content: space-between;
}
.pop_up_training_form fieldset.form-columns-2 .hs-form-field {
  width: 49% !important;
  float: left;
}
.pop_up_training_form p {
  color: #667085;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  margin-top: 5px;
  margin-bottom: 16px;
}
.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1000;
}
.pop_up_training_form .input {
  margin-right: 0 !important;
}

/* Product Guides */
.product_guides {
  padding: 46px 0;
}
.product_guides h2 {
  color:#0A0A0A;
  font-family: PPFragment;
  font-size: 48px;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 32px;
}
.product_guides_content_wrap {
  display: flex;
  justify-content: space-between;
}
.product_guides_content_wrap>div {
  width: 49%;
  background: #FFF;
  box-sizing: border-box;
  display: flex;
}
.product_guide_bg {
  width: 168px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.product_guide_bg+div {
  padding: 36px 24px;
}
.product_guide_content h3 {
  color:#0A0A0A;
  font-family: PPFragment;
  font-size: 32px;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 20px;
}
.product_guides .btn_black {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  padding: 8px 36px;
}

/***********************************
Brand owner page 
*************************************/

.book_meeting_banner {
  padding-bottom: 85px;
}
.book_meeting_banner .book_content {
  padding: 36px 48px;
  width: 54%;
  background-color: #fff;
}
.book_meeting_banner .book_content h2 {
  color: #010005;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 32px;
  line-height: 120%;
}
.book_meeting_banner .book_meeting_bg {
  width: 46%;
  background-size: cover;
  background-position: center;
}
.book_meeting_banner .page_container {
  border: 1px solid #005660;
}

.custom_richtext {
  padding-top: 80px;
}
.custom_richtext h2 {
  color: #0A0A0A;
  font-size: 40px;
  line-height: 120%;
  margin-bottom: 30px;
}
.custom_richtext p {
  color: #525252;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
  margin-top: 20px;
}

.custom_quote {
  text-align: center;
  padding: 50px 0;
}
.custom_quote p {
  margin: 30px 0 45px;
  color: #0A0A0A;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 150%;
}
.custom_quote h4 {
  color: #010005;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
}


.brand_page_video_banner.single_video .video-container {
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  background: #f0f0f0;
  max-height: 100%;
  overflow: hidden;
}
.brand_page_video_banner.single_video h2 {
  color: #0A0A0A;
  text-align: center;
  font-size: 48px;
  line-height: 120%; 
  padding: 65px 0 50px;
}
.brand_page_video_banner.single_video .video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
}

.brand_page_video_banner.single_video .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.single_video_img {
  bottom: 40px;
  left: 50px;
  position: absolute;
}
.brand_page_video_banner.single_video .play-button_watch {
  align-items: center;
  background: #fff;
  border: 1px solid #eaecf0;
  border-radius: 50px;
  bottom: 40px;
  color: #344054;
  cursor: pointer;
  display: inline-flex;
  font-size: 16px;
  font-weight: 600;
  right: 50px;
  line-height: 24px;
  padding: 12px 24px;
  position: absolute;
  transition: opacity .3s ease;
  z-index: 2;
}
.brand_page_video_banner.single_video .play-button_watch svg {
  margin-right: 16px;
}
.brand_page_video_banner.single_video .play-button_watch:hover {
  background: #f5f5f5;
}

.brand_page_video_banner.single_video .play-button_watch.hidden {
  opacity: 0;
  pointer-events: none;
}

/***********************************
Blog page 
*************************************/
.blog_list_temp h1, .blog_list_temp h1 span {
  color: #0A0A0A;
  font-family: "PPFragment";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.blog_list_navigation .hs-search-field__form {
  width: 400px;
  border: 1px solid #8AB5BA;
  border-radius: 0;
  background-color: #fff;
}
.blog_list_navigation .hs-search-field__input {
  padding: 16px;
  height: 41px;
  box-sizing: border-box;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  border: none;
}
h2.blog_sub_heading {
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  color: #0A0A0A;
  padding: 85px 0 25px;
  font-family: "PPFragment";
}
h2.blog_sub_heading span {
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  color: #0A0A0A;
  font-family: "PPFragment";
}
.blog_list_navigation {
  margin-bottom: 46px;
}
.post-item.page_container {
  margin-bottom: 25px;
}
.blog_list_content {
  width: 69%;
  background-color: #F0EBDD;
  padding: 32px;
  box-sizing: border-box;
}
.blog_list_content #hubspot-author_data {
  color: #525252;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
}
.blog_list_content h2 {
  color: #0A0A0A;
  font-family: "PPFragment";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin: 4px 0 16px;
}
.blog_list_content .post-body {
  color: #525252;
  font-size: 20px;
  font-weight: 500;
  line-height: 130%;
}

.blog_list_content .btn_black {
  font-size: 18px;
  font-weight: 600;
  padding: 9px 20px;
  margin-top: 30px;
}
.blog_list_featured_img {
  width: 30%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.blog_post_content_css {
  margin-bottom: 25px;
  background: #F0EBDD;
  padding: 32px;
  box-sizing: border-box;
}
.blog_post_header {
  margin: 40px auto;
}
.blog_post_header a {
  width: 4%;
  background-image: url(https://7334292.fs1.hubspotusercontent-na1.net/hubfs/7334292/ref_pages/blog/back_t0.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
}
.blog_post_header a:hover {
  background-image: url(https://7334292.fs1.hubspotusercontent-na1.net/hubfs/7334292/ref_pages/blog/back_to_hover.svg);
}
.blog_post_header div {
  width: 95%;
}
.blog_post_content_css p {
  color: #525252;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 20px;
}
.blog_recent_list {
  width: 69%;
  background-color: #F0EBDD;
  padding: 32px;
  box-sizing: border-box;
}
.blog_recent_list+.post-featured-image {
  background-image: url(https://7334292.fs1.hubspotusercontent-na1.net/hubfs/7334292/ref_pages/home_page/campaign.jpg);
  width: 30%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.recent_post_code {
  margin-bottom: 25px;
}
.recent_post_container {
  margin-bottom: 50px;
}
.recent_post_code .post-title {
  color: #0A0A0A;
  font-family: "PPFragment";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin: 0px 0 16px;
}
.recent_post_code .post-summary p {
  color:#525252;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 90px;
}
.recent_post_code time {
  color:  #525252;
  font-family: "DM Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
.blog_header_right a:hover {
  opacity: 0.7;
}
.event_details_blog .page_container {
  background-color: #F0EBDD;
  padding: 32px;
  box-sizing: border-box;
  margin-bottom: 0;
  flex-direction: column;
}
.event_details_blog h3 {
  color:#0A0A0A;
  font-family: "PPFragment";
  font-size: 40px;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 16px;
}
.event_details_blog h4 {
  color: #525252;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 3px;
}
.event_details_blog_from div, .event_details_blog_to div {
  display: flex;
}
.event_details_blog_to {
  margin-top: 20px;
}
.event_details_blog_from div p, .event_details_blog_to div p { 
  display: flex;
  align-items: center;
  color:  #525252;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
}
.event_details_blog svg {
  margin-right: 12px;
} 
.event_details_blog_from div p:first-child, .event_details_blog_to div p:first-child { 
  margin-right: 32px;
}
.event_details_blog_location {
  display: flex;
  align-items: center;
  margin-top: 30px;
  color:  #525252;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
}
.blog_post_header h1, .blog_post_header h1 span {
  color: #0A0A0A;
  font-family: "PPFragment";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.blog_post_header h1+time {
  color: #525252;
  font-size: 20px;
}
@media screen and (max-width: 1300px) {
  .our_campaign_slides>div .our_campaign_slide_text h2 {
    font-size: 38px;
    line-height: 45px;
  }
  .page_container,.content_container {
    max-width: 96%;
  }
  .main_header_container {
    max-width: 96%;
  }
  .main_header_container .main_header ul {
    padding-left: 20px;
  }
  .cart_language_selector .menu_cart_sec a {
    margin-right: 10px;
  }
  .main_header nav>ul>li>a {
    font-size: 14px;
  }
  .logo img {
    width: 100px !important;
  }
  .drop_down_list:hover .drop_down {
    left: 97px;
  }
  .slides-numbers {
    bottom: 56px;
  }
  .slick-arrow {
    bottom: 40px;
  }
  .our_campaign_slide_text a {
    position: absolute;
    bottom: 40px;
  }
  .menu_drop_img {
    width: 152px;
  }

  /***********************************
  Brand page 
  *************************************/
  .brand_page_link .page_container a {
    padding: 12px 20px;
  }
  .about_ref_container {
    max-width: 96%;
  }
  .brand_page_form .page_container figure {
    width: 36%;
  }
  .brand_page_form form .hs-fieldtype-radio ul.inputs-list {
    margin-bottom: 5px;
  }
  .brand_page_form .two_col_with_img_form_cnt h2 {
    margin-bottom: 0;
  }
  .brand_page_form .two_col_with_img_form_cnt p {
    margin-bottom: 16px;
  }
  .brand_page_form input:not([type=submit]) {
    margin-bottom: 16px;
  }
  .reviews_hair_flex .review_hairdresser_content {
    margin-left: 0;
  }
  .reviews_from_hairdresser .slick-arrow.slick-next {
    left: 509px;
  }
  .reviews_from_hairdresser .slick-arrow.slick-prev {
    left: 440px;
  }
}
@media screen and (max-width: 1100px) { 
  .content_container, .main_header_container, .page_container {
    max-width: 96%;
  }
  .main_header nav>ul>li {
    margin-right: 12px;
  }
  .main_header_container .main_header ul {
    padding-left: 20px;
  }
  .cart_language_selector .menu_cart_sec a {
    margin-right: 10px;
  }
  .header__language-switcher--label-current img, .lang_switcher_link img {
    display: none;
  }
  .cart_language_selector a span {
    display: none;
  }
  .lang_sec {
    width: auto;
  }
  .cart_language_selector .menu_cart_sec svg {
    margin-right: 0px;
  }
  .drop_down_list:hover .drop_down {
    left: 81px;
  }
  .slick-arrow {
    bottom: 40px;
    padding: 8px 20px;
  }
  .our_campaign_slide_text a {
    bottom: 40px;
    position: absolute;
    padding: 11px 23px;
  }
  .our_campaign_slides>div .our_campaign_slide_text {
    margin-left: 20px;
  }
  .slides-numbers {
    bottom: 50px;
  }
  .our_campaign_slides>div .our_campaign_slide_text p {
    margin-bottom: 48px;
    margin-top: 6px;
  }
  .current_promotion_cnt>div {
    padding: 20px 20px 20px 20px;
    width: 52%;
  }
  .current_promotion_cnt h3 {
    font-size: 28px;
    line-height: 36.6px;
    margin-bottom: 5px;
  }
  .our_campaign_slides>div .our_campaign_slide_text {
    box-sizing: border-box;
    padding: 40px 50px 59px 40px;
    width: 65%;
  }
  .three_col_layout h3 {
    font-size: 26px;
    line-height: 33px;
  }

  /***********************************
  Brand page 
  *************************************/
  .brand_page_link .page_container a {
    padding: 12px 12px;
    font-size: 14px;
  }
  .brand_page_form .two_col_with_img_form_cnt p, .brand_page_form input:not([type=submit]) {
    margin-bottom: 8px;
  }
  .brand_in_the_media figure {
    margin: 0 2px;
  }
  .reviews_hair_flex .review_hairdresser_content {
    padding: 32px 40px 32px 40px;
  }
  .reviews_hair_flex {
    background-color: #fff;
    padding-left: 30px;
  }
  .reviews_from_hairdresser .slick-arrow.slick-next {
    left: 70px;
  }
  .reviews_from_hairdresser .slick-arrow.slick-prev {
    left: 0;
  }
}
@media screen and (max-width: 900px) {  
  .page_container {
    max-width: 92%;
    flex-direction: column;
  }
  .main_header_container {
    max-width: 100%;
    padding: 0 16px;
  }
  .content_container  {
    max-width: 92%;
  }
  header {
    padding: 13px 0;
    position: relative;
  }
  .cart_language_selector .menu_cart_sec svg {
    margin-right: 0;
  }
  .main_header_container .main_header nav {
    display: none;
    position: absolute;
    width: 100%;
    top: 0;
    background-color: #FFFDF8;
    left: 0;
    padding: 16px;
    box-sizing: border-box;
    z-index: 1;
  }
  .main_header_container .main_header nav>.mobile_burger_menu {
    display: flex;
  }
  .main_header_container .main_header ul {
    position: relative;
    flex-direction: column;
    padding-left: 0;
    width: 100%;
  }
  .main_header nav>ul>li {
    margin-right: 0;
    padding: 12px 0px;
    border-bottom: 1px solid #F0EBDD;
  }
  .cart_language_selector>a svg {
    margin-right: 0;
  }
  .cart_language_selector .menu_cart_sec a {
    margin-right: 5px;
    padding: 3px 8px;
  }

  .mobile_burger_menu {
    display: block;
    margin-right: 10px;
  }
  .logo img {
    width: 100px !important;
  }
  .mobile_burger_menu.menu_cart_sec a {
    align-items: center;
    background-color: #fffdf8;
    border: 2px solid #005f6a;
    color: #101828;
    display: flex;
    font-family: DM Sans, sans-serif;
    font-weight: 500;
    margin-right: 30px;
    padding: 7px 8px;
    margin: 24px 0;
    width: 100%;
    justify-content: center;
  }
  .mobile_burger_menu.menu_cart_sec  svg {
    margin-right: 10px;
  }
  .drop_down>ul {
    -webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, .4);
    -moz-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, .4);
    box-shadow: none;
    flex-direction: column;
    padding: 10px 0 !important;
  }
  .drop_down ul li:last-child a {
    margin-bottom: 0px;
    padding: 5px 70px 0px 0px;
  }
  .drop_down_list>a {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .drop_down_list:hover .drop_down {
    background-color: transparent;
    display: none;
    left: 79px;
    padding-top: 0;
    position: static;
  }
  .main_header nav>ul>li:hover>a {
    color: #101828;
  }
  .mobile_burger_menu+ul {
    margin-top: 27px;
  }
  .main_header nav>ul>li:hover {
    border-bottom: 0px solid #005f6a;
  }
  .banner_bg {
    padding: 360px 0 32px;
  }
  .banner_bg .banner_container h1 {
    font-size: 32px;
    line-height: 38px;
  }
  .banner_bg .banner_container p {
    font-size: 14px;
    line-height: 21px;
  }
  .logo_list_bg .page_container {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .logo_list_bg figure {
    width: 30%;
  }
  .two_col_text .page_container h2 {
    width: 100%;
    font-size: 24px;
    line-height: 38px;
    margin-bottom: 20px;
  }
  .two_col_text .page_container h2+div {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
  }
  .two_col_text .page_container {
    padding: 48px 0 30px;
  }
  .two_col_with_img_form .page_container figure {
    width: 100%;
  }
  .two_col_with_img_form_cnt {
    margin-left: 0;
    width: 100%;
  }
  .two_col_with_img_form_cnt h2 {
    display: none;
  }
  .two_col_with_img_form_cnt>div {
    display: flex;
    flex-direction: column;
    margin-top: 16px;
  }
  .two_col_with_img_form_cnt>div>div {
    width: 100%;
  }
  .two_col_with_img_form_cnt>div>ul {
    width: 100%;
  }
  .two_col_with_img_form_cnt form {
    padding: 0 12px;
    width: 100%;
    box-sizing: border-box;
  }
  .two_col_with_img_form_cnt input[type=submit] {
    width: 98% !important;
    margin-bottom: 24px;
  }
  .our_campaign_slides>div {
    flex-direction: column;
    margin-right: 5px;
  }
  .our_campaign_slides>div .our_campaign_news_slider_bg {
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
    min-height: 307px;
    padding: 0 0 0 0;
    width: 100%;
  }
  .our_campaign_slides>div .our_campaign_slide_text {
    padding: 40px 12px 170px 0px;
    width: 100%;
  }
  .slick-arrow.slick-prev {
    right: auto;
    left: 12px;
  }
  .slick-arrow.slick-next {
    right: 12px;
  }
  .slides-numbers {
    bottom: 50px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }
  .our_campaign_slide_text a {
    bottom: 0;
    position: relative;
    padding: 11px 23px;
    /*     width: 92%; */
    justify-content: center;
  }
  .our_campaign_news_slider>h2,.our_campaign_slides>div .our_campaign_slide_text h2 {
    font-size: 24px;
    line-height: 28px;
  }
  .our_campaign_news_slider {
    padding: 48px 0 24px;
  }

  .three_col_layout .page_container>div {
    width: 100%;
  }
  .three_col_layout h3 {
    font-size: 24px;
    line-height: 30px;
  }
  .three_col_layout p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 48px;
  }
  .three_col_layout {
    padding: 24px 0 0px;
  }
  .current_promotion h2 {
    font-size: 24px;
    line-height: 28px;
    max-width: 100%;
  }
  .current_promotion h2+p {
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 25px;
    color: #B0CDD1;
  }
  .current_promotion_cnt {
    background-image: none !important;
  }
  .current_promotion_cnt {
    background-image: none !important;
    flex-direction: column-reverse;
  }
  .current_promotion_cnt>figure {
    display: block;
    width: 100%;
  }
  .current_promotion_cnt>figure img {
    max-width: 100%;
  }
  .current_promotion_cnt>div {
    padding: 20px 12px;
    width: 100%;
  }
  .btn_black {
    font-weight: 500;
    padding: 15px 15px;
    width: 100%;
    box-sizing: border-box;
    justify-content: center;
  }
  .btn_black svg {
    margin-left: 5px;
  }
  .current_promotion_cnt h3 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 5px;
  }
  .current_promotion_cnt p {
    color: #525252;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 32px;
  }
  .two_col_layout {
    padding: 50px 0 24px;
  }
  .two_col_layout .page_container {
    flex-direction: column-reverse;
  }
  .two_col_layout_cnt {
    width: 100%;
  }
  .two_col_layout figure {
    width: 100%;
    margin-bottom: 24px;
  }
  .two_col_layout_cnt h2, .two_col_layout_green .two_col_layout_cnt h2 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 16px;
    max-width: 100%;
  }
  .two_col_layout_cnt p {
    color: #525252;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 24px;
  }
  .happy_clients_testimonial {
    padding: 24px 0;
  }
  .happy_clients_testimonial h2 {
    color: #0a0a0a;
    font-size: 24px;
    line-height: 28px;
    margin: 0 auto 24px;
    max-width: 100%;
    text-align: center;
  }
  .testimonial_row_two {
    display: none !important;
  }
  .testi_rowone_slide {
    margin-right: 0;
  }
  .happy_clients_testimonial {
    padding: 24px 0;
    max-width: 92%;
    margin: 0 auto;
  }
  .brands_working_with_us h2 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .two_col_layout_green .page_container {
    flex-direction: column-reverse;
  }
  .two_col_layout_green figure {
    width: 100%;
    margin-bottom: 24px;
  }
  .two_col_layout_green .two_col_layout_cnt {
    width: 100%;
  }
  .two_col_layout_green .two_col_layout_cnt p {
    font-size: 16px;
    line-height: 24px;
  }
  .btn_white {
    width: 100%;
    box-sizing: border-box;
    justify-content: center;
  }
  .footer_row.page_container {
    flex-direction: column-reverse;
  }
  footer .footer_left, footer .footer_right {
    width: 100%;
  }
  footer .footer_left h2 {
    font-size: 32px;
    line-height: 41px;
    margin-bottom: 16px;
    margin-top: 32px;
  }
  .two_col_with_img_form .page_container figure { 
    text-align: center;
    justify-content: center;
  }
  .two_col_with_img_form .page_container figure img {
    width: 100%;
  }
  .two_col_with_img_form .page_container figcaption {
    left: 50%;
    transform: translateX(-50%);
  }
  /* about us */

  .about_us_section .about_left {
    width: 100%;
    flex-direction: column-reverse;
  }
  .about_us_section .about_right {
    width: 100%;
  }
  .about_us_section h2  {
    font-size: 24px;
    line-height: 28px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .about_us_section p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 25px;
  }
  .about_left img{
    margin-left: auto;
    margin-right: auto;
  }
  .about_right img {
    display: none;
  }
  .team_show_content>div .team_card_details_cnt {
    margin-bottom: 48px;
    margin-right: 1%;
    width: 24%;
  }
  .brand_content_list {
    flex-direction: column;
  }
  .btn_light {
    visibility: visible;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    background-color: #0A0A0A;
    color: #FFFFFF;
  }
  .btn_light svg path {
    stroke: #fff;
  }
  .brand_content_list>.svg_cnt {
    width: 100%;
    text-align: left;
    margin-right: 0;
    padding-right: 0;
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-right: 0 solid #a3a3a3;
    border-bottom: 1px solid #a3a3a3;
  }
  .brand_content_list>p {
    width: 100%;
    margin-bottom: 24px;
  }
  .brand_content_list:hover {
    background-color: transparent;
  }
  .brand_content_list:hover svg g rect {
    fill: #0A0A0A;
  }
  .brand_content_list:hover p {
    color: #525252;
  }
  .two_col_with_img_form_cnt fieldset {
    max-width: 100% !important;
  }
  .about_our_affiliations h2 {
    font-size: 24px;
    line-height: 28px;
  }
  .two_col_with_img_form.green_bg .content_container>div h2 {
    font-size: 24px;
    line-height: 28px;
  }

  /***********************************
  Brand page 
  *************************************/
  .brand_page_link .page_container.four>a {
    width: 100%;
    margin-bottom: 12px;
  }
  .about_ref_bg {
    padding: 60px 0 0;
  }
  .about_ref_container {
    flex-direction: column;
    max-width: 92%;
  }
  .about_ref_container figure {
    display: none;
  }
  .about_ref_container .about_ref_content {
    width: 100%;
  }
  .about_ref_container .about_ref_content p {
    font-size: 16px;
    line-height: 24px;
    margin-top: 20px;
  }
  .brand_page_form .two_col_with_img_form_cnt {
    margin-right: 0;
  }
  .brand_page_form .two_col_with_img_form_cnt h2 {
    display: block;
    padding: 18px 12px 0;
    margin-top: 0;
  }
  .brand_page_form .two_col_with_img_form_cnt p {
    padding: 0px 12px 0;
  }
  .brand_in_the_media .page_container {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .brand_in_the_media figure {
    width: 30%;
    margin-bottom: 20px;
  }
  .insta_widget h2 {
    font-size: 24px;
    padding: 27px 0 15px;
  }
  .reviews_from_hairdresser h2 {
    font-size: 24px;
    margin-bottom: 20px;
    padding-top: 50px;
  }
  .reviews_hair_flex {
    flex-direction: column;
    padding-left: 0;
  }
  .reviews_hair_flex figure {
    width: 100%;
  }
  .reviews_hair_flex figure img {
    width: 100%;
  }
  .reviews_hair_flex .review_hairdresser_content {
    width: 100%;
    padding: 26px 12px 100px 12px;
    box-sizing: border-box;
  }
  .reviews_hair_flex .review_hairdresser_content h3 {
    font-size: 20px;
  }
  .reviews_hair_flex .review_hairdresser_content p {
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    margin-top: 16px;
  }
  .reviews_from_hairdresser .slick-arrow {
    bottom: 10px;
    padding: 8px 20px;
  }
  .ref_trainng_program {
    padding: 50px 0;
  }
  .ref_trainng_program h2 {
    font-size: 24px;
    margin-bottom: 20px;
    text-align: center;
  }
  .ref_trainng_program_cont {
    flex-direction: column !important;
  }
  .ref_trainng_program_cont .ref_trainng_program_bg {
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 300px;
    background-position: center;
  }
  .ref_trainng_program_cont .ref_trainng_program_text {
    padding: 25px 0;
    width: 100%;
  }
  .product_guides_content_wrap {
    flex-direction: column;
  }
  .product_guides_content_wrap>div {
    background: #fff;
    box-sizing: border-box;
    display: flex;
    width: 100%;
    margin-bottom: 10px;
  }
  .product_guides .btn_black {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    padding: 8px 36px;
    width: max-content;
  }
  .brand_page_form fieldset.form-columns-2 .hs-form-field, .pop_up_training_form fieldset.form-columns-2 .hs-form-field {
    width: 100% !important;
  }
  .brand_page_form fieldset, .pop_up_training_form fieldset {
    flex-wrap: wrap;
  }
  .brand_page_form form .hs-fieldtype-radio ul.inputs-list {
    margin-bottom: 5px;
    flex-direction: column;
  }
  .brand_page_form .hs-form-radio label {
    font-size: 14px;
  }
  .brands_working_with_us .brand_background_img {
    background-position: center;
  }
  .pop_up_training_form {
    min-width: 96%;
    box-sizing: border-box;
  }
  .pop_up_training_form p {
    font-size: 14px;
  }
  .brand_page_link .page_container.two>a {
    width: 100%;
    margin-bottom: 12px;
  }
  .custom_richtext_container, .custom_quote_container {
    width: 92%;
    margin: 0 auto;
  }
  .two_col_with_img_form_cnt a {
    display: none;
  }
  .brand_page_video_banner.single_video .video-container {
    max-width: 92%;
  }
  .book_meeting_banner .page_container {
    flex-direction: column-reverse;
    border: 1px solid #000;
  }
  .book_meeting_banner .book_content {
    background-color: #fff;
    padding: 36px 48px;
    width: 100%;
    box-sizing: border-box;
  }
  .book_meeting_banner .book_meeting_bg {
    background-position: 50%;
    background-size: cover;
    width: 100%;
    height: 250px;
  }
  .brand_page_form .hs-form-radio {
    margin: 10px 0;
  }
  /***********************************
  Brand page 
  *************************************/
  .blog_list_navigation {
    display: none;
  }
  .blog_list_content, .blog_recent_list {
    width: 100%;
    background-color: #F0EBDD;
    padding: 24px 16px;
    box-sizing: border-box;
  }
  .blog_list_featured_img,.blog_recent_list+.post-featured-image {
    height: 350px;
    width: 100%;
  }
  .blog-section .post-item.page_container,.recent_post_container  .page_container {
    flex-direction: column-reverse;
  }
  .blog_post_content_css {
    margin-bottom: 25px;
    background: #F0EBDD;
    padding: 16px;
    box-sizing: border-box;
  }
  .event_details_blog .page_container {
    padding: 24px 16px;
  }
  .event_details_blog h3 {
    font-size: 24px;
  }
  .event_details_blog_from div, .event_details_blog_to div {
    display: flex;
    flex-direction: column;
  }
  .event_details_blog_from div p:first-child, .event_details_blog_to div p:first-child {
    margin-right: 0;
    margin-bottom: 16px;
  }
  .event_details_blog_from div p, .event_details_blog_to div p {
    font-size: 16px;
  }
  .event_details_blog_to {
    margin-top: 25px;
  }
  .event_details_blog_location {
    font-size: 16px;
  }
  .recent_post_code time {
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {   
  .two_col_layout_green {
    padding: 24px 0;
  }
  .button-group button {
    width: 177px;
    font-size: 14px;
  }
  .our_team {
    padding: 60px 0 12px;
  }
  .team_show_content>div .team_card_details_cnt {
    margin-bottom: 48px;
    margin-right: 0;
    width: 100%;
  }
  .brand_content_list {
    flex-direction: column;
    padding: 24px 16px;
  }
  .two_col_with_img_form .page_container figcaption {
    left: 24px;
    transform: none;
    text-align: left;
  }
  .two_col_with_img_form.green_bg {
    padding: 30px 0 48px;
  }
  .about_our_affiliations .affiliate_logo_cnt {
    align-items: center;
  }
  .about_our_affiliations .affiliate_logo_cnt figure {
    width: 25%;
  }
  .about_our_affiliations figure:nth-child(2) {
    margin: 0 24px;
  }
  .testi_rowone_slide>div {
    flex-direction: column;
    margin: 0 5px;
  }
  .testi_rowone_slide figure, .testimonial_row_one .testi_rowone_slide figure {
    background-position: 50%;
    background-size: cover;
    height: 156px;
    width: 100%;
  }
  .testi_rowone_slide>div div {
    width: 100%;
    flex-direction: column;
    margin: 12px 5px 0;
    padding: 16px 12px;
  }
  .testi_rowone_slide>div p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .two_col_with_img_form_cnt input[type=submit] {
    width: 98% !important;
    margin-bottom: 24px;
  }
  .two_col_with_img_form_cnt .input {
    margin-right: 0 !important;
  }

  /***********************************
  Brand page 
  *************************************/
  .brand_page_video_banner .play-button {
    align-items: center;
    bottom: 30px;
    font-size: 16px;
    left: 50%;
    padding: 8px 10px;
    position: absolute;
    transform: translateX(-50%);
    transition: opacity .3s ease;
    color: #344054;
    font-weight: 600;
    line-height: 24px;
    width: max-content;
  }
  .brand_page_video_banner .play-button svg {
    margin-right: 10px;
    width: 30px;
    height: 30px;
  }
  .brand_page_form .two_col_with_img_form_cnt h2 {
    font-size: 24px;
  }
  .about_ref_container .about_ref_content h2 {
    font-size: 24px;
  }
  .brand_in_the_media h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .ref_trainng_program_text h3 {
    font-size: 20px;
    margin-bottom: 16px;
  }
  .ref_trainng_program_text p {
    font-size: 14px;
  }
  .ref_trainng_program_text h4 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .training_when_details li {
    font-size: 14px
      letter-spacing: 0;
  }
  .product_guides h2 {
    font-size: 24px;
  }
  .product_guide_content h3 {
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 20px;
    font-size: 16px;
  }
  .product_guide_bg {
    width: 120px;
  }
  .product_guide_bg+div {
    padding: 36px 12px;
  }
  .ref_trainng_details ul li {
    margin-right: 12px;
    font-size: 14px;
  }
  .book_meeting_banner .book_content {
    background-color: #fff;
    padding: 20px 12px;
    width: 100%;
    box-sizing: border-box;
  }
  .book_meeting_banner .book_content h2 {
    font-size: 22px;
  }
  .custom_richtext {
    padding-top: 40px;
  }
  .custom_richtext h2 {
    font-size: 24px;
  }
  .custom_richtext p {
    font-size: 16px;
  }
  .brand_page_video_banner.single_video h2 {
    font-size: 24px;
    line-height: 120%;
    padding: 33px 0 20px;
  }
  .single_video_img {
    display: none;
  }
  .brand_page_video_banner.single_video .play-button_watch svg {
    margin-right: 16px;
    width: 30px;
    height: 30px;
  }
  .brand_page_video_banner.single_video .play-button_watch {
    align-items: center;
    background: #fff;
    border: 1px solid #eaecf0;
    border-radius: 50px;
    bottom: 20px;
    color: #344054;
    font-size: 14px;
    font-weight: 600;
    right: 50%;
    line-height: 24px;
    padding: 8px 18px;
    position: absolute;
    transition: opacity .3s ease;
    transform: translateX(50%);
    width: max-content;
  }
  .custom_quote p {
    margin: 20px 0 30px;
    color: #0A0A0A;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
  }
  .custom_quote h4 {
    color: #010005;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
  }

  /***********************************
  Blog page 
  *************************************/
  h2.blog_sub_heading {
    font-size: 24px;
    line-height: 120%;
    color: #0A0A0A;
    padding: 48px 0 25px;
  }
  .blog_list_temp h1, .blog_list_temp h1 span, .blog_post_header h1, .blog_post_header h1 span { 
    font-size: 32px;
  }
  .blog_list_content #hubspot-author_data {
    font-size: 14px;
  }
  .blog_list_content h2, .recent_post_code .post-title {
    font-size: 24px;
    margin-top: 5px;
  }
  .blog_list_content .post-body,.recent_post_code .post-summary p {
    color: #525252;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    margin-bottom: 20px;
  }
  .blog_list_featured_img {
    height: 250px;
    width: 100%;
  }
  .blog_post_content_css p {
    font-size: 16px;
  }
}
@media screen and (min-width: 901px) {   

  /* black button */

  .btn_black:hover {
    background-color: #fff;
    color: #0A0A0A;
    border: 1px solid #0A0A0A;
  }
  .btn_black:hover path {
    stroke: #000;
  }

  /* white button */
  .btn_white:hover {
    background-color: #54949B;
    color: #fff;
  }
  .btn_white:hover path {
    stroke: #fff;
  }

  .main_header ul .drop_down {
    background-color: #fffdf8;
    display: none;
    left: 125px;
    padding-top: 29px;
    position: absolute;
  }
  .brand_page_video_banner.single_video .play-button_watch {
    left: 50%;
    transition: opacity .3s ease;
    transform: translateX(-50%);
    right: auto;
  }
  .brand_page_link .page_container a:hover {
    background-color: #0A0A0A;
    color: #F0EBDD;
  }
  .brand_page_link .page_container a:hover path {
    stroke: #F0EBDD;
  }
  .brand_page_link .page_container a:first-child:hover {
    background: #F0EBDD;
    color: #0A0A0A;
  }
  .brand_page_link .page_container a:first-child:hover svg path {
    stroke: #0A0A0A;
  }
  .blog_list_container {
    margin-bottom: 60px;
  }
}