/*!
Theme Name: Tezhost
Theme URI: https://them.es/starter
Author: Abdul Basit
Author URI: https://them.es/
Description: Web Hosting and Domain Provider
Version: 3.3.5
Requires at least: 5.0
Tested up to: 6.2
Requires PHP: 7.2
License: GPL version 2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0
Tags: custom-background, custom-colors, featured-images, flexible-header, microformats, post-formats, rtl-language-support, theme-options, translation-ready, accessibility-ready
Text Domain: tezhost
*/

/* Don't overwrite this file. Compile "/assets/main.scss" to "/assets/dist/main.css" */


/* From http://codex.wordpress.org/CSS */

.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.wp-caption {
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

.gallery-item {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	width: 50%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
	display: inline-block;
	max-width: 100%;
}

.gallery-item a img {
	display: block;
	-webkit-transition: -webkit-filter 0.2s ease-in;
	transition: -webkit-filter 0.2s ease-in;
	transition: filter 0.2s ease-in;
	transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
	-webkit-filter: opacity(60%);
	filter: opacity(60%);
}

.gallery-caption {
	display: block;
	text-align: left;
	padding: 0 10px 0 0;
	margin-bottom: 0;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}
.bypostauthor p{
	font-weight: 300;
}
.bypostauthor, .comment-author.vcard{
	font-weight: bold;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* D3 */
.post img, .post-thumbnail img {
    height: auto;
}
.blog-post-title{
	color: #074D4D;
	font-size: 37px;
	line-height: 40px;
	-webkit-text-stroke: 0.8px!important;
}
.btn-pn span a{
	color: black;
	font-size: 20px;
	-webkit-text-stroke: 0.9px;
}
.btn-pn span a:hover{
	text-decoration: underline;
}
.author-avatar .avatar{
	  height: auto !important;
    width: 122px !important;
    border: dashed #dec1c1;
    padding: 3px;
}
.author-bio{
   margin: auto;
   padding: 5px 0px 0px 18px;
}
.author-bio h5{
	font-size: 30px;
	font-weight: 900;
	-webkit-text-stroke: 0.4px;
}
.author-bio p{
	font-size: 15px;
}
/* TABLE OF CONTENT */
.table-of-content{
	top: 84px !important;
}
.table-of-content .ez-toc-widget-container h4{
	    background-color: #c4c4c4;
	    padding: 8px;
}
.table-of-content .ez-toc-widget-container nav ul li a{
	    color:#222;
}
/* D3 */
.bg-discount-tag{
	background-color: #3E88C7;
}
/*Dropdown Css*/
ul.dropdown-menu{
	padding: 18px;
}
ul.dropdown-menu li a{
	padding: 10px !important;
    font-size: 18px;
}
.dropdown:hover > .dropdown-menu {
  display: block;
}
.dropdown-2{
	position:relative;
}
.header_li .dropdown-2:hover > .dropdown-menu {
	display: block;
	position: absolute;
	inset: 0px 0px auto auto;
	margin: 0px;
	transform: translate3d(9.90991px, 44.1441px, 0px);
}

.dropdown-submenu {
    position: relative;
}
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}
/*tez file Css*/
#progress {
  position: fixed;
  bottom: 50px;
  right: 15px;
	color: #ffffff;
  height: 54px;
  width: 54px;
  display: none;
	font-size: 30px;
  place-items: center;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
#progress-value {
  display: block;
  height: calc(100% - 15px);
  width: calc(100% - 15px);
  background-color: #ffffff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 35px;
  color: #001a2e;
}
.loop-body {
    min-height: 240px;
}
.grid h2{
	font-size: 32px;
    line-height: 35px;
	}
	.counter {
    background: #074d4d;
    padding: 10px;
    margin: 10px;
    border-radius: 15px;
	transition: background .7s;
    box-shadow: 0px 0px 5px 5px #3b84bf;
}

.grid {
    padding: 20px;
    border: 1px solid #efefef;
    border-radius: 20px;
    text-align: center;
    color: #ffffff;
    background: #3e88c8;
	transition: 1.1s ease;
	
}
	.grid:hover {
    box-shadow: 0px 0px 10px 5px #3e88c8;
    transition: 1.1s ease;
}
.social-sharing-icons i {
    font-size: 35px;
    margin: 12px 12px 0px 0px;
}
.simple-page-title h1 {
    -webkit-text-stroke: 3px;
}
.simple-page h2, .single-post h2 {
    font-size: 32px !important;
    line-height: 44px !important;
	    color: #074D4D;
    -webkit-text-stroke: 0.8px !important;
}
.simple-page h4, .single-post h4 {
    font-size: 28px !important;
    line-height: 36px !important;
	    color: #074D4D;
    -webkit-text-stroke: 0.6px !important;
}
.simple-page h1 {
	font-size: 40px;
	line-height: 48px;
		 color: #074D4D;
		  -webkit-text-stroke: 0.8px !important;
}
.archive.category .Great-h2-title, .archive.tag .Great-h2-title{
	display: none !important;
}
.simple-page h3, .single-post h3  {
    font-size: 23px !important;
   -webkit-text-stroke: 0.5px !important;
	    color: #074D4D;
}
.features-tezhost h2 {
    font-size: 45px;
    line-height: 55px;
}
.Best-hosting-features h6{
	margin: 0px !important;
}
.Best-hosting-features div#nav-tabContent {
    background: #e7e7e700;
    padding: 10px;
    box-shadow: inset 0px 0px 15px -10px #074d4d;
    height: 100%;
    border-radius: 10px;
}
.Best-hosting-features .list-group-item.active {
    background: #074d4d;
    width: 100%;
	color: #ffffff;
	box-shadow: 0px 0px 9px -3px #074d4d7a;
	margin-bottom: 15px;
	border-radius: 5px; 
    padding: 10px;
	z-index: 0;
}
.Best-hosting-features .list-group-item{
box-shadow: 0px 0px 9px -3px #074d4d7a;
	width: 100%;
	background: #ffffff;
	color: #333;
	margin-bottom: 15px;
	border-radius: 5px; 
    padding: 10px;
}

html {
    margin: 0px !important;
} 

div#header_contnr {
	position: relative;
}

.header-wrapper {
  position: relative;
  z-index: 1;
}

#fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
nav#header{
    background: #ffffff !important;
    position: relative;
	padding: 15px 0px 15px 0px;
}



.container.header-container {
    position: relative;
    height: 80px;
	z-index: 1000;
}
.banner-image img{
	width: 100%;
}

ul#menu-sidebar_menu .sub-menu  {
    list-style: none;
    padding-left: 25px;
}
ul#menu-sidebar_menu  {
    list-style: none;
    padding-left: 10px;
}
ul#menu-sidebar_menu li a {
    color: #333;
    font-size: 20px;
	padding: 5px 0px;
    display: block;
}
.instagram:hover>span,   .instagram:hover .tool-tip, .instagram:hover .tool-tip::before {
    background: #000000	;
}
.instagram:hover>span i, .instagram:hover .tool-tip{
	color: #ffffff;
}
.facebook:hover>span,   .facebook:hover .tool-tip, .facebook:hover .tool-tip::before {
    background: #3B5999;
}
.facebook:hover>span i, .facebook:hover .tool-tip{
	color: #ffffff;
}
.twitter:hover>span,   .twitter:hover .tool-tip, .twitter:hover .tool-tip::before {
    background: #1DA1F2;
}
.twitter:hover>span i, .twitter:hover .tool-tip{
	color: #ffffff;
}
.linkedIn:hover>span,   .linkedIn:hover .tool-tip, .linkedIn:hover .tool-tip::before {
    background: #0077b5;
}
.linkedIn:hover>span i, .linkedIn:hover .tool-tip{
	color: #ffffff;
}
.Youtube:hover>span,   .Youtube:hover .tool-tip, .Youtube:hover .tool-tip::before {
    background: #ff0000;
}
.Youtube:hover>span i, .Youtube:hover .tool-tip{
	color: #ffffff;
}
.flag:hover>span,   .flag:hover .tool-tip, .flag:hover .tool-tip::before {
    background: #1DA1F2;
}
.flag:hover>span i, .flag:hover .tool-tip{
	color: #ffffff;
}
.icon .tool-tip::before {
    content: "";
    width: 12px;
    height: 12px;
    transform: rotate(45deg);
    bottom: -5px;
    position: absolute;
    background: #ffffff;
    position: absolute;
    left: 25%;
}
.icon:hover .tool-tip {
		opacity: 1;
	pointer-events: auto;
}
.icon.flag .tool-tip{
	top: -86px;
}
.icon .tool-tip {
	opacity: 0;
	    pointer-events: none;
	    position: absolute;
	top: -45px;
    background: #ffffff;
    box-shadow: 0px 10px 10px rgba(0,0,0,0.1);
    padding: 6px 16px;
    font-size: 16px;
    border-radius: 20px;
}
.icon {
	    position: relative;
		text-align: center;
       margin: 0px 8px 0px 0px;
	cursor: pointer;
}
.icon span i{
	font-size: 25px;
	line-height: 55px;
}
.icon span {
    background: #ffffff;
    width: 50px;
    height: 50px;
	text-align: center;
    display: block;
    border-radius: 50%;
    box-shadow: 0px 3px 3px 0px #00000054;
}
h3.h3-404 {
    font-size: 42px;
	    color: #074d4d;
}
 
footer#footer ul li a {
    font-size: 14px;
    color: #333;
}
h1.four-font {
    font-size: 120px;
	    line-height: 130px;
	    color: #074d4d;
    font-weight: 900;
}
button.btn-404 a{
	color: #ffffff;
	  font-size: 22px;
    font-weight: 700;
}
button.btn-404 {
    background: #074d4d;
    border: 0px;
    padding: 13px;
    width: 100%;
  
}
div#offcanvasNavbarLight {
    padding: 20px;
	background: #ffffff !important;
}

.litt-font {
    font-size: 14px !important;
}
.carousel-indicator {
    left: 15px !important;
}
ul.pagination a.btn.btn-secondary.btn-lg {
    background: #3e88c7;
    padding: 5px 10px;
    font-size: 16px;
    margin: 5px;
    border: 0px;
}


.domain-btn-green {
    background: #074D4D !important;
    border: 0px;
    display: flex;
    font-size: 20px;
    width: max-content;
	font-weight: 500;
    color: #fff;
    padding: 13px 20px 12px 20px;
}
    i.fa.fa-check.chek-tick {
    font-size: 14px;
    padding: 5px;
    background: #074d4d;
    border-radius: 50px;
    color: #ffffff;
    margin-right: 10px;
}
  i.fa.fa-times.chek-cross {
    font-size: 14px;
    padding: 5px 7px 4px;
    background: #074d4d;
    border-radius: 50px;
    color: red;
    margin-right: 10px;
}
.spn_twen-x{
	display:none;
}
.schema-faq-question {
    width: 100%;
    display: block;
    border-top: 1px solid #dad5d5;
    padding: 30px 10px 25px 10px;
    font-size: 22px;
    font-family: 'Plus Jakarta Sans';
    cursor: pointer;
    position: relative;
} 
    .schema-faq-question::after {
    content: '\f078';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    top: 40%;
    right: 10px;
    transition: transform 0.3s ease-in-out;
    
        }

        .schema-faq-answer {
					max-height: 0;
    overflow: hidden;
			padding: 0px 10px 0px 10px;
    transition: max-height 0.3s ease-in-out;
           
        }

        .schema-faq-question.active::after {
            transform: translateY(-50%) rotate(-180deg);
        }
ul.dropdown-menu li a{
	font-size: 18px;
}
input.form-control-lg.border {
    background: url(/wp-content/uploads/2023/06/1024px-Search_Icon.svg_.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position-y: center;
    background-size: 30px;
    padding-left: 45px;
    background-position-x: 10px;
}
input.form-control-lg.border::placeholder{
	color: #310c0c;
}
.price-list li {
    border-bottom: 1px solid #efefef;
    padding: 5px 0px;
}
h2#h2_domin {
    font-size: 40px;
    font-weight: 700;
}
.carousel-indicators {
        margin-left: 11%;
    margin-right: 20%;
	bottom: -5%;
}
#header .search-form {
    min-width: auto;
}

div#carouselExampleIndicator {
    min-height: 450px;
}

footer#footer a:hover {
    color: #212529;
	text-decoration: underline;
}
div#myDiv {
	z-index: 106;
}

.carousel-indicator {
    bottom: 0;
    display: -ms-flexbox;
    justify-content: left;
    left: 0;
    margin-bottom: 1rem;
    position: absolute;
	z-index: 2;
}
.carousel-indicators [data-bs-target]{
	    background: #3e88c7;
    width: 10px;
    height: 10px;
    border: 0;
}

.carousel-indicator [data-bs-target] {
   background: #3e88c7;
    width: 10px !important;
    border: 0;
    padding: 7px;
    border-radius: 10px;
    height: 6px !important;
	margin: 2px;
 
}
.card-price.p-4.shadow.border.rounded-2 {
    transition: .5s ease-in-out;
}
.card-price.p-4.shadow.border.rounded-2:hover {
    transform: translateY(-20px);
    transition: .5s ease-in-out;
}
.tab_container .nav-pills .nav-link.active, .nav-pills .show>.nav-link, .tab_container .nav-pills .nav-link{
	background: transparent;
	color: #212529;
}

.search-box {
    position: absolute;
    border: 1px solid #efefef;
    top: 15%;
    background: #fff;
    height: 35px;
    border-radius: 10px;
    right: 5%;
    padding: 5px 2px 5px 5px;
}
.search-input {
    outline: none;
    border: none;
    background: 0 0;
    width: 0;
    padding: 0;
    color: #000;
    float: left;
    font-size: 16px;
    transition: .3s;
    line-height: 20px;
}

button.btn-submit-form.btn-primary {
    border: 0px;
    background: transparent;
}

button.btn-submit-form.btn-primary i.fas.fa-search {
    color: #333;
    font-size: 24px;
}
.search-input::placeholder {
  color: #dcdcdc;
	font-size: 14px;
}
/* icon */
.search-btn {
  color: #fff;
  float: right;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background: #cd595a;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: .3s;
}
.search-input:focus,
.search-input:not(:placeholder-shown) {
  width: 240px;
  padding: 0 6px;
}
.search-box:hover > .search-input {
  width: 240px;
  padding: 0 6px;
}
.search-box:hover > .search-btn,
.search-input:focus + .search-btn,
.search-input:not(:placeholder-shown) + .search-btn {
  background: #fff;
  color: #cd595a;
}  

.price.my-lg-2 {
    font-family: roman;
}

span.sidebar-cutmbtn {
    display: none;
}


input#search-input {
    display: none;
}
.sidebar-box {
  height: 100%;
  width: 0px;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: #3e88c7;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}
span.btn-click, #h_search_btn {
    font-size: 32px;
    color: #333;
    line-height: 30px;
}

.sidebar-box a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidebar-box a:hover {
  color: #f1f1f1;
}

.sidebar-box .closebtn {
  position: absolute;
  top: 10px;
  right: 25px;
	color: #ffffff;
  font-size: 36px;
  margin-left: 50px;
}

.openbtn {
    font-size: 30px;
   margin: 0px 0px 0px 20px;
    cursor: pointer;
    background-color: #ffffff; 
    color: #3e88c7;
    border: none;
}
button.btn:focus {
    border: 0px;
}
   input#search-input {
    padding: 5px 15px;
}    
#search-input:focus {
	background: #ffffff;
    color: #000000;
    border: 1px solid #3e88c7 !important;
}


#search-field-container {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease;
}

#search-field-container.active {
  height: auto;
}
input.form-control-lg.border {
    width: 100%;
}
.spn-cool {
    font-size: 40px;
}

button.accordion-button {
    background: #ffffff !important;
	padding: 25px 5px;
}
#parallex-div {
    background: url(/wp-content/uploads/2023/07/Hosting-Packages.webp);
    background-size: cover;
	background-position: center;
	background-attachment: fixed;
}
span.spn_twen-x {
    font-size: 20px;
    font-weight: 700;
}
.btn_form_submit {
    border: 0px;
    background: transparent;
}


button.btn-white {
    background: white;
    border-radius: 5px;
    font-weight: 700;
    padding: 12px 20px;
    border: 1px solid #074D4D;
}

.btn-price-table {
    background: #3E88C7;
    padding: 7px;
    font-size: 24px;
    color: #ffffff;
    line-height: 38px;
    border: 0px;
    border-radius: 10px;
}

button.btn-green:hover span.code_symbol, .btn-blue:hover span.code_symbol, .btn-green-lg:hover span.code_symbol{
  display: block;
}
span.code_symbol {
    display: none;
  padding: 0px 10px;
font-size: 25px;
    line-height: 30px;
}



.row.contact-form textarea#text_box{
    width: 100%;
    height: 100px;
    border: 1px solid #cbc8c8;
    padding: 5px;
}
.row.contact-form input {
    width: 100%;
    padding: 5px;
    height: 45px;
    border: 1px solid #cbc8c8;
}

iframe {
    width: 100%;
    height: 600px;
}
button.btn.btn-search-header {
    background: #074d4d;
    color: #ffffff;
}

ul#menu-main-menu li a{
color: #000000;
	position: relative;
	padding: 0px;
    margin: 0px 7px;
}
ul#menu-main-menu,  ul#menu-main-menu li{
   position: relative;
}

ul#menu-main-menu li a.nav-link:hover::before, ul#menu-main-menu a.nav-link.active::before {
    content: "";
    background: #DEF0F4;
    width: 100%;
    top: 30px;
    position: absolute;
    height: 5px;
}

span.text-white {
    background: #074d4d;
    padding: 0px 5px;
    border-radius: 20px;
}


button#menu-toggle-close {
    background: transparent;
    color: #ffffff;
    font-weight: 900;
    font-size: 30px;
    border: 0;
	padding: 5px 5px 0px 5px;
}
#menu-list.active {
display: block !important;
 }

ul#menu-list {
    position: absolute;
    background: #2ba5e5;
    right: 0px;
	display: none;
    width: 380px;
	height: 100vh;
    list-style: none;
    top: 0px;
	padding-bottom: 30px;
	 padding-left: 50px;
    z-index: 100;
}

button#menu-toggle {
    color: #252525;
	 margin-left: 20px !important;
    font-size: 23px;
    margin: 0px;
    background: #ffffff;
    padding: 0px;
	border: 0px;
    border-radius: 5px;
}
tbody.content-table, .content-table td, .content-table tfoot, .content-table th, .content-table thead, .content-table tr{
	padding: 6px;
    border: 1px solid;
}
.overlay {
    background: #0000003b;
}
.bg-image {
  background-image: url('/wp-content/uploads/2023/05/sme-entrepreneur-small-business-entrepreneurs-onli-2022-10-03-22-09-21-utc.png');
  background-size: cover;
  background-position: center;
}
div#sidebar {
    display: none !important;
}
.container-fluid {
    overflow: hidden important;
}
div#copyright-sec {
    background: #def0f4 !important;
}
 li, a, span{
	font-family: 'Plus Jakarta Sans';
    font-size: 16px;
}
h3, h4, h5, h6{
	font-family: 'Plus Jakarta Sans';
}
span.amount-decimal-fraction {
    font-size: 25px !important;
}
    h1 {
    font-size: 61px;
    font-weight: 700;
    margin: 15px 0px;
	font-family: 'Plus Jakarta Sans';
    line-height: 65px;
}
 h2 {
    font-size: 56px;
    font-weight: 700;
    margin: 15px 0px;
	font-family: 'Plus Jakarta Sans';
    line-height: 65px;
}
  .Great-h2-title {
    font-size: 55px;
    font-weight: 700;
	  font-family: 'Plus Jakarta Sans';
    margin: 15px 0px;
    line-height: 55px;
}
ul#menu-footer_1 , ul#menu-footer_2 {
    list-style: none;
    padding: 0px;
}
#footer h4.widget-title {
    font-size: 20px;
    font-weight: 700;
	margin-bottom: 20px !important;
    color: #074D4D;
}
.top_header_links {
    display: flex;
    justify-content: flex-end;
	padding-right: 30px;
}
ul.header_li  {
    display: flex;
    margin: 0px;
	margin-right: -32px;
    padding: 0px;
    list-style: none;
}
ul.header_li li {
	margin: 5px 8px;
   
}
.small, small {
    font-size: 12px !important;
    line-height: 30px;
}
h2.d_name {
    font-size: 40px;
    font-weight: 300;
    line-height: 48px;
}

h2.grab {
    font-size: 37px;
    font-weight: 700;
    line-height: 42px;
}
 
.mx-min-t{
    background-color: #def0f4;
}
.tab_container .btn-green{
	    margin: 10px 0px;
    width: 100%;
    border-radius: 0px;
}
.half_brex{
    background-color: #def0f4;
}
.price-table-side-btn{
    font-size: 10px;
}

.btn-green-lg {
    background: #074D4D !important;
    border: 0px;
   display: flex;
    font-size: 20px;
    color: #fff;
    padding: 12px 15px 12px 15px;
}
.btn-green {
    background: #074D4D !important;
    border: 0px;
   display: flex; 
    font-size: 20px;
    color: #fff;
    padding: 12px 15px 12px 15px;
}

h3.price-head-title {
    font-size: 20px;
}
h3{
    font-size: 32px;
    font-weight: 700;
}
.upper-price-title{
    font-size: 40px;
	line-height: 65px;
    font-weight: 700;
	font-family: 'Plus Jakarta Sans';
    color: #074D4D;
    margin: 15px 0px;
}
.btn-blue {
    background: #3E88C7;
    color: #ffffff;
    padding: 12px 15px 12px 15px;
    font-size: 20px;
    display: flex;
    border: 0px;
	
}
body{
	overflow-x: hidden;
		    background: none;
}
.Great-h2-title{
    color: #074D4D;
}
h2#comments-title {
    display: none;
}
img.avatar.avatar-80.photo, img.avatar.avatar-32.photo {
    border-radius: 100px;
}
.loop-header-custom .pearl-img {
    max-height: 230px !important;
	height: 230px;
}
.search-header img {
   height: 250px !important;
}
span.price-head-title{
	font-size: 20px;
	color: #074D4D;
    font-weight: 600;
}
h4.price-head-title{
	font-size: 20px;
	color: #074D4D;
}
h4 {
    font-size: 30px;
    font-weight: 700;
}
.price-head-title a{
    font-size: 20px;
    font-weight: 700;
    color: #074D4D;
}
.price-table-side-btn{
    font-size: 15px;
    border: 0px;
    color: #074D4D;
    background-color: #DEF0F4;
    padding: 8px 2px;
    border-radius: 50px;
}
.search-field-show {
   display: block !important;
    position: absolute;
    right: 50px;
}

@media (min-width: 1000px) {
	.search-box {
    right: 5%;
}
}

@media (min-width: 1200px) {
  
	.search-box {
    right: 5%;
}
}

@media (min-width: 991px) and (max-width: 1190px) {
	.carousel-indicators {
    margin-left: 5%;
}
	.features-tezhost h2 {
    font-size: 26px;
    line-height: 30px;
}
	div#carouselExampleIndicator {
    min-height: 350px;
}
.bg-brand-blue {
    font-size: 16px;
}

}
@media (min-width: 768px) and (max-width: 991.98px) {
	span.text-white {
		margin-right: 12px;
	}
	.features-tezhost h2 {
    font-size: 26px;
    line-height: 30px;
}
div#carouselExampleIndicator {
    min-height: 320px;
}
	.schema-faq-question {
		padding: 10px 50px 10px 0px;
	}
	.search-box {
    right: 8%;
}
	h2#h2_domin {
    font-size: 35px;
    font-weight: 600;
}
.btn-blue {
    min-width: 190px;
    font-size: 16px;
}
	span.code_symbol {
    font-size: 22px;
    line-height: 25px;
}
	.spn-cool {
    font-size: 18px;
}
	input.form-control-lg.border {
    width: 100%;
}
  .vh-md-50 {
    height: 30vh !important;
  }
ul#menu-main-menu li a.nav-link {
    font-size: 9px;
    font-weight: 700;
    color: #000000 !important;
}
h1, .Great-h2-title, h2 {
    font-size: 35px;
    font-weight: 700;
	font-family: 'Plus Jakarta Sans';
    margin: 15px 0px;
    line-height: 35px;
}
h2.grab {
    font-size: 28px;
    font-weight: 700;
    line-height: 35px;
}
h2.d_name {
    font-size: 28px;
    font-weight: 300;
    line-height: 35px;
}
div#header_contnr {
    padding: 0px 10px !important;
}
a.navbar-brand img, button#menu-toggle {
    margin-left: 0px !important;
}
	ul.header_li {
	margin-right: 0px;
	}
	
	button#menu-toggle {
    margin-left: 3px !important;
}
	
}
    .carousel-item-1 {
      margin-right: 0;
      flex: 0 0 33.333333%;
      display: block;
    }
    .carousel-inner-1 {
      display: flex;
    }

  .card .img-wrapper {
      max-width: 100%;
      height: 13em;
      display: flex;
      justify-content: center;
      align-items: center;
  }
  .card img {
      max-height: 100%;
  }
  @media (max-width: 767.98px) {
		
		.loop-body {
    min-height: inherit !important;
}
	span.text-white {
		margin-right: 12px;
	}
	  .card .img-wrapper {
      height: 17em;
    }
	div#myDiv {
    z-index: 106;
    position: relative !important;
}
	span.cstm-hde {
    display: none;
}
	.search_form {
    padding: 10px;
}
	button#search-btn {
    padding: 10px 10px !important;
}
	body {
    overflow-x: hidden !important;
}


	ul.header_li li {
    font-size: 17px;
    font-weight: 700;
    margin: 3px 8px;
}
	#header {
		height: 70px;
    background-color: #fff;
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;
    background: #ffffff !important;
    padding: 12px 0px 0px 0px;
}
	.top_header_links {
    display: block;
}
		ul#menu-main-menu li a.nav-link{
			padding: 7px !important;
		}
	ul#menu-main-menu li a.nav-link.active {
    background: #3e88c7;
    color: #ffffff !important;
    padding: 10px;
}
	ul#menu-main-menu li a.nav-link:hover {
     background: #3e88c7;
    color: #ffffff !important;
}
	ul#menu-main-menu {
   position: absolute;
    background: #fff;
    right: -3%;
    left: -3%;
    padding: 30px;
    top: 100%;
		z-index: 105;
}
.form-inline input {
    width: 100% !important;
}
	.form-inline{
		display: block !important;
	}
	.spn-cool {
    font-size: 20px;
}
	ul.header_li {
	margin-right: 0px;
		text-align: center;
	}
h1, .Great-h2-title, h2.d_name, h2.grab, h2 {
    font-size: 32px;
    font-weight: 700;
	font-family: 'Plus Jakarta Sans';
    margin: 15px 0px;
    line-height: 40px;
}

div#header_contnr {
    padding: 0px 10px !important;
}
a.navbar-brand img, button#menu-toggle {
    margin-left: 0px !important;
}

.fa {
    font-size: 10px;
}
  .vh-sm-50 {
    height: 30vh !important;
  }
div#carouselExampleIndicator {
    min-height: 330px;
}
.carousel-indicator {
    margin-bottom: 1rem;
    position: absolute;
    z-index: 2;
    margin: 0px;
    right: auto;
}
.gtx {
    margin: 0px !important;
}
	span.btn-click, ul#menu-main-menu a.nav-link.active::before, ul#menu-main-menu li a.nav-link.active {
 
		display: none;
	}
	.search-field-show {
    display: block !important;
    position: absolute;
    left: 1px;
    width: 85%;
    margin: 6px 4px;
}
	button#search-domain-btn {
    display: initial;
    margin-top: 10px;
}

	
	img#man_image {
    width: 100% !important;
}
	.carousel-indicators { 
    bottom: 0;
    margin-bottom: -1rem;
    margin-left: 15%;
    margin-right: 15%;
    padding: 0;
    position: absolute;
    z-index: 0;
}
	.schema-faq-question {
    padding: 8px 30px 5px 0px; 
}
.schema-faq-question::after {
    top: 50%;

}	
.banner {
    background-color: #f0f0f0;
    display: flex;
    align-items: center;
}

.banner img {
width: 100%;
}

.banner .text-inner{
position: absolute;
width: 40%;
left: 11%;
background-color: white;
padding: 20px;
}
.banner .text-inner h2 {
margin: 0;
padding: 0;
font-size: 24px;
font-weight: bold;
}

.upper-price-title {
    font-size: 32px;
	line-height: 40px;
	}
span.sidebar-cutmbtn {
 position: fixed;
    display: block;
    -webkit-text-stroke: 2px #074d4d;
    top: 50%;
    width: 125px;
    background: linear-gradient(44deg,white,#3e88c7);
    z-index: 100;
    right: -45px;
    padding: 10px 10px 10px 5px;
    transform: rotate(-90deg);
    font-size: 16px;
}
	span.amount-decimal-fraction {
  font-size: 22px!important;
}
	h1.four-font {
    font-size: 55px;
    font-weight: 900;
}
	h3.h3-404 {
    font-size: 26px;
    text-align: center;
}


}

@media (max-width: 600px) {
    .banner .text-inner{
        position: absolute;
        width: 97%;
        left: 1%;
        background-color: #ffffff24;
        padding: 20px;
        }
}
@media (max-width: 600px) {
	.youtube-thumbnail{
		height: 115px;
	}
}
.carousel-inner {
    padding: 1em;
  }
  .card {
    margin: 0 0.5em;
    box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
    border: none;
  }
  .carousel-control-prev-1{
      background-color: #172b66;
      width: 6vh;
      height: 6vh;
      border-radius: 50%;
      top: 50%;
      transform: translateY(-50%);
  }
  .carousel-control-next-1 {
    background-color: #172b66;
    width: 6vh;
    height: 6vh;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
  }

/* new css */
.bg-brand{background-color: #ccfbff;}
.text-brand{	color:  #004D4E !important;}
.text-brand-b{	color:  #3E88C8 !important;}
.bg-brand-blue{	background-color:  #3E88C8 !important;}
.bg-brand-green{background-color: #DDEFF2 !important;}
.bg-brand-btn{	background-color: #004D4E !important;} 
.hosting-hero-img img{
	width: 67%;
	height: auto;
	float: right;
 }
 .price:hover{
	transform: scale(1.05);
 }
 .tag-line-content{
    overflow-y: scroll;
    height: 400px;
}
 .tag-line{
	background-image: linear-gradient(rgb(0 0 8 / 31%), rgb(21 0 81 / 27%)), url(images/IMG_20220715_180335_030.jpg);
	background-attachment: scroll;
	background-size: cover;background-repeat: no-repeat;
 }
.domain-name h2{
	font-size: 35px;
	line-height: 42px;
    font-family: 'Plus Jakarta Sans';
}
 .hosting-features{
	display: inline-grid;
    background: gainsboro;
 }
 .hosting-features button{
	padding: 6px;
	border-bottom: 1px solid rgb(189, 185, 185);
	font-weight: 600;
 }
 .hosting-features .active{
	color: #fff;
	background-color: blue;
 }

.hosting-hero-img h2{
	font-size: 30px;
} 

 
 .hosting-features{
	display: inline-grid;
    background: none;
 }
 .hosting-features button{
	padding: 6px;
	border-bottom: none;
	font-weight: 600;
 }
.hosting-features button h6 {
    padding-bottom: 3px;
    display: inline;
    font-weight: 600;
}
 .hosting-features .active h6{
	border-bottom: 3px solid #3E88C8;
 }
 .hosting-features .active {
	color: #222;
  background-color: transparent;
 }
/* D3 */
.cpanel-certified img{
	width:50%
}
@media(min-width:767px){
	.cpanel-certified img{
	width:30%
}
}
.foundation-container{
	background-image: url(/wp-content/uploads/2024/02/banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.foundation-container .foundation-box{
	transform: rotate(-2deg);
}
.foundation-card{
	height: 100% !important;
	border-radius: 10px !important;
	border: 1px solid #dee2e6 !important;
	transition: .5s ease-in-out !important;
}
.foundation-card:hover{
	box-shadow: 13px 15px 16px 0 rgb(0 0 0 / 18%);
	transition: .5s ease-in-out;
}
.buy-now-button a{
	background-color: transparent;
    border: 2px solid;
    padding: 6px 20px 9px;
    color: white;
    border-radius: 5px;
	transition: .4s ease-in-out ;
}
.buy-now-button a:hover{
    color: black;
    background-color: #fff !important;
    border-color:#fff;
}