/*@font-face {
    font-family: 'Manrope';
    src: url('../fontManrope-Light.eot');
    src: url('../font/Manrope-Light.eot?#iefix') format('embedded-opentype'),
        url('../font/Manrope-Light.woff2') format('woff2'),
        url('../font/Manrope-Light.woff') format('woff'),
        url('../font/Manrope-Light.ttf') format('truetype'),
        url('../font/Manrope-Light.svg#Manrope-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope Regular';
    src: url('../font/Manrope-Regular.eot');
    src: url('../font/Manrope-Regular.eot?#iefix') format('embedded-opentype'),
        url('../font/Manrope-Regular.woff2') format('woff2'),
        url('../font/Manrope-Regular.woff') format('woff'),
        url('../font/Manrope-Regular.ttf') format('truetype'),
        url('../font/Manrope-Regular.svg#Manrope-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope Medium';
    src: url('../font/Manrope-Medium.eot');
    src: url('../font/Manrope-Medium.eot?#iefix') format('embedded-opentype'),
        url('../font/Manrope-Medium.woff2') format('woff2'),
        url('../font/Manrope-Medium.woff') format('woff'),
        url('../font/Manrope-Medium.ttf') format('truetype'),
        url('../font/Manrope-Medium.svg#Manrope-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope SemiBold';
    src: url('../font/Manrope-SemiBold.eot');
    src: url('../font/Manrope-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../font/Manrope-SemiBold.woff2') format('woff2'),
        url('../font/Manrope-SemiBold.woff') format('woff'),
        url('../font/Manrope-SemiBold.ttf') format('truetype'),
        url('../font/Manrope-SemiBold.svg#Manrope-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope Bold';
    src: url('../font/Manrope-Bold.eot');
    src: url('../font/Manrope-Bold.eot?#iefix') format('embedded-opentype'),
        url('../font/Manrope-Bold.woff2') format('woff2'),
        url('../font/Manrope-Bold.woff') format('woff'),
        url('../font/Manrope-Bold.ttf') format('truetype'),
        url('../font/Manrope-Bold.svg#Manrope-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope ExtraBold';
    src: url('../font/Manrope-ExtraBold.eot');
    src: url('../font/Manrope-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../font/Manrope-ExtraBold.woff2') format('woff2'),
        url('../font/Manrope-ExtraBold.woff') format('woff'),
        url('../font/Manrope-ExtraBold.ttf') format('truetype'),
        url('../font/Manrope-ExtraBold.svg#Manrope-ExtraBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
*/

body {
    font-family: 'Manrope', sans-serif !important;
    margin: 0 auto;
    font-weight: 400;
    font-size: 16px;
}

body,
html {
    height: 100%;
}

.container {
    max-width: 1460px;
    margin: 0 auto;
}

.img-br15 {
    border-radius: 15px;
}

.container-sm {
    max-width: 1300px;
    margin: 0 auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    color: #060606;
    font-family: 'Manrope', sans-serif;
}

h1.top-heading {
    text-align: center;
    font-weight: 800;
    font-size: 50px;
    line-height: 52px;
}



h2 {
    font-size: 50px;
    line-height: 44px;
}

h3 {
    font-size: 40px;
    line-height: 47px;
}

h4 {
    font-size: 28px;
    line-height: 47px;
}

h5 {
    font-size: 25px;
    line-height: 47px;
}

h6 {
    font-size: 20px;
    line-height: 47px;
}

p {
    margin: 0;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
}

.button {
    display: inline-block;
    background: #007456;
    border-radius: 39px;
    padding: 20px 37px;
    font-family: 'Manrope', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
    border: 1px solid #007456;
    position: relative;
}

.button::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.button .button-arrow {
    margin-left: 7px;
    transition: all 0.3s ease-in-out;
}

.button .button-arrow svg {
    transition: all 0.3s ease-in-out;
}

.button:hover,
.newsletter .newsletter-box .button:hover {
    color: #fff;
    background: #060606;
    text-decoration: none;
    border-color: #060606;
}

.button:hover .button-arrow svg path {
    fill: #fff;
}

.button:hover span.button-arrow svg {
    transform: translateX(8px);
}

/* CSS Start  */
/* Header CSS Start  */
.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none;
    outline: none;
}

.navbar {
    background: #F1ECDF;
    padding: 20px;
}

.navbar .navbar-collapse {
    justify-content: space-between;
}

.navbar .navbar-nav .nav-link {
    margin: 0 10px;
}

.navbar .navbar-nav .nav-item {
    padding: 10px 10px;
}

.navbar .navbar-nav .nav-item .nav-link, a.login_user {
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: #060606;
    font-family: 'Manrope';
    font-style: normal;
}

.navbar .navbar-nav .nav-item .nav-link:hover {
    color: #007456;
}

.navbar .navbar-nav .nav-item .nav-link span.login-icon {
    margin-right: 11px;
}

/* Header CSS End  */
/* Mega-menu CSS Start  */
.navbar .navbar-nav .dropdown.mega-menu .dropdown-menu {
    position: absolute;
    width: 100%;
    margin: 0 auto;
    top: 75px;
    left: 0;
    right: 0;
    padding: 0;
    border: 0;
    background: #fff;
    display: none;
    width: 330px;
}

.navbar ul.navbar-nav.nav-right .dropdown.mega-menu {
    position: relative;
}


/* .navbar ul.navbar-nav.nav-right .dropdown.mega-menu:hover .dropdown-menu {
    display: block;

} */

.body-cloudx .navbar ul.navbar-nav.nav-right .dropdown.mega-menu .dropdown-menu.show {
    display: block;
}

.navbar ul.navbar-nav.nav-right .dropdown.mega-menu:hover .dropdown-menu .container {
    display: block;
    width: 100%;
}

.navbar .dropdown.mega-menu .mega-menu-wrapper .mega-menu-box {
    display: block;
    justify-content: space-between;
    background: #FFFFFF;
    padding: 0;
}

.contact-us-wrap {
    margin: 40px 0;
}

.mega-menu-wrapper .contact-us-wrap.support-wrap {
    padding-left: 0px;
}

.mega-menu-wrapper .contact-us-wrap {
    width: 100%;
    padding: 0;
    position: relative;
    padding: 0px;
}

.mega-menu-wrapper .contact-us-wrap::after {
    content: '';
    position: absolute;
    border-right: 1px solid #D9D9D9;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    display: none;
}

.mega-menu-wrapper .contact-us-wrap.support-wrap::after {
    border: 0;
}

.mega-menu-wrapper .contact-us-wrap:nth-last-child(1) {
    border: 0;
}

.mega-menu-wrapper .help-support-box {
    background: #FFFFFF;
    border: 1px solid #060606;
    border-radius: 10px;
    padding: 34px 32px;
    max-width: 471px;
    margin: 0 0 0 auto;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    position: relative;
    overflow: hidden;
}

.mega-menu-wrapper .mega-menu-box .button {
    padding: 17px 31px;
    font-size: 18px;
    line-height: 20px;
}

.mega-menu-wrapper .mega-menu-box .button.live-chat-btn {
    background: #060606;
    border-color: #060606;
}

.mega-menu-wrapper .mega-menu-box .button.live-chat-btn:hover {
    background: #007456;
    border-color: #007456;
}

.mega-menu-wrapper .help-support-box .button {
    background: transparent;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #007456;
    border: 0;
    padding: 0;
    text-decoration: underline;
}

.mega-menu-wrapper .help-support-box .button svg path {
    fill: #007456;
}

.mega-menu-wrapper .help-support-box .button:hover {
    background: transparent;
    color: #007456;
}

.mega-menu-wrapper .help-support-box .button:hover svg path {
    fill: #007456;
}

.mega-menu-wrapper h6 {
    font-family: 'Manrope', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 12px;
}

.mega-menu-wrapper p {
    font-family: 'Manrope', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 36px;
    text-align: left;
    text-transform: capitalize;
    color: #808080;
    margin: 0 0 8px;
}

.mega-menu-wrapper .contact-us-wrap ul {
    position: relative;
    z-index: 1;
}

.mega-menu-wrapper .button-wrap {
    margin: 17px 0 0 0;
    position: relative;
    z-index: 1;
}

.mega-menu-wrapper ul li {
    display: flex;
    align-items: center;
    border: 1px solid #007456;
    margin-bottom: 10px;
    padding: 3px 15px;
}

.mega-menu-wrapper ul li p,
.mega-menu-wrapper ul li a {
    font-family: 'Manrope', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 42px;
    text-align: left;
    /*text-transform: capitalize;*/
    color: #000000;
    padding-left: 0px;
    margin: 0;
}

.mega-menu-wrapper ul li a {
    display: flex;
    gap: 10px;
    padding-left: 0px;
    text-decoration: none;
}

.mega-menu-wrapper .help-support-box p {
    color: #007456;
    line-height: 27px;
    margin: 8px 0 0;
}

.mega-menu-wrapper .help-support-box .help-support-left {
    width: 70%;
}

.mega-menu-wrapper .help-support-box .help-support-right {
    background-image: url('../images/customer-service1.png');
    background-repeat: no-repeat;
    background-position: right bottom;
    width: 181px;
    height: 178px;
    position: absolute;
    bottom: -62px;
    right: -15px;
    z-index: 0;
}

.mega-menu-wrapper .help-support-wrap {
    background: #F2F2F2;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38%;
}

.dropdown-menu {
    top: 98%;
}

/* li.nav-item.dropdown:hover .dropdown-menu {
    display: block;
} */

li.nav-item.dropdown .dropdown-menu {
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
    border: 0;
    border-radius: 4px;
    min-width: 200px;
    top:44px;
}
li.nav-item.dropdown:hover .dropdown-menu{
    display: block;
}
li.nav-item.dropdown .dropdown-menu a.dropdown-item {
    padding: 8px 15px 7px !important;
    color: #000;
    font-size: 16px;
    border-radius: 0;
    font-family: 'Manrope';
    font-weight: 500;
}

/* Mega-menu CSS Start  */
/* Banner CSS Start  */

@keyframes zoomBig {
    0% {
        transform: translate(-50%, -50%) scale(0.5);
        opacity: 1;
        border-width: 3px;
    }

    40% {
        opacity: .5;
        border-width: 2px;
    }

    65% {
        border-width: 1px;
    }

    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0;
        border-width: 1px;
    }
}

.mega-menu-wrapper {
    padding: 15px;
    width: 100%;
}

div#carouselExampleControls {
    background: #F1ECDF;
    z-index: 0;
}

section.banner {
    padding: 0 0 40px;
}

.banner .banner-slider {
    padding: 55px 0 69px;
}

.banner .banner-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

/* .banner .banner-left-side {
    width: 60%;
    padding: 0 60px 0 0;
} */

.banner .banner-left-side ul.feature-list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0 0 40px;
}

.banner .banner-left-side ul.feature-list li {
    display: flex;
    align-items: center;
    margin-right: 38px;
}

.banner .banner-left-side ul.feature-list li:nth-last-child(1) {
    margin: 0;
}

.banner .banner-left-side ul.feature-list li p {
    font-family: 'Manrope', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 42px;
    color: #060606;
    margin-left: 10px;
    position: relative;
}

.banner .banner-left-side ul.feature-list li p::after {
    content: '';
    background: #007456;
    opacity: 0.1;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
}


/* .banner .banner-right-side {
    width: 40%;
} */

.banner .notifictian-wrap {
    display: flex;
    align-items: center;
    position: relative;
}

.banner-left-side {
    width: 100%;
    max-width: 57%;
}

.banner-right-side {
    width: 100%;
    max-width: 43%;
}

.banner .notifictian-wrap p {
    background: #FFFFFF;
    border-radius: 60px;
    display: block;
    padding: 0 30px 0 40px;
    font-family: 'Manrope', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 21px;
    line-height: 42px;
    color: #007456;
}

.banner .notifictian-wrap p span {
    color: #060606;
}

.banner .notify-icon {
    width: 51px;
    height: 51px;
    background: #FFBB38;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
}

.banner .notify-icon::before {
    content: "";
    border: 0;
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 71px;
    height: 71px;
    border-radius: 50%;
    animation: zoomBig 3.25s linear infinite;
    animation-delay: 0s;
    -webkit-animation-delay: .75s;
    animation-delay: .75s;
    background: #FFBB38;
    opacity: 0.3;
    z-index: -1;
}

.banner .notify-icon::after {
    content: "";
    border: 0;
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 97px;
    height: 97px;
    border-radius: 50%;
    animation: zoomBig 3.25s linear infinite;
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    background: #FFBB38;
    opacity: 0.3;
    z-index: -1;
}


.banner .notifictian-wrap {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 36px;
    margin-left: 30px;
}


.banner .banner-left-side .banner-content h1 {
    font-weight: 800;
    font-size: 84px;
    line-height: 84px;
    letter-spacing: -0.01em;
    text-transform: capitalize;
    color: #060606;
    text-align: left;
}

.banner .banner-left-side .banner-content h1 span {
    font-family: 'Manrope', sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 73px;
    line-height: 90px;
    text-transform: capitalize;
    color: #007456;
    text-align: left;
    position: relative;
}


.banner .banner-left-side .banner-content h1 span::after {
    content: '';
    position: absolute;
    background-image: url('../images/heading-line-shape.png');
    bottom: 0;
    left: 0;
    width: 100%;
    height: 15px;
    background-repeat: no-repeat;
}

.banner .banner-left-side .banner-content p {
    font-family: 'Manrope', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 34px;
    color: #52606D;
    margin: 25px auto;
    padding: 0 80px 0 0;
}

.banner .banner-left-side .price-content {
    display: flex;
    align-items: center;
}

.banner .banner-left-side .price-content p {
    margin-left: 30px;
    font-family: 'Manrope', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 20px;
    text-align: center;
    color: #060606;
}

.banner .banner-left-side .price-content p span {
    color: #007456;
    font-weight: 700;
    font-size: 21px;
    line-height: 20px;
}

.banner .banner-right-side .banner-img {
    text-align: center;
}

.banner .banner-right-side .banner-img img {
    width: 100%;
    margin: 0 auto;
}

.banner .banner-bottom-shape {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: -1;
}

.banner .banner-bottom-shape img {
    max-width: 100%;
    width: 100%;
}

.banner .carousel-indicators {
    background: transparent;
    margin: 10px auto;
    bottom: 35px;
}

.banner .carousel-indicators li {
    background: #F1ECDF;
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    margin: 0 5px;
    padding: 10px;
    flex: 0;
    border: 1px solid #F1ECDF;
    box-sizing: border-box;
    position: relative;
}

.banner .carousel-indicators li span {
    position: absolute;
    top: 5px;
    left: 5px;
    right: 0;
    width: 10px;
    height: 10px;
    border-radius: 30px;
    background: #F1ECDF;
}

.banner .carousel-indicators .active {
    background: transparent;
    border-color: #007456;
}

.banner .carousel-indicators .active span {
    background: #007456;
}

.banner a.carousel-control-prev,
.banner a.carousel-control-next {
    display: none;
}

/* Banner CSS End  */

/* Review-sec CSS Start  */
.review-sec {
    padding: 0 0 30px;
    position: relative;
}

.review-sec .review-box-wrapper {
    background: #FFFFFF;
    border-radius: 10px;
    padding: 28px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 867px;
    margin: 0 auto;
    border: 1px solid #DCDFE2;
    box-shadow: 0px 0px 31px rgba(0, 0, 0, 0.04);
    width: 100%;
}


.review-sec .review-box .rating-star {
    display: flex;
    align-items: center;
    justify-content: center;
}

.review-sec .review-box {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 0 30px;
    border-right: 1px solid #dcdfe2;
    width: 33.33%;
}

.review-sec .review-box-wrapper .review-box:nth-last-child(1) {
    border: 0;
}

.review-sec .review-box p {
    font-family: 'Manrope', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #52606D;
    margin: 20px auto 16px;
}

.review-sec .review-box p strong {
    font-weight: 600;
}

/*  ============ Chat-icon CSS Start ============  */

.chat-icon-wrapper {
    position: fixed;
    bottom: 19px;
    right: 50px;
    transition: all 0.3s ease-in-out;
    border-radius: 50%;
    z-index: 9999;
}

.chat-icon-wrapper:hover {
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.09);
    transform: scale(1.05);
}

.chat-icon-img a {
    background: #007456;
    box-shadow: 0px 12px 27px rgba(0, 0, 0, 0.15);
    display: flex;
    width: 74px;
    height: 74px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

/* Review-sec CSS End  */


/* Key-feature CSS Start  */
.key-feature {
    padding: 40px 0;

}

.key-feature .key-feature-box {
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.09);
    border-radius: 20px;
    padding: 57px 62px;
    display: flex;
}

.key-feature .key-feature-box .key-feature-left {
    position: relative;
    width: 45%;
}

.key-feature .key-feature-box h4 {
    font-family: 'Manrope', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
    color: #060606;
}

.key-feature .key-feature-box .key-feature-left .key-feature-left-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 25px 18px 25px 27px;
}

.key-feature .key-feature-toggle {
    background: #FFFFFF;
    border-radius: 10px;
    padding: 9px 16px 9px 16px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.09);
    width: auto;
    margin-left: 10px;
}

.key-feature .key-feature-toggle p {
    font-family: 'Manrope', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #52606D;
    margin: 0 0 6px;
}

.key-feature .key-feature-toggle p span {
    font-weight: 500;
    font-size: 14px;
    display: block;
}


.key-feature .key-feature-toggle .toggle {
    position: relative;
    box-sizing: border-box;
    width: auto;
    display: inline-block;
}

.key-feature .key-feature-toggle .toggle input[type="checkbox"] {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
}

.key-box-info-data {
    position: absolute;
    bottom: 15%;
    display: flex;
    align-items: end;
    justify-content: center;
    margin: 0 auto;
    right: 0;
    left: 26px;
}

.key-box-info-data img.colorfull {
    opacity: 0;
    margin: 0 0 -70px;
}

.key-box-info-data img {
    position: absolute;
    transition: 0.5s;
}

.key-feature-left.show img.gry-color {
    opacity: 0;
    margin: 0 0 -70px;
}

.key-feature-left.show img.colorfull {
    opacity: 1;
    margin: 0;
}

.key-feature .key-feature-toggle .toggle label {
    position: relative;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}

.key-feature .key-feature-toggle .toggle label:before {
    content: '';
    width: 52px;
    height: 26px;
    background: #E1E1E1;
    position: relative;
    display: inline-block;
    border-radius: 46px;
    box-sizing: border-box;
    transition: 0.2s ease-in;
}

.key-feature .key-feature-toggle .toggle label:after {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    left: 4px;
    top: 4px;
    z-index: 2;
    background: #fff;
    box-sizing: border-box;
    transition: 0.2s ease-in;
}

.key-feature .key-feature-toggle .toggle input[type="checkbox"]:checked+label:before {
    background: #007456;
}

.key-feature .key-feature-toggle .toggle input[type="checkbox"]:checked+label:after {
    left: 30px;
}

.key-feature .key-feature-right {
    padding-left: 50px;
    width: 60%;
}


.key-feature .key-feature-right h3 {
    font-family: 'Manrope', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 55px;
    color: #007456;
    margin: 0 0 50px;
}

.key-feature ul.key-feature-list {
    display: flex;
    flex-wrap: wrap;
}

span.feature-list-img {
    min-width: 48px;
    text-align: center;
}

.key-feature .key-feature-list li {
    display: flex;
    align-items: center;
    max-width: 55%;
    margin: 0 0px 40px 0;
    width: 100%;
}

.key-feature .key-feature-list li:nth-child(even) {
    padding: 0 20px;
    max-width: 45%;
}

.key-feature .key-feature-list li p {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #060606;
    padding: 0 0 0 16px;
}

.key-feature .key-feature-list li p span {
    font-size: 16px;
}

.key-feature .key-feature ol.carousel-indicators {
    display: none;
}

.key-feature a.carousel-control-prev,
.key-feature a.carousel-control-next {
    bottom: -30px;
    top: auto;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    left: auto;
    border: 1px solid #F1ECDF;
    opacity: 1;
}

.key-feature a.carousel-control-prev:hover,
.key-feature a.carousel-control-next:hover {
    border-color: #007456;
    background: #F1ECDF;
}

.key-feature a.carousel-control-prev:hover .carousel-control-prev-icon {
    background-image: url('../images/button-arrow-green.svg');
    transform: rotate(-180deg);
}

.key-feature a.carousel-control-next:hover .carousel-control-next-icon {
    background-image: url('../images/button-arrow-green.svg');
    transform: rotate(0deg);
}

.key-feature .carousel-control-prev-icon,
.key-feature .carousel-control-next-icon {
    width: 21px;
    height: 14px;
    background: no-repeat 50%/100% 100%;
    background-repeat: no-repeat;
    background-size: 100%;
}

.key-feature .carousel-control-prev-icon {
    background-image: url('../images/button-arrow-grey.svg');
}

.key-feature .carousel-control-next-icon {
    background-image: url('../images/button-arrow-grey.svg');
    transform: rotate(180deg);
}

.key-feature a.carousel-control-next {
    right: 0;

}

.key-feature a.carousel-control-prev {
    right: 55px;
}

/* Key-feature CSS End  */


/* Offer-sec CSS Start  */
.offer-sec {
    padding: 52px 0;
}

.sec-heading h2 {
    font-family: 'Manrope', sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 50px;
    line-height: 52px;
    text-align: center;
    color: #060606;
    margin: 0 auto 17px;
}

.sec-heading p {
    font-family: 'Manrope', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 34px;
    text-align: center;
    color: #52606D;
    margin: 0 auto 35px;
    text-transform: capitalize;
}

.offer-sec .offer-wrapper {
    display: flex;
    margin: 0 auto;
    justify-content: center;
}

.offer-sec .offer-wrapper .offer-wrap-box {
    padding: 0 10px;
    width: 33.33%;
    position: relative;
}

.offer-sec .offer-wrapper .offer-wrap-box .offer-box {
    background: #FFFFFF;
    border: 2px solid #F2F2F2;
    border-radius: 10px;
    padding: 40px 40px;
    text-align: center;
    position: relative;
    transition: all 0.4s;
}

.offer-sec .offer-wrapper .offer-wrap-box .offer-box .offer-img {
    background: #f2f2f2;
    display: flex;
    text-align: center;
    width: 74px;
    height: 74px;
    margin: 0 auto;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px;
}

.offer-sec .offer-wrapper .offer-wrap-box .offer-box h4 {
    font-family: 'Manrope', sans-serif;
    font-style: normal;
    font-weight: 800 !important;
    font-size: 28px;
    line-height: 30px;
    text-transform: capitalize;
    color: #007456;
    margin: 26px auto 21px;
}

.offer-sec .offer-wrapper .offer-price p {
    font-family: 'Manrope', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    text-transform: capitalize;
    color: #52606D;
}

.offer-sec .offer-wrapper .offer-price h3 {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 800 !important;
    font-size: 48px;
    line-height: 50px;
    color: #060606;
    margin: 0 0 14px;
}

.offer-sec .offer-wrapper .offer-price h3 span.dollar-sign {
    font-size: 24px;
    line-height: 29px;
    font-weight: 500;
    color: #060606;
}

.offer-sec .offer-wrapper .offer-price h3 span {
    font-size: 24px;
    line-height: 29px;
    color: #52606D;
    margin-left: 10px;
    font-weight: 400;
}

.offer-sec .offer-wrapper .offer-price p .line-through-text {
    font-family: 'Manrope', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    text-decoration-line: line-through;
    color: #52606D;
    margin-right: 10px;
    text-decoration-thickness: 1px;
}

.offer-sec .offer-wrapper .offer-price p .discount-price {
    font-family: 'Manrope', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #060606;
    background: #FFBB38;
    border-radius: 4px;
    padding: 1px 11px;
}

.offer-sec .offer-wrapper p.bottom-text {
    font-family: 'Manrope', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 29px;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    color: #52606D;
    margin: 20px auto 15px;
    padding: 0 0 24px;
}

.offer-sec .offer-wrapper .offer-wrap-box .offer-box:hover a.button {
    background: #007456;
    border: transparent;
    color: #fff;
    fill: #fff;
}

.offer-sec .offer-wrapper .offer-wrap-box .offer-box:hover .button-arrow svg path {
    fill: #fff;
}

.offer-sec .offer-wrapper .button-wrap {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
}

.offer-sec .offer-wrapper a.button {
    width: 100%;
    background: #F2F2F2;
    border-radius: 0 0 6px 6px;
    border-color: #F2F2F2;
    font-family: 'Manrope', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    color: #007456;
    padding: 18px 37px;
    border: 0;
}

.offer-sec .offer-wrapper .button .button-arrow svg path {
    fill: #007456;
}

.offer-sec .offer-wrapper a.button:hover {
    background: #007456;
    border-color: #007456;
    color: #fff;
}


.offer-sec .offer-wrapper a.button:hover .button-arrow svg path {
    fill: #fff;
}

.offer-sec .offer-wrapper .offer-wrap-box .offer-box:hover {
    border-color: #007456;
    box-shadow: 0px 4px 27px 0px #0000001C;
}

.most-popular-tag {
    position: absolute;
    top: 20px;
    right: 0;
    background-color: #FFBB38;
    padding: 1px 9px 2px 0;
    font-size: 16px;
    font-weight: 700;
    color: #060606;
    line-height: 28px;
}

.most-popular-tag:after {
    position: absolute;
    content: "";
    background: #ffbb38;
    width: 21px;
    height: 31px;
    top: 0px;
    right: 110px;
    clip-path: polygon(78% 0%, 25% 48%, 75% 100%, 0% 104%, 0 50%, 0% 0%);
    transform: rotate(180deg);
}

/* Offer-sec CSS End  */

/* Newsletter-sec CSS Start  */

.newsletter {
    padding: 40px 0;
}

.newsletter .newsletter-wrapper {
    position: relative;
    z-index: 1;
}

.newsletter .newsletter-wrapper::after {
    content: '';
    position: absolute;
    top: 33px;
    left: 0;
    right: 0;
    background: #fff;
    opacity: 0.5;
    box-shadow: 0px 4px 44px rgba(0, 0, 0, 0.05);
    border-radius: 18px;
    max-width: 1100px;
    height: 300px;
    margin: 0 auto;
    z-index: -1;
}

.newsletter .newsletter-box {
    background: #FFFFFF;
    box-shadow: 0px 4px 44px rgba(0, 0, 0, 0.07);
    border-radius: 20px;
    padding: 32px 32px 52px;
    max-width: 1030px;
    margin: 0 auto;
    position: relative;
}

.newsletter .newsletter-box:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin: -1px;
    border-radius: 22px;
    background: linear-gradient(rgb(0 116 86 / 50%), rgb(194 255 240 / 50%), rgb(253 190 30 / 50%), rgb(0 90 161 / 50%));
}

.newsletter .newsletter-box h2 {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 800 !important;
    font-size: 36px;
    line-height: 65px;
    text-align: center;
    color: #060606;
}

.newsletter .newsletter-box h2 span {
    font-weight: 700;
    color: #007456;
}

.newsletter-form-wrap {
    max-width: 930px;
    margin: 0 auto;
    width: 100%;
}

.newsletter .newsletter-box form.newsletter-form {
    display: flex;
    align-items: center;
    border: 0;
    border-radius: 10px;
    background: #f1f1f1;
    margin: 36px auto 17px;
    padding: 5px 6px;
}

.newsletter .newsletter-box input.form-control {
    background: #fff;
    border-radius: 10px;
    border: 0;
    display: block;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 28px;
    color: #52606D;
    padding: 16px 20px;
    margin: 0;
    height: auto;
    box-shadow: none;
    outline: none;
}

.newsletter .newsletter-box .button {
    box-shadow: 0px 4px 16px rgba(255, 255, 255, 0.14);
    border-radius: 10px;
    padding: 18px 18px;
    margin-left: 7px;
    border-color: #007456;
}

.newsletter .newsletter-box p {
    margin: 0;
    font-family: 'Manrope', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: #52606D;
}

.newsletter .newsletter-box span.blue-text {
    color: #005AA1;
}

.newsletter .newsletter-box span.green-text {
    color: #007456;
}

.newsletter .newletter-bottom-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.newsletter .newletter-bottom-content .d-flex ul {
    display: flex;
    align-items: center;
    line-height: 16px;
}

.newsletter .newletter-bottom-content .d-flex ul li {
    border-left: 1px solid #D9D9D9;
    padding: 0 15px;
}

.newsletter .newletter-bottom-content .d-flex ul li:first-child {
    border: none;
}

.newsletter .newletter-bottom-content .d-flex ul li span {
    font-size: 18px;
    font-weight: 500;
}

.newsletter .newletter-bottom-content .d-flex ul li span.blue-text {
    font-weight: 800;
    padding: 0 5px 0 0px;
}

.newsletter .newletter-bottom-content a.button {
    font-family: 'Manrope', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    text-decoration-line: underline;
    color: #007456;
    background: transparent;
    padding: 0 !important;
    border: 0;
}

.newsletter .newletter-bottom-content a.button:hover {
    background: transparent !important;
    color: #000;
    text-decoration: underline;
}

/* Newsletter-sec CSS End  */


/* Tab-section CSS Start  */

.tab-section {
    background: #F2F2F2;
    padding: 250px 0 60px;
    background-size: 100%;
    background-repeat: no-repeat;
    margin-top: -215px;
    position: relative;
}

section.tab-section:before {
    content: "";
    position: absolute;
    background: url(../images/domain-top-left.png);
    width: 315px;
    height: 379px;
    top: 0;
    background-repeat: no-repeat;
}

section.tab-section:after {
    content: "";
    position: absolute;
    background: url(../images/domain-top-right.png);
    width: 156px;
    height: 237px;
    top: 20%;
    background-repeat: no-repeat;
    right: 0;
}

.tab-section .container:before {
    position: absolute;
    content: "";
    background: url(../images/domain-bottom-left.png);
    bottom: 34px;
    left: 51px;
    width: 100px;
    height: 164px;
    background-repeat: no-repeat;
}

.tab-section .container:after {
    position: absolute;
    content: "";
    background: url(../images/domain-bottom-right.png);
    bottom: 0;
    right: 0;
    width: 328px;
    height: 379px;
    background-repeat: no-repeat;
}

.tab-section .tab-section-box {
    border-radius: 18px;
    padding: 26px 24px 26px 24px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    flex-direction: column;
    z-index: 999;
    position: relative;
}

.tab-section .tab-section-box:hover {
    transform: translateY(-10px);
    box-shadow: 0px 4px 44px rgba(0, 0, 0, 0.07);
    background: #fff;
}

.tab-section .tab-img svg,
.tab-section .tab-img img {
    background: linear-gradient(90deg, rgb(243 243 243) 0%, rgba(242, 242, 242, 1) 100%);
    border-radius: 6px;
    padding: 10px;
    width: 75px;
    height: 75px;
}

.tab-section .tab-img {
    padding: 1px;
    border-radius: 6px;
    background: linear-gradient(90deg, rgb(219 219 219) 30%, rgba(242, 242, 242, 1) 100%);
    margin-bottom: 21px;
}

.tab-section .tab-section-box:hover .tab-img svg,
.tab-section .tab-section-box:hover .tab-img img {
    background: #fff;
}

.tab-section .tab-section-box:hover .tab-img {
    background: linear-gradient(90deg, rgb(219 219 219) 30%, rgb(255 255 255) 80%);
}

.tab-section .tab-section-outer h5 {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 700 !important;
    font-size: 24px;
    line-height: 32px;
    text-transform: capitalize;
    color: #060606;
    margin: 0 0 11px;
}

/* 
.tab-section .tab-outer-main-wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
} */

.tab-section .tab-section-outer p {
    margin: 0;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #52606D;
}

.tab-section .sec-heading h2 {
    font-family: 'Manrope', sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 50px;
    line-height: 65px;
    text-align: center;
    color: #060606;
    margin: 50px auto 15px;
}


.body-cloudx .tab-section-inner-wrapper h2 {
    font-size: 40px;
    line-height: 65px;
    font-weight: 800;
    margin: 51px auto 40px;
}



/* .tab-section .tab-section-outer {
    padding: 0 15px;
    width: 33.33%;
    margin: 0 0 30px;
} */

/* .tab-section .tab-content-right {
    padding: 0 0 0 22px;
} */

.tab-section .nav-tabs .nav-link {
    border: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background: transparent;
    font-family: 'Manrope', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 28px;
    text-align: center;
    color: #060606;
    margin: 0 auto;
    flex: 0 0 270px;
    width: 270px;
    padding: 0 0 30px;
    border-bottom: 3px solid transparent;
}

.tab-section .nav-link.active {
    color: #007456;
    border-color: #007456 !important;
    font-weight: 800;
}

.tab-section nav {
    max-width: 834px;
    margin: 0 auto;
    width: 100%;
}

.tab-section .nav-tabs {
    border-bottom: 1px solid #52606d33;
    justify-content: center;
}

.tab-section .tab-section-wrapper .button-wrap {
    margin: 30px auto 0;
    text-align: center;
}

.tab-section .tab-section-wrapper .button-wrap .button {
    padding: 17px 31px;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
}

/* Tab-section CSS End  */

/* Map-sec CSS Start  */

.map-sec {
    padding: 66px 0;
}

.map-sec .map-img-wrap {
    text-align: center;
    padding: 30px 0 0;
    position: relative;
}

.cstm-tooltip {
    display: inline-flex;
    position: absolute;
    bottom: 0;
    right: 0;
}

.cstm-tooltip .tooltip-wrap {
    position: relative;
    background: #FFBB38;
    border-radius: 50%;
    padding: 0;
    margin: 0;
    width: 28px;
    height: 28px;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.cstm-tooltip .tooltip {
    position: absolute;
    top: -150px;
    font-size: 14px;
    background: #fff;
    color: #ffffff;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s linear;
    width: 305px;
    padding: 15px 22px;
    border: 1px solid #F1ECDE;
    box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.17);
    border-radius: 10px;
}

.cstm-tooltip .tooltip::before {
    position: absolute;
    content: "";
    height: 18px;
    width: 25px;
    background: #fff;
    bottom: -6px;
    left: 50%;
    transform: translate(-50%) rotate(45deg);
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.cstm-tooltip .tooltip-wrap:hover .tooltip {
    top: -156px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.cstm-tooltip .tooltip h5 {
    font-family: 'Manrope', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: #060606;
}

.cstm-tooltip .tooltip p {
    font-family: 'Manrope', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #52606D;
    margin: 8px auto 10px;
}

.cstm-tooltip .tooltip a.button {
    font-family: 'Manrope', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    text-decoration-line: underline;
    color: #007456;
    background: transparent;
    border: 0;
    padding: 10px 8px 10px 0;
}

.cstm-tooltip .tooltip a.button:hover .button-arrow svg path {
    fill: #007456;
}

.cstm-tooltip .tooltip-wrap::before {
    content: "";
    border: 0;
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 31px;
    height: 31px;
    border-radius: 50%;
    animation: zoomBig 3.25s linear infinite;
    animation-delay: 0s;
    -webkit-animation-delay: .75s;
    animation-delay: .75s;
    background: #FFBB38;
    opacity: 0.3;
    z-index: 0;
}

.cstm-tooltip .tooltip-wrap::after {
    content: "";
    border: 0;
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 53px;
    height: 53px;
    border-radius: 50%;
    animation: zoomBig 3.25s linear infinite;
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    background: #FFBB38;
    opacity: 0.3;
    z-index: 0;
}

/*.cstm-tooltip.tooltip-1 {*/
/*    bottom: 38%;*/
/*    right: 47%;*/
/*}*/
.cstm-tooltip.tooltip-1 {
    bottom: 62%;
    right: 46%;
}

/*.cstm-tooltip.tooltip-2 {*/
/*    bottom: auto;*/
/*    top: 13%;*/
/*    left: 37%;*/
/*    right: inherit;*/
/*}*/
.cstm-tooltip.tooltip-2 {
    bottom: auto;
    top: 5%;
    left: 23%;
    right: inherit;
}

.cstm-tooltip.tooltip-3 {
    bottom: auto;
    left: 20%;
    top: 36%;
    right: inherit;
}

.cstm-tooltip.tooltip-3 {
    bottom: auto;
    left: 4%;
    top: 22%;
    right: inherit;
}

/*.cstm-tooltip.tooltip-4 {*/
/*    bottom: 26%;*/
/*    left: 34%;*/
/*    right: inherit;*/
/*}*/

.cstm-tooltip.tooltip-4 {
    bottom: 52%;
    left: 22%;
    right: inherit;
}

/*.cstm-tooltip.tooltip-5 {*/
/*    bottom: auto;*/
/*    top: 22%;*/
/*    right: 18%;*/
/*}*/

.cstm-tooltip.tooltip-5 {
    bottom: auto;
    top: 24%;
    right: 44%;
}

/* Map-sec CSS End  */

/* Testimonial-sec CSS Start  */
.testimonial {
    padding: 60px 0 170px;
    background-color: #F1ECDF;
    position: relative;
    z-index: 1;
}

.testimonial .testimonial-bottom-shape {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
}

.testimonial .testimonial-slider .carousel {
    position: relative;
    z-index: 2;
}

.testimonial .testimonial-bottom-shape img {
    max-width: 100%;
    width: 100%;
}

.testimonial .testimonial-box .rating-star li {
    display: inline-block;
}

.testimonial .testimonial-box .rating-star li a img {
    min-width: 23px;
}

.testimonial .testimonial-slider {
    margin: 42px auto 0;
}

.testimonial .sec-heading p {
    margin: 0 0 10px;
}

.testimonial .sec-heading h2 {
    line-height: 52px;
}

.testimonial .testimonial-wrapper {

    display: flex;
    align-items: center;
}

.testimonial .testimonial-wrapper .testimonial-box-wrap {
    padding: 15px;
    width: 50%;
}

.testimonial-box {
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.07);
    border-radius: 20px;
    padding: 50px;
    margin: 10px 15px;
}

.testimonial-box .testimonial-top-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
}

.testimonial-box p {
    margin: 30px auto;
    font-family: 'Manrope', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 21px;
    line-height: 35px;
    color: #52606D;
}

.testimonial-box .testimonial-profile {
    display: flex;
    align-items: center;
}

.testimonial-box .testimonial-profile .testimonial-profile-content {
    margin-left: 17px;
}

.testimonial-box .testimonial-profile .testimonial-profile-content h6 {
    font-family: 'Manrope', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: #060606;
}

.testimonial-box .testimonial-profile .testimonial-profile-content p {
    font-family: 'Manrope', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #52606D;
    margin: 0 auto;
}

.testimonial .carousel-control-next,
.testimonial .carousel-control-prev {
    bottom: -80px;
    background: transparent;
    left: 0;
    right: 0;
    top: auto;
    margin: 0 auto;
    opacity: 1;
    width: 70px;
    height: 18px;
}

.testimonial .carousel-control-next {
    right: -110px;
}

.testimonial span.carousel-control-prev-icon,
.testimonial span.carousel-control-next-icon {
    background-image: url('../images/dark-grey-arrow.svg');
    background-repeat: no-repeat;
}

.testimonial span.carousel-control-next-icon {
    transform: rotate(180deg);
}

.testimonial a.carousel-control-prev:hover span.carousel-control-prev-icon {
    background-image: url('../images/long-arrow-png.png');
    background-size: 100%;
    width: 70px;
    height: 18px;
    transform: rotate(180deg);
}

.testimonial a.carousel-control-next:hover span.carousel-control-next-icon {
    background-image: url('../images/long-arrow-png.png');
    background-size: 100%;
    width: 70px;
    height: 18px;
    transform: rotate(0deg);
}

/* Testimonial-sec CSS End  */

/* FAQ-sec CSS  Start  */

.faq-sec {
    padding: 10px 0;
}

.faq-sec .faq-wrapper {
    max-width: 1320px;
    margin: 0 auto;
}

.faq-sec .faq-wrapper .card-header {
    padding: 0;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border: 0;
    background: transparent;
}

.faq-sec .faq-wrapper .card-body {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: #52606D;
    padding: 15px 24px 28px;
    word-break: break-word;
}

.faq-sec .faq-wrapper button.btn {
    text-decoration: none;
    padding: 0;
    box-shadow: none;
    outline: none;
    font-weight: 500;
    font-size: 25px;
    line-height: 30px;
    display: flex;
    align-items: center;
    color: #060606;
    font-family: 'Manrope', sans-serif;
}

.faq-sec .faq-wrapper .card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #F2F2F2;
    padding: 0;
    border: 0;
}

.faq-sec .faq-wrapper .card-header h2 {
    position: relative;
    width: 100%;
}

.faq-sec .faq-wrapper .card-header button {
    position: relative;
    background: #F2F2F2;
    padding: 30px 56px 30px 24px;
    transition: all 0.3s ease-in-out;
}

.faq-sec .faq-wrapper .card-header button::after {
    position: absolute;
    content: '';
    background-image: url('../images/faq-down-arrow.svg');
    background-size: 100%;
    background-repeat: no-repeat;
    top: 50%;
    right: 26px;
    z-index: 2;
    width: 11px;
    height: 6px;
    transition: all 0.3s ease-in-out;
}

.faq-sec .card button[aria-expanded="false"]:after {
    transform: rotate(-90deg);
}

.faq-sec .card button[aria-expanded="true"]:after {
    transform: rotate(0deg);
}

.faq-sec .card button[aria-expanded="true"] {
    background: #fff;
    padding-bottom: 0;
}

.faq-sec .faq-wrapper .accordion .card {
    margin: 0 auto 20px;
    background: #fff;
    border: 2px solid #F2F2F2;
    border-radius: 10px;
    padding: 0;
}

/* FAQ-sec CSS  End  */


/* Join-us-sec CSS Start  */
.join-us-sec {
    padding: 40px 0;
}


.join-us-sec .join-us-wrapper .join-us-box {
    background: #FFFFFF;
    border: 1px solid #DCDFE2;
    border-radius: 20px;
    padding: 32px 65px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1320px;
    margin: 0 auto;
}

.join-us-sec .join-us-left h3 {
    font-family: 'Manrope', sans-serif;
    font-style: normal;
    font-weight: 700 !important;
    font-size: 38px;
    line-height: 60px;
    letter-spacing: -0.02em;
    text-transform: capitalize;
    color: #060606;
}

.join-us-sec .join-us-left h3 span {
    font-weight: 800;
    font-size: 50px;
    line-height: 55px;
    color: #007456;
}

.join-us-sec .join-us-left p {
    margin: 9px auto 25px;
    font-family: 'Manrope', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #52606D;
}

.join-us-sec .join-us-left .button {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    padding: 16px 44px;
}

.join-us-sec .join-us-wrapper::after {
    content: '';
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    background: #fff;
    opacity: 0.5;
    box-shadow: 0px 4px 44px rgba(0, 0, 0, 0.05);
    border-radius: 18px;
    width: 88%;
    height: 100%;
    margin: 0 auto;
    z-index: -1;
}

.join-us-sec .join-us-wrapper {
    position: relative;
    z-index: 1;
}

.join-us-sec .join-us-img-wrap {
    text-align: center;
    padding: 0 60px 0 0;
}

/* Join-us-sec CSS End  */


/* Footer CSS Start  */

.footer {
    padding: 220px 0 0;
    background: #F2F2F2;
    margin-top: -264px;
}

.footer h5 {
    font-family: 'Manrope', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 34px;
    color: #060606;
}

.footer p,
.footer ul li a {
    transition: all 0.3s ease-in-out;
    margin: 5px auto;
    font-family: 'Manrope', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #52606D;
}


.footer .footer-logo {
    margin: 0 0 40px;
}

.footer .footer-content {
    margin: 0 0 30px;
}

.footer .top-footer {
    border-bottom: 1px solid rgb(0 0 0 / 10%);
    padding: 60px 0 28px;
}

.footer .top-footer-wrap {
    display: flex;
    justify-content: space-between;
    /*align-items: center;*/
}

.footer .footer-logo-content {
    width: 22%;
}

.footer .footer-links-wrap {
    display: flex;
    width: 50%;
    justify-content: space-between;
    padding: 0 85px 0 30px;
}

.footer ul li {
    margin: 0 0px 6px;
}

.footer .footer-links h5 {
    margin: 0 0 7px;
}

.footer .footer-feature-link {
    width: 28%;
}

.footer .footer-feature-box {
    background: #FFFFFF;
    border-radius: 8px;
    padding: 29px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 312px;
    margin: 0 0 12px auto;
    transition: all 0.3s ease-in-out;
}

.footer .footer-feature-box:hover {
    box-shadow: 0px 4px 44px rgba(0, 0, 0, 0.07);
}

.footer .footer-feature-box p {
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 34px;
    color: #060606;
    margin: 0 auto 0 12px;
}

.footer .bottom-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 0 34px;
}

.footer .bottom-footer ul {
    display: flex;
    align-items: center;
}

.footer .bottom-footer ul li {
    margin: 0 auto;
}

.footer .bottom-footer .bottom-footer-left ul li p,
.footer .bottom-footer .bottom-footer-left ul li a {
    font-family: 'Manrope', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #52606D;
    margin: 0 20px;
}

.footer .bottom-footer .bottom-footer-left ul li p:nth-last-child(1) {
    margin: 0 20px 0 0;
}

.footer .bottom-footer .bottom-footer-left ul li:nth-last-child(1) {
    border: 0;
}

.footer .bottom-footer .bottom-footer-left ul li {
    margin: 0 auto;
    border-right: 1px solid #52606d33;
}

.footer .bottom-footer-right ul {
    display: flex;
    align-items: center;
}

.footer .bottom-footer-right ul li {
    padding: 0 25px 0 0;
}

.footer .bottom-footer-right ul li:nth-last-child(1) {
    padding: 0;
}

.footer .bottom-footer .bottom-footer-right ul li a:hover svg path {
    fill: #007456;
}

.footer ul li a:hover,
.footer .bottom-footer .bottom-footer-left ul li a:hover {
    color: #007456;
    text-decoration: underline;
}

/* Footer CSS End  */

/* Share hosting css Start */
section.share-hosting-sec {
    padding: 40px 0;
}

.share-hosting-wrapper {
    display: flex;
    margin: 0 -15px;
}

.share-hosting-box {
    padding: 0 15px;
}

.share-hosting-box .share-hosting-box-inner {
    padding: 30px;
    background: #FFFFFF;
    border: 2px solid #007456;
    border-radius: 10px;
}

.share-hosting-box .share-host-icon {
    display: flex;
    align-items: center;
}

.share-hosting-box .share-host-icon span.share-svg-icon {
    display: inline-block;
}

.share-hosting-box .share-host-icon span.share-svg-icon svg {
    width: 52px;
    height: 42px;
}

.share-hosting-box .share-host-icon span.share-host-line {
    width: 100%;
    display: inline-block;
    height: 10px;
    background: rgb(241 236 223 / 50%);
    border-radius: 0px 80px 80px 0px;
    margin-left: 5px;
}

.share-hosting-box .share-hosting-box-inner h5 {
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    margin: 15px 0;
}

.share-hosting-box .share-hosting-box-inner p {
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: #52606D;
}

.share-hosting-bg {
    width: 100%;
    max-width: 936px;
    margin: 0 auto;
}

.share-hosting-bg img {
    width: 100%;
    display: block;
}

section.share-hosting-plan .share-plan-item .share-plan-item-bottom-link-wrap {
    padding: 16px 0 0;
    text-align: center;
}

section.share-hosting-plan .share-plan-item .share-plan-item-bottom-link-wrap .share-plan-item-bottom-link {
    font-family: Manrope;
    font-size: 14px;
    font-weight: 600;
    line-height: 38px;
    text-transform: capitalize;
    color: #007456;
}


/* Share hosting css End */

/* Share hosting Plan css Start */
section.share-hosting-plan {
    padding: 30px 0 80px;
    position: relative;
    z-index: 1;
}

section.share-hosting-plan .carousel-indicators {
    display: none;
}

section.share-hosting-plan .carousel-plan {
    position: relative;
}

section.share-hosting-plan .share-plan-item {
    display: flex;
    justify-content: center;
    /* gap: 25px; */
}

section.share-hosting-plan .share-plan-item .share-plan-item-inner {
    background: #FFFFFF;
    border: 2px solid #F2F2F2;
    border-radius: 10px;
    padding: 45px 0px;
    width: 100%;
    position: relative;
}

section.share-hosting-plan .carousel-control-prev,
section.share-hosting-plan .carousel-control-next {
    height: 52px;
    width: 52px;
    background: #FFFFFF;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    border: 1px solid #060606;
    opacity: 1;
}

section.share-hosting-plan a.carousel-control-prev {
    left: -25px;
}

section.share-hosting-plan a.carousel-control-next {
    right: -25px;
}

section.share-hosting-plan .carousel-control-prev-icon {
    background-image: url('../images/slider-left-arrow-black.svg');
}

section.share-hosting-plan .carousel-control-next-icon {
    background-image: url('../images/slider-left-arrow-black.svg');
    transform: rotate(180deg);
}

section.share-hosting-plan .carousel-control-prev-icon,
section.share-hosting-plan .carousel-control-next-icon {
    width: 21px;
    height: 14px;
    background-repeat: no-repeat;
    background-size: 100%;
}

section.share-hosting-plan a.carousel-control-prev:hover .carousel-control-prev-icon {
    background-image: url('../images/button-arrow-green.svg');
    transform: rotate(-180deg);
}

section.share-hosting-plan a.carousel-control-next:hover .carousel-control-next-icon {
    background-image: url('../images/slider-active-arrow-green.svg');
    transform: rotate(0deg);
}

section.share-hosting-plan a.carousel-control-prev:hover,
section.share-hosting-plan a.carousel-control-next:hover {
    border-color: #007456;
    background: #F1ECDF;
}

section.share-hosting-plan .share-plan-item .share-plan-data-top h4 {
    font-weight: 800 !important;
    line-height: 30px;
    text-transform: capitalize;
    color: #007456;
    margin-bottom: 8px;
    font-size: 28px;
}

section.share-hosting-plan .share-plan-item .share-plan-data-top p {
    font-weight: 400;
    font-size: 17px;
    line-height: 28px;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    color: #52606D;
    /* width: 287px; */
    margin: 0 auto;
}

section.share-hosting-plan .share-plan-item .share-plan-data-top .share-price-data span.share-plan-start-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    text-transform: capitalize;
    color: #52606D;
}

section.share-hosting-plan .share-plan-item .share-plan-data-top .share-price-data h2 {
    font-weight: 800;
    font-size: 56px;
    line-height: 58px;
    text-transform: capitalize;
    color: #060606;
    margin: 0 0 16px;
}

section.share-hosting-plan .share-plan-item .share-plan-data-top .share-price-data h2 small {
    font-weight: 500;
    font-size: 21px;
    line-height: 30px;
    color: #52606D;
    text-transform: lowercase;
}

section.share-hosting-plan .share-plan-item .share-plan-data-top .share-price-data .cruncey {
    color: #060606;
}

section.share-hosting-plan .share-plan-item .share-plan-data-top .share-price-discount {
    margin: 15px 0 0;
}

section.share-hosting-plan .share-plan-item .share-plan-data-top .share-discount-data {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

section.share-hosting-plan .share-plan-item .share-plan-data-top .share-discount-data p {
    background: #FFBB38;
    border-radius: 4px;
    padding: 0 9px;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #060606;
    display: inline-block;
    width: auto;
}

section.share-hosting-plan .share-plan-item .share-plan-data-top span.share-plan-start-text {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    text-decoration-line: line-through;
    color: #52606D;
    margin-right: 10px;
    text-decoration-thickness: 1px;
}

section.share-hosting-plan .share-plan-item .share-plan-data-top {
    margin-bottom: 25px;
    text-align: center;
    padding: 0px 30px;
}

section.share-hosting-plan .share-plan-bottom ul.share-plan-list {
    padding: 20px 30px;
}

section.share-hosting-plan .share-plan-bottom .share-plan-list li {
    position: relative;
    font-weight: 400;
    font-size: 16px;
    line-height: 36px;
    color: #060606;
    padding-left: 36px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

section.share-hosting-plan .share-plan-bottom .share-plan-list li.font18 {
    font-size: 18px;
}

section.share-hosting-plan .share-plan-bottom .share-plan-list li svg {
    margin-left: 8px;
}

section.share-hosting-plan .share-plan-bottom .share-plan-list li:after {
    content: '';
    background: rgb(0 116 86 / 10%);
    position: absolute;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    left: 0;
    top: 10px;
}

section.share-hosting-plan .share-plan-bottom .share-plan-list li:before {
    content: '';
    border-top: 2px solid #007456;
    border-left: 2px solid #007456;
    position: absolute;
    width: 6px;
    height: 10px;
    left: 8px;
    top: 15px;
    transform: rotate(220deg);
}

section.share-hosting-plan .share-plan-button {
    padding: 0px 30px;
}

section.share-hosting-plan .share-plan-button .button {
    width: 100%;
}

section.share-hosting-plan .share-plan-item .powered-by-wrapper {
    background: #F2F2F2;
    padding: 4px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px auto 0px;
}

section.share-hosting-plan .share-plan-item .powered-by-wrapper p {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #52606D;
    margin: 0 10px 0 0;
}

/* section.share-hosting-plan .share-plan-item .powered-by-wrapper .powered-img-wrap img {
    max-width: 100%;

} */
section.share-hosting-plan .share-plan-item .powered-by-wrapper .powered-img-wrap img {
    height: auto;
    max-width: 103px;
}

section.share-hosting-plan .share-plan-item .feature-link-wrap {
    text-align: center;
    margin: 0px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all 0.4s;
}

section.share-hosting-plan .share-plan-item .feature-link-wrap a {
    font-weight: 600;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    text-decoration-line: underline;
    text-transform: capitalize;
    color: #000;
    /* padding-right: 13px; */
}

section.share-hosting-plan .share-plan-item .feature-link-wrap a:hover {
    color: #007456;
    text-decoration: underline;
}

section.share-hosting-plan .most-popular-tag {
    position: absolute;
    top: 9px;
    right: -1px;
}


section.share-hosting-plan .nav-tabs {
    border: 0;
    background: #F2F2F2;
    border-radius: 80px;
    text-align: center;
    justify-content: space-between;
    max-width: 560px;
    margin: 0 auto 47px;
    padding: 6px 6px;
}

.share-hosting-plan .nav-tabs .nav-item {
    width: 33.333%;
}

section.share-hosting-plan .nav-tabs .nav-link {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    color: #060606;
    border: 0;
    background: transparent;
    border-radius: 40px;
    padding: 12px 20px;
}

section.share-hosting-plan .nav-tabs .nav-link.active {
    background: #007456;
    border-radius: 39px;
    color: #fff;
}

.feature-link-box {
    position: relative;
    padding: 20px 30px;
}

.feature-link-popup {
    position: absolute;
    max-width: 100%;
    background-color: #fff;
    background: #FFFFFF;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.06);
    border-radius: 10px;
    text-align: left;
    padding: 15px 16px;
    border: 1px solid #f2f2f2;
    bottom: 26px;
    display: none;

}

.feature-link-popup ul li img {
    margin-right: 5px;
}

.feature-link-popup ul li {
    margin: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    padding: 4px 0;
}

.feature-link-wrap:hover .feature-link-popup {
    display: block;
    bottom: 36px;
}


/* Share hosting Plan css End */
/* Web hosting Plan css Start */
section.web-hosting-sec {
    background: #F2F2F2;
    padding: 402px 0 70px;
    background-color: #F2F2F2;
    /* background-image: url(../images/hosting-plan-sec-background.svg); */
    background-size: 100%;
    background-repeat: no-repeat;
    margin-top: -368px;
    /* background-position: bottom right; */
}

section.web-hosting-sec .web-hosting-wrapper {
    display: flex;
    margin: 0 -14px;
    flex-wrap: wrap;
}

section.web-hosting-sec .web-hosting-box {
    flex: 0 0 33.3%;
    max-width: 33.3%;
    padding: 0 14px;
    margin-bottom: 30px;
}

section.web-hosting-sec .web-hosting-box-inner {
    /* background: #FFFFFF; */
    border-radius: 10px;
    padding: 30px;
    display: flex;
    height: 100%;
    transition: all 0.4s;
}

.web-hosting-box-inner:hover,
.web-hosting-box-inner.active {
    background-color: #fff;
}

section.web-hosting-sec .web-hosting-box-inner .tab-img {
    margin-right: 27px;
}

section.web-hosting-sec .tab-content-right h5 {
    font-weight: 700;
    font-size: 23px;
    line-height: 32px;
    text-transform: capitalize;
    color: #060606;
    margin-bottom: 14px;
}

section.web-hosting-sec .tab-content-right p {
    font-weight: 400;
    font-size: 17px;
    line-height: 28px;
    color: #52606D;
}

/* Web hosting Plan css End */

/* Support css Start */
section.support-hosting {
    padding: 70px 0;
}

.support-hosting-heading h2 {
    text-align: center;
    font-size: 50px;
    font-weight: 800;
    margin-bottom: 60px;
}

section.support-hosting .support-content {
    padding-left: 70px;
    padding-top: 16%;
}

section.support-hosting .support-content h3 {
    font-weight: 700;
    font-size: 34px;
    line-height: 49px;
    color: #007456;
    margin-bottom: 15px;
}

section.support-hosting .support-content p {
    font-weight: 400;
    font-size: 18px;
    line-height: 34px;
    color: #52606D;
}

.domain-page-support-list::before {
    content: '';
    position: absolute;
    top: 44px;
    left: 22px;
    height: 77% !important;
    z-index: 0;
    background: #283939;
    width: 2px;
}

ul.support-list {
    margin-top: 20px;
    position: relative;
    max-width: 640px;
    width: 100%;
}

ul.support-list li h5 {
    font-weight: 600;
    font-size: 20px;
    line-height: normal;
    margin-bottom: 10px;
}

ul.support-list li p {
    color: #52606D;
    font-size: 16px;
    line-height: 30px;
}

ul.support-list li h5 span {
    color: #007456;
}

ul.support-list::before {
    content: '';
    position: absolute;
    top: 44px;
    left: 22px;
    height: 74%;
    z-index: 0;
    background: #283939;
    width: 2px;
}

section.support-hosting .support-content ul.support-list li h5 {
    font-weight: 600;
    font-size: 20px;
    line-height: 34px;
    color: #060606;
}

section.support-hosting .support-content ul.support-list li p {
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color: #52606D;
}

section.support-hosting .support-content ul.support-list li h3 {
    text-align: center;
    font-weight: 700;
    font-size: 23px;
    line-height: 32px;
    color: #FFFFFF;
    background: #007456;
    border-radius: 20px;
    padding: 22px 55px 22px 30px;
    width: auto;
    display: inline-block;
}

section.support-hosting .support-content ul.support-list li h3 a {
    color: #fff;
    text-decoration: underline;
    padding: 0 5px;
}

ul.support-list li {
    margin-bottom: 35px;
    position: relative;
    padding-left: 78px;
}

ul.support-list li:last-child {
    margin-bottom: 0;
}

section.support-hosting .support-img img {
    width: 100%;
}

section.web-security-sec ul.support-list li::after {
    content: '';
    position: absolute;
    width: 46px;
    height: 46px;
    border: 2px solid #000000;
    border-radius: 50%;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: #f2f2f2;
}

section.support-hosting ul.support-list li::after {
    content: '';
    position: absolute;
    width: 46px;
    height: 46px;
    border: 2px solid #000000;
    border-radius: 50%;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: #fff;
}

ul.support-list li::before {
    content: '';
    position: absolute;
    width: 16px;
    height: 12px;
    border-radius: 50%;
    top: 17px;
    left: 16px;
    background-image: url('../images/check-mark.svg');
    background-repeat: no-repeat;
    z-index: 11;
}


/* Support css End */


.navbar .navbar-nav .nav-item .nav-link.dropdown-toggle::after {
    content: "";
    display: inline-block;
    margin-left: 6px;
    vertical-align: middle;
    border: 0;
    background-image: url('../images/nav-down-arrow.svg');
    width: 11px;
    height: 7px;
    background-repeat: no-repeat;
    transition: all 0.5s;
    
}
.navbar .navbar-nav .nav-item .nav-link.dropdown-toggle[aria-expanded="true"]{
    color: #007456;
}
.navbar .navbar-nav .nav-item .nav-link.dropdown-toggle[aria-expanded="true"]::after{
    background-image: url('../images/nav-active-arrow.svg');
    color: #007456;
}

/* 
.navbar .navbar-nav .nav-item .nav-link:hover:after {
    background-image: url('../images/nav-down-arrow-active.svg');
}  */


/* web-security css Start */

section.web-security-sec {
    background: #F2F2F2;
    /*padding: 350px 0 0px;*/
    padding: 350px 0 16px 0;
    background-color: #F2F2F2;
    background-image: url(../images/hosting-plan-sec-background.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    margin-top: -368px;
}

section.share-hosting-plan.compare-our-plan {
    padding: 80px 0 30px;
}

section.web-security-sec.loading-speed-sec .row {
    align-items: center;
}

.support-content h3 {
    font-weight: 700;
    font-size: 36px;
    line-height: 49px;
    color: #007456;
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
}

.support-img {
    text-align: center;
}

.website-security-img {
    width: 100%;
    max-width: 621px;
}

/* web-security css end */

/* Hosting-Packages css Start */

.Hosting-Packages-heading p {
    max-width: 716px;
    text-transform: inherit;
    font-size: 21px;
    line-height: 34px;
}

ul.Hosting-Packages-list {
    display: flex;
    width: 100%;
    background: #f0ecde;
    flex: 0 0 100%;
}

.Hosting-Packages-first-box {
    background-size: contain;
    max-width: 100%;
    width: 100%;
    background-color: #F1ECDF;
    padding: 30px 0 0 0;
    background-image: url(/templates/cloudx/images/Rectangle-White.png);
    background-repeat: no-repeat;
    background-position: bottom;
    margin-top: 1px;
    height: 100%;
}

img.hosting-package-img {
    width: 100%;
    padding: 0 11px 0 15px;
    max-width: 100%;
    margin-top: -16px;
}

.Hosting-Packages-first-box p {
    margin-bottom: 29px;
    color: #52606D;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px;
    padding-left: 30px;
}

ul.Hosting-Packages-list li {
    display: inline-block;
    width: 100%;
    max-width: 27%;
}

ul.Hosting-Packages-list li:not(:last-child) {
    border-right: 1px solid #dee2e6;
}

.Hosting-Packages-wrapper .table tr td {
    width: 27%;
    color: #52606D;
    font-weight: 500;
    font-size: 14px;
    line-height: normal;
}

ul.Hosting-Packages-list li:first-child {
    width: 100%;
    max-width: 19%;
}

.accordion.green-accordion .card {
    border-radius: 0px
}

.Hosting-Packages-second-box {
    min-width: unset;
    background-color: #F1ECDF;
    padding: 30px 30px 40px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.Hosting-Packages-second-box h4 {
    font-weight: 800 !important;
    line-height: 30px;
    color: #007456;
    margin-bottom: 24px;
    text-align: center;
    font-size: 28px;
}

.Hosting-Packages-second-box .share-plan-button {
    margin-top: 30px;
}

.Hosting-Packages-second-box h2 {
    font-weight: 800;
    font-size: 56px;
    line-height: 58px;
    text-transform: capitalize;
    color: #060606;
    margin: 0 0 16px;
    text-align: center;
}

.Hosting-Packages-second-box h2 small {
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    color: #52606D;
    text-transform: lowercase;
}

.share-discount-data {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

span.share-plan-start-text {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    text-decoration-line: line-through;
    color: #52606D;
    margin-right: 10px;
    text-decoration-thickness: 1px;
}

.share-discount-data p {
    /*background: rgb(255 187 56 / 40%);*/
    background: #FFBB38;
    border-radius: 4px;
    padding: 0 9px;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #060606;
    display: inline-block;
    width: auto;
}

section.compare-plan {
    padding-top: 60px;
    padding-bottom: 25px;
}

.Hosting-Packages-wrapper {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    max-width: 1400px;
    margin: 0 auto;
}

.buy-now-btn {
    max-width: 100%;
    padding: 21px 32px;
}

.green-accordion-heading button.btn.btn-link.btn-block.text-left {
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    display: flex;
    align-items: center;
    text-decoration: none;
}

.green-accordion-heading button.btn.btn-link.btn-block.text-left:focus {
    text-decoration: none;
    box-shadow: none;
}

.green-accordion-heading {
    /* min-width: 1450px; */
    background-color: #007456;
    color: #fff;
}

.accordion {
    overflow-anchor: none;
    width: 100%;
}

.table-responsive>.table-bordered {
    border: 0;
    margin-bottom: 0;
}

/* .green-accordion .card {
    min-width: 1375px;
} */

.card-body {
    padding: unset;
}

.card-body1 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.card-header1 {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
}

.h1-font-size1 {
    font-size: 30px !important;
}

/* Button Hover Custom Override Style for Cloud VPS Pricing (hostera.com/cloud-vps pricing) */
/*ul.text-center .btn-primary:hover {
	color: #fff;
	background: #060606;
	text-decoration: none;
    border-color: #060606;
}*/

/*ul.list-unstyled {
    font-size: 18px;
}*/

.compare-table th {
    font-weight: 600;
}

.table tr th:first-child {
    width: 19%;
}

.table tr th:not(:first-child) {
    text-align: center;
}

.table tr td {
    text-align: center;
}

.green-accordion .green-accordion-heading button::after {
    position: absolute;
    content: '';
    background-image: url(../images/white\ down\ arrow.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    /* top: 5%; */
    right: 26px;
    z-index: 2;
    width: 11px;
    height: 6px;
    transition: all 0.3s ease-in-out;
    transform: rotate(271deg);
}

.green-accordion .green-accordion-heading button[aria-expanded="true"]:after {
    transform: rotate(0deg);
}

.divider {
    height: 1px;
    background-color: #F2F2F2;
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #007456;
    border-radius: .25rem;
}

.bs-tooltip-auto[x-placement^=top] .arrow::before,
.bs-tooltip-top .arrow::before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #007456;
}

/* =================================

    reseller page css start

====================================*/

.NKHOST-offers-sec {
    padding: 40px 0px;
}

.white-label-hosting-box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.white-label-hosting-box-heading {
    font-size: 26px;
    font-weight: 700;
    margin-top: 24px;
    margin-bottom: 18px;
}

.white-label-hosting-box-para {
    font-size: 18px;
    font-weight: 400;
    color: #52606D;
    text-align: center;
    max-width: 380px;
    line-height: 32px;
}

.NKHOST-offers-heading {
    margin-bottom: 50px;
}

.first-white-label-hosting-box:after,
.second-white-label-hosting-box:after {
    content: '';
    height: 285px;
    position: absolute;
    right: 0px;
    width: 1px;
    background-color: #D9D9D9;
}

/* =================================

    reseller-hosting-feature-start

===================================*/
.reseller-features-sec {
    padding: 300px 0 70px;
    position: relative;
    background-color: #F2F2F2;
    background-image: url(../images/hosting-plan-sec-background.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    margin-top: -368px;
}

section.Reseller-Hosting-Features-sec {
    padding: 40px 0px;
    background: #F2F2F2;
    padding: 440px 0 70px;
    background-color: #F2F2F2;
    background-image: url(../images/hosting-plan-sec-background.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    margin-top: -368px;
}

.Reseller-Hosting-Features-box {
    margin-bottom: 30px;
    padding: 20px 24px;
}

.Reseller-Hosting-Features .tab-content-right p {
    font-size: 18px;
    color: #52606D;
    font-weight: 400;
}

.Reseller-Hosting-Features .tab-content-right h5 {
    font-size: 24px;
    font-weight: 700;
    color: #060606;
}


.Reseller-Hosting-Features .web-hosting-box-inner {
    padding: 20px 24px;
    transition: all 0.3s ease-in-out;
}

.Reseller-Hosting-Features .web-hosting-box-inner:hover,
.web-hosting-box-inner.active {
    background-color: #fff;
    background: #FFFFFF;
    /* border: 1px solid #F2F2F2; */
    box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.13);
    border-radius: 10px;
    transform: translateY(-10px);
}

.tab-section-outer {
    margin: 0 0 16px;
}

.tab-section-box {
    border-radius: 18px;
    padding: 31px 18px 31px 26px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    flex-direction: column;
}

.tab-img {
    padding: 1px;
    border-radius: 6px;
    background: linear-gradient(90deg, rgb(219 219 219) 30%, rgba(242, 242, 242, 1) 100%);
}


.share-hosting-tab-sec {
    background-color: #F2F2F2;
    padding: 40px 0px;
    background-image: none;
    margin-top: unset;
}

.tooltip.show {
    opacity: 1;
}

.share-hosting-tab-sec .tab-section-wrapper .sec-heading p {
    max-width: 538px;
    font-size: 18px;
    line-height: 28px;
    text-transform: inherit;
}

/* ========================================

    wordpress-hosting page

============================================*/

.loading-speed-sec .support-content h3 {
    margin-bottom: 40px;
    line-height: 49px;

}

.loading-speed-sec .support-list li h5 {
    font-weight: 600;
    font-size: 20px;
    line-height: 34px;
    margin-bottom: 5px;
}

.loading-speed-sec .support-list li p {
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color: #52606D;
}

.loading-speed-sec .support-list {
    padding-right: 65px;
}

/* ========================================

    vpn-hosting page

============================================*/

section.vpn-hosting-plan .nav-tabs {
    max-width: 323px;
}

.vpn-hosting-plan .nav-tabs .nav-item {
    width: 50%;
}

.plans-table-pricing {
    font-size: 16px;
    border-radius: 4px;
    border: none;
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
    border-spacing: 0px 10px;
    border-collapse: separate;
}

table.plans-table-pricing.text-center tr th:first-child,
table.plans-table-pricing.text-center tr td:first-child {
    border-radius: 6px 0px 0px 6px;
    border-left: 1px solid transparent;
}

table.plans-table-pricing.text-center tr th:last-child,
table.plans-table-pricing.text-center tr td:last-child {
    border-radius: 0 6px 6px 0px;
    border-right: 1px solid transparent;
}

table.plans-table-pricing.text-center tr:hover td {
    border-bottom: 1px solid #007456;
    border-top: 1px solid #007456;
}

table.plans-table-pricing.text-center tr:hover td:first-child {
    border-left: 1px solid #007456;
}

table.plans-table-pricing.text-center tr:hover td:last-child {
    border-right: 1px solid #007456;
}

.plans-table-pricing tbody tr {
    font-weight: 500;
    color: #060606;
}

.plans-table-pricing thead tr {
    font-weight: 500;
    color: #52606D;

}

.plans-table-pricing thead {
    background-color: #F2F2F2;
    /* padding: ; */
}

.plans-table-pricing thead th {
    padding: 12px 20px;
    font-size: 16px;
    font-weight: 500;
    color: #52606D;
}

.plan-label {
    display: none;
}

.vcpu {
    display: flex;
    justify-content: center;
    gap: 5px;
}

.intel-tag {
    font-size: 14px;
    font-weight: 500;
    background-color: #F1ECDF;
    padding: 0 5px;
    border-radius: 4px;
}

.plans-table-pricing tbody tr {
    width: 100%;
    transition: all .3s ease-in-out;
    background: #FFFFFF;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.12);
    border-radius: 6px;
}

.plans-table-pricing tbody td {
    padding: 14px 0;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
}

.empty {
    height: 10px;
    background: transparent;
    box-sizing: unset !important;
}

a.button.table-btn {
    padding: 6px 13px;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
}

.plans-table-pricing tbody tr:hover {
    border: 1px solid #007456;
}

.plans-table-pricing tbody tr:hover .intel-tag {
    background-color: #FFBB38;
}

/* ===================================

    optinal adds on sec

=====================================*/

.optinal-adds-ons-inner {
    padding: 18px 10px;
    background-color: #fff;
    border-radius: 6px;
    margin-bottom: 10px;
    min-height: 114px;
    display: flex;
    align-items: center;
    transition: all 0.3s ease-in-out;
}

.optinal-adds-ons-inner:hover {
    box-shadow: 0px 4px 44px rgba(0, 0, 0, 0.07);
    background: #fff;
    transform: translateY(-4px);
}

section.tab-section.optional-adds-ons-sec {
    padding-top: 384px;
    background-color: #F2F2F2;
    background-image: url(../images/hosting-plan-sec-background.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    margin-top: -470px;
}

section.optional-adds-ons-sec.tab-section:before {
    display: none;
}

section.optional-adds-ons-sec.tab-section:after {
    content: "";
    position: absolute;
    background: url(../images/domain-top-right.png);
    width: 169px;
    height: 400px;
    top: 34%;
    background-repeat: no-repeat;
    right: 0;
}

.optional-adds-ons-sec .tab-section-inner-wrapper {
    z-index: 1;
    position: relative;
}

p.optinal-adds-ons-mid-content {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #52606D;
}

.optinal-adds-ons-right-content h3 {
    font-size: 22px;
    font-weight: 700;
    line-height: 26px;
}

.optinal-adds-ons-right-content p {
    font-size: 16px;
    font-weight: 600;
    color: #52606D;
}

.optinal-adds-ons-img {
    padding: 10px 10px;
}

.optinal-adds-ons-mid-content {
    padding: 10px 10px;
}

.optinal-adds-ons-right-content {
    display: flex;
    padding: 10px 0px;
}

.optinal-adds-ons-right-content div {
    padding: 0px 30px;
}

.optinal-adds-ons-mid-content p {
    font-size: 16px;
    color: #52606D;
    line-height: 28px;
}

.optinal-adds-ons-right-content h6 {
    font-size: 14px;
    color: #52606D;
    font-weight: 700;
    margin: 0 0 2px;
    padding: 0;
    line-height: 26px;
}

/* ===================================

    vpn-hosting-feature  sec

=====================================*/
section.key-feature-sec {
    padding-top: 65px;
}

.vpn-hosting-feature {
    background-color: #fff;
    padding: 70px 0px 50px;
}


.vpn-hosting-feature .tab-img {
    padding: 1px;
    border-radius: 6px;
    background: linear-gradient(90deg, rgb(219 219 219) 30%, rgb(255 255 255) 100%);
    margin-bottom: 13px;
}

.vpn-hosting-feature .tab-img svg,
.vpn-hosting-feature .tab-img img {
    background: linear-gradient(90deg, rgb(255 255 255) 0%, rgb(255 255 255) 100%);
    border-radius: 6px;
    padding: 10px;
    width: 75px;
    height: 75px;
}

.vpn-hosting-feature .tab-section-box h5 {
    font-size: 24px;
    font-weight: 700;

}

.vpn-hosting-feature .tab-section-box p {
    font-size: 18px;
    font-weight: 400;
    color: #52606D;
}

.vpn-hosting-feature .tab-section-box:hover {
    transform: translateY(-10px);
    box-shadow: 0px 4px 44px rgba(0, 0, 0, 0.07);
    background: #fff;
}

/* ==========================================

    key-feature-sec 

=============================================*/

.key-feature-sec {
    background-color: #F2F2F2;
}

section.key-feature-sec .nav-tabs {
    max-width: 630px !important;
    background-color: #fff;
}

section.share-hosting-plan.key-feature-sec.vps-key-feature ul.nav-tabs {
    max-width: 815px !important;
}

.key-feature-left-wordpress {
    padding: 25px 20px 17px 30px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    border-radius: 18px;
    transition: all 0.4s ease-in-out;
}

.key-feature-left-wordpress h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
}

.key-feature-left-wordpress p {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #52606D;
}

.key-feature-left-wordpress:hover {
    background-color: #fff;
}

.key-feature-left-wordpress::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 162px;
    background-color: #000;
    left: 11px;
    background: linear-gradient(180deg, rgba(217, 217, 217, 0.147368) 0%, #D9D9D9 50.52%, rgba(217, 217, 217, 0) 100%);
}

.key-feature-left-wordpress:hover::before {
    display: none;
}

.key-feature-mid {
    text-align: center;
}

.key-feature-mid img {
    width: 100%;
    max-width: 379px;
    margin: 0 auto;
}

.help-support-wrap {
    position: relative;
}

ul.navbar-nav.nav-right .dropdown-menu {
    overflow: hidden;
}

.help-support-wrap:after {
    content: "";
    background: #F2F2F2;
    position: absolute;
    height: 100%;
    width: 100%;
    right: -101px;
    z-index: -1;
}

/* term & condition page */

.term-of-condition-main-sec {
    padding: 75px 0px;
}

.term-of-condition-desclaimer {
    padding: 33px;
    background-color: #F2F2F2;
    text-align: center;
    border-radius: 10px;
}

.term-of-condition-desclaimer p {
    font-size: 18px;
    color: #060606;
    opacity: 0.6;
    line-height: 27px;
}

.user-agrement h2 {
    font-size: 30px;
    font-weight: 800;
    margin-top: 56px;
}

.user-agrement p {
    font-size: 18px;
    font-weight: 400;
    margin: 18px 0 37px 0;
    color: #52606D;
    line-height: 27px;
}

li.user-agrement-list-item p {
    margin: 0 0 16px 0; /* margin: 0 0 16px 0; */
    color: #060606;
}

li.user-agrement-list-item {
    display: flex;
    gap: 13px;
}

li.user-agrement-list-item span img {
    width: 100%;
    min-width: 21px;
}

li.user-agrement-list-item {
    display: flex;
    gap: 13px;
}

.user-agrement {
    border-bottom: 1px solid #F2F2F2;
}

.term-condition-rule h2 {
    font-size: 30px;
    font-weight: 800;
    margin-top: 22px;
}

.term-condition-rule p {
    font-size: 18px;
    font-weight: 400;
    margin: 18px 0 39px 0;
    color: #52606D;
    line-height: 32px;
}

.term-condition-rule {
    border-bottom: 1px solid #F2F2F2;
}

.term-condition-rule:last-child {
    border-bottom: unset;
}

.top-banner-inner p {
    margin-top: 15px;
}

li.user-agrement-list-item span {
    margin-top: 5px;
}

/*   privacy-polices page  */

.user-agrement.privacy-polices-rich-text h2 {
    margin-top: 0px;
}

.privacy-polices-rich-text-middle h2 {
    margin-top: 12px;
}

/* Collapse

has context menu
Compose */
/* pooja css start */
section.top-banner-sec {
    background: url(../images/inner-banner-img.svg);
    padding: 120px 0px;
    text-align: center;
}

.top-banner-inner h1 {
    /*font-size: 84px;*/
    font-size: 64px;
    line-height: 90px;
    color: #060606;
}

.bread-crum p,
.bread-crum a {
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: rgb(6 6 6 / 70%);
    text-transform: capitalize;
}

section.our-stroy {
    padding: 75px 0px;
}

.our-story-text-sec .sec-heading p {
    font-size: 18px;
    line-height: 34px;
    text-align: left;
}

.our-story-text-sec .sec-heading h2 {
    text-align: left;
}

.our-story-text-sec h2 {
    text-align: left;
}

.why-we-best-text-sec .sec-heading span {
    font-size: 24px;
    color: #060606;
    font-weight: 600;
    margin-bottom: 16px;
    display: block;
    line-height: 33px;
}


section.why-we-best {
    padding: 100px 0px 70px;
    background: #F2F2F2;
}

.why-we-best-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.why-we-best-list li a {
    width: 100%;
    max-width: 48%;
    margin: 10px 0px;
    font-size: 18px;
    line-height: 55px;
    color: #52606D;
}

.why-we-best-list li {
    width: 100%;
    max-width: 48%;
    position: relative;
    padding-left: 24px;
}

.why-we-best .row,
section.our-stroy .row {
    align-items: center;
}

.why-we-best-list li:after {
    font-family: "Font Awesome 6 Free";
    left: 0;
    position: absolute;
    top: 15px;
    font-weight: 900;
    content: "\f058";
    color: #007456;
}

.our-core-col:hover {
    transform: translateY(-10px);
    box-shadow: 0px 5px 10px #0000001f;
}

.why-we-best-img-sec img {
    display: block;
    margin-left: auto;
}

.our-core-value {
    padding: 75px 0px;
}

.our-core-value .sec-heading {
    padding-bottom: 40px;
}

.our-core-col {
    padding: 30px;
    border: 2px solid #F0F0F0;
    border-radius: 10px;
    box-shadow: none;
    transition: all 0.4s;
}

.our-core-col h4 {
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    margin: 15px 0px;
}

.our-core-col p {
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: #52606D;
}

.joining-us-change-col {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #F2F2F2;
    border-radius: 20px;
    padding: 30px;
    margin-bottom: 20px;
    transition: all 0.5s;
    box-shadow: none;
}

.joining-us-change-inner {
    max-width: 1280px;
    margin: auto;
}

.joining-us-change-right a {
    width: 100%;
    max-width: 160px;
    display: inline-block;
    background: #ddd;
    text-align: center;
    height: 50px;
    line-height: 50px;
    background: #007456;
    box-shadow: 0px 4px 16px rgba(255, 255, 255, 0.14);
    border-radius: 80px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 18px;
}

.joining-us-change-right a:hover {
    color: #fff;
    background: #060606;
    text-decoration: none;
    border-color: #060606;
}

.joining-us-change-right {
    flex: 1;
    text-align: end;
}

.joining-us-change-left {
    flex: 1;
}

.joining-us-change-col h4 {
    font-weight: 600;
    font-size: 25px;
    line-height: 34px;
}

.joining-us-change-left p {
    color: #52606D;
    font-size: 18px;
    line-height: 34px;
}

.joining-us-change-sec .sec-heading p {
    margin-bottom: 13px;
}

.joining-us-change-sec .sec-heading {
    margin-bottom: 40px;
}

.joining-us-change-col:hover {
    background: #fff;
    box-shadow: 0px 0px 10px #ddd;
}

section.experience-career-sec {
    text-align: center;
    padding: 70px 0px;
    background: url(../images/experience-career.svg);
    margin-bottom: 70px;
}

.btn-experience-sec .button {
    background: #000;
}

.experience-career-sec .sec-heading h2 {
    max-width: 700px;
    color: #fff;
    line-height: 65px;
}

.btn-experience-sec a.button.get-started {
    background: #fff;
    color: #000;
    margin-right: 7px;
}

.btn-experience-sec a.button.get-started path {
    fill: #000;
}

section.joining-us-change-sec {
    padding-bottom: 70px;
}

.our-story-img-sec:before {
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 100%);
    background: #f2f2f2;
    content: "";
    width: 443px;
    height: 321px;
    position: absolute;
    left: -20px;
    top: -20px;
    z-index: -1;
    border-top-left-radius: 20px;
}

.our-story-img-sec {
    position: relative;
    z-index: 1;
    border-radius: 20px;
    max-width: 750px;
}

.our-story-img-sec:after {
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 0 100%);
    background: #f2f2f2;
    content: "";
    width: 420px;
    height: 301px;
    position: absolute;
    right: 35px; /*55px;*/
    bottom: -20px;
    z-index: -1;
    border-bottom-right-radius: 20px;
}

.img-responsive-100 {
    max-width: 100%;
    height: auto;
}

.our-story-img-sec img {
    width: 92%; /*85%;*/
    /* max-width: 924px; 700px;*/
}

.domain-slider-sec.newsletter .newsletter-wrapper::after {
    display: none;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: transparent;
}

.domain-tabs ul#myTab {
    display: flex;
    align-items: center;
    justify-content: center;
    border: transparent;
    margin-bottom: 40px;
}

.domain-tabs .nav-tabs .nav-item a {
    border: transparent;
    border-bottom: 2px solid transparent;
    background: transparent;
    font-size: 22px;
    line-height: 28px;
    font-weight: 800;
    color: #060606;
    padding: 20px;
}

.domain-tabs .nav-tabs .nav-item a.active {
    border-color: #007456;
    color: #007456;
}

.domain-heading span {
    color: #007456;
}


.domain-banner {
    background: #f0ecde;
    position: relative;
    padding-bottom: 25px;
    padding-top: 75px;
}

.banner-bottom-shape {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
    width: 100%;
}

.domain-heading h1 {
    font-size: 80px;
    font-weight: 700;
    line-height: 95px;
    margin-bottom: 10px;
}

.domain-heading {
    text-align: center;
}

.domain-heading p {
    color: #060606;
    font-size: 20px;
    line-height: 34px;
    max-width: 690px;
    margin: 0px auto 20px;
}

.slider-domain-sec {
    max-width: 850px;
    margin: 45px auto 0px;
    position: relative;
    z-index: 99;
}

.slider-domain-sec-inner {
    text-align: center;
    background: #fff;
    max-width: 185px;
    margin: auto;
    border: 0.695615px solid #D9D9D9;
    border-radius: 6.95615px;
    overflow: hidden;
}

.slider-domain-sec-inner .img-sec img {
    text-align: center;
    display: block;
    margin: auto;
}

.slider-domain-sec-inner .img-sec {
    padding: 25px 15px;
}

.slider-text-sec {
    background: #F1F1F1;
    padding: 15px;
}

.slider-domain-sec .slick-arrow,
button.slick-arrow {
    background: #fff;
    width: 40px;
    height: 40px;
    color: #060606;
    border-radius: 50%;
    border: 1px solid #060606;
}

.slider-domain-sec .slick-prev:before,
.slider-domain-sec .slick-next:before {
    font-size: 25px;
    line-height: 1;
    opacity: 1;
    color: #060606;
}

.slider-domain-sec button.slick-next.slick-arrow {
    right: -45px;
}

.slider-domain-sec button.slick-prev.slick-arrow {
    left: -45px;
}

.banner-bottom-shape img {
    width: 100%;
    max-width: 100%;
}

.slider-text-sec p {
    font-weight: 600;
    font-size: 19px;
    line-height: 30px;
}

.slider-text-sec span {
    color: #52606D;
}

table.browse-table {
    width: 100%;
    border: 1px solid #F0EDED;
    border-radius: 5px;
    overflow: hidden;
}

.browse-table th {
    background: #f2f2f2;
    padding: 25px 20px;
    color: #060606;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
}

.browse-table td {
    background: transparent;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    color: #17191C;
    padding: 16px 20px;
}

.browse-table span {
    font-weight: 400;
    /*font-size: 13px;*/
    line-height: 18px;
    color: #8A8A8A;
}

.browse-table td:first-child {
    font-weight: 600;
    font-size: 18px;
    line-height: 23px;
    color: #060606;
}

.browse-table tr {
    border-top: 1px solid #F0EDED;
}

section.browse-extension tr:hover {
    box-shadow: 0px 0px 10px #ddd;
}

.browse-table tr:nth-child(2n) {
    background: #FFFBFB;
}

section.steps-for-business {
    padding: 80px 0px;
    background: #F2F2F2;
    position: relative;
}

.steps-for-business-img img {
    background: linear-gradient(90deg, rgb(243 243 243) 0%, rgba(242, 242, 242, 1) 100%);
    border-radius: 6px;
    padding: 10px;
    width: 75px;
    height: 75px;
    overflow: hidden;
}

.steps-for-business-img {
    padding: 1px;
    border-radius: 6px;
    background: linear-gradient(90deg, rgb(219 219 219) 30%, rgba(242, 242, 242, 1) 100%);
    width: 100%;
    max-width: 75px;
}

.steps-for-business-inner-col h4 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    margin: 15px 0px;
}

nav.navbar.navbar-expand-lg .container {
    max-width: 1730px;
}

ul.navbar-nav.nav-right li.nav-item:last-child {
    margin-right: 0px;
}

/* pooja css end */

/*new pooja css start */
.ading-web-hosting-inner {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    max-width: 1440px;
}

.ading-web-hosting-inner-col {
    width: 100%;
    max-width: 48%;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #E5E2E2;
    display: flex;
    align-items: center;
}

.adding-img-sec {
    width: 100%;
    max-width: 215px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0px 50% 50% 0px;
}

.adding-text-sec p {
    font-size: 18px;
    color: #52606D;
}

p.adding-text-sec-margin {
    margin-bottom: 20px;
    margin-top: 5px;
}

p.adding-text-sec-margin-sm {
    font-size: 15px;
}

.adding-text-sec {
    padding: 30px;
    z-index: 1;
}

.img-bottom {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ading-web-hosting-inner-col-inner {
    position: relative;
}

.adding-text-sec h4 {
    font-weight: 600;
}

.adding-text-sec a.button {
    padding: 17px 35px;
    margin-top: 20px;
}

.ading-web-hosting {
    position: relative;
    z-index: 99;
    padding-top: 70px;
}

span.tld-group:after {
    position: absolute;
    content: "";
    background: #0F7C5E;
    width: 17px;
    height: 20px;
    top: 0px;
    clip-path: polygon(78% 0%, 48% 48%, 75% 100%, 0% 104%, 0 50%, 0% 0%);
}

span.new-tld-group:after {
    position: absolute;
    content: "";
    background: #0F7C5E;
    /* width: 17px;
    height: 20px;
    top: 0px;
    clip-path: polygon(78% 0%, 48% 48%, 75% 100%, 0% 104%, 0 50%, 0% 0%); */
}

span.sale-new-tld-group:after {
    position: absolute;
    content: "";
    background: #FFBB38;
    /* width: 17px;
    height: 20px;
    top: 0px;
    clip-path: polygon(78% 0%, 48% 48%, 75% 100%, 0% 104%, 0 50%, 0% 0%); */
}

span.sale-new-tld-group {
    background: #FFBB38 !important;
    color: #000 !important;
    font-weight: 700 !important;
}

span.hot-new-tld-group:after {
    position: absolute;
    content: "";
    background: #F9615A;
    /* width: 17px;
    height: 20px;
    top: 0px;
    clip-path: polygon(78% 0%, 48% 48%, 75% 100%, 0% 104%, 0 50%, 0% 0%); */
}

span.hot-new-tld-group {
    background: #F9615A !important;
}

span.tld-group {
    background: #0F7C5E;
    padding: 1px 4px;
    color: #fff;
    display: inline-block;
    line-height: normal;
    position: relative;
    line-height: 18px;
    font-size: 12px;
}

.steps-for-business-inner-col:hover {
    background: #fff;
    box-shadow: 0px 0px 10px #00000021;
}

.steps-for-business-inner-col {
    padding: 20px;
    box-shadow: none;
    transition: all 0.4s;
    border-radius: 10px;
}

.steps-for-business-inner {
    padding-top: 20px;
}

.steps-for-business-inner-col p {
    color: #52606D;
    max-width: 310px;
}

section.browse-extension {
    padding-bottom: 80px;
}

.about-slider-image-sec {
    background: url(../images/our-stories-bg-img.svg);
    background-repeat: no-repeat;
    padding: 55px 0px;
    background-size: 100% 100%;
}

.why-we-best-list li {
    width: 100%;
    max-width: 48%;
    margin: 10px 0px;
    font-size: 18px;
    color: #52606D;
}

section.about-slider-sec {
    padding: 70px 0px;
}

section.about-slider-sec .row {
    align-items: center;
}

.about-slider-sec-right {
    padding-left: 40px;
}

.about-slider-sec-left .slick-arrow {
    bottom: -50px;
    top: unset;
}

.about-slider-image-sec .slick-prev:before,
.about-slider-image-sec .slick-next:before {
    font-size: 25px;
    line-height: 1;
    opacity: 1;
    color: #060606;
}

.about-slider-image-sec button.slick-next.slick-arrow {
    right: 30px;
    border-color: #060606;
    background: transparent;
    width: 40px;
    height: 40px;
}

.about-slider-image-sec button.slick-next.slick-arrow:before {
    color: #060606;
}

.about-slider-image-sec button.slick-prev.slick-arrow {
    right: 80px;
    left: unset;
}

.about-slider-image-sec button.slick-prev.slick-arrow:hover,
.about-slider-image-sec button.slick-next.slick-arrow:hover {
    border-color: #007456;
    background: #F1ECDF;
}

.about-slider-image-sec button.slick-prev.slick-arrow:hover:before,
.about-slider-image-sec button.slick-next.slick-arrow:hover:before {
    color: #007456;
}

button.slick-next.slick-arrow:before {
    color: #007456;
}

button.slick-next.slick-arrow {
    border-color: #007456;
    background: #F1ECDF;
}

.about-slider-sec-right h4 {
    font-size: 20px;
    line-height: 35px;
    font-weight: 600;
    margin-bottom: 15px;
}

.about-slider-sec-right .sec-heading p {
    font-size: 18px;
    line-height: 28px;
    text-align: left;
}


.why-we-best-list li {
    margin: 7px 0px;
    font-size: 16px;
}

.slider-nav.slick-slider {
    max-width: 500px;
    margin: auto;
}

.slider-nav.slick-slider h4 {
    color: #52606D;
    font-size: 20px;
    text-align: center;
    /* transition: cubic-bezier(0.55, 0.09, 0.68, 0.53) 0.3s; */
    cursor: pointer;
    transition: all 0.2s ease-in;
}

.our-story-slider .slider-nav .slick-slide.slick-current.slick-center h4 {
    color: #007456;
    font-size: 30px;
    font-weight: 700;
    line-height: normal;
}

.our-story-slider .slick-slide.slick-current.slick-center {
    position: relative;
}

.our-story-slider .slick-slide.slick-current.slick-center::after {
    position: absolute;
    content: '';
    background: #007456;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
}

section.our-story-sec {
    background: #F2F2F2;
    padding: 84px 0px;
}

.slider-for .item {
    background: #FFFFFF;
    border-radius: 16px;
    padding: 60px;
    margin-top: 30px;
}


.our-story-slider .slider-for .item {
    margin-top: 44px;
}

.our-story-bottom-inner {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    border-top: 1px solid #D9D9D9;
    margin-top: 46px;
    justify-content: center;
}

.our-story-bottom-inner-col {
    width: 100%;
    max-width: 25%;
    text-align: center;
    padding: 20px;
}

.our-story-bottom-inner-col:not(:last-child) {
    border-right: 1px solid #D9D9D9;
}

.our-story-bottom-inner-col h6 {
    color: #007456;
    font-weight: 700;
    font-size: 50px;
    line-height: 55px;
}

.our-story-bottom-inner-col p {
    font-weight: 600;
    font-size: 18px;
    line-height: 34px;
}

.our-story-content-sec {
    text-align: right;
}

.our-story-content-sec .our-story-content-left p {
    font-weight: 400;
    font-size: 96px;
    line-height: 70px;
    margin-left: 15px;
}

.our-story-content-sec .our-story-content-left {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 26px;
}

.our-story-content-sec span,
.our-story-content-sec strong {
    font-weight: 400;
    color: #060606;
    font-size: 64px;
    line-height: 70px;
}

.our-story-content-sec span strong {
    font-weight: 800;
    color: #007456;
}


.slider-for .item .col-md-4 {
    padding-right: 0;
}

.our-story-content-right-sec p {
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    /* color: #060606; */
    color: #52606D;
}

.our-story-content-right-sec {
    padding-left: 52px;
}

.slick-slide .our-story-content-sec img {
    display: unset;
    margin-right: 5px;
}

section.our-story-sec .sec-heading p,
section.our-value-sec .sec-heading p {
    max-width: 750px;
}

.slider-for.slick-initialized.slick-slider {
    position: unset;
}

.our-story-slider {
    position: relative;
}

.our-story-slider .slick-prev,
.our-story-slider .slick-next {
    top: 0;
    bottom: unset;
}

.our-story-slider button.slick-prev.slick-arrow {
    left: 30%;
    transform: translateY(10%);
}

.our-story-slider button.slick-next.slick-arrow {
    right: 29%;
    transform: translateY(10%);
}

.our-story-slider button.slick-prev.slick-arrow:hover:before,
.our-story-slider button.slick-next.slick-arrow:hover:before {
    color: #007456;
}



.our-story-slider button.slick-prev.slick-arrow,
.our-story-slider button.slick-next.slick-arrow {
    background: transparent;
    border: 0;
}

.our-story-slider button.slick-next.slick-arrow:before {
    content: "\f0da";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    opacity: 1;
    font-family: 'FontAwesome';
    font-size: 35px;
}

.our-story-slider button.slick-prev.slick-arrow:before {
    content: "\f0d9";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    opacity: 1;
    font-family: 'FontAwesome';
    font-size: 35px;
    color: #52606D;
}

.our-value-sec-right.our-story-img-sec img {
    border: 1px solid #ddd;
    border-radius: 20px;
    overflow: hidden;
}

.our-value-sec-right.our-story-img-sec:before,
.our-value-sec-right.our-story-img-sec:after {
    background: #007456;
}

.our-value-sec-right.our-story-img-sec {
    margin-left: 45px;
    margin-right: 0px;
}

section.our-value-sec {
    /*padding: 80px 0px 75px;*/
    padding: 80px 0 0 0;
}

.our-value-sec-left-col {
    display: flex;
    margin-bottom: 20px;
    padding: 35px 30px;
    border: 1px solid #E7E7E7;
    border-radius: 18px;
    /*max-width: 670px;*/
}

.our-value-sec-left-col-img {
    margin-right: 15px;
    max-width: 53px;
    height: 53px;
    flex: 0 0 53px;
}

.our-value-sec-right-col-text h5 {
    font-size: 23px;
    line-height: normal;
    margin-bottom: 10px;
    font-weight: 700;
}

.our-value-sec-right-col-text p {
    color: #52606D;
    font-size: 17px;
    line-height: 28px;
}

section.our-value-sec .row {
    margin-top: 70px;
}

section.how-it-work .how-it-work-inner {
    display: flex;
    align-items: center;
    position: relative;
}

section.how-it-work .how-it-work-inner-col {
    text-align: center;
    padding: 10px;
    position: relative;
    z-index: 1;
}

section.how-it-work .how-it-work-inner-col.margin-top-work {
    margin-top: -275px;
}

span.easy-steps {
    display: block;
    margin: auto;
    text-align: center;
    color: #007456;
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 10px;
}

section.how-it-work .sec-heading {
    padding-bottom: 128px;
}

section.how-it-work {
    background: #F1ECDF;
    padding: 80px 0px 0;
    margin-bottom: 10px;
}

section.how-it-work .sec-heading p {
    max-width: 620px;
    margin: 0 auto 40px;
}

section.how-it-work .how-it-work-inner-col span {
    background: #fff;
    width: 85px;
    height: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px;
    font-size: 28px;
    line-height: 61px;
    color: #007456;
    font-weight: 700;
    border: 2px solid #000;
    border-radius: 18px;
}

section.how-it-work .how-it-work-inner-col p {
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    text-align: center;
    color: #52606D;
}

section.how-it-work .how-it-work-inner:after {
    position: absolute;
    content: "";
    background: url("../images/img-how-it.png");
    width: 100%;
    height: 154px;
    background-repeat: no-repeat;
    top: -90px;
    background-position: center;
    display: inline-block;
}

section.how-it-work .how-it-work-inner-bottom {
    max-width: 568px;
    margin: -130px auto 0px;
}

section.how-it-work .how-it-work-inner-col h6 {
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
    text-align: center;
    text-transform: capitalize;
    color: #060606;
    margin: 0 auto 18px;
}


/* will be add when merge */
.slider-domain-sec-inner .img-sec img {
    height: 20px;
}

.our-story-img-sec:after {
    /* right: -22px; */
}

.our-story-img-sec {

    margin-right: 45px;
}

table.browse-table {
    overflow: hidden;
    border-spacing: 0;
    border-collapse: separate;
    border-radius: 10px;
}

.browse-table td {
    border-top: 1px solid #e4e4e4;
}

.why-we-best-list li:after {
    top: 0;
}

/* will be add  */

/*
@media screen and (max-width:1600px) {
    .container {max-width: 1300px;padding: 0 15px;}
    section.share-hosting-plan .share-plan-bottom .share-plan-list li {font-size: 15px;}
    .banner .banner-left-side .banner-content h1 {font-size: 75px;line-height: 75px;}
    .banner .banner-left-side .banner-content h1 span{font-size: 65px;}
    .banner .banner-left-side .banner-content p{font-size: 18px;padding: 0 35px 0 0;margin: 20px auto;}
    .banner .banner-left-side ul.feature-list { margin: 0 0 30px;}
    .offer-sec .offer-wrapper .offer-wrap-box .offer-box {padding: 40px 30px;}
    .offer-sec .offer-wrapper .offer-wrap-box .offer-box h4 {font-size: 26px;}
    .tab-section .tab-section-outer h5 {font-size: 20px;}
    .testimonial-box p {font-size: 18px;line-height: 28px;}
    section.share-hosting-plan .share-plan-item .share-plan-data-top {padding: 0px 20px;}
    section.share-hosting-plan .share-plan-bottom ul.share-plan-list{ padding: 20px 20px;}
    .feature-link-box {padding: 20px 15px;}
}

@media (max-width: 1500px) {
    .adding-text-sec {
        padding: 25px;
    }

    .adding-text-sec p {
        font-size: 15px;
        color: #52606D;
    }

    .domain-heading h1 {
        font-size: 70px;
    }

    .our-story-text-sec .sec-heading p {
        font-size: 16px;
        line-height: 26px;
    }

    .why-we-best-list li a {
        font-size: 16px;
    }
}

@media screen and (max-width:1440px) {
    .container {max-width: 1240px;}
    section.share-hosting-plan .share-plan-bottom .share-plan-list li {font-size: 14px;padding-left: 32px;}
    section.share-hosting-plan .share-plan-item .share-plan-data-top .share-discount-data p {font-size: 16px;}
    section.share-hosting-plan .share-plan-item .share-plan-data-top p {
        font-size: 14px;
        line-height: 28px;
        letter-spacing: 0.02em;
        text-transform: capitalize;
        color: #52606D;
        width: unset;
        margin: 0 auto;
    }
    .banner .banner-left-side .banner-content h1 span{font-size: 65px;}
    .banner .banner-left-side ul.feature-list li p{font-size: 16px;}
    .key-feature .key-feature-box h4{
        font-size: 16px;
        line-height: 25px;
    }
    .key-feature .key-feature-toggle p span{
        font-size: 13px;
    }
    .key-feature .key-feature-box{
        padding: 57px 30px;
    }
    .key-feature .key-feature-right {
        padding-left: 30px;
    }
    .key-feature .key-feature-list li p{
        font-size: 17px;
        line-height: 25px;
        padding: 0 0 0 15px;
    }
    span.feature-list-img svg {width: 35px;}
    .newsletter .newsletter-box{width: 100%;}
    .newsletter .newsletter-wrapper::after{width: 101%;}
    .join-us-sec .join-us-wrapper .join-us-box{width: 100%;}
    .join-us-sec .join-us-wrapper::after{width: 99%;}
    section.share-hosting-plan .share-plan-item .share-plan-data-top .share-price-data h2 {font-size: 46px;line-height: 50px;}
    .support-content h3 {font-size: 32px;}
    ul.Hosting-Packages-list {
    display: inherit;
}
ul.Hosting-Packages-list li {
    display: inline-block;}
    .loading-speed-sec .support-list {padding-right: 50px;}
    .table-responsive>.table-bordered{width: 100%;min-width: 100%;}
    section.support-hosting .support-content ul.support-list li h3 {font-size: 20px;}
    .button {padding: 20px 34px;font-size: 18px;}
    section.share-hosting-plan .share-plan-item .share-plan-data-top span.share-plan-start-text {font-size: 18px;}

}





@media screen and (max-width:1360px) {
    .container {
        max-width: 1170px;
    }
    .navbar .navbar-nav .nav-item {
        padding: 0;
    }

}
@media screen and (max-width:767px) {
.banner .banner-wrapper {display: inherit;}
.banner-left-side, .banner-right-side { width: 100%; max-width: 100%;}
.banner .banner-right-side .banner-img img {width: 100%;margin: 50px auto 0; max-width: 400px;}
.banner .banner-left-side .banner-content h1 {font-size: 36px;line-height: normal;}
.banner .banner-left-side .banner-content h2 {font-size: 32px;line-height: normal;}
.banner .banner-left-side .banner-content h2 span::after {bottom: -7px;}
.banner .notify-icon {width: 30px;height: 30px;}
.banner .notifictian-wrap p {padding: 0 11px 0 34px;font-size: 16px;}
.banner .banner-left-side .banner-content p {line-height: 30px;}
.banner .banner-left-side ul.feature-list {display: inherit;}
.banner .banner-left-side ul.feature-list li p {width: 100%;}
.banner .banner-left-side ul.feature-list li p::after {height: 1px;}


.footer .top-footer-wrap, .footer .footer-links-wrap {display: inherit;}
.footer .footer-logo-content, .footer .footer-links-wrap, .footer .footer-feature-link, .footer .footer-feature-box {width: 100%;}
}
*/





/* test */



/* .carousel-control-next .arrow-1 {
    width: 68px;
    height: 30px;
    display: flex;
    transition: all .4s ease-in-out;
    position: absolute;
    top: 0;
}
 .carousel-control-next .arrow-1:before {
    content: "";
    background: #808080;
    width: 34px;
    height: 18px;
    transition: all .4s ease-in-out;
    clip-path: polygon(0% 48%, 80% 45%, 60% 0%, 100% 50%, 60% 100%, 80% 62%, 0% 58%);
    
 }
  
  .carousel-control-next .arrow-1:hover::before {
    width: 100px;
    background: #007355;
}



.carousel-control-prev .arrow-1 {
    width: 68px;
    height: 30px;
    display: flex;
    transition: all .4s ease-in-out;
    position: absolute;
    top: 0px;
    left: -27px;
    transform: rotate(180deg);
    transform: rotateY(180deg);
}
 .carousel-control-prev .arrow-1:before {
    content: "";
    background: #808080;
    width: 34px;
    height: 18px;
    transition: all .4s ease-in-out;
    clip-path: polygon(0% 48%, 80% 45%, 60% 0%, 100% 50%, 60% 100%, 80% 62%, 0% 58%);
    
}
  

  .carousel-control-prev .arrow-1:hover::before {
    width: 100px;
    background: #007355;
} */

.testimonial .testimonial-slider button.slick-prev.slick-arrow {
    width: 70px;
    height: auto;
    display: flex;
    transition: all .4s ease-in-out;
    position: absolute;
    bottom: -80px;
    border: 0;
    left: 45%;
    background: transparent;
    top: inherit;
    text-align: right;
    justify-content: right;
    background-position: right;
}

.testimonial .testimonial-slider button.slick-prev.slick-arrow:before {
    content: "";
    width: 34px;
    height: 18px;
    transition: all .4s ease-in-out;
    /*clip-path: polygon(0% 48%, 80% 45%, 60% 0%, 100% 50%, 60% 100%, 80% 62%, 0% 58%);*/
    background-image: url(../images/sm-l-arw.svg);
    background-repeat: no-repeat !important;
}


.testimonial .testimonial-slider button.slick-prev.slick-arrow:hover::before {
    width: 70px;
    background: url(../images/lg-l-arw.svg);
}


.testimonial .testimonial-slider button.slick-next.slick-arrow {
    width: 70px;
    height: auto;
    display: flex;
    transition: all .4s ease-in-out;
    position: inherit;
    bottom: -80px;
    left: 51%;
    border: 0;
    background: transparent;
    top: inherit;
    justify-content: flex-start;
}

/* .testimonial .testimonial-slider button.slick-next.slick-arrow:before {
    content: "";
    background: #808080;
    width: 34px;
    height: 18px;
    transition: all .4s ease-in-out;
    clip-path: polygon(0% 48%, 80% 45%, 60% 0%, 100% 50%, 60% 100%, 80% 62%, 0% 58%);
   
}  .testimonial .testimonial-slider button.slick-next.slick-arrow:hover::before {
    width: 50px;
    background: #007355;
}*/
.testimonial .testimonial-slider button.slick-next.slick-arrow:before {
    content: "";
    background: url(../images/sm-r-arw.svg);
    width: 34px;
    height: 18px;
    transition: all .4s ease-in-out;
    /* animation: a1 1.5s infinite linear; */
    background-repeat: no-repeat !important;
}

.testimonial .testimonial-slider button.slick-next.slick-arrow:hover::before {
    width: 70px;
    background: url(../images/lg-arw.svg);
}

section.share-hosting-plan.key-feature-sec.vps-key-feature .key-feature-left-wordpress::before {
    display: none;
}

section.our-value-sec .container {
    padding: 0px 35px;
}


/* 29-06-2023  */

.container {
    max-width: 1460px;
}

.container-sm {
    max-width: 1300px;
}

.body-cloudx .top-banner-inner h1 {
    font-family: 'Manrope', 'sans-serif';
}

.body-cloudx .about-slider-sec-right .sec-heading h2 {
    text-align: left;
}

.body-cloudx .about-slider-sec-right h4 {
    color: #060606;
    font-weight: 600 !important;
}

.body-cloudx .about-slider-image-sec .slick-prev:before,
.body-cloudx .about-slider-image-sec .slick-next:before,
.body-cloudx .slider-domain-sec .slick-prev:before,
.body-cloudx .slider-domain-sec .slick-next:before {
    line-height: normal;
    opacity: 1;
    vertical-align: middle;
    top: 50%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
}

.body-cloudx .slick-slide.slick-active .slick-prev:before,
.body-cloudx .slick-slide.slick-active .slick-next:before {
    color: #007456;
}

.body-cloudx .our-story-content-sec .our-story-content-left p {
    color: #212529;
}

.body-cloudx section.our-story-sec .slider-nav.slick-slider button {
    font-size: 0;
    border: 0;
}


.body-cloudx .our-story-bottom-inner-col p {
    color: #212529;
}

.body-cloudx .our-story-slider button.slick-prev.slick-arrow:before,
.body-cloudx .our-story-slider button.slick-next.slick-arrow:before {
    top: 18px;
}

.body-cloudx .faq-sec .faq-wrapper .card-header button {
    border-radius: 0;
    font-weight: 500 !important;
}

.body-cloudx .faq-wrapper {
    padding: 0;
}

.body-cloudx .faq-sec {
    padding: 40px 0 22px;
}

.body-cloudx .why-we-best-list li:after {
    font-size: 0;
    content: "";
    background-image: url(/templates/cloudx/images/circle-tick-icon.svg);
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    top: 5px;
    background-size: 100%;
}

.body-cloudx .domain-banner .slider-domain-sec .slick-dots button {
    font-size: 0;
    border: 0;
}

.body-cloudx .our-story-slider button.slick-prev.slick-arrow:before,
.body-cloudx .our-story-slider button.slick-next.slick-arrow:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    font-size: 0;
    color: #52606D;
    background-image: url('/templates/cloudx/images/right-angle-fill.svg');
    background-size: 100%;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
}

.body-cloudx .our-story-slider button:hover:before {
    background-image: url('/templates/cloudx/images/right-angle-fill-active.svg') !important;
}

.body-cloudx .our-story-slider button.slick-prev.slick-arrow {
    left: 30%;
    transform: rotate(90deg);
}

.body-cloudx .our-story-slider button.slick-next.slick-arrow {
    top: 5px;
    right: 30%;
    transform: rotate(270deg);
}

.body-cloudx .our-story-slider .slick-prev,
.body-cloudx .our-story-slider .slick-next {
    width: 25px;
    top: 10px;
    height: 25px;
}

.body-cloudx header {
    box-shadow: none;
}

.body-cloudx .slider-domain-sec button:hover {
    border-color: #007456;
    background: #F1ECDF;
}

.body-cloudx .slider-domain-sec button:hover::before {
    color: #007456;
}

.body-cloudx .navbar-brand {
    max-width: 200px;
}

.body-cloudx .navbar-brand .navbar-brand img {
    width: 100%;
    max-width: 100%;
}

.body-cloudx .feature-link-popup-list li {
    display: flex;
    align-items: center;
    color: #060606;
}

.body-cloudx table.table tr th a {
    display: inline-block;
    vertical-align: middle;
}

.body-cloudx .table-bordered td,
.body-cloudx .table-bordered th {
    border: 1px solid #dadada;
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    color: #060606;
    padding: 13px 27px;
}

.body-cloudx .table-bordered td img {
    display: block;
    margin: 0 auto;
}

.body-cloudx .Hosting-Packages-wrapper .accordion>.card>.card-header {
    border-radius: 0;
    margin-bottom: -1px;
    background-color: #007456;
    color: #fff;
}

.body-cloudx .Hosting-Packages-wrapper .green-accordion-heading button.btn.btn-link.btn-block.text-left {
    background-color: #007456;
    color: #fff;
    font-weight: 800 !important;
}

.body-cloudx .footer .footer-logo-content .navbar-brand {
    margin: 0 0 45px;
}

.body-cloudx .why-we-best-text-sec .sec-heading h2,
.body-cloudx .why-we-best-text-sec .sec-heading p {
    text-align: left;
}

.body-cloudx .navbar-brand img {
    width: 100% !important;
    max-width: 100%;
    height: auto;
}

.body-cloudx .join-us-sec {
    margin-bottom: 25px;
}

.body-cloudx .navbar .navbar-nav {
    margin-left: 22px;
    align-items: center;
}

.body-cloudx .navbar .navbar-nav.nav-right ul {
    margin-left: 0;
}

.body-cloudx .navbar .navbar-nav.nav-right .nav-link {
    margin: 0;
}

.body-cloudx .navbar .navbar-nav>li {
    margin-right: 0;
}

.body-cloudx .domain-slider-sec ul.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    top:0;
}


.body-cloudx .banner .banner-right-side .banner-img img {
    width: 100%;
    margin: 0 auto;
    max-width: 100%;
}

.body-cloudx .map-sec .map-img-wrap img {
    max-width: 100%;
    margin: 0 auto;
}

.body-cloudx #myBtn {
    z-index: 999;
}


.body-cloudx .newsletter .newsletter-wrapper button::after {
    content: '\f002';
    font-family: 'Font Awesome 5 Pro';
    font-size: 20px;
    font-weight: 500;
}

.body-cloudx .newsletter .newsletter-wrapper button {
    padding: 15px 20px;
    border-radius: 10px !important;
    margin-left: 7px;
}

.body-cloudx .newsletter .newsletter-wrapper button:hover {
    color: #fff;
    text-decoration: none;
    border-color: #060606;
}

/* 06-07-2023 */


.body-cloudx .navbar .navbar-nav .nav-link {
    margin: 0;
}

.body-cloudx .navbar .navbar-nav .nav-item .nav-link {
    padding: 0 9px;
}

.body-cloudx ul.navbar-nav.nav-right li.nav-item:last-child .nav-link {
    font-size: 20px;
    line-height: 20px;
}

.body-cloudx ul.navbar-nav.nav-right li.nav-item:last-child {
    margin-right: 0px;
    margin-left: 5px;
}

.body-cloudx .modal {
    margin-top: 20px;
}
.body-cloudx .vpn-hosting-feature .tab-section-inner-wrapper h2{
    margin: 0px auto 10px;
}
a.nav-link.dashboard_nav_menu {
    font-size: 0;
}

/*
.footer-content {
    font-size: 20px;
}
*/

.affiliate-button-row {
    display: flex;
    justify-content: center;
}

.affiliate-button-column {
    flex: 1;
    text-align: center;
}

.affiliate-button-column-right {
    flex: 1;
    text-align: right;
}

.affiliate-button-column-left {
    flex: 1;
    text-align: left;
}

/* Media query for mobile screens */
@media screen and (max-width: 442px) {
    .affiliate-button-row {
        flex-direction: column;
        align-items: center;
    }
    
    .affiliate-button-column {
        margin: 2px 0;  /* Add margins to create space between buttons */
    }
    
    
    .affiliate-button-column-right {
        margin: 2px 0;  /* Add margins to create space between buttons */
    }
    
    .affiliate-button-column-left {
        margin: 2px 0;  /* Add margins to create space between buttons */
    }
}























