a.disabled {
    pointer-events: none;
    cursor: default;
}
.topbar {
    padding: 5px 0;
    background: #e8e8e8;
    border-bottom: 1px solid #dadada;
    font-family: "Signika", sans-serif;
}
.topbar .link {
    display: inline;
}
.topbar .social i.fas,
.topbar .social i.far,
.topbar .social i.fal,
.topbar .social i.fab {
    margin-left: 0;
    vertical-align: sub;
    font-size: 18px !important;
    color: #ababab !important;
}
.topbar .social i.fas:hover,
.topbar .social i.far:hover,
.topbar .social i.fal:hover,
.topbar .social i.fab:hover {
    color: #ef9543 !important;
    transition: color 0.55s ease-in-out;
    -moz-transition: color 0.55s ease-in-out;
    -webkit-transition: color 0.55s ease-in-out;
}
.topbar .social a {
    margin-left: 0px !important;
}
.topbar a.btn {
    color: #fff !important;
    font-weight: 200;
}
.topbar a {
    color: #868686 !important;
    font-size: 10px;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    vertical-align: middle;
    margin-left: 15px;
    text-transform: uppercase;
}
.topbar a:hover,
.topbar a:focus {
    text-decoration: none;
    color: #676767 !important;
}
.topbar a:hover i.fas,
.topbar a:hover i.far,
.topbar a:hover i.fal,
.topbar a:hover i.fab,
.topbar a:focus i.fas,
.topbar a:focus i.far,
.topbar a:focus i.fal,
.topbar a:focus i.fab {
    color: #888888 !important;
}
.topbar i.fas,
.topbar i.far,
.topbar i.fal,
.topbar i.fab {
    color: #ababab !important;
    font-size: 14px;
    vertical-align: text-bottom;
    margin-left: 12px;
}
.topbar .client i.fas,
.topbar .client i.far,
.topbar .client i.fal,
.topbar .client i.fab {
    padding: 0 10px 0 0;
    font-size: 12px;
    vertical-align: text-bottom;
}
.modal-open .modal {
    background: #545454;
}
.modal-backdrop.in {
    background: #545454;
    opacity: 1;
}
.modal-select-currency .modal-body {
    position: relative;
    padding: 5px 15px 5px 15px;
}
.modal-select-currency .modal-content {
    background-color: #fff;
    border-radius: 0;
    outline: 0;
}
.modal-select-currency .modal-header {
    min-height: 16.43px;
    padding: 15px 15px 15px 15px;
    background: #f3f3f3;
}
.modal-select-currency .modal-header img {
    float: left;
    margin-top: 0;
}
.modal-select-currency .close {
    opacity: 1;
    margin-top: -9px;
}
.modal-select-currency i.fas,
.modal-select-currency i.far,
.modal-select-currency i.fal,
.modal-select-currency i.fab {
    color: #b1b1b1;
    text-shadow: none;
    opacity: 1;
}
.modal-select-currency .container-fluid {
    margin-top: 20px;
}
.modal-select-currency .thumbnail {
    background-color: #f3f3f3;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
}
.modal-select-currency .thumbnail:hover {
    background-color: #e3e3e3;
}
.modal-select-currency p {
    margin-top: 10px;
    font-weight: 600;
    text-align: center;
    font-size: 14px;
}
.modal-select-currency a {
    color: #333;
}
.modal-select-currency a:hover {
    color: #fff;
    background: #f19538;
    border: 1px solid #f19538;
    text-decoration: none;
}
.modal-select-currency .btn-currency {
    display: block;
    padding: 15px 0;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #f3f3f3;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    -webkit-transition: border 0.2s ease-in-out;
    -o-transition: border 0.2s ease-in-out;
    transition: border 0.2s ease-in-out;
    font-weight: 600;
    font-size: 12px;
}
.modal-select-currency .current-currency {
    color: #fff;
    background: #f19538;
    border: 1px solid #f19538;
}
.modal-select-language .modal-body {
    position: relative;
    padding: 5px 15px 5px 15px;
}
.modal-select-language .modal-content {
    background-color: #fff;
    border-radius: 0;
    outline: 0;
}
.modal-select-language .modal-header {
    min-height: 16.43px;
    padding: 15px 15px 15px 15px;
    background: #f3f3f3;
}
.modal-select-language .modal-header img {
    float: left;
    margin-top: 0;
}
.modal-select-language .close {
    opacity: 1;
    margin-top: -9px;
}
.modal-select-language i.fas,
.modal-select-language i.far,
.modal-select-language i.fal,
.modal-select-language i.fab {
    color: #b1b1b1;
    text-shadow: none;
    opacity: 1;
}
.modal-select-language .container-fluid {
    margin-top: 20px;
}
.modal-select-language .thumbnail {
    background-color: #f3f3f3;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
}
.modal-select-language .thumbnail:hover {
    background-color: #e3e3e3;
}
.modal-select-language p {
    margin-top: 10px;
    font-weight: 600;
    text-align: center;
    font-size: 14px;
}
.modal-select-language a {
    color: #333;
}
.modal-select-language a:hover {
    color: #fff;
    background: #f19538;
    border: 1px solid #f19538;
    text-decoration: none;
}
.modal-select-language .btn-language {
    display: block;
    padding: 15px 0;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #f3f3f3;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    -webkit-transition: border 0.2s ease-in-out;
    -o-transition: border 0.2s ease-in-out;
    transition: border 0.2s ease-in-out;
    font-weight: 600;
    font-size: 12px;
}
.modal-select-language .current-lang {
    color: #fff;
    background: #f19538;
    border: 1px solid #f19538;
}
.modal-client-notifications .modal-body {
    position: relative;
    padding: 5px 15px 5px 15px;
}
.modal-client-notifications .modal-content {
    background-color: #fff;
    border-radius: 0;
    outline: 0;
}
.modal-client-notifications .modal-header {
    min-height: 16.43px;
    padding: 15px 15px 15px 15px;
    background: #f3f3f3;
}
.modal-client-notifications .modal-header img {
    float: left;
    margin-top: 0;
}
.modal-client-notifications .close {
    opacity: 1;
    margin-top: -9px;
}
.modal-client-notifications i.fas,
.modal-client-notifications i.far,
.modal-client-notifications i.fal,
.modal-client-notifications i.fab {
    color: #b1b1b1;
    text-shadow: none;
    opacity: 1;
}
.modal-client-notifications .btn {
    font-size: 10px;
    text-transform: uppercase;
    padding: 2px 4px 2px 4px;
}
.modal-client-notifications .container-fluid {
    margin-top: 20px;
}
.modal-client-login .modal-body {
    position: relative;
    padding: 5px 15px 5px 15px;
}
.modal-client-login .modal-footer {
    padding: 5px 10px 10px 10px;
    text-align: center;
    border-top: 0;
}
.modal-client-login .modal-content {
    background-color: #fff;
    border-radius: 0;
    outline: 0;
}
.modal-client-login .modal-header {
    min-height: 16.43px;
    padding: 15px 15px 15px 15px;
    background: #f3f3f3;
}
.modal-client-login .close {
    opacity: 1;
    margin-top: -9px;
}
.modal-client-login i.fas,
.modal-client-login i.far,
.modal-client-login i.fal,
.modal-client-login i.fab {
    color: #b1b1b1;
    text-shadow: none;
    opacity: 1;
}
.modal-client-login img {
    float: left;
}
.modal-client-login .form-control {
    border-radius: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 12px;
    box-shadow: none;
    border-color: #e0e0e0;
}
.modal-client-login p {
    margin: 20px 0 0 0;
    font-weight: 600;
}
.modal-client-login .btn-link {
    color: #333;
    margin: 10px auto;
    font-size: 12px;
}
.modal-client-login .btn-link:hover,
.modal-client-login .btn-link:focus {
    color: #6aaa36;
}
.modal-client-login .checkbox {
    margin-bottom: 0;
    font-weight: 600;
}
.modal-client-login label {
    margin: 10px 0;
}
.modal-client-login .loginbutton {
    margin-top: 10px;
}
.modal-client-login .loginbutton .btn {
    padding: 8px 16px;
    text-transform: uppercase;
    font-weight: 600;
}
.modal-client-login .loginbutton .btn i.fas {
    color: #fff;
}
.modal-client-login .btn-primary-small:hover,
.modal-client-login .btn-primary-small:focus {
    transition: none;
}
.menu {
    background: #fff;
    padding: 20px 0;
}
.menu .navbar-brand {
    padding: 0;
}
.menu .logo:hover {
    opacity: 0.5;
    transition: opacity 0.55s ease-in-out;
    -moz-transition: opacity 0.55s ease-in-out;
    -webkit-transition: opacity 0.55s ease-in-out;
}
.menu .navbar {
    padding: 0;
}
.menu .navbar-light .navbar-nav .nav-link {
    font-size: 16px;
    font-weight: 700;
    color: #848484;
    margin: 0 15px;
}
.menu .navbar-light .navbar-nav .nav-link:last-child {
    margin-right: 0;
    padding-right: 0;
}
.menu i.fas,
.menu i.far,
.menu i.fal,
.menu i.fab {
    margin-right: 15px !important;
    font-size: 13px;
    vertical-align: inherit;
    width: 12px;
    text-align: center;
    padding-right: 0;
}
.menu .navbar-nav .dropdown-menu {
    margin-top: 27px;
    border: 1px solid #dfdfdf;
    border-bottom: 0;
    border-radius: 0;
    padding: 0;
}
.menu .dropdown-item {
    font-family: "Signika", sans-serif;
    color: #6c6c6c;
    font-weight: 400;
    font-size: 13px;
    padding: 10px 30px 10px 15px;
    border-bottom: 1px solid #dfdfdf !important;
    border-radius: 0;
}
.menu .dropdown-item:hover,
.menu .dropdown-item:focus,
.menu .dropdown-submenu:hover {
    background: #efefef;
    transition: background 0.2s ease-in-out;
    -moz-transition: background 0.2s ease-in-out;
    -webkit-transition: background 0.2s ease-in-out;
    pointer-events: auto;
    cursor: pointer;
}
.menu .dropdown-submenu {
    position: relative;
}
.menu .dropdown-submenu a::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 10px;
    top: 18px;
}
.menu .dropdown-toggle::after {
    vertical-align: middle;
    margin-left: 10px;
}
.menu .dropdown-submenu .dropdown-menu {
    top: -28px;
    left: 100%;
    margin-left: 0;
    margin-right: 0;
    border-left: 1px solid #d7d7d7;
}
.menu .navbar-light .navbar-nav .active > .nav-link,
.menu .navbar-light .navbar-nav .nav-link.active {
    color: #545454;
}
.menu .navbar-light .navbar-nav .nav-link:hover,
.menu .navbar-light .navbar-nav .nav-link.show,
.menu .navbar-light .navbar-nav .show > .nav-link {
    color: #b9b9b9;
}
.menu .custom-toggle {
    border: none;
}
.menu .custom-toggle:hover {
    opacity: 0.5;
    transition: opacity 0.55s ease-in-out;
    -moz-transition: opacity 0.55s ease-in-out;
    -webkit-transition: opacity 0.55s ease-in-out;
}
.menu .custom-toggle:focus {
    outline: none;
}
.menu .custom-toggle span:after,
.menu .custom-toggle span:before {
    content: "";
    position: absolute;
    left: 0;
    top: -9px;
}
.menu .custom-toggle span:after {
    top: 9px;
}
.menu .custom-toggle span {
    position: relative;
    display: block;
}
.menu .custom-toggle span,
.menu .custom-toggle span:after,
.menu .custom-toggle span:before {
    width: 30px;
    height: 5px;
    background-color: #adadad;
    transition: all 0.3s;
    backface-visibility: hidden;
    border-radius: 2px;
    background-image: none;
}
.imageslider {
    font-family: "Signika", sans-serif;
    color: #fff;
    background-size: cover;
}
.slideroverlay {
    height: 100%;
    width: 100%;
}
.imageslider.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: 0.6s;
    transition-property: opacity;
}
.imageslider.carousel-fade .carousel-item.active,
.imageslider.carousel-fade .carousel-item-next.carousel-item-left,
.imageslider.carousel-fade .carousel-item-prev.carousel-item-right {
    opacity: 1;
}
.imageslider.carousel-fade .active.carousel-item-left,
.imageslider.carousel-fade .active.carousel-item-right {
    opacity: 0;
}
.imageslider.carousel-fade .carousel-item-next,
.imageslider.carousel-fade .carousel-item-prev,
.imageslider.carousel-fade .carousel-item.active,
.imageslider.carousel-fade .active.carousel-item-left,
.imageslider.carousel-fade .active.carousel-item-prev {
    transform: translateX(0);
    transform: translate3d(0, 0, 0);
}
.imageslider p.buttons {
    text-align: left;
    margin-top: 10px;
}
.imageslider h1.promo {
    font-size: 50px;
    font-weight: 800;
    margin-top: 70px;
    padding-bottom: 15px;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0 3px 3px #8c4100;
    text-align: center;
}
.imageslider h2.promo {
    font-size: 35px;
    font-weight: 500;
    color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 0;
    text-align: center;
    text-shadow: 0 3px 3px #8c4100;
}
.imageslider .promo span {
    font-weight: 900;
    font-size: 40px;
}
.imageslider h1 {
    font-size: 50px;
    font-weight: 800;
    margin-top: 75px;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0 3px 3px #8c4100;
    text-align: left;
}
.imageslider h2 {
    font-size: 30px;
    font-weight: 500;
    color: #fff;
    padding: 25px 0;
    margin-bottom: 25px;
    text-align: left;
    text-shadow: 0 3px 3px #8c4100;
}
.imageslider h3 {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    text-align: left;
    text-shadow: 0 3px 3px #8c4100;
}
.imageslider h3.feature {
    margin: 5px 0;
}
.imageslider p {
    text-align: center;
    top: 40px;
    position: relative;
}
.imageslider p.slidebutton i.fas,
.imageslider p.slidebutton i.far,
.imageslider p.slidebutton i.fal,
.imageslider p.slidebutton i.fab {
    color: #fff;
}
.imageslider .padded {
    margin-right: 30px;
}
.imageslider .yellow {
    color: #f4b738 !important;
}
.imageslider .slide2img,
.imageslider .slide3img {
    float: right;
}
.imageslider .sliderbutton {
    margin-top: 30px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
}
.imageslider i.fas,
.imageslider i.far,
.imageslider i.fal,
.imageslider i.fab {
    color: #fff;
    vertical-align: baseline;
    margin-top: 8px;
    margin-bottom: 8px;
    padding-right: 10px;
}
.imageslider #slide1 {
    background-image: url(../images/home/image-slider/slide_01_background.png);
    background-position: center;
    background-size: cover;
}
.imageslider #slide2 {
    background-image: url(../images/home/image-slider/slide_02_background.png);
    background-position: center;
    background-size: cover;
}
.imageslider #slide3 {
    background-image: url(../images/home/image-slider/slide_03_background.png);
    background-position: center;
    background-size: cover;
}
.imageslider .image-center img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bototm: 20px;
}
.imageslider #clockdiv {
    color: #fff;
    display: inline-block;
    font-weight: 100;
    text-align: center;
    font-size: 30px;
    margin: auto;
    width: 100%;
    margin-top: 30px;
}
.imageslider #clockdiv > div {
    padding: 10px;
    border-radius: 3px;
    background: #fff;
    display: inline-block;
    color: #848484;
    font-weight: 500;
}
.imageslider #clockdiv > div .smalltext {
    font-size: 18px;
    margin-top: 10px;
    font-weight: 300;
}
.imageslider #clockdiv div > span {
    padding: 15px;
    border-radius: 3px;
    background: #ef9543;
    display: inline-block;
    color: #fff;
    font-size: 25px;
}
.imageslider .btn-slider {
    color: #fff;
    background-color: #6c6c6c;
    border-radius: 10px;
    font-size: 25px;
    border: 4px solid #fff;
}
.imageslider .btn-slider:hover {
    background-color: #545454;
}
.imageslider .slider-footer {
    position: absolute;
    bottom: 0;
    z-index: 9;
}
.home-domains {
    padding: 30px 0;
    font-family: "Signika", sans-serif;
    background: transparent;
}
.home-domains .sliderbutton {
    margin-top: 30px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
}
.home-domains span.input-group-btn {
    background: #6c6c6c;
    border-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    height: 60px;
}
.home-domains span.search {
    background: #ffffff !important;
}
.home-domains ::placeholder {
    color: #969696;
    opacity: 1;
}
.home-domains :-ms-input-placeholder {
    color: #969696;
}
.home-domains ::-ms-input-placeholder {
    color: #969696;
}
.home-domains .domainsearch {
    font-size: 27px;
    height: 60px;
    padding-left: 2px;
    border-left: none !important;
    color: #fff;
    box-shadow: 0 0;
    background: #6c6c6c;
    border: 1px solid #5f5f5f;
}
.home-domains .domainsearch:focus {
    border-top: 1px solid #5f5f5f !important;
    border-bottom: 1px solid #5f5f5f !important;
    border-right: 1px solid #5f5f5f !important;
    border-left: none !important;
}
.home-domains .form-control {
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}
.home-domains .form-control:focus {
    height: 60px;
    border-radius: 0 !important;
    border: none;
    font-size: 27px;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-top: 1px solid #ccc !important;
    border-bottom: 1px solid #ccc !important;
    border-color: #ccc;
    outline: 0;
    box-shadow: 0 0;
}
.home-domains .domainsearchprefix {
    text-align: center;
    font-size: 27px;
    height: 60px;
    border-right: 0;
    padding-right: 0;
    color: #6f6f6f;
}
.home-domains .btn-default[disabled] {
    background: #6c6c6c;
    color: #c3c3c3 !important;
    cursor: pointer !important;
    opacity: 1 !important;
    border: 1px solid #5f5f5f;
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.home-domains .domainsearchdomainname {
    max-width: 921px;
    border-right: 0;
}
.home-domains .domainsearcharrow {
    color: #797c6f !important;
}
.home-domains .domainsearchsubmit {
    font-size: 21px;
    color: #fff;
    background: #6ca93e;
    width: 140px;
    padding: 14px 10px 13px 10px;
    border: 1px solid #548430;
    border-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.home-domains .domainsearchsubmit:hover {
    opacity: 0.9;
}
.subbanner {
    background: #6d6d6d;
}
.subbanner .container {
    background: url(../images/subbanner.png) center right no-repeat;
    padding-top: 60px;
    padding-bottom: 60px;
}
.subbanner h1 {
    color: #fff;
    margin: 0;
    font-weight: 600;
    text-shadow: 3px 2px 3px #353535;
}
.subbanner p {
    color: #fff;
    margin-bottom: 0;
    text-shadow: 3px 2px 3px #353535;
    font-weight: 300;
    float: left;
    font-size: 20px;
    margin-top: 20px;
}
.subbanner h1 i.fas,
.subbanner h1 i.far,
.subbanner h1 i.fal,
.subbanner h1 i.fab {
    font-size: 45px;
    vertical-align: text-top;
    padding-right: 15px;
}
.subbanner p i.fas,
.subbanner p i.far,
.subbanner p i.fal,
.subbanner p i.fab {
    padding-right: 10px;
}
.subbanner a {
    color: #fff;
}

.content {
    padding: 50px 0;
}
.content h2 {
    font-size: 24px;
}
.content h3 {
    margin-top: 50px;
    font-size: 1.2rem;
}
.content h4 {
    margin-top: 50px;
    margin-bottom: 10px;
    font-weight: 300;
}
.content p {
    font-size: 14px;
    font-weight: 300;
    padding-top: 10px;
    padding-bottom: 10px;
}
.content i.fas,
.content i.far,
.content i.fal,
.content i.fab {
    color: #ef9543;
}
.content .table {
    border: 1px solid #dadada;
    margin-bottom: 0;
}
.content .table th {
    padding: 15px;
    background: #6d6d6d;
    text-align: center;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    border: 1px solid #6d6d6d;
}
.content .table td {
    padding: 15px;
    background: #e8e8e8;
    border-color: #dadada;
    text-align: center;
    font-weight: 400;
    width: 33%;
}
.content .category-menu .list-group-item {
    border: none;
    background: none;
}
.content .category-menu .list-group-item a {
    color: #6d6d6d;
    font-weight: 400;
}
.content .category-menu .list-group-item a:hover,
.content .category-menu .list-group-item a:active,
.content .category-menu .list-group-item a:focus {
    color: #000;
    transition: color 0.25s ease-in-out;
    -moz-transition: color 0.25s ease-in-out;
    -webkit-transition: color 0.25s ease-in-out;
}
.sidemenu .list-group {
    margin-bottom: 50px;
}
.sidemenu .list-group-item {
    border: none;
    border-top: 1px solid #f4f4f4;
    border-radius: 0 !important;
    padding-left: 0;
    line-height: 15px;
    background: none;
}
.sidemenu .list-group-item:last-child {
    border-bottom: 1px solid #f4f4f4;
}
.sidemenu i.fas,
.sidemenu i.far,
.sidemenu i.fal,
.sidemenu i.fab {
    color: #6ca93e;
    text-align: center;
    font-size: 18px;
    vertical-align: sub;
    line-height: 20px;
    padding: 0 20px 0 15px;
}
.sidemenu a:focus,
.sidemenu a:hover {
    text-decoration: none;
    transition: color 0.25s ease-in-out;
    -moz-transition: color 0.25s ease-in-out;
    -webkit-transition: color 0.25s ease-in-out;
    color: #000;
}
.sidemenu a:focus i.fas,
.sidemenu a:focus i.far,
.sidemenu a:focus i.fal,
.sidemenu a:focus i.fab,
.sidemenu a:hover i.fas,
.sidemenu a:hover i.far,
.sidemenu a:hover i.fal,
.sidemenu a:hover i.fab {
    transition: color 0.25s ease-in-out;
    -moz-transition: color 0.25s ease-in-out;
    -webkit-transition: color 0.25s ease-in-out;
    color: #ef9543;
}
.sidemenu li.submenutitle {
    font-size: 18px;
    font-weight: 300;
    margin-top: 0;
    padding-bottom: 10px;
    padding-top: 0;
    margin-bottom: 5px;
    list-style: none;
    line-height: 1.2;
}
.sidemenu a {
    color: #6d6d6d;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
}
.textboxes {
    padding-top: 60px;
    padding-bottom: 60px;
}
.textboxes p {
    margin-top: 30px;
    margin-bottom: 20px;
    font-weight: 300;
    font-size: 14px;
}
.textboxes i.fas,
.textboxes i.far,
.textboxes i.fal,
.textboxes i.fab {
    color: #ef9543;
}
.textboxes .btn i.fas,
.textboxes .btn i.far,
.textboxes .btn i.fal,
.textboxes .btn i.fab {
    color: #fff;
}
.textboxes h3 {
    margin-bottom: 30px;
}
.webhostingintro {
    padding: 60px 0;
}
.webhostingintro h2 {
    padding-bottom: 10px;
    font-weight: 300;
    margin-top: 0;
}
.webhostingintro h4 {
    font-size: 20px;
    text-align: left;
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 10px;
    font-weight: 600;
    color: #6c6c6c;
    margin-top: 50px;
}
.webhostingintro p {
    font-size: 15px !important;
    text-align: left;
    font-weight: 300;
    margin-top: 15px;
}
.webhostingintro i.fas,
.webhostingintro i.far,
.webhostingintro i.fal,
.webhostingintro i.fab {
    color: #6ca93e;
    font-size: 40px;
    padding-right: 20px;
    vertical-align: middle;
}
.webhosting {
    background: #f1f1f1;
    padding-top: 60px;
    padding-bottom: 40px;
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
}
.webhosting h2.intro {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e0e0e0;
}
.webhosting .panel-title {
    font-size: 30px;
    font-weight: 900;
}
.webhosting .panel-heading {
    color: #fff;
    background-color: #6c6c6c;
    border: none;
    padding: 20px;
    border-radius: 0;
    border-top: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
}
.webhosting .table {
    margin-bottom: 0;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
}
.webhosting .table tr {
    background: #fff;
}
.webhosting .panel {
    text-align: center;
    border-radius: 0;
    margin-bottom: 0;
    background: #f3f3f3;
    box-shadow: none;
    margin-bottom: 20px;
}
.webhosting .panel-body {
    padding: 0;
    text-align: center;
}
.webhosting .table > tbody > tr > td {
    border-top: 1px solid #f3f3f3;
}
.webhosting .the-price {
    background-color: #ef9543;
    box-shadow: none;
    padding: 20px;
    margin: 0;
    color: #fff;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
}
.webhosting .panel-title {
    color: #fff;
    margin: 0;
    font-size: 30px;
    font-weight: 900;
}
.webhosting .the-price h1 {
    line-height: 1em;
    padding: 0;
    margin: 0;
    color: #fff;
    font-weight: 600;
    font-size: 40px;
}
.webhosting .subscript {
    font-size: 25px;
}
.webhosting .panel-footer {
    background-color: #6c6c6c;
    border-top: none;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    padding: 20px;
    border: 1px solid #e6e6e6;
}
.webhosting .panel-footer:hover {
    background: #ef9543;
    color: #fff;
}
.webhosting a:hover {
    text-decoration: none;
}
.webhosting .panel-footer .btn {
    text-transform: uppercase;
    font-weight: 700;
}
.hostingfeatures {
    background: #f1f1f1;
    padding: 60px 0;
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
}
.hostingfeatures h3 {
    text-align: center;
    margin-top: 20px;
}
.hostingfeatures p.subtitle {
    text-align: center;
    border: 0;
    margin: 40px 0;
    font-size: 16px;
}
.hostingfeatures .feature {
    text-align: center;
    margin-top: 40px;
}
.hostingfeatures .feature .image {
    margin-bottom: 30px;
}
.hostingfeatures .feature .image img {
    padding: 25px;
}
.hostingfeatures .feature p.text {
    padding: 15px;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    margin: 20px 0;
}
.hostinghighlight {
    padding: 50px 0;
    background: -moz-linear-gradient(
            355deg,
            rgba(106, 170, 54, 1) 0%,
            rgba(81, 130, 42, 1) 100%
    );
    background: -webkit-gradient(
            linear,
            left top,
            right top,
            color-stop(0%, rgba(106, 170, 54, 1)),
            color-stop(100%, rgba(81, 130, 42, 1))
    );
    background: -webkit-linear-gradient(
            355deg,
            rgba(106, 170, 54, 1) 0%,
            rgba(81, 130, 42, 1) 100%
    );
    background: -o-linear-gradient(
            355deg,
            rgba(106, 170, 54, 1) 0%,
            rgba(81, 130, 42, 1) 100%
    );
    background: -ms-linear-gradient(
            355deg,
            rgba(106, 170, 54, 1) 0%,
            rgba(81, 130, 42, 1) 100%
    );
    background: linear-gradient(
            95deg,
            rgba(106, 170, 54, 1) 0%,
            rgba(81, 130, 42, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6aaa36',endColorstr='#51822A',GradientType=1);
    font-family: "Signika", sans-serif;
}
.hostinghighlight h3 {
    margin: 25px 0 0 0 !important;
    color: #fff;
    border-bottom: 1px solid #558c25 !important;
    text-transform: uppercase;
    font-weight: 600 !important;
}
.hostinghighlight p {
    margin: 20px 0;
    font-size: 16px !important;
    color: #fff;
}
.hostinghighlight p.check {
    margin: 10px 0;
    color: #d7ffaf;
}
.hostinghighlight i.fas,
.hostinghighlight i.far,
.hostinghighlight i.fal,
.hostinghighlight i.fab {
    padding-right: 10px;
    color: #3a7301;
}
.home-ssl {
    background: #f1f1f1;
    padding: 60px 0 40px 0;
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
}
.home-ssl h2 {
    margin-top: 0;
}
.home-ssl .btn-lg {
    margin-top: 10px;
}
.home-ssl .sslcertboxes {
    margin-top: 40px;
}
.home-ssl .panel-heading {
    color: #fff;
    background-color: #fff;
    border: none;
    padding: 20px 0;
    border-radius: 0;
    border-top: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
}
.home-ssl .table {
    margin-bottom: 0;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
}
.home-ssl .table tr {
    background: #fff;
}
.home-ssl .panel {
    text-align: center;
    border-radius: 0;
    margin-bottom: 0;
    background: #f3f3f3;
    box-shadow: none;
    margin-bottom: 20px;
}
.home-ssl .panel-body {
    padding: 0;
    text-align: center;
}
.home-ssl .table > tbody > tr > td {
    border-top: 1px solid #f3f3f3;
}
.home-ssl .the-price {
    background-color: #ef9543;
    box-shadow: none;
    padding: 20px;
    margin: 0;
    color: #fff;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
}
.home-ssl .panel-title {
    margin: 0;
    font-size: 30px;
    font-weight: 900;
}
.home-ssl .the-price h1 {
    line-height: 1em;
    padding: 0;
    margin: 0;
    color: #fff;
    font-weight: 600;
    font-size: 40px;
}
.home-ssl .subscript {
    font-size: 25px;
}
.home-ssl .panel-footer {
    background-color: #6c6c6c;
    border-top: none;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    padding: 20px;
    border: 1px solid #e6e6e6;
}
.home-ssl .panel-footer:hover {
    background: #ef9543;
    color: #fff;
}
.home-ssl a:hover {
    text-decoration: none;
}
.home-ssl .panel-footer .btn {
    text-transform: uppercase;
    font-weight: 700;
}
.home-features {
    padding: 20px 0 60px 0;
}
.home-features h4 {
    font-size: 18px;
    text-align: left;
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 10px;
    display: flex;
    margin-top: 60px;
    color: #6d6d6d;
}
.home-features p {
    font-size: 14px;
    text-align: left;
    font-weight: 300;
    margin-top: 15px;
}
.home-features i.fas,
.home-features i.far,
.home-features i.fal,
.home-features i.fab {
    color: #6ca93e;
    font-size: 40px;
    padding-right: 20px;
}
.home-highlight {
    padding: 50px 0 0 0;
    text-align: center;
}
.home-highlight .feature-items h5 {
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: 400;
}
.home-highlight p {
    font-size: 15px;
}
.home-highlight i.fas,
.home-highlight i.far,
.home-highlight i.fal,
.home-highlight i.fab {
    padding-right: 0;
}
.home-highlight .btn i.fas,
.home-highlight .btn i.far,
.home-highlight .btn i.fal,
.home-highlight .btn i.fab {
    margin-right: 5px;
    margin-left: 2px;
}
.home-highlight .feature-items {
    padding: 25px 0 15px 0;
}
.home-highlight .feature-items .features-icon,
.home-highlight .feature-item .features-icon {
    color: #fff;
    background: #6ca93e;
    display: inline-block;
    font-size: 30px;
    width: 60px;
    height: 60px;
    line-height: 58px;
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border: 2px solid #fff;
    border-radius: 15%;
    box-shadow: 0 0 0 2px #6ca93e;
    margin-bottom: 10px;
}
.home-highlight .feature-items:hover .features-icon,
.home-highlight .feature-item:hover .features-icon {
    color: #6ca93e;
    background: #fff;
    box-shadow: 0 0 0 2px #7b7b7b;
}
.vpsintro {
    padding: 60px 0;
}
.vpsintro h2 {
    padding-bottom: 10px;
    font-weight: 300;
    margin-top: 0;
}
.vpsintro h4 {
    font-size: 20px;
    text-align: left;
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 10px;
    font-weight: 600;
    color: #6c6c6c;
    margin-top: 50px;
}
.vpsintro p {
    font-size: 15px !important;
    text-align: left;
    font-weight: 300;
    margin-top: 15px;
}
.vpsintro i.fas,
.vpsintro i.far,
.vpsintro i.fal,
.vpsintro i.fab {
    color: #6ca93e;
    font-size: 40px;
    padding-right: 20px;
    vertical-align: middle;
}
.vpspriceslider {
    background: #f1f1f1;
    padding: 60px 0;
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
}
.vpspriceslider h2.intro {
    border: none;
}
.vpspriceslider .slider-container {
    margin-top: 60px;
}
.vpspriceslider .sliderbox {
    margin-bottom: 70px;
}
.vpspriceslider .thumbnail {
    background: #7b7b7b;
    padding: 10px;
    text-align: center;
    border-radius: 0;
    border: 1px solid #7b7b7b;
}
.vpspriceslider .orderthumbnail {
    background: #fff;
    padding: 0;
    border: 1px solid #dadada;
}
.vpspriceslider .orderthumbnail h4 {
    background: #545454;
    padding: 10px;
    text-transform: uppercase;
}
.vpspriceslider span.icon i.fas,
.vpspriceslider span.icon i.far,
.vpspriceslider span.icon i.fal,
.vpspriceslider span.icon i.fab {
    padding-right: 0;
    display: block;
    margin: 10px 0;
    color: #fff;
    font-size: 74px;
}
.vpspriceslider h3 {
    text-align: center;
    font-weight: 300;
    margin-top: 50px;
    margin-bottom: 0;
    font-size: 20px;
}
.vpspriceslider h4 {
    text-align: center;
    color: #fff;
}
.vpspriceslider span.spec {
    text-align: center;
    color: #fff;
    font-size: 24px;
}
.vpspriceslider span.totalprice {
    margin: 30px 0 0 0;
    font-size: 20px;
    display: block;
    line-height: 1.2;
}
.vpspriceslider .buynow-button {
    margin: 24px 0;
}
.vpspriceslider h3 a {
    color: #6aaa36;
}
.vpspriceslider .ui-slider {
    position: relative;
    text-align: left;
}
.vpspriceslider .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
}
.vpspriceslider .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: 0.7em;
    display: block;
    border: 0;
    margin: 3px 0 0 3px;
    background-position: 0 0;
}
.vpspriceslider .ui-slider-horizontal {
    height: 0.8em;
}
.vpspriceslider .ui-slider-horizontal .ui-slider-handle {
    top: -0.3em;
    margin-left: -0.6em;
}
.vpspriceslider .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}
.vpspriceslider .ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}
.vpspriceslider .ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}
.vpspriceslider .ui-slider-vertical {
    width: 0.8em;
    height: 100px;
}
.vpspriceslider .ui-slider-vertical .ui-slider-handle {
    left: -0.3em;
    margin-left: 0;
    margin-bottom: -0.6em;
}
.vpspriceslider .ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%;
}
.vpspriceslider .ui-slider-vertical .ui-slider-range-min {
    bottom: 0;
}
.vpspriceslider .ui-slider-vertical .ui-slider-range-max {
    top: 0;
}
.vpspriceslider .price_rangetxt {
    float: left;
    width: 100%;
    margin: 0 0 15px;
    text-align: center;
}
.vpspriceslider .price_rangetxt div.icon {
    float: left;
    color: #333;
    padding: 0;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    cursor: pointer;
    position: relative;
    padding-top: 10px;
}
.vpspriceslider .price_rangetxt div.icon:before {
    position: absolute;
    top: -36px;
    left: 0;
    right: 0;
    height: 20px;
    width: 1px;
    float: left;
    content: "";
    margin: 0 auto;
    border-left: 1px solid #ccc;
}
.vpspriceslider .price_rangetxt div.icon:after {
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 8px;
    width: 8px;
    background: #ddd;
    border-radius: 50%;
    float: left;
    content: "";
    border: 2px solid #fff;
}
.vpspriceslider .price_rangetxt div.current {
    color: #545454;
}
.vpspriceslider .price_rangetxt div.icon.current:after {
    background: #6aaa36;
}
.vpspriceslider .slider-container .headingbox {
    float: left;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 24px;
    line-height: 22px;
    background: #232323;
    box-shadow: 0 2px 3px #191919;
    padding: 12px 4%;
}
.vpspriceslider .slider-container #slider {
    display: inline-block;
    width: 100%;
    height: 12px;
    position: relative;
    z-index: 10;
    margin: 0 0 36px;
    background: #ddd;
    border-radius: 10px;
}
.vpspriceslider .slider-container #slider .ui-slider-range {
    margin: 0;
    border-radius: 6px;
    background: #6aaa36;
}
.vpspriceslider .slider-container #slider .ui-slider-handle {
    width: 28px;
    height: 28px;
    margin-top: -4px;
    margin-left: -12px;
    background: #545454;
    border-radius: 50%;
    border: 4px solid #fff;
}
.vpspriceslider .slider-container #slider .ui-slider-handle:hover {
    cursor: pointer;
}
.vpspriceslider .price_content {
    display: inline-block;
    width: 100%;
    text-align: center;
}
.vpspriceslider .price_content .smalbox_1 {
    float: left;
    width: 12%;
    position: relative;
    margin-top: 13px;
    -webkit-box-shadow: -1px 0 0 0 #ddd inset;
    -moz-box-shadow: -1px 0 0 0 #ddd inset;
    box-shadow: -1px 0 0 0 #ddd inset;
}
.vpspriceslider .price_content .smalbox_1:nth-child(7) {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.vpspriceslider .price_content .heading {
    background: #f5f5f5;
    float: left;
    width: 100%;
    padding: 0;
    margin: 0 0 15px;
}
.vpspriceslider .price_content .heading span {
    float: left;
    color: #393836;
    line-height: 16px;
    font-size: 14px;
    margin: 10px 0;
    width: 12%;
    -webkit-box-shadow: -1px 0 0 0 #ddd inset;
    -moz-box-shadow: -1px 0 0 0 #ddd inset;
    box-shadow: -1px 0 0 0 #ddd inset;
}
.vpspriceslider .price_content .heading span:last-child {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.vpspriceslider .price_content .smalbox_1 .numeric1 {
    color: #bb364c;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    display: block;
    text-transform: uppercase;
}
.vpspriceslider .price_content .smalbox_1 .price_txt {
    color: #40a219;
}
.vpspriceslider .price_content .smalbox_1 .price_txt span {
    font-size: 14px;
    font-weight: 700;
}
.vpspriceslider .slider_serverbox {
    float: right;
    width: 145px;
    height: 165px;
    position: relative;
}
.vpsaddons {
    padding: 60px 0 40px 0;
}
.vpsaddons img {
    margin-left: auto !important;
    margin-right: auto !important;
}
.vpsaddons h2.intro {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e0e0e0;
}
.vpsaddons .panel-title {
    font-size: 30px;
    font-weight: 900;
}
.vpsaddons .panel-heading {
    color: #fff;
    background-color: #545454;
    border: none;
    padding: 20px;
    border-radius: 0;
    border-top: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
}
.vpsaddons .table {
    margin-bottom: 0;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
}
.vpsaddons .table tr {
    background: #fff;
}
.vpsaddons .panel {
    text-align: center;
    border-radius: 0;
    margin-bottom: 0;
    background: #f3f3f3;
    box-shadow: none;
    margin-bottom: 20px;
}
.vpsaddons .panel-body {
    padding: 0;
    text-align: center;
}
.vpsaddons .table > tbody > tr > td {
    border-top: 1px solid #e4e3e3;
    background: #f1f1f1;
}
.vpsaddons .the-price {
    background-color: #ef9543;
    box-shadow: none;
    padding: 20px;
    margin: 0;
    color: #fff;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
}
.vpsaddons .panel-title {
    color: #fff;
    margin: 0;
    font-size: 30px;
    font-weight: 900;
}
.vpsaddons .the-price h1 {
    line-height: 1em;
    padding: 0;
    margin: 0;
    color: #fff;
    font-weight: 600;
    font-size: 40px;
}
.vpsaddons .subscript {
    font-size: 25px;
}
.vpsaddons .panel-footer {
    background-color: #6c6c6c;
    border-top: none;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    padding: 20px;
    border: 1px solid #e6e6e6;
}
.vpsaddons .panel-footer:hover {
    background: #ef9543;
    color: #fff;
}
.vpsaddons a:hover {
    text-decoration: none;
}
.vpsaddons .panel-footer .btn {
    text-transform: uppercase;
    font-weight: 700;
}
.vpsaddons .gray {
    background: #f1f1f1;
}
.gameserversintro {
    padding: 60px 0;
}
.gameserversintro h2 {
    padding-bottom: 10px;
    font-weight: 300;
    margin-top: 0;
}
.gameserversintro h4 {
    font-size: 20px;
    text-align: left;
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 10px;
    font-weight: 600;
    color: #6c6c6c;
    margin-top: 50px;
}
.gameserversintro p {
    font-size: 15px !important;
    text-align: left;
    font-weight: 300;
    margin-top: 15px;
}
.gameserversintro i.fas,
.gameserversintro i.far,
.gameserversintro i.fal,
.gameserversintro i.fab {
    color: #6ca93e;
    font-size: 40px;
    padding-right: 20px;
    vertical-align: middle;
}
.gamehighlight {
    background: #fff;
    padding-top: 60px;
    padding-bottom: 60px;
}
.gamehighlight p {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 17px !important;
}
.gamehighlight p.button {
    margin-bottom: 0;
}
.gamehighlight i.fas,
.gamehighlight i.far,
.gamehighlight i.fal,
.gamehighlight i.fab {
    color: #6ca93e;
}
.gamehighlight .btn i.fas,
.gamehighlight .btn i.far,
.gamehighlight .btn i.fal,
.gamehighlight .btn i.fab {
    color: #fff;
}
.gameservers {
    background: #f1f1f1;
    padding-top: 60px;
    padding-bottom: 40px;
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
}
.gameservers {
    background: #f1f1f1;
    padding-top: 60px;
    padding-bottom: 40px;
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
}
.gameservers h2.intro {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e0e0e0;
}
.gameservers .panel-title {
    font-weight: 900;
}
.gameservers .panel-title {
    font-size: 15px !important;
    color: #fff;
    padding: 0;
    margin: 0;
}
.gameservers .panel-heading {
    color: #fff;
    background-color: #6c6c6c;
    border: none;
    padding: 20px 15px;
    border-radius: 0;
    border-top: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
}
.gameservers img {
    margin-left: auto;
    margin-right: auto;
}
.gameservers .table {
    margin-bottom: 0;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
}
.gameservers .table tr {
    background: #fff;
}
.gameservers .panel {
    text-align: center;
    border-radius: 0;
    margin-bottom: 0;
    background: #f3f3f3;
    box-shadow: none;
    margin-bottom: 20px;
}
.gameservers .panel-body {
    padding: 0;
    text-align: center;
}
.gameservers .table > tbody > tr > td {
    border-top: 1px solid #f3f3f3;
}
.gameservers .the-price {
    background-color: #ef9543;
    box-shadow: none;
    padding: 20px;
    margin: 0;
    color: #fff;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    padding-top: 5px;
    padding-bottom: 10px;
}
.gameservers .panel-title {
    font-size: 30px;
    font-weight: 900;
}
.gameservers .the-price h1 {
    line-height: 1em;
    padding: 0;
    margin: 0;
    color: #fff;
    font-weight: 600;
    font-size: 40px;
}
.gameservers .subscript {
    font-size: 25px;
}
.gameservers .panel-footer {
    background-color: #6c6c6c;
    border-top: none;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    padding: 20px;
    border: 1px solid #e6e6e6;
}
.gameservers .panel-footer:hover {
    background: #ef9543;
    color: #fff;
}
.gameservers a:hover {
    text-decoration: none;
}
.gameservers .panel-footer .btn {
    text-transform: uppercase;
    font-weight: 700;
}
.gameservers .white {
    background: #fff;
}
.gameservers .bulk {
    font-size: 12px;
    margin-top: 15px;
    border-top: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
    padding-top: 5px;
    padding-bottom: 5px;
    text-transform: uppercase;
}
.gameservers .bulk i.fas,
.gameservers .bulk i.far,
.gameservers .bulk i.fal,
.gameservers .bulk i.fab {
    color: #6ca93e;
}
.gameservers .bulk a {
    color: #333;
}
.gameservers .bulk a:hover {
    color: #6ca93e;
}
.gametables {
    background: #fff;
    padding-top: 60px;
    padding-bottom: 40px;
}
.gametables table {
    border: 1px solid #dadada;
}
.gametables i.fas,
.gametables i.far,
.gametables i.fal,
.gametables i.fab {
    color: #6ca93e;
}
.gametables .table > tbody > tr > th {
    width: 25%;
}
.gametables .table > tbody > tr > th.game {
    width: 50%;
}
.gametables .table > tbody > tr > td {
    padding: 15px;
    font-weight: 400;
    vertical-align: middle;
}
.gametables table tr {
    background: #f2f2f2;
}
.gametables table tr:hover {
    background-color: #fff !important;
}
.gametables table th {
    padding: 15px;
    background: #6c6c6c;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    border: 1px solid #6c6c6c;
}
.gametables table th.center {
    text-align: center;
}
.gametables table td.center {
    text-align: center;
}
.gametables .slotpricing {
    margin-top: 30px;
}
.resellerintro {
    padding: 60px 0;
}
.resellerintro h2 {
    padding-bottom: 10px;
    font-weight: 300;
    margin-top: 0;
}
.resellerintro h4 {
    font-size: 20px;
    text-align: left;
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 10px;
    font-weight: 600;
    color: #6c6c6c;
    margin-top: 50px;
}
.resellerintro p {
    font-size: 15px;
    text-align: left;
    font-weight: 300;
    margin-top: 15px;
}
.resellerintro i.fas,
.resellerintro i.far,
.resellerintro i.fal,
.resellerintro i.fab {
    color: #6ca93e;
    font-size: 40px;
    padding-right: 20px;
    vertical-align: middle;
}
.resellerplans {
    background: #f1f1f1;
    padding-top: 60px;
    padding-bottom: 40px;
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
}
.resellerplans h2.intro {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e0e0e0;
}
.resellerplans .panel-title {
    font-size: 30px;
    font-weight: 900;
}
.resellerplans .panel-heading {
    color: #fff;
    background-color: #6c6c6c;
    border: none;
    padding: 20px;
    border-radius: 0;
    border-top: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
}
.resellerplans .table {
    margin-bottom: 0;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
}
.resellerplans .table tr {
    background: #fff;
}
.resellerplans .panel {
    text-align: center;
    border-radius: 0;
    background: #f3f3f3;
    box-shadow: none;
    margin-bottom: 20px;
}
.resellerplans .panel-body {
    padding: 0;
    text-align: center;
}
.resellerplans .table > tbody > tr > td {
    border-top: 1px solid #f3f3f3;
}
.resellerplans .the-price {
    background-color: #ef9543;
    box-shadow: none;
    padding: 20px;
    margin: 0;
    color: #fff;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
}
.resellerplans .panel-title {
    color: #fff;
    margin: 0;
    font-size: 30px;
    font-weight: 900;
}
.resellerplans .the-price h1 {
    line-height: 1em;
    padding: 0;
    margin: 0;
    color: #fff;
    font-weight: 600;
    font-size: 40px;
}
.resellerplans .subscript {
    font-size: 25px;
}
.resellerplans .panel-footer {
    background-color: #6c6c6c;
    border-top: none;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    padding: 20px;
    border: 1px solid #e6e6e6;
}
.resellerplans .panel-footer:hover {
    background: #ef9543;
    color: #fff;
}
.resellerplans a:hover {
    text-decoration: none;
}
.resellerplans .panel-footer .btn {
    text-transform: uppercase;
    font-weight: 700;
}
.resellerhighlight {
    padding: 50px 0;
    background: -moz-linear-gradient(
            355deg,
            rgba(106, 170, 54, 1) 0%,
            rgba(81, 130, 42, 1) 100%
    );
    background: -webkit-gradient(
            linear,
            left top,
            right top,
            color-stop(0%, rgba(106, 170, 54, 1)),
            color-stop(100%, rgba(81, 130, 42, 1))
    );
    background: -webkit-linear-gradient(
            355deg,
            rgba(106, 170, 54, 1) 0%,
            rgba(81, 130, 42, 1) 100%
    );
    background: -o-linear-gradient(
            355deg,
            rgba(106, 170, 54, 1) 0%,
            rgba(81, 130, 42, 1) 100%
    );
    background: -ms-linear-gradient(
            355deg,
            rgba(106, 170, 54, 1) 0%,
            rgba(81, 130, 42, 1) 100%
    );
    background: linear-gradient(
            95deg,
            rgba(106, 170, 54, 1) 0%,
            rgba(81, 130, 42, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6aaa36',endColorstr='#51822A',GradientType=1);
    font-family: "Signika", sans-serif;
}
.resellerhighlight h3 {
    margin: 15px 0 0 0 !important;
    color: #fff;
    border-bottom: 1px solid #558c25 !important;
    text-transform: uppercase;
    font-weight: 600 !important;
}
.resellerhighlight p {
    margin: 20px 0;
    font-size: 16px !important;
    color: #fff;
}
.resellerhighlight p.check {
    margin: 10px 0;
    color: #d7ffaf;
}
.resellerhighlight i.fas,
.resellerhighlight i.far,
.resellerhighlight i.fal,
.resellerhighlight i.fab {
    padding-right: 10px;
    color: #3a7301;
}
.dedicatedintro {
    padding: 60px 0;
}
.dedicatedintro h2 {
    padding-bottom: 10px;
    font-weight: 300;
    margin-top: 0;
}
.dedicatedintro h4 {
    font-size: 20px;
    text-align: left;
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 10px;
    font-weight: 600;
    color: #6c6c6c;
    margin-top: 50px;
}
.dedicatedintro p {
    font-size: 15px !important;
    text-align: left;
    font-weight: 300;
    margin-top: 15px;
}
.dedicatedintro i.fas,
.dedicatedintro i.far,
.dedicatedintro i.fal,
.dedicatedintro i.fab {
    color: #6ca93e;
    font-size: 40px;
    padding-right: 20px;
    vertical-align: middle;
}
.dedicatedservers {
    background: #f1f1f1;
    padding-top: 60px;
    padding-bottom: 40px;
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
}
.dedicatedservers {
    background: #f1f1f1;
    padding-top: 60px;
    padding-bottom: 40px;
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
}
.dedicatedservers h2.intro {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e0e0e0;
}
.dedicatedservers .panel-title {
    font-size: 30px;
    font-weight: 900;
}
.dedicatedservers .panel-heading {
    color: #fff;
    background-color: #6c6c6c;
    border: none;
    padding: 20px;
    border-radius: 0;
    border-top: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
}
.dedicatedservers .table {
    margin-bottom: 0;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
}
.dedicatedservers .table tr {
    background: #fff;
}
.dedicatedservers .panel {
    text-align: center;
    border-radius: 0;
    margin-bottom: 0;
    background: #f3f3f3;
    box-shadow: none;
    margin-bottom: 20px;
}
.dedicatedservers .panel-body {
    padding: 0;
    text-align: center;
}
.dedicatedservers .table > tbody > tr > td {
    border-top: 1px solid #f3f3f3;
}
.dedicatedservers .the-price {
    background-color: #ef9543;
    box-shadow: none;
    padding: 20px;
    margin: 0;
    color: #fff;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
}
.dedicatedservers .panel-title {
    color: #fff;
    margin: 0;
    font-size: 30px;
    font-weight: 900;
}
.dedicatedservers .the-price h1 {
    line-height: 1em;
    padding: 0;
    margin: 0;
    color: #fff;
    font-weight: 600;
    font-size: 40px;
}
.dedicatedservers .subscript {
    font-size: 25px;
}
.dedicatedservers .panel-footer {
    background-color: #6c6c6c;
    border-top: none;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    padding: 20px;
    border: 1px solid #e6e6e6;
}
.dedicatedservers .panel-footer:hover {
    background: #ef9543;
    color: #fff;
}
.dedicatedservers a:hover {
    text-decoration: none;
}
.dedicatedservers .panel-footer .btn {
    text-transform: uppercase;
    font-weight: 700;
}
.dedicatedservers .white {
    background: #fff;
}
.dedicatedtable {
    background: #fff;
    padding-top: 60px;
    padding-bottom: 20px;
}
.dedicatedtable h3 {
    margin-top: 40px !important;
}
.dedicatedtable i.fas,
.dedicatedtable i.far,
.dedicatedtable i.fal,
.dedicatedtable i.fab {
    color: #6ca93e;
}
.dedicatedtable .white {
    color: #fff !important;
}
.dedicatedtable a {
    text-transform: uppercase;
}
.dedicatedtable table {
    border: 1px solid #ddd;
}
.dedicatedtable .table > tbody > tr > th {
    width: 10%;
}
.dedicatedtable .table > tbody > tr > th.server {
    width: 25%;
}
.dedicatedtable .table > tbody > tr > th.order {
    width: 15%;
}
.dedicatedtable .table > tbody > tr > td {
    padding: 15px;
    font-weight: 400;
    vertical-align: middle;
}
.dedicatedtable table tr {
    background: #f1f1f1;
}
.dedicatedtable table tr:hover {
    background-color: #fff !important;
}
.dedicatedtable table th {
    padding: 12px;
    background: #6d6d6d;
    border: 1px solid #6d6d6d !important;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
}
.dedicatedtable table th.center {
    text-align: center;
}
.dedicatedtable table td.center {
    text-align: center;
}
.dedicatedbenefits {
    padding: 20px 0 60px 0;
}
.dedicatedbenefits h3 {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 40px;
}
.dedicatedbenefits img {
    margin: 20px auto;
    display: block;
}
.dedicatedbenefits h4 {
    font-size: 20px;
    text-align: center;
    margin: 15px 0;
    padding: 15px 0;
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
}
.dedicatedbenefits p {
    font-size: 16px;
    text-align: center;
}
.services {
    padding: 60px 0;
}
.services h3 {
    margin-top: 40px !important;
}
.services .btnquote {
    margin-top: 25px;
    margin-bottom: 25px;
}
.services i.fas,
.services i.far,
.services i.fal,
.services i.fab {
    color: #6ca93e;
}
.services table {
    border: 1px solid #dadada;
    margin: 20px 0 0 0;
}
.services table th.center {
    text-align: center;
}
.services table th {
    padding: 15px;
    background: #6d6d6d;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
}
.services table td.center {
    text-align: center;
    vertical-align: middle;
}
.services .table > tbody > tr > th {
    width: 15%;
}
.services .table > tbody > tr > th.service {
    width: 55%;
}
.services .table > tbody > tr > td {
    vertical-align: middle;
}
.services table tr {
    background-color: #f2f2f2;
}
.services table tr:hover {
    background-color: #fff;
}
.domain-names-intro {
    padding: 60px 0 50px 0;
}
.domain-names-intro p.intro {
    font-size: 15px;
    margin-bottom: 40px;
}
.domain-names-intro .benefits i.fas,
.domain-names-intro .benefits i.far,
.domain-names-intro .benefits i.fal,
.domain-names-intro .benefits i.fab {
    color: #6ca93e;
    font-size: 20px;
    vertical-align: text-bottom;
    padding-right: 12px;
}
.domain-names-intro .benefits p.light {
    font-size: 18px;
}
.domain-checker {
    background: #f1f1f1;
    padding: 30px 0;
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
}
.domain-checker span.input-group-btn {
    background: #fff;
    border-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    height: 60px;
}
.domain-checker .domainvalue {
    font-size: 27px;
    height: 60px;
    padding-left: 2px;
    border-left: 0;
    color: #333;
    box-shadow: 0 0;
}
.domain-checker i.fas,
.domain-checker i.far,
.domain-checker i.fal,
.domain-checker i.fab {
    color: #fff;
}
.domain-checker .domaincheckselect {
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: "";
    width: 145px;
    height: 60px;
    border-radius: 0 !important;
    border: none;
    font-size: 27px;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-top: 1px solid #ccc !important;
    border-bottom: 1px solid #ccc !important;
    outline: 0;
    box-shadow: 0 0;
    background-image: url(../images/services/domain-names/down_arrow.png);
    background-repeat: no-repeat;
    background-position-x: 80%;
    background-position-y: 55%;
    background-position: 80% 55%;
}
.domain-checker .domaincheckselect:hover {
    background-image: url(../images/services/domain-names/down_arrow_hover.png);
    cursor: pointer;
}
.domain-checker .form-control {
    -moz-appearance: none;
    -webkit-appearance: none;
}
.domain-checker .form-control:focus {
    height: 60px;
    border: none;
    border-top: 1px solid #ccc !important;
    border-bottom: 1px solid #ccc !important;
    border-color: #ccc;
    outline: 0;
    box-shadow: 0 0;
}
.domain-checker .domainsearchprefix {
    text-align: center;
    font-size: 27px;
    height: 60px;
    border-right: 0;
    padding-right: 0;
    color: #6f6f6f;
}
.domain-checker .btn-default[disabled] {
    background: #fff;
    color: #6f6f6f !important;
    cursor: pointer !important;
    opacity: 1 !important;
    border: 1px solid #ced4da;
    border-right: 0;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.domain-checker .domainsearchdomainname {
    border-right: 0;
}
.domain-checker .domainsearcharrow {
    color: #797c6f !important;
}
.domain-checker .domainsearchsubmit {
    font-size: 21px;
    color: #fff;
    background: #6ca93e;
    width: 140px;
    padding: 14px 10px 13px 10px;
    border: 1px solid #548430;
    border-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.domain-checker .domainsearchsubmit:hover {
    opacity: 0.9;
}
.domain-features {
    padding: 50px 0 0 0;
}
.domain-features i.fas,
.domain-features i.far,
.domain-features i.fal,
.domain-features i.fab {
    color: #6ca93e;
}
.domain-features h3 {
    margin-top: 10px !important;
}
.domain-features h4 {
    font-size: 20px;
    margin-top: 30px;
}
.domain-pricing {
    background: #f1f1f1;
    padding-top: 30px;
    padding-bottom: 10px;
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
}
.domain-pricing {
    background: #f1f1f1;
    padding: 60px 0 40px 0;
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
}
.domain-pricing h2.intro {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e0e0e0;
}
.domain-pricing .panel-heading {
    color: #fff;
    background-color: #6c6c6c;
    border: none;
    padding: 20px;
    border-radius: 0;
}
.domain-pricing .table {
    margin-bottom: 0;
}
.domain-pricing .panel {
    text-align: center;
    border-radius: 0;
    margin-bottom: 0;
    background: #f3f3f3;
    box-shadow: none;
    margin-bottom: 20px;
    border: 1px solid #dadada;
}
.domain-pricing .panel-body {
    padding: 0;
    text-align: center;
}
.domain-pricing .tldext {
    text-align: left !important;
    padding-left: 15px !important;
}
.domain-pricing a {
    color: #324028;
    font-weight: 600;
}
.domain-pricing a:hover {
    color: #6ca93e;
}
.domain-pricing .table > tbody > tr > th {
    width: 25%;
}
.domain-pricing .table > tbody > tr > th {
    border-top: 1px solid #dadada;
    text-align: center;
    background: rgb(108, 108, 108);
    border-top: 0;
    color: #fff;
}
.domain-pricing .table > tbody > tr > td {
    border-top: 1px solid #f3f3f3;
}
.domain-pricing .the-price {
    background-color: #ef9543;
    box-shadow: none;
    padding: 20px;
    margin: 0;
    color: #fff;
    border-left: 1px solid #ef9543;
    border-right: 1px solid #ef9543;
}
.domain-pricing h3 {
    color: #fff;
    margin-top: 5px;
}
.domain-pricing .panel-title {
    color: #fff;
    margin: 0;
    font-size: 30px;
    font-weight: 900;
}
.domain-pricing .the-price h1 {
    line-height: 1em;
    padding: 0;
    margin: 0;
    color: #fff;
    font-weight: 600;
    font-size: 40px;
}
.domain-pricing .subscript {
    font-size: 25px;
}
.domain-pricing img {
    vertical-align: text-top;
    padding: 2px;
}
.domain-pricing .panel-footer {
    background-color: #6c6c6c;
    border-top: none;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    padding: 20px;
    border: 1px solid #e6e6e6;
}
.domain-pricing .panel-footer:hover {
    background: #ef9543;
    color: #fff;
}
.domain-pricing a:hover {
    text-decoration: none;
}
.domain-pricing .panel-footer .btn {
    text-transform: uppercase;
    font-weight: 700;
}
.website-design-intro {
    padding: 60px 0 50px 0;
}
.website-design-intro p.intro {
    font-size: 15px;
    margin-bottom: 40px;
}
.website-design-intro .benefits i.fas,
.website-design-intro .benefits i.far,
.website-design-intro .benefits i.fal,
.website-design-intro .benefits i.fab {
    color: #6ca93e;
    font-size: 20px;
    vertical-align: text-bottom;
    padding-right: 12px;
}
.website-design-intro .benefits p.light {
    font-size: 18px;
}
.website-design-plans {
    background: #f1f1f1;
    padding: 60px 0 40px 0;
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
}
.website-design-plans h2.intro {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e0e0e0;
}
.website-design-plans .panel-heading {
    color: #fff;
    background-color: #6c6c6c;
    border: none;
    padding: 20px;
    border-radius: 0;
    border-top: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
}
.website-design-plans .table {
    margin-bottom: 0;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
}
.website-design-plans .table tr {
    background: #fff;
}
.website-design-plans .panel {
    text-align: center;
    border-radius: 0;
    margin-bottom: 0;
    background: #f3f3f3;
    box-shadow: none;
    margin-bottom: 20px;
}
.website-design-plans .panel-body {
    padding: 0;
    text-align: center;
}
.website-design-plans .table > tbody > tr > td {
    border-top: 1px solid #f3f3f3;
}
.website-design-plans .the-price {
    background-color: #ef9543;
    box-shadow: none;
    padding: 20px;
    margin: 0;
    color: #fff;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
}
.website-design-plans .panel-title {
    color: #fff;
    margin: 0;
    font-size: 30px;
    font-weight: 900;
}
.website-design-plans .the-price h1 {
    line-height: 1em;
    padding: 0;
    margin: 0;
    color: #fff;
    font-weight: 600;
    font-size: 40px;
}
.website-design-plans .subscript {
    font-size: 25px;
}
.website-design-plans img {
    vertical-align: text-top;
    padding: 2px;
}
.website-design-plans .panel-footer {
    background-color: #6c6c6c;
    border-top: none;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    padding: 20px;
    border: 1px solid #e6e6e6;
}
.website-design-plans .panel-footer:hover {
    background: #ef9543;
    color: #fff;
}
.website-design-plans a:hover {
    text-decoration: none;
}
.website-design-plans .panel-footer .btn {
    text-transform: uppercase;
    font-weight: 700;
}
.website-design-highlight {
    padding: 60px 0;
}
.website-design-highlight h2.intro {
    border-bottom: 1px solid #dbdbdb;
    padding-top: 20px;
}
.website-design-highlight p {
    margin-top: 20px;
}
.website-design-addons {
    background: #f1f1f1;
    padding: 60px 0;
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
}
.website-design-addons h2.intro {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e0e0e0;
}
.website-design-addons .panel-heading {
    color: #fff;
    background-color: #fff;
    border: none;
    padding: 20px;
    border-radius: 0;
    border-top: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
}
.website-design-addons .table {
    margin-bottom: 0;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
}
.website-design-addons .table tr {
    background: #fff;
}
.website-design-addons .panel {
    text-align: center;
    border-radius: 0;
    margin-bottom: 0;
    background: #f3f3f3;
    box-shadow: none;
    margin-top: 20px;
}
.website-design-addons .panel-body {
    padding: 0;
    text-align: center;
}
.website-design-addons .table > tbody > tr > td {
    border-top: 1px solid #f3f3f3;
}
.website-design-addons .the-price {
    background-color: #ef9543;
    box-shadow: none;
    padding: 20px;
    margin: 0;
    color: #fff;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
}
.website-design-addons .panel-title {
    color: #fff;
    margin: 0;
    font-size: 30px;
    font-weight: 900;
}
.website-design-addons .the-price h1 {
    line-height: 1em;
    padding: 0;
    margin: 0;
    color: #fff;
    font-weight: 600;
    font-size: 40px;
}
.website-design-addons .subscript {
    font-size: 25px;
}
.website-design-addons .panel-footer {
    background-color: #6c6c6c;
    border-top: none;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    padding: 20px;
    border: 1px solid #e6e6e6;
}
.website-design-addons .panel-footer:hover {
    background: #6ca93e;
    color: #fff;
}
.website-design-addons a:hover {
    text-decoration: none;
}
.website-design-addons .panel-footer .btn {
    text-transform: uppercase;
    font-weight: 700;
}
.ssl-intro {
    padding: 60px 0 50px 0;
}
.ssl-intro p.intro {
    font-size: 15px;
    margin-bottom: 40px;
}
.ssl-intro .benefits i.fas,
.ssl-intro .benefits i.far,
.ssl-intro .benefits i.fal,
.ssl-intro .benefits i.fab {
    color: #6ca93e;
    font-size: 20px;
    vertical-align: text-bottom;
    padding-right: 12px;
}
.ssl-intro .benefits p.light {
    font-size: 18px;
}
.ssl-certificates {
    background: #f1f1f1;
    padding: 60px 0 40px 0;
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
}
.ssl-certificates h2 {
    margin-top: 0;
}
.ssl-certificates .btn-lg {
    margin-top: 10px;
}
.ssl-certificates .sslcertboxes {
    margin-top: 40px;
}
.ssl-certificates .panel-heading {
    color: #fff;
    background-color: #fff;
    border: none;
    padding: 20px 0;
    border-radius: 0;
    border-top: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
}
.ssl-certificates .table {
    margin-bottom: 0;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
}
.ssl-certificates .table tr {
    background: #fff;
}
.ssl-certificates .panel {
    text-align: center;
    border-radius: 0;
    margin-bottom: 0;
    background: #f3f3f3;
    box-shadow: none;
    margin-bottom: 20px;
}
.ssl-certificates .panel-body {
    padding: 0;
    text-align: center;
}
.ssl-certificates .table > tbody > tr > td {
    border-top: 1px solid #f3f3f3;
}
.ssl-certificates .the-price {
    background-color: #ef9543;
    box-shadow: none;
    padding: 20px;
    margin: 0;
    color: #fff;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
}
.ssl-certificates .panel-title {
    margin: 0;
    font-size: 30px;
    font-weight: 900;
}
.ssl-certificates .the-price h1 {
    line-height: 1em;
    padding: 0;
    margin: 0;
    color: #fff;
    font-weight: 600;
    font-size: 40px;
}
.ssl-certificates .subscript {
    font-size: 25px;
}
.ssl-certificates .panel-footer {
    background-color: #6c6c6c;
    border-top: none;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    padding: 20px;
    border: 1px solid #e6e6e6;
}
.ssl-certificates .panel-footer:hover {
    background: #ef9543;
    color: #fff;
}
.ssl-certificates a:hover {
    text-decoration: none;
}
.ssl-certificates .panel-footer .btn {
    text-transform: uppercase;
    font-weight: 700;
}
.ssl-ev {
    background: #f1f1f1;
    padding: 60px 0;
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
}
.ssl-ev h2.intro {
    border-bottom: 1px solid #dbdbdb;
    padding-top: 20px;
}
.ssl-ev p {
    margin-top: 20px;
}
.ssl-ev table i.fas,
.ssl-ev table i.far,
.ssl-ev table i.fal,
.ssl-ev table i.fab {
    padding-right: 10px;
    color: #6ca93e;
}
.ssl-ev i.fas,
.ssl-ev i.far,
.ssl-ev i.fal,
.ssl-ev i.fab {
    padding-right: 0;
}
.ssl-ev .btn i.fas,
.ssl-ev .btn i.far,
.ssl-ev .btn i.fal,
.ssl-ev .btn i.fab {
    padding-right: 10px;
}
.ssl-ev .evsslimg {
    margin-left: auto;
    margin-right: auto;
}
.ssl-ev .box > .icon {
    text-align: center;
    position: relative;
}
.ssl-ev .box > .icon > .image {
    position: relative;
    z-index: 2;
    margin: auto;
    width: 88px;
    height: 88px;
    border: 8px solid #fff;
    line-height: 88px;
    border-radius: 50%;
    background: #424242;
    vertical-align: middle;
}
.ssl-ev .box > .icon:hover > .image {
    background: #6ca93e;
}
.ssl-ev .box > .icon > .image > i {
    font-size: 36px !important;
    color: #ffffff !important;
}
.ssl-ev .box > .icon:hover > .image > i {
    color: white !important;
}
.ssl-ev .box > .icon > .info {
    margin-top: -24px;
    background: #fff;
    border: 1px solid #e0e0e0;
    padding: 15px;
    border-radius: 4px;
}
.ssl-ev .box > .icon:hover > .info {
    background: #fff;
    border-color: #e0e0e0;
    color: #fff;
}
.ssl-ev .box > .icon > .info > h3.title {
    margin: 25px 0;
}
.ssl-ev .box > .icon > .info > p {
    font-size: 15px;
    color: #666;
    line-height: 23px;
    margin: 20px;
}
.ssl-ev table {
    border: 1px solid #dadada;
    margin: 15px 0 0 0;
}
.ssl-ev .table > tbody > tr > td {
    vertical-align: middle;
}
.ssl-ev table tr {
    background-color: #fff;
}
.ssl-ev table tr:hover {
    background-color: #eaeaea;
}
.ssl-features {
    padding: 60px 0;
}
.ssl-features h4 {
    font-size: 18px;
    text-align: left;
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 10px;
    margin-top: 60px;
    color: #6d6d6d;
}
.ssl-features p {
    font-size: 15px !important;
    text-align: left;
    font-weight: 300;
    margin-top: 15px;
}
.ssl-features i.fas,
.ssl-features i.far,
.ssl-features i.fal,
.ssl-features i.fab {
    color: #6ca93e;
    font-size: 30px;
    padding-right: 20px;
    vertical-align: sub;
}
.aboutus {
    padding: 50px 0;
}
.aboutus h2 {
    font-size: 24px;
}
.aboutus i.fas,
.aboutus i.far,
.aboutus i.fal,
.aboutus i.fab {
    color: #6aaa36;
}
.aboutus .card h2 {
    margin-top: 15px;
}
.aboutus h3 {
    margin-top: 60px;
    margin-bottom: 30px;
}
.aboutus h4 {
    font-weight: 300;
    margin-top: 30px;
}
.aboutus h4.value {
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 1.2rem;
}
.aboutus p.small {
    margin-top: 20px;
    margin-bottom: 0;
}
.aboutus .card h4 {
    margin-bottom: 15px;
    margin-top: 10px;
}
.aboutus .card {
    margin-top: 25px;
    padding: 40px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.aboutus iframe {
    width: 100%;
    border: none;
}
.contact {
    padding: 50px 0;
}
.contact h2 {
    font-size: 18px;
}
.contact h3 {
    padding-bottom: 10px;
    font-size: 18px;
}
.contact .caption h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}
.contact p {
    padding-bottom: 40px;
}
.contact p.light {
    padding-bottom: 10px;
}
.contact .caption p.light {
    padding-bottom: 0;
}
.contact h2 i.fas,
.contact h2 i.far,
.contact h2 i.fal,
.contact h2 i.fab {
    color: #f19538;
}
.contact h3 i.fas,
.contact h3 i.far,
.contact h3 i.fal,
.contact h3 i.fab {
    color: #6aaa36;
}
.contact form {
    margin-top: 30px;
}
.contact .input-group {
    padding-bottom: 25px;
}
.contact .form-control {
    padding: 20px 10px;
}
.contact .input-group-text i.fas,
.contact .input-group-text i.far,
.contact .input-group-text i.fal,
.contact .input-group-text i.fab {
    color: #ff5e5e;
    padding-right: 0;
    font-size: 7px;
    vertical-align: middle;
}
.contact .card {
    padding: 20px 40px 40px 40px;
    background: #efefef;
    border: 1px solid #ddd;
    border-radius: 4px;
}
.contact iframe {
    margin: 5px 0 0 15px;
    width: 100%;
    border: 1px solid #ccc;
}
.contact .map-iframe {
    margin: 20px 0 0 0;
}
.contact .alert {
    padding: 20px;
}
.contact .alert h4 {
    font-size: 20px;
}
.contact .alert p {
    padding: 0;
    margin: 0;
}
.contact .captcha {
    margin: 0 0 20px 0;
}
.contact .g-recaptcha {
    display: inline-block;
}
.contact .g-recaptcha iframe {
    margin: auto;
}
.contact #g-recaptcha-response {
    display: block !important;
    position: absolute;
    margin: -78px 0 0 0 !important;
    width: 302px !important;
    height: 76px !important;
    z-index: -999999;
    opacity: 0;
}
.portfolio {
    padding: 50px 0;
}
.portfolio h2 {
    font-size: 24px;
}
.portfolio h3 {
    margin-top: 1rem;
    font-size: 1.2rem;
}
.portfolio h3 i.fas,
.portfolio h3 i.far,
.portfolio h3 i.fal,
.portfolio h3 i.fab {
    color: #6ca93e;
}
.portfolio p.caption {
    padding-top: 10px;
}
.portfolio .panel-default {
    margin-top: 30px;
    border: 1px solid #e2e2e2;
}
.portfolio .panel-image img.panel-image-preview {
    width: 100%;
}
.portfolio .panel-heading ~ .panel-image img.panel-image-preview {
    border-radius: 0;
}
.portfolio .panel-image ~ .panel-body,
.panel-image.hide-panel-body ~ .panel-body {
    overflow: hidden;
    background: #f5f5f5;
    border-top: 1px solid #ddd;
    padding: 10px 30px;
}
.portfolio .panel-image ~ .panel-footer a {
    padding: 0 10px;
    font-size: 1.3em;
    color: rgb(100, 100, 100);
}
.portfolio .panel-image.hide-panel-body ~ .panel-body {
    height: 0;
    padding: 0;
}
.portfolio .btn {
    margin-bottom: 10px;
}
.promotions {
    padding: 50px 0;
}
.promotions h2 {
    font-size: 24px;
}
.promotions .coupon {
    border-color: #dadada;
    border-radius: 5px;
    font-weight: 300;
    margin-top: 40px;
    margin-bottom: 0;
}
.promotions .coupon .head {
    background: #dcdcdc;
    border-bottom: 1px solid #d2d2d2;
}
.promotions .coupon #footer {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.promotions .card-body {
    background: #e8e8e8;
}
.promotions .card-title {
    margin: 10px 0;
}
.promotions .card-title h3 {
    font-size: 22px;
    text-align: center;
    margin: 0;
}
.promotions .card-title h4 {
    margin: 8px 15px 0 0;
    display: inline;
    float: right;
}
.promotions .card-footer {
    background-color: #dcdcdc;
    border-top: 1px solid #d2d2d2;
    padding-top: 10px;
    padding-bottom: 13px;
}
.promotions .card p {
    color: #000;
}
.promotions .coupon .title img {
    margin: 5px 0 0 15px;
}
.promotions .coupon .title span {
    float: right;
    margin-top: 5px;
    font-weight: 700;
    text-transform: uppercase;
}
.promotions .coupon-img {
    width: 100%;
    margin-bottom: 15px;
}
.promotions .items {
    margin: 6px 0;
    padding-left: 20px;
}
.promotions .offer {
    background: #f9f9f9;
    border-radius: 5px;
    box-shadow: 0 0 1px 1px #e2e2e2;
    text-transform: uppercase;
    text-align: center;
}
.promotions .usd,
.promotions .cents {
    font-size: 20px;
}
.promotions .number {
    font-size: 40px;
    font-weight: 700;
    color: #737373;
}
.promotions .discount {
    font-size: 20px;
}
.promotions .percentage {
    font-size: 25px;
}
.promotions sup {
    top: -15px;
}
.promotions .discount sup {
    top: 0;
}
.promotions .coupon-code {
    color: #333;
    font-size: 11px;
}
.promotions .exp {
    color: #f34235;
}
.promotions .order {
    font-size: 14px;
    float: right;
    margin-top: 3px;
}
.promotions .btn i.fas,
.promotions .btn i.far,
.promotions .btn i.fal,
.promotions .btn i.fab {
    padding-right: 10px;
}
.promotions .btn {
    font-size: 12px;
    margin-top: 3px;
    text-transform: uppercase;
}
.faq {
    padding: 50px 0;
}
.faq h2 {
    font-size: 24px;
}
.faq h3 {
    color: #4c4c4c;
    font-size: 18px;
    margin: 50px 0 20px 0;
    font-weight: 300;
}
.faq h3 i.fas,
.faq h3 i.far,
.faq h3 i.fal,
.faq h3 i.fab {
    color: #ef9543;
}
.faq p {
    font-weight: 300;
    font-size: 14px;
    margin-bottom: 30px;
}
.faq .card {
    background: #f0f0f0;
    margin-bottom: 10px;
}
.faq .card-default > .card-heading a {
    color: #333;
    text-decoration: none;
}
.faq .card-default > .card-heading i.fas,
.faq .card-default > .card-heading i.far,
.faq .card-default > .card-heading i.fal,
.faq .card-default > .card-heading i.fab {
    color: #6aaa36;
}
.faq span.float-right {
    margin-top: 3px;
}
.faq .card-title {
    padding: 10px;
    font-size: 13px;
    margin-bottom: 0;
}
.faq .card-default > .card-heading + .card-collapse > .card-body {
    font-size: 13px;
    background: #fdfdfd;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.faq span.float-right i.fas {
    vertical-align: super !important;
    color: #333 !important;
}
.faq h4.category {
    margin-top: 50px;
    margin-bottom: 30px;
}
.home-plans {
    background: #f3f3f3;
    padding: 30px 0 60px 0;
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
}
.home-plans .planbox {
    margin-top: 30px;
}
.home-plans .panel-heading {
    color: #fff;
    background-color: #6c6c6c;
    border: none;
    padding: 20px;
    border-radius: 0;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
}
.home-plans .table {
    margin-bottom: 0;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
}
.home-plans .table tr {
    background: #fff;
}
.home-plans .panel {
    text-align: center;
    border-radius: 0;
    margin-bottom: 0;
    background: #f3f3f3;
    box-shadow: none;
}
.home-plans .panel-body {
    padding: 0;
    text-align: center;
}
.home-plans .table > tbody > tr > td {
    border-top: 1px solid #f3f3f3;
}
.home-plans .the-price {
    background-color: #ef9543;
    box-shadow: none;
    padding: 20px;
    margin: 0;
    color: #fff;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
}
.home-plans .panel-title {
    color: #fff;
    margin: 0;
    font-size: 30px;
    font-weight: 900;
}
.home-plans .the-price h1 {
    line-height: 1em;
    padding: 0;
    margin: 0;
    color: #fff;
    font-weight: 600;
    font-size: 40px;
}
.home-plans .subscript {
    font-size: 25px;
}
.home-plans .panel-footer {
    background-color: #6c6c6c;
    border-top: none;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    padding: 20px;
    border: 1px solid #e6e6e6;
}
.home-plans .panel-footer:hover {
    background: #ef9543;
    color: #fff;
}
.home-plans a:hover {
    text-decoration: none;
}
.home-plans .panel-footer .btn {
    text-transform: uppercase;
    font-weight: 700;
}
.text-boxes {
    padding-top: 60px;
    padding-bottom: 60px;
}
.text-boxes p {
    margin-top: 15px;
    margin-bottom: 15px;
    font-weight: 100;
    font-size: 14px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #c1c1c1;
}
.text-boxes i.fas,
.text-boxes i.far,
.text-boxes i.fal,
.text-boxes i.fab {
    color: #6ca93e;
}
.text-boxes .btn i.fas,
.text-boxes .btn i.far,
.text-boxes .btn i.fal,
.text-boxes .btn i.fab {
    color: #fff;
}
.text-boxes h3 {
    margin-bottom: 20px;
}
.productfaqs {
    padding: 60px 0;
}
.productfaqs h3 {
    font-size: 24px;
}
.productfaqs p {
    font-size: 15px;
    margin: 35px 0;
}
.productfaqs p.button {
    margin: 0;
}
.productfaqs .card {
    background: #f0f0f0;
    margin-bottom: 10px;
}
.productfaqs .card-default > .card-heading a {
    color: #333;
    text-decoration: none;
}
.productfaqs .card-default > .card-heading i.fas,
.productfaqs .card-default > .card-heading i.far,
.productfaqs .card-default > .card-heading i.fal,
.productfaqs .card-default > .card-heading i.fab {
    color: #6aaa36;
}
.productfaqs span.float-right {
    margin-top: 3px;
}
.productfaqs .card-title {
    padding: 10px;
    font-size: 13px;
    margin-bottom: 0;
}
.productfaqs .card-default > .card-heading + .card-collapse > .card-body {
    font-size: 13px;
    background: #fdfdfd;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.productfaqs span.float-right i.fas {
    vertical-align: super !important;
    color: #333 !important;
}
.partners {
    background: #e8e8e8;
    padding-top: 25px;
    height: 75px;
    border-top: 1px solid #dadada;
}
.partners .carousel-control-prev,
.partners .carousel-control-next {
    width: 0%;
    color: #333;
    margin-right: -12px;
    margin-left: -12px;
}
.partners img {
    margin-left: auto;
    margin-right: auto;
}
.partners img {
    opacity: 0.8;
}
.partners img:hover {
    opacity: 1;
}
.footer-area {
    background: #6d6d6d;
    padding: 30px 0;
    font-size: 14px;
}
.footer-area h4 {
    font-weight: 900;
    color: #fff;
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 300;
    color: #bfbfbf;
    text-shadow: 1px 0 1px #444;
}
.footer-area h4 i.fas,
.footer-area h4 i.far,
.footer-area h4 i.fal,
.footer-area h4 i.fab {
    color: #fff;
}
.footer-area a {
    color: #fff;
    margin-top: 5px;
    padding: 0;
    font-size: 14px;
}
.footer-area a:hover {
    color: #e5e5e5;
    background: none;
}
.footer-area h5 {
    margin-bottom: 15px;
    color: #fff;
    font-size: 15px;
}
.footer-area h5.payments {
    margin-top: 20px;
}
.footer-area h6 {
    margin: 0;
    border-top: 0;
    line-height: normal;
    color: #fff;
    font-size: 13px;
    text-align: left;
    margin-bottom: 5px;
}
.footer-area h6 i.fas,
.footer-area h6 i.far,
.footer-area h6 i.fal,
.footer-area h6 i.fab {
    font-size: 15px;
    color: #ffae63;
    vertical-align: text-bottom;
}
.footer-area i.fas,
.footer-area i.far,
.footer-area i.fal,
.footer-area i.fab {
    color: #9ecc7c;
}
.footer-area .icon {
    display: inline;
}
.footer-area .icon i.fas,
.footer-area .icon i.far,
.footer-area .icon i.fal,
.footer-area .icon i.fab {
    font-size: 24px;
    color: #e8e8e8 !important;
}

* {
    outline: 0;
}
.contentbox {
    padding-right: 30px;
}
b,
strong {
    font-weight: 600 !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #4c4c4c;
    font-weight: 400;
}
p {
    font-size: 16px;
}
p.light {
    font-weight: 300;
    font-size: 14px;
}
p.slider {
    font-size: 15px !important;
    font-weight: 100 !important;
    text-align: left !important;
    color: #ededed;
}
p.slider i.fas,
p.slider i.far,
p.slider i.fal,
p.slider i.fab {
    color: #86ca49;
}
p.intro {
    font-size: 15px;
    font-weight: 300;
}
p.small {
    font-size: 12px !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}
h2.border {
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 20px;
    font-weight: 300;
}
h2.intro {
    font-weight: 300;
    padding-top: 0;
    padding-bottom: 10px;
    margin-top: 0;
    margin-bottom: 30px;
    border-bottom: 1px solid #f4f4f4;
}
h3.menu {
    font-weight: 300;
    padding-top: 0;
    padding-bottom: 10px;
    margin-top: 7px;
    margin-bottom: 30px;
    border-bottom: 1px solid #f4f4f4;
    color: #1f7898;
}
h4.submenutitle {
    font-size: 18px;
    font-weight: 300;
    margin-top: 0px !important;
    padding-bottom: 10px;
    padding-top: 0;
    margin-bottom: 5px !important;
}
h3.intro {
    font-weight: 300;
    padding-top: 0;
    padding-bottom: 10px;
    margin-top: 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #ececec;
}
h3.border {
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 20px;
    font-weight: 300;
}
i.fas,
i.far,
i.fal,
i.fab {
    padding-right: 10px;
}
h1.title {
    font-size: 40px;
    font-weight: 300;
    padding-bottom: 20px !important;
    text-align: center;
    border-bottom: 1px solid #e0e0e0;
    width: 65%;
    margin-left: auto;
    margin-right: auto;
}
h2.title {
    font-size: 20px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 60px;
    width: 65%;
    margin-left: auto;
    margin-right: auto;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    border-top: 1px solid #dadada;
}
*:focus {
    outline: none !important;
    box-shadow: none !important;
}
.wow {
    visibility: hidden;
}
.btn-main {
    color: #fff;
    background-color: #6ca93e;
    border-radius: 2px;
    border: none;
}
.btn-main:hover,
.btn-main:focus {
    color: #fff;
    opacity: 0.8;
}
.btn-secondary {
    color: #fff;
    background-color: #ef9543;
    border-radius: 2px;
    border: none;
}
.btn-secondary:hover,
.btn-secondary:focus {
    color: #fff;
    opacity: 0.8;
}
.btn-gray {
    color: #fff;
    background-color: #6f6f6f;
    border-radius: 2px;
}
.btn-gray:hover,
.btn-gray:focus {
    color: #fff;
    opacity: 0.8;
}
.btn-promos {
    color: #fff;
    background-color: #6ca93e;
    border-radius: 1px;
    font-weight: 600;
    border: 2px dashed #fff;
    margin-bottom: 15px;
}
.btn-promos:hover,
.btn-promos:focus {
    color: #fff;
    opacity: 0.8;
}
.btn-black {
    color: #fff;
    background-color: #323232;
    border-radius: 2px;
    font-weight: 600;
}
.btn-black:hover,
.btn-black:focus {
    color: #fff;
    opacity: 0.8;
}
.btn-light {
    color: #fff;
    background-color: #6f6f6f;
    border-color: #6f6f6f;
    border-radius: 0;
    font-weight: 600;
}
.btn-light:hover,
.btn-light:focus {
    color: #fff;
    opacity: 0.8;
}
.btn-opac {
    color: #757575;
    background-color: rgba(255, 255, 255, 0.39);
    border-radius: 4px;
    margin-left: 10px;
    margin-top: 9px;
    font-weight: 600;
}
.btn-opac:hover,
.btn-opac:focus {
    color: #fff;
    opacity: 0.8;
}
.contactsubmit {
    text-align: center;
}
.grecaptcha-badge {
    z-index: 999;
    bottom: 120px !important;
}
