@font-face {
    font-family: CenturyGothic-Regular;
    src: url("../fonts/CenturyGothic-Regular.ttf");
  }
  @font-face {
    font-family: CenturyGothic-Bold;
    src: url("../fonts/CenturyGothic-Bold.TTF");
  }
  @font-face {
    font-family: CenturyGothic-Black;
    src: url("../fonts/CenturyGothic-Black.TTF");
  }



  body{
    font-family: CenturyGothic-Regular;
	    color: #7a7a7a;
  }

  .container-fluid{
    padding-left: 30px;
    padding-right: 30px;
  }

.form-control {
    height: calc(1.9em + 0.75rem + 2px);
    border-color: #ebebeb;
    font-size:14px;
}


.greenbar h5 {
    margin-bottom: 0px;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    padding: 5px 0px;
}

.greenbar {
    background-color: #4ab648;
    padding: 5px 0px;
    text-align: center;
}
a.navbar-brand img {
    max-width: 200px;
}
.navbar{
    padding: 15px 0px;
}
.navbar-expand-lg .navbar-nav .nav-link {
    color: #252525;
    font-size: 12px;
    padding-right: 10px;
    padding-left: 10px;
    font-weight: 600;
    text-transform: uppercase;
}



/* .navbar ul li:nth-child(2) { */
    /* background-color: #4ab648; */
    /* border-radius: 100px; */
    /* padding: 0px 15px; */
/* } */

.car_search_btn{
	background:#005fa6;
	padding: 0.5rem 1.4rem !important;
	border-radius:50px;
}
.saved_card_btn{
	background:#2caae2;
	padding: 0.5rem 1.4rem !important;
	border-radius:50px;
}
/* .navbar ul li:nth-child(2) a.nav-link{ */
    /* color:#fff; */
    /* padding-left: 5px; */
    /* padding-right: 5px; */
/* } */

.right-sec ul {
    padding: 0px;
    list-style: none;
    margin-bottom: 0px;
}
.right-sec .nav-link img {
    width: 30px;
    height: 25px;
}

.right-sec .dropdown-menu {
    right: 0px;
    left: auto;
    padding: 5px 0px;
}


.right-sec ul li.dropdown  a {
    font-size: 14px;
    padding: 6px 17px;
}

/*===================
Loader 
====================*/
/* public/css/styles.css */
.loader-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.loader {
    border: 6px solid #f3f3f3; /* Light gray */
    border-top: 6px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}



/*===================
Filter Sidebar
====================*/

section.listing-details .container-fluid > .row {
    margin: 0!important;
}
  .no-pad {
    padding: 0px !important;
}
.mobile-filter{
    display: none;
}

.filter-sidebar {
    padding: 0px;
    box-shadow: 0px 7px 12px #e9e9e9;
   
}
label {
    font-size:14px;
}
.product-listing {
    padding: 25px 25px 20px;
}

.filter-sidebar h3 {
    background-color: #23AFE3;
    padding: 14px 15px;
    text-align: center;
    font-size: 22px;
    color: #fff;
    font-weight: 600;
}

.sidebar-content {
    padding: 10px 23px;
    overflow-Y: scroll;
    height: calc(100vh - 62px);
}
.filter-sidebar .d-flex {
    align-items: center;
    justify-content: space-between;
}

.filter-sidebar .d-flex .form-control {
    width: 48%;
}
.filter-sidebar  .nav-tabs {
    border-bottom: 0px;
}
.filter-sidebar .nav-tabs .nav-item.show .nav-link,.filter-sidebar .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #4cb648;
    border-color: transparent;
    border-radius: 100px;
    font-family: CenturyGothic-Black;
}
.filter-sidebar li.nav-item {
    width: 50%;
    text-align: center;
    background-color: #f8f8f8;
    border-radius: 60px;
}
.filter-sidebar li.nav-item a{
    color:#7a7a7a;
    font-size:14px;
}
.filter-sidebar .nav-tabs {
    border-bottom: 0px;
    background-color: #f8f8f8;
    border-radius: 100px;
}

.form-group.tab-head-sec {
    padding: 8px 0px;
}
.form-group.tab-head-sec.more-options{
    padding: 18px 0px;
}
.value-box h4 {
    font-size: 16px;
    padding-right: 10px;
    font-family: CenturyGothic-Black;
}

.value-box a {
    width: 100%;
    border: 1px dotted #cbcbcb;
    padding: 0px;
    color: #8f8f8f;
    font-size: 15px;
    padding: 5px;
}

.value-box {
    margin: 20px 0px;
    clear:both;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    isolation: isolate;
    border-color: transparent;
}
.filter-sidebar .btn-info {
    color: #fff;
    background-color: #4cb648;
    border-color: #4cb648;
    border-radius: 0px;
    width: 100%;
    padding: 11px 15px;
    font-size: 16px;
    font-weight: 600;
    margin-top: 15px;
}
.filter-sidebar  .list-group-item{
    padding: 0;
    border:0;
}

a.reset-btn {
    color: #000;
    text-align: center;
    width: 100%;
    display: block;
    font-size: 15px;
    padding: 6px 0px;
}
.filter-sidebar .tab-content ul {
    padding: 0px;
    list-style: none;
}
.filter-sidebar .tab-content ul.product-img-sec {
    display: flex !important;
    text-align: center;
    flex-wrap: wrap;
}
.product-img-sec input[type=checkbox]:not(.default), .product-img-sec input[type=radio]:not(.default) {
    width: 17px;
    height: 17px;
}


.filter-sidebar .tab-content ul.product-img-sec li {
    width: 33%;
	margin-bottom:10px;
    
}
.filter-sidebar .tab-content ul.product-img-sec li img{
    width: 100%;
    height: 27px;
    margin-bottom: 5px;
}



/*===================
Product Listing
====================*/

section.listing-details {
    padding: 0px 0px;
}
/*upperfilter*/
.upper-filter {
    display: flex;
    justify-content: space-between;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0px 0px 5px #aaa;
    margin-bottom: 30px;
}
.upper-filter .btn-group .btn.active {
    background-color: #4cb648;
}
.upper-filter .btn-group .btn.active img{
    filter:brightness(100)
}
.upper-filter .btn-group .btn:focus{
    border: 0px;
    outline: none;
    box-shadow: none;
}
.upper-filter .btn-group .btn .icon-active{
    display: none;
}
.upper-filter .btn-group .btn.active .icon-active{
    display: inline-block;
}
.upper-filter .btn-group .btn.active .icon-noactive{
    display: none;
}
.upper-filter .sort {
    display: flex;
    align-items: center;
}
.upper-filter .sort span {
    min-width: 63px;
}
.upper-filter .btn-group .btn{
    background-color: #F8F8F8;
    border-radius: 100px !important;
    height: 40px;
    width: 40px;
    padding: 0px;
    margin-left: 10px;
    padding-bottom: 3px;
}
.upper-filter .form-control{
    background-color: #F8F8F8;
    border:0px;
    font-size:14px;
    font-weight: 600;
	/* box-shadow:0px 0px 5px #2caae2; */
	border:1px solid #2caae2;
}
/* .upper-filter .form-control:focus{ */
	/* border:1px solid #2caae2; */
	/* box-shadow:none; */
/* } */

/*Lookup Page*/

.listing-id-check{
    padding: 80px 0px;
}
.listing-id-form{
	box-shadow: 0 10px 15px rgba(0,0,0,0.09), 0 -4px 6px rgba(0,0,0,0.03);
	border-radius: 15px;
}

/*Prouctlist*/


.product-img-sec .body-type-container__body-type {
    position: relative;
    cursor: pointer;
    opacity: .7;
    text-align: center;
    padding: 8px;
}
.saved-car-icon i {
    color: #a9a9a9;
    font-size: 16px;
}

.saved-car-icon {
    position: absolute;
    background-color: #ffffffdb;
    padding: 6px;
    border-radius: 100px;
    height: 34px;
    width: 34px;
    text-align: center;
    left: 10px;
    top: 10px;
box-shadow: 0px 0px 10px #00000012;
}


.product-img-sec input[type=radio]:not(.default):checked + label {
    color: #000;
    margin-bottom: 0px !important;
    border: 1px solid #000;
    border-radius: 7px;
    background: #ebebeb;
}
.product-img-sec input[type=checkbox]:not(.default),.product-img-sec input[type=radio]:not(.default) {
    
    width: 20px;
    height: 20px;
}

 .card{
    border: 0px;
}
 .card .img-event img{
    height: 250px;
    width: 100%;
    border-radius: 12px;
    box-shadow: 0px 0px 10px #00000012;
	object-fit: cover;
}
 .list-group-item .caption.card-body {
    display: flex;
    align-items: center;
}
.card .card-title a {
    color: #7a7a7a;
    font-size:21px;
}
 .price-boxs {
    display: flex;
    width: 100%;
    margin-bottom: 15px;
    /* justify-content: space-between; */
    text-align: center;
	gap: 10px;
}
 .product-des .price-boxs {
	flex-direction: column;
	align-items:center;
}

 .price-box {
    padding: 7px 5px 9px;
    /* border: 2px dotted #eee; */
	box-shadow: inset 0px 0px 5px #aaa;
    border-radius: 5px;
    width: 50%;
}
 .price-box h2 {
    font-weight: 700;
    font-size: 21px;
    margin-bottom: 0px;
    font-family: CenturyGothic-Black;
}
 .price-box p {
	 color:#7a7a7a;
    margin: 0px;
    font-size: 13px;
}
 .card .card-title {
    margin-bottom: 15px;
    font-size: 25px;
    font-weight: 700;
    margin-top: 0px;
    font-family: CenturyGothic-Black;
}
.list-group-item .caption.card-body{
    padding: 0px;
}
 .caption.card-body p.group.inner {
    font-size: 14px;
    margin-bottom: 10px;
}
.caption.card-body .tags span {
    background-color: #2caae2;
    color: #fff;
    border-radius: 5px;
    padding: 3px 7px;
    margin-bottom: 10px;
    display: inline-block;
    margin-right: 2px;
    font-size: 13px;
}
.right-box {
    flex: 0 0 29%;
    padding-left: 0px;
    text-align: center;
}
.right-box .btn-danger img,.call-btn img {
    margin-right: 5px;
    margin-top: -5px;
}
.right-box .btn-danger,.call-btn {
    display: block;
    background-color: #4CB648;
    border: 0px;
    border-radius: 0px;
    font-size: 16px;
    padding: 8px 0px;
}



.view-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-left: 0;
    margin-bottom: 0;
}
.thumbnail
{
    margin-bottom: 30px;
    padding: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 13px;
	 border: 3px solid #fff;
	 box-shadow: 0px 0px 5px #aaa;
}

.item.list-group-item
{
    float: none;
    width: 100%;
    background-color: #fff;
    margin-bottom: 30px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 1rem;
    border: 0;
}
.item.list-group-item .img-event {
    float: left;
    width: 30%;
    overflow: hidden;

}

.item.list-group-item .list-group-image
{
    margin-right: 10px;
}
.item.list-group-item .thumbnail
{
    margin-bottom: 0px;
    display: flex;
    flex-direction: row;
}
.item.list-group-item .caption
{
    float: left;
    width: 70%;
    margin: 0;
}

.item.list-group-item:before, .item.list-group-item:after
{
    display: table;
    content: " ";
}

.item.list-group-item:after
{
    clear: both;
}

/*gridview*/

.product-listing .card-body {
    /* padding: 11px 0px 0px; */
    padding: 15px;
    text-align: center;
}

/*listview*/
.list-group-item .left-sec {
    text-align: left;
    padding: 0px 15px;
}

 section.listing-details .list-group-item .price-boxs{
    margin-bottom: 0px;
 }


.list-group-item  .right-box{
    padding-left: 30px;
}
/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    float:right;
    border-radius: 100px;
  }
  
  /* Hide default HTML checkbox */
  .switch input {display:none;}
  
  /* The slider */
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 100px;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 100px;
  }
  
  input.default:checked + .slider {
    background-color: #4CB648;
  }

  input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }
  section.listing-details.saved-details h1 {
    font-weight: 600;
    margin-bottom: 20px;
    font-family: CenturyGothic-Black;
}



  /*====================
  footer
  =====================*/

  footer {
    /* background-color: #e6e7e8; */
    background-color: #d5e8f3;
    padding: 60px 0px 0px;
}

footer h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #005fa6;
    text-transform: uppercase;
    font-family: CenturyGothic-Black;
}

footer ul {
    padding: 0px;
    list-style: none;
    margin-bottom: 40px;
}
footer ul li{
    margin-bottom: 10px;
    font-size: 15px;
	    color: #005fa6;
}
footer ul li a{
    font-size: 15px;
    /* color:#000; */
    color:#005fa6;
}
footer p{
    font-size: 15px;
	color: #005fa6;
}
.bottom-foot {
    text-align: center;
    margin-top: 50px;
    padding-bottom: 20px;
}

.bottom-foot p {
    margin-bottom: 0px;
}

button.btn.btn-sidefilter {
    background-color: #4ab648;
    color: #fff;
    border-radius: 50px;
    padding: 0px 35px;
}
a.btn.btn-info.remove-btn {
    display: block;
    background-color: #23AFE3;
    border: 0px;
    border-radius: 0px;
    font-size: 16px;
    padding: 8px 0px;
    margin-top: 15px;
}
.saved-car-listing{
    padding: 0px;
}
section.listing-details.saved-details{
    padding: 30px 0px;
}
.side-headbox{
    background-color: #23AFE3;
}

/*====================
Single Listing
=====================*/
.car-gallery img {
    height: 100%;
    width: 100%;
	/* height: 504px; */
	object-fit:cover;
}
.car-gallery .img-event img{
	height: 504px;
}
.single-details.listing-details{
    padding: 30px 0px;
}
.product-des > h2 {
    font-family: CenturyGothic-Black;
    font-size: 35px;
    margin-bottom:25px;
}
.product-des .price-boxs .price-box h2{
	font-size:26px;
	   color: #005fa6;
}
.product-des small{
	display:block;
}

.product-des h4.price {
    font-size: 28px;
    font-family: CenturyGothic-Black;
    margin-bottom: 0px;
    color: #4ab648;
}
.product-des p {
    font-size: 14px;
    line-height: 28px;
}

.overview .innerbox {
    display: flex;
    align-items: center;
}
.overview .innerbox .icon {
       background-color: transparent;
    padding: 9px 15px;
    font-size: 34px;
    margin-right: 14px;
    color: #fff;
    border-radius: 0px;
    width: 69px;
    text-align: center;
}
.single-details .order-btn {
    margin-top: 25px;
    border-radius: 0px;
    padding: 15px 48px;
    background-color: #4ab648;
    border-color: #4ab648;
}

.overview h3 {
    background-color: #2caae2;
    padding: 12px 15px;
    color: #fff;
    margin-bottom: 24px;
    font-family: CenturyGothic-Black;
    border-radius: 2px;
font-size:21px;
}
.overview .innerbox .icon.price-icon img {
    width: 30px;
    margin-top: -10px;
}
.overview {
    padding:0px;
    border: 0px dotted #eee;
    border-radius: 0px;
    margin-top: 20px;
}
section.product-info {
    padding-bottom: 50px;
}
.product-des {
    padding: 0px 35px;
}

.overview .innerbox {
        /* background-color: #4ab64826; */
		box-shadow: inset 0px 0px 5px #aaa;
    border-radius: 5px;
    padding: 0px;
    margin-bottom: 10px;
}
.overview .innerbox p{
    margin-bottom: 0px;
    font-size:14
}
.overview .innerbox h5{
    font-family: CenturyGothic-Black;
    margin-bottom: 2px;
    font-size:16px;
	color: #005fa6;
}
section.recent-product {
    border-top: 1px solid #eee;
    padding: 50px 0px;
}
section.recent-product h2 {
    font-weight: 600;
    color: #2caae2;
    margin-bottom: 20px;
    font-family: CenturyGothic-Black;
    text-align: center;
    font-size: 35px;
}
.overview .innerbox .icon img {
      width: 40px;
    /* filter: brightness(100); */
    margin-top: -8px;
}

section.recent-product .product-listing{
    padding: 0px;
}

.card .price-box h2{
	color:#005fa6;
    margin-bottom: 0px;
font-size: 21px;
}

.flickity-enabled {
    position: relative;
  }
  
  .flickity-enabled:focus { outline: none; }
  
  .flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%;
  }
  
  .flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  
  /* draggable */
  
  .flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
            tap-highlight-color: transparent;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  
  .flickity-enabled.is-draggable .flickity-viewport {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
  }
  
  .flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
    cursor: -webkit-grabbing;
    cursor: grabbing;
  }
  
  /* ---- previous/next buttons ---- */
  
  .flickity-prev-next-button {
    position: absolute;
    top: 50%;
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 50%;
    background: white;
    background: hsla(0, 0%, 100%, 0.75);
    cursor: pointer;
    /* vertically center */
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  
  .flickity-prev-next-button:hover { background: white; }
  
  .flickity-prev-next-button:focus {
    outline: none;
    box-shadow: 0 0 0 5px #09F;
  }
  
  .flickity-prev-next-button:active {
    opacity: 0.6;
  }
  
  .flickity-prev-next-button.previous { left: 10px; }
  .flickity-prev-next-button.next { right: 10px; }
  /* right to left */ */
  /* .flickity-rtl .flickity-prev-next-button.previous { */
  /*   left: auto; */
  /*   right: 10px; */
  /* } */
  /* .flickity-rtl .flickity-prev-next-button.next { */
  /*   right: auto; */
  /*   left: 10px; */
  /* } */
  
  .flickity-prev-next-button:disabled {
    opacity: 0.3;
    cursor: auto;
  }
  
  .flickity-prev-next-button svg {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%;
  }
  
  .flickity-prev-next-button .arrow {
    fill: #333;
  }
  
  
  
  .carousel-main {
    margin-bottom: 8px;
  }
  
  .carousel-cell {
    width: 100%;
    /* height: 504px; */
    margin-right: 8px;
    background: #8C8;
    border-radius: 5px;
    /* counter-increment: carousel-cell; */
  }
  
  /* cell number */ 
  /* .carousel-cell:before { */
  /*   display: block; */
  /*   text-align: center; */
  /*   content: counter(carousel-cell); */
  /*   line-height: 200px; */
  /*   font-size: 80px; */
  /*   color: white; */
  /* } */
  
  .carousel-nav .carousel-cell {
    height: 90px;
    width: 120px;
  }
  
  /* .carousel-nav .carousel-cell:before { */
  /*   font-size: 50px; */
  /*   line-height: 80px; */
  /* } */
  
  /* .carousel-nav .carousel-cell.is-nav-selected { */
  /*   background: #ED2; */
  /* } */
  
  /* Atelierbram edit */
  .carousel-main img {
    display: block;
    margin: 0 auto; 
  }
  

  .page-item.active .page-link {
    background-color: #4cb648;
    border-color: #4cb648;
    font-weight: 600;
}
.page-link {
    font-size:14px;
    color: #6c6c6c;
}
.card .card-title a {
    color: #7a7a7a;
    text-decoration: none;
}

section.single-details.listing-details .call-btn {
    margin-top: 0;
    display: inline-block;
    padding: 9px 18px;
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.saved-car-icon a.active i {
    color: red;
}
section.single-details.listing-details .product-des .call-btn img {
    margin-top: 0px;
}

section.single-details.listing-details .overview h3{
	margin-bottom: 17px;
}
.right-sec {
    display: flex;
}
.filter-sidebar .sidebar-content .form-group:first-child span.input-group-text{
	color: #4cb648;
    border-radius: 50px;
}
.filter-sidebar .sidebar-content .form-group:first-child span.input-group-text:last-child{
	    background-color: #4cb648 !important;
		    padding: 7px 8px;
}
.filter-sidebar .sidebar-content .form-group:first-child span.input-group-text:last-child svg{
	    fill:#fff;
}
.filter-sidebar .sidebar-content label{
	color: #005fa6;
	font-weight:700;
}
.filter-sidebar .sidebar-content input, .filter-sidebar .sidebar-content select{
	border:1px solid #2caae2
}
input#postcode {
    border-radius: 4px;
}

/*===================
Media 
====================*/



@media screen and (min-width: 1700px) {

    .container-fluid {
        width: 80%;
    }
}



@media screen and (min-width: 992px) {
    
    .sidebar-modal {
        opacity: 1 !important;
        display: block;
        position: static;
        padding-top: 21px;
        height: 100vh;
        position: sticky;
        top: 0;
		box-shadow: 0px 0px 5px #aaa;
		    border-radius: 12px;
    }
    .sidebar-modal .modal-content{
        border:0px;
    }
    .mobile-btn{
        display: none;
    }
    button.btn.btn-sidefilter{
        display: none;
    }
  }

@media screen and (max-width: 1250px) {
	
	.container-fluid {
    padding-left: 20px;
    padding-right: 20px;
}

a.navbar-brand img {
    max-width: 136px;
}
.navbar-expand-lg .navbar-nav .nav-link {
    font-size: 10px;
    padding-right: 7px;
    padding-left: 7px;
}
.right-sec .nav-link img {
    width: 26px;
    height: 22px;
}
.navbar ul li:nth-child(2) a.nav-link {
    padding-left: 0;
    padding-right: 0;
}
/* .navbar ul li:nth-child(2) { */
    /* padding: 0px 10px; */
/* } */
.right-sec ul li.dropdown a {
    padding: 6px 4px;
}
}


@media screen and (max-width: 992px) {
.product-des{
	padding:25px 0px;
}
.upper-filter .btn-group{
        display: none;
    }
    .upper-filter .sort span{
        display: none;
    }

.view-group{
	margin:0px;
}
 .navbar-toggler {
        background-color: #23afe3;
        color: #fff;
        padding: 8px 13px;
    }
.upper-filter{
	margin: 0px 15px;
    margin-bottom: 25px;
}

 .navbar {
        padding: 15px 17px;
    }
}

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

.product-listing {
    padding: 25px 0px 20px;
}


header .navbar {
    width: 100%;
    overflow: visible;
}
.right-sec ul li.dropdown a{
	margin-right:9px;
}
.right-sec {
    /* top: 30px; */
    right: 15px;
    position: absolute;
}
.navbar-collapse.collapsing + .right-sec, .navbar-collapse.collapse.show + .right-sec {
    top: 21px;
}

    
    
   
    a.navbar-brand img {
        max-width: 200px;
    }
/* .price-boxs{ */
	/* display:block; */
/* } */
/* .price-boxs .price-box{ */
	/* margin-bottom:15px; */
/* width: 100%; */
/* } */
   

    
    .side-headbox {
        display: flex;
        justify-content: space-between;
    }
    
    
    .product-des {
        padding: 25px 0px;
        text-align: center;
    }
    .product-des h2 {
        font-size: 30px;
    }
    
    section.single-details.listing-details .product-des .price-box{
        width: 100%;
    }
    .single-details.listing-details {
        padding: 30px 0px 12px;
    }
section.single-details.listing-details .call-btn{
   width:100%;
}
    
    .carousel-cell,.flickity-enabled.is-draggable .flickity-viewport{
        height: 234px;
    }
    section.listing-details.saved-details h1 {
        font-size: 30px;
        text-align: center;
    }
    
.overview .innerbox p{
	text-align:left;
}
    
.right-sec .dropdown-menu{
	    padding: 4px 7px;
}

.flickity-prev-next-button svg {
    position: absolute;
    left: 34%;
    top: 34%;
    width: 30%;
    height: 30%;
}
.flickity-prev-next-button{
	width: 35px;
    height: 35px;
}
.product-des .price-boxs .price-box h2 {
    font-size: 16px;
}
.product-des .price-boxs .price-box p {
    font-size: 11px;
}

.card .card-title a{
	font-size:25px;
}    
.bottom-foot {
    text-align: left;
    margin-top: 37px;
    padding: 0px 15px 20px;
}
.caption.card-body .tags span {
    margin-right: 3px;
}
.price-boxs .contact_us-btn {
    font-size: 11px !important;
}
.price-boxs .price-box:nth-child(2) {
    margin: 0px 5px;
}
.card .img-event img {
    height: 200px;
}
  }
  
  
  
  /* New css Start */
  .common-sec-padding{
	  padding:80px 0px;
  }
  .about-dealer{
		font-size: 14px;
		color: #fff;
	}
	.listing-id-form .dealer-profile{
		background: #4ab648;
    text-align: center;
    padding: 24px;
    border-radius: 15px;
	    height: 100%;
	}
	.listing-id-form .dealer-profile img{
		width: 245px;
		height: 245px;
		object-fit: cover;
	}
	.dealer-name{
		font-weight: 600;
	}
	.dealer-name span{
		color: #4ab648;
	}
	.dealer-profession{
		color: #a2a2a2;
	}
	.dealer-personal-details h5{
		   font-size: 17px;
		   margin-bottom: 10px;
	}
	.dealer-personal-details h5 span{
		    width: 150px;
    display: inline-block;
    color: #a2a2a2;
	}
	@media screen and (max-width:576px){
		.dealer-personal-details h5 span {
	    width: 110px;
	}
	.dealer-personal-details h5 {
	    font-size: 15px;
		}
		.common-sec-padding{
	  padding:40px 0px;
  }
	}
	.no-similar-listing {
		padding: 7px 0px;
		font-size: 18px;
		font-weight: 600;
		border: 1px solid #d7d7d7;
		margin-bottom: 0px;
		background: #4ab648;
		color: #fff;
	}
	.contact_us-btn {
		color: #FFF;
		background: #4ab648;
		font-size: 14px;
		display: flex;
		align-items: center;
		justify-content: center;
		/* box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23); */
		font-weight: 400;
		font-family: CenturyGothic-Black;
	}
	.contact_us-btn i{
		background: #fff;
		color: #4ab648;		
		padding: 8px;
		border-radius: 50px;
		font-size: 12px;
		margin-left: 10px;
	}
	.contact_us-btn:hover {
		background: #23afe3;
		color: #FFF;
	}
	.contact_us-btn:hover i {
		color: #23afe3;
		background: #fff;
	}
	.card.common-card{
		/* border:1px solid #ddd; */
		border-radius:15px;
		box-shadow: 0 10px 15px rgba(0,0,0,0.09), 0 -4px 6px rgba(0,0,0,0.03);
	}
	.card.common-card .card-header{
		background-color: #4ab648;
		color:#fff;
		border-radius: 15px 15px 0px 0px;
	}
	.card.common-card .card-body {
		border-radius: 0px 0px 15px 15px;
	}
	.apinproject-card .card:hover .card-body {
		background: #4ab64826;
	}
	.apinproject-card a{
		text-decoration:none;
		color:#000;
	}
	.ug-sub-card{
		border: 1px solid #eee;
		background: rgb(35 175 227 / 15%);
		border-radius: 15px;
		color: #000;
		margin-bottom: 20px;
		border-color: #23AFE3;
		border-width: 1px;
	}
	.ug-sub-card:last-child{
		margin-bottom:0px;
	}
	.ug-sub-card h5 i{
		color: #ffffff;
		border-radius: 50px;
		background: #23AFE3;
		padding: 8px;
		font-size: 17px;
	}
	.ug-sub-card ul li i{
		/* color: #000; */
		font-size: 18px;
	}
	.price-boxs > .contact_us-btn{
            border-radius:50px;
        }
	
  /* New css End */

 @media screen and (max-width:1200px) and (min-width:576.1px){
	 .price-boxs {
            flex-direction: column;
            gap: 10px;
        }
        .price-boxs > .price-box{
            width:100% !important;
        }
        
		.img-event .carousel.carousel-main > .flickity-viewport, .img-event .carousel.carousel-main > .flickity-viewport img{
			height:360px;
		}
		.product-des > h2 {
			text-align: center;
		}
 }
  @media screen and (min-width:992px){
	 section.single-details.listing-details .product-des .price-boxs1 .price-boxs > * {
    width: 50% !important;
}
 }
 @media screen and (max-width:419.9px){
	 .car-gallery img {
		height: 244px;
	}
 }
 
 @media screen and (max-width:576px){
	.img-event .carousel.carousel-main > .flickity-viewport, .img-event .carousel.carousel-main > .flickity-viewport img{
		height:334px !important;
	}
 }
 @media screen and (max-width:768px) and (min-width:576.1px){
	.img-event .carousel.carousel-main > .flickity-viewport, .img-event .carousel.carousel-main > .flickity-viewport img{
		height:414px !important;
	}
 }
 @media screen and (max-width:991.9px) and (min-width:768.1px){
	.img-event .carousel.carousel-main > .flickity-viewport, .img-event .carousel.carousel-main > .flickity-viewport img{
		height:500px !important;
	}
 }
 
 
  @media screen and (max-width:992px){
	  .price-boxs1{
		 display:none;
	 }
	 .price-boxs2 > div > div {
			gap: 8px;
		}
	 .price-boxs2 > div > div .price-box{
			width:50% !important;
		}
	 .price-boxs2 > div > a{
		border-radius:50px;
		}
  }
  @media screen and (min-width:992.1px){
	  .price-boxs2{
		 display:none;
	 }
	 section.single-details.listing-details .product-des .price-boxs1 .price-boxs > *{
	width: 33.33%;
}

  }
  
  
  
  /* Cookies */
  
  #okCookie {
  background-color: #f2f2f2;
  color: #333333;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  font-family: sans-serif;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 1px solid #ccc;
  z-index: 1080;
}

#okCookie p {
  margin: 0 0 10px 0;
  float: left;
  padding: 5px 0px;
}

#okCookie #okClose,
#okCookie #okCprivacy {
  padding: 5px 20px;
  float: right;
  margin-left: 10px;
  text-decoration: none;
  border-radius: 3px;
  color: white;
}

#okCookie #okClose {
  background-color: #39b54a;
  text-shadow: 0px 1px 1px #507f2b;
  box-shadow: inset 0px -1px 1px #507f2b;
}

#okCookie #okClose:hover {
  background-color: #42ce55;
}

#okCookie #okCprivacy {
  background-color: #8d9499;
  text-shadow: 0px 1px 1px #63666b;
  box-shadow: inset 0px -1px 1px #63666b;
}

#okCookie #okCprivacy:hover {
  background-color: #a0a8ae;
}

.okcBeginAnimate {
  -webkit-animation: myfirst 2s;
  animation: myfirst 2s;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes myfirst {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Standard syntax */
@keyframes myfirst {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
