/* 1. Theme default css */
:root {
  --sbit-font:"Open Sans", sans-serif;
  --sbit-heading-font:"Libre Franklin", sans-serif;
  --sbit-primary:#012c66;
  --sbit-secondary:#FF9900;
  --sbit-accent:#024ab2;
  --sbit-blue:#0073ec;
  --sbit-blue-drak:#0073ec;	
  --sbit-tertiary:#2513D1;
  --sbit-green:#41C281;	
  --sbit-text:#363636;
  --sbit-heading:#1b1c4a;	
  --sbit-white:#ffffff;
  --sbit-black:#000000;
  --sbit-gray: #eceeef;
  --sbit-section-bg-one:#f4f7fa;
  --sbit-section-bg-two:#EDF9F2;
  --sbit-section-bg-three:#eaf9fe;
  --sbit-section-bg-four:#f1f7ff;
  --sbit-section-bg-five:#eff4ff;	
  --sbit-section-bg-six:#f4f7f0;
  --sbit-section-bg-seven:#dfecfc;
  --sbit-border-color:#d9dadb;	
  --sbit-light-primary:#d1e4fd;
}
* {
	margin: 0px;
	padding: 0px;
	border: none;
	outline: none;
}
body {
	font-family:var(--sbit-font);
	font-weight:400;
	font-style: normal;
}
.img {
	max-width:100%;
	transition:all 0.3s ease-out 0s;
}
button,
input,
textarea {
 border:0;
 background:0 0;
 -webkit-transition:.4s;
 -o-transition:.4s;
 transition:.4s
}
button:focus,
input:focus,
textarea:focus {
 outline:none;
 border:none;
}
a {
 color:var(--sbit-primary);
  text-decoration:none;	
 display:inline-block;
 -webkit-transition:.4s;
 -o-transition:.4s;
 transition:.4s;
 border:none;
}
a:hover {
 color:var(--sbit-accent);	
 text-decoration:none
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #fff;
  background-color:transparent;
  border-color:transparent;
  box-shadow: 0 0 0 .25rem rgba(0,0,0,0) !important;
  border:none;	
}
.btn:focus {
  box-shadow: none;
  border:none;	
}
h1, h2, h3, h4, h5, h6 {
  font-family:var(--sbit-font);
  color:var(--sbit-primary);
  margin-top: 0px;
  font-style: normal;
  font-weight: 700;
  text-transform: normal;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {color: inherit;}
h1 {font-size: 40px;font-weight: 500;}
h2 {font-size: 35px;}
h3 {font-size: 28px;}
h4 {font-size: 22px;}
h5 {font-size: 18px;}
h6 {font-size: 16px;}
ul {margin: 0px;padding: 0px;}
li {list-style: none;}
p {
  font-size:14px;
  font-weight:400;
  line-height: 27px;
  color:var(--sbit-black);
  margin-bottom: 15px;
  font-family:var(--sbit-font);
}
hr {
  border-bottom: 1px solid #eceff8;
  border-top: 0 none;
  margin: 30px 0;
  padding: 0;
}
*::-moz-selection {
  background:var(--sbit-primary);
  color: #fff;
  text-shadow: none;
}
::-moz-selection {
  background:var(--sbit-primary);
  color: #fff;
  text-shadow: none;
}
::selection {
  background:var(--sbit-primary);
  color: #fff;
  text-shadow: none;
}
*::-moz-placeholder {
  color: #555555;
  font-size: 14px;
  opacity: 1;
}
*::placeholder {
  color: #555555;
  font-size: 14px;
  opacity: 1;
}
/*Background Color*/
.primary-bg {background-color:var(--sbit-primary)}
.secondary-bg{background-color:var(--sbit-secondary)}
.accent-bg {background-color:var(--sbit-accent)}
.blue-bg {background-color:var(--sbit-blue)}
.blue-drak-bg {background-color:var(--sbit-blue-drak)}
.light-blue-bg {background-color:var(--sbit-section-bg-four)}
.light-sky-blue-bg {background-color:var(--sbit-section-bg-five)}
.gray-light-bg {background-color: var(--sbit-section-bg-one) !important;}
.light-green-bg {background-color:var(--sbit-section-bg-six)}
.light-cyan-blue {background-color:var(--sbit-section-bg-seven)}
.white-bg {background-color:var(--sbit-white);}
/*Text Cplor*/
.primary-txt {color:var(--sbit-primary) !important}
.secondary-txt{color:var(--sbit-secondary)}
.white-txt {color:var(--sbit-white) !important}
.balck-txt{color:var(--sbit-black)}
/* Transition */
a, i, .btn, button, img, span, .dropdown-item { 
	-webkit-transition:all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
a, a:hover { text-decoration: none; }
.sbhosting-link a {
  margin-left: 10px;
  color:var(--sbit-primary);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1em;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-weight: 700;
  font-size: 18px;
}
.sbhosting-link a:hover {
  color:var(--sbit-accent);
}
.sbhosting-link a span {
  display: inline-block;
  padding-bottom: 2px;
  background: -webkit-gradient(linear, left top, right top, from(var(--sbit-accent)), to(var(--sbit-accent))) 0px 95%/0px 1px no-repeat;
  background: linear-gradient(to right, var(--sbit-accent) 0%, var(--sbit-accent) 100%) 0px 95%/0px 1px no-repeat;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.sbhosting-link a span:hover {
  background-size: 100% 1px;
}
.sb-shadow {box-shadow: 0 0 59px 31px rgba(0,0,0,.04);}
/*Section Title*/
.heading {
 font-weight: 600;
 margin-bottom: 25px;
 margin-top: -5px;
 font-size: 50px;
 line-height: 1.1;
}
.heading span {
 font-weight: 400;
}
.site-heading {margin-bottom:40px;}
.title {font-weight:700;font-size:36px;line-height:1.1;color:var(--sbit-primary);}
.title  strong {font-weight:700;color: var(--sbit-accent);}
.site-heading .title {
 margin-bottom: 0;
}
.sub-title {
 /*text-transform: capitalize;*/
 color:var(--sbit-accent);
 font-weight: 500;
 display: inline-block;
 position: relative;
 z-index: 1;
 font-size: 18px	
}
.site-heading p {
 margin-bottom: 0;
 margin-top: 25px;
 font-weight: 600;
 font-size: 24px;
 color: var(--sbit-accent);	
 }
.site-heading .devider {
 display: inline-block;
 width: 50px;
 height: 2px;
 background: var(--sbit-primary);
 position: relative;
 z-index: 1;
 left: 10px;
}
.site-heading .devider:before {
 position: absolute;
 left: -15px;
 top: 0;
 content: "";
 height: 2px;
 width: 10px;
 background: var(--sbit-primary);
}
/* Mobile Layout: 320px. */
@media only screen and (max-width:767px) {
 .site-heading {margin-bottom: 30px;}	
 .site-heading .title {font-size:24px;line-height: 36px;}
 .site-heading p {padding: 0;}
}


.heading-left {
 position: relative;
 z-index: 1;
 margin-bottom: 60px;
}
.heading-left .heading {
 color: var(--sbit-primary);	
 font-weight: 600;
 margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
 .heading-left .heading {
  margin-bottom: 30px;
 }
}
@media only screen and (max-width: 767px) {
 .heading-left .heading {
  margin-bottom: 15px;
 }
}
.heading-left p {
 margin-bottom: 0;
 font-size: 18px;
 color: var(--sbit-secondary);	
}
.heading-left .btn {
 margin-top: 30px;
}
@media only screen and (max-width: 767px) {
 .heading-left {
  margin-bottom: 30px;
 }
}
.heading-left .content-left {
 border-right: 1px solid #e7e7e7;
 padding-right: 35px;
}
@media only screen and (max-width: 991px) {
 .heading-left .content-left {
  border: none;
  padding: 0;
  margin-bottom: 30px;
 }
}
.sub-heading {
 text-transform: uppercase;
 color: var(--sbit-primary);
 font-weight: 500;
 display: inline-block;
 position: relative;
 z-index: 1;
 margin-bottom: 20px;
}
/*Buttons*/
.btn {
    user-select: none;
    -moz-user-select: none;
    background: var(--sbit-primary) none repeat scroll 0 0;
    border: medium none;
    border-radius:4px;
    color: var(--sbit-white);
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    font-family: var(--sbit-font);
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 0;
    padding: 17px 32px;
    text-align: center;
    text-transform: uppercase;
    touch-action: manipulation;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
}
.btn:hover {
    background:var(--sbit-blue-drak);
    color: var(--sbit-white);
}
.sb-btn {
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border-radius:4px;
  font-weight: 600;
  font-size: 18px;
  font-family: var(--sbit-font);
  padding: 14px 30px;
  color:var(--sbit-blue);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  letter-spacing: 0.01em;
}
.sb-btn::before {
  content: '';
  position: absolute;
  top: -50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 150%;
  height: 150%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  background-color: #fff;
  -webkit-transition: 700ms cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition: 700ms cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.sb-btn::after {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 150%;
  height: 150%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  background-color:var(--sbit-blue-drak);
  -webkit-transition-duration: 700ms;
  transition-duration: 700ms;
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.sb-btn:hover {
  color: #fff;
}
.sb-btn:hover::before {
  top: 100%;
}
.sb-btn:hover::after {
  bottom: -50%;
}
.sb-btn span {
  position: relative;
  color: inherit;
  z-index: 2;
}
.sb-btn i {
  /*font-size: 12px;*/
  color: inherit;
  margin-left: 9px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
/*Header Start Here*/
.sb-header{
	padding-left:30px;
	padding-right:30px;
}
#header-wrap { 
	position:relative;
	z-index:999;
}
#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;
	box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
}
/*--navigation--*/
.navbar { 
	padding: 0; 
}
.navbar-nav .nav-item.dropdown .dropdown-menu { 
	background: var(--sbit-white);
	padding: 0.5rem;
	border-radius: 0.5rem;
	border: none;
	box-shadow: 0 0 15px rgba(0,0,0,.15);
	min-width:300px;
	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(--sbit-black);
	font-family: var(--sbit-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(--sbit-primary); 
}
.navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:focus, .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:hover{
	background: var(--primary);
	color: var(--white);
}
.navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item { 
	padding: .2rem .1rem;
	font-size: 15px;
	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(--sbit-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(--sbit-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(--sbit-primary);
}
/*.navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item small {
	font-size: 13px;
	color: var(--sbit-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(--sbit-blue-drak);
	color: var(--sbit-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 Sharp";
	content: "\f107";
	border: none;
	margin-left: 0.3em;
	vertical-align: middle;
	font-weight: 300;
	font-size: 12px;
}
header .login-btn {
  padding:6px 16px;
  font-size: 14px;
  font-weight:500;
  background: var(--sbit-blue-drak);
  color: var(--sbit-white);
  text-transform: uppercase;
  line-height: 16px;
  border-radius: 3px;	
}
header .pay-btn {
	padding: 6px 16px;
	font-size:14px;
	font-weight:500;
	background: var(--sbit-primary);
	color: var(--sbit-white);
	text-transform: uppercase;
	border-radius: 3px;
	line-height:16px;
}
header .sbit-call {
	position:relative;
	font-size:16px;
	color:var(--sbit-accent);
	font-weight:600;
}
header .sbit-call small {
	display: block;
	position: absolute;
	bottom: -9px;
	left:55px;
	font-weight: 500;
	font-size: 12px;
	line-height: 5px;
	color:var(--sbit-heading);
	font-family: var(--sbit-font);  
}
.navbar-toggler {
  border-radius:4px;
  /*height: 46px;
  width: 46px;
  padding: 0;*/
  border-color: var(--sbit-primary);
  background-color: #fff;
  font-size:17px;
  font-weight: 600;
  color: var(--sbit-primary);
}
.navbar-toggler:focus {box-shadow: none; border-color:var(--sbit-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(--sbit-white); left: 0; padding: 10px; position: absolute; z-index: 99; top: 80px; 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; }

.sb-header{padding-left:0px; padding-right:0;}
#header-wrap.fixed-header {padding-left:0px;padding-right:0px;}	
.sb-header .navbar .navbar-brand {margin-right:5px;}
.sb-header .btn {padding:9px 14px;font-size:14px;font-weight:500;display:block;border:none;line-height:normal;text-transform:capitalize;}	
.sb-header a {font-size:24px;font-weight:500}
.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:400;font-size:14px;}	
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;}
}
/*Headed End Here*/
/*Search Domain Section Start Here*/
.search-domain {
	border-top:1px solid #eeeff0;
	position:relative;
	padding-left: 30px;
    padding-right: 30px;
	padding-top: 16px;
    padding-bottom: 16px;
}
.search-domain form {
  position: relative;
}
.domain-search-form input {
  width: 100%;
  height:55px;
  background:#fff;
  padding: 0 33px;
  font-weight: 400;
  font-size:16px;
  color: #262626;
  border: 1px solid #e0d9ff;
}
.domain-search-form input:focus {
    outline: 0;
    border: 1px solid var(--sbit-blue-drak);
	background:var(--sbit-section-bg-one);
}
.domain-search-form input::placeholder {
    font-weight:500;
    opacity: 0.5;
    font-size:16px;
}
.search-domain .sb-btn.btn-form i {
  margin-right: 5px;
  font-size: 16px;	
}
.search-domain .sb-btn.btn-form {
  position: absolute;
  right:0px;
  top:0;	
  padding:14px 50px;
  color: var(--sbit-white);
  border-radius: 0;
  text-transform: uppercase; 	
}
.search-domain .sb-btn.btn-form:after {background: var(--sbit-secondary);}
.search-domain .sb-btn.btn-form:before {
  background:var(--sbit-primary);
}

/*.search-domain form {
  position: relative;
}
.domain-search-form input {
  width: 100%;
height: 62px;
background: var(--sbit-gray);
padding: 0 33px;
font-weight: 400;
font-size: 20px;
color: var(--sbit-black);
border:1px solid #dbdedf;
border-radius: 4px;
}
.domain-search-form input::placeholder {
    font-weight:500;
    opacity: 0.5;
    font-size:20px;
}
.sb-btn.btn-form {
  position: absolute;
  right: 0px;
  top:0;	
  padding:8px 40px;
  color: var(--sbit-white);
  text-transform: uppercase; 
  margin:9px 9px 0 0px;	
  border-radius:4px;
  font-weight:600;	
}
.search-domain .sb-btn.btn-form:after {background: var(--sbit-secondary);}
.search-domain .sb-btn.btn-form:before {
  background:var(--sbit-blue-drak);
}*/
.domain_tlds_list li {
	display: inline-block;
	padding: 0 10px;
	text-align: center;
	transition: all ease-in-out 0.5s
}
.domain_tlds_list li .label-sale {
  background-color:var(--sbit-secondary);
  border-radius: 3px;
  color:var(--sbit-black);
  padding: 2px 5px;
  margin-right: 7px;
  font-size: 10px;
}
.domain_tlds_list li:last-child {
	padding-right: 0
}
.domain_tlds_list li:first-child {
	padding-left: 0
}
.domain_tlds_list li span {
	font-size: 14px;
	line-height: 14px;
	color: var(--sbit-black);
	font-weight: 600;
	transition: all ease-in-out 0.5s;
}
.domain_tlds_list li span i {
	font-size: 14px;
font-variant: normal;
text-rendering: auto;
font-style: normal;
}
.domain_tlds_list {
	margin-top:0px
}
.domain_tlds_list li figure {
	margin-bottom:3px;
	color:var(--dd-black);
	font-size:16px;
	font-weight: 600;
	letter-spacing: 2px;
}
.domain_tlds_list li figure img {
  width:70px;
  height:32px;
}
@media only screen and (max-width: 767px) {

}
@media only screen and (max-width: 479px) {
.search-domain {padding-right:0; padding-left:0;}
.domain-search-form input {padding:0 10px;}	
.search-domain .sb-btn.btn-form {padding:17px 10px; font-size:14px;}
.search_domain li {padding: 0px 15px 10px 15px;}	
}

/*Search Domain Section End Here*/
.search-domain-name {
	position:relative;
	padding:60px 0;
}
.search-domain-name .site-heading {margin-bottom:15px;}
.search-domain-name .site-heading .title {
	font-weight:700;
	font-size:40px;
	margin-bottom: 20px;
    color:var(--sbit-white);
}
.search-domain-name .site-heading .sub-title {color:var(--sbit-white);padding-bottom:20px;}

.search-domain-name form {
  position: relative;
}
.search-domain-name .domain-search-form input {
  width:100%;
  height:90px;
  background:var(--sbit-white);
  padding: 0 33px;
  font-weight: 400;
  font-size:21px;
  color:var(--sbit-primary);
  border:none;
  border-radius:4px;
}
.search-domain-name .domain-search-form input:-moz-placeholder {
  color:#262626;
}
.search-domain-name .domain-search-form input:-webkit-placeholder {
  color:#262626;
}
.search-domain-name .domain-search-form input:placeholder {
  color:#262626;
}
.search-domain-name .btn.btn-form i {
  margin-right: 5px;
}
.search-domain-name .btn.btn-form {
  position: absolute;
  right: 0px;
  top:0;	
  padding:24px 50px;
  background:var(--sbit-blue);
  color:var(--sbit-white);
  text-transform: uppercase; 
  margin: 14px 14px 0 0px;	
  border-radius:4px;
  font-weight:600;	
}
.search-domain-name .btn.btn-form:hover {background: var(--sbit-secondary);}
.search-domain-name ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.search-domain-name li {
    color:var(--sbit-white);
	padding: 0px 15px 0px 15px;
	font-size: 16px;
	font-weight: 600;
	display: inline-block
}
.search-domain-name  li strong {
	color:var(--sbit-secondary);
	font-weight:700;
    font-family: "Arial"
}
@media only screen and (max-width: 767px) {

}
@media only screen and (max-width: 479px) {
.search-domain-name .domain-search-form input{height: 50px;}	
.search-domain-name .btn.btn-form {position:relative;padding:18px 100px;border-radius:4px;width:100%;margin: 12px 0 0 0;}
.search-domain-name li {padding: 0px 15px 10px 15px;}	
}
/*Domain Registration Start Here*/
.domain-registration {
	position: relative;
	width: 100%;
	padding: 60px 0px;
}
.domain-registration .title {
	font-size:42px;
}
.domain-registration .sub-ttile {
	font-size: 24px;
	color: var(--sbit-primary);
	font-weight: 600;
}
.domain-registration .features-list {
	margin-bottom:15px;
}
.domain-registration .features-list ul {}
.domain-registration .features-list ul li {
    font-size: 16px;
	color: var(--sbit-black);
	list-style: none;
	padding: 4px 0;
}
.domain-registration .features-list ul li:before {
  font-family:"Font Awesome 6 Pro";
content: '\f058';
margin: 0 10px 0 3px;
font-size: 16px;
 color:var(--sbit-secondary);
}

.domain-header-search-form {
 border-radius:10px
}
@media(min-width:992px) {
 .domain-header-search-form .single-input {
  border-bottom:0
 }
}
.domain-header-search-form .single-input:last-child {
 border-right:0
}
.domain-header-search-form .inputdomainsearch {
 width:100%;
 display:flex;
 align-items:center;
 padding:16px 20px;
 border:0!important;
 outline:none!important;
 margin:0;
 background:#e8eff3;
 border-radius:10px 0 0 10px;
 height:100%
}
.domain-header-search-form .inputdomainsearch:focus,
.domain-header-search-form .inputdomainsearch:hover,
.domain-header-search-form .inputdomainsearch:active {
 background:#e8eff3
}
.domain-header-search-form .form-control:focus {
 box-shadow:none
}
.domain-header-search-form {
 border-radius:10px
}
@media(min-width:992px) {
 .domain-header-search-form .single-input {
  border-bottom:0
 }
}
.domain-header-search-form .single-input:last-child {
 border-right:0
}
.domain-header-search-form .inputdomainsearch {
 width:100%;
 display:flex;
 align-items:center;
 padding:0px 0 0px 20px;
 border:0!important;
 outline:none!important;
 margin:0;
 background:#e8eff3;
 border-radius:3px 0 0 3px;
 height:100%;
 resize:inherit;
}
.domain-header-search-form .inputdomainsearch:focus,
.domain-header-search-form .inputdomainsearch:hover,
.domain-header-search-form .inputdomainsearch:active {
 background:#e8eff3
}
.domain-header-search-form .form-control:focus {
 box-shadow:none
}
.domain-box-sale-header {
 padding:0 12px
}
.domain-header-search-form {
 border-radius:10px 10px 0 0;
 box-shadow:12px 12px 30px 0 rgba(77,77,119,.1);
 position:relative;
 z-index:0
}
.domain-box-sale-header .col {
 background:#fff;
 padding:20px;
 text-align:center;
 cursor:pointer;
 -webkit-transition:all .2s ease-in-out;
 -moz-transition:all .2s ease-in-out;
 -o-transition:all .2s ease-in-out;
 -ms-transition:all .2s ease-in-out;
 transition:all .2s ease-in-out
}
.domain-box-sale-header .col:hover {
 background:#f7f8f9
}
.domain-box-sale-header .col img {
 width:90px;
 height:41px;
}
.domain-box-sale-header .col h5 {
 color: var(--sbit-heading);
 font-size: 16px;
 margin-top:10px;
 display:block
}
.domain-box-sale-header .col h5 span {
 background: var(--sbit-secondary);
 color: #fff;
 padding: 3px 9px;
 border-radius: 3px;
 margin-right: 6px;
 font-size: 10px;	
}
.domain-box-sale-header .col:first-child {
 border-radius:0 0 0 10px
}
.domain-box-sale-header .col:last-child {
 border-radius:0 0 10px 0;
 border:0
}
.domain-header-search-form .search-btn {
 width:100%;
 border-top-left-radius:0px;
 border-bottom-left-radius:0px;
}
.domain-header-search-form .search-btn:hover {
  background-color: var(--sbit-blue);
  border-color: var(--sbit-blue);
}
.domain-registration-box {
	margin-top:30px;
}
.domain-registration-box img {width:526px;height:389px;}
@media only screen and (max-width: 767px) {
	.domain-header-search-form {display:flow-root !important;}
	.domain-header-search-form .inputdomainsearch{padding:16px 20px !important;width:100%;margin:-10px;border-radius:3px;}
	.domain-header-search-form .single-input:last-child {padding:10px;}
	.domain-header-search-form .search-btn {border-radius:3px;display:block;}
}
/*Domain Registration End Here*/
/*Popular Domain Start Here*/
.popular-domain {
	padding:90px 0;
}
.popular-domain .popular-domain-price {
	box-shadow: 0px 0px 87px 0px rgba(0, 0, 0, 0.08);
	position: relative;
	padding: 35px 0;
	border-radius: 5px;
	background: #fff;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 9;
}
.popular-domain .popular-domain-price::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0px;
  border-radius: 0px 0px 25px 25px;
  z-index: -1;
  width: 100%;
  border: 2px solid var(--sbit-accent);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.popular-domain .popular-domain-price p.domain-price {
  color: var(--sbit-primary);
}
.popular-domain .popular-domain-price p span {
 font-size:36px;
 display:inline-block;
 font-weight:700;
 padding-left:0px;
 color: var(--sbit-primary);
}
.popular-domain .popular-domain-price sup {
  font-size:16px;
  top: -10px;
  right: 0px;
}
.popular-domain .popular-domain-price p span.striketxt {
 font-size:20px;
 display:inline-block;
 font-weight:400;
	position:relative;
	margin-left:5px;
	color: var(--sbit-black);
 /*text-decoration:line-through*/
}
.popular-domain .popular-domain-price p span.striketxt i {
	font-size:16px;
}
.popular-domain .popular-domain-price p span.striketxt:before {
 content: '';
position: absolute;
top: 50%;
left: 0px;
width: calc( 100% + 8px);
height: 1px;
background: #61646e;
}
.popular-domain .popular-domain-price .domanin-img {
	min-height: 34px;
}
.popular-domain .popular-domain-price .domanin-img img {
	width:160px;
	height:72px;
}
.popular-domain .popular-domain-price .btn {
	min-width: unset;
	background: var(--sbit-primary);
	border-radius: 50px;
	padding:12px 18px;
	text-decoration: none;
	color: #fff;
	font-size:12px;
	font-weight: 600;
	display: inline-block;
	text-transform: uppercase;
	box-shadow: 0 2px 8px 0 rgba(62, 62, 79, 0.23);
	transition: all 0.3s ease-out 100ms;
}
.popular-domain .popular-domain-price .btn:hover {
	 background:var(--sbit-blue);
	transform: translateY(-3px); 
}
.popular-domain .popular-domain-price h4 {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 20px;
}
.popular-domain .popular-domain-price .badge {
  right: 10%;
  top: 10%;
display: inline;
padding: 0.25rem .45rem;
font-family: var(--sbit-font);
font-weight: 500;
font-size: 10px;
line-height: 11px;
background: rgba(255, 22, 78, 0.15);
color: var(--sbit-base);
position: absolute;
}
.popular-domain .popular-domain-price .badge.promo {background:#ffebea;border:1px solid #ffdede;color:#a10b02;text-transform:uppercase;font-size:14px;line-height:16px;}
/*Popular Domain End Here*/
/*Domain Name Prices Start Here*/
.domain-name-prices {padding:90px 0 80px !important;}
.domain-prices-table-header {margin-bottom: 25px; padding: 0 25px}
.domain-prices-table-header .domain-title {font-size:16px;font-weight:700;color:var(--sbit-heading);display: block;}
.domain-prices-page-table-body {background:#fff;box-shadow:0px 0px 87px 0px rgba(0, 0, 0, 0.08);border-radius:10px;position:relative;padding:30px 25px;margin-bottom:10px;
-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;-ms-transition:all .2s ease-in-out;transition:all .2s ease-in-out}
   .domain-prices-page-table-body:hover {-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;-ms-transition:all .2s ease-in-out;transition: all .2s ease-in-out;transform: scale(1.02)}
.domain-prices-page-table-body .extensions {font-size:20px;font-weight: 600}
.domain-prices-page-table-body .striketxt {font-size: 16px;display: inline-block;font-weight: 400;position: relative;margin-right: 10px;}
.domain-prices-page-table-body .striketxt:before {content: '';position: absolute;top: 50%;left: 0px;width: calc( 100% + 0px);height: 1px;background: #61646e;}
.domain-prices-page-table-body a {margin: 0 10px;color: #afbbc1}
.domain-prices-page-table-body a:hover {color: #6c767b}
.domain-prices-page-table-body .badge{font-size:10px;line-height:10px;vertical-align: middle;}
.domain-prices-page-table-body .badge.popular {background-color:#26c281;}
.domain-prices-page-table-body .badge.hot {background-color:#ff5768;}
.domain-prices-page-table-body .badge.new {background-color:#0dcaf0;}
@media (min-width: 768px){
.domain-name-sm-device {display: none;}
}
@media (max-width: 768px){
  .domain-prices-table-header {display:none;}
   .domain-prices-page-table-body {padding:15px 10px;margin-bottom:15px !important;margin:0 3px;/*float:left;*/text-align:center;}
   .domain-prices-page-table-body .extensions {display:block;border-bottom:1px solid #e2e8ea;margin-bottom:20px;padding-bottom:15px;}
   .domain-name-sm-device-display  {display:block;border-bottom: 1px solid #e2e8ea;margin-bottom: 20px;padding-bottom: 15px;}
   .domain-name-sm-device-display:last-child{border-bottom:none;}
   .domain-name-sm-device {font-size:16px;font-weight: bold;color: #9da8ad;display: block; margin-bottom:5px;}
}
/*Domain Name Prices End Here*/
/*SB Guarantee Start Here*/
.sb-guarantee {
  position: relative;
  display: block;
  padding:50px 0;
}
.sb-guarantee .site-heading {margin-bottom:10px;}
.sb-guarantee .site-heading .title {
	font-weight:700;
	font-size:32px;
	margin-bottom: 20px;
}
.sb-guarantee .sb-guarantee-container {
  background: #ffffff;
  border: 1px solid rgba(1, 10, 68, 0.1);
  box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.02);
  border-radius:8px;
  padding:0 10px 30px 10px;
}

.sb-guarantee .sb-guarantee-container .guarantee-highlights .title {
font-weight: 700;
font-size:24px;
line-height: 30px;
text-align: center;
color:var(--sbit-blue);
padding-top:36px;
}
.sb-guarantee .sb-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;
}
.sb-guarantee .sb-guarantee-container .guarantee-highlights .guarantee-icon img {
	width:36px;
    height:36px;
    display:block;
    margin:0 auto;
    position: relative;
	margin-top:25px;
}
.sb-guarantee .sb-guarantee-container .highlights-txt p {
	font-size:18px;
	font-weight:500;
	line-height: 27px;
	color:var(--sbit-primary);
	margin-bottom: 15px;
	font-family: var(--sbit-font);
	text-align:center;
}
/*18 Inch Monitor */
@media (min-width: 1200px) and (max-width: 1500px) {
	.sb-guarantee .sb-guarantee-container .guarantee-highlights h6 {font-size: 24px;}
	.sb-guarantee .sb-guarantee-container .highlights-txt p {font-size: 15px;font-weight: 600;}
}
/* Mobile Layout: 320px. */

@media only screen and (max-width: 767px) {
.sb-guarantee .site-heading .title {font-size: 24px;line-height:36px;}
.sb-guarantee .sb-guarantee-container{padding:0;margin-bottom:18px;}
.sb-guarantee .sb-guarantee-container .guarantee-highlights .title{padding-top:10px;font-size:22px;}
.sb-guarantee .sb-guarantee-container .guarantee-highlights .guarantee-icon{padding:0;}	
.sb-guarantee .sb-guarantee-container .guarantee-highlights .guarantee-icon img {width:36px; height:36px;}
}
/*SB Guarantee End Here*/
/*Google Reviews Start Here*/
.sb-google-reviews {
	padding:30px 0;
	position:relative;
}
.sb-google-reviews .site-heading {
	margin-bottom:0;
}
.sb-google-reviews .site-heading .title {
   font-weight: 700;
   font-size: 36px;
   margin-bottom: 10px;
}
.sb-google-reviews .site-heading .sub-title {font-weight:700;}
.sb-google-reviews .site-heading .sub-title i {
  color:var(--sbit-secondary);
}
.sb-google-reviews .reviews-btn {
  color: var(--sbit-white);
}
.sb-google-reviews .reviews-btn::before {
  background:var(--sbit-primary);
}
.sb-google-reviews .reviews-btn::after {
  background-color: var(--sbit-secondary);
}
/*.sb-google-reviews .light-reviews-btn {
  color: var(--sbit-white);
}
.sb-google-reviews .light-reviews-btn::before {
  background:var(--sbit-secondary);
}
.sb-google-reviews .light-reviews-btn::after {
  background-color: var(--sbit-accent);
}*/
.sb-google-reviews .site-heading p {margin-top:5px;}
 .sb-google-reviews p a {
  color:var(--sbit-primary);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1em;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-weight: 700;
  font-size: 18px;
}
.sb-google-reviews p a:hover {
  color:var(--sbit-accent);
}
.sb-google-reviews p a span {
  display: inline-block;
  padding-bottom: 2px;
  background: -webkit-gradient(linear, left top, right top, from(var(--sbit-accent)), to(var(--sbit-accent))) 0px 95%/0px 1px no-repeat;
  background: linear-gradient(to right, var(--sbit-accent) 0%, var(--sbit-accent) 100%) 0px 95%/0px 1px no-repeat;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.sb-google-reviews p a span:hover {
  background-size: 100% 1px;
}
.sb-google-reviews p a i {
  font-size: 12px;
  margin-left: 7px;
}
.sb-google-reviews p.light a{color:var(--sbit-white);font-weight:500;font-size:16px;}
.sb-google-reviews p.light a:hover{color:var(--sbit-white);}
.sb-google-reviews p a span {
  background: -webkit-gradient(linear, left top, right top, from(var(--sbit-white)), to(var(--sbit-white))) 0px 95%/0px 1px no-repeat;
  background: linear-gradient(to right, var(--sbit-white) 0%, var(--sbit-white) 100%) 0px 95%/0px 1px no-repeat;
}
/* Medium screen  */
@media only screen and (min-width: 992px) and (max-width: 1199px) {

}
/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {

}
/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
.sb-google-reviews {text-align:center;}
.sb-google-reviews .site-heading .title {font-size:24px;}	
.sb-google-reviews .site-heading .sub-title {font-size:16px;}
.sb-google-reviews .site-heading p {margin-bottom:10px;}	
}
/*Google Reviews End Here*/
/*Our Valuable Clients Start Here*/
.valuable-clients-section {
  position: relative;
  display: block;
  padding:60px 0;
}
.valuable-clients-section .sb-clients-section-left {
  position: relative;
  display: block;
  margin-top: 10px;
}
.valuable-clients-section .site-heading {margin-bottom:25px;}
.valuable-clients-section .site-heading .title {
	font-weight:700;
	font-size:40px;
	margin-bottom:0px;
}
.valuable-clients-section .site-heading .sub-title {color:var(--sbit-secondary);padding-bottom:5px;font-weight:700;}
.valuable-clients-section .site-heading p {margin-top:10px;}
.valuable-clients-section .migration-btn {
  color: var(--sbit-white);
  margin-top:20px;	
}
.valuable-clients-section .migration-btn::before {
  background:var(--sbit-primary);
}
.valuable-clients-section .migration-btn::after {
  background-color: var(--sbit-secondary);
}
.valuable-clients-section .sb-clients-section-right {
  position: relative;
  display: block;
  margin-left: 74px;
}
/* Medium screen  */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.valuable-clients-section .sb-clients-section-left  {
	max-width: 685px;
    margin-left: auto;
    margin-right: auto;
}
.valuable-clients-section .sb-clients-section-right {
	max-width: 685px;
    margin: 50px auto 0;
}
}
/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {
.valuable-clients-section .sb-clients-section-left {
  max-width: 685px;
  margin-left: auto;
  margin-right: auto;
}
.valuable-clients-section .sb-clients-section-right {
	max-width: 685px;
    margin: 50px auto 0;
}
}
/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
.valuable-clients-section {text-align: center;}	
.valuable-clients-section .site-heading .title {font-size:27px;}
.valuable-clients-section .site-heading p {font-size:18px;}
.valuable-clients-section .sb-clients-section-right {
    margin-left: 0;
	margin-top: 50px;
}
}
/*Our Valuable Clients End Here*/
/*Featured Pricing Section Plan Start Here*/
.sb-featured-pricing {
	position:relative;
	text-align:center;
	padding:60px 0;
}
.sb-featured-pricing .site-heading {margin-bottom:80px;}
.sb-featured-pricing .site-heading .sub-title {font-weight:700; font-size:24px;}
.feature-product-container {
 background: #ffffff;
 box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
 transition: all .6s cubic-bezier(0.165,0.84,0.44,1);	
 border-radius:4px;
 padding:0 10px 30px 10px;
}
.feature-product-container .featured-percentage {
  background:var(--sbit-accent);
  border-radius: 5px;
  padding: 10px 20px;
  display: inline-block;
  font-weight:600;
  font-size:18px;
  text-align: center;
  letter-spacing: 0.065em;
  color: #ffffff;
  position: relative;
  top:-25px;
}
.feature-product-container .product-name {
font-weight: 700;
font-size:23px;
line-height: 30px;
text-align: center;
color: var(--sbit-primary);
padding-top: 12px;
}
.feature-product-container .product-txt.cloudlinux-os{
  padding: 0 21px;
  min-height: 165px;
}
.feature-product-container .product-name h2 {
  font-weight: 600;
  font-size:22px;
  line-height: 20px;
  text-align: center;
  color:var(--sbit-black);
}
 .feature-product-container .product-name hr {
  width: 30%;
  border: 1px solid var(--sbit-secondary);
  padding: 0px;
  margin:16px auto;
}
.feature-product-container .product-pricing {
	color:var(--sbit-black);
}
.feature-product-container .product-pricing {
  font-weight: 600;
  font-size: 20px;
}
.feature-product-container .product-pricing h2 {
  font-size: 16px;
  line-height: 27px;
  font-weight: 400;	
}
.feature-product-container .product-pricing h2 strong{/*text-decoration:line-through;*/color: var(--sbit-accent);}
.feature-product-container .product-txt {
font-size: 15px;
font-weight:400;
line-height: 27px;
color: var(--sbit-black);
margin-bottom: 15px;
font-family: var(--sbit-font);
}
.feature-product-container .product-txt.vps-os {
	padding: 0 15px;
    min-height: 270px;
}
.feature-product-container .featured-icon {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  width:95px;
  height:95px;
  transition: var(--transition);
  margin:auto;
  padding: 25px 0px;	
}
.feature-product-container .featured-icon img {
  width: 95px;
  height: 95px;
  display: block;
  margin: 0 auto;
  position: relative;
  top: 4px;
  transition: var(--transition);
}
.feature-product-container:hover {
  transform: translateY(-5px);
}
.feature-product-container .cta-button {
  margin-top: 25px;
}
.feature-product-container .cta-button a.explore-btn {
  min-width: unset;
  background:var(--sbit-primary);
  border-radius: 50px;
  padding: 15px 40px;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  text-transform: uppercase;
  box-shadow: 0 2px 8px 0 rgba(62, 62, 79, 0.23);
  transition: all 0.3s ease-out 100ms;
}
.feature-product-container .cta-button a.explore-btn:hover {
    background:var(--sbit-blue);
	transform: translateY(-3px); 
}
/*Featured Pricing Section Plan End Here*/
/*Pricing Option Start Here*/
.sbhosting-pricing-warp {
	padding:60px 0;
}
.sbhosting-pricing-warp .site-heading .sub-title {font-weight:600; font-size:18px;}
.sbhosting-pricing-warp .sbhosting-pricing-package {
	background:#fff;
	box-shadow:0 0 23px -5px rgba(0, 0, 0, .2);
	transition: all 0.3s ease-in-out;
	border:1px solid #d4dbe0;
	border-radius:4px;
	position:relative;
	padding:40px 16px 35px;
	/*overflow:hidden;*/
}
.sbhosting-pricing-warp .sbhosting-pricing-package:hover {
  /*box-shadow: 0 0 15px #EDF9F2;*/
  transform: scale(1.02);
}
.sbhosting-pricing-warp .sbhosting-pricing-package .package-name {
	color: var(--sbit-primary);
	font-weight: 700;
	font-size:32px;
	text-align:left;
	letter-spacing: -0.5px;
}
.sbhosting-pricing-warp .sbhosting-pricing-package .package-name.mail{font-size:24px;}
.sbhosting-pricing-warp .sbhosting-pricing-package .package-price {
	min-height:97px;
}
.sbhosting-pricing-warp .sbhosting-pricing-package .package-price.ssl {min-height:45px;}
.sbhosting-pricing-warp .sbhosting-pricing-package .package-discount {
	display:flex;
	justify-content:start;
	align-items: center;
	margin-bottom:10px;
}
.sbhosting-pricing-warp .sbhosting-pricing-package .package-discount .strik {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  color:var(--sbit-black);
  font-size:16px;
  line-height: 1;
  position: relative;
  margin-right: 15px;
}
.sbhosting-pricing-warp .sbhosting-pricing-package .package-discount .strik:before {
  content: '';
  position: absolute;
  top: 50%;
  left: -4px;
  width: calc(100% + 8px);
  height: 1px;
  background:var(--sbit-black);
}
.sbhosting-pricing-warp .sbhosting-pricing-package .package-discount .save-btn {
color: #A10B02;
border-radius: 3px;
background: #FFEBEA;
padding: 5px 15px;
font-size: 14px;
font-weight: 600;
border: 1px solid #ffdede;
}
.sbhosting-pricing-warp .sbhosting-pricing-package .package-discount .save-btn.pro {color:var(--sbit-blue-drak);}
.sbhosting-pricing-warp .sbhosting-pricing-package .package-price .sb-cost {
	align-items: baseline;
	font-weight: 700;
	font-size:42px;
	line-height: 33px;
	margin-bottom: 10px;
}
.sbhosting-pricing-warp .sbhosting-pricing-package .package-price .sb-cost i {
	font-size:40px;
	letter-spacing: -1.2px;
	line-height: 1.3;
	font-style: normal;
	font-weight: 400;
}
.sbhosting-pricing-warp .sbhosting-pricing-package .package-price .sb-cost span {
   font-size: 18px;
   font-weight: 600;
}
.sbhosting-pricing-warp .sbhosting-pricing-package .package-price .save-tag {
  /*background-color: #ffeea9;*/
  color: var(--sbit-primary);	
  padding: .25rem .5rem;
  font-weight:500;
  font-size: 14px;
}
.sbhosting-pricing-warp .sbhosting-pricing-package .cta-button {
  margin-top:25px;
}
.sbhosting-pricing-warp .sbhosting-pricing-package .cta-button a.explore-btn {color:var(--sbit-white); width:100%; display:block;}
.sbhosting-pricing-warp .sbhosting-pricing-package .cta-button a.explore-btn:hover {
  /*-webkit-box-shadow: 0px 13px 24px rgba(229, 51, 42, 0.3);
  box-shadow: 0px 13px 24px rgba(229, 51, 42, 0.3);*/
}
.sbhosting-pricing-warp .sbhosting-pricing-package .cta-button a.explore-btn:before {
  background-color: var(--sbit-primary);
}
.sbhosting-pricing-warp .sbhosting-pricing-package .cta-button a.explore-btn:after {
  background:var(--sbit-blue-drak);
}

.sbhosting-pricing-warp .sbhosting-pricing-package .cta-button a.reverse-explore-btn {color:var(--sbit-white); width:100%; display:block;}
.sbhosting-pricing-warp .sbhosting-pricing-package .cta-button a.reverse-explore-btn:hover {
  /*-webkit-box-shadow: 0px 13px 24px rgba(229, 51, 42, 0.3);
  box-shadow: 0px 13px 24px rgba(229, 51, 42, 0.3);*/
}
.sbhosting-pricing-warp .sbhosting-pricing-package .cta-button a.reverse-explore-btn:before {
  background:var(--sbit-blue-drak);
}
.sbhosting-pricing-warp .sbhosting-pricing-package .cta-button a.reverse-explore-btn:after {
  background-color: var(--sbit-primary);
}
.sbhosting-pricing-warp .default-primary-btn {background-color:var(--sbit-primary);color:var(--sbit-white);padding:14px 30px;font-weight:600;font-size:18px;border-radius:4px;animation:shadow-pulse 1.5s infinite; box-shadow:none;border:none;}
.sbhosting-pricing-warp  .default-primary-btn:hover{background-color:var(--sbit-blue-drak)}	

.sbhosting-pricing-warp .default-primary-btn-reverse {background-color:var(--sbit-blue-drak);;color:var(--sbit-white);padding:14px 30px;font-weight:600;font-size:18px;border-radius:4px;animation:shadow-pulse 1.5s infinite; box-shadow:none;border:none;}
.sbhosting-pricing-warp  .default-primary-btn-reverse:hover{background-color:var(--sbit-primary);}	

.sbhosting-pricing-warp .dc-location {
	display: block;
    font-size:14px;
    font-weight: 600;
    color:var(--sbit-black);
	margin-top:5px;
	line-height:65px;
	border-bottom:1px solid var(--sbit-border-color)
}
.sbhosting-pricing-warp .dc-location strong {
  margin-left: 4px;
  font-weight: 600;
  color:var(--sbit-primary);
}
.sbhosting-pricing-warp .dc-location img {
  margin-left:5px;
  height:32px;
  width:32px;	  
}
.sbhosting-pricing-warp .package-description {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}
.sbhosting-pricing-warp .package-description li.package-title {
 font-size: 16px;
 font-weight: 600;
 padding:0px 0px 5px;
 color:var(--sbit-primary);
}
.sbhosting-pricing-warp .package-description li.package-title::before, .sbhosting-pricing-warp .package-description li.plan-border::before {display:none;}
.sbhosting-pricing-warp .package-description li {
  font-size:14px;
  padding:6px 0;
  font-weight:500;
  color:var(--sbit-black);
}
.sbhosting-pricing-warp .package-description li:before {
  font-family:"Font Awesome 6 Pro";
  content: '\f00c';
  margin: 0 10px 0 3px;
  font-size:15px;
  color:var(--sbit-green);
  font-weight: 600;
}
.sbhosting-pricing-warp .package-description li.no-free::before {
  content: '\f00d';
  color:var(--bs-danger);
}
.sbhosting-pricing-warp .package-description li strong {
  font-weight: 600;
  color:var(--sbit-accent);
}
.sbhosting-pricing-warp .package-description li strong.heighlated {
  background-color:#ffeea9;
  color: var(--sbit-black);	
  padding: 0 4px;
}
.sbhosting-pricing-warp .package-description li i {
 color:var(--sbit-primary);
 margin-right: 5px;
 margin-top: 6px;
 float: right;
}
.custom-tooltip {--bs-tooltip-bg:var(--sbit-primary);}

.sbhosting-pricing-warp .package-description li.plan-border {
  display: block;
  border-top: 1px solid #e3e8ea;
  margin-top:10px;
}
.sbhosting-pricing-warp .recommended-plan {
 background-color:var(--sbit-blue-drak);
color: var(--sbit-white);
position: absolute;
top: 0;
left: 50%;
right: 0;
text-align: center;
padding: 10px;
font-size: 16px;
font-weight: 500;
letter-spacing: 1px;
display: inline-flex;
align-items: center;
justify-content: center;
width: max-content;
min-width: auto;
transform: translate(-50%,-50%);
border-radius: 6px;
}
.sbhosting-pricing-warp .recommended-plan:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -6px;
  transform: translate(-50%);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid var(--sbit-blue-drak);	
}
.sbhosting-pricing-warp .sb-support {
	background-color: #ffeea9;
	margin: 30px auto 0;
	padding:1px 30px;
	border-radius: 10px;
	text-align: center
}
.sbhosting-pricing-warp .sb-support .site-heading {
	margin:20px 0;
}
.sbhosting-pricing-warp .sb-support .site-heading .title {
	margin-bottom: 10px !important;
	font-size: 27px;
	font-weight: 700;
}
.sbhosting-pricing-warp .sb-support .site-heading .sub-title {
  margin-bottom: 0;
  font-weight: 600;
  color: var(--sbit-accent);
  font-size:16px;	
}
.sbhosting-pricing-warp .sb-support .supportcare a {
  display: inline-block;
  text-decoration: none;
}
.sbhosting-pricing-warp .sb-support .supportcare .icon{
	margin-right: 24px;
	display: inline-block;
	vertical-align: middle;
	transition: all .3s ease-in-out;
	color: var(--sbit-accent);
	font-size: 32px;
}
.sbhosting-pricing-warp .sb-support .supportcare .txt {
  display: inline-block;
  vertical-align: middle;
}
.sbhosting-pricing-warp .sb-support .supportcare .txt .title {
	font-size: 20px;
	text-align: left;
	font-weight: 700;
	color: var(--sbit-accent);
}
.sbhosting-pricing-warp .sb-support .supportcare .txt .sub-title {
	text-transform: capitalize;
	color:var(--sbit-black);
	font-weight:600;
	font-size: 18px;
}
.sbhosting-pricing-warp p a {
  margin-left: 10px;
  color:var(--sbit-primary);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1em;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-weight: 700;
  font-size: 18px;
}
.sbhosting-pricing-warp p a:hover {
  color:var(--sbit-accent);
}
.sbhosting-pricing-warp p a span {
  display: inline-block;
  padding-bottom: 2px;
  background: -webkit-gradient(linear, left top, right top, from(var(--sbit-accent)), to(var(--sbit-accent))) 0px 95%/0px 1px no-repeat;
  background: linear-gradient(to right, var(--sbit-accent) 0%, var(--sbit-accent) 100%) 0px 95%/0px 1px no-repeat;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.sbhosting-pricing-warp p a span:hover {
  background-size: 100% 1px;
}
.sbhosting-pricing-warp p a i {
  font-size: 12px;
  margin-left: 7px;
}
/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
	.sbhosting-pricing-warp .sbhosting-pricing-package{margin-bottom:40px;}
	.sbhosting-pricing-warp .sbhosting-pricing-package .package-name {text-align:center;}
	.sbhosting-pricing-warp .sbhosting-pricing-package .package-price {text-align:center;}
	.sbhosting-pricing-warp .sbhosting-pricing-package .package-discount {justify-content: center;}
	.sbhosting-pricing-warp .sbhosting-pricing-package .package-price .sb-cost {text-align: center;display: block !important;}
	.sbhosting-pricing-warp p a {margin-left:0;}
	.sbhosting-pricing-warp .sbhosting-pricing-package .cta-button {margin-top: 18px;}
	.sbhosting-pricing-warp .sbhosting-pricing-package .cta-button a.explore-btn{width:80%;margin: auto;}
	.sbhosting-pricing-warp .sb-support {margin: 18px auto 0; padding: 1px 10px;}
	.sbhosting-pricing-warp .sb-support .site-heading {text-align:center !important;}
	.sbhosting-pricing-warp .sb-support .site-heading .title {font-size: 22px;}
	.sbhosting-pricing-warp .sb-support .site-heading .sub-title {font-size: 14px; font-weight: 700;}
	.sbhosting-pricing-warp .sb-support .supportcare .txt .title {text-align:center;}
	.sbhosting-pricing-warp .sb-support .supportcare .icon {width:64px; margin-right:0;}
	.sbhosting-pricing-warp .sb-support .supportcare .icon img {width:40px; height:40px;}
	.sbhosting-pricing-warp .sb-support .supportcare .txt {margin-bottom:15px;}
	.sbhosting-pricing-warp .sb-support .supportcare .txt .title {font-size: 16px;}
	.sbhosting-pricing-warp .sb-support .supportcare .txt .sub-title {font-size: 16px;}
}
/*Pricing Option End Here*/
/*SB VPS Hosting Horizontal Plan Start Here*/
.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;vertical-align:middle;padding:3px 30px;color:var(--sbit-accent);}
.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(--sbit-white);-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;}
.vps-pricing-row:hover {transform: scale(1.02);}
.vps-hosting-pricing-table > tbody > tr > td {padding:7px 30px;border-top:1px solid #d4dbe0;border-bottom:1px solid #d4dbe0;font-weight:600;font-size:16px;line-height:1;vertical-align:middle;}
.vps-pricing-row > td:first-child {border-left:1px solid #d4dbe0;border-radius:4px 0 0 4px;color:var(--sbit-primary);font-weight:700;}
.vps-pricing-row > td:last-child {border-right:1px solid #d4dbe0;border-radius:0 4px 4px 0;}
.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(--sbit-primary);font-family:var(--sbit-text)}
.vps-hosting-pricing-table .rate small {font-size:14px;font-weight:600;margin-left:5px;opacity:0.8;color:var(--sbit-black);}
/*.vps-pricing-row > td {text-align:center;}*/	
.vps-pricing-row > td::before {content:attr(data-value);font-weight: 600;display:none;color:var(--sbit-accent);}
.vps-btn{padding:9px 24px;font-size:14px;font-weight:600;background:var(--sbit-primary);color:var(--sbit-white);text-transform:uppercase;border-radius:3px;line-height:16px;}					
.vps-btn:hover{color: var(--sbit-white);}
@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;}
}
@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;}	
.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-hosting-pricing-table .vps-btn {padding:18px 85px;}
}
/*SB VPS Hosting Horizontal Plan End Here*/
/*Workspace Pricing Start Here*/
.sb-google-workspace-section {position: relative;display:block;/*background-color:#F5F7FF;*/padding: 109px 0 120px;}
.sb-google-workspace-inner {position: relative;display: block;background: #FFFFFF;border: 1px solid #DDE1FD;border-radius: 20px;}
.sb-google-workspace-inner .row {--bs-gutter-x: 0px;}
.sb-google-workspace-single {position: relative;display: block;padding:30px 25px 35px;}
.sb-google-workspace-single--two {border-left: 1px solid #DDE1FD;border-right: 1px solid #DDE1FD;}
.sb-google-workspace-single--one {border-left: 1px solid #DDE1FD;}
.sb-google-workspace-top {position: relative;display: block;text-align: center;}
.sb-google-workspace-name {font-size:26px;font-weight:700;color:var(--sbit-primary);margin: 0;line-height: 26px;margin-bottom:15px;}
.sb-google-workspace-name.most{color:var(--sbit-blue-drak);}
.sb-google-workspace-price {font-size:45px;font-weight:700;color:#262626;margin: 0;line-height: 50px;}
.sb-google-workspace-price .package-discount {display:flex;justify-content:center;align-items: center;margin-bottom:10px;}
.sb-google-workspace-price .package-discount .strik {display: flex;flex-flow: row wrap;align-items: center;color:var(--sbit-black);font-size:16px;line-height: 1;position: relative;}
.sb-google-workspace-price .package-discount .strik:before {content: '';position: absolute;top: 50%;left: -4px;width: calc(100% + 8px);height: 1px;background:var(--sbit-black);}
.sb-google-workspace-price .package-discount .save-btn {
	color: #A10B02;border-radius: 3px;background: #FFEBEA;padding: 5px 15px;font-size: 14px;font-weight: 600;border: 1px solid #ffdede;line-height: 18px;}

.sb-google-workspace-price sup{font-size:18px;}
.sb-google-workspace-price span {position:relative;font-size:15px;font-weight:400;}
.sb-google-workspace-txt {margin: 0;margin-top: 5px;margin-bottom: 25px;font-weight: 400;}
.sb-google-workspace-btn-box {position: relative;display: block;}
.sb-google-workspace-btn {width: 100%;color:var(--sbit-white);text-align: center;justify-content: center;}
.sb-google-workspace-btn::before {background-color:var(--sbit-blue-drak);}
.sb-google-workspace-points {position: relative;display: block;margin: 0;margin-top: 30px;}
.sb-google-workspace-points li {position: relative;display: flex;align-items:flex-start;}
.sb-google-workspace-points li+li {margin-top: 8px;}
.sb-google-workspace-points li .icon {position: relative;display: flex;align-items: center;padding-top: 7px;}
.sb-google-workspace-points li .icon i {font-size: 22px;color:var(--sbit-green);}
.sb-google-workspace-points li .text {margin-left:10px;}
.sb-google-workspace-points li .text p {margin:0;letter-spacing:-0.015em;font-weight:400;}
.sb-google-workspace-points li .text p strong {color: var(--sbit-accent);font-weight: 600;}
.sb-google-workspace-single .recommended-plan {background-color:var(--sbit-blue-drak);color: var(--sbit-white);position: absolute;top:-34px;left: 50%;right: 0;text-align: center;padding: 10px;font-size: 16px;font-weight: 500;letter-spacing: 1px;display: inline-flex;align-items: center;justify-content: center;width: max-content;min-width: auto;transform: translate(-50%,-50%);border-radius: 6px;}
.sb-google-workspace-single .recommended-plan:before {content: "";position: absolute;left: 50%;bottom: -6px;transform: translate(-50%);border-left: 6px solid transparent;border-right: 6px solid transparent;border-top: 6px solid var(--sbit-blue-drak);}
/*18 Inch Monitor */
@media (min-width: 1200px) and (max-width: 1500px) {
	.sb-google-workspace-name {
		font-size: 24px;
	}
	.sb-google-workspace-price {
  		font-size: 40px;
	}
	.sb-google-workspace-single { padding: 30px 15px 30px;}
}
/* Medium screen  */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.sb-google-workspace-single {padding: 47px 15px 35px;}
}
/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
.sb-google-workspace-single {padding: 47px 15px 35px;}
}
/*Workspace Pricing End Here*/
/*SB Hosting Succeeding Start Here*/
.sb-succeeding {
	padding:60px 0;
	position:relative;
}
.sb-succeeding .site-heading {margin-bottom:40px; /*position:sticky; top:120px;*/}
.sb-succeeding .site-heading .title {
	font-weight:700;
	font-size:36px;
	margin-bottom: 20px;
}
.sb-succeeding .site-heading .sub-title {color: var(--sbit-black);padding-bottom:0px;}
.sb-succeeding .sb-succeeding-btn {color: var(--sbit-white);}
.sb-succeeding .sb-succeeding-btn:before {background:var(--sbit-primary);}
.sb-succeeding .sb-succeeding-btn:after {background-color: var(--sbit-secondary);}
.sb-succeeding-item {
  background-color: #fff;
  box-shadow:0px 0px 60px 0px rgba(0, 0, 0, 0.11);
  border-radius:9px;
  padding:20px 30px 20px;
  position: relative;
  margin-bottom: 24px;
  border: 2px solid var(--sbit-white);	
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index:9;
  min-height:385px;	
}
.sb-succeeding-item .title{font-size:22px; margin-bottom:.5rem;line-height:1.2;}
.sb-succeeding-item.space {padding-bottom:47px;}
.sb-succeeding-item:before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0px;
  border-radius: 0px 0px 25px 25px;
  z-index: -1;
  width: 100%;
  border:2px solid var(--sbit-accent);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.sb-succeeding-item p {font-weight:400}
.sb-succeeding-block {
  margin-bottom: 32px;
}
.sb-succeeding-item:hover {
  border-color:var(--sbit-primary);
  border: 2px solid var(--sbit-accent);
}
.sb-succeeding-item:hover::before {
  border-color:var(--sbit-primary);
}
/*18 Inch Monitor */
@media (min-width: 1200px) and (max-width: 1500px) {
	.sb-succeeding-item {min-height: 448px;}
}
@media only screen and (max-width: 479px) {
.sb-succeeding .site-heading {margin-bottom:10px; text-align:center;}	
.sb-succeeding .site-heading .title {font-size:24px;}	
.sb-succeeding-item {padding:10px 20px 10px; text-align:center; min-height:auto;}
.sb-succeeding-item.space {padding-bottom:0px;}	
.sb-succeeding-item-thumb {margin:auto !important;}	
}
.sb-succeeding-item .title {
  font-weight:700;
  font-size: 24px;
  line-height: 1.5;
  position: relative;
  z-index: 20;
  color: var(--sbit-primary);
}
.sb-succeeding-item-thumb {
  width:90px;
  height:90px;
  text-align: center;
  line-height:90px;
  position: relative;
  margin-left: 7px;
  margin-bottom: 21px;
}
.sb-succeeding-item-thumb img {
  width:90px;
  height:90px;	
}
/*SB Hosting Succeeding End Here*/
/*SB Hosting Features Section Start Here*/
.sbhosting-feature-section {position:relative;padding:60px 0;}
.sbhosting-feature-section .features-box {
	position:relative;
	margin-bottom:25px;
	border-radius:10px;
	background-color:var(--sbit-white);
	/*box-shadow: 0 0 59px 31px rgba(0,0,0,.04);*/
	padding-top:40px;
	padding-left:100px;
	padding-right:40px;
	padding-bottom:40px;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	overflow: hidden;
}

.sbhosting-feature-section .features-box:before { 
	width: 0; 
	-webkit-transition: all 0.3s ease-in-out; 
	-o-transition: all 0.3s ease-in-out; 
	-ms-transition: all 0.3s ease-in-out; 
	height:3px;
	background:var(--sbit-secondary);
	content: ""; 
	position: absolute; left: 0; right: 0; bottom: 0px;
}
.sbhosting-feature-section .features-box:hover::before { width: 100%; }
.sbhosting-feature-section .features-box-icon {
	position:absolute;
	left:20px;
	top:60px;
	display:table-cell;
	vertical-align:top;
}
.sbhosting-feature-section .features-box-content {display: table-cell;padding-left: 20px;}
.sbhosting-feature-section .features-box-content p {font-size:14px;margin-bottom:5px;}
.sbhosting-feature-section .features-box-content p a {color:var(--sbit-primary);font-weight:500;text-decoration:underline;font-size:16px;}
.sbhosting-feature-section .features-box-content p a:hover {color:var(--sbit-secondary); text-decoration:underline;}
.sbhosting-feature-section .features-box-content ul {
	margin-bottom:1px;
}
 .sbhosting-feature-section .features-box-content ul li {
	padding: 2px 0;
	font-size: 14px;
	font-weight: 500;
}
.sbhosting-feature-section .features-box-content ul li:before {
  font-family:"Font Awesome 6 Pro";
  content: '\f058';
  margin: 0 5px 0 3px;
  font-size: 14px;
  color: var(--sbit-secondary);
}
.sbhosting-feature-section .features-box-content .title {
	color: var(--sbit-primary);
	font-size: 18px;
	font-weight: 700;
	margin: 20px 0 5px;
}
/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
	.sbhosting-feature-section .features-box {padding:10px; text-align:center;}
	.sbhosting-feature-section .features-box-icon {position:unset;display:block;}
	.sbhosting-feature-section .features-box-content {padding-bottom:0;}
	.sb-hosting-fast .left-side .sb-hosting-fast-img img {max-width: 260px !important;height: auto !important;}
}
/*SB Hosting Features Section End Here*/
/*SB Hosring Features Start Here*/
.sbhosting-feature {position:relative;}
.sbhosting-feature .features-box {
    position: relative;
    border-radius: 10px;
    background-color: var(--sbit-white);
	border:1px solid var(--sbit-section-bg-six);
    overflow: hidden;
}
.sbhosting-feature .features-box .text-secondary{font-size:14px;color:var(--sbit-black) !important;line-height:27px;font-weight:400;}
.sbhosting-feature .features-box .text-secondary strong {color:var(--sbit-blue);font-weight:400;}
.sbhosting-feature .features-box .title {font-size:18px;}
.sbhosting-feature .features-box ul {
	margin-bottom:1px;
}
.sbhosting-feature .features-box ul li {
	padding: 2px 0;
	font-size: 14px;
	font-weight:400;
}
.sbhosting-feature .features-box ul li:before {
  background:url("../images/features-check.svg") no-repeat;
  content:'';
  display:inline-block;
  vertical-align: middle;	
  width:16px;
  height:16px;	
  margin:2px 4px 0 0px;
}
/*18 Inch Monitor */
@media (min-width: 1200px) and (max-width: 1500px) {
.sbhosting-feature .features-box img {
  max-width: 72px;
  max-height: 72px;
}	
.sbhosting-feature .features-box .text-secondary {
    font-size:14px;
    line-height: 22px;
}
}
/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {.sbhosting-feature .features-box{text-align:center;}}
/*SB Hosting Features End Here*/
/*SB Hosting Migrate  Section Start Here*/
.sb-hosting-migration {
  position: relative;
  display: block;
  padding:60px 0;
}
.sb-hosting-migration .sb-hosting-migration-left {
  position: relative;
  display: block;
  margin-top: 10px;
}
.sb-hosting-migration .site-heading {margin-bottom:25px;}
.sb-hosting-migration .site-heading .title {
	font-weight:700;
	font-size:40px;
	margin-bottom:0px;
}
.sb-hosting-migration .site-heading .sub-title {color:var(--sbit-secondary);padding-bottom:5px;font-weight:700;}
.sb-hosting-migration .site-heading p {margin-top:10px;}
.sb-hosting-migration li {
  font-size:15px;
  padding: 8px 0;
  font-weight:500;
  color:var(--sbit-black);
}
.sb-hosting-migration li:before {
  font-family:"Font Awesome 6 Pro";
  content: '\f772';
  margin: 0 10px 0 3px;
  font-size:16px;
  color: var(--sbit-primary);
  font-weight: 600;
}
.sb-hosting-migration .migration-btn {
  color: var(--sbit-white);
  margin-top:20px;	
}
.sb-hosting-migration .migration-btn::before {
  background:var(--sbit-primary);
}
.sb-hosting-migration .migration-btn::after {
  background-color:var(--sbit-blue-drak);
}
.sb-hosting-migration .sb-hosting-migration-right {
  position: relative;
  display: block;
  margin-left: 74px;
}
.sb-hosting-migration .sb-hosting-migration-right img {
	max-width:540px;
}
/* Medium screen  */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.sb-hosting-migration .sb-hosting-migration-left {
	max-width:500px;
    margin-left: auto;
    margin-right: auto;
}
.sb-hosting-migration .sb-hosting-migration-right {
	max-width: 685px;
    margin: 50px auto 0;
}
}
/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {
.sb-hosting-migration .sb-hosting-migration-left {
  max-width:500px;
  margin-left: auto;
  margin-right: auto;
}
.sb-hosting-migration .sb-hosting-migration-right {
	max-width: 685px;
    margin: 50px auto 0;
}
}
/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
.sb-hosting-migration .site-heading .title {font-size:27px;}	
.sb-hosting-migration .site-heading p {font-size:20px;}
.sb-hosting-migration {text-align: center;}	
.sb-hosting-migration .sb-hosting-migration-right {margin-left: 0;margin-top: 50px;}
.sb-hosting-migration .sb-hosting-migration-right img {max-width: 260px !important;height: auto !important;}
}
/*SB Hosting Migrate Section End Here*/
/*SB Hosting Lightning Fast Start Here*/
.sb-hosting-fast {
  position: relative;
  display: block;
  padding:60px 0;
  z-index: 1;
}
.sb-hosting-fast .left-side {
  position: relative;
  display: block;
  margin-right: 87px;
}
.sb-hosting-fast .left-side .sb-hosting-fast-img {
  position: relative;
  display: block;
}
.sb-hosting-fast .left-side .sb-hosting-fast-img img {
  max-width: 540px;
  height: auto;
}
.sb-hosting-fast .right-side {
  position: relative;
  display: block;
  margin-left: 20px;
  margin-top:20px;
}
.sb-hosting-fast .site-heading {margin-bottom:25px;}
.sb-hosting-fast .site-heading .title {font-weight:700;font-size:36px;margin-bottom:0px;}
.sb-hosting-fast .site-heading .sub-title {color:var(--sbit-secondary);padding-bottom:5px;font-weight:700;}
.sb-hosting-fast .site-heading p {margin-top:10px;}
.shared-hosting__text-2 {
  line-height: 26px;
  letter-spacing: -0.015em;
  margin: 0;
}
.sb-hosting-fast .fast-btn-box {
  position: relative;
  display: block;
  margin-top:30px;
}
.sb-hosting-fast .fast-btn-box .fast-btn {color: var(--sbit-white);}
.sb-hosting-fast .fast-btn-box .fast-btn::before {background:var(--sbit-primary);}
.sb-hosting-fast .fast-btn-box .fast-btn::after {background-color:var(--sbit-blue-drak);}
/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
	.sb-hosting-fast .right-side {margin-left:0px;}
	.sb-hosting-fast .left-side {margin-right:0;}
	.sb-hosting-fast {text-align:center;}
	.sb-hosting-fast .site-heading .title {font-size:27px;}	
	.sb-hosting-fast .site-heading p {font-size:20px;}
}
/*SB Hosting Lightning Fast End Here*/
/*SB Hosting Testimonials Start Here*/
.sb-hosting-testimonials {position:relative;padding:60px 0;}
.sb-hosting-testimonials .testimonial-box {
  position: relative;
  display: block;
  background: #FFFFFF;
  box-shadow: 0px 30px 60px rgba(0, 0, 0, 0.05);
  border-radius:4px;
  padding:25px 20px 25px;
  margin-bottom: 30px;	
  min-height:282px;	
}
.sb-hosting-testimonials .testimonial-box .testimonial-quote {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom:10px;
}
/*.testimonial-two__quote-text {
  font-size: 20px;
  font-weight: 600;
  color: var(--sbit-black);
  line-height: 20px;
  margin: 0;
  margin-bottom: 13px;
}*/

.sb-hosting-testimonials .testimonial-box .testimonial-quote-text {
  letter-spacing: -0.015em;
  margin: 0;
  line-height: 26px;
  font-weight:400;
}

.sb-hosting-testimonials .testimonial-box .testimonial-box-client-info {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--sbit-border-color);	
  flex-wrap: wrap;
  margin-top:25px;
}

.sb-hosting-testimonials .testimonial-box .testimonial-box-client-info .testimonial-box-client-content {
  position: relative;
  display: block;
}
.sb-hosting-testimonials .testimonial-box .testimonial-box-client-info .testimonial-box-client-content .client-name {
font-size: 16px;
font-weight: 600;
line-height: 40px;
color: var(--sbit-primary);
margin: 0;
}
.sb-hosting-testimonials .testimonial-box .testimonial-box-client-info .rating-star {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #FFA800;	
}
.sb-hosting-testimonials .testimonial-box .testimonial-box-client-info .client-img {
  position: relative;
  /*display: block;
  width: 70px;
  border-radius: 50%;*/
}
.sb-hosting-testimonials .testimonial-box .testimonial-box-client-info .client-img img {max-width:60px;height:auto;}

.sb-hosting-testimonials .reviews-btn {
  color: var(--sbit-white);
}
.sb-hosting-testimonials .reviews-btn::before {
  background:var(--sbit-primary);
}
.sb-hosting-testimonials .reviews-btn::after {
  background-color:var(--sbit-blue-drak);
}
.sb-hosting-testimonials .site-heading {margin-bottom:40px;}
.sb-hosting-testimonials .site-heading .title {font-weight:700;font-size:36px;margin-bottom: 20px;}
.sb-hosting-testimonials .site-heading .sub-title {color: var(--sbit-black);padding-bottom:15px; font-size:20px; font-weight:600;}
.sb-hosting-testimonials .site-heading .sub-title strong {font-weight:600; font-size:24px;}
.sb-hosting-testimonials .site-heading .sub-title strong .blue {color:#4285F4} 
.sb-hosting-testimonials .site-heading .sub-title strong .red {color:#DB4437;} 
.sb-hosting-testimonials .site-heading .sub-title strong .yellow {color:#F4B400} 
.sb-hosting-testimonials .site-heading .sub-title strong .green {color:#0F9D58} 
@media(min-width:426px) {
 
 }
/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
.sb-hosting-testimonials .site-heading	{margin-bottom:10px}
.sb-hosting-testimonials .site-heading .title {font-size:32px;}

}
/*SB Hosting Testimonials End Here*/
/*SB Hosting Support Start Here*/
.sb-support-section {
  position: relative;
  display: block;
  padding:60px 0 60px;
  overflow: hidden;
  z-index: 1;
}
.sb-support-section .sb-support-img {
  position: absolute;
  bottom: 0;
  right: 330px;
}
.sb-support-section .sb-support-img img {width: auto;}
.sb-support .sb-support-content {
  position: relative;
  display: block;
}
.sb-support-section .sb-support-content .title {
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  color: var(--sbit-white);
  margin: 0;
}
.sb-support-section .sb-support-content .sub-title {
  letter-spacing:-0.015em;
  line-height:36px;
  color:var(--sbit-white);
  margin:0;
  margin-top:25px;
  margin-bottom: 31px;
  font-size: 18px;
  font-weight: 600;	
}
.sb-support-section .sb-support-content .details {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background:var(--sbit-white);
  box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.05);
  border-radius:9px;
  margin:0;
}
.sb-support-section .sb-support-content .details li {
  position: relative;
  flex:0 0 33.333333%;
  max-width: 33.333333%;
  width: 100%;
  text-align: center;
}

.sb-support-section .sb-support-content .details li .feature  {
  position: relative;
  display: block;
  padding: 40px 0 38px;
}

.sb-support-section .sb-support-content .details li .feature:before {
  content: "";
  position: absolute;
  top: 42px;
  bottom: 42px;
  left: 0;
  width: 1px;
  background-color: #DBDBDB;
}

.sb-support-section .sb-support-content .details li:first-child .sb-support-section .sb-support-content .details li .feature:before {
  display: none;
}

.sb-support-section .sb-support-content .details li .feature .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.sb-support-section .sb-support-content .details li .feature .icon i {
  position: relative;
  display: inline-block;
  font-size: 38px;
  color:var(--sbit-secondary);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.sb-support-section .sb-support-content .details li .feature .support-type {
  font-size: 20px;
  font-weight: 600;
  color: var(--sbit-primary);
  line-height: 18px;
  margin: 0;
  letter-spacing: -0.015em;
}
.sb-support-section .sb-support-content .details li .feature .support-action {
	justify-content: center;
    margin-bottom: 0;
	padding-top:16px;
	display: flex;
	margin-top: auto;
    width: 100%;
}
.sb-support-section .sb-support-content .details li .feature .support-action a {
	min-width:150px;
	font-size: 14px;
	font-weight: 700;
	padding: 0 16px;
	height: 36px;
	border-radius: 4px;
	border: 1px solid var(--sbit-primary);
	position: relative;
	display:inline-flex;
    transition: all 0.5s;
    align-items: center;
    justify-content: center;
	white-space: nowrap;
	line-height: 20px;
}
.sb-support-section .sb-support-content .details li .feature .support-action a:hover {
  border: 1px solid var(--sbit-blue);	
  color:var(--sbit-blue);	
  padding-right: 24px;
  padding-left:8px;
}
.sb-support-section .sb-support-content .details li .feature .support-action a:after {
 font-family: "Font Awesome 6 Pro";	
  content: "\f178";
  position: absolute;
  font-weight:400;	
  opacity: 0;  
  top:9px;
  right: -20px;
  transition: 0.5s;
}
.sb-support-section .sb-support-content .details li .feature .support-action a:hover:after {
  opacity: 1;
  right:7px;
}
@media only screen and (min-width: 1200px) and (max-width: 1349px) {
.sb-support-img {right: 0;}
.sb-support-section .sb-support-content .title {font-size:38px;}
}
/* Medium screen  */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.sb-support-img {display: none;}
}
/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {
.sb-support-img {display: none;}
}
/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
.sb-support-img {display: none;}
.sb-support-section .sb-support-content {text-align:center;}	
.sb-support-section .sb-support-content .title {font-size:36px;line-height:45px;}
.sb-support-section .sb-support-content .title br {display: none;}
.sb-support-section .sb-support-content .details {flex-direction: column;}
.sb-support-section .sb-support-content .details li .feature:before {display: none;}
.sb-support-section .sb-support-content .details li .feature {padding: 20px 0 10px;}	
}
/*SB Hosting Support End Here*/
/*FAQ Code comes here*/
.faq-area {padding:60px 75px;}
.faq-area .site-heading {margin-bottom:40px; position:sticky; top:120px;}
.faq-area .site-heading .title {
	font-weight:700;
	font-size:48px;
	margin-bottom: 20px;
}
.faq-area .site-heading .sub-title {color: var(--sbit-black);padding-bottom:20px;}
.faq-area .sb-faq-btn {color: var(--sbit-white);}
.faq-area .sb-faq-btn:before {background:var(--sbit-primary);}
.faq-area .sb-faq-btn:after {background-color: var(--sbit-secondary);}


.faq-area .sbit-faq {
	box-shadow: 0px 10px 30px 0px rgba(223, 223, 223, 0.5);
	background-color: var(--sbit-white);
	padding: 18px;
	margin-bottom: 15px;
	border-radius: 16px;
	position:relative;
	overflow: hidden;
}
.faq-area .sbit-faq h1, .faq-area .sbit-faq .title-faq{
	font-size: 18px;
	font-weight: 700;
	padding:5px 0;
}
.faq-area .sbit-faq ul li {
	font-size: 15px;
font-weight: 500;
line-height: 27px;
color: var(--sbit-black);
margin-bottom: 5px;
}
/*FAQ Code End here*/
/*onetimeAnnouncement Start Here*/
#onetimeAnnouncement .left-site {background:#012c66;border-top-left-radius:0.5rem;border-bottom-left-radius:0.5rem;padding:25px 0;}
#onetimeAnnouncement .modal-body {padding:0;}
#onetimeAnnouncement .left-site .site-heading {margin-bottom: 0px;}
#onetimeAnnouncement .left-site .site-heading .title {font-weight:700;font-size:42px;color:#FF9900;}
#onetimeAnnouncement .left-site .site-heading .sub-title {color:#fff;padding-bottom:0px;font-size:18px;font-weight:700;}
#onetimeAnnouncement .left-site .site-heading p {font-weight:400;font-size:15px;color:#fff;margin-top:0;margin-bottom:10px;}
#onetimeAnnouncement .sb-offer-btn {padding:8px 18px;background:#FF9900;color:#fff;border-radius:4px;text-decoration:none;}
#onetimeAnnouncement .sb-offer-box {background:#012c66;border: 2px solid rgba(255,255,255,.25);margin: 20px 0;border-radius: 1rem;}
#onetimeAnnouncement .sb-offer-box .offer-header {width:100%;display:block;background:rgba(255,255,255,.9);border-radius:.9rem .9rem 0 0;font-size:18px;font-weight:700;color:#012c66;}
#onetimeAnnouncement .sb-offer-box .offer-content {position:relative;width:100%;height:100%;top:5px;bottom:0;padding:5px 5px 0px;}
#onetimeAnnouncement .sb-offer-box .offer-content .starting-price {font-size: 27px;font-weight: 700;}
#onetimeAnnouncement .sb-offer-box .offer-content .starting-price small {font-size:18px;font-weight:400;}
#onetimeAnnouncement .sb-offer-box .offer-content .starting-price span {font-size:18px;font-weight:400;padding-left:5px;}
#onetimeAnnouncement .sb-offer-box .save-now-btn {background:#FF9900;color:#fff;bottom:-10px;padding:6px 18px;font-size:14px;position:relative;border-radius:4px; text-decoration:none;}
#onetimeAnnouncement .modal-header{border-bottom:none;padding:0;}
#onetimeAnnouncement .modal-header .btn-close{width:0;height:0;}
/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {#onetimeAnnouncement {display: none; visibility:hidden;}.modal-backdrop{display:none;}}
/*onetimeAnnouncement End Here*/
/* SB Hosting Features Start Here */
.sb-hosting-features {background: #fbfdff;padding:60px 0;}
.sb-hosting-features.option-1 .icon-entry {padding-bottom:5px;}
.sb-hosting-features.option-1 .icon-entry:nth-child(3n+1){clear: both;}
.sb-hosting-features.option-1 .icon-entry img { width:65px; height:65px; float:left; margin-top: 27px;}
.sb-hosting-features.option-1 .icon-entry .content { margin:0 25px 0 80px;}
.sb-hosting-features.option-1 .icon-entry .title { font-size: 18px; line-height: 18px; color: var(--sbit-heading); padding: 25px 0 5px 0; margin: 0;}
.sb-hosting-features.option-1 .icon-entry .text { font-size: 15px; line-height: 24px; color: var(--sbit-black);}
.sb-hosting-features.option-1 .icon-entry .text strong { color:var(--sbit-secondary);}
.sb-hosting-features.option-1 .icon-entry .text a { color: var(--sbit-semi-primary); text-decoration:none;}
.sb-hosting-features.option-1 .icon-entry .text a:hover { color: var(--sbit-semi-primary); text-decoration:underline;}
.sb-hosting-features.option-1 .icon-entry .text i { font-weight:900; color:#ea7633; padding-right:7px;}
.sb-hosting-features.option-1 .icon-entry .text ul { margin-bottom: 14px;}
.sb-hosting-features.option-1 .icon-entry .text ul li { padding:0px 0; color:var(--sbit-heading);}
.sb-hosting-features.option-1 .icon-entry .text ul li:before {font-family:"Font Awesome 5 Pro";content: '\f058';margin: 0 5px 0 3px;font-size:14px;color:var(--sbit-base);}
@media (max-width: 991px) {
.sb-hosting-features.option-1 .icon-entry:nth-child(3n+1) {clear: none;}
.sb-hosting-features.option-1 .icon-entry:nth-child(2n+1) {clear: both;}
.sb-hosting-features.option-1 .icon-entry {padding-bottom:30px;}
}
@media (max-width: 767px) {
.sb-hosting-features.option-1 {text-align:center;}
.sb-hosting-features.option-1 .icon-entry img {float:none;}
.sb-hosting-features.option-1 .icon-entry .content{margin-right: 0; margin-left:0;}
}
/*Option-2 Start Here*/
.sb-hosting-features.option-2 .single-service-box {margin-bottom:40px;text-align: center;padding: 40px 30px;border-radius: 10px; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; -webkit-box-shadow: 0px 0px 2px 0px rgba(20, 27, 201, 0.17); box-shadow: 0px 0px 2px 0px rgba(20, 27, 201, 0.17);background-color: white;min-height: 360px;}
.workspace-service-box{min-height:380px !important;padding: 40px 10px !important;}
.sb-hosting-features.option-2 .os-service-box {min-height:520px !important;}
@media (max-width: 767px) {.single-service-box {padding: 35px 15px 30px;} }
.sb-hosting-features.option-2 .single-service-box:hover { -webkit-transform: translateY(-10px); -ms-transform: translateY(-10px); transform: translateY(-10px); }
.sb-hosting-features.option-2 .single-service-box .service-icon { margin-bottom: 31px; }
.sb-hosting-features.option-2 .single-service-box .service-icon img { width:90px; height:90px; }
.sb-hosting-features.option-2 .single-service-box .title {color:var(--sbit-primary);text-transform:capitalize;font-size:18px;}
.sb-hosting-features.option-2 .single-service-box p { font-size: 15px;color: #101341;margin-top: 14px;line-height: 26px; }
/*SB Hosting Features End Here */
/*SB Hosting Features-3 Start Here*/
.sb-hosting-features.option-3 {background:#fff;}
.sb-hosting-features.option-3 .box {background-color:var(--sbit-section-bg-one);border-radius: 8px;padding: 35px 30px 10px;text-align:center;}
.sb-hosting-features.option-3 .box .icon {position:relative;width:64px;height:64px;display:flex;align-items:center;justify-content:center;margin-bottom:15px !important;overflow:hidden; margin:auto;}
.sb-hosting-features.option-3 .box .icon img {width:64px;}
.sb-hosting-features.option-3 .box .box-title {color:var(--sbit-primary);font-size: 24px;font-weight: 600;margin-bottom: 10px;}
.sb-hosting-features.option-3 .box .box-para {font-size:15px;font-weight:500;color:var(--sbit-black);line-height:1.7;max-height:70px;height:70px;overflow:hidden;text-overflow:ellipsis; display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin-bottom:25px;}
/*SB Hosting Features-3 End Here*/
/*SiteLock Platforms Start Here*/
.sitelock-platforms{position:relative; padding:60px 0;}
.sitelock-platforms .platforms-logo {box-shadow: 0 30px 70px 0 rgba(16,12,47,.05);border-radius: 4px;background-color:#fff;text-align: center;padding: 38px 30px;border: 1px solid #eaf9fe;}
/*SiteLock Platforms End Here*/
/*Contact */
.contact-info-wrap {
	background: #fff; padding: 2em; -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    border: 1px solid var(--sbit-border-color); border-radius: 0.25rem !important; }
.contact-info-wrap .section-title .line { justify-content: flex-start; margin-top: 15px;}
.contact-info-wrap > p {
    font-size: 14px;
    font-weight: 500;
    font-style: italic;
    margin-bottom: 0;
}
.contact-info-list {
    margin:35px 0;
}
.contact-info-list li {
    display: flex;
    align-items: center;
}
.contact-info-list li .icon {
    width: 74px;
    height: 74px;
    border-radius: 50%;
    flex: 0 0 74px;
    margin-right: 20px;
    transition: .3s linear;
}
.contact-info-list li .content {
    flex-grow: 1;
}
.contact-info-list li .content h1 {
    font-size:20px;
    margin-bottom: 8px;
}
.contact-info-list li .content p { margin-bottom: 0; font-size: 18px; color: var(--sbit-black); line-height:35px; }
.contact-info-list li .content p small {font-size:15px; font-weight:600;color: var(--sbit-secondary);}
.contact-info-list li .content p a {
    color: var(--sbit-black);
	text-decoration: none;
}
.contact-info-list li .content p a:hover {
    color:var(--sbit-base);
	text-decoration: none;
}
.contact-info-list li {
    display: flex;
    align-items: center;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ebebeb;
}
.contact-info-list li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}
.contact-corporate-office-wrap .corporate-office-wrap { text-align: center;border: 2px solid var(--sbit-secondary)}
#contact-map {
  height:475px;
  width: 100%;
  background-position: center;
  background-size: cover;
}
/*Content Start Here*/
.sbhosting-content {padding:60px 0;position: relative;}
.sbhosting-content h4 {font-size:27px;}
.sbhosting-content p, .sbhosting-content ul li {color:var(--sbit-black)}
.sbhosting-content ul li {font-size: 14px;padding: 4px 0;}
.sbhosting-content p i {font-size:14px;}
.sbhosting-content p strong {color:var(--sbit-blue);}
.sbhosting-content a {color:var(--sbit-primary);text-decoration:underline;}
.sbhosting-content a:hover {color:var(--sbit-primary);}
/*SiteMap*/
.sbhosting-content .sitemap-block {padding: 60px 0; position: relative;}
.sbhosting-content .sitemap-block .block-title {
  display: inline-flex;
  color:var(--sbit-primary);
  font-size: 20px;
  font-weight: 600;
  position: relative;
  font-family: var(--sbit-font);
  padding-bottom: 10px;	
}
.sbhosting-content .sitemap-block ul.sitemap-list li a {
	font-size:15px;
line-height: 27px;
color:var(--sbit-black);
text-decoration: none;
-webkit-transition: .3s;
transition: .3s;
position: relative;
margin-left: 10px;
font-weight:500;	
}
.sbhosting-content .sitemap-block ul.sitemap-list li a:hover {color:var(--sbit-primary); text-decoration:underline;}
.sbhosting-content .sitemap-block ul.sitemap-list li a::before {
  position: absolute;
  top: 13px;
  left: -9px;
  width: 3px;
  height: 3px;
  background: var(--sbit-secondary);
  content: "";
  -webkit-transition: .3s;
  transition: .3s;
}
/*Content End Here*/
/*Payment Options start Here*/
.sb-payment-options {padding:30px 0; position:relative;}
.sb-payment-options .sb-payment-lg-table {padding:10px 0;}
.sb-payment-options .sb-payment-lg-table .table > :not(caption) > * > * { padding:15px 20px;color: #fff;}
.sb-payment-options .sb-payment-lg-table .table > thead, .pay-method,  .sb-payment-options .sb-payment-sm-table .pay-method {background:var(--sbit-primary) !important; color:#fff;font-size: 18px;font-weight: 700;}
.sb-payment-options .sb-payment-lg-table .table > thead > th {padding:10px 0;}
.sb-payment-options .sb-payment-lg-table .table > tbody tr td .sb-payment-img-warp { text-align:center; }
.sb-payment-options .sb-payment-lg-table .table > tbody tr td .sb-payment-text-warp { }
.sb-payment-options .sb-payment-lg-table .table > tbody tr td .sb-payment-text-warp p {padding:12px 0;margin:0;}
.sb-payment-options .sb-payment-lg-table .table > tbody tr td .sb-payment-text-warp img { min-width: 400px;width: 400px;}
.sb-payment-options .sb-payment-lg-table .table > tbody tr td .sb-payment-text-warp .payment-list {margin: 10px 0 0 10px;padding: 0;}
.sb-payment-options .sb-payment-lg-table .table > tbody tr td .sb-payment-text-warp .payment-list li { margin: 0; padding:9px 0 10px 0; list-style: none; font-size: 16px; font-weight: 500;
 text-align: left; color: var(--sbit-primary);}
.sb-payment-options .sb-payment-lg-table .table > tbody tr td .sb-payment-text-warp .payment-list li strong { color: var(--sbit-primary);}
.sb-payment-options .sb-payment-lg-table .table > tbody tr td .sb-payment-text-warp .sb-scan-pay { color: var(--sbit-primary); font-weight: 700; font-size: 27px; padding: 0; margin: 0;}
/*Payment Options Mobile Start Here*/
.sb-payment-options .sb-payment-sm-table {padding:10px 0;}
.sb-payment-options .sb-payment-sm-table table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

.sb-payment-options .sb-payment-sm-table table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

.sb-payment-options .sb-payment-sm-table table tr {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
}

.sb-payment-options .sb-payment-sm-table table th,
.sb-payment-options .sb-payment-sm-table table td {
  padding: .625em;
  text-align: center;
}

.sb-payment-options .sb-payment-sm-table table th {
  background: var(--sbit-base) !important;
color: #fff;
font-size: 18px;
font-weight: 700;
}

@media screen and (max-width: 1199px) {
  .sb-payment-options .sb-payment-sm-table table {
    border: 0;
  }

  .sb-payment-options .sb-payment-sm-table table caption {
    font-size: 1.3em;
  }
  
  .sb-payment-options .sb-payment-sm-table table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  .sb-payment-options .sb-payment-sm-table table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  
  .sb-payment-options .sb-payment-sm-table table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 14px;
    text-align:right;
  }
  .sb-payment-options .sb-payment-sm-table table td strong {color:var(--sbit-primary);}
  .sb-payment-options .sb-payment-sm-table .bank-name {
  display: grid !important;
  text-align: center !important;
  line-height: 24px;
}
  .sb-payment-options .sb-payment-sm-table table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  .sb-payment-options .sb-payment-sm-table table td:last-child {border-bottom: 0;}
  .sb-payment-options .sb-payment-sm-table .pay-method {text-align:center !important;}
  .sb-payment-options .sb-payment-sm-table .sb-payment-text-warp {text-align: center;}
  .sb-payment-options .sb-payment-sm-table .sb-payment-text-warp strong{color:var(--sbit-primary); font-size: 16px;}
}
/*Payment Options Mobile End Here*/
/*Payment Options End Here*/
/*VPS Management Start Here */
.vps-management-area {padding:60px 0;}
/*VPS Management End Here */
/*Choose a Period Section Start Here*/
.sb-pay {
	background-color: #ecf4fb;
	position:relative;
	padding:60px 0;
}
.sb-pay .section-title {margin-bottom:10px;}
.sb-pay .section-title .title strong {font-size:32px;}
.sb-pay .section-title .subtitle {font-size:18px; padding-bottom:0;color: var(--sbit-black);}
.sb-pay input[type=radio] {
  /*display: none;*/
  position: relative;
  top: 48px;
  z-index:9;
  left: 20px;	
}
.sb-pay input[type=radio]:not(:disabled) ~ label {
  cursor: pointer;
}
.sb-pay input[type=radio]:disabled ~ label {
  color: #bcc2bf;
  border-color: #bcc2bf;
  box-shadow: none;
  cursor: not-allowed;
}
.sb-pay label {
  height: 100%;
  display: block;
  background: white;
  padding:20px 0 0;
  text-align: center;
  box-shadow:0 0 16px rgba(0,0,0,.08);
  position: relative;
}
 .sb-pay label .pay-title {
  font-weight: 700;
  font-size: 24px;
  color:var(--sbit-primary);
  margin-bottom: 10px;
  text-transform: uppercase;
}
.sb-pay label .pay-amount{
    font-size: 14px;
	color: var(--sbit-black);
	margin-bottom:5px;
}
.sb-pay label .pay-amount .striketxt {
  display: inline-block;
  position: relative;
  /*text-decoration: line-through;*/
}
.sb-pay label .pay-amount .striketxt:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0px;
  width: calc( 100% + 2px);
  height: 1px;
  background: #61646e;
}
.sb-pay label .pay-amount .price{
    font-weight: bold;
    font-size: 18px;
	color: var(--sbit-base);
}
.sb-pay label .pay-amount .price .currency {
	font-weight: normal;
	font-size: 24px;
	font-family: "Arial"
}
.sb-pay label .pay-amount .price .amount {
	color: var(--sbit-base);
	font-size: 48px;
	font-weight: 700;
}
.sb-pay label .pay-amount .price .amount.dedicated {font-size:36px;}
.sb-pay label .pay-details{
    margin-bottom:12px;
}
.sb-pay label .pay-details ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.sb-pay label .pay-details ul li{
    font-size: 14px;
	color: var(--sbit-black);
}
.sb-pay label .pay-button button {
  background-color:var(--sbit-primary);
  color: var(--sbit-white);
  padding: 10px 18px;
  font-weight: 500;
  text-transform: uppercase;
  border:none;
  border-radius: 50px;	
  box-shadow: 0 2px 8px 0 rgba(62, 62, 79, 0.23);
  transition: all 0.3s ease-out 100ms;	
}
.sb-pay label .pay-button button:hover {
	background-color:var(--sbit-blue);
	transform: translateY(-3px); 
}
.sb-pay label .pay-saved {
	display: flex;
	flex-wrap: wrap;
	justify-content:center;
	align-items:center;
	position: absolute;
	top: 0;
 	transform: translateY(-50%);
	border-radius: 100px;
	padding: 4px 12px;
	text-align: center;
	background:#dadce0;
	color:var(--sbit-primary);
	font-size: 12px;
	font-weight: 700;
	line-height: 24px;
	max-width:100%;
	left:33%;
	font-family: "Arial"
}
.sb-pay label .pay-saved.recommended {background:var(--sbit-blue);color: var(--sbit-white);}
.sb-pay input[type=radio]:checked + label {
  border:2px solid var(--sbit-blue);
}
.sb-pay input[type=radio]:checked + label .pay-saved {background-color:var(--sbit-blue);color:var(--sbit-white);}
.sb-pay input[type=radio]:checked + label::after {
  color: #3d3f43;
  border:2px solid var(--sbit-secondary);
  font-size: 24px;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  background: white;
}

.sb-pay input[type=radio]#control_04:checked + label {
  border:2px solid #41c281;
}
.sb-pay input[type=radio]#control_04:checked + label .pay-saved {background-color:#41c281;color:var(--sbit-white);}
.sb-pay input[type="radio"]:checked + label .pay-button button {
  background-color:#41c281}
@media only screen and (max-width:991px) {
.sb-pay .section-title {
	margin-bottom:10px;
	text-align:center;  
}
}
/*Choose a Period Section End Here*/
/*Selected plan Area Start Here*/
.selected-plan {
	padding:40px 0;
	position:relative;
}
.selected-plan .section-title {
  margin-bottom: 30px;
}
.selected-plan .section-title .title {font-size: 24px;}
.selected-plan .section-title .subtitle {
	color: var(--sbit-primary);
	font-size: 18px;
	line-height: 30px;
	padding-bottom:0;
}
.selected-plan-header {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  padding-bottom: 16px;
  display: flex;
  align-items: center;
  color:var(--sbit-blue);
}
.selected-plan ul {
  margin:0;
  padding:0;	
}
.selected-plan ul li {
  padding:2px 0;
  color:var(--sbit-black);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;	
}
.selected-plan ul li:before {
 font-family: "Font Awesome 6 Pro";
	content: '\f00c';
	margin: 0 10px 0 3px;
	font-size: 12px;
	color: var(--sbit-green);
	font-weight: 600;
}
@media only screen and (max-width:991px) {
	.selected-plan .section-title {
		margin-bottom:10px;
		text-align:center;  
	}
	.selected-plan-header {
		display: block;
		text-align:center;
		padding:16px 0;
	}
	.selected-plan ul li{text-align:center;}
}

/*VPS Hosting Benefits Start*/
.sbhosting-vps-benefits {padding:60px 0;}
.sbhosting-vps-benefits .vps-benefits-list { margin-bottom: 14px;}
.sbhosting-vps-benefits .vps-benefits-list li {padding: 5px 0;color: var(--sbit-black);font-size: 15px;font-weight:400;}
.sbhosting-vps-benefits .vps-benefits-list li:before {font-family:"Font Awesome 6 Pro";content: '\f058';margin: 0 10px 0 3px;font-size: 18px;color:var(--sbit-green); font-weight:900;}
.sbhosting-vps-benefits h5 {margin-bottom:15px; font-size: 18px;font-weight: 700;color: var(--sbit-black);position: relative;}
.sbhosting-vps-benefits h5:after {background:var(--sbit-blue);position: absolute;content: "";width: 45px;height: 3px;left: 0;bottom: -7px;z-index: 0;}
/*VPS Hosting Benefits End*/
/*404 Oops Pages Start Here*/
.oops-wrap {padding:60px 0;background: var(--sbit-section-bg-three);}
.oops-wrap .oops-img-box { position:relative;}
.oops-wrap .oops-content { position:relative;}
.oops-wrap .oops-content h1 { font-size: 42px; line-height: 48px; font-weight: 600; padding-bottom: 15px;}
.oops-wrap .oops-content p { font-size: 27px; line-height: 1; color: var(--sbit-blue); font-weight: 600;margin: 0 0 25px;}
.oops-wrap .oops-content ul {margin:0;padding:0;}
.oops-wrap .oops-content ul li {list-style:none;padding: 6px 0;}
.oops-wrap .oops-content ul li:before { font-family: "Font Awesome 5 Pro"; content: '\f058'; margin: 0 10px 0 3px; font-size: 16px; color: var(--sbit-blue);}
.oops-wrap .oops-content ul li a {color: var(--sbit-primary);text-decoration: none;}
.oops-wrap .oops-content ul li a:hover {color: var(--sbit-blue);}
/*404 Oops Pages End Here*/
/*SB Hosting Compare Start Here*/
.sbhosting-compare-paln {
    width:100%;
    margin:0 auto;
    position:relative;
}
.sbhosting-compare-paln .sbhosting-price {
  color:var(--sbit-black);
  font-size: 42px;
  font-weight: 700;
  padding-bottom: 10px;	
}
.sbhosting-compare-paln .sbhosting-price.workspace{font-size:34px;}
.sbhosting-compare-paln .sbhosting-price.workspace span {
  font-size:14px;
  font-weight:400;	
}
 .sbhosting-compare-paln .sbhosting-price .package-discount {
	display:flex;
	justify-content:center;
	align-items: center;
	margin-bottom:16px;
}
.sbhosting-compare-paln .sbhosting-price .package-discount .strik {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  color:var(--sbit-black);
  font-size:16px;
  line-height: 1;
  position: relative;
  margin-right: 15px;
  font-weight: 400;	
}
.sbhosting-compare-paln .sbhosting-price .package-discount .strik:before {
  content: '';
  position: absolute;
  top: 50%;
  left: -4px;
  width: calc(100% + 8px);
  height: 1px;
  background:var(--sbit-black);
}
.sbhosting-compare-paln .sbhosting-price .package-discount .save-btn {
color: #A10B02;
border-radius: 3px;
background: #FFEBEA;
padding: 5px 15px;
font-size: 14px;
font-weight: 600;
border: 1px solid #ffdede;
}
.sbhosting-compare-paln .sbhosting-price i {
  font-size:16px;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 600;
  vertical-align: super;
  padding-right: 3px;	
}
.sbhosting-compare-paln .sbhosting-price span {
  font-size: 20px;
}
.sbhosting-compare-paln .dc-location {margin: 10px 0;}
.sbhosting-compare-paln .dc-location em {font-size:14px;}
.sbhosting-compare-paln .dc-location strong{color: var(--sbit-primary);}
.sbhosting-compare-paln .sbhosting-plan {
 font-size: 32px;
 font-weight: 700;
 color: var(--sbit-primary);
 margin: 0;
}
.sbhosting-compare-paln .sbhosting-plan.sitelock {font-size:24px;}
.sbhosting-compare-paln .sbhosting-plan.workspace-heading {font-size:20px;}
.sbhosting-compare-paln .sbhosting-plan.most{color:var(--sbit-blue-drak);}
/*.sbhosting-compare-paln .sbhosting-compare-table thead {
  position: sticky;
  top: 87px;
  z-index: 10;
}*/
.sbhosting-compare-paln .sbhosting-compare-table thead th .sbhosting-best-plan {
  	background:var(--sbit-blue-drak);
	margin: auto;
	text-align: center;
	padding:9px 20px;
	color: #fff;
	border-radius:6px;
	font-weight: 500;
	letter-spacing: 1px;
	font-size: 13px;
	line-height: 20px;
	position: relative;
	top: -42px;
	width: fit-content;	
}
.sbhosting-compare-paln .sbhosting-compare-table thead th .sbhosting-best-plan.most-workspace {top:-27px;}
.sbhosting-compare-paln .sbhosting-compare-table thead th .sbhosting-best-plan:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -6px;
  transform: translate(-50%);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid var(--sbit-blue-drak);
}
.sbhosting-compare-paln-list {
    display:flex;
    top:0;
    z-index:10;
    padding-bottom:14px;
	border-radius:4px;
	background: var(--sbit-primary);
	padding: 0;
	margin-bottom:20px;
}
.sbhosting-compare-paln-list li {
    list-style:none;
    flex:1;
}
.sbhosting-compare-paln-list li:last-child {
    border-right:none;
}
.sbhosting-compare-paln-list li button {
    width:100%;
    border: none;
    padding: 10px;
    background-color:transparent;
    font-size:14px;
    font-weight:bold;
    height:45px;
    color:var(--sbit-white)
}
.sbhosting-compare-paln-list li button:focus{outline: none}
.sbhosting-compare-paln-list li.active button {
    background:var(--sbit-blue-drak);
	border-radius:4px;
    color:#fff;
}
.sbhosting-compare-table {border-collapse:collapse; table-layout:fixed; width:100%; background-color: #fff;/*box-shadow:  0 0 7px 0 rgba(0,0,0,.10);*/}
.sbhosting-compare-table th { background:#F5F5F5; display:none; }
.sbhosting-compare-table thead th:first-child{background-color: transparent !important; text-align: left; /*border: none*/}
.sbhosting-compare-table thead th{background-color: #fff; font-size: 18px; line-height: 36px; color: #000; padding: 20px 25px 0; font-weight:400;border:1px solid var(--sbit-light-primary);}
.sbhosting-compare-table thead th.workspace-title{padding:5px 9px;line-height:36px;}
.sbhosting-compare-table tbody td:first-child{font-size:15px;line-height:24px;color: var(--sbit-primary);font-weight:400;text-align:left;}
.sbhosting-compare-table tbody td{padding:12px 18px;border:1px solid var(--sbit-light-primary);font-weight:500 !important; font-size:15px !important;}
.sbhosting-compare-table tbody td strong {font-weight:500; color:var(--sbit-accent)}
.sbhosting-compare-table td, .sbhosting-compare-table th { border: none; empty-cells:show}
.sbhosting-compare-table td, .sbhosting-compare-table th {
    text-align:center;
}
/*.sbhosting-compare-table tbody tr:nth-child(even){background-color: #eef3fc}*/
.sbhosting-compare-table td.default {
    display:table-cell;
}
.sep {background:var(--sbit-light-primary);font-size:18px !important; line-height:30px; color:var(--sbit-accent) !important; font-weight:700 !important;}
.txt-l { font-size:28px; font-weight:bold; }
.txt-top { position:relative; top:-9px; left:-2px}
.hide {border:0; background:none}
.sbhosting-compare-table td+td, .sbhosting-compare-table th+th {
    text-align:center;
    display:none;
}
.sbhosting-compare-table {
  border-collapse: collapse;
}
@media (min-width: 768px) {
    .sbhosting-compare-paln-list {
        display:none;
    }
    .sbhosting-compare-table td, .sbhosting-compare-table th {
        display:table-cell !important;
    }
    .sbhosting-compare-table thead th:first-child, .sbhosting-compare-table tbody td:first-child {
        width: 380px;
    }
	.sbhosting-compare-table.cg thead th:first-child, .sbhosting-compare-table tbody td:first-child {
        width:320px !important;
    }
	.sbhosting-compare-table.vps thead th:first-child, .sbhosting-compare-table tbody td:first-child {
            width: 470px !important;
    }
}
@media only screen and (max-width: 991px) {
.sbhosting-compare-paln .sbhosting-price {font-size:30px;}
.sbhosting-compare-paln .sbhosting-price span {font-size:16px;}	
.sep {font-size: 16px !important;}	
.sbhosting-compare-table thead th:first-child, .sbhosting-compare-table tbody td:first-child {
  width: 150px;
}
.sbhosting-compare-paln .sbhosting-price i {font-size: 16px;display:initial;}	
  .sbhosting-compare-table .btn {
	padding:10px 18px;
	font-size:14px;
	line-height: 14px;
}
}
@media only screen and (max-width: 1199px) {
.sbhosting-compare-paln .sbhosting-plan {
	font-size: 27px;
}	
.sbhosting-compare-paln .sbhosting-price {font-size:20px;}
.sbhosting-compare-paln .sbhosting-price i {font-size: 16px;}
.sbhosting-compare-paln .sbhosting-price span {
  font-size: 14px;
  font-weight: 600;
}	
.sbhosting-compare-paln .sbhosting-compare-table thead th .sbhosting-best-plan {
	padding: 3px 12px;
	background:var(--sbit-primary);
	font-size: 12px;
}
.sbhosting-compare-table .btn {
	padding:10px 18px !important;
	font-size:14px !important;
	line-height: 14px !important;
}
}
@media only screen and (max-width: 480px) {
.sbhosting-compare-table tbody td {padding: 10px 6px;font-size: 14px;}
.sbhosting-compare-table tbody td:first-child {font-size: 14px;}
.sbhosting-compare-paln	.title {font-size: 18px;}
.sbhosting-compare-paln .sbhosting-price .package-discount .strik{font-size: 14px;}
.sbhosting-compare-paln .sbhosting-price .package-discount .save-btn {font-size: 12px;}	
}
.sbhosting-compare-table .btn {
font-size: 16px;
line-height: 16px;
display: inline-block;
font-weight: 500;
color: var(--sbit-white);
background-color: var(--sbit-primary);
border-radius:4px;
padding: 15px 30px;
margin-bottom: 10px;
transition: all ease-in-out 0.5s;
border: 1px solid var(--sbit-primary);
box-shadow:none;	
}
.sbhosting-compare-table .btn:hover{
	border: 1px solid var(--sbit-blue-drak);
	background-color:var(--sbit-blue-drak);
	color:var(--sbit-white);
   box-shadow:none;	
}
.sbhosting-compare-table .sbhosting-check {
	font-size:20px;
	color:var(--sbit-green);
}
.sbhosting-compare-table .sbhosting-close {
	font-size:20px;
	color:var(--bs-red);
}
/*SB Hosting Compare End Here*/
/*Footer Section Start Here*/
.sbit-footer-top {
	padding:60px 0 0px; 
	background-color:#061a40; 
	font-family: var(--sbit-font);
}
.sbit-footer-top.pay {padding-top:30px;}
/*.bg-wave-box-end { position:absolute; bottom:0; z-index:0; opacity:.02;}*/
.sbit-footer-top .brand-logo > a > img { 
	height:60px; 
	margin-bottom:15px;
}
.sbit-footer-top .dark-version-logo { 
	display: block;
}
.sbit-footer-top p { 
	font-weight:400;
	font-size:14px;
	line-height: 2;
	color: #fff;
	font-family: var(--sbit-font);
}
.sbit-footer-top .fot-contact { 
	font-family: var(--sbit-font);
	font-size:20px; 
	font-weight:600;
	color:#ffffff;
	margin:10px 0 15px 0;
}
.sbit-footer-top .fot-contact img { 
	margin-right:5px;
}
.sbit-footer-top .fot-contact p { 
	color: #FFF;
	font-size:14px;
	margin-bottom: 0;
}
.sbit-footer-top .footer-block { 
	padding:10px 0;
}
.sbit-footer-top .footer-block .block-title { 
	display: inline-flex;
	color:var(--sbit-white);
	font-size: 20px;
	font-weight: 600;
	position: relative;
	font-family: var(--sbit-font);
}
.sbit-footer-top .footer-block ul.footer-list li a { 
	font-size:14px;
	line-height:27px;
	color:#fff;
	text-decoration: none;
	 -webkit-transition: .3s;
    transition: .3s;
    position:relative;	
	margin-left:10px;
}
.sbit-footer-top .footer-block ul.footer-list li a:before {
    position: absolute;
    top:13px;
    left:-9px;
    width:3px;
    height:3px;
    background:var(--sbit-secondary);
    content: "";
    -webkit-transition: .3s;
    transition: .3s;
}
.sbit-footer-top .footer-block ul.footer-list li a:hover:before {
    background:var(--sbit-white);
}
.sbit-footer-top .footer-block ul.footer-list li:hover a {
	text-decoration:underline;
}
.social-list ul {
	float:left;
}
.social-list ul li {
	display: inline-block;
}
.social-list ul li a {
	margin-left: 2px;
	color:var(--sbit-white);
	width:24px;
	height:24px;
	line-height:23px;
	display:inline-block;
	border-radius:3px;
	background:transparent;
	border:solid 1px var(--sbit-white);
	text-align: center;
	font-size: 14px;
}
.social-list ul li a:hover{ 
	color:var(--sbit-white);
	border: solid 1px var(--sbit-white);
}
.bottom-footer-area { 
	padding:10px 20px 0px 20px;
	margin-top: 15px;
	background: #07204f;
	border-radius: 3px
}
.bottom-footer-area .sbit-footer-payment-modes { 
	padding-top:5px; 
	padding-bottom:15px;
}
.bottom-footer-area .sbit-footer-payment-modes .payment-title {
	color:#fff;
	font-size:18px;
	line-height:27px; 
	font-weight:600;
	position: relative;
}
.bottom-footer-area .sbit-footer-payment-modes p { font-size: 12px; margin-bottom: 0; line-height: 28px;}
.bottom-footer-area .payment-getway { display:inline-flex; align-items:center;}
.bottom-footer-area .payment-getway img { width:62px; height:36px;  margin-right:2px;background-color: var(--sbit-white);border-radius: 3px;}
.bottom-footer-area .sbit-footer-icann { padding-top:5px; float:right;}
.bottom-footer-area .sbit-footer-icann .icann-title {
	display:inline-flex;
	color:#fff;
	font-size: 18px; 
	line-height:24px;
	font-weight:600; 
	position: relative;
}
.bottom-footer-area .sbit-footer-icann .icann-icon img { width:140px; height:70px; line-height: 40px; margin-right: 10px;}
/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
.bottom-footer-area {text-align: center;}
.bottom-footer-area .payment-getway img {width:50px;height:25px;}
.bottom-footer-area .sbit-footer-icann .icann-title {font-weight: 700;}	
.bottom-footer-area .sbit-footer-icann .icann-icon img {width:110px;height:55px;}
.bottom-footer-area .sbit-footer-icann .icann-title {font-size:16px;}	
}
.footer-copyright-area { background-color:#061a40; padding-top:20px; padding-bottom:20px; height: auto;}
.footer-copyright-area p { color:var(--sbit-white);; font-size:15px; margin-bottom: 0; font-weight: 400;}
.footer-copyright-area p.gst {font-size:13px;}
.footer-copyright-area p a { text-decoration:underline; color:var(--sbit-white);}
.footer-content { background:#f7f7f7; padding: 25px 0; color:#FFF; }
.footer-content h2 { color:var(--sbit-black); font-size: 14px; font-family:var(--sbit-heading-font);}
.footer-content h2 a, .footer-content p a, .footer-content ul li a { color: var(--sbit-white); text-decoration: none;}
.footer-content h2 a:hover, .footer-content p a:hover, .footer-content ul li a:hover { color:var(--sbit-white);  text-decoration: none;}
.footer-content p {color:var(--sbit-black);font-size: 14px; margin-bottom: 10px; line-height: 24px;}
.footer-content ul {  padding:5px 0 20px;}
.footer-content ul li { color: var(--sbit-black); font-size: 14px; padding: 3px 0;}
.lang { position: relative; z-index: 97; background-color: transparent; padding: 6px; border-radius: 3px; border: 1px solid #d9e6ff;}
.lang .current { display: flex; align-items: center; font-size: 15px; font-weight: 500; color: #ffffff; opacity: .5; cursor: pointer; transition: all .15s ease;}
.lang .current {color:#d9e6ff;opacity: 1;}
.lang .current:hover, .lang.open .current {opacity: 1;}
.lang .current img { min-width: 22px; width: 22px; margin-right: 5px; filter: invert(1);}
.lang .current img { filter: invert(0);}
.lang .current i {padding-left: 5px;
padding-top: 2px;
padding-right: 3px;
font-size: 16px;}
/* lang-menu */
.lang { position: relative; z-index: 97; background-color: transparent; padding: 6px; border-radius: 3px; border: 1px solid #d9e6ff;}
.lang .current { display: flex; align-items: center; font-size: 15px; font-weight: 500; color: #ffffff; opacity: .5; cursor: pointer; transition: all .15s ease;}
.lang .current {color:#d9e6ff;opacity: 1;}
.lang .current:hover, .lang.open .current {opacity: 1;}
.lang .current img { min-width: 22px; width: 22px; margin-right: 5px; filter: invert(1);}
.lang .current img { filter: invert(0);}
.lang .current i {padding-left: 5px;padding-top: 2px;padding-right: 3px;font-size: 16px;}
/* lang-menu */
.lang .lang-menu { /*display: flex; flex-wrap: wrap; min-width: 280px;*/ padding: 10px; position: absolute; right: 0; top:-100px; left:0; background-color:#d9e6ff; border: 1px solid #bac8d3;      border-radius: 8px; box-shadow: 0 22px 50px rgba(0, 0, 0, 0.2); visibility: hidden; opacity: 0; transition: all .15s ease;}
.lang .lang-menu { background-color:var(--sbit-section-bg-five); box-shadow: 0 4px 8px rgba(0, 0, 0, .1); border: 1px solid var(--sbit-section-bg-five);}
.lang .lang-menu::before { position: absolute; content: ''; /*right:0px;*/ left:7px; top:79px; width: 14px; height: 14px; border-top-right-radius: 2px; transform: rotate(-45deg);
  background-color:var(--sbit-section-bg-five);border: 1px solid var(--sbit-section-bg-five);}
.lang .lang-menu::before { background-color:var(--sbit-section-bg-five);}
.lang.open .lang-menu { visibility: visible; opacity: 1;}
/* lang-item */
.lang .lang-item { display: inline-flex; color:var(--sbit-black); font-size: 14px; font-weight:600; margin: 6px; text-decoration: none;}
.lang .lang-item:hover, .lang .lang-item.active { color:var(--sbit-white); text-decoration: underline;}
.lang .lang-item:hover, .lang .lang-item.active { color: var(--sbit-primary); text-decoration: none;}
.lang .lang-menu img { width: 22px; margin-right: 5px;}
/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
.footer-copyright-area .lang {margin:auto;}
.footer-copyright-area p {text-align:center !important;}
}
/*LVE benefits Start Here*/
.lve-benefits-area {position:relative;padding:60px 0;}	
.lve-benefits-area .lve-benefits-item {position:relative;box-shadow:0px 2px 10px rgba(0, 0, 0, 0.1);min-height:420px;border-radius:30px;padding:40px 30px;text-align:center;-webkit-transition:all 0.4s ease-in-out;transition:all 0.4s ease-in-out;z-index:4}
@media (max-width: 1299px) {
.lve-benefits-area .lve-benefits-item {padding:40px 20px}
}
.lve-benefits-area .lve-benefits-item .benefits-item_icon {margin-bottom:15px}
.lve-benefits-area .lve-benefits-item .benefits-item_text {font-size:14px;font-weight:400;line-height:27px;margin-bottom:-0.4rem;color:var(--sbit-black);}
.lve-benefits-area .lve-benefits-item .benefits-item .box-title {margin-bottom:10px;color:var(--sbit-primary);}
@media (max-width: 1299px) {.lve-benefits-area .lve-benefits-item .box-title {font-size:20px}}
.lve-benefits-area .lve-benefits-item .benefits-item img {-webkit-transition:all 0.4s ease-in-out;transition:all 0.4s ease-in-out}
/*LVE benefits End Here*/
/*LVE Manager Start Here*/
.lve-manager-area {position:relative;padding:60px 0;}
.lve-manager-area .site-heading .title {font-weight:700;font-size:48px;margin-bottom: 20px;}
.lve-manager-area .site-heading .sub-title {color: var(--sbit-black);font-size:14px;line-height:27px;padding-bottom:20px;}
.lve-manager-area .sb-lve-btn {color: var(--sbit-white);}
.lve-manager-area .sb-lve-btn:before {background:var(--sbit-primary);}
.lve-manager-area .sb-lve-btn:after {background-color: var(--sbit-secondary);}	
.lve-manager-area .card {background-color: var(--sbit-white);box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.11);	border: none;}
.lve-manager-area .card .card-body .title {font-weight: 700;font-size: 24px;line-height: 1.5;position: relative;z-index: 20;color: var(--sbit-primary);}	
/*LVE Manager End Here*/
/*CloudLinux Feature area Start Here*/
.other-feature-area {position:relative;padding:60px 0;}
.other-feature-area .feature-item {position:relative;border-radius:12px;padding:30px 18px;text-align:center;-webkit-transition:all 0.4s ease-in-out;transition:all 0.4s ease-in-out;z-index:4;margin-bottom:25px;}
@media (max-width: 1299px) {
.other-feature-area .feature-item {padding:40px 20px}
}
.other-feature-area .feature-item_icon {margin-bottom:15px}
.other-feature-area .feature-item .box-title {margin-bottom:10px;color:var(--sbit-primary);font-size:18px;}
@media (max-width: 1299px) {.other-feature-area .feature-item .box-title {font-size:16px}
}
.other-feature-area .feature-item img {-webkit-transition:all 0.4s ease-in-out;transition:all 0.4s ease-in-out}
.cs-ani {-webkit-transition:all 500ms ease;transition:all 500ms ease}
.cs-ani:hover {-webkit-transform:translate(0, -10px);-ms-transform:translate(0, -10px);transform:translate(0, -10px)}
/*Feature area End Here*/