.grid-container {
  position: relative;
  margin: 0 auto;
  width: 100%;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.grid-container:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/*	--------------------------------------------------
	:: Float Columns to display Inline
	-------------------------------------------------- */
.grid-container .column {
  display: inline-block;
  float: left;
  padding: 0 0%;
}
/*	-------------------------------------------------------
	:: Columns Width in % for Fluid Container
	------------------------------------------------------- */
.grid-container .column.one {
  width: 6.333333333333333%;
}
.grid-container .column.two {
  width: 14.666666666666667%;
}
.grid-container .column.three {
  width: 23%;
}
.grid-container .column.four {
  width: 31.33333333333334%;
}
.grid-container .column.five {
  width: 39.66666666666667%;
}
.grid-container .column.six {
  width: 48%;
}
.grid-container .column.seven {
  width: 56.33333333333334%;
}
.grid-container .column.eight {
  width: 64.66666666666667%;
}
.grid-container .column.nine {
  width: 73%;
}
.grid-container .column.ten {
  width: 81.33333333333334%;
}
.grid-container .column.eleven {
  width: 89.66666666666667%;
}
.grid-container .column.twelve {
  width: 100%;
}
/*	-------------------------------------------------------
	:: Columns Offsets Desktop
	------------------------------------------------------- */
.grid-container .column.offsetdes-one {
  margin-left: 8.333333333333333%;
}
.grid-container .column.offsetdes-two {
  margin-left: 16.666666666666667%;
}
.grid-container .column.offsetdes-three {
  margin-left: 25%;
}
.grid-container .column.offsetdes-four {
  margin-left: 33.33333333333334%;
}
.grid-container .column.offsetdes-five {
  margin-left: 41.66666666666667%;
}
.grid-container .column.offsetdes-six {
  margin-left: 50%;
}
.grid-container .column.offsetdes-seven {
  margin-left: 58.33333333333334%;
}
.grid-container .column.offsetdes-eight {
  margin-left: 66.66666666666667%;
}
.grid-container .column.offsetdes-nine {
  margin-left: 75%;
}
.grid-container .column.offsetdes-ten {
  margin-left: 83.33333333333334%;
}
.grid-container .column.offsetdes-eleven {
  margin-left: 91.66666666666667%;
}
.grid-container .column.offsetdes-twelve {
  margin-left: 100%;
}
/*	--------------------------------------------------
	:: Columns Width with no space Left Desktop
	-------------------------------------------------- */
.grid-container .column.one.nospacedesl {
  width: 7.333333333333333%;
  padding-left: 0;
}
.grid-container .column.two.nospacedesl {
  width: 15.66666666666667%;
  padding-left: 0;
}
.grid-container .column.three.nospacedesl {
  width: 24%;
  padding-left: 0;
}
.grid-container .column.four.nospacedesl {
  width: 32.33333333333334%;
  padding-left: 0;
}
.grid-container .column.five.nospacedesl {
  width: 40.66666666666667%;
  padding-left: 0;
}
.grid-container .column.six.nospacedesl {
  width: 49%;
  padding-left: 0;
}
.grid-container .column.seven.nospacedesl {
  width: 57.33333333333334%;
  padding-left: 0;
}
.grid-container .column.eight.nospacedesl {
  width: 65.66666666666667%;
  padding-left: 0;
}
.grid-container .column.nine.nospacedesl {
  width: 74%;
  padding-left: 0;
}
.grid-container .column.ten.nospacedesl {
  width: 82.33333333333334%;
  padding-left: 0;
}
.grid-container .column.eleven.nospacedesl {
  width: 90.66666666666667%;
  padding-left: 0;
}
.grid-container .column.twelve.nospacedesl {
  width: 99%;
  padding-left: 0;
}
/*	--------------------------------------------------
	:: Columns Width with no space Right Desktop
	-------------------------------------------------- */
.grid-container .column.one.nospacedesr {
  width: 7.333333333333333%;
  padding-right: 0;
}
.grid-container .column.two.nospacedesr {
  width: 15.66666666666667%;
  padding-right: 0;
}
.grid-container .column.three.nospacedesr {
  width: 24%;
  padding-right: 0;
}
.grid-container .column.four.nospacedesr {
  width: 32.33333333333334%;
  padding-right: 0;
}
.grid-container .column.five.nospacedesr {
  width: 40.66666666666667%;
  padding-right: 0;
}
.grid-container .column.six.nospacedesr {
  width: 49%;
  padding-right: 0;
}
.grid-container .column.seven.nospacedesr {
  width: 57.33333333333334%;
  padding-right: 0;
}
.grid-container .column.eight.nospacedesr {
  width: 65.66666666666667%;
  padding-right: 0;
}
.grid-container .column.nine.nospacedesr {
  width: 74%;
  padding-right: 0;
}
.grid-container .column.ten.nospacedesr {
  width: 82.33333333333334%;
  padding-right: 0;
}
.grid-container .column.eleven.nospacedesr {
  width: 90.66666666666667%;
  padding-right: 0;
}
.grid-container .column.twelve.nospacedesr {
  width: 99%;
  padding-right: 0;
}
/*	--------------------------------------------------
	:: Columns Width with no space Desktop
	-------------------------------------------------- */
.grid-container .column.one.nospacedes {
  width: 8.333333333333333%;
  padding: 0;
}
.grid-container .column.two.nospacedes {
  width: 16.66666666666667%;
  padding: 0;
}
.grid-container .column.three.nospacedes {
  width: 25%;
  padding: 0;
}
.grid-container .column.four.nospacedes {
  width: 33.33333333333334%;
  padding: 0;
}
.grid-container .column.five.nospacedes {
  width: 41.66666666666667%;
  padding: 0;
}
.grid-container .column.six.nospacedes {
  width: 50%;
  padding: 0;
}
.grid-container .column.seven.nospacedes {
  width: 58.33333333333334%;
  padding: 0;
}
.grid-container .column.eight.nospacedes {
  width: 66.66666666666667%;
  padding: 0;
}
.grid-container .column.nine.nospacedes {
  width: 75%;
  padding: 0;
}
.grid-container .column.ten.nospacedes {
  width: 83.33333333333334%;
  padding: 0;
}
.grid-container .column.eleven.nospacedes {
  width: 91.66666666666667%;
  padding: 0;
}
.grid-container .column.twelve.nospacedes {
  width: 100%;
  padding: 0;
}
/*	--------------------------------------------------
	:: Grid Columns for 960px and below
	-------------------------------------------------- */
@media only screen and (max-width: 960px) {
  .grid-container .column.one, .grid-container .column.two, .grid-container .column.three, .grid-container .column.four, .grid-container .column.five, .grid-container .column.six, .grid-container .column.seven, .grid-container .column.eight, .grid-container .column.nine, .grid-container .column.ten, .grid-container .column.eleven, .grid-container .column.twelve {
    width: 98%;
    padding: 0 1%;
  }
  /*	--------------------------------------------------
		:: Columns Width without Block Columns Responsive
		-------------------------------------------------- */
  .grid-container .column.one.floatres {
    width: 6.333333333333333%;
  }
  .grid-container .column.two.floatres {
    width: 14.666666666666667%;
  }
  .grid-container .column.three.floatres {
    width: 23%;
  }
  .grid-container .column.four.floatres {
    width: 31.33333333333334%;
  }
  .grid-container .column.five.floatres {
    width: 39.66666666666667%;
  }
  .grid-container .column.six.floatres {
    width: 48%;
  }
  .grid-container .column.seven.floatres {
    width: 56.33333333333334%;
  }
  .grid-container .column.eight.floatres {
    width: 64.66666666666667%;
  }
  .grid-container .column.nine.floatres {
    width: 73%;
  }
  .grid-container .column.ten.floatres {
    width: 81.33333333333334%;
  }
  .grid-container .column.eleven.floatres {
    width: 89.66666666666667%;
  }
  .grid-container .column.twelve.floatres {
    width: 98%;
  }
  /*	--------------------------------------------------
		:: Columns Width with Offsets Responsive
		-------------------------------------------------- */
  .grid-container .column.offsetres-one, .grid-container .column.offsetres-two, .grid-container .column.offsetres-three, .grid-container .column.offsetres-four, .grid-container .column.offsetres-five, .grid-container .column.offsetres-six, .grid-container .column.offsetres-seven, .grid-container .column.offsetres-eight, .grid-container .column.offsetres-nine, .grid-container .column.offsetres-ten, .grid-container .column.offsetres-eleven, .grid-container .column.offsetres-twelve {
    width: 98%;
    margin-left: 0;
    padding: 0 1%;
  }
  /*	--------------------------------------------------
		:: Columns Width without space Left Responsive
		-------------------------------------------------- */
  .grid-container .column.one.nospaceresl, .grid-container .column.two.nospaceresl, .grid-container .column.three.nospaceresl, .grid-container .column.four.nospaceresl, .grid-container .column.five.nospaceresl, .grid-container .column.six.nospaceresl, .grid-container .column.seven.nospaceresl, .grid-container .column.eight.nospaceresl, .grid-container .column.nine.nospaceresl, .grid-container .column.ten.nospaceresl, .grid-container .column.eleven.nospaceresl, .grid-container .column.twelve.nospaceresl {
    width: 100%;
    padding-left: 0;
  }
  /*	--------------------------------------------------
		:: Columns Width with space Right Responsive
		-------------------------------------------------- */
  .grid-container .column.one.nospaceresr, .grid-container .column.two.nospaceresr, .grid-container .column.three.nospaceresr, .grid-container .column.four.nospaceresr, .grid-container .column.five.nospaceresr, .grid-container .column.six.nospaceresr, .grid-container .column.seven.nospaceresr, .grid-container .column.eight.nospaceresr, .grid-container .column.nine.nospaceresr, .grid-container .column.ten.nospaceresr, .grid-container .column.eleven.nospaceresr, .grid-container .column.twelve.nospaceresr {
    width: 100%;
    padding-right: 0;
  }
  /*	--------------------------------------------------
		:: Columns Width with no space Responsive
		-------------------------------------------------- */
  .grid-container .column.one.nospaceres, .grid-container .column.two.nospaceres, .grid-container .column.three.nospaceres, .grid-container .column.four.nospaceres, .grid-container .column.five.nospaceres, .grid-container .column.six.nospaceres, .grid-container .column.seven.nospaceres, .grid-container .column.eight.nospaceres, .grid-container .column.nine.nospaceres, .grid-container .column.ten.nospaceres, .grid-container .column.eleven.nospaceres, .grid-container .column.twelve.nospaceres {
    width: 100%;
    padding: 0;
  }
}
/*
    Description: 	Tabs Framework
    Author: 		InsideLab
    Version: 		1.0
*/
/*	--------------------------------------------------
	:: Tablet Portrait Design for a width of 1200px
	-------------------------------------------------- */
@media only screen and (min-width:960px) and (max-width:1199px) {
  .wrapper {
    width: 960px;
  }
  .tabs-default.tabs-dark-default .label, .tabs-default.tabs-light-default .label {
    position: relative;
    display: block;
    width: 100%;
  }
  .tabs-default.tabs-dark-default .label {
    border-top: 1px solid #343e4d;
    border-bottom: 1px solid #1c2027;
  }
  .tabs-default.tabs-light-default .label {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #ddd;
  }
  .tabs.arrow .input:checked + .label:before {
    display: none;
  }
  .tabs-default.tabs-blue-default .input:checked + .label {
    border-top: 1px solid #3face4;
    border-bottom: 1px solid #2479a5;
  }
  .tabs-default.tabs-green-default .input:checked + .label {
    border-top: 1px solid #32bf61;
    border-bottom: 1px solid #1d8d42;
  }
  .tabs-default.tabs-red-default .input:checked + .label {
    border-top: 1px solid #dd3c4f;
    border-bottom: 1px solid #b22434;
  }
  .tabs-default.tabs-orange-default .input:checked + .label {
    border-top: 1px solid #ea5d5d;
    border-bottom: 1px solid #c43737;
  }
  .tabs-default.tabs-purple-default .input:checked + .label {
    border-top: 1px solid #b647b4;
    border-bottom: 1px solid #842c82;
  }
}
/*	--------------------------------------------------
	:: Tablet Portrait Design for a width of 960px
	-------------------------------------------------- */
@media only screen and (min-width:768px) and (max-width:959px) {
  .wrapper {
    width: 768px;
  }
  .tabs-default.tabs-dark-default .label, .tabs-default.tabs-light-default .label {
    position: relative;
    display: block;
    width: 100%;
  }
  .tabs-default.tabs-dark-default .label {
    border-top: 1px solid #343e4d;
    border-bottom: 1px solid #1c2027;
  }
  .tabs-default.tabs-light-default .label {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #ddd;
  }
  .tabs.arrow .input:checked + .label:before {
    display: none;
  }
  .tabs-default.tabs-blue-default .input:checked + .label {
    border-top: 1px solid #3face4;
    border-bottom: 1px solid #2479a5;
  }
  .tabs-default.tabs-green-default .input:checked + .label {
    border-top: 1px solid #32bf61;
    border-bottom: 1px solid #1d8d42;
  }
  .tabs-default.tabs-red-default .input:checked + .label {
    border-top: 1px solid #dd3c4f;
    border-bottom: 1px solid #b22434;
  }
  .tabs-default.tabs-orange-default .input:checked + .label {
    border-top: 1px solid #ea5d5d;
    border-bottom: 1px solid #c43737;
  }
  .tabs-default.tabs-purple-default .input:checked + .label {
    border-top: 1px solid #b647b4;
    border-bottom: 1px solid #842c82;
  }
}
/*	--------------------------------------------------
	:: Mobile Landscape Design for a width of 420px
	-------------------------------------------------- */
@media only screen and (min-width:480px) and (max-width:767px) {
  .wrapper {
    width: 420px;
  }
  .tabs-default.tabs-dark-default .label, .tabs-default.tabs-light-default .label {
    position: relative;
    display: block;
    width: 100%;
  }
  .tabs-default.tabs-dark-default .label {
    border-top: 1px solid #343e4d;
    border-bottom: 1px solid #1c2027;
  }
  .tabs-default.tabs-light-default .label {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #ddd;
  }
  .tabs.arrow .input:checked + .label:before {
    display: none;
  }
  .tabs-default.tabs-blue-default .input:checked + .label {
    border-top: 1px solid #3face4;
    border-bottom: 1px solid #2479a5;
  }
  .tabs-default.tabs-green-default .input:checked + .label {
    border-top: 1px solid #32bf61;
    border-bottom: 1px solid #1d8d42;
  }
  .tabs-default.tabs-red-default .input:checked + .label {
    border-top: 1px solid #dd3c4f;
    border-bottom: 1px solid #b22434;
  }
  .tabs-default.tabs-orange-default .input:checked + .label {
    border-top: 1px solid #ea5d5d;
    border-bottom: 1px solid #c43737;
  }
  .tabs-default.tabs-purple-default .input:checked + .label {
    border-top: 1px solid #b647b4;
    border-bottom: 1px solid #842c82;
  }
}
/*	--------------------------------------------------
	:: Mobile Portrait Design for a width of 300px
	-------------------------------------------------- */
@media only screen and (max-width:479px) {
  .wrapper {
    width: 300px;
  }
  .tabs-default.tabs-dark-default .label, .tabs-default.tabs-light-default .label {
    position: relative;
    display: block;
    width: 100%;
  }
  .tabs-default.tabs-dark-default .label {
    border-top: 1px solid #343e4d;
    border-bottom: 1px solid #1c2027;
  }
  .tabs-default.tabs-light-default .label {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #ddd;
  }
  .tabs.arrow .input:checked + .label:before {
    display: none;
  }
  .tabs-default.tabs-blue-default .input:checked + .label {
    border-top: 1px solid #3face4;
    border-bottom: 1px solid #2479a5;
  }
  .tabs-default.tabs-green-default .input:checked + .label {
    border-top: 1px solid #32bf61;
    border-bottom: 1px solid #1d8d42;
  }
  .tabs-default.tabs-red-default .input:checked + .label {
    border-top: 1px solid #dd3c4f;
    border-bottom: 1px solid #b22434;
  }
  .tabs-default.tabs-orange-default .input:checked + .label {
    border-top: 1px solid #ea5d5d;
    border-bottom: 1px solid #c43737;
  }
  .tabs-default.tabs-purple-default .input:checked + .label {
    border-top: 1px solid #b647b4;
    border-bottom: 1px solid #842c82;
  }
}
.tabs-fade ul li {
  opacity: 0;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.tabs-fade .section-one:checked ~ ul .section-one, 
.tabs-fade .section-two:checked ~ ul .section-two, 
.tabs-fade .section-three:checked ~ ul .section-three, 
.tabs-fade .section-four:checked ~ ul .section-four, 
.tabs-fade .section-five:checked ~ ul .section-five, 
.tabs-fade .section-six:checked ~ ul .section-six, 
.tabs-fade .section-seven:checked ~ ul .section-seven, 
.tabs-fade .section-eight:checked ~ ul .section-eight {
  opacity: 1;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.tabs-default.tabs-blue-default .input:checked + .label {
  color: #fff;
  background-color: #2d8bbb;
  border-top: 1px solid #3face4;
}
.tabs-default.tabs-blue-default .input:checked + .label i {
  color: #fff;
}
.tabs-default.tabs-blue-default ul li {
  border-top: 5px solid #2d8bbb;
  border-bottom: 5px solid #2d8bbb;
}
.tabs-default.tabs-blue-default.arrow .input:checked + .label:before {
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #2d8bbb;
}
/*	--------------------------------------------------
	:: Tabs Default Color Green 
	-------------------------------------------------- */
.tabs-default.tabs-green-default .input:checked + .label {
  color: #fff;
  background-color: #25a650;
  border-top: 1px solid #32bf61;
}
.tabs-default.tabs-green-default .input:checked + .label i {
  color: #fff;
}
.tabs-default.tabs-green-default ul li {
  border-top: 5px solid #25a650;
  border-bottom: 5px solid #25a650;
}
.tabs-default.tabs-green-default.arrow .input:checked + .label:before {
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #25a650;
}
/*	--------------------------------------------------
	:: Tabs Default Color Red 
	-------------------------------------------------- */
.tabs-default.tabs-red-default .input:checked + .label {
  color: #fff;
  background-color: #c92f41;
  border-top: 1px solid #dd3c4f;
}
.tabs-default.tabs-red-default .input:checked + .label i {
  color: #fff;
}
.tabs-default.tabs-red-default ul li {
  border-top: 5px solid #c92f41;
  border-bottom: 5px solid #c92f41;
}
.tabs-default.tabs-red-default.arrow .input:checked + .label:before {
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #c92f41;
}
/*	--------------------------------------------------
	:: Tabs Default Color Orange 
	-------------------------------------------------- */
.tabs-default.tabs-orange-default .input:checked + .label {
  color: #fff;
  background-color: #d54343;
  border-top: 1px solid #ea5d5d;
}
.tabs-default.tabs-orange-default .input:checked + .label i {
  color: #fff;
}
.tabs-default.tabs-orange-default ul li {
  border-top: 5px solid #d54343;
  border-bottom: 5px solid #d54343;
}
.tabs-default.tabs-orange-default.arrow .input:checked + .label:before {
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #d54343;
}
/*	--------------------------------------------------
	:: Tabs Default Color Purple 
	-------------------------------------------------- */
.tabs-default.tabs-purple-default .input:checked + .label {
  color: #fff;
  background-color: #993597;
  border-top: 1px solid #b647b4;
}
.tabs-default.tabs-purple-default .input:checked + .label i {
  color: #fff;
}
.tabs-default.tabs-purple-default ul li {
  border-top: 5px solid #993597;
  border-bottom: 5px solid #993597;
}
.tabs-default.tabs-purple-default.arrow .input:checked + .label:before {
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #993597;
}
/*	--------------------------------------------------
	:: Tabs Default Light Version
	-------------------------------------------------- */
.tabs-default.tabs-light-default .label {
  background-color: #fdfdfd;
  border-top: 1px solid #fdfdfd;
  color: #777;
}
.tabs-default.tabs-light-default .label i {
  color: #777;
}
.tabs-default.tabs-light-default ul li {
  background-color: #fdfdfd;
}
.tabs-default.tabs-light-default h4 {
  color: #333;
}
.tabs-default.tabs-light-default p {
  color: #777;
}
/*	--------------------------------------------------
	:: Tabs Default Dark Version
	-------------------------------------------------- */
.tabs-default.tabs-dark-default .label {
  background-color: #272e38;
  border-top: 1px solid #272e38;
  color: #fff;
}
.tabs-default.tabs-dark-default .label i {
  color: #fff;
}
.tabs-default.tabs-dark-default ul li {
  background-color: #fdfdfd;
}
.tabs-default.tabs-dark-default h4 {
  color: #333;
}
.tabs-default.tabs-dark-default p {
  color: #777;
}
/*
    Description: 	Tabs Framework
    Author: 		InsideLab
    Version: 		1.0
*/
/*	--------------------------------------------------
	:: Body & Reset
	-------------------------------------------------- */
* {
  margin: 0;
  padding: 0;
}
body {
  overflow-y: scroll;
  overflow-x: hidden;
}
/*	--------------------------------------------------
	:: Container
	-------------------------------------------------- */
.wrapper {
  position: relative;
  display: block;
  max-width: 1200px;
  width: 100%;
  margin: 0px auto;
  padding: 0;
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*	--------------------------------------------------
	:: Tabs
	-------------------------------------------------- */
.tabs .styled-list-two {
  position: relative;
  margin-bottom: 20px;
  margin-left: 10px
}
.tabs .styled-list-two li {
  position: relative;
  line-height: 24px;
  margin-bottom: 7px;
  padding-left: 16px;
  font-size: 15px
}
.tabs .styled-list-two li:before {
  content: "\f0da";
  font-family: 'Font Awesome 5 Pro';
  left: 0;
  top: 0;
  line-height: 24px;
  color: #c0293f;
  position: absolute
}
.tabs {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  text-align: left; /* MAKE HERE YOUR ALIGNMENT */
}
.tabs .input {
  position: absolute;
  display: none;
}
.tabs .label {
  position: relative;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  margin: 0;
 padding: 14px 0px 14px 0px;
  z-index: 100;
	width: 12.2%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.tabs .label i {
  margin-right: 10px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  vertical-align: baseline;
}
.tabs.arrow .input:checked + .label:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -20px;
  width: 0;
  height: 0;
}
/*	--------------------------------------------------
	:: Sections
	-------------------------------------------------- */
.tabs ul {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
}
.tabs ul li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  list-style: none;
  padding: 30px 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 960px) {
.tabs ul li {
  padding: 15px 0px;
}	
}
.tabs h4 {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  margin: 10px 0;
  padding: 0;
}
.tabs p {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 26px;
  margin: 10px 0;
  padding: 0;
    text-align: justify
}
.tabs h6 {
padding-bottom: 10px
}
.tabs h6 i{
margin-right: 6px
}
.tabs .section-one:checked ~ ul .section-one, 
.tabs .section-two:checked ~ ul .section-two, 
.tabs .section-three:checked ~ ul .section-three, 
.tabs .section-four:checked ~ ul .section-four, 
.tabs .section-five:checked ~ ul .section-five, 
.tabs .section-six:checked ~ ul .section-six, 
.tabs .section-seven:checked ~ ul .section-seven, 
.tabs .section-eight:checked ~ ul .section-eight {
  position: relative;
  z-index: 10;
  visibility: visible;
  opacity: 1;
}
/**/
.tabs blockquote {
  position: relative;
  display: block;
  background: #ffffff;
  border-radius: 5px;
  padding: 22px 50px 31px 50px;
  margin: 53px 10px 34px 0px;
  box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%);
}
.tabs blockquote:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 10px;
  bottom: 10px;
  border-radius: 5px;
  z-index: -1;
}
.tabs blockquote:after {
  position: absolute;
  content: '';
  width: 2px;
  height: 92px;
  left: 30px;
  top: 40px;
}
.tabs blockquote .icon-box {
  position: absolute;
  top: 10px;
  right: 30px;
  font-size: 150px;
  line-height: 150px;
  color: #f5f5f6;
}
.tabs blockquote p {
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: #696b7e;
  margin-bottom: 13px;
  font-style: italic;
  text-align: justify
}
.tabs blockquote h4 {
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #696b7e;
  font-weight: 700;
}
.tabs blockquote h4 span {
  font-size: 16px;
  font-weight: 400;
}
.tabs blockquote:after {
  position: absolute;
  content: '';
  width: 2px;
  height: 92px;
  left: 30px;
  top: 40px;
}
.tabs blockquote:after {
  background: #e41e2f;
}
/**/
