header#header-hero-main {
    width: 100%;
    height: 40vw;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 450px;
    margin-top: 74px;
    background: url('https://oweb.omicroom.com/assets/img/bg-4.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 {
    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 .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: capitalize;
    font-size: 2.8vw!important;
    line-height: 3.3vw;
    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;
}

#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;
    min-width: 40px;
    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);
}

header#header-hero-main .bottom-search-option {
    z-index: 5;
}
header#header-hero-main .bottom-search-option p {
    font-size: 1.25vw!important;
    color: #fff!important;
}
header#header-hero-main .bottom-search-option p a {
    color: #4b830a;
    text-decoration: none;
}

/*
* SECTION RESEARCH WITH SUGGESTIONS
*/
.text-blue {
    color: #145aa3!important;
}
.text-green {
    color: #4b830a!important;
}

@media screen and (max-width: 1414px) {
    header#header-hero-main {
        height: 54vw;
    }
}
@media screen and (max-width: 1060px) {
    header#header-hero-main {
        height: 72vw;
    }
    header#header-hero-main .text-content-research h1 {
        font-size: 34px!important;
        line-height: 40px!important;
    }
    header#header-hero-main .bottom-search-option p {
        font-size: 15px!important;
    }
    header#header-hero-main .domaines-examples .box-content a.domaine-extentions.dom-2 {
        font-size: 30px;
        line-height: 35px;
    }
    header#header-hero-main .domaines-examples .box-content p.domain-desc {
        font-size: 15px!important;
        font-weight: 300;
        line-height: 18px;
        margin-bottom: 0;
    }
}
@media screen and (max-width: 991px) {
    header#header-hero-main .domaines-examples .box-content p.domain-desc {
        font-size: 13px!important;
    }
    header#header-hero-main .box-research-usr-domaine {
        width: 100%;
    }
    header#header-hero-main .box-research-usr-domaine .search-dm.btn-success-custom {
        width: 55px;
    }
    header#header-hero-main .box-research-usr-domaine .search-dm.btn-success-custom span {
        display: none!important;
    }
}
@media screen and (max-width: 768px) {
    header#header-hero-main {
        height: 100vw;
        min-height: 750px;
    }
    header#header-hero-main .container-fluid .right-side-hero-desc {
        padding: 0!important;
    }
    header#header-hero-main .domaines-examples .box-content p.domain-desc {
        height: 38px;
        overflow: hidden;
    }
    header#header-hero-main .domaines-examples .box-content:nth-child(2) {
        display: none;
    }

    header#header-hero-main .text-content-research h4 {
        margin-bottom: 15px;
    }
    header#header-hero-main .text-content-research {
        padding: 10px!important;
        margin-bottom: 0!important;
        padding-bottom: 0!important;
    }
    header#header-hero-main .box-research-usr-domaine {
        padding: 10px!important;
    }
    header#header-hero-main form#domain-research-result {
        padding: 0!important;
    }
}