/*
 Theme Name: Coded Child
 Theme URI: https://codedreality.com/
 Description: Child theme for the Coded Theme (based on Twenty Twenty-Five)
 Author: Your Name
 Author URI: https://example.com
 Template: coded-theme
 Version: 1.0
 License: GNU General Public License v2 or later
 License URI: https://www.gnu.org/licenses/gpl-2.0.html
 Text Domain: coded-child
*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Varela+Round&display=swap');

/* Custom CSS goes below this line */
body , html{
	background-color: #ffffff !important;
    color: #000000;
}
html, body, p, a, input, button, li {
	font-size: 16px !important;
	font-weight: 400;
	margin: initial;
	line-height: 28px;
}

html, body, p, a, input, button, li {
	font-family: "Noto Sans", sans-serif;
}

p {
	margin-bottom: 10px;
}

a {
	outline: transparent !important;
	text-decoration: none;
    color: #000000;
}


h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 500 !important;
	margin: initial;
	margin-bottom: 15px;
	font-family: "Noto Sans", sans-serif;
	text-transform: initial;
}

.varela-regular,
.varela-regular h1,
.varela-regular h2,
.varela-regular h3,
.varela-regular h4,
.varela-regular h5,
.varela-regular h6,
.varela-regular p {
    font-family: "Varela Round", sans-serif;
    font-style: normal;
}

h1 {
    font-size: 42px;
    line-height: 56px;
}

h2 {
    font-size: 38px;
    line-height: 53px;
}

h3 {
	font-size: 30px !important;
}

h4 {
	font-size: 26px !important;
}

h5 {
	font-size: 20px !important;
}

h6 {
	font-size: 18px !important;
}

main {
	max-width: 1300px;
	margin: auto !important;
}

.white,
.white p,
.white a,
.white h1,
.white h2,
.white h3,
.white h4,
.white h5,
.white h6{
	color: #ffffff !important;
}

.grey-text,
.grey-text p,
.grey-text a,
.grey-text h1,
.grey-text h2,
.grey-text h3,
.grey-text h4,
.grey-text h5,
.grey-text h6{
	color: #737B7D !important;
}

.center {
	text-align: center !important;
}

.hidden {
	display: none !important;
}

.vc_row {
	padding-top: 3rem;
	padding-bottom: 4rem;
}

.vc_row .vc_row{
	padding-top: 0rem;
	padding-bottom: 0rem;
}

.vc_column_container .vc_column-inner {
    padding-top: 0px;
}

.pt-0 {
	padding-top: 0px !important;
}

.pb-0 {
	padding-bottom: 0px !important;
}

.no-paddings {
	padding: 0px !important;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.vc_btn3-style-modern {
    padding: 13px 40px !important;
    border-radius: 10px !important;
}


/* Nav Menu */
div#content {
    padding-top: 55px;
}

.logged-in div#content {
    padding-top: 50px;
}

header#masthead {
    position: fixed;
    z-index: 999;
    background-color: #ffffff;
    width: 100vw;
    height: 80px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.navbar{
    display: flex;
    align-items: center;
    padding: 10px;
    justify-content: space-between;
}

#primary-menu {
    list-style: none;
    padding: 0px !important;
    margin: 0;
    display: flex;
}

#primary-menu a {
    margin: 0px 10px;
    padding: 5px 0px;
    display: block;
}

#primary-menu a i {
    font-size: 21px;
}

#primary-menu .current-menu-item {
    border: 0px !important;
}

#primary-menu .current-menu-item a {
    border-bottom: 1px solid #000000 !important;
}

.custom-logo-link img {
    max-width: 170px;
}


.homepage-link a:before {
    content: "\ee1d";
    font-family: 'remixicon' !important;
    font-style: normal;
    margin-right: 6px;
    font-size: 17px;
}

/* MOBILE NAV */
.navbar-toggler.mobile {
    border: 0px !important;
    font-size: 22px !important;
    border-radius: 5px;
    padding: 3px 9px;
    background-color: #4e5aa8;
    color: #ffffff;
}

.mobile-navigation {
    position: fixed;
    z-index: 9999;
    background-color: #ffffff;
    height: 100vh;
    width: 84%;
    right: -105vw;
    padding: 2rem;
    padding-top: 5rem;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    transition: all .3s ease-in-out;
}

.mobile-navigation.active {
    right: 0px !important;
}

.mobile-navigation #primary-menu {
    display: block;
}

.mobile-navigation #primary-menu a {
    width: fit-content;
    padding-right: 15px;
    margin-bottom: 1rem;
}

a.close-mobile-nav {
    position: absolute;
    right: 2rem;
    top: 2rem;
    font-weight: bold;
    font-size: 20px !important;
    background-color: #4e5aa8;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    color: #ffffff;
}

/* End Nav */


/* Footer */
.site-footer .footer-links {
    display: flex;
    justify-content: space-between;
}

.site-footer .footer-links a {
    color: #5C5F66;
}

.site-footer .footer-links i {
    margin-right: 8px;
}

.site-footer .footer-links ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.site-footer .footer-logo img {
    max-width: 175px;
}

.ai-footer-copyright {
    padding: 15px 0px;
    margin-top: 0.5rem;
}

.ai-footer-copyright .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #A6A7AB;
}

.ai-footer-cta {
    padding: 2rem;
}

.ai-footer-copyright .social-icons a i {
    font-size: 22px;
}

.ai-footer-copyright .social-icons a {
    padding: 10px;
    color: #5C5F66;
}

/* End footer */

header.wp-block-template-part {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

.wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content {
	outline: transparent !important;
	text-decoration: none !important;
}

.wpb_single_image > * {
    width: 100% !important;
}

.wpb_single_image img,
.wpb_single_image .vc_single_image-wrapper {
	width: 100% !important;
}

.wpb_single_image {
	margin-bottom: 0px !important;
}

li.wp-block-navigation-item.wp-block-navigation-link {
	margin-right: 20px;
}

.current-menu-item,
li.wp-block-navigation-item.wp-block-navigation-link:hover  {
	border-bottom:1px solid !important;
}

.infinet-connectivity_checker .form-control{
	width: 100%;
    padding: 1rem;
    margin-bottom: 11px;
    border-radius: 10px;
    border: 0px;
}

.infinet-connectivity_checker .form-inputs-container {
    display: flex;
    width: 100% !important;
}

.infinet-connectivity_checker .inputs-container {
    width: 70%;
    margin-right: 1rem;
}

#connectivity-banner {
    min-height: 670px !important;
    height: 85vh !important;
    padding-top: 40vh;
}

#connectivity-banner-slider {
    /* min-height: 450px !important; */
	/* padding-top: 220px; */
    padding: 0px !important;
    /* height: 60vh !important; */
    /* padding-top: 30vh; */
}

#connectivity-banner-slider .vc_column-inner,
#connectivity-banner-slider  .owl-carousel .owl-stage  {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}



#connectivity-banner-slider .wpb_column.vc_column_container.vc_col-sm-12 {
    padding-top: 0px !important;
}


.infinet-vc-element.infinet-banner-slider{
    /* position: absolute; */
    left: 0;
    top: 0;
    width: 100vw !important;
}

#connectivity-banner-slider div#banner-slider .banner-image {
    /* min-height: 450px !important; */
    background-size: 100% !important;
    /* height: 60vh !important; */
    background-repeat: no-repeat;
}

#connectivity-banner-slider .connectivity-checker-row {
    position: relative;
    z-index: 99;
    max-width: 1300px;
    margin: auto !important;
    margin-top: 11% !important;
}

div#connectivity-checker {
    margin-bottom: 3rem;
}

div#connectivity-checker .vc_column-inner {
    padding-top: 13px !important;
    padding-bottom: 10px !important;
}

.checker-text .vc_custom_heading {
    text-align: center !important;
    font-size: 22px !important;
}

.infinet-posts-loop.slider.page-banners {
    /* position: absolute; */
    top: 0;
    left: 0;
    width: 100vw !important;
}

.infinet-posts-loop.slider.page-banners .item {
    width: 100vw;
}


.infinet-connectivity_checker  .btn-link {
    background-color: #14C8C7;
    box-shadow: none;
    border: 0px;
    color: #ffffff;
    padding: 16px 33px;
    border-radius: 10px;
    font-size: 16px;
}

.cyan-gradient {
	background: linear-gradient(to right, #2ec4cf, #6c63ff) !important;
}


.owl-nav {
    position: absolute;
    top: 40%;
    width: 108%;
    left: -4%;
}

.owl-nav {
    position: relative;
    width: 52%;
    left: initial;
    z-index: 999;
    margin: auto;
}

@media (max-width: 800px) {
   .owl-nav {
    width: 100%;
   } 
}

.owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
	border-radius: 5px;
    margin: auto;
	margin-top: 0.5rem;
    max-width: 40%;
}

.owl-dots button.owl-dot span{
    display: none !important;
}

button.owl-dot {
    background-color: #cccccc !important;
    width: 140px;
    height: 5px;
    margin: 6px;
	border-radius: 5px;
}

button.owl-dot.active {
	background-color: #000000 !important;
	border-radius: 5px;
}

button.owl-next {
    position: absolute;
    right: 0px;
}

.owl-nav button {
	position: absolute;
    border: 1px solid #B97EBB !important;
	color: #ffffff !important;
	background-color: #B97EBB !important;;
    width: 40px;
    height: 40px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 28px !important;
    border-radius: 100% !important;
}

.featured-products-slider .infinet-featured_product_card,
.owl-carousel .infinet-featured_product_card{
	display: block;
	background-color: #F8F8F8;
	border-radius: 15px;
	text-align: center;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
	cursor: pointer;
    overflow: hidden;
}

.featured-products-slider .card-content-contaner ,
.owl-carousel .card-content-contaner {
    padding: 0.5rem;
}

.featured-products-slider .price_amount_text ,
.owl-carousel .price_amount_text {
    font-size: 30px !important;
    margin: 0 !important;
    font-weight: bold;
}

.featured-products-slider .owl-stage ,
.owl-carousel .owl-stage {
    padding-bottom: 1rem;
}


.product-specification-card {
    border: 1px solid #CBCBCB;
    padding: 1.5rem;
    border-radius: 15px;
	background-color: #ffffff;
}

.product-specification-card  .product-name {
    font-size: 30px !important;
}

.product-specification-card .price {
    font-size: 50px;
}


.product-specification-card .pricing-subtext {
    font-size: 16px;
    font-weight: 400;
	color: #CBCBCB;
}

.product-specification-card .price .pricing-subtext {
	color: #000000;
}

.product-specification-card .currency {
    font-size: 30px;
	float: left;
	margin-top: 5px;
}

.product-specification-card .features-list ul {
    padding: 0;
    /* list-style: none; */
	margin-top: 2rem;
}

.product-specification-card .features-list  li {
    padding: 7px;
}

.product-specification-card .product-button {
	margin-top: 2rem;
}

.infinet-product-specification-card.active .product-specification-card,
.infinet-product-specification-card:hover .product-specification-card{
	background: linear-gradient(to right, #2ec4cf, #6c63ff) !important;
	transition: all .5s ease-in-out;
	cursor: pointer;
}

.infinet-product-specification-card.active .product-specification-card li,
.infinet-product-specification-card.active .product-specification-card p,
.infinet-product-specification-card.active .product-specification-card h2,
.infinet-product-specification-card.active .product-specification-card h3,
.infinet-product-specification-card:hover .product-specification-card li,
.infinet-product-specification-card:hover  .product-specification-card p,
.infinet-product-specification-card:hover  .product-specification-card h2,
.infinet-product-specification-card:hover  .product-specification-card h3 {
	color: #ffffff;
	/* transition: all .3s ease-in-out; */
}

.infinet-product-specification-card.active .product-specification-card .pricing-subtext,
.infinet-product-specification-card .product-specification-card:hover .pricing-subtext  {
	color: #CBCBCB ;
}

.infinet-product-specification-card.active .product-specification-card .price .pricing-subtext,
.infinet-product-specification-card .product-specification-card:hover .price .pricing-subtext{
	color: #ffffff;
}

.product-specification-card .btn-link{
	display: block;
	width: 90%;
	background-color: #7D87EE;
	color: #ffffff;
	padding: 1rem;
	text-decoration: none;
	text-align: center;
	border-radius: 10px;
	transition: all .5s ease-in-out;
}

.infinet-product-specification-card.active .product-specification-card .btn-link,
.infinet-product-specification-card .product-specification-card:hover .btn-link {
	background-color: #14C8C7 !important;
}

.vc_tta-container .vc_tta.vc_general .vc_tta-tab>a {
    border:1px solid #8D8C8C;
    background-color: transparent;
    color: #000000;
    border-radius: 30px;
    margin: 15px;
    padding: 1rem 3rem;
}

.vc_tta-container .vc_tta.vc_general .vc_tta-tab.vc_active>a,
.vc_tta-container .vc_tta.vc_general .vc_tta-tab > a:hover {
	background: linear-gradient(to right, #4B58E8 0%, #1ABECA 100%) !important;
	color: #ffffff;
}


.infinet-benefits-card {

}

.infinet-benefits-card .benefit-icon {
    margin-bottom: 13px;
}

.infinet-benefits-card .benefit-icon img {
    width: 45px;
}

.infinet-benefits-card  .benefit_heading.black {
    font-weight: 300 !important;
    font-size: 20px !important;
}

.gform_wrapper.gravity-theme input, 
.gform_wrapper.gravity-theme textarea, 
.gform_wrapper.gravity-theme select 
 {
    border: 0px !important;
    border-bottom: 1px solid #ccc !important;
    padding-bottom: 1rem !important;
	outline: transparent !important;
}

.gform_wrapper.gravity-theme .ginput_container {
	margin-bottom: 1.5rem !important;
}

.gform_wrapper.gravity-theme .gform_footer .gform_button {
    background-color: #4e5aa8 !important;
    display: block;
    width: 100%;
    padding: 10px !important;
    border-radius: 12px;
    color: #ffffff;
    border: 0px !important;
}

#gform_wrapper_2.gform_wrapper.gravity-theme .gform_footer .gform_button {
    background-color: #4e5aa8 !important;
    width: fit-content;
    padding: 15px 25px !important;
	border: 0px !important;
    border-radius: 10px;
    color: #ffffff;
}

form#gform_3,
form#gform_4  {
    display: flex;
    align-items: center;
    width: 100%;
}

form#gform_3 .ginput_container,
form#gform_4 .ginput_container  {
	margin-bottom: 0px !important;
}

form#gform_3 .ginput_container input,
form#gform_4 .ginput_container input {
	border: 1px solid #ccc !important;
	border-radius: 10px !important;
	padding-bottom: 8px !important;
}

form#gform_3 .gform_body.gform-body,
form#gform_4 .gform_body.gform-body {
    width: 70%;
    margin-right: 1.5rem;
}

div#newsletter-signup {
    padding-top: 1rem;
    padding-bottom: 1rem !important;
}

/* fieldset#field_1_9 {
    position: absolute;
    bottom: 0rem;
    width: 100%;
} */

form#gform_1 {
    padding-bottom: 4rem
}



.partners-slider .partners-logos img {
    max-height:110px;
	max-width: 100%;
    padding: 15px;
	margin-bottom: 15px;
    width: auto !important;
    margin: auto;
}

.infinet-partners_slider .owl-stage {
    display: flex;
    align-items: center;
}

.office-card {
	background-color: white;
	border-radius: 10px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	overflow: hidden;
}

.office-card .image-container {
	flex: 1;
	/* min-height: 300px; */
}

.office-card .image-container img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.office-card .content {
	flex: 1;
	padding: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.office-card .title {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #333;
}

.office-card .contact-item {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
	color: #555;
}

.office-card .contact-item i {
	margin-right: 10px;
	font-size: 18px;
}

.office-card .address {
	line-height: 1.5;
}



.minimalist-slider {
	font-family: 'Helvetica Neue', Arial, sans-serif;
	color: #333;
  }
  
  /* .minimalist-slider   .slider-item {
	padding: 40px;
	text-align: left;
  } */
  .minimalist-slider .item-container {
    min-height: 500px;
    background-size: cover;
	border-radius: 15px;
    overflow: hidden;
	position: relative;
}

.owl-stage .active:nth-child(2) .item-container {
	min-height: 400px;
}

  .minimalist-slider   .item-number {
	display: block;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 10px;
	color: #616161;
  }
  
.minimalist-slider .minimalist-slider   .item-title {
	font-size: 32px;
	font-weight: 300;
	margin: 0 0 5px 0;
	line-height: 1.2;
  }
  
  .minimalist-slider  .item-subtitle {
	font-size: 25px;
    margin: 0;
    color: #3A3A3A;
  }
  
  /* Owl Carousel navigation styling */
  .minimalist-slider  .owl-nav button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: rgba(255,255,255,0.7) !important;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
  }
  
  .minimalist-slider   .owl-nav button.owl-prev {
    left: -15px;
    background-color: #ffffff !important;
    color: #B97EBB !important;
  }
  
  .minimalist-slider   .owl-nav button.owl-next {
	right: 5rem;
    background-color: #ffffff !important;
    color: #B97EBB !important;
  }
  
  .minimalist-slider  .owl-nav button span {
	font-size: 30px;
	line-height: 1;
  }

  .minimalist-slider  .slider-content {
    background-color: #ffffffbd;
    width: 55%;
    position: absolute;
    bottom: 1.5rem;
    left: 1.5rem;
    padding: 2rem;
}

.minimalist-slider.owl-carousel button.owl-dot {
    background: #D8D8D8;
    padding: 6px !important;
    margin-right: 10px;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    margin-bottom: 0px !important;
}

.minimalist-slider.owl-carousel button.owl-dot.active {
	background: #1ABECA;
	border:1px solid #1ABECA ;
}

.minimalist-slider .owl-dots {
    text-align: center;
    margin-left: 6rem;
}

.minimalist-slider .owl-stage .active:nth-child(2) {
	opacity: 0.2;
}

.btn {
    display: block;
    width: fit-content;
    text-decoration: none;
    margin: 15px 0;
    padding: 10px 20px;
    border-radius: 30px;
    min-width: 140px;
    text-align: center;
}

.btn.btn-outline {
	border: 1px solid #000000 !important;
}

.btn.btn-solid.purple {
	background-color: #1ABECA;
	color: #ffffff !important;
}

.package-view {
	display: flex !important;
	z-index: -99999;
    visibility: hidden;
}

.package-view.active {
	display: flex !important;
	z-index: 99999;
    visibility: visible;
    overflow:scroll;
}

.package-view {
    position: fixed;
    left: 0;
	top: 0;
    z-index: 99999;
    width: 100vw;
    height: 100vh;
	padding-top: 10vh;
	justify-content: center;
}

.package-view .package-details {
    background-color: #ffffff;
    max-width: 1100px;
    width:75%;
    padding: 2rem;
	padding-top: 4rem;
    border-radius: 20px;
	height: fit-content;
	position: relative;
	opacity: 0;
	top: -400px;
	transition: all .3s ease-in-out;
}

.package-view .overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 0;
    background-color: #000000;
    transition: all .3s ease-in-out;
	opacity: 0;
}

.package-view.active .package-details {
	opacity: 1;
	top: 0;
}

.package-view.active .overlay{
	opacity: 0.7;
}

.package-view .product_description ul{
    padding: 0px;
}

.package-view .product-suppliers img {
    max-height: 70px;
    max-width: 180px;
    margin-right: 4rem;
}

.package-view .product-suppliers {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-top: 1rem;
}

.package-view .product-img img{
	width: 100%;
}

.package-view a.close-details i {
    font-size: 35px;
}
.package-view a.close-details {
    text-decoration: none;
    position: absolute;
    top: 1.5rem;
    right: 2rem;
    font-size: 37px;
}

.package-view .pricing {
    line-height: 40px;
    margin-bottom: 0px;
}

.package-view .pricing span {
    font-size: 14px;
    font-weight: 400 !important;
}

.package-view .description {
    margin-bottom: 25px;
	margin-top: 20px;
    line-height: 20px;
}




/* CONNECTIVITY PRODUCTS */

.connectivity-filter-tabs ul {
	display: flex;
	list-style-type: none;
	align-items: center;
	justify-content: center;
}

.connectivity-filter-tabs ul li a {
	display: block;
	padding: 10px 25px;
	border-radius: 20px;
	border: 1px solid;
	margin: 10px;

}
.connectivity-filter-tabs ul li a.active {
    background: linear-gradient(to right, #4B58E8 0%, #1ABECA 100%) !important;
	color: #ffffff;
	border-color: #4B58E8;
}

.connectivity-product-card {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    /* margin: 8px;
    padding: 20px;
    border-radius: 15px; */
	text-align: center;
}

.connectivity-product-card  .supplier-logo {
    max-height: 60px;
    margin: auto;
    margin-top: 0.8rem;
}

/* .connectivity-product-card .price_text {
    font-size: 35px;
    font-weight: 500;
} */

.connectivity-product-card .price_terms_text {
    font-size: 13px;
}

.connectivity-product-card .subheading {
    font-size: 16px !important;
    font-weight: 200;
    margin-bottom: 1.5rem;
    margin-top: 1rem;
}

.connectivity-product-card .speeds {
    display: flex;
    justify-content: center;
	align-items: center;
	margin-top: 0.5rem;
}

.connectivity-product-card .speeds .speed-text {
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    margin: 5px;
    padding: 10px 20px;
    border-radius: 10px;
    padding-bottom: 10px;
}

.connectivity-product-card .speeds .speed-text span {
    color: #cccccc;
    font-size: 12px;
    display: block;
}


.connectivity-product-card .card-actions {
	display: flex;
    justify-content: center;
	align-items: center;
    padding: 1rem;
    border-top: 1px solid #ccc;
}

.connectivity-product-card .card-actions .apply {
    display: block;
    color: #fff;
    border-color: #B97EBB;
    background-color: #B97EBB;
    width: 48%;
    border-radius: 10px;
    padding: 7px;
	transition: all .3s ease-in-out;
}

.connectivity-product-card .card-actions .call-me {
	font-weight: 600;
	color: #B97EBB;
	transition: all .3s ease-in-out;
}

.no-products .call-me-form {
    max-width: 65%;
    margin: auto;
    margin-top: 2rem;
}

.connectivity-product-card .card-actions a:hover {
	opacity: 0.8;
}

.infinet-connectivity-products .headings {
    text-align: center;
    margin-bottom: 3rem;
}

.floating-whatsapp {
    position: fixed;
    z-index: 9999999;
    top: 80vh;
    right: 1rem;
}


.vc_tta-tabs .vc_tta-panel-body {
    padding-bottom: 3rem !important;
}

.vc_tta-tabs  .vc_tta-panels .vc_tta-panel-heading {
    background-color: transparent !important;
    border: 0px !important;
    padding: 0px !important;
}
.vc_tta-tabs  .vc_tta-panels .vc_tta-panel-heading a{
    border: 1px solid #8D8C8C !important;
    background-color: transparent !important;
    color: #000000 !important;
    border-radius: 30px;
    margin: 15px;
    padding: 1rem 3rem;
}

.vc_tta-tabs  .vc_tta-panels .vc_active .vc_tta-panel-heading a{
    background: linear-gradient(to right, #4B58E8 0%, #1ABECA 100%) !important;
    color: #ffffff !important;
}

@media (max-width: 800px) {
    .floating-whatsapp {
        top: 82vh;
    }
}

.vc_separator h4 {
    font-size: 20px !important;
}

.telkom-products {
    text-align: center;
}

.no-products {
    margin-top: 3rem;
}

.no-products a {
    color: #fff;
    border-color: #B97EBB;
    background-color: #B97EBB;
    border: 0px !important;
    padding: 0.8rem 2rem;
    display: inline-block;
    margin-top: 1rem;
    border-radius: 11px;
}

.row.lte-products img{
    border-radius: 15px;
}

.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-modern,
.gform_button.button,
.vc_btn3.vc_btn3-color-purple.vc_btn3-style-modern {
    color: #fff;
    border-color: #4e5aa8 !important;
    background-color: #4e5aa8 !important;
    border: 0px !important;
}

.mobile {
    display: none !important;
}

@media (max-width: 800px) {
    .mobile {
        display: block !important;
    } 
    .desktop {
        display: none !important;
    }

    .site-footer .footer-links {
        display: block;
    }

    .links-container {
        margin-bottom: 1rem;
    }

    .site-footer .footer-logo img {
        max-width: 160px;
        margin-bottom: 0.5rem;
    }

    .ai-footer-cta {
        padding: 1rem;
    }

    .ai-footer-copyright .container {
        display: block;
    }

    .social-icons {
        margin-top: 0.5rem;
        text-align: center;
    }

    .ai-footer-copyright {
        text-align: center;
    }

    .custom-logo-link img {
        max-width: 135px;
    }

    header#masthead {
        height: auto;
    }

    .logged-in div#content {
        padding-top: 43px;
    }
}

@media (min-width: 801px) {
    .row.lte-products {
        max-width: 80%;
        margin: auto;
    }
}

@media (max-width: 800px) {
  #connectivity-banner-slider {
    min-height: auto !important;
     height: auto !important;
     background: linear-gradient(to right, #2ec4cf, #6c63ff) !important;
  }  

  #connectivity-banner-slider .wpb_column.vc_column_container.vc_col-sm-12 {
    padding-top: 0px !important;
  }

  .package-view .product-suppliers img {
    max-width: 90px;
  }
  
  .infinet-vc-element.infinet-banner-slider{
    position: relative;
  }

  .infinet-posts-loop.slider.page-banners {
    position: relative;
  }

  #connectivity-banner-slider .vc_column-inner {
    padding: 0px !important;
  }

  .vc_row.wpb_row.vc_inner.vc_row-fluid.connectivity-checker-row {
    padding: 0 15px;
  }

  .infinet-connectivity_checker .form-inputs-container {
    display: block;
  }

  .infinet-connectivity_checker .inputs-container {
    width: 100%;
    margin-right: 0;
  }

  .infinet-connectivity_checker .form-control {
    width: 100%;
    padding: 12px;
  }

  .infinet-connectivity_checker .btn-link {
    width: 100%;
    margin-bottom: 13px;
    padding: 12px 20px;
  }

  #connectivity-banner-slider h4.vc_custom_heading.vc_do_custom_heading {
    text-align: center !important;
    display: block;
    font-size: 22px !important;
  }
  
  .package-view .package-details {
    max-width: 95%;
     width:100%;
    margin-bottom: 2rem;
   }
}