.nav-tabs { border-bottom: 2px solid #ffc107; width: 100%; }
   .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover { border-width: 0; }
    .nav-tabs > li > a { border: none; color: black; }
       .nav-tabs > li.active > a, .nav-tabs > li > a:hover { border: none; color: #4285F4 !important; background: transparent; }
     /*  .nav-tabs > li > a::after { content: ""; background: red; height: 2px; position: absolute; width: 100%; left: 0px; bottom: -1px; transition: all 250ms ease 0s; transform: scale(0);}*/
      .nav-tabs > li > a:hover{background: red;}
        .nav-tabs > li > a::after{background: red;content:""; }
      .nav-tabs > li.active > a{
      	background: red;
      }
    .nav-tabs > li.active > a::after, .nav-tabs > li:hover > a::after { transform: scale(1); }
.tab-nav > li > a::after { background: red none repeat scroll 0% 0%; color: #fff; }
.tab-pane { padding: 15px 0; }
.tab-content{padding:20px}
.card {background: #FFF none repeat scroll 0% 0%; box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3); margin-bottom: 30px; }
/*body{ background: #EDECEC; padding:50px}*/
.tab-content .tab-pane ul li a img{
	background: #ce0100;
	border-radius: 50%;
	margin-right: 6px;
	margin-top: 6px;
	margin-bottom: 6px;
	padding: 4px 4px;
}
.tab-content .tab-pane ul li a{
	font-weight: bold;
	font-size: 18px;
}
.note-chose span a.active{
	color: rgb(255,117,26);
	font-weight: bold;
	margin-left: 6px;
	margin-right: 6px;
}
.media-left .size-media {

height: 300px;
}
.size-media-left {
	width: 92%;
	height: 100px;
	margin:6px 0px;
	border-bottom: 2px solid #ffc107;
	margin-left: 4px;
}
.size-media-left img{
	width: 100%;
	height: 100%;
}
.media-body .row ul {
	height: 400px!important;
}
.media-body ul {
	overflow: auto;
}
.text-content a{
	text-align: left;
	font-weight: bold;
}
.left-cow{
	margin-left: -30px;
}
.size-my-thum{
	width: 100%;
	max-height: 357px;
}
a.left.carousel-control i {
    position: absolute;
    top: 50%;
}
a.right.carousel-control i {
    position: absolute;
    top: 50%;
}
.media img{
	width: 140px;
	height: 70px;
}
.size-media-object{
	height: 435px;
	overflow: auto;
}
button.owl-dot {
    display: none!important;
}
button.owl-prev {
    position: absolute;
    top: -58px;
    right: 40px;

    
}
.owl-theme .owl-nav [class*=owl-]:hover{
	background: none!important;
	outline: none;
	color: none;
}
button.owl-prev span
{
	 background:#ce0100;
	    font-size: 26px;
	    border-radius: 100%;
	    color: white;
	    padding: 5px 15px;
}
button.owl-next span
{
	 background:#ce0100;
	    font-size: 26px;
	      border-radius: 100%;
	         color: white;
	             padding: 5px 15px;
}
button.owl-next {
    position: absolute;
    top:-58px;
    right: 0px;
  
    
}
@media  (max-width: 768px)
{
	
}