.custom-menu-light .top-cart span a:hover {
    background-color: #87be3d;
    background-color: rgba(135, 190, 61, 0.1);
    color: #2e3340;
}
.custom-menu-light li.top-cart{
    position: relative;
}
.custom-menu-light li.top-cart .badge-warning{
    position: absolute;
    top: -6px;
    right: -9px;
}
a, a:hover {
    color: #207Ed1;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: #2e3340;
}
.custom-menu-light li.show>a {
    color: #207Ed1 !important;
}
.custom-menu-light .btn-outline-success {
    font-weight: 600 !important;
    letter-spacing: 0.09em;
    color: #000917;
    border: 1px solid #000917;
}
.custom-menu-light .btn-outline-success:hover {
    color: #fff;
    background-color: #000917;
}
.custom-menu-light .btn-success {
    font-weight: 600;
    border: 1px solid #000917;
    background: #000917;
}
.custom-menu-light .btn-success:hover {
    color: #e22128;
    background: #00E2Ac;
}
.btn-outline-success:hover,
.mgmenu a.btn-outline-success:hover {
    background-color: #00E2Ac;
}
.btn-outline-success,
.mgmenu a.btn-outline-success {
    color: #e22128;
    border: 1px solid #e22128;
}
.custom-menu-light .dropdown .dropdown-menu {
    background-color: #292929;
}
.custom-menu-light .dropdown-menu-ul span.h2 {
    color: #fff;
}
.custom-menu-light .dropdown-menu-ul p {
    color: #fff;
}
.custom-menu-light .dropdown-menu-ul .first-ul li a {
    color: #fff;
}
.custom-menu-light .dropdown-menu-ul .first-ul li a:hover {
    color: #fff;
}
.custom-menu-light .dropdown-menu-ul .inner-menu__title {
    color: #fff;
}
.custom-menu-light .dropdown-menu-ul .inner-menu li {
    border-bottom: 1px dotted #fff;
}
.custom-menu-light .dropdown-menu-ul .inner-menu li a {
    color: #fff;
}
.custom-menu-light .dropdown-menu-ul .inner-menu li a:hover {
    color: #fff;
    opacity: 0.9;
}
.custom-menu-light .loginned-list .login-dropdown button {
    border: 1px solid #fff !important;
}
.custom-menu-light .loginned-list .login-dropdown .dropdown-menu li a {
    color: #e22128;
}
.custom-menu-light .loginned-list .login-dropdown .dropdown-menu li a:hover {
    color: #ffffff;
}
.custom-menu-light .top-cart span a {
    border: 1px solid #e22128;
    background-color: #00E2Ac;
}
.custom-menu-light .top-cart span a:hover {
    background-color: #292929;
}
.btn-outline-success:hover,
.mgmenu a.btn-outline-success:hover {
    background-color: #00E2Ac;
    color: #FFF;
}
.inner-menu_link-support {
    color: #fff;
    text-decoration: underline;
}
.inner-menu_link-support:hover {
    color: #fff;
    text-decoration: none;
}
.hero-content__search input[type=submit] {
    background-color: #00E2Ac !important;
}
.hero-content__search input[type=submit]:hover {
    opacity: .8;
}
.search-section .search-form-container .form-inline .btn-search {
    background-color: #00E2Ac !important;
}
.search-section .search-form-container .form-inline .btn-search:hover {
    opacity: .8;
}
.table-group-actions .datatable__item a {
    color: #207Ed1;
}
.dataTable td a.badge-primary {
    background-color: #00E2Ac !important;
}
.domain-name .static-block__price .flex-container__item .btn-buy-now {
    border: 1px solid #e22128 !important;
    background-color: #00E2Ac !important;
}
.domain-name .static-block .link-block .link-cont a {
    color: #207Ed1 !important;
}

<!-- start hosting-for-all-sizes -->
.hosting-for-all-sizes {
    padding-top: 123px;
    padding-bottom: 49px;
}

.hosting-for-all-sizes__title {
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    font-size: calc(21.11628px + 1.16279vw);
    line-height: calc(26.13953px + 1.39535vw);
    text-align: center;
    letter-spacing: -.02em;
    color: #000;
    margin-bottom: 26px
}

.hosting-for-all-sizes__text {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: calc(14.04651px + .46512vw);
    line-height: 30px;
    text-align: center;
    color: #475467
}

.three-blocks {
    margin-bottom: 73px
}

.three-blocks .container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 27px
}

.three-blocks .service-block__icon-wrapper {
    width: 48px;
    height: 48px;
    background: #f2f4f7;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 22px
}

.three-blocks .service-block__title {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #000
}

.three-blocks .service-block__text {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #475467
}

.price-cards-blocks {
    padding-bottom: 96px
}

.price-cards-blocks .container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 59px 84px;
    max-width: 1246px
}

.price-cards-blocks__wrapper {
    min-height: 345px;
    background: #fff;
    -webkit-box-shadow: 0 24px 48px -12px rgba(16, 24, 40, .18);
    box-shadow: 0 24px 48px -12px rgba(16, 24, 40, .18);
    border-radius: 16px;
    padding: 82px 52px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.price-cards-blocks__title {
    font-family: Roboto;
    font-style: normal;
    font-weight: 600;
    font-size: calc(21.11628px + 1.16279vw);
    line-height: calc(26.13953px + 1.39535vw);
    letter-spacing: -.02em;
    color: #000
}

.price-cards-blocks__text {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #000
}

.price-cards-blocks__footer {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
    margin-top: auto
}

.price-cards-blocks__button-more,
.price-cards-blocks__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.price-cards-blocks__button-more {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
    height: 44px;
    background: #00E2Ac;
    -webkit-box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
    box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
    border-radius: 4px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.05em;
    color: #000917;
    text-transform: capitalize;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.price-cards-blocks__button-more:hover {
    text-decoration: none;
    background-color: #000917;
    color: #fff;
    opacity: 1
}

.price-cards-blocks__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
    height: 46px;
    background: #f2f4f7;
    border-radius: 8px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: calc(14.04651px + .46512vw);
    line-height: 30px;
    text-align: center;
    color: #475467
}

.bottom-block {
    padding-bottom: 78px
}

.bottom-block .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.bottom-block__title {
    font-weight: 700;
    font-size: calc(20.09302px + .93023vw);
    color: #323232
}

.bottom-block__text,
.bottom-block__title {
    font-family: Roboto;
    font-style: normal;
    line-height: 150%;
    text-align: center
}

.bottom-block__text {
    font-weight: 400;
    font-size: calc(13.06977px + .69767vw);
    color: #475467;
    margin-bottom: 38px
}

.bottom-block__button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 18px;
    background: #00E2Ac;
    -webkit-box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
    box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
    border-radius: 4px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.05em;
    font-size: 16px;
    line-height: 24px;
    color: #000917;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.bottom-block__button:hover {
    text-decoration: none;
    background-color: #000917;
    color: #fff;
    opacity: 1
}

@media screen and (min-width:1280px) {
    .hosting-for-all-sizes__title {
        line-height: 44px;
        font-size: 36px
    }

    .hosting-for-all-sizes__text {
        font-size: 20px
    }

    .price-cards-blocks__title {
        line-height: 44px;
        font-size: 36px
    }

    .price-cards-blocks__price {
        font-size: 20px
    }

    .bottom-block__title {
        font-size: 32px
    }

    .bottom-block__text {
        font-size: 22px
    }
}

@media screen and (max-width:420px) {
    .hosting-for-all-sizes__title {
        line-height: 32px;
        font-size: 26px
    }

    .hosting-for-all-sizes__text {
        font-size: 16px
    }

    .price-cards-blocks__title {
        line-height: 32px;
        font-size: 26px
    }

    .price-cards-blocks__price {
        font-size: 16px
    }

    .bottom-block__title {
        font-size: 24px
    }

    .bottom-block__text {
        font-size: 16px
    }
}

@media (max-width:767px) {
    .three-blocks .container {
        grid-template-columns: repeat(2, 1fr)
    }

    .price-cards-blocks .container {
        grid-template-columns: repeat(1, 1fr);
        gap: 24px
    }
}

@media (max-width:575px) {
    .three-blocks .container {
        grid-template-columns: repeat(1, 1fr);
        text-align: center
    }

    .three-blocks .service-block__icon-wrapper {
        margin-left: auto;
        margin-right: auto
    }
}

@media (max-width:991px) {
    .price-cards-blocks .container {
        gap: 32px
    }
}

@media (max-width:546px) {
    .price-cards-blocks__footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .price-cards-blocks__button-more,
    .price-cards-blocks__price {
        width: 100%
    }
}
<!-- end hosting-for-all-sizes -->


.btn-primary {
    color: #fff;
    background-color: #00E2Ac !important;
    border-color: #e22128 !important; }
.btn-primary:hover {
    color: #fff;
    background-color: #00E2Ac !important;
    border-color: #e22128 !important; }
.btn-primary:focus, .btn-primary.focus {
    -webkit-box-shadow: rgba(226,33,40,.7) !important;
    box-shadow: rgba(226,33,40,.7) !important; }
.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #00E2Ac !important;
    border-color: #e22128 !important; }
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #00E2Ac !important;
    border-color: #e22128 !important; }
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: rgba(226,33,40,.7) !important;
    box-shadow: rgba(226,33,40,.7) !important; }

.input-domains-search .input-domains-search-btn-search {
    background-color: #00E2Ac;
    border: 1px solid #e22128;
}
.buy-block .card .card-header{
    background-color: #00E2Ac;
}
.buy-block .btn-primary{
    background-color: #00E2Ac;
}
.custom-menu-light .navbar-toggler {
    color: #fff;
    outline: none !important;
}
.hero-sh,
.hero {
    position: relative;
}
.hero:before,
.hero-sh:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.hero .container {
    position: relative;
    z-index: 1;
}
.overlay {
    position: relative;
}
.overlay .container {
    z-index: 1;
}
.overlay::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.overlay h2,
.overlay div {
    position: relative;
    z-index: 1;
}

.internal-tlds-page-search {
    padding-top: 0 !important;
}
@media screen and (min-width: 991px) {
    #c-inr {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    #c-inr > * {
        flex: 1 1 auto;
    }
    
    #cc_div > #cm {
        padding: 20px 0;
    }
    
    #cc_div #c-bns {
        margin-top: 0;
    }
}
#support-container {
    padding: 60px 0;
}

/* Article Listings */
#article-listings.flex-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
#article-listings.flex-row .flex-item {
    flex: 1 1 auto;
    width: 25%;
    max-width: 350px;
    padding: 30px;
    margin: 15px;
    background-color: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 992px) {
    #article-listings.flex-row .flex-item {
        width: 33%;
    }
}
@media screen and (max-width: 768px) {
    #article-listings.flex-row .flex-item {
        width: 100%;
        max-width: 100%;
    }
}
#article-listings.flex-row .flex-item .text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
#article-listings.flex-row .flex-item .text button {
    border: none;
    outline: none;
}
#article-listings.flex-row .flex-item .text .listing-heading {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2em;
    transition: color 0.2s ease-in-out;
}
#article-listings.flex-row .flex-item .text .listing-heading:hover {
    color: #207Ed1;
    transition: color 0.2s ease-in-out;
    cursor: pointer;
}
.clear {
    clear: both;
}
/* Article Pagination */
#article-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px 0;
}

#article-pagination * + * {
    margin: 0 0 0 20px;
}
#article-pagination button,
.back-btn {
    outline: none;
    border: none;
    min-width: 160px;
    background-color: #207Ed1;
    color: #fff;
}
#article-pagination button:hover,
.back-btn:hover {
    cursor: pointer;
    background-color: #000917;
}
.back-btn {
    margin-top: 30px;
}

/* Support Search */
#support-search {
    height: 50px;
    padding: 0 10px;
    width: 100%;
    max-width: 400px;
    border: solid 1px #cdcdcd;
    outline: none !important;
}
#support-search-container {
    display: flex;
    align-items: center;
    margin: 0 0 30px;
}
#support-search-container p {
    margin: 0 10px 0 0;
}
/* Support Article Content */
#support-article-content ol,
#support-article-content ul {
    margin-left: 20px;
}