﻿	@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
	@import url('https://fonts.googleapis.com/css2?family=Public+Sans:ital,wght@0,100..900;1,100..900&display=swap');

	.lastLoad_btn button {
	    margin-top: 30px;
	    margin-bottom: 50px;
	    color: #FFF;
	    text-align: center;
	    font-family: Inter;
	    font-size: 16px;
	    font-style: normal;
	    font-weight: 800;
	    line-height: normal;
	    letter-spacing: 0.8px;
	    text-transform: uppercase;
	    background: #328DB0;
	    display: inline-block;
	    max-width: 250px;
	    width: 100%;
	    padding: 11px 25px;
	    border: 1px solid #328DB0;
	    cursor: pointer;
	}

	.listing-header {
	    display: flex;
	    justify-content: space-between;
	    flex-wrap: wrap;
	}

	.listing-header-right-box {
	    display: flex;
	    justify-content: flex-end;
	    gap: 25px;
	}

	.sortWrapper {
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    border: 1px solid #D9D9D9;
	    height: 40px;
	    padding: 0 15px;
	}

	.lisitng-search-box {
	    display: flex;
	    justify-content: flex-start;
	    align-items: center;
	    border: 1px solid #D9D9D9;
	    height: 40px;
	    padding: 7px 20px;
	}

	.lisitng-search-box span {
	    width: 30px;
	    height: 30px;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    color: #000000;
	    padding-right: 10px;
	}

	.lisitng-search-box input {
	    width: 100%;
	    height: 100%;
	    border: none;
	}

	.lisitng-search-box input:focus {
	    outline: none;
	    box-shadow: none !important;
	    border: none !important;
	}

	.boatsHeading {
	    color: #222;
	    font-family: "Public Sans";
	    font-size: 19px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: 45px;
	    letter-spacing: 1.4px;
	    text-transform: uppercase;
	}

	.listings-count {
	    margin-bottom: 40px;
	}

	.boatsHeading .sortWrapper {
	    /* float: right; */
	    display: flex;
	    align-items: center;
	}

	.sortWrapper label {
	    color: #222;
	    font-family: "Inter", sans-serif;
	    font-size: 14px;
	    font-style: normal;
	    font-weight: 900;
	    line-height: 25px;
	    white-space: nowrap;
	    margin-bottom: 0 !important;
	}

	.sortWrapper select {
	    font-size: 12px;
	    width: 160px;
	    height: 35px !important;
	    padding: 0 8px;
	    border-radius: 0;
	    background: #fff;
	    margin-left: 10px;
	    font-family: 'Inter';
	    border: none;
	    border-right: none;
	    height: 100%;
	    margin-bottom: 0 !important;
	}

	.sortWrapper select:focus {
	    border: none !important;
	    outline: none;
	    box-shadow: none !important;
	}

	.boatsHeading .sortWrapper label {
	    font-size: 14px;
	    font-weight: 100;
	    color: #000;
	    padding-right: 10px;
	}

	.boatsHeading .sortWrapper select {
	    font-size: 12px;
	    width: 160px;
	    height: 35px;
	    padding: 0 8px;
	    border-radius: 0;
	    background: #fff;
	}

	/* breadCrum starts here */

	.breadcrum a {
	    color: #c2c2c2;
	    font-size: 12px;
	    font-weight: 100;
	}

	.breadcrum a+a,
	.breadcrum a+span {
	    padding-left: 15px;
	    position: relative;
	}

	.breadcrum a+a::before,
	.breadcrum a+span::before {
	    content: "/";
	    position: absolute;
	    top: 50%;
	    left: 5px;
	    transform: translateY(-50%);
	}

	.breadcrum span {
	    font-weight: 600;
	}

	.filterBtn {
	    display: block;
	    padding: 30px;
	    padding-left: 100px;
	    background-color: #231f20;
	    margin: 0 -15px;
	    color: #fff;
	    font-size: 30px;
	    transition: 0.4s ease all;
	}

	.filterBtn:hover {
	    background: #ca2123;
	    color: #fff;
	}

	.filterInner h1 {
	    font-size: 20px;
	    font-weight: 600;
	    margin-top: 0;
	}

	.filterInner h4,
	.filterInner h3 {
	    font-weight: 500;
	    font-size: 16px;
	    margin: 30px 0 20px;
	    color: #a3a2a2;
	    float: left;
	}

	.filterInner h3 {
	    margin: 0;
	}

	.catbox input {
	    /*    display: none;*/
	}

	.filterInner label {
	    font-weight: 300;
	    margin-bottom: 5px;
	    color: #000;
	}

	.filterform {
	    float: left;
	    margin-top: 10px;
	    margin-bottom: 30px;
	    width: 100%;
	}

	.filterform input {
	    height: 44px;
	    border-radius: 00;
	    border-color: #e7e8e9;
	}

	.sqr-checkBox {
	    /* border-bottom: 1px solid #8080806b; */
	    padding: 12px 20px;
	    float: left;
	    width: 100%;
	    position: relative;
	}

	.breadcrumb {
	    background-color: transparent !important;
	    margin-bottom: 24px;
	    padding-left: 0;
	}

	.breadcrumb-item a {
	    color: rgba(0, 0, 0, 0.60);
	    font-family: "Inter", sans-serif;
	    font-size: 14px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: 20px;
	}

	.sqr-checkBox label {
	    display: flex;
	    justify-content: flex-start;
	    align-items: center;
	    margin-bottom: 0;
	    color: #222;
	    font-family: "Inter", sans-serif;
	    font-size: 16px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: 25px;
	    /* 156.25% */
	}

	.sqr-checkBox input {
	    margin-right: 10px;
	    appearance: none;
	    -webkit-appearance: none;
	    width: 18px;
	    height: 18px;
	    background-color: white;
	    border: 1px solid #e9e9e9;
	    cursor: pointer;
	    position: relative;
	    transition: background-color 0.3s ease, border-color 0.3s ease;
	    outline: none;
	}

	.sqr-checkBox label input:checked::after {
	    content: "";
	    position: absolute;
	    width: 6px;
	    height: 11px;
	    border: 1px solid rgba(39, 73, 109, 0.98);
	    border-width: 0 2px 2px 0;
	    transform: translate(-50%, -50%) rotate(45deg);
	    top: 43%;
	    left: 50%;
	}

	.filterList .sqr-checkBox input {
	    left: unset;
	    height: 20px;
	    width: 20px;
	}

	.sqr-checkBox .filter-checkbox {
	    position: absolute;
	    left: 0;
	    top: 0;
	    width: 15px;
	    height: 15px;
	    color: #dcdcdc;
	    z-index: 1;
	    font-size: 16px;
	}

	.sqr-checkBox input+span i.fa.fa-square-o {
	    display: block;
	}

	.sqr-checkBox input:checked+span i.fa.fa-square-o {
	    display: none;
	}

	.sqr-checkBox input+span .fa-square {
	    display: none;
	}

	.sqr-checkBox input:checked+span .fa-square {
	    display: none;
	    color: #ca2123;
	    font-size: 14px;
	    margin-top: 3px;
	}

	.ui-widget.ui-widget-content {
	    border: 1px solid #a8a8a8;
	    background: #dbdbdb;
	    height: 5px;
	    border-radius: 0;
	}

	.ui-slider-horizontal .ui-slider-range {
	    background: #4d4d4d;
	}

	.ui-state-default,
	.ui-widget-content .ui-state-default {
	    outline: 0 !important;
	    border: 1px solid #4d4d4d;
	    border-radius: 0;
	    width: 15px !important;
	    height: 15px !important;
	    top: 50%;
	    transform: translateY(-45%) !important;
	    border-radius: 50px;
	    cursor: pointer;
	}

	.ui-state-active,
	.ui-widget-content .ui-state-active {
	    border-color: #cb2127 !important;
	    background: #cb2127 !important;
	}

	div#year-range {
	    width: 74%;
	    margin: auto;
	    margin-top: 30px;
	    margin-bottom: 10px;
	}

	div#price-range {
	    width: 74%;
	    margin: auto;
	    margin-top: 30px;
	    margin-bottom: 10px;
	}

	.filterBox>h2 {
	    margin: 0;
	    padding: 8px 20px;
	    background: #000;
	    color: #FFF;
	    font-family: "Public Sans";
	    font-size: 20px !important;
	    font-style: normal;
	    font-weight: 400;
	    line-height: 30px;
	    letter-spacing: 4px;
	    text-transform: uppercase;
	}

	.af-disp-mob {
	    display: none;
	}

	.filterBox .sidWidget {
	    border: 1px solid #000;
	}

	.filterBox .youSearchList {
	    list-style: none;
	    padding: 0;
	    margin-bottom: 0;
	}

	.filterBox .youSearchList li {
	    padding: 8px 20px;
	    display: flex;
	    justify-content: space-between;
	    font-family: "Inter", sans-serif;
	    font-weight: 400;
	    font-size: 16px !important;
	}

	.filterOptions h4,
	.filterOptions .sqr-checkBox {
	    float: none;
	}

	.filterOptions h4 {
	    font-family: "Inter", sans-serif;
	    font-size: 18px;
	    font-style: normal;
	    line-height: 25px;
	    margin: 0;
	    padding: 12px;
	    color: #000;
	    font-weight: 800;
	    background: #e9e9e9;
	}

	.filterOptions {
	    border: 1px solid #0000005e;
	    margin-top: 16px;
	}

	.filterOptions input {
	    width: 100%;
	    text-align: center;
	    color: #222;
	    text-align: center;
	    font-family: "Inter", sans-serif !important;
	    font-size: 16px;
	    font-style: normal;
	    font-weight: 400 !important;
	    line-height: normal;
	    letter-spacing: -0.32px;
	}

	.desktop-accordion-header span.fa {
	    display: none;
	}

	.top_new_filter {
	    border-top: 1px solid #D3D3D3;
	    border-bottom: 1px solid #D3D3D3;
	    display: none;
	}

	.apply-box button {
	    border-radius: 3px;
	    background: #328DB026;
	    color: #328DB0;
	    text-align: center;
	    font-size: 16px;
	    font-style: normal;
	    font-weight: 900;
	    line-height: 16px;
	    padding: 14px 25px;
	    border: 1px solid #328DB026;
	}

	.filterBox .youSearchList span.pull-right.closX {
	    color: #000;
	    font-weight: 800;
	    cursor: pointer;
	}

	.filterBox .sidWidget,
	.filterBox .sidWidget_iner {
	    float: none;
	}

	.sidWidget_iner {
	    float: right;
	    max-width: 100%;
	    /*	padding: 30px 0;*/
	    width: 100%
	}

	.similar-slider {
	    display: none !important;
	}

	.filtered_head_3 {
	    font-weight: 600;
	    font-size: 18px;
	    margin: 20px 0;
	    text-transform: uppercase;
	    font-family: trade-gothic-next;
	    text-align: center
	}


	/* chekbox style start */

	.styled-checkbox {
	    position: absolute !important;
	    opacity: 0 !important;
	}

	.styled-checkbox+.filter_count {
	    position: relative;
	    cursor: pointer;
	    padding: 0;
	    display: flex;
	    align-items: center;
	}

	.styled-checkbox+.filter_count::before {
	    content: '';
	    margin-right: 10px;
	    display: inline-block;
	    vertical-align: text-top;
	    width: 20px;
	    height: 20px;
	    background: white;
	    border: 1px solid rgb(0, 0, 0);
	}

	.styled-checkbox:hover+.filter_count::before {
	    background: #fff;
	}

	.styled-checkbox:focus+.filter_count::before {
	    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
	}

	.styled-checkbox:checked+.filter_count::before {
	    background: #000;
	}

	.styled-checkbox:disabled+.filter_count {
	    color: #b8b8b8;
	    cursor: auto;
	}

	.styled-checkbox:disabled+.filter_count::before {
	    box-shadow: none;
	    background: #ddd;
	}

	.styled-checkbox:checked+.filter_count::after {
	    content: '';
	    position: absolute;
	    left: 5px;
	    /* top: 11px; */
	    background: #fff;
	    width: 2px;
	    height: 2px;
	    box-shadow: 2px 0 0 #fff, 4px 0 0 #fff, 4px -2px 0 #fff, 4px -4px 0 #fff, 4px -6px 0 #fff, 4px -8px 0 #fff;
	    transform: rotate(45deg);
	}

	/* new boat listing page css start here */
	.breadcrumb-container {
	    max-width: calc(100% - 7%);
	    margin: 0 auto;
	}

	.listing-container {
	    display: flex;
	    max-width: calc(100% - 7%);
	    margin: 0 auto;
	}

	.fitler-col {
	    width: 20%;
	}

	.boat-listing-carousel {
	    display: block !important;
	}

	.listing-content-col {
	    width: 80%;
	    padding-left: 40px;
	}

	.boat-card {
	    display: flex;
	    padding-bottom: 40px;
	    margin-bottom: 40px;
	    border-bottom: 1px solid lightgray;
	    width: 100%;
	}

	.boat-img-box {
	    width: 40%;
	    position: relative;
	    max-height: 400px;
	    height: 100%;
	}

	.boat-img-box .boat-listing-carousel .owl-nav {
	    display: none !important;
	}

	.boat-img-box .boat-listing-carousel .item {
	    position: relative;
	    padding-top: 70%;
	}

		.carouselDotsWrap {
			position: absolute;
			left: 50%;
			transform: translateX(-50%);
			top: 58%;
			display: flex;
			align-items: center;
			justify-content: center;
			gap: 15px;
			z-index: 5;
		}
		.carouselDotsWrapListView {
			position: absolute;
			left: 50%;
			transform: translateX(-50%);
			bottom: 10%;
			display: flex;
			align-items: center;
			justify-content: center;
			gap: 15px;
			z-index: 5;
		}
	
		.carouselCutomDots {
			flex: 0 0 10px;
			height: 10px;
			background-color: #fff;
			border-radius: 50%;
		}

	.boat-img-box .boat-listing-carousel .owl-item {
	    height: 100% !important;
	}

	.boat-img-box .boat-listing-carousel {
	    height: 100% !important;
		position: relative;
	}

	.boat-img-box .boat-listing-carousel .owl-stage-outer {
	    height: 100% !important;
	}

	.boat-img-box .boat-listing-carousel .owl-stage {
	    height: 100% !important;
	}

	.boat-img-box .boat-listing-carousel .item img {
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 100% !important;
	    height: 100% !important;
	    object-fit: cover !important;
	}

	.boat-content-box {
	    width: 60%;
	    padding: 10px 0px 10px 40px;
	}

	.boat-card-image {
	    max-height: 375px;
	    width: 100%;
	    height: 100%;
	}

	.boat-card-image img {
	    width: 100%;
	    height: 100%;
	    object-fit: cover;
	}

	.bottom-content-box,
	.upper-content-box {
	    display: flex;
	    gap: 40px;
	}

	.sm-box-1 {
	    width: 60%;
	}

	.sm-box-2 {
	    width: 40%;
	}

	.desc-box {
	    color: #000;
	    font-family: Inter;
	    font-size: 14px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: 25px;
	    display: -webkit-box;
	    -webkit-line-clamp: 3;
	    -webkit-box-orient: vertical;
	    overflow: hidden;
	    position: relative;
	}

	.desc-box h3 {
	    color: #000;
	    font-family: "Inter", sans-serif;
	    font-size: 16px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: 30px;
	}

	.upper-content-box .sm-box-1 .boat-title a {
	    color: #000;
	    font-family: "Inter", sans-serif;
	    font-size: 24px;
	    font-style: normal;
	    font-weight: 800;
	    line-height: 30px;
	}

	.upper-content-box .sm-box-1 .boat-title a:hover {
	    text-decoration: none;
	    color: #000;
	}

	.boat-condition-box {
	    padding: 0 0 0 0;
	}

	.boat-condition-box .boat-condition-list li {
	    list-style: none;
	    display: flex;
	    justify-content: flex-start;
	    align-items: center;
	    padding: 3px 0;
	}

	.boat-condition-box .boat-condition-list li span:nth-child(1) {
	    color: #000;
	    font-family: "Inter", sans-serif;
	    font-size: 16px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: 30px;
	}

	.boat-condition-box .boat-condition-list li span:nth-child(2) {
	    color: #000;
	    font-family: "Inter", sans-serif;
	    font-size: 16px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	    margin-top: 0;
	    padding-left: 5px;
	}

	.boat-condition-box .boat-condition-list li img {
	    margin-right: 10px;
	    width: 20px;
	    height: 20px;
	    object-fit: contain;
	}

	.lisitng-note {
	    background: #F7F7F7;
	    padding: 5px 10px;
	    margin: 20px 0;
	}

	.lisitng-note span {
	    color: #000;
	    font-family: "Inter", sans-serif;
	    font-size: 16px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: 30px;
	}

	.pricing-box h3 {
	    color: #0F6DBF;
	    text-align: right;
	    font-family: 'Rubik_Bold';
	    font-size: 22px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: 30px;
	    letter-spacing: 1.1px;
	}

	.price-per-month {
	    /* margin-top: 30px; */
	    text-align: right;
	    display: flex;
	    flex-direction: column;
	    justify-content: space-between;
	    align-items: flex-end;
	    height: 100%;
	}

	.pricing-box {
	    height: 100%;
	}

	.price-per-month h3 {
	    color: #328DB0;
	    text-align: right;
	    font-family: "Inter", sans-serif;
	    font-size: 24px;
	    font-style: normal;
	    font-weight: 800;
	    line-height: 30px;
	    letter-spacing: 1.2px;
	    margin-bottom: 15px;
	}

	.price-per-month p {
	    color: #000;
	    font-family: "Inter", sans-serif;
	    font-size: 14px;
	    font-style: normal;
	    font-weight: 300;
	    line-height: 25px;
	}

	.listing-blue-btn {
	    color: #FFF;
	    text-align: center;
	    font-family: "Inter", sans-serif;
	    font-size: 16px;
	    font-style: normal;
	    font-weight: 800;
	    line-height: normal;
	    letter-spacing: 0.8px;
	    text-transform: uppercase;
	    background: #328DB0;
	    display: inline-block;
	    max-width: 250px;
	    width: 100%;
	    padding: 11px 25px;
	    margin-bottom: 15px;
	}

	.listing-blue-btn:hover {
	    color: #FFF;
	}

	.listing-skyblue-btn {
	    display: inline-block;
	    color: #328DB0;
	    text-align: center;
	    font-family: "Inter", sans-serif;
	    font-size: 16px;
	    font-style: normal;
	    font-weight: 800;
	    line-height: normal;
	    letter-spacing: 0.8px;
	    text-transform: uppercase;
	    max-width: 250px;
	    width: 100%;
	    padding: 11px 25px;
	    background: rgba(50, 141, 176, 0.15);
	}

	.listing-skyblue-btn:hover {
	    color: #328DB0;
	}

	.boat-condition-list {
	    padding-left: 0;
	}

	.card-text {
	    color: #328DB0;
	    text-align: right;
	    font-family: "Inter", sans-serif;
	    font-size: 24px;
	    font-style: normal;
	    font-weight: 800;
	    line-height: 30px;
	    letter-spacing: 1.2px;
	}

	/* grid view start here */

	.grid-boat-card {
	    display: none;
	    width: calc(100% / 3);
	    padding: 7px;
		position: relative;
	}

	.grid-price-box ul {
	    display: flex;
	    padding-left: 0;
	    margin-bottom: 15px;
	}

	.toggler-button-box {
	    display: flex;
	    justify-content: space-between;
	    align-items: flex-start;
	    max-width: 94px;
	    max-height: fit-content;
	    width: 100%;
	    gap: 10px;
	}

	.grid-view-btn {
	    background: white;
	    border: 1px solid lightgray;
	    padding: 8px 8px 8px 8px;
	    cursor: pointer;
	    line-height: normal;
	}

	.toggleViewBtn.active {
	    background: #328DB0;
	    border: 1px solid #328DB0;
	}

	.list-view-btn {
	    background: white;
	    border: 1px solid lightgray;
	    padding: 8px 8px 8px 8px;
	    cursor: pointer;
	    line-height: normal;
	}

	.btn-icon-2 {
	    display: none;
	}

	.grid-boat-title {
	    line-height: 7px;
	    height: 25px;
	    margin-bottom: 13px;
	}

	.grid-boat-title a {
	    color: #000;
	    font-family: "Inter", sans-serif;
	    font-size: 18px;
	    font-style: normal;
	    font-weight: 900;
	    line-height: 25px;
	    display: -webkit-box;
	    -webkit-line-clamp: 1;
	    -webkit-box-orient: vertical;
	    overflow: hidden;
	    text-decoration: none;
	}

	.grid-boat-title a:hover {
	    color: #000;
	}

	.ui-slider-horizontal .ui-slider-range {
	    background: #000;
	    height: 10px;
	    border-radius: 5px;
	}

	.ui-state-default,
	.ui-widget-content .ui-state-default {
	    outline: 0 !important;
	    border: 1px solid #4d4d4d;
	    border-radius: 0;
	    width: 15px;
	    height: 15px;
	    top: 50%;
	    transform: translateY(-45%);
	    border-radius: 50px;
	    cursor: pointer;
	}

	.ui-widget.ui-widget-content {
	    border: 1px solid #a8a8a8;
	    border-radius: 5px;
	    background: #e6e6e6;
	    height: 10px;
	    border-radius: 50px;
	}

	.range-value-box {
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    gap: 9px;
	    margin: 10px 0;
	}

	.range-value-box .range-box-item {
	    width: 100px;
	    height: 41px;
	    flex-shrink: 0;
	    border: 1px solid #e6e6e6;
	    display: flex;
	    justify-content: space-around;
	    align-items: center;
	    padding: 5px;
	    color: rgba(0, 0, 0, .6);
	    text-align: center;
	    font-size: 16px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: normal;
	    letter-spacing: -.32px;
	    font-family: "Inter", sans-serif !important;
	}

	div#length-range {
	    width: 74%;
	    margin: auto;
	    margin-top: 30px;
	    margin-bottom: 10px;
	}

	.grid-price-item {
	    position: relative;
	    list-style: none;
	    padding-right: 30px;
	}

	.grid-price-item+.grid-price-item::after {
	    position: absolute;
	    content: '';
	    top: 50%;
	    left: -15px;
	    transform: translate(-50%, -50%);
	    width: 1px;
	    height: 15px;
	    background: gray;
	}

	.grid-price-box {
	    height: 45px;
	}

	.grid-view-details-btn {
	    color: #328DB0;
	    font-family: "Inter", sans-serif;
	    font-size: 16px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: 25px;
	}

	.grid-price-item:nth-child(1) {
	    color: #328DB0;
	    font-family: "Inter", sans-serif;
	    font-size: 16px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: 25px;
	}

	.grid-price-item:nth-child(2) {
	    color: rgba(0, 0, 0, 0.60);
	    font-family: "Inter", sans-serif;
	    font-size: 16px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: 25px;
	}

	.boat-listing-carousel .owl-dots {
	    position: absolute;
	    bottom: 10px;
	    right: 20px;
	    display: block !important;
	}

	.boat-listing-carousel .owl-nav {
	    display: none !important;
	}

	.boat-listing-carousel .owl-dots span {
	    background: #FFFFFF !important;
	}

	.boat-listing-carousel .owl-dots button:hover span {
	    background: #FFFFFF !important;
	}

	.boat-listing-carousel .item {
	    position: relative;
	    display: block;
	    padding-top: 70%;
	}

	.boat-listing-carousel .item img {
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	    object-fit: cover;
	}

	.grid-upper-content-box {
	    padding: 20px;
	    border-right: 1px solid #D9D9D9;
	    border-bottom: 1px solid #D9D9D9;
	    border-left: 1px solid #D9D9D9;
	}

	.grid-boat-condition-list {
	    border-top: 1px solid #D9D9D9;
	}

	.grid-boat-condition-list {
	    display: flex;
	    padding-left: 0;
	    margin-bottom: 0;
	    padding-top: 15px;
	    height: 37px;
	}

	.trade-box {
	    display: none;
	}

	.grid-boat-condition-list li {
	    list-style: none;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    gap: 5px;
	}

	.specs-list-item {
	    position: relative;
	    color: #1E1E1E;
	    font-family: "Inter", sans-serif;
	    font-size: 16px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: 22px;
	    padding-right: 20px;
	}

	.specs-list-item+.specs-list-item::after {
	    position: absolute;
	    content: '';
	    top: 50%;
	    left: -10px;
	    transform: translate(-50%, -50%);
	    width: 1px;
	    height: 15px;
	    background: gray;
	}

	.specs-list-item img {
	    width: 20px !important;
	    height: 20px !important;
	    object-fit: contain;
	}

	/* new boat details page design start here */

	.boat-inventory-cond-list {
	    display: flex;
	    justify-content: flex-start;
	    align-items: center;
	    padding: 0;
	}

	.boatDetailCarouselImageContainer {
	    position: relative;
	    padding-top: 65%;
	}

	.boatDetailCarouselImageContainer img {
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	    object-fit: contain;
	}

	.boat-inventory-cond-list .cond-list-item {
	    list-style: none;
	    position: relative;
	    padding-right: 30px;
	    color: rgba(0, 0, 0, 0.60);
	    font-family: Roboto;
	    font-size: 16px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: 30px;
	}

	.cond-list-item+.cond-list-item::after {
	    position: absolute;
	    content: "";
	    background-color: rgba(0, 0, 0, 0.60);
	    top: 50%;
	    left: -15px;
	    transform: translateY(-47%);
	    width: 1px;
	    height: 14px;
	}

	.details-main-row {
	    margin-top: 40px;
	    display: flex;
	}

	.details-left-container {
	    width: 65%;
	    padding-left: 120px;
	}

	.mobileBoatInfo {
	    max-width: 500px;
	    margin: 0 auto;
	}

	.details-right-container {
	    width: 35%;
	    padding: 0 120px;
	}

	.side-bar {
	    position: sticky;
	    top: 90px;
	    width: 100%;
	}

	.pymentBlock h3 {
	    display: flex;
	    justify-content: space-between;
	    align-items: center;
	}

	.boat-card-img {
	    position: relative;
	    padding-top: 68%;
	}

	.boat-card-img img {
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	    object-fit: cover;
	}

	.similar-boats-box {
	    display: flex;
	    flex-wrap: wrap;
	    margin-bottom: 108px;
	}

	.callForprice {
	    color: #328DB0;
	    font-family: "Inter", sans-serif;
	    font-size: 20px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: 20px;
	    letter-spacing: -0.4px;
	    text-align: center;
	}

	.pdf-btn {
	    color: #328DB0;
	    text-align: center;
	    font-family: "Public Sans";
	    font-size: 16px;
	    font-style: normal;
	    font-weight: 900;
	    line-height: 16px;
	    /* 100% */
	    border-radius: 3px;
	    background: rgba(7, 151, 218, 0.15);
	    display: inline-block;
	    padding: 14px 30px;
	    border: 1px solid rgba(7, 151, 218, 0.15);
	}

	.gallery-row {
	    display: flex;
	    flex-wrap: wrap;
	    gap: 10px;
	}

	.gallery-cols {
	    flex-basis: calc(33.33% - 10px);

	}

	.gallery-box-img {
	    position: relative;
	    padding-top: 67%;
	}

	.gallery-box-img img {
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	    object-fit: cover;
	}

	.gallery-box-img video {
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	    object-fit: cover;
	}

	.more-img-btn {
	    margin: 15px 0 30px 0;
	}

	.more-img-btn button {
	    color: #000;
	    text-align: center;
	    font-family: "Inter", sans-serif;
	    font-size: 16px;
	    font-style: normal;
	    font-weight: 600;
	    line-height: normal;
	    letter-spacing: 0.8px;
	    width: 100%;
	    height: 45px;
	    border: 1px solid #D9D9D9;
	    background: #FBFBFB;
	    cursor: pointer;
	}

	.accordion-header {
	    display: flex;
	    justify-content: space-between;
	    align-items: center;
	    padding: 25px 0px;
	    cursor: pointer;
	    margin-top: 15px;
	}

	.accordion-header h3 {
	    color: #000;
	    font-family: "Inter", sans-serif !important;
	    font-size: 25px;
	    font-style: normal;
	    font-weight: 900;
	    line-height: normal;
	}

	.specs-row-box {
	    display: flex;
	    justify-content: space-around;
	    align-items: flex-start;
	    gap: 120px;
	    padding: 0 0 50px 0;
	}

	.specs-cols {
	    width: 50%;
	}

	.specs-item {
	    display: flex;
	    justify-content: space-between;
	    align-items: center;
	    border-bottom: 1px solid #D9D9D9;
	    padding: 10px 10px;
	}

	.specs-item span:nth-child(1) {
	    color: #000;
	    font-family: "Inter", sans-serif;
	    font-size: 16px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: 25px;
	    /* 156.25% */
	}

	.blackParaText h1,
	.blackParaText h2 {
	    color: #000 !important;
	    font-family: "Inter", sans-serif;
	    font-size: 23px !important;
	    font-style: normal;
	    font-weight: 900;
	    line-height: normal;
	    text-align: left !important;
	}

	.blackParaText h3,
	.blackParaText h4,
	.blackParaText h5,
	.blackParaText h6,
	.blackParaText strong,
	.blackParaText b {
	    color: #000 !important;
	    font-family: "Inter", sans-serif;
	    font-size: 16px !important;
	    font-style: normal;
	    font-weight: 900;
	    line-height: normal;
	    text-align: left !important;
	}

	.blackParaText p,
	.blackParaText span,
	.blackParaText li {
	    color: #000 !important;
	    font-family: "Inter", sans-serif !important;
	    font-size: 16px !important;
	    font-style: normal;
	    font-weight: 400;
	    line-height: 25px;
	    text-align: left !important;
	}

	.blackParaText * {
	    position: static !important;
	    padding-left: 0 !important;
	    border: 0 !important;
	    background-color: transparent !important;
	    height: auto !important;
	    /* overflow: hidden !important; */
	}

	.specs-item span:nth-child(1) img {
	    width: 20px;
	    height: 20px;
	    object-fit: contain;
	    margin-right: 10px;
	}

	.listing-desc {
	    display: -webkit-box !important;
	    -webkit-line-clamp: 3 !important;
	    -webkit-box-orient: vertical !important;
	    overflow: hidden !important;
	    max-height: 100px !important;
	}

	.listing-desc * {
	    color: #000 !important;
	    font-family: Inter !important;
	    font-size: 14px !important;
	    font-style: normal !important;
	    font-weight: 400 !important;
	    line-height: 25px !important;
	    padding-left: 0 !important;
	    border: none !important;
	    margin: 0 !important;
	}

	.read-more {
	    color: #328DB0 !important;
	    font-family: "Inter", sans-serif !important;
	    font-size: 14px !important;
	    font-style: normal !important;
	    font-weight: 700 !important;
	    line-height: 25px !important;
	    position: absolute !important;
	    bottom: 0 !important;
	    right: 0 !important;
	    background: white !important;
	    padding-left: 11px !important;
	}

	.read-more:hover {
	    color: #328DB0;
	}

	.sale-price {
	    color: #328DB0;
	    font-family: "Inter", sans-serif;
	    font-size: 20px;
	    font-style: normal;
	    font-weight: 900;
	    line-height: 20px;
	    letter-spacing: -0.4px;
	}

	.original-price {
	    color: #000;
	    font-family: "Inter", sans-serif;
	    font-size: 20px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: 20px;
	    letter-spacing: -0.4px;
	    margin-bottom: 10px;
	}

	.listing-desc p {
	    margin-bottom: 0;
	}

	.specs-item span:nth-child(2) {
	    color: #000;
	    text-align: right;
	    font-family: "Inter", sans-serif;
	    font-size: 16px;
	    font-style: normal;
	    font-weight: 900;
	    line-height: 25px;
	    /* 156.25% */
	}

	.accordion-header span.fa {
	    font-size: 20px;
	    color: #222222;
	}

	.accordion-content {
	    padding-bottom: 45px;
	}

	.accordion-content.specc-show {
	    display: block !important;
	}

	.list-cntnt {
	    position: relative;
	    margin-bottom: 60px;
	}

	.specsListContainer {
	    max-width: 445px;
	    margin-bottom: 50px;
	}

	.specsList {
	    margin-top: 20px;
	    list-style: none;
	    padding: 0 15px
	}

	.specsList hr {
	    margin: 8px 0;
	}

	.specsList li {
	    display: flex;
	    align-items: flex-start;
	    justify-content: space-between;
	}

	.specsList li p {
	    width: 50%;
	}

	.specsName {
	    color: #222222;
	    font-family: Roboto;
	    font-size: 16px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: 25px;
	}

	.specsDetail {
	    color: #222222;
	    text-align: right;
	    font-family: Roboto;
	    font-size: 16px;
	    font-style: normal;
	    font-weight: 600;
	    line-height: 25px;
	}

	.boatDetailSpecsHeading {
	    color: #222222;
	    font-family: Roboto;
	    font-size: 18px;
	    font-style: normal;
	    font-weight: 600;
	    line-height: 25px;
	}


	.contact-details {
	    width: 50%;
	    display: flex;
	    justify-content: center;
	    align-items: flex-start;
	    flex-direction: column;
	}

	.boat-details-location {
	    display: flex;
	    justify-content: flex-start;
	    align-items: flex-start;
	    flex-direction: column;
	}

	.boat-details-contact {
	    display: flex;
	    justify-content: flex-start;
	    align-items: flex-start;
	    flex-direction: column;
	}

	.boat-details-contact a:hover {
	    text-decoration: none;
	}

	.boat-details-location a:hover {
	    text-decoration: none;
	}

	.boat-details-location h1,
	.boat-details-contact h1 {
	    font-size: 20px;
	}

	.boat-details-location p {
	    margin-bottom: 15px;
	}

	.boat-details-contact {
	    display: flex;
	    justify-content: flex-start;
	    align-items: flex-start;
	    flex-direction: column;
	}

	.boat-details-contact h1 {
	    margin-bottom: 15px;
	}

	.boat-details-contact p {
	    margin-bottom: 15px;
	}


	.right-sidebar {
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    flex-direction: column;
	}


	.right-sidebar-top-btn {
	    font-size: 26px;
	    font-weight: bold;
	    text-align: center;
	}

	.sidebar-bottom-btns {
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    flex-direction: column;
	}

	.item-price {
	    color: #222222;
	    font-weight: 600;
	}

	.right-sidebar-red-btn {
	    background: #D8231C;
	    width: 100%;
	    text-align: center;
	    color: white;
	    padding: 10px 0;
	}

	.right-sidebar-sec-btn {
	    color: #000;
	    text-align: center;
	    font-family: "Inter", sans-serif;
	    font-size: 25px;
	    font-style: normal;
	    font-weight: 900;
	    line-height: 30px;
	    /* 120% */
	    text-transform: uppercase;
	}

	.inq-form-head {
	    padding-top: 20px;
	    padding-bottom: 20px;
	}

	.details-lg-btn-box {
	    margin-top: 60px;
	}

	.similar-box-row {
	    display: flex;
	    flex-wrap: wrap;
	    gap: 13px;
	    padding: 0 70px;
	}

	.boatPricingList {
	    list-style: none;
	}

	.boatPricingList li {
	    display: flex;
	    align-items: flex-start;
	    justify-content: space-between;
	    margin-bottom: 5px;
	}

	.boatPricingList li .pricingTitle {
	    width: 30%;
	    color: #222222;
	    font-family: Roboto;
	    font-size: 20px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: 22px;
	    letter-spacing: 0.6px;
	}

	.boatPricingList li .pricingDetail {
	    width: 70%;
	    text-align: right;
	    color: #222222;
	    text-align: right;
	    font-family: Roboto;
	    font-size: 20px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: 22px;
	    letter-spacing: 0.6px;
	}

	.pricingTitleSharp {
	    color: rgba(27, 29, 54, 0.80);
	    font-family: Roboto;
	    font-size: 16px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: 22px;
	    letter-spacing: 0.48px;
	}

	.pricingDetailSharp {
	    color: rgba(27, 29, 54, 0.80);
	    font-family: Roboto;
	    font-size: 16px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: 22px;
	    letter-spacing: 0.48px;
	}

	.pricingTitleRed {
	    color: #C8192A;
	    font-family: Roboto;
	    font-size: 20px;
	    font-style: normal;
	    font-weight: 600;
	    line-height: 22px;
	    letter-spacing: 0.6px;
	}

	.border_bottom {
	    border-bottom: 2px solid lightgray !important;
	    border-radius: 0px !important;
	    outline: none !important;
	    border-top: none;
	    border-left: none;
	    border-right: none;
	    margin-top: 25px;
	    padding-top: 0 !important;
	    padding-bottom: 10px !important;
	    padding-left: 0px !important;
	    padding-right: 0px !important;
	}

	.pricingTitlePayment {
	    color: #222222;
	    font-family: Roboto;
	    font-size: 16px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: 22px;
	    letter-spacing: 0.48px;
	}

	.pricingDetailPayment {
	    color: #222222;
	    font-family: Roboto;
	    font-size: 16px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: 22px;
	    letter-spacing: 0.48px;
	}

	.downPayment {
	    color: #222222;
	    font-family: Roboto;
	    font-size: 14px;
	    font-style: normal;
	    font-weight: 300;
	    line-height: 22px;
	    letter-spacing: 0.42px;
	    text-align: right;
	}


	.boatDetailBtn {
	    color: #FFF;
	    text-align: center;
	    font-family: Forza;
	    font-size: 16px;
	    font-style: normal;
	    font-weight: 350;
	    line-height: normal;
	    letter-spacing: 1.6px;
	    text-transform: uppercase;
	    background: #22222299;
	    padding: 10px 0 11px 0;
	    width: 100%;
	    display: inline-flex;
	    justify-content: center;
	    align-items: center;
	    border: none;
	    transition: all 0.4s;
	}

	.boatDetailBtn:hover {
	    color: #FFF;
	}

	.preOwnedDealerContactWrapper {
	    border: 1px solid #EEE;
	    background: #FAFAFA;
	    padding: 20px 57px 25px 59px;
	}

	.preOwnedDealerContactHeading {
	    color: #112342;
	    text-align: center;
	    font-family: Roboto;
	    font-size: 20px;
	    font-style: normal;
	    font-weight: 600;
	    line-height: 30px;
	    letter-spacing: 0.6px;
	}

	.dealerMainContent {
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    gap: 20px;
	    margin-top: 15px;
	}

	.dealerImageContainer {
	    width: 60px;
	    height: 60px;
	}

	.dealerImageContainer img {
	    width: 100%;
	    height: 100%;
	    object-fit: cover;
	}

	.dealerContactHeading {
	    color: #222222;
	    font-family: Roboto;
	    font-size: 16px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: 22px;
	    letter-spacing: 0.48px;
	}

	.custom-textareat {
	    border-bottom: 2px solid lightgray !important;
	    border-radius: 0px !important;
	    outline: none !important;
	    border-top: none;
	    border-left: none;
	    border-right: none;
	    margin-top: 25px;
	    padding-top: 0 !important;
	    padding-bottom: 0px !important;
	    padding-left: 0px !important;
	    padding-right: 0px !important;
	}

	.end-content {
	    display: flex;
	    justify-content: center;
	    align-items: center;
	}

	.boatDetailPageSeparator {
	    margin-top: 60px;
	}

	.end-content a {
	    padding: 0px 25px;
	    text-transform: uppercase;
	    font-weight: 600;
	    color: black;
	}

	.end-content a:hover {
	    color: black;
	    text-decoration: none;
	}

	.right-border {
	    border-right: 1px solid black;
	}

	.boat-details-call-sec {
	    background-color: var(--red-color);
	    padding: 5px 0px;
	    font-family: Roboto;
	}

	.boat-details-call-sec p {
	    text-align: center;
	    color: white;
	    text-align: center;
	    margin-bottom: 0;
	    font-weight: 600;
	    letter-spacing: 2px;
	    font-family: Roboto;
	    line-height: 30px;
	}

	.boat-details-call-sec p a {
	    color: white;
	    text-decoration: none;
	}

	.boat-details-form {
	    width: 100%;
	    height: 40px;
	    color: rgba(0, 0, 0, 0.60);
	    font-family: "Inter", sans-serif;
	    font-size: 16px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: normal;
	    border: 1px solid #D9D9D9 !important;
	    background: #FFF;
	    padding-left: 15px;
	    padding-right: 15px;
	}

	.boat-details-form::placeholder {
	    color: rgba(0, 0, 0, 0.60);
	    font-family: "Inter", sans-serif;
	    font-size: 16px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: normal;
	}

	.boat-details-form:focus {
	    outline: none;
	    box-shadow: none;
	}

	.boat-details-textarea {
	    color: rgba(0, 0, 0, 0.60);
	    font-family: "Inter", sans-serif;
	    font-size: 16px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: normal;
	    width: 100%;
	    border: 1px solid #D9D9D9;
	    background: #FFF;
	}

	.boat-details-textarea::placeholder {
	    color: rgba(0, 0, 0, 0.60);
	    font-family: "Inter", sans-serif;
	    font-size: 16px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: normal;
	}

	.form-lable {
	    color: #112342;
	    font-family: Roboto;
	    font-size: 16px;
	    font-style: normal;
	    line-height: 30px;
	    letter-spacing: 1px;
	}

	.modal-title {
	    color: #222222;
	    text-align: center;
	    font-family: Roboto;
	    font-size: 30px;
	    font-style: normal;
	    line-height: 30px;
	    letter-spacing: 1px;
	    text-transform: uppercase;
	}

	.boat-details-sm-btn:hover {
	    color: #FFF;
	}

	.call-now-btn {
	    color: #FFF;
	    text-align: center;
	    font-family: "Inter", sans-serif;
	    font-size: 16px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	    letter-spacing: 0.8px;
	    text-transform: uppercase;
	    display: block;
	    padding: 15px;
	    margin-bottom: 20px;
	    background: #328DB0;
	    border-radius: 3px;
	}

	.call-now-btn:hover {
	    color: #FFF;
	}

	/* boat detail carousel */

	.boat-detail-carosuel .item {
	    width: 100%;
	    height: auto;
	}

	.boat-detail-carosuel .item img {
	    display: block;
	    width: 100%;
	    height: 100%;
	    object-fit: cover;
	}

	/* boat gallery pop up */

	.owl-carousel-parent {
	    position: relative;
	}

	.boat-details-title {
	    color: #000;
	    text-align: center;
	    font-family: "Inter", sans-serif;
	    font-size: 30px;
	    font-style: normal;
	    font-weight: 900;
	    line-height: 40px;
	    margin-bottom: 15px;
	}


	.similar-bts {
	    padding-top: 60px;
	    padding-bottom: 120px;

	}

	.similar-heading {
	    color: #222;
	    font-family: "Public Sans";
	    font-size: 32px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: 30px;
	    /* 93.75% */
	    letter-spacing: 6.4px;
	    text-transform: uppercase;
	}

	.boat-card {
	    background-color: transparent;
	    width: 100%;
	}

	.similar-boat-img {
	    position: relative;
	    padding-top: 65.5%;
	}

	.similar-boat-img img {
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	    object-fit: cover;
	}

	.spec-mn-head {
	    color: #222;
	    font-family: "Inter", sans-serif;
	    font-size: 16px;
	    font-style: normal;
	    font-weight: 900;
	    line-height: 30px;
	    letter-spacing: 1.6px;
	    text-transform: uppercase;
	}

	.spec-cntnt {
	    color: #222;
	    font-family: "Inter", sans-serif;
	    font-size: 40px;
	    font-style: normal;
	    font-weight: 300;
	    line-height: 40px;
	    /* 100% */
	}

	.boat-title-mn {
	    color: #000;
	    font-family: Roboto;
	    font-size: 20px;
	    font-style: normal;
	    font-weight: 900;
	    line-height: 30px;
	    letter-spacing: 2px;
	}

	.callForBoatWrapper {
	    margin: 10px 0 20px 0;
	    text-align: center;
	}

	.callForBoat {
	    color: #A81D1D;
	    font-family: Roboto;
	    font-size: 18px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: 35px;
	    text-align: center;
	}

	.callForBoat:hover {
	    color: #A81D1D;
	}

	.mn-similar-sec {
	    padding-top: 60px;
	}

	.hr-line {
	    margin-top: 100px;
	}

	.formBtnWrapper {
	    margin-top: 30px;
	}


	/* +++++++++++++++++++++++++++ */
	.similarInventorySection {
	    margin-top: 100px;
	    margin-bottom: 180px;
	}


	.inputWrapper {
	    margin-bottom: 20px;
	}

	.formInput {
	    width: 100%;
	    outline: none;
	    border: 1px solid #EEE;
	    background: #FFF;
	    color: #222222;
	    font-family: Roboto;
	    font-size: 16px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: 25px;
	    letter-spacing: 0.48px;
	    padding: 10px 10px 10px 20px;
	}

	.similarListingHeadingWrap {
	    margin: 50px 0 30px 0;
	}

	.boat-detail-carosuel .owl-dots {
	    position: absolute;
	    bottom: 5%;
	    width: 100%;
	}

	.boat-detail-carosuel .owl-dots {
	    display: none;
	}

	.boat-detail-carosuel .owl-nav span {
	    font-size: 41px;
	    margin-top: -9px;
	    color: white;
	    line-height: 15px;
	}

	.boat-detail-carosuel .owl-nav button:hover {
	    background: #000000 !important;
	    color: white !important;
	}

	.boat-detail-carosuel .owl-nav button.owl-prev {
	    position: absolute;
	    top: 50%;
	    left: 20px;
	    transform: translateY(-50%);
	    width: 40px;
	    height: 40px;
	    background: #000000 !important;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    line-height: normal;
	}

	.boat-detail-carosuel .owl-nav button.owl-next {
	    position: absolute;
	    top: 50%;
	    right: 20px;
	    transform: translateY(-50%);
	    width: 40px;
	    height: 40px;
	    background: #000000 !important;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    line-height: normal;
	}

	.boat-detail-carosuel .owl-nav button.owl-next:hover,
	.boat-detail-carosuel .owl-nav button.owl-prev:hover {
	    background: #000000 !important;
	}

	.price-box h4 {
	    color: #000;
	    font-family: "Inter", sans-serif;
	    font-size: 20px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: 20px;
	    letter-spacing: -0.4px;
	}

	.price-box h3 {
	    color: #328DB0;
	    font-family: "Inter", sans-serif;
	    font-size: 20px;
	    font-style: normal;
	    font-weight: 900;
	    line-height: 20px;
	    letter-spacing: -0.4px;
	}

	.apply-box {
	    display: flex;
	    justify-content: space-between;
	    align-items: center;
	    margin-top: 20px;
	    margin-bottom: 30px;
	}

	.apply-box span {
	    color: #000;
	    text-align: right;
	    font-family: "Inter", sans-serif;
	    font-size: 18px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: 20px;
	    letter-spacing: -0.36px;
	}

	.boat-details-form-sec {
	    position: relative;
	    border: 1px solid #D9D9D9;
	    background: #FBFBFB;
	    padding: 20px 23px 50px 23px;
	}

	.scroll-down {
	    position: absolute;
	    top: -100px;
	    visibility: hidden;
	}

	.opeen-calc {
	    cursor: pointer;
	    position: relative;
	}

	.apply-box strong {
	    color: #000;
	    font-size: 18px;
	    font-family: "Inter", sans-serif;
	    font-style: normal;
	    font-weight: 700;
	    line-height: 20px;
	    letter-spacing: -0.36px;
	    text-decoration-line: underline;

	}

	.apply-box strong img {
	    position: absolute;
	    top: 0;
	    width: 10px;
	    height: 10px;
	    object-fit: contain;
	}

	.apply-box .financing-btn {
	    border-radius: 3px;
	    background: #328DB026;
	    color: #328DB0;
	    text-align: center;
	    font-family: "Inter", sans-serif;
	    font-size: 16px;
	    font-style: normal;
	    font-weight: 900;
	    line-height: 16px;
	    padding: 14px 25px;
	    border: 1px solid #328DB026;
	}

	.details-form-btn {
	    color: #FFF;
	    text-align: center;
	    font-family: "Inter", sans-serif;
	    font-size: 16px;
	    font-style: normal;
	    font-weight: 900;
	    line-height: 16px;
	    border-radius: 3px;
	    background: #328DB0;
	    padding: 12px 25px;
	    display: inline-block;
	    border: 1px solid #328DB0;
	}

	.details-form-btn:hover {
	    border: 1px solid #328DB0;
	    color: #FFF;
	}

	.details-form-btn:focus {
	    border: 1px solid #328DB0;
	    color: #FFF;
	    outline: none;
	    box-shadow: none;
	}

	.radio-box {
	    display: flex;
	    margin: 20px 0;
	}

	.radio-box label {
	    color: #000 !important;
	    font-family: "Inter", sans-serif;
	    font-size: 16px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: normal;
	}

	.radio-box input[type=radio] {
	    margin-right: 6px !important;
	    margin-left: 15px;
	}

	.custom-modal-box {
	    max-width: 640px;
	    width: 100%;
	    margin: 0 auto;
	    border-radius: 5px;
	    position: fixed;
	    top: 0;
	    left: 50%;
	    transform: translate(-50%, -100%);
	    z-index: 999;
	    display: none;
	    /* Start hidden */
	    transition: transform 0.5s ease;
	    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	}

	.mob-sticky-bar {
	    position: fixed;
	    bottom: 0;
	    z-index: 99;
	    display: none;
	    justify-content: space-between;
	    align-items: center;
	    padding: 17px 30px;
	    background: #0086C4;
	}

	.mob-sticky-bar .original-price {
	    display: none;
	}

	.sticky-bar-col {
	    width: 50%;
	}

	.mob-sticky-bar .sale-price:nth-child(1) {
	    display: none;
	}

	.mob-sticky-bar .sale-price:nth-child(2) {
	    float: left !important;
	    color: #FFF;
	    font-family: Inter;
	    font-size: 16px !important;
	    font-style: normal;
	    font-weight: 400 !important;
	    line-height: 22px;
	}

	.sticky-bar-col h3 {
	    color: #FFF;
	    font-family: Inter;
	    font-size: 18px;
	    font-style: normal;
	    font-weight: 900;
	    line-height: 22px;
	    margin-bottom: 5px;
	    word-break: break-word;
	}

	.sticky-bar-col p {
	    color: #FFF;
	    font-family: Inter;
	    font-size: 16px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: 22px;
	    margin-bottom: 0;
	}

	.sticky-bar-col a {
	    display: inline-block;
	    border-radius: 30px;
	    background: #0079B2;
	    color: #FFF;
	    text-align: center;
	    font-family: "Public Sans";
	    font-size: 16px;
	    font-style: normal;
	    font-weight: 900;
	    line-height: 16px;
	    padding: 14px 28px;
	}

	.calc-error-box p {
	    color: #FFF;
	    font-family: "Public Sans";
	    font-size: 14px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: normal;
	    background: transparent;
	    border: none;
	    border-radius: 20px;
	    padding: 7px 20px;
	    text-align: center;
	}

	.custom-modal-box.show {
	    top: 50%;
	    transform: translate(-50%, -50%);
	}

	.modal-white-sec {
	    background: #FFF;
	    padding: 50px;
	}

	.modal-white-sec .popup_input {
	    border-top: none !important;
	    border-right: none !important;
	    border-left: none !important;
	    border-bottom: 1px solid rgba(0, 0, 0, 0.20) !important;
	    width: 100%;
	}

	.modal-white-sec .popup_label {
	    color: #000;
	    font-family: "Public Sans";
	    font-size: 16px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: normal;
	}

	.saving-box {
	    display: flex;
	    justify-content: space-between;
	    align-items: center;
	    margin-top: 10px;
	}

	.saving-box span {
	    color: rgba(34, 34, 34, 0.60);
	    font-family: "Inter", sans-serif;
	    font-size: 16px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: 20px;
	    letter-spacing: -0.32px;
	}

	.result_box h2 {
	    color: #FFF;
	    text-align: center;
	    font-family: "Public Sans";
	    font-size: 16px !important;
	    font-style: normal;
	    font-weight: 400;
	    line-height: normal;
	    margin-bottom: 22px !important;
	}

	.result_box h3 {
	    color: #FFF;
	    text-align: center;
	    font-family: "Public Sans";
	    font-size: 35px !important;
	    font-style: normal;
	    font-weight: 700;
	    line-height: 40px;
	    margin-bottom: 60px !important;
	}

	.modal-content-box {
	    display: flex;
	    flex-wrap: wrap;
	}

	.modal-content-col {
	    width: 50%;
	}

	.calculate-box {
	    background: #005278;
	    color: white;
	    padding: 40px 30px;
	}

	.calculate-box {
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    flex-direction: column;
	    position: relative;
	}

	.calculate-btn {
	    color: #FFF;
	    text-align: center;
	    font-family: "Public Sans";
	    font-size: 16px;
	    font-style: normal;
	    font-weight: 900;
	    line-height: 16px;
	    border-radius: 30px;
	    background: rgba(255, 255, 255, 0.20);
	    margin-left: 0;
	    width: 100%;
	    padding: 12px 36px;
	}

	.calculate-btn:hover {
	    color: #FFF;
	    background: rgba(255, 255, 255, 0.20);
	}

	.calculate-btn:focus {
	    color: #FFF;
	    background: rgba(255, 255, 255, 0.20);
	}

	.close-btn-1 {
	    position: absolute;
	    right: 20px;
	    top: 20px;
	    background: transparent;
	    border: none;
	    color: #FFF;
	    font-family: "Public Sans";
	    font-size: 14px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: normal;
	    cursor: pointer;
	}

	.stock-img {
	    width: 18px !important;
	    height: 15px !important;
	}

	.close-btn-2 {
	    position: absolute;
	    left: 50%;
	    bottom: 35px;
	    transform: translateX(-50%);
	    color: #FFF;
	    font-family: "Public Sans";
	    font-size: 14px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: normal;
	    background: rgba(255, 255, 255, 0.05);
	    border: none;
	    border-radius: 20px;
	    padding: 7px 20px;
	    cursor: pointer;
	}

	.disclaimer-dropdown {
	    position: relative;
	    display: inline-block;
	}

	.disclaimer-btn {
	    background: none;
	    border: none;
	    text-decoration: underline;
	    cursor: pointer;
	    width: 100%;
	    color: white;
	    padding: 10px 15px;
	    font-family: "Public Sans";
	    letter-spacing: 1px;
	    font-size: 16px;
	}

	.disclaimer-content {
	    display: none;
	    width: 100%;
	    padding: 12px 0;
	    border-radius: 4px;
	}

	.disclaimer-content p {
	    background: transparent;
	    color: white;
	    font-family: "Inter", sans-serif;
	    font-size: 14px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: 20px;
	    text-align: center;
	}

	.disclaimer-content p a {
	    color: white;
	    text-decoration: underline;
	}

	.dealer-form-box {
	    display: flex;
	    margin-bottom: 22px;
	}

	.checkbox-input:checked~.checkmark {
	    background-color: #328DB0;
	}

	.checkmark {
	    position: absolute;
	    top: 0;
	    left: 0;
	    height: 18px;
	    width: 18px;
	    background-color: #fff;
	    border: 2px solid #328DB0;
	    border-radius: 0;
	}

	.checkmark:after {
	    left: 5px;
	    top: 1px;
	    width: 4px;
	    height: 9px;
	    border: solid white;
	    border-width: 0 2px 2px 0;
	    transform: rotate(45deg);
	}

	.checkbox-input:checked~.checkmark:after {
	    display: block;
	}

	.checkbox-input {
	    position: absolute;
	    opacity: 0;
	    cursor: pointer;
	}

	.checkmark:after {
	    content: "";
	    position: absolute;
	    display: none;
	}

	.dealer-form-col-2 a {
	    background: none;
	    border: none;
	    text-decoration: underline !important;
	    cursor: pointer;
	    width: 100%;
	    color: #328DB0;
	    padding: 10px 15px;
	    letter-spacing: 1px;
	    font-size: 14px;
	    display: block;
	    white-space: nowrap;
	}

	.disclaimer-modal .modal-body {
	    padding: 30px 30px;
	    color: rgba(0, 0, 0, 0.60);
	    font-family: "Inter", sans-serif;
	    font-size: 16px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: 25px;
	}

	.disclaimer-modal h5 {
	    color: #222222;
	    text-align: center;
	    font-family: "Inter", sans-serif !important;
	    font-size: 22px !important;
	    font-style: normal;
	    line-height: 30px;
	    letter-spacing: 1px;
	    text-transform: uppercase;
	}

	.toggle-content {
	    margin: 0 0 !important;
	}

	.pending_sale_banner {
	    position: absolute;
	    top: 10px;
	    right: 10px;
	    z-index: 1;
	    color: #fff;
	    font-size: 12px;
	    font-weight: 600;
	    padding: 8px 22px;
	    background: #328DB0;
	    font-family: "Inter", sans-serif;
	    text-transform: uppercase;
	    border-radius: 3px;
	    letter-spacing: 1px;
	}

	.boatTag,
	.grid-pending_sale_banner {
	    position: absolute;
	    top: 10px;
	    right: 10px;
	    z-index: 1;
	    color: #fff;
	    font-size: 12px;
	    font-weight: 600;
	    padding: 8px 22px;
	    background: #328DB0;
	    font-family: "Inter", sans-serif;
	    text-transform: uppercase;
	    border-radius: 3px;
	    letter-spacing: 1px;
	}

	.BoatsLising {
	    opacity: 0;
	    transition: opacity 0.5s ease !important;
	}

	/* new boat detail page design ends here */

	/* mobile filter start here */

	.top_new_filter .inner_wrap_bt a {
	    padding: 7px 10px;
	    display: inline-block;
	    min-width: 190px;
	    width: 100%;
	    text-align: center;
	    font-family: "Inter", sans-serif;
	    ;
	    border: 1px solid #328DB01A;
	    border-radius: 30px;
	    background-color: #328DB01A;
	    color: #000;
	    font-size: 14px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: 25px;
	}

	.top_new_filter .inner_wrap_bt a img {
	    width: 40px;
	    height: 14px;
	    object-fit: contain;
	}

	.sortby-btn a {
	    border-radius: 20px !important;
	    border: 1px solid #C4C4C4 !important;
	    background: white !important;
	}

	.selected-count {
	    width: 20px;
	    height: 20px;
	    background: #328DB0;
	    display: inline-flex;
	    justify-content: center;
	    align-items: center;
	    color: #FFF;
	    text-align: center;
	    font-family: "DM Sans";
	    font-size: 12px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: 0px;
	    border: 1px solid #328DB0;
	    border-radius: 50px;
	    margin-left: 10px;
	}

	.mobile-filter-box.show-filter {
	    display: block;
	    position: fixed;
	    bottom: 0;
	    left: 0;
	    width: 100%;
	    z-index: 999;
	    background: white;
	    overflow-y: auto;
	    height: calc(100vh - 304px);
	}

	.mobile-filter-box {
	    display: none;
	}

	.filter-accordion-header {
	    border: 0px;
	    border-bottom: 1px solid #eee;
	    position: sticky;
	    top: 0;
	    z-index: 1000;
	    color: #000;
	    font-family: "Inter", sans-serif;
	    ;
	    font-size: 18px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	}

	.filter-accordion-header i.fa {
	    font-size: 25px;
	    color: rgba(196, 196, 196, 1);
	}

	.filter-accordion-content {
	    background-color: transparent;
	    padding: 10px 50px;
	    /* display: none; */
	    overflow: hidden;
	}

	.filter-accordion-header {
	    border: 0px;
	    border-bottom: 1px solid #eee;
	    position: sticky;
	    top: 0;
	    z-index: 1000;
	    color: #000;
	    font-family: "Inter", sans-serif;
	    ;
	    font-size: 18px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: normal;
	    background: white;
	    padding: 20px 25px;
	    width: 100%;
	    text-align: left;
	    outline: 0;
	    display: flex;
	    justify-content: space-between;
	    align-items: center;
	}

	.boat-img-box .boat-listing-carousel .item {
	    width: 100% !important;
	    height: 100% !important;
	    position: unset;
	    padding-top: unset;
	}

	.boat-img-box .boat-listing-carousel .item img {
	    position: unset;
	    width: 100% !important;
	    height: 100% !important;
	    object-fit: cover !important;
	}

	.dealer-form-col-1 {
	    width: 60%;
	}

	.dealer-form-col-2 {
	    width: 40%;
	    display: flex;
	    justify-content: center;
	    align-items: flex-end;
	}

	.dealer-form-col-1 .form-group {
	    margin-bottom: 5px !important;
	}

	.checkbox-label {
	    position: relative;
	    padding-left: 25px;
	    cursor: pointer;
	    user-select: none;
	    margin-bottom: 0;
	    padding-bottom: 0;
	    font-size: 15px;
	    line-height: normal;
	    display: flex;
	    justify-content: flex-start;
	    align-items: center;
	    color: black;
	}

	@media (max-width: 1700px) {
	    .details-right-container {
	        padding: 0 110px;
	    }

	    .details-left-container {
	        padding-left: 110px;
	    }
	}

	@media (max-width: 1600px) {
	    .dealer-form-col-1 {
	        width: 100%;
	    }

	    .dealer-form-col-2 {
	        width: 100%;
	    }

	    .hms_title {
	        font-size: 40px;
	        line-height: 50px;
	    }

	    .details-right-container {
	        padding: 0 90px;
	    }

	    .details-left-container {
	        padding-left: 90px;
	    }
	}

	@media (max-width: 1500px) {
	    .doss-featured-col .content-box {
	        padding: 0 50px;
	        max-width: 100%;
	    }

	    .doss-featured-box {
	        margin-top: 80px !important;
	        margin-bottom: 80px !important;
	    }

	    .specs-row-box {
	        gap: 60px;
	    }
	}

	@media (max-width: 1440px) {
	    .specs-row-box {
	        gap: 60px;
	    }

	    .details-right-container {
	        padding: 0 60px;
	    }

	    .details-left-container {
	        padding-left: 60px;
	    }
	}

	@media (max-width: 1300px) {
	    .listing-content-col {
	        padding-left: 30px;
	        width: 77%;
	    }

	    .fitler-col {
	        width: 23%;
	    }
	}

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

	    .listing-header {
	        display: flex;
	        justify-content: center;
	        flex-direction: column;
	        align-items: center;
	        margin-bottom: 15px;
	    }

	    .grid-boat-card {
	        width: calc(100% / 2) !important;
	    }

	    .boat-card {
	        flex-wrap: wrap;
	    }

	    .boat-content-box {
	        width: 100%;
	        padding: 18px 0px 10px 0;
	    }

	    .boat-img-box {
	        width: 100%;
	    }

	    .listing-container {
	        max-width: 100%;
	        padding-left: 20px;
	        padding-right: 20px;
	    }

	    .specs-row-box {
	        gap: 20px;
	    }

	    .details-right-container {
	        padding: 0 25px;
	    }

	    .details-left-container {
	        padding-left: 25px;
	    }
	}

	@media (max-width: 991px) {
	    .slider-nav-img {
	        width: 100%;
	        height: 160px;
	        padding: 0 5px;
	    }

	    .top_new_filter {
	        border-top: 1px solid #D3D3D3;
	        border-bottom: 1px solid #EEE;
	        background: white;
	        display: block;
	        margin-top: -2px;
	        position: sticky;
	        top: 60px;
	        left: 0;
	        z-index: 100;
	    }

	    .inner_wrap_filter {
	        display: flex;
	        align-items: center;
	    }

	    .inner_wrap_filter .right_bt {
	        padding: 8px 10px;
	        display: flex;
	        align-items: center;
	        column-gap: 10px;
	        overflow-x: auto;
	    }

	    .range-slider-box input {
	        width: 100%;
	        text-align: center;
	        border: none !important;
	        margin-bottom: 10px;
	    }

	    .similar-boats-box {
	        display: none;
	    }

	    .slick-dots {
	        opacity: 0;
	        display: none !important;
	    }

	    .filter-accordion-content input {
	        margin-right: 15px;
	        font-family: 'Inter' !important;
	        color: black !important;
	    }

	    .sqr-checkBox .filter-checkbox {
	        top: 12px;
	        display: none;
	    }

	    .mobile-sort-by label {
	        width: 70px;
	        float: left;
	        color: rgba(0, 0, 0, 0.40);
	        font-family: "Inter", sans-serif;
	        ;
	        font-size: 16px;
	        font-style: normal;
	        font-weight: 400;
	        line-height: 18px;
	        text-transform: capitalize;
	    }

	    .mobile-sort-by select {
	        width: calc(100% - 70px);
	        height: calc(2.3rem + 2px) !important;
	        border-top: none;
	        border-right: none;
	        border-left: 1px solid #D9D9D9;
	        border-bottom: none;
	    }

	    .filter-accordion-content {
	        background-color: transparent;
	    }

	    .listing-header {
	        align-items: flex-start;
	        padding-left: 7px;
	    }

	    .boatsHeading {
	        font-size: 22px;
	        margin-bottom: 0;
	        line-height: 26px;
	    }

	    .listing-header-right-box {
	        display: none;
	    }

	    .listing-content-col {
	        padding-left: 0;
	        width: 100%;
	    }

	    .listing-container {
	        padding-left: 0;
	        padding-right: 0;
	    }

	    .list-view {
	        display: none !important;
	    }

	    .grid-boat-card {
	        display: block !important;
	    }

	    .similar-slider {
	        display: block !important;
	    }

	    .mob-sticky-bar {
	        display: flex;
	        width: 100%;
	    }

	    .sqr-checkBox {
	        padding: 12px 0;
	        float: left;
	        width: 100%;
	        position: relative;
	    }

	    .sqr-checkBox span .fa-square:nth-child(1) {
	        display: none;
	    }

	    /*  new boat details page design start here */
	    .desktop_dis {
	        display: none;
	    }

	    .af-disp-mob {
	        display: block;
	        padding: 15px 20px 0;
	    }

	    .fitler-col {
	        width: 100%;
	    }

	    .filterBox {
	        display: none;
	    }

	    .listing-content-col {
	        width: 100%;
	    }

	    .listing-container {
	        display: flex;
	        max-width: calc(100% - 7%);
	        margin: 0 auto;
	        flex-wrap: wrap;
	    }

	    .breadcrumb-container {
	        padding-top: 5px;
	    }

	    .filterInner,
	    .boatsListingWrapper {
	        padding: 0 0 0 0;
	    }

	    .breadcrumb {
	        margin-bottom: 0;
	        padding-left: 7px;
	    }

	    .slider-nav {
	        margin: 0 -10px;
	        padding: 0 10px;
	    }

	    .right-sidebar {
	        padding-top: 120px;
	        padding-left: 20px;
	        padding-right: 20px;
	    }

	    .slider-img {
	        position: relative;
	        padding-top: 65%;
	    }

	    .slider-img>img {
	        position: absolute;
	        top: 0;
	        left: 0;
	        width: 100%;
	        height: 100%;
	        object-fit: cover;
	    }

	    .slider-nav-img {
	        width: 100%;
	        height: 160px;
	        padding: 0 5px;
	    }

	    .slider-nav-img img {
	        width: 100%;
	        height: 100%;
	        object-fit: cover;
	    }

	    .slick-slider-box .slick-arrow {
	        display: none !important;
	    }

	    .boat-detail-carosuel,
	    .mobHide {
	        display: none !important;
	    }

	    .boats-container {
	        padding-top: 0px;
	    }


	    .top_new_filter {
	        border-top: 1px solid #D3D3D3;
	        border-bottom: 1px solid #EEE;
	        display: block;
	        margin-top: -2px;
	    }

	    .left_sidebar {
	        padding: 15px 25px;
	    }

	    .custom-card-header span.fa {
	        display: none;
	    }

	    .custom-card-header i.fa {
	        display: block;
	    }

	    .custom-card-header p.fa {
	        display: none;
	    }

	    .right-sidebar {
	        padding-top: 0;
	    }

	    .boat-seprator {
	        padding-top: 20px;
	    }

	    .similar-box-col {
	        flex-basis: calc(50% - 10px);
	    }

	    .details-main-row {
	        display: flex;
	        flex-direction: column;
	        padding: 0 20px;
	    }

	    .details-right-container {
	        width: 100%;
	        margin: 40px auto 0 auto;
	        padding: 0;
	    }

	    .details-left-container {
	        width: 100%;
	        padding-left: 0px;
	    }

	    .boatDetailPageSeparator {
	        margin-top: 50px;
	    }

	    .similarInventorySection {
	        margin-top: 60px;
	        margin-bottom: 120px;
	    }

	    .left_tabs {
	        padding-top: 20px;
	    }


	    .boat-detail-carosuel,
	    .mobHide {
	        display: none !important;
	    }

	    .details-main-row {
	        display: flex;
	        flex-direction: column;
	        padding: 0 20px;
	    }

	    .details-left-container {
	        width: 100%;
	        padding-left: 0px;
	    }

	    .details-right-container {
	        width: 100%;
	        margin: 40px auto 0 auto;
	        padding: 0;
	    }

	    /*  new boat details page design start here */


	}

	@media screen and (max-width: 767px) {
	    .grid-boat-card {
	        width: 100% !important;
	    }

	    .grid-boat-card {
	        width: 100% !important;
	    }

	    .specs-cols {
	        width: 100%;
	    }

	    .specs-item span:nth-child(1) img {
	        width: 15px;
	        height: 15px;
	    }

	    .similar-boats-box {
	        display: none;
	    }

	    .specs-row-box {
	        gap: 0;
	        flex-direction: column;
	        padding: 0 0 0 0;
	    }

	}

	@media screen and (max-width: 576px) {
	    .slider-nav-img {
	        height: 100px;
	    }

	    .similar-heading {
	        font-size: 22px;
	        letter-spacing: 3px;
	    }

	    .mob-sticky-bar {
	        padding: 17px 20px;
	    }

	    .modal-white-sec .popup_label {
	        margin-bottom: 0;
	    }

	    .custom-modal-box {
	        overflow-y: auto;
	        max-width: 80%;
	        width: 100%;
	        border-radius: 10px;
	    }

	    .custom-modal-box .form-group {
	        margin-bottom: 5px !important;
	    }

	    .modal-content-col {
	        width: 100%;
	        padding: 30px 25px;
	    }

	    .calculate-box {
	        background: #1B75BC;
	        padding: 20px 25px 80px 25px;
	        position: unset;
	    }

	    .modal-content-col {
	        width: 100%;
	        padding: 30px 25px;
	    }
	}