

.content_wrapper .tab_animation .tab_content-no-ani img {
    float: none !important;
	display:inline-block;
    height: auto;
    margin: 20px 0px 0px 0px !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    position: static !important;
    top: -10px;
    left: -10px;
}
.tab_content-no-ani img {
    float: none !important;
    height: auto;
	display:inline-block;    
	margin: 20px 0px 0px 0px !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    transition: 0.5s ease-out;
    -webkit-transition: 0.5s ease-out;
    position: static !important;
    top: 0px;
    left: 0px;
}
.tab_wrapper {
    display: inline-block;
    width: 100%;
    position: relative;
}
.tab_wrapper > ul {
    clear: both;
    display: inline-block;
    width: 100%;
	background-color: #9adb95;
    text-align: center;
    height: 125px;
}
.tab_wrapper > ul li {
    text-align: center;
    cursor: pointer;
    font-weight: bold;
    padding: 30px 5px;
    height: 65px;
    width: 260px;
    text-transform: uppercase;
    border: 1px solid #9acb95;
    border-top: 0px;
    border-bottom: 0;
    position: relative;
    margin: 0 -5px 0 0;
    list-style: none;
    display: inline-block;
    color: #fff;
    transition: 0.2s ease;
    font-family: open_sansbold;
    font-size: 16px;
}
.tab_content-no-ani {
    float: left;
    width: 100%;
    text-align: center;
    padding-top: 50px;
    padding: 0px 0%;
}
.tab_content-no-ani p{
    padding: 0px 17%;
}
.tab_wrapper > ul li h3 {
    font-family: open_sanssemibold;
    font-weight: normal;
    font-size: 30px;
	text-transform: none;
}
.tab_wrapper > ul li h6{
    font-family: open_sansbold;
	font-size: 16px;
}
.tab_wrapper > ul li.active h3{
	color: #535353;
}
.tab_wrapper > ul li.active h6{
	color: #535353;
}
.tab_list li:hover{
	color: #535353;
}
.tab_list li:hover{
	color: #535353;
	
}

.tab_wrapper > ul li.active {
    /*border-bottom-color: #535353;*/
    color: #535353;
    /* border-bottom: 9px solid #535353; */
    box-shadow: inset 0px -9px 0px 0px #535353;
    -webkit-box-shadow: inset 0px -9px 0px 0px #535353;
    -moz-box-shadow: inset 0px -9px 0px 0px #535353;
    -o-box-shadow: inset 0px -9px 0px 0px #535353;
}
.tab_wrapper > ul li.active:after {
    content: "";
    position: absolute;
    bottom: -11px;
    height: 1px;
    left: 50%;
    margin-left: -19px;
    /* background: #fff; */
    width: 100%;
    width: 0;
    height: 0;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-top: 11px solid #535353;
}
.tab_wrapper .controller {
  display: block;
  overflow: hidden;
  clear: both;
  position: absolute;
  top: 0;
  right: 0;
}
.tb-wrap{
    float: left;
    height: auto;
    width: 100%;
}
.tab-con{
    float: left;
    height: auto;
    width: 100%;
}
.tab_wrapper .controller span {
  padding: 8px 22px;
  background: #49a4d9;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
}

.tab_wrapper .controller span.next {
  float: right;
  margin-left: 10px;
}
.tab_wrapper .content_wrapper {
    float: none;
    width: 1170px;
    border-top: none;
    margin: auto;
}
.tab_wrapper .content_wrapper .tab_content {
    display: none;
    padding: 50px 0px 40px 0px;
    font-family: open_sansregular;
    width: 100%;
    box-sizing: border-box;
}
.tab_content-lft {
    float: left;
}
.tab_content-rgt p {
    font-size: 13.5px; /* 14 */
    font-weight: normal;
    font-family: open_sansregular;
    line-height: 1.6;
}
.tab_content-rgt {
    padding-bottom: 60px;
    display: table;
    font-size: 14px;
    font-weight: normal;
    font-family: open_sansregular;
    color: #5e5e5e;
}
.tab_content-rgt h3 {
    font-size: 25px;
    font-weight: normal;
    font-family: open_sansregular;
    padding-bottom: 30px;
}
.tab_content-lft img {
    float: left;
    height: auto;
    margin: 0px 50px 50px 0px;
    -webkit-box-shadow: 10px 10px 0px 0px rgba(188,157,120,1);
    -moz-box-shadow: 10px 10px 0px 0px rgba(188,157,120,1);
    box-shadow: 10px 10px 0px 0px rgba(188,157,120,1);
	transition:0.5s ease-out;
	-webkit-transition:0.5s ease-out;
	position:relative;
	top:0px;
    left:0px;
}
.tab_animation .tab_content-lft img {
    float: left;
    height: auto;
    margin: 0px 50px 50px 0px;
    -webkit-box-shadow: 25px 25px 0px 0px rgba(188,157,120,1) !important;
    -moz-box-shadow: 25px 25px 0px 0px rgba(188,157,120,1) !important;
    box-shadow: 25px 25px 0px 0px rgba(188,157,120,1) !important;
	position: relative;
    top: -10px;
    left: -10px;
}

.tab_wrapper .content_wrapper .tab_content.active { /* display: block; */
}

.tab_wrapper .content_wrapper .tab_content .error { color: red; }
.tab_wrapper .content_wrapper .accordian_header {
    display: none;
    padding: 10px 5%;
    text-transform: uppercase;
    /* font-weight: bold; */
    border-top: 0px solid #ccc;
    border-bottom: 0px solid #fff;
    position: relative;
    cursor: pointer;
    color: #fff;
    float: left;
    width: 90%;
    background-color: #78ba72;
    font-family: open_sanssemibold;
    font-size: 16px;
	margin-bottom: 10px;
}
.tab_wrapper .content_wrapper .accordian_header::last-child {
	margin-bottom: 0px;
}
.tab_wrapper .content_wrapper .accordian_header.active {
    color: #fff;
    border-bottom: 0px solid #ccc;
    font-family: open_sanssemibold;
    font-size: 16px;
    z-index: 10;
}
.tab_wrapper .content_wrapper .accordian_header.active:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: #50b1d6;
    z-index: -1;
}
.tab_wrapper .content_wrapper .accordian_header .arrow {
    float: right;
    display: inline-block;
    width: 7px;
    height: 7px;
    position: relative;
    border-radius: 0px;
    transform: rotate(-135deg);
    border-top: 3px solid #fff;
    border-left: 3px solid #fff;
    margin-top: 5px;
}
/* &:after{
  	position: absolute;
  	top: 0;
  	content: "";
  	left: 0;
  	width: 10px;
  	height: 10px;
  	background: $white;
  	border-top: 3px solid $border_color;
  	border-left: 3px solid $border_color;
  } */
.tab_wrapper .content_wrapper .accordian_header.active .arrow {
    transform: rotate(45deg);
    margin-top: 9px;
    border-top: 3px solid #ffffff;
    border-left: 3px solid #ffffff;
}
.tab_wrapper.left_side > ul {
  width: 25%;
  float: left;
  border-bottom: 1px solid #ccc;
}

.tab_wrapper.left_side > ul li {
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 12px 18px;
  border-width: 1px;
  border-right: 0;
  border-left: 0;
}

.tab_wrapper.left_side > ul li:after {
  left: 0;
  top: 0;
  content: "";
  position: absolute;
  width: 5px;
  height: 100%;
  background: #ccc;
}

.tab_wrapper.left_side > ul li.active { border-color: #ccc; }

.tab_wrapper.left_side > ul li.active:after {
  left: 0;
  top: 0;
  width: 5px;
  height: 100%;
  background: #49a4d9;
}

.tab_wrapper.left_side > ul li.active:before {
  right: -1px;
  position: absolute;
  top: 0;
  content: "";
  width: 2px;
  height: 100%;
  background: #fff;
}

.tab_wrapper.left_side .content_wrapper {
  width: 75%;
  border: 1px solid #ccc;
  float: left;
}

.tab_wrapper.left_side .controller { top: -50px; }

.tab_wrapper.right_side > ul {
  width: 25%;
  float: right;
  border-bottom: 1px solid #ccc;
}

.tab_wrapper.right_side > ul li {
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 12px 18px;
  border-width: 1px;
  border-right: 0;
  border-left: 0;
  text-align: right;
}

.tab_wrapper.right_side > ul li:after {
  right: 0;
  left: inherit;
  top: 0;
  content: "";
  position: absolute;
  width: 5px;
  height: 100%;
  background: #ccc;
}

.tab_wrapper.right_side > ul li.active { border-color: #ccc; }

.tab_wrapper.right_side > ul li.active:after {
  right: 0;
  left: inherit;
  top: 0;
  width: 5px;
  height: 100%;
  content: "";
  background: #49a4d9;
}

.tab_wrapper.right_side > ul li.active:before {
  left: -2px;
  right: inherit;
  position: absolute;
  top: 0;
  content: "";
  width: 2px;
  height: 100%;
  background: #fff;
}

.tab_wrapper.right_side .content_wrapper {
  width: 75%;
  float: left;
  border: 1px solid #ccc;
}

.tab_wrapper.right_side .controller { top: -50px; }

.tab_wrapper.accordion .content_wrapper { border-color: #ccc; }

.tab_wrapper.accordion .content_wrapper .accordian_header { display: block; }

.tab_wrapper.accordion > ul { display: none; }
 @media only screen and (max-width: 830px) {
.tab_wrapper > ul { display: none; }
.tab_wrapper .content_wrapper { border: 0; }
.tab_wrapper .content_wrapper .accordian_header { display: block; }
.tab_wrapper.left_side .content_wrapper, .tab_wrapper.right_side .content_wrapper {
  width: 100%;
  border-top: 0;
}
.banner {
    margin-bottom: 15px;
}
.tab_wrapper .controller { display: none; }
.tab_wrapper .content_wrapper .tab_content {
    display: none;
    padding: 10px 15px 10px 15px;
    float: left;
}
.tab_content-rgt {
    padding-bottom: 20px;
}
.tab_content-rgt h3 {
    padding-bottom: 15px;
}
}

@media only screen and (min-width:321px) and (max-width:480px){
.tab_wrapper .content_wrapper .tab_content {
    display: none;
    padding: 20px 0px 10px 0px;
    float: left;
}
}

/*# sourceMappingURL=style.css.map */
