/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */

#header .navbar-light {
    background: #4633C3;
}
#header .main-navbar-wrapper {
    background: #ffffff;
    padding: 10px 0;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.1);
}
.master-breadcrumb {
    display: none;
}
.home-domain-search h2 {
    font-weight: 600;
}
.Domain-Coms {
    background-color: #fff;
    padding-bottom: 60px;
}
.Domian-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 0;
}
.Domian-list li {
    width: 170px;
    text-align: center;
    padding: 8px 12px 12px;
    -webkit-transition: all .2s;
    transition: all .2s;
    list-style-type: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, .1);
}
.Domian-list li p {
    margin-bottom: 0;
}
.Domian-list span {
    font-size: 24px;
    font-weight: 600;
    color: #4633c3;
}
.Domian-list li p {
    margin-bottom: 0;
    font-size: 14px;
    color: #20184e;
    padding-top: 12px;
}
span.price {
    color: #031b4e;
    font-size: 18px;
}
