@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');

:root {
  /* Colors: */
  --dark-blue: #002B49;

  /*Font Sizes*/
  --fs-h1: 62px;
  --fs-600: clamp(1.5rem, 2.625rem, 3.25rem);
  --fs-400: 32px;
  --fs-h2-bs: 45px; /*h2 Blue section*/
  --fs-h2-ws: 50px; /*h2 White section*/
  --fs-h2-ws2: 42px; /*h2 White section*/
  --fs-hlink: 18px;
  --fs-p: 23px;
  --fs-car-img: 26px;
  --fs-yi-a: 22px;/*Yacht Info Link*/
  --fs-srch-pl: 16px; /*24px*/

  /*Fonts*/
  --f-h2: normal normal normal 42px Montserrat;
  --f-h2-span: normal normal bold 42px/52px Montserrat;
  --f-h3: normal normal bold clamp(1rem, 2rem, 2.43rem) Montserrat;
  --f-car-img: normal normal bold 26px Montserrat;
  --p: normal normal normal 23px Montserrat !important;
  --f-srch-pl: normal normal bold 24px/29px Montserrat;
  --brokerage-links: normal normal 600 clamp(0.8rem, 1.4rem, 1.7rem) Montserrat;

 /*Line Height*/
  --lh-p: 38px;

  /**letter-spacing*/
  --ls-p: 0px;
  --ls-h1: 12.4px;
  --ls-h2: 8.4px;
  --ls-h3: 6.4px;
  --ls-hlink: 3.6px; /*Hero Link*/
  --ls-yi-a: 4.4px; /*Yacht Info Link*/
  --ls-car-img: 6px;
  --lh-diffh1: 76px; /*DiffSec*/
  --lh-diffp: 35px; /*DiffSec*/

  /*Margin*/
  --m-link: 0;
  --m-h3: 50px 0 0 0;
  /*Diff Section*/
  --m-dtext1: 100px 0 0 0;
  --m-dimg1: 0;
  --m-diffcont2: 70px 100px 0 141px;
  --m-dsld3-clcont: 50px 0 0 141px; /* Slide 3 Column Container*/

  /*Padding*/
  /*Difference Section*/
  --pd-diffh1: 47px 20px 90px 20px; /**Carousel*!*/
  --pd-dtext1: 0;
  --pd-diffbtn1: 18px 79px 18px 57px;
  --pd-diff-sld3: 0 30px 0 0;

  /*Text Align*/
  --ta-mi-h2: left; /*More Info*/

  /*Difference Section*/
  --w-dtext1: 34%;
  --w-dim1: 100%;
  --w-diffimg2: 46%;
  --w-diffimg3: 59%;

}


/*HIDE TEMPORARY SEARCH FORM TO WORK ON DESIGN*/
.gform-homepage.st-form-container {
  display: none;
}


/**, *:before, *:after {*/
/*  box-sizing: inherit;*/
/*}*/
* {
  box-sizing: border-box;
}


html {
  box-sizing: border-box;
  font-size: 6.25px !important;
  font-family: 'Montserrat', sans-serif;
}
body {
  max-width: 100%;
  color: var(--dark-blue);
  background-color: #fff;
  padding: 0;
  margin: 0;
}
html, body {
  height: 100%;
}
main {
  padding: 0 !important;
}
 a {
  text-decoration: none;
}
 h1 {
  font: normal normal bold Montserrat;
  text-shadow: #122A46 2px 3px 4px;
  letter-spacing: 8px;
  font-size: 40px !important;
  font-weight: 500 !important;
   margin-bottom: 0 !important;
/*var(--fs-h1) !important*/
  /*padding-top: 100px;*/
  /*padding-left: 50px;*/
}
 h2 {
  font: 42px Montserrat;
  font-weight: 900;
  font-size: var(--fs-600);
  text-align: center;
  letter-spacing: var(--ls-h2);
}
 h3 {
  text-align: left;
  font: var(--f-h3);
  letter-spacing: var(--ls-h3);
}
#used-yachts-template p{
  text-transform: none;
  text-align: left;
  font: var(--p) !important;
  font-size: var(--fs-p) !important;
  letter-spacing: var(--ls-p);
  line-height: var(--lh-p) !important;
  color: #002B49;
  opacity: 1;
}
div#st-main-container {
  /*display: none;*/
}

div#used-yachts-template .right-content .subtitle-ctnr h3 {
  font-weight: 400 !important;
}


/*HERO SECTION*/
#hero-section {

  display: flex;
  justify-content: space-between;
  flex-direction: column;

}
.hero-section-content {
  position: relative;
  height: 24.1vw;
  background-image: url("http://gysdev.wpengine.com/wp-content/uploads/2022/06/3F60A895CCE0A3C2E8F28E312142AE95@2x-min.png");
  background-position: 0 -73.7rem;
  background-size: 103%;
}
.hero-section-text {
  position: absolute !important;
  top: 23%;
  width: 848px;
  max-height: 46vw;
  padding-left: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
h1.post-title {
  margin-bottom: 0;
}
.post-title {
  text-transform: uppercase;
}
.post-title-mobile {
  text-transform: uppercase;
  margin-top: 21px;
}
.hero-section-links {
  width: 848px;
  margin-top: 33px;
}
.hero-link1 {
  display: inline-block;
  width: 28%;
  margin-right: 12.8px;
}
.hero-link2 {
  display: inline-block;
  width: 48%;
}
.hero-links-icon {
  width: 18px;
  height: auto;
  margin-right: 8px;
}
.hero-link {
  text-transform: uppercase;
  color: #fff;
  font: normal normal 600 18px/22px Montserrat;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 3.2px;
  display: flex;
}

.gs-header__bottom {
  .gs-header__title {
    text-transform: none;
  }
}


/*BELLOW HERO SECTION*/

.bellow-hero1 {
  display: flex;
  flex-wrap: wrap;
  margin: 69px 180px;
  padding: 0;
  width: 81.2%;
  height: auto;
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 2.6px;
  color: #002B49;
  opacity: 1;
  justify-content: center;
}
.bellow-hero-ctnr {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-transform: uppercase;
}
.bellow-hero1 a {
  color: #002B49;
}
.bellow-hero1 a:hover {
  text-decoration: none;
  color: unset;
  margin-bottom: 2px;
}
.bellow-hero1 a:hover div {
  width: 88%;
  height: 5px;
  background-color: #5DAAD5;
  margin: 8px auto 0 auto;
  transition: all 0.3s ease-in-out;
}

.new-to-market1,
.price-reductions1,
.featured1,
.trades1,
.virtual-docks1,
.browse1 {
  display: flex;
  margin: 0;
  justify-content: center;
  vertical-align: top;
  height: 50px;
}


/*FIND YOUR STYLE SECTION    */
/*Title*/
.find-your-style-section {
  display: flex;
  margin: 0 auto 40px auto;
}
.find-your-style-section-text-container {
  /*width: 150%;*/
  /*height: 338px;*/
  display: flex;
  margin: 0 auto;
}
.find-your-style-section-text {
  width: 100%;
  /*height: 6.5rem;*/
  position: relative;
  /*top: 1.59rem;*/
  margin: 0 auto;
}
@media screen and (max-width: 540px) {
  .find-your-style-section-text {
    padding: 0px 25px;
  }
}
.find-your-style-section-text > .title {
  text-align: left;
  justify-content: center;
  font: var(--f-h2);
  font-size: 40px !important;
  font-weight: 500 !important;
  letter-spacing: 8.4px;
  color: #002B49;
  padding: 0;
  margin-top: 0;
}
.find-your-style-section-text > .title > span {
  font: var(--f-h2-span);
  font-size: 40px !important;
  letter-spacing: 8.4px;
  color: #002B49;
  font-weight: 500;
}
section#find-your-style {
  display: flex;
  flex-wrap: wrap;
  height: auto;
  justify-content: center;
}


/*Image Grid*/
/*#our-brands-ctnr {*/
/*  display: grid;*/
/*  grid-template-columns: repeat(3, 29.4%);*/
/*  grid-template-rows: repeat(2, 30.2%);*/
/*  margin-bottom: 0;*/
/*  justify-content: center;*/
/*  column-gap: 34px;*/
/*  row-gap: 24px;*/
/*}*/

#our-brands-ctnr {
  display: grid;
  grid-template-columns: repeat(3, 564px);
  grid-template-rows: repeat(2, 258px);
  justify-content: center;
  column-gap: 34px;
  row-gap: 24px;
  margin-bottom: 74px;
}
/*.ob-img-ctnr {*/
/*  display: flex;*/
/*  flex-direction: column;*/
/*}*/
.ob-img-ctnr {
  display: flex;
  flex-direction: column;
  position: relative;
  /*width: 564.62px;*/
  /*height: 258px;*/
  background-size: 100%;
  background-position: 0 54%;
}
img.viking {
  width: 100%;
  min-height: unset;
  height: 100%;
  object-fit: cover;
}
/*.ob-img-ctnr:last-child {*/
/*  !*display: flex;*!*/
/*  !*flex-direction: column;*!*/
/*!*  background-image: url('/wp-content/uploads/superyacht-2@2x-min.png');*!*/
/*  background-size: 104%;*/
/*  !*position: relative;*!*/
/*}*/

#our-brands-ctnr h4 {
  color: #FFFF !important;
  text-transform: uppercase;
  font-weight: 500;
  height: inherit;
  font-size: 16px;
  letter-spacing: 3.2px;
  line-height: 19px;
  padding-top: 5px;
  margin: 0 !important;
}

/*.txt-ctnr {*/
/*  display: flex;*/
/*  justify-content: center;*/
/*  position: relative;*/
/*  top: -14.3%;*/
/*  width: 100%;*/
/*  height: 36px;*/
/*  !* display: flex; *!*/
/*  !* position: relative; *!*/
/*  align-self: flex-end;*/
/*  background-color: transparent;*/
/*}*/
.txt-ctnr {
  display: flex;
  justify-content: center;
  position: absolute;
  top: 83.7%;
  width: 100%;
  /* height: 36px; */
  /* display: flex; */
  /* position: relative; */
  /* align-self: flex-end; */
  background-color: transparent;
}
#our-brands-ctnr img:hover {
  opacity: .65;
}

/* Search filters OLD*/
.search-filters-ctnr {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 40px;
  justify-content: center;
  column-gap: 8%;
  position: relative;
}
.search-filter1 {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  min-width: 670px;
}
.search-filter2 {
  display: flex;
  width: 100%;
  justify-content: center;
  flex-direction: column;
  min-width: 634px;
}
.search-filter1 h3,
.search-filter2 h3  {
  width: 100%;
  font-size: 45px;
  letter-spacing: 9px;
  display: flex;
  justify-content: space-between;
}
.arrow-ctnr {
  width: 6%;
  align-self: center;
  top: -5%;
  position: relative;}
.arrow-down {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 32px solid #5DAAD5;
}
.length-dropdown,
.price-dropdown {
  display: none;
  background-color: #fff;
  z-index: 100;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 34px;
  letter-spacing: 3.4px;
  line-height: 72px;
}
/* /Search filters OLD*/


/*Search filters NEW*/
/*************************/
.length-main-ctnr,
.price-main-ctnr {
  position: relative;
  width: 400px;
}
@media (max-width: 540px) {
  .length-main-ctnr,
  .price-main-ctnr {
    width: 100%;
  }
}

.search-btns-ctnr {
  display: flex;
  gap: 245px;
  margin-bottom: 50px;
}
section#options2,
section#options3 {
  width: 494px;
  margin: 0 auto;
  position: absolute;
}
#brandgrid-btn-mob {
  display: flex !important;
  justify-content: space-between;
  width: 100%;
}
#length-btn-mob,
#price-btn-mob {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.bellow-hero-ctnr a {
  color: #002B49;
}
.option-range {
  display: flex;
  margin: 0;
  justify-content: center;
  vertical-align: top;
  height: unset;
}

@media screen and (max-width: 540px) {
  .option-range {
    padding: 0px 25px;
  }
}

.search-btns-ctnr .arrow-btn {
  margin-right: 39px;
}
.arrow-btn {
  width: 22.35px;
  display: flex;
  margin-left: auto;
  margin-right: 0px;
  margin-top: 5px;
}


.length-options-ctnr {
  justify-content: center;
  flex-direction: column;
  font-size: 18px;
  color: #002B49 !important;
  background-color: white;
  letter-spacing: 3.6px;
  line-height: 42px;
  width: 400px;
  display: flex;
  border-radius: 20px;
  position: absolute;
  z-index: 1;
  padding: 33px 0;
}
.length-options-ctnr a {
  color: #002B49 !important;
}

/*Search Length*/
.length-dropdown {
  display: none;
  flex-direction: column;
  align-items: center;
  position: absolute;
  width: 665px;
  padding-top: 54px;
  padding-bottom: 67px;
}

.length-dropdown .ctnr {
  flex-direction: column;
  display: flex;
}

.search-filter1:focus + .length-dropdown {
  display: flex !important;
}
.search-ctnr1 {
  width: 34.8%;
}
/*Search Price*/
.search-ctnr2 {
  align-items: center;
  display: flex;
  flex-direction: column;
  width: 33%;
}
.search-filter2:focus + .price-dropdown {
  display: flex !important;
}
.price-dropdown {
  display: none;
  align-items: center;
  position: absolute;
  width: 665px;
  padding-top: 54px;
  padding-bottom: 58px;
  justify-content: center;
  top: 75px;
}
.price-dropdown .ctnr {
  flex-direction: column;
  display: flex;
}

/*Both Length and Price Search*/
.search-filter1,
.search-filter2 {
  cursor: pointer;
  height: 100px;
  justify-content: inherit;
}
.length-dropdown .ctnr a,
.price-dropdown .ctnr a {
  color: #002b49;
}
.search-filter1:focus .underline,
.search-filter2:focus .underline {
  width: 75%;
  height: 5px;
  background-color: #5DAAD5;
  margin: 8px auto 0 auto;
  transition: all 0.3s ease-in-out;
}

/*.search-filter1:active, .search-filter2:active, {*/
/*  display: flex;*/
/*  flex-wrap: wrap;*/
/*  opacity: 1;*/
/*  transition: opacity 1s;*/
/*  position: absolute;*/
/*}*/

/*SPLIDE CAROUSEL SECTION*/

.splide {
  display: flex;
  margin: 0;
}
.splide__slide {
  position: relative;
  text-align: center;
  color: #FFFFFF;
}
.splide__slide img {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.splice__track {
  display: flex;
  justify-content: center;
}
.splide__pagination {
  bottom: 0 !important;
}
.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 15px;
  margin: 3px;
  opacity: .7;
  padding: 0;
  position: relative;
  transition: transform .2s linear;
  width: 15px;
}
.splide__pagination__page.is-active {
  background: #122A46 !important;
  transform: none !important;
  opacity: 1 !important;
  z-index: 1;
}
#image-carousel .img-title {
  position: absolute;
  align-self: center;
  top: 80%;
  left: 0;
  width: 100%;
  /*height: 2.313rem;*/
  font: var(--f-car-img);
  font-size: var(--fs-car-img);
  letter-spacing: var(--ls-car-img);
  color: #FFFFFF;
  opacity: 1;
}

/*WHY BUY USED*/

#more-info {
  height: unset;
  display: flex;
}
#more-info > *.left-content {
  flex: 1 1 53.5%;
  min-width: 15ch;
  background-size: 100%;
  background-position: 0 47%;
}
.left-content img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.right-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex: 1 1 47%;
  background-color: #002B49;
  min-width: 25ch;
  width: 90%;
  padding: 40px 38px 40px 55px;
}
#more-info h3.more-info-header {
  margin-bottom: 5px;
}
#more-info .right-content p {
  font-size: 16px !important;
  font-family: 'Montserrat', sans-serif !important;
  text-align: left;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
  line-height: 24px !important;
  margin-top: 5px;
}
#more-info .right-content :nth-child(2),
#more-info .right-content :nth-child(4),
#more-info .right-content :nth-child(6),
#more-info .right-content :last-child {
  margin: 0;
}
#more-info .right-content p:nth-child(3) {
  margin-bottom: 36px;
}
#more-info .more-filters-ctnr {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  width: 100%;
  margin-top: 12%;
}
#more-info .more-filters-btn {
  font-size: 15px !important;
  color: #5DAAD5;
  display: none;
}
#more-info .more-info-header {
  color: #FFFFFF;
  font: var(--f-h2);
  font-size: 22px;
  letter-spacing: 2.2px;
  line-height: 24px;
  text-align: var(--ta-mi-h2);
  width: 100%;
}
/*#more-info .more-info-header span {*/
/*  text-align: var(--ta-mi-h2);*/
/*  font: var(--f-h2-span);*/
/*  font-size: var(--fs-h2-bs);*/
/*  letter-spacing: var(--ls-h2);*/
/*  color: #5DAAD5;*/
/*  text-transform: uppercase;*/
/*  font-weight: 600;*/
/*}*/
#more-info button.more-filters-btn:hover {
  color: #FFF !important;
}

/*YACHT SHOPPER SECTION*/

/*Logo Section*/
.logo-section {
  display: flex;
  width: 100%;
}
.logo-section .left-content {
  display: flex;
  justify-content: flex-end;
  margin: 0;
  flex: 1 1 38.5%;
  padding: 0 0 54px 0;
}
.logo-section .left-content img {
  width: 330px;
  height: auto;
}
.logo-section .right-content {
  background-color: #FFFF;
  flex: 1 1 62.2% !important;
  margin-top: 0;
  margin-right: 0 !important;
  align-items: flex-start;
  padding-left: 29px !important;
  padding-right: 0 !important;
}
.logo-section .more-info-header {
  color: #002B49;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 8px;
  line-height: 49px;
  text-transform: uppercase;
  margin: 25px 0 0 0;
  width: 674px;
  max-width: 100%;
  display: flex;
  justify-content: start;
  white-space: normal;
}

@media screen and (min-width: 650px){
  .logo-section .more-info-header {
    white-space: nowrap;
  }
}
.logo-section .ctnr {
  display: flex;
  margin-top: 20px;
  margin-left: 0;
  width: 646px;
  /*align-self: flex-start;*/
  justify-content: space-between;
}
.subtitle-ctnr {
  display: flex;
  margin-right: 4%;
  align-items: center;
}
.subtitle-ctnr:last-child {
  margin-right: 0;
}
.subtitle-ctnr img {
  width: 36px;
  margin-right: 27px;
  height: auto;
}
.subtitle-ctnr h3 {
  text-transform: none;
  font-size: 22px;
  font-weight: 400 !important;
  letter-spacing: 0;
  line-height: 27px;
  color: #002B49;
}

.subtitle-ctnr:nth-child(1) img,
.subtitle-ctnr:nth-child(2) img {
  width: 22px;
  margin-right: 9px;
  margin-top: 1px;
  height: 22px;
}
.subtitle-ctnr:nth-child(3) img {
  width: 23.83px;
  margin-right: 9px;
  margin-top: 4px;
  height: 19px;
}

/*Middle Section*/
#yacht-shopper {
  height: auto;
  display: flex;
  margin-top: 81px;
  flex-wrap: wrap;
  margin-bottom: 76px;
}
.left-and-right-ctnr {
  display: flex;
}
#yacht-shopper .left-and-right-ctnr .more-info-header {
  margin-bottom: 15px;
  margin-top: 0;
}
.left-and-right-ctnr .more-info-header {
  text-transform: uppercase !important;
  font-size: 22px;
  letter-spacing: 2.2px;
  line-height: 27px;
  font-weight: 500;
  color: #002B49;
}

/*Left Content*/
.left-and-right-ctnr .left-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex: 1 1 78%;
  background-color: #FFFF;
  min-width: 25ch;
  width: 90%;
  padding: 0 145px 0 80px;
}
#used-yachts-template .left-and-right-ctnr .left-content p {
  font-size: 16px !important;
  font-family: 'Montserrat', sans-serif !important;
  text-align: left;
  letter-spacing: 0;
  color: #002B49;
  /* opacity: 1; */
  line-height: 24px !important;
  /* margin-top: 49px; */
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 0;
}
.left-content p:nth-child(4) {
  padding-top: 10px;
  /* margin-top: 15px !important; */
}
.left-and-right-ctnr .more-filters-ctnr {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  width: 100%;
}
.left-and-right-ctnr .more-filters-btn {
  font-size: 15px;
  color: #002B49;
}
.left-and-right-ctnr .more-filters-btn span {
  color: #002B49;
}
.more-info-header {
  color: #FFFFFF;
  font: var(--f-h2);
  font-size: var(--fs-h2-bs);
  text-align: var(--ta-mi-h2);
}
.more-info-header span {
  text-align: var(--ta-mi-h2);
  font: var(--f-h2-span);
  font-size: var(--fs-h2-bs);
  letter-spacing: var(--ls-h2);
  color: #5DAAD5;
  text-transform: uppercase;
}
#yacht-shopper button.more-filters-btn:hover {
  color: #5DAAD5;
}
#yacht-shopper button.sign-up-btn:hover {
  background-color: #002b49;
}
#yacht-shopper button.more-filters-btn {
  display: none;
}

/*Right Content*/
#yacht-shopper .right-content {
  flex: 1 1 63.2%;
  min-width: 15ch;
  padding: 0;
  margin-right: 0;
  padding-right: 74px;
  height: 74%;
}
#yacht-shopper .left-and-right-ctnr .right-content {
  width: 752px !important;
  height: 416px !important;
  min-width: unset !important;
  padding-right: 79px !important;
}
#yacht-shopper .left-and-right-ctnr .right-content img {
  object-fit: cover;
  width: 100%;
  height: auto;
}
iframe {
  max-width: 100%!important;
  width: 100%;
  height: 100%;
}

/*Sign Up Buton*/
#yacht-shopper .btn-ctnr {
  width: 100%;
  display: flex;
  justify-content: start;
  margin-top: 80px;
}

#yacht-shopper .btn-ctnr .gs-button {
  width: 100%;
}

@media screen and (min-width: 380px) {
  #yacht-shopper .btn-ctnr .gs-button {
    width: 300px;
  }
}

#yacht-shopper a.sign-up {
  display: flex;
  width: 18.7%;
  min-width: 359px;
}

/*DIFFERENCE CAROUSEL SECTION-----------*/
.splide__arrows.splide__arrows--ltr {
  display: none;
}

.difference-header {
  color: #002B49;
  font-size: var(--fs-difftitle);
  text-align: center;
  text-shadow: none;
  padding: var(--pd-carh2);
  padding: var(--pd-diffh1);
  line-height: var(--lh-diffh1);
}
ul#difference-carousel-list{
  width: 100%;
}
section#difference-carousel {
  display: block;
  background-color: #e4e4e4;
  padding: 71px 0 110px 0;
  width: 100%;
  /*height: 611.88px;*/
}
#used-yachts-template .slick-list p {
  font-size: 16px !important;
  font-family: 'Montserrat', sans-serif !important;
  text-align: left;
  letter-spacing: 0;
  color: #002B49;
  line-height: 24px !important;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 0;
}

.difference-text h3,
.difference-text2 h3,
.difference-text3 h3{
  text-transform: uppercase !important;
  font-size: 22px;
  letter-spacing: 2.2px;
  line-height: 27px;
  font-weight: 500;
  color: #002B49;
  margin-bottom: 20px;
}
.slick-list h4 {
  font-size: 27px;
  letter-spacing: 0;
  line-height: 37px;
  color: #122A46;
  text-align: left;
  text-transform: none;
  font-weight: 400;
}
.slick-list h3 {
  margin-bottom: 20px;
}

.difference-icons {
  display: none;
}

/*Slide 1*/
/*Second difference Splide styles-------*/
.difference-container2 {
  display: flex;
  max-width: 100%;
  margin: 0 80px;
  padding: 0;
  /*align-content: center;*/
}
.difference-text2 {
  display: flex;
  flex-direction: column;
  width: 48.7%;
  align-items: flex-start;
  justify-content: start;
  margin: 0 52px 0 0;
}
#used-yachts-template .difference-text2 p {
  width: 100%;
  padding-top: 0;
}
.difference-search-btn2 {
  border: none;
  border-radius: 10px;
  background-color: #5DAAD5;
  padding: var(--pd-diffbtn1);
  margin-top: 40px;

  text-align: left;
  font: normal normal normal 24px/29px Montserrat;
  letter-spacing: var(--ls-diffbtn);
  color: #FFFFFF;
  opacity: 1;
  text-transform: uppercase;
}
.sld1-quote {
  height: 140px;
  position: relative;
  width: 100%;
}
.sld1-quote h4 {
  padding-top: 20px;
  top: -7%;
  left: 12%;
  font-weight: 400;
  width: 87%;
}
.quote {
  font-size: 258px;
  display: none;
  font-family: TimesNewRoman, "Times New Roman";
  letter-spacing: 51.6px;
  line-height: 100px;
  text-align: left;
  padding-left: 50px;
  position: absolute;
  top: 51px !important;
}

/*IMAGE CONTAINER SPLIDE 1-----------------------*/
.difference-img-container{
  display: flex;
  flex-direction: column;
  width: 48%;
  height: 450px;
  margin: 0;
  padding: 0 0 50px 0;
  background-size: 100%;
  background-position: 0 48%;
}
.difference-img-container img {
  width: 100%;
  height: auto;
  margin: 50px 0 20px 0;
}
#used-yachts-template .difference-img-p {
  width: 100% !important;
}
.difference-slide-content .difference-img-container img {
  width: var(--w-dim1);
  margin: var(--m-dimg1);
  height: 100%;
}

/*Slide 2*/
.difference-container {
  display: flex;
  width: 100%;
  max-width: 100%;
  /* margin: 0 83px; */
  padding-left: 83px !important;
  padding-right: 83px !important;
  /*padding: 0 12.5px;*/
  /*margin-left: 150px;*/
  /* align-content: center;*/
}
.difference-text {
width: 38.94%;
padding-right: 105px;
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: start;
min-width: 15ch;
margin: 0;

}
.difference-text h4 {
  padding-right: 0;
  margin: 0;
  width: 76%;
  padding: 30px 0;
}
#used-yachts-template .difference-text p {
padding-right: 10px;
}
div.difference-text :nth-child(4) {
padding-right: 35px;
}

.difference-search-btn,
.more-info-btn {
border: none;
border-radius: 10px;
background-color: #5DAAD5;
padding: var(--pd-diffbtn1);
margin-top: 40px;
text-align: left;
font: normal normal normal 24px/29px Montserrat;
letter-spacing: var(--ls-diffbtn);
color: #FFFFFF;
text-transform: uppercase;
opacity: 1;
}
.difference-img-ctnr {
  width: 61.3%;
  height: 450px;
  position: relative;
  left: 0;
  background-size: 100%;
  background-position: 0 66%;
}
img.diff-img1 {
  position: relative;
  height: 100% !important;
  margin: 0;
  width: 100%;
  height: auto;
  max-width: unset;
}

/*Slide 3*/
/*Third difference splide styles----------------*/
.difference-container3 {
  display: flex;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0 77px;
  justify-content: space-between;
}
.difference-text3 {
  display: flex;
  flex-direction: column;
  width: 50%;
  padding-right: 50px;
  align-items: flex-start;
  margin: 0;
}
.sld3-quote h4 {
  margin: 15px 0;
}
#difference-carousel-slide03 .bellow-hero1 a > div {
  width: 72px;
  height: 2.5px;
  background-color: #002b49;
  margin: 8px auto 0 auto;
}

/*Hover*/
#difference-carousel-slide03 a:hover {
  color: #F7E353;
}

/*IMAGE CONTAINER SPLIDE 3-----------------------*/
.difference-img-container3 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 48.32%;
  height: 477px;
  margin: 0;
  background-size: cover;
  background-position: 8% 66%;
}
.difference-img-container3 img {
  width: 100%;
  height: auto;
  margin: 0 0 20px 0;
}
.difference-img3-p {
  width: 100% !important;
}
.discover-ctnr {
  display: flex;
  flex-wrap: wrap;
  justify-content: right;
  width: 100%;
  margin-top: 0%;
  background-color: #002b49;

}
.discover {
  font-size: 32px;
  color: white;
  display: flex;
  letter-spacing: 5px;
  text-transform: none;
  padding: 0;
  width: 30.56%;
  min-width: 580px;
  align-items: center;
}
.discover span {
  color: #F7E353;
  font-weight: bold;
 }
.discover-ctnr .bellow-hero1 {
  display: flex;
  flex-wrap: wrap;
  width: 55%;
  height: unset;
  max-width: 1600px;
  padding: 0;
  margin: 0;
  margin-top: 15px;
  margin-right: 46px;
  text-align: center;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 3.4px;
  color: #002B49;
  opacity: 1;
  justify-content: center;
  align-self: center;
}
.discover-ctnr .new-to-market1,
.discover-ctnr .price-reductions1,
.discover-ctnr .featured1,
.discover-ctnr .trades1,
.discover-ctnr .virtual-docks1 {
  display: flex;
  margin: 0 40px 25px 40px;
  justify-content: center;
}


/*!*SPLIDE BUTTONS*!*/
/*.splide__pagination {*/
/*  position: relative !important;*/
/*  margin-bottom: 0 !important;*/
/*}*/
/*!* Icon White*!*/
/*   button.splide__pagination__page.fa-solid.fa-ship.is-active:before {*/
/*     color: white;*/
/*   }*/
/*!*Background White*!*/
/*  #difference-carousel button.splide__pagination__page {*/
/*    background: #ffff;*/
/*  }*/
/*!*Icon Size*!*/
/*   #difference-carousel button.splide__pagination__page {*/
/*     font-size: 35px;*/
/*   }*/
/*!*fa-award Icon white when active*!*/
/*   button.splide__pagination__page.fa-solid.fa-award.is-active {*/
/*     color: white;*/
/*   }*/
/*!*fa-ship Icon white when active*!*/
/*   button.splide__pagination__page.fa-solid.fa-ship.is-active {*/
/*     color: white;*/
/*   }*/
/*!*fa-handshake Icon white when active*!*/
/*   button.splide__pagination__page.fa-solid.fa-handshake.is-active {*/
/*     color: white;*/
/*   }*/


/*Third difference splide MOBILE (<768px) styles--------*/
#difference-carousel1 {
  display: none;
}
ul#difference-carousel1-list{
  width: 100%;
}
section#difference-carousel1 {
  background-color: #e4e4e4;
  padding: 80px 0 0 0;
  width: 100%;
  /*height: 611.88px;*/
}
.difference-slide-content1 img {
  width: var(--w-dim1);
  margin: var(--m-dimg1);
}
/*#difference-carousel1 button.splide__pagination__page {*/
/*  background: #ccc;*/
/*  border: 0;*/
/*  border-radius: unset;*/
/*  display: inline-block;*/
/*  height: 133px;*/
/*  margin: 3px;*/
/*  opacity: .7;*/
/*  padding: 0;*/
/*  position: relative;*/
/*  transition: transform .2s linear;*/
/*  width: 133px;*/
/*}*/
/*#difference-carousel1 button.splide__pagination__page.is-active {*/
/*  background: #122A46;*/
/*  transform: none;*/
/*  opacity: 1;*/
/*  z-index: 1;*/
/*}*/

/*----------CUSTOM PAGINATION BUTTONS DIFFERENCE SECTION--------------------------------------------------*/

.difference-icons {
  text-align: center;
  font-size: 50px;
  color: #fff;
  margin-top: 50px;
}
.difference-icons > i {
  border: 1px solid #002B49;
  background-color: #002B49;
  padding: 30px;
  width: 133px;
  height: 133px;
}
/*#difference-carousel button.splide__pagination__page {*/
/*  background: #ccc;*/
/*  border: 0;*/
/*  border-radius: unset;*/
/*  display: inline-block;*/
/*  height: 133px;*/
/*  margin: 3px;*/
/*  opacity: 0.7;*/
/*  padding: 0;*/
/*  position: relative;*/
/*  transition: transform .2s linear;*/
/*  width: 133px;*/
/*}*/
/*#difference-carousel button.splide__pagination__page.is-active {*/
/*  background: #122A46;*/
/*  transform: none;*/
/*  opacity: 0;*/
/*  z-index: 1;*/
/*}*/
#difference-carousel .example {
  bottom: 3em !important;
}
.splide__pagination__page {
  background: #ffff !important;
  height: 16px !important;
  margin: 8px !important;
  width: 16px !important;
}


/*DISCOVER OUR BRANDS BANNER*/
/*Left Side*/
section#discover-banner {
  padding: 52px 93px 52px 80px;
  background-color: #002b49;
  margin-bottom: 88px;
}
#discover-banner .discover-ctnr {
  display: flex;
  flex-wrap: unset;
  justify-content: space-between;
  width: 100%;
  margin-top: 0%;
  background-color: #002b49;
}
#discover-banner .discover {
  font-size: 30px;
  color: white;
  display: flex;
  letter-spacing: 0;
  line-height: 37px;
  text-transform: none;
  padding: 0;
  width: 30.56%;
  min-width: unset;
  align-items: center;
}
#discover-banner .discover span {
  color: #F7E353;
  font-weight: bold;
  margin-left: 24px;
}
/*Right Side*/
#discover-banner .discover-ctnr .bellow-hero1 {
  display: flex;
  width: 63.6%;
  margin: 0;
  justify-content: space-between;
  min-width: 964px;
}

#discover-banner .discover {
  width: 33.1%;
}
.discover-logo:first-child {
  width: 120px;
  height: auto;
}
.discover-logo:nth-child(2) {
  width: 142.75px;
  height: auto;
}
.discover-logo:nth-child(3) {
  width: 167px;
  height: auto;
}
.discover-logo:nth-child(4) {
  width: 214px;
  height: auto;
}
.discover-logo:last-child {
  width: 200px;
  height: auto;
}



/*SEARCH USED YACHTS FOR SALE*/
.search-btns-ctnr.used {
  display: none;
}
.search-used-yachts-for-sale{
  display: flex;
  flex-direction: column;
  /*height: 16.375rem;*/
  max-width: 100%;
}
.search-used-yachts-for-sale-text{
  display: flex;
  justify-content: center;
  margin-top: 0;
  float: left;
}
.search-used-title {
  padding-top: 0;
  max-width: 100%;
  width: 59%;
  min-width: 1147px;
  justify-content: center;
  padding-bottom: 27.5px;
  text-align: center;
  font: var(--f-h2) !important;
  font-size: 40px !important;
  font-weight: 500 !important;
  letter-spacing: 8px;
  line-height: 44px !important;
  color: #002B49;
  text-transform: uppercase;
  border-bottom: 2.5px solid #F7E353;
  margin-top: 0;
  margin-bottom: 45px;
}
.search-used-title > span{
  font: var(--f-h2-span);
  font-size: 40px !important;
  font-weight: 500 !important;
}

/*Brandgrid*/
.brand-grid-ctnr2 {
  padding-top: 0 !important;
}
.brandgrid-ctnr1 {
  max-width: unset !important;
  margin: auto;
}
.brandgrid-title {display: none;}
.brandgrid-ul-ctnr li {
  width: 187px !important;
  height: 52px !important;
  letter-spacing: 0;
  border-radius: 23px;
  font-size: 12px;
  text-align: center;
  color: white;
  padding: 15px;
}
.brandgrid-ul-ctnr ul {
  display: flex !important;
  flex-wrap: wrap !important;
  row-gap: 20px !important;
  column-gap: 20px !important;
  margin-bottom: 0 !important;
  padding: 0 136px !important;
}
.brandgrid-ul-ctnr a {
  text-decoration: none;
  background-color: #5DAAD5;
  /* background: #5DAAD5 !important; */
  color: #5DAAD5;
  border-radius: 10px;
}
.brandgrid-ul-ctnr a:hover {
  background-color: #002b49 !important;
}

.below-btn-mob-ctnr {
  display: flex;
  justify-content: center;
  margin: 50px auto;
}

@media screen and (min-width: 1081px) {
  .below-btn-mob-ctnr {
    display: none;
  }
}



/*-----------------------------------------------------------------------------*/

/*Search Input*/

.search-used-input {
  width: 52%;
  margin: 0 auto 74px auto;
  text-align: center;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 19px;
  opacity: 1;
}
form {
  height: 70px;
}
.search-used-input ::placeholder {
  width: 351px;
  height: 29px;
  max-width: 150%;
  text-align: center;
  font: var(--f-srch-pl);
  font-size: var(--fs-srch-pl);
  letter-spacing: 0px;
  color: #002B49;
  opacity: 1;
}
input.search-used-input-p {
  width: 358px;
  border: 0;
}

/*USED YACHTS INFO SECTION*/

.container {
  margin-bottom: 50px;
}
.brokerage-brand-col {
  margin: 100px 0 50px 0;
}
.brokerage-brand-col:first-child {
  margin: 25px 0 50px 0;
}
.brokerage-brand-title {
  width: 414px;
  height: 39px;
  color: #002B49;
  text-transform: uppercase;
  opacity: 1;
  margin: var(--m-h3);
}
.brokerage-brand-excerpt {
  margin-top: 28.8px;
  max-width: 100%;
  text-align: left;
  color: #002B49;
  opacity: 1;
}
.brokerage-brand-excerpt p {
  margin-bottom: 0;
}
.brokerage-links {
  /*display: inline-block;*/
  /*display: grid;*/
  /*grid-template-columns: 1fr 1fr;*/
  /*display: flex;*/
  /*grid-template-rows: 1fr;*/
  margin: 30px 0 50px 0;
  padding-right: 30px;
}
.brokerage-links a:hover {
  color: #5DAAD5;
  text-decoration: none;
}
.link-container1 {
  /*flex: 36%;*/
  width: 35%;
  display: inline-block;
  margin: var(--m-link);
}
.link-container2 {
  /*flex: 64%;*/
  width: 64%;
  display: inline-block;
  margin: var(--m-link);
}
.link1, .link2 {
  text-align: left;
  font: var(--brokerage-links);
  font-size: var(--fs-yi-a)!important;
  letter-spacing: var(--ls-yi-a);
  color: #002B49;
  text-transform: uppercase;
}

/*POPULAR OPTIONS SECTION*/

.popular-options {
  /*display: flex;*/
  /*flex-direction: row;*/
  /*height: 806px;*/
  max-width: 1924px;
  padding: 0 40px;
  margin: 0 auto;
}
.popular-option-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
}
a.options-item {
  width: 300px;
  background-color: #012C49;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.6px;
  text-transform: uppercase;
  text-align: center;
  border: none;
  padding: 25px 20px;
  margin: 10px;
  cursor: pointer;
}
a.options-item:hover,
a.options-item:active {
  background: #fff;
  color: #5DAAD5;
  border: 2px solid #012C49;
}
a.options-item {
  max-width: 300px;
  background-color: #012C49;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.6px;
  text-transform: uppercase;
  text-align: center;
  border: none;
  padding: 25px 20px;
  margin: 10px;
  cursor: pointer;
}

/*MEDIA QUERIES*/

@media screen and (max-width: 1900px) {

  /*WHY BUY USED SECTION*/
  #more-info .more-info-header {
    padding-bottom: 10px !important;
    width: 100%;
  }
  .ctnr {
    margin-left: 0;
    padding-left: 0;
  }
  #more-info .right-content {
    padding: 40px 67px;
  }

  /*YACHT SHOPPER*/

  /*Mid Section*/
  #yacht-shopper .left-and-right-ctnr .right-content {
    height: 100%;
    /*justify-content: center;*/
  }
  #yacht-shopper .left-and-right-ctnr .left-content {
    flex: 1 1 67%;
    width: 90%;
    padding: 0 50px 0 75px;
    margin-top: 0;
  }

  .left-and-right-ctnr .left-content p:nth-child(4) {
    margin-top: 15px;
  }
}
@media screen and (max-width: 1825px) {
  #our-brands-ctnr {
    display: grid;
    grid-template-columns: repeat(3, 451.696px);
    grid-template-rows: repeat(2, 206.4px);
    justify-content: center;
    column-gap: 23px;
    row-gap: 19px;
    margin-bottom: 74px;
  }
}
@media screen and (max-width: 1740px) {

  :root {
      --fs-car-img: 20.8px;
  }

  /*BELOW HERO*/

  .bellow-hero-ctnr {
    justify-content: center;
    flex-wrap: wrap;
  }
  .new-to-market1, .price-reductions1, .featured1, .trades1, .virtual-docks1, .browse1 {
    margin-right: 20px;
    margin-left: 20px;
  }
  .bellow-hero1 {
    display: flex;
    flex-wrap: wrap;
    margin: 51px auto 45px auto;
  }

  /*SEARCH SECTION*/
  .search-filters-ctnr {
    justify-content: space-around;
  }
  /*WHY BUY USED SECTION*/

  #more-info .right-content p {
      margin-top: 0 !important;
  }


  /*YACHT SHOPPER SECTION*/
  /*Logo Section*/
  .logo-section .left-content {
    margin: 0;
  }
  .logo-section .more-info-header {
    margin-left: 0;
    max-width: 99%;
  }
  .ctnr {
    margin-left: 0;
    padding-left: 0;
    text-align: center;
    justify-content: center;
  }

  /*Middle Section*/


  /*DIFFERENCE SECTION*/
  /*Slide 2*/

  /*Slide 3*/
  .splide h4 {
    line-height: 36px;
  }
  .discover-ctnr {
    margin-top: 2%;
  }

}
@media screen and (max-width: 1600px) {

  :root {
      --fs-car-img: 17.6px;
      --fs-p: 20px !important;
      --fs-h2-bs: 33px !important;
  }
  .hero-section-text {
      width: 90%;
      /*height: 43vw;*/
      /*max-width: 600px;*/
      padding-left: 78px;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: center;
  }
  .hero-section-content {
    position: relative;
    height: 28.9vw;
    background-position: 0 -54.8rem;
    background-size: 103%;
  }

  /*FIND YOUR STYLE SECTION*/
  .search-filter1 h3,
  .search-filter2 h3 {
    font-size: 41px;
    letter-spacing: 6px;
  }
  .search-filter1 {
    min-width: 591px;
  }
  .search-filter2 {
    min-width: 541px;
  }
  .search-filters-ctnr {
    column-gap: 3%;
  }
  #our-brands-ctnr {
    display: grid;
    grid-template-columns: repeat(3, 462.34px);
    grid-template-rows: repeat(2, 258px);
    margin-bottom: 74px;
    justify-content: center;
    column-gap: 28.5px;
    row-gap: 24px;
  }
  a.ob-img-ctnr:nth-child(5) {
    background-position: 0 95%;
  }
  .txt-ctnr {
    top: 81.7%;
  }

  /*SEARCH*/
  /*.length-dropdown {*/
  /*  width: 37%;*/
  /*}*/
  .search-btns-ctnr {
    display: flex;
    gap: 148px;
  }

  /*WHY BUY USED*/
  #more-info .more-info-header {
      margin-left: 0;
      padding-bottom: 10px !important;
      padding: 0 0 20px;
  }
  #more-info .more-info-header:first-child {
    width: 61%;
    min-width: 427px;
  }
  #more-info > *.left-content {
    flex: 1 1 48.5%;
    background-size: 110%;
    background-position: 40% 47%;
  }
  #more-info .right-content {
    flex: 1 1 49%;
    padding: 39px 69px;
  }
  #more-info .right-content p {
      margin-top: 0 !important;
  }

  /*YACHT SHOPPER*/
  #yacht-shopper {
    margin-top: 63px;
    margin-bottom: 53px;
  }
  /*Logo Section*/

  /*Middle Section*/
  .left-and-right-ctnr h2.more-info-header {
    width: 100%;
  }
  #yacht-shopper .left-and-right-ctnr .left-content {
    padding: 0 42px 0 80px;
    flex: 1 1 53%;
  }
  #yacht-shopper .btn-ctnr {
    margin-top: 40px;
  }
  h2.more-info-header {
    width: 93%;
  }
  .left-and-right-ctnr .left-content p:nth-child(4) {
    margin-top: 0px;
  }
  #yacht-shopper .left-and-right-ctnr .right-content {
    width: 788px !important;
    height: 436px !important;
    min-width: unset !important;
    padding-right: 76px !important;
  }

  /*DIFFERENCE SECTION*/
  section#difference-carousel {
    padding: 71px 0 60px 0;
  }
  /*Slide1*/
  .difference-container2 {
    justify-content: space-between;
  }
  .difference-text2 {
    width: 51.2%;
    margin: 0;
  }
  .sld1-quote h4 {
    width: 83%;
    top: 0%;
  }
  .difference-img-container {
    width: 45.91%;
    height: 481px;
  }
  .quote {
    font-size: 226px;
    top: 52px !important;
    left: -1%;
  }
  .sld1-quote {
    height: 174px;
  }

  /*Slide 2*/
  .difference-container {
    padding-left: 75px !important;
    padding-right: 75px !important;
  }
  .difference-img-ctnr {
    width: 59.15%;
    height: 478px;
    background-size: 100%;
    background-position: 0 100%;
  }
  .difference-text {
    width: 40.94%;
    padding-right: 39px !important;
  }
  .difference-text p,
  div.difference-text :nth-child(4) {
    padding-right: 0 !important;
  }

  /*Slide 3*/
  li#difference-carousel-slide03 {
    margin-bottom: 50px;
  }

  .difference-container3 {
    padding: 0 75px;
  }
  .difference-img-container3 {
    width: 45.72%;
    height: 478px;
    background-size: 109%;
    background-position: 50% 70%;
  }
  .difference-text3 {
    display: flex;
    flex-direction: column;
    width: 54.1%;
    padding-right: 50px;
    align-items: flex-start;
    margin: 0;
  }
  .sld3-quote h4 {
    margin: 19px 0
  ;
    line-height: 33px !important;
  }


  /*DISCOVER BANNER*/
  #discover-banner .discover-ctnr .bellow-hero1 {
    min-width: unset;
    width: 64.6%;
  }
  .discover-logo:first-child {
    width: 103px;
    height: auto;
  }
  .discover-logo:nth-child(2) {
    width: 122px;
    height: auto;
  }
  .discover-logo:nth-child(3) {
    width: 143px;
    height: auto;
  }
  .discover-logo:nth-child(4) {
    width: 184px;
    height: auto;
  }
  .discover-logo:last-child {
    width: 171px;
    height: auto;
  }

}
@media screen and (max-width: 1460px) {
  #our-brands-ctnr {
    grid-template-columns: repeat(3, 411.07px);
    grid-template-rows: repeat(2, 258px);
    column-gap: 25.35px;
    row-gap: 24px;
  }
  a.ob-img-ctnr:nth-child(4) {
    background-size: 123%;
    background-position: 100% 100%;
  }
  a.ob-img-ctnr:last-child {
    background-size: 113%;
    background-position: 53% 100%;
  }
}
@media screen and (max-width: 90em) /*1440px*/ {

  :root {
      --ls-h2: 3.4px !important;
      --lh-p: 26px !important;
      --fs-h1: 48px !important;
      --fs-hlink: 13px;
      --fs-car-img: 14.4px;
  }

  /*HERO*/
  .hero-link1 {
    display: inline-block;
    width: 28%;
    margin-right: 0;
  }
  .hero-section-text {
    top: 27%;
  }
  .hero-section-content {
    height: 462px;
    background-position: 0px -46.8rem;
    background-size: 103%;
  }

  /*SEARCH BUTTONS SECTION*/
  .search-btns-ctnr {
    display: flex;
    gap: 107.6px;
  }

  /*WHY BUY USED*/
  #more-info > *.left-content {
    flex: 1 1 48.5%;
    background-size: cover;
    background-position: 27% 32% !important;
  }

  /*YACHT SHOPPER*/
  #yacht-shopper {
    margin-top: 52px;
    margin-bottom: 65px;
  }
  /*Logo Section*/

  /*Middle Section*/
  #yacht-shopper .left-and-right-ctnr .left-content {
    padding: 0 54px 0 80px;
    flex: 1 1 66%;
    min-width: unset !important;
  }
  #yacht-shopper .left-and-right-ctnr h2.more-info-header {
    width: 440px;
  }
  #yacht-shopper .left-and-right-ctnr .left-content p {
    font-size: 16px !important;
    width: 100%;
  }
  #yacht-shopper .left-and-right-ctnr .more-info-header {
    margin-bottom: 25px;
    margin-top: 0;
  }
  #yacht-shopper .left-and-right-ctnr .right-content {
    width: 654px !important;
    height: 362px !important;
    min-width: unset !important;
    padding-right: 78px !important;
  }

  /*DIFFERENCE SECTION*/
  section#difference-carousel {
    padding: 71px 0 0 0;
  }
  /*Slide 1*/
  .difference-text2 h4 {
    font-size: 27px !important;
    top: 6%;
    left: 10%;
  }
  .quote {
    font-size: 198px;
    top: 43px !important;
    left: -5%;
  }
  .sld1-quote h4 {
    width: 73%;
    line-height: 31px !important;
  }
  .difference-text2 {
    width: 51.7%;
  }
  .difference-img-container {
    width: 45.91%;
    height: 517px;
    background-size: cover;
  }

  /*Slide 2*/
  .difference-text {
    width: 40.94%;
    padding-right: 41px !important;
  }
  .difference-container {
    padding-left: 78px !important;
    padding-right: 78px !important;
  }
  .difference-text {
    width: 48%;
  }
  .difference-img-ctnr {
    width: 59.4%;
    height: 517px;
    background-size: cover;
    background-position: 0% 49%;
  }
  .difference-text h4 {
    width: 78%;
  }

  /*Slide 3*/
  .discover {
    font-size: 29px;
    width: 43.56%;
    min-width: 529px;
  }
  li#difference-carousel-slide03 {
    margin-bottom: 70px;
  }
  .difference-img-container3 {
    width: 40.1%;
    height: 552px;
    background-size: 124%;
    background-position: 58% 101%;
  }
  .difference-text3 {
    display: flex;
    flex-direction: column;
    width: 57.5%;
    padding-right: 50px;
    align-items: flex-start;
    margin: 0;
  }
  .sld3-quote h4 {
    margin: 25px 0;
    width: 98%;
  }

  /*DISCOVER BANNER*/
  #discover-banner .discover span {
    margin-left: 9.5px;
  }
  section#discover-banner {
    padding: 52px 78px 52px 80px;
  }
  #discover-banner .discover-ctnr .bellow-hero1 {
    min-width: 829px;
    width: 64.6%;
  }

  /*FOOTER*/
  #footer-container li {
    /*line-height: 6px !important;*/
  }
}
@media screen and (max-width: 1400px) {
  #more-info .right-content {
    flex: 1 1 49%;
    padding: 39px 69px;
  }
  section#discover-banner {
    padding: 52px 40px 52px 40px;
  }
}
@media screen and (max-width: 1323px) {
    #our-brands-ctnr {
    grid-template-columns: repeat(2, 492.35px);
    grid-template-rows: repeat(3, 258px);
    column-gap: 15.67px;
    row-gap: 17px;
  }
  a.ob-img-ctnr:last-child {
    background-size: 100%;
    background-position: 53% 60%;
  }
  a.ob-img-ctnr:nth-child(5) {
    background-position: 0 77%;
  }

  /*WHY BUY USED*/
  #more-info > *.left-content {
    background-size: cover;
    background-position: 52% 32% !important;
  }
  #more-info .right-content {
    padding: 23px 40px;
  }

  /*DIFFERENCE*/
  .sld1-quote {
    height: 195px;
  }
  .difference-img-container {
    background-size: cover;
    background-position: 42% 48%;
  }
  .difference-img-container3 {
    background-size: cover;
  }

  /*DISCOVER BANNER*/
  section#discover-banner {
    padding: 30px 40px 52px 40px;
  }
  #discover-banner .discover-ctnr {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #discover-banner .discover {
    width: 100%;
    margin-bottom: 22px;
    justify-content: center;
  }
  #discover-banner .discover-ctnr .bellow-hero1 {
    min-width: 908px;
    width: 73%;
    flex-wrap: wrap;
  }

  /*SEARCH USED*/
  .brandgrid-ul-ctnr ul {
    padding: 0 40px !important;
  }
}
@media screen and (max-width: 1290px) {
  /*HEADER*/
  nav.navbar {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 1223px) {

  :root {
      --fs-p: 1.125rem !important;
      --fs-yi-a: 1.125rem;
      --ls-yi-a: 2.5px;
      --ls-h2: 1.4px !important;
  }

  .hero-section-content {
    background-position: 0px 101.2rem;
    background-size: 103%;
  }

  /*SEARCH SECTION*/
  .price-dropdown {
    width: 47%;
  }
  .length-dropdown, .price-dropdown {
    font-size: 25px;
  }
  .search-filters-ctnr {
    column-gap: 5%;
  }

  /*WHY BUY USED*/
  #more-info {
    height: 72%;
    display: flex;
    flex-direction: column;
  }
  #more-info .right-content {
    flex: 0;
    padding: 39px 67px;
    width: 100%;
  }
  #more-info .more-info-header:first-child {
    width: 100%;
    min-width: 427px;
  }
  #more-info .left-content {min-height: 440px;}

  /*YACHT SHOPPER*/
  /*Logo Section*/
  .logo-section .left-content {
    flex: 1 1 28.5%;
  }
  .logo-section .more-info-header {
    font-size: 35px;
    letter-spacing: 7px;
    line-height: 43px;
    width: 588px;
    margin: 46px 0 0 0;
    max-width: 100%;
  }
  .logo-section .right-content {
    padding-left: 0 !important;
  }
  .logo-section .ctnr {
    display: flex;
    margin-top: 20px;
    margin-left: 0;
    width: 575px;
  }
  .subtitle-ctnr h3 {
    font-size: 20px;
    letter-spacing: 0;
    line-height: 24px;
  }

  /*Middle Section*/
  .left-and-right-ctnr h2.more-info-header {
    width: 100%;
    text-align: left !important;
    margin: 0 !important;
  }
  #yacht-shopper .more-info-header span {
    line-height: 35px !important;
  }
  .left-and-right-ctnr .left-content {
    padding: 0 35px 0 35px !important;
    margin-top: 0 !important;
    min-width: unset !important;
  }
  #yacht-shopper .left-and-right-ctnr .left-content p {
    margin-bottom: 20px;
    padding-right: 0 !important;
    line-height: 20px !important;
    text-align: left !important;
  }
  .left-and-right-ctnr .right-content {
    padding: 0 15px 0 0 !important;
  }
  .left-and-right-ctnr .left-content p:nth-child(4) {
    margin-top: 0;
  }
  iframe {
    max-width: 100%!important;
    width: 600px;
    height: 400px;
  }
  .left-content p:nth-child(4) {
    padding-top: 0;
  }
  .left-and-right-ctnr .left-content p:nth-child(5) {
    margin: 0 !important;
  }
  #yacht-shopper .btn-ctnr {
    margin-top: 20px;
  }
  #yacht-shopper .left-and-right-ctnr h2.more-info-header {
    width: 100% !important;
  }

  .btn-ctnr {
    width: 100%;
    display: flex;
    justify-content: center;
     margin-top: 0;
  }

  /*SEARCH USED SECTION*/
  .search-used-title {
    max-width: 100%;
    width: 96%;
    min-width: 80%;
  }

  /*DIFFERENCE SECTION*/
  /*Slide 1*/
  .difference-img-container {
    width: 36.71%;
    height: 549px;
    background-size: cover;
  }
  .difference-container2 {
    margin: 0 40px;
    padding: 0;
  }
  .difference-text2 {
    width: 60.1%;
  }

  /*Slide 2*/
  .difference-text p {
    line-height: 25px !important;
  }
  div.difference-text :nth-child(4),
  .difference-text p {
    padding-right: 0;
  }
  .difference-text {
    width: 46%;
  }
  img.diff-img1 {
    width: 100%;
  }

  /*Slide 3*/
  /*.discover-ctnr .new-to-market1, .discover-ctnr .price-reductions1, .discover-ctnr .featured1, .discover-ctnr .trades1, .discover-ctnr .virtual-docks1 {*/
  /*  display: flex;*/
  /*  margin: 0 20px 25px 20px;*/
  /*  justify-content: center;*/
  /*}*/
  /*.discover-ctnr .bellow-hero1 {*/
  /*  width: 41%;*/
  /*  min-width: 371px;*/
  /*}*/
  .difference-container3 {
    padding: 0 40px;
  }
  .difference-text3 {
    width: 59.5%;
  }
  .difference-img-container3 {
    width: 40.1%;
    height: 543px;
    background-size: cover;
    background-position: 58% 101%;
  }

}
@media screen and (max-width: 1118px) {

  :root {
      --m-link: 30px 0 0 0;
      --fs-car-img: 1.1rem;
      --fs-h2-bs: 2.125rem;
      --ls-car-img: 3px;
      --ta-mi-h2: center;
      --ls-h2: 8.4px !important;
  }

  .bellow-hero1 {
      margin: 36px auto 36px auto !important;
  }

  /*MOBILE HEADER*/
  li.nav-item.dropdown-nav.ys-dropdown {
    margin: 70px 0 50px 0;
    text-align: center;
  }
  /*FIND YOUR STYLE*/
  .find-your-style-section {
      flex-direction: column;
      height: auto !important;

  }
  .find-your-style-section-text-container {
      width: 100% !important;
  }
  .find-your-style-section-text > .title {
      text-align: center !important;
      padding: 48px 0 0 0 !important;
  }
  div#image-carousel {
      display: flex;
      flex-direction: column;
      align-items: center;
      width: 100% !important;
      height: auto !important;
      /*margin-left: 3rem;*/
  }

    /*WHY BUY USED*/
  /*#more-info {*/
  /*    flex-direction: column;*/
  /*    height: auto !important;*/
  /*}*/
  #more-info .more-info-header,
  #more-info .more-info-header span {
      align-self: center;
  }
  #more-info .more-info-header {
    width: 100%;
  }
  #more-info .more-info-header {
    text-align: left;
  }
  #more-info .right-content {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      width: 100% !important;
      height: auto !important;
      background-color: #002B49;
      padding: 5rem 67px;
      min-width: unset;
  }
  #more-info .right-content p {
      text-align: left !important;
  }

  #more-info > *.left-content {
    flex: 1 1 47.5%;
    min-width: unset;
    max-height: 500px;
  }
  #more-info .left-content img {
    object-fit: cover;
    object-position: 0 -5rem;
    width: 100%;
    height: 100%;
  }
  #more-info .more-filters-ctnr {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin-top: 3%;
  }

  /*YACHT SHOPPER*/
  /*.logo-section .right-content {*/
  /*  margin-right: 0 !important;*/
  /*}*/
  /*.logo-section h2.more-info-header {*/
  /*  margin-left: 0 !important;*/
  /*  max-width: 100%;*/
  /*}*/
  /*.logo-section .more-info-header {*/
  /*  font-size: 48px;*/
  /*}*/
  /*.subtitle-ctnr h3 {*/
  /*  font-size: 16px;*/
  /*}*/
  /*.subtitle-ctnr img {*/
  /*  width: 16px;*/
  /*  margin-right: 9px;*/
  /*  margin-bottom: 4px;*/
  /*}*/
  /*.ctnr {*/
  /*  justify-content: center;*/
  /*  width: 90%;*/
  /*}*/
  /*.logo-section .right-content {*/
  /*  padding-top: 0 !important;*/
  /*  padding-right: 20px !important;*/
  /*}*/

  /*USED YACHTS INFO*/
  /*h3,*/
  /*p {*/
  /*    text-align: center !important;*/
  /*}*/
  /*.search-used-input ::placeholder {*/
  /*    width: 351px;*/
  /*    height: 29px;*/
  /*    max-width: 70%;*/
  /*    !*text-align: center;*!*/
  /*    font: normal normal bold 24px/29px Montserrat;*/
  /*    letter-spacing: 0px;*/
  /*    color: #002B49;*/
  /*    opacity: 1;*/
  /*}*/
  /*.link-container1,*/
  /*.link-container2 {*/
  /*    display: block !important;*/
  /*    width: 100% !important;*/
  /*}*/

  /*DIFFERENCE SECTION*/
  /*Slide 3*/
  .discover-ctnr .bellow-hero1 {
    margin: 0 !important;
  }
  .discover {
    font-size: 26px;
    width: 43.56%;
    min-width: 486px;
  }
  .discover-ctnr .bellow-hero1 {
    width: 41%;
    min-width: 445px;
  }
  .splide h3,
  #used-yachts-template .splide p {
    text-align: left !important;
  }
  .discover-ctnr {
    justify-content: center;
  }

}
@media screen and (max-width: 1110px) {
  nav.navbar {
    flex-direction: unset;
  }
}
@media screen and (max-width: 1080px) {
  .hero-section-content {
    height: 474px;
    background-position: 0rem 97.2rem;
    background-size: 116%;
  }
  .hero-section-text {
    padding-left: 40px;
  }
  .hero-section-links {
    width: 848px;
    display: flex;
    flex-direction: column;
    margin-top: 23px;
  }
  .hero-link1,
  .hero-link2 {
    display: flex;
    height: unset !important;
  }
  .hero-link2 {
    margin-top: 8px;
  }

  /*BELOW HERO*/
  .bellow-hero1 {
    display: none;
  }
  /* button#below-btn-mob {
    display: flex !important;
    margin: 50px auto 0 auto;
    font-size: 18px;
    letter-spacing: 3.6px;
    line-height: 22px;
    text-transform: uppercase;
    background: #002B49;
    color: white;
    padding: 21.83px 0 21.83px 0;
    width: 494px;
    justify-content: center;
    border-radius: 10px;
    border-color: #002B49;
  } */

  .bellow-hero-ctnr {
    justify-content: center;
    flex-direction: column;
    font-size: 18px;
    color: #002B49 !important;
    background-color: white;
    letter-spacing: 3.6px;
    line-height: 42px;
    width: 100%;
    display: flex;
    border-radius: 20px;
    position: absolute;
    z-index: 1;
    padding: 33px 0;
  }
  section#options {
    width: 494px;
    margin: 0 auto;
    position: relative;
  }
  .bellow-hero-ctnr a {
    color: #002B49;
  }
  .arrow-btn {
    width: 22.35px;
    margin-left: 14px;
  }

  /*FIND YOUR STYLE*/
  .find-your-style-section-text > .title,
  .find-your-style-section-text > .title > span {
    font-size: 35px !important;
  }
  .find-your-style-section {
    display: flex;
    margin: 0 auto;
  }
  .find-your-style-section-text > .title {
    text-align: center !important;
    padding: 35px 0 !important;
    margin-bottom: 0;
  }

  /*SEARCH FILTER BUTTONS*/
  .search-btns-ctnr {
    display: flex;
    gap: 94px;
  }

  /*WHY BUY USED*/
  #more-info {
    height: 64%;
  }
  #more-info > *.left-content {
    max-height: 451px;
  }
  #more-info > *.left-content {
    background-size: cover;
    background-position: 52% 40% !important;
  }
  #more-info .right-content {
    padding: 43px 67px 40px 50px !important;
  }
  #more-info h3.more-info-header {
    margin-bottom: 0;
  }

  /*YACHT SEARCH*/
  #yacht-shopper {
    margin-top: 59px;
    margin-bottom: 65px;
  }
  /*Logo Section*/
  .logo-section .left-content {
    padding: 0 0 43px 0;
  }

  /*Middle Section*/
  .left-and-right-ctnr {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }
  .left-and-right-ctnr h2.more-info-header {
    width: 100%;
    text-align: left !important;
  }
  #yacht-shopper .left-and-right-ctnr .left-content p {
    line-height: 25px !important;
    text-align: left !important;
  }
  #yacht-shopper .left-and-right-ctnr .left-content p:nth-child(3) {
    margin-bottom: 10px;
  }
  #yacht-shopper .left-and-right-ctnr .left-content {
    padding: 59px 56px 0px 40px !important;
    width: 100%;
  }
  #yacht-shopper .left-and-right-ctnr .more-filters-ctnr {
    justify-content: center;
  }
  .left-and-right-ctnr .right-content {
    margin-right: 0 !important;
    padding: 0 !important;
  }
  .left-and-right-ctnr .right-content {
    align-items: center;
  }
  #yacht-shopper .left-and-right-ctnr .right-content {
    min-width: unset !important;
    padding-right: 0!important;
  }
  #yacht-shopper .btn-ctnr {
    justify-content: center;
    margin-top: 10px;
  }
  #yacht-shopper a.sign-up {
    display: flex;
    width: 306px;
    min-width: unset;
  }

  /*DIFFERENCE SECTION*/
  section#difference-carousel {
    padding: 71px 0 20px 0;
  }
  #difference-carousel .example {
    bottom: 0.7em !important;
  }
  /*Slide 1*/
  .sld1-quote h4 {
    width: 93%;
    line-height: 31px !important;
  }

  /*Slide 2*/
  .difference-container {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .difference-text h4 {
    width: 100%;
    padding: 14px 0;
  }
  .difference-img-ctnr {
    width: 62%;
    height: 543px;
    background-size: cover;
    background-position: 0% 49%;
  }
  .difference-text {
    width: 42%;
    min-width: unset;
  }

  /*Slide 3*/
  .difference-img-container3 {
    width: 31.1%;
    height: 543px;
    background-size: cover;
    background-position: 58% 101%;
  }
  .difference-text3 {
    width: 69.5%;
  }
  .sld3-quote h4 {
    margin: 25px 0;
    width: 102.3%;
  }

  /*SEARCH USED*/
  .brandgrid-ul-ctnr ul {
    padding: 0 30px !important;
  }
}
@media screen and (max-width: 1024px) {

  /*FIND YOUR STYLE*/
  #our-brands-ctnr {
    grid-template-columns: repeat(2, 363.35px);
    grid-template-rows: repeat(3, 193px);
    column-gap: 15.67px;
    row-gap: 17px;
  }

  /*SEARCH*/
  .search-filter1 h3, .search-filter2 h3 {
    font-size: 22px;
    letter-spacing: 2px;
  }
  .search-filters-ctnr {
    column-gap: 1%;
  }
  .search-filter1 {
    min-width: 291px;
  }
  .search-filter2 {
    min-width: 281px;
  }
  .arrow-down {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 16px solid #5DAAD5;
  }
  .arrow-ctnr {
    top: -12%;
  }
  .search-filters-ctnr {
    margin-bottom: 45px;
  }
  .length-dropdown, .price-dropdown {
    font-size: 22px;
  }
  .search-filter1, .search-filter2 {
    height: 57px;
  }

  /*YACHT SHOPPER*/
  /*Logo Section*/
  .logo-section .left-content {
    margin: 0;
    flex: 1 1 31.5% !important;
    padding: 0 0 43px 30px !important;
  }
  .btn-ctnr {
    margin: 80px auto 0 auto;
  }

  /*DIFFERENCE SECTION*/
  .difference-container,
  .difference-container2,
  .difference-container3 {
    display: flex;
    flex-wrap: wrap;
  }
  .difference-text,
  .difference-text2,
  .difference-text3 {
    width: 100%;
    margin: 70px 30px 0 0;
    align-self: center;
  }
  .difference-text, .difference-text2, .difference-text3 {
    width: 100%;
    margin: 70px 0 50px 0;
    align-self: center;
  }

  .splide h3,
  .splide h4,
  #used-yachts-template .splide p {
    text-align: center !important;
    align-self: center;
    padding-right: 0;
  }

  /*Slide 1*/
  #difference-carousel {display: none !important;}
  /*#difference-carousel1 {display: flex !important;}*/
  .difference-text2 h3 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    align-self: center;
  }
  #used-yachts-template .difference-text2 p,
  #used-yachts-template .difference-text3 p {
    width: 100%;
    padding-top: 15px;
    padding-right: 0;
  }
  .difference-img-container {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .sld1-quote {
    height: 102px;
  }
  .quote {
    max-height: 100%;
    line-height: 224px;
  }
  .sld1-quote h4 {
    width: 93%;
  }
  .difference-img-container {
    margin: 61px 0 0 0;
  }
  .difference-container2,
  .difference-container3  {
    margin: 0 40px 0 40px;
  }

  /*Slide 2*/
  img.diff-img1 {
    left: 0;
    top: 0;
  }
  .difference-img-ctnr {
    width: 100%;
    max-width: 100%;
  }
  .difference-container {
    max-width: 100%;
    margin: 0 40px 0 40px;
  }


  /*Slide 3*/
  .difference-img-container3 {
    width: 100%;
    padding: 0;
  }
  .discover-ctnr {
    display: flex;
    flex-direction: column;
  }
  .discover {
    width: 100%;
    min-width: 486px;
    justify-content: center;
  }
  .discover-ctnr .bellow-hero1 {
    width: 100%;
    min-width: 445px;
    margin-top: 4% !important;
  }
  .difference-container3 {
    margin: 0 30px 0 52px;
  }
  .difference-text3 p,
  p.difference-img3-p,
  .sld3-quote h4 {
    text-align: center !important;
  }
  .difference-text3 h3 {
    text-align: center !important;
    padding-right: 0;
  }

  /*.splide__pagination {*/
  /*  flex-wrap: unset !important;*/
  /*  align-items: unset !important;*/
  /*  bottom: 0 !important;*/
  /*  margin-bottom: 0 !important;*/
  /*}*/
  #difference-carousel1 ul {
    font-size: 35px;
  }
  #difference-carousel1 {
    /*display: flex !important;*/
    flex-direction: column;
  }
  .difference-icons {
    display: none !important;
  }

  /*DISCOVER BANNER*/
  #discover-banner .discover-ctnr .bellow-hero1 {
    min-width: unset;
    width: 100%;
    flex-wrap: wrap;
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 958px)  {
  .hero-section-text{
      position: relative !important;
      top: 17% !important;
  }
  .logo-section .left-content {
    margin: 0;
    flex: 1 1 27.5% !important;
    padding-left: 30px !important;
  }
  .search-btns-ctnr {
    gap: 47px;
  }
}
@media screen and (max-width: 900px) {
  :root {
      --fs-h1: 2.125rem !important;
  }

  h1.post-title {
    margin-bottom: 0;
  }
  .hero-link1 {
    height: unset !important;
  }
  .hero-link1,
  .hero-link2 {
      display: flex !important;
      width: 100% !important;
  }
  .hero-section-links {
    width: 100% !important;
  }
  .hero-section-content {
    height: 474px;
    background-position: 0rem 94.2rem;
    background-size: 116%;
  }

  /*SEARCH FILTER BUTTONS*/
  .search-btns-ctnr {
    flex-direction: column;
  }

  /*YACHT SHOPPER*/
  /*Logo Section*/
  .logo-section {
    display: flex;
    width: 100%;
    flex-direction: column;
  }
  .logo-section .right-content {
    height: auto !important;
    width: 100%;
    padding-left: 0px !important;
    align-items: center;
    margin-bottom: 43px;
  }
  .logo-section .left-content {
    margin: 0;
    justify-content: center;
  }
  .logo-section .right-content {
    padding-left: 0px !important;
  }
  .ctnr {
    margin-left: 0;
    width: 100%;
  }
  .logo-section h2.more-info-header {
    align-self: center;
    margin: 28.3px 0 0 0;
  }

  .logo-section .left-content {
    margin: 0;
    flex: 1 1 36.5%;
    padding: 0 60px !important;
  }
  /*DIFFERENCE SECTION*/
  /*#difference-carousel {display: none !important;}*/
  /*#difference-carousel1 {display: flex !important;}*/
  /*Slide 2*/
  .difference-container {
    margin: 80px 40px 0 40px;
  }
  /*Slide 3*/
  li#difference-carousel1-slide03 {
    margin-bottom: 50px;
  }

  /*DISCOVER BANNER*/
  #discover-banner .discover-ctnr .bellow-hero1 {
    display: flex;
    min-width: unset;
    width: 100%;
    flex-wrap: wrap;
    margin-top: 0 !important;
    justify-content: center;
  }
  .discover-logo:last-child {
    flex-wrap: wrap;
  }
  .discover-logo:first-child,
  .discover-logo:nth-child(2),
  .discover-logo:nth-child(3),
  .discover-logo:nth-child(4),
  .discover-logo:last-child {
    margin-right: 30px;
    margin-bottom: 20px;
  }

}
@media screen and (max-width: 800px) {

  .search-used-tittle {
      flex-direction: column;
      justify-content: center;
  }

  .splide {
      flex-direction: column;
      justify-content: center;
  }

  /*DIFFERENCE SECTION*/
  li#difference-carousel1-slide03 {
    margin-bottom: 60px;
  }
} /*bhero*/
@media screen and (max-width: 768px) {

  :root {
      --fs-hlink: .8rem;
      --ls-hlink: .18px;
      --fs-h1: 2.125rem !important;
      --fs-h2-ws: 2.063rem !important;
      --fs-h2-ws2: 2.063rem !important;
      --fs-car-img: 1.8rem;
      --ls-h1: .463rem !important;
      --ls-h2: 2.2px !important;
  }
  h2 {
      font-size: 28px;
  }
  h3 {
      font-size: 24px;
  }
  p.text-center {
      font-size: 20px;
      padding: 0 20px;
  }
  .container {
      display: flex;
      flex-direction: column;
  }

  #gform-opener-ctnr h2 {
    font-weight: 600 !important;
  }
  /*HERO SECTION*/
  .hero-section-text {
      top: 2% !important;
      width: 90%;
      height: 43vw;
      padding-left: 3.5rem !important;
      align-items: flex-start;
  }
  .hero-section-content {
    height: 414px;
    background-position: 0rem 80.2rem;
    background-size: 116%;
  }
  .hero-links-icon {
    width: 35px;
    height: 16px;
    margin-right: 10px !important;
  }

 /*FIND YOUR STYLE*/
  #our-brands-ctnr {
    grid-template-columns: repeat(1, 473.35px);
    grid-template-rows: repeat(6, 259px);
    column-gap: 15.67px;
    row-gap: 17px;
  }
  div#image-carousel {
      margin-left: 0;
  }
  .splide {
      margin: 0;
  }


  .popular-options {
      /*display: flex;*/
      /*flex-direction: row;*/
      /*height: 806px;*/
      max-width: 1924px;
      padding: 0 20px;
      margin: 0 auto;
  }
  .gform-homepage {
      max-width: 80vw !important;
      text-align: center;
      margin: 50px 0!important;
  }

  /*WHY BUY USED*/
  #more-info {
    height: auto;
  }
  #more-info > *.left-content {
    min-height: 440px;
  }


  .search-widget {
    padding: 0 !important;
  }
  #st-search-input {
      padding: 0;
      text-align: center;
  }
  .search-used-input {
      /*margin-top: 2.688rem;*/
      width: 80% !important;
  }

  /*DIFFERENCE SECTION*/
  /*Buttons*/
  /*#difference-carousel1 button.splide__pagination__page {*/
  /*  height: 80px;*/
  /*  width: 80px;*/
  /*}*/
  /*Slide 3*/
  .difference-container3 {
    margin: 0 30px 0 37px;
  }
}
@media screen and (max-width: 646px) { /*bhero*/
  :root {
      --fs-car-img: 1.3rem;
      --ls-yi-a: 1.5px;
      --m-link: 15px 0 0 0;
      --ls-h2: 1.2px !important;

  }

  h1 {
    font-size: 30px !important;
  }
  .hero-section-content {
    height: 302px;
    background-position: 0rem 61.2rem;
    background-size: 116%;
  }
  .post-title {
    display: none;
  }
  .post-title-mobile {
    display: flex !important;
    flex-direction: column;
  }
  .h1-line2 {
    width: 311px;
  }

/*MOVE HERO LINKS OUT*/
  .hero-section-links {
    display: none;
  }
  .hero-section-links-mobile {
    display: flex !important;
    flex-direction: column;
    padding: 33px 0 0 34px;
  }
  .hero-section-links-mobile .hero-link {
    color: #002b49;
  }
  .post-title-mobile {
    display: flex !important;
    flex-direction: column;
    top: -0.5rem;
    left: 4rem;
    position: absolute;
  }
  /*img.hero-links-icon {*/
  /*  display: none;*/
  /*}*/

  /*BELOW HERO SECTION*/
  section.bellow-hero1 {
    font-size: 16px;
  }
  .bellow-hero1 {
    margin: 70px auto 36px auto !important;
  }

  /*FIND YOUR STYLE SECTION*/
  .find-your-style-section-text > .title,
  .find-your-style-section-text > .title > span {
    font-size: 30px !important;
    letter-spacing: 6px;
  }

  /*WHY BUY USED*/
  #more-info h2.more-info-header,
  #more-info h2.more-info-header span {
    font-size: 26px;
  }
  #more-info .more-info-header:first-child {
    width: 100%;
    min-width: unset;
  }
  #more-info > *.left-content {
    min-height: 375px;
  }
  #more-info .right-content {
    padding: 30px 25px !important;
  }

  /*YACHT SHOPPER*/
  #yacht-shopper {
    margin-top: 35px;
    margin-bottom: 65px;
  }
  #yacht-shopper .left-and-right-ctnr .right-content {
    width: 100% !important;
    height: 362px !important;
    min-width: unset !important;
  }
  .logo-section .more-info-header {
    font-size: 30px;
    letter-spacing: 6px;
    line-height: 37px;
  }
  .logo-section .right-content {
    padding: 0 10px 0 10px !important;
    margin-bottom: 37px;
  }
  .logo-section .more-info-header {
    width: 330px;
  }
  .logo-section .ctnr {
    display: flex;
    margin-top: 29px;
    margin-left: 0;
    width: 397px;
    flex-wrap: wrap;
  }
  .subtitle-ctnr:last-child {
    margin-right: 0;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    margin-top: 25px;
  }

  /*DIFFERENCE SECTION*/
  .discover {
    width: 100%;
    min-width: 370px;
    justify-content: center;
    font-size: 22px;
    letter-spacing: 1px;
  }
  section#discover-banner {
    padding: 52px 93px 52px 80px;
    background-color: #002b49;
    margin-bottom: 45px;
  }

  /*SEARCH USED*/
  #search-brand {
    display: none;
  }
  .search-btns-ctnr.used {
    display: flex;
    align-items: center;
  }
  .search-btns-ctnr.used .length-main-ctnr.brandgrid-button {
    position: relative;
    width: 443px;
  }

  /*Buttons in 3 Columns*/
  .brandgrid-ul-ctnr ul {
    padding: 0 !important;
    gap: 5px !important;
  }
  .brandgrid-ul-ctnr li {
    width: 130px !important;
    height: 65px !important;
    letter-spacing: 0;
    border-radius: 23px;
    font-size: 12px;
    /* text-align: center; */
    color: white;
    padding: 15px;
    justify-content: center;
    display: flex;
    align-items: center;
  }

  #yacht-shopper .left-and-right-ctnr .left-content {
    padding: 51px 25px 0px 25px !important;
    width: 100%;
  }

}
@media screen and (max-width: 550px) {
  #discover-banner .discover-ctnr .bellow-hero1 {
    display: flex;
    min-width: unset;
    flex-direction: column;
    width: 100%;
    flex-wrap: wrap;
    margin-top: 0 !important;
    justify-content: center;
    align-items: center;
  }
  #discover-banner .discover {
    width: 100%;
    margin-bottom: 32px;
    justify-content: center;
  }
  .discover-logo:first-child,
  .discover-logo:nth-child(2),
  .discover-logo:nth-child(3),
  .discover-logo:nth-child(4),
  .discover-logo:last-child {
    margin-right: 0;
    margin-bottom: 52px;
  }
  .discover-logo:last-child {
    margin-bottom: 0 !important;;
  }
  .discover-logo:first-child {
    width: 118.6px;
    height: auto;
  }
  .discover-logo:nth-child(2) {
    width: 142px;
    height: auto;
  }
  .discover-logo:nth-child(3) {
    width: 165px;
    height: auto;
  }
  .discover-logo:nth-child(4) {
    width: 212px;
    height: auto;
  }
  .discover-logo:last-child {
    width: 196px;
    height: auto;
  }
  section#discover-banner {
    padding: 31px 15px 44px 15px;
  }

}
@media screen and (max-width: 501px) {
  :root{
      --fs-h1: 28px !important;
      --fs-p: 1rem !important;
      --fs-yi-a: .8rem;
      --fs-h2-bs: 1.813rem !important;
      --fs-h2-ws: 29px !important;
      --fs-h2-ws2: 29px !important;
      --fs-srch-pl: 1.1rem !important; /*18px*/
      --ls-h1: 2px !important;

  }

  /*HERO SECTION*/
  .hero-links-icon{
      margin-right: 0 !important;
  }
  .hero-section-text {
      padding-left: 18px !important;
      padding-bottom: 12px !important;
      top: 2% !important;
  }
  .search-used-input {
      margin-bottom: 50px !important;
  }
  .hero-section-content {
    height: 273px;
    background-position: 0rem -3.8rem;
    background-size: 116%;
  }

  /*BELOW HERO SECTION*/
  section.bellow-hero1 {
    font-size: 16px;
    flex-direction: column;
  }
  .new-to-market1, .price-reductions1, .featured1, .trades1, .virtual-docks1, .browse1 {
    margin: 0 15px;
  }
  .bellow-hero-ctnr {
    flex-direction: column;
    font-size: 14px;
    margin: 0 auto 0 auto;
  }

  button#below-btn-mob {
    font-size: 14px;
    width: 86%;
    padding: 14px 0;
    letter-spacing: 2.2px;
  }
  section#options {
    width: 86%;
  }

  /*FIND YOUR STYLE SECTION*/
  #our-brands-ctnr {
    grid-template-columns: repeat(1, 382.35px);
    grid-template-rows: repeat(6, 184px);
    row-gap: 16px;
  }
  .txt-ctnr {
    top: 77.7%;
  }

  /*SEARCH FILTER BUTTONS*/
  .length-options-ctnr {
    font-size: 14px;
  }
  .search-btns-ctnr .length-options-ctnr {
    width: 85.4%;
  }
  .search-btns-ctnr .search-btns-ctnr {
    width: 100%;
    display: flex;
    align-items: center;
  }
  section#options2, section#options3 {
    width: 100%;
    margin: 0 auto;
    position: absolute;
    justify-content: center;
  }

  /*WHY BUY USED*/
  #more-info h2.more-info-header, #more-info h2.more-info-header span {
    font-size: 22px !important;
    line-height:30px !important;
    width: 100% !important;
  }

  /*YACHT SHOPPER*/
  /*Logo Section*/
  .logo-section .right-content {
    padding: 10px !important;
  }
  .ctnr {
    display: flex;
    flex-wrap: wrap;
  }
  .subtitle-ctnr {
    min-width: 140px;
    height: 35px;
  }
  .subtitle-ctnr h3 {
    margin-bottom: 0 !important;
  }
  .subtitle-ctnr img {
    margin-bottom: 0 !important;
    margin-top: 11px;
  }
  /*Middle Section*/
  .left-and-right-ctnr {
    margin-top: 0px;
  }
  .left-and-right-ctnr .left-content {
    padding: 0 0 50px 0 !important;
  }
  #yacht-shopper .more-info-header span {
    font-size: 26px;
  }
  #yacht-shopper .right-content {
    min-width: unset;
  }
  a.sign-up {
    width: 90%;
    min-width: unset;
  }

  /*DIFFERENCE SECTION*/
  .difference-text h3, .difference-text2 h3, .difference-text3 h3 {
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 4px;
    line-height: 39px;
    color: #122A46;
  }
  .difference-container2,
  .difference-container3 {
    margin: 0 20px 0 20px;
  }
  .difference-container {
    margin: 80px 20px 0 20px;
  }
  .discover-ctnr .bellow-hero1 {
    height: 261px;
    min-width: unset;
  }
  section#difference-carousel1 {
    padding: 80px 0 40px 0;
  }
  /*Slide 3*/
  li#difference-carousel1-slide03 {
    margin-bottom: 0;
  }
  .discover-ctnr .bellow-hero1 {
    height: unset;
  }
  .discover-ctnr .new-to-market1, .discover-ctnr .price-reductions1, .discover-ctnr .featured1, .discover-ctnr .trades1, .discover-ctnr .virtual-docks1 {
    margin: 0;
  }

}
@media screen and (max-width: 450px) {
  :root{
      --fs-srch-pl: .75rem !important; /**/
  }
  /*HERO*/
  .hero-section-content {
    height: 273px;
    background-position: -13rem -6.5rem;
    background-size: 137%;
  }


  /*.hero-section-links {*/
  /*  display: none;*/
  /*}*/
  /*.hero-section-links-mobile {*/
  /*  display: flex !important;*/
  /*  flex-direction: column;*/
  /*  padding: 33px 0 0 34px;*/
  /*}*/
  /*.hero-section-links-mobile .hero-link {*/
  /*  color: #002b49;*/
  /*}*/
  /*.hero-section-content {*/
  /*  height: 273px;*/
  /*  background-position: -13rem -6.5rem;*/
  /*  background-size: 137%;*/
  /*}*/
  /*.post-title-mobile {*/
  /*  display: flex !important;*/
  /*  flex-direction: column;*/
  /*  top: -0.5rem;*/
  /*  left: 4rem;*/
  /*  position: absolute;*/
  /*}*/

  /*FIND YOUR STYLE*/
  .find-your-style-section-text > .title {
    padding: 35px 0 28px 0 !important;
  }
  #our-brands-ctnr {
    grid-template-columns: repeat(1, 85%);
    grid-template-rows: repeat(6, 184px);
    /* column-gap: 3px; */
    row-gap: 16px;
    margin-bottom: 38px;
    width: 100%;
  }

  .bellow-hero1 {
      margin: 36px auto 16px auto !important;
  }
  input.search-used-input-p {
      width: 9.188rem !important;
  }

  /*WHY BUY USED*/
  #more-info > *.left-content {
    min-height: 255px;
  }

  /*YACHT SHOPPER*/
  .logo-section .ctnr {
    width: 375px;
  }
  .logo-section .left-content img {
    min-width: 294px;
  }
  /*Middle Section*/
  #yacht-shopper .left-and-right-ctnr .right-content {
    width: 100% !important;
    height: 248.66px !important;
    min-width: unset !important;
    max-width: 100%;
  }

  iframe {
    max-width: 100%!important;
    width: 100%;
    height: 248.66px;
  }

  #yacht-shopper a.sign-up {
    width: 100%;
  }

}
@media screen and (max-width: 400px) {
  .hero-section-links-mobile {
    padding: 15px 0 0 15px;
  }
  .hero-link {
    letter-spacing: 2.2px;
  }
  #our-brands-ctnr {
    grid-template-columns: repeat(1, 85%);
    grid-template-rows: repeat(6, 159px);
    row-gap: 16px;
    margin-bottom: 38px;
  }
  button#below-btn-mob {
    width: 94%;
  }

  .subtitle-ctnr,
  .subtitle-ctnr:nth-child(2) {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
  }
  .subtitle-ctnr:nth-child(2) {
    margin-top: 25px;
  }

  /*DISCOVER BANNER*/
  #discover-banner .discover {
    font-size: 25px;
  }
  .brandgrid-button img.arrow-btn {
    margin-right: 16px;
  }
  .length-main-ctnr.brandgrid-button {
    width: 100% !important;
    padding: 0px 25px;
  }

}
@media screen and (max-width: 350px) {
  /*DISCOVER BANNER*/
  #discover-banner .discover {
    font-size: 25px;
  }

  .arrow-btn {
    width: 22.35px;
    display: flex;
    margin-left: auto;
    margin-right: 22px;
  }

  /*Below Button*/
  button#below-btn-mob {
    padding-left: 10px;
  }
  #below-btn-mob img.arrow-btn {
    margin-right: 7px;
  }
  .search-btns-ctnr .length-main-ctnr,
  .search-btns-ctnr .price-main-ctnr {
    position: relative;
    width: 100%;
  }
}

/*----------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------*/

/*FORM STYLING FROM LIVE SITE*/

/*Search Widget Section*/

.search-widget {
  width: auto;
  display: flex;
  justify-content: center;
  padding: 0 50px;
  /*margin-bottom: 100px;*/
}

h3 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2;
}

h3 {
  font-size: calc(1.3rem + .6vw);
}

@media (min-width: 1200px) {
  h3 {
      font-size: 1.75rem;
  }
}

img {
  vertical-align: middle;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

button, input, select {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button, select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

select:disabled {
  opacity: 1;
}

button {
  -webkit-appearance: button;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

.form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
      transition: none;
  }
}

.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled {
  background-color: #e9ecef;
  opacity: 1;
}

@media all {
  h3 {
      overflow-wrap: break-word;
  }
}

@media all {
  #front-page h3 {
      text-transform: uppercase;
      text-align: center;
      color: #002b49;
      font-size: 33px;
      font-weight: 700;
      padding: 40px 0;
  }

  .gform-homepage {
      margin: 100px 0;
      border: 1px solid #e0e0e0;
      border-radius: 20px;
      box-shadow: 4px 8px 8px hsl(0deg 0% 0% / 20%);
      padding: 20px;
      /*position: relative;*/
      /*max-width: 95vw;*/
      /*max-height: none;*/
  }

  @media (max-width: 1024px) {
      .gform-homepage {
          position: relative;
          max-width: 70vw;
          max-height: 100%;
          margin-bottom: 0;
      }

      #myDIV label {
          margin-top: 15px;
      }

      #myDIV button {
          display: none;
      }
  }
  @media (max-width: 414px) {
      .gform-homepage {
          max-width: 90vw;
      }

      #myDIV label {
          margin-top: 0;
          color: #002b49;
          margin-bottom: 0;
      }
  }
}

#st-search-input {
  padding: 5px;
}
#st-search-input {
  padding: 0;
}
#myDIV .st-form-container {
  padding: 20px;
  border-radius: 15px;
  background: #fff;
}
.st-form-container .form-group {
  margin-bottom: 0;
}
.st-form-container .form-group .form-control {
  padding: 0;
}
.st-form-container .form-group input {
  border: none;
  box-shadow: none;
  padding: 0;
}
.st-form-container .form-group label {
  font-size: 19px;
  text-transform: capitalize;
  color: #012c49;
}
#st-search-input {
  padding: 5px;
}
#st-search-input {
  padding: 0;
}
#myDIV .st-form-container {
  padding: 20px;
  border-radius: 15px;
  background: #fff;
}
.st-form-container .form-group {
  margin-bottom: 0;
}
.st-form-container .form-group .form-control {
  padding: 0;
}
.st-form-container .form-group input {
  border: none;
  box-shadow: none;
  padding: 0;
}
.st-form-container .form-group label {
  font-size: 12px;
  text-transform: uppercase;
  color: #012c49;
}

#jra-modal {
  position: fixed;
  top: 200px;
  width: 40%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: -1;
  background-color: white;
  border-radius: 5px;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}
.jra-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  border-radius: 5px 5px 0 0;
}
.jra-modal-header-right {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.close-button-wrapper {
  width: 25px;
}
.close-button-wrapper img {
  width: 100%;
}
.jra-modal-body {
  padding: 20px;
}

@media (max-width: 1024px) {
  #jra-modal {
      width: 60%;
      top: 150px;
  }
}

@media (max-width: 700px) {
  #jra-modal {
      width: 80%;
      top: 100px;
  }
}

@media (max-width: 460px) {
  #jra-modal {
      width: 90%;
      top: 50px;
  }
}

.search-field {
  width: 150px !important;
}

.half-field {
  width: 50% !important;
}

.third-field {
  width: calc(100% / 3) !important;
}

@media screen and (max-width: 957px) {
  .form-group div {
      border: none !important;
      width: 100%;
  }

  .st-form-container .form-group .form-control {
      width: 100% !important;
  }
}

@media (max-width: 320px) {
  .search-field {
      width: 130px !important;
  }
}

/*! CSS Used from: https://www.galatiyachts.com/wp-content/cache/min/1/wp-content/themes/html5blank-stable/style.css?ver=1649799168 ; media=all */
@media all {
  *, *:after, *:before {
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-font-smoothing: antialiased;
      font-smoothing: antialiased;
      text-rendering: optimizeLegibility;
  }

  img {
      max-width: 100%;
      vertical-align: bottom;
  }

  input:focus {
      outline: 0;
      border: 1px solid #04a4cc;
  }

  ::selection {
      background: #04a4cc;
      color: #fff;
      text-shadow: none;
  }

  ::-webkit-selection {
      background: #04a4cc;
      color: #fff;
      text-shadow: none;
  }

  ::-moz-selection {
      background: #04a4cc;
      color: #fff;
      text-shadow: none;
  }

  @media print {
      * {
          background: 0 0 !important;
          color: #000 !important;
          box-shadow: none !important;
          text-shadow: none !important;
      }

      img {
          page-break-inside: avoid;
      }

      img {
          max-width: 100% !important;
      }

      h3 {
          orphans: 3;
          widows: 3;
      }

      h3 {
          page-break-after: avoid;
      }
  }
  img {
      border: 0;
  }

  button, input, select {
      color: inherit;
      font: inherit;
      margin: 0;
  }

  button {
      overflow: visible;
  }

  button, select {
      text-transform: none;
  }

  button {
      -webkit-appearance: button;
      -moz-appearance: button;
      cursor: pointer;
  }

  button::-moz-focus-inner, input::-moz-focus-inner {
      border: 0;
      padding: 0;
  }

  input {
      line-height: normal;
  }

  input[type=checkbox] {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 0;
  }

  * {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
  }

  *:before, *:after {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
  }

  input, button, select {
      font-family: inherit;
      font-size: inherit;
      line-height: inherit;
  }

  img {
      vertical-align: middle;
  }

  label {
      display: inline-block;
      max-width: 100%;
      margin-bottom: 5px;
      font-weight: 700;
  }

  input[type=checkbox] {
      margin: 4px 0 0;
      margin-top: 1px \9;
      line-height: normal;
  }

  input[type=checkbox]:focus {
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px;
  }

  .form-control {
      display: block;
      width: 100%;
      height: 34px;
      padding: 6px 12px;
      font-size: 14px;
      line-height: 1.42857143;
      color: #555;
      background-color: #fff;
      background-image: none;
      border: 1px solid #ccc;
      border-radius: 4px;
      -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
      -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
      -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
      transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  }

  .form-control:focus {
      border-color: #66afe9;
      outline: 0;
      -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
  }

  .form-control::-moz-placeholder {
      color: #999;
      opacity: 1;
  }

  .form-control:-ms-input-placeholder {
      color: #999;
  }

  .form-control::-webkit-input-placeholder {
      color: #999;
  }

  .form-control::-ms-expand {
      border: 0;
      background-color: transparent;
  }

  .form-group {
      margin-bottom: 15px;
  }
}

.brandgrid-ul-ctnr a {
  text-decoration: none;
  background-color: #5DAAD5;
  color: #5DAAD5;
  border-radius: 23px;
}
