﻿/*!
Theme Name: A2Hosting Theme
Theme URI: https://www.a2hosting.com/
Author: A2Hosting.com
Author URI: https://www.a2hosting.com/
Description: A2Hosting Theme
Version: 1.4.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: a2hosting
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/*-----Colors-----*/
:root {
    --color-green: #128413;
    --color-orange: #fc8c1e;
    --color-red: #fe4a2c;
    --color-light-orange: #ff8e01;
    --color-light-orange-bg: #fcf4e1;
    --color-dark-orange: #d77709;
    --color-yellow: #ffc501;
    --color-pastel-yellow: #edb43a;
    --color-black: #1c1c1c;
    --color-coal: #333333;
    --color-grey: #5d5959;
    --color-light-grey: #dbdbdb;
    --color-light-grey-bg: #f6f6f6;
    --color-light-white: #f3f8f2;
    --color-white: #ffffff;
    --color-black-heading: #030303;
    --color-dark-black: #000000;
    --color-light-green: #f3f8f2;
    --color-lime-green: #73B800;
    --color-light-white2: #D1D1D1;
    --color-dark-blue: #204266;
}
/*-----Colors-----*/

/*-----Global-----*/
body {
    font-family: 'Poppins', sans-serif;
    scroll-behavior: smooth;
    overflow-x: hidden;
}
a {
  color: var(--color-black);
}

a:hover {
  color: var(--color-green);
}
p {
    margin: 0 0 18px;
    font-size: 16px;
}
p:last-child {
    margin-bottom: 0 !important;
}
.z-index-0 {
    z-index: 0;
}
.z-index-p1 {
    z-index: 1;
}
.z-index-1 {
    z-index: -1;
}
.z-index-2 {
    z-index: -2;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    color: var(--color-black-heading);
    font-weight: 700;
    margin: 10px 0 20px;
}
h1,
.h1 {
    font-size: 60px;
}
h2,
.h2 {
    font-size: 38px;
}
h3,
.h3 {
    font-size: 28px;
}
h4,
.h4 {
    font-size: 24px;
}
h5,
.h5 {
    font-size: 18px;
}
h6,
.h6 {
    font-size: 16px;
}
@media screen and (max-width:991px) {
    h1,
    .h1 {
        font-size: 34px;
    }
    h2,
    .h2 {
        font-size: 28px;
    }
    h3,
    .h3 {
        font-size: 24px;
    }
    h4,
    .h4 {
        font-size: 22px;
    }
}
@media screen and (min-width:1400px) {
    .contact-wr {
        padding-left: 60px !important;
    }
}
@media screen and (max-width:1400px) {
    .contact-wr {
        padding-right: 0 !important;
    }
}
@media screen and (max-width:767px) {
    h1,
    .h1 {
        font-size: 30px;
    }
    h2,
    .h2 {
        font-size: 24px;
    }
    h3,
    .h3 {
        font-size: 22px;
    }
    h4,
    .h4 {
        font-size: 20px;
    }
}
/*-----Global-----*/

/*-----Override-----*/
ul {
    margin: 0px;
}
button {
    border: none;
    outline: none;
}
h1,
h2 {
    font-weight: 900;
}
/*-----Override-----*/

/*Buttons*/
.yellow-button {
    background-color: var(--color-yellow);
    border: 1px solid var(--color-yellow);
    padding: 15px 25px;
    border-radius: 5px;
    color: var(--color-black);
    font-weight: 600;
    text-transform: capitalize;
    text-decoration: none;
    font-size: 16px;
    line-height: 16px;
    display: inline-block;
}
.yellow-button:hover, .yellow-button:visited {
    box-shadow: 0px 8px 15px rgb(0 0 0 / 10%);
    color: var(--color-black);
    transition: .3s;
}
.outlined-button-yellow {
  background-color: var(--color-white);
  border: 1px solid var(--color-yellow);
  padding: 15px 25px;
  border-radius: 5px;
  color: var(--color-black);
  font-weight: 600;
  text-decoration: none;
  font-size: 16px;
  line-height: 16px;
  display: inline-block;
}
.outlined-button-yellow:hover, .outlined-button-yellow:visited {
  background-color: var(--color-white);
  box-shadow: 0px 8px 15px rgb(0 0 0 / 10%);
  color: var(--color-black);
  border: 1px solid var(--color-yellow);
  transition: .3s;
}

/*-----Menu Navigation-----*/
.menu-navigation {
    background-color: var(--color-grey);
}

.menu-nav-inner {
    max-width: 1000px;
    margin: auto;
}
.menu-navigation li {
    display: inline-block;
    margin: 0px 15px;
    text-transform: uppercase;
    font-weight: 500;
}
.menu-navigation li a {
    color: var(--color-white);
    text-decoration: none;
}
.menu-navigation li a:hover {
    color: var(--color-white);
    text-decoration: none;
}
.menu-icons img {
    height: 20px;
}
/*-----Menu Navigation End-----*/

.related-pages li.selected a {
    color: #ff8e00;
    pointer-events: none;
    cursor: default;
}

.heading3 {
    font-weight: 800;
}
.color-green {
    color: var(--color-green);
}
.color-lime-green {
    color: var(--color-lime-green);
}
.color-orange {
    color: var(--color-orange);
}
.color-red {
    color: var(--color-red);
}
.color-white {
    color: var(--color-white);
}
.color-light-white2 {
    color: var(--color-light-white2);
}
.color-light-white2:visited {
    color: var(--color-light-white2);
}
.color-white-link:hover {
    color: var(--color-white);
}
.color-black {
    color: var(--color-black) !important;
}
.color-dark-blue {
    color: var(--color-dark-blue) !important;
}
.color-yellow {
    color: var(--color-yellow) !important;
}
.color-red {
    color: var(--bs-red) !important;
}

/*-----Single Image Division-----*/
.single-img-sec {
    min-height: 500px;
    background: url('/wp-content/themes/a2hosting/assets/images/Image-2-01.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: 25%;
    background-position-x: center;
}
/*-----Single Image Division End-----*/


/*-----Footer Section-----*/
.footer-section {
    background: #333333;
    padding: 45px 0 10px 0;
}
.footer-section .container {
    max-width: 1180px;
}
.footer-menu-heading {
    color: var(--color-orange);
    font-weight: 800;
    font-family: Poppins,sans-serif;
    font-size: 25px;
}
.footer-menu-link li {
    display: block;
    margin-bottom: 0.7rem;
    line-height: 20px;
}
.footer-menu-link li a {
    color: var(--color-light-white2);
    text-decoration: none;
}
.footer-header h3:hover, .footer-menu-link li a:hover, .footer-nav a:hover {
    color: var(--color-light-orange);
    text-decoration: underline !important;
}
.ft-pay-img img {
    object-fit: contain;
    margin-bottom: 0.7rem;
    margin-right: 0.1rem;
}
.ft-contact li {
    display: inline-block;
}
.ft-contact li:not(:last-child) {
    margin-right: 1rem;
}
.ft-contact li a {
    color: var(--color-light-white2);
    font-size: 25px;
    text-decoration: none;
}
.ft-contact li span i {
    color: var(--color-orange);
}
.ft-contact li a:hover {
    color: var(--color-orange);
    text-decoration: underline;
}
.footer_social {
    display: block;
    text-align: right;
    margin: 0;
    padding: 0;
}
.footer_social li {
    display: inline-block;
    margin-left: 10px;
}
.footer_social span {
    color: var(--color-orange);
    font-size: 25px;
    display: block;
    font-weight: 600;
}
.footer_social a {
    color: var(--color-black);
    background-color: var(--color-white);
    border-radius: 50%;
    font-size: 25px !important;
    font-weight: 400;
    height: 28px;
    width: 28px;
    display: inline-block;
    line-height: 26px;
    text-align: center;
}
.footer_social a:hover {
    color: var(--color-orange);
}
.ft-follow-txt {
    color: var(--color-orange);
    font-size: 25px;
    line-height: 18px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-right: 0.7rem;
}
.ft-promo {
    font-size: 15px;
}
.ft-promo a:hover {
    color:var(--color-light-orange);
}
.ft-social-ico {
    width: 20px;
    height: 25px;
    object-fit: contain;
}
.ft-w-text {
    color: var(--color-white) !important;
}
.subscribe-form {
    position: relative;
    background: var(--color-white);
    border-radius: 5px;
    border: 0px solid transparent;
}

.subscribe-form input {
    background: transparent;
    border: 0px;
    padding: 15px 30px;
    font-size: 17px;
    width: 100%;
}
.subscribe-form input::placeholder {
    color: #aaaaaa;
}
.subscribe-form input:focus {
    outline: none;
}
.subscribe-form .f-sc-btn {
    background: var(--color-orange);
    border-radius: 0 5px 5px 0;
    margin: 0px;
    color: var(--color-black);
    text-transform: uppercase;
    min-width: 8rem;
}
.copyright-div {
    background: #1c1c1c;
    padding: 35px 0;
}
.copyright-text {
    color: var(--color-light-white2);
    font-size: 14px;
}
.ft-row-wr {
    padding-top: 40px;
}
.footer-nav li {
    display: inline;
    font-size: 14px;
}
.footer-nav li:not(:last-child) {
    border-right: 2px solid #ffffff;
}
.footer-nav li a {
    color: var(--color-light-white2);
    text-decoration: none;
    margin: 0px 10px;
}
@media (min-width: 1069px){
    .footer_social {
        margin-top: -35px;
    }
}
/*-----Footer Section End-----*/

/*-----Block Content Section-----*/
.bg-min-h {
    min-height: 400px;
}
.bg-min-h1 {
    min-height: 335px;
}
.bg-min-h2 {
    min-height: 135px;
}
.img-border-r {
    border-radius: 0px 10px 10px 0px;
}
.img-border-l {
    border-radius: 10px 0px 0px 10px;
}
.bc-content {
    font-weight: 500;
}
.bc1-img1 {
    background: url('/wp-content/themes/a2hosting/assets/images/managed-wp/Image-3-01.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.bc1-img2 {
    background: url('/wp-content/themes/a2hosting/assets/images/managed-wp/Here-to-help-01.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.bc1-img3 {
    background: url('/wp-content/themes/a2hosting/assets/images/managed-wp/Security-never-sleeps-01.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.bc2-img1 {
    background: url('/wp-content/themes/a2hosting/assets/images/managed-wp/managed_wordpress_premium_features.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.bc2-img2 {
    background: url('/wp-content/themes/a2hosting/assets/images/managed-wp/mwp_support_bg.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.bc2-img3 {
    background: url('/wp-content/themes/a2hosting/assets/images/managed-wp/mwp_support_bg.webp');
    background-repeat: no-repeat;
    background-size: contain;
    background-position-y: 250px;
}
.bc2-img4 {
    background: url('/wp-content/themes/a2hosting/assets/images/managed-wp/why_a2_hosting-min_2.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.lazyload-bg{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg-green {
    background-color: var(--color-green);
}
.bg-light-green {
    background-color: var(--color-light-green);
}
.bg-light-grey {
    background-color: var(--color-light-grey);
}
.bg-light-white {
    background-color: var(--color-light-white);
}
.bg-a2-image:before {
    content: '';
    left: -232px;
    top: -115px;
    position: absolute;
    height: 845px;
    width: 800px;
    opacity:0.1;
    background: url('/wp-content/themes/a2hosting/assets/images/a2_watermark.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
@media screen and (max-width: 767px) {
    .bg-a2-image:before {
        left: 0;
        top: 10vh;
        height: 300px;
        width: 100vw;
    }
}
@media screen and (min-width:1400px) {
    .contact-wr {
        padding-left: 60px !important;
    }
}
@media screen and (max-width:1400px) {
    .contact-wr {
        padding-right: 0 !important;
    }
}
/*-----Block Content Section End-----*/

/*-----Awards Section-----*/
.awards-section .a2-section-bg {
  position: absolute;
  margin-top: 3%;
  margin-left: 0%;
  z-index: 1000;
  min-height: 485px;
  padding: 60px !important;
}
.awards-section .awards-right {
  background-repeat: no-repeat;
  background-size: cover;
  height: 570px;
}
@media (min-width: 1440px) {
  .awards-section .awards-left {
    margin-left: 8rem;
  }
}
@media all and (min-width: 1200px) {
	.awards-section .awards-left {
	  margin-left: 9rem;
	}

	.wp-section .sticky-top {
	    top: 282px !important;
	}
}
@media screen and (max-width:992px) {
    .awards-section .a2-section-bg {
        min-height: fit-content;
        margin-left: 8rem;
        width: 100%;
        position: relative;
    }
}
@media screen and (max-width:768px) {
    .awards-section .a2-section-bg {
        padding: 30px !important;
        margin-top: 2% !important;
    }
    .awards-section .awards-right {
        height: 340px !important;
    }
}
/*-----Awards Section End-----*/

/*-----Partners Section CSS Start-----*/
.partner-title,
.partners-why-title,
.partners-features-title{
    font-size: 24px;
}
.partners-a2hosting-title{
    font-size: 26px;
}
.partners-why-subtitle,
.partners-features-subtitle{
    font-size: 18px;
    height: 45px;
}
.partners-features img{
    height: 75px;
}
/*-----Partners Section CSS End-----*/

/*-----Contact Section CSS Start-----*/
.a2hosting-support .contact-left {
  background-position-x: center;
  background-position-y: top;
  background-repeat: no-repeat;
  background-size: cover;
  color: var(--color-white);
  height: 600px;
}
.a2hosting-support .contact-right h2,
.a2hosting-support .contact-right p,
.a2hosting-support .contact-right span  {
  color: var(--color-white);
}
.a2hosting-support .contact-right h2  {
  font-weight: 600;
  color: var(--color-white);
}
.a2hosting-support .contact-right .contact-link-title  {
  font-size: 18px;
  color: var(--color-white);
  line-height: 1.2;
  margin: 10px 0 20px
}
.a2hosting-support .chat-with-sales {
  font-size: 19px;
}
.a2hosting-support .contact-bottom-links {
  font-size: 14px;
}
@media screen and (max-width: 4098px) {
  .a2hosting-support .contact-left {
      height: 790px;
  }
}
@media screen and (max-width: 2732px) {
  .a2hosting-support .contact-left {
      height: 674px;
  }
}
@media screen and (max-width: 2560px) {
  .a2hosting-support .contact-left {
      height: 663px;
  }
}
@media screen and (max-width: 2049px) {
  .a2hosting-support .contact-left {
      height: 616px;
  }
}
@media screen and (max-width: 1821.33px) {
  .a2hosting-support .contact-left {
      height: 598px;
  }
}
@media screen and (max-width: 1707.50px) {
  .a2hosting-support .contact-left {
      height: 588px;
  }
}
@media screen and (max-width: 1517.78px) {
  .a2hosting-support .contact-left {
      height: 583px;
  }
}
@media screen and (max-width: 1450px) {
  .a2hosting-support .contact-left {
      height: 583px;
  }
}
@media all and (max-width: 1200px) {
  .a2hosting-support .contact-left {
      height: 597px;
  }
  .a2hosting-support .contact-right .supportcall,
  .a2hosting-support .contact-right .supportel {
      display: block;
  }
  .a2hosting-support .contact-right .supportcall {
      margin-top: 10px;
  }
}
@media screen and (max-width: 1092.80px) {
  .a2hosting-support .contact-left {
      height: 629px;
  }
}
@media (max-width: 1024px) {
  .a2hosting-support .contact-left {
      height: 629px;
  }
}
@media (max-width: 910.67px) {
  .a2hosting-support .contact-left {
      height: 598px;
  }
}
@media screen and (max-width:992px) {
  .a2hosting-support .contact-left {
      height: 598px;
  }
}
@media screen and (max-width:768px) {
  .a2hosting-support .contact-left {
      height: 657px;
  }
}
@media screen and (max-width:780.57px) {
  .a2hosting-support .contact-left {
      height: 657px;
  }
}
/*-----Contact Section CSS End-----*/

/*-----Experience Section-----*/
.experience-section img {
    /*height: 80px;*/
}
.experience-section h3 {
    font-size: 24px;
}
/*-----Experience Section End-----*/

/*-----Icons Section-----*/
.icons-section .s2-inner-div2 div {
    padding: 1% 5%;
}

.icons-section .s2-inner-div2 img {
    height: 100px;
    margin-bottom: 15px;
}

.icons-section .s2-inner-div2 .is-heading {
    font-family: 'Poppins';
    font-size: 20px;
    font-weight: 700;
    color: var(--color-black);
}

.icons-section .s2-inner-div2 .is-description {
    font-weight: 500;
    color: var(--color-black);
}

.is-sub-heading {
    max-width: 700px;
    font-weight: 500;
    margin: auto;
}
.mw-sprite {background: url('/wp-content/themes/a2hosting/assets/icons/wp-features-png/mw-spirits.png') no-repeat top left;width: 100px;height: 100px;background-size: cover;margin: auto;}
.mw-sprite.Icon1-01 {background-position: 0px 0;}
.mw-sprite.Icon2-01 {background-position: -106px 0;}
.mw-sprite.icon5-01 {background-position: -213px 0;}
.mw-sprite.Icon3-01 {background-position: -320px 0;}
.mw-sprite.Icon4-01 {background-position: -427px 0;}
.mw-sprite.wordpress {background-position: -534px 0;}
/*-----Icons Section End-----*/


/*-----Solutions Section-----*/
.web-hosting-solutions h3 {
    font-size: 24px;
}
@media all and (min-width: 992px) {
  .web-hosting-solutions .a2-hosting-solution-img {
    position: relative;
  }
}
@media screen and (max-width:767px) {
  .web-hosting-solutions .hosting-type {
    width: 20%;
  }
}
@media all and (max-width: 1200px) {
  .web-hosting-solutions .a2-hosting-solution-img {
    position: relative;
  }
  .web-hosting-solutions .a2-hosting-stats {
    font-size: 32px;
  }
}
/*-----Solutions Section End-----*/

/*-----WordPress Section-----*/
.wordpress-section .wordpress-col h3 {
    font-size: 26px;
    color: var(--color-green);
}
.wordpress-section .wordpress-col {
    border-bottom: 1px solid var(--color-light-white);
}
/*-----WordPress Section End-----*/

/*-----MVPS &UMVPS Section-----*/
.mvps-or-umvps .s2-inner-div2 div {
    padding: 1% 5%;
}
.mvps-or-umvps .s2-inner-div2 img {
    /*height: 100px;*/
    max-width: 350px;
    margin-bottom: 15px;
}
.mvps-or-umvps .s2-inner-div2 .heading {
    font-family: 'Poppins';
    font-size: 26px;
    font-weight: 700;
    color: var(--color-green);
    text-transform: uppercase;
}
.mvps-or-umvps .s2-inner-div2 .description {
    font-weight: 500;
    color: var(--color-black);
}
.mvps-or-umvps .sub-heading {
    max-width: 700px;
    font-weight: 500;
    margin: auto;
}
.mvps-or-umvps-a,
.mvps-or-umvps-b {
  color: var(--color-black);
  text-decoration: none;
  justify-content: center;
  align-items: center;
  padding: 5px;
}
.mvps-or-umvps-a {
  padding-right: 25px;
  grid-column: 1 / 3;
  grid-row-start: 1;
  margin-right: -185px;
}
.mvps-or-umvps-b {
  padding-left: 25px;
  grid-row-start: 1;
  grid-column: 3 / 5;
  margin-left: -185px;
}
.mvps-or-umvps span {
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 50%;
  z-index: 1;
  position: relative;
  box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.2);
  background-color: var(--color-green);
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  grid-column: 2 / 4;
  grid-row-start: 1;
  align-self: center;
}
ul.mvps-or-umvps-green-dot {
  list-style: none;
}
ul.mvps-or-umvps-green-dot li::before {
  content: "\2022";
  color: var(--color-green);
  font-weight: bold;
  font-size: 18px;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
@media (max-width: 992px) {
    .mvps-or-umvps .s2-inner-div2 div {
      /*padding: initial;*/
    }
    .mvps-or-umvps-a {
      padding-right: initial;
      grid-column: auto;;
      grid-row-start: auto;;
      margin-right: auto;
    }
    .mvps-or-umvps-b {
    padding-left: initial;
    grid-row-start: auto;
    grid-column: auto;
    margin-left: auto;
  }
}
@media (max-width: 768px) {
    .mvps-or-umvps .s2-inner-div2 div {
      /*padding: initial;*/
    }
    .mvps-or-umvps-a {
      padding-right: initial;
      grid-column: auto;;
      grid-row-start: auto;;
      margin-right: auto;
      margin-bottom: -20px;
    }
    .mvps-or-umvps-b {
    padding-left: initial;
    grid-row-start: auto;
    grid-column: auto;
    margin-left: auto;
    margin-top: -20px;
  }
}
/*-----MVPS & UMVPS Section End-----*/

/*-----Plans Section-----*/
.plans-section .row > * {
  padding-right: calc(var(--bs-gutter-x) * 0);
  padding-left: calc(var(--bs-gutter-x) * 0);
}
.plans-section ul {
  list-style: none;
  color: var(--color-grey);
  min-height: 470px;
}
.plans-section ul li::before {
  content: "\2022";
  color: var(--color-green);
  font-weight: bold;
  font-size: 18px;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.plans-section .card {
  border-radius: unset;
}
.plans-section .badge {
  background-color: var(--color-orange) !important;
  color: var(--color-black) !important;
  border-radius: 0px;
  right: -1px !important;
  top: -1px !important;
}
.plans-section .selected-prod {
  border-color: var(--color-orange) !important;
}
.plans-section .card h3 {
  font-size: 20px;
}
.plans-section .card .plan-price {
  font-size: 38px;
}
.plans-section .promo-desc span {
  color: var(--color-green);
}
.plans-section .plan-desc {
  /*min-height: 145px;*/
}
@media screen and (max-width:992px) {
    .plans-section .plan-desc {
        min-height: unset;
    }
    .plans-section .plans-card {
        padding-bottom: 20px;
    }
}
/*-----Plans Section End-----*/

/*-----MWP Plans Section-----*/
.plan-section {
    z-index: 1000;
    position: relative;
}
.plan-pricing .plan-img {
    height: 110px;
}

.feature-points {
    text-align: left;
}
.feature-points li {
    list-style: none;
    margin-bottom: 0.2rem;
    position: relative;
    padding-left: 28px;
    font-size: 14px;
    font-weight: 600;
}
.feature-points li:before {
    content: '';
    background: url(/wp-content/themes/a2hosting/assets/icons/check-black.svg);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 20px;
    height: 20px;
    margin: auto;
    background-repeat: no-repeat;
}
.plan-section2 .feature-points li:before {
    background: url(/wp-content/themes/a2hosting/assets/icons/check-green.svg);
}
.plan-name {
    background: var(--color-orange);
    border-radius: 8px;
    color: var(--color-white);
    font-size: 20px;
    position: relative;
    overflow: hidden;
}
.plan-section2 .plan-name {
    background: var(--color-green);
    margin:-1px;
    border-bottom-left-radius: unset;
    border-bottom-right-radius: unset;
}
.plan-name.featured-tag:before {
    position: absolute;
    top: 17%;
    left: -40%;
    background: var(--color-green);
    padding: 5px;
    font-size: 10px;
    width: 100%;
    transform: rotate(330deg);
}
.plan-section2 .plan-name.featured-tag:before {
    background: var(--color-orange);
    color: var(--color-black);
    font-weight: bold;
}
.p-outer-box {
    box-shadow: 0px 0px 60px 0px rgb(0 0 0 / 5%);
    margin: 1rem 0.5rem;
    border-radius: 8px;
    min-width: 20%;
    height: 100%;
}
.plan-box-outer {
    height: 85%;
}
.plan-box {
    padding: 0rem 1.2rem 0 1.2rem;
}
.ps-sprite {background: url('/wp-content/themes/a2hosting/assets/icons/plan-spirit-icon.png') no-repeat top left;width: 100px;height: 100px;background-size: cover;margin: auto;}
.ps-sprite.Fly2 { background-position: 0 0; }
.ps-sprite.Jump-01 {background-position: -110px 0;}
.ps-sprite.Run-01 {background-position: -216px 0;}
.ps-sprite.Sell-02 {background-position: -320px 0;}
@media (min-width: 987px) {
    .ft-scale {
        transform: scale(1.07);
        margin: 1rem;
    }
}
.hover-scale {
    transition: .5s;
}
.hover-scale:hover {
    transform: scale(1.07);
    margin: 1rem;
    transition: .5s;
}
.plan-description {
    font-weight: 600;
    /* min-height: 50px; */
}
.pricing {
    font-size: 30px;
    font-weight: 800;
}
.savings-text {
    color: #a4a4a4;
    font-weight: 500;
}
.savings-text .strike {
    text-decoration: line-through;
}
.plan-section-heading {
    font-weight: 800;
    /*font-size: 32px;*/
}
@media screen and (max-width:1200px) {a
    .savings-text {
        font-size: 14px;
    }
    .feature-points {
        padding-left: 0;
        max-width: 180px;
        margin: auto;
    }
}
/*-----Plans Section End-----*/


/*-----Wordpress Plans Section CSS Start-----*/
.wp-section {
    position: relative;
    padding: 50px 0;
}
.wp-section:before {
    content: '';
    position: absolute;
    left: 0;
    top: 20%;
    background-image: url(/wp-content/themes/a2hosting/assets/bg/bg-lines.png);
    height: 180px;
    width: 80px;
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
}
.wp-section:after {
    content: '';
    position: absolute;
    right: 0;
    top: 40%;
    background-image: url(/wp-content/themes/a2hosting/assets/bg/bg-lines.png);
    transform: rotate(180deg) scaleY(-1);
    background-size: contain;
    height: 180px;
    width: 80px;
    background-position: right;
    background-repeat: no-repeat;
}
.wp-sec-col {
    padding-top: 20px;
}
.wp-table-wrapper {
    margin-bottom: 20px;
}
.pricing-col {
    margin: 15px 0;
    display: flex;
}
.pricing-col-inner {
    background: var(--color-white);
    box-shadow: 0px 0px 15px var(--color-light-white);
    border-radius: 8px;
    overflow: hidden;
    transition: all .3s linear;
    width: 100%;
}
.pricing-col-inner:hover {
    transform: scale(1.02);
    box-shadow: 0px 0px 20px #ababab;
}
.pricing-col.hov-column-head > .pricing-col-inner{
    transform: scale(1.02);
    box-shadow: 0px 0px 20px #ababab;
}
span.pr-title {
    padding: 10px;
    display: block;
    background: var(--color-orange);
    color: var(--color-white);
    text-transform: uppercase;
    font-size: 24px;
    font-family: 'Raleway', sans-serif;
    position: relative;
    transition: all .2s linear;
}
.pr-cnt-inner {
    padding: 22px;
}

span.pr-sub-headline {
    font-family: 'Raleway';
}
h3.pr-title {
    font-size: 43px;
    font-weight: 800;
    color: #128413;
    margin: 0;
}
.plan-title {
    color: #000;
    opacity: .5;
    margin-bottom: 14px;
}
span.pr-title.run-ttl:before {
    display: none;
    content: 'Most Popular';
    position: absolute;
    top: 17%;
    left: -36%;
    background: var(--color-green);
    padding: 5px;
    font-size: 8px;
    width: 100%;
    transform: rotate(330deg);
}
p.plan-discount span {
    display: block;
    font-weight: 400;
}

p.plan-discount {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.4;
}
.wp-section .accordion-header-title {
    background: var(--color-grey);
    box-shadow: none;
    color: var(--color-white);
    font-weight: 700;
    font-size: 20px;
    padding: 20px;
    border-radius: 0 !important;
    margin-bottom: 10px;
}
.wp-section .accordion-item {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border: 0;
}
.wp-section .accordion-item+.accordion-item {
    margin-top: 10px;
}
.wp-section .accordion-button.collapsed {
    background: var(--color-light-white);
    border-radius: 0;
    color: var(--color-dark-black);
    font-weight: 700;
    font-family: 'Raleway', sans-serif;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    font-size: 20px;
    box-shadow: none;
}
.wp-section .accordion-button:not(.collapsed){
    background: var(--color-grey);
    box-shadow: none;
    color: var(--color-white);
    font-weight: 700;
    font-size: 20px;
    border-radius: 0 !important;
}
.wp-section  .accordion-body {
    border: 1px solid var(--color-light-white);
}
.accordion-button {
    padding: 18px 25px 18px 25px;
}
.accordion-button::after {
    background-image: url(/wp-content/themes/a2hosting/assets/icons/arrow_down.svg);
    background-size: 39px;
    width: 21px;
    height: 21px;
    background-position: center;
    /*transform: rotate(180deg);*/
}
.wp-section .accordion-button:not(.collapsed)::after {
    background-image: url(/wp-content/themes/a2hosting/assets/icons/arrow_up-white.png);
    transform: rotate(0deg);
    width: 20px;
    background-size: contain;
    transform: rotate(180deg);
}
.wp-table-row {
    border: 1px solid var(--color-light-white);
    border-bottom: 0;
    display: flex;
    transition: .2s linear;
}
.wp-table-row:hover {
    background-color: rgb(224 224 224 / 50%);
}
span.wp-tbl-col.hov-column-head,
span.wp-col-headline.hov-column {
    background-color: rgb(224 224 224 / 50%);
}
span.wp-col-headline.hov-column:hover,
span.wp-tbl-col.hov-column-head:hover {
    background: rgb(18 132 19 / 17%) !important;
}
.wp-table-row:last-child {
    border-bottom: 1px solid var(--color-light-white);
}
.sub-accordion-list .accordion-body {
    border: 1px solid var(--color-light-white);
}
span.wp-col-headline {
    color: var(--color-dark-black);

    font-size: 18px;
    padding: 15px;
    flex: 0 0 25%;
    max-width: 25%;
    align-self: center;
    border-right: 1px solid var(--color-light-white);
    font-weight: 700;
}
span.wp-tbl-subheadling {
    font-size: 14px;
    display: block;
    font-weight: 400;
    font-style: italic;
}
span.wp-tbl-col {
    flex: 0 0 18.75%;
    max-width: 18.75%;
    padding: 15px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

span.wp-tbl-col>img {
    width: 20px;
}

span.wp-tbl-col+span.wp-tbl-col {
    border-left: 1px solid var(--color-light-white);
}
.accordion-body.sub-accordion-list {
    margin-top: 10px;
}
span.pr-symbol {
    font-size: 30px;
    position: relative;
    top: -10px;
}
.wp-section-inner {
    position: relative;
    z-index: 1;
}
.accordion-wp {
    transition: bottom .5s ease;
}
.turbo-text {
    font-size: 14px;
}
div#products-tabContent {
    margin-top: 30px;
}
@media (min-width: 992px) {
    .wp-table-box {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        background-color: #ffffff;
        z-index: 99999;

    }
}
@media screen and (max-width:1200px) {
    h3.pr-title {
        font-size: 30px;
    }

    span.pr-title.run-ttl:before {
        left: -31%;
    }

    span.wp-col-headline {
        flex: 1;
        max-width: 100%;

    }
    span.pr-symbol {
        font-size: 20px;
        top: -7px;
        left: 4px;
    }
    .pr-cnt-inner {
        padding: 14px;
    }
    .pr-cnt-inner .default-button {
        padding: 15px 16px;
        min-width: 112px;
    }
    .turbo-logo:after {
        left: calc(100% - 40px) !important;
    }
    .ft-contact li a {
        font-size: 22px !important;
    }
}

@media screen and (max-width:991px) {
    h3.pr-title {
        font-size: 64px;
    }

    span.pr-symbol {
        font-size: 36px;
        position: relative;
        top: -10px;
        line-height: 0;
        margin-right: 3px;
    }

    .plan-title,
    span.pr-sub-headline {
        font-size: 20px;
    }

    .plan-title {
        margin-bottom: 30px;
    }

    p.plan-discount {
        font-size: 24px;
        margin-bottom: 30px;
    }

    p.plan-discount span {
        font-weight: 500;
    }
    .pr-cnt-inner .default-button {
        font-size: 22px;
        letter-spacing: 1px;
        padding: 20px 30px;
    }
    .pr-cnt-inner .default-button {
        font-size: 22px;
        letter-spacing: 1px;
        padding: 20px 30px;
    }
    .wp-tab-view ul.nav-tabs {
        flex-wrap: nowrap;
    }
    .wp-table-row .wp-tbl-col {
        display: none;
    }
    .wp-table-row .wp-tbl-col.active-col {
        display: flex;
        flex: 0 0 30%;
        max-width: 30%;
    }
    .wp-tab-view ul.nav-tabs li {
        flex: 1;
        text-align: center;
    }
    .wp-tab-view {
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0px 0px 9px var(--color-light-white);
        margin-bottom: 40px;
    }
    .wp-tab-view ul.nav-tabs li a {
        font-size: 20px;
        text-transform: uppercase;
        color: var(--color-white);
        padding: 20px 20px;
        background: var(--color-orange);
        font-family: 'Raleway';
        font-weight: 700;
        letter-spacing: 1px;
        height: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 0;
        border: 1px solid #fd9939;
    }
    .plan-section2 .wp-tab-view ul.nav-tabs li a {
        background: var(--color-green);
        /* color: var(--color-green); */
        border: 1px solid var(--color-green);
    }
    .wp-tab-view ul.nav-tabs li a.active {
        font-size: 34px;
        font-weight: 900;
        border-top: 1px solid #fd9939;
        border-bottom: 1px solid #fd9939;
    }
    .plan-section2 .wp-tab-view ul.nav-tabs li a.active {
        border-top: 1px solid var(--color-green);
        border-bottom: 1px solid var(--color-green);
        background: var(--color-white);
    }
    .wp-tab-view .tab-content {
        padding: 20px;
        background: var(--color-white);
    }
    .wp-sec-col.fixed {
        position: relative;
    }
    .contact_block > div {
        text-align: center;
    }
    .contact_block > div .c2 {
        justify-content: center !important;
    }
    .turbo-logo:after {
        left: 7.5rem !important;
    }
    .footer-newsletter-form{
        display: block !important;
    }
    .footer_social {
        display: block;
        margin-top: 20px;
    }
    .footer_social li.ft-follow-txt {
        display: block;
        margin-bottom: 10px;
    }
}
@media screen and (max-width:767px) {
    .bg-a2-image:before {
        left: 0;
        top: 10vh;
        height: 300px;
        width: 100vw;
    }
    .wp-tab-view ul.nav-tabs li a {
        padding: 20px 10px;
    }

    .wp-tab-view ul.nav-tabs li a.active {
        font-size: 28px;
    }
    .turbo-logo:after {
        left: calc(50vw - 50px) !important;
    }
}
@media screen and (max-width: 390px) {
    .soc-ic-wr {
        padding-top: 30px;
    }
    .fs-14-sm {
        font-size: 14px !important;
        text-align: center;
    }
}
/*-----Wordpress Plans Section CSS End-----*/

/*-----Guide Section-----*/
.guide-link:hover,
.guide-link:visited {
    color: #000000;
    text-underline-offset: 5px;
    text-decoration: underline;
}
.guide-link {
    text-decoration: none;
}
.guide-section2 .guide-heading {
    color: var(--color-green);
}
.guide-heading {
    position: relative;
    padding-right: 35px;
}
.guide-heading:before {
    content: '';
    background: url('/wp-content/themes/a2hosting/assets/icons/right-arrow.svg');
    background-repeat: no-repeat;
    position: absolute;
    height: 30px;
    width: 30px;
    right: 0;
    bottom: 0;
}
.guide-section2 .guide-heading:before {
    background: url('/wp-content/themes/a2hosting/assets/icons/right-arrow-green.svg');
}

.guide-section2 .hr-spacer {
    background-color: var(--color-green);
}
.hr-spacer {
    margin-top: 2rem;
    margin-bottom: 2rem;
    background: #000000;
    border: 0px;
    height: 1px;
}
/*-----Guide Section End-----*/

/*-----Homepage Hero Section-----*/
.homepage-hero-section .hero-sec-img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.homepage-hero-section h1.hero-upto {
    font-size: calc(2.8rem + 2.0vw);
    color: var(--color-green);
    display: block;
}
.homepage-hero-section h1.hero-faster-webhosting {
    font-size: calc(1.6rem + 1.6vw);
    color: var(--color-black);
    display: block;
}

.homepage-hero-section h2.hero-faster-webhosting {
    font-size: calc(1.6rem + 1.6vw);
    color: var(--color-black);
    display: block;
}

/*Black Friday*/
.a2-hosting-black-friday {
    background: linear-gradient(#060a12, #000);
    color: var(--color-white);
}
.a2-hosting-black-friday h1.hero-upto {
    color: #F28A0B;
    display: block;
}
.a2-hosting-black-friday h1.hero-faster-webhosting {
    color: var(--color-white);
    display: block;
}
/*-----Homepage Section End-----*/

/*-----A2Opt Hero Section-----*/
.hero-section {
    overflow-x: hidden;
    position: relative;
    padding-bottom: 30px;
}
@media (min-width: 992px) {
    .hero-section:before {
        content: '';
        position: absolute;
        background: url('/wp-content/themes/a2hosting/assets/bg/bg-lines.png');
        background-repeat: no-repeat;
        height: 180px;
        background-size: contain;
        width: 100%;
        bottom: 8%;
        z-index: -1;
    }
}
.hero-inner-div1 {
    position: relative;
}
.hero-banner-info {
    padding-top: 50px;
    padding-bottom: 20px;
}
.hero-section .hero-sec-img {
    /*background: url('./assets/images/a2optimized/a2_optimized_hero_image.webp');*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}
.hero-section .hero-sec-img.bg-min-h {
    min-height: 400px;
}
.hero-sec-icons .p-icons img {
    height: 80px;
    margin-bottom: 5px;
}
.hero-section .heading1 {
    font-size: calc(2.3rem + 1.5vw);
}
.hero-section h6 {
    font-size: calc(0.6rem + 0.5vw);
}
.heading3 {
    font-weight: 800;
}
.color-green {
    color: var(--color-green);
}
.color-lime-green {
    color: var(--color-lime-green);
}
.color-orange {
    color: var(--color-orange);
}
.color-white {
    color: var(--color-white);
}
.color-light-white2 {
    color: var(--color-light-white2);
}
.color-white-link:hover {
    color: var(--color-white);
}
.color-black {
    color: var(--color-black) !important;
}

.hero-inner-div2 p {
    font-weight: 600;
}

.bd-right:not(:nth-last-child(1)) {
    border-right: 1px solid #ccc;
}

.border-green {
    border: 2px solid var(--color-green);
}

.hero-sec-icons{
    max-width: 100%;
}
.sprite {background: url('/wp-content/themes/a2hosting/assets/icons/hero-section-icons/sprite.png') no-repeat top left;width: 80px;height: 80px;background-size: cover;}
.sprite.increase-sale { background-position: 0 0; }
.sprite.less-time {background-position: -170px 0;}
.sprite.search-engine {background-position: -85px 0;}

@media screen and (max-width:991px) {
    .hero-section{
        padding-bottom: 0;
    }
    .hero-banner-info {
        padding-top: 20px;
        padding-bottom: 40px;
    }
    .category-dedicated-hosting .hero-banner-info {
        padding-top: 20px;
        padding-bottom: 0px;
    }
    .category-dedicated-hosting div#products-tabContent {
        margin-top: 0px;
    }
    .category-dedicated-hosting .p-outer-box {
        margin-top: 0px;
    }
    .category-shared-hosting .hero-banner-info {
        padding-top: 20px;
        padding-bottom: 0px;
    }
    .category-shared-hosting .plan-section.pb-4,
    .category-shared-hosting .plan-section.py-5,
    .category-shared-hosting .plan-section.mt-4,
    .category-shared-hosting .plan-section .pb-4 {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
        margin-top: 0rem!important;
    }
    .category-shared-hosting .row.plan-pricing.justify-content-center.pb-5 {
        padding-bottom: 10px !important;
    }
    .hero-sec-icons{
        justify-content: center;
        max-width: 100% !important;
    }
    .contact_block .c1 {
        text-align: center;
    }
    .ft-pay-img {
        text-align: center;
    }
    .news-block {
        justify-content: space-around !important;
    }
    .sub-form-wr {
        max-width: 630px;
        margin: auto;
    }
}
@media screen and (max-width:767px) {
    .icons-section .s2-inner-div2 div {
        padding: 1% 5% 20px !important;
    }
    .feature-points.bg-min-h2 {
        min-height: unset;
    }
}
@media screen and (max-width:450px) {
    .contact_block .call-us {
        padding-left: 10px;
    }
}
@media screen and (max-width:450px) {
    .contact_block .phone-blk, .contact_block .call-us {
        font-size: 14px;
    }
}
/*-----A2Opt Hero Section End-----*/

/*-----Hosting by Solution Section-----*/
.hbs-content {
  background-color: var(--color-white);
  padding: 30px;
  min-height: 315px;
}
.hbs-content h3.fw-bold {
  text-transform: uppercase;
  font-size: 18px;
}
.hbs-content .img-fluid {
  height: 110px;
}
.hbs-content .last-img {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.last-content {
  margin: 0;
  padding: 0;
  background-repeat: no-repeat;
  background-size: cover;
}
@media all and (min-width: 992px) {
    .hbs-content {
      padding: 20px;
      min-height: 340px;
    }
    .hbs-content h3.fw-bold {
      font-size: 16px;
    }
    .hbs-content p {
      font-size: 14px;
    }
}
@media all and (min-width: 1440px) {
    .hbs-content {
      padding: 20px;
      min-height: 293px;
    }
}
/*-----Hosting by Solution Section End-----*/

/*-----MWP Testimonials Section-----*/
.testimonials-section {
    position: relative;
    overflow-x: hidden;
}
.testimonials-section:before {
    content: '';
    background: url('/wp-content/themes/a2hosting/assets/icons/quote.webp');
    background-repeat: no-repeat;
    position: absolute;
    background-size: contain;
    left: 0;
    right: 0;
    margin: auto;
    height: 200px;
    width: 200px;
    z-index: -2;
}
.ts-pb-txt {
    font-weight: 900;
}
.tx-pb-img {
    height: 20px;
    margin: 0 0.3rem 0.3rem 0.3rem;
}
.testimonial-carousel {
    position: relative;
}
@media (min-width: 620px) {
    .testimonial-carousel {
        margin-right: calc(-1rem + -15px);
    }
}
@media (min-width: 426px) {
    .testimonials-section:before {
        left: 10px;
        right: 0;
        margin: unset;
    }
    .testimonial-carousel:before {
        content: '';
        position: absolute;
        right: 0;
        top: -13%;
        bottom: -5%;
        left: 40%;
        background: var(--color-green);
        z-index: -1;
        border-radius: 10px 0px 0px 10px;
    }
    .testimonial-single {
        visibility: hidden;
        opacity: 0;
    }
    .owl-item.active .testimonial-single {
        visibility: visible;
        opacity: 1;
        transition: 0.5s;
        min-height: 300px;
    }

}
.testimonial-single {
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0px 0px 60px 0px rgb(0 0 0 / 10%);
    transition: 0.5s;
}
.last-active-testimonial .testimonial-single {
    border-radius: 8px 0px 0px 8px;
    transition: 1s;
}
.ts-img {
    height: 80px;
    width: 80px;
    background-size: contain;
    background-position: center;
    border-radius: 50%;
    position: absolute;
    top: -50px;
    display:none;
}
.ts-rating-number {
    font-size: 14px;
    font-weight: 600;
}
.ts-rating-star {
    --percent: calc(var(--rating) / 5 * 100%);
    display: inline-block;
    font-size: 20px;
    line-height: 1;
}
.ts-rating-star:before {
    letter-spacing: 1px;
    background: linear-gradient(90deg, #fc0 var(--percent), #fff var(--percent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.ts-review {
    font-size: 13px;
    font-weight: 500;
    min-height: 170px;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow-x: hidden;
	overflow-y: hidden;
}
.ts-review:hover {
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	overflow-y: auto;
}

.ts-name {
    font-weight: 800;
}
.testimonial-carousel {
    float: right;
}
.owl-carousel .owl-stage-outer {
    overflow: visible;
}
.owl-nav {
    display: flex;
    justify-content: flex-end;
    margin-right: 4rem;
}
.owl-prev,
.owl-next {
    opacity: 1;
    transition: 1s;
}
.owl-prev.disabled,
.owl-next.disabled {
    opacity: 0.3;
    transition: 1s;
}
.ts-nav-img {
    height: 30px;
}
/*-----MWP Testimonials Section End-----*/

/*-----MWP Blog Section-----*/
.blog-box-outer {
    box-shadow: 0px 0px 60px 0px rgb(0 0 0 / 11%);
    border-radius: 1px;
    overflow: hidden;
    transition: .5s;
    min-height: 350px;
}
.blog-box-outer:hover{
    transform: scale(1.04);
}
.blog-img {
    /*height: 150px;*/
    width: 100%;
    object-fit: fill;
}
.blog-single-title {
    font-weight: 700;
}
.blog-single-title a,
.blog-single-title a:hover {
    color: var(--color-green);
}
.blog-single-description {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 500;

}
.blog-rm-btn {
    color: var(--color-orange);
    font-size: 15px;
}
.blog-rm-btn:hover {
    color: var(--color-orange);
}
/*-----MWP Blog Section End-----*/

/*-----Features Box Section-----*/
.features-box-section {
    background-color: var(--color-green);
    position: relative;
    border-radius: 10px;
    overflow-x: hidden;
    padding: 30px 0 40px;
}
@media (min-width: 992px) {
    .features-box-section:before {
        content: '';
        position: absolute;
        background: url('/wp-content/themes/a2hosting/assets/bg/bg-lines.png');
        background-repeat: no-repeat;
        background-size: contain;
        height: 200px;
        width: 100%;
        left: -20px;
        bottom: 50px;
        z-index: -1;
    }
    .features-box-section:after {
        content: '';
        position: absolute;
        background: url('/wp-content/themes/a2hosting/assets/bg/bg-lines.png');
        transform: rotate(180deg) scaleY(-1);
        background-repeat: no-repeat;
        background-size: contain;
        height: 200px;
        width: 100%;
        top: 20px;
        right: -20px;
        z-index: -1;
    }
}
.ftb-sec-title {
    font-weight: 800;
    text-transform: uppercase;
    color: #ffffff;
}
.ftb-sec-desc {
    color: #ffffff;
    font-size: 17px;
}
.ft-box {
    padding-top: 40px;
    padding-bottom: 40px;
}
.ft-box-inner {
    background: #ffffff;
    border-radius: 10px;
    height: 100%;
    position: relative;
    transition: .5s;
}
.ft-box-inner:hover {
    transform: scale(1.04);
}
.ft-image {
    background: var(--color-orange);
    height: 70px;
    width: 70px;
    margin: auto;
    border-radius: 100%;
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    /*background-position: center;*/
    /*background-size: 36px;*/
}
.ft-image-inner {
    background: url('/wp-content/themes/a2hosting/assets/icons/wp-features.png');
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    transform: scale(0.6);
}
.ft-title {
    font-weight: 800;
    color: var(--color-orange);
}
.ft-description {
    font-size: 14px;
    font-weight: 500;
}
/*-----Features Box Section End-----*/

/*---MWP Features Icon---*/
.ico-server {
    background-position: -286px -10px;
}
.ico-server_storage {
    background-position: 3px -8px;
}
.ico-linux {
    background-position: -65px -10px;
}
.ico-cache_solution {
    background-position: -442px 5px;
}
.ico-google {
    background-position: -135px -5px;
}
.ico-security {
    background-position: -208px 0px;
}
.ico-backup_and_restore {
    background-position: -356px -5px;
}
.ico-php_mysql {
    background-position: -520px 0px;
    width: 87px;
    left: -7px;
}
.icon-para {
    width: 80px;
    height: 80px;
    background-position-x: -80px !important;
}
/*---MWP Features Icon---*/

/*-----MWP Points Section-----*/
.points-section {
    background-color: var(--color-green);
}
.points-section .ps-image-bg {
    background: url('/wp-content/themes/a2hosting/assets/images/managed-wp/managed_wordpress_premium_features.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
}
.points-section .ps-image-bg.bg-min-h {
    min-height: 400px;
}
.ps-sec-title {
    color: #ffffff;
}
.points-section .ps-content-div {
    padding: 2rem;
    color: var(--color-white);
}
@media (min-width: 768px) {
    .points-section .ps-content-div {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
}
.points-section .ps-content-div h2 {
    font-weight: 800;
}
.points-section .ps-content-div .points-list li {
    list-style: none;
    margin-bottom: 1rem;
    position: relative;
    padding-left: 38px;
}

.points-section .ps-content-div .points-list li:before, .block-content-section .points-list li:before {
    content: '';
    background: url(/wp-content/themes/a2hosting/assets/icons/check-orange.svg);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 30px;
    margin: auto;
    background-repeat: no-repeat;
}

.points-section .ps-content-div .single-text {
    text-transform: uppercase;
    font-weight: 500;
}
.points-section .ps-content-div .support-img {
    height: 40px;
    margin-right: 10px;
}
.points-section .ps-content-div .support-text {
    font-size: 20px;
    font-weight: 700;
}
/*-----MWP Points Section End-----*/

/* Start MWP FAQ Section */
.faq-section {
    padding: 50px 0;
}
.faq-list .accordion-button::after {
    background-image: url("/wp-content/themes/a2hosting/assets/icons/plus.svg");
    /* transform: scale(.7) !important; */
    background-size: 18px;
    filter: brightness(0) invert(1);
}
.faq-list .accordion-button:not(.collapsed)::after {
    background-image: url("/wp-content/themes/a2hosting/assets/icons/minus.svg");
}
.faq-list .accordion-item {
    border: 0;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 5%);
}
.faq-list .accordion-item+.accordion-item {
    margin-top: 14px;
}
.faq-list .accordion-button {
    background-color: var(--color-green);
    border-radius: 0;
    color: var(--color-white);
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    outline: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}
.faq-list .accordion-button:focus {
    outline: 0;
    box-shadow: none;
}
.faq-list .card-body {
    padding: 1rem 2rem;
}
.card-body ul li {
    margin: 8px 0;
}
.faq-list .accordion-item .card-body p a {
    color: var(--bs-body-color);
    text-underline-offset: 2px;
}
.faq-list2 .accordion-button::after {
    filter: brightness(0%);
}
.faq-list2 .accordion-button {
    color: var(--color-black-heading);
    background-color: unset;
    border-radius: unset;
    border: none;
}
.faq-list2 .accordion-item {
    box-shadow: none;
}
.faq-list3 .accordion-button {
    border: 2px solid var(--color-green);
    background-color: rgb(237, 242, 237);
    color: var(--color-green);
}
/* End MWP FAQ Section */

/* Custom Comparison Section */
ul.cmp-ph {
    min-height: 348px;
}
.green-outlined {
    background-color: white;
    color: var(--color-green);
    border: 1px solid var(--color-green);
}
.green-outlined:hover {
    color: var(--color-green);
}
.turbo-logo {
    height: 21px;
    width: 100px;
}
.turbo-logo:after {
    content: '';
    position: absolute;
    background-image: url(/wp-content/themes/a2hosting/assets/images/turbo_web_hosting.png);
    background-repeat: no-repeat;
    width:100px;
    height: 50px;
    left: 90%;
}
.turbo-text {
    font-size: 14px;
}
/* Custom Comparison Section End */

/*-----Wordpress Plans Section CSS Start-----*/
.wp-plan-hero {
    background-image: url(/wp-content/themes/a2hosting/assets/bg/bg-compare-plan-hero.webp);
    background-size: cover;
    background-repeat: no-repeat;
    color: var(--color-white);
    min-height: 220px;
}
.wp-plan-hero h1 {
    color: var(--color-white);
    font-size: 30px;
    font-weight: 700;
}
.wp-plan-hero a {
    color: var(--color-white);
}
.wp-compare-section {
    position: relative;
    padding: 0px 0;
}
.wp-compare-section:before {
    content: '';
    position: absolute;
    left: 0;
    top: 20%;
    background-image: url(/wp-content/themes/a2hosting/assets/bg/bg-lines.png);
    height: 180px;
    width: 80px;
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
}
.wp-compare-section:after {
    content: '';
    position: absolute;
    right: 0;
    top: 40%;
    background-image: url(/wp-content/themes/a2hosting/assets/bg/bg-lines.png);
    transform: rotate(180deg) scaleY(-1);
    background-size: contain;
    height: 180px;
    width: 80px;
    background-position: right;
    background-repeat: no-repeat;
}
.wp-compare-section .section-title {
    font-size: 32px;
    padding-left: 18px;
    margin-top: 85px;
}
.wp-compare-section .wp-table-wrapper {
    margin-bottom: 0px;
}
.wp-compare-section .wp-pricing-col {
    margin: 0;
    display: flex;
    padding: 0;
}
@media (min-width: 576px) {
    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.3222222%;
    }
}
.wp-compare-section .active-col {
    border-left: 3px solid var(--color-orange);
    border-right: 3px solid var(--color-orange);
    border-bottom: 3px solid var(--color-orange);
    /*width: 16.66666667%;*/
    margin-left: -2px;
}
.wp-compare-section span.wp-tbl-col.active-col{
    border-left: none !important;
    border-right: none !important;
    z-index: 2;
}
.wp-compare-section span.wp-tbl-col i.green {
    color: var(--color-green);
}
.wp-compare-section span.wp-tbl-col i.gray {
    color: var(--color-light-grey);
}
.wp-compare-section .wp-pricing-col-inner {
    box-shadow: none;
    overflow: hidden;
    transition: all .3s linear;
    width: 100%;
}
.wp-compare-section .wp-pricing-col-inner:hover {
    box-shadow: none;
}
.wp-compare-section .wp-pricing-col.hov-column-head > .wp-pricing-col-inner{
    box-shadow: none;
}
.wp-compare-section .pricing-title {
    padding: 10px 0 0px 0;
    display: block;
    color: var(--color-black);
    text-transform: uppercase;
    font-size: 24px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    position: relative;
    transition: all .2s linear;
}
.wp-compare-section #jump,
.wp-compare-section .pr-sub-headline.jump-sttl {
    background: var(--color-orange);
}
.wp-compare-section #jump .jump-ttl,
.wp-compare-section #jump .jump-sttl,
.wp-compare-section #jump .pr-cnt-inner {
    background: var(--color-white);
}
.wp-compare-section .pr-rec-title {
    padding: 10px;
    display: block;
    color: var(--color-black);
    background: var(--color-orange);
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    position: relative;
    transition: all .2s linear;
    height: 45px;
}
.wp-compare-section .pr-empty-title {
    padding: 10px;
    display: block;
    height: 45px;
}
.wp-compare-section .pr-cnt-inner {
    padding: 10px;
}
.wp-compare-section .pr-heading-wrap {
    min-height: 109px;
    height: 109px;
}
.wp-compare-section span.pr-sub-headline {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
}
.wp-compare-section h3.pricing-title {
    font-size: 28px;
    font-weight: 800;
    color: var(--color-black);
    margin: 0px 0px 10px 0px;
    text-transform: none;
}
.wp-compare-section .plan-title {
    color: var(--color-black);
    opacity: .5;
    margin-bottom: 14px;
}
.wp-compare-section span.pricing-title.run-ttl:before {
    display: none;
    content: 'Most Popular';
    position: absolute;
    top: 17%;
    left: -36%;
    background: var(--color-green);
    padding: 5px;
    font-size: 8px;
    width: 100%;
    transform: rotate(330deg);
}
.wp-compare-section p.plan-discount span {
    display: block;
    font-weight: 400;
    font-size: 12px;
    color: var(--color-green);
}
.wp-compare-section p.plan-discount {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.4;
}
/*Make accordion collabsible*/
.wp-compare-section .accordion-item .accordion-header{
    position: relative;
    box-shadow: 0px 0px 10px -1px var(--color-light-grey);
}
.wp-compare-section .accordion-item .accordion-header:after{
    content: ''; position:
    absolute; width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.wp-compare-section .accordion-item .collapse:not(.show){ display: block;}
.wp-compare-section .accordion-header-title {
    background: var(--color-green);
    box-shadow: none;
    color: var(--color-white);
    font-weight: 700;
    font-size: 20px;
    padding: 20px;
    border-radius: 0 !important;
    margin-bottom: 0px;
}
.wp-compare-section .accordion-item {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border: 0;
}
.wp-compare-section .accordion-item+.accordion-item {
    margin-top: 0px;
}
.wp-compare-section .accordion-item .accordion-button::after {
    background-image: none;
}
.wp-compare-section .accordion-button a{
    margin-left: 5px;
    color: var(--color-white);
    border: 1px solid var(--color-white);
    border-radius: 50%;
    height: 20px;
    width: 20px;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
    display: inline-table;
}
.wp-compare-section .accordion-button span{
    color: var(--color-white);
    text-transform: none;
    font-weight: 500;
}
.wp-compare-section .wp-prcol-headline a{
    margin-left: 5px;
    color: var(--color-green);
    border: 1px solid var(--color-green);
    border-radius: 50%;
    height: 20px;
    width: 20px;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
    display: inline-table;
    vertical-align: middle;
}
.wp-compare-section .wp-prcol-headline span{
    color: var(--color-green);
    text-transform: none;
    font-weight: 500;
}
.wp-compare-section .accordion-button.collapsed {
    background: var(--color-light-green);
    border-bottom: 3px solid var(--color-green);
    border-radius: 0;
    color: var(--color-black);
    font-size: 16px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    box-shadow: none;
}
.wp-compare-section .accordion-button:not(.collapsed){
    background: var(--color-green);
    box-shadow: none;
    color: var(--color-white);
    font-size: 16px;
    font-weight: 700;
    border-radius: 0 !important;
}
.wp-compare-section  .accordion-body {
    border: 1px solid var(--color-light-white);
    padding: 0;
}
.wp-compare-section .accordion-button {
    padding: 18px 18px 18px 18px;
}
.wp-compare-section .wp-table-row {
    border-bottom: 0;
    display: flex;
    transition: .2s linear;
}
.wp-compare-section .wp-table-row:hover {
    background-color: var(--color-light-white);
}
.wp-compare-section .wp-tbl-col.hov-column-head,
.wp-compare-section .wp-prcol-headline.hov-column {
    background-color: var(--color-light-white);
}
.wp-compare-section .wp-prcol-headline.hov-column:hover,
.wp-compare-section .wp-tbl-col.hov-column-head:hover {
    background: rgb(18 132 19 / 17%) !important;
    border-bottom: 1px solid var(--color-light-white);
}
.wp-compare-section .wp-table-row:last-child {
    border-bottom: 1px solid var(--color-light-white);
}
.wp-compare-section .sub-accordion-list .accordion-body {
    border: 1px solid var(--color-light-white);
}
.wp-compare-section .wp-prcol-headline {
    border-bottom: 1px solid var(--color-light-white);
    color: var(--color-dark-black);
    padding: 15px;
    flex: 1 0 auto;
    max-width: 33.33333333%;
    align-self: center;
    border-right: 1px solid var(--color-light-white);
    width: 33.33333333%;
}
.wp-compare-section .wp-tbl-subheadling {
    font-size: 14px;
    display: block;
    font-weight: 400;
    font-style: italic;
    color: var(--color-green);
}
.wp-compare-section span.wp-tbl-col {
    border-bottom: 1px solid var(--color-light-white);
    flex: 0 0 auto;
    max-width: 16.66666667%;
    padding: 15px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16.66666667%;
}
.wp-compare-section span.wp-tbl-col>img {
    width: 20px;
}
.wp-compare-section span.wp-tbl-col+span.wp-tbl-col {
    border-left: 1px solid var(--color-light-white);
}
.wp-compare-section .accordion-body.sub-accordion-list {
    margin-top: 10px;
}
.wp-compare-section span.wp-pr-symbol {
    position: relative;
}
.wp-compare-section .wp-compare-section-inner {
    position: relative;
    z-index: 1;
}
.wp-compare-section .accordion-wp {
    transition: bottom .5s ease;
}
.pr-mobile-wrapper {
    padding-top: 20px;
}
.fixed {
  top: 0;
  position: fixed;
  width: auto;
  display: none;
  z-index: 5;
}
@media (min-width: 992px) {
    .wp-compare-section .wp-table-box {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        background-color: #ffffff;
        z-index: 99999;
        margin-bottom: 0px;
    }
}
@media screen and (max-width:1200px) {
    .wp-compare-section h3.pricing-title {
        font-size: 22px;
    }
    .wp-compare-section .pricing-title.run-ttl:before {
        left: -31%;
    }
    .wp-compare-section .wp-prcol-headline {
        flex: 0 0 auto;
        max-width: 100%;
    }
    .wp-compare-section .wp-pr-symbol {
        right: 2px;
    }
    .wp-compare-section .pr-cnt-inner .default-button {
        padding: 15px 16px;
        min-width: 112px;
    }
}
@media screen and (max-width:1024px) {
    .wp-compare-section span.wp-tbl-col {
        width: 16.66666667%;
        max-width: 16.66666667%;
    }
}
@media screen and (max-width:991px) {
    .wp-plan-hero h1 {
        font-size: 22px;
    }
    .wp-plan-hero p {
        font-size: 16px;
    }
    .wp-compare-section h3.pricing-title {
        font-size: 34px;
    }
    .wp-compare-section .section-title {
        font-size: 22px;
        padding-left: 0;
        margin-top: 35px;
    }
    .wp-compare-section .wp-pr-symbol {
        line-height: 0;
        margin-right: 3px;
    }
    .wp-compare-section .plan-title,
    .wp-compare-section .pr-sub-headline,
    .wp-compare-section .wp-prcol-headline,
    .wp-compare-section .wp-tbl-col {
        font-size: 16px;
        font-weight: 500;
    }
    .pr-mobile-wrapper {
        padding-top: 25px;
        background: var(--color-light-white);
    }
    .wp-compare-section .plan-title {
        margin-bottom: 30px;
    }
    .wp-compare-section p.plan-discount {
        font-size: 24px;
        margin-bottom: 30px;
    }
    .wp-compare-section p.plan-discount span {
        font-weight: 500;
    }
    .wp-compare-section .pr-cnt-inner .default-button {
        font-size: 16px;
        letter-spacing: 1px;
        padding: 20px 30px;
        margin-bottom: 10px;
    }
    .wp-compare-section .wp-price-tab-view ul.nav-tabs {
        flex-wrap: nowrap;
        box-shadow: 0px 0px 15px 0px var(--color-green);
    }
    .wp-compare-section .wp-table-row .wp-tbl-col {
        display: none;
    }
    .wp-compare-section .wp-prcol-headline {
        flex: 0 0 auto;
        max-width: 60%;
        width: 60%
    }
    .wp-compare-section .wp-table-row .wp-tbl-col.active-col {
        display: flex;
        flex: 0 0 40%;
        max-width: 40%;
    }
    .wp-price-tab-view ul.nav-tabs li {
        flex: 1;
        text-align: center;
    }
    .wp-compare-section .wp-price-tab-view {
        border-radius: 0px;
        overflow: hidden;
        box-shadow: 0px 0px 9px var(--color-light-white);
        margin-bottom: 20px;
    }
    .wp-compare-section .nav-tabs {
        border: none;
    }
    .wp-compare-section .wp-price-tab-view ul.nav-tabs li a {
        align-items: center;
        border-radius: 0;
        border: 1px solid var(--color-light-grey);
        font-size: 16px;
        text-transform: uppercase;
        color: var(--color-black);
        padding-top: 15px;
        height: 95px;
        background: var(--color-white);
        font-family: 'Poppins', sans-serif;
        font-weight: 700;
        letter-spacing: 1px;
        display: flex;
        justify-content: center;
    }
    .wp-compare-section .wp-price-tab-view ul.nav-tabs li a.active {
        font-size: 16px;
        font-weight: 900;
        color: var(--color-white);
        background: var(--color-green);
        border: none;
        box-shadow: 0px 0px 15px 5px var(--color-light-grey);
        height: 95px;
        padding-top: 15px;
    }
    .wp-compare-section .wp-price-tab-view ul.nav-tabs li.pr-recommended a.active {
        height: 90px;
    }
    .wp-compare-section .pr-recommended {
        border: 3px solid var(--color-orange);
    }
    .wp-compare-section span.pr-rec-title-mobile {
        padding: 3px 3px;
        display: block;
        color: var(--color-black);
        background: var(--color-orange);
        text-transform: uppercase;
        font-size: 9px;
        font-family: 'Poppins', sans-serif;
        position: relative;
        transition: all .2s linear;
        height: 19px;
    }
    .wp-compare-section .pr-rec-empty-mobile {
        height: 19px;
    }
    .wp-compare-section .wp-price-tab-view .tab-content {
        padding: 10px 0px 20px 0px;
        background: var(--color-white);
        margin-top: 30px;
    }
    .tab-content-box {
      position: relative;
    }
    .tab-content-box-bottom:after,
    .tab-content-box-top:after {
        content: "";
        position: absolute;
        transition: all 0.3s ease-in;
    }
    .tab-content-box-bottom:after {
      top: 0px;
      left: calc(46% - 10px);
      border-top: 30px solid var(--color-light-white);
      border-bottom: 30px solid transparent;
      border-left: 30px solid transparent;
      border-right: 30px solid transparent;
    }
    .tab-content-box-top:after {
      top: -50px;
      left: calc(46% - 10px);
      border-top: 25px solid transparent;
      border-bottom: 25px solid var(--color-white);
      border-left: 25px solid transparent;
      border-right: 25px solid transparent;
    }
    .wp-compare-section .wp-compare-section-col.fixed {
        position: relative;
    }
    .wp-compare-section span.wp-tbl-col.active-col{
        border-left: 0px solid var(--color-light-white) !important;
        border-right: 0px solid var(--color-light-white) !important;
    }
    /*Make accordions non collabsible */
    .wp-compare-section .accordion-item .collapse:not(.show){
        display: none;
    }
    .wp-compare-section .accordion-item .accordion-header:after{
        display: none;
    }
    .wp-compare-section .accordion-button::after {
        background-image: url(/wp-content/themes/a2hosting/assets/icons/arrow-down-white.svg) !important;
        background-size: 39px;
        width: 21px;
        height: 21px;
        background-position: center;
        transform: rotate(0deg);
    }
    .wp-compare-section .accordion-button:not(.collapsed)::after {
        background-image: url(/wp-content/themes/a2hosting/assets/icons/arrow_up-green.png) !important;
        width: 21px;
        background-size: contain;
        transform: rotate(0deg);
    }
    .wp-compare-section .accordion-button:not(.collapsed) {
        background: var(--color-light-green);
        color: var(--color-black);
        border-bottom: 3px solid var(--color-green);
    }
    .wp-compare-section .accordion-button.collapsed {
        background: var(--color-green);
        color: var(--color-white);
        border-bottom: 1px solid var(--color-white);
    }
    .wp-compare-section .wp-price-tab-view ul.nav-tabs .pr-selected-nav {
        height: 90px;
    }
    .wp-compare-section .wp-price-tab-view ul.nav-tabs .pr-selected-title {
        margin-top: -7px;
        display: block;
    }
    .wp-compare-section:after, .wp-compare-section:before {
        background: none;
    }
    .wp-compare-section .accordion-wp {
        margin-top: 5px;
    }
    .wp-compare-section .accordion-item {
        box-shadow: 0px 0px 15px 5px var(--color-light-grey);
    }
    .wp-compare-section .row {
        padding: 0;
    }
}
@media screen and (max-width:767px) {
    .wp-compare-section .wp-price-tab-view ul.nav-tabs li a {
        padding-top: 15px;
        height: 95px;
        border: 1px solid var(--color-light-grey);
    }
    .wp-compare-section .wp-price-tab-view ul.nav-tabs li a.active {
        font-size: 16px;
    }
    .wp-compare-section .wp-price-tab-view ul.nav-tabs .pr-selected-nav {
        height: 90px;
    }
    .wp-compare-section .wp-price-tab-view ul.nav-tabs .pr-selected-title {
        margin-top: -7px;
        display: block;
    }
    .softicons-content {
        flex-direction: column;
    }
}
@media (min-width: 426px) {
}
/*-----Wordpress Plans Section CSS End-----*/

.block-page-hero.hero-overview h1{    font-size: 18px !important;
    color: var(--color-black-heading) !important;}

.block-page-hero.hero-overview h2{
    color: var(--color-green);
}

.block-page-hero.hero-overview .hero-sec-img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}


/*-----Wordpress Plans Section CSS Start-----*/
.wp-plan-hero {
    background-image: url(/wp-content/themes/a2hosting/assets/bg/bg-compare-plan-hero.webp);
    background-size: cover;
    background-repeat: no-repeat;
    color: var(--color-white);
    min-height: 220px;
}
.wp-plan-hero h1 {
    color: var(--color-white);
    font-size: 30px;
    font-weight: 700;
}
.wp-plan-hero a {
    color: var(--color-white);
}
.wp-section {
    position: relative;
    padding: 0px 0;
}
.wp-section:before {
    content: '';
    position: absolute;
    left: 0;
    top: 20%;
    background-image: url(/wp-content/themes/a2hosting/assets/bg/bg-lines.png);
    height: 180px;
    width: 80px;
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
}
.wp-section:after {
    content: '';
    position: absolute;
    right: 0;
    top: 40%;
    background-image: url(/wp-content/themes/a2hosting/assets/bg/bg-lines.png);
    transform: rotate(180deg) scaleY(-1);
    background-size: contain;
    height: 180px;
    width: 80px;
    background-position: right;
    background-repeat: no-repeat;
}
.wp-section .section-title {
    font-size: 32px;
    padding-left: 18px;
    margin-top: 85px;
}
.wp-section .wp-table-wrapper {
    margin-bottom: 0px;
}
.wp-section .wp-pricing-col {
    margin: 0;
    display: flex;
    padding: 0;
}
@media (min-width: 576px) {
    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.3222222%;
    }
}
.wp-section .active-col {
    border-left: 3px solid var(--color-orange);
    border-right: 3px solid var(--color-orange);
    border-bottom: 3px solid var(--color-orange);
    /*width: 16.66666667%;*/
    margin-left: -2px;
}
.wp-section span.wp-tbl-col.active-col{
    border-left: none !important;
    border-right: none !important;
    z-index: 2;
}
.wp-section span.wp-tbl-col i.green {
    color: var(--color-green);
}
.wp-section span.wp-tbl-col i.gray {
    color: var(--color-light-grey);
}
.wp-section .wp-pricing-col-inner {
    box-shadow: none;
    overflow: hidden;
    transition: all .3s linear;
    width: 100%;
}
.wp-section .wp-pricing-col-inner:hover {
    box-shadow: none;
}
.wp-section .wp-pricing-col.hov-column-head > .wp-pricing-col-inner{
    box-shadow: none;
}
.wp-section .pricing-title {
    padding: 10px 0 0px 0;
    display: block;
    color: var(--color-black);
    text-transform: uppercase;
    font-size: 24px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    position: relative;
    transition: all .2s linear;
}
.wp-section #jump,
.wp-section .pr-sub-headline.jump-sttl {
    background: var(--color-orange);
}
.wp-section #jump .jump-ttl,
.wp-section #jump .jump-sttl,
.wp-section #jump .pr-cnt-inner {
    background: var(--color-white);
}
.wp-section .pr-rec-title {
    padding: 10px;
    display: block;
    color: var(--color-black);
    background: var(--color-orange);
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    position: relative;
    transition: all .2s linear;
    height: 45px;
}
.wp-section .pr-empty-title {
    padding: 10px;
    display: block;
    height: 45px;
}
.wp-section .pr-cnt-inner {
    padding: 10px;
}
.wp-section .pr-heading-wrap {
    min-height: 109px;
    height: 109px;
}
.wp-section span.pr-sub-headline {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
}
.wp-section h3.pricing-title {
    font-size: 28px;
    font-weight: 800;
    color: var(--color-black);
    margin: 0px 0px 10px 0px;
    text-transform: none;
}
.wp-section .plan-title {
    color: var(--color-black);
    opacity: .5;
    margin-bottom: 14px;
}
.wp-section span.pricing-title.run-ttl:before {
    display: none;
    content: 'Most Popular';
    position: absolute;
    top: 17%;
    left: -36%;
    background: var(--color-green);
    padding: 5px;
    font-size: 8px;
    width: 100%;
    transform: rotate(330deg);
}
.wp-section p.plan-discount span {
    display: block;
    font-weight: 400;
    font-size: 12px;
    color: var(--color-green);
}
.wp-section p.plan-discount {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.4;
}
/*Make accordion collabsible*/
.wp-section .accordion-item .accordion-header{
    /*position: relative;*/
    box-shadow: 0px 0px 10px -1px var(--color-light-grey);
}
.wp-section .accordion-item .accordion-header:after{
    content: ''; position:
    absolute; width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.wp-section .accordion-item .collapse:not(.show){ display: block;}
.wp-section .accordion-header-title {
    background: var(--color-green);
    box-shadow: none;
    color: var(--color-white);
    font-weight: 700;
    font-size: 20px;
    padding: 20px;
    border-radius: 0 !important;
    margin-bottom: 0px;
}
.wp-section .accordion-item {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border: 0;
}
.wp-section .accordion-item+.accordion-item {
    margin-top: 0px;
}
.wp-section .accordion-item .accordion-button::after {
    background-image: none;
}
.wp-section .accordion-button a{
    margin-left: 5px;
    color: var(--color-white);
    border: 1px solid var(--color-white);
    border-radius: 50%;
    height: 20px;
    width: 20px;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
    display: inline-table;
}
.wp-section .accordion-button span{
    color: var(--color-white);
    text-transform: none;
    font-weight: 500;
}
.wp-section .wp-prcol-headline a{
    margin-left: 5px;
    color: var(--color-green);
    border: 1px solid var(--color-green);
    border-radius: 50%;
    height: 20px;
    width: 20px;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
    display: inline-table;
    vertical-align: middle;
}
.wp-section .wp-prcol-headline span{
    color: var(--color-green);
    text-transform: none;
    font-weight: 500;
}
.wp-section .accordion-button.collapsed {
    background: var(--color-light-green);
    border-bottom: 3px solid var(--color-green);
    border-radius: 0;
    color: var(--color-black);
    font-size: 16px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    box-shadow: none;
}
.wp-section .accordion-button:not(.collapsed){
    background: var(--color-green);
    box-shadow: none;
    color: var(--color-white);
    font-size: 16px;
    font-weight: 700;
    border-radius: 0 !important;
}
.wp-section  .accordion-body {
    border: 1px solid var(--color-light-white);
    padding: 0;
}
.wp-section .accordion-button {
    padding: 18px 18px 18px 18px;
}
.wp-section .wp-table-row {
    border-bottom: 0;
    display: flex;
    transition: .2s linear;
}
.wp-section .wp-table-row:hover {
    background-color: var(--color-light-white);
}
.wp-section .wp-tbl-col.hov-column-head,
.wp-section .wp-prcol-headline.hov-column {
    background-color: var(--color-light-white);
}
.wp-section .wp-prcol-headline.hov-column:hover,
.wp-section .wp-tbl-col.hov-column-head:hover {
    background: rgb(18 132 19 / 17%) !important;
    border-bottom: 1px solid var(--color-light-white);
}
.wp-section .wp-table-row:last-child {
    border-bottom: 1px solid var(--color-light-white);
}
.wp-section .sub-accordion-list .accordion-body {
    border: 1px solid var(--color-light-white);
}
.wp-section .wp-prcol-headline {
    border-bottom: 1px solid var(--color-light-white);
    color: var(--color-dark-black);
    padding: 15px;
    flex: 1 0 auto;
    max-width: 33.33333333%;
    align-self: center;
    border-right: 1px solid var(--color-light-white);
    width: 33.33333333%;
}
.wp-section .wp-tbl-subheadling {
    font-size: 14px;
    display: block;
    font-weight: 400;
    font-style: italic;
    color: var(--color-green);
}

.wp-section .wp-tbl-subheadling a{
    border: none;
    width: unset;
    height: unset;
    font-size: inherit;
}

.wp-section span.wp-tbl-col {
    border-bottom: 1px solid var(--color-light-white);
    flex: 0 0 auto;
    max-width: 16.66666667%;
    padding: 15px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16.66666667%;
}

.wp-section div.wp-prcol-headline-five {
    max-width: 16.66666667%;
    padding: 5px;
    width: 16.66666667%;
}

.wp-section span.wp-tbl-col>img {
    width: 20px;
}
.wp-section span.wp-tbl-col+span.wp-tbl-col {
    border-left: 1px solid var(--color-light-white);
}
.wp-section .accordion-body.sub-accordion-list {
    margin-top: 10px;
}
.wp-section span.wp-pr-symbol {
    position: relative;
}
.wp-section .wp-section-inner {
    position: relative;
    z-index: 1;
}
.wp-section .accordion-wp {
    transition: bottom .5s ease;
}
.pr-mobile-wrapper {
    padding-top: 20px;
}
.fixed {
  top: 0;
  position: fixed;
  width: auto;
  display: none;
  z-index: 5;
}

.wp-section .wp-long-tbl-col {
    max-width: 22% !important;
    width: 22% !important;
}

.col-35 {
    max-width: 22% !important;
    width: 22% !important;
}

.wp-section .wp-table-box-first {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	background-color: #ffffff;
	z-index: 99999;
	margin-bottom: 0px;
}

.wp-section .wp-table-box {
	position: -webkit-sticky;
	position: sticky;
	top: 50px;
	background-color: #ffffff;
	z-index: 99999;
	margin-bottom: 0px;
}


@media screen and (max-width:1200px) {
    .wp-section h3.pricing-title {
        font-size: 22px;
    }
    .wp-section .pricing-title.run-ttl:before {
        left: -31%;
    }
    .wp-section .wp-prcol-headline {
        flex: 0 0 auto;
        max-width: 100%;
    }
    .wp-section .wp-pr-symbol {
        right: 2px;
    }
    .wp-section .pr-cnt-inner .default-button {
        padding: 15px 16px;
        min-width: 112px;
    }

	.wp-section .sticky-top {
	    top: 282px !important;
	}
}
@media screen and (max-width:1024px) {
    .wp-section span.wp-tbl-col{
        width: 16.66666667%;
        max-width: 16.66666667%;
    }
}
@media screen and (max-width:991px) {
    .wp-section .sticky-top {
	    top: 485px !important;
	}
    .wp-plan-hero h1 {
        font-size: 22px;
    }
    .wp-plan-hero p {
        font-size: 16px;
    }
    .wp-section h3.pricing-title {
        font-size: 24px;
    }
    .wp-section .section-title {
        font-size: 22px;
        padding-left: 0;
        margin-top: 35px;
    }
    .wp-section .wp-pr-symbol {
        line-height: 0;
        margin-right: 3px;
    }
    .wp-section .plan-title,
    .wp-section .pr-sub-headline,
    .wp-section .wp-prcol-headline,
    .wp-section .wp-tbl-col {
        font-size: 16px;
        font-weight: 500;
    }
    .pr-mobile-wrapper {
        padding-top: 25px;
        background: var(--color-light-white);
    }
    .wp-section .plan-title {
        margin-bottom: 30px;
    }
    .wp-section p.plan-discount {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .wp-section p.plan-discount span {
        font-weight: 500;
    }
    .wp-section .pr-cnt-inner .default-button {
        font-size: 16px;
        letter-spacing: 1px;
        padding: 20px 30px;
        margin-bottom: 5px;
    }
    .wp-section .wp-price-tab-view ul.nav-tabs {
        flex-wrap: nowrap;
        box-shadow: 0px 0px 15px 0px var(--color-green);
    }
    .wp-section .wp-table-row .wp-tbl-col {
        display: none;
    }
    .wp-section .wp-prcol-headline {
        flex: 0 0 auto !important;
        max-width: 60% !important;
        width: 60% !important;
    }
    .wp-section .wp-table-row .wp-tbl-col.active-col {
        display: flex;
        flex: 0 0 40%;
        max-width: 100% !important;
    }
    .wp-price-tab-view ul.nav-tabs li {
        flex: 1;
        text-align: center;
    }
    .wp-section .wp-price-tab-view {
        border-radius: 0px;
        overflow: hidden;
        box-shadow: 0px 0px 9px var(--color-light-white);
        margin-bottom: 5px;
    }
    .wp-section .nav-tabs {
        border: none;
    }
    .wp-section .wp-price-tab-view ul.nav-tabs li a {
        align-items: center;
        border-radius: 0;
        border: 1px solid var(--color-light-grey);
        font-size: 14px;
        text-transform: uppercase;
        color: var(--color-black);
        padding-top: 15px;
        height: 95px;
        background: var(--color-white);
        font-family: 'Poppins', sans-serif;
        font-weight: 700;
        letter-spacing: 0px;
        display: flex;
        justify-content: center;
    }
    .wp-section .wp-price-tab-view ul.nav-tabs li a.active {
        font-size: 16px;
        font-weight: 900;
        color: var(--color-white);
        background: var(--color-green);
        border: none;
        box-shadow: 0px 0px 15px 5px var(--color-light-grey);
        height: 95px;
        padding-top: 15px;
    }
    .wp-section .wp-price-tab-view ul.nav-tabs li.pr-recommended a.active {
        height: 90px;
    }
    .wp-section .pr-recommended {
        border: 3px solid var(--color-orange);
    }
    .wp-section span.pr-rec-title-mobile {
        padding: 3px 3px;
        display: block;
        color: var(--color-black);
        background: var(--color-orange);
        text-transform: uppercase;
        font-size: 9px;
        font-family: 'Poppins', sans-serif;
        position: relative;
        transition: all .2s linear;
        height: 19px;
    }
    .wp-section .pr-rec-empty-mobile {
        height: 19px;
    }
    .wp-section .wp-price-tab-view .tab-content {
        padding: 0px;
        background: var(--color-white);
        margin-top: 15px;
    }
    .tab-content-box {
      position: relative;
    }
    .tab-content-box-bottom:after,
    .tab-content-box-top:after {
        content: "";
        position: absolute;
        transition: all 0.3s ease-in;
    }
    .tab-content-box-bottom:after {
      top: 0px;
      left: calc(46% - 10px);
      border-top: 30px solid var(--color-light-white);
      border-bottom: 30px solid transparent;
      border-left: 30px solid transparent;
      border-right: 30px solid transparent;
    }
    .tab-content-box-top:after {
      top: -50px;
      left: calc(46% - 10px);
      border-top: 25px solid transparent;
      border-bottom: 25px solid var(--color-white);
      border-left: 25px solid transparent;
      border-right: 25px solid transparent;
    }
    .wp-section .wp-section-col.fixed {
        position: relative;
    }
    .wp-section span.wp-tbl-col.active-col{
        border-left: 0px solid var(--color-light-white) !important;
        border-right: 0px solid var(--color-light-white) !important;
    }
    /*Make accordions non collabsible */
    .wp-section .accordion-item .collapse:not(.show){
        display: none;
    }
    .wp-section .accordion-item .accordion-header:after{
        display: none;
    }
    .wp-section .accordion-button::after {
        background-image: url(/wp-content/themes/a2hosting/assets/icons/arrow-down-white.svg) !important;
        background-size: 39px;
        width: 21px;
        height: 21px;
        background-position: center;
        transform: rotate(0deg);
    }
    .wp-section .accordion-button:not(.collapsed)::after {
        background-image: url(/wp-content/themes/a2hosting/assets/icons/arrow_up-green.png) !important;
        width: 21px;
        background-size: contain;
        transform: rotate(0deg);
    }
    .wp-section .accordion-button:not(.collapsed) {
        background: var(--color-light-green);
        color: var(--color-black);
        border-bottom: 3px solid var(--color-green);
    }
    .wp-section .accordion-button.collapsed {
        background: var(--color-green);
        color: var(--color-white);
        border-bottom: 1px solid var(--color-white);
    }
    .wp-section .wp-price-tab-view ul.nav-tabs .pr-selected-nav {
        height: 90px;
    }
    .wp-section .wp-price-tab-view ul.nav-tabs .pr-selected-title {
        margin-top: -4px;
        display: block;
    }
    .wp-section:after, .wp-section:before {
        background: none;
    }
    .wp-section .accordion-wp {
        margin-top: 5px;
    }
    .wp-section .accordion-item {
        box-shadow: 0px 0px 15px 5px var(--color-light-grey);
    }
    .wp-section .row {
        padding: 0;
    }
    .category-email-hosting .wp-section .sticky-top {
        top: 300px !important;
    }
    .category-email-hosting .wp-section .pr-main-title {
        display: none;
    }
    .category-email-hosting .pr-mobile-wrapper {
        padding-top: 10px !important;
    }
    .category-wordpress-hosting .wp-section .sticky-top {
        top: 300px !important;
    }
    .category-wordpress-hosting .wp-section .pr-main-title {
        display: none;
    }
    .category-wordpress-hosting .pr-mobile-wrapper {
        padding-top: 10px !important;
    }
    .category-unmanaged-dedicated-hosting .wp-section .sticky-top {
        top: 347px !important;
    }
    .category-unmanaged-dedicated-hosting .pr-main-title {
        display: none;
    }
    .category-managed-dedicated-hosting .wp-section .sticky-top {
        top: 365px !important;
    }
    .category-managed-dedicated-hosting .pr-main-title {
        display: none;
    }
    .category-vps-hosting .wp-section .sticky-top {
        top: 365px !important;
    }
    .category-vps-hosting .pr-main-title {
        display: none;
    }
    .category-shared-hosting .wp-section .sticky-top {
        top: 300px !important;
    }
    .category-shared-hosting .pr-main-title {
        display: none;
    }
    .category-shared-hosting .pr-mobile-wrapper {
        padding-top: 10px !important;
    }
}

@media screen and (max-width:1200px) {
    .wp-section .pricing-title {
        font-size: 20px;
    }
}
@media screen and (max-width:767px) {
	.pr-mobile-wrapper {
	    padding-top: 70px !important;
	}
	.wp-section .sticky-top {
	    top: 525px !important
	}
    .wp-section .wp-price-tab-view ul.nav-tabs li a {
        padding-top: 15px;
        height: 95px;
        border: 1px solid var(--color-light-grey);
    }
    .wp-section .wp-price-tab-view ul.nav-tabs li a.active {
        font-size: 14px;
    }
    .wp-section .wp-price-tab-view ul.nav-tabs .pr-selected-nav {
        height: 90px;
    }
    .wp-section .wp-price-tab-view ul.nav-tabs .pr-selected-title {
        margin-top: -4px;
        display: block;
    }
    .category-wordpress-hosting .wp-section .sticky-top {
        top: 300px !important;
    }
    .category-wordpress-hosting .wp-section .pr-main-title {
        display: none;
    }
    .category-wordpress-hosting .pr-mobile-wrapper {
        padding-top: 10px !important;
    }
    .category-unmanaged-dedicated-hosting .wp-section .sticky-top {
        top: 392px !important;
    }
    .category-unmanaged-dedicated-hosting .pr-main-title {
        display: none;
    }
    .category-managed-dedicated-hosting .wp-section .sticky-top {
        top: 410px !important;
    }
    .category-managed-dedicated-hosting .pr-main-title {
        display: none;
    }
    .category-vps-hosting .wp-section .sticky-top {
        top: 410px !important;
    }
    .category-vps-hosting .pr-main-title {
        display: none;
    }
    .category-shared-hosting .wp-section .sticky-top {
        top: 300px !important;
    }
    .category-shared-hosting .pr-main-title {
        display: none;
    }
    .category-shared-hosting .pr-mobile-wrapper {
        padding-top: 10px !important;
    }
}
@media (min-width: 426px) {

}
/*-----Wordpress Plans Section CSS End-----*/


#tabbed-plans-section .default-button:not(.active) {
  background-color: var(--color-white);
  border: 1px solid var(--color-green);
  padding: 15px 25px;
  border-radius: 5px;
  color: var(--color-green);
  font-weight: 600;
  text-decoration: none;
  font-size: 16px;
  line-height: 16px;
  display: inline-block;
}

#tabbed-plans-section .default-button:not(.active):hover, #tabbed-plans-section .default-button:not(.active):visited {
    box-shadow: 0px 8px 15px rgb(0 0 0 / 10%);
    color: var(--color-green);
    transition: .3s;
}

.tab-button {
    background-color: var(--color-green);
    border: 1px solid var(--color-green);
    padding: 15px 25px;
    border-radius: 5px;
    color: var(--color-white);
    font-weight: 600;
    text-transform: capitalize;
    text-decoration: none;
    font-size: 16px;
    line-height: 16px;
    display: inline-block;
    min-width: 290px;
}

#plans-section-long .tab-button:not(.active) {
  background-color: var(--color-white);
  color: var(--color-green);
}

#plans-section-long .tab-button:not(.active):hover, #plans-section-long .tab-button:not(.active):visited {
    box-shadow: 0px 8px 15px rgb(0 0 0 / 10%);
    color: var(--color-green);
    transition: .3s;
}

.gutena-tabs-block>.gutena-tabs-tab>.gutena-tab-title {	padding-left: 0;
	padding-right: 0;}

.plan-section .offer{	font-size: 13px;}


.plan-section .btn-check:active+.btn-outline-primary,
.plan-section .btn-check:checked+.btn-outline-primary,
.plan-section .btn-outline-primary.active,
.plan-section .btn-outline-primary.dropdown-toggle.show,
.plan-section .btn-outline-primary:active {
    color: var(--color-white);
    background-color: var(--color-green);
    border-color: var(--color-green);
    outline: none;
    box-shadow: none;
}

.plan-section .btn-outline-primary {
    color: var(--color-black);
    border-color: var(--color-green);
}

.plan-section .btn-check:active+.btn-outline-primary:focus,
.plan-section .btn-check:checked+.btn-outline-primary:focus,
.plan-section .btn-outline-primary.active:focus,
.plan-section .btn-outline-primary.dropdown-toggle.show:focus,
.plan-section .btn-outline-primary:active:focus {
    box-shadow: 0 0 0 0.25rem rgba(18,132,19,.5);
}

.plan-section .btn-check:focus+.btn-primary, .plan-section .btn-primary:focus {
    color: var(--color-black);
    background-color: var(--color-green);
    border-color: var(--color-green);
    box-shadow: 0 0 0 .25rem rgba(18,132,19,.5);
}

.plan-section .btn-outline-primary:hover {
    color: var(--color-black);
    background-color: var(--color-white);
    border-color: var(--color-green);
}

.plan-section .featuresets {
    /*position: absolute;
    width: 100%;
    bottom: 80px;*/
}

.plan-section .feature-points li {
    font-size: 12px;
}

.plan-section .features, #tabbed-plans-section .fulldetailslink, #plans-section .fulldetailslink {
    display: block;
    margin: 10px;
    color: var(--color-green);
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    line-height: 1.3;
}


.popover-body .view-details {
    /* display: none; */
    z-index: 60;
    background: var(--color-white);
    border-radius: 5px;
    box-shadow: 0 2px 43px 0 RGBA(0, 0, 0, 0.2);
    border-top: 4px solid  var(--color-green);

}

.popover-body .view-details .head h5 {
    font-size: 14px;
    font-weight: 700;
    color: #2d3227;
    margin: 0;
    text-align: center;
}

.popover-body .view-details .head {
    display: block;
    padding: 15px 22px;
    border-bottom: 1px solid #ededed;
}

.popover-body .view-details .list ul {
    -webkit-padding-start: 0;
    padding-inline-start: 0;
    position: relative;
    margin-top: -1px;
    border-bottom: none;
    list-style: none;
    padding: 0 12px;
}

.popover-body .view-details .list ul li {
    display: block;
    position: relative;
    padding: 6px 0 4px 4px;
    border-top: 1px dashed #d0d0d0;
    line-height: normal;
    color: #81857b;
    font-size: 13px;
}

.popover-body p {
    font-size: 14px !important;
}


.two-column-p {
	background-color: var(--color-green);
	color: var(--color-white);
}

.two-column-p p{
	text-align: justify;
}

.two-column-p a, .two-column-p h4 {
	color: var(--color-white);
}

.two-column-p:before {
    content: '';
    left: -30%;
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0.1;
    background: url(/wp-content/themes/a2hosting/assets/images/a2_watermark.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    /* top: 256px; */
}

#experience-section .xps-content{	min-height: 75px;
}

@media screen and (max-width:991px) {
	.vstack-sm {
	    display: flex;
	    flex: 1 1 auto;
	    flex-direction: column;
	    align-self: stretch;
	}

	.vstack-sm a{
	    margin-top: 10px;
	}
}


#reviews-section .card{
	border-color: var(--color-green);
	border-radius: 12px;
	}

#reviews-section .row > [class*='col-'] {
    display: flex;
}

.light-green-bg {
	background-color: #f3f8f2 !important;
   	padding-top: 1rem !important;
   	padding-bottom: 1rem !important;
}

.light-green-bg .card {
    background-color: #f3f8f2 !important;
}

.dark-blue-bg {
	background-color: var(--color-dark-blue) !important;
}

.dark-blue-bg a, .dark-blue-bg p {
	color: #FFFFFF;
}

.dark-blue-bg h1, .dark-blue-bg h2, .dark-blue-bg h3, .dark-blue-bg h4, .dark-blue-bg h5, .dark-blue-bg h6 {
	color: #FFFFFF;
}

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

.light-orange-bg {
	background-color: var(--color-light-orange) !important;
}

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

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

.pastel-yellow-bg {
	background-color: var(--color-pastel-yellow) !important;
}

.a2-section-shared-bg {
    background-image: url(/wp-content/themes/a2hosting/assets/bg/shared_hosting_bg.webp) !important;
    background-repeat: no-repeat !important;
    background-size: contain;
}

.two-column-text, .two-column-text a , .two-column-text h4{	color: var(--color-white);}

.text-align-justify{
	    text-align: justify !important;
}

.fw-900 {
    font-weight: 900;
}

.fs-30 {
    font-size: 30px !important;
}

.block-cms-page-hero .hero-sec-img {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.cms-price-ribbon {
    text-decoration: none;
    background: var(--color-dark-blue);
    color: #fff;
    position: relative;
    right: 50px;
    bottom: 80px;
    padding: 10px 20px 10px 20px;
    font-size: 16px;
    border-radius: 5px;
    font-weight: 400;
    float: right;
}

.cms-price-ribbon a {
    color: #fff;
    text-decoration: none;
}

/*-----Custom Hero Styles-----*/
.domain-hero-items-ico {
    background-color: #204465;
    color: #ffffff;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 100%;
    line-height: 30px;
    font-size: 14px;
}

.trustpilot-widget {
    min-width: 250px;
}


/*-----Compare Plans Section V2 CSS Start-----*/
.wp-plan-hero {
    background-image: url(/wp-content/themes/a2hosting/assets/bg/bg-compare-plan-hero.webp);
    background-size: cover;
    background-repeat: no-repeat;
    color: var(--color-white);
    min-height: 220px;
}
.wp-plan-hero h1 {
    color: var(--color-white);
    font-size: 30px;
    font-weight: 700;
}
.wp-plan-hero a {
    color: var(--color-white);
}
.compare-plan-section-vtwo {
    position: relative;
    padding: 0px 0;
}
.compare-plan-section-vtwo:before {
    content: '';
    position: absolute;
    left: 0;
    top: 20%;
    background-image: url(/wp-content/themes/a2hosting/assets/bg/bg-lines.png);
    height: 180px;
    width: 80px;
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
}
.compare-plan-section-vtwo:after {
    content: '';
    position: absolute;
    right: 0;
    top: 40%;
    background-image: url(/wp-content/themes/a2hosting/assets/bg/bg-lines.png);
    transform: rotate(180deg) scaleY(-1);
    background-size: contain;
    height: 180px;
    width: 80px;
    background-position: right;
    background-repeat: no-repeat;
}
.compare-plan-section-vtwo .section-title {
    font-size: 46px;
    padding-left: 18px;
    font-weight: 900 !important;
}
.compare-plan-section-vtwo .wp-table-wrapper {
    margin-bottom: 0px;
}
.compare-plan-section-vtwo .wp-pricing-col {
    margin: 0;
    display: flex;
    padding: 0;
    border-left: 1px solid #bdbdbd;
    min-height: 145px;
}
.compare-plan-section-vtwo .accordion-button::after {
    background-image: none;
}
.compare-plan-section-vtwo .accordion-button:not(.collapsed)::after {
    background-image: none;
}
.compare-plan-section-vtwo .accordion-button[data-bs-toggle="collapse"] i.fas:before {
    content: "\f068";    /* minus */
}

.compare-plan-section-vtwo .accordion-button[data-bs-toggle="collapse"].collapsed i.fas:before {
    content: "\f067";    /* plus */
}
.compare-plan-section-vtwo .pr-main-title {
    font-size: 34px;
}
@media screen and (max-width: 767px) {
    .compare-plan-section-vtwo .pr-main-title {
        display: none;
    }
}
@media (min-width: 576px) {
    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.3222222%;
    }
}
.compare-plan-section-vtwo .active-col {
    border-left: 3px solid var(--color-orange);
    border-right: 3px solid var(--color-orange);
    border-bottom: 3px solid var(--color-orange);
    /*width: 16.66666667%;*/
    margin-left: -2px;
}
.compare-plan-section-vtwo span.wp-tbl-feature-col.active-col{
    border-left: none !important;
    border-right: none !important;
    z-index: 2;
}
.compare-plan-section-vtwo span.wp-tbl-feature-col i.green {
    color: var(--color-green);
}
.compare-plan-section-vtwo span.wp-tbl-feature-col i.gray {
    color: var(--color-light-grey);
}
.compare-plan-section-vtwo .wp-pricing-col-inner {
    box-shadow: none;
    overflow: hidden;
    transition: all .3s linear;
    width: 100%;
}
.compare-plan-section-vtwo .wp-pricing-col-inner:hover {
    box-shadow: none;
}
.compare-plan-section-vtwo .wp-pricing-col.hov-column-head > .wp-pricing-col-inner{
    box-shadow: none;
}
.compare-plan-section-vtwo .pricing-title {
    padding: 10px 0 0px 0;
    display: block;
    color: var(--color-black);
    text-transform: uppercase;
    font-size: 24px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    position: relative;
    transition: all .2s linear;
    line-height: 24px;
}
.compare-plan-section-vtwo .pricing {
    padding: 0;
    margin: 5px 0 10px;
    display: block;
    color: var(--color-green);
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    position: relative;
    transition: all .2s linear;
}
.compare-plan-section-vtwo .default-button {
    padding: 10px 20px;
}
.compare-plan-section-vtwo #jump,
.compare-plan-section-vtwo .pr-sub-headline.jump-sttl {
    background: var(--color-orange);
}
.compare-plan-section-vtwo #jump .jump-ttl,
.compare-plan-section-vtwo #jump .jump-sttl,
.compare-plan-section-vtwo #jump .pr-cnt-inner {
    background: var(--color-white);
}
.compare-plan-section-vtwo .pr-rec-title {
    padding: 10px;
    display: block;
    color: var(--color-black);
    background: var(--color-orange);
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    position: relative;
    transition: all .2s linear;
    height: 45px;
}
.compare-plan-section-vtwo .pr-empty-title {
    padding: 10px;
    display: block;
    height: 45px;
}
.compare-plan-section-vtwo .pr-cnt-inner {
    padding: 10px;
}
.compare-plan-section-vtwo span.pr-sub-headline {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
}
.compare-plan-section-vtwo h3.pricing-title {
    font-size: 28px;
    font-weight: 800;
    color: var(--color-black);
    margin: 0px 0px 10px 0px;
    text-transform: none;
}
.compare-plan-section-vtwo .plan-title {
    color: var(--color-black);
    opacity: .5;
    margin-bottom: 14px;
}
.compare-plan-section-vtwo span.pricing-title.run-ttl:before {
    display: none;
    content: 'Most Popular';
    position: absolute;
    top: 17%;
    left: -36%;
    background: var(--color-green);
    padding: 5px;
    font-size: 8px;
    width: 100%;
    transform: rotate(330deg);
}
.compare-plan-section-vtwo p.plan-discount span {
    display: block;
    font-weight: 400;
    font-size: 12px;
    color: var(--color-green);
}
.compare-plan-section-vtwo p.plan-discount {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.4;
}
/*Make accordion collabsible*/
.compare-plan-section-vtwo .accordion-item .accordion-header{
    box-shadow: 0px 0px 10px -1px var(--color-light-grey);
}

.compare-plan-section-vtwo .accordion-item .accordion-button{
    background: var(--color-dark-blue);
    color: var(--color-white);
    font-weight: 700;
}

.compare-plan-section-vtwo .accordion-header-title {
    background: var(--color-green);
    box-shadow: none;
    color: var(--color-white);
    font-weight: 700;
    font-size: 20px;
    padding: 20px;
    border-radius: 0 !important;
    margin-bottom: 0px;
}


.compare-plan-section-vtwo .wp-prcol-headline a{
    margin-left: 5px;
    color: var(--color-green);
    border: 1px solid var(--color-green);
    border-radius: 50%;
    height: 20px;
    width: 20px;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
    display: inline-table;
    vertical-align: middle;
}
.compare-plan-section-vtwo .wp-prcol-headline span{
    color: var(--color-green);
    text-transform: none;
    font-weight: 500;
}

.compare-plan-section-vtwo .wp-table-row {
    border-bottom: 0;
    display: flex;
    transition: .2s linear;
}
.compare-plan-section-vtwo .wp-table-row:hover {
    background-color: var(--color-light-white);
}
.compare-plan-section-vtwo .wp-tbl-feature-col.hov-column-head,
.compare-plan-section-vtwo .wp-prcol-headline.hov-column {
    background-color: var(--color-light-white);
}
.compare-plan-section-vtwo .wp-prcol-headline.hov-column:hover,
.compare-plan-section-vtwo .wp-tbl-feature-col.hov-column-head:hover {
    background: rgb(18 132 19 / 17%) !important;
    border-bottom: 1px solid var(--color-light-white);
}
.compare-plan-section-vtwo .wp-table-row:last-child {
    border-bottom: 1px solid var(--color-light-white);
}
.compare-plan-section-vtwo .sub-accordion-list .accordion-body {
    border: 1px solid var(--color-light-white);
}
.compare-plan-section-vtwo .wp-prcol-headline {
    border-bottom: 1px solid var(--color-light-white);
    color: var(--color-dark-black);
    padding: 15px;
    flex: 1 0 auto;
    max-width: 33.33333333%;
    align-self: center;
    border-right: 1px solid var(--color-light-white);
    width: 33.33333333%;
    font-weight: 700;
}
.compare-plan-section-vtwo .wp-tbl-subheadling {
    font-size: 14px;
    display: block;
    font-weight: 400;
    font-style: italic;
    color: var(--color-green);
}

.compare-plan-section-vtwo .wp-tbl-subheadling a{
    border: none;
    width: unset;
    height: unset;
    font-size: inherit;
}

.compare-plan-section-vtwo span.wp-tbl-feature-col {
    border-bottom: 1px solid var(--color-light-white);
    padding: 15px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.compare-plan-section-vtwo span.wp-tbl-feature-col>img {
    width: 20px;
}
.compare-plan-section-vtwo span.wp-tbl-feature-col+span.wp-tbl-feature-col {
    border-left: 1px solid var(--color-light-white);
}
.compare-plan-section-vtwo .accordion-body.sub-accordion-list {
    margin-top: 10px;
}
.compare-plan-section-vtwo span.wp-pr-symbol {
    position: relative;
}
.compare-plan-section-vtwo .compare-plan-section-vtwo-inner {
    position: relative;
    z-index: 1;
    background: #ece8e7;
}
.compare-plan-section-vtwo .accordion-wp {
    transition: bottom .5s ease;
}
.pr-mobile-wrapper {
    padding-top: 20px;
}
.fixed {
  top: 0;
  position: fixed;
  width: auto;
  display: none;
  z-index: 5;
}

.compare-plan-section-vtwo .wp-long-tbl-col {
    max-width: 22% !important;
    width: 22% !important;
}

.col-35 {
    max-width: 22% !important;
    width: 22% !important;
}

.compare-plan-section-vtwo .wp-table-box-first {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background-color: #ece8e7;
    z-index: 99999;
    margin-bottom: 0px;
}

.compare-plan-section-vtwo .wp-table-box {
    position: -webkit-sticky;
    position: sticky;
    top: 50px;
    background-color: #ffffff;
    z-index: 99999;
    margin-bottom: 0px;
}

@media screen and (max-width:1367px) {
    .compare-plan-section-vtwo .default-button {
        padding: 10px 8px;
        font-size: 14px;
    }
    .compare-plan-section-vtwo .pricing {
        font-size: 14px;
    }
}

@media screen and (max-width:1200px) {
    .compare-plan-section-vtwo h3.pricing-title {
        font-size: 22px;
    }
    .compare-plan-section-vtwo .pricing-title.run-ttl:before {
        left: -31%;
    }
    .compare-plan-section-vtwo .wp-prcol-headline {
        flex: 0 0 auto;
        max-width: 100%;
    }
    .compare-plan-section-vtwo .wp-pr-symbol {
        right: 2px;
    }
    .compare-plan-section-vtwo .pr-cnt-inner .default-button {
        padding: 10px 4px;
        min-width: 112px;
    }
    .compare-plan-section-vtwo .sticky-top {
        top: 282px !important;
    }
    .compare-plan-section-vtwo .section-title {
        font-size: 32px;
        padding-left: 18px;
        font-weight: 900 !important;
    }
}
@media screen and (max-width:1024px) {
    .compare-plan-section-vtwo span.wp-tbl-feature-col {
        width: 16.66666667%;
        max-width: 16.66666667%;
    }
}
@media screen and (max-width:1200px) {
    .compare-plan-section-vtwo .sticky-top {
        top: 485px !important;
    }
    .wp-plan-hero h1 {
        font-size: 22px;
    }
    .wp-plan-hero p {
        font-size: 16px;
    }
    .compare-plan-section-vtwo h3.pricing-title {
        font-size: 24px;
    }
    .compare-plan-section-vtwo .section-title {
        font-size: 22px;
        padding-left: 0;
        margin-top: 35px;
    }
    .compare-plan-section-vtwo .wp-pr-symbol {
        line-height: 0;
        margin-right: 3px;
    }
    .compare-plan-section-vtwo .plan-title,
    .compare-plan-section-vtwo .pr-sub-headline,
    .compare-plan-section-vtwo .wp-prcol-headline,
    .compare-plan-section-vtwo .wp-tbl-feature-col {
        font-size: 16px;
        font-weight: 500;
    }
    .pr-mobile-wrapper {
        padding-top: 25px;
        background: var(--color-light-white);
    }
    .compare-plan-section-vtwo .plan-title {
        margin-bottom: 30px;
    }
    .compare-plan-section-vtwo p.plan-discount {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .compare-plan-section-vtwo p.plan-discount span {
        font-weight: 500;
    }
    .compare-plan-section-vtwo .pr-cnt-inner .default-button {
        font-size: 14px;
        letter-spacing: 1px;
        padding: 12px 16px;
        margin-bottom: 5px;
    }
    .compare-plan-section-vtwo .wp-price-tab-view ul.nav-tabs {
        flex-wrap: nowrap;
        box-shadow: 0px 0px 15px 0px var(--color-green);
        overflow-x: auto;
        overflow-y: hidden;
    }
    .compare-plan-section-vtwo .wp-table-row .wp-tbl-feature-col {
        display: none;
    }
    .compare-plan-section-vtwo .wp-prcol-headline {
        flex: 0 0 auto;
        max-width: 60%;
        width: 60%
    }
    .compare-plan-section-vtwo .wp-table-row .wp-tbl-feature-col.active-col {
        display: flex;
        flex: 0 0 40%;
        max-width: 100% !important;
    }
    .wp-price-tab-view ul.nav-tabs li {
        flex: 1;
        text-align: center;
    }
    .compare-plan-section-vtwo .wp-price-tab-view {
        border-radius: 0px;
        overflow: hidden;
        box-shadow: 0px 0px 9px var(--color-light-white);
        margin-bottom: 5px;
    }
    .compare-plan-section-vtwo .nav-tabs {
        border: none;
    }
    .compare-plan-section-vtwo .wp-price-tab-view ul.nav-tabs li a {
        align-items: center;
        border-radius: 0;
        border: 1px solid var(--color-light-grey);
        font-size: 14px;
        text-transform: uppercase;
        color: var(--color-black);
        padding-top: 15px;
        height: 95px;
        background: var(--color-white);
        font-family: 'Poppins', sans-serif;
        font-weight: 700;
        letter-spacing: 0px;
        display: flex;
        justify-content: center;
    }
    .compare-plan-section-vtwo .wp-price-tab-view ul.nav-tabs li a.active {
        font-size: 16px;
        font-weight: 900;
        color: var(--color-white);
        background: var(--color-green);
        border: none;
        box-shadow: 0px 0px 15px 5px var(--color-light-grey);
        height: 95px;
        padding-top: 15px;
    }
    .compare-plan-section-vtwo .wp-price-tab-view ul.nav-tabs li.pr-recommended a.active {
        height: 90px;
    }
    .compare-plan-section-vtwo .pr-recommended {
        border: 3px solid var(--color-orange);
    }
    .compare-plan-section-vtwo span.pr-rec-title-mobile {
        padding: 3px 3px;
        display: block;
        color: var(--color-black);
        background: var(--color-orange);
        text-transform: uppercase;
        font-size: 9px;
        font-family: 'Poppins', sans-serif;
        position: relative;
        transition: all .2s linear;
        height: 19px;
    }
    .compare-plan-section-vtwo .pr-rec-empty-mobile {
        height: 19px;
    }
    .compare-plan-section-vtwo .wp-price-tab-view .tab-content {
        padding: 0px;
        background: var(--color-white);
        margin-top: 15px;
    }
    .tab-content-box {
      position: relative;
    }
    .tab-content-box-bottom:after,
    .tab-content-box-top:after {
        content: "";
        position: absolute;
        transition: all 0.3s ease-in;
    }
    .tab-content-box-bottom:after {
      top: 0px;
      left: calc(46% - 10px);
      border-top: 30px solid var(--color-light-white);
      border-bottom: 30px solid transparent;
      border-left: 30px solid transparent;
      border-right: 30px solid transparent;
    }
    .tab-content-box-top:after {
      top: -50px;
      left: calc(46% - 10px);
      border-top: 25px solid transparent;
      border-bottom: 25px solid var(--color-white);
      border-left: 25px solid transparent;
      border-right: 25px solid transparent;
    }
    .compare-plan-section-vtwo .compare-plan-section-vtwo-col.fixed {
        position: relative;
    }
    .compare-plan-section-vtwo span.wp-tbl-feature-col.active-col{
        border-left: 0px solid var(--color-light-white) !important;
        border-right: 0px solid var(--color-light-white) !important;
    }

    .compare-plan-section-vtwo .wp-price-tab-view ul.nav-tabs .pr-selected-nav {
        height: 90px;
    }
    .compare-plan-section-vtwo .wp-price-tab-view ul.nav-tabs .pr-selected-title {
        margin-top: -4px;
        display: block;
    }
    .compare-plan-section-vtwo:after, .compare-plan-section-vtwo:before {
        background: none;
    }
    .compare-plan-section-vtwo .accordion-wp {
        margin-top: 5px;
    }
    .compare-plan-section-vtwo .accordion-item {
        box-shadow: 0px 0px 15px 5px var(--color-light-grey);
    }
    .compare-plan-section-vtwo .row {
        padding: 0;
    }
}

@media screen and (max-width:1200px) {
    .compare-plan-section-vtwo .pricing-title {
        font-size: 20px;
    }
}
@media screen and (max-width:767px) {
    .compare-plan-section-vtwo .pr-mobile-wrapper {
        padding-top: 10px !important;
    }
    .compare-plan-section-vtwo .sticky-top {
        top: 525px !important
    }
    .compare-plan-section-vtwo .wp-price-tab-view ul.nav-tabs li a {
        padding-top: 15px;
        height: 95px;
        border: 1px solid var(--color-light-grey);
    }
    .compare-plan-section-vtwo .wp-price-tab-view ul.nav-tabs li a.active {
        font-size: 14px;
    }
    .compare-plan-section-vtwo .wp-price-tab-view ul.nav-tabs .pr-selected-nav {
        height: 90px;
    }
    .compare-plan-section-vtwo .wp-price-tab-view ul.nav-tabs .pr-selected-title {
        margin-top: -4px;
        display: block;
    }

}
/*-----Compare Plans Section V2 CSS End-----*/

.fs-12 {
    font-size: 12px !important;
}

.fs-11 {
    font-size: 11px !important;
}

.fs-10 {
    font-size: 10px !important;
}

.fs-20 {
    font-size: 20px !important;
}

.ff-relaway{
    font-family: 'Raleway', sans-serif;
}

.ff-poppins{
    font-family: 'Poppins', sans-serif !important;
}