a:hover,
a:focus{
    text-decoration: none;
    outline: none;
}
.vertical-tab{
    display: table;
    width: 160%;
}
.vertical-tab .nav-tabs{
    display: table-cell;
    width: 53%;
    /* min-width: 35%; */
    border:none;
    vertical-align: top;
    line-height: 60px;
    padding-left: 60px;
}
.vertical-tab .nav-tabs li{ float: none; }
.vertical-tab .nav-tabs li a{
    color: #111;
    background: transparent;
    font-size: 19px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    text-align: center;
    padding: 7px 2px 8px;
    margin: 0 1px 7px 0;
    border-radius: 0;
    border: none;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all 0.5s ease 0.2s;
}
/* .vertical-tab .nav-tabs li a:hover,
.vertical-tab .nav-tabs li.active a,
.vertical-tab .nav-tabs li.active a:hover{
    color: rgb(180,30,68);
    background: transparent;
    border: none;
} */
.vertical-tab .nav-tabs li a:before,
.vertical-tab .nav-tabs li a:after{
    content: '';
    background-color: rgb(180,30,68);
    height: 5px;
    width: 60%;
    border-radius: 20px;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.4s ease 0.2s;
}
.vertical-tab .nav-tabs li a:after{
    background-color: #081D6B;
    width: 0;
    transition: all 0.3s ease 0s;
}
/* .vertical-tab .nav-tabs li a:hover:before,
.vertical-tab .nav-tabs li.active a:before,
.vertical-tab .nav-tabs li.active a:hover:before{
    width: 100%;
    opacity: 0;
} */
/* .vertical-tab .nav-tabs li a:hover:after,
.vertical-tab .nav-tabs li.active a:after,
.vertical-tab .nav-tabs li.active a:hover:after{
    width: 50%;
} */
.vertical-tab .tab-content{
    color: #000000;
    font-size: 18px;
    font-weight: 500;
    line-height: 21px;
    padding: 20px;
    border-right: 5px solid rgb(180,30,68);
    display: table-cell;
}
.vertical-tab .tab-content h3{
    color: #081D6B;
    font-size: 22px;
    font-weight: 650;
    text-transform: uppercase;
    margin: 0 0 3px;
}

@media only screen and (max-width: 479px){
    .vertical-tab .nav-tabs{
        width: 100%;
        display: block;
    }
    .vertical-tab .nav-tabs li a{
        padding: 10px 10px 9px;
        margin: 0 0 12px;
    }
    .vertical-tab .tab-content{
        font-size: 14px;
        padding: 15px;
        display: block;
    }

    .tab-img{
        display: block;
        padding: 0;
        height: 300px;
        width: 300px;
    }
    #tab-image,#tab-image-2{
        height: 300px;
        width: 300px;
    }

   
}


/* for why choose us */

/**Typeo CSS Start**/

.containerwcu {
	max-width: 1200px;
	width: 60%;
	padding: 15px 15px ;
	margin: auto;
}

/**Typeo CSS End**/  
.faq-item {
	width: 100%;
	margin: 7px 0px;
}

.faq-item .faq-label {
	position: relative;
	width: 100%;
	background-color: #ebebeb;
	padding: 14px 50px 12px 20px;
	cursor: pointer;
	font-size: 18px;
	color: #000;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
}

.faq-item .faq-label i {
	width: 46px;
	height: 100%;
	position: absolute;
	right: 0px;
	top: 0px;
	background-color: #000;
}

.faq-item .faq-label i:before {
	content: '';
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	margin: auto;
	width: 20px;
	height: 2px;
	background-color: #fff;
}

.faq-item .faq-label i:after {
	content: '';
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	margin: auto;
	width: 2px;
	height: 20px;
	background-color: #fff;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
}

.faq-item .faq-item-show .faq-label i:after {
	opacity: 0;
}

.faq-cont {
	border: #ebebeb 1px solid;
	background-color: #fff;
	transition: 0.3s all;
	overflow: hidden;
	padding: 0 20px;
	height: 0px;
}

.faq-item .faq-item-show+.faq-cont {
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
	overflow: auto;
	height: auto;
}

.faq-cont p {
	margin: 0px 0 20px 0;
}

.faq-cont p:last-child {
	margin-bottom: 0px;
}

@media(max-width:767px) {
	.faq-item .faq-label {
		padding: 10px 50px 8px 15px;
		cursor: pointer;
		font-size: 16px;
		line-height: 1.2;
	}

	.faq-cont {
		padding-left: 15px;
		padding-right: 15px;
	}

}