:root {
    --theme-color: #106c37;
    --theme-primary-color: #029440;
    --theme-secondary-color: #565656;
    --theme-black-color: #303030;
    --theme-text-white-color: #fff;
    --theme-color-2: #75ac2c;
    --theme-color-3: #4b7f04;
    --gray-top: #454545;
    --Grey-Bot: #636363;
    --yellow-mid: #ffba01;

}

.leading-7 {
    line-height: 30px;
}

.leading-8 {
    line-height: 32px;
}

.leading-9 {
    line-height: 34px;
}

.py-155 {
    padding-left: 160px;
    padding-right: 155px
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.position-absolute {
    position: absolute;
}

.w-85 {
    width: 85%;
}

.top-1 {
    top: 1rem;
}

.font-bold {
    font-weight: 600;
}

.services .description {
    font-size: 13px;
}

.relative {
    position: relative;
}

.bottom-2 {
    bottom: 10px;
}

#hero p {
    font-family: 'Oswald', 'Open Sans';
}

.budget p {
    width: 100%;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    white-space: unset;
    font-family: 'Open Sans', sans-serif !important;
    margin-bottom: 10px;
}

.responsive-img {
    max-width: 100%;
    height: auto;
}

.budget-seo-title {
    text-transform: uppercase;
    color: var(--theme-text-white-color);
    /* background: linear-gradient(to bottom, #bea56a, #c8b47a, #bea56a, #bea56a, #e9e0ae, #e9e0ae, #e9e0ae, #e9e0ae, #bea56a, #bea56a, #bea56a, #bea56a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
    /* font-size: 45px !important; */
}

/* .budget-seo-subt {
    font-size: 27px !important;
} */

.hero-image-deal {
    position: relative;
    top: 5rem;
    width: 350px;
    right: 6rem;
}

.price-header {
    text-transform: uppercase;
    background-color: var(--theme-color);
    color: var(--theme-text-white-color);
    text-align: center;
    padding: 10px;
    font-size: 25px;
    font-family: 'Oswald', 'Open Sans', sans-serif;
    font-weight: 400;
}

.price-body {
    background-color: var(--theme-primary-color);
    padding: 15px;
    text-align: center;
    color: var(--theme-text-white-color);
    text-transform: uppercase;
}

.price-body h3 {
    font-weight: 500 !important;
    font-size: 2.5rem !important;
    font-family: 'Oswald', 'Open Sans', sans-serif;
}

.per-month {
    font-size: 1rem;
    font-weight: 300;
    font-family: 'Oswald', 'Open Sans', sans-serif;
}

.price-box {
    border-right: 2px solid #ececec;
}

.price-data {
    padding: 5px;
    background-color: #f9f9f9;
    text-align: center;
    border-bottom: 1px solid var(--theme-text-white-color)
}

.price-data h6 {
    color: #00000081;
    font-size: 15px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
}

.price-footer {
    padding: 20px;
    background-color: #e1e1e1;
    text-align: center;
}

.order-now {
    text-align: center;
    text-transform: uppercase;
    font-family: 'owald', 'Open Sans', sans-serif;
    color: var(--theme-text-white-color);
    font-size: 12px;
    font-weight: 700;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid var(--theme-color-3);
    border-color: var(--theme-color-3);
    background-color: var(--theme-color-2);
}

.price-section,
.leader-section {
    padding: 0px !important;
}

.bg-gray-top {
    background-color: var(--gray-top) !important;
}

.bg-gray-bot {
    background-color: var(--Grey-Bot) !important;
}

.count-boxes {
    padding: 25px;
}

#topbar-mobile {
    background: #565656;
    padding: 9px 0;
    border-bottom: 1px solid #eee;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
}

.border-right-0 {
    border-right: none !important;
}

.leader-section {
    background-color: var(--theme-black-color);
}

.leader-titile {
    text-transform: uppercase;
    font-family: 'Oswald', 'Open Sans', sans-serif;
    text-align: center;
    padding: 1rem;
    font-size: 40px;
    color: var(--theme-text-white-color);
    font-weight: 600;
}

.leader-subtitle {
    color: var(--yellow-mid) !important;
}

.leader-number {
    font-size: 60px;
}

.budget-feature {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}

.features-section {
    padding: 2rem;
}

.feature-box {
    padding: 2rem;
}

.feature-text h5 {
    text-align: center;
    margin-top: 1rem;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
}

.migration-section {
    background-image: url('../img/seo-host/migration-1.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
}

.migration-section h2 {
    color: var(--theme-text-white-color);
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 10px;
    font-size: 42px;
    font-weight: bold;
    white-space: nowrap;
    /* font-family: "Icofont", sans-serif !important; */
    font-family: "Helvetica" !important;
}

.migration-section p {
    color: var(--theme-text-white-color);
    text-align: center;
    text-transform: capitalize;
    padding: 1rem;
    font-family: "Helvetica" !important;
    font-weight: lighter !important;
    font-size: 16px;
}

#main {
    overflow: hidden;
}

.features_section {
    background-color: var(--Grey-Bot);
}

#seo_plan {
    color: #a8f773;
}

#seo_plan_titile {
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 3rem;
}

.text-white {
    color: var(--theme-text-white-color);
}

.service--icon {
    display: inline-block;
    min-width: 86px;
    min-height: 86px;
    /* margin-bottom: 15px; */
    padding: 10px 10px;
    color: #303030;
    /* border: 1px solid #303030; */
    border-radius: 50%;
    font-size: 38px;
    line-height: 0;
    -webkit-transition: color .25s ease, border-color .25s ease;
    transition: color .25s ease, border-color .25s ease;
}

.feature-card {
    padding: 10px;
    background-color: var(--theme-text-white-color);
    margin-top: 2rem;
    height: 335px;
}

.feature-card {
    text-align: center;
}

.service--icon img {
    width: 120px;
    height: 120px;
}

.feature-container {
    margin-bottom: 3rem;
}

.leader-text {
    color: var(--yellow-mid);
}

.review-image {
    margin: 0 5rem 0 5rem;
    width: 16%;
}

.review-image img {
    width: 200px;
}

.review-content {
    /* padding: 2rem; */
    width: 60%;
}

.review-content span {
    font-size: 20px;
    text-align: center;
    font-weight: 400;
}

.review-section {
    background-color: #f3fbeb;
}

.revier-name {
    margin-top: 2rem;
}

.classhosting-section {
    background-color: #4a4a4a;
    padding: 1rem !important;
}

.classhosting-section h5 {
    text-align: center;
    color: var(--theme-text-white-color);
    font-size: 40px;
    letter-spacing: 1px;
    font-weight: 600;
}

.classhost-text {
    color: #9df663 !important;
}

.custom-row {
    background-color: var(--theme-text-white-color);
    align-items: baseline;
}

.faq-section {
    background-color: #efefef;
}

.custombutton-div {
    padding: 10px;
    margin: 0 1rem 0 1rem;
}

.faq-titile {
    /* padding: 10px; */
    display: flex;
    align-items: center;
}

.btn-custom {
    background-color: var(--theme-color);
    color: var(--theme-text-white-color);
    border: 1px solid var(--theme-color);
    border-color: var(--theme-color);
    width: 30px;
    height: 30px;
}

.collape-para {
    margin-top: 1rem;
    background-color: var(--theme-text-white-color);
    padding: 1rem;
}

.hero-dealimg {
    max-width: 100%;
    margin-right: 60px;
    margin-top: 25px;
    width: 400px;
    height: 400px;
    position: relative;
    right: 5rem;
}

.fn-sans {
    font-family: 'Open Sans' !important;
}

.banner-item {
    background-color: #333333;
    color: #fff;
    padding: 8px 25px;
    font-size: 15px;
    font-weight: 300;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    font-family: 'Open Sans', sans-serif;
}

.seo_text {
    color: #a8f773;
    font-size: 3rem !important;
}

.feature_title {
    font-size: 1.5rem;
    /* margin: 10px 0; */
    font-family: "Roboto", sans-serif !important;
    font-weight: 500;
}

.feature-card p{
    font-size : 15px !important;
    margin: 10px 0;
    font-family: "Roboto", sans-serif !important;
    font-weight: 300;
    /* line-height: 1.2 !important; */
    color: var(--theme-secondary-color);
}

.text-greenlight{
    color: #beff77 !important;
}

.sp-titile {
    font-size: 1.25rem !important;
    font-family: "Oswald", sans-serif !important;
    font-weight: 500;
    color: #000000c3 !important;
}

.text-danger{
    color: red !important;
    font-weight: 500 !important;
}

.font-weight-bold{
    font-weight: 500 !important;
    color: #303030 !important;
}