/*------------------------------ Start Tab shortcode style-----------------------------*/
/*----------all Tab Common Style----------*/
.color_7a7{
    color: #7a7a7b;
}
.color_1e1{
    color: #1e1e27;
}
.tab_common .nav > li > a:focus,
.tab_common .nav > li > a:hover {
    background-color: transparent;
    text-decoration: none;
}
.tab_common .nav > li > a {
    font-size: 16px;
    text-align: center;
    display: block;
}
.tab_common .nav-tabs {
    border-bottom: medium none;
}


/*------------------tab style-1------------------*/
.tab_style1 .nav > li > a {
    background: #fefefe;
    border: 1px solid #f1f1f1;
    color: #444;
    margin-left: 15px;
    padding: 8px 20px;
}
.tab_style1 .nav > li > a.active,
.tab_style1 .nav > li > a:hover {
    border-color: #1670c4;
    color: #1670c4;
}
.tab_style1 .nav > li:first-child > a {
    margin-left: 0px;
}
.tab_style1 .tab_content {
    border: 1px solid #f1f1f1;
    padding: 30px;
}
.tab_style1 .tab_content .tab_img {
    background: #e3e3e3;
    max-width: 240px;
}
.tab_style1 .tab_content .tab_text {
    width: 78%;
}
.tab_style1 .tab_content .tab_img img {
    width: 100%;
}
.tab_style1 .tab_text P {
    line-height: 28px;
}


/*------------------tab style-2------------------*/
.tab_style2 .nav {
    border: 1px solid #e9e9e9; 
}
.tab_style2 .nav > li {
    float: left;
}
.tab_style2 .nav > li > a {
    background: #1490d7;
    color: #fff;
    font-size: 16px;
    padding: 8px 20px;
    border-right: 1px solid #0c7bbb;
}
.tab_style2 .nav > li:last-child > a {
    border-radius: 0 5px 5px 0;
    border-right: none;
}
.tab_style2 .nav > li:first-child > a {
    border-radius: 5px 0px 0px 5px;
}
.tab_style2 .nav > li > a.active:hover,
.tab_style2 .nav > li > a.active{
    background: transparent;
    color: #1490d7;
}
.tab_style2 .nav > li > a:hover{
    background: #1490d7;
    color: #fff;
}

.tab_style2 .tab_content .tab_text {
    padding-right: 10%;
    width: 55%;
}
.tab_style2 .tab_content .tab_list_item {
    width: 35%;
}
.tab_style2 .tab_content .tab_list_item li {
    color: #7a7a7b;
    font-size: 16px;
    margin-bottom: 10px;
}
.tab_style2 .tab_content .tab_list_item li i {
    font-weight: 300;
    color: #1490d7;
    margin-right: 15px;
}


/*------------------tab style-3------------------*/
.tab_style3 .nav > li > a {
    border: 1px solid #ebebeb;
    color: #4c4c52;
    font-weight: 700;
    padding: 20px 40px;
    text-transform: capitalize;
    text-align: center;
    margin-left: 38px;
}
.tab_style3 .nav > li:first-child > a {
    margin-left: 0px;
}
.tab_style3 .tab_content .tab_text .read-more:hover,
.tab_style3 .nav > li > a:hover,
.tab_style3 .nav > li > a.active {
    background: #4d6bef;
    color: #fff;
}
.tab_style3 .nav > li > a i {
    display: block;
    font-size: 35px;
    margin-bottom: 5px;
    color: #4d6bef;
}
.tab_style3 .nav > li > a:hover i,
.tab_style3 .nav > li > a.active i {
    color: #fff;
}
.tab_style3 .tab_content .tab_img {
    max-width: 500px;
}
.tab_style3 .tab_content .tab_img img {
    width: 100%;
}
.tab_style3 .tab_content .tab_text {
    padding-left: 75px;
    width: 50%;
}
.tab_style3 .tab_content .tab_text .read-more {
    background: #333 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    padding: 11px 40px;
}


/*----------------------tab style-4----------------------*/
.tab_style4 .nav > li {
    position: relative;
    width: 100px;
    height: 57.74px;
    margin: 0 0 70px;
    border-left: solid 1px #e3e3e3;
    border-right: solid 1px #e3e3e3;
    text-align: center;
    z-index: 2;
}
.tab_style4 .nav > li > a{
    position: relative;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
.tab_style4 .nav > li > a:before,
.tab_style4 .nav > li > a:after {
    content: "";
    height: 70.71px;
    left: 14.645px;
    position: absolute;
    width: 69.11px;
    z-index: -2;
    -webkit-transform: scaleY(0.5774) rotate(-45deg);
    -ms-transform: scaleY(0.5774) rotate(-45deg);
    transform: scaleY(0.5774) rotate(-45deg);
    background-color: none;
}
.tab_style4 .nav > li > a:before {
    top: -35.3553px;
    border-top: solid 1.4142px #e3e3e3;
    border-right: solid 1.4142px #e3e3e3;
}
.tab_style4 .nav > li > a:after {
    bottom: -35.3553px;
    border-bottom: solid 1.4142px #e3e3e3;
    border-left: solid 1.4142px #e3e3e3;
}
.tab_style4 .nav > li > a {
    color: #444;
    padding: 16px 15px;
    z-index: 9;
    position: relative;
}
.tab_style4 .nav > li > a.active:after,
.tab_style4 .nav > li > a.active:before,
.tab_style4 .nav > li > a.active {
    border-color: #84468a;
    background-color: #84468a;
}

.tab_style4 .nav > li:hover a.active,
.tab_style4 .nav > li a.active {
    color: #fff;
}
.tab_style4 .nav > li:hover a {
    color: #84468a;
}

.tab_style4 .nav{
    max-width: 100px;
}
.tab_style4 .tab-content {
  width: 92%;
}

/*-----------tab pannel style--------*/
.tab_style4 .tab_content>img {
  width: 100%;
}
.tab_style4 .tab_content .product_info .price {
  color: #84468a;
  font-size: 16px;
}
.tab_style4 .tab_content .product_info a.shop {
    font-size: 16px;
}
.tab_style4 .tab_content .product_info .shop i {
    margin-left: 10px;
    vertical-align: middle;
}
.tab_style4 .tab_content .product_info .shop:hover i {
    margin-left: 15px;
}
.tab_style4 .tab_content .product_info h5 a:hover,
.tab_style4 .tab_content .product_info a.shop:hover{
    color: #84468a;
}


/*----------------------tab style-5----------------------*/
.tab_style5 {
    border: 1px solid #e7eaea;
}
.tab_style5 .nav {
    width: 100%;
}
.tab_style5 .nav > li {
    float: left;
    width: 25%;
}
.tab_style5 .nav > li > a {
    border-bottom: 1px solid #e7eaea;
    border-right: 1px solid #e7eaea;
    padding: 13px 19px;
    color: #333333;
    position: relative;
}
.tab_style5 .nav > li > a.active {
    font-weight: 700;
    border-bottom: none;
}
.tab_style5 .nav > li > a:before {
    background: #0bcbc4;
    content: "";
    height: 3px;
    left: 50%;
    position: absolute;
    top: -1px;
    width: 0%;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
    transform: translate(-50%);
}
.tab_style5 .nav > li > a.active:before {
    width: 100%;
}
.tab_style5 .nav > li:last-child > a {
    border-right: 0px;
}
.tab_style5 .tab-content {
  padding: 25px;
}

/*---------------style-5 dark version-----------------*/
.tab_style5.dark .nav > li,
.tab_style5.dark .tab-content {
  background: #21232b;
}
.tab_style5.dark .nav > li a{
    color: #eee;
}
.tab_style5 .nav > li > a:before {
    background: #71c84b;
}
.tab_style5.dark .tab-content {
    margin-top: -10px;
    padding-top: 30px;
}
.tab_style5.dark .nav > li > a {
  border-bottom-color: #3d4156;
  border-right-color: #3d4156;
}



/*----------------------tab style-6----------------------*/
.tab_style6 .nav{
    width: 100%;
}
.tab_style6 .nav > li {
    float: left;
    width: 20%;

}
.tab_style6 .nav > li > a {
    color: #444;
    padding: 0;
    position: relative;
    text-align: center;
    text-transform: capitalize;
    display: flex;
    line-height: 80px;
    flex-flow: row;
    align-items: center;
    justify-content: center;
}
.tab_style6 .nav > li:hover,
.tab_style6 .nav > li > a.active {
    background: #f9f9f9;
}

.tab_style6 .nav > li > a.active i,
.tab_style6 .nav > li:hover > a i,
.tab_style6 .nav > li:hover a,
.tab_style6 .nav > li a.active {
    color: #614d7e;
}

.tab_style6 .nav > li > a i {
    color: #444;
    font-size: 30px;
    margin-right: 15px;
}

.tab_style6 .tab-content {
    background: #f9f9f9;
    padding: 50px;
    margin-top: -10px;
    border-bottom: 2px solid #614d7e;
}

.tab_style6 .tab_content .tab_img {
    max-width: 400px;
}
.tab_style6 .tab_content .tab_img img {
    width: 100%;
}
.tab_style6 .tab_content .tab_text {
    padding-left: 45px;
    width: 61%;
}
.tab_style6 .tab_content .tab_text .read-more {
    background: #614d7e;
    color: #fff;
    display: inline-block;
    padding: 11px 40px;
}
.tab_style6 .tab_content .tab_text .read-more:hover {
    background: #333;
}



/*----------------------tab style-7----------------------*/
.tab_style7 .nav{
    width: 100%;
    margin-left: -20px;
}
.tab_style7 .nav > li {
    float: left;
    margin-left: 20px;
    width: 18.2%;
}
.tab_style7 .nav > li > a {
    color: #444;
    padding: 0;
    position: relative;
    text-align: center;
    text-transform: capitalize;
    display: flex;
    flex-flow: row;
    line-height: 70px;
    align-items: center;
    justify-content: center;
    
    box-shadow: 0 0px 0 0 #ea4f4f inset;
    -webkit-transition: all 0.3s ease 0.1s;
    -moz-transition: all 0.3s ease 0.1s;
    -ms-transition: all 0.3s ease 0.1s;
    -o-transition: all 0.3s ease 0.1s;
    transition: all 0.3s ease 0.1s;
    
}
.tab_style7 .nav > li > a:before{
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #444;
    
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
    transform: translate(-50%);
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.tab_style7 .nav > li > a.active {
    box-shadow: 0 82px 0 0 #ea4f4f inset;
}
.tab_style7 .nav > li > a.active:before{
    width: 0;
}
.tab_style7 .nav > li > a.active:hover i,
.tab_style7 .nav > li a.active:hover,
.tab_style7 .nav > li > a.active i,
.tab_style7 .nav > li a.active {
    color: #fff;
}
.tab_style7 .nav > li:hover > a i,
.tab_style7 .nav > li:hover a{
    color: #ea4f4f;
}

.tab_style7 .nav > li > a i {
    color: #444;
    font-size: 30px;
    margin-right: 15px;
}

.tab_style7 .tab-content {
    margin-top: -10px;
    padding: 50px 0;
}
.tab_style7 .tab_content .tab_img {
    max-width: 400px;
}
.tab_style7 .tab_content .tab_img img {
    width: 100%;
}
.tab_style7 .tab_content .tab_text {
    padding-left: 35px;
    width: 76%;
}



/*----------------------tab style-8----------------------*/
.tab_style8 .nav{
    width: 100%;
}
.tab_style8 .nav > li {
    float: left;
    width: 20%;
    border-bottom: 2px solid #e0e0e0;
}
.tab_style8 .nav > li > a {
    color: #444;
    padding: 0;
    position: relative;
    text-align: center;
    text-transform: capitalize;
    display: flex;
    flex-flow: row;
    line-height: 70px;
    align-items: center;
    justify-content: center;
}
.tab_style8 .nav > li > a:before{
    content: "";
    position: absolute;
    left: 50%;
    bottom: -2px;
    width: 0%;
    height: 2px;
    background: #444;
    
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
    transform: translate(-50%);
}
.tab_style8 .nav > li > a.active:before {
    width: 100%;
    background: #7e3edc;
}

.tab_style8 .nav > li > a i {
    color: #444;
    font-size: 30px;
    margin-right: 15px;
}

.tab_style8 .nav > li > a.active i,
.tab_style8 .nav > li > a.active{
    color: #7e3edc;
}

.tab_style8 .tab-content {
    margin-top: -10px;
    padding: 50px 0;
}
.tab_style8 .tab_content .tab_img {
    max-width: 400px;
}
.tab_style8 .tab_content .tab_img img {
    width: 100%;
}
.tab_style8 .tab_content .tab_text {
    padding-left: 35px;
    width: 76%;
}



/*----------------------tab style-9----------------------*/
.tab_style9 .nav{
    width: 100%;
    margin-left: -40px;
}
.tab_style9 .nav > li {
    float: left;
    width: 14%;
    margin-left: 40px;
}
.tab_style9 .nav > li > a {
    padding: 0;
    position: relative;
    text-align: center;
    text-transform: capitalize;
    display: block;
    line-height: 55px;
    background: #099bb6;
    color: #fff;
    position: relative;
}
.tab_style9 .nav > li > a:before {
    border-bottom: 56px solid #099BB6;
    border-right: 14px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    right: -14px;
    top: -1px;
    width: 0;
}
.tab_style9 .nav > li a:hover:before{
    border-bottom-color: #099BB6;
}
.tab_style9 .nav > li > a:hover{
    background: #099bb6;
}
.tab_style9 .nav > li a.active {
    background: #f7f7f7;
    color: #333;
}
.tab_style9 .nav > li > a.active:before{
    border-bottom-color: #f7f7f7;
}
.tab_style9 .tab-content {
    background: #f7f7f7;
    padding: 50px;
    margin-top: -7px;
    border-bottom: 2px solid #099bb6;
}
.tab_style9 .tab_content .tab_img {
    max-width: 400px;
}
.tab_style9 .tab_content .tab_img img {
    width: 100%;
}
.tab_style9 .tab_content .tab_text {
    padding-left: 45px;
    width: 61%;
}




@media (max-width: 1199px){
    .tab_style3 .nav > li > a {
        margin-left: 28px;
    }
    .tab_style3 .tab_content .tab_text {
        padding-left: 35px;
        width: 76%;
    }
    .tab_style3 .tab_content .tab_img {
        max-width: 380px;
    }
    
    /*------style-5--------*/
    .tab_common.tab_style5 {
        margin-bottom: 40px;
    }
    
    /*------style-7------*/
    .tab_style7 .nav > li {
        margin-left: 16px;
    }
    
    
    
}/*---end 992-1199px media query----*/


@media (max-width: 991px){
    .tab_common .nav > li > a {
        font-size: 14px;
    }
    
    /*----------style-1---------*/
    .tab_style1 .tab-pane .align_row_center_left {
        display: block;
    }
    .tab_style1 .tab_content .tab_img {
        max-width: 200px;
        float: left;
        margin-right: 30px;
        margin-bottom: 5px;
    }
    .tab_style1 .tab_content .tab_text {
        padding-left: 0;
        width: 100%;
    }
    
    
    /*-----style-2-------*/
    .tab_style2 .nav > li > a {
        padding: 8px 17px;
    }
    .tab_style2 .tab_content .tab_text {
        padding-right: 4%;
        width: 50%;
    }
    .tab_style2 .tab_content .tab_list_item {
        width: 50%;
    }
    
    
    /*--------style-3---------*/
    .tab_style3 .nav > li > a {
        margin-left: 10px;
        padding: 10px 30px;
    }
    .tab_style3 .tab-pane .align_row_center_left {
        display: block;
        padding-top: 35px;
    }
    .tab_style3 .tab_content .tab_text {
        padding-left: 0;
        width: 100%;
    }
    .tab_style3 .tab_content .tab_img {
        max-width: 280px;
        float: left;
        margin-right: 25px;
        margin-bottom: 10px;
    }
    .tab_style3 .tab_content .tab_text p {
        padding-bottom: 20px;
    }
    .tab_style3 .tab_content .tab_text .read-more {
        padding: 10px 30px;
    }
    
    /*-------style-4-------*/
    .tab_style4 .tab-content {
        padding-left: 50px;
    }
    
    /*-------style-6-------*/
    .tab_style6 .tab-pane .align_row_center_left {
        display: block;
    }
    .tab_style6 .tab_content .tab_text {
        padding-left: 0;
        width: 100%;
    }
    .tab_style6 .tab_content .tab_img {
        max-width: 225px;
        float: left;
        margin-right: 25px;
        margin-bottom: 10px;
    }
    .tab_style6 .tab-content {
        padding: 40px;
    }
    .tab_style6 .tab_content .tab_text p {
        padding-bottom: 20px;
    }
    .tab_style6 .tab_content .tab_text .read-more {
        padding: 10px 30px;
    }
    
    /*-------style-7-------*/
    .tab_style7 .nav > li {
        margin-left: 12px;
    }
    .tab_style7 .tab-pane .align_row_center_left {
        display: block;
    }
    .tab_style7 .tab_content .tab_text {
        padding-left: 0;
        width: 100%;
    }
    .tab_style7 .tab_content .tab_img {
        max-width: 225px;
        float: left;
        margin-right: 25px;
        margin-bottom: 10px;
    }
    
    /*-------style-8-------*/
    .tab_style8 .tab-pane .align_row_center_left {
        display: block;
    }
    .tab_style8 .tab_content .tab_text {
        padding-left: 0;
        width: 100%;
    }
    .tab_style8 .tab_content .tab_img {
        max-width: 225px;
        float: left;
        margin-right: 25px;
        margin-bottom: 10px;
    }
    
    /*-------style-9-------*/
    .tab_style9 .tab-pane .align_row_left_top {
        display: block;
    }
    .tab_style9 .tab_content .tab_text {
        padding-left: 0;
        width: 100%;
    }
    .tab_style9 .tab_content .tab_img {
        max-width: 225px;
        float: left;
        margin-right: 25px;
        margin-bottom: 10px;
    }
    
    
    
    
}/*---end 768-991px media query----*/

@media (max-width: 767px){
    /*-----style-1---------*/
    .tab_style1 > ul.nav {
        align-items: center;
        display: flex;
        flex-flow: row wrap;
        justify-content: flex-start;
    }
    .tab_style1 > ul.nav li{
        margin-bottom: 10px;
    }
    .tab_style1 .nav > li:first-child > a {
        margin-left: 15px;
    }
    .tab_style1 .tab_content .tab_img {
        margin-right: 16px;
        max-width: 150px;
    }
    
    /*-----style-2---------*/
    .tab_style2 > ul.nav {
        align-items: center;
        display: flex;
        flex-flow: row wrap;
        justify-content: flex-start;
        border: none;
    }
    .tab_style2 .nav > li {
        float: none;
        margin-bottom: 10px;
    }
    .tab_style2 .nav > li:last-child > a {
        border-radius: 0;
    }
    .tab_style2 .nav > li > a {
        border: 1px solid #1490d7!important;
        border-radius: 0 !important;
        margin: 0 5px;
    }
    .tab_style2 .tab-pane .align_row_center_left {
        display: block;
    }
    .tab_style2 .tab_content .tab_text {
        padding-right: 0;
        width: 100%;
    }
    .tab_style2 .tab_content .tab_list_item {
        width: 100%;
        margin-top: 20px;
    }
    
    /*---------style-3------*/
    .tab_style3 .nav > li:first-child > a {
        margin-left: 10px;
    }
    .tab_style3 .nav > li > a{
        margin-bottom: 10px;
    }
    .tab_style3 .tab_content .tab_img {
        max-width: 190px;
    }
    
    /*---------style-4------*/
    .tab_style4 .nav > li > a:before,
    .tab_style4 .nav > li > a:after {
        display: none;
    }
    .tab_style4 .nav {
        align-items: center;
        display: flex;
        flex-flow: row nowrap;
        justify-content: flex-start;
        max-width: 100%;
        margin-bottom: 20px;
    }
    .tab_style4 .nav > li{
        margin-bottom: 10px;
        border: 1px solid #eee;
        height: 42px;
        width: 80px;
        flex: 1;
    }
    .tab_style4 .nav > li > a {
        padding: 7px 13px;
    }
    .align_row_left_top.tab_style4 {
        display: block;
    }
    
    .tab_style4 .tab-pane .col-lg-4 {
        float: left;
        width: 50%;
    }
    .tab_style4 .tab-content {
        padding-left: 0;
        width: 100%;
    }
    
    
    /*---------style-5------*/
    .tab_style5 .nav > li > a {
        padding: 13px 15px;
    }
    
    /*------style-6-------*/
    .tab_style6 .nav > li > a {
        display: block;
        line-height: normal;
        padding: 8px 4px;
    }
    .tab_style6 .nav > li > a i {
        font-size: 20px;
        margin-right: 0;
        display: block;
    }
    .tab_style6 .tab-content {
        padding: 30px 20px;
    }
    .tab_style6 .tab_content .tab_img {
        max-width: 165px;
    }
    
    /*------style-7-------*/
    .tab_style7 .nav > li > a {
        display: block;
        line-height: normal;
        padding: 8px 4px;
    }
    .tab_style7 .nav > li > a i {
        font-size: 20px;
        margin-right: 0;
        display: block;
    }
    .tab_style7 .nav > li {
        width: 30.6%;
        margin-bottom: 10px;
    }
    
    /*------style-8-------*/
    .tab_style8 .nav > li > a {
        display: block;
        line-height: normal;
        padding: 8px 4px;
    }
    .tab_style8 .nav > li > a i {
        font-size: 20px;
        margin-right: 0;
        display: block;
    }
    .tab_style8 .tab_content .tab_img {
        max-width: 145px;
    }
    
    /*------style-9-------*/
    .tab_style9 .nav > li {
        width: 24%;
        margin-bottom: 15px;
    }
    .tab_style9 .tab-content {
        padding: 30px;
    }
    .tab_style9 .tab_content .tab_img {
        max-width: 174px;
    }
    
    
    
    
    
    
}/*---end 480-767px media query----*/

@media (max-width: 479px){
    /*------style-1--------*/
    .tab_style1 > ul.nav {
        display: block;
    }
    .tab_style1 > ul.nav li{
        display: block;
    }
    .tab_style1 > ul.nav li a{
        margin-left: 0!important;
    }
    .tab_style1 .tab_content {
        padding: 14px;
    }
    .tab_style1 .tab_content .tab_img {
        margin-right: 0;
        max-width: 100%;
        float: none;
        margin-bottom: 20px;
    }
    
    /*-------style-2--------*/
    .tab_style2 > ul.nav {
        display: block;
    }
    .tab_style2 > ul.nav li{
        display: block;
    }
    .tab_style3 .nav > li > a {
        padding: 6px 20px;
    }
    .tab_style3 .tab_content .tab_img {
        margin-right: 0;
        max-width: 100%;
        float: none;
        margin-bottom: 20px;
    }
    
    /*-----style-3-------*/
    .tab_style3 > ul.nav,
    .tab_style3 > ul.nav li {
        display: block;
    }
    .tab_style3 .nav > li > a i {
        font-size: 25px;
    }
    
    /*-----style-4-------*/
    .tab_style4 .nav {
        display: block;
    }
    .tab_style4 .nav > li{
        width: 100%;
    }
    .tab_style4 .product_info .title_20 {
        font-size: 16px;
        line-height: 20px;
    }
    .tab_style4 .tab_content .product_info .price {
        padding: 0;
    }
    .tab_style4 .tab_content .product_info a.shop {
        font-size: 13px;
    }
    
    /*-------style-5-------*/
    .tab_style5 .nav > li {
        width: 50%;
    }
    .tab_style5 .nav > li > a.active {
        border-bottom: 1px solid #e7eaea;
    }
    .tab_style5 .tab-content {
        padding: 12px 20px;
    }
    
    /*------style-6-----*/
    .tab_style6 .nav > li {
        width: 100%;
        float: none;
    }
    .tab_style6 .tab_content .tab_img {
        margin-right: 0;
        max-width: 100%;
        float: none;
        margin-bottom: 20px;
    }
    
    /*-------style-7------*/
    .tab_style7 .nav > li {
        width: 100%;
        float: none;
    }
    .tab_style7 .tab_content .tab_img {
        margin-right: 0;
        max-width: 100%;
        float: none;
        margin-bottom: 20px;
    }
    
    /*-------style-8------*/
    .tab_style8 .nav > li {
        width: 100%;
        float: none;
    }
    .tab_style8 .tab_content .tab_img {
        margin-right: 0;
        max-width: 100%;
        float: none;
        margin-bottom: 20px;
    }
    
    /*------style-9------*/
    .tab_style9 .nav > li > a::before {
        display: none;
    }
    .tab_style9 .nav {
        margin-left: 0px;
    }
    .tab_style9 .nav > li {
        margin-bottom: 10px;
        margin-left: 0px;
        width: 100%;
        float: none;
    }
    .tab_style9 .nav > li > a {
        padding: 15px 10px;
        line-height: normal;
    }
    .tab_style9 .tab_content .tab_img {
        margin-right: 0;
        max-width: 100%;
        float: none;
        margin-bottom: 20px;
    }
    .tab_style9 .tab-content {
        padding: 16px;
    }
    
    
    
    
}/*---end 300-479 media query----*/











































