body {
    font-family: 'Poppins', sans-serif;
    background-color: #f6f6f6;
    font-size:14px;
    color: #0d3f67;
}
.container {
    max-width:1300px!important;
}
.slider-webs {
    /* background: #1b2d3b url('../images/slider-bg.png'); */
    /* background: url(../images/header.jpg) no-repeat;
    background-position: center -100px;
    background-repeat: no-repeat;
    height: 477px;
    
    position: relative;
    z-index: -1;
    background-size: cover; */
}
.slider-web {
    /* background: #1b2d3b url('../images/slider-bg.png'); */
    background: url(../images/header.jpg) no-repeat;
    width: 100%;
    background-position: top center;
    min-height: 383px;
}
.slider-web .logo{
    padding-top: 10px;
}
.header-back{
    background-color: #032851;
    padding: 20px;
}
header .img-logo img{
    filter: brightness(0) saturate(100%) invert(11%) sepia(48%) saturate(2778%) hue-rotate(177deg) brightness(98%) contrast(103%);
}
.slider-shape {
    overflow: hidden;
    width: 100%;
}
.slider-shape img {
    height: 100%;
    left: -10%;
    position: relative;
    width: 120%;
}
.slider-title {
    color: #0d3f67;
    font-size: 28px;
    font-weight: 700;
    line-height: 37px;
    margin: 0;
    padding-bottom: 8px;
    padding-top: 15px;
}
.slider-sub {
    color: #0d3f67;
    font-size: 18px;
    line-height: 27px;
    max-width: 80%;
    margin-bottom: 2px;
}
.slider-list {
    list-style:none;
    padding:0;
}
.slider-list li {
    color: #0d3f67;
    margin-bottom: 7px;
}
.slider-list li span{
    padding-left:10px;
    font-size: 16px;
    font-weight: 500;

}
.slider-list li:before{
    content:'';
   background:url('../images/icon-check.png') no-repeat;
    width:28px;
    height:28px;
    display:inline-block;
    vertical-align: middle;
}
.section-title {
    color: #0d3f67;
    font-size: 28px;
    font-weight: 600;
    left: -20px;
    line-height: 37px;
    margin: 20px auto 11px;
    max-width: 1310px;
    padding-left: 40px;
    position: relative;
    scroll-margin-top: 140px;
    top: 20px;
}
.section-title:before {
    background-color: #cc1d21;
    border-radius: 50px;
    content: "";
    display: block;
    height: 18px;
    left: 10px;
    position: absolute;
    top: calc(50% - 9px);
    width: 18px;
}
.steper-box-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 30px;
    text-transform: capitalize;
}
.steper-box {
    background-color: #fff;
    border-radius: 33px;
    box-shadow: 0 3px 15px #0000000d;
    padding: 20px 20px 20px 28px;
    z-index: 9;
    margin-top:25px;
}
.steper-box .steper-list-item {
    display: flex;
    gap: 10px;
    color: #0d3f67;
}

.steper-list-item-state .circle-step{
    background:url('../images/icon-circle.png') no-repeat;
    align-items: center;
    border: 2px solid #1b2d3b;
    border-radius: 100px;
    display: flex;
    height: 24px;
    justify-content: center;
    position: relative;
    transition: .2s;
    width: 24px;
    background-position: 2px;
}
.steper-list-item-state .line {
    background-color: #1b2d3b;
    content: "";
    height: 33px;
    position: relative;
    width: 2px;
}
.steper-list-item-state {
    align-items: center;
    display: flex;
    flex-direction: column;
}
.steper-box .steper-list-item.active .circle-step {
    border: 2px solid #cc1d21;
    background-color: #cc1d21;
}
.steper-list-item.active .steper-list-item-state .line {
    background-color:#cc1d21;
}
.steper-box .steper-list-item.active2 .circle-step {
    border: 2px solid #1f9761;
    background-color: #1f9761;
}
.steper-list-item.active2 .steper-list-item-state .line {
    background-color:#1f9761;
}
.main-box {
    background-color: #fff;
    border-radius: 33px;
    box-shadow: 0 3px 15px #0000000d;
    padding: 20px 20px 20px 28px;
    margin-top: 25px;
}
.main-box-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    margin-top: 25px;
    text-align: center;
}
.main-box-title span {
    font-size: 18px;
    font-weight: 500;
}
.main-box-line {
    background: #cc1d21;
    border-radius: 9px;
    display: block;
    height: 10px;
    margin: 16px auto 19px;
    width: 102px;
}
.main-box-content-title {
    color: #0d3f67;
    line-height: 24px;
    text-align:center;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 6px;
    min-height: 48px;
}


/***Custom radio****/
.option-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    top: 13.33333px;
    right: 0;
    bottom: 0;
    left: 0;
    height: 24px;
    width: 24px;
    transition: all 0.15s ease-out 0s;
    background: #cbd1d8;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin-right: 0.5rem;
    outline: none;
    position: relative;
    z-index: 1000;

}
.option-input:hover {
    background: #9faab7;
}
.option-input:checked {
    background: #21a366;
}
.option-input:checked::before {
    width: 24px;
    height: 24px;
    display:flex;
    content: '\f00c';
    font-size: 18px;
    font-weight:bold;
    position: absolute;
    align-items:center;
    justify-content:center;
    font-family:'Font Awesome 5 Free';
}
.option-input:checked::after {
    -webkit-animation: click-wave 0.65s;
    -moz-animation: click-wave 0.65s;
    animation: click-wave 0.65s;
    background: #21a366;
    content: '';
    display: block;
    position: relative;
    z-index: 100;
}
.option-input.radio {
    border-radius: 50%;
}
.option-input.radio::after {
    border-radius: 50%;
}

@keyframes click-wave {
    0% {
        height: 40px;
        width: 40px;
        opacity: 0.35;
        position: relative;
    }
    100% {
        height: 200px;
        width: 200px;
        margin-left: -80px;
        margin-top: -80px;
        opacity: 0;
    }
}

.box-option {
    line-height:40px;
    align-items: center;
    background-color: #fbfbfb;
    border: 2px solid #cecece;
    border-radius: 16px;
    box-shadow: 0 3px 15px #00000029;
    cursor: pointer;
    height: 240px;
    justify-content: center;
    -webkit-user-select: none;
    user-select: none;
    width: 190px;
    text-align:center;
    margin: 0 10px;
    gap: 12px;
    display: flex;
    flex-direction: column;
}
.box-option {
    line-height:40px;
    align-items: center;
    background-color: #fbfbfb;
    border: 2px solid #cecece;
    border-radius: 16px;
    box-shadow: 0 3px 15px #00000029;
    cursor: pointer;
    height: 240px;
    justify-content: center;
    -webkit-user-select: none;
    user-select: none;
    width: 190px;
    text-align:center;
    margin: 0 10px;
    gap: 12px;
    display: flex;
    flex-direction: column;
}
.main-box-content {
    text-align:center;
}
.main-box-options {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px;
    margin-bottom: 60px;
}

.main-box-options-energy {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px;
    margin-bottom: 60px;
}
.box-option-btn {
    margin:30px 0;
}
.csteps {
    transition: top 1s ease-in-out;
}
.d-none {
    transition: top 0.5s ease-in-out;
}
.box-main-btn {
    border: none;
    border-radius: 100px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    height: 48px;
    text-transform: uppercase;
    background-color: #cc1d21;
    padding: 10px 40px;
    margin:10px 0;
}
.box-main-btn i {
    padding-left: 30px;
}
.box-main-btn:hover {
    opacity: .8;
    color:#fff;
}
.box-description .slider-list li{
    color:#0d3f67;
}
.box-description .slider-list li span {
    font-weight: normal;
    font-size:14px;
}
.main-box2 {
    background-color: #fff;
    border-radius: 33px;
    box-shadow: 0 3px 15px #0000000d;
    padding: 0 40px;
    margin-top: 25px;
}
.video-report video {
    border-radius: 26px;
    box-shadow: 0 3px 15px #0000000d;
    max-width: 100%;
}
.report-content {
    display: flex;
    margin-top: 27px;
}
.report-text {
    color: #0d3f67 !important;
    font-weight: 400;
    font-size: 16px;
    line-height:25px;
}
.arrow-btn {
    border: none;
    border-radius: 100px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    height: 48px;
    text-transform: uppercase;
    background-color: #cc1d21;
    padding-top: 11px;
}
.arrow-btn:hover {
    opacity: .8;
    color:#fff;
}
.section-title2{
    color: #0d3f67;
    font-size: 28px;
    font-weight: 600;
    line-height: 37px;
    position: relative;
    text-align: center;
}
.section-title2:before {
    background: linear-gradient(190deg,#cc1d21,#cc1d21);
    border-radius: 9px;
    content: "";
    display: block;
    height: 12px;
    margin: 16px auto 31px;
    width: 102px;
    position: absolute;
    bottom: -51px;
    right: 46%;
}
.box-company-logo {
    align-items: center;
    background-color: #fff;
    border-radius: 33px;
    box-shadow: 0 3px 15px #0000000d;
    display: flex;
    height: 131px;
    justify-content: center;
    transition: .2s;
    margin:20px 0;
}
.cimage {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.box-info {
    text-align:center;
}
.info-box {
    padding:40px 0;
}
.box-company-logo:hover {
    transform: scale(1.1);
}
.be-content {
    margin-top:40px;
    color: #0d3f67;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    padding-bottom: 20px;
    padding-left: 100px;
    padding-right: 100px;
}
.be-content .badge-success {
    background-color: #2a7c49;
    font-weight:bold;
    font-size: 14px;
}
.nimg {
    width: 100%;
    height: 70%;
    object-fit: contain;
}
.feedback-box {
    background-color: #fff;
    border-radius: 33px;
    box-shadow: 0 0 20px #0000000d;
    color: #325688;
    display: flex;
    gap: 16px;
    height: 100%!important;
    min-width: calc(50% - 50px);
    padding: 41px 16px;
    position: relative;
    transition: .4s;
    margin: 84px;
}
.feedback-box:before {
    content:'';
    background:url('../images/feedback-icon.png') no-repeat;
    width:70px;
    height:70px;
    position:absolute;
    top: -31px;
    right: 54px;
}
.feedback-section {

}
.feedback-title {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
}
.feedback-content {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-size: 12px;
    height: 120px;
    line-height: 20px;
    margin-bottom: 0;
    opacity: .69;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
}
.feedback-img {
    border-radius: 23px;
    height: 140px;
    margin-left: -100px;
    object-fit: contain;
    width: 140px;
}
.feedback-rate {
    display: flex;
    gap: 4px;
}
.footer {
    background-color:#032851;
    font-size: 16px;
    margin-top: 50px;
}
.copyright {
    background-color: #131d25;
    padding: 15px;
    color: #fff;
    margin-top:30px;
}
.btn-back {
    background-color: #1b2d3b;
}
.box-radio {
    border: 2px solid #21a366;
    height: 62px;
    width:100%;
    border-radius: 16px;
    box-shadow: 0 3px 15px #00000029;
    cursor: pointer;
    display: flex;
    background-color: #fbfbfb;
    padding: 3px 10px;

}
.box-radio div {
    margin: 14px 0px;
}
.main-box-options-inline {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px;
    margin-bottom: 60px;
    flex-direction: column;
}
.wizard-box {
    align-items: flex-start;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 3px 15px #0000000d;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 341px;
    padding: 10px 30px 15px;
    transition: .4s;
    margin-bottom:10px;
}
.wizard-box-text {
    color: #0d3f67;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    min-height: 128px;
    padding-top: 10px;
    text-align: left;
}
.wizard-box a {
    color: #0d770d;
}
.input-number-section label{

}
.input-number {
    border: 1px solid #0d3f67;
    border-radius: 100px;
    font-size: 16px;
    font-weight: 500;
    height: 45px;
    margin-top: 2px;
    padding-left: 17px;
    position: relative;
    width: 240px;
    display: inline-block;
}

#ex13 .slider-track-high, #ex13a .slider-track-high {
    background: #babfc3;
}

#ex13 .slider-track-low, #ex13a .slider-track-low {
    background: #babfc3;
}

#ex13 .slider-selection {
    background: #babfc3;
}
#ex13a .slider-tick.in-selection {
    background-color:#1b2d3b;
    background-image:linear-gradient(to bottom, #1b2d3b, #1b2d3b)
}
.slider-handle {
    background:#1b2d3b;
}
.slider-selection {
    background-color: #1b2d3b;
}
#ex13a .slider-track-low {
    background: #1b2d3b;
}

#ex13a .slider-selection {
    background: #1b2d3b;
}
#ex13a {
    width: 600px;
}

.slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
    color: #000;
    font-size: 18px;
    margin-top: 5px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}
.slider-tick {
    background-color:#babfc3;
    background-image:linear-gradient(to bottom, #babfc3, #babfc3);
    width: 28px;
    height: 28px;
    margin-top: -4px;
}
.tooltip-inner {
    background-color: #264c6a;
    border-radius: 12px;
    color: #fff;
    width: 100px;
    line-height:40px;
}
.bs-tooltip-top .arrow::before {
    border-top-color:#264c6a;
}
.slider .tooltip.bs-tooltip-top {
    margin-top: -68px;
}
.range-section {
    margin:70px 0;
}
.slider-tick-label-container {
    margin-left:-75px!important;
}
.slider-tick-label {
    width:150px!important;
}
.box-text-input {
    width: 240px;
}
.info-inputs {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom:30px;
}
.etape_check {
    color: #676767;
}
.connexion div {
    color: #0d3f67;
    line-height: 24px;
    font-size: 18px;
    text-align: left;
    padding-bottom: 10px;
}
.progress-bar-striped  i {
    padding:0;
}

.inputGroup {
    display: block;
    margin: 5px 0;
    position: relative;
}

.inputGroup label {
    padding: 12px 30px;
    font-size: 12px;
    width: 100%;
    display: block;
    text-align: left;
    color: #3C454C;
    cursor: pointer;
    position: relative;
    z-index: 2;
    -webkit-transition: color 200ms ease-in;
    transition: color 200ms ease-in;
    overflow: hidden;
    background-color: #f0f0f0;
    border-radius: 25px;
}

.inputGroup label:before {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    content: '';
    background-color: #cc1d21;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale3d(1, 1, 1);
    transform: translate(-50%, -50%) scale3d(1, 1, 1);
    -webkit-transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    z-index: -1;
}

.inputGroup label:after {
    width: 25px;
    height: 25px;
    content: '';
    border: 2px solid #ece9e9;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
    background-repeat: no-repeat;
    background-position: -1px 0px;
    border-radius: 50%;
    z-index: 2;
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    -webkit-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}

.inputGroup input:checked ~ label {
    color: #fff;
}

.inputGroup input:checked ~ label:before {
    -webkit-transform: translate(-50%, -50%) scale3d(56, 56, 1);
    transform: translate(-50%, -50%) scale3d(56, 56, 1);
    opacity: 1;
}

.inputGroup input:checked ~ label:after {
    background-color: #cc1d21;
    border-color: #cc1d21;
}

.inputGroup input {
    width: 32px;
    height: 32px;
    -webkit-box-ordinal-group: 2;
    order: 1;
    z-index: 2;
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    visibility: hidden;
}
.success-step-title {
    font-size:16px;
    line-height:30px;
}
.legal-box {
    color: #444;
    font-size: 16px;
    text-align:justify;
}
.legal-title {
    font-size: 16px;
    font-weight: bolder;
    text-transform: uppercase;
    margin: 15px 0;
}
.copyright a {
    color:#fff;
    margin:0 10px;
}
.contact-title {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -.05px;
    line-height: 24px;
    margin-bottom: 20px;
}
.contact-box input {
    border: 1px solid #acacac;
    border-radius: 7px;
    font-size: 14px;
    height: 45px;
    margin: 0;
    outline: none;
    padding-left: 15px;
    margin-bottom:10px;
}
.contact-box textarea {
    border: 1px solid #acacac;
    border-radius: 7px;
    font-size: 14px;
    height: 112px;
    outline: none;
    padding-left: 15px;
    padding-top: 13px;
}
.contact-box label {
    margin: 0;
}
.btn-contact {
    background-color: #cc1d21;
    border: none;
    border-radius: 100px;
    color: #fff;
    cursor: pointer;
    font-weight: 500;
    height: 48px;
    letter-spacing: .3px;
    margin-top: 20px;
    text-transform: uppercase;
    transition: .2s;
    width: 163px;
}
.btn-contact:hover {
    opacity: 0.8;
    color:#fff;
}
.help-icon {
    background:url('../images/icon-help.png') no-repeat;
    width:48px;
    height:48px;
    display:inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.help-title {
    display: flex;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 20px;
}
#accordion .btn-link {
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    line-height: 25px;
    margin-bottom: 13px;
    color:#1c1c1c;
    text-decoration: none;
    text-align: left;
    width: 100%;
}
#accordion .card {
    border-left: none;
    border-right: none;
}
#accordion .card-header {
    background-color: #fff;
    border: 0;
    cursor: pointer;
    border-bottom: 1px solid #e3e3e3;
    border-top: 1px solid #e3e3e3;
    padding: 13px 0px;
    font-size: 14px;
    font-weight: 500;
    line-height: 25px;
}
#accordion p {
    padding: 5px;
}
#accordion .card-body {
    padding:10px 0;
}

#accordion .card{
    border:none;
}
    /* Custom style */
#accordion .card-header:after {
    font-family: "Font Awesome 5 Free";
    content: "\f056";
    float: right;
}
#accordion .card-header.collapsed:after {
    font-family: "Font Awesome 5 Free";
    /* symbol for "collapsed" panels */
    content: "\f055";
}

@media (max-width: 576px) {
    .slider-web {
        height: 230px;
        background-size: cover
    }
    .slider-title {
        font-size: 16px;
        line-height: 1.6em;
        padding-top: 20px;
    }
    .slider-sub {
        font-size: 15px;
        line-height: 20px;
        max-width: 100%;
    }
    .be-content{
        padding:5px;
    }
    .main-box-options{
        margin:2px;
    }
    .wizard-box {
        max-width: 100%;
    }
    .slider-list li {
        margin-bottom: 2px;
    }
    .mobile-view-hide{
        display : none;
    }

}