header#header-hero-main {
    width: 100%;
    height: 30vw;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 450px;
    margin-top: 74px;
    /* background: url('https://oweb.omicroom.com/assets/img/bg-5.jpg'); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
header#header-hero-main .container-fluid {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 100%;
}
header#header-hero-main .container-fluid::after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(1, 7, 16, 0.651);
}

header#header-hero-main .container-fluid .botton-content-hero {
    z-index: 5;
    display: flex;
    justify-content: center;
    align-items: center;
}
header#header-hero-main .container-fluid .botton-content-hero .btn-primary-custom {
    color: #fff;
    background-color: #4b830a;
    border-color: #4b830a;
    border-radius: 1px;
}
header#header-hero-main .container-fluid .botton-content-hero .btn-primary-custom:hover {
    background-color: #325707;
    border: 1px solid #325707;
}
header#header-hero-main .my-current-website-btn {
    color: #121212;
    border: 0;
    border-radius: 1px;
    background: #fff;
}
header#header-hero-main .my-current-website-btn:hover {
    color: #ffffff;
    background: rgb(24, 24, 24);
}

header#header-hero-main .container-fluid .right-side-hero-desc {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    position: relative;
}
/* header#header-hero-main .container-fluid .left-side-hero-desc::after, */
header#header-hero-main .container-fluid .right-side-hero-desc::after {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    width: 40%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(15, 54, 96, 76%);
    position: absolute;
}
header#header-hero-main .box-research-usr-domaine {
    z-index: 2;
    width: 75%;
    display: flex;
    align-items: center;
    min-width: 310px;
}
header#header-hero-main .text-content-research {
    top: 30%;
    color: #fff;
    z-index: 5;
}
header#header-hero-main .text-content-research h4 {
    font-size: 1.2rem!important;
    margin-bottom: 4px;
    font-weight: 300;
}
header#header-hero-main .text-content-research h1 {
    text-transform: uppercase;
    font-size: 3.8rem!important;
    line-height: 3.3rem;
    font-weight: 600;
}
header#header-hero-main .box-research-usr-domaine input[type=search] {
    height: 54px;
    font-size: 20px;
    border-radius: 0px;
}
header#header-hero-main .box-research-usr-domaine .search-dm.btn-success-custom {
    width: 114px;
    height: 54px;    
    color: #fff;
    border-radius: 1px;
    background-color: #4b830a;
    border: 1px solid #4b830a;
    border-radius: 0px;
}
header#header-hero-main .box-research-usr-domaine .search-dm.btn-success-custom:hover {
    background-color: #325707;
    border: 1px solid #325707;
}
header#header-hero-main .domaines-examples {
    z-index: 5;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 0px;
}
header#header-hero-main .domaines-examples {}
header#header-hero-main .domaines-examples .box-content {
    padding: 1%;
}
header#header-hero-main .domaines-examples .box-content .box-domain {
    border-left: 2px solid #4b830a;
    border-radius: 0px;
    padding: 2px 15px;
    width: 100%;
}
header#header-hero-main .domaines-examples .box-content a.domaine-extentions.dom-2 {
    width: 100%;
    text-align: center;
    text-decoration: none;
    font-size: 2.4rem;
    color: #fff;
    display: flex;
}
header#header-hero-main .domaines-examples .box-content a.domaine-extentions.dom-2 span {
    color: #ff1f1f;
}
header#header-hero-main .domaines-examples .box-content p.domain-desc {
    color: #fff;
    text-align: left;
}
header#header-hero-main .domaines-examples .box-content p,
header#header-hero-main .domaines-examples .box-content a {
    text-align: center;
}

.t-hero-popular {
    text-transform: uppercase;
    font-size: 3.2rem!important;
}

header#header-hero-main .bottom-search-option {
    z-index: 5;
}
header#header-hero-main .bottom-search-option p {
    color: #fff!important;
}
header#header-hero-main .bottom-search-option p a {
    color: #4b830a;
    text-decoration: none;
}
#domain-extension {
    width: 100px;
    height: 54px;
    color: #000;
    text-align: center;
    font-size: 1.333rem;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 0px;
}
.search-icon-join {
    width: 65px;
    height: 54px;
    color: #fff;
    text-align: center;
    font-size: 1.333rem;
    background-color: #fff;
    border: 0px solid #fff;
    border-radius: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.search-icon-join i {
    font-size: 1.5rem;
    color: rgb(157, 157, 157);
}
/*
* SECTION RESEARCH WITH SUGGESTIONS
*/
.text-blue {
    color: #145aa3!important;
}
.text-green {
    color: #4b830a!important;
}

@media screen and (max-width: 991px) {
    header#header-hero-main {
        background-position-x: center!important;
    }
    header#header-hero-main .box-research-usr-domaine {
        width: 100%;
    }

    section#sect-01 {}
    section#sect-01 .container-fluid {
        padding: 0!important;
    }
    section#domain-prices .container-fluid {
        padding: 15px!important;
        margin: 0 0px!important;
    }
    section#domain-prices .container-fluid .row-prices .price-box-col-lg {
        margin-bottom: 40px!important;
    }
}
@media screen and (max-width: 768px) {
    header#header-hero-main .text-content-research {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
    header#header-hero-main div.box-research-usr-domaine {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
    header#header-hero-main .bottom-search-option {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
    header#header-hero-main .box-research-usr-domaine .search-dm.btn-success-custom {
        width: 60px;
    }
    header#header-hero-main .box-research-usr-domaine .search-dm.btn-success-custom span {
        display: none;
    }
    .search-icon-join {
        min-width: 50px;
    }

    header#header-hero-main .text-content-research h1 {
        font-size: 9.8vw!important;
    }
    header#header-hero-main .bottom-search-option p {
        font-size: 15px!important;
    }
    header#header-hero-main .text-content-research h4 {
        font-size: 15px!important;
    }

    section#domain-prices .container-fluid .col-lg-12 p.desc-sect-02 {
        margin: 0!important;
        width: 100%!important;
    }
    section#domain-prices .container-fluid .row-prices .row-cols-1 {
        padding: 0px 25px;
    }
}