/* 
Theme Name: Esendagli
Theme URI:http://mypresentation.ir
Author: mypre_admin
Author URI: http://mypresentation.ir/
Description: This is  a wordpress site
Tags: new machinery , used machinery
Version: 1.0.0
Text Domain: mypresentation
*/
@import url("https://fonts.googleapis.com/css?family=Barlow+Condensed:400,500,600,700|Montserrat|Poppins:400,500,600,700");
@import "uploads/Esendagli-Machinery-icons.css";
body {
  line-height: 1.8;
  font-family: "Montserrat", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  color: #232323;
  letter-spacing: .5px;
}

h1, .h1 {
  font-size: 48px;
  text-transform: uppercase;
}

h2, .h2 {
  font-size: 38px;
  text-transform: uppercase;
}

h3, .h3 {
  font-size: 28px;
  line-height: 38px;
  text-transform: uppercase;
}

h4, .h4 {
  font-size: 22px;
  line-height: 30px;
}

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

h6, .h6 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
}

.font-primary {
  font-family: "Barlow Condensed", sans-serif;
}

.font-secondary {
  font-family: "Montserrat", sans-serif;
}

html, body {
  overflow-x: hidden;
  width: 100%;
}
.logo-img{
    float: left;
    position: relative;
    margin: 10px 15px 15px 10px;
}

.navbar-toggle .icon-bar {
  background: #6CF54B;
}

input[type="email"], input[type="password"], input[type="text"], input[type="tel"] {
  box-shadow: none;
  height: 50px;
  outline: none;
  font-size: 14px;
}

input[type="email"]:focus, input[type="password"]:focus, input[type="text"]:focus, input[type="tel"]:focus {
  box-shadow: none;
  border: 1px solid #6CF54B;
}

.form-control {
  box-shadow: none;
  border-radius: 0;
}

.form-control:focus {
  box-shadow: none;
  border: 1px solid #6CF54B;
}

.btn {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 18px 35px;
  text-transform: uppercase;
  border-radius: 0;
  font-weight: 700;
  transition: all 0.5s ease;
  border: 1px solid transparent;
}

.btn-main, .btn-transparent, .btn-small {
  background: linear-gradient(90deg, #3f5441 0%, #28a745 100%);
  color: #fff;
}

.btn-main:hover, .btn-transparent:hover, .btn-small:hover {
  background: linear-gradient(90deg, #28a745 0%, #27db50 100%);
  color: #fff !important;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.btn-solid-border {
  border: 2px solid #6CF54B;
  background: transparent;
  color: #fff;
}

.btn-solid-border:hover {
  border: 2px solid #6CF54B;
  background: #6CF54B;
}

.btn-white {
  border: 2px solid #fff;
  background: #fff;
  color: #232323;
}

.btn-white:hover {
  border: 1px solid #f5634b;
  background: #6CF54B;
  color: #fff !important;
}

.btn-transparent {
  background: transparent;
  padding: 0;
  color: #6CF54B;
}

.btn-transparent:hover {
  background: transparent;
  color: #6CF54B;
}

.btn-large {
  padding: 20px 45px;
}

.btn-large.btn-icon i {
  font-size: 16px;
  vertical-align: middle;
  margin-right: 5px;
}

.btn-small {
  padding: 10px 25px;
  font-size: 12px;
}

.btn-round {
  border-radius: 4px;
}

.btn-round-full {
  border-radius: 50px;
}

.btn.active:focus, .btn:active:focus, .btn:focus {
  outline: 0;
}

.bg-shadow {
  background-color: #fff;
  box-shadow: 0 16px 24px rgba(0, 0, 0, 0.08);
  padding: 20px;
}

.bg-gray {
  background: #f0f2f4;
}

.bg-primary {
  background: #4BF567 !important;
}

.section {
  padding: 100px 0;
}

.section-title {
  margin-bottom: 70px;
}

.section-title .title {
  font-size: 50px;
  line-height: 50px;
}

.section-title p {
  color: #1A6600;
  font-family: "Montserrat", sans-serif;
}

.page-title {
  padding: 155px 0 100px;
}

.overly, .bg-4 {
  position: relative;
}

.overly:before, .bg-4:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0.8;
}

.overly-2, .page-title, .slider, .cta, .textimonial {
  position: relative;
}

.overly-2:before, .page-title:before, .slider:before, .cta:before, .textimonial:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.8;
}

#success, #error {
  display: none;
}

.text-color {
  color: #6CF54B;
}

.text-black {
  color: #232323;
}

.text-sm {
  font-size: 14px;
}

.text-md {
  font-size: 26px;
  line-height: 36px;
}

.text-lg {
  font-size: 56px;
  line-height: 66px;
}

.no-spacing {
  letter-spacing: 0px;
}

a {
  transition: all .35s ease;
}

a:hover, a:focus {
  color: #6CF54B !important;
  text-decoration: none !important;
  outline: 0;
}

.font-size-13 {
  font-size: 13px;
}

.letter-spacing {
  letter-spacing: 1px;
}

.bg-black-50 {
  background: #182319;
}

.navbar-nav li {
  padding: 0px 10px;
}

.navbar-nav .nav-link {
  font-family: "Barlow Condensed", sans-serif;
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: 1px;
  transition: all .25s ease;
  font-weight: bold;
}

.navbar-nav .nav-link:hover, .navbar-nav .nav-link:focus {
  color: #6CF54B;
}

.top-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  font-size: 14px;
}

.top-header ul li {
  padding: 0px 25px;
  border-left: 1px solid #dedede;
}

.dropdown {
  height: 100%;
}

.dropdown-menu {
  background: #1c1c1c;
  border-radius: 0px;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.03);
  padding: 24px 0 26px;
  min-width: 280px;
  left: 0px;
  top: 100%;
  -webkit-transform: translateY(10%);
  transform: translateY(10%);
  visibility: hidden;
  opacity: 0;
  z-index: 10;
  transition: all .3s ease 0s;
  display: block;
}

.dropdown-item {
  color: #c8c8c8;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 20px;
  padding: .55rem 2rem;
  font-family: "Barlow Condensed", sans-serif; 
}

.dropdown-toggle::after {
  display: none;
}

.dropdown:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
  z-index: 20;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

.background-hover:hover{
    background-color: #71b95fab; 
}

.dropdown-item:hover {
  background: transparent;
  color: #6CF54B;
}

ul.dropdown-menu li {
  padding-left: 0px !important;
}

.fixed-nav {
  background-color : #182319;
}

.navbar-toggler {
  background-color: #28a745;
  border: 1px solid #28a745;
  border-radius: 0px;
  padding: 5px 10px;
  color: #ffffff;
}

.navbar-collapse.collapse.show {
  background: #182319;
}

.slider {
  background: url("../images/bg/bg-7.jpg") no-repeat 0% 30%;
  background-size: cover;
  padding: 180px 0px;
}

.slider h1 {
  font-size: 95px;
  line-height: 95px;
}

.slider span.subhead {
  color: #fff;
  letter-spacing: 5px;
  border: 2px solid #fff;
  padding: 3px 15px 5px 15px;
  opacity: .8;
}

.bg-2 {
  background: url("https://esendagli.com/wp-content/uploads/2020/07/bg-image-2-1.jpg") no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-3 {
  background: url("https://esendagli.com/wp-content/uploads/2020/07/bg-image-2-1.jpg") no-repeat;
  background-size: cover;
}

.bg-4 {
  background: url("https://esendagli.com/wp-content/uploads/2020/07/bg-image-2-1.jpg") no-repeat;
  background-size: cover;
}

.mt-80px {
  margin-top: -80px;
}

.number {
  opacity: 0.1;
  font-size: 130px;
  display: block;
  line-height: 120px;
  position: absolute;
  top: 10px;
}

.why .card {
  transition: all .4s ease 0s;
}

.why .card:hover {
  background: #182319;
}

.why .card:hover h3,
.why .card:hover p {
  color: #fff;
}

.hover-style-1 {
  position: relative;
}

.hover-style-1:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 100%;
  height: 0px;
  transition: all 600ms ease;
  background: linear-gradient(90deg, #4f6b54 0%, #34c759 100%); /* Brighter Version */
  border-color: #42d86c; /* Slightly lighter green for visibility */
}

.hover-style-1 h3, 
.hover-style-1 p, 
.hover-style-1 a, 
.hover-style-1 i, 
.hover-style-1 h4 {
  position: relative;
  transition: all 600ms ease;
}

.hover-style-1:hover:before {
  height: 100%;
}

.hover-style-1:hover a {
  color: rgba(255, 255, 255, 0.9) !important;
}

.hover-style-1:hover h3,
.hover-style-1:hover h4,
.hover-style-1:hover p,
.hover-style-1:hover a {
  color: #ffffff; /* Ensures text stays readable */
}

.hover-style-1:hover i {
  color: rgba(0, 0, 0, 0.8) !important; /* Keeps icons visible */
}


.mt--45 {
  margin-top: -45px;
}

.course .card-body a h4:hover {
  color: 4ED14A;
}

.course-widget li a {
  color: #232323;
  opacity: .9;
}

.team-content-overlay li a {
  color: #fff;
}

.team-content-overlay li a:hover {
  background: #4ED14A;
}

.team-item .card-body {
  margin-top: -120px;
}

.team-content-overlay {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  width: 100%;
  background-color: rgba(40, 45, 41, 0.85);
  transition: opacity .3s ease-out;
}

.overlay-content {
  width: 100%;
  position: absolute;
  left: 0;
  padding: 25px;
  box-sizing: border-box;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
}

.team-item:hover .team-content-overlay {
  opacity: 1;
}

.team-item:hover .card-body {
  opacity: 0;
}

.team-wrap .card-subtitle {
  position: relative;
}

.team-wrap .card-subtitle:after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  max-width: 26px;
  border-top: 4px solid #ddd;
  margin-top: 20px;
}

.team-wrap ul li a {
  width: 40px;
  height: 40px;
  border: 1px solid #dedede;
  color: #232323;
  display: inline-block;
  text-align: center;
  padding-top: 6px;
}

.team-wrap ul li a:hover {
  background: #4ED14A;
  border-color: #4ED14A;
  color: #fff !important;
}

.divider {
  margin: 0 auto;
  background: #4ED14A;
  width: 45px;
  height: 4px;
}

.cta {
  background: url("https://esendagli.com/wp-content/uploads/2021/04/slide2.jpg") fixed 50% 50% no-repeat;
  background-size: cover;
}

.w-40 {
  width: 40%;
}

.testimonial-slider .slick-dots li {
  color: #fff;
}

.slick-dots li.slick-active button::before {
  color: #4ED14A;
}

.slick-dots li button::before {
  color: #fff;
  font-size: 10px;
}

.slick-slide:focus, .slick-slide a {
  outline: none;
}

.lh-35 {
  line-height: 35px;
}

.pricing .card-body ul li {
  font-size: 15px;
}

.pricing h3 {
  padding-left: 20px;
}

.pricing h3 sup {
  top: 20px;
  left: 0px;
}

.pricing h3 sub {
  font-size: 13px;
}

.pricing .btn-solid-border:hover {
  color: #fff !important;
}

.google-map #map {
  width: 100%;
  height: 450px;
}

.mt--170 {
  margin-top: -170px;
}

.blog .card a h4 {
  font-weight: 700;
}

.blog .card a h4:hover {
  color: #4ED14A;
}

.blog-post-meta span {
  font-size: 13px;
}

.lh-25 {
  line-height: 23px;
}

.search i {
  position: absolute;
  right: 15px;
  top: 15px;
}

.tags a {
  display: inline-block;
  color: #232323;
  border: 1px solid #dedede;
  padding: 3px 10px;
  margin-bottom: 5px;
  text-transform: capitalize;
  font-size: 14px;
}

.follow a {
  width: 35px;
  height: 35px;
  background: #fff;
  display: inline-block;
  text-align: center;
  padding-top: 5px;
}

.pagination {
  border: 0px;
}

.pagination li a {
  color: #232323;
}

.pagination .page-item.active .page-link {
  background-color: #4ED14A;
  border-color: #4ED14A;
  color: #fff !important;
}

.pagination .page-item:last-child .page-link {
  border-radius: 0px;
}

.pagination .page-item:first-child .page-link {
  border-radius: 0px;
}

.pagination .page-link {
  background: transparent;
  padding: 15px 20px;
}

.font-size-12 {
  font-size: 12px;
}

.post-tags a {
  display: inline-block;
  background: #fff;
  padding: 5px 10px;
}

.social-share a {
  color: #232323;
  padding: 0px 10px;
}

.reply-btn {
  font-size: 12px;
  padding: 6px 17px;
  font-weight: 400;
  border: 2px solid #B1EE00;
}

.footer {
  padding-top: 90px;
  padding-bottom: 45px;
}

.footer p {
  color: #fff;
  opacity: .8;
  font-size: 14px;
}

.bg-black {
  background: #091100;
}

.footer-menu li a {
  color: #fff;
  opacity: .8;
  font-size: 14px;
}

.footer-menu li a:hover {
  color: #4ED14A;
  opacity: 1;
}

.lh-40 {
  line-height: 40px;
}

.footer-socials li a {
  color: #fff;
  opacity: .8;
}

.recent-blog a {
  line-height: 1.5;
  font-size: 14px;
}

.footer-socials li a {
  color: #5A6559;
  font-size: 18px;
  padding-left: 10px;
}

/*=== MEDIA QUERY ===*/
@media (max-width: 400px) {
  .dropdown-menu {
    display: none;
    width: 100%;
    text-align: center;
  }
  .navbar-nav li {
    padding: 0px;
  }
}

@media (max-width: 480px) {
  .slider h1 {
    font-size: 40px;
    line-height: 48px;
  }
  .text-lg {
    font-size: 28px;
    line-height: 38px;
  }
  .lead {
    font-size: 1rem;
  }
  .media {
    display: block;
  }
  .media-body {
    margin-top: 20px;
  }
  .number {
    font-size: 50px;
    line-height: 65px;
  }
  .dropdown-menu {
    display: none;
    text-align: center;
  }
  .navbar-nav li {
    padding: 0px;
  }
}

@media (max-width: 768px) {
  .media {
    display: block;
  }
  .media-body {
    margin-top: 20px;
  }
  .services .media img {
    width: 100% !important;
  }
  .dropdown-menu {
    display: none;
    text-align: center;
  }
  .navbar-nav li {
    padding: 0px;
  }
}


/*# sourceMappingURL=maps/style.css.map */

/*Slider Gallery Used-Machinery*/
#alertmodal{
  z-index: 1100;
  display: none;
  background: rgba(0, 0, 0 , 0.8);
}
#alertmodal .modal-content{
  max-width: 100%;
  width: unset;
  border: none;
  background: transparent;
}
#alertmodal .modal-right{
  background: #d41920;
  text-align: center;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
#alertmodal .modal-right img{
  width: auto;
  margin: 60px auto 70px;
}
#alertmodal .modal-right p{
  text-align: justify;
  font-size: 24px;
  color: #fff;
  margin: 0 35px 50px;
}
#alertmodal .modal-left{
  background: #ffffff;
  padding: 70px 60px 60px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
#alertmodal .modal-left input{
  display: block;
  width: 100%;
  margin-bottom: 30px;
  direction: rtl;
  border: 1px solid #ebebeb;
  border-radius: 7px;
  color: #707070;
  padding: 0 20px;
  font-size: 24px;
  outline: none;
}
#alertmodal .modal-left input.submit, #alertmodal .submit{
  color: #fff;
  background-color: #d51920;
  border-color: #d51920;
  border-radius: 25px;
  min-height: 40px;
  font-size: 24px;
  font-family: iransans-small;
  padding: 0 30px;
  width: auto;
  margin: 60px auto 0;
  border-style: unset;
}
#alertmodal .submit{
  margin: 30px auto 20px;
}
#alertmodal .modal-dialog{
  max-width: 800px;
  /*width: 800px;*/
}
#alertmodal .close-alertmodal{
  color: #fff;
  opacity: 1;
  top: 30px;
  position: absolute;
  font-size: 30px;
  right: 30px;
  text-shadow: none;
}
#alertmodal .close-alertmodal-button{
  color: #fff;
  opacity: 1;
  top: -30px;
  font-size: 30px;
  right: 15px;
  text-shadow: none;
}
#alertmodal #back{
  display: none;
}
#alertmodal #back .modal-single{
  background: #ffffff;
  padding: 50px 60px 40px;
  border-radius: 10px;
  text-align: center;
}
#alertmodal #single-box .modal-single{
  background: #ffffff;
  padding: 50px 60px 40px;
  border-radius: 10px;
  text-align: center;
}
#alertmodal #back .modal-single p{
  font-size: 24px;
  direction: rtl;
  text-align: justify;
}
#alertmodal #single-box .modal-single p{
  font-size: 24px;
  direction: rtl;
  text-align: justify;
}
#alertmodal #back .modal-single a{
  font-style: unset;
  font-size: 24px;
  color: #707070;
  display: block;
}
#alertmodal #modal .img-caption{
  font-size: 22px;
  color: white;
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.65);
  right: 0;
  left: 0;
  margin: 0;
  padding: 5px 20px;
}
#alertmodal #modal .owl-next{
  position: absolute;
  top: 44.7%;
  right: 20px;
  font-size: 40px;
  color:#6CF54B;

}
#alertmodal #modal .owl-prev{
  position: absolute;
  top: 44.7%;
  left: 20px;
  font-size: 40px;
  color:#6CF54B; 

}
#alertmodal #modal .owl-nav{
  margin: 0;
}
.owl-theme .owl-nav [class*=owl-]:hover{
  background: #009131 !important;
}

.Quality-card{
    box-shadow :0 4px 8px 0 rgba(0,0,0,0.2);
    transition:0.3s;
    background-color:#d7ff82;
    padding: 50px 0px;
    border-radius: 50px 70px;
    border: 5px solid #409447a6;
    
}
.Quality-card:hover{
    box-shadow:0 12px 20px 0 rgba(0,0,0,0.2);
    cursor:pointer;
}

.small-icon{
    padding-right: 5px; 
    margin-left: 0; 
    font-size: 32px; 
    vertical-align: middle;
    -webkit-text-stroke: 0.25px; 
    -webkit-text-stroke-color: currentColor;
}

/*Zoom in images on hover*/
.inner{overflow:hidden;}
.inner img {transition:all 1.3s ease}
.inner:hover img { transform: scale(1.3);}   

/* Header responsive styeles */ 

    @media screen and (max-width: 1338px) {
        .responsive-menu {
            display: -webkit-inline-box;
        }
    }

    @media screen and (max-width: 900px) {
        .responsive-menu {
            display: block;
        }
    }
    
    @media (min-width: 1200px) {
    .container {
        max-width: 1300;
    }

    @media screen and (min-width: 1100px) {
        .responsive-icon {
            margin-left: 54px;
            padding-right: 10px;
        }
    }

    @media screen and (max-width: 700px) {
        .responsive-icon {
            margin-left: 0px;
            padding-right: 0px;
        }
    }

    .responsive-subcat {
        font-size: 13px;
        font-weight: 500;
        text-transform: capitalize;
    }


    @media screen  and (max-width: 900px) {
        .responsive-subcat {
            display: none;
        }
    }

    @media screen  and (min-width: 1200px) {
        .responsive-dropdown {
            left: -180px;
        }
    }

    .menu-icon {
        font-size: 38px;
        color: #6CF54B;
    }

    .dropdown-item{
        text-align: center;
        font-weight: 800;
        padding: 0rem 3rem 0rem 1rem;
    }

    ul.dropdown-menu li {
        display: table-cell;
    }

    .responsive-subcat-space {
        height: 185px;
        padding-top: 15px;
    }
    
    .subcat-container{
        padding: 5px 8px 5px 8px;
    }


    @media screen and (max-width: 900px) {
        .responsive-subcat-space {
            display: none;
        }
    }

    @media screen and (min-width: 900px) {
        .category {
            font-size: 20px;
            color: white;
            font-family: "Barlow Condensed", sans-serif;
        }
    }

    .subcat-container:hover {
        background-color: #71b95fab;
    }

    @media screen and (min-width: 900px) {
        .responsive-dropdown {
            width: auto;
            height: auto;
            left: -120px;
            top: 70px;
        }
    }

    .scrollable-menu {
        min-width: 250px;
        max-height: 90vh;
        overflow: auto;
    }

    .scrollable-menu::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 12px;
        padding-right: 2px;
    }

    .scrollable-menu::-webkit-scrollbar-thumb {
        border-radius: 3px;
        background-color: yellow;
        -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .75);
    }
    @media screen and (max-width: 900px) {
        .subcat-container {
            padding-bottom: 8px;
        }
    }

.icon-hover .icon {
    width:137px;
    height: 100px;
    text-align:center;
    margin: 10px;
}
.icon-hover .icon .fa{
        width: 100%;
        height: 100%;
        line-height: 107px;
        font-size: 78px;
        color: yellow;
        transition: 0.5s;
}
.icon-hover:hover .icon .fa:last-child{
transform: translateY(-100%);
color:#6CF54B;

}
.icon-hover:hover .icon .fa:last-child{
    transform: translateY(-100%);
    color:#6CF54B;
}
.icon-hover .name {
    position:relative;
    height:20px;
    width:100%;
    display:block;
    overflow:hidden;
}
.icon-hover .name span{
    display:block;
    position:relative;
    color:#c8c8c8;
    line-height : 20px;
    transition: 0.5s;
}
.icon-hover .name span::before{
    content: attr(data-text);
    position:absolute;
    top: -100%;
    left:0;
    width:100%;
    height:100%;
    color: #6CF54B;

}
.icon-hover:hover .name span{
    transform : translateY(20px);
}
  
/* Shine Text on hover */ 
.text-shine{
    font-weight:700; 
    font-size: 28px;
    line-height: 38px;
    text-transform: uppercase;
    font-family: "Barlow Condensed", sans-serif;
    letter-spacing: .5px;
	}
 a.text-shine:hover{
  color:green;
  -webkit-mask-image: linear-gradient(-75deg, rgba(0,0,0,.6) 30%, #000 50%, rgba(0,0,0,.6) 70%);
  -webkit-mask-size: 200%;
  animation: shine 2s infinite;
}

@-webkit-keyframes shine {
  from {
    -webkit-mask-position: 150%;
  }
  
  to {
    -webkit-mask-position: -50%;
  }
}

/* Services icon */ 
.service-icon{
position: relative;
transition: all 600ms ease;
height:80px; 
width:80px; 
}

@media screen and (min-width:900px){
.services-center{
left:180px; 
}
}
/* Responsive Map Contacts */ 
@media screen and (min-width:950px){
.google-map-responsive{
width: 1300px; 
padding-top: 20px; 
height: 500px;
padding-right: 105px;
}
}

@media (max-width:768px){
.google-map-responsive{
width: 400px; 
padding-top: 20px; 
height: 500px;
padding-right: 105px;
}
}

/* Second-Hand style */ 
.fade-in {
    opacity: 0;
    transition: opacity 250ms ease-in;
}

.fade-in.appear {
    opacity: 1;
}

@media screen and (max-width: 950px) {
    .responsive-img-used {
        height: auto;
        max-width: 100%;
    }
}

@media screen and (min-width: 950px) {
    .responsive-img-used {
        height: 245px;
        max-width: 100%;
    }
}

#caption-line {
    height: 2px;
    border-width: 0;
    color: gray;
    background-color: gray;
    position: absolute;
    bottom: 55;
    width: 100%;
}
.usd_fields ul {
    list-style-type: none;
    -webkit-columns: 1;
}

.Sort {
    background-color: #6CF54B;
    border-radius: 15px;
    color: #182319;
    float: right;
    font-size: 15px;
    padding: 10px 20px;
    font-weight: bolder;
    border: none;
    transition-duration: 0.4s;
    cursor: pointer;
    margin-left:50px;
    margin-top: -10px;
}

.Sort:hover {
    background-color: #182319;
    color: white;
    box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}

/*.filter-container {*/
/*    position: sticky;*/
  /*  top: 120px; /* distance from the top when it becomes sticky 
    align-self: flex-start; /* stay at top inside grid 
/*}*/


@media screen and (min-width: 700px) {
    /*.filter-container {*/
     /*   position: static; /* Disable sticky on small screens 
    /*    top: auto;*/
    /*}*/
 .owl-carousel .owl-stage {
      display: flex;
    }

   .owl-carousel .owl-item img {
      height: 781px;
    }
.lightbox-container{
    margin:auto; 
    width:100%;
}
}


@media screen and (max-width: 700px) {
.owl-carousel .owl-stage {
      display: flex;
    }
 .owl-carousel .owl-item img {
      height: 400px;
    }
.lightbox-container{
    margin:auto; 
    width:100%;
}
}

/* second hand image wrapper */ 

/* New image wrapper to force consistent ratio */
.image-wrapper-second-hand {
  width: 100%;
  aspect-ratio: 16 / 10; /* maintains width/height ratio */
  overflow: hidden;
  border-top-left-radius: .35rem;
  border-top-right-radius: .35rem;
}

/* Style the image inside the wrapper */
.image-wrapper-second-hand img.responsive-img-used {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

