/* WRITE YOUR CUSTOM CSS CODE. THIS WILL NOT BE DELETED ON UPDATE. */
.builder-row .c-form .container {
    padding: 0;
}


@media (min-width: 576px) {

    .container,
    .container-sm {
        max-width: 540px;
    }

}

@media (min-width: 768px) {

    .container,
    .container-sm,
    .container-md {
        max-width: 720px;
    }

}

@media (min-width: 992px) {

    .container,
    .container-sm,
    .container-md,
    .container-lg {
        max-width: 960px;
    }

}


@media (min-width: 1440px) {

    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
        max-width: 1400px;
    }

}

@media (min-width: 1200px) {

    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
        max-width: 1140px;
    }

}

@media (min-width: 1344px) {

    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
        max-width: 1300px;
    }

}





a {
    color: #00224f;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

b,
strong {
    font-weight: 600;
}

html {
    font-size: 15px;
}

body {
    font-size: 17px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    color: #444;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-weight: 600;
}

.form-control:focus,
.form-control:focus-visible {
    color: #111;
    border-color: #0099C3;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.btn {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-weight: 600;
    padding: 1rem 2rem;
    box-shadow: none !important;
}

.btn-primary {
    color: #fff;
    background-color: #ec1c24;
    border-color: #ec1c24;
}

.btn-primary:hover {
    color: #fff;
    background-color: #a70208;
    border-color: #a70208;
}

.top-bar {
    position: absolute;
    background: #1a3177;
    color: #fff;
    padding: 1rem 0;
    z-index: 5000;
    width: 100%;
    font-size: 1rem;
}

.top-bar a,
.top-bar i {
    color: #fff;
}

.col-top-bar {
    padding-left: 1rem;
    padding-right: 1rem;
}

.col-top-bar i {
    margin-right: 0.5rem;
}
ul {
    padding-left: 0;
    list-style-position: inside;
}

.navbar-brand {
    display: flex;
    flex-direction: column;
}

.navbar-brand span {
    text-align: center;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-top: 5px;
}

header {
    position: fixed;
    top: 53px;
    width: 100%;
    z-index: 1000;
    background-color: #fff;
    transition: 0.5s cubic-bezier(.22, .82, .56, .97);
}

.scrolled-top header {
    top: 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

.logo {
    max-height: 100px;
    transition: 0.5s cubic-bezier(.22, .82, .56, .97);
}

.scrolled-top .logo {
    max-height: 60px;
}

#main-navbar .main-nav-item {
    margin-right: 1em;
}

#main-navbar .nav-link {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.3px;
}

#main-navbar .active>.nav-link {
    color: #ec1c24;
}

#main-navbar .toggle-menu {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

#main-navbar .dropdown-menu {
    background: #0099C3;
    left: -60px;
}

#main-navbar .dropdown-menu a {
    color: #fff;
    transition: 0.2s;
    width: 195px;
}

#main-navbar .dropdown-menu a:hover {
    color: rgba(255, 255, 255, 0.7);
}

#main-navbar .dropdown-menu.collapsing {
    display: block;

}
.gj-datepicker .btn {
        padding: 0;
}
.personType,
.personDocument{
    margin-top: 1rem;
}
.cards_outer_container .row > div {
    margin-bottom: 3rem!important;
}
#houseform-persontype,
#cascoclasicform-persontype{
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}
.select2-container--default .select2-selection--single {
    height: 35px;
    border-radius: 0;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 100%;
    display: flex;
    align-items: center;
}
.netopia img {
    max-width: 300px;
    background-color: #fff;
}
footer {
    color: #fff;
    padding-top: 50px;
    background: #1d3452;
    font-size: 14px;
}

footer a {
    color: #fff;
}

footer a:hover {
    color: #ccc;
}

.footer-top {
    padding-bottom: 50px;
}

.footer-bottom {
    background: #333;
    padding: 30px 0;
}

.footer-bottom .col-lg-9 {
    display: flex;
}

.footer-bottom .col-lg-9 p {
    margin: 0;
}

.footer-bottom .module.module-image img {
    width: auto;
    height: 55px;
}

.footer-logo {
    max-width: 200px;
}

.footer-gdpr li {
    display: inline-block;
    margin-right: 1em;
}

.code-footer-despre p {
    max-width: 300px;
    text-align: justify;
}

footer .module-social li {
    display: inline-block;
    margin-right: 1em;
}

footer .module-social a {
    padding: 10px;
    line-height: 1;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 100px;
    width: 38px;
    height: 38px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

footer .module-social i {
    font-size: 17px;
}

.page-header {
    position: relative;
    padding-top: calc(53px + 124px);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.not-found-page-header {
    padding-top: 300px;
}

.page-header-static {
    padding-bottom: 50px;
}

.page-header-static .page-header-background {
    position: absolute;
    top: calc(53px + 124px);
    left: 0;
    width: 100%;
    height: calc(100% - (53px + 124px));
    background-position: center right;
    background-size: contain;
    background-repeat: no-repeat;
}

.page-description {
    position: relative;
    background: #fff;
    border-radius: 10px;
    padding: 50px 70px 50px 70px;
    z-index: 5;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    margin-top: 50px;
    max-width: 700px;
}

.page-description h1 {
    font-size: 32px;
    margin-bottom: 20px;
}

.page-description p:first-child,
.page-description h5:first-child {
    color: #0099C3;
    font-weight: 600;
}

.about-style ul li {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 28px;
    color: #00224f;
    font-weight: 500;
    padding-left: 35px;
    margin-bottom: 10px;
}

.about-style ul li:before {
    position: absolute;
    left: 0px;
    top: 4px;
    content: "\f00c";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 10px;
    color: #fff;
    background: #0099C3;
    font-weight: 700;
    border-radius: 2px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;

}

form[action="/insurance/rcaoffers"] input[type="text"],
form[action="/insurance/rcaoffers"] input[type="number"],
form[action="/insurance/rcaoffers"] select,
.image-column input[type="text"],
.image-column input[type="number"],
.image-column select,
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.page-header-slide-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.page-header-static .page-header-background:after {
    position: absolute;
    background: url('/uploads/site/pattern-1.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top left;
    content: '';
    height: 100%;
    width: 50%;
    left: 0;
    top: 0;
    pointer-events: none;
}

.page-header-slide-background:before,
.page-header-static .page-header-background:before {
    position: absolute;
    background: url('/uploads/site/pattern-2.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom right;
    content: '';
    height: 100%;
    width: 50%;
    right: 0;
    bottom: 0;
    pointer-events: none;
}


.page-header-slider {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.page-header-slider figure {
    height: 100%;
    width: 100%;
    margin: 0;
    background-position: center right;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 2;
}

.page-header-slide-inner {
    position: relative;
}

.page-header-slider .container {
    position: relative;
    z-index: 2;
}

.page-header-slide-align {
    display: flex;
    align-items: center;
    min-height: 45vh;
}

.page-header-slide-content {
    background: #1d3452;
    color: #fff;
    padding: 30px;
    max-width: 500px;
    border-radius: 20px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}

/* .page-header-slide-content .btn {
    background-color: #fff;
    border-color: #fff;
    color: #444;

} */

.page-header-slide-content .btn:hover {
    /* color: #192f77; */
    border-color: #fff;
}


.fickle-card {
       background: #fff;
    border-radius: 10px;
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.fickle-card .fickle-image {
       margin: 0;
    position: relative;
    background: #0099C3;
    overflow: hidden;
    padding-top: 60%;
}

.fickle-card .fickle-image img {
    max-height: 500px;
    width: 100%;
    object-fit: cover;
    transition: all 500ms ease;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    object-fit: cover;
}

.fickle-card:hover .fickle-image img {
    opacity: 0.5;
    transform: scale(1.1);
}


.fickle-card .fickle-image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    transition: all 500ms ease;
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.0) 80%);
    z-index: 1;
    pointer-events: none;
}

.fickle-card .fickle-text-content {
    padding: 30px 30px 5px 40px;
    color: #888;
    flex-grow: 1;
}

.fickle-card .fickle-icon {
    position: relative;
    display: inline-block;
    font-size: 65px;
    line-height: 60px;
    margin-bottom: 32px;
    padding-left: 63px;
}

.fickle-card .fickle-icon:before {
    position: absolute;
    content: '';
    height: 80px;
    width: 45px;
    top: -7px;
    left: 40px;
    clip-path: polygon(0% 0%, 60% 0%, 100% 100%, 0% 100%, 0% 0%);
    opacity: 0.1;
    transition: all 500ms ease;
    background: #0099C3;
}

.fickle-card:hover .fickle-icon:before {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 60% 0%);
    opacity: 0.2;
}

.fickle-card .fickle-icon i {
    font-size: 65px;
    color: #0099C3;
}

.fickle-card:before {
    position: absolute;
    right: -30px;
    bottom: 0px;
    width: 99px;
    height: 170px;
    opacity: 0;
    background-repeat: no-repeat;
    transition: all 500ms ease;
    background: url('/uploads/site/pattern-6.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom right;
    content: '';
    pointer-events: none;
}

.fickle-card:hover:before {
    right: 0px;
    opacity: 1;
}

.fickle-card .fickle-additional-html-code {
    padding-left: 40px;
    padding-bottom: 30px;
}

.btn-anim {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 26px;
    font-weight: 700;
    color: #00224f !important;
    text-align: center;
    padding: 11px 26px;
    border-radius: 5px;
    text-align: center;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    text-transform: uppercase;
    z-index: 1;
}

.btn-anim:hover {
    color: #fff !important;
    box-shadow: 0 20px 30px rgb(211, 220, 232, 0.8);
}

.btn-anim:before {
    position: absolute;
    content: '';
    width: 0%;
    height: 100%;
    left: 0px;
    top: 0px;
    border-radius: 4px;
    z-index: -1;
    transition: all 500ms ease;
    background: #0099C3;
}

.btn-anim:hover::before {
    width: 100%;
}

.btn-anim:after {
    position: absolute;
    content: '';
    height: 32px;
    width: 26px;
    top: 9px;
    right: 20px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 60% 0%);
    opacity: 0.2;
    z-index: -1;
}

.fickle-card .fa-plane {
    transform: rotate(45deg);
}

.builder-section {
    background-size: cover;
    background-position: center;
}

.text-de-ce-noi {
    position: relative;
    background: #f5f7fa;
    padding: 26px 30px 26px 130px;
}

.text-de-ce-noi h2 {
    color: #0099C3;
}

.text-de-ce-noi li {
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 26px;
    color: #00224f;
    font-weight: 500;
    padding-left: 35px;
    margin-bottom: 7px;
}

.text-de-ce-noi li:before {
    position: absolute;
    left: 0px;
    top: 4px;
    content: "\f14a";
    content: "\f00c";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 20px;
    color: #0099C3;
    font-weight: 700;
    border-radius: 2px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    display: inline-block;
}

.builder-section>.container-fluid {
    padding: 0;
}

.row-pattern {
    margin: 45px 0;
}

.row-pattern .module-code {
    position: relative;
    text-align: center;
}

.row-pattern .module-code:after {
    display: block;
    background: url('/uploads/site/pattern-4.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    content: '';
    width: 95px;
    height: 95px;
}

.row-pattern-right .module-code:after {
    margin-left: auto;
}






#image_block_1 .image-box,
.image_block_1 .image-box {
    position: relative;
    display: block;
    padding: 0px 150px 160px 0px;
}

#image_block_1.image_block_1_general .image-box,
.image_block_1.image_block_1_general .image-box {
    padding: 0;
}

#image_block_1 .image-box img,
.image_block_1 .image-box img {
    width: 100%;
    border-radius: 10px;
}

#image_block_1 .image-box .image-1,
.image_block_1 .image-box .image-1 {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 10px;
}

#image_block_1 .image-box .image-1:before,
.image_block_1 .image-box .image-1:before {
    position: absolute;
    top: 0;
    left: -75%;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

#image_block_1 .image-box:hover .image-1:before,
.image_block_1 .image-box:hover .image-1:before {
    -webkit-animation: shine 1s;
    animation: shine 1s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

#image_block_1 .image-box .image-2,
.image_block_1 .image-box .image-2 {
    position: absolute;
    right: 0px;
    bottom: 0px;
    border-radius: 10px;
    box-shadow: 0 15px 50px #d3dce8;
}

#image_block_1 .image-box .clients-box,
.image_block_1 .image-box .clients-box {
    position: absolute;
    left: 50px;
    bottom: 40px;
    background: #fff;
    max-width: 245px;
    width: 100%;
    border-radius: 7px;
    padding: 19px 20px 15px 85px;
    box-shadow: 0 15px 50px #d3dce8;
}

#image_block_1 .image-box .clients-box .clients-thumb,
.image_block_1 .image-box .clients-box .clients-thumb {
    position: absolute;
    left: 15px;
    top: 15px;
    width: 50px;
    height: 50px;
    border-radius: 5px;
}

#image_block_1 .image-box .clients-box .clients-thumb img,
.image_block_1 .image-box .clients-box .clients-thumb img {
    width: 100%;
    border-radius: 5px;
}

#image_block_1 .image-box .clients-box h3,
.image_block_1 .image-box .clients-box h3 {
    display: block;
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 0px;
}

#image_block_1 .image-box .clients-box span,
.image_block_1 .image-box .clients-box span {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 22px;
    color: #727272;
    font-weight: 500;
}

#image_block_1 .image-box .pattern-box .pattern-1,
.image_block_1 .image-box .pattern-box .pattern-1 {
    position: absolute;
    left: -25px;
    top: 50px;
    width: 95px;
    height: 95px;
    background-repeat: no-repeat;
}

#image_block_1 .image-box .pattern-box .pattern-2,
.image_block_1 .image-box .pattern-box .pattern-2 {
    position: absolute;
    right: -28px;
    bottom: 215px;
    width: 95px;
    height: 95px;
    background-repeat: no-repeat;
}





#te_sunam_noi {
    max-width: 400px;
    margin: auto;
    height: calc(2em + 0.75rem + 2px);
    color: #fff;
    text-align: center;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    margin-bottom: 30px;
    box-shadow: none !important;
}

.builder-section.cta-help {
    background: #1d3452;
    color: #fff;
}

.builder-section.cta-help a,
.builder-section.cta-help .btn {
    color: #fff !important;
}

.builder-section.cta-help .form-control {
    background: transparent;
}

.post-grid-title {
    font-size: 17px;
}
.section-asigurari-related .row > * {
    margin-bottom: 3rem;
}
.fickle-card .fickle-text-content h2 a {
        font-size: 17px;
}

.section-play-video .row {
    height: calc(100vh - 125px);
}


.btn-play-video {
    background: 0;
    border: 0;
    outline: 0;
    box-shadow: none;
    position: relative;
    display: inline-block;
    font-size: 35px;
    width: 100px;
    height: 100px;
    line-height: 94px;
    font-weight: 700;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 14px;
    color: #9ad4e6;
    transition: 0.2s;
}

.btn-play-video:hover {
    color: #fff;
}

.btn-play-video:before,
.btn-play-video:after {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.btn-play-video:after {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}



@-webkit-keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}



button.scroll-to-top {

    width: 60px;
    height: 60px;
    line-height: 60px;
    position: fixed;
    bottom: 100px;
    right: 30px;
    font-size: 20px;
    z-index: 99;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
    transition: .5s ease;
    background: #0099C3;
    border: 0;
    outline: 0;
    box-shadow: none;
    opacity: 0;
    transform: translateY(50px);
    pointer-events: none;
    visibility: hidden;
}

.scrolled-top-more button.scroll-to-top {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
}

.body-overlay {
    z-index: 5500;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(24, 80, 96, 0.93);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: 0.5s ease;
}

.overlay-active .body-overlay {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.btn-close-overlay {
    display: inline-block;
    position: fixed;
    z-index: 5599;
    top: 15px;
    right: 15px;
    color: #ccc;
    font-size: 34px;
    transition: 0.2s;
    opacity: 0;
    visibility: hidden;
}

.overlay-active .btn-close-overlay {
    opacity: 1;
    visibility: visible;
}

.btn-close-overlay:hover {
    color: #fff;
}


.video-for-popup {
    position: fixed;
    z-index: 5510;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transform: scale(0);
    transition: 1s ease;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-for-popup iframe {
    width: auto;
    height: auto;
    margin: auto;
    min-width: 80%;
    min-height: 60%;
    max-width: 100%;
    max-height: 100%;
    box-shadow: 0 7px 15px rgba(0, 0, 0, 0.25);
}

.video-popup-active {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    transform: scale(1);
}


.map-pattern {
    position: relative;
}

.map-pattern:before {
    content: '';
    background: url('/uploads/site/pattern-7.png');
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0p
}

.main-content>.container>.row:first-child {
    margin-top: 3rem;
}


.form-overlay {
    /* position: absolute; */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;

}



/* LIST TABLE OFFERS */

.list-table>ul {
    list-style-type: none;
    display: flex;
}

.list-table>ul>li {
    width: 100%;
}

.list-table>ul.list-head>li {
    font-weight: 700;
    text-align: center;
}

#insuranceForm {
    margin-bottom: 3rem;
}




.table-rcaoffers td {
    vertical-align: middle;
    position: relative;
}

.table-rcaoffers td:nth-child(1) {
    width: 30rem;
}



.img-insurance-item {
    max-width: 160px;
    max-height: 60px;
}

.img-insurance-select {
    max-width: 200px;
    max-height: 60px;
}


.hide {
    display: none;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    max-width: 15rem;
    width: 10rem;
    font-size: 13px;
    padding: 0.5rem;
    z-index: 1010;
}

.fa-question-circle {
    position: relative;
    display: inline-block;
}


.fa-question-circle:hover+.hide {
    display: inline-block;
}

.excluse {
    position: relative;
    display: inline-block;
}

.excluse:hover+.hide {
    display: inline-block;
}

.hide2 {
    display: none;
}

/* .fa-question-circle:hover + .hide2 {
    display: block;
  } */


.select2-container {
    max-width: 100%;
    min-width: 100%;
}




div.ui-datepicker {
    display: none;
    position: absolute;
    font-size: 0.82em !important;
    padding: 1em;
    background: #fff;
    overflow: hidden;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    z-index: 20 !important;
    color: #000;
}

div.ui-datepicker td {
    padding: 0.5em;
    text-align: center;
}

div.ui-datepicker td:hover {
    background-color: #414040;
}

div.ui-datepicker td:hover a {
    color: #fff;
}

.ui-datepicker-header {
    padding-top: 3em;
    background: #f8f9fa;
}

.ui-datepicker-prev,
.ui-datepicker-next {
    position: absolute;
    top: 1.75em;
    cursor: pointer;
}

.ui-datepicker-prev {
    left: 1em;
}

.ui-datepicker-next {
    right: 1em;
}

.ui-datepicker-title {
    text-align: center;
    padding: 1em;
    border-top: 1px solid #aaa;
}

.ui-datepicker-prev .ui-icon,
.ui-datepicker-next .ui-icon {
    position: relative;
}

.ui-datepicker-prev .ui-icon {
    padding-left: 2em;
}

.ui-datepicker-next .ui-icon {
    padding-right: 2em;
}

.ui-datepicker-prev .ui-icon:before,
.ui-datepicker-next .ui-icon:after {
    position: absolute;
    top: -0.16em;
    font-size: 20px;
}

.ui-datepicker-prev .ui-icon:before {
    content: url('../img/left.svg');
    left: 0;
}

.ui-datepicker-next .ui-icon:after {
    content: url('../img/right.svg');
    right: 0;
}

.ui-datepicker-unselectable {
    color: #aaa;
    cursor: default;
    pointer-events: none;
}


.help-block {
    font-size: 12px;
    color: #FF0000;
    font-weight: 600;
}



.alert {
    position: fixed;
    z-index: 1010;
    width: auto;
    font-size: 16px;
    border: none !important;
    margin: 0 auto;
    top: 50%;
    left: 50%;
    opacity: 1 !important;
    transform: translate(-50%, -50%);
    padding: 2rem 4rem !important;
    box-shadow: 0px 0px 10rem 1rem rgb(0 0 0 / 80%);
  }
  
  .alert button {
    margin: 0 1rem;
    /* color: #FFF; */
    opacity: 1;
  }


.btn-success {
    background-color: #e7182a;
    border-color: #bb1221;
}

.btn-success:hover,
.btn-success:focus {
    background-color: #bb1221;
    border-color: #a70e1a;
}

.btn-sm {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}



@media (max-width: 991px) {

body .page-description {
    margin-top: 210px;
}
    .top-bar {
        padding: 8px 0;
    }

    header {
        top: 38px;
    }

    .navbar-toggler {
        outline: 0 !important;
        background: #1a3177;
        top: 0;
    }

    .icon-bar.top-bar {
        position: static;
        padding: 0;
    }

    .icon-bar {
        background: #fff !important;
    }

    .logo,
    .scrolled-top .logo {
        max-height: 50px;
    }


    .tbi-phone>a>span,
    .tbi-email>a>span {
        display: none;
    }

    .tbi-call-center,
    .tbi-online {
        display: none;
    }

    .top-bar .row .col-top-bar:first-child {
        padding-left: 0;
    }

    .top-bar .row .col-top-bar:last-child {
        padding-right: 0;
        position: absolute;
        right: 1rem;
    }

    .page-header {
        /* padding-top: calc(38px + 74px); */
        padding-top: calc(100px + 74px);
    }

    button.scroll-to-top {
        width: 45px;
        height: 45px;
        right: 0;
        bottom: 60px;
    }

    button.scroll-to-top .fa {
        vertical-align: top;
        line-height: 42px;
    }

    .text-de-ce-noi {
        padding-left: 30px;
        padding-bottom: 30px;
    }

    .text-de-ce-noi ul {
        padding-left: 0;
    }

    .folder-item-image {
        margin-bottom: 30px;
    }

    .row-folder-images {
        justify-content: center !important;
    }

    .footer-logo {
        max-width: 97px;
    }

    .footer-gdpr li,
    .code-footer-utile li {
        margin-bottom: 7px;
    }

    .footer-top .col-lg-4 {
        margin-bottom: 30px;
    }

    .footer-top .col-lg-4:last-child {
        margin-bottom: 0;
    }

    .footer-top p {
        margin-bottom: 7px;
    }

    #main-navbar-collapse>.main-nav {
        position: relative;
        padding: 30px;
    }

    #main-navbar-collapse>.main-nav:before {
        position: absolute;
        top: 0;
        content: '';
        height: 2px;
        width: calc(100% + 30px);
        left: -15px;
        background: #00224f;
    }

    #main-navbar-collapse>.main-nav .nav-item-alte-asigurări .dropdown-menu.collapse {
        display: block;
        background: 0;
        padding: 0;
        border: 0;
    }

    #main-navbar-collapse>.main-nav .nav-item-alte-asigurări .dropdown-menu.collapse a {
        color: #00224f;
    }

    #main-navbar-collapse>.main-nav .nav-item-alte-asigurări>.nav-link,
    #main-navbar-collapse>.main-nav .nav-item-alte-asigurări>.toggle-menu {
        display: none;
    }

    #main-navbar .main-nav-item {
        margin-bottom: 0.5rem;
    }

    .page-description {
        padding: 2rem;
        margin-top: 70px;
    }

    .page-description h1 {
        font-size: 1.5rem;
    }

    .page-description ul {
        padding: 0;
        font-size: 1rem;
    }

    .page-header-static .page-header-background {
        top: 15px;
        background-position: center top;
    }

}
@media (max-width: 1300px) {

    .text-de-ce-noi {
        padding: 26px 30px 30px 20px;
    }
}
@media(max-width: 1400px) {
        .page-header-static .page-header-background {
    height: 60%;
}
}












/* Reclamatii */

.reclamatii-wrapper .content-title p,
.reclamatii-wrapper .content-description p {
    margin-bottom:5px;
}

.reclamatii-wrapper .content-title p:last-of-type,
.reclamatii-wrapper .content-description p:last-of-type {
    margin:0;
}

.reclamatii-wrapper .content-description {
    margin-top:10px;
}

.reclamatii-form-wrapper {
    margin-bottom:3rem;
}

.reclamatii-form-wrapper .reclamatii-form {
    border-right: 1px solid rgb(0 0 0 / 10%);
}

.reclamatii-form-wrapper .reclamatii-form .form-group.btn-section {
    margin-bottom:0;
}

.reclamatii-form-wrapper h4 {
    width: fit-content;
    padding-right: 20px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
    text-transform: uppercase;
}

.reclamatii-form-wrapper .reclamatii-info .reclamatii-map {
    max-height: 214px;
    height: 100%;
}

.reclamatii-form-wrapper .reclamatii-info .reclamatii-map iframe {
    display: block;
    width:100%;
    height: 100%;
}

/* RCA Online */

.rca-online-content-wrapper .image-content .module-code {
    height: 100%;
    width: 100%;
    min-height: 55vh;
    max-height: 65vh;
}

.rca-online-content-wrapper .image-content .image_block_1_general,
.rca-online-content-wrapper .image-content .image_block_1 .image-box,
.rca-online-content-wrapper .image_block_1 .image-box .image-1 {
    height: 100%;
}

.rca-online-content-wrapper .image_block_1 .image-box .image-1 {
    margin:0;
}

.rca-online-content-wrapper .image_block_1 .image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.row-folder-images {
    align-items: center;
}
.row-folder-images img {
    max-width: 180px;
    max-height: 80px;
}

.td-riscuri-acoperite li {
    position: relative;
    list-style: none;
    font-size: 14px;
    margin-bottom: 1px;
}

.td-riscuri-acoperite li:before {
    content: "\f00c";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 13px;
    text-rendering: auto;
    color: #1a3178;
    vertical-align: middle;
    margin-right: 5px;
}

.travel-offer-resp-riscuri {
    font-size: 14px;
}

.travel-offer-resp-riscuri li {
    position: relative;
    list-style: none;
    margin-bottom: 3px;
    padding-bottom: 3px;
    border-bottom: 1px dotted #a6a6a6;
}

.travel-offer-resp-riscuri li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.travel-offer-resp-riscuri li:before {
    content: "\f00c";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 13px;
    text-rendering: auto;
    color: #1a3178;
    vertical-align: middle;
    margin-right: 5px;
}

.travel-offer-resp-prima {
    font-size: 30px;
    color: #000;
}

.travel-offer-resp-conditii {
    font-size: 13px;
    font-weight: 600;
}

.asigurator-resp .card-image {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
    height: 70px;
    border-bottom: 1px solid #ddd;;
}

.card-image-img-wrp {

}

.travel-offer-unavailable {
    text-align: center;
    font-size: 15px;
}
.travel-offer-unavailable i {
    display: block;
    font-size: 40px;
    color: #bbb;
}
.travel-offer-unavailable strong {
    color: #000;
}

@media (max-width: 750px) {
    body .page-description {
    margin-top: 30vw;
}
.page-header-static .page-header-background {
    height: 100%;
}
}
@media (max-width: 550px) {
    .page-header-static .page-header-background {
    top: 65px;
    background-position: top;
}
}

.contractant-fields {
    font-size: 14px;
}



/* TABLE INSURANCES */

.table-ins {
    font-size: 14px;
}

.table-ins thead tr th {
    border: none;
    background-color: #1e3074;
    color: #FFF;
    padding: 1rem 0.5rem;
    font-weight: 400;
    text-transform: uppercase;
}

.table-ins tbody tr td {
    vertical-align: middle;
    padding: 1rem 0.5rem;
}

.table-ins tbody tr td img {
    max-height: 3rem;
    max-width: 8rem;
}


/* PAGINATION */

.pagination li a,
.pagination li span {
    width: 2rem;
    height: 2rem;
    border: 1px solid #d0d0d0;
    border-radius: 5px;
    margin: 0 0.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.pagination li span {
    opacity: 0.5;
}

.pagination li.active a,
.pagination li.active a:hover {
    background-color: #1e3074;
    color: #FFF;
    border-color: #1e3074;
}

.pagination li a:hover {
    background-color: #f4f4f4;
}