body {
    background: #fff;
    font-family: Ubuntu, sans-serif;
    font-size: 16px;
    line-height: 18px;
    color: #131a1c;
    font-weight: 400;
    overflow-x: hidden;
}
a {
    color: #131a1c;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
input[type="email"],
input[type="password"],
input[type="text"],
select,
textarea {
    resize: none !important;
    outline: 0 !important;
    box-shadow: none !important;
}
.uneditable-input:focus,
input[type="color"]:focus,
input[type="date"]:focus,
input[type="datetime-local"]:focus,
input[type="datetime"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]:focus,
textarea:focus {
    border-color: rgba(126, 239, 104, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(126, 239, 104, 0.6);
    outline: 0 none;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus,
a.active.focus,
a.active:focus,
a.focus,
a:active.focus,
a:active:focus,
a:focus,
button.active.focus,
button.active:focus,
button.focus,
button:active.focus,
button:active:focus,
button:focus {
    outline: 0 !important;
    outline-color: transparent !important;
    outline-width: 0 !important;
    outline-style: none !important;
    box-shadow: 0 0 0 0 rgba(0, 123, 255, 0) !important;
}
.langs-boxy {
    display: none !important;
}
.langs-boxy li a {
    font-size: 1rem;
}
.popover-body {
    padding-left: 0;
    padding-right: 0;
    background: #198431;
    color: #fff;
}
.popover {
    color: #fff !important;
    border-radius: 0 !important;
    padding: 0 !important;
}
.popover-body ul {
    padding: 0;
    width: 100%;
    margin: 0;
    list-style: none;
}
.popover-body li {
    color: #fff !important;
    margin: 0;
    padding: 3px 10px;
    display: block;
    border: none;
}
.popover-body li a {
    color: #fff;
    position: relative;
    top: -2px;
}
.popover li:hover {
    background: #131a1c !important;
}
.header-capital {
    background: #131a1c;
    color: #fff;
}
.header-capital .langpop {
    color: #fff;
    top: 23px;
    cursor: pointer;
    font-size: 1.1rem;
    font-weight: 500;
}
.header-capital .navbar .nav-item a {
    margin: 0 10px;
    text-decoration: none;
    color: #fff !important;
    padding: 5px;
    transition: all 0.25s ease;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 1.05rem;
}
.header-capital .navbar .nav-item a:hover {
    color: #14a637 !important;
    transition: all 0.25s ease;
}
.header-capital .navbar .nav-item.active a {
    color: #14a637 !important;
    transition: all 0.25s ease;
}
.header-capital.navbar .nav-link {
    padding-left: 30px !important;
    padding-right: 0 !important;
    white-space: nowrap;
}
.header-capital .navbar .navbar-toggler {
    background: #198431;
    outline: 0 !important;
}
.header-capital-white {
    background: #fff;
    color: #131a1c;
    box-shadow: 0 0 4px 1px #131a1c;
}
.header-capital-white .col-lg-3 img {
    width: 100%;
    height: auto;
    max-width: 200px;
}
.header-capital-white .col-lg-2 .btn {
    background: 0 0;
    color: #131a1c;
    transition: all 0.25s ease;
    position: relative;
    top: 23px;
}
.header-capital-white .col-lg-1 .btn:hover {
    color: #198431 !important;
    transition: all 0.25s ease;
}
.header-capital-white .col-lg-2 .btn img {
    position: relative;
    top: -1px !important;
}
.header-capital-white .navbar .nav-item a {
    margin: 0 5px;
    text-decoration: none;
    color: #131a1c !important;
    padding: 5px;
    transition: all 0.25s ease;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 0.9rem;
}
.header-capital-white .navbar .nav-item a:hover {
    color: #198431 !important;
    transition: all 0.25s ease;
}
.header-capital-white .navbar .nav-item.active a {
    color: #198431 !important;
    transition: all 0.25s ease;
}
.slider-capital {
    width: 100%;
    min-height: 700px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #131a1c;
}
.slider-capital .col-lg-5 {
    color: #fff;
}
.slider-capital .col-lg-5 {
    text-align: right;
    font-size: 1.2rem;
    line-height: 1.4rem;
}
.slider-capital .col-lg-5 h1 {
    font-size: 2.5rem;
    line-height: 2.5rem;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.slider-capital .col-lg-5 .btn {
    text-transform: uppercase;
}
.search-box {
    margin-top: 70px;
    background: #fff;
    min-height: 350px;
    padding: 30px;
}
.search-box label {
    font-size: 1rem;
    font-weight: 500;
    color: #131a1c;
}
.search-box label.small {
    font-size: 0.9rem;
}
.search-box label.hiddenlabel {
    opacity: 0;
    height: 1px !important;
    position: absolute;
    top: 10px;
}
.search-box .input-group {
    height: 35px;
}
.search-box .input-group-text {
    border-right: #ddd 1px solid;
    background: #eee;
    text-align: center !important;
    border-radius: 3px 0 0 3px !important;
    color: #198431;
}
.search-box .cal {
    border-left: none;
    cursor: pointer;
}
.search-box .input-group-text .fas {
    width: 15px !important;
    margin: 0 auto;
}
.search-box .input-group-text .fa-credit-card {
    font-size: 0.9rem;
}
.search-box select {
    padding-left: 1px;
    border-left: none;
    font-size: 1.1rem;
    max-height: 35px;
    background: #fff;
    font-weight: 400;
    border-radius: 0 !important;
    color: #000;
}
.search-box select:focus {
    background: #fff;
    outline: 0 !important;
    border: 1px #ced4da solid;
    border-left: none;
}
.search-box input[type="text"] {
    font-size: 1.1rem;
    position: relative;
    padding-left: 6px;
    height: 35px;
    background: #fff;
    font-weight: 400;
    border-radius: 0 !important;
    color: #000;
}
.search-box input[type="text"]:focus {
    background: #fff;
    outline: 0 !important;
    border: 1px #ced4da solid;
    border-left: none;
    font-weight: 500;
}
.search-box input[readonly] {
    background: #fff;
}
.search-box .btn-success {
    border: none;
    outline: 0;
    color: #fff;
    margin-top: 24px;
    height: 36px;
    text-transform: uppercase;
    background-color: #198431 !important;
}
.search-box .btn-success:hover {
    background-color: #145f24 !important;
}
.breadcrumbs-capital {
    background: #eee;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1rem;
    line-height: 0.9rem;
    color: #131a1c;
    font-weight: 400;
    border-bottom: 1px #d1d1d1 solid;
    border-top: 1px #d1d1d1 solid;
}
.breadcrumbs-capital a {
    color: #131a1c;
    font-weight: 400;
}
.breadcrumbs-capital a:hover {
    color: #198431;
}
ol.breadcrumb {
    background: #eee;
    padding: 0 15px;
    margin-bottom: 0;
}
.tels-capital {
    background: #f1f1f1;
}
.tels-capital .col-xl-6 {
    font-size: 1.1rem;
}
.tels-capital .col-md-6.text-md-right img {
    width: 340px;
    height: auto;
    position: relative;
    top: 30px;
}
.tels-capital .col-xl-6 .title {
    text-transform: uppercase;
    font-size: 2.3rem;
    line-height: 2.3rem;
}
.tels-capital .col-xl-6 .title span {
    color: #198431;
    font-weight: 500;
}
.tels-capital .col-xl-6 a {
    font-weight: 500;
    display: inline-block;
}
.tels-capital .col-xl-6 a:hover {
    color: #198431;
}
.tels-capital .btn {
    text-transform: uppercase;
}
.tels-capital .col-xl-6.introtext {
    line-height: 1.6rem;
    background: #198431;
    color: #fff;
    padding: 10px 30px;
    text-align: justify;
}
.why-us-capital {
    color: #131a1c;
}
.why-us-capital h2 {
    font-size: 2.2rem;
    line-height: 2.2rem;
    text-transform: uppercase;
}
.why-us-capital .col-lg-3 {
    transition: all 0.25s ease;
}
.why-us-capital .col-lg-3:hover {
    box-shadow: 0 0 8px 1px #ddd;
    transition: all 0.25s ease;
}
.why-us-capital .col-lg-3 p {
    font-size: 0.8rem;
}
.why-us-capital .col-lg-3 .d-flex {
    height: 80px;
}
.why-us-capital .col-lg-3 h3 {
    font-size: 1.1rem;
    line-height: 1.4rem;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}
.why-us-capital .col-lg-3 .fas {
    font-size: 40px;
    display: block;
    color: #198431;
    background: #fff;
    width: 80px;
    height: 80px;
    border-radius: 40px;
    margin: 10px auto;
    padding-top: 20px;
    transition: all 0.25s ease;
}
.offers-capital {
    background: #f1f1f1;
}
.offers-capital .text-black-50 {
    color: #333 !important;
    font-weight: 500;
}
.offers-capital.bg-white {
    background: 0 0;
}
.offers-capital h2 {
    font-size: 2.2rem;
    line-height: 2.2rem;
    text-transform: uppercase;
    color: #198431;
}
.offers-capital .card-deck {
    margin: 0 auto;
}
.offers-capital .card {
    border-radius: 0;
    padding-bottom: 0;
    background: #fff;
    min-width: 100px;
    min-height: 300px;
    border-color: #ccc;
}
.offers-capital .card:hover {
    border-color: #198431;
}
.offers-capital .card:hover .card-header {
    background: #198431;
    transition: transform 0.25s ease;
}
.offers-capital .card:hover .card-header h3 a {
    color: #fff;
}
.offers-capital .card .card-header {
    border-radius: 0;
    background: #131a1c;
    margin: 10px;
    line-height: 1.2rem;
    padding: 10px;
    height: 50px;
    border-bottom: none;
    transition: transform 0.25s ease;
}
.offers-capital .card:hover .card-header,
.offers-capital .card:hover .card-header a {
    color: #fff;
    transition: transform 0.25s ease;
}
.offers-capital .card .card-header .divh3 {
    font-size: 1.2rem;
    line-height: 1.3rem;
    display: block;
    font-weight: 500;
    position: relative;
    top: 5px;
    color: #fff;
    transition: transform 0.25s ease;
    margin-bottom: 0.5rem;
}
.offers-capital .card .card-header h3 a {
    font-size: 1.2rem;
    line-height: 1.3rem;
    display: block;
    font-weight: 500;
    position: relative;
    color: #fff;
    transition: transform 0.25s ease;
}
.offers-capital .card .card-header {
    font-size: 1.2rem;
    line-height: 1.3rem;
    font-weight: 500;
    color: #fff;
    transition: transform 0.25s ease;
}
.offers-capital .card .card-body {
    min-height: 200px;
}
.offers-capital .card .card-body .btn {
    text-transform: uppercase;
}
.offers-capital .card .card-body .col-7 img {
    width: 100%;
    height: auto;
    max-width: 300px;
    max-height: 170px;
}
.offers-capital .card .card-body .text-secondary {
    font-size: 1.2rem;
    line-height: 1.2rem;
    color: #131a1c !important;
    text-transform: uppercase;
}
.offers-capital .card .card-body .text-secondary span {
    color: #198431;
    font-size: 1.7rem;
    font-weight: 500;
}
.offers-capital .card .card-body .text-muted {
    font-size: 1rem;
    line-height: 1rem;
    color: #198431 !important;
}
.offers-capital .card .card-body .card-group {
    height: 50px;
}
.offers-capital .card .card-footer {
    background: #eee;
    border-top: none;
    font-size: 0.8rem;
}
.offers-capital .card .card-footer .col {
    text-align: center;
}
.offers-capital .card .card-footer .fas {
    width: 30px;
    height: 30px;
    background: #131a1c;
    color: #fff;
    font-size: 13px;
    border-radius: 15px;
    text-align: center;
    padding-top: 8px;
    position: relative;
    top: 2px;
}
.offers-capital .card .card-footer img {
    width: 30px;
    height: 30px;
    background: #131a1c;
    border-radius: 15px;
    border: 3px #131a1c solid;
    position: relative;
    top: 2px;
    margin: 0 auto;
    display: block;
}
.blackline h2 {
    color: #fff;
}
.blackline {
    background-color: #198431;
}
.about-us-capital,
.main-text-capital {
    font-weight: 400;
    font-size: 1.1rem;
    line-height: 1.5rem;
    background: #fff;
    color: #595555;
}
.about-us-capital b,
.main-text-capital b {
    font-weight: 500;
}
.offers-capital .card .card-body .car-included {
    background: #000;
    opacity: 0;
    color: #fff;
    font-size: 0.8rem;
    line-height: 1.6rem;
    position: absolute;
    bottom: -10px;
    left: 70px;
    transition: all 0.5s ease-in-out;
    padding: 10px;
    text-align: left;
    min-width: 250px;
}
.offers-capital .card .card-body .car-included span {
    margin: 3px;
}
.offers-capital .card .card-body .car-included .fas {
    width: auto;
    height: auto;
    border: none;
    background: 0 0;
    position: relative;
    top: -1px;
    margin-right: 3px;
    font-size: 0.6rem;
}
.offers-capital .card:hover .card-body .car-included {
    transition: all 0.5s ease-in-out;
    opacity: 0.8;
    left: 10px;
}
.about-us-capital h2,
.main-text-capital h2 {
    font-size: 2.2rem;
    line-height: 2.2rem;
    text-transform: uppercase;
}
.about-us-capital .btn {
    text-transform: uppercase;
    background-color: #198431 !important;
}
.about-us-capital .btn:hover {
    background-color: #145f24 !important;
}
.about-us-capital.bg-e {
    background: #eee;
}
.about-us-capital p,
.main-text-capital p {
    margin-bottom: 20px !important;
}
.about-us-capital p a,
.main-text-capital p a {
    text-decoration: underline;
    color: #595555;
}
.about-us-capital p a:hover,
.main-text-capital p a:hover {
    text-decoration: none;
}
.about-us-capital h1,
.main-text-capital h1 {
    font-size: 2.2rem;
    line-height: 2.2rem;
    color: #131a1c;
}
.about-us-capital h2,
.main-text-capital h2 {
    font-size: 1.5em;
    line-height: 1.7rem;
    color: #131a1c;
    padding-top: 10px;
    padding-bottom: 5px;
}
.about-us-capital h3,
.main-text-capital h3 {
    font-size: 1.6em;
    line-height: 1.6rem;
    color: #595555;
    padding-top: 10px;
    padding-bottom: 5px;
}
.about-us-capital h4,
.main-text-capital h4 {
    font-size: 1.4em;
    line-height: 1.4rem;
    color: #595555;
    padding-top: 10px;
    padding-bottom: 5px;
}
.about-us-capital h5,
.main-text-capital h5 {
    font-size: 1.3em;
    line-height: 1.3rem;
    color: #595555;
    padding-top: 10px;
    padding-bottom: 5px;
}
.about-us-capital h6,
.main-text-capital h6 {
    font-size: 1.2em;
    line-height: 1.2rem;
    color: #595555;
    padding-top: 10px;
    padding-bottom: 5px;
}
.top-locations-capital h2 {
    font-size: 2.2rem;
    line-height: 2.2rem;
    text-transform: uppercase;
    color: #198431;
}
.top-locations-capital .card {
    border-radius: 0;
    max-width: 400px;
    margin: 0 auto;
}
.top-locations-capital .card .card-header {
    height: 170px;
    overflow: hidden;
    padding: 0;
    background: 0 0;
    border-radius: 0;
}
.top-locations-capital .card .card-header img {
    object-fit: cover;
    width: 100%;
    position: relative;
    top: -50px;
    transition: all 0.2s ease-in-out;
}
.top-locations-capital .card .card-title {
    height: 40px;
    color: #198431;
}
.top-locations-capital .card .card-body {
    min-height: 190px;
    padding-bottom: 0;
}
.top-locations-capital .card .card-title .divh3 {
    font-size: 1.3rem;
    line-height: 1.4rem;
    font-weight: 500;
}
.top-locations-capital .card .card-body p.card-text {
    min-height: 90px !important;
}
.top-locations-capital .card .btn {
    border-radius: 0;
    text-transform: uppercase;
    background-color: #198431 !important;
}
.top-locations-capital .card .btn:hover {
    background-color: #145f24 !important;
}
.top-locations-capital .card:hover .card-header img {
    transform: scale(1.1);
    transition: all 0.2s ease-in-out;
}
.top-locations-capital .card:hover {
    border: #ccc 1px solid !important;
}
.top-locations-capital .text-secondary {
    color: #333 !important;
    font-weight: 500;
}
.top-locations-link {
    color: #131a1c;
}
.top-locations-link:hover {
    color: #198431;
}
.footer {
    background: #131a1c;
    color: #fff;
    font-size: 0.8rem;
    line-height: 1rem;
}
.footer a {
    color: #28a745;
    text-decoration: none;
}
.footer a:hover {
    color: #fff;
}
.footer img {
    max-height: 60px;
    width: auto;
}
.main-text-grey-capital {
    background: #f1f1f1;
}
.filters {
    background: #fff;
    border: 1px #198431 solid;
}
.filters .col-12 {
    font-size: 1.6rem;
    line-height: 1.6rem;
    font-weight: 500;
}
.filters .col-12 .small {
    font-size: 0.9rem;
    color: #198431 !important;
}
.filters .col-12 .fa-chevron-down {
    font-size: 2rem;
}
.filters .col {
    min-width: 20% !important;
    max-width: 20% !important;
    font-size: 0.9rem;
    text-align: center;
}
.filters .col .btn-group-vertical {
    display: none;
}
.filters .col .btn-dark:hover {
    cursor: default;
}
.show-incl2 {
    cursor: pointer !important;
}
.table-extras table {
    font-size: 1.1rem;
    line-height: 1.3rem;
}
.table-extras input[type="text"] {
    width: 25px;
    position: relative;
    top: -3px;
    height: 25px;
    font-size: 12px;
    text-align: center;
    padding-left: 2px;
    padding-right: 2px;
    display: inline-block;
    border: none;
    font-weight: 500;
}
.table-extras table td:first-child {
    text-align: left !important;
    width: 70%;
}
.table-extras tfoot tr th {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    border-top: 1px #ddd solid;
}
.table-extras tfoot tr th:first-child {
    text-align: left !important;
}
.table-extras tfoot tr th.big {
    font-size: 30px;
    line-height: 32px;
    color: #198431;
}
.table-extras tfoot tr th div.text-secondary {
    font-size: 20px;
}
.table-extras tbody {
    border-bottom: 15px solid #fff;
}
.table-extras .fas {
    color: #131a1c;
    cursor: pointer;
    transition: all 0.25s ease;
}
.table-extras .fas:hover {
    color: #198431 !important;
    transition: all 0.25s ease;
}
.gen-form .btn-dark,
.product-form .btn-dark {
    background: #1e1e1e;
    color: #fee701;
    border: 1px #1e1e1e solid;
    position: relative;
    left: 1px;
}
.gen-form .btn-dark:hover,
.product-form .btn-dark:hover {
    background: #fee701;
    color: #1e1e1e;
    border: 1px #fee701 solid;
}
.gen-form input[type="email"],
.gen-form input[type="password"],
.gen-form input[type="text"],
.gen-form select,
.gen-form textarea,
.product-form select {
    border: 1px #ccc solid !important;
    font-size: 14px;
    min-height: 40px;
}
.gen-form select {
    padding-left: 7px;
}
.gen-form .input-group-text {
    background: #eee;
    border: 1px #ddd solid;
    width: 36px;
    font-size: 13px;
    text-align: center !important;
    color: #198431;
}
.gen-form .input-group-text .fas {
    width: 10px;
}
.gen-form .input-group-prepend {
    border-right: 1px #ccc solid !important;
}
.gen-form input[type="email"],
.gen-form input[type="password"],
.gen-form input[type="text"],
.gen-form select,
.product-form select {
    border-left: none !important;
}
.gen-form .red-border .input-group-text {
    color: #bd2130;
}
.gen-form .btn-sm.btn-outline-secondary.btn-block {
    font-size: 0.8rem !important;
}
.gen-form label {
    font-size: 14px;
}
#noresults {
    display: none;
}
.hidden {
    display: none;
}
.green {
    color: #198431;
}
.top-destinations .d-flex {
    height: 30px;
}
.top-destinations .title {
    font-size: 1.2rem;
    line-height: 1.2rem;
}
.top-destinations .title a {
    font-size: 1.2rem;
    line-height: 1.2rem;
    margin-top: 0;
    padding-bottom: 0;
    font-weight: 500;
}
.top-destinations .title a:hover {
    color: #198431;
}
.top-destinations ul {
    padding: 0;
    width: 100%;
    margin: 0;
    padding-left: 10px;
    list-style: none;
}
.top-destinations li {
    margin: 0;
    padding: 3px 20px;
    display: block;
    border: none;
}
.top-destinations li a {
    font-size: 1rem;
    line-height: 1rem;
    width: 100%;
    height: 100%;
    display: inline-block;
    transition: all 0.5s ease;
}
.top-destinations li:before {
    content: "\f192";
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    margin-left: -1.4em;
    font-size: 0.7rem;
    position: relative;
    top: -1px;
    transition: all 0.5s ease;
    color: #198431;
    width: 1.4em;
}
.top-destinations li:hover a {
    padding-left: 5px;
    transition: all 0.5s ease;
    color: #198431;
}
.top-destinations .pl-100 {
    padding-left: 100px;
}
.slider2 {
    width: 100%;
    min-height: 400px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.rental-terms-tile {
    background-color: #eeeeee;
    padding: 25px;
    margin: 20px;
}
.rental-terms-tile i {
    cursor: pointer;
}
.checkout-policies-message {
    font-size: 0.9em;
    margin-top: 15px;
}
.checkout-policies-message a {
    color: #205d2e;
}
.policy-modal {
    margin-bottom: 12em;
}
.country-flags-phones {
    margin: 5px;
}
@media screen and (max-width: 1199px) {
    .header-capital .navbar .nav-item a,
    .header-capital-white .navbar .nav-item a {
        margin: 0 2px;
        font-size: 0.8rem;
    }
    .header-capital .langpop {
        font-size: 0.8rem;
    }
    .tels-capital .col-md-6.text-md-right img {
        width: 300px;
        top: 30px;
    }
    .offers-capital .card .card-body .car-included {
        position: absolute;
        bottom: -10px;
        left: 70px;
        min-width: 200px;
    }
}
@media screen and (max-width: 991px) {
    .tels-capital .col-md-6.text-md-right img {
        top: 30px;
    }
    .search-box {
        margin-top: 0;
        margin-bottom: 30px;
    }
    .slider-capital .col-lg-5 {
        text-align: center;
    }
    .header-capital .col-lg-3 img {
        max-width: 300px;
    }
    .navbar .nav-item a {
        font-size: 1.2rem;
        margin: 5px auto;
    }
    .header-capital .col-lg-2 .btn {
        top: 0;
    }
    .filters .col {
        min-width: 33% !important;
        max-width: 33% !important;
        padding-bottom: 20px;
    }
    .table-extras table {
        font-size: 0.9rem;
        line-height: 1.1rem;
    }
    .table-extras input[type="text"] {
        width: 25px;
        height: 15px;
        font-size: 12px;
        position: relative;
        top: -3px;
    }
    .table-extras tfoot tr th.big {
        font-size: 20px;
        line-height: 22px;
    }
    .table-extras tfoot tr th div.text-secondary {
        font-size: 16px;
    }
    .offers-capital .card .card-body .car-included {
        position: absolute;
        bottom: 10px;
        left: 70px;
        min-width: 350px;
    }
}
@media screen and (max-width: 767px) {
    .tels-capital .col-md-6.text-md-right img {
        top: 30px;
    }
    .filters .col {
        min-width: 50% !important;
        max-width: 50% !important;
    }
    .offers-capital .card .card-body .car-included {
        position: absolute;
        bottom: -10px;
        left: 70px;
        min-width: 200px;
    }
}
@media screen and (max-width: 577px) {
    .tels-capital .col-md-6.text-md-right img {
        width: 170px;
        top: 60px;
    }
    .filters .col {
        min-width: 100% !important;
        max-width: 100% !important;
    }
}