@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
  outline: none !important;
  text-decoration: none !important;
}

body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  font-family: "Rubik", sans-serif;
  color: #4B4B4B;
}

html,
body {
  height: 100%;
}

.main-wrapper {
  position: relative;
  overflow-x: hidden;
}

ul,
ol,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}

a {
  color: #4B4B4B;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a:hover {
  text-decoration: none;
  color: #4B4B4B;
}

a:focus,
input:focus,
button:focus,
select:focus,
button:focus,
textarea:focus {
  outline: none;
}

img {
	width: auto;
    max-width: 100%;
    display: block;
    height: auto;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1E466D;
  margin-bottom: 10px;
}

h1,
.h1 {
  font-size: 56px;
  line-height: 120%;
}

h2,
.h2 {
  font-size: 46px;
  line-height: 115%;
}

h3,
.h3 {
  font-size: 36px;
  line-height: 120%;
}

h4,
.h4 {
  font-size: 38px;
  line-height: 120%;
}

h5,
.h5 {
  font-size: 24px;
  line-height: 35px;
}

h6,
.h6 {
  font-size: 18px;
  line-height: 24px;
}

p {
  margin-bottom: 20px;
}

p:last-child {
  margin-bottom: 0 !important;
}

button {
  border: none;
  transition: all 0.4s ease 0s;
  background: transparent;
}

.container {
  max-width: 1170px;
}

.container.wide {
  max-width: 1200px;
}

strong {
  font-weight: 700;
}

.cta-btn {
  display: inline-flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 8px 40px;
  font-weight: 700;
  background: #FF5E26;
  color: #FFFFFF;
  font-size: 15px;
	text-transform: uppercase;
}
.cta-btn:hover {
  background: #ea5d2e;
  color: #FFFFFF;
}

.cta-btn-border {
  display: inline-flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 8px 40px;
  font-weight: 700;
  margin-top: 10px;
  background: transparent;
  border: 1px solid #FF5E26;
  color: #FF5E26;
  font-size: 15px;
}
.cta-btn-border:hover {
  background: #FF5E26;
  color: #FFFFFF;
}

.cta-btn-white {
  display: inline-flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 8px 40px;
  font-weight: 700;
  background: #fff;
  color: #FF5E26;
  border: 1px solid transparent;
  font-size: 15px;
}
.cta-btn-white:hover {
  background: #2783AC;
  color: #FFFFFF;
}

.btn_border_white {
  display: inline-flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 8px 40px;
  font-weight: 700;
  background: transparent;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  font-size: 15px;
}
.btn_border_white:hover {
  background: #fff;
  color: #FF5E26;
}

.section_cta {
  margin-top: 30px;
}

@media (max-width: 991px) {
  br:not(.c_info br) {
    display: none;
  }
  .cta-btn {
    padding: 10px;
    font-size: 14px;
  }
  .btn_border_white {
    padding: 10px;
    font-size: 14px;
  }
  .cta-btn-white {
    padding: 10px;
    font-size: 14px;
  }
  .cta-btn-border {
    padding: 10px;
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  h1, .h1 {
    font-size: 40px;
  }
  h2, .h2 {
    font-size: 30px;
  }
  h3, .h3 {
    font-size: 22px;
  }
  h4, .h4 {
    font-size: 22px;
    line-height: 120%;
  }
  h5, .h5 {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 575px) {
  .cta-btn {
    padding: 10px 15px;
  }
  .btn_border_white {
    padding: 10px 15px;
  }
  .cta-btn-white {
    padding: 10px 15px;
  }
  .cta-btn-border {
    padding: 10px 15px;
  }
}
.header-area {
  padding: 15px 0;
  position: relative;
}
.header-area .site-logo {
    width: 180px;
}
.header-area .header-navigation {
}
.header-area .mainmenu li {
  display: inline-block;
  margin: 0 7px;
}
.header-area .mainmenu li a {
  color: #707070;
  font-size: 14px;
	text-transform: uppercase;
}
.header-area .mainmenu li a:hover {
  color: #1E466D;
}
.header-area .call {
  margin-right: 20px;
}
.header-area .call .title {
  display: none;
}
.header-area .call img {
  margin-right: 5px;
}
.header-area .call a {
  font-weight: 700;
  font-size: 18px;
  color: #286A96;
}
.header-area .call a:hover {
  color: #FF5E26;
}

.header-area .action > img {
	max-height: 72px;
}

.header-toggle {
  display: none;
  height: 46px;
  width: 46px;
  text-align: center;
  margin-left: 10px;
}

.header-toggle span {
  height: 2px;
  width: 100%;
  background: #2783AC;
  display: block;
  margin-top: 5px;
  position: relative;
  transition: all 0.2s ease 0s;
  border-radius: 5px;
  margin-right: auto;
  margin-left: 0;
}

.header-toggle span:nth-child(1) {
  top: 4px;
}

.header-toggle span:nth-child(2) {
  top: 6px;
}

.header-toggle span:nth-child(3) {
  top: 8px;
}

#menu-toggle {
  width: 42px;
  height: 42px;
  display: block;
  position: relative;
  background: transparent;
  padding: 4px 8px;
  border-radius: 7px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1200px) {
  .header-toggle {
    display: block;
  }
  nav#menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 999;
    min-height: 100vh;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s all;
    text-align: center;
  }
  nav#menu.active {
    opacity: 1;
    visibility: visible;
    transition: 0.3s all;
  }
  .mainmenu ul {
    text-align: center;
  }
  nav#menu {
    overflow: hidden;
    max-height: 0;
    background: rgba(19, 49, 79, 0.9);
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    text-align: center;
  }
  nav#menu,
  nav#menu > ul ul {
    overflow: auto;
    padding: 50px 20px;
    padding-top: 15px;
  }
  nav#menu > ul > li {
    display: block !important;
    margin: 0 !important;
    padding: 0;
	  position: relative;
  }
  nav#menu ul ul,
  nav#menu ul ul ul {
    display: inherit;
    position: relative;
    left: auto;
    top: auto;
    padding: 0;
  }
 nav#menu > ul > li > span {
    width: 40px;
    height: 35px;
    position: absolute;
    right: 0;
    top: 6px;
    z-index: 2;
}
  nav#menu ul ul.sub-menu.active {
    visibility: visible;
    opacity: 1;
    max-height: 55em;
  }
  nav#menu > ul > li > a {
    display: block;
    position: relative;
    padding: 10px 0px;
    color: #C2E1E9;
    font-size: 18px;
    opacity: 1;
  }
  nav#menu > ul > li:last-child > a {
    border: none;
  }
  .mainmenu ul li > ul {
    border: none;
  }
  nav#menu li.has-submenu > a:after {
    border: none;
    content: "+";
    position: absolute;
    top: 10px;
    right: 9px;
    display: block;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
    height: auto;
    font-size: 30px;
    font-weight: 400;
  }
  .sub-menu::before {
    height: 90% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
  }
  .sub-menu::after {
    display: none;
  }
  nav#menu li.has-submenu > a.active:after {
    content: "-";
    font-size: 20px;
  }
  nav#menu ul ul > li a {
    padding: 10px 0px;
    line-height: normal;
    color: #fff;
    font-size: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  }
  ul.sub-menu {
    padding-left: 20px;
  }
  .header-toggle .active span:nth-child(2) {
    opacity: 0;
  }
  .header-toggle .active span:nth-child(1) {
    top: 14px;
    transform: rotate(45deg);
  }
  .header-toggle .active span:nth-child(3) {
    top: 0px;
    transform: rotate(-45deg);
  }
  .header-toggle {
    display: block;
  }
  nav#menu > ul ul {
    background: transparent;
    box-shadow: none;
    width: 100%;
    padding-left: 15px;
  }
  .header-area {
    padding: 14px 0;
  }
  .header-area .header-navigation {
    padding: 0;
  }
  .header-area .action {
    margin: 0;
  }
  .header-area::after {
    height: 15px;
  }
  .header-area .site-logo {
    width: 55px;
  }
  .header-area .call {
  }
  .header-area .call .title {
    display: block;
    color: #FF5E26;
    font-weight: 700;
    font-size: 14px;
  }
  .header-area .call a {
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
  }
  .menulogo {
    width: 170px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .closeMenu {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 11;
  }
  body.act {
    overflow: hidden;
  }
  .mCall {
    flex-direction: row !important;
    justify-content: center;
    margin: 30px 0 !important;
  }
  .mCall img {
    margin-right: 15px !important;
  }
  .mCall a {
    color: #FFFFFF !important;
  }
  .dn_12 {
    display: none !important;
  }
  .df_12 {
    display: flex !important;
  }
  .db_12 {
    display: block !important;
  }
}
footer {
  font-family: "Poppins", sans-serif;
  background-image: url("../../assets/img/footer-bg.svg");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: cover;
}
footer .client-logo {
  background: transparent;
  position: relative;
  z-index: 1;
}
footer .client-logo::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #000000;
  opacity: 0.24;
  z-index: -1;
}

.footer-top {
  padding: 60px 0;
}
.footer-top .footer-logo {
  width: auto;
}
.footer-top .footer_title {
  color: #FFFFFF;
  font-weight: 600;
  font-size: 18px;
  display: block;
  margin-bottom: 10px;
	text-transform: uppercase;	
}
.footer-top .footer_links li {
  margin-bottom: 5px;
}
.footer-top .footer_links li a {
  color: #96B4CC;
  font-size: 14px;
  line-height: 25px;
}
.footer-top .footer_links li a:hover {
  color: #FFFFFF;
}
.footer-top p {
  color: #96B4CC;
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 10px;
}
.footer-top .footer-widget.alt {
  margin-top: 30px;
}

.footer_social li {
  display: inline-block;
  margin-right: 10px;
}
.footer_social li:last-child {
  margin-right: 0;
}
.footer_social li a:hover {
  transform: translateY(-4px);
}

.copyright {
  padding: 14px 0;
  position: relative;
  z-index: 1;
  font-family: "Rubik", sans-serif;
  font-size: 15px;
}
.copyright p {
  color: #89B7D5;
}
.copyright a {
  color: #89B7D5;
}
.copyright::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #000000;
  opacity: 0.24;
  z-index: -1;
}

@media (max-width: 767px) {
  .footer-top {
    padding: 30px 0;
  }
  .footer-widget {
    margin: 15px 0;
  }
}
.hero-area {
  position: relative;
  z-index: 1;
}
.hero-area .hero_bg {
    height: 520px;
    object-fit: cover;
    width: 100%;
    object-position: center 65% !important;
}
.hero-area .hero-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-area .cta-btn {
  margin-top: 15px;
}
.hero-area .hero_subHeading {
  margin-bottom: 0px;
  display: block;
}
.hero-area .h1 {
  color: #FFFFFF;
}
.hero-area .hero_subHeading {
  color: #FFFFFF;
}

@media (max-width: 991px) {
  .hero-area .hero_bg {
    height: 280px;
  }
}
@media (max-width: 575px) {
  .hero-area .hero_bg {
    height: 380px;
  }
}
.client-logo {
  background: #D8E9EE;
  padding: 50px 0;
}
.client-logo .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  flex: 1;
}
.client-logo .inner .items {
    padding: 0 30px;
    height: 50px ;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.client-logo .inner .slick-list {
  margin-left: -15px;
  margin-right: -15px;
}

@media (max-width: 991px) {
  .client-logo {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .client-logo .inner {
    display: block;
  }
  .client-logo .inner .items {
    padding: 0 15px;
  }
}
.feature-boat {
  padding: 70px 0;
}
.feature-boat .h5 {
  letter-spacing: 2px;
  font-weight: 600;
}
.feature-boat .section_action {
  margin-top: 20px;
}

.boat-list-slider .slide {
  padding: 0 10px;
  padding-top: 30px;
  padding-bottom: 20px;
}
.boat-list-slider .slick-list {
  margin-left: -10px;
  margin-right: -10px;
}
.boat-list-slider .slick-arrow {
  width: auto;
  height: auto;
  opacity: 0.6;
  transition: all 0.4s;
}
.boat-list-slider .slick-arrow:hover {
  opacity: 1;
}
.boat-list-slider .slick-arrow::before {
  display: none;
}
.boat-list-slider .slick-prev {
  left: -50px;
}
.boat-list-slider .slick-next {
  right: -50px;
}

.more-dealer-slider .slide {
  padding: 0 10px;
  padding-top: 30px;
}
.more-dealer-slider .slick-list {
  margin-left: -10px;
  margin-right: -30px;
  padding-right: 100px;
}
.more-dealer-slider .slick-arrow {
  width: auto;
  height: auto;
  opacity: 0.6;
  transition: all 0.4s;
}
.more-dealer-slider .slick-arrow:hover {
  opacity: 1;
}
.more-dealer-slider .slick-arrow::before {
  display: none;
}
.more-dealer-slider .slick-prev {
  left: -50px;
}
.more-dealer-slider .slick-next {
  right: -50px;
}

.box.style1 img {
  height: 240px;
  object-fit: cover;
  width: 100%;
}
.box.style1 .text {
  margin-top: 10px;
}
.box.style1 .title {
  font-size: 18px;
  margin-bottom: 4px;
}
.box.style1 .price {
  font-size: 21px;
  font-weight: 600;
}

.more-dealer-slider .price {
  font-size: 18px !important;
}
.more-dealer-slider .box.style1 img {
  height: 175px;
}

.more-dealer-arrows {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
}
.more-dealer-arrows .slick-arrow {
  position: inherit;
  top: auto;
  left: auto;
  bottom: auto;
  right: auto;
  width: auto;
  height: auto;
  transform: translate(0, 0);
}
.more-dealer-arrows .slick-arrow::before {
  display: none;
}
.more-dealer-arrows svg {
  height: 26px;
}

@media (max-width: 991px) {
  .feature-boat {
    padding: 50px 0;
  }
}
@media (max-width: 1200px) {
  .boat-list-slider .slick-list {
    padding-right: 100px;
    margin-left: 40px;
  }
  .boat-list-slider .slick-next {
    left: 0;
    top: 43%;
    right: auto;
    transform: rotate(180deg);
  }
  .boat-list-slider .slick-prev {
    display: none;
  }
  .boat-list-slider .slide {
    padding: 0 8px;
    padding-top: 20px;
  }
  .box.style1 img {
    height: 190px;
  }
  .box.style1 .price {
    font-size: 18px;
  }
}

.perfect-boat {
	background: linear-gradient(180deg, rgb(230, 243, 245) 0%, rgb(255, 255, 255) 100%);
    padding: 70px 0 490px;
    margin-bottom: -390px;
	position: relative;
}

.perfect-boat .bg {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
	opacity: 0.1
}

.perfect-boat .container {
	position: relative;
	z-index: 2;
}

.perfect-boat .heading {
  font-weight: 600;
}
.perfect-boat .box {
	box-shadow: -9px 14px 32px rgba(0, 0, 0, 0.27);
  padding: 30px;
  background: #fff;
  border-radius: 20px;
  margin-top: 30px;
  color: #1E466D;
  min-height: 130px;
}
.perfect-boat .box:hover {
  transform: translateY(-12px);
}
.perfect-boat .section_action {
  margin-top: 20px;
}
.perfect-boat .cta-btn {
  margin-top: 20px;
}

@media (max-width: 991px) {
	
.service-parts .cta-btn {
    margin-top: 20px;
}
	
.perfect-boat {
    padding: 50px 0 490px;
}
  .perfect-boat .box {
    padding: 20px 40px;
    min-height: 100px;
    line-height: 22px;
  }
}
.service-parts {
  padding-bottom: 70px;
  position: relative;
}

.service-parts .cta-btn {
	margin-top: 35px;	
}

.service-parts .heading {
  font-weight: 600;
}
.service-parts .heading-alt {
  font-weight: 500;
}
.service-parts .box {
  position: relative;
}
.service-parts .box > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*
.service-parts .box::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.87;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="478" height="396" viewBox="0 0 478 396"><defs><linearGradient id="linear-gradient" x1="0.5" y1="0.775" x2="0.911" y2="-0.32" gradientUnits="objectBoundingBox"><stop offset="0" stop-color="%23293f70"/><stop offset="1" stop-color="%23278db4"/></linearGradient></defs><rect id="heroshot2" width="478" height="396" opacity="0.87" fill="url(%23linear-gradient)"/></svg>');
}*/

.service-parts .box .inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.service-parts .box .inner .icon {
  margin-bottom: 20px;
  height: 60px;
}
.service-parts .box .inner .icon img {
  height: 100%;
}
.service-parts .box .title {
  color: #FFFFFF;
  font-size: 28px;
  line-height: 110%;
}

@media (max-width: 991px) {
  .service-parts {
    padding-bottom: 50px;
  }
  .service-parts .text {
    margin-bottom: 30px;
  }
  .service-parts .box .inner {
    padding: 25px;
  }
  .service-parts .box .inner .icon {
    height: 45px;
  }
  .service-parts .box .title {
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  .service-parts .box .inner {
    padding: 15px;
  }
  .service-parts .box .inner .icon {
    height: 35px;
  }
  .service-parts .box .title {
    font-size: 18px;
  }
}
.about-area {
  background: #D8E9EE;
}
.about-area .heading {
  font-weight: 600;
}
.about-area .container {
  padding: 140px 15px;
  position: relative;
}
.about-area .about_img {
  position: absolute;
  left: -180px;
  width: 80%;
  top: -75px;
}
.about-area .cta-btn {
  min-width: 260px;
}
.about-area .cta-btn-border {
  min-width: 260px;
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  .about-area .container {
    padding: 50px 15px;
  }
}
@media (max-width: 575px) {
  .about-area .container {
    padding-bottom: 0;
  }
  .about-area .image {
    margin-top: 30px;
  }
}
.boat-breands {
    padding: 80px 0 70px;
    background: #D8E9EE;
}
.boat-breands .heading {
  font-weight: 600;
}

.brand-slider .slide {
  padding: 40px 15px;
}
.brand-slider .slick-list {
  margin-left: -15px;
  margin-right: -15px;
}
.brand-slider .box {
  position: relative;
  display: block;
}
.brand-slider .box .brand-logo {
  position: absolute;
  padding: 40px;
  left: 0;
  top: 0;
  width: 100%;
}
.brand-slider .box .brand-logo img {
  height: 45px;
  margin: auto;
}
.brand-slider .box:hover {
  transform: scale(1.1);
  transform-origin: center center;
}
.brand-slider .slick-arrow {
  z-index: 1;
  width: auto;
  height: auto;
}
.brand-slider .slick-arrow::before {
  display: none;
}
.brand-slider .slick-arrow svg {
  width: 65px;
}
.brand-slider .slick-prev {
  left: 0;
}
.brand-slider .slick-next {
  right: 0;
}

@media (max-width: 991px) {
  .boat-breands {
    padding: 50px 0;
  }
  .boat-breands .slide {
    padding: 30px 5px;
  }
  .boat-breands .slick-arrow svg {
    width: 40px;
  }
  .boat-breands .box .brand-logo {
    padding: 15px;
  }
  .boat-breands .box .brand-logo img {
    height: 20px;
  }
}
.image-cta {
    background: #D8E9EE;
    padding-top: 30px;
}
.image-cta .inner {
  height: 420px;
  position: relative;
  z-index: 1;
}
.image-cta .inner > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image-cta .inner .cta_shadow {
  position: absolute;
  bottom: -63px;
  right: 0;
  width: 100%;
  height: 150px;
  object-fit: contain;
  z-index: -1;
}
.image-cta .meta {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  background: rgba(0, 0, 0, 0.1764705882);
}
.image-cta .meta img {
  height: 70px;
  margin-right: 50px;
}
.image-cta .meta .title {
  color: #FFFFFF;
  font-weight: 600;
}

@media (max-width: 1200px) {
  .image-cta .inner {
    height: 320px;
  }
  .image-cta .meta {
    padding: 20px;
  }
  .image-cta .meta img {
    height: 60px;
    margin-right: 20px;
  }
  .image-cta .meta .title {
    font-size: 24px;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .image-cta .inner {
    height: 220px;
  }
  .image-cta .meta {
    padding: 10px;
  }
  .image-cta .meta img {
    height: 30px;
    margin-right: 20px;
  }
  .image-cta .meta .title {
    font-size: 17px;
    margin: 0;
  }
}
.footer-banner {
  margin-top: -400px;
  background: #D8E9EE;
}
.footer-banner.bg_white {
  background: #fff;
}

@media (min-width: 1201px) {

body.home .footer-banner {
  margin-top: -530px;
}	
	
}

@media (max-width: 1200px) {
  .footer-banner {
    margin-top: -220px;
  }
}
@media (max-width: 991px) {
  .footer-banner {
    margin-top: -100px;
    height: 315px;
  }
  .footer-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .footer-banner {
    margin-top: -100px;
    height: 215px;
  }
}
.inventory-area {
  padding: 70px 0;
}
.inventory-area .sidebar {
  background: #F2FCFF;
}
.inventory-area .sidebar .head {
  background: linear-gradient(90deg, rgb(41, 63, 112) 0%, rgb(39, 141, 180) 100%);
  padding: 20px;
}
.inventory-area .sidebar .heading {
  font-size: 18px;
  font-weight: 600;
  color: #FFFFFF;
}
.inventory-area .sidebar .reset_btn {
  color: #FFFFFF;
  padding: 8px 20px;
  border: 1px solid #fff;
  display: inline-block;
  text-align: center;
}
.inventory-area .sidebar .accordion-item {
  border: none;
  border-bottom: 1px solid #D8E9EE;
  background: transparent;
  padding: 20px;
}
.inventory-area .sidebar .accordion-item:last-child {
  border: none;
}
.inventory-area .sidebar .accordion-item .notes img {
  margin-right: 5px;
}
.inventory-area .sidebar .accordion-item .notes a {
  font-size: 14px;
  color: #1E466D;
  text-decoration: underline !important;
}
.inventory-area .sidebar .accordion-item .notes a:hover {
  text-decoration: none !important;
}
.inventory-area .sidebar .accordion-button {
  padding: 0;
  background: transparent;
  border-radius: 0;
  border: none;
  box-shadow: none;
  font-weight: 700;
  color: #363940;
  font-size: 17px;
}
.inventory-area .sidebar .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23b8d3d9'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.inventory-area .sidebar .sidebar_widgets {
  padding-top: 15px;
}
.inventory-area .sidebar .sidebar_widgets input[type=checkbox] {
  display: none;
}
.inventory-area .sidebar .sidebar_widgets input[type=checkbox]:checked ~ label::before {
  background: #1E466D;
}
.inventory-area .sidebar .sidebar_widgets input[type=checkbox]:checked ~ label::after {
  opacity: 1;
  visibility: visible;
}
.inventory-area .sidebar .sidebar_widgets label {
  color: #363940;
  position: relative;
  padding-left: 30px;
  font-size: 15px;
}
.inventory-area .sidebar .sidebar_widgets label::before {
  position: absolute;
  content: "";
  top: 4px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #99BBD9;
  background: #fff;
  border-radius: 4px;
}
.inventory-area .sidebar .sidebar_widgets label::after {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 8px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
  visibility: hidden;
}
.inventory-area .sidebar .sidebar_widgets .checkbox {
  column-count: 2;
}
.inventory-area .sidebar .sidebar_widgets .checkbox li {
  margin-bottom: 5px;
}
.inventory-area .sidebar .sidebar_widgets select {
  border: 1px solid #99BBD9;
  background: #fff;
  padding: 5px 10px;
  width: 100%;
  border-radius: 4px;
  font-size: 15px;
}

.inventoryListing .heading {
  font-weight: 500;
  font-size: 38px;
  margin-bottom: 20px;
}
.inventoryListing .search {
  height: 55px;
  border: 1px solid #C2E1E9;
  position: relative;
}
.inventoryListing .search input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border: none;
  padding: 10px 20px;
  padding-right: 60px;
}
.inventoryListing .search button {
  position: absolute;
  top: 0;
  right: 15px;
  z-index: 1;
  height: 100%;
}
.inventoryListing .sortBy {
  display: flex;
  align-items: center;
}
.inventoryListing .sortBy select {
  height: 55px;
  border: 1px solid #C2E1E9;
  position: relative;
  margin-left: 10px;
  padding: 5px 10px;
  font-size: 15px;
}
.inventoryListing .listViwe {
  text-align: center;
  font-size: 13px;
  line-height: 13px;
  display: block;
  text-transform: uppercase;
}
.inventoryListing .listViwe img {
  margin-bottom: 5px;
  width: 45px;
  margin-left: auto;
  margin-right: auto;
}
.inventoryListing .filter_info {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.inventoryListing .filter_info p {
  margin: 0;
  margin-right: 20px;
  font-size: 15px;
  color: #1E466D;
}
.inventoryListing .filter_info .paginations {
  display: flex;
  align-items: center;
}
.inventoryListing .filter_info .paginations li {
  display: inline-block;
  margin: 0 3px;
}
.inventoryListing .filter_info .paginations li a {
  display: block;
  width: 30px;
  height: 30px;
  color: #1E466D;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-weight: 600;
}
.inventoryListing .filter_info .paginations li a.active {
  background: #C2E1E9;
}

.single_listing {
  margin-top: 20px;
  background: #F2FCFF;
}
.single_listing .top {
  position: relative;
  padding: 20px;
  padding-left: 260px;
}
.single_listing .top .thumbs {
  position: absolute;
  left: 0;
  width: 240px;
  top: 0;
  height: 100%;
	overflow: hidden;
}

.single_listing .top .thumbs img {
  position: absolute;
  left: 0;
  width: 100%;
  top: -11px;
  height: calc(100% + 22px);
  object-fit: cover;
}

.single_listing .top .featured_tag {
  position: absolute;
  left: -15px;
  top: 20px;
  z-index: 1;
  padding: 10px 20px;
  font-weight: 600;
  color: #FFFFFF;
  background: linear-gradient(180deg, rgb(41, 63, 112) 0%, rgb(39, 141, 180) 100%);
  padding-left: 35px;
  letter-spacing: 1px;
  font-size: 15px;
}
.single_listing .top .featured_tag::after {
  position: absolute;
  bottom: -18px;
  left: 0px;
  width: 14px;
  height: 18px;
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.247' height='10.313' viewBox='0 0 10.247 10.313'%3E%3Cpath id='Path_53' data-name='Path 53' d='M-6204,509.979V499.665h-10.247Z' transform='translate(6214.247 -499.665)' fill='%23295482'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: top right;
  content: "";
  background-size: contain;
}
.single_listing .title {
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0;
}
.single_listing p {
  font-size: 14px;
  margin-bottom: 5px;
}
.single_listing .feature_list {
  margin-top: 15px;
}
.single_listing .feature_list ul {
  column-count: 2;
}
.single_listing .feature_list ul li {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 24px;
}
.single_listing .feature_list ul li span {
  font-weight: 500;
  min-width: 100px;
}
.single_listing .head {
  position: relative;
  padding-right: 100px;
}
.single_listing .head .share {
  position: absolute;
  top: -9px;
  right: 0px;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #87B8C5;
}
.single_listing .head .share img {
  margin-right: 5px;
}
.single_listing .actions {
  display: flex;
}
.single_listing .actions a {
  flex: 1;
  display: flex;
  align-items: center;
  background: #D8E9EE;
  font-size: 13px;
  font-weight: 500;
  color: #1E466D;
  padding: 10px;
  justify-content: center;
  border-right: 1px solid #B7DFE8;
}
.single_listing .actions a img {
  margin-right: 5px;
  height: 13px;
}
.single_listing .actions a:last-child {
  color: #FFFFFF;
  background: #FF5E26;
  border: none;
}

@media (max-width: 1200px) {
  .inventory-area .sidebar .reset_btn {
    padding: 8px 10px;
    font-size: 14px;
  }
  .single_listing .top {
    padding-left: 210px;
  }
  .single_listing .top .thumbs {
    width: 190px;
  }
  .single_listing .actions a {
    padding: 7px 3px;
    font-size: 12px;
  }
  .single_listing .actions a img {
    width: 13px;
  }
  .single_listing .feature_list ul li {
    font-size: 12px;
    line-height: 20px;
  }
}
@media (max-width: 991px) {
  .inventory-area {
    padding: 50px 0;
  }
  .inventory-area .sidebar .accordion-button {
    font-size: 15px;
  }
  .inventory-area .sidebar .heading {
    font-size: 16px;
  }
  .inventoryListing .heading {
    font-size: 28px;
  }
  .inventoryListing .filter_info {
    display: block;
    text-align: center;
  }
  .inventoryListing .filter_info p {
    font-size: 12px;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .inventoryListing .filter_info .paginations {
    justify-content: center;
  }
  .inventory-area .sidebar {
    margin-bottom: 30px;
  }
  .inventoryListing .search {
    margin-bottom: 20px;
  }
  .inventoryListing .sortBy select {
    margin-left: 0;
  }
  .single_listing .top {
    padding: 20px;
  }
  .single_listing .top .thumbs {
    position: inherit;
    width: 100%;
    margin-bottom: 20px;
    height: 250px;
  }
  .single_listing .top .featured_tag {
    left: 6px;
  }
  .single_listing .actions {
    flex-wrap: wrap;
  }
  .single_listing .actions a {
    flex: 0 0 50%;
    padding: 10px 8px;
    font-size: 13px;
    line-height: 20px;
  }
  .single_listing .feature_list ul {
    column-count: 1;
  }
  .single_listing .feature_list ul li {
    margin: 3px 0;
  }
  .single_listing .feature_list ul li span {
    width: 50%;
  }
  .single_listing .head {
    margin-bottom: 20px;
    padding-right: 70px;
  }
  .single_listing .head .share {
    top: 5px;
  }
  .single_listing .title {
    font-size: 20px;
  }
}
.page-banner {
  background: linear-gradient(90deg, rgb(41, 63, 112) 24%, rgb(39, 141, 180) 100%);
  padding: 50px 0;
  padding-bottom: 70px;
	position: relative;
}

.page-banner .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.page-banner .container {
	position: relative;
	z-index: 2;
}

.page-banner .cta-btn-border {
  color: #FFFFFF;
}
.page-banner p {
  color: #FFFFFF;
}
.page-banner .heading {
  color: #FFFFFF;
  font-weight: 600;
}
.page-banner .sub_heading {
  font-weight: 500;
  color: #FFFFFF;
}
.page-banner .group_btn {
  margin-top: 20px;
}
.page-banner .group_btn a {
  margin: 0 5px;
}
.page-banner .btn_fill {
  display: inline-flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 10px 25px;
  font-weight: 700;
  background: #FF5E26;
  color: #FFFFFF;
  border: 1px solid #FF5E26;
}
.page-banner .btn_border {
  display: inline-flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 10px 25px;
  font-weight: 700;
  border: 1px solid #FF5E26;
  color: #FFFFFF;
}

.postBanner {
  padding-bottom: 300px;
}
.postBanner .post-meta {
  color: #FFFFFF;
}
.postBanner .post-meta a {
  color: #FFFFFF;
}
.postBanner .post-meta a:hover {
  text-decoration: underline !important;
}

@media (max-width: 991px) {
  .page-banner {
    padding: 30px 0;
    padding-bottom: 40px;
  }
  .page-banner .heading {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .postBanner {
    padding-bottom: 220px;
  }
}
.form-area {
  padding: 70px 0;
}
.form-area .heading {
  margin-bottom: 30px;
  font-weight: 600;
}
.form-area .c_form {
  background: #F5FAFC;
  padding: 40px;
  border-radius: 10px;
  border: 1px solid #D1E2E6;
}
.form-area .c_form .cta-btn {
  margin-top: 30px;
}
.form-area .c_form legend {
    color: #1E466D;
    font-size: 16px;
    font-weight: 600;
    width: auto;
    margin-right: 20px;
    display: inline-block;
    margin-bottom: 0 !important;
    position: relative;
    top: 5px;
}

body legend+* {
    clear: inherit;
}

.form-area .c_form .custom_radio .gfield_radio > div {
  display: inline-block;
  margin-right: 15px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.form-area .c_form .custom_radio .gfield_radio > div:last-child {
  margin-right: 0;
}

.form-area .c_form .custom_radio .gfield_radio > div label {
  padding-left: 30px;
  position: relative;
}
.form-area .c_form .custom_radio .gfield_radio > div label::before {
  width: 20px;
  height: 20px;
  position: absolute;
  content: "";
  top: 4px;
  left: 0;
  border-radius: 50%;
  border: 1px solid #2783AC;
}
.form-area .c_form .custom_radio .gfield_radio > div label::after {
  width: 12px;
  height: 12px;
  position: absolute;
  content: "";
  top: 8px;
  left: 4px;
  border-radius: 50%;
  background: #2783AC;
  opacity: 0;
  transition: all 0.4s;
}
.form-area .c_form .custom_radio .gfield_radio > div input[type=radio] {
  display: none;
}
.form-area .c_form .custom_radio .gfield_radio > div input[type=radio]:checked ~ label::after {
  opacity: 1;
}
.form-area .c_form .c_form_heading {
  font-size: 22px;
  color: #1E466D;
  font-weight: 600;
  position: relative;
  margin: 20px 0;
}
.form-area .c_form .c_form_heading span {
  background: #F5FAFC;
  padding: 5px 30px;
  padding-left: 0;
  position: relative;
  z-index: 1;
}
.form-area .c_form .c_form_heading::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 100%;
  transform: translateY(-50%);
  height: 10px;
  background: #DCEAEF;
  content: "";
}
.form-area .c_form .gfield {
  margin: 5px 0;
padding: 0 12px;
}
.form-area .c_form .gform_fields {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -12px;
}
.form-area .c_form .gfield.gfield--type-radio {
	padding: 10px 12px
}

.form-area .c_form .gfield label:not(.gchoice label) {
	display: none;
}

.form-area .c_form input {
  width: 100%;
  height: 55px;
  background: #fff;
  border: 1px solid #D5DFE4;
  padding: 10px 20px;
}
.form-area .c_form input::placeholder {
  opacity: 0.7;
  color: #575757;
}
.form-area .c_form textarea {
  width: 100%;
  height: 110px;
  background: #fff;
  border: 1px solid #D5DFE4;
  padding: 10px 20px;
}
.form-area .c_form textarea::placeholder {
  opacity: 0.7;
  color: #575757;
}
.form-area .c_form select {
  width: 100%;
  height: 55px;
  background: #fff;
  border: 1px solid #D5DFE4;
  padding: 10px 20px;
  color: rgba(87, 87, 87, 0.8078431373);
}
.form-area .c_form select option {
  color: #4B4B4B;
}

.qtyTitle {
  color: #575757;
  opacity: 0.7;
}

.quantity-form {
  display: inline-block;
  position: relative;
  margin-left: 5px;
}

.quantity-form input[type=number] {
  width: 70px;
  line-height: 30px;
  text-indent: 10px;
  font-weight: normal;
  font-size: 14px;
  padding: 5px;
  height: 45px;
}

.quantity-form .qty-plus {
  position: absolute;
  right: 6px;
  top: 10px;
  cursor: pointer;
  opacity: 0.6;
}

.quantity-form .qty-minus {
  position: absolute;
  right: 6px;
  bottom: 10px;
  cursor: pointer;
  opacity: 0.6;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  opacity: 0;
}

.addAnotherBTn {
  width: 100%;
  padding: 8px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 1px solid #FF5E26;
  color: rgba(87, 87, 87, 0.6745098039);
  margin-top: 10px;
  margin-bottom: 30px;
}
.addAnotherBTn img {
  margin-right: 10px;
}

.contact_side .c_info {
  padding-left: 60px;
  position: relative;
  margin-bottom: 50px;
}
.contact_side .c_info .title {
  font-size: 20px;
  font-weight: 700;
  color: #1E466D;
  margin-bottom: 5px;
}
.contact_side .c_info:last-child {
  margin-bottom: 0;
}
.contact_side .c_info .icon {
  position: absolute;
  left: 0;
  top: 5px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FF5E26;
}
.contact_side .c_info .icon img {
  height: 18px;
}

.map {
  padding-bottom: 70px;
}
.map iframe {
  height: 400px;
  width: 100%;
}

@media (max-width: 991px) {
  .map {
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .form-area {
    padding: 50px 0;
  }
}
@media (max-width: 575px) {
  .form-area .c_form {
    padding: 20px;
  }
  .contact_side .c_info {
    margin-bottom: 30px;
  }
  .contact_side .c_info:last-child {
    margin-bottom: 30px;
  }
}
.icon-teaser-area.no-bg {
  	background: linear-gradient(180deg, rgb(239 247 249) 15%, rgb(255, 255, 255) 40%);
	padding-top: 20px;
}

.icon-teaser-area {
  background: linear-gradient(180deg, rgb(230, 243, 245) 50%, rgb(255, 255, 255) 90%);
  padding: 70px 0;
}

.icon-teaser-area .heading {
  font-weight: 500;
  margin-bottom: 30px;
}

.icon-teaser-box {
  padding: 50px 35px;
  background: #fff;
  box-shadow: 0px 14px 18px rgba(116, 164, 183, 0.0392156863);
  border-radius: 9px;
  font-size: 14px;
  line-height: 24px;
  height: calc(100% - 30px);
  margin-bottom: 30px;
}
.icon-teaser-box .icon {
  width: 100px;
  margin: 0 auto 26px;
}
.icon-teaser-box .title {
  font-weight: 600;
  color: #1E466D;
  font-size: 24px;
  margin-bottom: 15px;
}

.icon-border-box .col-md-4 {
    border-bottom:none;
    border-right: 1px solid #D6D6D6
}

.icon-border-box .col-md-4:nth-child(3) {
    border-right: 0
}

.icon-border-box .col-md-4:nth-child(6) {
    border-right: 0
}

.icon-border-box .col-md-4:nth-child(9) {
    border-right: 0
}

.icon-border-box .col-md-4:nth-child(12) {
    border-right: 0
}

.icon-border-box .col-md-4:last-child:not(:nth-child(3)) {
    border-bottom: 0;
    border-left: 1px solid #D6D6D6
}

.icon-teaser-v3 {
  text-align: center;
  padding: 30px 5px;
}
.icon-teaser-v3 img {
  margin: auto;
  display: block;
  width: 85px;
}
.icon-teaser-v3 .title {
  color: #454D54;
  font-size: 19px;
  font-weight: 500;
  margin-top: 20px;
}

@media (max-width: 991px) {
  .icon-teaser-area {
    padding: 50px 0;
  }
  .icon-teaser-area .title {
    font-size: 20px;
  }
  .icon-teaser-box {
    padding: 30px;
  }
  .icon-teaser-v3 .title {
    font-size: 17px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .icon-border-box .col-md-4 {
    border-bottom: 1px solid #D6D6D6;
    border-right: 1px solid #D6D6D6;
  }
  .icon-border-box .col-md-4:nth-child(3) {
    border-bottom: none;
  }
  .icon-border-box .col-md-4:nth-child(6) {
    border-right: 1px solid #D6D6D6;
  }
  .icon-border-box .col-md-4:nth-child(9) {
    border-right: 1px solid #D6D6D6;
  }
  .icon-border-box .col-md-4:nth-child(12) {
    border-right: 1px solid #D6D6D6;
  }
  .icon-border-box .col-md-4:last-child:not(:nth-child(3)) {
    border-left: 1px solid #D6D6D6;
  }
  .icon-border-box .col-md-4:nth-child(2) {
    border-right: 0;
  }
  .icon-border-box .col-md-4:nth-child(4) {
    border-right: 0;
  }
  .icon-border-box .col-md-4:nth-child(6) {
    border-right: 0;
  }
}
.text-area {
  padding: 70px 0;
}
.text-area .heading {
  font-weight: 500;
}
.text-area .group_btn {
  margin-top: 30px;
}
.text-area .group_btn a {
  margin: 0 5px;
}

.content-list, .promotion-content ul {
  margin-top: 15px;
  margin-bottom: 30px;
}
.promotion-content ul li ul{
	margin-top:0;
	margin-bottom:0
}
.content-list li, .promotion-content ul li {
  position: relative;
  padding-left: 20px;
  margin: 10px 0;
}
.content-list li::before, .promotion-content ul li::before {
  position: absolute;
  top: 9px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #2783AC;
  content: "";
}
.promotion-content ul li{
	margin:5px 0
}
.promotion-content ul li::before{
	background:#1E466D
}
.promotion-content .innerHeading {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #ddd;
}
.promotion-content .content h4, .promotion-content .content h5, .promotion-content .content h3{
	font-size:22px
}



table {
  margin: 30px 0;
}

@media (max-width: 991px) {
  .text-area {
    padding: 50px 0;
  }
}
@media (max-width: 575px) {
  .text-area .group_btn .cta-btn {
    width: 100%;
    margin: 3px 0;
  }
}
.cta-area {
  padding: 70px 0;
  position: relative;
}
.cta-area .title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}

.cta-inner-v1 {
  padding: 60px;
  background: #FF5E26;
  color: #FFFFFF;
  border-radius: 10px;
}
.cta-inner-v1 .btns {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.cta-inner-v2 {
  padding: 60px;
  background: #FF5E26;
  color: #FFFFFF;
  border-radius: 10px;
}
.cta-inner-v2 .btns {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: flex-end;
}
.cta-inner-v2 .btns a {
  flex: 1;
}

.cta-inner-v3 {
  padding: 60px;
  background: #FF5E26;
  color: #FFFFFF;
  border-radius: 10px;
}
.cta-inner-v3 p {
  font-size: 20px;
}
.cta-inner-v3 .btns {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}
.cta-inner-v3 .btns a {
  flex: 0 0 1;
  display: inline-block;
  width: auto;
  padding: 8px 25px;
}

@media (max-width: 767px) {
  .cta-inner-v2 {
    padding: 30px;
  }
  .cta-inner-v2 .btns {
    margin-top: 20px;
  }
  .cta-inner-v1 {
    padding: 30px;
  }
  .cta-inner-v1 .btns {
    margin-top: 15px;
    display: flex;
    flex-direction: row;
    gap: 10px;
  }
  .cta-inner-v1 .btns a {
    margin: 2px 0;
    width: 100%;
  }
  .cta-inner-v3 {
    padding: 30px;
  }
  .cta-inner-v3 p {
    font-size: 16px;
  }
  .cta-inner-v3 .btns {
    flex-direction: row;
  }
  .cta-inner-v3 .btns a {
    margin: 2px 0;
    width: 100%;
  }
}
@media (max-width: 575px) {
  .cta-inner-v3 .btns {
    flex-direction: column;
  }
  .cta-inner-v3 .btns a {
    margin: 2px 0;
    width: 100%;
  }
  .cta-inner-v1 .btns {
    flex-direction: column;
  }
  .cta-inner-v1 .btns a {
    margin: 2px 0;
    width: 100%;
  }
}
.choose-area {
  padding-bottom: 40px;
}
.choose-area .inner {
  background: #F5FAFC;
  border-radius: 9px;
  padding: 80px;
  border: 1px solid #D1E2E6;
  position: relative;
}
.choose-area .inner .border_sep {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.choose-area .inner .heading {
  font-weight: 500;
  margin-bottom: 30px;
}
.choose-area .inner ul li {
  padding-left: 30px;
  position: relative;
  margin: 10px 0;
  display: block;
  color: #4B4B4B;
}
.choose-area .inner ul li::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cg id='Group_3418' data-name='Group 3418' transform='translate(-1051 -3824)'%3E%3Ccircle id='Ellipse_20' data-name='Ellipse 20' cx='12' cy='12' r='12' transform='translate(1051 3824)' fill='%231e466d'/%3E%3Cpath id='Path_109' data-name='Path 109' d='M15237.332,3836.665l3.072,3.261,6.441-6.441' transform='translate(-14179.089 -0.706)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

@media (max-width: 991px) {
  .choose-area .inner {
    padding: 30px;
  }
}
@media (max-width: 575px) {
  .choose-area .border_sep {
    display: none;
  }
  .choose-area .right {
    margin-top: 30px;
  }
}
.image-text-area {
  padding: 70px 0;
}
.image-text-area .subHeading {
  margin-bottom: 30px;
  font-weight: 600;
}
.image-text-area .heading {
  font-weight: 600;
  margin-bottom: 30px;
}
.image-text-area .max_img {
    max-width: 700px;
    float: right;
}

@media(min-width: 1300px) {
	
.image-text-area .max_img.alt {
    max-width: 700px;
}	
	
}

.bg_light_gradient {
  background: linear-gradient(180deg, rgb(230, 243, 245) 50%, rgb(255, 255, 255) 90%);
}

@media (max-width: 1200px) {
  .image-text-area .max_img {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .image-text-area {
    padding: 50px 0;
  }
  .image-text-area .max_img {
    max-width: 100%;
  }
  .content-img {
    margin-bottom: 30px;
  }
}
.expertise-area .inner {
  padding: 60px;
  background: #fff;
  border-radius: 9px;
  box-shadow: 0 15px 29px rgba(63, 134, 156, 0.0784313725);
}
.expertise-area .inner .heading {
  font-weight: 600;
}
.expertise-area .inner .expertise-items {
  margin-top: 30px;
  padding: 0 45px;
  padding-left: 55px;
  position: relative;
}
.expertise-area .inner .expertise-items .title {
  color: #1E466D;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 15px;
}
.expertise-area .inner .expertise-items::before {
  position: absolute;
  top: 5px;
  left: 0;
  width: 20px;
  height: 16px;
  content: "";
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="22.408" height="18.667" viewBox="0 0 22.408 18.667"><path id="Path_94" data-name="Path 94" d="M12398.03,1290.5l5.51,5.51,13.363-13.363" transform="translate(-12396.263 -1280.878)" fill="none" stroke="%231e466d" stroke-width="5"/></svg>') no-repeat scroll 0 0/cover;
}

@media (max-width: 991px) {
  .expertise-area .inner {
    padding: 40px;
  }
  .expertise-area .inner .expertise-items {
    padding-left: 40px;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .expertise-area .inner {
    padding: 30px;
  }
  .expertise-area .inner .expertise-items {
    padding-left: 40px;
    padding-right: 0;
  }
  .expertise-area .inner .expertise-items .title {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.single-thumbs-banner .tags {
  background: #C2E1E9;
  color: #1E466D;
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
  padding: 8px 20px;
  margin-bottom: 30px;
}

.boat-single {
  padding-bottom: 70px;
}

.thumbsSlider {
  margin-top: 30px;
}
.thumbsSlider .thumbLeft {
  width: 100px;
  float: left;
}
.thumbsSlider .moreThumb {
  position: relative;
  margin-top: 8px;
}
.thumbsSlider .moreThumb .inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
}
.thumbsSlider .moreThumb .inner span {
  color: #fff;
  line-height: normal;
}
.thumbsSlider .moreThumb .inner img {
  margin-bottom: 5px;
}
.thumbsSlider .mini-thumb-slider .slide {
  padding: 0px 0 10px;
}
.thumbsSlider .mini-thumb-slider .image {
  width: 100px;
  height: 100px;
}
.thumbsSlider .mini-thumb-slider .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.thumbsSlider .main-thumb-slider {
  overflow: hidden;
  padding-left: 20px;
}
.thumbsSlider .main-thumb-slider .slick-arrow {
  width: auto;
  height: auto;
  z-index: 11;
}
.thumbsSlider .main-thumb-slider .slick-arrow::before {
  display: none;
}
.thumbsSlider .main-thumb-slider .slick-prev {
  left: 20px;
}
.thumbsSlider .main-thumb-slider .slick-next {
  right: 0;
}
.thumbsSlider .main-thumb-slider .image {
  height: 696px;
  width: 100%;
}
.thumbsSlider .main-thumb-slider .image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.details-info-box {
  background: #F2FCFF;
  border-radius: 9px;
  padding: 30px;
  border: 1px solid #D8E9EE;
  margin-top: 30px;
}
.details-info-box .btn_border {
  display: inline-block;
  text-align: center;
  padding: 10px 35px;
  font-weight: 700;
  border: 1px solid #FF5E26;
  color: #FF5E26;
  margin-top: 20px;
}
.details-info-box .heading {
  position: relative;
  margin-bottom: 20px;
  font-size: 30px;
}
.details-info-box .heading::before {
  position: absolute;
  top: 0;
  left: -30px;
  height: 100%;
  width: 20px;
  content: "";
  background: linear-gradient(90deg, rgb(41, 63, 112) 24%, rgb(39, 141, 180) 100%);
}
.details-info-box .inner {
  padding-bottom: 30px;
}
.details-info-box .list_item li {
  display: flex;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #D8E9EE;
  font-size: 15px;
}
.details-info-box .list_item li:last-child {
  border-bottom: 0;
}
.details-info-box .list_item li span {
  width: 50%;
  color: #3D546B;
  font-weight: 500;
}
.details-info-box .video-box {
  position: relative;
  margin: 15px 0;
}
.details-info-box .video-box .play_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.details-info-box .upgrade-box {
  padding: 12px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #9CCED6;
  font-size: 14px;
  line-height: 22px;
  color: #7D7D7D;
  margin: 15px 0;
}
.details-info-box .upgrade-box .image {
  border-radius: 8px;
  overflow: hidden;
}

.details-info-box .upgrade-box .image img {
	height: 80px;
	width: 100%;
	object-fit: cover;
	border-radius: 8px;
	object-position: center;
}

.details-info-box form label, .details-info-box form .label {
  font-weight: 500;
  margin-bottom: 5px;
  color: #5A5A5A;
  font-size: 15px;
}
.details-info-box form li {
  margin-bottom: 20px;
  position: relative;
}
.details-info-box form li .percent {
  position: absolute;
  right: 25px;
  top: 42px;
  color: #8399A8;
  font-size-adjust: 15px;
}
.details-info-box form input {
  width: 100%;
  height: 45px;
  background-color: #fff;
  border: 1px solid #D8E9EE;
  padding: 10px 15px;
  border-radius: 6px;
  font-size: 15px;
}
.details-info-box form input::placeholder {
  color: #8399A8;
}
.details-info-box form .loanAmount {
  font-weight: 500;
  color: #605D5D;
  font-size: 22px;
}
.details-info-box form button {
  margin-top: 32px;
  height: 45px;
}
.details-info-box .calculator_note {
  font-size: 15px;
  padding-left: 50px;
  color: #808080;
  line-height: 22px;
}
.details-info-box .calculator {
  position: relative;
  padding: 0 15px;
  padding-bottom: 0;
  margin: 30px 0;
}
.details-info-box .calculator .border_sep {
  position: absolute;
  left: calc(50% + 40px);
  top: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
}
.details-info-box .inner.color {
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative;
}
.details-info-box .inner.color::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 100%;
  background: #9CCED6;
}
.details-info-box .color-option .box {
  margin-top: 20px;
}
.details-info-box .color-option .box img {
  margin-bottom: 10px;
}
.details-info-box .color-option .box span {
  color: #1E466D;
  line-height: normal;
  font-size: 15px;
}
.details-info-box .color-option .box span.color-item {
	height: 90px;
	width: 100%;
	border: 1px solid #000;
	border-radius: 20px;
	margin-bottom: 10px;
}

.sideWidget {
  margin-bottom: 30px;
  padding: 30px;
  background: #F2FCFF;
  border: 1px solid #D8E9EE;
  border-radius: 9px;
}
.sideWidget:last-child {
  margin-bottom: 0;
}

.sideCall .title {
  font-size: 18px;
  color: #1E466D;
  font-weight: 500;
  margin-bottom: 5px;
}
.sideCall a {
  font-size: 18px;
  color: #1E466D;
  font-weight: 500;
}

.sideCall .inner > div {
	display: flex;
	align-items: flex-start;
	margin-top: 20px;
}

.sideCall .inner > div + div {
	align-items: center;
	margin-top: 5px;
}

.sideCall .inner > div .icon {
	background: #FF5E26;
	min-width: 30px;
	height: 30px;
	margin-right: 15px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sideCall .inner > div .icon img {
	width: 18px;
}
.sideCall a:hover {
  color: #FF5E26;
}

.sideBartitle {
  font-size: 22px;
}
.sideBartitle img {
  margin-right: 10px;
}

.sideTabsMenu {
  padding: 0;
}
.sideTabsMenu ul li {
  border-bottom: 1px solid #D8E9EE;
}
.sideTabsMenu ul li:last-child {
  border: none;
}
.sideTabsMenu ul li a {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  color: #1E466D;
  padding: 15px 20px;
  position: relative;
}
.sideTabsMenu ul li a::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="7.022" height="12.631" viewBox="0 0 7.022 12.631"><path id="Path_90" data-name="Path 90" d="M-918,368l5.962,5.962L-918,379.924" transform="translate(918.354 -367.646)" fill="none" stroke="%231e466d" stroke-width="1"/></svg>');
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
}
.sideTabsMenu ul li a img {
  margin-right: 10px;
}

.onsaleTags {
  padding: 30px;
  position: relative;
  background: #2783AC;
  color: #FFFFFF;
  border-radius: 9px;
  margin-bottom: 30px;
  text-align: right;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.onsaleTags .tags {
  position: absolute;
  left: -15px;
  top: 20px;
  z-index: 1;
  padding: 10px 20px;
  font-weight: 600;
  color: #FFFFFF;
  background: #5BB8E2;
  padding-left: 35px;
  letter-spacing: 1px;
}
.onsaleTags .tags::after {
  position: absolute;
  bottom: -18px;
  left: 0px;
  width: 15px;
  height: 18px;
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.247' height='10.313' viewBox='0 0 10.247 10.313'%3E%3Cpath id='Path_53' data-name='Path 53' d='M-6204,509.979V499.665h-10.247Z' transform='translate(6214.247 -499.665)' fill='%23295482'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: top right;
  content: "";
  background-size: contain;
}
.onsaleTags .title {
  font-weight: 600;
  font-size: 32px;
  line-height: normal;
}
.onsaleTags .dis {
  font-size: 20px;
  position: relative;
  margin-bottom: 20px;
  display: inline-block;
}
.onsaleTags .dis::before {
  position: absolute;
  content: "";
  bottom: -15px;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background: #fff;
  left: 0;
  opacity: 0.15;
}
.onsaleTags .dis::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%) rotate(-3deg);
  width: 100%;
  height: 1px;
  background: #fff;
  left: 0;
}

.sideForm form {
  margin-top: 20px;
}
.sideForm form li {
  margin-bottom: 10px;
}
.sideForm form input {
  width: 100%;
  height: 55px;
  border: 1px solid #DBEBEF;
  background: #fff;
  padding: 10px 20px;
}
.sideForm form textarea {
  width: 100%;
  height: 130px;
  border: 1px solid #DBEBEF;
  background: #fff;
  padding: 10px 20px;
}
.sideForm form button {
  display: block;
  text-align: center;
  padding: 12px 25px;
  font-weight: 700;
  background: #FF5E26;
  color: #FFFFFF;
  width: 100%;
}

@media (max-width: 1200px) {
  .details-info-box form label {
    font-size: 13px;
  }
  .details-info-box form button {
    padding: 8px;
  }
  .more-dealer-slider .slide {
    padding-bottom: 30px;
  }
  .more-dealer-slider .slick-list {
    margin-right: -30px;
    padding-right: 70px;
  }
}
@media (max-width: 991px) {
  .thumbsSlider .main-thumb-slider .image {
    height: 580px;
  }
}
@media (max-width: 991px) {
  .thumbsSlider .thumbLeft {
    width: 100%;
    float: none;
  }
  .thumbsSlider .mini-thumb-slider .slide {
    padding: 0 5px;
  }
  .thumbsSlider .mini-thumb-slider .image {
    width: 100%;
  }
  .thumbsSlider .main-thumb-slider {
    margin-top: 20px;
    padding-left: 0;
  }
  .thumbsSlider .main-thumb-slider .image {
    height: 260px;
  }
  .thumbsSlider .main-thumb-slider .slick-prev {
    left: 0;
  }
  .details-info-box .more-dealer-slider {
    padding-bottom: 20px;
  }
  .details-info-box .more-dealer-slider .slick-list {
    margin-left: -40px;
    padding-right: 62px;
    margin-right: -30px;
  }
  .details-info-box .inner {
    padding: 0;
  }
  .details-info-box .inner.alt {
    padding: 0;
  }
  .details-info-box .heading {
    font-size: 26px;
  }
  .details-info-box .upgrade-box .image img {
    width: 100%;
  }
  .details-info-box .calculator .border_sep {
    display: none;
  }
  .details-info-box .calculator_note {
    padding-left: 0;
    margin-top: 20px;
  }
  .details-info-box .upgrade-box .image {
    margin-bottom: 20px;
  }
  .details-info-box .inner.color::after {
    display: none;
  }
  .details-info-box .color-option {
    margin: 15px 0;
  }
  a {
    word-wrap: break-word;
  }
  .onsaleTags {
    padding: 20px;
  }
  .onsaleTags .title {
    font-size: 24px;
  }
  .onsaleTags .dis {
    font-size: 16px;
  }
  .onsaleTags .tags {
    padding: 8px;
  }
  .sideWidget {
    padding: 20px;
  }
  .sideWidget .sideBartitle {
    font-size: 18px;
  }
  .sideCall .title {
    font-size: 16px;
  }
  .sideCall a {
    font-size: 20px;
  }
  .sideTabsMenu ul li a {
    font-size: 13px;
    padding: 10px 0;
    line-height: 20px;
  }
  .sideTabsMenu ul li a::after {
    right: -5px;
  }
}
@media (max-width: 767px) {
  .details-info-box form button {
    margin-top: 0;
  }
}
@media (max-width: 575px) {
  .details-info-box .more-dealer-slider {
    padding-bottom: 20px;
  }
  .details-info-box .more-dealer-slider .slick-list {
    margin-left: -40px;
    padding-right: 100px;
    margin-right: -60px;
  }
  .onsaleTags {
    margin-top: 30px;
  }
}
.blog-listing {
  padding: 70px 0;
}
.blog-listing .sidebar .title {
  font-size: 22px;
  font-weight: 700;
  padding: 30px;
  background: linear-gradient(90deg, rgb(41, 63, 112) 24%, rgb(39, 141, 180) 100%);
  color: #FFFFFF;
}
.blog-listing .sidebar li {
  border-bottom: 1px solid #D1E2E6;
}
.blog-listing .sidebar li:last-child {
  border-bottom: 0;
}
.blog-listing .sidebar li a {
  display: block;
  padding: 30px;
  background: #F5FAFC;
  color: #1E466D;
  position: relative;
  padding-right: 60px;
}
.blog-listing .sidebar li a::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  right: 30px;
  width: 7px;
  height: 7px;
  border-bottom: 1px solid #1E466D;
  border-right: 1px solid #1E466D;
  transition: all 0.4s;
}
.blog-listing .sidebar li a:hover::after {
  right: 20px;
}
.blog-listing .sidebar-cta {
  padding: 30px;
  background: linear-gradient(90deg, rgb(41, 63, 112) 24%, rgb(39, 141, 180) 100%);
  margin-top: 30px;
  color: #FFFFFF;
}
.blog-listing .sidebar-cta .title {
  font-weight: 600;
  color: #FFFFFF;
}

.blog-box {
  display: block;
  margin-bottom: 30px;
  background: #F5FAFC;
}
.blog-box:hover {
  transform: translateY(-12px);
}
.blog-box .image {
  height: 270px;
}
.blog-box .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-box .text {
  padding: 40px;
}
.blog-box .text .title {
  font-weight: 700;
  color: #1E466D;
  font-size: 22px;
  margin-bottom: 15px;
}
.blog-box .text p {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-box .link_text {
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  position: relative;
  color: #1E466D;
}
.blog-box .link_text::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  transition: all 0.4s;
  height: 1.5px;
  background: #2783AC;
}
.blog-box .link_text:hover::after {
  width: 0;
}

.box-slider .slide {
  padding: 0 15px;
  padding-top: 30px;
}
.box-slider .slick-list {
  margin-left: -15px;
  margin-right: -15px;
}

.box-slider-alt .slide {
  padding: 0 15px;
  padding-top: 30px;
}
.box-slider-alt .slick-list {
  margin-left: -15px;
  margin-right: -15px;
}

.post-content-area {
  padding-top: 0;
  margin-top: -260px;
  position: relative;
  z-index: 1;
  padding-bottom: 70px;
}
.post-content-area .featured-image {
  margin-bottom: 40px;
  height: 440px;
}
.post-content-area .featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post-content-area h3, .post-content-area h3 {
  font-weight: 600;
}

.post-content-area h4 {
	font-size: 22px;
}
.post-content-area .author-box {
  padding: 20px;
  background: #F5FAFC;
  border-radius: 9px;
  border: 1px solid #D1E2E6;
  margin-top: 50px;
}

.post-cat {
  margin-top: 50px;
}
.post-cat .video_filter_tags {
  margin-top: 30px;
}
.post-cat .video_filter_tags li {
  display: inline-block;
    margin: 0 5px 5px 0;
}
.post-cat .video_filter_tags li a {
  display: block;
  padding: 10px 20px;
  background: #2783AC;
  color: #FFFFFF;
  font-size: 14px;
}
.post-cat .video_filter_tags li a:hover {
  background: #FF5E26;
}

.related-post {
  padding: 70px 0;
  background: linear-gradient(180deg, rgb(230, 243, 245) 0%, rgb(255, 255, 255) 100%);
}
.related-post .heading {
  font-weight: 600;
}

@media (max-width: 1200px) {
  .post-cat .video_filter_tags li {
    margin: 2px;
  }
}
@media (max-width: 991px) {
  .blog-listing {
    padding: 50px 0;
  }
  .blog-box .text {
    padding: 30px;
  }
  .blog-box .image {
    height: 210px;
  }
  .related-post {
    padding: 50px 0;
  }
  .blog-listing .sidebar .title {
    font-size: 18px;
    padding: 20px;
  }
  .blog-listing .sidebar li a {
    padding: 20px;
    padding-right: 40px;
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .step_tabs .list-unstyled {
    background: linear-gradient(90deg, rgb(41, 63, 112) 24%, rgb(39, 141, 180) 100%);
    list-style: none;
    padding: 0;
    height: 56px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    color: #fff;
    width: 100%;
    margin-bottom: 30px;
  }
  .step_tabs .list-unstyled li {
    padding: 19px 20px;
    z-index: 2;
  }
  .step_tabs .list-unstyled li:not(.init) {
    padding: 15px;
    width: 100%;
    display: none;
    background: rgb(41, 63, 112);
    color: #fff;
    position: relative;
    font-size: 14px;
  }
  .step_tabs .list-unstyled li a {
    color: #fff;
  }
  .step_tabs.alt .list-unstyled li:not(.init) {
    padding: 0;
  }
  .step_tabs.alt .list-unstyled li:not(.init) a {
    padding: 15px;
    display: block;
  }
  .step_tabs .list-unstyled li:not(.init):hover,
  .step_tabs .list-unstyled li.selected:not(.init) {
    background: #fff;
    color: #000;
  }
  .step_tabs .list-unstyled li.init {
    cursor: pointer;
    position: relative;
  }
  .step_tabs .list-unstyled li.init::after {
    position: absolute;
    content: "";
    top: 50%;
    right: 20px;
    width: 7px;
    height: 7px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg) translateY(-50%);
  }
  .box-slider-alt .slide {
    padding: 0 7px;
    padding-top: 30px;
  }
  .box-slider-alt .slick-list {
    margin-left: -7px;
    margin-right: -7px;
  }
}
@media (max-width: 575px) {
  .post-content-area {
    margin-top: -180px;
    padding-bottom: 50px;
  }
  .post-content-area .featured-image {
    height: 310px;
  }
  .post-author-image {
    margin-bottom: 20px;
  }
}
.detailing-area {
  padding: 70px 0;
  background: #D8E9EE;
}
.detailing-area .detailing-box {
  margin-bottom: 30px;
}
.detailing-area .detailing-box:last-child {
  margin-bottom: 0;
}
.detailing-area .group_btn {
  margin-top: 30px;
  text-align: center;
}
.detailing-area .group_btn .cta-btn {
  margin: 0 10px;
}

@media (max-width: 991px) {
  .detailing-area {
    padding: 50px 0;
  }
}
@media (max-width: 575px) {
  .detailing-area .group_btn .cta-btn {
    display: block;
    width: 100%;
    margin: 5px 0;
  }
}
.factory-promotion-area {
  padding: 70px 0;
}
.factory-promotion-area .box {
  background: #D8E9EE;
  margin-top: 30px;
  border-radius: 9px;
  overflow: hidden;
  height: calc(100% - 30px);
}
.factory-promotion-area .box .image {
  height: 240px;
}
.factory-promotion-area .box .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.factory-promotion-area .box .date {
  display: block;
  margin-bottom: 5px;
  color: #1E466D;
  text-transform: uppercase;
}
.factory-promotion-area .box .text {
  padding: 30px;
}
.factory-promotion-area .box .title{
	  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
.factory-promotion-area .box p{
		  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
.inContent{
	margin-bottom:20px
}
.factory-promotion-area .box .text {
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.factory-promotion-area .filter_option {
  padding-bottom: 20px;
  border-bottom: 1px solid #D8E9EE;
}
.factory-promotion-area .filter_option p {
  color: #1E466D;
  font-size: 18px;
}
.factory-promotion-area .filter_option select {
  height: 55px;
  border: 1px solid #C2E1E9;
  position: relative;
  margin-left: 10px;
  padding: 5px 10px;
  font-size: 15px;
}

.custom_modal {
  border-radius: 0;
}
.custom_modal h5 {
  font-weight: 600;
}
.custom_modal .date {
  display: block;
  margin-bottom: 5px;
  color: #1E466D;
  text-transform: uppercase;
}
.custom_modal .heading {
  font-weight: 600;
}
.custom_modal .modalbanner {
  margin: 30px 0;
}
.custom_modal p {
  font-size: 15px;
  line-height: 22px;
}
.custom_modal .promotion-content {
  padding: 15px;
}
.custom_modal .modal-header {
  padding: 15px 30px;
}
.custom_modal .modal-header .modal-title {
  font-weight: 600;
}

@media (max-width: 991px) {
  .factory-promotion-area {
    padding: 50px 0;
  }
}
@media (max-width: 575px) {
  .factory-promotion-area .filter_option p {
    padding-bottom: 20px;
  }
	.factory-promotion-area .box .text{
		min-height:inherit;
		display:block
	}
	.factory-promotion-area .box .title{
	  display: block
}
.factory-promotion-area .box p{
		  display:block;
}
}

body.single-post .post-content ul {
  margin: 0 0 25px 20px;
  padding: 0;
}

body.single-post .post-content ul li {
  list-style: disc;
  margin-bottom: 5px;
}

body.single-post .post-content ol {
  margin: 0 0 25px 20px;
  padding: 0;
}

body.single-post .post-content ol li {
  list-style: decimal;
  margin-bottom: 5px;
  padding-left: 5px;
}

body.single-post .post-content li::marker {
  color: #1E466D;
  font-weight: bold;
}

body.single-post .post-content table {
  width: 100%;
  margin: 0 0 30px;
}

body.single-post .post-content thead th {
  background: #1E466D;
  border-color: #1E466D;
  color: #fff;
}

body.single-post .post-content th ,
body.single-post .post-content td {
  border: 1px solid #ddd;
  padding: 5px 12px;;
}

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

.paginations ul li {
	margin-right: 10px;
}

.paginations ul li a ,
.paginations ul li span {
	background: #fff;
	border: 1px solid #1E466D;
	color: #1E466D;
	line-height: 40px;
	display: inline-block;
	min-width: 40px;
	padding: 0 5px;
	text-align: center;
}

.paginations ul li span ,
.paginations ul li a:hover {
	background: #1E466D;
	color: #fff;
}

.paginations ul li a.prev,
.paginations ul li a.next {
	padding: 0 15px;
}

body .gform_validation_errors,
body .gform_required_legend {
	display: none;
}

body .gfield--type-html {
	margin: 0 !important;
}

.gfield_validation_message {
	font-size: 14px;
	color: red;
	display: block;
	padding-top: 3px;
}

.button-group {
    height: 50px;
    position: relative;
    margin-left: 10px;
    font-size: 15px;
	width: 165px;
	display: inline-block;
	cursor: pointer;
}

.button-group > span {
    border: 1px solid #C2E1E9;
	display: block;
	line-height: 50px;
	width: 100%;
	padding: 0px 15px;
	pointer-events: none;
	position: relative;
	text-align: left;
}

.button-group > span:after {
	content: "";
	border: 2px solid #000;
	width: 9px;
	height: 9px;
	position: absolute;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
	right: 15px;
	top: calc(50% - 7px);
	pointer-events: none;
}

.button-group > div {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background: #C2E1E9;
	z-index: 22;
	display: none;
}

.button-group.act > div {
	display: block;
}

.button-group > div button {
	display: table;
	width: 100%;
	text-align: left;
	padding: 5px 15px;
}

@media(max-width: 991px) {
	
.button-group {
    font-size: 14px;
    width: 150px;
}
	
}

body .gfield--type-list legend {
	display: none !important;
}

.gfield_list_header, .gfield_list_group {
    display: flex;
    flex-wrap: wrap;
    padding-right: 100px;
	position: relative;
}

.gfield_list_group {
	margin-bottom: 20px;
}

.gfield_list_header > div,
.gfield_list_group > div {
	width: 80%;
	margin-right: 15px;
}

.gfield_list_header > div:nth-child(2) ,
.gfield_list_group > div:nth-child(2) {
	width: calc(20% - 15px);
	margin: 0;
}

.gfield_list_header > div:nth-child(3) {
	display: none;
}

body .gfield_list_icons {
    position: absolute;
    right: 0;
    top: 7px;
    width: auto !important;
    text-align: right;
    margin: 0 !important;
}

body .gfield_list_icons button {
	width: 35px;
	height: 35px;
	border: 2px solid #FF5E26;
	font-size: 0px;
	border-radius: 50%;
	position: relative;
	margin-left: 3px;
}

body .gfield_list_icons button:before {
	content: "+";
	width: 32px;
	height: 31px;
	font-size: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	color: #FF5E26;
}

body .gfield_list_icons button + button:before {
	content: "-";
}

.box.style1 .image {
    height: 280px;
    background: #e5e5e5;
    position: relative;
	overflow: hidden;
}


.box.style1 .image:after {
    content: "";
    background: url(../img/logo.webp) no-repeat center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
	background-size: 85px;
	filter: grayscale(1);
	opacity: 0.3;
}

.box.style1 .image img {
	position: relative;
	z-index: 2;
	height: 320px;
	object-fit: cover;
	top: -20px;
}

.client-logo .inner .items {
    padding: 0 25px;
    height: 55px ;
    display: flex !important;
    align-items: center;
    justify-content: center;
	background: #d8e9ee;
}

.client-logo .inner .items img {
	max-width: 135px;
	max-height: 45px;
	mix-blend-mode: multiply;
}

.client-logo .inner .items img[src*="verenda"] {
	max-width: 160px;
}

.client-logo .inner .items img[src*="lowe"] {
	max-height: 55px;
}

footer .client-logo .inner .items {
    padding: 0 30px;
    height: inherit ;
    display: flex !important;
    align-items: center;
    justify-content: center;
	background: transparent;
}

footer .client-logo .inner .items img {
	max-width: inherit;
	max-height: 60px;
	mix-blend-mode: inherit;
}

.client-logo {
	pointer-events: none;
}

.image-text-area-v4 {
	position: relative;
	overflow: hidden;
}

.image-text-area-v4 .container {
	position: absolute;
	top: -20px;
	left: 0;
	right: 0;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.image-text-area-v4 .container .col-md-6 {
	min-width: 400px;
}

.image-text-area-v4 p {
	color: #fff;
}

.cta-btn-border {
	text-transform: uppercase;
}

.image-text-area-v5 {
	position: relative;
	padding: 100px 0 150px;
	overflow: hidden;
} 

.image-text-area-v5 h3 + span {
	display: block;
	color: #f47d55;
	font-weight: bold;
	font-size: 22px;
	margin: -5px 0 15px;
}

.image-text-area-v5 .cta-btn {
	margin-right: 10px;
}

.image-text-area-v5 img {
	position: absolute;
	max-width: 900px;
	right: -250px;
	top: 100px;
}

.image-text-area-v5 .container {
	position: relative;
	z-index: 2;
}

@media(min-width: 992px) {

.image-text-area-v4 img {
	width: 100%;
}
	
.image-text-area-v5 img {
    position: absolute;
    max-width: 60%;
    right: -250px;
    top: 0;
}
	
}

@media(max-width: 991px) {
	
.image-text-area-v5 img {
	position: absolute;
	max-width: 400px;
	right: -200px;
	top: auto;
	bottom: 0;
}

.image-text-area-v4 > img {
	height: 300px;
	object-fit: cover;
	object-position: calc(100% + 80px) 50%;
}

.image-text-area-v4 .container .col-md-6 .content-text {
	text-align: left !important;
}

.image-text-area-v5 {
	padding: 40px 0 150px 0;
}


}

.image-text-area-v4 h3 ,
.image-text-area-v5 h3 {
    font-weight: 600;
}

@media(min-width: 586px) and (max-width: 991px) {
	
.image-text-area-v4 .container .col-md-6 {
    margin-left: auto;
	padding-right: 60px;
}

}

@media(max-width: 585px) {

.image-text-area-v4 .container .col-md-6 {
    min-width: 100%;
	padding: 0 80px 0 15px;
}
	
.footer-top .footer-logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}	
	
}

.divider {
  width: 100%;
  min-height: 20px;
  background: linear-gradient(90deg, rgb(41, 63, 112) 24%, rgb(39, 141, 180) 100%);
}

.footer-logo > img {
	max-width: 100px;
	margin: 10px 0 0;
	border: 1px solid #ffffff38;
	padding: 5px;
}

.footer-logo a img {
	max-width: 120px;
}

.brand-slider .box img[src*="verenda-boat-brands"] + div {
	padding-top: 55px;
}

.rank-math-breadcrumb {
	color: #fff;
	font-size: 14px;
	padding: 6px 0
}

.rank-math-breadcrumb a {
	color: #fff;
	font-weight: bold;
}

.rank-math-breadcrumb .separator {
	font-size: 0px;
	margin: 0 8px;
	border-right: 1px solid #fff;
	display: inline-block;
	height: 12px;
	position: relative;
	top: 3px;
	opacity: 0.6
}

.sideForm .gfield {
	margin-bottom: 10px;
}

.sideForm label.gfield_label {
	display: none;
}

.image-text-area ul {
	margin-bottom: 20px;
}

.image-text-area li,
.list-style li {
	padding-left: 15px;
	margin: 4px 0;
	position: relative;
}

.image-text-area li:before,
.list-style li:before {
	content: "";
	width: 6px;
	height: 6px;
    background: linear-gradient(90deg, rgb(41, 63, 112) 24%, rgb(39, 141, 180) 100%);
	position: absolute;
	top: 11px;
	left: 0;
	border-radius: 50%;
}

.onsaleTags .custom-pricing {
	padding: 55px 0 0;
	text-align: left;
}

.onsaleTags .custom-pricing a  {
	color: #fff;
}

@media(min-width: 1201px) {

header .container.wide {
	width: 100%;
	max-width: 1350px;
}

#menu-main-menu > li {
	position: relative;
}

#menu-main-menu > li > a {
	padding: 10px 0 ;
	display: inline-block;
}

#menu-main-menu > li > ul {
	position: absolute;
	background: #fff;
	width: 220px;
	top: calc(100% - 5px);
	box-shadow: 0 5px 15px #00000029;
	z-index: 22;
	padding-top: 15px;
	opacity: 0;
	visibility: hidden;
	transition: 0.3s all;
}

#menu-main-menu > li:hover > ul {
	top: 100% ;
	opacity: 1;
	visibility: visible;
	transition: 0.3s all;
}	

#menu-main-menu > li > ul:before {
	content: "";
    background: linear-gradient(90deg, rgb(41, 63, 112) 24%, rgb(39, 141, 180) 100%);
	width: 100%;
	height: 5px;
	position: absolute;
	top: 0;
}

#menu-main-menu > li > ul li {
	width: 100%;
	padding: 0;
	margin: 0;
	display: block;
}

#menu-main-menu > li > ul li a {
	display: table;
	width: 100%;
	padding: 10px 15px;
	line-height: 1.2;
	margin: 0;
}
	
.menu-item-has-children > a {
	padding-right: 15px !important;
}

.menu-item-has-children > a:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 4px 4px 0;
	border-color: #707070 transparent;
	display: block;
	width: 0;
	z-index: 1;
	top: calc(50% - 3px);
	right: 0px;
}
	
}

@media(max-width: 1200px) {

nav#menu > ul ul {
    display: none;
    max-height: 10000px;
}
	
nav#menu > ul ul li {
	display: block;
}
	
nav#menu > ul ul.show {
	display: block;
}	
	
}

@media(max-width: 585px) {

.gform_fields {
    display: block !important;
}
	
.form-area .c_form legend {
    font-size: 15px;
}

.gfield_list_group > div:nth-child(2) input {
	padding: 0 8px;
	width: 45px;
	text-align: center;
}
	
}

@media(min-width: 768px) {

.inventoryListing .sortBy {
	justify-content: flex-end;
}
	
}

.quote-popup-wrap {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 9999999;
	background: rgba(0,0,0,0.75);
	transition: 0.3s all;
	opacity: 0;
	visibility: hidden;
}

.quote-popup-wrap.act {
	opacity: 1;
	visibility: visible;
}

.quote-popup {
	position: relative;
	max-width: 600px;
}

.quote-popup .form-area {
	padding: 0;
}

.qp-close {
	position: absolute;
	top: 15px;
	right: 15px;
	background: #00000080;
	color: #fff;
	width: 25px;
	height: 25px;
	border-radius: 2px;
	text-align: center;
	line-height: 25px;
	cursor: pointer;
}

body #field_7_11 {
	transform: scale(0);
	height: 0px;
	margin: 0;
	opacity: 0;
}

#field_7_10 {
	pointer-events: none;
}

#field_7_10 input {
	color: #1e466dbd;
}

.related-links {
	padding: 35px 0 30px;
	border-top: 1px solid rgba(0,0,0,0.15);
}

.related-links h3 {
	font-size: 24px;
	margin-bottom: 15px;
}

.related-links ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -5px;
}

.related-links ul li {
	padding: 0 5px 5px;
}

.related-links ul li a {
	background: #1e3057;
	color: #fff;
	display: table;
	padding: 5px 10px;
	font-size: 14px;
}

.cmtsfwc-Filter-itemsContent > div .ais-Panel  {
    border: none;
    border-bottom: 1px solid #D8E9EE;
    background: transparent;
    padding: 20px;
}

.cmtsfwc-Filter-itemsContent > div .ais-Panel[hidden] {
	display: none;
}

body .ais-Panel-header {
    font-weight: 700;
    color: #363940;
    font-size: 17px;    
    text-transform: none;
    border: none;
}

body .ais-RefinementList-showMore {
    margin: 0 0px !important;
	display: table;
    transform: scale(0);
    height: 0px;
    max-height: 0px;
	padding: 0;
    font-size: 0px;
}

body .cmtsfwc-InstantSearch .ais-Panel {
    margin-bottom: 0;
}

body .ais-RefinementList-list li {
	margin-bottom: 5px;
}

body .ais-RefinementList-list li input {
	width: 15px;
	height: 15px;
	margin-right: 5px;
}

body .ais-RefinementList-list li span[class*="labelText"] {
    color: #363940;
    position: relative;
    padding-left: 0px;
    font-size: 15px;
	padding-right: 5px;
}

body .ais-SearchBox-input {
    width: 100%;
    background: transparent url(../img/search.svg) no-repeat calc(100% - 15px) 50%;
    padding: 10px 20px;
    padding-right: 60px;
	border-radius: 0px;
    height: 55px;
    border: 1px solid #C2E1E9;	
}

.cmtsfwc-Results {
	margin: 20px 0 0;
}

.cmtsfwc-Results .cmtsfwc-Header {
	display: flex;
	justify-content: flex-end;
}

.cmtsfwc-Results .cmtsfwc-Header select {
	border-radius: 0px;
    height: 45px;
    border: 1px solid #C2E1E9;	
	padding: 0 15px;
	font-size: 14px;
}

.cmtsfwc-Results .cmtsfwc-Header .view-as {
	display: none;
}

.cmtsfwc-Results .cmtsfwc-Header .cmtsfwc-Stats {
	margin-right: auto;
}

.cmtsfwc-Results .cmtsfwc-Header .cmtsfwc-Stats * {
	font-size: 15px;
}

.cmtsfwc-Pagination {
	padding-top: 30px;
}

body .cmtsfwc-Pagination span,
body .cmtsfwc-Pagination a {
	border: 1px solid #ddd;
	color: #1e466d;
	height: 20px;
	padding: 0;
	display: table;
	min-width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
}

body .cmtsfwc-Pagination a:hover,
body .ais-Pagination-item--selected .ais-Pagination-link {
    color: #fff;
    background-color: #1e466d;
    border-color: #1e466d;
}

.cmtsfwc-Refinements {
    padding-top: 15px;
}

.ais-CurrentRefinements-category {
    background-color: #ff5e26;
    padding: 5px;
    border-radius: 0;
    margin-left: 0;
    display: flex;
    align-items: center;
}

.ais-CurrentRefinements-category * {
    font-size: 14px;
    line-height: 1;
}

.cmtsfwc-InstantSearch .ais-CurrentRefinements-delete {
    height: 16px;
    width: 16px;
    padding: 0 !important;
    line-height: 16px !important;
}

.ais-ClearRefinements-button {
    border-radius: 0px;
    padding: 7px 10px !important;
    font-size: 14px;
    line-height: 1 !important;
    display: inline-block;
    height: 26px;
    white-space: nowrap;
}

.cmtsfwc-Filter-category,
.cmtsfwc-Filter-productAttribute--make,
.cmtsfwc-Filter-productAttribute--engine_manufacturer {
	transform: scale(0);
	height: 0px;
	opacity: 0;
	padding: 0 !important;
}

body .cmtsfwc-InstantSearch .ais-RefinementList-label {
    gap: inherit;
}

@media(min-width: 768px) {

body .ais-RefinementList ul {
    column-count: 2;
}
	
}

.inventory-area .sidebar:not(:first-of-type) {
	margin-top: 30px;
}

.inventory-area .sidebar.widget_nav_menu > div:not(.head) {
	padding: 20px 20px 15px;
}

.inventory-area .sidebar.widget_nav_menu ul li {
	margin-bottom: 5px;
}

.inventory-area .sidebar.widget_nav_menu ul li a {
	position: relative;
	padding-left: 15px;
	color: #363940;
	font-weight: 500;
}

.inventory-area .sidebar.widget_nav_menu ul li a:hover {
	color: #f47d55;
}

.inventory-area .sidebar.widget_nav_menu ul li a:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 4px 0 4px 6px;
	border-color: transparent #f47d55;
	display: block;
	width: 0;
	z-index: 1;
	left: 0px;
	top: 5px;
}

@media(min-width: 992px) {
	
.inventory-area .sidebar.widget_nav_menu ul {
    column-count: 2;
}
	
}

body .cmtsfwc-InstantSearch .ais-RefinementList-label {
    flex-wrap: inherit;
    align-items: flex-start;
}

.ais-RefinementList-count {
    min-width: 28px;
    text-align: center;
}

body .ais-RefinementList-list li span[class*="labelText"] {
    min-width: 45px;
}

body .ais-RefinementList-list li input {
    min-width: 15px;
    min-height: 15px;
    margin-right: 6px;
    position: relative;
    top: 3px;
}

.single_listing .title mark {
	background: transparent;
	padding: 0;
	font-size: inherit;
	color: #FF5E26;
}

.ais-SearchBox-loadingIndicator,
.ais-SearchBox-reset {
	display: none !important;
}

.cmtsfwc-Refinements .ais-CurrentRefinements > ul {
    display: inline !important;
}

@media only screen and (min-width: 576px) {
	
.cmtsfwc-InstantSearch .ais-CurrentRefinements-list {
    gap: 0 10px;
}
	
}

body .cmtsfwc-InstantSearch .ais-CurrentRefinements-category {
    margin-right: 5px;
	margin-left: 0;
}	

body .cmtsfwc-InstantSearch .ais-CurrentRefinements-item {
    margin: 0 5px 0 0px;
    display: inline !important;
}

body .cmtsfwc-InstantSearch .ais-CurrentRefinements-item > span {
    display: inline-flex !important;
	margin-bottom: 5px;
}

body .ais-CurrentRefinements-item {
    gap: 5px;
}

body .cmtsfwc-InstantSearch .ais-CurrentRefinements-item > span:first-child {
	padding-right: 8px;
	position: relative;
	top: 2px;
	font-size: 15px;
}

@media(min-width: 768px) {
	
.cmtsfwc-Filter-itemsContent > div .ais-Panel-header {
	position: relative;
	padding-right: 30px;
	cursor: pointer;
}

.cmtsfwc-Filter-itemsContent > div .ais-Panel-header:after {
	content: "";
	border: 1px solid #bfcccf;
	width: 10px;
	height: 10px;
	border-width: 0 1px 1px 0;
	position: absolute;
	top: 10px;
	right: 0;
	transform: rotate(-135deg);
}

.cmtsfwc-Filter-itemsContent > div .ais-Panel-header.act:after {
	transform: rotate(45deg);
	top: 8px;
}
	
.cmtsfwc-Filter-itemsContent > div .ais-Panel-header.act + div  {
    overflow: hidden;
    max-height: 0;
}

.cmtsfwc-Filter-itemsContent > div .ais-Panel-header + div  {
    max-height: 10000px; 
}	
	
.cmtsfwc-Filter-itemsContent > div .ais-Panel-header.act {	
    padding: 0;
    margin: 0;
}	
	
}

.sidebar + .accordion-item {
    padding: 20px;
    background: #f2fcff;
}

.sidebar + .accordion-item .notes a {
    font-size: 14px;
    color: #1E466D;
    text-decoration: underline !important;
}

.sidebar + .accordion-item .notes img {
  margin-right: 5px;
}

.sidebar + .accordion-item .notes a:hover {
  text-decoration: none !important;
}

.single_listing .feature_list ul {
    gap: 0;
}

.cmtsfwc-Filter-productAttribute--hull-type ul {
	column-count: 1 !important;
}

.extt {
    min-width: auto !important;
    padding-right: 4px !important;
}

hr.wp-block-separator {
	opacity: 0.2 !important;
}

.wp-block-gallery {
	max-width: 1170px;
	margin: 0 auto;
	padding: 70px 5px ;
	display: flex;
	gap: 0 !important;
}

.wp-block-gallery figure {
	width: calc(33.3333% - 20px) !important;
	margin: 10px !important;
}

.wp-block-gallery figure img {
	max-height: 250px;
	border-radius: 10px;
}

@media(max-width: 767px) {
	
.wp-block-gallery figure {
	width: calc(50% - 10px) !important;
	margin: 5px !important;
}
	
.wp-block-gallery {
	padding: 50px 15px;
}
	
}

.footer_social li a img {
	width: 22px;
}

.footer-contact-info {
	margin: 20px 0 0;
}

.footer-contact-info h4 {
	color: #fff;
	font-size: 18px;
}

.footer-contact-info ul li {
	display: flex;
	align-items: flex-start;
	margin-top: 15px;
}

.footer-contact-info ul li a {
	color: #fff;
	font-size: 15px;
	line-height: 22px;
}

.footer-contact-info ul li .icon {
	background: #f47d55;
	margin-right: 8px;
	border-radius: 50%;
	padding: 6px;
}

.footer-contact-info ul li .icon img {
	width: 12px;
}

.footer-logo {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.footer-logo a img {
	width: 100%;
    max-width: 195px;
}

.bg_light_gradient {
	position: relative;
}

.bg_light_gradient:after {
	content: "";
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 500px;
	z-index: 1;
}

.bg_light_gradient .bg {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
	opacity: 0.1
}

.bg_light_gradient > section {
	position: relative;
	z-index: 2;
}

.block-image-text + .wp-block-gallery {
    max-width: 1080px;
    padding: 0px 5px 70px;
}

.hero_btn_group {
	margin-top: 40px;
}

.hero_btn_group a {
	font-size: 14px;
	text-transform: uppercase;
	margin: 10px 5px 0 5px;
}

@media (min-width:586px) and (max-width: 991px) {
	
.box.style1 .image img {
	height: 210px;
}

.box.style1 .image {
    height: 180px;
}
		
}

@media(max-width: 1200px) {
	
.header-area .action > img {
    max-height: 50px;
}	
	
.header-area .site-logo {
    width: 150px;
}
	
.header-toggle {
    display: block;
    position: absolute;
    top: 2px;
    right: 85px;
}	
	
}

.float-action {
	display: flex;
	align-items: center;
	justify-content: center;
    background: linear-gradient(90deg, rgb(41, 63, 112) 24%, rgb(39, 141, 180) 100%);
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 333;
	padding: 13px 10px;
}

.float-action > div a {
	margin: 0 10px;
	font-size: 15px;
}

.float-action > div.call a {
	color: #fff;
	font-weight: bold;
}

.float-action > div a.cta-btn {
	padding: 5px 20px;
}


@media (min-width: 768px) and (max-width: 1200px) {

.header-toggle {
    right: 282px;
}
	
}

@media(max-width: 585px) {
	
footer {
    margin-bottom: 63px;
}	
	
}

:where(.wp-block-columns.is-layout-flex) {
    margin: 0;
}

.cta-inner-v2 .btns a {
    padding: 8px 15px;
}

.woocommerce-no-products-found {
	text-align: center;
	padding: 3rem 20px;
}

.wp-block-gallery {
    position: relative;
    z-index: 2;
}

.more-dealer-slider .box.style1 .title {
    font-size: 17px;
    line-height: 22px;
    min-height: 44px;
}

.more-dealer-slider .box.style1 img:not([src*="woo-placeholder"]):not([src*="300"]) {
	object-fit: contain;
	background: #fff;
}

.promo-bar {
	background: #FF5E26;
	margin: -15px 0 15px;
	padding: 12px 15px;
	color: #fff;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
}

.promo-bar a {
	color: #fff;
	border-bottom: 1px solid;
	font-weight: 400;
	position: relative;
	top: -1px;
	line-height: 12px;
	display: inline-block;
}

.header-inn {
    position: relative;
}

@media (max-width: 585px) {

.onsaleTags {
    border-radius: 9px;
	padding: 30px !important;
}
	
.onsaleTags .tags {
    top: 13px;
}	
	
.thumbsSlider {
    display: flex;
    flex-direction: column-reverse;
    margin: 0;
}	

.sideForm {
    margin-top: 30px;
}	
	
}