.container{
	max-width: 1185px;
	margin: 0 auto;
}

.tuffweb_wrap_installation_table .table_box_content {
	border: 10px solid #b5bcc0;
    border-radius: 5px;
	display: flex;
	flex-wrap: wrap;
}

.tuffweb_wrap_installation_table .table_box_content *{
	margin: 0;
	position: relative;
}

.tuffweb_wrap_installation_table .table_box_content .table_boxed{
	max-width: calc(50% - 90px);
	width: 100%;
	padding: 0 15px;
}

.tuffweb_wrap_installation_table .table_box_content .table_boxed .box_row{
	text-align: center;
    margin: 0 -15px;
    padding: 0px 15px;
    background-color: #f5f5f5;
    border-bottom: 4px solid #b5bcc0;
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.tuffweb_wrap_installation_table .question {
  width: 25px;
}

.tuffweb_wrap_installation_table .table_box_content .table_boxed.text_box .box_row{
	justify-content: center;
}

.tuffweb_wrap_installation_table .table_box_content .table_boxed.text_box .box_row.box_1{
	justify-content: center;
}

.tuffweb_wrap_installation_table .table_box_content .table_boxed .box_row *{
	position: initial;
}

.tuffweb_wrap_installation_table .table_box_content .table_boxed .box_row:last-of-type{
	border-bottom: 0;
	margin-bottom: -10px;
}

.tuffweb_wrap_installation_table .table_box_content .table_boxed .box_row:nth-child(2n){
	background-color: #ebebeb;	
}

.tuffweb_wrap_installation_table .table_box_content .table_boxed .box_row.box_1{
    border-bottom-width: 8px;
}

.tuffweb_wrap_installation_table .table_box_content .table_boxed .box_row .box_title{
	padding: 20px 20px 28px;
}

.tuffweb_wrap_installation_table .table_box_content .table_boxed .box_row .box_title h2{
	font-size: 30px;
	color: #000;
	font-weight: 600;
	line-height: 36px;
}

.tuffweb_wrap_installation_table .table_box_content .table_boxed .box_row .box_content_symbol .box_symbol{
	position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.tuffweb_wrap_installation_table .table_box_content .table_boxed .box_row .box_content_symbol .box_content{
/* 	opacity: 0;
    z-index: 2;
	transition: 0.5s opacity ease-in-out;
	display: inline-block;
	max-height: 62px;
    overflow-y: auto;
    overflow-x: hidden;
	margin: 17px 0 22px; */
}

.tuffweb_wrap_installation_table .table_box_content .table_boxed .box_row .box_content_symbol .box_content::after{
	content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    z-index: 1;
    background-color: rgba(255,255,2555, .5);
}

.tuffweb_wrap_installation_table .table_box_content .table_boxed .box_row .box_content_symbol .box_content p{
	color: #344973;
	font-size: 18px;
	font-weight: 900;
	line-height: 21px;
	text-align: left;
	margin: 0;
	z-index: 2;
	position: relative;
}

.tuffweb_wrap_installation_table .table_box_content .table_boxed.right_box .box_row .box_content_symbol .box_content p{
	color: #7f8486;
    font-weight: 600;
}

.tuffweb_wrap_installation_table .table_box_content .table_boxed .box_row .box_title h2.blue_title{
	color: #1E8ECE;
}

.tuffweb_wrap_installation_table .table_box_content .table_boxed.center_box{
	max-width: 180px;
	padding: 0;
}

.tuffweb_wrap_installation_table .table_box_content .table_boxed.center_box *{
	position: relative;
	background-color: #fff !important;
	border-color: #fff;
}

.tuffweb_wrap_installation_table .table_box_content .table_boxed.center_box .box_container{
	-webkit-box-shadow: 4px 23px 37px #00000029;
	-moz-box-shadow: 4px 23px 37px #00000029;
	box-shadow: 4px 23px 37px #00000029;
	height: calc(100% + 00px);
    margin: -10px 0 0;
    background-color: #fff;
    border-radius: 10px;
    padding: 10px 15px;
}

.tuffweb_wrap_installation_table .table_box_content .table_boxed.center_box .box_row .box_icon{
	padding: 15px;
}

.tuffweb_wrap_installation_table .table_box_content .table_boxed.center_box .box_row .box_icon img{
	max-width: 100%;
	transition: 0.2s opacity ease-in-out;
}

.tuffweb_wrap_installation_table .table_box_content .table_boxed.center_box .box_row .box_icon .red_icon{
	position: absolute;
    left: 0;
    right: 0;
    opacity: 0;
	margin: 0 auto;
    display: inline-block;
}

.tuffweb_wrap_installation_table .table_box_content .table_boxed.center_box .box_row.active .box_icon .red_icon,
.tuffweb_wrap_installation_table .table_box_content .table_boxed .box_row.active .box_content_symbol .box_content{
	opacity: 1;
}

/* News  */
.news-single-page-inner {
    display: flex;
}

/* Solution Spotlight  */
span.pipe-sign:last-of-type {
    display: none;
}
.solution-spotlight-single .post-navigation .nav-links {
    flex-direction: row-reverse;
}

/* pop up */
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
	z-index: 99999;
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}
/* 10-05-2024 DM CSS HERE */
body.single-post h1,body.single-post h2,body.single-post h3,body.single-post h4,body.single-post h5,body.single-post h6{line-height:135% !important;}
body.single-post ul,body.single-post ol{margin-bottom:20px;}
/* 10-05-2024 DM CSS HERE */
@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}

@media only screen and (max-width: 767px){
	.ug-gallery-wrapper .ug-textpanel-title {
		font-size: 14px !important;
		line-height: 20px !important;
	}
	.ug-gallery-wrapper .ug-textpanel-description {
		font-size: 12px !important;
		line-height: 16px !important;
	}

}

body.single.single-post .elementor-widget-wrap .elementor-widget-theme-post-content h1 {
		font-size:26px;
		font-family:"Lato", Sans-serif;
		color:#333333;
		font-weight:bold;
}
body.single.single-post .elementor-widget-wrap .elementor-widget-theme-post-content h2 {
		font-size:22px;
		font-family:"Lato", Sans-serif;
		color:#000000;
		font-weight:bold;
}
body.single.single-post .elementor-widget-wrap .elementor-widget-theme-post-content h3 {
		font-size:18px;
		font-family:"Lato", Sans-serif;
		color:#000000;
		font-weight:bold;
		text-transform: capitalize;
}
body.single.single-post .elementor-widget-wrap .elementor-widget-theme-post-content h4 {
		font-size:16px;
		font-family:"Lato", Sans-serif;
		color:#000000;
		font-weight:bold;
}
body.single.single-post .elementor-widget-wrap .elementor-widget-theme-post-content h5 {
		text-transform: uppercase;
		font-size:14px;
		color:#000000;
		font-weight:bold;
}
body.single.single-post .elementor-widget-wrap .elementor-widget-theme-post-content h6 {
		text-transform: uppercase;
		font-size:14px;
		color:#000000;
		font-weight:bold;
		text-transform: capitalize;
}
body.single.single-post .elementor-widget-wrap .elementor-widget-theme-post-content p {
	color:#464545;
	font-family:"Lato", Sans-serif;
	font-size:16px;
	font-weight:500;
	line-height: 28px;
	padding-bottom:14px;
}