
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
ul{margin: 0;padding:0;}
*{box-sizing:border-box;font-family: "Inter", sans-serif;}
::selection{
    background: #15549A;
    color: white;
}
.hover-h1{
    transition: .3s;
    font-weight: 500; font-size: 40px; color:#0E1B2F; margin-bottom: 14px

}
.hover-h1:hover{
    color: #15549A;
}
.select2-container {
    width: 100% !important;
    height: 52px;
    padding: 9px 3px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-image: none;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0 0 rgba(0,0,0,.075);
    box-shadow: inset 0 0 0 rgba(0,0,0,.075);
    margin-bottom: 10px;
    border: 2px solid #e6ecef;
}
.select2-container:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.select2-container::-moz-placeholder {
    color: #999;
    opacity: 1;
}
.select2-container:-ms-input-placeholder {
    color: #999;
}
.select2-container::-webkit-input-placeholder {
    color: #999;
}
.select2-container::-ms-expand {
    background-color: transparent;
    border: 0;
}
.select2-container[disabled],
.select2-container[readonly],
fieldset[disabled] .select2-container {
    background-color: #eee;
    opacity: 1;
}
.select2-container[disabled],
fieldset[disabled] .select2-container {
    cursor: not-allowed;
}
.select2-container--default .select2-selection--single {
    border: none !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 10px !important;
}

.select2-container:focus{
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}
span:focus {
    outline: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none !important;
}

.select2-search__field {
    width: 100%;
    height: 35px;
    padding: 6px 16px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-image: none;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0 0 rgba(0,0,0,.075);
    box-shadow: inset 0 0 0 rgba(0,0,0,.075);
    margin-bottom: 10px;
    border: 2px solid #e6ecef !important;
    outline: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.select2-dropdown {
    border: 2px solid #e6ecef !important;
    left: -2px !important;
}



.loan-rate-table .table-light {
    background-color: #eff5ff;
    margin-bottom: 30px;
}

.loan-rate-table .table thead {
    background-color: #e6f0ff;
}

.loan-rate-table .table > thead > tr > th {
    text-align: center;
    color: #15549a;
    font-size: 18px;
    border-top: transparent;
    border-bottom: transparent;
    padding: 20px;
}

.loan-rate-table .table tbody tr td {
    text-align: center;
    font-size: 16px;
    color: #414855;
    font-weight: 600;
    border-top: transparent;
    padding: 20px 0px;
}

.loan-half-section {
    padding: 100px;
}
.feature-bg {
    background-color: #fff;
    border-radius: 4px;
    padding: 60px;
    text-align: center;
    border: 1px solid #eaeef1;
}
.bg-primary-light {
    background-color: #e0efff !important;
}
.bg-default-light {
    background-color: #ffdced !important;
}
.bg-success-light {
    background-color: #d4ffe0 !important;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: .25rem;
    margin-bottom: 30px;
}

.card-body {
    padding: 30px;
    background-color: #fff;
}

.card-header {
    background-color: #fff;
}


.lift {
    background: #fff;
    -webkit-transition: -webkit-box-shadow 0.25s ease,
    -webkit-transform 0.25s ease;
    transition: -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
    -o-transition: box-shadow 0.25s ease, transform 0.25s ease;
    transition: box-shadow 0.25s ease, transform 0.25s ease;
    transition: box-shadow 0.25s ease, transform 0.25s ease,
    -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
}

.lift:focus,
.lift:hover {
    -webkit-box-shadow: 0 1rem 2.5rem rgba(27, 22, 66, 0.1),
    0 0.5rem 1rem -0.75rem rgba(27, 22, 66, 0.1) !important;
    box-shadow: 0 1rem 2.5rem rgba(27, 22, 66, 0.1),
    0 0.5rem 1rem -0.75rem rgba(27, 22, 66, 0.1) !important;
    -webkit-transform: translate3d(0, -3px, 0);
    transform: translate3d(0, -3px, 0);
}

.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
    margin-top: 40px;
}


.post-caption-block {
    position: relative;
}
.post-caption-img {
    border: 1px solid #f1f1f1;
}
.post-caption-img img {
    border-radius: 3px;
    min-height: 375px;
}

.post-caption-content {
    position: absolute;
    bottom: 0px;
    padding: 27px;
    background: rgb(2,0,36);
    background: linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(0,0,0,0) 100%, rgba(0,212,255,1) 100%);
    width: 100%;
}

.post-caption-block .meta {
    text-transform: capitalize;
}

.cta-section-app {
    background: url(../new/cta-img-4.jpg) no-repeat;
    background-size: cover;
    background-position-x: 50%;
}

.hero {
    position: relative;
    padding-top: 10px;
    padding-bottom: 18px;
    background: url(../new/brand_bg-min.jpg) no-repeat center;
    background-size: cover;
}
.header {
    padding-top: 10px;
    padding-bottom: 10px;
}
.icon {
    margin-bottom: 30px;
}
.mb-3 {
    margin-bottom: 10px;
}
.feature-icon-style {
    text-align: center;
    border: 1px solid #ece9e9;
    padding: 30px;
    border-radius: 9px;
    background: #f4f6f838;
}
#navigation.small-screen #menu-button {
    border: none !important;
    margin-right: 16px;
}

@media only screen and (max-width: 480px) {
    .loan-rate-table .table tbody tr td {
        font-size: 12px;
    }
}

.width-360{
    margin-top: 40px;
    border: none; width: 100%
}
.modal-footer {
    padding-top: 20px;
}
.crisp-1uswakw.crisp-ogcg7k {
    display: none !important;
    visibility: hidden !important;
}
#show_dec_message {
    display: none;
}
.cd-top {
    bottom: 100px;
    right: 20px;
}

.request-form{
    border-radius: 5px;
    box-shadow: 0 7px 25px 10px rgba(0, 0, 0, 0.25);
    transition: all .3s ease;
}
.custom-container {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}



.rounded-esi{border-radius:16px }
.rounded-esi1{border-radius:12px }
.rounded-esi3{border-radius:8px }
.rounded-esi2{border-radius:6px }
.cards-flex-boxs-box{
    background: #F5F5F5;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 24px;
    gap: 24px;
}
.cards-flex-box{
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 24px;
    img{
        width: 32px;
        object-fit: cover;
    }
    .card-esi{
        font-weight: 500 ; font-size: 14px; color: #3f3f3f
    }
    .card-esi2{
        font-size: 14px; font-weight: 400; color: #3f3f3f
    }

}
.panel-title i{
    display: none !important;
}
.div-input-login{
    margin-top: 30px; border: 1px solid #dedede;padding:16px 24px; background: #fff;
    input{
        border: none; background: none; outline: none; font-size: 20px; font-weight: 400
    }
    label{
        font-size: 12px; color: #000; font-weight: 600; display: block; margin-bottom:6px
    }
}
.div-input-login4 {
    margin-top: 20px;
    border: 1px solid #dedede;
    padding:12px 24px;
    border-radius: 8px;
    height: 86px;
    label{
        font-size: 12px; color: #000; font-weight: 600; display: block; margin-bottom:6px
    }

}

.div-input-login4 textarea{
    border: none;
    width: 100%;
    font-size: 20px; font-weight: 400;
    outline: none;
}
.esmer .div-input-login4 {
    background: #fff;
}
.div-input-login4 input{
    border: none; background: none; outline: none; font-size: 20px; font-weight: 400;
    height: initial;
    box-shadow: none !important;
    padding: 0;
}
.div-input-login4 select{
    padding: 0;
    height: initial !important;
    font-size: 20px;
    /*appearance: none;*/
    border-color: transparent !important;
    border: none;
    outline: none;
    box-shadow: none !important;

}


.input-grid-esi{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.div-input-login3{
    border: 1px solid #dedede;padding:16px 24px; background: #fff;
    input{
        border: none; background: none; outline: none; font-size: 20px; font-weight: 400;width: 100%;
    }
    label{
        font-size: 12px; color: #000; font-weight: 600; display: block; margin-bottom:6px
    }
}

.div-input-login2{
    margin-top: 25px; border: 1px solid #dedede;padding:16px 24px; background: #fff;
    input{
        border: none; background: none; outline: none; font-size: 20px; font-weight: 400
    }
    label{
        font-size: 12px; color: #000; font-weight: 600; display: block; margin-bottom:6px
    }
}

.register-esi{
    display: grid;
    grid-template-columns:  1fr;
    gap: 20px;
}


.has-error{
    border: 1px solid red;
}
.active-breadcrumb{
    color: #fff;
    text-transform: capitalize;
    background: none;
    position: relative;
    margin-left: 10px;
    font-weight: 500; font-size: 12px
}
.active-breadcrumb::before{
    position: absolute;
    color: white !important;
    left: -12px;

}
.custom-bg-tarif{
    width:  100%;
    min-height: 600px;
    background: url(../new/tariff-bg.png);
    background-size: cover;
    padding: 12px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: end;
    gap: 24px;
}
.tarif-button-flexbox{
    display: grid;
    grid-template-columns: 1fr 1fr ;
    gap: 20px;
    width: 100%;
    place-items: center;
}
.btn-tariff{
    grid-column: 1 /span 2;
}
.button-tarif-page{
    background: white;
    padding: 17px 34px ;
    box-shadow: 0 0 8px #00000020;
    border:none;
    min-height: 82px;
    width: 304px;
    display: flex;
    justify-content: start;
    align-items: center;
    gap:14px
}
.button-tarif{
    max-width: 238px;
    width: 100%;
    background: white;
    padding-block: 18px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items:  center;
    gap: 14px;
    border: none;
    span{
        font-weight: 500 ;
        color: black;
        font-size: 18px;
    }
}
.button-tarif:first-child{
    span{
        font-weight: 500;
        font-size: 30px;
        line-height: 45px;
    }
}
.button-tarif:not(:first-child):hover , .button-tarif.active{
    background: #afecf0;
}
.button-blue-esi{
    background: #15549A; text-transform: capitalize; font-size: 18px; display: inline-block;  width: 255px; padding: 16px; color: #fff; font-weight: 500;
}
.alert-esi{
    margin-top: 20px;
    background: #f5f5f5; color: #ff0000; border-radius: 16px;padding: 16px ; text-align: center; font-size: 18px; font-weight: 600;
}
.alert-esi2{
    background: #f5f5f5; color: #2EE572; border-radius: 16px;padding: 16px ; text-align: center; font-size: 18px; font-weight: 600;
}
.alert-esi3{
    background: #f5f5f5; color: #15549ACC; border-radius: 16px;padding: 16px ; text-align: center; font-size: 18px; font-weight: 600;
}
#pkg_pay_btn{
    border-radius: 12px;
    width: 255px;
    display: inline-block;
    padding: 16px;
    background: #ff83bf;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 500;
}
.tarifs{
    background: white;
    padding: 30px;
    width: 100%;

}
.box-shadow-esi{
    box-shadow: 0 0 8px #00000020;
}
.tariff-box{
    background: white;
    padding: 34px 17px ;
    box-shadow: 0 0 8px #00000020;
    border:none;
    width: 304px;
    min-height: 593px;
    display: flex;
    justify-content: center;
    margin-top: 20px;
    gap:14px
}
.tariff-box h4{
    color:#0000FF;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    margin-bottom:20px ;
}
.tarifs h4{
    color:#0000FF;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 20px;
}
.tarif-list, .tarif-list2{
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content:  space-between;
    gap: 20px;

}
.tarif-list li,  .tarif-list2 li{
    padding: 0;
    border-bottom: 1px solid #ddd;
    display:  flex;
    justify-content:  space-between;
    align-items: center;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #4E008E;
    span{
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        color: #B198D8;
    }
}
.tarif-list2{gap: 30px;}
.tarif-list2 li{
    border-bottom: none;
}
.bg-blue-esi{
    background: #4274ac;
    border-radius: 12px;
    width: 100%;
    padding:24px 12px 0 12px ;
    color:#fff ;
}

.flex-esi h1{
    color: #fff;
    font-size: 24px;
    font-weight: 500;
}
.flex-esi p{
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}
.flex-esi-inside{
    display: flex;
    gap: 14px;
    flex-direction: column;
    min-height: 250px;
    align-items: flex-start;
}
.bg-globe{
    background: url(../new/glob.png);
    background-size: cover;
    background-repeat:no-repeat;
    background-position: center;
    width: 100%;
    height: 310px;
}
.inputs{
    display:  flex;
}

.inputs button{
    border-radius: 10px;
    width: 56px;
    height: 45px;
    background: #ccc;
    color:#fff;
    border:none;
    display: inline-flex;
    align-items:  center;
    justify-content:  center;

}
.inputs input{
    border-radius: 8px;
    padding: 8px;
    background: #fff;
    width: 212px;
    height: 45px;
    margin-right: 12px;
    border:none;
}
.store-card-div{
    height: 115px;
    margin: 17px;
    display: flex;
    justify-content: center;
}


.store-card {
    animation: floating 10s ease-in-out infinite;
    will-change: transform;
}
.even-card {
    animation-name: floating-even;
}
.odd-card {
    animation-name: floating-odd;
}

.store-card:nth-child(1) { animation-delay: 0.1s; }
.store-card:nth-child(2) { animation-delay: 0.2s; }
.store-card:nth-child(3) { animation-delay: 0.3s; }
.store-card:nth-child(4) { animation-delay: 0.4s; }
.store-card:nth-child(5) { animation-delay: 0.5s; }
.store-card:nth-child(6) { animation-delay: 0.6s; }
.store-card:nth-child(7) { animation-delay: 0.7s; }
.store-card:nth-child(8) { animation-delay: 0.8s; }
.store-card:nth-child(9) { animation-delay: 0.9s; }
.store-card:nth-child(10) { animation-delay: 1.0s; }
.store-card:nth-child(11) { animation-delay: 1.1s; }
.store-card:nth-child(12) { animation-delay: 1.2s; }

@keyframes floating-even {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-15px);
    }
}

@keyframes floating-odd {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(15px);
    }
}

.store-card:hover {
    animation-play-state: paused;
}
.services-grid{
    display: grid; grid-template-columns: 1fr;gap: 20px
}
.service-grid-esi{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;

}
.contact-esi{
    display: grid;
    grid-template-columns: 1fr;
    background: white;
    padding: 24px;
    gap: 24px;
}
.h2-esi{font-size: 24px; font-weight: 500; color: #11549a}
.p-esi{font-size: 16px; font-weight: 500; color: #5c5a5a}
.contact-grid-esi-2{
    margin-block: 40px;
    display:  grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
}
.contact-box-esi{
    padding: 34px;
    background: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 24px;
    i{
        color: #11549a
    }
    h2{
        font-size: 18px; font-weight: 500; color: #000;
        margin: 0;
    }
    p, a{font-size: 16px; color: #747373;font-weight: 400}

}
.login-form-esi{
    max-width:350px;
    padding-inline: 10px;
}
.sub-nav{
    border-top: 1px solid #dedede !important;
}
.active-esi a, .sub-nav>.nav li a:focus, .sub-nav>.nav li a:hover, .sub-nav>.nav li.active a{
    background: #AFECF0 !important;
    color: #000 !important;
    font-size: 16px !important;
}


.not-active-esi a{
    background: #fff !important;
    color: #000 !important;
    font-size: 16px !important;
}
.pink-buttton{
    background: #f51f8a;
    color: #fff;
    padding: 16px ;
    font-size: 10px;
    display: block;
    margin-bottom: 12px
}
.title-blue{
    color: #15549A;font-size: 24px;
}
.st-tabs .nav-tabs{border-radius: 16px !important; overflow: hidden !important;border: 1px solid #dedede}
.nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover, .st-tabs .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover, .st-tabs .nav-tabs>li.active>a {
    background: #AFECF0 !important;
}
.st-tabs .nav-tabs>li>a:hover{
    background: #AFECF0 !important;
}
.st-tabs .nav-tabs>li>a{
    background: #fff !important;
}
.list-3{
    display: flex !important; justify-content: space-between; align-items: center; gap: 14px
}
.list-3-icon{
    width: 34px; height: 34px;
    i{
        font-size: 16px; color: #15549A
    }

}
.m-esi{
    margin-top: 20px;
}
.list-group-item{
    padding: 16px 24px !important;
}
.list-1{
    font-size: 18px; font-weight: 600; color: #778191;
}
.list-2{font-size: 18px}
.content-news p, .content-news div{
    font-size: 24px;
    line-height: 1.5;
    font-weight: 400 ;
    color: #66707F;
}
.content-news b{
    font-weight: inherit;
}
.content-news h1, .content-news h2 , .content-news h3 , .content-news h4{
    color: #15549A;
    font-size: 24px;
}
.declaration{
    padding-inline: 10px;
}
.mobil-tetbiq{
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.image-2{
    width: 150px;
}

.mobile-esi{
    background: #ED1908;
    background: linear-gradient(29deg,rgba(237, 25, 8, 1) 0%, rgba(32, 71, 244, 1) 100%);
    padding-inline: 40px;
    min-height: 200px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.mobile-esi-child{
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items:  center;
    text-align: center;
    gap: 35px
}
.blue_hover:hover{
    background: #D6FCFF;
    box-shadow: 0 0 8px #00000020;

}
.black_hover {
    position: relative;
    transition: all 0.8s ease-in-out;
}

.black_hover {
    position: relative;
    overflow: hidden;
}

.black_hover::before {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    background: rgb(14, 27, 47);
    z-index: 1;
    transform: scale(1.2);
    opacity: 0;
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.black_hover:hover::before {
    transform: scale(1);
    opacity: 0.7;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.menu-ul li>a{
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #66707F !important;
    padding:  10px !important;

}
.flex-header{margin-top: 44px ; display: flex; justify-content: space-between; align-items: center}
.flex-header .img1{width:120px ; height: 50px}
.flex-header .img2{width:60% ; object-fit: cover}
.padding-esi{
    padding:24px 10px
}
.card-detail-esi{
    flex-direction: column;
    background: #F5F5F5;
    margin-bottom: 24px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap:  20px;
}
.table-esi{
    border: 1px solid #ddd;
}
.table-esi td{
    color: #778191;
}
.table-esi th{
    color: #4C4E50;
}
.table-esi td, .table-esi th{
    padding: 16px 24px !important;
    font-weight: 600;
    font-size: 18px;

}
.nav-justified>li{height: 50px !important}
.nav-justified>li>a{height: 100%}
.mobile-hidden{display: none}
@media (min-width: 768px) {
    .custom-bg-tarif{padding: 32px;}
    .tarif-button-flexbox{
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    }
    .btn-tariff{
        grid-column: 1 /span 1;
    }
    .button-tarif{

        flex-direction: row;

    }
    .m-esi{
        margin-top:0;
    }
    .list-3{
        justify-content: center;
    }
    .list-3-icon{
        width: 48px;
        height: 48px;
        i{
            font-size: 24px;
        }
    }
    .h2-esi{font-size: 40px; }
    .p-esi{font-size: 23px; }
    .mobile-hidden{display: block}
    .card-detail-esi{
        gap: 0;
        flex-direction: row;
        justify-content: space-between;
        align-items: center
    }
    .padding-esi{padding:24px 30px}
    .flex-esi-inside{
        width: 50%;
        padding-left: 60px;
    }
    .flex-header{margin-top: 0; justify-content: center; align-items: end; gap: 30px; width: 50%}
    .flex-header .img1{width:100px ; height: 50px; margin-bottom: 30px}
    .flex-header .img2{width:400px ; }
    .inputs{
        display: flex;
    }
    .inputs button{
        width: 56px;
        height: 56px;
    }
    .inputs input{
        padding: 15px;
        width: 268px;
        height: 56px;

    }
    .flex-esi h1{
        font-size: 40px;
    }
    .flex-esi p{
        font-size: 24px;
        line-height: 34px;
    }
    .flex-esi{
        display:  flex;
        justify-content:   space-between;
        align-items:   center;
        flex-direction: column;
        gap: 20px;
    }
    .width-360{
        width: 360px
    }
    .mobile-esi-child{
        text-align: left;
        align-items:  initial;
    }
    .mobile-esi{
        flex-direction: row;
    }

    .image-1{
        display: none;
    }
    .image-2{
        width: 250px; position: absolute; bottom: 0; right: -4px
    }
    .declaration{
        padding-inline: 40px;
    }
    .image-news{
        width: 50%;
    }
    .title-blue{
        font-size: 40px;
    }
    .pink-buttton{
        padding: 16px 24px;
        font-size: 40px;
    }
    .login-flex3{
        display:  flex !important;
        align-items: center ;

    }
    .login-flex{
        display: flex; justify-content: center; align-items: center
    }
    .login-flex2{
        display: flex; justify-content: center; align-items: center; gap: 20px;
    }
    .custom-container {
        max-width: 96%;
    }
    .tarifs{
        width: 70%;
    }
    .services-grid{
        grid-template-columns: 1fr 1fr;
    }
    .contact-grid-esi-2{

        grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
    }
    .login-form-esi{
        max-width: initial;
        width: 500px;
    }





}
@media (min-width: 992px) {
    .alert-esi{
        margin-top: 0;}
    .cards-flex-boxs-box{
        flex-direction: row;
        gap: 0;
    }
    .cards-flex-box{
        flex-direction: column;

    }
    /*.flex-header .img2{width:100% ; }*/
    .flex-esi-inside{
        min-height: 400px;
    }
    .image-1{
        display: block;
    }
    .contact-esi{
        grid-template-columns: 1fr 1fr;
        padding: 24px 40px;
    }
    .register-esi{
        grid-template-columns: repeat(2, 1fr);
    }
    .tarifs{
        width: 50%;
    }
    .bg-globe{
        width: 42%;
    }
    .flex-esi{
        align-items:   initial;
        flex-direction: row;
    }
    .bg-blue-esi{
        padding-top: 82px ;
        padding-left:  40px;
        border-radius: 36px;
    }
    .store-card-div{
        height: 165px;

    }
    @keyframes floating-even {
        0%, 100% {
            transform: translateY(0);
        }
        50% {
            transform: translateY(-40px);
        }
    }
    @keyframes floating-odd {
        0%, 100% {
            transform: translateY(0);
        }
        50% {
            transform: translateY(40px);
        }
    }

    .service-grid-esi{
        display: grid;
        grid-template-columns: repeat(4,1fr);
        gap: 20px;

    }
    .col-2-services1{
        grid-column:  1 / span 2;
    }
    .col-2-services2{
        grid-column:  3 / span 2;
    }

}
@media (min-width: 1180px) {

    .mobil-tetbiq{
        width: 60%;
    }
    .custom-container {
        max-width: 1280px;

    }
}

.compare-block > .cards-flex-boxs-box:first-child {
    margin-bottom: 0 !important;
}



