/* Header & Navigation */

header.header.wgs-new-header-top {
    background-color: rgb(66, 66, 66);
}

nav#myHeader {
    border-bottom: 0px;
}
.nav_bar {
    border-top: 0px;
}

.header .right .right_navi li:first-child a .fa {
    font-size: 20px;
    font-weight: 600;
}

.right-content .header.wgs-new-header-top .right .right_navi li i {
    color: #fff;
}

.header .right .right_navi li:first-child a .fa {
    color: rgb(122, 171, 61);!important
}

.header.wgs-new-header-top .right .right_navi li a i {
    font-size: 20px;
    color: rgb(255, 255, 255);
    font-weight: 400;
}

.header .right .right_navi li.hover:hover a {
    background-color: rgb(122, 171, 61);
}

#myHeader #mainNavbarCollapse .open .nav-item .nav-link .fa, .fas {
    color: rgb(122, 171, 61);
}

.new_hx-business-banner {
    background-color: #E0E0E0;
}

.tabs-sec a.nav-link.active {

    color: rgb(122, 171, 61);
	
	}


/* Home Client Management Area */
.fal {
    font-size: 2.6em;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 400;
    font-family: "Font Awesome 5 Pro";
    color: rgb(51, 173, 188);
    font-variant: normal;
}

.block-box-cont h3 a {
    font-size: 16px;
    color: rgb(0, 0, 0);
    font-weight: 400;
    line-height: 26px;
    margin: 15px 0px;
    padding: 0px;
}

/* Home Box Highlight Color */
.hx_hide-btn {
    background-color: rgb(76, 198, 213);
}

/* Footer Headings */
.footer_col h3 {
    color: rgb(253, 129, 121);
    text-transform: uppercase;
    padding-bottom: 15px;
}

/* Footer Socials */
.footer .footer_col ul.socil_icon li a .fab {
    float: left;
    width: auto;
    height: auto;
    text-align: center;
    color: rgb(66, 66, 66);
    background-color: transparent;
    font-size: 30px;
    line-height: 21px;
    border-radius: 50%;
}

.footer .footer_col ul.socil_icon li a .fab.fa-instagram {
    background-color: transparent;
}
.footer .footer_col ul.socil_icon li a .fab.fa-twitter {
    background-color: transparent;
}

/* Hide WHMcs Link */
p.completeSolution {
    color: rgb(66, 66, 66);
    clear: both;
    background-color: rgb(38, 38, 38);
    margin-bottom: 0px;
    text-align: center;
    padding: 10px 0px;
}
p.completeSolution a {
    color: rgb(66, 66, 66);
}

/* Site Builder Section Button */
.domain .search_box .submit, .perfect-domain .button03 {
    background-color: rgb(122, 171, 61);
}


/* ===== Scrollbar CSS ===== */
  /* Firefox */
  * {
    scrollbar-width: auto;
    scrollbar-color: #2bc8d4 #575757;
  }

  /* Chrome, Edge, and Safari */
  *::-webkit-scrollbar {
    width: 26px;
  }

  *::-webkit-scrollbar-track {
    background: #575757;
  }

  *::-webkit-scrollbar-thumb {
    background-color: #2bc8d4;
    border-radius: 10px;
    border: 2px solid #56D3DC;
  }
