* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a{
    text-decoration:none;
}

body{
	font-size: 14px;
    font-weight: 400;
    font-family: Raleway;
	line-height: 1.4;
    color: #212126;
}


.nav-header{
    float: left;
    width: 100%;
    background: #003461;
    margin-top: 10px;
    height: 55px;
    line-height: 55px;
    padding: 0px 20px;
    margin-bottom: 0px;
}

.logo{
	float: left;
}

.logo a{
	    float: left;
    font-size: 20px;
    color: #fff;
}

.menu-nav{
	float:right;
}

.menu-nav a{
    float: left;
    margin-left: 10px;
    color: #ffffff;
}



.form-reserved-header{
	    background: #ffb700;
    float: left;
    width: 100%;
    padding: 10px;
    border-radius: 10px;
}

.reserved-header-box{
	    float: left;
    width: 100%;
    margin-top: 25px;
}

.box-masini-home {
float: left;
    width: 100%;
    padding: 15px;
    border-radius: 10px;
    background: #fff;
    margin-top: 40px;
    border: 1px solid #ccc;
}

.img-masini-home img {
    float: left;
    width: 100%;
    height: 170px;
    border-radius: 15px;
}

.detalii-masini-home h1 {
    font-size: 26px;
    font-weight: 600;
    float: left;
    width: 100%;
    margin-top: 20px;
}


.detalii-masini-home img {
    width: 13px;
    margin-right: 5px;
}

.box-masini-home-tip{
    color: #242424;
    font-size: 24px;
    font-weight: 900;
    letter-spacing: -1px;
    float: left;
    width: 100%;
}

.box-masini-home-clasa{
	    color: #242424;
    font-size: 15px;
    font-weight: 500;
    float: left;
    width: 100%;
}

.box-masini-home-title{
	    float: left;
    width: 100%;
    margin-top: 20px;
    font-size: 16px;
}

.box-masini-home-pret{
    float: left;
    margin-top: 10px;
    font-size: 16px;
    letter-spacing: -0.5px;
}

.box-masini-home-pret b{
	    font-size: 21px;
    margin-left: 5px;
    font-weight: 900;
    color: #055baa;
}

.supli{
	    float: left;
    width: 100%;
}

.box-masini-home-alege{
	    float: right;
    background: #0c7bd1;
    color: #fff;
    padding: 5px 10px;
    margin-top: 10px;
}

.title-2-center {
    color: #000000;
    font-size: 44px;
    font-weight: 500;
    text-align: center;
}

.text-2-center {
    font-size: 18px;
    text-align: center;
    width: 58%;
    margin: 0 auto;
    margin-top: 30px;
    color: #000;
}

.lista-masini-home{
    float: left;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 50px;
}

.box-masini-home:hover {
    border: 1px solid #0c7bd1;
}

/* Style the buttons that are used to open and close the accordion panel */
.accordion {
    background-color: #ffffff;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    outline: none;
    border-top: 1px solid #cccccc;
    margin-bottom: 1px;
    transition: 0.4s;
    border-left: none;
    border-right: none;
    border-bottom: none;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
    background-color: #0c7bd1;
    color: #fff;
}
/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 10px 10px;
  background-color: white;
  display: none;
  overflow: hidden;
}

.non-s{
    color: #e70d0d;
}

.phone-s{
	color:#fff;
}

.ic-time{
    background: url(./images/icon_time.png) #fff no-repeat top right !important;
    height: 50px;
}

.box-quest{
    float: left;
    width: 100%;
    border: 1px solid #cccccc;
    padding: 19px;
    border-radius: 10px;
    background: #fff;
}

.box-quest h1{
	    float: left;
    width: 100%;
    font-size: 23px;
    font-weight: 500;
    margin-bottom: 20px;
}

.quest{
    float: left;
    width: 100%;
    background: #f3f3f3;
    margin-top: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
    border-top: 1px solid #dedede;
}

.nr{
	    background: #e70d0d;
    color: #003461;
    padding: 0px 10px;
}

.footer {
    float: left;
    width: 100%;
    background: #003461;
    padding-top: 75px;
}

.footer p {
    float: left;
    color: #fff;
    width: 75%;
    margin-top: 30px;
}

.footer h3 {
    color: #fff;
    font-size: 18px;
    position: relative;
    margin-bottom: 50px;
}

.footer h3::before {
    content: "";
    background: #fff;
    width: 27px;
    height: 4px;
    left: 0;
    position: absolute;
    bottom: -80%;
}

.footer li {
    display: block;
}

.footer li a {
    color: #fff;
    margin-bottom: 5px;
    float: left;
    width: 100%;
}

.det-footer {
    float: left;
    color: #fff;
    width: 75%;
    margin-bottom: 15px;
}

.footer i {
    color: #000000;
    background: #fff;
    padding: 5px;
    margin-right: 10px;
    width: 25px;
    text-align: center;
}

.condu-cu-noi {
    background-image: url(../mti_style/images/inchiriaza.png);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    float: left;
    width: 100%;
    padding-top: 65px;
    padding-bottom: 65px;
}

.title-3-center {
    color: #fff;
    font-size: 44px;
    font-weight: 500;
    text-align: center;
}

.text-3-center {
    font-size: 18px;
    text-align: center;
    width: 58%;
    margin: 0 auto;
    margin-top: 30px;
    color: #fff;
}

.btn-more-masini-home a {
    border: 1px solid #fff;
    padding: 10px 50px;
    color: #fff;
    border-radius: 10px;
}

.btn-more-masini-home {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}

.box-minimal-plan-home {
    float: left;
    width: 100%;
    padding: 50px 30px;
}

.minimal-plan-home {
    float: left;
    width: 100%;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

.minimal-plan-home h1 {
    font-size: 28px;
    font-weight: 500;
    float: left;
    width: 100%;
}

.minimal-plan-home p {
    width: 100%;
    float: left;
    margin-top: 15px;
}

.center-bord {
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
}

.box-2-minimal-plan-home-r {
    float: left;
    width: 100%;
    padding: 50px 30px;
    border-right: 1px solid #000000;
}

.box-2-minimal-plan-home {
    float: left;
    width: 100%;
    padding: 40px 30px;
}

.minimal-2-plan-home a {
	color: #0c7bd1;
    border: 1px solid #0c7bd1;
    margin-top: 20px;
    float: left;
    padding: 5px 50px;
    font-size: 14px;
}

.specificatii-det-car {
    float: left;
    width: 100%;
    margin-top: 15px;
    background: #fff;
    border-radius: 15px;
}

.p-det {
    float: left;
    width: 100%;
    margin-bottom: 50px;
    margin-top: 30px;
}

.box-detalii-masina {
    float: left;
    width: 100%;
    margin-top: 25px;
    background: #f3f3f3;
    padding: 10px;
    min-height: 475px;
    margin-bottom: 20px;
    border: 1px solid #d3d3d3;
}

.cb-rez{
	float: left;
    width: 12px;
    height: 12px;
    margin-top: 3px;
    margin-right: 7px;
}

.accept-gdpr, .accept-terms{
	    float: left;
    width: 100%;
    font-size: 15px;
    color: #000;
	margin-bottom:5px;
}

.box-detalii-masina h1 {
    float: left;
    width: 100%;
    padding: 10px;
    margin-top: 10px;
    text-align: center;
}

.specificatii-det-car p {
    float: left;
    width: 100%;
    border-bottom: 1px solid #ccc;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 15px;
    padding-bottom: 5px;
    position: relative;
}

.det-pret-masina {
    float: left;
    width: 100%;
    background: #F2F7F6;
    padding: 10px;
    color: #676767;
}

.det-pret-masina b {
    color: #000;
    float: right;
}

.specificatii-det-car p::before {
    content: "";
    background: #e70d0d;
    border-radius: 8px;
    width: 20px;
    height: 4px;
    left: 0;
    position: absolute;
    bottom: -2px;
}

.footer img{
	    float: left;
    width: 26%;
}

.input-rezerva {
    background: #f3f3f3;
    border: none;
    padding: 10px;
    border-radius: 5px;
    float: left;
    width: 100%;
    color: #000;
    margin-top: 8px;
    margin-bottom: 15px;
}

.t-box-contact-recruit {
    float: left;
    width: 100%;
    color: #000;
    font-weight: 700;
}

.btn-send {
    background: #000;
    width: 100%;
    color: #fff;
    padding: 15px;
    border-radius: 15px;
    border: none;
    margin-top: 20px;
	margin-bottom:80px;
}

.min-t-det-cat {
    float: left;
    font-weight: bold;
    width: 75%;
}

.min2-t-det-car {
    float: left;
    font-size: 13px;
    width: 100%;
    text-align: center;
}

.bb img {
    width: 35px;
    height: 35px;
    padding: 5px;
    background: #ffffff;
    border: 1px solid #DBDBDB;
    border-radius: 5px;
    float: left;
}

.img-det-car img {
    float: left;
    width: 100%;
    border-radius: 15px;
}

.bb {
    display: flex;
    flex-direction: column;
    align-items: center;
    float: left;
    width: 20%;
    align-content: flex-end;
    flex-wrap: nowrap;
    margin-top: 10px;
}
.bb i {
    float: left;
    background: #000;
    color: #fff;
    border-radius: 50%;
    font-size: 9px;
    margin-right: 5px;
    line-height: 15px;
    width: 15px;
    height: 15px;
    text-align: center;
}

.pret-rez{
	    color: #e70d0d;
    font-size: 25px;
    margin-top: 20px;
}

.inp-rez{
	background: #ffffff;
    padding: 10px;
    border-radius: 5px;
    float: left;
    width: 100%;
    color: #000;
    margin-top: 8px;
    margin-bottom: 15px;
    border: 1px solid #ededed;
}

.b-h1{
	    float: left;
    width: 100%;
    padding: 10px;
    margin-top: 10px;
    text-align: center;
    margin-bottom: 25px;
}

.n-rez{
	    float: left;
    width: 100%;
    color: #000;
    font-weight: 700;
}

.btn-rez{
	background: #000;
    color: #fff;
    width: 100%;
    float: left;
    padding: 10px;
    text-transform: uppercase;
    border: none;
    border-radius: 5px;
}

.t-c-rez{
	    text-align: center;
    margin-top: 20px;
    float: left;
    width: 100%;
}

.box-masini-prv{
    float: left;
    width: 100%;
    border: 1px solid #d3d3d3;
    margin-bottom: 10px;
}


.img-masini-prv img{
    width: 100%;
    padding: 15px;
}


    .popup-content label {
    display: block;
    margin-top: 10px;
    color: #ffffff;
    float: left;
    font-size: 14px;
    margin-bottom: 5px;
}
	
	.popup-content h3{
		    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

.close-btn{
	    background: #e70d0d;
    text-align: center;
    float: right;
    margin-top: -14px;
    color: #fff;
    font-size: 25px;
    height: 20px;
    margin-right: 5px;
    width: 20px;
    position: absolute;
    right: 0;
    line-height: 18px;
}

.popup-content input{
	    float: left;
    width: 100%;
    height: 35px;
    padding-left: 10px;
    padding-right: 10px;
}

.cont-rez{
	    float: left;
    width: 100%;
    background: #e70d0d;
    margin-top: 10px;
    color: #fff;
    text-align: center;
    height: 35px;
    line-height: 35px;
}


.box-masini-prv-tip{
    float: left;
    width: 100%;
    text-align: center;
    font-size: 19px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.bb2-pret{
    float: left;
    width: 100%;
    background: #ccc;
    padding: 15px 0px;
    align-items: center;
    display: flex
;
    justify-content: center;
}

.box-masini-prv-an{
    color: #767676;
    font-size: 14px;
    font-weight: 500;
    float: left;
    width: 70%;
    margin-left: 25px;
}

.min-t-det-cat2 {
    float: left;
    font-weight: bold;
    width: 45%;
}

.min2-t-det-car2 {
    float: left;
    margin-top: -30px;
    margin-left: 36px;
    background: #c6c6c6;
    padding: 3px;
    font-size: 17px;
    color: #000000;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.bb2 {
    float: left;
    width: 24%;
    margin-bottom: 15px;
    margin-top: 15px;
}

.bb2 img {
    width: 30px;
    height: 30px;
    padding: 3px;
    border: 1px solid #DBDBDB;
    border-radius: 5px;
    margin: 0 5px 0 0;
    float: left;
    background: #DBDBDB;
}

.img-det-car{
    float: left;
    width: 100%;
    margin-top: 5px;
}

.logo img{
	    float: left;
    width: 12%;
    margin-top: 5px;
}

.box-masini-prv-pret b{
    float: left;
    width: 100%;
    font-size: 27px;
    text-align: center;
    color: #ffb700;
    margin-top: -68px;
    font-weight: bold;
}

.box-masini-prv-alege{
    background: #00213d;
    float: left;
    height: 40px;
    line-height: 20px;
    padding: 10px;
    color: #ffffff;
    border: none;
    width: 80%;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
}

.sc{
    width: 100%;
    border: 1px solid #000;
    padding: 5px;
    padding-left: 65px;
}

.img-filt{
	    position: absolute;
    width: 62px;
}

.sc2{
	width:100%;
}

.car-list{
	float:left;
	width:100%;
	margin-top:30px;
}

.header-top {
    position: relative;
    height: 100px;
    background: #00172a;
}

.menu-top {
    border-bottom: 1px solid #212126;
    float: left;
    width: 100%;
    padding-bottom: 10px;
    margin-top: 10px;
}

.locatie-top {
    float: left;
    color: #fff;
}

.locatie-top i, .telefon-top i {
    margin-right: 10px;
    font-size: 16px;
}

.telefon-top {
    float: left;
    margin-left: 20px;
    color: #fff;
}

.social-media-top a {
    color: #fff;
    margin-left: 10px;
}

.nav-top {
    float: left;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
    z-index: 1;
    background: #00213d;
}

.custom-select {
    position: relative;
    width: 100%;
    cursor: pointer;
}

.select-box {
    background-color: #f1f1f1;
    width: 100%;
    float: left;
    height: 30px;
    line-height: 30px;
    padding-left: 75px;
}

.selected-option {
    font-size: 14px;
}

.options {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: white;
    box-shadow: 0px 8px 16px rgba(0,0,0,0.2);
    border-radius: 5px;
    max-height: 200px;
    overflow-y: auto;
    z-index: 10;
}

.options li {
    align-items: center;
    cursor: pointer;
    display: flex;
    border-bottom: 1px solid #c8c8c8;
}

.option img{
	    margin-right: 10px;
}

.options li:hover {
    background-color: #ddd;
}

.option-image {
    width: 60px;
    height: 30px;
    position: absolute;
    left: 0;
}

.option-image-selected{
    width: 60px;
    height: 30px;
    position: absolute;
    left: 0;
}
.nav-menu-top li {
    display: inline-block;
    margin-left: 20px;
}

.nav-menu-top li a {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    margin-top: 10px;
    float: left;
    transition: .33s all ease;
}

.nav-menu-top li a:after {
    display: block;
    content: '';
    border-bottom: solid 2px #fff;
    transform: scaleX(0);
    transition: transform 250ms ease-in-out;
}

.logo-top img{
    float: left;
    width: 60px;
    margin-right: -5px;
}


.topnav {
background-color: #00172a;
    float: left;
    width: 100%;
}

.topnav #myLinks {
  display: none;
}

.topnav a {
  color: white;
  padding: 10px 15px;
  text-decoration: none;
  font-size: 17px;
  display: block;
}

.topnav a.icon {
    background: #00172a;
    display: block;
    position: absolute;
    right: 46px;
    top: 12px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.active {
  background-color: #04AA6D;
  color: white;
}

.boxs-contact {
    float: left;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
}

.boxs-contact p {
    float: left;
    width: 100%;
    padding: 20px;
    border: 1px solid #000;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
}

.input-contact {
    background: #f3f3f3;
    border: none;
    padding: 15px;
    border-radius: 5px;
    float: left;
    width: 100%;
    color: #000;
    margin-top: 8px;
    margin-bottom: 15px;
}

.t-box-contact-recruit {
    float: left;
    width: 100%;
    color: #000;
    font-weight: 700;
}

.check-contact {
    float: left;
    width: 20px;
    height: 20px;
    margin-top: 20px;
}

.text-check {
    float: left;
    width: 92%;
    margin-left: 10px;
    font-size: 12px;
}

.ph{
    background: url(../mti_style/images/ph.png);
    float: left;
    width: 100%;
    height: 350px;
    background-size: cover;
}

.table-sm {
    max-width: 100%;
    background-color: #fff;
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 30px;
    float: left;
}

.table-sm thead tr {
    height: 50px;
    display: table-row;
    outline: 0;
    vertical-align: middle;
}

.table-sm thead tr th {
    color: #351c56;
    font-size: 0.95rem;
    font-weight: 500;
    line-height: 1.5rem;
    background: #f5f6fb;
    display: table-cell;
    border-bottom: 2px solid rgba(224, 224, 224, .5);
    text-align: left;
    padding: 5px;
    letter-spacing: 0.01071em;
}

.table-sm tbody tr td {
    color: #b3b5cd;
    display: table-cell;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.43;
    border-bottom: 1px solid rgba(224, 224, 224, .5);
    text-align: left;
    letter-spacing: 0.01071em;
}

.table-sm tbody tr td {
    overflow: hidden;
    padding: 10px 5px;
    white-space: nowrap;
    text-align: center;
}

.input-contact-message{
	    background: #f3f3f3;
    border: none;
    padding: 15px;
    border-radius: 5px;
    float: left;
    width: 100%;
    color: #000;
    margin-top: 8px;
    min-height: 100px;
    margin-bottom: 15px;
}

.whatsapp{
    color: #fff;
	font-weight:bold;
}

.fa-whatsapp{
	    color: #38b226;
}

.logo-part{
	    float: left;
    width: 100%;
    padding: 45px 0px;
}

.logo-part img{
	    float: left;
    width: 100%;
}

#leasing h1, #information h1 {
    width: 100%;
    text-align: center;
    padding: 30px 0 10px 0;
    margin: 0 0 10px 0;
    color: #000;
    font-size: 22px;
}

#information p {
    font-size: 16px;
    margin: 10px 0;
    padding: 0;
}

.table-bordered {
    border: 1px solid #ddd;
}

.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: 1px solid #ddd;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.selected{
    float: left;
    width: 100%;
    background: #f3f3f3;
    text-align: center;
}

.selected img{
	    float: left;
}

.selected span{
    height: 35px;
    line-height: 35px;
}


.accordion {
    background-color: #fff;
    color: #00213d;
    cursor: pointer;
    border: 1px solid #ccc;
    padding: 18px;
    margin-bottom: 5px;
    width: 100%;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

.active, .accordion:hover {
    background-color: #00213d;
    color: #fff;
}

.panel {
    padding: 0 0px;
    display: none;
    background-color: white;
    overflow: hidden;
}

.text-cc{
	    float: left;
    width: 100%;
    text-align: center;
    margin: 35px 0px 30px 0px;
}

.content-intrebari{
	    float: left;
    width: 100%;
    margin-bottom: 50px;
}

.panel p{
    float: left;
    width: 100%;
    font-size: 14px;
    margin: 0px 0px;
    border: 1px solid #cccccc;
    padding: 10px;
    margin-bottom: 15px;
    background: #e2f2ff;
    color: #272727;
}