/*------------------------------------------------------------------
[Table of contents]

1. Body
2. Header / .header-con
3. Banner / .banner-con
3. Hosting Plans / .hosting-plans-con
4. Domain Registration / .domain-registration-con
5. Hosting Features / .hosting-features-con
6. Get Real Time Support / .real-time-support-con
7. Customer Reviews  / .customers-reviews-con
8. Frequently Asked Questions  / .question-answer-con
9. Global Partners / .partners-con
9. Footer / .footer-con
*/
/*------------------------------------------------------------------
# [Color Codes]

#primary--color: #3ada9b;
#black--color: #000000;
#secondary--color: #ffffff;
#text-color: #555555;
#accent--color: #54247f;
#bg--color: #f3f3f3;
#purple--color: #480b82;
#lavender--color: #b771f9;

*/
/*------------------------------------------------------------------
# [Typography]

Body: "Plus Jakarta Sans", sans-serif;
*/


@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');

.image {
    width: 500px;
    height: 500px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

a,
button input {
    outline: none;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

html {
    scroll-behavior: smooth;
}

figure {
    margin: 0;
}

body {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: var(--text-color);
    font-family: "Plus Jakarta Sans", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
span {
    font-family: "Plus Jakarta Sans", sans-serif;
}

:root {
    --primary--color: #3ada9b;
    --black--color: #000000;
    --secondary--color: #ffffff;
    --text-color: #555555;
    --accent--color: #54247f;
    --bg--color: #f3f3f3;
    --purple--color: #480b82;
    --lavender--color: #b771f9;
}

/* TOP HEADER BAR SECTION */

.top-bar-con {
    background-color: var(--black--color);
    padding: 7px 0;
}

.top-bar-con a {
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    margin: 0 18px;
    vertical-align: middle;
    transition: ease-in-out 0.6s;
}

.top-bar-con a img {
    margin-right: 7px;
}

.top-bar-con a:hover {
    text-decoration: none;
    color: var(--primary--color) !important;
    opacity: 100%;
}

.top-bar-con a.mr-0:hover {
    color: var(--secondary--color) !important;
}

.top-bar-con span {
    font-size: 12px;
    font-weight: 600;
    line-height: 12px;
    transition: ease-in-out 0.6s;
}

.top-bar-con .right-con a.live-chat {
    background-color: var(--primary--color);
    min-width: 110px;
    position: absolute;
    right: 0;
    top: -7px;
    height: 41px;
    text-align: center;
    margin: 0;
    line-height: 41px;
}

.top-bar-con .right-con a.live-chat:hover {
    background-color: var(--accent--color);
    color: var(--secondary--color);
}

.top-bar-con .right-con ul.social-icon {
    position: relative;
    right: 148px;
}

.top-bar-con .right-con ul.social-icon li a {
    margin: 0 11px;
}

.top-bar-con .right-con ul.social-icon li a i {
    font-size: 16px;
    color: var(--secondary--color);
}

.top-bar-con .right-con ul.social-icon li a i:hover {
    color: var(--primary--color);
}

/* HEADER CON STYLING */
.header-con .navbar-light .navbar-nav .nav-link {
    font-size: 16px;
    line-height: 30px;
    position: relative;
    color: var(--black--color);
    font-weight: 500;
}

.header-con .navbar-light .navbar-nav .active .nav-link {
    color: var(--accent--color);
}

.header-con .navbar-light .navbar-nav .nav-link {
    color: var(--black--color);
}

.header-con .navbar-light .navbar-nav .nav-link:hover {
    color: var(--accent--color);
}

.header-con .navbar-nav {
    gap: 60px;
    align-items: center;
}

.header-con .navbar-light .navbar-nav .nav-item.dropdown.show>a {
    color: var(--accent--color);
}

.header-btn ul {
    display: flex;
    gap: 10px;
}

.header-btn {
    margin-left: 48px;
}

.header-con {
    padding: 9px 0;
}

.header-con .navbar-nav li .dropdown-toggle::after {
    border: none;
}

.header-con .navbar-nav>li>.dropdown-toggle::after {
    content: "\f107";
    top: 0;
    width: 10px;
    height: 6px;
    border: none;
    font-weight: 700;
    font-family: "Font Awesome 6 free";
    position: absolute;
}

.sign-btn a {
    font-size: 16px;
    line-height: 16px;
    display: inline-block;
    text-decoration: none;
    color: var(--accent--color);
    padding: 16px 29px 16px 30px;
    border: 1px solid rgb(84 36 127 / 20%);
    font-weight: 500;
}

.sign-btn a:hover {
    color: var(--secondary--color);
    background: var(--accent--color);
    border-color: var(--accent--color);
}

.cart-btn a,
.search-bar a {
    width: 50px;
    height: 50px;
    display: flex;
    position: relative;
    align-items: center;
    text-decoration: none;
    justify-content: center;
    border: 1px solid rgb(7 116 255 / 20%);
}

.cart-btn a:hover,
.search-bar a:hover {
    color: var(--secondary--color);
    background: var(--accent--color);
    border-color: var(--accent--color);
}

.cart-btn a:hover img,
.search-bar a:hover img {
    filter: brightness(0) invert(1);
}

.cart-btn a:hover .cart-num {
    background: var(--secondary--color);
}

.header-con .navbar-expand-lg .navbar-nav .custom-dropdown .dropdown-show>a {
    background: #fff;
    color: var(--accent--color);
}

.toggle-bar a {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-decoration: none;
    background-color: var(--accent--color);
}

.toggle-bar a span {
    display: block;
    width: 24px;
    height: 2px;
    background: var(--secondary--color);
}

.toggle-bar a span:nth-child(2) {
    margin: 6px 0;
}

.cart-num {
    top: 4px;
    right: 4px;
    width: 17px;
    height: 17px;
    display: flex;
    font-size: 10px;
    line-height: 10px;
    border-radius: 50%;
    position: absolute;
    align-items: center;
    justify-content: center;
    color: var(--accent--color);
    background: rgb(84 36 127 / 15%);
}

.header-con .navbar-expand-lg .navbar-nav .custom-dropdown {
    border: 0;
    border-radius: 0;
    top: 40px;
    width: 210px;
    padding: 15px 0;
    background: var(--accent--color);
}

.header-con .navbar-expand-lg .navbar-nav .custom-dropdown ul li a {
    display: block;
    font-size: 14px;
    line-height: 14px;
    text-decoration: none;
    padding: 13px 20px 12px;
    color: var(--secondary--color);
}

.header-con .navbar-expand-lg .navbar-nav .custom-dropdown ul li a i {
    padding-right: 8px;
}

.header-con .navbar-expand-lg .navbar-nav .dropdown-menu.sub-menu {
    top: 10px;
    margin: 0;
    left: 210px;
    border: 10px;
    width: 210px;
    padding: 10px 0;
    position: absolute;
    background: var(--primary--color);
}

.header-con .navbar-expand-lg .navbar-nav .custom-dropdown ul li a:hover {
    color: var(--accent--color);
    background: var(--secondary--color);
}

.header-con .navbar-expand-lg .navbar-nav .dropdown-menu.sub-menu li a:hover {
    color: var(--secondary--color);
    background: var(--accent--color);
}

.header-con .dropdown-item {
    padding: 0;
}

.header-con .navbar-nav>li>a>.dropdown-menu {
    position: relative;
}

.header-con .navbar-nav>li>a+.custom-dropdown:after {
    width: 0;
    height: 0;
    top: -10px;
    left: 14px;
    content: "";
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid var(--accent--color);
}

/* BACK TO TOP BUTTON */
#back-to-top-btn {
    display: none;
    position: fixed;
    bottom: 60px;
    right: 60px;
    z-index: 99;
    font-size: 18px;
    border: none;
    background-color: var(--accent--color);
    color: white;
    cursor: pointer;
    width: 80px;
    height: 80px;
    -webkit-animation: spineer 2s infinite;
    animation: spineer 2s infinite;
}

#back-to-top-btn:focus {
    outline: none;
}

@-webkit-keyframes spineer {
    from {
        box-shadow: 0 0 0 0 rgb(84, 36, 127, .99);
    }

    to {
        box-shadow: 0 0 0 45px rgb(24, 63, 60, .01);
    }
}

@keyframes spineer {
    from {
        box-shadow: 0 0 0 0 rgb(84, 36, 127, .99);
    }

    to {
        box-shadow: 0 0 0 45px rgb(24, 63, 60, .01);
    }
}

#back-to-top-btn::after {
    font-size: 18px;
    font-weight: 600;
    content: "\f062";
    line-height: 50px;
    color: var(--secondary--color);
    font-family: "Font Awesome 5 free";
}


#back-to-top-btn:hover {
    cursor: pointer;
}

/* BACK TO TOP BUTTON */
/* LOADER SECTION */
.loader-mask {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    z-index: 99999;
    background-color: #fff;
}

.loader {
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    font-size: 0;
    position: absolute;
    text-indent: -9999em;
    display: inline-block;
    margin: -25px 0 0 -25px;
    color: var(--primary--color);
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.loader div {
    top: 0;
    left: 0;
    opacity: .5;
    float: none;
    width: 50px;
    height: 50px;
    position: absolute;
    border-radius: 50%;
    display: inline-block;
    background-color: var(--primary--color);
    -webkit-animation: ballPulseDouble 2s ease-in-out infinite;
    animation: ballPulseDouble 2s ease-in-out infinite;
}

.loader div:last-child {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

@-webkit-keyframes ballPulseDouble {

    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes ballPulseDouble {

    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/* LOADER SECTION */

/* SEARCH FORM */

#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
    display: none;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
    z-index: 106;
    display: block;
}

#search input[type="search"] {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -51px;
    width: 60%;
    margin-left: 20%;
    color: rgb(255, 255, 255);
    background: transparent;
    border-top: none;
    border-bottom: 2px solid rgba(255, 255, 255, .5);
    border-left: 0px solid transparent;
    border-right: 0px solid transparent;
    font-size: 40px;
    font-weight: 400;
    text-align: center;
    outline: none;
    padding: 10px;
}

#search input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    appearance: none;
    height: 20px;
    width: 20px;
    content: "\f00d";
    background-image: url('../images/close.png');
}

#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    opacity: 1;
    font-size: 27px;
    color: #fff;
}

#search .close:hover {
    color: var(--primary--color);
    cursor: pointer;
    text-shadow: none;
}

/* sidebar menu styling */
body.show-sidebar-drawer {
    height: 100% !important;
}

body.show-sidebar-drawer #sidebar-drawer {
    right: 0;
    overflow: auto;
    visibility: visible;
}

#sidebar-drawer {
    padding: 65px 40px;
    background: #fff;
    position: fixed;
    width: 445px;
    height: 100vh;
    z-index: 9999;
    top: 0;
    right: -445px;
    transition: right 0.5s ease-in-out;
}

#sidebar-drawer a.close-button {
    text-decoration: none;
    position: absolute;
    top: 10px;
    right: 20px;
    display: flex;
}

#sidebar-drawer a.close-button span.close-icon i {
    font-size: 16px;
    transition: all 0.5s linear;
    border: 1px solid rgb(84 36 127 / 10%);
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--accent--color);
}

#sidebar-drawer a.close-button span.close-icon i:hover {
    color: var(--secondary--color);
    background: var(--accent--color);
    border-color: var(--accent--color);
}

#sidebar-drawer-curtain {
    background: rgb(0 0 0 / 80%);
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.drawer-menu-logo a {
    text-decoration: none;
    display: inline-block;
    margin-bottom: 60px;
}

.drawer-hosting-box ul li a {
    gap: 22px;
    display: flex;
    margin-bottom: 20px;
    text-decoration: none;
    padding: 16px 21px 17px;
    background: var(--bg--color);
}

.drawer-hosting-box ul li:last-child a {
    margin-bottom: 0;
}

.drawer-hosting-contant h5 {
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 10px;
    color: var(--black--color);
}

.drawer-hosting-contant span {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0;
    color: var(--text-color);
}

.drawer-hosting-box ul li a:hover {
    background: var(--accent--color);
}

.drawer-hosting-box ul li a:hover * {
    color: var(--secondary--color);
}

.drawer-hosting-box ul li figure img {
    transition: all 0.5s ease-in-out;
}

.drawer-hosting-box ul li a:hover figure img {
    transform: translateY(2px);
    filter: brightness(0) invert(1);
}

/* sidebar meun styling */

/* FOOTER SECTION  */
.footer-con {
    padding-top: 40px;
    background-image: url(../images/footer-bg-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.index-footer {
    background-image: none;
    background-color: var(--bg--color);
}

.index-foot {
    color: black;
}
 
.footer-con ul li a {
    color: var(--secondary--color);
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 0;
    position: relative;
}

.footer-con ul li {
    line-height: 18px;
    margin-bottom: 12px;
}

.footer-con .row {
    margin-bottom: 50px;
}

.footer-con h4 {
    margin-bottom: 21px;
    font-weight: 700;
    color: var(--primary--color);
}

.footer-con a::after {
    left: 0;
    bottom: -2px;
    width: 0;
    height: 1px;
    content: '';
    position: absolute;
    background: var(--primary--color);
    transition: ease-in-out 0.3s;
}

.footer-con a:hover::after {
    width: 100%;
}

.footer-con .footer-inner-links ul li a:hover,
.footer-con .footer-inner-links ul li a:hover {
    color: var(--primary--color);
    text-decoration: none;
}

.footer-con .footer-inner-links.var4 ul li {
    padding-left: 32px;
    font-size: 14px;
    line-height: 30px;
}

.footer-con .footer-inner-links.var4 h4 {
    margin-bottom: 18px;
}

.footer-con .footer-inner-links.var4 ul li img {
    position: absolute;
    left: 0;
    top: 6px;
}

.footer-con .copyright-con {
    padding-top: 40px;
    padding-bottom: 40px;
    border-top: 1px solid rgb(255 255 255 / 10%);
}

.footer-con .copyright-con ul.social-icon li i {
    width: 40px;
    height: 40px;
    color: var(--secondary--color);
    background-color: rgb(255 255 255 / 5%);
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    transition: ease-in-out 0.6s;
    border: 1px solid rgb(255 255 255 / 15%);
}

.footer-con .copyright-con ul.social-icon li i:hover {
    transform: translateY(-2px);
    background-color: var(--primary--color);
}

.footer-con .copyright-con ul.social-icon li a:hover::after {
    width: unset;
}

.footer-con .copyright-con ul.social-icon li {
    margin: 0 3px;
}

.footer-con .subscribe-newsletter-con input {
    width: 635px;
    height: 50px;
    line-height: 50px;
    padding: 14px 18px;
    border: none;

}

.footer-con .subscribe-newsletter-con {
    padding-bottom: 40px;
    border-bottom: 1px solid rgb(255 255 255 / 10%);
}

.footer-con .subscribe-newsletter-con button {
    height: 50px;
    width: 50px;
    border: 1px solid transparent;
    background-color: var(--primary--color);
    position: absolute;
    right: 0;
    color: var(--secondary--color);
    cursor: pointer;
    transition: ease-in-out 0.6s;
}

.footer-con .subscribe-newsletter-con button:hover {
    background-color: var(--accent--color);
    border: 1px solid var(--secondary--color);
}

.footer-con .subscribe-newsletter-con button i {
    font-size: 20px;
}

.footer-con .newsletter1 {
    margin-bottom: 54px;
}

.footer-con .subscribe-newsletter-con input:focus {
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(58 218 155 / 100%);
    outline: none;
    border-color: var(--primary--color);
}


/* special */
.heading-title-con {
    margin-bottom: 50px;
}

.heading-title-con h2 {
    margin-bottom: 14px;
}

.heading-title-con p {
    margin-bottom: 24px;
}

/* BANNER SECTION */
.banner-con {
    background-image: url(../images/home-banner-bg-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 700px;
}

.banner-con p {
    font-size: 20px;
    line-height: 34px;
    margin-bottom: 31px;
}

.banner-con .purple-tag {
    background-image: url(../images/purple-tag.png);
    width: 205px;
    height: 33px;
    line-height: 30px;
    margin-bottom: 18px;
    padding-left: 17px;
}

.banner-con span.first-year-off {
    text-decoration: underline;
    margin-left: 17px;
}

.banner-con .banner-content-con {
    padding-top: 167px;
    padding-bottom: 167px;
}

.banner-con .banner-img-con img {
    top: 32px;
}

.banner-con .banner-img-con img.vector {
    top: -32px;
}

.banner-con ul.social-con {
    position: absolute;
    top: 43%;
    left: -126px;
}

.banner-con ul.social-con li i {
    font-size: 16px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 100px;
    text-align: center;
    color: var(--secondary--color);
    background-color: transparent;
    border: 1px solid rgb(255 255 255 / 50%);
    transition: all 0.6s ease-in-out;
}

.banner-con ul.social-con li i:hover {
    background-color: var(--primary--color);
    color: var(--secondary--color);
    transform: translateY(-2px);
}

.banner-con ul.social-con li {
    margin-bottom: 19px;
}

/* HOSTING PLAN SECTION  */
.hosting-plans-con .plan-box {
    padding: 50px 39px;
    border-bottom: 5px solid transparent;
}

.hosting-plans-con .col-lg-4.col-md-6 {
    display: flex;
}

.hosting-plans-con .plan-box {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.hosting-plans-con .plan-box .secondary-button {
    margin-top: auto;
}

.hosting-plans-con .plan-box img {
    margin-bottom: 26px;
}

.hosting-plans-con .plan-box h4 {
    margin-bottom: 20px;
}

.hosting-plans-con .plan-box p {
    margin-bottom: 26px;
}

.price {
    font-size: 42px;
    line-height: 42px;
    font-weight: bold;
    margin-bottom: 23px;
    position: relative;
}

.price span.dollar {
    font-size: 20px;
    position: relative;
    top: -14px;
}

.price span.decimal {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 20px;
    line-height: 22px;
    color: var(--black--color);
}

.hosting-plans-con .plan-box ul li {
    padding-left: 29px;
    margin-bottom: 14px;
    font-size: 16px;
    line-height: 22px;
    color: var(--black--color);
}

.hosting-plans-con .plan-box ul li i {
    position: absolute;
    left: 0;
    top: 4px;
}

.hosting-plans-con .plan-box ul {
    margin-bottom: 21px;
}

.hosting-plans-con .plan-box .secondary-button a {
    width: 100%;
    height: 50px;
    line-height: 48px;
    min-width: 270px;
}

.hosting-plans-con .plan-box:hover,
.hosting-plans-con .plan-box.purple-box {
    border-bottom: 5px solid var(--primary--color);
}

.hosting-plans-con .plan-box:hover .secondary-button a,
.hosting-plans-con .plan-box.purple-box .secondary-button a {
    background-color: var(--accent--color);
    color: var(--secondary--color);
}

.hosting-plans-con .plan-box:hover ul li i,
.hosting-plans-con .plan-box.purple-box ul li i {
    color: var(--primary--color);
}

.hosting-plans-con .plan-box .tag {
    background-color: var(--accent--color);
    width: 152px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    right: 0;
    top: 13px;
}

/* DOMAIN REGISTRATION SECTION STYLING */
.domain-registration-con {
    background-image: url(../images/domain-registration-bg-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.domain-registration-con .domain-search-inner-con input {
    width: 760px;
    height: 60px;
    line-height: 60px;
    padding: 16px 20px 16px 52px;
    border: none;
}

.domain-registration-con .domain-search-inner-con input::placeholder {
    color: var(--black--color);
}

.domain-registration-con .domain-search-inner-con img {
    left: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.domain-registration-con .domain-search-outer {
    margin-right: 13px;
}

.domain-registration-con .primary-button a,
.domain-registration-con .elementary-button a {
    min-width: 160px;
}

.domain-registration-con .primary-button a {
    border: 1px solid transparent;
}

.domain-registration-con .primary-button a:hover {
    border: 1px solid var(--secondary--color);
    color: var(--secondary--color);
}

.domain-registration-con .primary-button {
    margin-right: 13px;
}

.domain-registration-con input:focus {
    box-shadow: inset 0 1px 1px rgb(58 218 155 / 8%), 0 0 8px rgb(58 218 155 / 60%);
    outline: none;
    border-color: var(--primary--color);
}

.domain-registration-con .domain-search-inner-con {
    margin-bottom: 40px;
}

.domain-registration-con .domain-prices {
    display: grid;
    grid-template-columns: repeat(4, 165px);
    gap: 10px;
}

.domain-registration-con .domain-prices .domain-name {
    background-color: rgb(255 255 255 / 5%);
    border: 1px solid rgb(255 255 255 / 15%);
    padding: 7px 0;
    justify-content: space-evenly;
}

.domain-registration-con .view-all-pricing {
    margin-left: 17px;
    text-decoration: underline;
}

.domain-registration-con .view-all-pricing:hover {
    color: var(--primary--color) !important;
}

.domain-registration-con span.popular-domain {
    margin-right: 10px;
}

/* HOSTING FEATURES SECTION */
.hosting-features-con .feature-box {
    padding: 38px 44px 34px 36px;
    border-bottom: 5px solid transparent;
    transition: 0.6s ease-in-out;
    margin-bottom: 30px;
}

.hosting-features-con .feature-box .feature-content {
    margin-left: 41px;
}

.hosting-features-con .feature-box h4 {
    margin-bottom: 20px;
}

.hosting-features-con .feature-box img {
    transition: 0.6s ease-in-out;
}

.hosting-features-con .feature-box:hover {
    border-bottom: 5px solid var(--primary--color);
}

.hosting-features-con .feature-box:hover img {
    transform: translateY(2px);
}

/* REAL TIME SUPPORT SECTION */
.real-time-support-con {
    background-image: url(../images/real-support-bg-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.real-time-support-con .data-centers-con {
    background-color: var(--primary--color);
    min-width: 150px;
    height: 106px;
    text-align: center;
    display: inline-block;
    margin-bottom: 25px;
    padding: 18px;
}

.real-time-support-con .data-centers-con .data-count,
.data-centers-con .data-count {
    font-size: 40px;
    font-weight: 800;
    line-height: 40px;
    margin-bottom: 6px;
}

.real-time-support-con .data-centers-con sup,
.data-centers-con sup {
    font-size: 30px;
    font-weight: 800;
}

.real-time-support-con .data-centers-con span.data-text,
.data-centers-con span.data-text {
    font-size: 18px;
    line-height: 20px;
}

.real-time-support-con img {
    position: relative;
    left: -170px;
}

.real-time-support-con .real-time-content-con .heading-title-con span {
    margin-bottom: 14px;
}

.real-time-support-con .real-time-content-con .heading-title-con h2 {
    margin-bottom: 25px;
}

.real-time-support-con .real-time-content-con {
    padding-right: 15px;
}

/* CUSTOMER REVIEW SECTION */
.customers-reviews-con .owl-carousel .owl-item img,
.review-con3 .owl-carousel .owl-item img {
    width: auto;
    margin: 0 auto 16px;
    text-align: center;
}

.customers-reviews-con .white-box,
.review-con3 .white-box {
    border-bottom: 5px solid transparent;
    background-color: var(--secondary--color);
    padding: 40px 34px 47px;
    transition: ease-in-out 0.6s;
}

.customers-reviews-con .white-box p,
.review-con3 .white-box p {
    margin-bottom: 32px;
}

.customers-reviews-con .white-box h4,
.review-con3 .white-box h4 {
    font-weight: 700;
    margin-bottom: 4px;
}

.customers-reviews-con .white-box span,
.review-con3 .white-box span {
    line-height: 20px;
    font-size: 16px;
    color: var(--grey-color);
}

.customers-reviews-con .white-box:hover,
.review-con3 .white-box:hover {
    border-bottom: 5px solid var(--primary--color);
}

.customers-reviews-con .owl-carousel .owl-item .white-box:hover h4,
.review-con3 .owl-carousel .owl-item .white-box:hover h4 {
    color: var(--primary--color);
}

.customers-reviews-con .owl-carousel .owl-nav.disabled,
.review-con3 .owl-carousel .owl-nav.disabled {
    display: block !important;
}

.customers-reviews-con .owl-carousel .owl-nav button.owl-next,
.review-con3 .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: -53px;
    top: 50%;
    color: var(--primary--color);
}

.customers-reviews-con .owl-carousel .owl-nav button.owl-prev,
.review-con3 .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: -53px;
    top: 50%;
    color: var(--primary--color);
}

.customers-reviews-con .owl-carousel .owl-nav button:focus,
.customers-reviews-con .owl-carousel .owl-nav button:focus-visible,
.review-con3 .owl-carousel .owl-nav button:focus,
.review-con3 .owl-carousel .owl-nav button:focus-visible {
    outline: none;
    box-shadow: none;
    border: none;
}

.customers-reviews-con .owl-carousel .owl-nav button:hover i,
.review-con3 .owl-carousel .owl-nav button:hover i {
    border-color: var(--accent--color);
    color: var(--accent--color);
}

.customers-reviews-con .owl-carousel .owl-nav i,
.review-con3 .owl-carousel .owl-nav i {
    font-size: 22px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 100px;
    border: 1px solid var(--primary--color);
    background-color: transparent;
}

/* FREQUENTLY ASKED QUESTIONS SECTION */
.question-answer-con {
    background-image: url(../images/question-answer-bg-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.question-answer-con .question-con img {
    border-radius: 8px;
    border: 8px solid var(--secondary--color);
}

.question-answer-con .faq .accordian-inner .card-header {
    background-color: transparent;
    border-bottom: none;
    border: 1px solid rgb(58 218 155 / 20%);
    border-radius: 0;
    padding: 21px 16px 24px;
}

.question-answer-con .faq .accordian-inner .card-header a {
    padding: 0;
    position: relative;
    align-items: center;
    display: flex;
    justify-content: space-between;
    white-space: break-spaces;
    text-align: left;
}

.question-answer-con .faq .accordian-inner .card-header a:hover {
    text-decoration: none
}

.question-answer-con .faq .accordian-inner .card-header h5 {
    margin-bottom: 0;
    font-weight: 400;
}

.question-answer-con .faq .accordian-inner .card-header a:focus {
    text-decoration: none;
}

.question-answer-con .faq .accordian-inner .btn-link:before {
    content: "\f106";
    font-size: 18px;
    right: 0px;
    top: 5px;
    width: 16px;
    height: 11px;
    line-height: 12px;
    color: var(--secondary--color);
    text-align: center;
    position: absolute;
    font-family: 'FontAwesome';
    display: inline-block;
    vertical-align: middle;
    transition: all 0.3s ease-in-out;
}

.question-answer-con .faq .accordian-inner .collapsed:before {
    content: "\f107";
    color: var(--secondary--color);
}

.question-answer-con .faq .accordian-inner .accordion-card {
    margin-bottom: 20px;
}

.question-answer-con .faq .accordian-inner .card-body {
    padding: 20px 15px 0 5px;
}

.question-answer-con .faq .accordian-inner .card-body p {
    font-size: 16px;
    line-height: 26px;
    color: var(--secondary--color);
}

.question-answer-con .faq .accordian-inner .card-header:has(.btn-link) {
    background-color: var(--primary--color);
}

.question-answer-con .faq .accordian-inner .card-header:has(.btn-link) h5 {
    color: var(--secondary--color);
}

.question-answer-con .faq .accordian-inner .card-header:has(.collapsed) {
    background-color: rgb(255 255 255 / 5%);
    border: 1px solid rgb(255 255 255 / 15%);
}

.question-answer-con .faq .accordian-inner .card-header:has(.collapsed) h5 {
    color: var(--secondary--color);
}

/* PARTNERS SECTION */
.partners-con ul {
    display: grid;
    grid-template-columns: 255px 255px 255px 255px;
    gap: 30px;
}

.partners-con ul li {
    background-color: var(--secondary--color);
    border-radius: 0;
    padding: 14px 0;
    border-bottom: 5px solid transparent;
    transition: 0.6s ease-in-out;
}

.partners-con ul li:hover {
    border-bottom: 5px solid var(--primary--color);
}

.partners-con ul li:hover img {
    transform: translateY(-2px);
}

.partners-con ul li img {
    transition: 0.6s ease-in-out;
}


/* VPS PAGE STYLING */
.sub-banner-con {
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 480px;
}

.vps-banner {
    background-image: url(../images/vps-banner.jpg);
}

.sub-banner-con .sub-banner-content {
    padding-top: 124px;
    padding-bottom: 124px;
}

.sub-banner-content p.sub-text {
    font-size: 20px;
    line-height: 34px;
    color: var(--secondary--color);
    font-weight: 300;
    margin-bottom: 30px;
}

.sub-banner-content h1 {
    margin-bottom: 21px;
}

/* breadcrumb */

.breadcrumb-item+.breadcrumb-item::before,
.breadcrumb-item.active {
    color: var(--primary--color);
}

.breadcrumb-item {
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
}

.breadcrumb {
    background-color: transparent;
    padding: 10px 24px;
    min-width: 160px;
    border: 1px solid rgb(255 255 255 / 20%);
    transition: ease-in-out 0.6s;
    border-radius: 0;
    justify-content: center;

}

.breadcrumb-item a {
    text-decoration: none;
    color: var(--secondary--color);
}

.breadcrumb-item a:hover {
    color: var(--primary--color);
}

/* .breadcrumb:hover {
    background-color: var(--primary--color);
} */

/* .breadcrumb:hover .breadcrumb-item a,
.breadcrumb:hover .breadcrumb-item.active {
    color: var(--accent--color);
} */

.breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
    content: "~";
    font-family: "Font Awesome 6 Free";
    font-size: 11px;
    padding: 0 7px;
    font-weight: 600;
}

/* .breadcrumb:hover .breadcrumb-item+.breadcrumb-item::before {
    color: var(--accent--color);
} */

/* hosting plans vps slider section */
/* VPS SLIDER SECTION */
.price_rangetxt {
    width: 100%;
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    justify-content: center;
    text-align: center;
    margin-bottom: 31px;
    gap: 0 60px;
}

.vps-hosting-plans-con .vps-inner-con {
    background-color: var(--secondary--color);
    padding: 48px 40px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.vps-price-slider-con .sliderbox {
    background-color: var(--secondary--color);
    box-shadow: 0px 10px 20px rgb(0 0 0 / 7%);
    border-top: 5px solid var(--primary--color);
    border-radius: 0;
    padding: 70px 88px 76px;
    position: relative;
}

.price_rangetxt span {
    font-size: 16px;
    color: var(--black--color);
    font-weight: bold;
}

.price_rangetxt div.icon {
    color: var(--secondary-color);
    font-size: 24px;
    line-height: 30px;
    cursor: pointer;
    font-weight: 700;
}

.price_rangetxt div.current {
    color: var(--accent-color);
}

.price_rangetxt div.current span {
    color: var(--accent--color);
}

.product-con .image_holder .inner-content-holder {
    padding-left: 12px;
}

.product-con .image_holder .inner-content-holder span {
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 8px;
}

.product-con .image_holder .inner-content-holder span.value {
    font-size: 20px;
    font-weight: 700;
    color: var(--black--color);
    margin-bottom: 0;
}

.vps-hosting-plans-con .plans-pricing-blue-con {
    background-color: var(--accent--color);
    padding: 54px 45px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.vps-hosting-plans-con .plans-pricing-blue-con .price span.dollar {
    font-size: 30px;
    line-height: 40px;
    top: -23px;
    position: relative;
    left: 5px;
}

.vps-hosting-plans-con .plans-pricing-blue-con .price span.decimal {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 30px;
    line-height: 30px;
}

.vps-hosting-plans-con .plans-pricing-blue-con .price span.per-month {
    font-size: 16px;
    line-height: 20px;

}

.vps-hosting-plans-con .plans-pricing-blue-con .price {
    font-size: 64px;
    line-height: 64px;
    font-weight: bold;
    margin-bottom: 17px;
}

.vps-hosting-plans-con .plans-pricing-blue-con .primary-button a {
    min-width: 159px;
    height: 50px;
    line-height: 50px;
    border: 1px solid transparent;
}

.vps-hosting-plans-con .plans-pricing-blue-con .primary-button a:hover {
    border: 1px solid var(--secondary--color);
    color: var(--secondary--color);
}

.vps-hosting-plans-con .product-con .smallbox {
    width: 24%;
    padding: 0 20px;
    border-right: 1px solid var(--light-purple-color);
}

.vps-hosting-plans-con .row {
    margin-bottom: 40px;
}

.vps-hosting-plans-con .benefits-plan-con h4 {
    margin-bottom: 35px;
    font-weight: 700;
}

.vps-hosting-plans-con .benefits-plan-con ul li i {
    font-size: 22px;
    width: 22px;
    height: 22px;
    color: var(--primary--color);
    position: absolute;
    left: 0;
    top: 3px;
}

.vps-hosting-plans-con .benefits-plan-con ul li {
    padding-left: 35px;
    color: var(--black--color);
    margin-bottom: 20px;
    font-weight: 500;
}

.vps-hosting-plans-con .benefits-plan-con ul {
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
}

/* VPS HOSTIN FEATURES SECTION */
.vps-features-con {
    background-image: url("https://html.designingmedia.com/websphere/assets/images/home03/home3-features-bg.jpg");
}

.vps-features-con .col-lg-4.col-md-6 {
    margin-bottom: 30px;
}

.vps-features-con .col-lg-4.col-md-6:nth-last-of-type(-n+3) {
    margin-bottom: 0;
}


.vps-features-con .white-box {
    padding: 33px 24px;
    border-radius: 0;
    border: 1px solid rgb(7 116 255 / 20%);
    transition: ease-in-out 0.6s;
    width: 100%;
}

.vps-features-con .white-box:hover {
    border: 1px solid var(--primary--color);
    box-shadow: 0 5px 5px rgb(7 116 255 / 10%);
}

.vps-features-con .white-box {
    padding: 38px 28px 34px;
    border-radius: 0;
    border: 1px solid transparent;
}

.vps-features-con .white-box img {
    margin-bottom: 22px;
    transition: ease-in-out 0.6s;
}

.vps-features-con .white-box h4 {
    margin-bottom: 20px;
}

.vps-features-con .white-box:hover {
    border: 1px solid var(--primary--color);
}

.vps-features-con .white-box:hover img {
    transform: translateY(-3px);
}

/* MANAGED SECTION */
.managed-con .white-box {
    padding: 33px 35px;
    background-color: var(--secondary--color);
    border-radius: 0;
}

.managed-con .managed-content {
    padding-left: 30px;
}

.managed-con .managed-content h4 {
    margin-bottom: 15px;
}

.managed-con .managed-content p {
    margin-bottom: 22px;
}

.managed-con .managed-content ul li i {
    color: var(--primary--color);
    font-size: 12px;
    left: 0;
    top: 14px;
}

.managed-con .managed-content ul li {
    color: var(--black--color);
    border-bottom: 1px solid #e6e9ee;
    padding: 8px 8px 8px 25px;
    font-weight: 500;
}

/* WHY CHOOSE US SECTION */
.why-choose-us-con .white-box,
.contact-help-con .white-box {
    padding: 38px 30px;
    border-bottom: 5px solid transparent;
    transition: ease-in-out 0.6s;
}

.why-choose-us-con .white-box img,
.contact-help-con .white-box img {
    margin-bottom: 28px;
    transition: ease-in-out 0.6s;
}

.why-choose-us-con .white-box:hover img,
.contact-help-con .white-box:hover img {
    transform: translateY(-3px);
}

.why-choose-us-con .white-box:hover,
.contact-help-con .white-box:hover {
    border-bottom: 5px solid var(--primary--color);
}

.why-choose-us-con .white-box:hover h4 {
    color: var(--purple--color);
}

/* PARTNERS SECTION PURPLE SECTION  */
.partners-con.purple-con {
    background-image: url(../images/partners-purple-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

/* FOOTER WHITE BG SECTION */
.footer-con.white-bg-con {
    background-image: none;
    background-color: var(--bg--color);
}

.footer-con.white-bg-con .subscribe-newsletter-con h4 {
    color: var(--black--color);
}

.footer-con.white-bg-con .subscribe-newsletter-con input {
    width: 635px;
    height: 50px;
    line-height: 50px;
    padding: 14px 18px;
    border: 1px solid rgb(84 36 127 / 30%);
}

.footer-con.white-bg-con .subscribe-newsletter-con {
    border-bottom: 1px solid rgb(84 36 127 / 10%);
}

.footer-con.white-bg-con .subscribe-newsletter-con button {
    border: none;
}

.footer-con.white-bg-con .subscribe-newsletter-con button:hover {
    border: none;
}

.footer-con.white-bg-con h4 {
    color: var(--accent--color);
}

.footer-con.white-bg-con ul li a {
    color: var(--text-color);
}

.footer-con.white-bg-con .copyright-con {
    border-top: 1px solid rgb(84 36 127 / 10%);
}

.footer-con.white-bg-con .copyright-con ul.social-icon li i {
    color: var(--secondary--color);
    background-color: var(--accent--color);
    border: none;
}

.footer-con.white-bg-con .copyright-con ul.social-icon li i:hover {
    background-color: var(--primary--color);
}

.footer-con.white-bg-con .footer-inner-links ul li a:hover,
.footer-con.white-bg-con .footer-inner-links ul li a:hover {
    color: var(--accent--color);
    text-decoration: none;
}

.footer-con.white-bg-con a::after {
    background: var(--accent--color);
}

/* ABOUT PAGE STYLING */
.about-banner {
    background-image: url(../images/about-us-banner.jpg);
}

/*  */
.empowering-journy-con .empower-box.purple {
    background-color: var(--accent--color);
    padding: 35px 40px 39px;
}

.empowering-journy-con .empower-box span.counter,
.empowering-journy-con .empower-box span.alphabet,
.empowering-journy-con .empower-box sup {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 14px;
}

.empowering-journy-con .empower-box sup {
    top: 0;
}

.empowering-journy-con .empower-box span.span-text {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 10px;
}

.empowering-journy-con .empower-box figure {
    background-color: var(--primary--color);
    width: 155px;
    height: 38px;
    border-radius: 6px;
    text-align: center;
    margin: 0 auto;
    line-height: 31px;
}

.empowering-journy-con .white-box {
    background-color: var(--secondary--color);
    padding: 34px 40px 34px 28px;
}

/* WHY CHOOSE US SECTION PURPLE CON */
.why-choose-us-con.purple-con {
    background-image: url(../images/choose-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.why-choose-us-con.purple-con .white-box {
    border-bottom: 5px solid transparent;
}

.why-choose-us-con.purple-con .white-box:hover {
    border-bottom: 5px solid var(--primary--color);
}

/* OUR BLOG FEATURE POST SECTION */
.featured-post-con .feature-white-box {
    background-color: var(--secondary--color);
    padding: 0 22px;
}

.featured-post-con .featured-post-box {
    background-color: var(--secondary--color);
    border-radius: 8px;
    margin-bottom: 30px;
}

.featured-post-con .featured-post-box img {
    border-radius: 8px;
}

.featured-post-con .featured-post-box .feature-white-box span.sub-title {
    color: var(--accent--color);
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 8px;
}

.featured-post-con .featured-post-box .feature-white-box h4 {
    line-height: 28px;
    font-weight: 700;
}

.featured-post-con .featured-post-box .feature-white-box h4 a:hover {
    color: var(--accent--color);
    text-decoration: none;
}

.featured-post-con.our-blog-post-con .news-inner-con img {
    border-radius: 10px;
}

.featured-post-con .white-shape {
    bottom: 0;
}

.featured-post-con .importance-web-security {
    padding: 23px 23px 20px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.featured-post-con .reliable-text {
    background-color: var(--lavender--color);
    height: 30px;
    line-height: 30px;
    width: 150px;
    text-align: center;
    border-radius: 8px;
    margin-bottom: 14px;
}

.featured-post-con .importance-web-security h4 {
    margin-bottom: 12px;
}

.featured-post-con .importance-web-security .description-con h5 {
    margin-bottom: 6px;
}

.featured-post-con .importance-web-security .description-con {
    padding-left: 10px;
}

.featured-post-con .importance-web-security .description-con span {
    line-height: 16px;
}

.featured-post-con .importance-web-security i {
    position: absolute;
    right: 30px;
    bottom: 29px;
    background-color: var(--primary--color);
    color: var(--secondary--color);
    width: 40px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    border-radius: 100px;
    cursor: pointer;
}

.featured-post-con .importance-web-security i:hover {
    background-color: var(--secondary--color);
    color: var(--accent--color);
}

.featured-post-con .importance-web-security h4 br {
    display: none;
}

.news-description i {
    color: var(--primary--color);
    font-size: 14px;
    margin-right: 4px;
}

.news-description span {
    font-size: 12px;
    color: var(--grey-color);
}

.news-description {
    margin-bottom: 17px;
    justify-content: center;
    gap: 36px;
}

.news-description {
    gap: 13px;
}

/* SHARED PAGE STYLING */
.shared-banner {
    background-image: url(../images/shared-banner-img.jpg);
}

.hosting-plans-con .plan-box.purple-box.purple-border {
    border: 2px solid var(--accent--color);
}

/* FREE CLICK INSTALL SECTION */
.free-click-install-con .smallbox {
    gap: 15px;
    width: 160px;
    height: 160px;
    justify-content: center;
    align-items: center;
    background-color: var(--secondary--color);
    border: 2px solid transparent;
    border-radius: 0;
    transition: ease-in-out 0.6s;
}

.free-click-install-con .smallbox span {
    color: var(--black--color);
}

.free-click-install-con .smallbox img {
    transition: ease-in-out 0.6s;
    opacity: 50%;
    filter: grayscale(100);
}

.free-click-install-con .smallbox:hover img {
    transform: translateY(-3px);
    opacity: 100%;
    filter: grayscale(0);
}

.free-click-install-con .smallbox:hover {
    border: 2px solid var(--purple--color);
}

.free-click-install-con .smallbox:hover span {
    color: var(--accent--color);
}

/* SERVER MIGRATION SECTION */
.server-migration-con {
    background-image: url(../images/server-migration-bg-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.server-migration-con img {
    border: 5px solid var(--secondary--color);
}

.server-migration-con .server-migration-content {
    margin-right: -30px;
}

.server-migration-con .server-migration-content p {
    margin-bottom: 33px;
}

.server-migration-con .server-migration-content .heading-title-con h2 {
    margin-bottom: 23px;
}

.server-migration-con .server-migration-content span.special-text {
    margin-bottom: 14px;
}

.server-migration-con .primary-button a {
    border: 1px solid transparent;
}

.server-migration-con .primary-button a:hover {
    border: 1px solid var(--secondary--color);
}

.server-migration-con .green-box {
    background-color: var(--primary--color);
    width: 170px;
    height: 121px;
    text-align: center;
    position: absolute;
    top: 40px;
    right: 21px;
    padding: 15px;
}

.server-migration-con .green-box span.text1 {
    font-size: 40px;
    line-height: 40px;
    font-weight: 800;
    margin-bottom: 5px;
}

.server-migration-con .green-box span.text2 {
    font-size: 18px;
    line-height: 22px;
}

/* RESELLER PAGE STYLING */
.reseller-banner {
    background-image: url(../images/reseller-banner-bg-img.jpg);
}

/* DOMAIN PAGE STYLING */
.domain-banner {
    background-image: url(../images/domain-registration-banner.jpg);
}

.perfect-domain-name-con .domain_content {
    padding: 75px;
    margin-bottom: 0;
    background-color: var(--secondary--color);
    border-bottom: 5px solid var(--primary--color);
}

.perfect-domain-name-con .domain_content form {
    margin-bottom: 40px;
    justify-content: center;
}

.perfect-domain-name-con .domain_content .form-group {
    height: 60px;
    width: 490px;
    padding: 10px 52px;
    color: var(--text-color);
    background-color: var(--secondary--color);
    border: 1px solid rgb(84 36 127 / 30%);
    display: flex;
    align-content: center;
    transition: all 0.6s ease-in-out;
    border-radius: 0;
}

.perfect-domain-name-con .domain_content .global {
    position: absolute;
    left: 18px;
    top: 18px;
}

.perfect-domain-name-con .domain_content input {
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    font-family: "Plus Jakarta Sans", sans-serif;
    background-color: transparent;
    width: 100%;
    border: none;
    border-radius: 0;
    overflow: visible;
    outline: none;
    box-shadow: none;
}

.perfect-domain-name-con .domain_content button {
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    padding: 20px;
    width: 110px;
    height: 60px;
    margin-left: 9px;
    text-align: center;
    display: inline-block;
    position: relative;
    border-radius: 0;
    font-family: "Plus Jakarta Sans", sans-serif;
    color: var(--secondary--color);
    background-color: var(--primary--color);
    border: 1px solid var(--primary--color);
    border: 1px solid transparent;
    transition: all 0.8s ease-in-out;
    outline: none;
    cursor: pointer;
}

.perfect-domain-name-con .domain_content button:hover {
    color: var(--secondary--color);
    background-color: var(--accent--color);
    border: 1px solid var(--accent--color);
}

.perfect-domain-name-con .domain_content .transfer {
    margin-left: 6px;
    color: var(--accent--color);
    background-color: transparent;
    border: 1px solid var(--accent--color);
}

.perfect-domain-name-con .domain_content .transfer:hover {
    color: var(--secondary--color);
    background-color: var(--accent--color);
}

.perfect-domain-name-con .domain_content ul {
    display: flex;
    justify-content: center;
    align-content: center;
    margin-bottom: 33px;
    text-align: center;
}

.perfect-domain-name-con .domain_content ul li {
    padding: 19px;
    margin: 0 10px;
    width: 169px;
    height: 99px;
    text-align: center;
    background-color: var(--secondary--color);
    border: 1px solid rgb(84 36 127 / 30%);
    transition: all 0.3s ease-in-out;
    border-radius: 0;
}

.perfect-domain-name-con .domain_content ul li:hover {
    border: 1px solid var(--primary--color)
}

.perfect-domain-name-con .domain_content ul li:first-child {
    margin-left: 0;
}

.perfect-domain-name-con .domain_content ul li:last-child {
    margin-right: 0;
}

.perfect-domain-name-con .domain_content ul li .icon {
    max-height: 24px;
    margin-bottom: 16px;
}

.perfect-domain-name-con .domain_content ul li .price {
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    color: var(--accent--color);
    font-family: "Plus Jakarta Sans", sans-serif;
}

.perfect-domain-name-con .domain_content .view_all {
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    margin-left: 42px;
    color: var(--accent--color);
    text-decoration: underline;
    font-family: "Plus Jakarta Sans", sans-serif;
    transition: all 0.3s ease-in-out;
    display: block;
    float: left;
    width: 100%;
    margin: 0 auto;
}

.perfect-domain-name-con .domain_content .view_all:hover {
    color: var(--primary--color);
}

.perfect-domain-name-con .form-group:focus {
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(58 218 155 / 100%);
    outline: none;
    border-color: var(--primary--color);
}

.perfect-domain-name-con .form-group:focus-visible {
    outline: none;
    box-shadow: none;
    border: none;
}

/* POPULAR TLDZ SECTION */
.most-popular-tld-con .popular-box {
    padding: 38px 30px 40px;
    background-color: var(--secondary--color);
    border: 1px solid rgb(7 116 255 / 20%);
    transition: all 0.8s ease-in-out;
    box-shadow: 0 10px 20px rgb(7 116 255 / 10%);
    border-radius: 0;
    width: 100%;
}

.most-popular-tld-con .popular-box .icon {
    min-height: 67px;
    margin-bottom: 10px;
}

.most-popular-tld-con .popular-box p {
    font-weight: 500;
    margin-bottom: 30px;
}

.most-popular-tld-con .popular-box .text {
    display: block;
    margin-bottom: 8px;
}

.most-popular-tld-con .popular-box .value {
    margin-bottom: 25px;
}

.most-popular-tld-con .popular-box span {
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    font-family: "Plus Jakarta Sans", sans-serif;
    color: var(--text-color);
}

.most-popular-tld-con .popular-box .number {
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
    color: var(--black--color);
    transition: all 0.8s ease-in-out;
}

.most-popular-tld-con .popular-box .primary_btn {
    font-size: 14px;
    line-height: 14px;
    padding: 15px 16px 17px;
    display: block;
    color: var(--accent--color);
    background-color: transparent;
    border: 1px solid var(--accent--color);
    text-align: center;
    border-radius: 0;
    font-weight: 600;
}

.most-popular-tld-con .popular-box:hover .primary_btn {
    color: var(--secondary--color);
    background-color: var(--accent--color);
    border: 1px solid var(--accent--color);
    text-decoration: none;
}

.most-popular-tld-con .popular-box .primary_btn:hover {
    color: var(--secondary--color);
    background-color: var(--accent--color);
    border: 1px solid var(--accent--color);
}

.most-popular-tld-con {
    background-image: url(../images/most-popular-tld-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

/* PRICING TABLE SECTION STYLING */

.pricing-table-con .table-box {
    width: 100%;
}

.pricing-table-con .table-box tr:first-child,
.pricing-table-con .table-box tr:last-child {
    border-bottom: none;
}

.pricing-table-con .table-box tr {
    border-bottom: 1px solid #ececec;
}

.pricing-table-con .table-box tr:hover {
    background-color: var(--sky-family-color);
}

.pricing-table-con .table-box tr:first-child th {
    font-size: 16px;
    line-height: 15px;
    font-weight: 700;
    padding: 24px 60px;
    color: var(--secondary--color);
    background-color: var(--accent--color);
    font-family: "Plus Jakarta Sans", sans-serif;
    text-align: center;
}

.pricing-table-con .table-box tr td:first-child {
    font-weight: 700;
    color: var(--black--color);
}

.pricing-table-con .table-box tr td {
    font-size: 16px;
    line-height: 15px;
    font-weight: 400;
    padding: 22px 60px;
    text-align: center;
    color: var(--text-color);
    font-family: "Plus Jakarta Sans", sans-serif;
    background-color: var(--secondary--color);
}

.pricing-table-con .table-box tr:last-child td {
    padding-bottom: 25px;
}

/* FEAQ FEATURED SECTION */
.faq-featured-con {
    background-image: url(../images/faq-img-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.faq-featured-con .faq h4 {
    margin-bottom: 0;
    text-transform: none;
    display: inline-block;
}

.faq-featured-con .accordion-card {
    margin-bottom: 20px;
    width: 100%;
    background-color: var(--secondary--color);
    border-radius: 0;
}

.faq-featured-con .accordion-card:last-child {
    margin-bottom: 0;
}

.faq-featured-con .accordion-card:has(.btn-link) h4 {
    color: var(--secondary--color);
}

.faq-featured-con .accordion-card:has(.collapsed) h4 {
    color: var(--black--color);
}

.faq-featured-con .accordion-card:has(.btn-link) .card-header,
.faq-featured-con .accordion-card:has(.btn-link) .card-body {
    background-color: var(--primary--color);
}

.faq-featured-con .accordion-card:has(.collapsed) .card-header,
.faq-featured-con .accordion-card:has(.collapsed) .card-body {
    background-color: var(--secondary--color);
}

.faq-featured-con .accordion-card:has(.btn-link) .card-body p {
    color: var(--secondary--color);
}

.faq-featured-con .accordion-card:has(.collapsed) .card-body p {
    color: var(--text-color);
}

.faq-featured-con .accordion-card:has(.collapsed) {
    box-shadow: none;
}

.faq-featured-con .accordian-inner .card-header {
    padding: 0;
    margin-bottom: 0;
    background: none;
    border: none;
}

.faq-featured-con .accordian-inner .accordion-card:has(.btn-link) .card-header a {
    padding: 30px 30px 17px;
}

.faq-featured-con .accordian-inner .accordion-card:has(.collapsed) .card-header a {
    padding: 30px;
}

.faq-featured-con .accordian-inner .card-body {
    padding: 0 30px 24px;
}

.faq-featured-con .accordion-card a.btn.btn-link:focus {
    outline: none;
    box-shadow: none;
}

.faq-featured-con .accordian-inner .accordion-card i {
    position: absolute;
    right: 20px;
    margin: -6px 0;
}

.faq-featured-con .accordian-inner .accordion-card .btn {
    text-decoration: none;
    text-align: left;
    display: block;
    color: var(--secondary--color);
}

.faq-featured-con .accordion-card a.btn.btn-link {
    position: relative;
}

/* CONTACT PAGE STYLING */
.contact-banner {
    background-image: url(../images/contact-banner-bg.jpg);
}

/*  */
.contact-help-con .white-box h4 {
    margin-bottom: 16px;
}

.contact-help-con .white-box ul li a {
    color: var(--text-color);
}

.contact-help-con .white-box ul li a:hover {
    color: var(--purple--color);
    font-weight: 500;
    text-decoration: none;
}

/* CONTACT FORM SECTION */
.contact-form-con {
    background-image: url(../images/contact-form-bg-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.contact-form-con #contactpage span.error,
.get-in-touch-con #contactpage span.error {
    font-size: 15px;
    line-height: 20px;
    margin-top: 10px;
    display: block;
    padding-left: 6px;
    color: red;
    text-align: left;
}

.contact-form-con form ul li {
    float: left;
    width: 48.4%;
    margin-right: 27px;
    margin-bottom: 30px;
}

.contact-form-con form ul li:nth-child(2),
.contact-form-con form ul li:nth-child(4) {
    margin-right: 0;
}

.contact-form-con form ul li input {
    width: 100%;
    padding: 13px 19px;
    background-color: var(--secondary--color);
    border: none;
    height: 60px;
    font-size: 14px;
    font-weight: 400;
    color: var(--text-color);
    border-radius: 0;
}

.contact-form-con {
    padding-left: 50px;
}

.contact-form-con form ul li:last-child {
    width: 100%;
}

.contact-form-con form ul li textarea {
    height: 120px;
    padding: 13px 19px;
    background-color: var(--secondary--color);
    border: none;
    font-size: 14px;
    width: 100%;
    color: var(--text-color);
    float: left;
    border-radius: 0;
}

.contact-form-con form ul li:last-child {
    width: 100%;
    margin-right: 0;
}

.contact-form-con form ul li input:focus-visible,
.contact-form-con form ul li textarea:focus-visible {
    border: none;
    outline: none;

}

.contact-form-con form ul li input:focus,
.contact-form-con form ul li textarea:focus {
    box-shadow: inset 0 1px 1px rgb(58 218 155 / 8%), 0 0 8px rgb(58 218 155 / 80%);
    border-color: 1px solid var(--primary--color);
}

.contact-help-con a:hover {
    color: var(--primary--color);
    text-decoration: none;
}

.contact-form-con form .primary-button button {
    min-width: 225px;
    height: 58px;
    line-height: 58px;
    border: 1px solid transparent;
}

.contact-form-con form .primary-button button:hover {
    border: 1px solid var(--secondary--color);
}

/* DEDICATED PAGE STYLING */
.dedicated-banner {
    background-image: url(../images/dedicated-banner-bg.jpg);
}

/* DEDICATED HOSTING PLAN SECTION */
.dedicated-hosting-plans-con .pricing-box {
    background-color: var(--secondary--color);
}

.dedicated-hosting-plans-con .pricing_content {
    padding: 42px 60px;
    border: 2px solid transparent;
    border-bottom: 2px solid #e6e9ee;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.dedicated-hosting-plans-con .pricing_content:hover,
.dedicated-hosting-plans-con .pricing_content.purple {
    border: 2px solid var(--accent--color);
}

.dedicated-hosting-plans-con .pricing_content:last-child {
    border-bottom: none;
}

.dedicated-hosting-plans-con .pricing_content:hover:last-child {
    border-bottom: 2px solid var(--accent--color);
}

.dedicated-hosting-plans-con .pricing_content h4 {
    padding-right: 68px;
    border-right: 1px solid #e6e9ee;
    transition: all 0.3s ease-in-out;
}

.dedicated-hosting-plans-con .pricing_content h4 span {
    font-size: 16px;
    display: block;
}

.dedicated-hosting-plans-con .pricing_content:hover h4 {
    color: var(--accent--color);
}

.dedicated-hosting-plans-con .pricing_content:hover ul li,
.dedicated-hosting-plans-con .pricing_content:hover ul li i {
    color: var(--accent--color);
}

.dedicated-hosting-plans-con .pricing_content ul li {
    position: relative;
    margin-bottom: 8px;
}

.dedicated-hosting-plans-con .pricing_content ul li:last-child {
    margin-bottom: 0 !important;
}

.dedicated-hosting-plans-con .pricing_content ul li i {
    font-size: 15px;
    top: 6px;
    left: 0;
    position: absolute;
    color: var(--primary--color);
}

.dedicated-hosting-plans-con .pricing_content ul li p {
    padding-left: 24px;
    color: var(--text-color);
    transition: all 0.3s ease-in-out;
    font-size: 14px;
    font-weight: 500;
}

.dedicated-hosting-plans-con .pricing_content .price {
    font-size: 40px;
    line-height: 40px;
    font-weight: 700;
    color: var(--black--color);
    font-family: "Plus Jakarta Sans", sans-serif;
    transition: all 0.3s ease-in-out;
    position: relative;
}

.dedicated-hosting-plans-con .pricing_content:hover .price,
.dedicated-hosting-plans-con .pricing_content:hover .month,
.dedicated-hosting-plans-con .pricing_content.purple .price,
.dedicated-hosting-plans-con .pricing_content.purple .month {
    color: var(--accent--color);
}

.dedicated-hosting-plans-con .pricing_content .price .dollar {
    font-size: 20px;
    line-height: 20px;
    position: relative;
    top: -12px;
    left: -5px;
}

.dedicated-hosting-plans-con .pricing_content .price .decimal {
    position: absolute;
    top: 6px;
    right: -37px;
    font-size: 20px;
    line-height: 20px;
}

.dedicated-hosting-plans-con .pricing_content .month {
    font-size: 16px;
    line-height: 16px;
    font-weight: 200;
    font-weight: 700;
    color: var(--black--color);
    font-family: "Plus Jakarta Sans", sans-serif;
    transition: all 0.3s ease-in-out;
}

.dedicated-hosting-plans-con .pricing_content .primary_btn {
    padding: 10px;
    min-width: 159px;
    text-align: center;
    font-weight: 600;
    height: 50px;
    display: block;
    color: var(--accent--color);
    background-color: transparent;
    border: 1px solid var(--accent--color);
}

.dedicated-hosting-plans-con .pricing_content:hover .primary_btn,
.dedicated-hosting-plans-con .pricing_content.purple .primary_btn {
    color: var(--secondary--color);
    background-color: var(--accent--color);
    border: 1px solid var(--accent--color);
    text-decoration: none;
}

.dedicated-hosting-plans-con .pricing_content .primary_btn:hover {
    color: var(--secondary--color);
    background-color: var(--purple--color);
    border: 1px solid var(--purple--color);
}

.dedicated-hosting-plans-con .pricing_content .recomended-tag {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    width: 30px;
    line-height: 30px;
    height: 148px;
    text-align: center;
    background-color: var(--accent--color);
    left: -30px;
    top: -2px;
    bottom: 0;
    font-size: 14px;
}

/* BENEFITS SECTION */
.dedicated-benefits-con {
    background-image: url(../images/benefits-dedicated-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.dedicated-benefits-con .primary-button {
    min-width: 350px;
}

.dedicated-benefits-con .primary-button a {
    border: 1px solid transparent;
}

.dedicated-benefits-con .primary-button a:hover {
    border: 1px solid var(--secondary--color);
}

/*  */
.dedicated-benefits-con .managed-dedicated-server-box {
    padding: 46px 40px 38px;
    margin-left: 95px;
    box-shadow: 0px 1px 94px rgb(0 0 0 / 2%);
}

.dedicated-benefits-con .managed-dedicated-server-box h4 {
    margin-bottom: 20px;
}

.dedicated-benefits-con .managed-dedicated-server-box ul li {
    color: var(--text-color);
    border-bottom: 1px solid #e6e9ee;
    padding: 8px 8px 8px 25px;
    font-weight: 500;
}

.dedicated-benefits-con .managed-dedicated-server-box ul li i {
    color: var(--primary--color);
    font-size: 14px;
    left: 0;
    top: 14px;
}

/* 404 page styling start here */
.error-section,
.coming-soon-con {
    height: 100vh;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    background: var(--secondary--color);
    position: relative;
}

.error-con {
    position: relative;
    z-index: 2;
}

.error-con h2 {
    font-size: 170px;
    line-height: 165px;
    margin-bottom: 40px;
}

.error-con h2 i {
    font-size: 130px;
    line-height: 140px;
}

.error-con h4 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 22px;
}

.error-con p {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 30px;
}

.error-con .primary-button a i {
    margin-left: 4px;
}

.error-con .primary-button a {
    min-width: 220px;
}

/* COMING SOON PAGE */
.coming-soon-con .new-logo {
    margin-bottom: 35px;
}

.coming-soon-con h1 {
    margin-bottom: 48px;
    font-size: 90px;
    line-height: 100px;
    text-transform: uppercase;
}

.coming-soon-con h3 {
    margin-bottom: 20px;
    font-size: 26px;
}

/* coming soon countdown timer styling */
.compaign_countdown ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.compaign_countdown ul li {
    float: left !important;
    width: auto;
    margin: 0;
    text-align: center;
    margin: 0 13px;
    min-height: 133px;
    min-width: 133px;
    background-color: var(--primary--color);
    padding: 16px;
    color: var(--secondary--color);
    font-size: 22px;
    font-weight: 300;
}

.compaign_countdown ul li:first-child {
    margin-left: 0;
}

.compaign_countdown ul li:last-child {
    margin-right: 0;
}

.compaign_countdown ul li span.days,
.compaign_countdown ul li span.hours,
.compaign_countdown ul li span.minutes,
.compaign_countdown ul li span.seconds {
    display: block;
    color: var(--secondary--color);
    width: auto;
    font-size: 60px;
    line-height: 70px;
    border-radius: 0;
    font-weight: 700;
}

.compaign_countdown {
    margin: 0 auto;
    width: 70%;
}

.coming-soon-con {
    flex-grow: 1;
    min-height: 100vh;
}

.error-banner,
.coming-soon-con {
    flex-grow: 1;
}


/* HOME 02  */

.index2-outer-wrapper .sign-btn a,
.index2-outer-wrapper .cart-btn a,
.index2-outer-wrapper .search-bar a,
.index2-outer-wrapper .toggle-bar a {
    border-radius: 10px;
}

.index2-outer-wrapper .banner-con {
    background-image: url(../images/home02/home2-banner-bg-img.jpg);
    height: 720px;
}

.index2-outer-wrapper .banner-con img {
    right: 0;
    top: 0;
}

.index2-outer-wrapper .primary-button a,
.index2-outer-wrapper .primary-button button,
.index2-outer-wrapper .elementary-button a,
.index2-outer-wrapper .elementary-button button,
.index2-outer-wrapper .secondary-button a,
.index2-outer-wrapper .secondary-button button {
    border-radius: 10px;
}

.index2-outer-wrapper .banner-con .elementary-button a {
    border: 1px solid rgb(255 255 255 / 30%);
    margin-left: 12px;
}

.index2-outer-wrapper .banner-con .primary-button a,
.index2-outer-wrapper .banner-con .elementary-button a {
    min-width: 175px;
}

.index2-outer-wrapper .banner-con .purple-span {
    width: 255px;
    height: 37px;
    line-height: 35px;
    border-radius: 10px;
    font-size: 20px;
    background-color: var(--lavender--color);
    text-align: center;
    margin-bottom: 12px;
}

.index2-outer-wrapper .perfect-domain-name-con .domain_content,
.index2-outer-wrapper .perfect-domain-name-con .domain_content .form-group,
.index2-outer-wrapper .perfect-domain-name-con .domain_content button,
.index2-outer-wrapper .perfect-domain-name-con .domain_content ul li {
    border-radius: 10px;
}

.index2-outer-wrapper .hosting-plans-con {
    background-image: url(../images/home02/hosting-plans-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.index2-outer-wrapper .hosting-plans-con .plan-box,
.index2-outer-wrapper .vps-features-con .white-box {
    border-radius: 10px;
}

.index2-outer-wrapper .vps-features-con .white-box {
    border: none;
    transition: ease-in-out 0.5s;
}

.index2-outer-wrapper .vps-features-con .white-box:hover {
    background: linear-gradient(to bottom, #460b7c 0%, #54247f 100%);
}

.index2-outer-wrapper .vps-features-con .white-box:hover * {
    color: var(--secondary--color);
}

.index2-outer-wrapper .vps-features-con .white-box:hover img {
    filter: brightness(0) invert(1);
}

.index2-outer-wrapper .vps-features-con .white-box:hover h4 {
    color: var(--primary--color);
}

.index2-outer-wrapper .hosting-plans-con .plan-box:hover,
.index2-outer-wrapper .hosting-plans-con .plan-box.purple-box,
.index2-outer-wrapper .hosting-plans-con .plan-box {
    border-bottom: unset;
}

.index2-outer-wrapper .vps-features-con {
    background-image: none;
}

.index2-outer-wrapper .server-migration-con {
    background-image: url(../images/home02/real-time-support-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.index2-outer-wrapper .server-migration-con .green-box {
    width: 160px;
    height: 115px;
    border-radius: 10px;
    padding: 22px 15px;
}

.index2-outer-wrapper .server-migration-con img {
    border-radius: 10px;
    border: 8px solid var(--secondary--color);
}

.index2-outer-wrapper .customers-reviews-con .white-box {
    border-radius: 10px;
}

.index2-outer-wrapper .question-answer-con {
    background-image: url(../images/home02/question-answer-bg-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.index2-outer-wrapper .question-answer-con .question-con img {
    border-radius: 10px;
    border: none;
}

.question-answer-con .faq .accordian-inner .card-header {
    border-radius: 0;
}

.index2-outer-wrapper .partners-con {
    background-image: url(../images/home02/partner-bg-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.index2-outer-wrapper .partners-con ul li {
    border-radius: 10px;
    padding: 29px 0;
}

.index2-outer-wrapper .footer-con.white-bg-con .copyright-con ul.social-icon li i {
    border-radius: 10px;
}

.index2-outer-wrapper #back-to-top-btn {
    border-radius: 10px;
}

.index2-outer-wrapper .footer-con.white-bg-con .subscribe-newsletter-con input {
    border-radius: 10px;
}

.index2-outer-wrapper .footer-con.white-bg-con .subscribe-newsletter-con button {
    border-radius: 10px;
}

.index2-outer-wrapper .hosting-plans-con .vector {
    left: 0;
    bottom: 0;
}

.index2-outer-wrapper .vps-features-con .vector {
    right: 0;
    bottom: 0;
}

.index2-outer-wrapper .question-answer-con .faq .accordian-inner .card-header {
    border-radius: 10px;
}


/* HOME 03 PAGE STYLING */
.index3-outer-wrapper .banner-con .purple-span {
    min-width: 216px;
    height: 37px;
    line-height: 33px;
    background-color: var(--lavender--color);
    text-align: center;
    font-size: 20px;
    margin-bottom: 12px;
}

.index3-outer-wrapper .banner-con {
    background-image: url(../images/home03/home3-banner-bg-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.index3-outer-wrapper .banner-con .primary-button a {
    min-width: 255px;
}

.index3-outer-wrapper .banner-con ul.check-list li i {
    position: absolute;
    left: 0;
    top: 4px;
    color: var(--primary--color);
}

.index3-outer-wrapper .banner-con ul.check-list li {
    padding-left: 28px;
    color: var(--secondary--color);
    margin-bottom: 4px;
}

.index3-outer-wrapper .banner-con ul.check-list.var1 {
    margin-right: 30px;
    margin-bottom: 25px;
}

.index3-outer-wrapper .footer-con {
    background-image: url(../images/home03/footer-bg.jpg);
}

.index3-outer-wrapper .review-con3 .white-box {
    padding: 40px 44px 47px;
}

.index3-outer-wrapper .hosting-plans-con .plan-box .secondary-button a {
    min-width: auto;
}

.index3-outer-wrapper .hosting-plans-con .plan-box {
    padding: 35px 26px;
}

.index3-outer-wrapper .hosting-plans-con .silver-span {
    margin-bottom: 16px;
}

.index3-outer-wrapper .hosting-plans-con .plan-box ul {
    margin-bottom: 12px;
}

.index3-outer-wrapper .banner-con img {
    right: 0;
    top: 0;
}

.index3-outer-wrapper .hosting-plans-con .plan-box h4 {
    margin-bottom: 6px;
}

.index3-outer-wrapper .hosting-plans-con .plan-box ul li {
    padding-left: 23px;
}

.index3-outer-wrapper .price span.decimal {
    top: 4px;
    right: 98px;
}

.index3-outer-wrapper .hosting-plans-con .plan-box {
    border-bottom: none;
    border: 2px solid transparent;
}

.index3-outer-wrapper .hosting-plans-con .plan-box:hover {
    border-bottom: none;
    border: 2px solid var(--accent--color);
}

.index3-outer-wrapper .hosting-plans-con .plan-box:hover ul li i {
    color: var(--accent--color);
}

.index3-outer-wrapper .price {
    margin-bottom: 10px;
}

.index3-outer-wrapper .vps-features-con {
    background-image: url(../images/home03/home3-features-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

/*  */
.index3-outer-wrapper .safe-and-stream-con .safe-and-stream-wrap {
    display: grid;
    grid-template-columns: repeat(4, 215px);
    gap: 0 15px;
}

.index3-outer-wrapper .safe-and-stream-con .safe-and-stream-wrap .wrap1 {
    height: 152px;
    background-color: var(--secondary--color);
    text-align: center;
    padding: 34px 20px;
    transition: 0.6s ease-in-out;
}

.index3-outer-wrapper .data-centers-con .data-count {
    margin-bottom: 15px;
}

.index3-outer-wrapper .safe-and-stream-con .safe-and-stream-wrap .wrap1:hover {
    background-color: var(--accent--color);
}

.index3-outer-wrapper .safe-and-stream-con .safe-and-stream-wrap .wrap1:hover .data-count,
.index3-outer-wrapper .safe-and-stream-con .safe-and-stream-wrap .wrap1:hover sup {
    color: var(--primary--color);
}

.index3-outer-wrapper .safe-and-stream-con .safe-and-stream-wrap .wrap1:hover .data-text {
    color: var(--secondary--color);
}

/*  */
.index3-outer-wrapper .question-answer-con {
    background-image: url(../images/home03/faq-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.index3-outer-wrapper .question-answer-con .faq .accordian-inner .card-header {
    border-radius: 0;
}

.index3-outer-wrapper .get-in-touch-con .vector {
    left: 0;
    top: 0;
}

.index3-outer-wrapper .get-in-touch-con::before {
    left: 0;
    top: 0;
    width: 910px;
    height: 100%;
    content: '';
    position: absolute;
    background-image: url(../images/home03/get-in-touch-img.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.index3-outer-wrapper .get-in-touch-con {
    background-image: url(../images/home03/get-in-touch-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.index3-outer-wrapper .get-in-touch-con form input {
    width: 100%;
    padding: 12px 19px;
    background-color: rgb(255 255 255 / 15%);
    border: 1px solid rgb(255 255 255 / 15%);
    height: 50px;
    font-size: 14px;
    font-weight: 400;
    color: var(--secondary--color);
    border-radius: 0;
}

.index3-outer-wrapper .get-in-touch-con form textarea {
    width: 100%;
    background-color: rgb(255 255 255 / 15%);
    border: 1px solid rgb(255 255 255 / 15%);
    padding: 12px 19px;
    height: 135px;
    font-size: 14px;
    font-weight: 400;
    color: var(--secondary--color);
    border-radius: 0;
    float: left;
}

.index3-outer-wrapper .get-in-touch-con form input::placeholder,
.index3-outer-wrapper .get-in-touch-con form textarea::placeholder {
    color: var(--secondary--color);
}

.index3-outer-wrapper .get-in-touch-con form ul li {
    float: left;
    width: 100%;
    margin-bottom: 17px;
}

.index3-outer-wrapper .get-in-touch-con .heading-title-con {
    margin-bottom: 32px;
}

.index3-outer-wrapper .get-in-touch-con .primary-button button {
    height: 50px;
    line-height: 50px;
}

.index3-outer-wrapper .get-in-touch-con form input:focus-visible,
.index3-outer-wrapper .get-in-touch-con form textarea:focus-visible {
    outline: none;
}

.index3-outer-wrapper .get-in-touch-con form input:focus,
.index3-outer-wrapper .get-in-touch-con form textarea:focus {
    box-shadow: inset 0 1px 1px rgb(58 218 155 / 8%), 0 0 8px rgb(58 218 155 / 80%);
    border-color: 1px solid var(--primary--color);
}

/*  */
.hosting-plans-con .col-lg-4.col-md-4 {
    display: flex;
}

.most-popular-tld-con .col-lg-3.col-md-6 {
    display: flex;
}