.page-template-page-server-monitoring .toolkit h1 {
  color: #212529;
  font-size: 48px;
  letter-spacing: 1px;
  line-height: 1.3;
}

.page-template-page-server-monitoring .toolkit h3 {
  color: #212529;
  font-size: 26px;
  letter-spacing: 1px;
  line-height: 1.3;
}

.page-template-page-server-monitoring .toolkit h2 {
  color: #212529;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.3;
  margin: 0 auto;
}

@media (max-width: 992px) {
  .page-template-page-server-monitoring .toolkit h1 {
    font-size: 32px;
  }
  .page-template-page-server-monitoring .toolkit h2 {
    font-size: 28px;
  }
  .page-template-page-server-monitoring .toolkit h3 {
    font-size: 22px;
  }
}

.page-template-page-server-monitoring .navbar {
  filter: drop-shadow(rgba(0, 0, 0, 0.25) 0 4px 4px);
}

.bg-lightgrey {
  background-color: #f7f7f7;
}

.bg-lightgrey .col-md-9 {
  position: initial;
}

.bg-lightgrey h3 {
  max-width: 936px;
}

/* dropdown menu overlap hotfix */
.bg-lightgrey .col-md-8 {
  position: initial;
}

@media (min-width: 904px) {
  .img-fluid.server-monitoring-dashboard {
    max-width: 787px;
  }
}

.bg-lightgrey.toolkit h1, .bg-lightgrey.toolkit h3, .bg-darkblue.toolkit h2 {
    font-weight: 500;
    margin: 0 auto;
}

.toolkit h2 em {
    font-style: normal;
    font-size: 0.88rem;
}

.feat-container ul {
  margin-bottom: 8px;
  list-style-type: none;
  padding: 0;
  font-size: 1rem;
}

.feat-container ul li {
  display: inline-block;
  margin-top: 10px;
  margin-right: 33px;
}

.feat-container li::before {
  display: inline-block;
  content: '';
  background-image: url('https://www.cpanel.net/wp-content/themes/cPbase/assets/img/icons/check-white.svg');
  background-repeat: no-repeat;
  background-position: bottom;
  margin-right: 3px;
  width: 16px;
  height: 12px;
}

.bg-darkblue {
  background-color: #293a4a;
  color: #fff;
  margin-top: -30px;
}

.page-template-page-server-monitoring .bg-darkblue .container {
  max-width: 100% !important;
}

.page-template-page-server-monitoring
  .bg-darkblue
  .container
  .row
  > .col:nth-child(2n) {
  padding-right: 0;
  padding-left: 0;
}

.feat-container {
  float: right;
  max-width: 700px;
  width: 100%;
}

@media (max-width: 991px) {
  .feat-container {
    float: none;
    margin: 0 auto;
  }
}

.page-template-page-server-monitoring .toolkit .feat-container h2 {
  color: #fff;
  margin: 0;
}

.toolkit .feat-container h4 {
  color: #fff;
  font-weight: 400;
  font-size: 1.63rem;
  letter-spacing: 2%;
}

/* Accordion styles */
.tabs input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.tabs {
  overflow: hidden;
}

.bg-darkblue .tabs {
  max-width: 525px;
}

.tab {
  width: 100%;
  overflow: hidden;
}

.tab-label {
  display: flex;
  justify-content: space-between;
  font-size: 1.125rem;
  padding: 1.1rem 0 1.2rem 0;
  margin-bottom: 0;
  font-weight: bold;
  cursor: pointer;
}

.toolkit .tab-label h3 {
  color: #fff;
  font-size: 1rem;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 0;
}

/* Icon */

.tab-label::after {
  background-image: url('https://www.cpanel.net/wp-content/themes/cPbase/assets/img/icons/arrow_icon.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  content: '';
  flex-shrink: 0;
  width: 25px;
  height: 14px;
  margin-top: 5px;
  text-align: center;
  transition: transform 0.35s;
}

.bg-darkblue .tab-label::after {
  background-image: url('https://www.cpanel.net/wp-content/themes/cPbase/assets/img/icons/arrow_icon_white.svg');
}

.tab-content {
  border-bottom: 1px solid #fff;
  max-height: 0;
  padding: 0 41px 0 0;
  transition: all 0.35s;
}

.faq-section .tab-content {
  border-color: #000;
}

.faq-section h3 {
  font-family: 'Open sans', sans-serif;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0;
}

.tab-content ul {
  margin-bottom: 0;
}

/* :checked */

.tabs input:checked + .tab-label {
    padding-bottom: 0.9rem;
}

.faq-section .tabs input:checked + .tab-label {
  padding-bottom: 0.6rem;
}

.bg-darkblue .tabs input:checked + .tab-label h3 {
  color: #ff6c2c;
}

.tabs input:checked + .tab-label::after {
  transform: rotate(180deg);
}

.bg-darkblue .tabs input:checked + .tab-label::after {
  background-image: url('https://www.cpanel.net/wp-content/themes/cPbase/assets/img/icons/arrow_icon_orange.svg');
}

.tabs input:checked ~ .tab-content {
  max-height: 100vh;
  padding: 0 41px 1em 0;
}

.feat-img-wrap {
    position: relative;
    margin-top: 8.5rem;
}

.feat-img {
  display: block;
  position: absolute;
  right: 0;
  opacity: 0;
  max-height: 656px;
  transition: opacity 1s;
}

.feat-mobile-img {
    right: -41px;
    position: relative;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
}

#feat-img-1 {
  display: block;
  opacity: 1;
}

.bg-lightgrey .btn, .bg-darkblue .btn {
  font-family: 'Open sans', sans-serif !important;
  text-transform: uppercase;
  padding: 0.7rem 1.5rem;
}

.bg-lightgrey .btn-outline-primary:hover, .bg-lightblue .btn-outline-primary:hover {
  background: #d03f00;
  border-color: #d03f00;
  color: #fff;
}

.hero .row {
  padding-bottom: 0;
}

.hero .btn {
  min-width: 173px;
}

.hero .col-md-6 {
  padding-right: 11px;
  padding-left: 11px;
}

.xovi-plan {
  border: 1px solid #e1e1e1;
  border-radius: 6px;
}

.bg-lightblue {
    background-color: #E9F4FF;
}

.most-popular .xovi-plan {
    border-color: #E9F4FF;
}

.xovi-plan-info {
  border-radius: 6px;
  padding: 23px 17px 17px;
  position: relative;
}

.xovi-plan-info small {
    position: absolute;
    top: 51px;
    left: 27px;
    color: #4B4B4B;
    font-size: 14px;
}

.xovi-plan-info small em {
    font-style: normal;
}

.xovi-plan-info small em::before {
    position: absolute;
    content: '';
    left: 0;
    top: 45%;
    right: 35%;
    border-top: 1px solid;
    border-color: #4B4B4B;
    -webkit-transform: skewY(-8deg);
    -moz-transform: skewY(-8deg);
    transform: skewY(-8deg);
}

.xovi-plan-info small sub {
    bottom: 0;
}

.xovi-plan-info p {
  margin: 16px 8px 25px;
}

.xovi-plan-info > div {
  display: flex;
  margin: 0 8px;
  justify-content: space-between;
}

.xovi-plan-info strong {
  font-family: 'Montserrat', sans-serif;
}

.xovi-plan-info > div em {
  font-style: normal;
  font-size: 32px;
  line-height: 33px;
}

.xovi-plan-info > div sub {
  bottom: 0;
  font-size: 14px;
  font-weight: 400;
  vertical-align: baseline;
  margin-left: 5px;
}

.faq-section h2 {
  font-size: 2.5rem;
  font-weight: 500;
}

.comparing-table table {
  border-top: none;
  margin: 0;
  width: 100%;
}

.comparing-table table tr th {
  font-family: 'Open sans', sans-serif;
  text-transform: none;
  font-size: 1rem;
  text-align: center;
}

.comparing-table table tr td {
  text-align: center;
}

.comparing-table table tr td strong {
  display: inline-block;
  text-transform: uppercase;
  font-size: 1rem;
}

.comparing-table table tr td strong.sm-part-2 {
  margin-top: 1.5rem !important;
}

.comparing-table table tr td {
  padding: 8px;
}

.comparing-table table tr td:first-child {
  text-align: left;
  padding-left: 0;
}

.comparing-table table tr:last-child {
  border-bottom: thin solid #bbb;
}

.comparing-table table thead tr:last-child {
  border-bottom: none;
}

.comparing-table table thead tr th {
  width: 15%;
  min-width: 90px;
}

.comparing-table table tr td {
  font-size: 0.88rem;
  line-height: 1.15rem;
}

.comparing-table table thead tr th:nth-child(1) {
  width: 25%;
  min-width: 235px;
}

.comparing-table table tr td:nth-child(1) {
  font-size: 1rem;
  vertical-align: top;
  line-height: 1.55rem;
}

.comparing-table table td i {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  display: inline-block;
  content: '';
  font-style: normal;
  margin-top: 4px;
  height: 16px;
  width: 16px;
}

.comparing-table table td i.icon-check {
  background-image: url('https://www.cpanel.net/wp-content/themes/cPbase/assets/img/icons/icon-check.svg');
  background-size: 89%;
}

.comparing-table table td i.icon-close {
  background-image: url('https://www.cpanel.net/wp-content/themes/cPbase/assets/img/icons/icon-close.svg');
}

.comparing-table table tbody tr:first-child td em {
  display: none;
}

.comparing-table table tbody tr:first-child td.tbl-col-open em {
  display: block;
}

@media (max-width: 1400px) {
  .xovi-priceplans .col-xl-10 {
    flex: 0 0 90%;
    max-width: 90%;
  }
}

@media (max-width: 1240px) {
  .xovi-priceplans .col-xl-10 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .feat-mobile-img {
    display: none;
  }
}

@media (max-width: 992px) {
    .page-template-page-server-monitoring
    .bg-darkblue
    .container
    .row
    > .col:nth-child(2n) {
        display: none;
        flex-basis: auto;
    }
    .tabs {    
        max-width: none;
    }

    .feat-container ul li {
        display: block;
    }
}

@media (max-width: 768px) {
  .toolkit h2 em {
    display: block;
  }
  .hero .text-right, .hero .text-left {
    text-align: center !important;
  }
  .hero .row .col-md-6:first-child .mb-4 {
    margin-bottom: 0 !important;
  }
  .faq-section h2 {
    font-size: 1.8rem;
  }
  .comparing-table table thead tr th {
    padding: 0;
  }

  .comparing-table table tr td:nth-child(1) {  
    vertical-align: middle;
  }

  .comparing-table table {
    table-layout: fixed;
  }

  .comparing-table table thead tr th:nth-child(1) {
    width: 60%;
  }
  .comparing-table table thead tr th:nth-child(2) {
    width: 40%;
  }

  .comparing-table table thead tr th:nth-child(3),
  .comparing-table table thead tr th:nth-child(4),
  .comparing-table table thead tr th:nth-child(5),
  .comparing-table table tr td:nth-child(3),
  .comparing-table table tr td:nth-child(4),
  .comparing-table table tr td:nth-child(5)
    {
    width: 0;
    min-width: 0;
    overflow: hidden;
  }
  
  .tbl-col-hidden {
    width: 0 !important;
    min-width: 0 !important;
    overflow: hidden;
  }

  .tbl-col-open {
    width: 40% !important;
    background-color: transparent;
  }
  .comparing-table table tbody tr:first-child td.tbl-col-open {
    width: auto !important;
  }

  .comparing-table table tr td, .comparing-table table thead tr th {
    transition: width 0.2s;
  }

  .comparing-table table tr td span {
    display: inline-block;
    min-width: 135px;
  }

  .comparing-table table tbody tr:first-child td:nth-child(2) em.tbl-prev, 
  .comparing-table table tbody tr:first-child td:nth-child(5) em.tbl-next {
    opacity: 0.2;
    cursor: auto;
  }

  .comparing-table table tbody tr:first-child td.tbl-col-open {
    align-items: center;
    display: flex;
    justify-content: space-evenly;
    height: 4rem;
    padding: 0;
    user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
  }

  .comparing-table table tbody td.tbl-col-open em {
    cursor: pointer;
    font-style: normal;
    display: block;
    content: '';
    background-image: url('https://www.cpanel.net/wp-content/themes/cPbase/assets/img/icons/arrow_icon.svg');
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: center;
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    transform: rotate(90deg);
  }

  .comparing-table tbody td.tbl-col-open em.tbl-next {
    transform: rotate(270deg);
  }
}

.toolkit .xovi-plan-info h4 {
  color: #FF6C2C;
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 500;
  margin: 0 8px 17px;
}

.xovi-plan-info .btn {
  font-family: 'Open sans', sans-serif !important;
  text-transform: uppercase;
  padding: 0.7rem 1.5rem;
  margin: 0 auto;
  max-width: 320px;
}

.most-popular .xovi-plan-info {
  position: relative;
}

.xovi-plan-info > .xovi-plan-tag {
  margin: 0 auto;
}

.xovi-plan-tag {
  font-size: 14px;
  line-height: 29px;
  text-transform: uppercase;
  position: absolute;
  top: -29px;
  left: 0;
  width: 100%;
  height: 29px;
  text-align: center;
}

@media (max-width: 992px) {
  .xovi-priceplans > div > .most-popular > .xovi-plan {
    margin-top: 2em;
  }

  .xovinow-pricing .my-4 {
    padding-bottom: 0; 
  }
}

.xovi-plan-tag b {
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  background-color: #88a4bf;
  color: #fff;
  display: block;
  font-weight: 400;
  margin: 0 auto;
  width: 196px;
  height: 29px;
  text-align: center;
  margin: 0 auto;
}
