@charset "UTF-8";
/*Theme default CSS*/
 :root {
     --oh-font:"Sora", sans-serif;
     --oh-title:"Jost", sans-serif;
     --oh-text:"Sora", sans-serif;
     --oh-primary: #d90007;
     --oh-secondary: #ffbc0d;
     --oh-tertiary:#ff4718;
     --oh-base:#61CE70;
     --oh-accent:#ff781f;
     --oh-black:#000229;
     --oh-white:#ffffff;
     --oh-text-body:#292929;
     --oh-text-dark:#1d1e20;
     --oh-text-light:#d27bfd;
     --oh-text-primary:#391e6c;
     --oh-text-secondary:#1e0f3a;
     --oh-bg-dark:#23013c;
     --oh-bg-primary:#fbf6f0;
     --oh-bg-secondary:#f4f2f9;
     --oh-bg-light:#f4f5ff;
     --oh-bg-light-2:#F3F7FA;
     --oh-bg-light-3:#f5f6fc;
     --oh-border-dark:#212529;
     --oh-border-light:#eeebf2;
     --bg-purple-gradiunt: linear-gradient(313deg, #673de6 0%, #3f169a 100%);
}
 body {
     line-height: 24px;
     font-size: 14px;
     font-style: normal;
     font-weight: 400;
     visibility: visible;
     font-family:var(--oh-font);
     color:var(--oh-text-body);
}
 h1, h2, h3, h4, h5, h6 {
     font-family: var(--oh-title);
     color:var(--oh-text-body);
     font-weight: 600;
     margin-top: 0;
}
 p:last-child {
     margin-bottom: 0;
}
 a, button {
     color: inherit;
     display: inline-block;
     line-height: inherit;
     text-decoration: none;
}
 a, i, button, img, input, span, *:before, *:after {
     -webkit-transition: all 0.3s ease 0s;
     transition: all 0.3s ease 0s;
}
 *:focus {
     outline: 0px solid;
}
 a:focus {
     color: inherit;
     outline: medium none;
     -webkit-transform: scale(1);
     transform: scale(1);
     text-decoration: none;
}
 a:hover {
     text-decoration: none;
}
 ul {
     list-style: outside none none;
     margin: 0;
     padding: 0;
}
 .rotate-315 {
     -webkit-transform: rotate(315deg);
     transform: rotate(315deg);
}
 .opacity-60 {
     opacity: 0.6 !important;
}
/*Common Class*/
 .fix {
     overflow: hidden;
}
 .clear {
     clear: both;
}
 .float-start {
     float: left;
}
 .float-end {
     float: right;
}
 .section {
     width: 100%;
     overflow:hidden;
}
 .bg-gray {
    background-color:var(--oh-bg-light-2);
}
 .section.bg-white {
    background-color: #fff;
}
 .bg-primary-oh {
    background: var(--oh-primary);
}
 .bg-secondary-oh {
    background:var(--oh-accent);
}
 .section-primary-bg {
    background:var(--oh-bg-primary);
}
 .light-bg{
    background-color:#ffeff0;
}
/*Slider Gap Start Here*/
 .slick-list {
     margin-right: -30px;
}
 .slick-list .slick-slide {
     margin-right: 30px;
}
/*Container Width For Mobile Device*/
 @media only screen and (max-width: 767px) {
     .container {
         width: 450px;
    }
}
 @media only screen and (max-width: 479px) {
     .container {
         width: 300px;
    }
}
/*-- Input Placeholder --*/
 input:-moz-placeholder, textarea:-moz-placeholder {
     opacity: 1;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
 input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
     opacity: 1;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
 input::-moz-placeholder, textarea::-moz-placeholder {
     opacity: 1;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
 input:-ms-input-placeholder, textarea:-ms-input-placeholder {
     opacity: 1;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
/*-- Section Title --*/
 .section-title .title {
     font-size:36px;
     color:var(--oh-text-body);
     line-height: 28px;
     padding-bottom: 20px;
     margin: 0;
     position: relative;
     font-weight: 600;
}
 .section-title .title span {
    color:var(--oh-secondary);
}
 .section-title p {
     color: var(--oh-primary);
     font-size: 18px;
     font-weight: 400;
     line-height: 27px;
}
/*iPad 3 125% Scale Inch Monitor*/
 @media (max-width: 1536px) {
     .section-title .title {
        font-size: 27px;
    }
}
 @media only screen and (max-width: 767px) {
     .section-title .title {
         font-size: 30px;
         line-height: 22px;
    }
}
 @media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
     .section-title .title {
        font-size: 36px;
    }
}
 @media only screen and (max-width: 479px) {
     .section-title .title {
         font-size:21px;
         line-height:32px;
         padding-bottom: 15px;
    }
}
 .section-title.title-white h1 {
     color: #fff;
}
 .section-title.title-white h1::before {
     border-color: #fff;
}
 .page-banner-area {
     background: var(--oh-bg-light-2);
     border-bottom: 1px solid #e3ecf2;
     border-top: 1px solid #e3ecf2;
}
 .page-banner-area .page-banner h2 {
     color:var(--oh-secondary);
     text-transform: uppercase;
     font-weight: 700;
     font-family: Montserrat;
}
 .page-banner-area .page-banner .breadcrumb {
     padding: 0;
     background-color: transparent;
     border-radius: 0;
     margin-bottom: 0;
}
 .page-banner-area .page-banner .breadcrumb li a {
     font-size: 16px;
     color:var(--oh-black);
}
 .page-banner-area .page-banner .breadcrumb li a:hover {
     color:var(--oh-tertiary);
}
 .page-banner-area .page-banner .breadcrumb li + li::before {
     font-size:12px;
     color:var(--oh-black);
     content: "/Â ";
     padding: 0 5px;
}
 form {
     margin-left: -10px;
     margin-right: -10px;
}
 .input-box {
     width: 100%;
     padding: 0 10px;
     margin-bottom: 20px;
     float: left;
     display: block;
}
 .input-box input[type=text] {
     display: block;
     width: 100%;
     border: 1px solid rgba(82, 82, 82, 0.5);
     color: #858585;
     background-color: transparent;
     height: 40px;
     line-height: 24px;
     padding: 7px 15px;
}
 .input-box input[type=email] {
     display: block;
     width: 100%;
     border: 1px solid rgba(82, 82, 82, 0.5);
     color: #858585;
     background-color: transparent;
     height: 40px;
     line-height: 24px;
     padding: 7px 15px;
}
 .input-box textarea {
     display: block;
     width: 100%;
     border: 1px solid rgba(82, 82, 82, 0.5);
     color: #858585;
     background-color: transparent;
     height: 150px;
     line-height: 24px;
     padding: 7px 15px;
}
 .input-box input[type=submit] {
     display: block;
     border: 1px solid rgba(82, 82, 82, 0.5);
     color: #858585;
     background-color: transparent;
     height: 40px;
     line-height: 24px;
     font-weight: 500;
     letter-spacing: 1px;
     padding: 7px 45px;
     text-transform: uppercase;
}
 .input-box input[type=submit]:hover {
     background-color: #26547c;
     color: #fff;
}
 .submit-box {
     width: auto;
     margin-bottom: 0;
}
 .input-box-2 {
     width: 100%;
     float: left;
     display: block;
}
 .input-box-2 .input-box {
     width: 50%;
}
 @media only screen and (max-width: 479px) {
     .input-box-2 .input-box {
         width: 100%;
    }
}
 .primary-btn {
     background:var(--oh-primary);
     color:var(--oh-white);
     display: inline-block;
     padding:22px 45px;
     border: 0;
     text-transform: uppercase;
     -webkit-backface-visibility: hidden;
     z-index: 1;
     position: relative;
     border-radius:3px;
     font-weight: 600;
     font-size:18px;
     line-height:18px;
}
 .primary-btn:after {
     position: absolute;
     content: "";
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     border-radius:3px;
     background:var(--oh-secondary);
     opacity: 0;
     z-index: -1;
}
 .primary-btn:hover, .primary-btn:focus, .primary-btn:active {
     background:var(--oh-secondary);
     color:var(--oh-white);
}
 .primary-btn:hover:after {
     opacity: 1;
}
 @media (max-width: 991px) {
     .primary-btn {
         font-size: 18px;
         font-size: 1.2rem;
    }
}
 @media (max-width: 767px) {
     .primary-btn {
         padding:18px 32px;
         font-size: 14px;
    }
}
 .secondary-btn {
     background:var(--oh-secondary);
     color: var(--oh-black);
     display: inline-block;
     padding:18px 21px;
     border-radius:10px;
     font-weight: 600;
     font-size: 18px;
     line-height:18px;
}
 @media (max-width: 991px) {
     .secondary-btn {
         font-size: 14px;
         font-size: 0.9333333333rem;
    }
}
 .secondary-btn:hover, .secondary-btn:focus, .secondary-btn:active {
     background:var(--oh-primary);
     color:var(--oh-white);
}
 @media (max-width: 767px) {
     .secondary-btn {
         padding:18px 32px;
         font-size: 13px;
    }
}
 .tertiary-btn {
     background: var(--oh-secondary);
     color: var(--oh-text-body);
     padding: 18px 45px;
     border: 0;
     text-transform: uppercase;
     display: ruby-text;
     border-radius:3px;
     font-weight: 600;
     font-size:18px;
     line-height:18px;
}
 .tertiary-btn:hover, .tertiary-btn:focus, .tertiary-btn:active {
     background:var(--oh-text-body);
     color:var(--oh-white);
}
 .tertiary-btn:hover:after {
     opacity: 1;
}
 @media (max-width: 991px) {
     .tertiary-btn {
         font-size: 18px;
         font-size: 1.2rem;
    }
}
 @media (max-width: 767px) {
     .tertiary-btn {
         padding:18px 36px;
         font-size: 14px;
    }
}
/*Bootstrap Custom Container*/
 .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
     width: 100%;
     padding-right: 15px;
     padding-left: 15px;
     margin-right: auto;
     margin-left: auto;
}
 @media (min-width: 576px) {
     .container, .container-sm {
         max-width: 540px;
    }
}
 @media (min-width: 768px) {
     .container, .container-md, .container-sm {
         max-width: 720px;
    }
}
 @media (min-width: 992px) {
     .container, .container-lg, .container-md, .container-sm {
         max-width: 960px;
    }
}
 @media (min-width: 1200px) {
     .container, .container-lg, .container-md, .container-sm, .container-xl {
         max-width: 1140px;
    }
}
 @media (min-width: 1400px) {
     .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
         max-width: 1140px;
    }
}
 @media (min-width: 1600px) {
     .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
         max-width: 1440px;
    }
}
 .row {
     --bs-gutter-x: 30px;
}
/*Header Start Here*/
 .oh-header{
     padding-left:30px;
     padding-right:30px;
}
 .oh-header.lp{
    padding-left:0;
    padding-right:0;
}
 #header-wrap {
     position:absolute;
     z-index:999;
     padding-left: 30px;
     padding-right: 30px 
}
 #header-wrap.fixed-header {
     position:fixed !important;
     top:0;
     left:0;
     width:100%;
     z-index:999 !important;
     animation:smoothScroll 1s forwards;
     padding-left:30px;
     padding-right:30px;
     background-color:var(--oh-white);
     box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
}
/*--navigation--*/
 .navbar {
     padding: 0;
}
 .navbar-nav .nav-item.dropdown .dropdown-menu {
     background: var(--oh-white);
     padding:1rem;
     border-radius: 0.5rem;
     border: none;
     box-shadow: 0 0 15px rgba(0,0,0,.15);
     min-width:309px;
     top: 50px;
}
 .navbar-nav .nav-item.dropdown .dropdown-menu:before {
     content: "";
     width: 12px;
     height: 12px;
     background: #fff;
     position: absolute;
     top: -6px;
     transform: rotate(45deg);
     left: 40px;
     border-left: 1px solid #e6eeef;
     border-top: 1px solid #e6eeef;
     box-shadow: -5px -5px 5px rgba(0,0,0,.03);
}
 .navbar-brand {
     margin-right:30px;
}
 .navbar-brand img {
     max-width:175px;
     height: auto;
}
 header .navbar-nav .nav-item {
     margin: 0 5px
}
 .navbar-nav .nav-link {
     color: var(--oh-black);
     font-family: var(--oh-font);
     font-size:15px;
     font-weight:600;
     padding:0.6rem 0.6rem !important;
     border-radius:1rem;
     position:relative;
}
 .navbar-nav .nav-link.active, .navbar-nav .nav-link:focus, .navbar-nav .nav-link:hover, .navbar-nav .show > .nav-link, .dropdown-item:focus, .dropdown-item:hover {
     color:var(--oh-primary);
}
 .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:focus, .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:hover{
     color:var(--oh-primary);
}
 .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
     padding: .2rem .1rem;
     font-size: 14px;
     border-radius: 0.5rem;
     margin-bottom:3px;
     font-weight: 500;
     white-space: normal !important;
}
 .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:hover {
     background-color: var(--oh-section-bg-three);
}
 .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item img {
     margin-right: 15px;
     width: 50px;
}
 .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item .navicon {
     margin-right:5px;
     display: inline-block;
     width:50px;
     height:50px;
     text-align: center;
     line-height:60px;
}
 .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item .navicon svg {
    /*fill:var(--oh-primary);
    */
     fill:#020288;
}
 .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item .navicon object {
     display:flex;
     align-items:center;
     justify-content:center;
}
 .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item strong {
     font-size:15px;
     font-weight:600;
     color: var(--oh-primary);
}
/*.navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item small {
     font-size: 13px;
     color: var(--oh-black);
     max-width: 300px;
     -webkit-transition: color .25s cubic-bezier(.645, .045, .355, 1);
     transition: color .25s cubic-bezier(.645, .045, .355, 1) 
}
*/
 .navbar-nav .on-sale {
     background-color: var(--oh-blue-drak);
     color: var(--oh-white);
     padding: 2px 5px;
     font-size: 11px;
     font-weight: 500;
     margin-left: 10px;
     border-radius: 3px;
     line-height: 2px;
}
 .navbar-nav .nav-item.dropdown .dropdown-menu li:last-child .dropdown-item {
     margin-bottom: 0;
}
 .nav-link.dropdown-toggle::after {
     font-family: "Font Awesome 6 Pro";
     content: "\f107";
     border: none;
     margin-left: 0.3em;
     vertical-align: middle;
     font-weight:900;
     font-size: 12px;
}
/*-- Call Us --*/
 .header-contact-info {
     padding:24px 0;
     position: relative;
     display: flex;
     align-items: center;
}
 .header-contact-info .info__item--call {
     display:flex;
     align-items:center;
     margin-right: 20px;
     gap: 18px;
     transition: all 0.7s ease-in-out;
     z-index: 1;
}
 .header-contact-info .info__item--call:hover .info__item__icon {
     background: transparent;
     color: var(--oh-white);
}
 .header-contact-info .info__item--call:hover .info__item__icon::after {
     height: 100%;
     width: 100%;
     top: 0%;
     left: 0%;
}
 .header-contact-info .info__item__icon {
     font-size:20px;
     color:var(--oh-white);
     line-height:50px;
     width:50px;
     height:50px;
     border-radius:500px;
     margin-left:0;
     display:flex;
     justify-content: center;
     align-items:center;
     background:var(--oh-primary);
     position:relative;
     transition:all 0.4s ease-in-out;
}
 .header-contact-info .info__item__icon .fa-phone {
     transform: scaleX(-1);
}
 .header-contact-info .info__item__icon::after {
     transition: all 0.4s ease-in-out;
     content: "";
     position: absolute;
     height: 0;
     width: 0;
     top: 50%;
     left: 50%;
     border-radius: 500px;
     background:var(--oh-primary);
     z-index: -1;
}
 .header-contact-info .info__item__content__text {
     color:var(--oh-primary);
     font-family: var(--oh-title);
     font-size:14px;
     font-style:normal;
     font-weight:700;
     line-height:30px;
     margin-bottom: -3px;
}
 .header-contact-info .info__item__content__call {
     margin-top: -9px;
     color:var(--oh-black);
     font-family: var(--oh-title);
     font-size: 18px;
     font-style: normal;
     font-weight:600;
     line-height: 166.667%;
     margin-bottom: 0;
     padding-bottom: 0;
     transition: all 500ms ease;
}
 .header-contact-info .info__item__content__call:hover {
     background-size: 100% 1px;
}
 .header-contact-info .info__item:last-child i {
     margin-right: 0;
}
 .header-contact-info .login-btn {
     background:var(--oh-primary);
     color: var(--bs-white);
     padding: 6px 24px;
     border-radius: 16px;
     font-weight: 500;
}
 .header-contact-info .login-btn:hover {
     background:var(--oh-secondary);
     color: var(--oh-text-body);
}
 .oh-header .mobile-login-btn {
     border: 1px solid var(--oh-primary);
     border-radius: 3px;
     padding:5px 7px;
     color: var(--oh-primary);
     font-weight: 600;
}
 .oh-header .mobile-call {
     color: var(--oh-primary);
     margin-top:4px;
     margin-right:12px;
     font-size:24px;
}
 .navbar-toggler {
     border-radius:4px;
    /*height: 46px;
     width: 46px;
     padding: 0;
    */
     border-color: var(--oh-primary);
     background-color: #fff;
     font-size:17px;
     font-weight: 600;
     color: var(--oh-primary);
}
 .navbar-toggler:focus {
    box-shadow: none;
     border-color:var(--oh-primary);
}
 @media (max-width:991.98px) {
    /*Header*/
     #header-wrap > .navbar-toggler {
         background: none;
         height: 40px;
         width: 40px;
         padding: 0;
         border-radius: 0;
         margin-right: 0;
    }
     .site-header .navbar-nav .nav-item {
         margin: 0;
         margin-bottom: 5px;
    }
     .site-header .navbar-nav .nav-item:last-child {
        margin-bottom: 0;
    }
     .navbar-collapse {
         border-radius: 1rem;
         background: var(--oh-white);
         left: 0;
         padding: 10px;
         position: absolute;
         z-index: 99;
         top:60px;
         width: 100%;
        /*overflow:auto;
        */
         border: medium none;
         -webkit-box-shadow: 0 10px 55px 5px rgba(137, 173, 255, .15);
         -moz-box-shadow: 0 10px 55px 5px rgba(137, 173, 255, .15);
         box-shadow: 0 10px 55px 5px rgba(137, 173, 255, .15);
    }
     .navbar-nav .dropdown-toggle::after {
         position: absolute;
         top: 50%;
         right: 15px;
         margin: -.6rem 0.8em 0 0;
    }
     .oh-header{
        padding-left:0px;
         padding-right:0;
    }
     #header-wrap.fixed-header {
        padding-left:0px;
        padding-right:0px;
    }
     .oh-header .navbar .navbar-brand {
        margin-right:5px;
    }
     .header-contact-info {
        display:none !important;
        visibility:hidden;
    }
}
/* Latop Device :1200px. */
 @media (min-width: 1400px) and (max-width: 1500px) {
}
 @media (min-width: 1300px) and (max-width: 1400px) {
     .navbar-brand {
        margin-right:15px;
    }
     .navbar-nav .nav-link{
        padding: 0.3rem 0.3rem !important;
    }
     header .pay-btn {
        padding: 4px 9px;
    }
     header .login-btn {
        padding: 4px 9px;
    }
}
 @media (min-width: 1200px) and (max-width: 1300px) {
     .navbar-brand {
        margin-right:15px;
    }
     .logo img {
        max-height: 45px;
    }
     .navbar-nav .nav-link{
        padding: 0.3rem 0.3rem !important;
    }
     header .pay-btn {
        padding: 4px 9px;
    }
     header .login-btn {
        padding: 4px 9px;
    }
}
/*18 Inch Monitor */
 @media (min-width: 1200px) and (max-width: 1500px) {
     header .navbar-nav .nav-item {
        margin:0 3px;
    }
     .navbar-brand {
        margin-right:15px;
    }
     .navbar-nav .nav-link{
        padding: 0.3rem 0.3rem;
        font-weight:500;
        font-size:15px;
    }
     header .pay-btn {
        padding: 4px 9px;
    }
     header .login-btn {
        padding: 4px 9px;
    }
}
 @media only screen and (max-width: 479px) {
     .navbar-brand img {
        max-width:130px;
        height: auto;
    }
     .navbar-nav .on-sale {
        visibility:hidden;
        display:none;
    }
     #header-wrap {
        padding-left:0;
        padding-right:0;
    }
}
/*Headed End Here*/
/*Hero Section Start Here*/
 .onehost-hero-section {
    padding:75px 0;
    background-image:url("../img/onehost-hero-bg.jpg");
    background-size:cover;
    background-repeat:no-repeat;
}
 .onehost-hero-section h1 {
    padding-bottom:10px;
    font-size:54px;
    text-transform:uppercase;
    font-weight:500;
    color:var(--oh-white);
}
 .onehost-hero-section h2 {
    padding-bottom:18px;
    font-size:32px;
    font-weight:500;
    color:var(--oh-white);
}
 .onehost-hero-section h3 {
    font-size:24px;
    padding-bottom:30px;
    font-weight:400;
    color:var(--oh-white);
}
 .onehost-hero-section ul {
    display:inline-flex;
    text-align:center;
    margin-top:16px;
    margin-bottom:16px;
}
 .onehost-hero-section li {
    font-size:16px;
    font-weight:400;
    line-height: 24px;
    list-style:none;
    flex-direction:column;
    display:flex;
    padding-right:30px;
    padding-bottom:15px;
    color:var(--oh-white);
}
 .onehost-hero-section li i {
    font-size:50px;
    padding-bottom:12px;
}
 .onehost-hero-section .hero-btn {
    background-color:var(--oh-accent);
    font-size:24px;
    font-weight:500;
    margin-top:0;
    padding:20px 50px;
    border-radius:1rem;
    color:var(--oh-text-secondary);
}
 .onehost-hero-section .hero-btn:hover {
    background-color:#f26507;
    text-decoration:none;
}
 .hero-title {
    padding:21px 0;
  	min-height: 80px;
  	font-display: swap;
  	font-family: var(--oh-title);
}
 .hero-title h2 {
    color:var(--oh-text-secondary);
    margin-bottom:0;
    font-size:27px;
    font-weight:500;
}
 @media only screen and (max-width:767px) {
     .onehost-hero-section {
        margin-top:5px;
    }
     .onehost-hero-section h1 {
        font-size:45px;
    }
     .onehost-hero-section h2 {
        font-size:27px;
    }
     .onehost-hero-section ul {
        display:none;
    }
}
/*Hero Section End Here*/
/*OneHost VPS Hosting Plan Start Here*/
 .vps-pricing-plane.lp{
     background-position: center;
     background-size: cover;
     background-repeat: no-repeat;
}
 .vps-hosting-pricing-table {
     overflow: visible;
     -webkit-box-shadow: none;
     box-shadow: none;
     border: none;
     border-collapse: unset;
     border-spacing: 0 16px;
}
 .vps-hosting-pricing-table > thead {
     background-color: transparent;
}
 .vps-hosting-pricing-table > thead > tr > th {
     border: none;
     font-size: 16px;
     font-weight: 600;
     text-transform: uppercase;
     vertical-align: middle;
     font-family:var(--oh-text);
     padding:20px 30px;
}
 .vps-pricing-row {
     text-align: left;
     -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
     box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
     background-color:var(--oh-white);
     -webkit-transition: all 0.2s ease-in-out;
     transition: all 0.2s ease-in-out;
}
 .vps-pricing-row.popular-vps{
     border:1px solid var(--oh-primary);
     box-shadow: rgba(217, 0, 7) 0px 0px 5px !important;
}
 .vps-pricing-row:hover {
     transform: scale(1.02);
}
 .vps-hosting-pricing-table > tbody > tr > td {
     padding: 20px 30px;
     border-top:1px solid #e5e5e5;
     border-bottom:1px solid #e5e5e5;
     font-weight: 600;
     font-size: 16px;
     line-height: 1;
     vertical-align: middle;
     font-family: var(--oh-text);
}
 .vps-pricing-row > td:first-child {
     border-left:1px solid #e5e5e5;
     border-radius: 4px 0 0 4px;
}
 .vps-pricing-row > td:last-child {
     border-right:1px solid #e5e5e5;
     border-radius:0 4px 4px 0;
     display: flex;
     align-items: center;
     justify-content: center;
}
 .vps-pricing-row > td:last-child .tertiary-btn {
     white-space: nowrap;
    /* Ensure button itself doesn't wrap text */
}
 .vps-pricing-row .tertiary-btn.popular-vps{
     background:var(--oh-primary);
     color:var(--oh-white);
     white-space: nowrap;
}
 .vps-pricing-row > td.popular-vps {
     border-top:1px solid var(--oh-primary);
     border-bottom:1px solid var(--oh-primary);
}
 .vps-pricing-row > td.popular-vps:first-child{
     border-left:1px solid var(--oh-primary);
     border-radius: 4px 0 0 4px;
}
 .vps-pricing-row > td.popular-vps:last-child{
     border-right:1px solid var(--oh-primary);
     border-radius:0 4px 4px 0;
}
 .color-3.popular-vps {
    background: var(--oh-primary);
    color: var(--oh-white);
}
 .vps-hosting-pricing-table > tbody > tr > td:first-child::before {
     content: attr(data-value);
     display: none;
     width: initial;
     height: initial;
     background-color: transparent;
     position: relative;
     left: initial;
     top: initial;
     opacity: 1;
}
 .vps-hosting-pricing-table .rate {
     font-size: 21px;
     font-weight: 700;
     color:var(--oh-border-dark);
     font-family: var(--oh-text) 
}
 .vps-hosting-pricing-table .rate span {
     font-size: 14px;
     font-weight: 600;
     margin-left: 5px;
     opacity: 0.8;
     color: var(--oh-black);
}
 .vps-hosting-pricing-table .regular {
     font-size: 14px;
     color: #303030;
     text-decoration: line-through;
     font-weight: 400;
}
 .vps-hosting-pricing-table .pricing-onsale {
     display: block;
     font-size: 15px;
     color:var(--oh-text-body);
     margin-top: 4px;
     font-weight: 500;
}
 .color-3 {
     color: var(--oh-text-body);
     font-weight: 500;
     font-size: 12px;
     background: var(--oh-secondary);
}
 .vps-pricing-row > td::before {
     content: attr(data-value);
     font-weight: 600;
     display: none;
}
/*iPad 3 125% Scale Inch Monitor*/
 @media (max-width: 1536px) {
     .vps-hosting-pricing-table > thead > tr > th {
        padding:20px 10px;
    }
     .vps-hosting-pricing-table.one > thead > tr > th {
        padding:20px 10px;
    }
}
 @media (max-width: 991px) {
     .vps-hosting-pricing-table > thead {
         display: none;
    }
     .vps-pricing-row {
         display: -webkit-box;
         display: -ms-flexbox;
         display: flex;
         -webkit-box-orient: vertical;
         -webkit-box-direction: normal;
         -ms-flex-direction: column;
         flex-direction: column;
         border-radius: 4px;
         width: 45%;
         float: left;
         margin: 0 15px 28px 15px;
    }
     .vps-hosting-pricing-table > tbody > tr {
         padding: 15px;
    }
     .vps-hosting-pricing-table > tbody > tr > td {
         padding: 10px 15px;
         font-size: 14px;
         font-weight: normal;
    }
     .vps-pricing-row > td:first-child {
         border-left: none;
         border-radius: 0;
    }
     .vps-hosting-pricing-table > tbody > tr > td:first-child::before {
         display: block;
         width:50%;
    }
     .vps-pricing-row > td::before {
         display: block;
         width:50%;
    }
     .vps-hosting-pricing-table > tbody > tr > td {
         display: -webkit-box;
         display: -ms-flexbox;
         display: flex;
         -webkit-box-align: center;
         -ms-flex-align: center;
         align-items: center;
    }
     .vps-pricing-row > td:last-child::before {
         display: none;
    }
     .vps-pricing-row > td:last-child {
         text-align: center !important;
         margin: auto;
    }
     .vps-pricing-row > td {
         border: none;
    }
}
/*iPad 3 125% Scale Inch Monitor*/
 @media (max-width: 1536px) {
     .vps-hosting-pricing-table > tbody > tr > td {
        padding:12px 10px;
    }
     .vps-hosting-pricing-table > tbody > tr > td {
         padding:18px 16px;
    }
     .tertiary-btn {
        padding:14px 25px;
        display:inline;
    }
}
 @media (max-width: 768px) {
     .vps-hosting-pricing-table > tbody > tr {
        padding:0;
    }
     .vps-pricing-row > td{
        font-weight:600;
    }
     .vps-hosting-pricing-table > tbody > tr > td {
        border:none;
		padding: 10px 20px;  
    }
     .vps-pricing-row > td:last-child{
        border-right:none;
    }
     .vps-pricing-row {
        width:100%;
        float:none;
        margin-left:auto;
        margin-bottom:15px;
        border:1px solid #d7cef2;
    }
     .vps-pricing-row > td.popular-vps {
        border:none;
    }
     .vps-pricing-row > td.popular-vps:first-child{
        border-left:none;
    }
     .vps-pricing-row > td.popular-vps:last-child{
        border-right:none;
    }
     .popular-vps{
        border:1px solid var(--oh-accent);
    }
     .vps-hosting-pricing-table .pricing-onsale {
        font-size:12px;
    }
     .vps-hosting-pricing-table .tertiary-btn {
        padding:18px 85px;
    }
}
 .onehost-cta {
     padding: 20px 30px;
     background: #f9e3ca;
     position: relative;
     border-radius: 3px;
}
 .onehost-cta .title {
     font-size: 27px;
     font-weight: 700;
     line-height: 52px;
     color:var(--oh-black);
}
 .cta_btn {
     overflow: hidden;
     color: var(--oh-white);
     background: var(--oh-primary);
     font-size: 16px;
     font-family: var(--oh-text);
     font-weight: 600;
     line-height: 16px;
     padding: 18px 33px;
     display: inline-block;
     text-align: center;
     position: relative;
     z-index: 2;
     cursor: pointer;
     text-decoration: none;
     transition: all;
     text-transform: uppercase;
     vertical-align: middle;
     border-radius: 3px;
}
 .cta_btn::before {
     content: "";
     background:var(--oh-primary);
     position: absolute;
     z-index: -1;
     left: 0;
     top: 0;
     width: 0;
     height: 100%;
     -webkit-transition: all 0.3s ease 0s;
     -moz-transition: all 0.3s ease 0s;
     -ms-transition: all 0.3s ease 0s;
     -o-transition: all 0.3s ease 0s;
     transition: all 0.3s ease 0s;
}
 .cta_btn:hover {
     color: white;
}
 .cta_btn:hover::before {
     width: 100%;
}
 .cta_btn.hover-bg::before {
     background: #01050c;
}
 .cta_btn.hover-bg:hover::before {
     width: 100%;
}
 @media only screen and (max-width:767px) {
     .onehost-cta {
        text-align:center;
    }
     .onehost-cta .title {
        font-size:24px;
        margin-bottom:10px;
    }
}
 .onehost-txt {
    padding:3px;
    position:relative;
}
 .onehost-txt p small {
    font-style:italic;
}
 .onehost-txt p sup {
    color:var(--oh-primary);
}
/*OneHost VPS Hosting Plan End Here*/
/*OneHost VPS Hosting Plan Carousel Slider Start Here*/
 .onehost-vps-plan {
    padding:60px 0;
}
 .onehost-vps-plan .card {
     width:99%;
     border-color:#D4D4D8;
     margin-bottom:20px;
}
 .onehost-vps-plan .card.popular-vps{
    border-color:var(--oh-primary);
    border-width:2px;
}
 .onehost-vps-plan .card.popular-vps:after {
     content: attr(data-popular);
     background: var(--oh-primary);
     width: fit-content;
     padding: 1px 10px 3px;
     border-top-left-radius:0px;
     border-top-right-radius:0px;
     border-bottom-right-radius: 15px;
     border-bottom-left-radius: 15px;
     color: #fff;
     position: absolute;
     inset-block-start: 0;
     inset-inline-start: 50%;
     transform:translate(-50%, -50%);
     font-size:14px;
     font-weight:500;
     top:12px;
     text-transform: uppercase;
}
 .onehost-vps-plan .card.popular-vps .plan-btn {
     background: var(--oh-primary);
     color: #fff;
     border: 1px solid var(--oh-primary);
}
 .onehost-vps-plan .card-body {
     text-align:left;
}
 .onehost-vps-plan .card-title {
     color: var(--oh-text-primary);
     font-size:36px;
     font-weight:600;
     padding-top:18px;
}
 .onehost-vps-plan .onehost-pricing-set {
    padding-top:10px;
}
 .onehost-vps-plan .plan-price-strik {
     font-size:16px;
     line-height: 1;
     display: inline-block;
     position: relative;
     font-weight:400;
}
 .onehost-vps-plan .plan-price-strik::before {
     content: "";
     position: absolute;
     top: 50%;
     left: -4px;
     width: calc(100% + 8px);
     height: 1px;
     background: #61646e;
}
 .onehost-vps-plan .plan-price-strik div {
     padding-left: 2px;
}
 .onehost-vps-plan .plan-save {
     color:#f15a05;
     background: #fff7f2;
     padding: 8px 16px;
     font-size: 18px;
     font-weight:700;
     margin-left: 10px;
     border-radius: 6px;
}
 .onehost-vps-plan .plan-price {
     width: 100%;
     line-height: 1;
     margin-top: 15px;
     display: flex;
     font-size: 22px;
}
 .onehost-vps-plan .plan-price i {
     display: inline-block;
     font-style: normal;
     font-variant: normal;
     text-rendering: auto;
     line-height: 1;
     font-weight: 500;
     align-self: flex-start;
}
 .onehost-vps-plan .plan-price div {
     font-size: 46px;
     margin: 0 3px;
     line-height: .8;
     font-weight:700;
}
 .onehost-vps-plan .plan-price span {
     align-self: flex-end;
     font-size: 16px;
     transform: translate(0,-4px);
     font-weight:500;
}
 .onehost-vps-plan .plan-btn-box {
     margin: 24px 0 22px;
     text-align: center;
}
 .onehost-vps-plan .plan-btn {
     color: var(--oh-primary);
     background: #fff;
     border-radius: 10px;
     padding:12px 14px;
     font-size: 18px;
     text-decoration:none;
     border: 1px solid var(--oh-primary);
     width: 100%;
     display: block;
}
 .onehost-vps-plan .plan-btn:hover {
    background:var(--oh-primary);
     color: #fff;
}
 .onehost-vps-plan .card-text {
     font-size: 1.1rem;
     color: #000;
}
 .onehost-vps-plan .card-body ul {
     list-style: none;
     padding-left: 0;
}
 .onehost-vps-plan .card-body ul li {
     font-size:15px;
     position:relative;
     margin-bottom: 12px;
     font-weight: 400;
}
 .onehost-vps-plan .card-body ul li:before {
     font-family: "Font Awesome 6 Pro";
     content: '\f00c';
     margin: 0 10px 0 3px;
     font-size: 15px;
     color: var(--oh-base);
     font-weight: 600;
}
/* Adjust for mobile responsiveness */
 @media (max-width: 767px) {
     .owl-carousel .item {
         margin-bottom: 20px;
    }
}
/*OneHost VPS Hosting Plan Carousel Slider End Here*/
/*14 Days Money Back guarantee Stare Here*/
 .money-guarantee {
    /*background-color: var(--oh-secondary);
    */
     background-color:#FADA06;
     position: relative;
     padding:40px 0;
     overflow: hidden;
}
 .money-guarantee .container {
    position: relative;
}
 .money-guarantee .bg_pattern img {
    width: 100%;
    opacity: 0.1;
    position: absolute;
    top: 0;
}
 .money-guarantee .section-title .title {
    color:var(--oh-black);
    text-shadow: 0 1px 0 rgb(255, 255, 255);
}
 .money-guarantee .section-title p {
     color:var(--oh-black);
}
 .money-guarantee .section-title p {
    font-size:24px;
     line-height:36px;
}
/*ipad 3*/
 @media (max-width: 1536px) {
     .money-guarantee .section-title .title {
        font-size: 27px;
    }
     .money-guarantee .section-title p {
        font-size:18px;
    }
}
/*18 Inch Monitor */
 @media (min-width: 1200px) and (max-width: 1500px) {
     .money-guarantee .section-title .title {
        font-size: 27px;
    }
     .money-guarantee .section-title p {
        font-size:18px;
    }
}
/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
	.money-guarantee .section-title .title, .money-guarantee .section-title p {text-align:center;}
}
/*14 Days Money Back guarantee Stare Here*/
/*Managed VPS Stare Here*/
 .managed-vps {
    padding:40px 0;
}
 .managed-vps .managed_wrapper .managed-image {
    text-align:right;
    position: relative;
    left: 15px;
    top:10px;
}
 .managed-vps .managed_content.left {
    margin-left:30px;
}
 .managed-vps .managed_content .managed-sub-title{
    font-family: var(--oh-title);
    margin-bottom:20px;
    color: var(--oh-black);
    font-size:18px;
    line-height:50px;
    font-weight:600;
}
 .managed-vps .managed_content .managed-title{
    font-family: var(--oh-title);
    margin-bottom:20px;
    color: var(--oh-primary);
    font-weight: 600;
    font-size:36px;
    line-height:50px;
}
 .managed-vps .smanaged_content p{
    line-height: 28px;
    margin-bottom:24px;
}
 .managed-vps p.vps-price {
    color:var(--oh-black);
    font-size:16px;
    margin-top:0px;
    margin-bottom:30px;
}
 .managed-vps p span {
    font-size:36px;
    display:inline-block;
    font-weight:700;
    padding-left:5px;
}
 .managed-vps p.vps-price sup {
    font-size: 16px;
    top: -1.0em;
    right: 5px;
    font-family:var(--oh-text);
}
 .managed-vps p span.striketxt {
    font-size:18px;
    display:inline-block;
    font-weight:500;
    position:relative;
    margin-left:5px;
}
 .managed-vps p span.striketxt:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0px;
    width: calc( 100% + 8px);
    height: 1px;
    background: #61646e;
}
 .managed-vps .managed_content .tertiary-btn {
    text-transform:capitalize;
    font-weight:500;
    font-size:16px;
    padding:18px 24px;
}
/*Managed VPS End Here*/
/*Major Admin Level Features Start Here*/
 .major-admin-features {
     padding:60px 0;
     position:relative;
}
 .major-admin-features .feature-box{
     text-align:center;
     background: var(--oh-white);
     border-radius: 10px;
     position: relative;
     z-index: 1;
     overflow: hidden;
     padding: 30px 19px 30px 24px;
     box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
     border: 1px solid transparent;
}
 .major-admin-features .feature-box .feature-icon {
     margin-bottom: 30px;
}
 .major-admin-features .feature-box .feature-icon img {
     filter: unset;
     transition: var(--transition);
     height: 60px;
     width: 60px;
}
 .major-admin-features .feature-box .feature-content .title {
     font-size: 21px;
     line-height: 30px;
     color: var(--oh-black);
     font-weight: 500;
     text-transform: capitalize;
     display: inline-block;
}
/*Major Admin Level Features End Here*/
/*Development Services Start Here*/
 .development-services-section {
     padding:90px 0;
     position:relative;
}
 .development-services-section .ring_shape_icon{
     animation:upslide 4s linear forwards infinite alternate;
     position: absolute;
     left: 0px;
     bottom: 0px;
}
 @keyframes upslide {
     0%, 20%, 50%, 80%, 100% {
         transform: translateY(0);
    }
     40% {
         transform: translateY(-20px);
    }
     60% {
         transform: translateY(-10px);
    }
}
 .development-services-section .content_box{
     position: relative;
     display: block;
     max-width: 550px;
     width: 100%;
}
 .development-services-section .content_box h4 {
     color: var(--oh-text-primary);
     font-family: var(--oh-title);
     font-size: 36px;
     font-style: normal;
     font-weight: 600;
     line-height: 28px;
     margin-bottom: 25px 
}
 .development-services-section .content_box p{
     color: var(--oh-text-body);
     font-family: var(--oh-font);
     font-size: 16px;
     font-style: normal;
     font-weight: 400;
     line-height: 27px;
     margin-bottom: 35px;
}
 .development-services-section .onehost-development{
     position: relative;
     margin-left: 25px;
     border-radius: 10px;
     overflow: hidden;
}
 .development-services-section .content_item{
     display: flex;
     align-items: flex-start;
     gap: 25px;
}
 .development-services-section .content_item .icon {
     width: 60px;
     height: 60px;
     font-size: 30px;
     line-height: 65px;
     border-radius: 50%;
     text-align: center;
     flex-shrink: 0;
     background: rgba(159, 112, 253, 0.10);
}
 .development-services-section .content_item .icon i {
     background:linear-gradient(111deg, #6F65F6 19.42%, #5B31CF 73.08%);
     background-clip: text;
     -webkit-background-clip: text;
     -webkit-text-fill-color: transparent;
}
 .development-services-section .content_item .icon_content h5{
     color: var(--oh-primary);
     font-family: var(--oh-font);
     font-size: 21px;
     font-style: normal;
     font-weight: 600;
     line-height: 27px;
     margin-bottom: 5px;
     text-transform: capitalize;
}
 .development-services-section .content_item .icon_content p {
     color: var(--oh-text-body);
     font-family: var(--oh-font);
     font-size: 16px;
     font-style: normal;
     font-weight: 400;
     line-height: 24px;
}
 @media only screen and (max-width:767px) {
     .development-services-section .content_box {
        text-align:center;
    }
     .development-services-section .content_box h4 {
        font-size: 32px;
    }
     .development-services-section .content_item {
        display: grid;
    }
     .development-services-section .content_item .icon {
        margin:auto;
    }
     .development-services-section .ring_shape_icon {
        display:none;
    }
}
/*Development Services End Here*/
/*OneHost Features Stare Here*/
 .onehost-features-section {
     position: relative;
     display: block;
     padding:90px 0;
     z-index: 1;
}
 .onehost-features-section .feature-box {
     position: relative;
     display: flex;
     align-items:flex-start;
     flex-wrap: wrap;
     background:var(--oh-bg-primary);
     border-radius: 20px;
     margin-bottom: 30px;
     padding:35px 35px 35px;
}
 .onehost-features-section .feature-box.reverse-bg {
    background-color:var(--oh-white) !important;
}
 .onehost-features-section .feature-box.bigblue{
    padding:16px 20px 18px;
     min-height:220px;
}
 .onehost-features-section .feature-box.bigblue.win{
    min-height:360px;
}
 .onehost-features-section .feature-box:hover {
     transition: 0.5s all ease-in-out !important;
     transform: translateY(-10px);
}
 .onehost-features-section .feature-box .feature-icon {
     position: relative;
     display: flex;
     align-items: center;
     justify-content: center;
     height: 90px;
     width: 90px;
     background:var(--oh-white);
     border-radius: 20px;
}
 .onehost-features-section .feature-box .feature-icon.reverse-color {
    background-color:#F6F4FF !important;
}
 .onehost-features-section .feature-box.bigblue .feature-icon{
    margin: auto;
    margin-bottom: 15px;
}
 .onehost-features-section .feature-box .feature-icon img {
    width: auto;
}
 .onehost-features-section .feature-box .feature-content {
     position: relative;
     display: block;
     max-width:490px;
     width: 100%;
     margin-left:25px;
}
 .onehost-features-section .feature-box.bigblue .feature-content {
    margin-left:0;
    text-align:center;
}
 .onehost-features-section .feature-box .feature-content .feature-title {
     font-size: 22px;
     color: var(--oh-black);
     font-weight: 600;
     margin: 0;
     line-height: 22px;
     margin-bottom: 12px;
}
 .onehost-features-section .feature-box .feature-content .feature-text {
     letter-spacing: -0.015em;
     margin: 0;
}
/*iPad 3 125% Scale Inch Monitor */
 @media (max-width: 1536px) {
     .onehost-features-section .feature-box {
        padding: 35px 15px 35px;
    }
     .onehost-features-section .feature-box .feature-content {
        max-width: 400px;
        margin-left: 15px;
    }
     .onehost-features-section .feature-box .feature-content .feature-text {
        font-size:13px;
    }
}
 @media only screen and (max-width:767px) {
     .onehost-features-section .feature-box {
        text-align:center;
    }
     .onehost-features-section .feature-box .feature-content {
        margin-left:0;
        margin-top:20px;
    }
     .onehost-features-section .feature-box .feature-icon {
        margin:auto
    }
}
/*OneHost Features End Here*/
/*FAQ Code comes here*/
 .faq-area {
    padding:120px 0;
     position: relative;
}
 .faq-area .section-title .title {
    font-size: 48px;
    line-height: 59px;
    font-weight: 700;
}
 .faq-wrap {
    margin-left:0;
}
 .faq-wrap .accordion-item {
     background-color: var(--oh-white);
     border: 1px solid #F4F4F4;
     box-shadow: 0px 15px 30px rgba(61, 90, 125, 0.05);
     border-radius: 20px;
     overflow: hidden;
     margin-bottom: 15px;
}
 .faq-wrap .accordion-item .accordion-header{
    line-height:0;
}
 .faq-wrap .accordion-item:last-child {
    margin-bottom: 0;
}
 .faq-wrap .accordion-button {
     padding:40px 30px 40px 30px;
     font-weight:500;
     font-size: 18px;
     color:var(--oh-black);
     text-align: left;
     background-color: var(--oh-white);
     border-bottom: 1px solid #F4F4F4;
}
 .faq-wrap .accordion-button:not(.collapsed) {
     font-weight:600;
     font-size: 18px;
     background-color: var(--oh-white);
     box-shadow: none;
     border-bottom: 1px solid #F4F4F4;
}
 .faq-wrap .accordion-button:focus {
     border-color:#F4F4F4;
     box-shadow: none;
}
 .faq-wrap .accordion-item:first-of-type .accordion-button {
     border-top-left-radius: 0;
     border-top-right-radius: 0;
}
 .faq-wrap .accordion-item:last-of-type .accordion-button.collapsed {
     border-bottom-right-radius: 0;
     border-bottom-left-radius: 0;
}
 .faq-wrap .accordion-button::after {
     position: absolute;
     content: "\f067";
     top:22px;
     right: 25px;
     width: 37px;
     height: 37px;
     display: flex;
     align-items: center;
     justify-content: center;
     font-size: 16px;
     font-weight: 300;
     color:var(--oh-white);
     border-radius: 50%;
     background:var(--oh-primary);
     transition: .3s linear;
     font-family: "Font Awesome 6 Pro";
}
 .faq-wrap .accordion-button:not(.collapsed)::after {
     background-image: none;
     transform: rotate(0);
     content: '\f068';
}
 .faq-wrap .accordion-body {
     padding:18px 30px 30px 30px;
}
 .faq-wrap .accordion-body p {
     margin-bottom: 0;
     text-transform: capitalize;
     font-size: 14px;
     font-weight:400;
     line-height: 27px;
}
/*iPad 3 125% Scale Inch Monitor*/
 @media (max-width: 1536px) {
     .faq-wrap .accordion-button {
        line-height:18px;
    }
}
 @media only screen and (max-width: 767px) {
     .faq-area .section-title .title {
        font-size:36px;
        line-height:45px;
    }
     .faq-area .faq-img {
        margin-bottom:15px;
    }
}
 @media only screen and (max-width: 479px) {
     .faq-area .section-title {
        margin-left:0;
         text-align:center;
    }
     .faq-wrap {
        margin-left:0px;
    }
     .faq-wrap .accordion-button {
        line-height: 20px;
		padding: 18px 70px 18px 30px;
    }
     .faq-wrap .accordion-button::after {
        top:22px;
    }
	 
}
/*FAQ Code end Here*/
/*CEO Message Section Start Here*/
 .ceo-message-section {
     position: relative;
     padding:90px 0px;
}
 .ceo-message-section .content-box{
     position: relative;
     display: block;
}
 .ceo-message-section .content-box .sec-title{
     margin-bottom: 27px;
}
 .ceo-message-section .content-box .sec-title .sub-title {
     font-size: 24px;
     color: var(--oh-primary);
     font-weight: 500;
     padding-bottom: 15px;
}
 .ceo-message-section .content-box .sec-title .ceo-title {
     font-size: 54px;
     font-family: var(--oh-title);
     font-weight: 600;
     color:var(--oh-text-primary);
     line-height:60px;
}
 .ceo-message-section .content-box .sec-title .ceo-title strong {
     font-weight: 600;
     color: var(--oh-primary);
}
 .ceo-message-section .content-box .text p {
     line-height:32px;
     font-size: 16px;
}
 .ceo-message-section .content-box .text p strong {
     color: var(--oh-primary);
     font-size: 18px 
}
 .ceo-message-section .ceo-inner{
     position: relative;
     display: block;
     margin-right: 70px;
}
 .ceo-message-section .ceo-inner .image-box{
     position: relative;
     display: block;
     overflow: hidden;
    /*clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 90%, 0% 0%);
    */
}
 .ceo-message-section .ceo-inner .image-box:before{
     position: absolute;
     top: 0;
     left: -75%;
     z-index: 2;
     display: block;
     content: '';
     width: 50%;
     height: 100%;
     background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
     background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
     background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
     -webkit-transform: skewX(-25deg);
     -ms-transform: skewX(-25deg);
     transform: skewX(-25deg);
}
 .ceo-message-section .ceo-inner .image-box:hover:before {
     -webkit-animation: shine 1s;
     animation: shine 1s;
}
 @-webkit-keyframes shine {
     100% {
         left: 125%;
    }
}
 @keyframes shine {
     100% {
         left: 125%;
    }
}
 .ceo-message-section .ceo-inner .image-box img{
     max-width:100%;
}
 @media only screen and (max-width: 767px) {
     .ceo-message-section {
        text-align:center;
    }
     .ceo-message-section .ceo-inner {
        margin-top:20px;
        margin-right:0;
    }
}
/*CEO Message Section End Here*/
/*Contact Section Start Here*/
 .contact-section {
     padding-top: 120px;
     padding-bottom: 120px;
     position: relative;
}
 .contact-form-box {
     background:var(--oh-bg-primary);
     padding: 50px;
     border-radius: 15px;
}
 .form_group {
     margin-bottom: 15px;
     width: 100%;
}
 .form_group select, .form_group .nice-select, .form_group input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]), .form_group textarea {
     display: block;
     width: 100%;
     background:var(--oh-white);
     border:1px solid #f4e1ca;
     font-size: 14px;
     line-height: 1;
     color:var(--oh-black);
     padding: 14px 20px;
     border-radius: 8px;
     transition: all 0.3s 0s ease-out;
     outline: none;
     height: auto;
}
 .form_group .nice-select {
     padding: 17px 20px;
}
 .form_group textarea {
     height: 200px;
     resize: none;
}
 .form_group input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]):focus, .form_group textarea:focus {
     border-color: var(--oh-primary);
}
 .form_btn .btn {
     padding: 20px 35px;
}
 .contact-info-list li {
     padding-left:75px;
     margin-bottom:40px;
}
 .contact-info-list li:last-child {
     margin-bottom: 0;
}
 .contact-info-list .icon-box {
     width: 50px;
     height: 50px;
     border-radius: 50%;
     background:linear-gradient( 289deg, var(--oh-primary) 0%, var(--oh-primary) 100% );
     background: linear-gradient( 161deg, var(--oh-primary) 0%, var(--oh-primary) 100% );
     position: absolute;
     top: 0;
     left: 0;
     text-align: center;
     line-height:50px;
     font-size: 20px;
     color: var(--oh-white);
}
 .contact-info-list .text-box p {
    margin-bottom:3px;
    color:var(--oh-primary);
    font-weight:600;
}
 .contact-info-list .text-box a {
     font-size: 20px;
     font-weight:400;
     color:var(--oh-black);
     text-decoration: none;
     transition: all 0.4s ease-in-out 0s;
     line-height: 32px;
}
 .contact-info-list .text-box a:hover {
    color:var(--oh-primary);
}
 @media only screen and (max-width: 767px) {
     .contact-form-box {
        padding:25px;
    }
     .contact-form-box .section-title{
        text-align:center;
    }
}
/*Contact Section End Here*/
/*Sub Banner Start here*/
 .sub-banner {
    padding:100px 0 90px;
    background-image:var(--bg-purple-gradiunt);
    overflow:hidden;
}
 .sub-banner h1 {
    color:var(--oh-text-body);
    font-size:36px;
    font-weight:600;
    line-height:85px;
     letter-spacing:2px;
    position:relative;
}
 .sub-banner h1:before {
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 60px;
    height: 2px;
    margin: 0 auto;
    background-color:var(--oh-primary);
    line-height: 85px;
}
 .sub-banner p {
    font-size:18px;
    color:var(--oh-text-body);
    margin-top: 22px;
}
/*Sub Banner End here*/
/*OneHost Hero Banner One*/
 .oh-sub-hero {
     background-color:#592fd9;
     padding-top:40px;
     padding-bottom:40px;
}
 .oh-sub-hero .banner-left {
     position: relative;
     display: block;
     margin-top:10px;
}
 .oh-sub-hero .banner-left .sub-title {
     position: relative;
     display: flex;
     align-items: center;
}
 .oh-sub-hero .banner-left .sub-title .sub-title-txt-one {
    /*color: var(--oh-white);
    */
     margin: 0;
     margin-bottom:10px;
     font-size: 18px;
     font-weight:500 
}
 .oh-sub-hero .banner-left .sub-title .sub-title-txt-two {
    /*color: var(--oh-white);
    */
     margin: 0;
     margin-bottom:10px;
     font-size:16px;
     font-weight:500 
}
 .oh-sub-hero .banner-left .sub-title .sub-title-txt-two a {
    color:var(--bs-white);
     text-decoration:underline;
}
 .oh-sub-hero .banner-left .sub-title .sub-title-txt-two a.light {
    color:var(--oh-black);
     text-decoration:underline;
}
 .oh-sub-hero .banner-left .title {
     font-weight:600;
     font-size:54px;
     line-height:75px;
     color: var(--bs-white);
     margin: 0;
     margin-bottom: 15px;
}
 .oh-sub-hero .banner-left .title.sm-title {
    font-size:36px !important;
    line-height:54px !important;
}
 .oh-sub-hero .banner-left .title.txt {
    font-size:50px;
    line-height:55px
}
 .oh-sub-hero .banner-left .hero-title {
     font-weight:700;
     font-size:50px;
     line-height:80px;
}
 .changebox{
     margin:0px 5px -9px;
     color:#012c66;
     overflow:hidden;
     transition:.5s;
     white-space:nowrap;
     background-color:#FFB100;
     padding-left:10px;
     padding-right:10px;
     line-height:54px;
     display:inline-block;
     padding-top:2px;
}
 .scrolling-bg {
     background-color:#FFB100;
     font-weight:700;
     padding:0 0.5rem;
     line-height:6.3px;
}
 .oh-sub-hero .banner-left .txt {
     color:var(--bs-white);
     font-size:18px;
     margin: 0;
     line-height:32px;
     margin-bottom:16px;
     font-weight:500;
}
 .oh-sub-hero .banner-left .txt.sm-txt {
    font-size:14px;
    font-weight:400;
    line-height:24px;
}
 .oh-sub-hero .oh-sub-hero-list {
     margin-bottom: 14px;
}
 .oh-sub-hero .oh-sub-hero-list {
     margin-bottom: 14px;
}
 .oh-sub-hero .oh-sub-hero-list li {
     padding:3px 0;
     color:var(--bs-white);
    font-size:15px;
    font-weight:500;
}
 .oh-sub-hero .oh-sub-hero-list.sm-list li {
    font-size:14px;
    font-weight:400;
}
 .oh-sub-hero .oh-sub-hero-list li:before {
     font-family: "Font Awesome 6 Pro";
     content: '\f058';
     margin: 0 10px 0 3px;
     font-size: 16px;
     color:var(--oh-base);
     vertical-align: middle;
     font-weight: 500;
}
 .oh-sub-hero .oh-sub-hero-list li.rocket-launch::before {
     content:'\e027';
     color:var(--oh-primary);
     font-size: 20px;
}
 .oh-sub-hero .oh-sub-hero-list li.thumbs-up::before {
     content:'\f164';
     color:var(--oh-primary);
     font-size: 20px;
}
 .oh-sub-hero .oh-sub-hero-list li.handshake::before {
     content:'\f2b5';
     color:var(--oh-primary);
     font-size: 20px;
}
 .oh-sub-hero .money-back {
     padding-top: 25px;
     font-size: 16px;
}
 .oh-sub-hero .money-back i {
     color: var(--oh-primary);
     font-size: 18px 
}
 .oh-sub-hero .priceing-and-text {
     margin-bottom: 25px;
}
 .oh-sub-hero p.main-banner-price {
     color: var(--bs-white);
     font-size:18px;
     margin-top:35px;
}
 .oh-sub-hero p span {
     font-size:50px;
     display:inline-block;
     font-weight:600;
     padding-left: 10px;
}
 .oh-sub-hero .main-banner-price sup {
     font-size: 16px;
     top: -1.5em;
     right: 5px;
}
 .oh-sub-hero p span.striketxt {
     font-size:20px;
     display:inline-block;
     font-weight:400;
     position:relative;
     margin-left:5px;
    /*text-decoration:line-through*/
}
 .oh-sub-hero p span.striketxt i {
     font-size:16px;
}
 .oh-sub-hero p span.striketxt:before {
     content: '';
     position: absolute;
     top: 50%;
     left: 0px;
     width: calc( 100% + 8px);
     height: 1px;
     background:var(--oh-primary);
}
 .oh-sub-hero .cta-button .hero-btn {
     margin-bottom:30px;
     color: var(--oh-white);
}
 .oh-sub-hero .cta-button .hero-btn:hover {
     color: var(--oh-blue-drak);
}
 .oh-sub-hero .cta-button .hero-btn:before {
     background:var(--oh-secondary);
}
 .oh-sub-hero .cta-button .hero-btn:after {
     background-color: var(--oh-white);
}
 .oh-sub-hero .cta-button .light-hero-btn {
     margin-bottom:30px;
     color: var(--oh-white);
}
 .oh-sub-hero .cta-button .light-hero-btn::before {
     background:var(--oh-primary);
}
 .oh-sub-hero .cta-button .light-hero-btn::after {
     background-color: var(--oh-secondary);
}
/*Hero Banner Start Here*/
 .oh-hero-banner {
     background-image:var(--bg-purple-gradiunt);
     position: relative;
     width: 100%;
     padding:50px 0px;
     color: #FFF;
}
 .oh-hero-banner h1 {
     text-align: left;
     padding:0px 0px 16px;
     margin: 0px;
     font-size:27px;
     font-weight:600;
     color:var(--bs-white);
     line-height:48px;
}
 .oh-hero-banner .sub-title {
     font-size:16px;
     text-align: left;
     color:var(--bs-white);
     line-height:30px;
}
 .oh-hero-banner .sub-title strong {
     color:var(--oh-base);
}
 .oh-hero-banner ul{
     margin-bottom:20px;
}
 .oh-hero-banner ul li {
     font-size: 16px;
     color:var(--oh-base);
     margin-bottom:15px;
     list-style: none;
}
 .oh-hero-banner ul li i {
     color:var(--oh-primary);
     margin-right: 5px;
}
 .oh-hero-banner .priceing-and-text {
     margin-bottom:25px;
}
 .oh-hero-banner p.main-banner-price {
     color:var(--bs-white);
     font-size: 27px;
     margin-top:45px;
     margin-bottom: 0px;
}
 .oh-hero-banner p span {
     font-size:50px;
     display:inline-block;
     font-weight:700;
     padding-left: 10px;
}
 .oh-hero-banner .main-banner-price sup {
     font-size: 16px;
     top: -1.5em;
     right: 5px;
     font-family:Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif" 
}
 .oh-hero-banner p span.striketxt {
     font-size:20px;
     display:inline-block;
     font-weight:400;
     position:relative;
     margin-left:5px;
    /*text-decoration:line-through*/
}
 .oh-hero-banner p span.striketxt i {
     font-size:16px;
}
 .oh-hero-banner p span.striketxt:before {
     content: '';
     position: absolute;
     top: 50%;
     left: 0px;
     width: calc( 100% + 8px);
     height: 1px;
     background: #61646e;
}
 .oh-hero-banner .default-primary-btn {
     padding: 16px 100px;
     font-weight: 600;
     font-size: 18px;
}
 .oh-hero-banner .money-back {
     padding-top:32px;
     font-size: 16px;
}
 .oh-hero-banner .money-back i {
     color: var(--oh-primary);
     font-size: 18px 
}
 .oh-hero-banner .default-primary-btn {
    background-color:var(--oh-primary);
    color:var(--oh-white);
    padding:14px 85px;
    font-weight:600;
    font-size:18px;
    border-radius:3px;
}
 .oh-hero-banner .default-primary-btn:hover{
    background-color:var(--oh-base)
}
 .main-banner-box-hero {
     margin-top:0px;
     margin-left: 0px;
     right: 270px;
     display: block;
     position: absolute;
     top:45px;
}
 .main-banner-box-hero img {
     width:535px;
     height:599px;
}
 .main-banner-box-hero.web-hosting {
     top:100px;
}
 .main-banner-box-hero.web-hosting img {
     width: 520px;
     height: 519px;
}
 .main-banner-box-hero.wordpress-hosting {
     top:50px;
}
 .main-banner-box-hero.wordpress-hosting img {
     width:519px;
     height:633px;
}
 .main-banner-box-hero.dedicated-servers {
     top:150px;
}
 .main-banner-box-hero.dedicated-servers img {
     width:552px;
     height:462px;
}
 .main-banner-box-hero.vps-hosting {
     top:120px;
}
 .main-banner-box-hero.vps-hosting img {
     width:491px;
     height:513px;
}
 @media only screen and (max-width:767px) {
	 .oh-landing-hero .default-primary-btn{padding:12px 55px;}
}
 @media only screen and (max-width:991px) {
     .oh-hero-banner {
        padding:10px 0;
        text-align:center;
    }
     .oh-hero-banner h1 {
        text-align:center;
        font-size:24px;
    }
     .oh-hero-banner .sub-title {
        font-size: 24px;
        font-weight: 700;
        text-align: center;
        padding-bottom: 10px;
    }
     .main-banner-box-hero {
        display:none;
    }
}
 @media only screen and (max-width:1199px) {
}
 @media only screen and (min-width:992px) and (max-width:1199px) {
     .main-banner-box-hero {
        right:30px;
    }
}
 @media only screen and (min-width:1200px) {
}
 @media only screen and (min-width:1200px) and (max-width:1399px) {
}
 @media only screen and (min-width:1400px) and (max-width:1599px) {
}
 @media only screen and (min-width:1600px) {
}
/*Hero Banner End Here*/
/*Content Start*/
 .oh-content {
    position: relative;
}
 .oh-content .section-title .title {
    font-size:27px;
}
 .oh-content h3 {
    color: var(--oh-primary);
    font-size: 24px;
    margin: 18px 0;
}
 .oh-content p, .oh-content ul li {
     color: var(--oh-text-body);
     font-size: 14px;
     font-weight: 400 
}
 .oh-content ul li {
     font-size: 14px;
     padding: 4px 0;
}
 .oh-content p i {
     font-size:14px;
}
 .oh-content p strong {
     color: #ed1216;
}
 .oh-content a {
     color:#ed1216;
     text-decoration:underline;
}
 .oh-content a:hover {
     color:#ed1216;
}
 .vps-list {
     margin-bottom: 14px;
}
 .vps-list li {
    padding: 5px 0;
    color: var(--oh-black);
    font-size: 15px;
    font-weight:400;
}
 .vps-list li:before {
    font-family:"Font Awesome 6 Pro";
    content: '\f058';
    margin: 0 10px 0 3px;
    font-size:18px;
    color:var(--oh-primary);
     font-weight:400;
}
/*Footer Area Start Here*/
 footer.onehost-footer {
     position: relative;
     background:#151719;
     padding:60px 0 0;
}
 footer.onehost-footer.lp {
    padding-top:0;
}
 footer.onehost-footer .oh-social {
     text-align: left;
     display: flex;
     align-items: center;
     justify-content: flex-start 
}
 footer.onehost-footer .oh-social ul {
     padding: 0;
     list-style: none;
     margin: 0;
     display: inline-block;
}
 footer.onehost-footer .oh-social ul li {
     display: inline-block;
     margin-right: 5px;
}
 footer.onehost-footer .oh-social ul li:last-child{
    margin-right: 0px;
}
 footer.onehost-footer .oh-social ul li a{
     color:var(--oh-white);
     height: 40px;
     display: block;
     text-align: center;
     width: 40px;
     border-radius: 30px;
     line-height: 40px;
     border:1px solid var(--oh-white);
}
 footer.onehost-footer .oh-social ul li a:hover{
    color:var(--oh-white);
    background-color: var(--oh-primary);
    border: 1px solid var(--oh-primary);
}
 footer.onehost-footer .oh-social ul li span{
    color: var(--oh-white);
}
 @media only screen and (max-width: 767px) {
     footer.onehost-footer .oh-social {
        margin-bottom:30px;
    }
}
 footer.onehost-footer .oh-contact-info {
     font-size:24px;
     line-height:36px;
     color: var(--oh-white);
}
 .opacity-8 {
     opacity: .8 !important;
}
 .oh-contact-info ul li i {
     color:rgba(245,245,250,.6);
     list-style-type:none;
     margin-bottom:18px;
     position:relative;
     margin-right:5px;
     font-size:18px;
}
 .oh-contact-info ul li a {
     ont-family: var(--oh-font);
     font-size: 18px !important;
     font-weight: 500 !important;
     line-height: 24px !important;
}
 footer.onehost-footer .sub-title {
     color: var(--oh-white);
     font-size: 18px;
     font-weight: 700;
}
 footer.onehost-footer ul li a {
     color:rgba(245,245,250,.6);
     font-size:14px;
     font-weight:400;
     transition: .3s;
}
 footer.onehost-footer ul li a:hover {
     color:var(--oh-white);
    /*margin-left:5px*/
}
 .copyright-area{
    /*background: radial-gradient(114.88% 50.27% at 2.73% 125%,#7b13ff82,#7b13ff0a);
     border-top: 1px solid rgb(4, 7, 79);
     border-bottom: 1px solid rgba(255,255,255,.09);
    */
     background-color:rgba(255,255,255, 0.05);
     padding-top:18px;
     padding-bottom:18px;
     color:var(--oh-white);
}
/*iPad 3 125% Scale Inch Monitor*/
 @media (max-width: 1536px) {
     footer.onehost-footer ul li a {
        font-size: 12px;
    }
     .oh-contact-info ul li i {
        font-size: 16px;
    }
     .oh-contact-info ul li a {
        font-size:14px !important;
    }
     .copyright-area p {
        font-size:14px;
    }
}
/*Hero Banner Section*/
 .oh-landing-hero {
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
    overflow:hidden;
    position:relative;
    padding-top:100px;
    padding-bottom: 40px;
}
 .oh-landing-hero .banner-left {
    position: relative;
    display: block;
    margin-top:10px;
}
 .oh-landing-hero .banner-left .txt {
    font-size:24px;
    margin: 0;
    line-height: 32px;
    margin-bottom: 16px;
    font-weight: 600;
}
 .oh-landing-hero .txt {
    font-size:24px;
    margin: 0;
    line-height: 32px;
    margin-bottom:5px;
    font-weight: 600;
}
 .oh-landing-hero .sub-txt {
    font-size:14px;
    margin: 0;
    line-height: 32px;
    margin-bottom:10px;
    font-weight:500;
}
 .oh-landing-hero .google-txt {
    font-size: 18px;
    margin: 0;
    line-height: 32px;
    margin-bottom:0px;
    font-weight: 600;
}
 .oh-landing-hero .google-txt i {
    color: #ffb400;
}
 @keyframes shadow-pulse {
     0% {
         box-shadow: 0 0 0 0px rgba(0, 112, 244, 0.4);
    }
     100% {
         box-shadow: 0 0 7px 25px rgba(0, 112, 244, 0);
    }
}
 .oh-landing-hero .default-primary-btn {
    background-color:var(--oh-primary);
    color:var(--oh-white);
    padding:12px 85px;
    font-weight:600;
    font-size:18px;
    border-radius:5em;
    animation: shadow-pulse 1.5s infinite;
}
 .oh-landing-hero .default-primary-btn:hover{
    background-color:var(--oh-secondary);
    color:var(--oh-black);
}
 .oh-landing-hero .money-back {
    padding-top:10px;
    font-size: 16px;
    color:var(--oh-primary);
}
 .oh-landing-hero .money-back.pro {
    padding-top:10px;
    font-size:11px;
    text-transform:uppercase;
    font-weight:500;
}
 .oh-landing-hero .money-back.pro i {
    font-size:11px;
}
 .oh-landing-hero .money-back i {
    color:var(--sbit-primary);
    font-size:18px
}
 .oh-landing-hero .money-back.win{
    margin-bottom:0;
}
 .oh-landing-hero .win-text{
    margin-bottom:0;
    font-size: 11px;
}
/*Right Side*/
 .oh-landing-hero .banner-right {
    position: relative;
    display: block;
}
 .oh-landing-hero .banner-right .oh-hero-img {
    position: relative;
    display: block;
}
 .oh-landing-hero .banner-right .oh-hero-img img {
    max-width:100%;
    height:auto;
}
/*iPad 3 125% Scale Inch Monitor*/
 @media (max-width: 1536px) {
     .oh-landing-hero h1 {
        font-size: 32px;
    }
}
/*18 Inch Monitor */
 @media (min-width: 1200px) and (max-width: 1500px) {
     .oh-landing-hero h1 {
        font-size:32px;
    }
}
/*Medium screen*/
 @media only screen and (min-width: 992px) and (max-width: 1199px) {
     .oh-landing-hero .banner-left .title {
        font-size: 48px;
        line-height: 58px;
    }
     .oh-landing-hero h1 {
        font-size:48px;
    }
}
/*Tablet Layout: 768px*/
 @media only screen and (min-width: 768px) and (max-width: 991px) {
     .oh-landing-hero .banner-right {
        margin-top: 50px;
    }
     .oh-landing-banner .sub-title {
        font-size:40px;
        text-align:left;
        padding-bottom:0;
        line-height:45px;
    }
     .oh-landing-banner .txt {
        font-size:36px;
        text-align:left;
        line-height: 36px;
        padding:6px 0 0;
    }
}
/*Mobile Layout: 320px*/
 @media only screen and (max-width: 767px) {
     .oh-landing-hero .banner-right {
        margin-top: 50px;
    }
     .oh-landing-hero .banner-left .title {
        font-size: 30px;
        line-height: 40px;
    }
     .oh-landing-hero p span {
        font-size:45px;
    }
     .oh-landing-hero .google-txt {
        font-size:14px;
        padding-bottom:18px;
    }
     .oh-landing-hero {
        padding-top:70px;
    }
     .oh-landing-hero h1 {
        padding-bottom: 5px;
    }
     .oh-landing-hero .txt {
        margin-bottom:10px;
    }
}
/* Mobile Layout: 320px. */
 @media only screen and (max-width: 767px) {
}
/*OneHost VPS Hero Plan Start Here*/
 .oh-landing-hero .card {
     width:99%;
     border-color:#D4D4D8;
     margin-bottom:20px;
}
 .oh-landing-hero.card.popular-vps{
    border-color:var(--oh-primary);
    border-width:2px;
}
 .oh-landing-hero .card.popular-vps:after {
     content: attr(data-popular);
     background:#d90007;
     width: fit-content;
     padding: 1px 10px 3px;
     border-top-left-radius:0px;
     border-top-right-radius:0px;
     border-bottom-right-radius: 15px;
     border-bottom-left-radius: 15px;
     color: #fff;
     position: absolute;
     inset-block-start: 0;
     inset-inline-start: 50%;
     transform:translate(-50%, -50%);
     font-size:12px;
     font-weight:500;
     top:12px;
}
 .oh-landing-hero .card.popular-vps .plan-btn {
     background: var(--oh-primary);
     color: #fff;
     border: 1px solid var(--oh-primary);
}
 .oh-landing-hero .card-body {
     text-align:left;
}
 .oh-landing-hero .card-title {
     color:var(--oh-text-body);
     font-size:32px;
     font-weight:600;
     padding-top:24px;
}
 .oh-landing-hero .onehost-pricing-set {
    padding-top:10px;
}
 .oh-landing-hero .plan-price-strik {
     font-size:16px;
     line-height: 1;
     display: inline-block;
     position: relative;
     font-weight:400;
}
 .oh-landing-hero .plan-price-strik::before {
     content: "";
     position: absolute;
     top: 50%;
     left: -4px;
     width: calc(100% + 8px);
     height: 1px;
     background: #61646e;
}
 .oh-landing-hero .plan-price-strik div {
     padding-left: 2px;
}
 .oh-landing-hero .plan-save {
     color: var(--oh-primary);
     background: #f2f2f2;
     padding: 8px 16px;
     font-size: 18px;
     font-weight:700;
     margin-left: 10px;
     border-radius: 6px;
}
 .oh-landing-hero .plan-price {
     width: 100%;
     line-height: 1;
     margin-top: 15px;
     display: flex;
     font-size: 22px;
}
 .oh-landing-hero .plan-price i {
     display: inline-block;
     font-style: normal;
     font-variant: normal;
     text-rendering: auto;
     line-height: 1;
     font-weight: 500;
     align-self: flex-start;
}
 .oh-landing-hero .plan-price div {
     font-size: 46px;
     margin: 0 3px;
     line-height: .8;
     font-weight:700;
}
 .oh-landing-hero .plan-price span {
     align-self: flex-end;
     font-size: 16px;
     transform: translate(0,-4px);
     font-weight:500;
}
 .oh-landing-hero .plan-btn-box {
     margin: 24px 0 22px;
     text-align: center;
}
 .oh-landing-hero .plan-btn {
     color: var(--oh-primary);
     background: #fff;
     border-radius: 10px;
     padding:12px 14px;
     font-size: 18px;
     text-decoration:none;
     border: 1px solid var(--oh-primary);
     width: 100%;
     display: block;
}
 .oh-landing-hero .plan-btn:hover {
    background:var(--oh-primary);
     color: #fff;
}
 .oh-landing-hero .card-text {
     font-size: 1.1rem;
     color: #000;
}
 .oh-landing-hero .card-body ul {
     list-style: none;
     padding-left: 0;
}
 .oh-landing-hero .card-body ul li {
     font-size:15px;
     position:relative;
     margin-bottom: 12px;
     font-weight: 400;
}
 .oh-landing-hero .card-body ul li:before {
     font-family: "Font Awesome 6 Pro";
     content: '\f00c';
     margin: 0 10px 0 3px;
     font-size: 15px;
     color: var(--oh-base);
     font-weight: 600;
}
/*iPad 3 125% Scale Inch Monitor*/
 @media (max-width: 1536px) {
     .oh-landing-hero .card-title {
        font-size: 21px;
    }
     .oh-landing-hero .onehost-pricing-set {
        padding-top: 0px;
    }
     .oh-landing-hero .plan-save {
        font-size: 16px;
    }
     .oh-landing-hero .plan-price div {
        font-size: 42px;
    }
}
/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
	.wide-range-product .wide-range-product-box {margin-bottom:15px;}
}
/*OneHost VPS Hero Plan End Here*/
/*Onehost Guarantee Start Here*/
 .oh-guarantee {
     position: relative;
     display: block;
     padding:40px 0px;
}
 .oh-guarantee .site-heading {
    margin-bottom:10px;
}
 .oh-guarantee .site-heading .title {
     font-weight:700;
     font-size:32px;
     margin-bottom:0px;
}
 .oh-guarantee .oh-guarantee-container {
     background:var(--oh-white);
     border: 1px solid rgba(1, 10, 68, 0.1);
     box-shadow:6.217px 5.035px 22.08px 1.92px rgba(11,55,3,.07000000000000001);
     border-radius:8px;
     padding:0 10px 30px 10px;
     border-bottom: 5px solid var(--oh-secondary);
     overflow: hidden;
     position:relative;
     z-index: 1;
}
 .oh-guarantee .oh-guarantee-container::after {
     content: "";
     width: 100%;
     height: 100%;
     position: absolute;
     bottom: 0;
     left: 0;
     transform: translateY(100%);
     transition: all 500ms ease-in;
     background-color: var(--oh-secondary);
     z-index: -2;
}
 .oh-guarantee .oh-guarantee-container:hover::after {
     transform: translateY(0%);
}
 .oh-guarantee .oh-guarantee-container .guarantee-highlights .title {
     font-weight: 700;
     font-size:24px;
     line-height: 30px;
     text-align: center;
     color:var(--oh-primary);
     padding-top:36px;
}
 .oh-guarantee .oh-guarantee-container .guarantee-highlights .guarantee-icon {
     display: flex;
     flex-wrap: wrap;
     flex-direction: column;
     justify-content: center;
     width:50px;
     height:50px;
     margin: auto;
    /*padding:37px 0;
    */
     margin-top:15px;
}
 .oh-guarantee .oh-guarantee-container .guarantee-highlights .guarantee-icon img {
     width:36px;
     height:36px;
     display:block;
     margin:0 auto;
     position: relative;
     margin-top:25px;
}
 .oh-guarantee .oh-guarantee-container .highlights-txt p {
     font-size:16px;
     font-weight:600;
     line-height: 27px;
     color:var(--oh-text-body);
     margin-bottom: 15px;
     font-family: var(--oh-font);
     text-align:center;
}
/*18 Inch Monitor */
 @media (min-width: 1200px) and (max-width: 1500px) {
     .oh-guarantee .oh-guarantee-container .guarantee-highlights h6 {
        font-size: 24px;
    }
     .oh-guarantee .oh-guarantee-container .highlights-txt p {
        font-size: 15px;
        font-weight: 600;
    }
}
 @media (max-width: 991.98px) {
     .oh-guarantee .oh-guarantee-container {
        margin-top: 25px;
    }
}
 @media (min-width: 992px) {
     .oh-guarantee .oh-guarantee-container {
        margin-top: 25px;
    }
}
/* Mobile Layout: 320px. */
 @media only screen and (max-width: 767px) {
     .oh-guarantee .site-heading .title {
        font-size: 24px;
        line-height:36px;
    }
     .oh-guarantee .oh-guarantee-container{
        padding:0;
        margin-bottom:18px;
    }
     .oh-guarantee .oh-guarantee-container .guarantee-highlights .title{
        padding-top:10px;
        font-size:22px;
    }
     .oh-guarantee .oh-guarantee-container .guarantee-highlights .guarantee-icon{
        padding:0;
        margin-top:0;
        height:40px;
    }
     .oh-guarantee .oh-guarantee-container .guarantee-highlights .guarantee-icon img {
        width:36px;
         height:36px;
    }
}
 .oh-guarantee-box {
     position: relative;
     display: flex;
     align-items: center;
     text-align: center;
     justify-content: center;
     gap: 20px;
     background-color:var(--oh-white);
     border: 1px solid rgba(1, 10, 68, 0.1);
     border-radius:20px;
     padding: 20px 20px 20px;
     margin-bottom: 30px;
}
 .oh-highlights {
     position: relative;
     display: flex;
     align-items: center;
     gap:10px;
}
 .oh-highlights h3 {
     font-size:42px;
     font-weight:600;
     line-height:42px !important;
     font-family:var(--oh-title);
     display: inline-block;
     vertical-align: middle;
     position: relative;
     color:var(--oh-primary);
     margin-bottom: 0;
}
 .oh-guarantee-text {
     text-align:center;
     font-size:18px;
}
/*iPad 3 125% Scale Inch Monitor*/
 @media (max-width: 1536px) {
     .oh-highlights h3 {
        font-size: 32px;
    }
     .oh-guarantee-text {
        font-size: 14px;
    }
}
/*18 Inch Monitor */
 @media (min-width: 1200px) and (max-width: 1500px) {
     .oh-highlights h3 {
        font-size:32px;
    }
     .oh-guarantee-text {
        font-size:14px;
        font-weight:500;
    }
}
/* Mobile Layout: 320px. */
 @media only screen and (max-width: 767px) {
}
/*Onehost Guarantee End Here*/
/*Left Features Start Here*/
 .left-features-section {
     padding:30px 0;
     position:relative;
}
 .left-features-section .content_box{
     position: relative;
     display: block;
     width: 100%;
}
 .left-features-section .content_box h4 {
     color:var(--oh-primary);
     font-family: var(--oh-title);
     font-size:36px;
     font-style: normal;
     font-weight: 600;
     line-height:45px;
     margin-bottom:10px 
}
 .left-features-section .content_box p{
     color: var(--oh-text-body);
     font-family: var(--oh-font);
     font-size:16px;
     font-style: normal;
     line-height: 27px;
     margin-bottom:10px;
}
 .left-features-section .left-image{
     position: relative;
     margin-left: 25px;
     border-radius: 10px;
     overflow: hidden;
}
 .onehost-content-checklist {
     padding-top: 27px;
     padding-bottom: 20px;
}
 .onehost-content-checklist-item {
     display: flex;
     align-items: center;
     gap:20px;
     padding-bottom: 20px;
}
 .onehost-content-checklist-item .icon{
     width: 60px;
     height: 60px;
     font-size: 30px;
     line-height:60px;
     border-radius: 50%;
     text-align: center;
     flex-shrink: 0;
     background: var(--oh-bg-primary);
}
 .onehost-content-checklist-item .icon.white{
    background:var(--oh-white)
}
 .onehost-content-checklist-item .icon i {
    color:var(--oh-primary);
}
 .onehost-content-checklist-item__text {
     color: var(--oh-text-body);
     font-family: var(--oh-font);
     font-size: 16px;
     font-style: normal;
     font-weight: 400;
     line-height: 24px;
}
 .left-features-section .content_item{
     display: flex;
     align-items: flex-start;
     gap: 25px;
}
 .left-features-section .content_item .icon {
     width: 60px;
     height: 60px;
     font-size: 30px;
     line-height: 65px;
     border-radius: 50%;
     text-align: center;
     flex-shrink: 0;
     background:var(--oh-bg-primary);
}
 .left-features-section .content_item .icon i {
     background:linear-gradient(111deg, var(--oh-primary) 19.42%, var(--oh-primary) 73.08%);
     background-clip: text;
     -webkit-background-clip: text;
     -webkit-text-fill-color: transparent;
}
 .left-features-section .content_item .icon_content h5{
     color: var(--oh-primary);
     font-family: var(--oh-font);
     font-size: 21px;
     font-style: normal;
     font-weight: 600;
     line-height: 27px;
     margin-bottom: 5px;
     text-transform: capitalize;
}
 .left-features-section .content_item .icon_content p {
     color: var(--oh-text-body);
     font-family: var(--oh-font);
     font-size: 16px;
     font-style: normal;
     font-weight: 400;
     line-height: 24px;
}
 @media only screen and (max-width:767px) {
     .left-features-section .content_box {
        text-align:center;
    }
     .left-features-section .content_box h4 {
        font-size: 32px;
    }
     .left-features-section .content_item {
        display: grid;
    }
     .left-features-section .content_item .icon {
        margin:auto;
    }
     .left-features-section .ring_shape_icon {
        display:none;
    }
}
/*Left Features End Here*/
 .oh-feature-slider {
     position:relative;
     padding:60px;
}
 .landing-feature {
     margin: 0;
     padding: 0;
     list-style: none;
}
 .landing-feature .landing-feature__item {
     background-color: #fff;
     border-radius: 12px;
     border-left: 3px solid transparent;
     -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
     box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
}
 .landing-feature .landing-feature__head {
     display: block;
     font-weight: 600;
     font-size: 16px;
     line-height: 24px;
     color: #151719;
     padding: 16px 24px;
}
 .landing-feature .landing-feature__head h3{
     color:var(--oh-primary);
     font-size:24px;
}
 .landing-feature .landing-feature__head p {
     font-size: 16px;
     font-weight: 500;
}
 .landing-feature .landing-feature__body {
     padding: 0 24px 24px;
     display: none;
}
 .landing-feature .oh-feature-list {
     margin-bottom: 14px;
}
 .landing-feature .oh-feature-list li {
     padding:3px 0;
     color:var(--sbit-black);
    font-size:15px;
    font-weight:500;
}
 .landing-feature .oh-feature-list li:before {
     font-family: "Font Awesome 6 Pro";
     content: '\f058';
     margin: 0 10px 0 3px;
     font-size: 16px;
     color:var(--oh-primary);
     vertical-align: middle;
     font-weight: 500;
}
 .landing-feature .landing-feature__item.show {
     border-color:var(--oh-primary);
}
 .landing-feature .landing-feature__item.show .landing-feature__body {
     display: block;
}
 .landing-feature-hero {
     margin: 0;
     padding: 0;
     list-style: none;
}
 .landing-feature-hero li {
     display: none;
}
 .landing-feature-hero li.show {
     display: block;
}
/* Custom Styles for the Layout */
 .onehost-features-tab {
     position:relative;
     padding:60px 0;
}
/* Center align tabs */
 .onehost-features-tab .nav-tabs {
     display: flex;
     justify-content: center;
     border-bottom: none;
}
 .onehost-features-tab .nav-tabs .nav-item {
     margin: 0 5px;
}
/* Custom tab button colors */
 .onehost-features-tab .nav-tabs .nav-link {
     background-color: #ffbc0d;
    /* Yellow */
     color: #000;
     font-weight: bold;
     border-radius: 5px;
     border: none;
     padding: 10px 20px;
     transition: background 0.3s;
}
 .onehost-features-tab .nav-tabs .nav-link.active {
     background-color: #d90007 !important;
    /* Red */
     color: #fff;
     position: relative;
}
/* Arrow for Active Tab */
 .onehost-features-tab .nav-tabs .nav-link.active::after {
     content: "";
     position: absolute;
     bottom: -10px;
     left: 50%;
     transform: translateX(-50%);
     border-left: 10px solid transparent;
     border-right: 10px solid transparent;
     border-top: 10px solid #d90007;
    /* Matches active tab background */
}
/* Tab content styling */
 .onehost-features-tab .tab-content {
     padding: 20px;
     border-top: none;
     position: relative;
     min-height: 150px;
}
 .onehost-features-tab .tab-content h2 {
     color: #d90007;
     font-family: var(--oh-title);
     font-size: 32px;
     font-style: normal;
     font-weight: 600;
     line-height: 45px;
     margin-bottom: 10px;
}
 .onehost-features-tab .tab-content h3 {
     color: var(--oh-text-body);
     font-family: var(--oh-font);
     font-size: 16px;
     font-style: normal;
     font-weight: 600;
     line-height: 27px;
     margin-bottom: 10px;
}
 .onehost-features-tab.tab-content p {
     font-size: 16px;
     line-height: 27px;
}
/* Swipe icons */
 .swipe-icon {
     position: absolute;
     top: 50%;
     transform: translateY(-50%);
     font-size: 30px;
     opacity: 0;
     transition: opacity 0.3s ease-in-out;
     color: #888;
     cursor: pointer;
}
 .swipe-left {
     left: 10px;
}
 .swipe-right {
     right: 10px;
}
 .onehost-content-checklist {
     padding-top: 27px;
     padding-bottom: 20px;
}
 .onehost-content-checklist-item {
     display: flex;
     align-items: center;
     gap:20px;
     padding-bottom: 20px;
}
 .onehost-content-checklist-item .icon{
     width: 60px;
     height: 60px;
     font-size: 30px;
     line-height:60px;
     border-radius: 50%;
     text-align: center;
     flex-shrink: 0;
     background: var(--oh-bg-primary);
}
 .onehost-content-checklist-item .icon.white{
    background:var(--oh-white)
}
 .onehost-content-checklist-item .icon i {
    color:var(--oh-primary);
}
 .onehost-content-checklist-item__text {
     color: var(--oh-text-body);
     font-family: var(--oh-font);
     font-size: 16px;
     font-style: normal;
     font-weight: 400;
     line-height: 24px;
}
/* Mobile Layout: 320px. */
 @media (max-width: 768px) {
	 .onehost-features-tab .tab-content h2 {font-size:18px;}
	 .onehost-content-checklist-item {padding-bottom:10px;}
	 .onehost-content-checklist-item .icon {width:40px;height:40px;font-size:20px;line-height:40px;}
	 .onehost-content-checklist-item__text{font-size:14px;}
     .onehost-features-tab .tab-content img {
         display: none !important;
    }
     .onehost-features-tab .nav-tabs .nav-item {
         margin-bottom: 15px;
    }
}
/*Wide Range Product Start Here*/
 .wide-range-product {
     padding:60px 0 100px;
     position:relative;
     background-position: center;
     background-size: cover;
     background-repeat: no-repeat;
}
 .wide-range-product .wide-range-product-box {
     background:#fff;
     text-align:center;
     padding:2em 1em;
     box-shadow:0 0 8px #0000001a;
     border-radius:10px;
     border:1px solid rgba(1, 10, 68, 0.02);
     position:relative;
}
 .wide-range-product .wide-range-product-box .oh-discount {
     position: absolute;
     top: -12px;
     right:12px;
     padding:3px 8px;
     border-radius: 6px;
     color:var(--oh-white);
     background-color:var(--oh-primary);
     font-size:12px;
     font-weight:600;
     text-transform: none;
}
 .wide-range-product .wide-range-product-box .wide-range-product-icon {
     margin-bottom:15px;
}
 .wide-range-product .wide-range-product-box .wide-range-product-content .plan-regular-pricing {
     background-color: #ffeea9;
     color: #665924;
     font-size: 12px;
     padding: 4px 21px;
     font-weight:500;
     border-radius: 10px;
     display: initial;
}
 .wide-range-product .wide-range-product-box .wide-range-product-content .plan-regular-pricing span {
     text-decoration: line-through;
}
 .wide-range-product .wide-range-product-box .wide-range-product-content h4 {
     color:var(--oh-primary);
     font-size: 24px;
     font-weight:500;
     padding:10px 0;
     line-height: 18px;
}
 .wide-range-product .wide-range-product-box .wide-range-product-content p {
     font-size: 16px;
     font-weight: 500;
     margin-bottom: 7px;
}
 .wide-range-product .wide-range-product-box .wide-range-product-content p strong {
     font-size:18px;
}
 .wide-range-product .wide-range-product-box .wide-range-product-price-btn {
     margin-top:15px;
}
 .wide-range-product .wide-range-product-box .wide-range-product-price-btn p strong {
     color:var(--oh-primary);
     font-size: 18px;
}
 .wide-range-product .wide-range-product-box .wide-range-product-price-btn p strong i {
     font-size: 14px;
     padding-right: 1px;
}
 .wide-range-product .wide-range-product-box .wide-range-product-price-btn .btn {
     padding:4px 18px;
     font-weight:500;
     font-size:14px;
     -webkit-transition: all .25s ease-in-out;
     transition: all .25s ease-in-out;
     position: relative;
     display: inline-block;
     color:var(--oh-black);
     border:1px solid var(--oh-secondary);
     background-color:var(--oh-secondary);
     border-radius:3px;
}
 .wide-range-product .wide-range-product-box .wide-range-product-price-btn .btn:hover {
     border-radius: 4px;
     -webkit-transition: 400ms;
     transition: 400ms;
     text-shadow: 0 0.5px 0.3px rgba(0, 0, 0, 0.1);
     border:1px solid var(--oh-primary);
     color:var(--oh-white);
     background-color:var(--oh-primary);
}
/*iPad 3 125% Scale Inch Monitor*/
 @media (max-width: 1536px) {
     .wide-range-product .wide-range-product-box .wide-range-product-content h4 {
         font-size: 21px;
    }
}
/*Wide Range Product End Here*/
/*VPS Hosting Benefits Start*/
 .oh-vps-benefits {
    padding:60px 0;
}
 .oh-vps-benefits .oh-vps-benefits-inner {
    padding:40px;
    background:var(--oh-bg-primary);
    border-radius: 30px;
}
 .oh-vps-benefits .vps-benefits-list {
     margin-bottom: 14px;
}
 .oh-vps-benefits .vps-benefits-list li {
    position:relative;
    padding-left:25px;
    color:var(--oh-black);
    font-size:15px;
    line-height:2.5em;
    font-weight:400;
}
 .oh-vps-benefits .vps-benefits-list li:before {
    font-family:"Font Awesome 6 Pro";
    content:'\f058';
    position:absolute;
    left:0;
    top:0;
    font-size:16px;
    color:var(--oh-primary);
    font-weight:900;
}
 .oh-vps-benefits h5 {
    margin-bottom:15px;
     font-size: 18px;
    font-weight: 700;
    color: var(--oh-black);
    position: relative;
}
 .oh-vps-benefits h5:after {
    background:var(--oh-blue);
    position: absolute;
    content: "";
    width: 45px;
    height: 3px;
    left: 0;
    bottom: -7px;
    z-index:0;
}
/*iPad 3 125% Scale Inch Monitor*/
 @media (max-width: 1536px) {
     .oh-vps-benefits .oh-vps-benefits-inner {
        padding:21px;
    }
    .oh-vps-benefits .vps-benefits-list li {
        font-size: 12px;
    }
}
/*18 Inch Monitor */
 @media (min-width: 1200px) and (max-width: 1500px) {
     .oh-vps-benefits .section-title .title {
        font-size:32px;
        padding-bottom:0;
    }
     .oh-vps-benefits .oh-vps-benefits-inner {
        padding:20px;
    }
}
/* Mobile Layout: 320px. */
 @media only screen and (max-width: 767px) {
	 .oh-vps-benefits .vps-benefits-list li {
        font-size: 14px;
    }
}
/*VPS Hosting Benefits End*/
 .oh-solution {
     padding:60px 0 0;
     position:relative;
}
 .solution-box {
     text-align: center;
     padding:40px 55px;
     border-radius: 15px;
     display: flex;
     flex-direction: column;
}
 .solution-box .generic-btn{
     margin-top: auto;
}
 .solution-box h3{
     color:var(--oh-primary);
     margin-bottom: 18px;
}
 .solution-box figure{
     margin-bottom: 35px;
     transition: .3s ease-in-out;
}
 .solution-box:hover figure{
     transform: translateY(6px);
}
 .solution-box p{
     color: var(--oh-black);
     font-size:15px;
     line-height: 27px;
     margin-bottom: 25px;
}
/*iPad 3 125% Scale Inch Monitor*/
 @media (max-width: 1536px) {
     .solution-box {
        padding:9px 18px;
    }
     .solution-box h3 {
        font-size: 24px;
    }
     .solution-box p {
        font-size: 14px;
    }
}
/*18 Inch Monitor */
 @media (min-width: 1200px) and (max-width: 1500px) {
     .solution-box h3{
        font-size:21px;
    }
}
/* Mobile Layout: 320px. */
 @media only screen and (max-width: 767px) {
     .solution-box {
        margin-bottom:15px;
    }
}
