


* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    /*-webkit-touch-callout: none;*/
    /*-webkit-user-select: none;*/
    /*-khtml-user-select: none;*/
    /*-moz-user-select: none;*/
    /*-ms-user-select: none;*/
    /*user-select: none;*/
    -webkit-tap-highlight-color: transparent;
    font-family: "Poppins" !important;
}
body {
    background-color: #F4F4F4;
}

header a {
    color: #fff;
}

a {
    text-decoration: none !important;
}

p {
    margin: 0;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-40 {
    padding-bottom: 40px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.main-menu {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 60px 0 0 0;
    z-index: 999;
}
@media(max-width:768px) {
    .main-menu {
        padding: 25px 0px 15px;
    }
}


.after-h3:after  {
    border: 3px solid #34C687;
    width: 50px;
    position: absolute;
    top: -15px;
    left: 0;
    content: '';
    background-color: #34C687;
}

select:focus, input:focus, textarea:focus {
    outline: none;
}




.line-height-32 {
    line-height: 32px;
}

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

.box-legislatie a img {
    margin-bottom: 20px;
}

.box-legislatie a {
    font-family: 'Kanit';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 111.5%;
    color: #242B30;
}

.box-legislatie .col-md-3 {
    padding: 30px;
    border: 1px solid #D1D1D1;
    border-radius: 20px;
    width: 23%;
    margin-top: 30px;
    margin-left: 30px;
}

.box-legislatie .col-md-3:last-of-type,
.box-legislatie .col-md-3:first-of-type {
    margin-left: 0;
}

.box-legislatie {
    margin-top: 20px;
}

.row-oferta .col-md-2 {
    width: 20%;
    position: relative;
}

.row-oferta {
    text-align: center;
    margin-top: 90px;
    margin-bottom: 50px;
}

.after-p:after {
    border: 3px solid #34C687;
    width: 50px;
    position: absolute;
    top: -25px;
    left: calc(50% - 25px);
    content: '';
}

.after-p.border-blue:after {
    border-color: #1f446e;
}

.after-p.border-gray:after {
    border-color: #909FAF;
}

.after-p.border-orange:after {
    border-color: #FF9241;
}

.color-gray2 {
    color: #7E8183;
}

.second-link {
    font-family: 'Kanit';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 33px;
    margin-left: 32px;
    text-align: center;
    color: #34C687;
}

.row-actualizare {
    justify-content: space-between;
}

.row-actualizare .col-md-4 {
    width: 27%;
}

.text-pas-act {
    font-size: 18px;
    text-align: center;
    display: inline-block;
    background-color: #E9F0F8;
    border-radius: 8px;
    padding: 5px 14px;
    margin-bottom: 30px;
    font-family: 'Kanit';
    color: #242B30;
    font-weight: 600;
}


.list-check.mb-5p li {
    margin-bottom: 5px;
}

.list-check li img {
    height: max-content;
}

.list-check li {
    display: flex;
    align-items: center;
}

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

.text-contact {
    font-family: 'Kanit';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 101%;
    text-align: center;
    color: #1f446e;
}

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

.check-div input {
    width: 25px;
    height: 25px;
    z-index: 1;
}

.check-div {
    display: flex;
}

.check-div {
    font-family: 'Kanit';
    position: relative;
    padding-left: 40px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 101%;
    align-items: center;
    color: #242B30;
    min-height: 32px;
    align-items: center;
    display: flex;
}

.check-div input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    left: 0;
}
.security-group  {
    display: flex;
    gap: 20px;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 32px;
    width: 32px;
    background-color: #fff;
    border-radius: 50%;
    border: 8px solid #1f446e;
}

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

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

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

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

.check-div .checkmark:after {
    top: 3px;
    left: 3px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #1f446e;
}

.text-download {
    font-family: 'Kanit';
    font-style: normal;
    font-weight: 400;
    font-size: 21px;
    line-height: 31px;
    text-align: center;
    color: #1f446e;
}

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

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

.cursor-pointer {
    cursor: pointer;
}

.hidden {
    display: none;
}

.radius-20 {
    border-radius: 20px;
}

.shadow1 {
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.05);
}

.align-items-unset li,
.align-items-unset {
    align-items: unset;
}

.mb-30p li {
    margin-bottom: 30px;
}

.mb-20p li {
    margin-bottom: 20px;
}

.color-white {
    color: #fff;
}

.bg-blue1 {
    background-color: #1f446e;
}

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

.padding-1 {
    padding: 30px 5%;
}

.border-blue1 {
    border: 1px solid #1f446e;
}

.no-bg-image {
    background-image: none;
}

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

.text-nr {
    font-family: 'Kanit';
    font-style: normal;
    font-weight: 400;
    font-size: 52px;
    line-height: 101%;
}

.color-green {
    color: #34C687;
}

.color-blue {
    color: #1f446e;
}

.pt-50 {
    padding-top: 50px;
}

.border-after {
    position: relative;
}

.border-after:after {
    position: absolute;
    content: '';
    border: 0.5px solid #D6D9DD;
    height: 100%;
    top: 0;
    right: 0;
}

.after-year:after {
    position: absolute;
    width: 1px;
    height: 33px;
    content: '';
    background-color: #C9CBCF;
    margin-top: 55px;
    margin-left: -40px;
}

.border-1 {
    width: calc(100% - 60px);
    position: absolute;
    height: 1px;
    background-color: #C9CBCF;
    top: 184px;
    left: 15px;
}

.arrow-i {
    background-color: #C9CBCF;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    position: absolute;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    top: 142px;
}

.w-60 {
    width: 60%;
}

.div-fire img:last-of-type {
    right: 25px;
}

.div-fire img:first-of-type {
    left: 25px;
}

.div-fire img {
    position: relative;
}

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

.img-left-right1 img:last-of-type {
    right: 12px;
}

.img-left-right2 img:first-of-type {
    right: 0;
    left: 0;
}

.img-left-right1 img:first-of-type {
    left: 12px;
}

.left-arrow.active-arrow,
.right-arrow.active-arrow {
    background-color: #1f446e;
}

.right-arrow {
    right: 0;
}

.logo-small {
    position: absolute;
    right: 0;
    margin-top: 14px;
}

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

.text-et {
    font-family: 'Kanit';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 44px;

    color: #FFFFFF;
}

.bg-img-none {
    background-image: none;
}

.subtitle2 span {
    color: #95A9B7;
}

.subtitle2 {
    font-family: 'Kanit';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 44px;
    color: #FFFFFF;
}

.h-350 {
    height: 350px;
}

.ordine a p img {
    margin-right: 15px;
}

.ordine a p {
    display: flex;
    align-items: center;
    color: #34C687;
}

.ordine a {
    font-family: 'Kanit';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 40px;
    color: #000;
    border-bottom: 1px solid #B2BAC5;
    padding: 30px 0px;
    display: flex;
    justify-content: space-between;
}

.p-15-35 {
    padding: 15px 35px;
}

.check2 {
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: flex;
    align-items: center;
    height: 32px;
}

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

/* Create a custom checkbox */
.checkmark2 {
    position: absolute;
    top: 0;
    left: 0;
    height: 19px;
    width: 19px;
    background-color: #fff;
    border: 1px solid #A3A3A3;
    border-radius: 3px;
}

/* On mouse-over, add a grey background color */
.check2:hover input ~ .checkmark2 {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.check2 input:checked ~ .checkmark2 {
    background-color: #006e30;
}

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

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

/* Style the checkmark/indicator */
.check2 .checkmark2:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.border-2 {
    border: 1px solid #D1D1D1;
    border-radius: 20px;
}

.links-second-menu i {
    display: none;
}

.text-p2 {
    font-family: 'Kanit';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 101%;
    text-align: center;
    color: #BCC0C5;
}

.row-content .col-md-3 {
    padding-left: 25px;
    padding-right: 25px;
    text-align: center;
}

.ml-15 {
    margin-left: 15px;
}

.ml-20 {
    margin-left: 20px;
}

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

.mb-150 {
    margin-bottom: 150px;
}

.link-blog {
    font-family: 'Kanit';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 137.19%;
    color: #242B30;

}

.div-tabs p {
    font-family: 'Kanit';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    color: #242B30;
    margin: 0 15px;
    cursor: pointer;
    line-height: 55px;
}

.div-tabs p.selected-tab {
    font-weight: 700;
    border-bottom: 2px solid #242B30;
}

.div-tabs {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.max-w-blog img {
    max-width: 100%;
    width: 100%;
}

.blog-news {
    margin-top: 40px;
}

.blog-pagination li a {
    color: #1f446e;
}

.blog-pagination li {
    padding: 7px 13px 2px 13px;
    margin: 5px;
    border: 1px solid #eee;
    color: #1f446e;
    cursor: pointer;
}

.blog-pagination {
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    margin-top: 40px;
}

.blog-pagination li.active a {
    color: #fff;
}

.blog-pagination li.active {
    background-color: #1f446e;
    color: #fff;
}

.content p {
    font-family: 'Kanit';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    color: #242B30;
}

.row-jobs .col-md-6 {
    margin-top: 80px;
}


.menu-mobile{
    position: absolute;
    width: 100%;
    background-color: #fff;
    top: 0;
    height: 100vh;
}
.w-15 {
    width: 15px;
}
.h-15{
    height: 15px;
}
.menu-mobile.hidden{
    display: none;
}
.div-links-m{
    padding-top: 35px;
    position: relative;
}
.div-links-m a{
    font-family: 'Kanit';
    font-style: normal;
    font-weight: 400;
    font-size: 21px;
    line-height: 38px;
    text-transform: uppercase;
    color: #1f446e;
    border-bottom: 1px solid #E1E1E1;
    display: block;
    padding: 15px 0 12px 0;
    margin: 0;
}
.div-links-m a + * + .fa-angle-up{
    display: none;
}
.div-links-m a.active + * + .fa-angle-up{
    display: block;
}
.div-links-m a.active + .fa-angle-down{
    display: none;
}
.div-links-m i{
    position: absolute;
    right: 15px;
    margin-top: -42px;
    font-size: 25px;
}
.div-links-m a.active{
    border: 0;
    padding-bottom: 0;
}
.dropdown-menu-m a{
    font-size: 18px;
    line-height: 33px;
    color: #242B30;
    border: 0;
    padding: 10px 0 7px 0;
    text-transform: unset;
}
.dropdown-menu-m {
    display: none;
}

.div-links-m a.active ~ .dropdown-menu-m {
    display: block;
    border-bottom: 1px solid #E1E1E1;
    padding-bottom: 8px;
}
.link-oferta{
    color: #FF9241 !important;
    font-weight: 700 !important;
}
.row-menu-m{
    max-height: 51vh;
    overflow: scroll;
    height: 51vh;
}

.menu-mobile .div-links a{
    font-family: 'Kanit';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 33px;
    color: #FFFFFF;
    margin-left: 0;
    display: block;
    margin-top: 3vh;
    margin-bottom: 3vh;
}
.pt-25{
    padding-top: 25px;
}
.padding-16{
    padding: 16px;
}
.btn-legislatie{
    display: none;
}
.text-left{
    text-align: left;
}
optgroup option{
    color: #242B30;
}
optgroup{
    font-family: 'Kanit';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 33px;
    color: #7E8183;
}
select.scroll-style::-webkit-scrollbar {
    background: #DBDDE0;
    border-radius: 100px;
    margin-right: 5px;
    position: relative;
    right: 5px;
    width: 13px;
}
select.scroll-style::-webkit-scrollbar-track {
    background-color: #fff;
    border: 0;
}
select.scroll-style::-webkit-scrollbar-thumb {
    background-color: #DBDDE0;
    border-radius: 100px;
    margin-right: 5px;
    position: relative;
    right: 5px;
    width: 13px;
}

select.scroll-style * option:hover{
    background-color: #EBECEE !important;
    cursor: pointer;
}

.link-green{
    color: #34C687;
}
.min-h-66{
    min-height: 66px;
}
.border-3{
    border: 1px solid #D0D0D0;
}
.text-contact2{
    font-family: 'Kanit';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 118.5%;
    color: #242B30;
}
.ml-30{
    margin-left: 30px;
}
.span-input-file img{
    margin-top: 6px;
    position: absolute;
}
.span-input-file span:first-of-type{
    padding-left: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    width: 66%;
}
.span-input-file{
    height: 59px;
    font-family: 'Kanit';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 33px;
    color: #242B30;
    border: 1px solid #A3A3A3;
    border-radius: 0;
    padding: 12px 22px;
    display: flex;
    justify-content: space-between;
}
.contact-layout{
    display: none;
}

.mb-15p li{
    margin-bottom: 15px;
}
.table-style th{
    text-align: center;
    background-color: #34C687;
    color: #fff;
}
.table-style th,
.table-style td{
    margin: 5px;
    padding: 7px;
    border: 1px solid #CCC;
}
.table-style{
    border-collapse: collapse;
    width: 100%;
    border: 1px solid #CCC;
}
.font-size-42{
    font-size: 42px;
}
.color-red{
    color: red;
}

.mb-15{
    margin-bottom: 15px;
}
.box-carousel-utile a:hover{
    color: #fff !important;
}
.box-carousel-utile:hover a,
.box-carousel-utile:hover p{
    color: #fff !important;
}
.box-carousel-utile:hover{
    background-color: #FF9241;
}
.box-carousel-utile{
    cursor: pointer;
}
#iframePay .btn-close{
    position: absolute;
    right: 5px;
    top: 5px;
}
.bg-banner-home{
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.2)), url("/themes/premier/assets/images/home.png");
    background-repeat: no-repeat;
    background-position: center 70%;
    background-size: cover;
    width: 100%;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 700px;
}
.width-max-content{
    width: max-content;
}
.border-radius-10{
    border-radius: 10px;
}
span.right--60{
    right: -60px;
}

.right--60{
    right: -60px;
}
span.p-caret-left{
    font-size: 200px ;
    font-weight: 100;
    top: -50px;
    right: -60px;
}
span.p-caret-right{
    font-size: 200px ;
    font-weight: 100;
    top: -50px;
    right: -20px;
}
#iframePay .modal-dialog, #iframePay-2 .modal-dialog{
    height: 350px;
    /* width: 690px; */
    /* max-width: 690px; */
    max-height: 350px;
}
.btn-pay.main-link.bg-green:hover{
    color: #fff !important;
}
.btn-pay{
    width: 169px;
    height: 59px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 5.5px 20px;
    gap: 10px;
    font-family: 'Kanit';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    border: 0;
    color: #FFFFFF;
    margin-top: 10px;
}
.info{
    font-family: 'Kanit';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #1f446e;
}

.h-auto{
    height: auto !important;
}
.max-height-initial{
    max-height: initial !important;
}
.sup-index{
    position: absolute;
    right: 5px;
    bottom: 10px;
}
#iframe,
#iframe body{
    font-family: 'Kanit', sans-serif !important;
}
a.link_orange:hover, a.orange_button:hover {
    color: #1f446e !important;
}
a.link_orange {
    /* color:#1E456D !important; */
    font-weight: 600 !important;
    color: #1f446e  !important;
}
.font-size-34 {
    font-size: 34px;
}
.font-size-20 {
    font-size: 20px;
}
a.link_white, a.link_white_for_bg_orange {
    color: #fff;
    font-weight: 600;
}
a.link_white_for_bg_orange:hover {
    color: #1f446e  !important;
}
a.link_white:hover {
    color: #FF9241;
}
.background_warning {
    background-image: url(/storage/app/media/atentiepoza-pentru-bannerul-de-la-mijloc.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 500px;
}
.img_card {
    height: 100% !important;
    object-fit: contain !important;
}
.heading_line::after{
    border: 3px solid #FF9241;
    width: 50px;
    position: absolute;
    top: -15px;
    left: 13px;
    content: '';
    background-color: #FF9241;
}
.position_relative_line {
    position: relative;
}
.display_table {
    display: table;
}
.child_table {
     display: table-cell;
}

@media only screen and (max-width: 768px) {
    .submenu_list {position: inherit !important; box-shadow: none !important;}
    .owl-carousel-home-banner img {object-position: 75%;}
    .home-img {
        width: auto !important;
    }
    .category-list {
        flex-direction: column !important;
    }

    .mobile_display_table {
        display: flex !important;
        flex-direction: column !important;
    }
}
.image_height_500_two ,.image_height_500, .image_height_500_three  {
    height: 500px;
    background-position: center;
    background-size:cover;
    background-repeat: no-repeat;
}
.image_height_500_three {
    height: 700px;
}
.image_height_500_default {
    height: 400px;
    border-radius: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    padding-right: 20px;
}
.display_table {
    display: table;
}
.display_table_cell,.image_height_500_three {
    display: table-cell;
}
.image_height_500 {
    background-image: url('/themes/premier/assets/images/preaviz_de_deconectare%20(2).jpg');
}
.image_height_500_two {
    background-image: url('/themes/premier/assets/images/Deconectare%20s%CC%A6i%20reconectare%20-%20clienti%20casnici.jpg');
}
.image_height_500_three {
    background-image: url('/themes/premier/assets/images/Plata%20prin%20virament.jpg');
}
.image_height_500_four {
    background-image: url('/themes/premier/assets/images/inregistrare.jpg');
    background-position: left;
    border-radius: 20px;
    height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: -100px;
    margin-top: 50px;
}

.image_height_500_five {
    background-image: url('/themes/premier/assets/images/Poza%CC%86%20cont%20online.jpg');
    background-position: left;
    border-radius: 20px;
    height: 340px;
    background-size: cover;
    background-repeat: no-repeat;
    /* background-position: -100px; */
}
.image_one_afacerea_ta  {
    background-image: url('/themes/premier/assets/images/Descopera%CC%86%20Oferta.jpg');
}
.image_two_afacerea_ta {
    background-image: url('/themes/premier/assets/images/I%CC%82ncheie%20un%20contract.jpg');
}
.image_three_afacerea_ta {
    background-image: url('/themes/premier/assets/images/factura_electronica.jpg');
    background-position: -200px;
}
.image_four_afacerea_ta {
    background-image: url('/themes/premier/assets/images/info_utile.jpg');
}
.image_one_info_utile {
    background-image: url('/themes/premier/assets/images/preaviz_B2B.jpg');
}
.image_two_info_utile {
    background-image: url('/themes/premier/assets/images/modalitati_plata.jpg');
    background-position: center;
}
.image_three_info_utile {
    background-image: url('/themes/premier/assets/images/factura_electronica_b2b.jpg');
}
.image_four_info_utile {
    background-image: url('/themes/premier/assets/images/Facturarea%20consumului.jpg');
}
.image_five_info_utile {
    background-image: url('/themes/premier/assets/images/Despre%20factura%CC%86.jpg');
}
.image_one_modalitati_de_plata {
    background-image: url('/themes/premier/assets/images/Date%20pentru%20transfer.jpg');
    display: table-cell;
}
.image_preaviz_one {
    background-image: url('/themes/premier/assets/images/preaviz_B2B%20(1).jpg');
    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.image_one_modalitati {
    background-image: url('/themes/premier/assets/images/Modalita%CC%86t%CC%A6i%20de%20plata%CC%86.jpg');
    height: 500px;
    background-position: center;
    border-radius: 20px;
    background-size: cover;
    background-repeat: no-repeat;


}
.menu_list {

    margin-bottom: 0px;
}
@media only screen and (min-width: 768px) {
    .menu_list {
    display: flex;
    }
    .mobile_br {
        display: none;
    }
}
.menu_list {
    list-style: none;
}
.menu_list li {
    position: relative;
}
.submenu_list {
    z-index: 99;
    position: absolute;
    background-color: #fff;
    list-style: none;
    width: 270px;
    padding-left: 0px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    display: none;
}
.submenu_list li {
    /* padding-bottom: 15px; */
    color: #212529;
    /* display: inline-block; */
}
.submenu_list li a {
    display: block;
    padding: 15px;
    margin-right: 0px !important;
    font-size: 16px;
    line-height: 20px;
    transition: .3s;
}
.activ .sub_active a{
    background-color: #1f446e !important;
    color: #fff !important;
}
.submenu_list li a:hover {
    background-color: #1f446e;
    color: #fff !important;
}
@media only screen and (min-width: 768px) {
    .menu_list li[class^="menu_"]:hover .submenu_list {
        display: block;
    }
}
@media only screen and (max-width: 768px) {
    .dropdown-active li[class^="menu_"]:before {
        content: '';
        position: absolute;
        top: 35px;
        right: 17px;
        border: solid black;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 4px;
        z-index: 1;
        transform: rotate(45deg);
    }
    .dropdown-active .menu_list li[class^="menu_"].active:before {
        transform: rotate(-135deg);
    }
}

/*// Set border-radius on the top-right and bottom-right of the last table data on the table row*/





.gdpr-table tbody tr:nth-of-type(odd){
    background-color: #1f446e;
    color: white;
}
.gdpr-table.eficienta tbody tr:nth-of-type(odd){
    background-color: #34C687;
    color: white;
}
.legislatie-table {
    font-size: 18px;
}
/* .gdpr-table-two tbody  tr:nth-of-type(even){
        background-color: #FF9241;
}
.gdpr-table-two tbody  tr:nth-of-type(odd){
         background-color: #f3f3f3;
         color: #212529;
} */

.gdpr-table img {
    height: 30px !important;
}
.gdpr-table .sub_li_items img {
    height: 15px !important;
}
/* TABS */
.premier_tabs {
    align-items: stretch !important;
}
.premier_tabs button {
    text-align: left;
    padding: 25px 15px;
    border-radius: 0px !important;
    background-color: #fff !important;
    color: #242b30 !important;
    transition: .2s;
}
.premier_tabs button.nav-link:hover {
    background-color: #f4f4f4 !important;
    padding: 25px;
}
.premier_tabs button.active {
    background-color: #f4f4f4 !important;
    border-left:  3px solid #1f446e;
    padding: 25px;
}
.premier_tabs .nav {
    width: 20%;
}
.premier_tabs .tab-content {
    width: 80%;
    padding: 25px;
    background-color: #fafafa;
    border-left:  3px solid #1f446e;
}
.premier_tabs h3 {
    margin-bottom: 30px;
}
.premier_tabs h4 {
    margin-top: 30px;
}
/* TABS */

/* ACCORDION */
.premier_tabs .accordion-button {
    padding: 15px 0px;
    background-color: transparent !important;
    font-size: 16px !important;
    font-family: 'Kanit';
    font-weight: 700;

}
.premier_tabs .accordion {
    --bs-accordion-active-color: #0c63e400 !important;
}
.premier_tabs .accordion-item {
    background-color: transparent;
    border: none;
}
.premier_tabs .accordion h3 {
    margin-bottom: 0px;
}

.premier_tabs .accordion-body {
    padding: 10px 5px 10px 0px;
}
.premier_tabs .accordion {
    --bs-accordion-border-width: none;
}

.telefon a {
    display: block;
    margin-bottom: 24px;
    font-size: 24px;
    color:  #FF9241 !important;
}

/* ACCORDION */


@media only screen and (max-width: 768px) {
    .premier_tabs .nav, .premier_tabs .tab-content{
    width: 100%;
}
    .premier_tabs {
       flex-direction: column;
       gap: 15px;
    }
    .premier_tabs button {
        padding: 20px 15px;
    }
}
.menu_list {
    padding-left: 0px;
}


.sub_li {
    flex-direction: column !important;
    align-items: flex-start !important;
}
.sub_li .sub_li_items {
    padding: 0px 30px;
}
.sub_li_items ul {
    margin-top: 20px;
}
.sub_li_items ul li {
    margin-bottom: 10px;
}
.sub_li_items ul li img {
    height: 15px;
    transform: rotate(10deg);
}
.sub_li_section {
    display: flex;
    align-items: flex-start;
}

.racordare-accordeon .title_faq {
    font-size: 18px !important;
    line-height: 25px !important;
    font-weight: 400 !important;
}
.racordare_content_tabs {
    font-size: 16px !important;
    border: none !important;
    font-weight: 400;
}
.list-check li {
    align-items: flex-start !important;
}

@media only screen and (min-width: 769px) {
    .servicii-online-carousel .text-blog {
    min-height: 430px !important;
}
    .servicii-online-carousel-2 .text-blog {
        min-height: 430px;
    }

}
.text-blog {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media only screen and (max-width: 767px) {
    .servicii-online-carousel .text-blog {
    min-height: 430px !important;
}
}

@media only screen and (max-width: 767px) {
    .servicii-online-carousel-2 .text-blog {
    min-height: 430px !important;
}
}



.number_background {
    font-size: 190px;
    position: absolute;
    top: -40px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    font-weight: 900;
    color: #1e456d08;
}

p, li {
    text-align: justify ;
}

.box-carousel .img-top img {
    height: 320px !important;
    object-fit: cover !important;
}

.click_one {
    padding: 0px !important;
    color: #34C687 !important;
    background-color: transparent !important;
    border: none !important;
    font-size: 16px !important;
}

.p-20 {
    padding: 0 13%;
    font-size: 18px;
}

@media only screen and (max-width: 767px) {
.video_iframe {
    height: 300px !important;
}
.video_iframe iframe {
    height: 450px !important;
}
.p-20 {
    padding: 0 10%;
}
}


#form-success, #form-error {
    font-size: 19px;
}


.select2-contact .select2-container--default .select2-selection--single{
    padding: 0;
}
.select2-contact .select2-container--default .select2-selection--single,
.select2-contact .select2-container .select2-selection--single{
    border-radius: 20px;
    border: 1px solid #d6d6d6;
    padding: 0 25px;
    font-weight: 500;
    width: 100% !important;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
}

.col-urgente label input{
    margin-left: 10px;
    margin-right: 20px;
    cursor: pointer;
    width: 20px;
    height: 20px;
}
.col-urgente label{
    display: flex;
    width: 100%;
    align-items: center;
}
.col-urgente{
    display: inline-flex;
    align-items: center;
}
.distribuitor{
    font-weight: bold;
}
.row-distribuitor{
    display: none;
}
.data-telefon a{
    display: block;
    font-weight: 700;
    font-size: 20px;
    color: #fd7b4c !important;
}

.icon_size{
    width: 80px !important;
}

.data-distribuitor{
    font-size: 14px;
}
.text-urgente{
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
}
.select-ee + .select2-form-control .select2.select2-container.select2-container--open .select2-selection,
.select-gaz + .select2-form-control .select2.select2-container.select2-container--open .select2-selection {
    background-size: 100% 100%,100% 100%;
    outline: none;
    transition-duration: .3s;
}
.select-ee + span .select2-selection,
.select-gaz + span .select2-selection{
    background-color: transparent;
    border: none;
    /*background-image: linear-gradient(0deg, #009de9 2px, rgba(0, 157, 233, 0) 0),linear-gradient(0deg, #9e9e9e 1px, rgba(189, 189, 189, 0) 0);*/
    border-bottom: 1px solid #9e9e9e;
    border-radius: 0;
    transition: background 0s ease-out;
}
.select-ee + span.select2-container--open .select2-selection,
.select-gaz + span.select2-container--open .select2-selection{
    border-bottom: 2px solid #1f446e;
}
.select-ee + span,
.select-ee,
.select-gaz + span,
.select-gaz{
    background-color: transparent;
}

.col-urgente label:first-of-type{
    margin-right: 20px;
}
.col-urgente label{
    font-size: 16px;
    font-weight: 400;
    color: #757575;
}
.data-distribuitor a{
    padding-bottom: 0px;
    background-image: linear-gradient(rgba(0,157,233,0.2), rgba(0,157,233,0.2)),linear-gradient(#1f446e, #1f446e);
    background-repeat: no-repeat;
    background-position: 0 100%, 0 100%;
    background-size: 100% 1px, 0 1px;
    font-size: 12px;
}
.top-2{
    top: 2px;
}
.center-li li {
    align-items: center !important;
}
.gdpr-table {
    font-size: 16px !important;
}
.full-btn button{
    width: 100%;
}
.p-faq {
    font-size: 18px;
    font-weight: 700;
}
.hidden-container-content {
    /* overflow-x: hidden; */
    transition: .9s linear;
    max-height: 580px;
    overflow: hidden;
    position: relative;
}
/* .hidden-container-content::after {
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    background-image: linear-gradient(180deg,hsla(0,0%,100%,0),#fff);
    transition: .4s;
} */
.hidden-container-content.active {
    max-height: 3000px;
    /* transition: .4s; */
    /* transition: .9s linear; */
    /* overflow: scroll; */
}

@media only screen and (max-width: 769px) {
        .submenu_list {position: inherit !important; box-shadow: none !important;}

   .hidden-container-content.active {
       max-height: 10000px;
   }
   .hidden-container-content {
       max-height: 820px;
   }
   .main-link {
       margin-bottom: 0px !important;
   }

    .h-450 {
        height: 300px !important;
    }

    .text-blog {
        min-height: 290px;
    }
}


.btn-carousel{
    display:none;
    cursor:pointer;
    position: absolute;
    top: 45%;
    opacity: 1;
    padding: 5px 10px 4px 14px;
    background: #1f446e;
    color: #FFF;
    font-weight: bold;
    font-size: 25px;
    border-radius: 6px;
    line-height: 1em;

    }
#previous{
    left:5px;}
#next{
    right:5px;}
#slider-div img{
    display:none;}
#slider-div{
    position:relative;
    height:300px;}

 .bg-grey-hover:hover {
     color: #d6d6d6 !important;
 }
  .bg-grey-hover{
      background-color:#34C687;
  }





.our-team{
position: relative  !important;
overflow: hidden !important;
border-radius: 20px !important;
}
.our-team img{
width: 100%;
height: 470px;
object-fit: cover;
}
.our-team .team-content{
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
padding: 35px 18px;
background: rgba(0,0,0,0.7);
transform: translateX(-100%);
transition: all 0.40s ease 0s;
}
.our-team:hover .team-content{
transform: translateX(0);
}
.our-team .team-content .post-title{
font-size: 22px;
color: #fff;
	margin-bottom: 0px;

}
.our-team .team-content .post{
font-size: 13px;
color: #cb95e1;
display: block;
margin-bottom: 20px;
}
.our-team .description-container {
    height: 95%;
    overflow: auto;
    padding-right: 5px;

}
.our-team .description-container::-webkit-scrollbar {
  width: 0.4em;
  background-color: #ffffff4f;
  border-radius: 10px

}
.our-team .description-container::-webkit-scrollbar-thumb {
    border-radius: 20px;
  background-color: #ffffff4f;

}
.our-team .description{
font-size: 14px;
line-height: 25px;
color: #fff;
margin-bottom: 20px;
}


.our-team .team-prof{
width: 100%;
position: absolute;
bottom: 0;
text-align: left !important;
padding: 20px 16px;

background: rgba(0,0,0,0.7);
transform: translateX(0);
transition: all 0.40s ease 0s;
}
.our-team:hover .team-prof{
transform: translateX(100%);
}
.our-team .team-prof .post-title{
font-size: 22px;
color: #fff;
margin: 0;
/* text-transform: uppercase; */
}
.our-team .team-prof .post{
font-size: 13px;
color: #cb95e1;
margin-bottom: 0;
}
@media only screen and (max-width: 990px) {
.our-team{ margin-bottom: 20px; }
}
.search-div{
    position: absolute;
    background-color: #136e30;
    margin-left: -152px;
    margin-top: 40px;
    padding: 10px;
    border-radius: 100px;
}
.scrolled .search-div {
    margin-top: 40px;
}

@media (max-width: 768px) {
    .scrolled .search-div {
    margin-top: 5px;
}
    .search-div {
        margin-top: 10px;
        margin-left: auto;
        right: 107px;
    }
    .ss-search-form__input input {
        width: 200px;
    }
}

.border-radius-0{
    border-radius: 0;
}
#loading{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #fff;
    height: 100%;
}

.home-img-site + .container{
    z-index: 2;
}
.home-img-site{
    position: absolute;
    z-index: 1;
    top: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.home-img{
    position: absolute;
    z-index: 1;
}
.home-img + .container{
    z-index: 2;
}
.bg-home{
    /* background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); */
    position: relative;
}
.h-450-i{
    height: 450px !important;
}
.mt-10{
    margin-top: 10px !important;
}
.row-oferta .col-md-2 p{
    text-align: center;
}

.div-links{
    font-family: 'Kanit';
}
.explicatii h4 {
    font-size: 20px;
    margin-top: 20px;
}
.explicatie-factura {
        font-weight: 600;
    border: 2px solid #1f446e;
    color: #fff;
    background-color: #1f446e;
    /* padding: 0px 11px; */
    border-radius: 50%;
    margin-right: 10px;
    width: 35px;
    height: 35px;
    line-height: 30px;
    display: inline-block;
    text-align: center;
}
.tabel_conexe_distributie td, .tabel_conexe_distributie th {
    padding: 15px;
    font-size: 16px;
}
@media (max-width: 768px) {
    .tabel_conexe_distributie td, .tabel_conexe_distributie th {
    padding: 10px;
    font-size: 16px;
}
    .styled-table th, .styled-table td {
        padding: 10px;
    }
}
.tabel_conexe_distributie thead tr {
    background-color: #FF9241;
    color: #fff;
    text-align: left;
}
.tabel_conexe_distributie th{
    border-radius:0px !important;
}
.tabel_conexe_distributie th,.tabel_conexe_distributie td {
    font-weight: 400;
}
.important_display {
    display: none!important;
}



/* BACK TO TOP */
.back-to-top-icon.show {
    bottom: 20px;
    left: 20px;
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.back-to-top-icon:hover i,i:hover {
    color: white;
}

.back-to-top-icon {
    z-index:9999;
    display:flex;
    justify-content: center;
    align-items: center;
  place-self:end;
  position: fixed;
    bottom: -50px;
    left: 20px;

  width: 50px;
  height: 50px;
  /* visual styling */
  text-decoration: none;
  /* padding: 10px 15px; */
  font-family: sans-serif;
  color: #fff;
  background: #fd7b4c;
  border-radius: 100px;
  white-space:nowrap;
  transition: .3s;
}
.back-to-top-icon:hover {
    transform: scale(.95);
}
.back-to-top-icon img {
    width: 25px;
}


.border-red{
    border: 1px solid red !important;
}
.font-size-22{
    font-size: 22px;
}
.hidden{
    display: none;
}

.despre-factura img {
    width: 100%;
}

.modal-info .modal-content {
    padding: 24px !important;
}
.modal-info{
    position: fixed;
    right: 30px;
    width: 350px;
    bottom: 30px;
    z-index: 1;
    background-color: #fff;
}
.close-modal-info img{
    width: 100%;
}

.close-modal-info {
    border: 0;
    position: absolute;
    right: -10px;
    top: -15px;
    width:20px
}
.close-modal-info i:hover{
    color: #333;
}
.modal-content .content-title{
    font-size: 16px;
    color: #ef2809;
    font-weight: 400 !important;
    font-family: 'Kanit' !important;
    font-style: normal;
}

.modal-content .content-p{
    font-size: 14px;
    line-height: 26px;
    font-family: 'Helvetica' !important;
    font-style: normal;
    color: #242B30;
}

.modal-content .content-link{
    font-weight: 400 !important;
    font-family: 'Kanit' !important;
    font-style: normal;
    font-size: 16px;
    color: #242B30;
}

@media only screen and (max-width: 768px) {
    .modal-info{
        width: 90%;
        margin: auto;
        right: 0;
        left: 0;
        top: 30px;
        bottom: auto;
        z-index: 10;
    }
}

.border-lines-popup {
    overflow: hidden;
}
.border-lines-popup .modal-content:before {
    content: '';
    width: 50px;
    height: 3px;
    background-color: #ff9241;
    top: 0;
    right: 0;
    position: absolute;
    display: block;
    transition: .5s;
}
.border-lines-popup .modal-content:after {
    content: '';
    width: 3px;
    height: 50px;
    background-color: #34C687;
    top: 50px;
    left: 0;
    position: absolute;
    display: block;
    transition: .5s;
}
.border-lines-popup .modal-dialog:before {
    content: '';
    width: 50px;
    height: 3px;
    background-color: #1f446e;
    bottom: 0;
    left: 0;
    position: absolute;
    display: block;
    z-index: 1;
    transition: .5s;
}
.border-lines-popup:hover .modal-content:before,
.border-lines-popup:hover .modal-dialog:before {
    width: 100%;
}
.border-lines-popup:hover .modal-content:after{
    height: 100%;
}
/* For Mobile */
@media screen and (max-width: 768px) {
    .security-group p.mb-2 {
        font-size:20px !important;
        margin-top: 5px;
    }
}
