html,
body {
    position: relative;
    height: 100%;
    width: 100%;
}

body {
    font-size: 14px;
    color: #737373;
    margin: 0;
    padding: 0;
    background: #fff;
    font-family: 'Open Sans', sans-serif;
    overflow-x: hidden;
}

h1 {
    font-size: 50px;
    color: #fff;
    font-weight: bold;
}

h2 {
    font-size: 19px;
    line-height: 27px;
}

h3 {
    font-weight: bold;
    font-size: 16px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 32px;
    font-weight: bold;
    color: #485e88;
}

h6 {
    font-size: 18px;
    color: #485e88;
    line-height: 32px;
}

span {
    font-size: 16px;
    display: block;
}

a {
    color: #0095da;
    transition: 0.3s all ease-in-out;
}

a:hover {
    text-decoration: none;
    color: #5cad33;
}

button:focus {
    outline: none;
}

a.cursor-default{
    cursor: default;
}

a.cursor-no-drop{
    cursor: no-drop;
}

/*Custom classes*/

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

.brand {
    color: #0095da;
}

.green {
    color: #00a463;
}

.dark-green {
    color: #5cad33;
}

.blue-bg {
    background-color: #0095da;
}

.active-tab {
    background-color: #072b4f;
}

.blue-text {
    color: #0095da;
}

.red-text {
    color: #e21f1f !important;
}

.green-border {
    border: 1px solid #5cad33;
}

.grey-border {
    border: 1px solid #7b7b7b;
}

.grey-bottom-border {
    border-bottom: 1px solid #dedede;
}

.grey-top-border {
    border-top: 1px solid #dedede;
}

.grey-text {
    color: #7b7b7b;
}

.grey-text2 {
    color: #8a8a8a;
}

.pr-6 {
    padding-right: 4rem !important;
}

.pl-6 {
    padding-left: 4rem !important;
}

.pr-7 {
    padding-right: 7rem;
}

.light-green-text {
    color: #00a463;
}

.light-green-text:hover {
    color: #00a463;
    text-decoration: underline;
}

.hover-line:hover {
    text-decoration: underline;
}

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

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

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

.grey-form {
    color: #737373 !important;
}

.dropdown-large {
    position: static !important;
}

.dropdown-menu-large {
    margin-left: 16px;
    margin-right: 16px;
    padding: 20px 0px;
}

.dropdown-menu-large > li > ul {
    padding: 0;
    margin: 0;
}

.dropdown-menu-large > li > ul > li {
    list-style: none;
}

.dropdown-menu-large > li > ul > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: normal;
}

.dropdown-menu-large > li ul > li > a:hover,
.dropdown-menu-large > li ul > li > a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}

.dropdown-menu-large .disabled > a,
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
    color: #999999;
}

.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed;
}

.dropdown-menu-large .dropdown-header {
    color: #428bca;
    font-size: 18px;
}

@media (max-width: 768px) {
    .dropdown-menu-large {
        margin-left: 0;
        margin-right: 0;
    }

    .dropdown-menu-large > li {
        margin-bottom: 30px;
    }

    .dropdown-menu-large > li:last-child {
        margin-bottom: 0;
    }

    .dropdown-menu-large .dropdown-header {
        padding: 3px 15px !important;
    }
}


/*Navbar*/

.navbar a {
    color: #4a4a4a;
    border-bottom: 3px solid transparent;
    transition: all ease-in-out 0.4s;
}

.navbar .nav-item a.nav-link:hover {
    color: #0095da;
    border-bottom: 3px solid #339900;
}

.primary-menu .nav-item {
    padding: 0 20px;
}

.navbar button:focus {
    box-shadow: none;
}

.green-link {
    color: #5cad33 !important;
    text-decoration: underline;
    transition: 0.3s all ease-in-out;
}

.green-link:hover {
    color: #0095da !important;
    text-decoration: underline;
}

a.drop-option {
    color: #339900;
    padding-bottom: 27px;
    transition: 0.3s all ease-in-out;
    border-bottom: 2px solid transparent;
}

a.drop-option:hover {
    border-bottom: 2px solid #c4c4c4;
    border-style: dashed;
    border-top: transparent;
    border-left: transparent;
    border-right: transparent;
}

a.in-curand {
    color: #CCCCCC;
    padding-bottom: 19px;
    transition: 0.3s all ease-in-out;
    border-bottom: 2px solid transparent;
}

a.in-curand:hover {
    border-bottom: 2px solid #c4c4c4;
    border-style: dashed;
    border-top: transparent;
    border-left: transparent;
    border-right: transparent;
}

span.menu-span {
    font-size: 10px;
    font-weight: lighter;
    color: #A6CE39;
}

ul.tabs {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

ul.tabs li {
    background: none;
    color: #222;
    display: inline-block;
    padding: 30px 15px;
    cursor: pointer;
    width: 49.8%;
    transition: 0.3s all ease-in-out;
    border-bottom: 2px solid transparent;
}

ul.tabs li.current {
    color: #222;
    border-bottom: 2px solid #c4c4c4;
    border-style: dashed;
    border-top: transparent;
    border-left: transparent;
    border-right: transparent;
}

.tab-content {
    /*display: none;*/
    /*background: #ededed;*/
    padding: 15px;
    left: 0;
}

.nav-item .tab-content{
    display: none;
}

.tab-content.current,
.nav-item .tab-content.current{
    display: block;
    /*background: #ededed;*/
}

.stay-open:after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 73px 47px 73px;
    border-color: transparent transparent #fff transparent;
    top: -14px;
    z-index: 99;
    left: 50%;
    transform: translateX(calc(-50% - 101px));
}

.stay-open {
    display: block;
    width: 90vw;
    opacity: 0;
    transition: all .3s ease;
    position: absolute;
    top: 65px;
    -webkit-box-shadow: 0px -3px 17px 7px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0px -3px 17px 7px rgba(0, 0, 0, 0.06);
    box-shadow: 0px -3px 17px 7px rgba(0, 0, 0, 0.06);
    border-radius: 10px;
    z-index: -1;
    background-color: white;
    left: 50%;
    transform: translateX(-50%);
}

.stay-open.stay-open-online {
    width: 500px;
}

.stay-open.stay-open-online:after {

    transform: translateX(calc(-50%  - -54px));
}

.g-recaptcha{
    display: inline-block;
}
.stay-open.show {
    opacity: 1;
    z-index: 999;
}

.alert.alert-success {
    display: none;
}

.hidden-list {
    height: 0;
    overflow: hidden;
    transition: 0.3s all ease-in-out;
}

.hidden-list:hover {
    height: 243px;
}

.drop-option:hover + .hidden-list {
    height: 243px;
}

.in-curand:hover + .hidden-list {
    height: 155 spx;
}

ul.last-dropdown {
    padding-top: 20px;
}

ul.last-dropdown li {
    padding: 0;
    border-bottom: 2px solid transparent;
}

ul.last-dropdown li:hover {
    border-bottom: 2px solid #c4c4c4;
    border-style: dashed;
    border-top: transparent;
    border-left: transparent;
    border-right: transparent;
}

ul.last-dropdown a {
    color: #339900;
    font-size: 12px;
}

.dropdown-login {
    -webkit-box-shadow: -6px 7px 15px 0px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: -6px 7px 15px 0px rgba(0, 0, 0, 0.11);
    box-shadow: -6px 7px 15px 0px rgba(0, 0, 0, 0.11);
    border: 1px solid #e5eced;
    border-radius: 10px;
    /*left: 148px;*/
}


/*Navbar mobile*/

.navbar-mobile .menu-btn {
    color: #4a4a4a;
    font-size: 14px;
}

.mobile-menu li a {
    color: #4a4a4a;
    font-size: 18px;
    display: block;
    padding-bottom: 10px;
    transition: 0.2s all ease-in-out;
}

.mobile-menu li a:hover,
button.btn-asig-mob:hover,
button.asig-2:hover,
button.asig-3:hover,
.dropdown-login a:hover {
    color: #339900;
}

button.btn-asig-mob {
    color: #4a4a4a;
    font-size: 18px;
    padding-left: 0;
    transition: 0.2s all ease-in-out;
}

button.asig-2 {
    color: #4a4a4a;
    font-size: 16px;
    padding-left: 0;
    transition: 0.2s all ease-in-out;
}

button.asig-3 {
    color: #4a4a4a;
    font-size: 14px;
    padding-left: 0;
    transition: 0.2s all ease-in-out;
}

button i.fa-chevron-down {
    font-size: 15px;
}

button[aria-expanded="true"] {
    color: #339900;
}

#navbarToggleExternalContent:after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 22px 15px 22px;
    border-color: transparent transparent #fff transparent;
    left: 105px;
    top: -14px;
    z-index: 99;
}

#navbarToggleExternalContent {
    width: 320px;
    margin: auto;
    position: absolute;
    z-index: 99;
    background: white;
    left: 42%;
    padding: 20px 0 0 20px;
    -webkit-box-shadow: -6px 7px 15px 10px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: -6px 7px 15px 10px rgba(0, 0, 0, 0.11);
    box-shadow: -6px 7px 15px 10px rgba(0, 0, 0, 0.11);
    border: 1px solid #e5eced;
    border-radius: 10px;
    margin-top: -10px;
}

.last-row li a {
    font-size: 14px;
}

.list-2-columns {
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
}


/*Header Heights*/

.header-home {
    height: 450px;
    position: relative;
}

.header-default {
    height: 450px;
    position: relative;
}

@media only screen and (max-width: 576px) {
    .header-home {
        height: 200px;
    }

    .header-default {
        height: 200px;
    }

    .header-default h1, .header-home h1 {
        font-size: 20px;
    }
}

.header-default:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(83deg, #000, #0095da);
    opacity: .4;
}

.header-home:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(83deg, #000, #0095da);
    opacity: .4;
}

.header-default h1, .header-home h1 {
    z-index: 5;
}

.header-small {
    height: 272px;
    position: relative;
}


/*Header*/

.header {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}

.header-bar-home {
    padding-top: 2.3rem;
    padding-bottom: 2.3rem;
}

.header-bar-home a {
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    transition: 0.3s all ease-in-out;
}

.header-bar {
    padding-top: 2.6rem;
    padding-bottom: 2.6rem;
}

.header-bar-homepage {
    height: 215px;
    padding-left: 110px;
    padding-right: 110px;
    padding-top: 60px;
}

.header-homepage-icon {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    top: -52px;
}

.header-bar-slim {
    padding-top: 1.3rem;
    padding-bottom: 1.3rem;
}

.header-bar a {
    color: #fff;
    font-size: 16px;
    transition: 0.3s all ease-in-out;
}

.header-bar-homepage a {
    color: #fff;
    font-size: 16px;
    transition: 0.3s all ease-in-out;
}

.header-bar-slim a {
    color: #fff;
    font-size: 16px;
    transition: 0.3s all ease-in-out;
}

.header-bar-homepage a:hover,
.header-bar-home a:hover,
.header-bar a:hover,
.box-description-square a:hover {
    color: #072b4f;
}

.header-bar.active-tab a:hover {
    color: #0095da;
}

.box-description-square a {
    transition: 0.3s all ease-in-out;
    color: #fff;
}

.header-homepage {
    height: 445px;
}

.text-zindex {
    z-index: 10;
}

.header-homepage:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(83deg, #000, #0095da);
    opacity: .4;
}

.header-small:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(83deg, #000, #0095da);
    opacity: .4;
}

.header-small h1 {
    z-index: 10;
}

.header-icon {
    position: absolute;
    bottom: -55px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

.header-icon-slim {
    position: absolute;
    bottom: -31px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}


/*Content*/

.round-img-box {
    position: relative;
}

.square-img-box {
    position: relative;
    text-align: center;
}

.round-img-box img {
    border-radius: 16px;
}

.box-description {
    position: absolute;
    bottom: 0;
    background: rgba(0, 149, 218, 0.86);
    font-size: 16px;
    text-align: center;
    width: 100%;
    height: 75px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    z-index: 15;
}

.inline-span {
    display: inline-block;
    font-size: 14px;
}

span.pasi-span {
    font-size: 24px;
    font-weight: lighter;
    color: #485e88;
}

img.pasi-img {
    position: absolute;
    bottom: 16px;
    left: 0;
}

.box-description-square {
    position: absolute;
    bottom: 0;
    background: #0095da;
    font-size: 16px;
    text-align: center;
    width: 100%;
    height: 100px;
}

.listare-servicii li {
    padding-bottom: 5px;
    font-size: 16px;
}

.listare-servicii li a {
    padding: 3px 5px;
    transition: 0.1s all ease-in-out;
    font-size: 13px;
}

.listare-servicii li a:hover {
    color: #072b4f;
    padding: 3px 5px;
    border-radius: 5px;
}

li.green-link,
li.green-link:hover {
    text-decoration: none;
}

li.green-link a {
    color: #5cad33;
    text-decoration: none;
}

li.green-link a:hover {
    text-decoration: underline;
}

.listare-servicii h3 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 27%;
    color: white;
    font-size: 20px;
    width: 100%;
}

.padded-bottom {
    padding-bottom: 200px;
}

.listare-icon {
    position: absolute;
    bottom: 27px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

.listare-servicii li.green-link a {
    color: #339900;
}

#thankyou a.btn {
    font-size: 20px;
    font-weight: bold;
    border: 1px solid #5cad33;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: white;
    margin-top: 30px;
    padding: 8px 40px;
    color: #5cad33;
    display: inline-block;
    transition: 0.2s all ease-in-out;
    cursor: pointer;
}

#thankyou a.btn:hover {
    background-color: #5cad33;
    color: white;
}

.page-404 span {
    font-size: 140px;
    color: #395572;
    font-weight: bold;
}

.page-404 p {
    font-size: 30px;
    color: #7e7e7e;
}

.page-404 a {
    font-size: 20px;
    font-weight: bold;
    border: 1px solid #5cad33;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: white;
    margin-top: 20px;
    padding: 8px 25px;
    color: #5cad33;
    width: 330px;
    transition: 0.2s all ease-in-out;
    display: inline-block;
}

.page-404 a:hover {
    background-color: #5cad33;
    color: white;
}

.page-404 i.fa-arrow-left {
    position: absolute;
    left: 28px;
    top: 13px;
}

.page-404 i.fa-arrow-right {
    position: absolute;
    right: 28px;
    top: 13px;
}

#parteneri .logo-box {
    height: 163px;
    width: 163px;
    border-radius: 10px;
    position: relative;
    margin: auto;
    border: 1px solid #e5eced;
}

.logo-box:hover .hoverImg {
    display: block;
}

.imageBox {
    position: relative;
}

.logo-box .hoverImg {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    display: none;
}

.logo-box:hover .hoverImg {
    display: block;
}

.scroll-container {
    height: 500px;
    overflow-y: scroll;
}

a.fb-button {
    background-color: #465994;
    padding: 15px 90px;
    border-radius: 5px;
    color: white;
    border: 1px solid #465994;
    transition: 0.2s all ease-in-out;
}

a.fb-button:hover,
a.fb-login:hover {
    background-color: white;
    color: #465994;
}


/*PRODUS///////////////////////////////////////////*/

.comenzi-box {
    border-radius: 10px;
    background-color: #fafafa;
    -webkit-box-shadow: -6px 7px 15px 0px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: -6px 7px 15px 0px rgba(0, 0, 0, 0.11);
    box-shadow: -6px 7px 15px 0px rgba(0, 0, 0, 0.11);
    border: 1px solid #e5eced;
}

.asig-box {
    border-radius: 10px;
    background-color: #fafafa;
    -webkit-box-shadow: -6px 7px 15px 0px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: -6px 7px 15px 0px rgba(0, 0, 0, 0.11);
    box-shadow: -6px 7px 15px 0px rgba(0, 0, 0, 0.11);
    border: 1px solid #e5eced;
}

.tabel-produs thead th {
    color: #0095da;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 40px;
    vertical-align: top;
    width: 231px;
    padding-right: 12px;
}

.tabel-produs span {
    font-size: 14px;
    color: #7f7f7f;
    font-weight: normal;
    display: block;
}

.tabel-produs tbody td {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 12px;
}

.tabel-produs tr {
    border-bottom: 2px solid #e5eced;
}

.tabel-produs tbody tr:first-child {
    color: #0095da;
    font-weight: bold;
}

.tabel-produs tbody tr td:first-child {
    color: #0095da;
    text-align: left;
}

@media only screen and (max-width: 500px) {
    .tabel-produs tbody tr td:first-child {
        color: #0095da;
        text-align: left;
        position: sticky;
        left: 0;
        background: #fafafa;
        top: 0;
        padding-left: 5px;
    }

    .tabel-produs thead tr th:first-child {
        color: #0095da;
        text-align: left;
        position: sticky;
        left: 0;
        background: #fafafa;
        top: 0;
        padding-left: 5px;
    }
}

.tabel-produs thead tr th:first-child {
    color: #0095da;
    text-align: left;
}

.tabel-produs table {
    text-align: center;
}

.zoom-box {
    transition: 0.1s all ease-in-out;
}

.zoom-box:hover {
    -ms-transform: scale(1.03);
    /* IE 9 */
    -webkit-transform: scale(1.03);
    /* Safari 3-8 */
    transform: scale(1.03);
}

.info-utile a {
    transition: 0.3s all ease-in-out;
}

.info-utile a:hover {
    color: #0095da;
}

.detalii-popup {
    background: transparent;
    border: none;
    outline: none;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

.produs-popup ul {
    list-style-image: url('../img/small-blue-bullet.png');
}

.produs-popup ul li {
    color: #737373;
    font-size: 14px;
}

.oferte-dropdown {
    text-align: center;
    border: 1px solid #e5eced;
}

.oferte-dropdown a {
    font-size: 14px;
    background-color: transparent;
    color: #8a8a8a;
}

.oferte-dropdown a:hover,
.oferte-dropdown a:active {
    color: #0095da;
    background-color: transparent;
}

@media (max-width: 992px) {
    .tabel-produs thead th {
        font-size: 12px;
        padding-bottom: 5px;
    }

    .tabel-produs span {
        font-size: 11px;
    }

    .tabel-produs tbody td {
        padding-bottom: 10px;
        padding-top: 10px;
        font-size: 11px;
    }

    .tabel-produs {
        overflow-x: scroll;
    }
}


/*.test tr:first-child td{background:red}*/

.contact-box {
    border-radius: 10px;
    background-color: #fafafa;
    -webkit-box-shadow: 0 11px 14px -10px #E5ECED;
    -moz-box-shadow: 0 11px 14px -10px #E5ECED;
    box-shadow:0 11px 14px -10px #E5ECED;
    border: 1px solid #e5eced;
    padding: 20px;
    height: 530px;
    position: relative;
    /*overflow: hidden;*/
}

.fill-outside:before {
    content: "";
    background-image: url(../img/bgr_1bottomleft.png);
    width: 200px;
    height: 200px;
    position: absolute;
    background-repeat: no-repeat;
    bottom: -35px;
    left: -46px;
    z-index: -1;
}
.fill-outside:after {
    content: "";
    background-image: url(../img/bgr_2center.png);
    width: 102px;
    height: 120px;
    position: absolute;
    background-repeat: no-repeat;
    top: -13px;
    right: -53px;
    z-index: -1;
}
@media screen and (max-width: 576px){
    .fill-outside:before{
        content: none;
    }
}
@media screen and (max-width:992px){
    .fill-outside:after{
        content: none;
    }
}
.fill-outside-2:before {
    content: "";
    background-image: url(../img/fill-7.png);
    width: 200px;
    height: 229px;
    position: absolute;
    background-repeat: no-repeat;
    top: -61px;
    right: -44px;
    z-index: -1;
}

.contact-1:before {
    content: "";
    background-image: url(../img/green-fill-2.png);
    width: 100%;
    height: 109px;
    position: absolute;
    background-repeat: no-repeat;
    bottom: 0px;
    left: -1px;
    border-bottom-left-radius: 10px;
}
.step0 .contact-1:before,
.step0 .contact-1:after{
    content: none;
}
.contact-1:after {
    content: "";
    background-image: url(../img/fill-3.png);
    width: 55px;
    height: 55px;
    position: absolute;
    background-repeat: no-repeat;
    top: -28px;
    right: -18px;
}

.contact-2:after {
    content: "";
    background-image: url(../img/fill-4.png);
    width: 100%;
    height: 225px;
    position: absolute;
    background-repeat: no-repeat;
    top: -39px;
    left: -121px;
    border-bottom-left-radius: 10px;
    z-index: -1;
}

.contact-3:before {
    content: "";
    background-image: url(../img/fill-5.png);
    width: 100%;
    height: 89px;
    position: absolute;
    background-repeat: no-repeat;
    bottom: 0px;
    left: -1px;
    border-bottom-left-radius: 10px;
}

.contact-3:after {
    content: "";
    background-image: url(../img/fill-6.png);
    width: 100%;
    height: 235px;
    position: absolute;
    background-repeat: no-repeat;
    bottom: -171px;
    left: -92px;
    z-index: -1;
}

.form-home .input-group-text {
    background: white;
    border: none;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    outline: none;
}

.form-home .input-group-prepend {
    border: 2px solid #e5eced;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-right: none;
}

.form-home #tel,
.form-home #inmatriculare,
.form-home #email {
    border: 2px solid #e5eced;
    border-left: none;
    height: 55px;
}

.form-home input#tel::placeholder {
    color: #cccccc !important;
}

.form-home .input-group {
    -webkit-box-shadow: -6px 7px 15px 0px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: -6px 7px 15px 0px rgba(0, 0, 0, 0.11);
    box-shadow: -6px 7px 15px 0px rgba(0, 0, 0, 0.11);
    border-radius: 10px;
}

.vacanta {
    position: relative;
}

.vacanta:after {
    content: "";
    background-image: url(../img/icon-point.png);
    height: 19px;
    width: 15px;
    position: absolute;
    background-repeat: no-repeat;
    top: 48px;
    left: 20px;
}

.data {
    position: relative;
}

.data:after {
    content: "";
    background-image: url(../img/data-icon.png);
    height: 19px;
    width: 19px;
    position: absolute;
    background-repeat: no-repeat;
    top: 46px;
    left: 16px;
    z-index: 20;
}

.tel {
    position: relative;
}

.tel:after {
    content: "";
    background-image: url(../img/icon-tel.png);
    height: 19px;
    width: 19px;
    position: absolute;
    background-repeat: no-repeat;
    top: 48px;
    left: 16px;
    z-index: 20;
}

.inmatriculare {
    position: relative;
}

.inmatriculare:after {
    content: "";
    background-image: url(../img/masina-icon.png);
    height: 19px;
    width: 19px;
    position: absolute;
    background-repeat: no-repeat;
    top: 48px;
    left: 16px;
    z-index: 20;
}

.email-home {
    position: relative;
}

.email-home:after {
    content: "";
    background-image: url(../img/plic-icon.png);
    height: 19px;
    width: 22px;
    position: absolute;
    background-repeat: no-repeat;
    top: 48px;
    left: 16px;
    z-index: 1;
}

input.submit-form-home,
a.submit-form-home {
    font-size: 20px;
    border: 1px solid #5cad33;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: white;
    margin-top: 20px;
    padding: 8px 25px;
    color: #5cad33;
    width: 200px;
    margin-bottom: 40px;
    transition: 0.2s all ease-in-out;
    display: inline-block;
    text-align: center;
}

input.submit-form-home:hover,
a.submit-form-home:hover {
    background-color: #5cad33;
    color: white;
}

.hidden-submit {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #fafafa;
    -webkit-box-shadow: -6px 7px 15px 0px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: -6px 7px 15px 0px rgba(0, 0, 0, 0.11);
    box-shadow: -6px 7px 15px 0px rgba(0, 0, 0, 0.11);
    border: 1px solid #e5eced;
    padding: 20px;
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -222px;
    z-index: 1;
}


.col-lg-9.col-11.m-auto h2 {
    color: #0095da;
}

.col-lg-9.col-11.m-auto table {
    border: 1px solid #ebebeb;
}

.col-lg-9.col-11.m-auto table th,
.col-lg-9.col-11.m-auto table td {
    padding: 7px;
    border: 1px solid #ebebeb;
    text-align: center;
}


.hidden-submit label {
    font-size: 12px;
    color: #999999;
}

.form-home:hover .hidden-submit {
    display: block;
}

.hidden-submit:hover {
    display: block;
}

.contact-box:hover {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    height: 515px;
}
.step0 .contact-box:hover,
.step0 .contact-box{
    height:unset;
}
.asistenta-padding {
    padding-top: 150px;
}

.phone-call {
    background-color: #0095da;
    color: white;
    font-size: 16px;
    border: 1px solid #0095da;
    border-radius: 5px;
    padding: 10px;
    transition: 0.2s all ease-in-out;
}

.shadow-box-consultatie {
    -webkit-box-shadow: -6px 7px 15px 0px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: -6px 7px 15px 0px rgba(0, 0, 0, 0.11);
    box-shadow: -6px 7px 15px 0px rgba(0, 0, 0, 0.11);
    border-radius: 20px;
    background-color: #fafafa;
    border: 2px solid #e5eced;
}

.shadow-box-consultatie p {
    font-size: 18px;
    line-height: 35px;
}

a.consultatie-links {
    background-color: #00a651;
    border-radius: 8px;
    padding: 10px;
    color: white;
    border: 1px solid #00a651;
    transition: 0.2s all ease-in-out;
    font-size: 16px;
    width: 200px;
    display: inline-block;
}

a.consultatie-links:hover {
    background-color: #fafafa;
    border-radius: 5px;
    padding: 10px;
    border: 1px solid #00a651;
    color: #00a651;
}

.phone-call:hover {
    background-color: white;
    border: 1px solid #0095da;
}

a.phone-call:hover {
    color: #0095da;
}

/*
.cotatie-box {
    border-radius: 10px;
    background-color: #fafafa;
    -webkit-box-shadow: -6px 7px 15px 0px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: -6px 7px 15px 0px rgba(0, 0, 0, 0.11);
    box-shadow: -6px 7px 15px 0px rgba(0, 0, 0, 0.11);
    border: 1px solid #e5eced;
}
*/
.cotatie-box {
    box-sizing: border-box;
    border: 1px solid #E5ECED;
    border-radius: 16px;
    background-color: #FAFAFA;
    box-shadow: 0 11px 14px -10px #E5ECED;
    position: relative;
}

.cotatie-box:before {
    content: "";
    background-image: url(../img/fill-7.png);
    width: 200px;
    height: 229px;
    position: absolute;
    background-repeat: no-repeat;
    top: -61px;
    right: -44px;
    z-index: -1;
}

.cotatie-box .contul-meu-table thead th {
    color: #072B4F;
}

.cotatie-box .contul-meu-table tbody tr:not(.quotes-empty):hover {
    border-radius: 8px;
    background-color: #FFFFFF;
    box-shadow: 0 0 24px -8px rgba(74, 74, 74, 0.32);
}

.cotatie-box .contul-meu-table tbody tr .checkmark2 {
    top: -15px;
}

.quote-btn.btn-primary {
    background-color: #526C88;
    border-color: #526C88;
    border-radius: 8px;
    font-size: 12px;
    cursor:pointer;
}
.quote-btn.btn-primary:hover {
    background-color: #0095DA;
    border-color: #0095DA;
}

.quote-price {
    color: #0095DA;

    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 27px;
    text-align: center;
}

.icon-primary {
    font-size: 22px;
    color: #072B4F;
    vertical-align: text-bottom;
}

.noresults-price {
    color: #8A8A8A;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 27px;
    text-align: center;
}

.noresults-comision {
    color: #8A8A8A;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 19px;
    text-align: center;
}

.societatea-nu-a-rasp {
    height: 19px;
    width: 306px;
    color: #0095DA;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 19px;
}

.noresults-retry {
    color: #0095DA;
    font-family: "Open Sans";
    font-size: 14px;
    letter-spacing: 0;
    line-height: 19px;
}


.table td,
.table th,
.table thead th {
    border: none;
}

.contul-meu-table thead {
    border-bottom: 2px solid #e5eced;
}

.border-top {
    border-top: 2px solid #e5eced;
}

.contul-meu-table .class_bm {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 19px;
    text-align: center;
    padding-top: 22px;
}

.contul-meu-table thead th {
    color: #0095da;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 40px;
}

.contul-meu-table tbody td {
    padding-top: 60px;
    /*padding-bottom: 40px;*/
}


@media (min-width: 992px) {
    .rowgroup.stiky-header thead {
        border-bottom: none;
    }
    .rowgroup.stiky-header{
        position: relative;
    }
    .rowgroup.stiky-header th {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        background-color:#FAFAFA;
        z-index:2;
        -webkit-box-shadow: 0 1px 0px 0px #e5eced;
        box-shadow: 0 1px 0px 0px #e5eced;
    }
}

a.masini-links {
    display: block;
    margin-bottom: 25px;
    padding: 5px 10px;
    border-radius: 5px;
}

button.tabel-produs,
button.tabel-produs:hover,
button.tabel-produs:focus {
    color: #0095da;
    font-weight: bold;
    font-size: 20px;
    text-decoration: none;
    box-shadow: none;
    outline: none;
}

.produs-mobile li {
    font-size: 16px;
}

button.tabel-produs p {
    color: #7f7f7f;
    font-weight: normal;
    font-size: 14px;
    margin-bottom: 0;
}

.card-produs {
    border-radius: 10px;
    border: 2px solid #e5eced;
}

/**
Cart
*/

.cart-box {
    box-sizing: border-box;
    border: 1px solid #E5ECED;
    border-radius: 16px;
    background-color: #FAFAFA;
    box-shadow: 0 11px 14px -10px #E5ECED;
    position: relative;
}

.cart-box:before {
    content: "";
    background-image: url(../img/fill-7.png);
    width: 200px;
    height: 229px;
    position: absolute;
    background-repeat: no-repeat;
    top: -61px;
    right: -44px;
    z-index: -1;
}
.cart-box:after {
    content: "";
    background-image: url(../img/bgr_1bottomleft.png);
    width: 108px;
    height: 121px;
    position: absolute;
    background-repeat: no-repeat;
    bottom: 19px;
    left: -65px;
    z-index: -1;
}
@media screen and (max-width: 1500px){
    .cart-box:after{
        content: none;
    }
}
.cart-box-title {
    color: #072B4F;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 27px;
    text-align: center;
}



.cart-box-client {
    color: #0095DA;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
    text-align: left;
}

.cart-box-product {
    color: #485E88;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 19px;
    /*text-align: center;*/
    margin-bottom:4px;
}

.cart-box-period {
    color: #868686;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 19px;
    /*text-align: center;*/
    margin-bottom:0;
}
.cart-box-period span{
    color: #485E88;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 19px;
    text-align: center;
}
.cart-box-price {
    color: #0095DA;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 27px;
    text-align: center;
}

.cart-box-price-wrapper {
    /*position: relative;*/
    /*padding-right: 30px;*/
    /*padding-left: 30px*/
}

/*.cart-box-paper .sterge-btn {*/
    /*position: absolute;*/
    /*right: 0px;*/
    /*top: 50%;*/
    /*transform: translateY(-50%);*/
/*}*/

.cart-box-shipping-text {
    color: #072B4F;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
    text-align: center;
}

.cart-box-back-wrapper {
    position: relative;
}

.cart-box-back-btn {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}


.btn-submit-order {
    background-color: #0095DA;
    border-color: #0095DA;
    font-size: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-top: 20px;
    padding: 8px 25px;
    /*width: 316px;*/
    margin-bottom: 40px;
    transition: 0.2s all ease-in-out;
    display: inline-block;
    text-align: center;
}

/*Max width before this PARTICULAR table gets nasty. This query will take effect for any screen smaller than 760px and also iPads specifically.*/

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

    .cart-box-back-btn {
        position: relative;
        left: auto;
        top: -35px;
        transform: none;

    }
    /* Force table to not be like tables anymore */
    .comenzi-box table,
    .comenzi-box thead,
    .comenzi-box tbody,
    .comenzi-box th,
    .comenzi-box td,
    .comenzi-box tr {
        display: block;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    .comenzi-box thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .comenzi-box tr {
        margin: 3rem 0 1rem 0;
    }

    .comenzi-box td {
        /* Behave  like a "row" */
        border: none;
        /*border-bottom: 1px solid #eee;*/
        position: relative;
        padding-left: 50%;
    }

    .comenzi-box td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 0;
        width: 100%;
        padding-right: 10px;
        white-space: nowrap;
        color: #0095da;
        font-size: 20px;
        font-weight: bold;
        /*border-top: 1px solid #7b7b7b;*/
        padding-top: 8px;
        left: 0;
    }

    /*    Label the dataYou could also use a data-* attribute and content for this. That way "bloats" the HTML, this way means you need to keep HTML and CSS in sync. Lea Verou has a clever way to handle with text-shadow.    */
    .comenzi-box td:nth-of-type(1):before {
        content: "DATA";
    }

    .comenzi-box td:nth-of-type(2):before {
        content: "PRODUS";
    }

    .comenzi-box td:nth-of-type(3):before {
        content: "SUMA";
    }

    .comenzi-box td:nth-of-type(4):before {
        content: "STATUS";
    }
}

.oferte-img-logo {
    width: 100px;
}


/*LISTARE OFERTE RCA*/

@media only screen and (max-width: 992px) {
    .cotatie-box .contul-meu-table tbody tr:not(.quotes-empty):hover {
        /*padding-top: 20px*/
    }

    /* Force table to not be like tables anymore */
    .cotatie-box table,
    .cotatie-box thead,
    .cotatie-box tbody,
    .cotatie-box th,
    .cotatie-box td,
    .cotatie-box tr {
        display: block;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    .cotatie-box thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .cotatie-box tr {
        margin: 0 0 4rem 0;
    }

    .oferte-img-logo {
        width: 150px;
    }

    .cotatie-box td {
        /* Behave  like a "row" */
        border: none;
        /*border-bottom: 1px solid #eee;*/
        position: relative;
        padding-left: 50%;
    }

    .cotatie-box td:before {
        position: absolute;
        top: -5px;
        width: 100%;
        white-space: nowrap;
        color: #0095da;
        font-size: 20px;
        font-weight: bold;
        left: 0;
    }

    /*    Label the dataYou could also use a data-* attribute and content for this. That way "bloats" the HTML, this way means you need to keep HTML and CSS in sync. Lea Verou has a clever way to handle with text-shadow.    */
    .cotatie-box td:nth-of-type(1):before {
        /*content: "ASIGURATOR";*/
    }

    .cotatie-box td:nth-of-type(2):before {
        content: "BONUS MALUS";
    }

    .cotatie-box td.th-l-1:nth-of-type(3):before {
        content: "1 LUNA";
    }

    .cotatie-box td.th-l-1:nth-of-type(3):after {
        content: "(cu decontare directa)";
        top: 18px;
        position: absolute;
        left: 50%;
        transform: translate(-50%);
        color: #0095da;
        font-size: 10px;
    }

    .cotatie-box td.th-l-1:nth-of-type(4):before {
        content: "1 LUNA";
    }

    .cotatie-box td.th-l-2:nth-of-type(3):before {
        content: "2 LUNI";
    }

    .cotatie-box td.th-l-2:nth-of-type(3):after {
        content: "(cu decontare directa)";
        top: 18px;
        position: absolute;
        left: 50%;
        transform: translate(-50%);
        color: #0095da;
        font-size: 10px;
    }

    .cotatie-box td.th-l-2:nth-of-type(4):before {
        content: "2 LUNI";
    }

    .cotatie-box td.th-l-3:nth-of-type(3):before {
        content: "3 LUNI";
    }

    .cotatie-box td.th-l-3:nth-of-type(3):after {
        content: "(cu decontare directa)";
        top: 18px;
        position: absolute;
        left: 50%;
        transform: translate(-50%);
        color: #0095da;
        font-size: 10px;
    }

    .cotatie-box td.th-l-3:nth-of-type(4):before {
        content: "3 LUNI";
    }

    .cotatie-box td.th-l-4:nth-of-type(3):before {
        content: "4 LUNI";
    }

    .cotatie-box td.th-l-4:nth-of-type(3):after {
        content: "(cu decontare directa)";
        top: 18px;
        position: absolute;
        left: 50%;
        transform: translate(-50%);
        color: #0095da;
        font-size: 10px;
    }

    .cotatie-box td.th-l-4:nth-of-type(4):before {
        content: "4 LUNI";
    }

    .cotatie-box td.th-l-5:nth-of-type(3):before {
        content: "5 LUNI";
    }

    .cotatie-box td.th-l-5:nth-of-type(3):after {
        content: "(cu decontare directa)";
        top: 18px;
        position: absolute;
        left: 50%;
        transform: translate(-50%);
        color: #0095da;
        font-size: 10px;
    }

    .cotatie-box td.th-l-5:nth-of-type(4):before {
        content: "5 LUNI";
    }

    .cotatie-box td.th-l-6:nth-of-type(3):before {
        content: "6 LUNI";
    }

    .cotatie-box td.th-l-6:nth-of-type(3):after {
        /*content: "(cu decontare directa)";*/
        top: 18px;
        position: absolute;
        left: 50%;
        transform: translate(-50%);
        color: #0095da;
        font-size: 10px;
    }

    .cotatie-box td.th-l-6:nth-of-type(4):before {
        content: "6 LUNI";
    }

    .cotatie-box td.th-l-7:nth-of-type(3):before {
        content: "7 LUNI";
    }

    .cotatie-box td.th-l-7:nth-of-type(3):after {
        /*content: "(cu decontare directa)";*/
        top: 18px;
        position: absolute;
        left: 50%;
        transform: translate(-50%);
        color: #0095da;
        font-size: 10px;
    }

    .cotatie-box td.th-l-7:nth-of-type(4):before {
        content: "7 LUNI";
    }

    .cotatie-box td.th-l-8:nth-of-type(3):before {
        content: "8 LUNI";
    }

    .cotatie-box td.th-l-8:nth-of-type(3):after {
        content: "(cu decontare directa)";
        top: 18px;
        position: absolute;
        left: 50%;
        transform: translate(-50%);
        color: #0095da;
        font-size: 10px;
    }

    .cotatie-box td.th-l-8:nth-of-type(4):before {
        content: "8 LUNI";
    }

    .cotatie-box td.th-l-9:nth-of-type(3):before {
        content: "9 LUNI";
    }

    .cotatie-box td.th-l-9:nth-of-type(3):after {
        /*content: "(cu decontare directa)";*/
        top: 18px;
        position: absolute;
        left: 50%;
        transform: translate(-50%);
        color: #0095da;
        font-size: 10px;
    }

    .cotatie-box td.th-l-9:nth-of-type(4):before {
        content: "9 LUNI";
    }

    .cotatie-box td.th-l-10:nth-of-type(3):before {
        content: "10 LUNI";
    }

    .cotatie-box td.th-l-10:nth-of-type(3):after {
        /*content: "(cu decontare directa)";*/
        top: 18px;
        position: absolute;
        left: 50%;
        transform: translate(-50%);
        color: #0095da;
        font-size: 10px;
    }

    .cotatie-box td.th-l-10:nth-of-type(4):before {
        content: "10 LUNI";
    }

    .cotatie-box td.th-l-11:nth-of-type(3):before {
        content: "11 LUNI";
    }

    .cotatie-box td.th-l-11:nth-of-type(3):after {
        /*content: "(cu decontare directa)";*/
        top: 18px;
        position: absolute;
        left: 50%;
        transform: translate(-50%);
        color: #0095da;
        font-size: 10px;
    }

    .cotatie-box td.th-l-11:nth-of-type(4):before {
        content: "11 LUNI";
    }

    .cotatie-box td.th-l-12:nth-of-type(3):before {
        content: "12 LUNI";
    }

    .cotatie-box td.th-l-12:nth-of-type(3):after {
        /*content: "(cu decontare directa)";*/
        top: 18px;
        position: absolute;
        left: 50%;
        transform: translate(-50%);
        color: #0095da;
        font-size: 10px;
    }

    .cotatie-box td.th-l-12:nth-of-type(4):before {
        content: "12 LUNI";
    }

    .cotatie-box td.th-l-1:nth-of-type(5):before {
        content: "1 LUNA";
    }

    .cotatie-box td.th-l-1:nth-of-type(5):after {
        /*content: "(cu decontare directa)";*/
        top: 18px;
        position: absolute;
        left: 50%;
        transform: translate(-50%);
        color: #0095da;
        font-size: 10px;
    }

    .cotatie-box td.th-l-1:nth-of-type(6):before {
        content: "1 LUNA";
    }

    .cotatie-box td.th-l-2:nth-of-type(5):before {
        content: "2 LUNI";
    }

    .cotatie-box td.th-l-2:nth-of-type(5):after {
        /*content: "(cu decontare directa)";*/
        top: 18px;
        position: absolute;
        left: 50%;
        transform: translate(-50%);
        color: #0095da;
        font-size: 10px;
    }

    .cotatie-box td.th-l-2:nth-of-type(6):before {
        content: "2 LUNI";
    }

    .cotatie-box td.th-l-3:nth-of-type(5):before {
        content: "3 LUNI";
    }

    .cotatie-box td.th-l-3:nth-of-type(5):after {
        /*content: "(cu decontare directa)";*/
        top: 18px;
        position: absolute;
        left: 50%;
        transform: translate(-50%);
        color: #0095da;
        font-size: 10px;
    }

    .cotatie-box td.th-l-3:nth-of-type(6):before {
        content: "3 LUNI";
    }

    .cotatie-box td.th-l-4:nth-of-type(5):before {
        content: "4 LUNI";
    }

    .cotatie-box td.th-l-4:nth-of-type(5):after {
        /*content: "(cu decontare directa)";*/
        top: 18px;
        position: absolute;
        left: 50%;
        transform: translate(-50%);
        color: #0095da;
        font-size: 10px;
    }

    .cotatie-box td.th-l-4:nth-of-type(6):before {
        content: "4 LUNI";
    }

    .cotatie-box td.th-l-5:nth-of-type(5):before {
        content: "5 LUNI";
    }

    .cotatie-box td.th-l-5:nth-of-type(5):after {
        /*content: "(cu decontare directa)";*/
        top: 18px;
        position: absolute;
        left: 50%;
        transform: translate(-50%);
        color: #0095da;
        font-size: 10px;
    }

    .cotatie-box td.th-l-5:nth-of-type(6):before {
        content: "5 LUNI";
    }

    .cotatie-box td.th-l-6:nth-of-type(5):before {
        content: "6 LUNI";
    }

    .cotatie-box td.th-l-6:nth-of-type(5):after {
        /*content: "(cu decontare directa)";*/
        top: 18px;
        position: absolute;
        left: 50%;
        transform: translate(-50%);
        color: #0095da;
        font-size: 10px;
    }

    .cotatie-box td.th-l-6:nth-of-type(6):before {
        content: "6 LUNI";
    }

    .cotatie-box td.th-l-7:nth-of-type(5):before {
        content: "7 LUNI";
    }

    .cotatie-box td.th-l-7:nth-of-type(5):after {
        /*content: "(cu decontare directa)";*/
        top: 18px;
        position: absolute;
        left: 50%;
        transform: translate(-50%);
        color: #0095da;
        font-size: 10px;
    }

    .cotatie-box td.th-l-7:nth-of-type(6):before {
        content: "7 LUNI";
    }

    .cotatie-box td.th-l-8:nth-of-type(5):before {
        content: "8 LUNI";
    }

    .cotatie-box td.th-l-8:nth-of-type(5):after {
        /*content: "(cu decontare directa)";*/
        top: 18px;
        position: absolute;
        left: 50%;
        transform: translate(-50%);
        color: #0095da;
        font-size: 10px;
    }

    .cotatie-box td.th-l-8:nth-of-type(6):before {
        content: "8 LUNI";
    }

    .cotatie-box td.th-l-9:nth-of-type(5):before {
        content: "9 LUNI";
    }

    .cotatie-box td.th-l-9:nth-of-type(5):after {
        /*content: "(cu decontare directa)";*/
        top: 18px;
        position: absolute;
        left: 50%;
        transform: translate(-50%);
        color: #0095da;
        font-size: 10px;
    }

    .cotatie-box td.th-l-9:nth-of-type(6):before {
        content: "9 LUNI";
    }

    .cotatie-box td.th-l-10:nth-of-type(5):before {
        content: "10 LUNI";
    }

    .cotatie-box td.th-l-10:nth-of-type(5):after {
        /*content: "(cu decontare directa)";*/
        top: 18px;
        position: absolute;
        left: 50%;
        transform: translate(-50%);
        color: #0095da;
        font-size: 10px;
    }

    .cotatie-box td.th-l-10:nth-of-type(6):before {
        content: "10 LUNI";
    }

    .cotatie-box td.th-l-11:nth-of-type(5):before {
        content: "11 LUNI";
    }

    .cotatie-box td.th-l-11:nth-of-type(5):after {
        /*content: "(cu decontare directa)";*/
        top: 18px;
        position: absolute;
        left: 50%;
        transform: translate(-50%);
        color: #0095da;
        font-size: 10px;
    }

    .cotatie-box td.th-l-11:nth-of-type(6):before {
        content: "11 LUNI";
    }

    .cotatie-box td.th-l-12:nth-of-type(5):before {
        content: "12 LUNI";
    }

    .cotatie-box td.th-l-12:nth-of-type(5):after {
        /*content: "(cu decontare directa)";*/
        top: 18px;
        position: absolute;
        left: 50%;
        transform: translate(-50%);
        color: #0095da;
        font-size: 10px;
    }

    .cotatie-box td.th-l-12:nth-of-type(6):before {
        content: "12 LUNI";
    }

}


/*Forms*/

.form-control.is-invalid,
.was-validated .form-control:invalid,
.form-control.is-valid,
.was-validated .form-control:valid {
    background-image: none;
}

.custom-form:focus {
    border: 1px solid #5CAD33;
    outline: 0;
    color: #0081c5 !important;
    -webkit-box-shadow: 0 11px 14px -10px #E5ECED;
    -moz-box-shadow: 0 11px 14px -10px #E5ECED;
    box-shadow: 0 11px 14px -10px #E5ECED;

}

.contact-box label{
    color: #4A4A4A;
}
.custom-form {
    border-radius: 10px;
    /*border: 1px solid #e5eced;*/
    -webkit-box-shadow: 0 11px 14px -10px #E5ECED;
    -moz-box-shadow: 0 11px 14px -10px #E5ECED;
    box-shadow: 0 11px 14px -10px #E5ECED;
    color: #0081c5 !important;
    /*padding-left: 37px;*/
    font-size: 14px;
    border: 1px solid #A3AEC3;
}

select.custom-form {
    height: 55px;
}

select.custom-form2 {
    height: 55px;
}

textarea.custom-form {
    height: 100px;
    padding-top: 10px;
}

input.custom-form {
    height: 55px;
}
.step0.stepfirst input.submit-form-home{
    margin-bottom:0;
}
a.submit-form,
input.submit-form,
button.submit-form {
    font-size: 20px;
    font-weight: bold;
    border: 1px solid #5cad33;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: white;
    margin-top: 20px;
    padding: 8px 25px;
    color: #5cad33;
    /*width: 316px;*/
    margin-bottom: 40px;
    transition: 0.2s all ease-in-out;
    display: inline-block;
    text-align: center;
}

a.submit-form:hover,
input.submit-form:hover,
button.submit-form:hover {
    background-color: #5cad33;
    color: white;
}

.centered-radio {
    display: flex;
    height: 55px;
    align-items: center;
}

button.submit-form i.fa-arrow-right {
    position: absolute;
    right: 28px;
    top: 13px;
}

::-webkit-input-placeholder {
    /* Edge */
    font-size: 14px !important;
    color: #0081c5 !important;
}

:-ms-input-placeholder {
    /* Internet Explorer */
    color: #0081c5 !important;
    font-size: 14px !important;
}

::placeholder {
    color: #0081c5 !important;
    font-size: 14px !important;
}

.custom-check {
    display: block;
    position: relative;
    padding-left: 29px;
    padding-right: 15px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* Hide the browser's default radio button */

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


/* Create a custom radio button */

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border-radius: 50%;
    -webkit-box-shadow: -6px 7px 15px 0px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: -6px 7px 15px 0px rgba(0, 0, 0, 0.11);
    box-shadow: -6px 7px 15px 0px rgba(0, 0, 0, 0.11);
    border: 1px solid #e5eced;
}


/* On mouse-over, add a grey background color */

.custom-check:hover input ~ .checkmark {
    background-color: #fff;
}


/* When the radio button is checked, add a blue background */

.custom-check input:checked ~ .checkmark {
    background-color: #fff;
}


/* Create the indicator (the dot/circle - hidden when not checked) */

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


/* Show the indicator (dot/circle) when checked */

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


/* Style the indicator (dot/circle) */

.custom-check .checkmark:after {
    top: 8px;
    left: 8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #0095da;
}


/* The container */

.bifa-custom {
    display: block;
    position: relative;
    padding-left: 40px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.bifa-pas-trei .bifa-custom {
    margin-left: -35px;
}

@media only screen and (max-width: 992px) {
    .bifa-pas-trei .bifa-custom {
        width: 227px;
        margin: 11px auto;
    }
}


/* Hide the browser's default checkbox */

.bifa-custom input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}


/* Create a custom checkbox */

.checkmark2 {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: -6px 7px 15px 0px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: -6px 7px 15px 0px rgba(0, 0, 0, 0.11);
    box-shadow: -6px 7px 15px 0px rgba(0, 0, 0, 0.11);
    border: 1px solid #e5eced;
}


/* On mouse-over, add a grey background color */

.bifa-custom:hover input ~ .checkmark2 {
    background-color: #fff;
}


/* When the checkbox is checked, add a blue background */

.bifa-custom input:checked ~ .checkmark2 {
    background-color: #fff;
}


/* Create the checkmark/indicator (hidden when not checked) */

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


/* Show the checkmark when checked */

.bifa-custom input:checked ~ .checkmark2:after {
    display: block;
}


/* Style the checkmark/indicator */

.bifa-custom .checkmark2:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid #0081c5;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.bifa-custom.error input:not(:checked) ~ .checkmark2 {
    border: 1px solid #D0021B;
}

a.sterge-btn {
    padding: 5px 10px;
    margin-left: 10px;
    color: #D0021B;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 24px;
    text-align: center;
    transition: 0.2s all ease-in-out;

}

a.sterge-btn:hover {
    color: #990712;
}

a.continua-cuparaturile {
    font-size: 20px;
    text-decoration: none;
    color: #5cad33;
    padding: 10px;
    border-radius: 5px;
    -webkit-box-shadow: -6px 7px 15px 0px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: -6px 7px 15px 0px rgba(0, 0, 0, 0.11);
    box-shadow: -6px 7px 15px 0px rgba(0, 0, 0, 0.11);
    border: 1px solid #5cad33;
    font-weight: bold;
    transition: 0.2s all ease-in-out;
}

a.continua-cuparaturile:hover {
    background-color: #5cad33;
    color: white;
}

a.completeaza-datele {
    font-size: 14px;
    text-decoration: none;
    color: #5cad33;
    padding: 15px;
    border-radius: 5px;
    -webkit-box-shadow: -6px 7px 15px 0px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: -6px 7px 15px 0px rgba(0, 0, 0, 0.11);
    box-shadow: -6px 7px 15px 0px rgba(0, 0, 0, 0.11);
    border: 1px solid #5cad33;
    transition: 0.2s all ease-in-out;
}

a.completeaza-datele:hover {
    background-color: #5cad33;
    color: white;
}

.login-modal {
    background: rgba(255, 255, 255, 0.93);
}

button.close {
    position: absolute;
    margin: 0;
    padding: 0;
    right: -9px;
    font-size: 20px;
    color: #0095da;
    opacity: 1;
    top: 20px;
}

.login-modal .modal-content {
    background: transparent;
    border: none;
    width: 427px;
    margin: auto;
}

a.fb-login {
    width: 100%;
    background-color: #465994;
    border-radius: 7px;
    border: none;
    outline: none;
    color: white;
    -webkit-box-shadow: -6px 7px 15px 0px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: -6px 7px 15px 0px rgba(0, 0, 0, 0.11);
    box-shadow: -6px 7px 15px 0px rgba(0, 0, 0, 0.11);
    height: 55px;
    border: 1px solid #465994;
    transition: 0.2s all ease-in-out;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-menu a:hover {
    background-color: transparent;
    color: #339900;
}

.tel-menu a:hover {
    color: #0095da;
}


/*a.fb-login:hover {	background-color: white;	color: #465994;}*/

a.creeaza-cont {
    background-color: #dc4a38;
    width: 100%;
    border-radius: 7px;
    border: none;
    outline: none;
    color: white;
    -webkit-box-shadow: -6px 7px 15px 0px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: -6px 7px 15px 0px rgba(0, 0, 0, 0.11);
    box-shadow: -6px 7px 15px 0px rgba(0, 0, 0, 0.11);
    height: 55px;
    border: 1px solid #dc4a38;
    transition: 0.2s all ease-in-out;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
}

a.creeaza-cont:hover {
    background-color: white;
    color: #dc4a38;
}

.mobile-direct-debit {
    margin: 0 0 18px;
}

.header-bar-slim a.comanda-online {
    font-size: 30px;
}

.certificat .table-bordered td,
.certificat .table-bordered th {
    border: 1px solid #dee2e6;
    padding: 1px 11px;
}

.table-left {
    background-color: #f4eabc;
    margin-bottom: 0;
}

.table-right {
    background: #faeae3;
}

.certificat {
    width: 457px;
}

.certificat tr {
    font-size: 10px;
}

.marginr-auto {
    margin-right: auto;
}

.marginl-auto {
    margin-left: auto;
}

.input-group > .custom-select:not(:last-child),
.input-group > .form-control:not(:last-child) {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.input-group-addon {
    position: absolute;
    left: 23px;
    top: 13px;
}

span.alege {
    font-weight: bold;
    font-size: 14px;
    color: #5cad33;
    border: 1px solid #5cad33;
    border-radius: 5px;
    padding: 5px;
    display: inline-block;
    cursor: pointer;
}

@media only screen and (min-width: 1160px) and (max-width: 1367px) {
    span.alege {
        width: 140px;
    }
}

span.alege-span {
    display: inline-block;
    color: #0095da;
    cursor: pointer;
    font-size: 14px;
}

.v-hidden {
    display: none;
}

.cursor-pointer {
    cursor: pointer;
}

.contul-meu-table tbody td {
    text-align: center;
}

.contul-meu-table thead th {
    text-align: center;
}

.separator {
    margin-right: 180px;
}

.bordered-section {
    border-bottom: 2px solid #eeeeee;
    margin: 0 auto;
}

.shadow-box {
    -webkit-box-shadow: -6px 7px 15px 0px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: -6px 7px 15px 0px rgba(0, 0, 0, 0.11);
    box-shadow: -6px 7px 15px 0px rgba(0, 0, 0, 0.11);
    border-radius: 20px;
}

.blue-box {
    background: #0095da;
    color: #fff;
    border-radius: 20px;
}

.section-list li {
    background: url(../img/section-bullet.png) no-repeat left center;
    height: 100%;
    padding: 10px 0 10px 55px;
}

.section-list-white li {
    background: url(../img/section-bullet-white.png) no-repeat left center;
    height: 100%;
    padding: 13px 0 13px 55px;
}

.section-list-green li {
    background: url(../img/section-bullet-green.png) no-repeat left center;
    height: 100%;
    padding: 10px 0 10px 48px;
}

.asigurare a.alege-p {
    font-size: 20px;
    font-weight: bold;
    border: 1px solid #5cad33;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: white;
    margin-top: 20px;
    padding: 13px 58px;
    color: #5cad33;
    transition: 0.2s all ease-in-out;
    display: inline-block;
}

.asigurare a.alege-p:hover {
    background-color: #5cad33;
    color: white;
}

.iftwoblue a.alege-p {
    font-size: 20px;
    font-weight: bold;
    border: 1px solid #5cad33;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: white;
    margin-top: 20px;
    padding: 13px 58px;
    color: #5cad33;
    transition: 0.2s all ease-in-out;
    display: inline-block;
}

.iftwoblue a.alege-p:hover {
    background-color: #5cad33;
    color: white;
}

.green-button {
    background: #5cad33;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 8px 40px;
    outline: none;
    border: 1px solid #5cad33;
    transition: 0.2s all ease-in-out;
}

.green-button:hover {
    background-color: white;
    color: #5cad33;
}

.shadow-box .photo-card {
    /*border: 1px solid #e5eced;*/
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    /*height: 480px;*/
    background-color: #fafafa;
    position: relative;
}

.shadow-box .no-photo-card {
    border: 1px solid #e5eced;
    border-radius: 20px;
    height: 100%;
    background-color: #fafafa;
    position: relative;
}


/*.photo-card p {	padding-bottom: 13px;}*/


/*.no-photo-card p {	padding-bottom: 13px;}*/

.square-produs .box-description {
    border-radius: 0;
    height: 90px;
    z-index: 500;
}

.square-produs img {
    border-radius: 0;
}

.asig-produs-table thead {
    border-bottom: 2px solid #e5eced;
}

.asig-produs-table thead th {
    color: #0095da;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 40px;
    vertical-align: top;
}

.asig-produs-table tbody td {
    padding-top: 30px;
    padding-bottom: 30px;
}

.asig-produs-table span {
    font-size: 14px;
    color: #7f7f7f;
    font-weight: normal;
}

.asig-produs-table tr {
    border-bottom: 2px solid #e5eced;
}


/*FOOTER*/

.contact-footer {
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    background-image: url('../img/background-footer.png');
    height: 352px;
    font-size: 12px;
    padding-top: 4rem;
    line-height: 14px;
}

.contact-footer .fab {
    font-size: 30px;
    padding: 24px 0;
}

.list-inline-item {
    padding: 13px 23px;
}

#footer a {
    color: black;
}

#footer a:hover {
    text-decoration: none;
}


/*.select2-container {	visibility: hidden !important;}*/

.border-radius-10 {
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
}


/*.form-group .select2-hidden-accessible{    display: none;}*/

.select2-container--default .select2-selection--single {
    background-color: #fff !important;
    border-radius: 10px !important;
    display: flex !important;
    align-items: center !important;
    border: 2px solid #e5eced;
    -webkit-box-shadow:  0 11px 14px -10px #E5ECED !important;
    -moz-box-shadow:  0 11px 14px -10px #E5ECED !important;
    box-shadow: 0 11px 14px -10px #E5ECED !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #0081c5 !important;
    line-height: 28px;
    outline: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 16px !important;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    outline: none;
}

.destinatie-icon .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 40px !important;
}

.select2-container .select2-selection--single {
    height: 55px !important;
    outline: none;
}

.select2-container {
    width: 100% !important;
    outline: none;
    text-transform: uppercase;
}

.vehicle-from input[type="text"]{
    text-transform: uppercase;
}

select.custom-form {
    display: none;
}

select.custom-form2 {
    display: none;
}

.custom-form2 {
    border-radius: 10px;
    border: 2px solid #e5eced;
    -webkit-box-shadow: -6px 7px 15px 0px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: -6px 7px 15px 0px rgba(0, 0, 0, 0.11);
    box-shadow: -6px 7px 15px 0px rgba(0, 0, 0, 0.11);
    color: #0081c5 !important;
    /* padding-left: 37px; */
    font-size: 14px;
    outline: none;
}

.select-show {
    display: block !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    top: 25px !important;
    left: 2px !important;
}

.product-files-download a {
    color: #00a463;
    margin-top: 10px;
    display: block;
}

.blue-bullets-list ul {
    list-style-image: url('../img/small-blue-bullet.png');
}

.blue-bullets-list ul li {
    color: #0095da;
    font-size: 16px;
}

.light-grey-bg {
    background-color: #fafafa;
    border: 1px solid #e5eced;
}

.blue-bullets-list-big ul {
    padding-left: 0;
    list-style: none;
}

.blue-bullets-list-big li {
    background: url('../img/bullet-big.png') no-repeat left center;
    height: 100%;
    padding: 10px 0 10px 55px;
}


.blue-box ul {
    padding-left: 0;
    list-style: none;
}

.blue-box li {
    background: url(../img/section-bullet-white.png) no-repeat left center;
    background-size: 21px;
    height: 100%;
    padding: 5px 0 5px 31px;
    font-size: 14px;
}

.info-utile li a {
    color: #5cad33;
    text-decoration: underline;
}

.info-utile ul {
    padding-left: 0;
    list-style: none;
    padding-right: 35px;
}

.info-utile li {
    background: url(../img/section-bullet-green.png) no-repeat left center;
    height: 100%;
    padding: 10px 0 10px 48px;
}

.square-produs .content-box a {
    transition: 0.3s all ease-in-out;
    color: #fff;
}


/*.square-produs .content-box a:hover,.c-hover a:hover,.round-img-box .box-description a:hover{	} */

.active-tab.c-hover a:hover {
    color: #0095da;
}

.c-hover a:hover {
    color: #072b4f;
}

.c-hover a {
    transition: 0.3s all ease-in-out;
}

.round-img-box .box-description a {
    transition: 0.3s all ease-in-out;
    color: #fff;
}

.round-img-box .box-description a:hover {
    color: #072b4f;
}

.contact-content li {
    color: #0095da;
}

.round-img-box.square-produs:after {
    transition: 0.3s all ease-in-out;
}

.round-img-box.square-produs:hover:after {
    background-color: rgba(216, 216, 216, 0.3411764705882353);
    content: '';
    z-index: 10;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    transition: 0.3s all ease-in-out;
}

.blue-bullets-list a:hover {
    text-decoration: underline;
}

.product-files-download a:hover {
    text-decoration: underline;
}

button[aria-expanded="true"] .link-to-page {
    color: #339900;
}

.link-to-page {
    right: 10px;
}

.afterforlist:hover:after {
    background-color: rgba(216, 216, 216, 0.3411764705882353);
    content: '';
    z-index: 10;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    transition: 0.3s all ease-in-out;
}


/*TOOLTIP*/

.tooltip_templates {
    display: none;
}

.tooltipster-base {
    background-color: transparent;
    padding: 0;
}


/* This is how you would create a custom secondary theme on top of tooltipster-noir: */

.tooltipster-sidetip.tooltipster-noir.tooltipster-noir-customized .tooltipster-box {
    background: #fff;
    border: 2px solid #e5eced;
    border-radius: 20px;
    -webkit-box-shadow: -6px 7px 15px 0px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: -6px 7px 15px 0px rgba(0, 0, 0, 0.11);
    box-shadow: -6px 7px 15px 0px rgba(0, 0, 0, 0.11);
    padding: 8px;
}

.tooltipster-sidetip.tooltipster-noir.tooltipster-noir-customized .tooltipster-content {
    color: #777777;
    padding: 0;
}


/* .tooltipster-arrow-background */

.tooltipster-sidetip.tooltipster-noir.tooltipster-noir-customized .tooltipster-arrow-background {
    border: 10px solid transparent;
}

.tooltipster-sidetip.tooltipster-noir.tooltipster-noir-customized.tooltipster-bottom .tooltipster-arrow-background {
    border-bottom-color: #fff;
    left: 0;
    top: 3px;
}

.tooltipster-sidetip.tooltipster-noir.tooltipster-noir-customized.tooltipster-left .tooltipster-arrow-background {
    border-left-color: #fff;
    left: -3px;
    top: 0;
}

.tooltipster-sidetip.tooltipster-noir.tooltipster-noir-customized.tooltipster-right .tooltipster-arrow-background {
    border-right-color: #fff;
    left: 3px;
    top: 0;
}

.tooltipster-sidetip.tooltipster-noir.tooltipster-noir-customized.tooltipster-top .tooltipster-arrow-background {
    border-top-color: #fff;
    left: 0;
    top: -3px;
}


/* .tooltipster-arrow-border */

.tooltipster-sidetip.tooltipster-noir.tooltipster-noir-customized .tooltipster-arrow-border {
    border: 10px solid transparent;
    left: 0;
    top: 0;
}

.tooltipster-sidetip.tooltipster-noir.tooltipster-noir-customized.tooltipster-bottom .tooltipster-arrow-border {
    border-bottom-color: #e5eced;
}

.tooltipster-sidetip.tooltipster-noir.tooltipster-noir-customized.tooltipster-left .tooltipster-arrow-border {
    border-left-color: #e5eced;
}

.tooltipster-sidetip.tooltipster-noir.tooltipster-noir-customized.tooltipster-right .tooltipster-arrow-border {
    border-right-color: #e5eced;
}

.tooltipster-sidetip.tooltipster-noir.tooltipster-noir-customized.tooltipster-top .tooltipster-arrow-border {
    border-top-color: #e5eced;
}


/* tooltipster-arrow-uncropped */

.tooltipster-sidetip.tooltipster-noir.tooltipster-noir-customized .tooltipster-arrow-uncropped {
    position: relative;
}

.tooltipster-sidetip.tooltipster-noir.tooltipster-noir-customized.tooltipster-bottom .tooltipster-arrow-uncropped {
    top: -10px;
}

.tooltipster-sidetip.tooltipster-noir.tooltipster-noir-customized.tooltipster-right .tooltipster-arrow-uncropped {
    left: -10px;
}

.rca-vehicle .text-danger {
    /*padding-left: 10px;*/
    padding-top: 5px;
    font-size: 12px;
    text-align: center;
}

.alert.alert-danger {
    margin: 11px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}

.alert-danger {
    display: none;
}

.select-arrow {
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    -webkit-box-shadow: -6px 7px 15px 0px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: -6px 7px 15px 0px rgba(0, 0, 0, 0.11);
    box-shadow: -6px 7px 15px 0px rgba(0, 0, 0, 0.11);
}

.select-arrow:after {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #888888;
    position: absolute;
    top: 44%;
    right: 12px;
    content: "";
    z-index: 100;
}

.select-arrow select {
    width: 100%;
    position: relative;
    z-index: 1;
    background: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    padding-right: 30px;
    outline: none;
}

.select-arrow select::-ms-expand {
    display: none;
}

.custom-input label.active.focusIn {
}

a.fb-link-footer .fa-facebook-f, a.fb-link-footer .fa-instagram, a.fb-link-footer .fa-linkedin-in {
    color: white;
}

#footer a,
a.fb-link-footer .fa-facebook-f, a.fb-link-footer .fa-instagram, a.fb-link-footer .fa-linkedin-in {
    transition: 0.3s all ease-in-out;
}

#footer a:hover,
a.fb-link-footer .fa-facebook-f:hover, a.fb-link-footer .fa-instagram:hover, a.fb-link-footer .fa-linkedin-in:hover {
    color: #11ac5d;
}

#dropdownMenuButton {
    transition: 0.3s all ease-in-out;
}

#dropdownMenuButton:hover {
    color: #0095da;
}

button#dropdownMenuButton[aria-expanded="true"] {
    color: #0095da;
}


/*Account*/

a.cauta-oferte {
    border: 1px solid #5cad33;
    color: #5cad33;
}

a.cauta-oferte:hover {
    border: 1px solid #5cad33;
    color: #fff;
    background-color: #5cad33;
}

a.modifica-datele {
    color: #7b7b7b;
    border: 1px solid #7b7b7b;
}

a.modifica-datele:hover {
    color: #fff;
    border: 1px solid #7b7b7b;
    background-color: #7b7b7b;
}

a.sterge-masina {
    border: 1px solid #7b7b7b;
    color: #e21f1f;
}

a.sterge-masina:hover {
    border: 1px solid #e21f1f;
    color: #fff;
    background-color: #e21f1f;
}

.alert.alert-info {
    color: #737373;
    text-align: center;
    background: white;
    border: 2px solid #e5eced;
    background-color: #fff;
    border-color: #e5eced;
}

.alert.alert-info p {
    margin: 0;
}

.select2-container--disabled {
    opacity: 0.4;
}

.input-reseteaza-parola input {
    border-radius: 10px;
    border: 2px solid #e5eced;
    -webkit-box-shadow: -6px 7px 15px 0px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: -6px 7px 15px 0px rgba(0, 0, 0, 0.11);
    box-shadow: -6px 7px 15px 0px rgba(0, 0, 0, 0.11);
    color: #0081c5 !important;
    /* padding-left: 37px; */
    font-size: 14px;
    width: 100%;
    height: 55px;
    padding: .375rem .75rem;
    outline: none;
}

.pt-custom {
    padding-top: 1.7rem;
}

.price-padding {
    padding: 0 55px;
}

.padding-100 {
    padding-top: 100px;
}

/*#eroare{*/
/*padding-top: 90px;*/
/*margin-top: -90px;*/
/*}*/

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.scrollup {
    position: fixed;
    right: 20px;
    bottom: 50px;
    background: white;
    padding: 10px 14px;
    border: 1px solid #0095da;
    z-index: 999;
    border-radius: 50%;
    display: block;

}

ul li a.blue-box-link {
    color: white;
    text-decoration: none;
    transtion: 0.3s all ease-in-out
}

ul li a.blue-box-link:hover {
    color: #072b4f;
}

.errorborder {
    border: 1px solid red;
}

.dd-breadcrumb {
    background-color: transparent;
    padding: 10px 0;
    min-height: 40px;
    margin: 0;
}

/*MEDIA QURRIES*/

@media (min-width: 1200px) {
    .listare-servicii-comanda .box-description {
        height: 100px;
    }
}

@media (min-width: 1445px) {
    .container-fluid {
        width: 1470px;
    }
}

@media (max-width: 1700px) {

    .tab-content {
        padding: 15px 0 10px 0;
    }

    ul.last-dropdown a {
        font-size: 11px;
    }
}

@media (max-width: 1400px) {

    a.alege {
        font-size: 10px;
        padding: 11px 7px;
    }

    span.alege-span {
        font-size: 14px;
    }

    .primary-menu .nav-item {
        padding: 0 15px;
        font-size: 12px;
    }

    .stay-open:after {
        left: 50%;
        transform: translateX(calc(-50% - 86px));
    }
}

@media (max-width: 1200px) {
    .listare-servicii li {
        font-size: 14px;
    }

    .listare-servicii h3 {
        transform: translate(-50%, -50%);
        top: 36%;
        font-size: 30px;
    }

    .masini-list {
        margin: 20px auto;
    }

    .marginr-auto {
        margin-right: auto;
        margin-left: auto;
    }

    .marginl-auto {
        margin-left: auto;
        margin-right: auto;
    }

    .header-bar-homepage {
        padding-left: 50px;
        padding-right: 50px;
    }

    .pr-7 {
        padding-right: 0;
    }

    .custom-height-box {
        height: auto !important;
    }
}

@media (max-width: 992px) {
    h1 {
        font-size: 30px;
    }

    .header-bar-home a {
        font-size: 14px;
    }

    .table td,
    .table th {
        padding-left: 0;
    }

    .contul-meu-table tbody td {
        padding-top: 35px;
        border-bottom: 1px solid #c7c7c7;
    }

    .cotatie-box .contul-meu-table tbody td {
        padding-top: 35px;
        border-bottom: 1px solid transparent;
    }

    a.alege {
        font-weight: bold;
        font-size: 18px;
        color: #5cad33;
        border: 1px solid #5cad33;
        border-radius: 5px;
        padding: 6px 17px;
    }

    span.alege-span {
        display: inline-block;
        color: #0095da;
        font-size: 18px;
    }

    .contul-meu-table thead {
        border-bottom: none;
    }

    .header-bar-homepage {
        padding-left: 20px;
        padding-right: 20px;
    }

    .form-home {
        padding-bottom: 181px;
    }

    .hidden-submit {
        display: block;
        bottom: -200px;
    }

    .contact-box {
        height: 545px;
    }

    .contact-box:hover {
        height: 545px;
    }

    .asistenta-padding {
        padding-top: 30px;
    }

    .header-bar-slim a {
        font-size: 18px !important;
    }

    span.alege {
        padding: 0 16px;
    }

    .hide-m {
        display: none;
    }
}


/*@media (min-width: 992px){	.custom-height-box {    	height: 420px;	}}*/

@media (min-width: 576px) and (max-width: 992px) {
    /*.cotatie-box td.table-float {		width: 50%;		float: left;	}*/
    .cotatie-box td.width-custom {
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .label-rca-egal {
        margin-top: -10px;
        padding-bottom: 10px;
    }

    /*.data-custom:after {*/
        /*top: 56px !important;*/
    /*}*/
}

@media (min-width: 768px) {
    .listare-servicii .col-md-4,
    .listare-servicii .col-xl-4 {
        padding-right: 7px;
        padding-left: 7px;
    }

    .custom-row {
        padding-left: 8px;
        padding-right: 8px;
    }

    .masini-list {
        width: 380px;
    }
}

@media (max-width: 768px) {
    .header-bar,
    .header-bar-home,
    .header-bar-slim {
        padding-top: 3.8rem;
        padding-bottom: 1.3rem;
    }

    .row .bar-mobile {
        padding-top: 1.3rem;
    }

    .footer-mobile {
        background-color: #395572;
    }

    .contact-footer {
        background: none;
        padding-top: 2rem;
    }

    .list-inline-item {
        padding: 5px 3px;
    }

    .separator {
        margin-right: 0;
    }

    .border-mobile-header {
        border-bottom: 1px solid #eeeeee;
    }

    .border-mobile {
        border-bottom: 2px solid #eeeeee;
    }

    .listare-servicii a.text-white {
        font-size: 14px;
    }

    .header-bar-slim {
        padding-top: 1.3rem;
        padding-bottom: 1.3rem;
    }

    .row .bar-mobile-slim {
        padding-bottom: 3.8rem;
    }

    .header-icon-slim {
        bottom: -17px;
    }

    .page-404 a {
        width: 280px;
    }

    .page-404 p {
        font-size: 20px;
    }

    a.continua-cuparaturile {
        font-size: 15px;
    }

    button.submit-form {
        font-size: 16px;
    }

    .header-bar-homepage {
        padding-left: 20px;
        padding-right: 20px;
        height: 200px;
        padding-top: 67px;
    }

    .header-homepage-icon {
        top: -24px;
    }

    a.submit-form,
    input.submit-form {
        width: 250px;
        font-size: 14px;
    }

    #navbarToggleExternalContent:after {
        display: none;
    }

    .padding-100 {
        padding-top: 26px;
    }
}

@media (max-width: 576px) {
    .listare-servicii li {
        font-size: 12px;
    }

    .box-description-square {
        height: auto;
    }

    .border-mobile-serv {
        border-bottom: 1px solid #eeeeee;
    }

    button.submit-form {
        width: 250px;
    }

    a.fb-button {
        padding: 15px 40px;
        font-size: 12px;
    }

    .label-mobile-unset {
        flex-basis: unset;
    }

    button.close {
        right: 0;
    }

    .square-produs .box-description {
        height: 73px;
        font-size: 12px;
    }

    .produs-banner {
        display: none;
    }


    .shadow-box-consultatie p {
        font-size: 14px;
    }

    #navbarToggleExternalContent {
        left: 50%;
        transform: translateX(-50%);
        width: 288px;
    }

    .grey-mobile {
        color: #737373;
    }

    .contact-box {
        padding: 9px;
    }
    .navbar-mobile .menu-btn {
    font-size: 24px;
    }
}

@media (max-width: 400px) {
    .box-description {
        height: 60px;
    }

    .listare-servicii h3 {
        font-size: 20px;
    }

    #thankyou button {
        font-size: 16px;
    }

    a.alege {
        font-size: 14px;
        padding: 6px 13px;
    }

    span.alege-span {
        font-size: 14px;
    }

    .photo-card p {
        margin-bottom: 10px;
    }

    .no-photo-card p {
        margin-bottom: 10px;
    }

    .font-12-mobile/*,
    .navbar-mobile .menu-btn*/ {
        font-size: 12px;
    }
}




/*Redesign*/
.blue-light{
    color:#0081c5;
}
.green-light{
    color:#5cad33;
}
.step0 h6{
    font-weight:bold;
    font-size:20px;
}
.form-a-after,
.form-e-after{
    position: relative;
}
.form-a-after label,
.form-e-after label{
    text-align: center;
}
.form-a-after:after{
    content: '(A)';
    height: 19px;
    width: 19px;
    position: absolute;
    background-repeat: no-repeat;
    top: 44px;
    left: 16px;
    z-index: 20;
}
.form-e-after:after{
    content: '(E)';
    height: 19px;
    width: 19px;
    position: absolute;
    background-repeat: no-repeat;
    top: 44px;
    left: 16px;
    z-index: 20;
}
.step0 .contact-box{
    padding: 0
}
.step0 .bg-white {
    border-bottom: 1px solid #e5eced;
    border-top-left-radius:10px;
    border-top-right-radius:10px;
    padding: 20px 50px;
}
.step0 .bg-grey {
    border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
    padding: 20px 50px;
}
.bg-grey{
    background-color: #fafafa;
}
.bg-white{
    background-color: #fff;
}
.step0 input.submit-form-home{
    font-size:16px;
}
@media screen and (min-width: 1440px){
    .step0 .bg-grey,
    .step0 .bg-white{
        padding: 32px 130px;
    }
    .step0.stepfirst .bg-white{
        padding: 32px 130px ;
    }
}
.contact-box:hover {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.step0 .btn-light-blue{
    background-color: #0095DA;
    color: #fff;
    padding: 11px 39px;
    border:1px solid #0095DA;
}
.step0 .btn-light-green{
    background-color:   #5cad33;
    color: #fff;
    padding: 11px 39px;
    border:1px solid #5cad33;
}
.step0 .btn-light-blue:hover{
    background-color: transparent;
    color: #0095DA;
    border-color: #0095DA;
}
.step0 .btn-light-green:hover{
    background-color:   transparent;
    color: #5cad33;
}
.header-bar-slim.header-steps a {
    color: #fff;
    font-size: 30px;
    transition: 0.3s all ease-in-out;
}
.breadcrumbs-steps{
    padding:16px;
}
.breadcrumbs-steps a.breadlink{
    color:#485E88;
    background-color: #e0eff6;
    padding: 3.5px 0 4px 0;
    width: 100%;
    display: block;
    border-radius: 12px;
}
.breadcrumbs-steps a.breadlink .material-icons{
    font-size: 16px;
    line-height: 1;
}
.breadcrumbs-steps a.breadlink.valid-step{
    background-color: #339900;
    color: #fff
}
.breadcrumbs-steps a.breadlink.current-step{
    background-color: #0081c5;
    color: #fff
}
.breadcrumbs-steps p{
    color: #072B4F;
    font-size: 10px;
    line-height: 16px;
}
a.back-step{
    color: #0095DA;
    font-size: 10px;
    letter-spacing: 0;
    line-height: 16px;
    text-align: center;
    display: block;
    margin-top: 10px;
}
a.back-step .material-icons{
    font-size: 16px;
    padding-right:8px;
}
.breadcrumbs-steps a.backstep{

}
.form-steps{
    padding-top:60px;
}
.scrisoarec.material-icons{
    color: #0095DA;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 16px;
    padding-right:8px;
}
.dbox-left{
    padding:17px;
}
.info-step{
    border-radius: 10px;
    background-color: rgba(51,153,0,0.05);
    padding: 18px 16px 16px 50px;
    position: relative;
    margin-bottom:48px;
}
.info-step p{
    color: #4A4A4A;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 20px;
    margin: 0 auto;
}
.info-step a{
    color: #0095DA;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 24px;
}
.info-step .i-icon{
    background-color: #0095DA;
    border-radius: 50%;
    position: absolute;
    left: 15px;
    top: 15px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    padding: 2px 10.4px;
}
.info-talon p,
.info-utile p{
    color: #485E88;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 24px;

}
.bg-step-left{
    border: 1px solid #E5ECED;
    background-color: #fafafa;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
    box-shadow: 0 11px 14px -10px #E5ECED;
}
.bg-step-right{
    border: 1px solid #E5ECED;
    background-color: #ffff;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
    box-shadow: 0 11px 14px -10px #E5ECED;
}
.bg-step-left:after {
    content: "";
    background-image: url(../img/bgr_1bottomleft.png);
    height: 121px;
    width: 108px;
    position: absolute;
    background-repeat: no-repeat;
    bottom: 27px;
    left: -62px;
    z-index: -1;
}

.bg-step-right:after {
    content: "";
    background-image: url(../img/bgr_3topright.png);
    height: 225px;
    width: 200px;
    position: absolute;
    background-repeat: no-repeat;
    top: -56px;
    right: -52px;
    z-index: -1;
}
.step3:after {
    content: "";
    background-image: url(../img/bgr_3topright.png);
    height: 225px;
    width: 200px;
    position: absolute;
    background-repeat: no-repeat;
    top: -56px;
    right: -52px;
    z-index: -1;
}
@media screen and (max-width: 1600px){
    .bg-step-right:after,
    .bg-step-left:after{
        content: none;
    }
}
.info-talon img{
    margin-bottom:32px;
}
.hr-line{
    border: 1px solid #E5ECED;
    position: absolute;
    width:100%;
    left:0;
}
.hr-line-relative{
    border: 1px solid #E5ECED;
    width:100%;
    margin-bottom:24px;
}
.scrisoare{
    color: #0095DA;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 24px;
    padding-top:36px;
    display: block;
}
.step-box-right{
    padding: 32px 17px 0 17px;
}
.step-box-right h3,
.step3 h3{
    color: #072B4F;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 32px;
    font-weight:normal;
}

.info-completare{
    padding:25px 35px;
    border-radius: 10px;
    background-color: #F2F9FD;
    margin-bottom:32px;
    position: relative;
}
.info-completare .close-info a{
    position: absolute;
    right: 8px;
    top:8px;
    color: #4A4A4A;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 16px;
}
.info-completare p{
    color: #333333;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 24px;
    text-align: center;
}
.red-color{color: #D0021B;}
.info-required{
    /*color: #4A4A4A;*/
    font-size: 14px;
    font-style: italic;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom:32px
}

.step-box-right label{
    color: #4A4A4A;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom:0;
}
.step-box-right label.two-col-label{
    margin-bottom:10px;
}
.steps-form .row{
    margin-bottom:24px;
}
.steps-form .text-danger {
    text-align: left;
    padding-top: 10px;
}
.steps-form .padded-input,
.step0.stepfirst .padded-input{
    position: relative;
}
.steps-form .padded-input div,
.step0.stepfirst .padded-input div{
    position: absolute;
    top: 50%;
    left: 16px;
    z-index: 1;
    transform: translate(0, -50%);
    color: #999;
}
.steps-form .select2-container .select2-selection--single .select2-selection__rendered{
    padding-left:0 !important;
}
.steps-form .custom-form,
.step3 .custom-form2,
.login-box-right .custom-form,
.steps-form .select2-container--default .select2-selection--single,
.step0.stepfirst .select2-container--default .select2-selection--single{
    border: 1px solid #A3AEC3;
    border-radius: 8px;
    background-color: #FFFFFF;
    box-shadow: 0 11px 14px -10px #E5ECED !important;
    padding-left: 50px;
    position: relative;

}
 .steps-form .custom-form:focus,
 .step3 .custom-form2:focus,
 .login-box-right .custom-form:focus,
 .steps-form .select2-container--default .select2-selection--single:focus{
     border: 1px solid #5cad33;

 }
.steps-form.step2 .custom-form,
.step3 .custom-form2,
.login-box-right .custom-form,
.steps-form.step2 .select2-container--default .select2-selection--single{
    padding-left:16px;
    padding-right:16px;
    padding-top:16px;
    padding-bottom:16px;
}
.steps-submit .submit-form{
    margin: 16px 0;
    background-color: #0095DA;
    color: white;
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 24px;
    text-align: center;
    border: none;
    padding: 12px 28px;
    width:auto;;
}
.grey-bg-submit{
    background-color: #fafafa;
}
@media screen and (min-width: 768px){
    .form-steps {
        margin-bottom: 0;
        padding: 60px;
    }
}

.steps-submit span{
    color: #2D2D2D;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 24px;
    position: absolute;
    top:50%;
    left: -29px;
    transform:translate(0, -50%);
}



/* The container */
.radio-custom {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-right:24px;
}

/* Hide the browser's default radio button */
.radio-custom input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmarksteps {
    position: absolute;
    top: 0;
    left: 0;
    height: 24px;
    width: 24px;
    background-color: #fff;
    border-radius: 50%;
    border:1px solid #4FB84F;
}
.checkmarkstepsnew {
    position: absolute;
    top: 0;
    left: 0;
    height: 24px;
    width: 24px;
    background-color: #fff;
    border-radius: 50%;
    border:1px solid #4FB84F;
}
.steps-form .row.mb-32{
    margin-bottom:32px;
}
/* When the radio button is checked, add a blue background */
.radio-custom.active ~ .checkmarksteps {
    background-color: #fff;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radio-custom .checkmarksteps:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-custom.active .checkmarksteps:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radio-custom .checkmarksteps:after {
    top: 3px;
    left: 3px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #4FB84F;
}


.steps-form.step2 h3{
    padding:32px 0 24px 0;
    color: #072B4F;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 32px;
}

/*STEPS CHECKMARK*/


/* When the radio button is checked, add a blue background */
.radio-custom input:checked ~ .checkmarkstepsnew {
    background-color: #fff;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmarkstepsnew:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-custom input:checked ~ .checkmarkstepsnew:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radio-custom .checkmarkstepsnew:after {
    top: 3px;
    left: 3px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #4FB84F;
}
/*END STEPS CHECKMARK*/


.checksteps {
    display: block;
    position: relative;
    padding-left: 39px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.checksteps input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.bifasteps {
    position: absolute;
    top: 0;
    left: 0;
    height: 24px;
    width: 24px;
    border: 1px solid rgba(72,94,136,0.5);
    border-radius: 4px;
    background-color: #FFFFFF;
    box-shadow: 0 2px 4px -1px #E5ECED;
}



/* When the checkbox is checked, add a blue background */
.checksteps input:checked ~ .bifasteps {
    background-color: #4FB84F;
    border:2px solid #4FB84F;
}

/* Create the checkmark/indicator (hidden when not checked) */
.bifasteps:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checksteps input:checked ~ .bifasteps:after {
    display: block;
}

/* Style the checkmark/indicator */
.checksteps .bifasteps:after {
    left: 8px;
    top: 3px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}






.step-box-right .steps-data-start{
    color: #4A4A4A;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 24px;

    margin-bottom:16px;
 }

.optional-sofer-pf,
.optional-sofer-pj{
    color: #485E88;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 17px;
    margin-bottom:0;
}
.optional-sofer-pf span,
.optional-sofer-pj span{
    font-size: inherit;
    color: #dc3545!important;
    display: none;
}
.steps-form.step2 .data:after {
    content: "";
    background-image: url(../img/data-icon.png);
    height: 21px;
    width: 19px;
    position: absolute;
    background-repeat: no-repeat;
    top: 16px;
    right: 16px;
    z-index: 20;
    left: unset;
}
.steps-form.step2 .data-custom-icon:after {
    content: "";
    background-image: url(../img/data-icon.png);
    height: 21px;
    width: 19px;
    position: absolute;
    background-repeat: no-repeat;
    top: 16px;
    right: 30px;
    z-index: 0;
    left: unset;
}
.steps-form.step2 .data.data-no-icon:after{
    content: none;
}
.steps-form.step2 .data.data-no-icon input{
    background-color: transparent;
    z-index:1;
    cursor: pointer;
}
.checksteps.steps-acorduri{
    color: #4A4A4A;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom:0;
}

.flexalign{
    display: flex;
    align-items: center;
    justify-content:flex-end;
}
.info-utile-steps ul{
    padding-left:18px;
    padding-bottom:30px;
}
.info-utile-steps ul li{
    padding-left:10px;
    padding-bottom:20px;
}
.sumar-auto{
    background-color:#fff;
    padding:15px;
    box-shadow: 0 0 24px -8px rgba(74,74,74,0.32);
    border-top-left-radius:10px;
    border-top-right-radius:10px;
}
.sumar-auto .s-row,
.sumar-auto .sc-row{
    position: relative
}
.sumar-auto .sc-row{
    margin-bottom:16px;
}
.sumar-auto .s-row span{
    color: #000000;
    font-size: 11px;
    letter-spacing: 0;
    line-height: 22px;
    position: absolute;
    left: 0;
}
.preloader-quotes{
    height:100px;
    display: none;
}
.sumar-auto .s-row p{
    margin-bottom: 0;
    color: #000000;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 22px;
    padding-left: 35px;
}
.sumar-auto .sc-row p{
    padding-left: 25px;
    margin-bottom: 0;
    color: #072B4F;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 24px;
}
.sumar-auto .sc-row span{
    color: #485E88;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 16px;
    position: absolute;
    left: 0;
    top:2px;
}
.checkout-steps .sumar-auto{
    padding:24px;
    margin-bottom:16px;
}
.mt-16{
    margin-top:16px;
}
/*LOGIN*/
.login-new{
    margin-bottom:60px;
    margin-top:60px;
}
.login-new h1{
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 32px;
    text-align: center;
}
.login-box-left{
    padding: 32px 50px;
}
.login-box-right{
    padding: 32px 17px 0 17px;
    overflow: hidden;
}
.login-box-right .fb-login-title:before{
    width:100vw;
}
.login-box-right .fb-login-title .text{
    color: #4a4a4a;
}
.login-box-right .form-group{
    margin-bottom:0;
}
.mb-24{
    margin-bottom:24px;
}
.mt-24{
    margin-top:24px;
}
.mb-32{
    margin-bottom:32px;
}
.pt-32{
    padding-top:32px;
}
.pt-24{
    padding-top:24px;
}
.mt-32{
    margin-top: 32px;
}
.my-24{
    margin-bottom:24px;
    margin-top:24px;
}
.login-box-right .btn-light-green,
.login-box-left .btn-light-green,
.login-box-right .btn-light-blue,
.login-box-left .btn-light-blue,
a.fblog{
    margin-top:32px;
    margin-bottom:32px;
}
.login-box-right label{
    margin-bottom:0;
}

.bcumb  .dd-breadcrumb {
    padding:  10px 0 0 50px;
}
.login-box-right .btn-light-green,
.login-box-left .btn-light-green,
.login-box-right .btn-light-blue,
.login-box-left .btn-light-blue{
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 24px;
    text-transform: uppercase;
    -webkit-box-shadow: none ;
    -moz-box-shadow: none;
    box-shadow: none ;
}


/*STEP 3*/
.step3{
    margin:55px;
    position: relative;
}
.step3table{
    padding: 32px 24px 60px 24px;
}
.step3 .alege-perioada p{
    margin-right:30px;
}
.step3 .select-arrow{
    overflow: unset;
    width:200px;
    margin-right:30px;
    -webkit-box-shadow: none ;
    -moz-box-shadow: none ;
    box-shadow: none ;
    margin-bottom:30px;

}
.step3 a.completeaza-datele{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.ctable{
    padding-bottom:30px;
    border-bottom:1px solid #E5ECED;
    padding-top:30px;
    position: sticky;
    top: 0;
    background: white;
    z-index: 99;
}
.fblog i{
    font-size: 24px;
    letter-spacing: 0;
    line-height: 24px;
    text-align: center;
    padding-right: 8px;
}
.step3 .ctable h3{
    color: #072B4F;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 27px;
    text-align: center;
    margin-bottom:0;
}
.step3 .ctable p.theadp{
    color: #868686;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 20px;
    text-align: center;
    display: inline-block;
    margin-bottom:0;
}
.step3 .quote-cotatie{
    margin-bottom:30px;
    margin-top:10px;
    color: #8A8A8A;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 19px;
    text-align: center;
}
.step3 .quote-price{
    color: #0095DA;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 27px;
    text-align: center;
}
.step3 .alege-label{
    color: #339900;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 19px;
    text-align: center;
    margin-bottom:0;
}
.quote-row{
    padding-top:32px;
    padding-bottom:32px;
}
p.details-empty{
    margin-bottom:0;
    display: inline-block;
    color: #0095DA;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 24px;
    text-align: center;
    text-decoration: underline;
    cursor: pointer;
}
.quote-row .noresults-retry {
    color: #485E88;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 24px;
    text-align: center;
    margin-bottom:5px;
}
.quote-row .noresults-comision {
    color: #8A8A8A;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 19px;
    text-align: center;
    margin-bottom:8px;
}
.quote-row .noresults-price {
    color: #8A8A8A;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 27px;
    text-align: center;
    margin-bottom:10px;
}

.focused-row{
    -webkit-box-shadow: -1px 2px 28px 0px rgba(229,236,237,1);
    -moz-box-shadow: -1px 2px 28px 0px rgba(229,236,237,1);
    box-shadow: -1px 2px 28px 0px rgba(229,236,237,1);
    border-radius: 10px;
}
.quote-links{
    color: #339900;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 19px;
    text-align: center;
    text-decoration: underline;
}
.quote-agreement .quote-links{
    color: #0095DA;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 19px;
    text-align: center;
    text-decoration: none;
}
.quote-row .dec-direct .tooltip-decontare {
    margin-top: 5px;
}

.quote-row[data-price="9999999"] .quote-agreement {
    display: none;
}
.quote-row .quote-agreement {
    z-index: 1;
    margin-top: 32px;
    border: 1px solid #E5ECED;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.quote-agreement{
    display: none;
}


.quote-row .quote-btn{
    color: #FFFFFF;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 24px;
    text-align: center;
    background-color: #0095DA;
    border-radius: 8px;
    padding: 12px 31px;
    display: inline-block;
    margin:16px;
    cursor: pointer;
}
.quote-row .empty-line{
    width: 14px;
    border-bottom: 1px solid #0095DA;
    display: inline-block;
    margin-bottom: 4px;
}
.quote-row .mobile-direct-debit {
    margin: 0 0 8px;
}
.quote-row .lunim6,
.quote-row .lunim12{
    text-align: center;
}
.quote-row .lunim121,
.quote-row .lunim62,
.quote-row .lunim122,
.quote-row .lunim63,
.quote-row .lunim64,
.quote-row .lunim124{
    display: none;
}
.quote-row .luni-mobile{
    text-align: center;
}
.quote-row .luni-mobile h3,
p.quotes-empty{
    color: #072B4F;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 24px;
    text-align: center;
    margin-bottom:16px;
    margin-top:22px;
}
.right-carte-verde{
    position: absolute;
    bottom:10px;
}



.extend-bread {
    position: relative;
    width: 40px;
    height: 40px;
    cursor: pointer;
    margin: 16px auto;
    z-index: 100;
}
.extend-bread .icon-extend{
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 16px;
    background: #0095DA;
    border-radius: 50%;
    padding: 12px;
    z-index: 2;
}
.extend-bread p a,
.extend-bread p a:hover{
    color: #fff;
}
.extend-bread p{
    color: #FFFFFF;
    font-size: 11px;
    letter-spacing: 0;
    line-height: 16px;
    padding: 12px 0 12px 40px;
}
.extend-bread p .material-icons{
    position: absolute;
    right: 9px;
    top: 50%;
    transform: translate(0,-50%);
    font-size: 16px;
}

.extend-bread-box{
    width: 210px;
    background: #0095DA;
    position: absolute;
    z-index: 1;
    border-radius: 20px;
    height: 40px;
    display: none;
    top: 0;
    left: 0;
}
.extend-bread.green-extend .icon-extend,
.green-extend .extend-bread-box{
    background: #339800;
}




/*CART*/
.cart-box{
    margin-top: 60px;
    margin-bottom: 60px;
}
.cart-box .steps-submit span{
    color: #2D2D2D;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 24px;
    position: static;
    top:unset;
    left:unset;
    transform: none;
    display: inline-block;
}
.cart-box .steps-submit .submit-form{
    margin: 16px;
}
.cart-box .cart-next{
    border: 1px solid #E5ECED;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.cart-box-back-wrapper a{
    color: #0095DA;
    font-size: 14px;
    letter-spacing: 0.88px;
    line-height: 24px;
    text-align: center;
    display: flex;
    align-items:center;
    justify-content:center;
    margin: 23px 0 60px 0;
}
.cart-box-back-wrapper a span{
    display: inline-block;
    font-size: 24px;
    margin-right: 16px;
}
.cart-box .cap-tabel{
    margin:30px 30px 0 30px ;
}
.col-actions,
.col-detalii-prop,
.col-perioada,
.col-asigurator,
.col-pret,
.col-select-item{
    padding: 24px 0;
}
.cart-box h3{
    color: #072B4F;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 32px;
    margin:30px 30px 0 30px;
}
.hr-line-static {
    border: 1px solid #E5ECED;
    position: static;
    width: 100%;
    left: 0;
    /*margin: 0 30px;*/
}
.cart-box .cart-name{
    color: #485E88;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: 8px;
    text-transform: uppercase;
}
.cart-box .cart-prod{
    color: #485E88;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom:0;
}
.cart-box .type-of-rca{
    color: #868686;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 20px;
    /*text-align: center;*/
    margin-bottom:10px;
}
.cart-box .cart-box-price{
    color: #0095DA;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 27px;
    text-align: center;
}
.cart-box .cart-check{
    background-color:#fafafa;
    border-left: 1px solid #E5ECED;
}
.cart-box-paper .cart-row{
    border-radius: 8px;
    background-color: #FFFFFF;
    box-shadow: 0 0 24px -8px rgba(74, 74, 74, 0.32);
    margin: 30px;
}
.cart-box .checksteps {
    padding-left: 22px;
}
.cart-box a.sterge-btn {
    margin-left: 20px;
    margin-right:32px;
    color: #D0021B;
    font-size: 24px;
    letter-spacing: 0;
    line-height: 24px;
    text-align: center;
    transition: 0.2s all ease-in-out;
}
.cart-box .cart-edit{
    color: #0095DA;
    font-size: 24px;
    letter-spacing: 0;
    line-height: 24px;
    text-align: center;
    z-index: 1;
    position: relative;
}

/*Green info*/
.cart-box .green-cart{
    background-color:rgba(126,211,33,0.3);
    border-top:1px solid #E5ECED;
}
.cart-box .green-cart p{
    margin-top:16px;
    margin-bottom:16px;
    color: #417505;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 24px;
    text-align: center;
}
/*Yellow info*/
.cart-box .yellow-cart{
    background-color: rgba(248,231,28,0.3);
    border-top:1px solid #E5ECED;
}
.cart-box .yellow-cart p{
    margin-top:16px;
    margin-bottom:16px;
    color: #8B572A;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 24px;
    text-align: center;
}
/*Grey cart*/
.cart-box .grey-cart{
    background-color: #FAFAFA;
    border-top:1px solid #E5ECED;
}
.cart-box .grey-cart p{
    margin-top:16px;
    margin-bottom:16px;
    color: #D0021B;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 24px;
    text-align: center;
}
.cart-pret{
    display: flex;
    justify-content: center;
    align-items: center;
}

.col-actions{
    display: flex;
    align-items:center;
}


/*CHECKOUT*/
.checkout-steps .scrisoare {
    padding-top: 46px;
}
.checkout-steps .dbox-left {
    padding: 17px 17px 44px 17px;
}
.checkout-steps .info-completare {
     margin-top: 30px;
 }

.checkout-steps .info-completare p{
    color: #4A4A4A;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 32px;
    text-align: center;
}
.checkout-steps .info-completare span{
    color: #339900;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 32px;
    text-align: center;
}
.checkout-steps .info-required{
    color: #4A4A4A;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 32px;
    font-style: normal;
}
.checkout-steps .steps-form .select2-container--default .select2-selection--single{
    padding: 16px;
}
.checkout-steps .steps-form .custom-form{
    padding: 16px;
}
.py-32{
    padding: 32px 0;
}
.checkout-steps .checkout-icon-fin{
    color: #072B4F;
    padding-right:14px;
}

.checkout-steps .info-talon p.infotitle,
.checkout-steps .info-talon a.infotitle{
    color: #072B4F;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 32px;
}
.checkmarksteps:hover,
.bifasteps:hover,
.checkmarkstepsnew:hover{
    background: rgba(79, 184, 79, 0.12941176470588237);
}
.sumar-icon.material-icons,
.example-icon,
.info-utile-steps p span.material-icons{
    padding-right:8px;
    font-size:16px;
}
.checkout-steps .breadcrumbs-steps a.breadlink {
    padding: 3.5px 0 0px 0;
}

.other-car-step1{
    margin-bottom:48px;
}
.other-car-step1 label{
    margin-bottom:16px;
}
.other-car-step1 .select2-container--default .select2-selection--single{
    box-shadow: 0 11px 14px -10px #E5ECED !important;
    -moz-box-shadow: 0 11px 14px -10px #E5ECED !important;
    -webkit-box-shadow: 0 11px 14px -10px #E5ECED !important;
}

.step1-other-car-btn{
    outline:none;
    background-color: #339900;
    color: #FFFFFF;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 24px;
    text-align: center;
    padding: 12px 31px;
    border-radius: 8px;
    border: none;
    transition: 0.2s all ease-in-out;
}
.step1-other-car-btn:hover{
    background-color: #0095DA;
}

.toggle-password2,
.toggle-password{
    position: absolute;
    top: 38%;
    right: 15px;
    cursor: pointer;
}
.account-dropdown button span{
    color: #0396da;
    margin-right:17px;
}
.account-dropdown .btn{
    padding: 26px;
}
.tel-menu,
.muser-icon {
    color:#0396da;
    position: relative;
}
.account-dropdown .dropdown-toggle::after {
    display: inline-block;
    margin-left: 1.255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid #4A4A4A;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}
.account-dropdown{
    transition: 0.3s all ease-in-out;
}
.account-dropdown:hover,
.account-dropdown.show{
    border-radius: 8px;
    background-color: #FFFFFF;
    box-shadow: 0 0 24px -8px rgba(74,74,74,0.32);
}
.account-dropdown #dropdownMenuButton:hover {
    color: #4A4A4A;
}
.account-dropdown .dropdown-menu{
    border-radius: 8px;
    background-color: #FFFFFF;
    box-shadow: 0 12px 24px -6px rgba(74,74,74,0.32);
    border: none;
    width: 100%;
    margin: 0;
    border-top: 1px solid #e5eced;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.navbar .account-dropdown a.dropdown-item{
    color: #4A4A4A;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 24px;
    padding: 0.7rem 1.9rem;
    transition: 0.3s all ease-in-out;
}
.navbar .account-dropdown a.dropdown-item:hover {
    background-color: #fafafa;
}
.nr-cos.active-cos:after{
    content: '';
    background-color: #D0021B;
    border-radius: 50%;
    padding-left: 4px;
    position: absolute;
    left: 7px;
    top: 49%;
    transform: translate(0, -50%);
    width: 16px;
    height: 16px;
    color: white;
    font-size: 11px;
}
.nr-cos  p{
    display: none;
}
.nr-cos.active-cos p{
    position: absolute;
    left: 12px;
    top: 49%;
    transform: translate(0, -50%);
    color: white;
    font-size: 11px;
    z-index:1;
    display: inline-block;
}
.account-dropdown button#dropdownMenuButton[aria-expanded="true"],
.account-dropdown button#dropdownMenuButton {
    color: #4A4A4A;
    font-family: "Open Sans";
    font-size: 14px;
    letter-spacing: 0;
    line-height: 24px;
}
.account-dropdown button#dropdownMenuButton[aria-expanded="true"]{
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.account-dropdown button span{
    position: relative;
}
.account-dropdown button.active-notification span:after,
.active-notification .muser-icon:after{
    content: "";
    position: absolute;
    width:8px;
    height:8px;
    background: #D0021B;
    top:-4px;
    right:-4px;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;;
}
.soc-leasing-client{
    display: none;
}
.error-list{
    list-style: none;
    padding:0;
}
.error-list li {
    padding: 5px;
    font-size: 16px;
}
.empty-quote-tool{
    width:150px;
    font-size:12px;
}
.col-one-quotes,
.col-two-quotes{
    width:100%;

}
.breadcrumbs-steps .col-4{
    padding-left: 5px;
    padding-right: 5px;
}
.step3.spte-checkout:after{
    content: unset;
}
/*Datepicker*/
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover,
.datepicker table tr td span.new,
.datepicker table tr td span.year + span.year.new.disabled{
    color: #ccc!important;
}

.datepicker table tr td span.year + span.year.new{
    color: #444!important;
}

.datepicker table tr td span.year + span.year.new.active{
    color: #fff!important;
}
p.loading-text{
    position: absolute;
    left: 50%;
    top: 64%;
    transform: translate(-50%, -50%);
    color: #0095da;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 24px;
}
.ftr-special{
    width:55px;
}

.info-fin{
    color: #072B4F;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 32px;
}





.finalizare-utile ul{
    padding-inline-start: 20px;
}



@media screen and (min-width: 992px){
    .vertical-border {
        position: absolute;
        border: 1px solid #E5ECED;
        height: 100%;
        right: 33%;
        top: 0;
    }
    .col-one-quotes{
        float: left;
        width:6%;
    }
    .col-two-quotes{
        float: left;
        width:94%;
    }
    .padded-60{
        padding: 0 60px;
    }
}
@media screen and (min-width: 768px){
    .dbox-left.sticky-box{
        position: sticky;
        top: 0;
    }
}
@media screen and (min-width: 768px) and (max-width: 992px){
    .sumar-auto .s-row p{
        font-size:8px;
        padding-left: 22px;
    }
    .sumar-auto .s-row span{
        font-size:8px;
    }


}
@media screen and (min-width: 992px){
    .quote-row .luni-mobile{
        display: none;
    }
}
@media screen and (max-width: 1500px){
    .cart-box:before{
        content: none;
    }
}
@media screen and (max-width: 1200px){
    .step3 {
        margin: 50px 0;
    }
    .cart-box a.sterge-btn {
        margin-right: 0px;
    }
    .step3:after{
        display: none;
    }
}
@media screen and (max-width: 992px){
    .flexalign{
        justify-content:start;
    }
    .step-box-right label,
    .login-box-right label{
        margin-bottom:8px;
    }
    .quote-agreement .checksteps.steps-acorduri{
        margin-top:16px;
    }
    .quote-row {
        border-bottom: 1px solid #E5ECED;
    }
    /*.mcontainer{
        padding-left:0;
        padding-right:0;
    }*/
    .step3table {
        padding: 32px 15px 0 15px;
    }
    .alignflex-mobile{
        display: flex;
        align-items: center;
        justify-content:center;
    }
    .step3 .select-arrow{
        margin-bottom:0;

    }
    .step3 .alege-perioada p {
        margin-top: 16px;
    }
    .step3 .info-step {
        margin-bottom: 16px;
    }
    .step3 .scrisoare {
        padding-top: 16px;
    }
    .cart-pret{
        justify-content: flex-start;
    }
    .col-detalii-prop{
        padding:20px 16px;
    }
    .col-perioada{
        padding: 0 16px 16px 16px;
    }
    .col-pret{
        padding: 0 16px 16px 16px;
    }
    .col-asigurator{
        padding:0;
    }
    .col-actions{
        display: block;
        padding:20px;
        text-align: right;;
    }
    .col-actions a.cart-edit{
        display: block;
        text-align: right;
        margin-top: 30px;
        margin-right: 6px;
    }
    .col-asigurator{
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    .cart-box h3 {
        margin: 24px 0 0 0;
    }
    .cart-box {
        margin-top: 24px;
        margin-bottom: 60px;
    }
    .col-select-item{
        padding:16px 0 ;
    }
    .cart-box .cart-check {
        border-left: none;
        border-top: 1px solid #E5ECED;
    }
    .cart-box-product,
    .cart-box .type-of-rca{
        margin-bottom:0;
    }
    .cart-box .green-cart,
    .cart-box .yellow-cart,
    .cart-box .grey-cart{
        border-top: 1px solid #E5ECED;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius:10px ;
    }
    .cart-box-back-wrapper a {
        margin: 24px 0 32px 0;
    }
    .col-two-quotes,
    .col-one-quotes{
       border-radius: 0;

    }
    .fill-outside-2:before {
        display: none;
    }

}
@media screen and (max-width: 768px){
    .info-talon{
        display: none;
    }
    .step1 .info-talon{
        display: block;
    }
    .info-utile-steps ul{
        padding-bottom:10px;
    }
    .header-steps.col-12{
        padding-left:0;
        padding-right:0;
    }
    .breads .container-fluid{
        display: flex;
        align-items: center;
        justify-content:center;
    }
    .breads .container-fluid .dd-breadcrumb{
        padding:16px 0 0 0 ;
    }
    .form-steps {
        padding-top: 24px;
    }
    .dbox-left {
        padding: 9px 9px 16px 9px;
    }
    .breadcrumbs-steps .col-4,
    .breadcrumbs-steps .col-6{
        padding-left: 3.5px;
        padding-right: 3.5px;
    }
    .info-step {
        margin-bottom: 16px;
    }
    .scrisoare {
        padding-top:16px;
    }
    .step-box-right {
        padding: 16px 9px 0 9px;
    }
    .step-box-right h3 {
        text-align: center;
    }

    .steps-form .row {
        margin-bottom: 16px;
    }

    .info-required,
    .info-completare{
        margin-bottom:16px;
    }

    .steps-form .row.mb-32 {
        margin-bottom: 24px;
    }
    .login-box-right .btn-light-green, a.fblog {
        margin-top: 24px;
        margin-bottom: 24px;
    }
    .login-new{
        margin-bottom:40px;
        margin-top:24px;
    }
    .bcumb  .dd-breadcrumb {
        padding:  10px;
    }
    .bcumb .container-fluid{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .quote-row .mobile-direct-debit{
        color: #868686;
        font-size: 11px;
        font-weight: bold;
        letter-spacing: 0;
    }
    .step3 .quote-price{
        font-size: 18px;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 24px;
    }
    .step3 .quote-cotatie {
        font-size: 12px;
        letter-spacing: 0;
        line-height: 16px;
    }
    .bm,
    .quote-agreement .quote-links,
    .checksteps.steps-acorduri{
        font-size:11px;
    }
    .quote-row .noresults-price{
        font-size: 18px;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 24px;
    }
    .quote-row .noresults-comision{
        font-size: 12px;
        letter-spacing: 0;
        line-height: 16px;
    }
    .quote-row .noresults-retry{
        font-size: 12px;
        letter-spacing: 0;
        line-height: 16px;
    }
    .step3 .custom-form2{
        padding-right: 38px;
    }
    .step3 .select-arrow {
        margin-right:14px;
    }
    .checkout-steps .info-talon {
        display: block;
    }

    .checkout-steps .dbox-left {
        padding: 17px;
    }
    .checkout-steps.finalizare-steps .dbox-left {
        padding:0 17px;
    }
    .checkout-steps.finalizare-steps{
        padding-top:0;
    }

    .checkout-steps .scrisoare {
        padding-top: 35px;
    }
    .checkout-steps .step-box-right {
        padding: 16px 17px 0 17px;
    }
    .contact-box input.submit-form-home{
        margin-top:8px;
        margin-bottom:8px;
    }
    .footer-icons img{
        display: block;
        margin: 0 auto;
        padding-bottom: 10px;
    }
    .border-right-footer{
        border-right:1px solid #eeeeee;
    }
    .ftr-special{
        width:45px;
    }
    .bg-step-left {
        border-top-left-radius: 16px;
        border-top-right-radius: 16px;
        border-bottom-left-radius: 0;
        box-shadow: 0 11px 14px -10px #E5ECED;
    }
    .bg-step-right {
        border-top-right-radius: 0;
        border-bottom-right-radius: 16px;
        border-bottom-left-radius: 16px;
        box-shadow: -1px -1px 29px -5px #E5ECED;
    }
    .bg-step-right .grey-bg-submit {
        background-color: #fafafa;
        border-right: 1px solid #eeeeee;
        border-bottom-right-radius: 16px;
        border-bottom-left-radius: 16px;
    }
    .checkout-steps.finalizare-steps .info-completare {
        margin-top: 0px;
        padding: 10px 35px;
    }
    .finalizare-utile ul{
        padding-inline-start: 20px;
    }


}
@media screen and (max-width: 576px){
    .mb-16-mobile{
        margin-bottom: 16px;
    }
    .step0.stepfirst .bg-white,
    .step0.stepfirst .bg-grey{
        padding: 16px;
    }
    .step3 .select-arrow{
        width:auto;
    }
    .checksteps.steps-acorduri,
    .quote-agreement .quote-links{
        line-height:20px;
    }
    .cart-box-paper .cart-row {
        margin: 30px 16px;
    }
    .nr-cos:after {
        left: 4px;
        top: 50%;
    }
    .nr-cos p {
        left: 9px;
        top: 50%;
    }
    p.loading-text{
        font-size:16px;
    }
    .step3 {
        margin: 15px 0;
    }


}
@media screen and (min-width: 576px){
    .modal-dialog.modal-smaller {
        max-width: 40vw !important;
    }
}
@media screen and (max-width: 460px){
    .sumar-auto .s-row p{
        font-size:8px;
        padding-left: 20px;
    }
    .sumar-auto .s-row span{
        font-size:8px;
    }
    .step0.stepfirst .btn-light-blue {
        padding: 11px 15px;
    }

}
@media screen and (max-width: 400px){
    .quote-links{
        font-size:10px;
    }
}
@media screen and (max-width: 370px){
    .step3 .custom-form2 {
        padding-right: 27px;
    }
    .step3 .select-arrow {
        margin-right: 1px;
    }
    .cart-box .steps-submit span{
        margin-top:16px;
    }
}
@media screen and (max-width: 340px){

    .quote-row .mobile-direct-debit {
        font-size: 10px;
    }
}