/***
  =============================================================
	    GetBacklinks.ng HTML Template Coded By Raphael Ogazie
  =============================================================
***/

/*** GetBacklinks.ng HTML Template Description
  ==========================================================================
    Theme Name: GetBacklinks
    Author: Raphael Ogazie
    Support:
    Description: This template is only use on getbacklinks company website.
    Version: v4.3.1
    ==============================
    Facebook: @raphaelogazie
    Instagram: @raphaelogazie
    Twitter: @raphaelogazie
    Mail: Raphael@plusnaija.com
    Whatsapp/Call: +2348102559577
  ==========================================================================
***/

/***************** GETBACKLINKS TABLE OF CONTENTS *****************







******************************************************************/



/* @import url('/assets/library/bootstrap/css/bootstrap.css');
@import url('gblfooter.css');

@import url('font-awesome.css');
@import url('flaticon.css');
@import url('animate.css');
@import url('owl.css');
@import url('animation.css');
@import url('stylee.css');
@import url('jquery-ui.css');
@import url('custom-animate.css');
@import url('jquery.fancybox.min.css');
@import url('jquery.bootstrap-touchspin.css');
@import url('jquery.mCustomScrollbar.min.css'); */

/***
  ======================
	  Getbacklinks Reset
  ======================
***/
 
* {
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
}



body {
	font-family: 'Cabin', sans-serif;
	font-size:14px;
	/* color:#777777; */
	line-height:1.7em;
	font-weight:400;
	background: var(--body-color);
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
}

.bordered-layout .page-wrapper{
	padding:0px 50px 0px;
}



/*** 
  ===========================
    GetBacklinks Typography
  ===========================
***/

h1{
	font-size:46px;
}

h2{
	font-size:36px;
}

h3{
	font-size:30px;
}

h4{
	font-size:24px;
}

h5{
	font-size:20px;
}

h6{
	font-size:18px;
}

.auto-container{
	position:static;
	max-width:1200px;
	padding:0px 15px;
	margin:0 auto;
}

.medium-container{
	max-width:850px;
}

.page-wrapper{
	position:relative;
	margin:0 auto;
	width:100%;
	min-width:300px;
}

/* ul,li{
	list-style:none;
	padding:0px;
	margin:0px;	
} */

img{
	display:inline-block;
	max-width:100%;
}

.theme-btn{
	cursor:pointer;
	display:inline-block;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.centered{
	text-align:center;	
} 

.slider-container

/*** 
====================================================================
	Section Title
====================================================================
***/

.sec-title{
	position:relative;
	margin-bottom:55px;
}

.sec-title .title{
	position:relative;
	color: var(--gbl-price-table-list);
	/* color:var(--gbl-service-header-color); */
	font-size:18px;
	font-weight:600;
	padding-right:60px;
	display:inline-block;
	font-family: 'Montserrat', sans-serif;
}

.sec-title .title:after{
	position:absolute;
	content:'';
	right:0px;
	bottom:12px;
	height:2px;
	width:50px;
	background-color:#ba0913;
}

.sec-title h2{
	position: relative;
  color: var(--gbl-sec-title-color);
  font-weight: 700;
  line-height: 1.3em;
	margin-top:15px;
}

.sec-title .text{
	position: relative;
  color: var(--gbl-price-table-list);
  font-weight: 400;
  line-height: 1.7em;
	margin-top:18px;
	font-size:18px;
}

.sec-title.light .text,
.sec-title.light .title,
.sec-title.light h2{
	color:#ffffff;
}

.sec-title.light .title:before,
.sec-title.light .title:after{
	background-color:#ffffff !important;
}

.sec-title.centered{
	text-align: center;
}

.sec-title.centered .title{
	padding-left:60px;
}

.sec-title.centered .title:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:12px;
	height:2px;
	width:50px;
	background-color:#ba0913;
}

/* .map {
  padding: 3px;
  border-radius: 10px;
  box-shadow: rgba(3, 102, 214, .3) 0px 0px 0px 3px inset;
} */

body.dark .map {
  filter: invert(90%) sepia(100%) hue-rotate(150deg) saturate(100%);
}



/*** 
====================================================================
	Btn Style Three Section
====================================================================
***/

.btn-style-three{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
  /* width: 60%;
  height: 50px; */
	padding: 10px 48px;
	font-weight: 600;
	overflow: hidden;
	background: #810a0a;
	text-transform: capitalize;
	font-family: 'Montserrat', sans-serif;
  background-image: linear-gradient(to right, #e6520e 0%, #0b8797 100%);
  border-top-right-radius: 25px;
	border-bottom-left-radius: 25px;
}

.btn-style-three .txt{
	position:relative;
	z-index:1;
}

.btn-style-three:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: scale(1, 0.5);
  transform: scale(1, 0.5);
  background-image: linear-gradient(to right, #e6520e 0%, #0b8797 100%);
}

.btn-style-three:hover::before{
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.btn-style-three:hover{
	color: #ffffff;
	border-radius:3px;
  border-top-right-radius: 3px;
	border-bottom-left-radius: 3px;
}


.gbl-payment-options

/* ::-webkit-scrollbar{
  width: 5px;
}

::-webkit-scrollbar-track{
  background: #ddd9d9;
  margin-block: 2em;
  border-radius: 100vw;
  
}

::-webkit-scrollbar-thumb{
  background-image: linear-gradient(315deg,#0b8797 0%,#e6520e 74%);
  border-radius: 100vw;
} 
background-image: linear-gradient(315deg,#870000 0%,#190a05 74%);
*/

/*** 
====================================================================
	Navigation Menu
====================================================================
***/









body.dark .gbl-searchField i{
  color: var(--text-color);
}

.gblMenu .gbl-navlinks .gbl-sb-social-icons{
  display: none;
}



/*** 
====================================================================
	Search Popup
====================================================================
***/

.search-popup{
	position: fixed;
	left: 0;
	top: 0;
	height: 100vh;
	width: 100%;
	z-index: 99999;
	margin-top: -540px;
	transform: translateY(-100%);
	background-color: rgba(0,0,0,0.90);
    -webkit-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: all 1500ms cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
}

.sidenav-bar-visible .search-popup{
	width: 80%;
}

.search-popup:before{
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	height: 560px;
	background-image: url(../images/icons/waves-shape.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin-top: 0px;
	content: "";
}

.search-active .search-popup{
	transform: translateY(0%);
	margin-top: 0;
}

.search-popup .close-search{
	position: absolute;
	left: 0;
	right: 0;
	top: 75%;
	margin: 0 auto;
	margin-top: -200px;
	border-radius: 50%;
	text-align: center;
	background-color: #fe4c1c;
	width: 70px;
	cursor:pointer;
	box-shadow: 0 0 10px rgba(0,0,0,0.05);
	border-bottom: 3px solid #ffffff;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	opacity: 0;
	visibility: hidden;
}

.search-popup .close-search span{
	position: relative;
	display: block;
	height: 70px;
	width: 70px;
	font-size: 30px;
	line-height: 70px;
	color: #ffffff;
}

.search-active .search-popup .close-search{
	visibility: visible;
	opacity: 1;
	top: 50%;
	-webkit-transition-delay: 1500ms;
	-moz-transition-delay: 1500ms;
	-ms-transition-delay: 1500ms;
	-o-transition-delay: 1500ms;
	transition-delay: 1500ms;
}

.search-popup form{
	position: absolute;
	max-width: 700px;
	top: 50%;
	left: 15px;
	right: 15px;
	margin:-35px auto 0;
	transform: scaleX(0);
	transform-origin: center;
	background-color: #111111;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.search-active .search-popup form{
	transform: scaleX(1);
	-webkit-transition-delay: 1200ms;
	-moz-transition-delay: 1200ms;
	-ms-transition-delay: 1200ms;
	-o-transition-delay: 1200ms;
	transition-delay: 1200ms;
}

.search-popup .form-group{
	position:relative;
	margin:0px;	
	overflow: hidden;
}

.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"]{
	position:relative;
	display:block;
	font-size:18px;
	line-height: 50px;
	color:#000000;
	height:70px;
	width:100%;
	padding: 10px 30px;
	background-color: #ffffff;
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
	font-weight:500;
	text-transform:capitalize;
}

.search-popup .form-group input[type="submit"],
.search-popup .form-group button{
	position:absolute;
	right:30px;
	top:0px;
	height:70px;
	line-height: 70px;
	background: transparent;
	text-align:center;
	font-size:24px;
	color:#000000;
	padding: 0;
	cursor:pointer;
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover{
	color: #000000;
}

.search-popup input::placeholder,
.search-popup textarea::placeholder{
	color:#000000;
}

.search-popup .close-search.style-two{
	position: absolute;
	right: 25px;
	left: auto;
	color:#ffffff;
	width:auto;
	height:auto;
	top:25px;
	margin:0px;
	border:none;
	background:none !important;
	box-shadow:none !important;
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.search-popup .close-search.style-two span{
	font-size:20px;
	color:#ffffff;
}

.main-header .sticky-header .outer-box{
	margin-left:20px;
	padding:13px 0px;
}

.main-header .sticky-header .outer-box .cart-box,
.main-header .sticky-header .outer-box .cart-box .cart-box-btn,
.main-header .sticky-header .outer-box .cart-box .cart-box-btn:hover{
	color:#000000;
}

.main-header .sticky-header .outer-box .cart-box .cart-box-btn .total-cart{
	background-color:#fe4c1c;
}

.main-header .sticky-header .search-box-btn{
	color:#000000;
}

/*** 
====================================================================
	Google Translator Section
====================================================================
***/

#google_translate_element {
  position: fixed;
  height: 35px !important; 
  overflow: hidden !important;
  z-index: 10;
  right: 1vw;
  left: auto;
  top: -6px;
}
.goog-te-gadget .goog-te-combo::-webkit-scrollbar{
  display: none;
}
.goog-logo-link {
  display:none !important;
}
.goog-te-gadget .goog-te-combo {
  background-color: var(--gbl-google-translator) !important;
  color: #fff;
  padding: 0.2em !important;
  border-color: var(--gbl-google-translator) !important;
  border-radius: 4px !important;
  font-size: 1rem !important;
  outline: none;
  display: inline-block;
  cursor: pointer;
}

/*** 
====================================================================
	Pricing Section
====================================================================
***/

.pricing-section{
	position:relative;
	padding-top:90px;
	padding-bottom:90px;
}

/* .pricing-section .left-pattern{
	position:absolute;
	left:0px;
	top:0px;
	width:289px;
	height:404px;
	background-repeat:no-repeat;
}

.pricing-section .background-image{
	position:absolute;
	left:0px;
	bottom:0px;
	right:0px;
	height:1579px;
	z-index:-1;
	background-position:center bottom;
	background-repeat:no-repeat;
} */

/* .pricing-tabs{
	position:relative;
	z-index:2;
} */

/* .pricing-tabs .tabs-content .tab{
	position:relative;
	display:none;
} */

.price-block .btn{
  padding: 13px 48px;
  display: flex;
  /* margin-top: 35px; */
  justify-content: center;
}
.price-block .btn button{
  width: 80%;
  height: 45px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  border: none;
  outline: none;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  cursor: pointer;
  transition: all 0.3s ease;
  background-image: linear-gradient(to right, #0b8797 0%, #e6520e 100%);
}
.price-block .btn button:hover{
  border-radius: 5px;
}

.pricing-tabs .tabs-content .tab{
	display:block;	
}

.pricing-tabs .buttons-outer{
	text-align:center;
}

.pricing-tabs .tab-buttons{
	position:relative;
	overflow:hidden;
	text-align:center;
	border-radius:3px;
	margin-top:10px;
	display:inline-block;
	box-shadow:0px 0px 15px rgba(0,0,0,0.10);
  background-image: linear-gradient(to right, #0b8797 0%, #e6520e 100%);
}

.pricing-tabs .tab-buttons .tab-btn{
	position:relative;
	font-size:18px;
	font-weight:400;
	float:left;
	cursor:pointer;
	padding: 13px 48px;
	border-top-right-radius: 35px;
	border-bottom-left-radius: 35px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.pricing-tabs .tab-buttons .tab-btn:hover{
  border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

.pricing-tabs .tab-buttons .tab-btn.active-btn{
	color:#ffffff;
	background-image: linear-gradient(to right, #e6520e 0%, #0b8797 100%);
}

.price-block{
	position:relative;
}

.price-block .inner-box{
	position:relative;
	text-align:center;
	padding: 40px 20px 30px;
	border-radius:9px;
	overflow:hidden;
	border: 1px solid #FE4C1B;
	background-color: var(--gbl-price-table-color);
}

.price-block .inner-box:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	height:10px;
  background-image: linear-gradient(to right, #FE4C1B 0%, #ce2c01 100%);
}

.price-block .inner-box .title{
	position:relative;
	text-align:left;
	font-size:16px;
	color: var(--gbl-price-table-list);
	display:table;
	z-index:1;
	margin-left:-32px;
	padding:6px 30px 6px 30px;
	border-radius:0px 50px 50px 0px;
	background-image: linear-gradient(to right, #FE4C1B 0%, #ce2c01 100%);
}

.price-block .inner-box .price-box{
	position:relative;
	margin-top:10px;
}

.price-block .inner-box .price-box .box-inner{
	position:relative;
	display:inline-block;
}

.price-block .inner-box .price-box .box-inner .circles-box{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	z-index:1;
	border-radius:50%;
}

.price-block .inner-box .price-box .box-inner .circles-box .circle-one{
	position:absolute;
	right:-4px;
	width:18px;
	height:18px;
	z-index:1;
	border-radius:50%;
	display:inline-block;
  background-image: linear-gradient(to right, #FE4C1B 0%, #ce2c01 100%);
}

.price-block .inner-box .price-box .box-inner .circles-box .circle-two{
	position:absolute;
	left:-4px;
	bottom:0px;
	width:18px;
	height:18px;
	z-index:1;
	border-radius:50%;
	display:inline-block;
  background-image: linear-gradient(to right, #FE4C1B 0%, #ce2c01 100%);
}

.price-block .inner-box .price-box .box-inner .price{
	position:relative;
	font-size:44px;
	font-weight:600;
	width:100px;
	color:var(--gbl-price-color);
	height:100px;
	border-radius:50px;
	line-height:102px;
	display:inline-block;
	background-color: var(--gbl-price-bg-color);
	font-family: 'Montserrat', sans-serif;
}

.price-block .inner-box .price-box .box-inner .price:before{
	position:absolute;
	content:'';
	left:-10px;
	top:-10px;
	right:-10px;
	bottom:-10px;
	border-radius:50%;
	transform:rotate(-45deg);
	border-right:3px solid #e6520e;
	border-top:3px solid #cccccc;
	border-bottom:3px solid #e6520e;
	border-left:3px solid #e6520e;
	-webkit-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	transition:all 600ms ease;
}

.price-block .inner-box .price-box .box-inner .price sup{
	position:relative;
	font-size:24px;
}

.price-block .price-list > *{
  color: var(--gbl-table-feature-text);
  padding: 2px 0px;
  border-bottom: 1px solid var(--gbl-table-feature-lines);
}

.price-block .inner-box .price-list{
	position:relative;
	margin-top:45px;
	margin-bottom:30px;
}

.price-block .inner-box .price-list li{
	position:relative;
	color:var(--gbl-price-table-list);
	font-size:16px;
	margin-bottom:12px;
	font-family: 'Cabin', sans-serif;
  display: flex;
  justify-content: space-between;
}

.price-block .inner-box li .icon{
  color: #2db94d;
}

.price-block .inner-box .price-list li:last-child{
	margin-bottom:0px;
}

.price-block:nth-child(2) .inner-box{
	border-color: var(--gbl-price-center-table-color);
}

.price-block:nth-child(2) .inner-box .title{
	background-image:none;
	background:#ffffff;
	color:#6b40ea;
}

.price-block:nth-child(2) .inner-box .price-box .box-inner .price{
	background-color: var(--gbl-price-center-table-color);
}

.price-block:nth-child(2) .inner-box .price-box .box-inner .price:before{
	border-left-color: var(--gbl-price-center-table-color);
	border-right-color: var(--gbl-price-center-table-color);
	border-bottom-color: var(--gbl-price-center-table-color);
}

.price-block:nth-child(2) .inner-box .price-list li{
	color: var(--gbl-price-table-list);
}

.price-block:nth-child(2) .inner-box .price-box .box-inner .circles-box .circle-two,
.price-block:nth-child(2) .inner-box .price-box .box-inner .circles-box .circle-one{
	background-image: linear-gradient(to bottom, #0296a9 0%, #1ba0b1 100%);
}

.price-block:nth-child(2) .inner-box .btn-style-three{
	background-image:none;
	color:#fff;
	background-color: var(--gbl-price-table-btn);
  border-radius: 50px;
}

.price-block:nth-child(2) .inner-box .btn-style-three:hover{
	color:#ffffff;
}

.price-block:nth-child(2) .inner-box:before{
  background-image: linear-gradient(to right, #0b8797 0%, #0db6cd 100%);
}

.price-block:nth-child(3) .inner-box{
	border-color:#FE4C1B;
}

.price-block:nth-child(3) .inner-box:before{
	background-image: -ms-linear-gradient(left, #FE4C1B 0%, #ce2c01 100%);
	background-image: -moz-linear-gradient(left, #FE4C1B 0%, #ce2c01 100%);
	background-image: -o-linear-gradient(left, #FE4C1B 0%, #ce2c01 100%);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #FE4C1B), color-stop(100, #ce2c01));
	background-image: -webkit-linear-gradient(left, #FE4C1B 0%, #ce2c01 100%);
	background-image: linear-gradient(to right, #FE4C1B 0%, #ce2c01 100%);
}

/* .price-block:nth-child(3) .inner-box .title{
	background-image: -ms-linear-gradient(left, #673FE7 0%, #0228a3 100%);
	background-image: -moz-linear-gradient(left, #673FE7 0%, #0228a3 100%);
	background-image: -o-linear-gradient(left, #673FE7 0%, #0228a3 100%);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #673FE7), color-stop(100, #0228a3));
	background-image: -webkit-linear-gradient(left, #673FE7 0%, #0228a3 100%);
	background-image: linear-gradient(to right, #673FE7 0%, #0228a3 100%);
} */

.pricing-section .price-block:nth-child(2){
	transform:translateY(-30px);
}

.pricing-section .price-block:nth-child(2) .inner-box{
	padding: 40px 20px 80px;
}

/*** 
====================================================================
	Counter Section Two
====================================================================
***/

.counter-section-two{
	position:relative;
}

.counter-section-two.margin-top{
	margin-top:-130px;
	z-index:1;
}

.counter-section-two .inner-container{
	position:relative;
	border-radius:10px;
	padding:55px 40px 25px;
	background-color: var(--gbl-price-table-color);
	box-shadow:0px 0px 15px rgba(0,0,0,0.10);
}

/* Fact Counter */

.fact-counter-two{
	position:relative;
}

.fact-counter-two .column{
	position:relative;
	margin-bottom:30px;
}

.fact-counter-two .column .inner{
	position:relative;
}

.fact-counter-two .column .inner .content{
	position:relative;
	text-align:center !important;
	padding-right:0px !important;
}

.fact-counter-two .column .inner .content:before{
	position:absolute;
	content:':';
	right:-20px;
	top:30px;
  color: var(--gbl-price-table-color);
	font-size:60px;
	font-weight:700;
}

.fact-counter-two .column:last-child .inner .content:before{
	display:none;
}

.fact-counter-two .column .inner .icon{
	position:relative;
	text-align:center;
  font-size: 35px;
	margin-bottom:0px;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.fact-counter-two .count-outer .percentage{
	display:inline-block;
	font-weight:600;
	color:#ffffff;
	font-size:54px;
	line-height:1em;
}

.fact-counter-two .column .inner .count-outer{
	position:relative;
	font-weight:700;
	color: var(--gbl-counter-number-color);
	font-size:36px;
	line-height:1em;
	font-family: 'Cabin', sans-serif;
}

.fact-counter-two .column .inner .counter-title{
	position:relative;
	font-size:18px;
	font-weight:600;
	margin-top:20px;
	color: var(--gbl-counter-text-color);
	margin-bottom:12px;
	font-family: 'Cabin', sans-serif;
}

.fact-counter-two .column .inner .icon-box{
	position:relative;
	width:100px;
	height:100px;
	text-align:center;
	line-height:100px;
	border-radius:50px;
	display:block;
	margin:0 auto;
	background-color:#f5f5f5;
  border: 2px solid var(--gbl-counter-number-color);
}

.fact-counter-two .column .inner .icon-box .circles-box{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	border-radius:50%;
}

.fact-counter-two .column .inner .icon-box .circles-box .circle-one{
	position:absolute;
	right:14px;
	width:15px;
	height:15px;
	z-index:1;
	border-radius:50%;
	display:inline-block;
	background-color: #fe4c1c;
}

.fact-counter-two .column .inner .icon-box .circles-box .circle-two{
	position:absolute;
	left:8px;
	bottom:6px;
	width:15px;
	height:15px;
	z-index:1;
	border-radius:50%;
	display:inline-block;
	background-color:#fe4c1c;
}

/* .fact-counter-two.style-two .column .inner .content{
	padding-left:90px;
	text-align:left;
} */

/* .fact-counter-two.style-two .column .inner .icon-box{
	position:absolute;
	left:-10px;
	top:-10px;
	width:auto;
	height:auto;
	background:none;
	display:inline-block;
}

.fact-counter-two.style-two .column .inner .counter-title{
	margin-bottom:0px;
	margin-top:10px;
	color:#777777;
	font-weight:400;
}

.fact-counter-two.style-two .column .inner .count-outer{
	color:#0028a2;
} */

/*** 
====================================================================
	Testimonial Section
====================================================================
***/

.testimonial-section{
	position:relative;
	padding-top:90px;
}

.testimonial-section .owl-dots,
.testimonial-section .owl-nav{
	display:none;
}

.testimonial-section .right-patterm{
	position:absolute;
	right:0px;
	top:0px;
	width:236px;
	height:268px;
	background-repeat:no-repeat;
}

.testimonial-section .owl-carousel .owl-stage-outer{
	padding:0px 0px 25px;
}

.testimonial-section .owl-theme .testimonial-block{
	padding:0px 30px;
}

.testimonial-section .owl-carousel{
	margin:0px -30px;
	width:auto;
}

.testimonial-section .inner-container{
	position:relative;
}

.testimonial-section .inner-container .pattern-image{
	position:absolute;
	left:-50px;
	top:-40px;
	width:279px;
	height:275px;
	background-repeat:no-repeat;
}

.testimonial-section .inner-container .pattern-image-two{
	position:absolute;
	right:-60px;
	bottom:-20px;
	width:135px;
	height:157px;
	background-repeat:no-repeat;
}

.testimonial-section .inner-container .pattern-image-three{
	position:absolute;
	left:50%;
	top:0px;
	width:139px;
	height:161px;
	margin-left:-120px;
	background-repeat:no-repeat;
}

.testimonial-section.style-two{
	background-color:#f2f2f2;
	padding-top:235px;
	padding-bottom:230px;
	margin-top:-150px;
	overflow:hidden;
	width:100%;
}

/*** 
====================================================================
	Testimonial Block Section
====================================================================
***/

.testimonial-block{
	position:relative;
	z-index:1;
}

.testimonial-block .inner-box{
	position:relative;
	padding:0px 40px 20px;
}

.testimonial-block .inner-box:before{
	position:absolute;
	content:'';
	left:0px;
	top:60px;
	right:0px;
	bottom:0px;
	border-radius:8px;
	background-color: var(--gbl-testimony-bg-color);
	box-shadow:0px 0px 15px rgba(0,0,0,0.10);
}

.testimonial-block .inner-box .author-image{
	position:relative;
	border-radius:50%;
	overflow:hidden;
	width:112px;
	height:112px;
	margin-bottom:22px;
}

.testimonial-block .inner-box .quote-icon{
	position:relative;
	color: var(--gbl-testimony-author-name);
	font-size:20px;
}

.testimonial-block .inner-box .text{
	position:relative;
	color: var(--gbl-testimony-txt-color);
	font-size:18px;
	line-height:1.7em;
	margin-top:15px;
	font-family: 'Cabin', sans-serif;
}

.testimonial-block .inner-box .lower-box{
	position:relative;
	padding-top:22px;
	margin-top:20px;
	border-top:2px solid var(--gbl-testimony-line);
}

.testimonial-block .inner-box .lower-box .author-name{
	position:relative;
	color: var(--gbl-testimony-author-name);
	font-size:18px;
	font-weight:600;
}

.testimonial-block .inner-box .lower-box .designation{
	position:relative;
	color: var(--gbl-testimony-txt-color);
	font-size:15px;
	font-weight:400;
	margin-top:4px;
}

.testimonial-block .inner-box .lower-box .rating{
	position:relative;
	margin-top:12px;
}

.testimonial-block .inner-box .lower-box .rating .fa{
	position:relative;
	color: var(--gbl-testimony-stars);
	font-size:16px;
	margin-left:4px;
}

.testimonial-block .inner-box .lower-box .rating .fa.light{
	color: var(--gbl-testimony-light-star);
}

.testimonial-block.style-two .inner-box{
	padding:36px 40px 35px;
}

.testimonial-block.style-two .inner-box:after{
	position:absolute;
	content:'';
	right:85px;
	bottom:-63px;
	width:125px;
	height:72px;
	background:url(../images/icons/testimonial-icon.png) no-repeat;
}

.testimonial-block.style-two .inner-box:before{
	top:0px;
}

.testimonial-section.style-two .owl-carousel .owl-stage-outer{
	padding-bottom:65px;
}

.testimonial-section .cloud-one{
	position:absolute;
	left: 10%;
  top: 28%;
	width:100%;
	height:81px;
	background-repeat:no-repeat;
	animation: slide 100s linear infinite;
	-webkit-animation: slide 100s linear infinite;
}

.testimonial-section .cloud-two{
	position:absolute;
	right: 6%;
  top: 35%;
	width:242px;
	height:81px;
	background-repeat:no-repeat;
}

.testimonial-section .cloud-three{
	position:absolute;
	left: 5%;
  top: 60%;
	width:242px;
	height:81px;
	background-repeat:no-repeat;
}

.testimonial-section .cloud-four{
	position:absolute;
	right: 6%;
  top: 82%;
	width:242px;
	height:81px;
	background-repeat:no-repeat;
}

.testimonial-section .boat-layer{
	position:absolute;
	left: 6%;
  bottom:0%;
	width:100%;
	height:254px;
	background-repeat:no-repeat;
	animation: slide 100s linear infinite;
	-webkit-animation: slide 100s linear infinite;
}

/*** 
====================================================================
	Level Section
====================================================================
***/

.level-section{
	position:relative;
}

.level-section h2{
	position:relative;
	color:#ffffff;
	font-weight:700;
	line-height:1.4em;
	padding-top:80px;
}

.level-section .inner-container{
	position:relative;
	z-index:2;
	border-radius:15px;
	padding:12px 0px 0px 80px;
	background-image: -ms-linear-gradient(left, #FD4F20 0%, #d71800 100%);
	background-image: -moz-linear-gradient(left, #FD4F20 0%, #d71800 100%);
	background-image: -o-linear-gradient(left, #FD4F20 0%, #d71800 100%);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #FD4F20), color-stop(100, #d71800));
	background-image: -webkit-linear-gradient(left, #FD4F20 0%, #d71800 100%);
	background-image: linear-gradient(to right, #FD4F20 0%, #d71800 100%);
}

.level-section .inner-container .pattern-one{
	position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 115px;
  background-repeat: no-repeat;
}

.level-section .inner-container .video-box{
	position:absolute;
	left:50%;
	top:50%;
	width:80px;
	height:80px;
	color:#222222;
	font-size:26px;
	text-align:center;
	border-radius:50px;
	line-height: 80px;
	display:inline-block;
	float:left;
	margin-top:-40px;
	margin-left:-40px;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	background-color:rgba(255,255,255,1);
}

.level-section .inner-container .video-box .overlay-box span{
	position: absolute;
	width:80px;
	height: 80px;
	left:50%;
  top: 50%;
	z-index:99;
	color: #ffffff;
	font-weight:400;
	font-size:16px;
	text-align: center;
	border-radius:50%;
	padding-left:7px;
	background-color: #ffffff;
	display: inline-block;
	margin-top: -40px;
	margin-left:-40px;
	transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
	box-shadow:0px 0px 15px rgba(0,0,0,0.10);
}

.level-section .inner-container .video-box .ripple,
.level-section .inner-container .video-box .ripple:before,
.level-section .inner-container .video-box .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 80px;
  width: 80px;
	margin-left:.5px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
  -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
  -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
  -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
  -webkit-animation: ripple 3s infinite;
  -moz-animation: ripple 3s infinite;
  -ms-animation: ripple 3s infinite;
  -o-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
}

.level-section .inner-container .video-box .ripple:before {
  -webkit-animation-delay: .9s;
  -moz-animation-delay: .9s;
  -ms-animation-delay: .9s;
  -o-animation-delay: .9s;
  animation-delay: .9s;
  content: "";
  position: absolute;
}

.level-section .inner-container .video-box .ripple:after {
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  -ms-animation-delay: .6s;
  -o-animation-delay: .6s;
  animation-delay: .6s;
  content: "";
  position: absolute;
}

@-webkit-keyframes ripple {
  70% {box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);}
  100% {box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);}
}

@keyframes ripple {
  70% {box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);}
  100% {box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);}
}

/*** 
====================================================================
	Slider Section
====================================================================
***/

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.slider-container {
  width: 100%;
  max-width: 800px;
  height: 400px;
  top: 35px;
  margin: 0 auto;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slider {
  display: flex;
  height: 100%;
  transition: transform 0.5s ease-in-out;
}

.slide {
  min-width: 100%;
  height: 100%;
  position: relative;
}

.slide::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.7));
}

.slide-content {
  position: absolute;
  bottom: 40px;
  left: 40px;
  color: #fff;
  z-index: 2;
  font-family: "Inter", sans-serif;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.slide-title {
  font-size: 32px;
  margin: 0;
  font-weight: 600;
  opacity: 0;
  animation: fadeInUp 0.8s ease-out forwards;
  animation-delay: 0.3s;
}

.slide-description {
  font-size: 18px;
  margin: 8px 0;
  opacity: 0;
  animation: fadeInUp 0.8s ease-out forwards;
  animation-delay: 0.5s;
}

/* .slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.2); 
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
  cursor: pointer;
}

.slider-arrow:hover {
  background: rgba(255, 255, 255, 0.3);
} */

/* .slider-arrow svg {
  width: 30px;
  color: #fff;
  display: flex;
} */

.prev-btn, .next-btn{
  position: absolute;
  top: 50%;
  z-index: 9;
  padding: 15px 8px;
  background-color: #ede6d6;
  color: #222;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
  user-select: none;
  cursor: pointer;
  transform: translateY(-50%);
}
.prev-btn:hover, .next-btn:hover{
  background: #0b8797;
  color: #fff;
}

.prev {
  left: 0px;
}

.next {
  right: 0px;
}

/* Navigation dots */

.slider-nav {
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: flex;
  gap: 8px;
  z-index: 2;
  /* transform: translateX(-50%); */
}

.nav-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: all 0.3s ease;
}

.nav-dot.active {
  background: #fff;
  transform: scale(1.2);
}




/* Getbacklinks Slider Section **************/

.getbacklinks-slider{
  position: relative;
  width: 800px;
  height: 420px; /*min-height: 500px;*/
  overflow: hidden;

  margin: 29px auto;
  border: 2px solid #ede6d6;
  border-radius: 5px;
  box-shadow: 0 0 8px 2px rgba(0,0,0,0.2);
}

.getbacklinks-slider .gbl-slide{
  position: absolute;
  width: 100%;
  height: calc(100% - 40px);
}

.getbacklinks-slider .gbl-slide:not(.active){
  top: 0;
  left: -100%;
}

.getbacklinks-slider .gbl-slide img{
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.getbacklinks-slider .gbl-slide .gbl-slide-info{
  position: absolute;
  width: 100%;
  color: #fff;
  left: 0;
  bottom: 0;
  background: linear-gradient(rgba(0, 0, 0, 0), #2c2f34);
  padding: 5px 15px 0px 15px;
  /* background: rgba(255, 255, 255, 0.3); */
}

.getbacklinks-slider .gbl-slide .gbl-slide-info h2{
  font-size: 2rem;
  font-weight: 800;
}
.getbacklinks-slider .gbl-slide .gbl-slide-info p{
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 10px;
}

.gbl-slider-nxt-prv{
  height: 370px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.slider-container:hover .gbl-slider-nxt-prv{
  opacity: 0.8;
}

/* .prev-btn, .next-btn{
  position: absolute;
  top: 50%;
  padding: 10px 5px;

  background-color: #ede6d6;
  color: #222;

  font-size: 24px;
  font-weight: bold;
  transform: translateY(-50%);
  transition: 0.5s;
  user-select: none;
  cursor: pointer;
  z-index: 9;
} */

.next-btn{
  right: 0px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.prev-btn{
  left: 0px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.gbl-slider-dots-visibility{
  position: absolute;
  bottom: 5px;
  z-index: 3;
  left: 50%;
  transform: translateX(-50%);
}

.gbl-slider-dots-visibility .gbl-slide-dots{
  width: 15px;
  height: 15px;
  margin: 0px 2px;
  border: 3px solid #bbb;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
  transition: #fff 0.6s ease;
}

.gbl-slider-dots-visibility .gbl-slide-dots.active{
  background-color: #555;
}

/* Getbacklinks Cookies Section */

.getbacklinkscookiePopup {
  position: fixed;
  font-size: 14px;
  left: 10px;
  bottom: -570px;
  width: 70vw;
  max-width: 35.85em;
  text-align: justify;
  padding: 1em 1.4em;
  line-height: 1.8em;
  border-radius: 6px;
  background: var(--gbl-no-intl-background-color);
  transition: bottom 0.5s ease;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  z-index: 200;
}
.getbacklinkscookiePopup.showw {
  bottom: 1em;
  transition: all .8s ease;
}
.getbacklinkscookiePopup img{
  position: relative;
  margin: auto;
  display: block;
  width: 3.75em;
  transform: translateZ(0);
}
.getbacklinkscookiePopup .gbl-cookie-content {
  margin-top: 16px;
}
.getbacklinkscookiePopup .gbl-cookie-content p {
  text-align: center;
  margin: 1.4em 0;
  color: var(--gbl-white);
}
.gbl-cookie-content p a {
  color: #00ff4c;
  text-decoration: underline;
  font-weight: 600;
}
.gbl-cookie-content p a:hover {
  text-decoration: underline;
}
.getbacklinkscookiePopup .gbl-cookie-btn {
  margin-top: 16px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.gbl-cookie-btn .gblcookieBtn {
  position: relative;
  color: var(--gbl-white);
  border: none;
  outline: none;
  font-size: 1.2em;
  padding: 1em 1.4em;
  border-radius: 5px;
  width: calc(100% / 2 - 10px);
  cursor: pointer;
  background: var(--gbl-no-intl-wifi);
  transition: all 0.3s ease;
}
.gbl-cookie-btn #acceptBtn:hover {
  background-image: linear-gradient(315deg,#0b8797 0%,#e6520e 74%);
}
#declineBtn {
  border: 2px solid var(--gbl-no-intl-wifi);
  background-color: #eee3e3;
  color: var(--gbl-no-intl-background-color);
}
#declineBtn:hover {
  background-image: linear-gradient(315deg,#870000 0%,#190a05 74%);
  color: #fff;
}

/*** 

====================================================================
	Services Section
====================================================================

***/

.services-section-four{
	position:relative;
	padding:90px 50px 90px;
	/* padding-bottom:90px; */
	background-color:transparent;
}

.services-section-four.style-two{
	padding-top:100px;
}

.services-section-four .pattern-bottom-layer{
	position:absolute;
	left:0px;
	bottom:-1px;
	width:100%;
	height:168px;
	background-position:center bottom;
	background-repeat:repeat-x;
}

.services-section-four.margin-top{
	margin-top:-176px;
}

.services-section-four .pattern-layer-one{
	position:absolute;
	left:0px;
	top:150px;
	width:493px;
	height:938px;
	background-repeat:no-repeat;
}

.services-section-four .pattern-layer-two{
	position:absolute;
	right:0px;
	top:0px;
	width:493px;
	height:938px;
	background-repeat:no-repeat;
}

.services-section-four .row{
	margin:0px -30px;
}

.services-section-four .service-block-four{
	padding:0px 30px;
}

/* Service Block Four */

.service-block-four{
	position:relative;
	margin-bottom:40px;
}

.service-block-four .inner-box{
	position:relative;
	padding:50px 60px;
	overflow:hidden;
	background-color: var(--gbl-service-table-color);
	/* border-left:5px solid #fe4c1c; */
	border-left:5px solid var(--gbl-service-border-lt-color);
	border-radius:0px 10px 10px 0px;
}

.service-block-four .inner-box:hover{
	border-color: var(--gbl-service-border-lt2-color);
}

.service-block-four .inner-box .patern-layer{
	position:absolute;
	right:0px;
	top:0px;
	width:102px;
	height:102px;
	transform: translateX(176px);
	background-repeat:no-repeat;
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
}

.service-block-four .inner-box:hover .patern-layer{
	transform: translateX(0px);
	transition-delay: 400ms;
}

.service-block-four .inner-box:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:0px;
	height:100%;
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
	background-image: linear-gradient(to bottom, var(--gbl-service-bgf-color) 0%, var(--gbl-service-bgf1-color) 100%);
}

.service-block-four .inner-box:hover::before{
	width:100%;
}

.service-block-four .inner-box .icon-box{
	position:relative;
	color: var(--gbl-service-border-lt-color);
	font-size:40px;
	line-height:1em;
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
}

.service-block-four .inner-box:hover .icon-box{
	color:#ffffff;
}

.service-block-four .inner-box .icon-box .icon{
	position:relative;
	float:left;
}

.service-block-four .inner-box h5{
	position:relative;
	font-weight:700;
	line-height:1.3em;
	margin-top:7px;
	float:left;
	margin-left:20px;
}

.service-block-four .inner-box h5 a{
	position:relative;
	color: var(--gbl-sec-title-color);
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
}

.service-block-four .inner-box .text{
	position:relative;
	color: var(--gbl-price-table-list);
	font-size:16px;
	line-height:1.7em;
	margin-top:15px;
	display:block;
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
}

.service-block-four .inner-box:hover{
	box-shadow:0px 0px 15px rgba(0,0,0,0.10);
}

.service-block-four .inner-box:hover .text,
.service-block-four .inner-box:hover h5 a{
	color:#ffffff;
}

.service-block-four .inner-box .side-icon{
	position:absolute;
	right:-15px;
	bottom:-15px;
	font-size:80px;
	line-height:1em;
	color:#e6e9f6;
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
}

.service-block-four .inner-box:hover .side-icon{
	color:#ffffff;
	opacity:0.2;
}

/*----------------------------------------------------------*/
/*----=============== GBL PopUp Section ===============----*/
/*-------------------------------------------------------*/

/* .popup{
  background: #fff;
  padding: 25px;
  border-radius: 15px;
  top: -150%;
  max-width: 380px;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  box-shadow: 0px 10px 15px rgba(0,0,0,0.1);
  transform: translate(-50%, -50%) scale(1.2);
  transition: top 0s 0.2s ease-in-out,
              opacity 0.2s 0s ease-in-out,
              transform 0.2s 0s ease-in-out;
} */

.gbl-popup-wrapper{
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.gbl-pp-card-img{
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 4px solid var(--gbl-price-table-color);
}

.gbl-pp-card-img img{
  width: 100%;
}

.gbl-author-verified-badge{
  position: relative;
  width: 1.3rem;
	height: 1.3rem;
  display: inline-block;
  margin-left: 5px;
}

.gbl-pp-spec{
  line-height: 24px;
  margin-bottom: 12px;
  text-align: center;
}

.gbl-popup-content{
  margin-bottom: 0;
}

.gbl-ceo-name{
  margin-top: 55px;
  font-size: 1.4em;
  color: var(--gbl-sigle-article-txt-color);
  font-weight: 500;
  margin-bottom: 3px;
}

.gbl-ceo-title{
  font-size: 15px;
  color: var(--gbl-gray);
}

/*** 
====================================================================
	frequently Ask Question Section
====================================================================
***/

.getbacklinks-faqs-container{
  width: 100%;
  display: flex;
}

.gbl-frequently-ask-question-container{
  display: flex;
  margin: 0 40px 50px;
  max-width: 600px;
  gap: 20px;
  flex-direction: column;
}

.gbl-faq-header-h1 h1 {
  font-size: xx-large;
  color: var(--gbl-chatbox-reply-color);
  margin-bottom: 10px;
}

.gbl-faq-header-h1 h3 {
  font-size: x-large;
  color: var(--gbl-chatbox-reply-color);
  margin-bottom: 30px;
}

.gbl-faq-image img{
  width: 570px;
  height: auto;
  margin: 2rem 15px 0 30px;
  border-radius: 10px;
  border: 3px solid var(--gbl-about-us-img-border);
}

.gbl-frequently-ask-question-container .gbl-faq-tab{
  position: relative;
  background: var(--gbl-price-table-color);
  padding: 0 15px 5px;
  border-radius: 5px;
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.gbl-frequently-ask-question-container .gbl-faq-tab input{
  appearance: none;
}

.gbl-frequently-ask-question-container .gbl-faq-tab label{
  display: flex;
  align-items: center;
  cursor: pointer;
}

.gbl-frequently-ask-question-container .gbl-faq-tab label::after{
  content: '+';
  position: absolute;
  right: 20px;
  font-size: 2em;
  color: var(--gbl-chatbox-reply-color);
  transition: transform 1s;
}

.gbl-frequently-ask-question-container .gbl-faq-tab:hover label::after{  
  color: var(--gbl-no-intl-wifi);
}

.gbl-frequently-ask-question-container .gbl-faq-tab input:checked ~ label::after{
  transform: rotate(135deg);
  color: #fff;
}

.gbl-frequently-ask-question-container .gbl-faq-tab label h2{
  width: 40px;
  height: 40px;
  background: #333;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.25em;
  border-radius: 5px;
  margin-right: 10px;
}

.gbl-frequently-ask-question-container .gbl-faq-tab input:checked ~ label h2{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: rgba(255, 255, 255, 0.2);
  font-size: 8em;
  justify-content: flex-end;
  padding: 20px;
}

.gbl-frequently-ask-question-container .gbl-faq-tab:nth-child(1) label h2{
  background: linear-gradient(135deg,#0b8797,#131413);
}

.gbl-frequently-ask-question-container .gbl-faq-tab:nth-child(2) label h2{
  background: linear-gradient(135deg,#49c628, #131413);
}

.gbl-frequently-ask-question-container .gbl-faq-tab:nth-child(3) label h2{
  background: linear-gradient(135deg,#3b87df,#131413);
}

.gbl-frequently-ask-question-container .gbl-faq-tab:nth-child(4) label h2{
  background: linear-gradient(135deg,#c32b28, #131413);
}

.gbl-frequently-ask-question-container .gbl-faq-tab:nth-child(5) label h2{
  background: linear-gradient(135deg,#34b7fe,#131413);
}

.gbl-frequently-ask-question-container .gbl-faq-tab:nth-child(6) label h2{
  background: linear-gradient(135deg,#49c628,#131413);
}

.gbl-frequently-ask-question-container .gbl-faq-tab:nth-child(7) label h2{
  background: linear-gradient(135deg,#603f97,#131413);
}

.gbl-frequently-ask-question-container .gbl-faq-tab:nth-child(8) label h2{
  background: linear-gradient(135deg,#f25752,#131413);
}

.gbl-frequently-ask-question-container .gbl-faq-tab:nth-child(9) label h2{
  background: linear-gradient(135deg,#01b301,#131413);
}

.gbl-frequently-ask-question-container .gbl-faq-tab:nth-child(10) label h2{
  background: linear-gradient(135deg,#0ce289,#131413);
}

.gbl-frequently-ask-question-container .gbl-faq-tab label h3{
  position: relative;
  font-weight: 500;
  font-size: 20px;
  color: var(--gbl-chatbox-reply-color);
  z-index: 10;
}

.gbl-frequently-ask-question-container .gbl-faq-tab input:checked ~ label h3{
  background: #fff;
  padding: 2px 10px;
  color: #333;
  border-radius: 2px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.gbl-frequently-ask-question-container .gbl-faq-tab .gbl-faq-content{
  max-height: 0;
  transition: 1s;
  overflow: hidden;
}

.gbl-frequently-ask-question-container .gbl-faq-tab input:checked ~ .gbl-faq-content{
  max-height: 190vh;
}

.gbl-frequently-ask-question-container .gbl-faq-tab .gbl-faq-content p{
  position: relative;
  padding: 10px 0;
  color: #333;
  z-index: 10;
}

.gbl-frequently-ask-question-container .gbl-faq-tab input:checked ~ .gbl-faq-content p{
  color: #fff;
}

.gbl-faq-content ul{
  padding: 0 3%;
}

.gbl-faq-content li{
  margin: 0 0 -20px;
}

.gbl-faq-content li.gbl-faq-list-lii {
  margin: 0 0 -40px;
}

/*** 
====================================================================
	Sticky Chat Section
====================================================================
***/

.gblchatbox-wrapper {
	position: fixed;
	bottom: 2rem;
	right: 2rem;
	width: 4rem;
	height: 4rem;
  z-index: 10;
}

.gblchatbox-toggle {
	width: 100%;
	height: 100%;
	background: var(--gbl-header-text);
	color: var(--gbl-white);
	font-size: 2rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	cursor: pointer;
	transition: .2s;
}

.gblchatbox-toggle:hover{
  transform: rotate(360deg);
  background: var(--gbl-orange);
}

.gblchatbox-toggle:active {
	transform: scale(.9);
}

.getbacklinks-chatbox-message-wrapper {
	position: absolute;
	bottom: calc(100% + 1rem);
	right: 0;
	width: 380px;
	border-radius: .5rem;
	overflow: hidden;
	box-shadow: .5rem .5rem 2rem rgba(0, 0, 0, .1);
	transform: scale(0);
	transform-origin: bottom right;
	transition: .2s;
}

.getbacklinks-chatbox-message-wrapper.show {
	transform: scale(1);
}

.gblchatbox-message-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: var(--gbl-price-table-color);
  color: var(--gbl-chatbox-reply-color);
  padding: 0px 10px;
}

.gblchatbox-message-profile {
	display: flex;
	align-items: center;
	grid-gap: .5rem;
}

.gblchatbox-mgs-image {
	width: 3.3rem;
	height: 3.3rem;
	object-fit: cover;
	border-radius: 50%;
}

.gbl-verified-badge{
  position: relative;
  float: right;
  width: 1.1rem;
	height: 1.1rem;
  display: inline-block;
  margin-left: 5px;
}

.gblchatbox-msg-name {
	font-size: 16px;
	font-weight: 600;
  margin: 17px 0 0 0;
}

.gblchatbox-msg-status {
	font-size: .875rem;
	color: var(--gbl-gray);
}

.getbacklinks-online-dot-status{
  position: relative;
  display: inline-block;
  width: 9px;
  height: 9px;
  background: var(--gbl-chatbox-online-dot);
  border-radius: 50%;
  margin-right: 5px;
}

.gblchatbox-msg-content {
	background-image: var(--gbl-chatbox-background);
  background-size: cover;
	padding: 1rem .75rem;
	display: flex;
	flex-direction: column;
	grid-row-gap: 1rem;
	max-height: 310px;
	overflow-y: auto;
}

.gblchatbox-msg-content::-webkit-scrollbar{
  width: 5px;
}
.gblchatbox-msg-content::-webkit-scrollbar-track{
  background: var(--gbl-price-table-color);
  margin-block: 2em;
  border-radius: 100vw;
}
.gblchatbox-msg-content::-webkit-scrollbar-thumb{
  background-image: linear-gradient(315deg,#0b8797 0%,#e6520e 74%);
  border-radius: 100vw;
}

.gblchatbox-message-item {
	width: 90%;
	padding: .5rem;
}

.gblchatbox-message-item.sent {
	align-self: flex-end;
	background: var(--gbl-header-text);
	color: var(--gbl-white);
	border-radius: .75rem 0 .75rem .75rem;
  word-wrap: break-word;
}

.gblchatbox-message-item.received {
	background: var(--gbl-price-table-color);
  color: var(--gbl-chatbox-reply-color);
	border-radius: 0 .75rem .75rem .75rem;
	box-shadow: .25rem .25rem 1.5rem rgba(0, 0, 0, .05);
}

.gblchatbox-msg-item-time {
	float: right;
	font-size: .75rem;
	margin-top: .5rem;
	display: inline-block;
}

.gbl-clientMsg {
  position: relative;
  font-size: 1.20rem;
	top: 4px;
  margin-left: 2px;
  color: var(--gbl-white);
}

.gblchatbox-msg-bottom {
	background: var(--gbl-price-table-color);
  padding: .5rem .2rem .5rem 1rem;
}

.gblchatbox-msg-form {
	display: flex;
	align-items: center;
	background: var(--gbl-price-table-color);
	border-radius: .5rem;
	padding: .1rem .1rem;
}

.gblchatbox-msg-input {
	background: transparent;
  color: var(--gbl-header-paragrah-text);
	outline: none;
	border: none;
	resize: none;
	scrollbar-width: none;
  width: 90rem;
  margin-right: .5rem;
}

.gblchatbox-msg-input::-webkit-scrollbar {
	display: none;
}

.gblchatbox-msg-submit {
	font-size: 1.50rem;
	color: var(--gbl-header-text);
	background: transparent;
	border: none;
	outline: none;
	cursor: pointer;
  padding: 5px 10px;
  transition: .2s;
}

.gblchatbox-msg-submit:hover {
  transform: rotate(-50deg);
  color: var(--gbl-orange);
}

.gblchatbox-msg-no-msg {
  color: var(--gbl-chatbox-reply-color);
	font-size: 1rem;
	font-weight: 600;
	text-align: center;
  padding: 2rem 0;
}

.gbl-chat-social-icn{
	position: relative;
	/* width: 100%; */
}
.gbl-chat-social-opt{
	margin: 15px 0;
	padding: 0 0 0 37px;
	list-style: none;
	cursor: pointer;
	box-sizing: border-box;
	position: relative;
}

.gbl-chat-social-opt img{
	width: 25px;
	top: 3px;
	left: 0;
	position: absolute;
}

.gbl-chat-social-opt p{
	padding: 3px 10px;
	border-radius: 5px;
	background: #b7d444;
	color: #fff;
	font-weight: 500;
}

.gbl-chat-social-opt p a{
	text-decoration: none;
	color: #fff;
}

.gbl-chat-social-opt p:hover{
	background: #0b8797;
	color: #fff;
	/* background: rgba(247, 244, 244, 0.7); */
}













/*body{

  filter: blur(5px);
  overflow: hidden;
  background: rgba(0, 0, 0, 0.08);
  transition: filter 0ms ease-in-out 0ms;
}

 body section .getbacklinks-popupBx{
  top: 50%;
  opacity: 1;
  margin-top: 0px;
  transition: top 0ms ease-in-out 0ms,
              opacity 300ms ease-in-out,
              margin-top 300ms ease-in-out;
} */

.gbl-popup-wrap-bx{
  position: fixed;
  display: flex;
  backdrop-filter: blur(10px);
  background: rgba(0, 0, 0, 0.08); 
  width: 100%;
  height: 100vh;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  top: 0;
  margin-top: 0px;
  z-index: 999999;
  
  /* filter: blur(5px);
  overflow: hidden;*/
  /* transition: filter 0ms ease-in-out 0ms;  */ 
  /* transition: 0.5s ease; */
  /* opacity: 1; */
  /* transition: top 0ms ease-in-out 0ms,
              opacity 300ms ease-in-out,
              margin-top 300ms ease-in-out; */
  /* background: rgba(225, 225, 225, 0.1); */
  /* transition-property: visibility; */
}

.gbl-popup-wrap-bx.active{
  visibility: visible;
}

.getbacklinks-popupBx{
  background-color: var(--gbl-price-table-color);
  color: var(--gbl-sigle-article-txt-color);
  max-width: 450px;
  width: 100%;
  padding: 0px 15px;
  position: fixed;
  left: 50%;
  top: 50%;
  border-radius: 8px;
  font-family: "Poppins",sans-serif;
  display: block;
  text-align: center;
  z-index: 190;
  box-shadow: 0px 10px 15px rgba(0,0,0,0.1);
  transform: translate(-50%,-50%);
  transition: top 0s 0.2s ease-in-out,
              opacity 0.2s 0s ease-in-out,
              transform 0.2s 0s ease-in-out;
}
/* .popup button{
  display: block;
  margin:  0 0 20px auto;
  background-color: transparent;
  font-size: 30px;
  color: #c5c5c5;
  border: none;
  outline: none;
  cursor: pointer;
} */
.getbacklinks-popupBx p{
  font-size: 14px;
  text-align: justify;
  margin: 20px 0;
  line-height: 25px;
}

.getbacklinks-popupBx .gbl-popup-bx-btn{
  margin-top: 7px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.gbl-popup-bx-btn .gbl-guest-post-btn, .gbl-popup-bx-btn .gbl-link-insertion-btn{
  position: relative;
  font-size: 15px;
  font-weight: 400;
  border-radius: 6px;
  margin: 0 10px;
  background: var(--gbl-no-intl-background-color);
  padding: 12px 12px;
  border: none;
  cursor: pointer;
}

.getbacklinks-popupBx .gbl-popup-bx-btn a{
  color: #fff;
  text-decoration: none;
}

.getbacklinks-popupBx :is(header, .gbl-popup-icons){
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.gbl-popup-content p{
  padding-bottom: 5px;
  border-bottom: 1px solid #b7d444;
}
.gbl-popup-icons a{
  display: flex;
  border-radius: 5px;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.gbl-popup-x .gbl-popup-close{
  position: absolute;
  display: flex;
  border-radius: 50%;
  color: #878787;
  font-size: 17px;
  background: #f2f3fb;
  height: 30px;
  width: 30px;
  top: 2px;
  right: 2px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}
.gbl-popup-close:hover{
  background: #ebedf9;
}
.getbacklinks-popupBx .gbl-popup-content{
  margin: 10px 0;
}
.getbacklinks-popupBx .gbl-popup-icons{
  margin: -10px 0 0px 0;
}
.gbl-popup-content p{
  font-size: 15px;
  font-weight: 600;
}
.gbl-popup-content .gbl-popup-icons a{
  height: 30px;
  width: 50px;
  font-size: 16px;
  text-decoration: none;
  border: 1px solid transparent;
}
.gbl-popup-icons a i{
  transition: transform 0.3s ease-in-out;
}
.gbl-popup-icons a:nth-child(1){
  color: #1877F2;
  border-color: #b7d4fb;
}
.gbl-popup-icons a:nth-child(1):hover{
  background: #1877F2;
}
.gbl-popup-icons a:nth-child(2){
  color: #46C1F6;
  border-color: #b6e7fc;
}
.gbl-popup-icons a:nth-child(2):hover{
  background: #46C1F6;
}
.gbl-popup-icons a:nth-child(3){
  color: #e1306c;
  border-color: #f5bccf;
}
.gbl-popup-icons a:nth-child(3):hover{
  background: #e1306c;
}
.gbl-popup-icons a:nth-child(4){
  color: #25D366;
  border-color: #bef4d2;
}
.gbl-popup-icons a:nth-child(4):hover{
  background: #25D366;
}
.gbl-popup-icons a:nth-child(5){
  color: #0088cc;
  border-color: #b3e6ff;
}
.gbl-popup-icons a:nth-child(5):hover{
  background: #0088cc;
}
.gbl-popup-icons a:nth-child(6){
  color: #cc0000;
  border-color: #e14949;
}
.gbl-popup-icons a:nth-child(6):hover{
  background: #cc0000;
}
.gbl-popup-icons a:hover{
  color: #fff;
  border-color: transparent;
}
.gbl-popup-icons a:hover i{
  transform: scale(1.2);
}



/*************** GBL Counter Section ***************/

.gbl-counter-main{
  position: relative;
  margin: 0 110px 40px;
  background: var(--gbl-price-table-color);
  padding: 50px 20px;
  border-radius: 10px;
}

.gbl-counter-wrapper {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 40px;
}
.gbl-counter-container {
  width: 35vmin;
  height: 28vmin;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 1em 0;
  position: relative;
  font-size: 16px;
  border-radius: 0.5em;
  background-color: var(--gbl-no-intl-background-color);
  border-bottom: 10px solid var(--gbl-progression-counter-border);
}
.gbl-counter-wrapper i {
  color: var(--gbl-progression-counter);
  font-size: 2.5em;
  text-align: center;
}
.gbl-counter-container span.num {
  color: #ffffff;
  display: grid;
  place-items: center;
  font-weight: 600;
  font-size: 3em;
}
.gbl-counter-container span.text {
  color: #e0e0e0;
  font-size: 1em;
  text-align: center;
  pad: 0.7em 0;
  font-weight: 400;
  line-height: 0;
}



/*************** GBL Subscription Section ***************/

.gbl-sub-with-us-wrapper{
  padding: 20px;
  margin: 0 20px 20px;
  border-radius: 5px;
  background: #0b8797;
  /* background: #0b8797; */
  /* background: #d5e9f6; */
}
.gbl-subscribe-with-us{
  background: #b7d444;
  color: #fff;
  padding: 20px;
  border-radius: 5px;
  /* color: #144261; */
  /* line-height: 40px; */
}

/* .gbl-subscribe-with-us .gbl-sub-show-btn, .getbacklinks-subscribe-wrapper{
  position: relative;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.gbl-subscribe-with-us .gbl-sub-show-btn{
  color: #fff;
  background: #e6520e;
  padding: 10px 15px;
  width: 300px;
  border-radius: 50px;
  font-size: 20px;
  font-weight: 600;
  cursor: pointer;
  margin-top: 10px;
} */

#gbl-show-p p{
  color: #333;
  font-size: 16px;
  font-weight: 500;
  margin-left: -3px;
}

.gbl-show-sub-icon{
  width: 110px;
  height: 110px;
  line-height: 120px;
  font-size: 55px;
  border-radius: 50%;
  background: #0b8797;
  color: #fff;
}

.getbacklinks-subscribe-wrapper{
  position: fixed;
  display: flex;
  width: 100%;
  max-width: 400px;
  top: 50%;
  left: 50%;
  padding: 25px;
  background: #fff;
  transform: translate(-50%, -50%);
  border-radius: 5px;
  text-align: center;
  align-items: center;
  flex-direction: column;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  transition: top 0s 0.2s ease-in-out,
              opacity 0.2s 0s ease-in-out,
              transform 0.2s 0s ease-in-out;
}

.getbacklinks-subscribe-wrapper.show{
  top: 50%;
  opacity: 1;
  pointer-events: auto;
  transition: top 0s 0s ease-in-out,
              opacity 0.2s 0s ease-in-out,
              transform 0.2s 0s ease-in-out;
}

.getbacklinks-subscribe-wrapper .sub-x-icon{
  position: absolute;
  right: 5px;
  top: 3px;
  border-radius: 50%;
  color: #fff;
  background: #e6520e;
  cursor: pointer;

  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  height: 25px;
  width: 25px;
}

.sub-x-icon:hover{
  color: #fff;
}

.getbacklinks-subscribe-wrapper .gbl-sub-icon{
  width: 110px;
  height: 110px;
  line-height: 120px;
  font-size: 55px;
  border-radius: 50%;
  background: #0b8797;
  color: #fff;
}

.getbacklinks-subscribe-wrapper .gbl-sub-content{
  margin: 20px 0;
}

.gbl-sub-content header, .gbl-sub-content span{
  font-size: 27px;
  font-weight: 600;
  margin-bottom: 10px;
}

.gbl-sub-content p{
  color: #333;
  font-size: 16px;
  font-weight: 400;
  margin-left: -3px;
}

form{
  width: 98%;
}

form .gbl-sub-field{
  height: 45px;
  width: 100%;
  margin-bottom: 12px;
}

form .gbl-sub-field input{
  width: 100%;
  height: 100%;
  border-radius: 5px;
  border: 1px solid #ccc;
  padding: 0 15px;
  outline: none;
  font-size: 17px;
  transition: all 0.3s ease;
}

form .gbl-sub-field input:focus{
  border-color: #0b8797;
}
form .gbl-sub-btn{
  height: 47px;
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
form .gbl-sub-btn .layer{
  height: 100%;
  width: 300%;
  position: absolute;
  left: -100%;
  background: #0b8797;
  transition: all 0.4s ease;
}
form .gbl-sub-btn:hover .layer{
  left: 0;
}
form .gbl-sub-btn .gbl-sub-us-btn{
  z-index: 1;
  position: relative;
  background: none;
  padding: 0px!important;
  margin: 0px !important;
  color: #fff;
  border: 0px;
  outline: none;
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
  height: 100%;
  width: 100%;
}
.getbacklinks-subscribe-wrapper .gbl-privacy-text{
  margin-top: 5px;
  font-size: 14px;
}
.gbl-alert{
  margin: -9px 0 12px 0;
  padding: 10px;
  border-radius: 5px;
}
.gbl-success-alert{
  color: #155724;
  background: #d4edda;
  border: 1px solid #c3e6cb;
}
.gbl-error-alert{
  color: #721c24;
  background: #f8d7da;
  border: 1px solid #f5c6cb;
}

/* testing */

.gbl-sub-show-btn{
  position: relative;
  color: #fff;
  background: #e6520e;
  padding: 10px 15px;
  border-radius: 50px;
  font-size: 20px;
  font-weight: 600;
  cursor: pointer;
  margin-top: 15px;

  text-align: center;
  align-items: center;
  justify-content: center;

  height: 30%;
  width: 30%;
}


/*** 
====================================================================
	Sites List Section
====================================================================
***/

.gbl-site-list{
  padding: 10px 20px 20px 20px;
}

.gbl-site-list-header{
  font-size: 27px;
  color: var(--gbl-chatbox-reply-color);
}

.gbl-site-list-check{
  margin: 25px 0;
  color: var(--gbl-chatbox-reply-color);
}

.gbl-site-list-check a{
  color: var(--gbl-no-intl-background-color);
}

.gbl-site-list-check a:hover{
  color: var(--gbl-contact-btn-hover);
}

table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

td, th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
  color: var(--gbl-chatbox-reply-color);
}

tr:nth-child(even) {
  color: var(--gbl-chatbox-reply-color);
  background-color: var(--gbl-site-list-page);
}

/* GBL Site list Note *****************/

.gbl-site-list-note{
  position: relative;
  font-size: 17px;
  line-height: 1.7;
  color: #144261;
  background: #d5e9f6;
  padding: 10px 20px 10px 20px;
  margin: 35px 20px;
}

.gbl-site-li-note{
  padding-top: 20px;
  font-size: 15.5px;
}

i.gbl-notepad{
  font-size: 25px;
  padding-right: 5px;
  position: relative;
  top: 4px;
}

/* GBL Site list Note 2 *******************/

.gbl-site-list-note2{
  position: relative;
  font-size: 17px;
  line-height: 1.7;
  color: #2e5014;
  background: #d5efc2;
  padding: 10px 20px 10px 20px;
  margin: 35px 20px;
}

.gbl-site-li-note2{
  margin: 0;
  padding: 0;
  font-size: 15.5px;
}

i.gbl-notepad2  {
  font-size: 25px;
  padding-right: 5px;
  position: relative;
  top: 4px;
}

i.gbl-notepad-pricetag {
  font-size: 25px;
  padding-right: 5px;
  position: relative;
  top: 8px;
}

.gbl-notepad-font{
  font-size: 18px;
}

/* GBL Sites list bottom line *******************/

.gbl-table-line{
  position: relative;
  margin: 10px 15px 27px 20px;
}

.gbl-table-btm-line {
  position: relative;
  display: block;
  width: 99.5%;
  content: '';
  opacity: .2;
  padding: 8px;
  background-color: transparent;
  color: var(--gbl-sigle-article-txt-color);
  background-image: radial-gradient(currentColor 1px,transparent 1px);
  background-position: 1px 1px;
  background-size: 5px 5px;
}