.board-main-index-bg {
    background-image: url(/images/smart-board/board-bg.png);
    background-position: top left;
    background-repeat: no-repeat;
    padding: 100px 0 0;
    position: relative;
    top: -70px;
    background-size: cover;
}


.icon .fas {
	color: #ffffff;
}
.board-top-header-btn {
    font-weight: 700;
    font-size: 14px;
    letter-spacing: -0.3px;
    display: inline-block;
    white-space: normal;
    color: #434343;
    background-color: #fff24c;
    border-radius: 4px;
    padding: 10px 15px;
    position: relative;
    z-index: 1;
    transition: all 0.4s ease;
    border: 0px solid;
    min-width: 150px;
    text-align: center;
    height: 45px;
    box-shadow: 0 10px 30px rgb(76 208 229 / 30%);
}
.board-get-started-note {
    font-size: 13px;
    color: #4f514b;
    margin-top: 7px;
    letter-spacing: -0.2px;
}
.board-get-free-note {
font-size: 47px;
    padding: 10px;
    margin: 20px;
    display: inline-block;
    color: #2676bc;
    font-weight: 600;
    letter-spacing: -0.5px;
}


.highlighter {
background-image: linear-gradient(120deg, #f093fb 0%, #f5576c 100%);
  border-radius: 6px;
  padding: 4px 10px;
  color: #fefefe;
}
.highlight-container, .highlight {
  position: relative;
}

.highlight-container {
  display: inline-block;
}
.highlight-container:before {
  content: " ";
  display: block;
  height: 90%;
  width: 100%;
  margin-left: -3px;
  margin-right: -3px;
  position: absolute;
  background: #ffd500;
  transform: rotate(2deg);
  top: -1px;
  left: -1px;
  border-radius: 20% 25% 20% 24%;
  padding: 10px 3px 3px 10px;
}
.highlight-gradient {
    display: flex;
    border-radius: 20px;
  padding: 12px 5px;
background-color: #FF3CAC;
background-image: linear-gradient(225deg, #FF3CAC 0%, #784BA0 50%, #2B86C5 100%);
    border: 10px solid;
    border-style: solid;
    border-image: linear-gradient(to right, #4200dc, #FA709A) 1;

}
.highlight-text {
	padding: 15px;
	    color: #fefefe;
}
.highlight-text a {
	    text-decoration: underline;
    font-style: italic;
    color: #ffffff;
}
.highlighter-text {
	 font-style: italic;
	 font-weight: 700;
}
.board-header-subtitle {
	font-size: 24px;
	font-weight: 600;
    letter-spacing: -0.2px;
    margin-bottom: 20px;
    display: inline-block;
}
/* Banner Style Two */
.banner-style-two .thumb {
    padding-right: 21%;
    margin-top: 30px;
    position: relative;
}
.banner-style-two-area {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top center;
	position: relative;
	z-index: 1;
}

.banner-shape-right-top {
	position: absolute;
	right: 0;
	top: 0;
	max-width: 40%;
	z-index: -1;
	opacity: 0.1;
}

.banner-style-two .content {
	padding-top: 250px;
	padding-bottom: 120px;
}


/*.banner-style-two .thumb > img {
	border-radius: 30px;
	box-shadow: 0 3px 40px 0 rgb(0 0 0 / 10%);
} --!> */

.banner-style-two h2 {
	font-weight: 600;
	font-size: 50px;
}

.banner-style-two p {
	font-size: 20px;
	line-height: 1.7;
}

.banner-style-two .thumb .inner-thumb {
	position: absolute;
	right: 0;
	top: 150px;
	max-width: 40%;
}

.banner-app-features {
	right: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.banner-app-features li {
	color: var(--color-heaidng);
	display: flex;
	align-items: center;
	margin-top: 25px;
}

.banner-app-features li:first-child {
	margin-top: 0;
}

.banner-app-features li h4 {
	color: var(--color-heading);
	margin: 0;
	font-weight: 600;
}

.banner-app-features li i {
	display: inline-block;
	height: 80px;
	width: 80px;
	line-height: 76px;
	background: #6397c2;
	text-align: center;
	border-radius: 50%;
	font-weight: 600; /* >600 to solve task #104833 */
	font-size: 30px;
	margin-right: 20px;
	position: relative;
	z-index: 1;
	overflow: hidden;
	border: 3px solid white;
	box-shadow: 0 3px 40px 0 rgb(0 0 0 / 10%);
}

.banner-app-features li i::after {
	position: absolute;
	left: -10px;
	bottom: -10px;
	content: "";
	height: 60px;
	width: 60px;
	border-radius: 50%;
	background: #ffffff;
	z-index: -1;
	opacity: 0.1;
}

.banner-app-features li span {
    display: block;
    font-size: 14px;
    color: inherit;
    font-weight: 600;
    color:#434343;
}
.banner-app-features li h4 {
display: block;
    font-size: 21px;
    color: inherit;
    font-weight: 700;
    color:#434343;
}
.banner-app-features li:nth-child(2n) i {
	background: #f0a1a1;
}

.banner-style-two h2 strong {
	display: inline-block;
	font-weight: 600;
	position: relative;
	z-index: 1;
}

.banner-style-two h2 strong::after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	height: 100%;
	width: 100%;
	background: url(../img/shape/7.png);
	z-index: -1;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
@media only screen and (min-width: 200px) and (max-width: 560px) {
		.highlighter {
	font-size: 42px;
	}
	.highlighter-text {
	font-size: 16px;
	}
	.highlight-text {
	font-size: 16px;
	    line-height: 24px;
	}

.various-baords-bg {
	padding: 10px 0 10px 0 !important;
}
}
@media only screen and (min-width: 200px) and (max-width: 991px) {
.area-content-right {
	width: 100% !important;
	}
	.area-content-left {
	width: 100% !important;
	}
	.board-index-structure-desc {
    width: 100% !important;
	}
/* Banner Two */
	.banner-style-two-area {
		background-size: cover;
		background-image: none !important;
	}

	.banner-style-two .content {
		padding-top: 120px;
	}

	.banner-style-two .thumb {
		padding-right: 0;
		margin-top: 30px;
	}

	.banner-style-two-area::after {
		position: absolute;
		left: 0;
		bottom: 0;
		content: "";
		height: 100%;
		width: 100%;
		background: var(--bg-gradient-reverse);
		z-index: -1;
	}

	.banner-app-features {
		position: inherit;
		width: 100%;
		transform: inherit;
	}

	.banner-app-features ul {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
	}

	.banner-app-features li {
		display: block;
		margin-top: 5px !important;
	}

	.banner-app-features li i {
		margin: 0;
		margin-bottom: 15px;
	}

	.banner-style-two p {
		padding-right: 15%;
	}

	.banner-app-features li span {
		color: var(--white);
		margin-bottom: 5px;
	}

	.banner-app-features li h4 {
		color: var(--white);
	}

	.banner-shape-right-top {
		z-index: inherit;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) { 
	.area-content-right {
	width: 100% !important;
	}
		.area-content-left {
	width: 100% !important;
	}
/* Banner Two */
	.banner-style-two-area {
		background-size: cover;
		background-image: none !important;
	}

	.banner-style-two .content {
		padding-top: 220px;
	}

	.banner-style-two .thumb {
		padding-right: 0;
		margin-top: 30px;
	}

	.banner-style-two-area::after {
		position: absolute;
		left: 0;
		bottom: 0;
		content: "";
		height: 100%;
		width: 100%;
		background: var(--bg-gradient-reverse);
		z-index: -1;
	}

	.banner-app-features {
		position: inherit;
		width: 100%;
		transform: inherit;
	}

	.banner-app-features ul {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
	}

	.banner-app-features li {
		display: block;
		margin-top: 5px !important;
	}

	.banner-app-features li i {
		margin: 0;
		margin-bottom: 15px;
	}

	.banner-style-two p {
		padding-right: 15%;
	}

	.banner-app-features li span {
		color: var(--white);
		margin-bottom: 5px;
	}

	.banner-app-features li h4 {
		color: var(--white);
	}

	.banner-shape-right-top {
		z-index: inherit;
	}
}
h3 {
	    font-size: 32px;
    font-weight: 700;
    letter-spacing: -0.5px;
}
.index-header h1 {
    font-size: 52px;
    font-weight: 700;
    letter-spacing: -1.7px;
    line-height: 46px;
    text-align: center;
    color: #434343;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}

.image-mockup-shadow {
    -webkit-box-shadow: 16px 5px 67px -12px rgba(50, 0, 255, 0.14);
    box-shadow: 16px 5px 67px -12px rgba(50, 0, 255, 0.14);
    border-radius: 20px;
}
@media (min-width: 768px) {
	.image-mockup {
    width: 100% !important;
    padding-left: 0px !important;
}
	
}
@media screen and (min-width: 992px){
 .image-mockup {
    display: block;
    width: 100%;
}
}
@media screen and (min-width: 1200px) {
.image-mockup {
 width: 160%;
    padding-left: 50px;
}
}
#mid .mockup-img {
  position: relative;  left: -95px;
  top: 50px;

  -webkit-transform: rotate(345deg);
          transform: rotate(345deg);
  max-width: 630px;
  display: none;
}

@media (min-width: 1400px) {
#mid .mockup-img {
    display: block;
  }
}

@media (min-width: 1560px) {
#mid  .mockup-img {
    left: 0;
    top: 50px;
    -webkit-transform: rotate(335deg) scale(1.1);
            transform: rotate(335deg) scale(1.1);
    max-width: 680px;
  }
}
.various-baords-bg {
    background-image: url(/images/smart-board/board-various-bg.png);
    background-position: top left;
    background-repeat: no-repeat;
    padding: 100px 0 100px 0;
    position: relative;
        background-size: cover;
        height: 100%;
}
.various-bg-content {
	    display: table-cell;
    height: 400px;
    vertical-align: middle;
	
}

.various-bg-text {
	    background: yellow;
    border-radius: 20px;
    padding: 20px;
}
.area-content-left {
	width: 80%;
	float: right;
}
.area-content-right {
	width: 80%;
	
}
.board-index-feature{
	   display: flex;
   align-items:center;
	
}
.board-index-structure-desc {
	width:60%;
	    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
    text-align: center;
}
.board-structure-bg {
	background-color: #434343;
}
.board-structure-section h2{
	color: #e4cf52;
	    font-size: 42px;
    font-weight: 600;
    letter-spacing: -0.7px;
	text-align: center;
}
.board-structure-section h3{
	color: #46ccfb;
	    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.7px;
	
}
.board-structure-section p{
	color: #fefefe;
    letter-spacing: -0.3px;
	line-height: 30px;
}
.board-structure-section-diagram-caption {
    font-size: 14px;
    line-height: 24px !important;
    font-style: normal;
    margin-top: 15px;
    background: #3DA5D9;
    padding: 10px;
    border-radius: 8px;
}
.card-body .icon {
	width: 64px;
}
.card-body .title {
	font-size: 21px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 700;
}
.vertical-tab{
    display: table;
}
.vertical-tab .nav-tabs{
display: grid;
    /* width: 28%; */
    /* min-width: 28%; */
    float: left;
    vertical-align: top;
    border: none;
    position: relative;
}
.vertical-tab .nav-tabs li{
    float: none;
    vertical-align: top;
    position: relative;
}
.vertical-tab .nav-tabs li a{
    color: #333;
    background-color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 50px;
    margin: 0 10px 15px 0;
    border-radius: 20px;
    border: none;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease 0s;
}
.vertical-tab .nav-tabs li a:hover,
.vertical-tab .nav-tabs li.active a,
.vertical-tab .nav-tabs li.active a:hover,
.vertical-tab .nav-tabs li.selected-tab a{
    color: #fff;
    background-color: #fff;
    border: none;
}
.vertical-tab .nav-tabs li a:before, 
.vertical-tab .nav-tabs li.selected-tab a:before{
    content: '';
    background: linear-gradient(-135deg, #e4b52c, #cd4343);
    opacity: 0;
    border-radius: 20px;
    position: absolute;
    bottom: 10px;
    left: -50%;
    right: 100%;
    top: 10px;
    z-index: -1;
    transition: all 0.3s ease 0s;
}
.vertical-tab .nav-tabs li.active a:before,
.vertical-tab .nav-tabs li a:hover:before,
.vertical-tab .nav-tabs li.selected-tab a:before{
    opacity: 1;
    left: 10px;
    right: 10px;
}
.vertical-tab .tab-content{
    color: #fff;
    font-size: 15px;
    letter-spacing: 0.5px;
    line-height: 25px;
    margin-top: 10px;
    display: table-cell;
    position: relative;
    margin-left: 0px;
    position: relative;
    top: 0px;
}
@media only screen and (max-width: 479px){
    .vertical-tab{
        padding: 0;
        margin: 0;
    }
    .vertical-tab .nav-tabs{
        width: 100%;
        border: none;
        display: block;
        margin: 0 0 10px;
    }
    .vertical-tab .nav-tabs li a{ margin: 0; }
    .vertical-tab .tab-content{
        font-size: 14px;
        margin-top: 0;
        display: block;
    }
}
.smartboard-cta-section {
background: #556270;  /* fallback for old browsers */
background: -webkit-linear-gradient(to bottom, #556270, #339d95);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to bottom, #556270, #339d95) /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.smartboard-cta-section-desc {
	color: #fff;
	text-align: center;
}
.smartboard-cta-section-desc p{
font-size: 18px;
}
.smartboard-cta-section-desc h2{
    color: #fff;
    font-weight: 700;
    text-align: center;
    font-size: 42px;
}
@media only screen and (max-width: 599px){
	.board-index-feature {
	display: grid;
	}
	
}
@media only screen and (max-width: 991px){
	
.vertical-tab .nav-tabs {
    display: block;
	
}
.vertical-tab .nav-tabs li a {
	padding: 10px 20px;
	font-size: 14px;
	
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	
.vertical-tab .nav-tabs li a {
	padding: 10px 30px;
	font-size: 16px;
	
}

	}

/***********************************
Board Feature Page
************************************/
.board-main-features-bg {
    background-image: url(/images/smart-board/board-features-bg.jpg);
    background-position: top left;
    background-repeat: no-repeat;
padding-top:150px;
padding-bottom: 60px;
    position: relative;
    top: -70px;
    background-size: cover;
}

.board-features-bg-light {
	background-image: radial-gradient( circle farthest-corner at 10% 20%,  #F6F7FE 0.1%, rgba(239,249,251,0.63) 90.1% );
}
.board-features-bg-image {
    background-image: url(/images/smart-board/board-features-image-bg.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    position: relative;
    background-size: contain;
    }
.board-feature-header h1 {
	    font-size: 45px;
    font-weight: 700;
    letter-spacing: -1.7px;
    line-height: 46px;
    text-align: left;
    color: #434343;
	
}
.board-feature-index h2 {
    font-size: 48px;
    line-height: 1;
    margin-bottom: 10px;
    font-weight: 700;
    text-transform: capitalize;
}
.board-feature-index h3 {
    font-size: 30px;
    line-height: 42px;
    margin-bottom: 10px;
    font-weight: 700;
    text-transform: capitalize;
}
.board-feature-index-title {
    margin-bottom: 80px;
    position: relative;
}