body {
    margin: 0px;
    padding: 0px;
    background: #f5f5f5;
    font-family: 'Segoe UI';
}

ul.resp-tabs-list, p {
    margin: 0px;
    padding: 0px;
}

.resp-tabs-list li {
    font-weight: 600;
    font-size: 13px;
    display: inline-block;
    padding: 13px 15px;
    margin: 0 4px 0 0;
    list-style: none;
    cursor: pointer;
    float: left;
}

.resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    clear: left;
}

h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
}

.resp-tab-content {
    display: none;
    padding: 15px;
}

.resp-tab-active {
	border: 1px solid #5AB1D0 !important;
	border-bottom: none;
	margin-bottom: -1px !important;
	padding: 12px 14px 14px 14px !important;
	border-top: 4px solid #5AB1D0 !important;
	border-bottom: 0px #fff solid !important;
}

.resp-tab-active {
    border-bottom: none;
    background-color: #fff;
}

.resp-content-active, .resp-accordion-active {
    display: block;
}

.resp-tab-content {
    border: 1px solid #c1c1c1;
	border-top-color: #5AB1D0;
}

h2.resp-accordion {
    font-size: 13px;
    border: 1px solid #c1c1c1;
    border-top: 0px solid #c1c1c1;
    margin: 0px;
    padding: 10px 15px;
}

h2.resp-tab-active {
    border-bottom: 0px solid #c1c1c1 !important;
    margin-bottom: 0px !important;
    padding: 10px 15px !important;
}

h2.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1 !important;
    background: blue;
}

/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 30%;
}

.resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 15px 15px !important;
    margin: 0 0 4px;
    cursor: pointer;
    float: none;
}

.resp-vtabs .resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    border: 1px solid #c1c1c1;
    float: left;
    width: 68%;
    min-height: 250px;
    border-radius: 4px;
    clear: none;
}

.resp-vtabs .resp-tab-content {
    border: none;
    word-wrap: break-word;
}

.resp-vtabs li.resp-tab-active { 
position: relative;
z-index: 1;
margin-right: -1px !important;
padding: 14px 15px 15px 14px !important;
border-top: 1px solid;
border: 1px solid #5AB1D0 !important;
border-left: 4px solid #5AB1D0 !important;
margin-bottom: 4px !important;
border-right: 1px #FFF solid !important;
}

.resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 3px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 12px solid #c1c1c1;
}

h2.resp-tab-active span.resp-arrow {
    border: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #fc4242 ;
}

/*-----------Accordion styles-----------*/
h2.resp-tab-active {
    background: #DBDBDB;/* !important;*/
}

.resp-easy-accordion h2.resp-accordion {
    display: block;
}

.resp-easy-accordion .resp-tab-content {
    border: 1px solid #c1c1c1;
}

.resp-easy-accordion .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1;/* !important;*/
}

.resp-jfit {
    width: 100%;
    margin: 0px;
}

.resp-tab-content-active {
    display: block;
}

h2.resp-accordion:first-child {
    border-top: 1px solid #c1c1c1;/* !important;*/
}
@media only screen and (max-width: 800px) {
	.resp-vtabs ul.resp-tabs-list 
	{
	  width: 40%;
	}
	.resp-vtabs .resp-tabs-container {
		border: 1px solid #c1c1c1;
		width: 60%;
	}
}
/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 768px) {
    ul.resp-tabs-list {
        display: none;
    }

    h2.resp-accordion {
        display: block;
    }

    .resp-vtabs .resp-tab-content {
        border: 1px solid #C1C1C1;
    }

    .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: 100px;
        clear: none;
    }

    .resp-accordion-closed {
        display: none !important;
    }

    .resp-vtabs .resp-tab-content:last-child {
        border-bottom: 1px solid #c1c1c1 !important;
    }
	
	
	
}
/** xce custom css */
.img_thumb{
	 border-radius: 100%;
    height: 110px;
    width: 110px;
	text-align: left;
    
}

.clear{
	clear: both;
	
}.left-40{
	float:left;
	width:40%;
}.left-60{
	float:left;
	width:60%;
	vertical-align: middle;
	display:table-row;
}
.features_sec24 .resp-vtabs li.resp-tab-active {
   border: 0 !important;
  background-color: transparent !important;
}
.resp-vtabs li.resp-tab-active
{
 border-width: 0px !important;
}
.features_sec24 .resp-vtabs .resp-tabs-container {
   background-color: transparent !important;
  border: 0 !important;
}
.resp-tab-item:hover, .resp-tab-active {
 margin-top:10px;
  background: url("site-img23.png") no-repeat scroll right top rgba(0, 0, 0, 0);
  color: #fff;
  
}
.resp-tab-item:hover .left-60 h5 a , .resp-tab-active .left-60   h5 {
  color: #fff;
  
}
.resp-tab-item .left-60 h5 a:hover  {
  color: #fff;
  
}
 .resp-vtabs .resp-tabs-list li {
    padding-top: 0% !important;
}
.fo-right-ribbon a:hover, .fo-right-ribbon a:focus, a {
  color: initial;
  text-decoration: none;
}
.date_left {
    background: none repeat scroll 0 0 #fc4242;
    color: #fff;
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    padding: 17px 17px;
    text-align: center;
	float:left;
}
.title_left
{ float:left;
}
.img-respons
{
 width:100%;
}
 .left-60 h5
{ 
line-height:10px;
margin:3em 0 0 0 ;
padding:0;
padding-bottom:10px;
}
ul.resp-tabs-list, p {
  margin-top:10px;
}
.text_cont {
  border-top: 2px solid #fc4242;
  margin-top: -8px;
  overflow: hidden;
}
.title_left h3 {
    margin: 15px;
  text-transform: none;
}
.title_left h3 a:hover {
   color:red !important;
}
.features_sec24 .moduletable h2.section_title_drakgray.left {
    background: repeating-radial-gradient() !important; 
    text-align: center;
}


@media all and (max-width: 1024px)
{
	.date_left {
	  padding: 7px 13px;
	  width: 5%;
	}
	
	.resp-tab-item:hover, .resp-tab-active {
		background: url("site-img23.png") no-repeat scroll right center rgba(0, 0, 0, 0);
	}
	
	/** Added by Designer - 27 April 2015 **/

	.resp-vtabs .resp-tabs-list li
	{
		padding:0 !important;
		margin:0;
	}
	.left-40
	{
		width:36%;
	}
	.left-60
	{
		 width:64%
	}
	.left-60 h5 {
		font-size: 15px;
	}
	.img_thumb 
	{
		  height: 100px;
		  width: 100px;
	}
	/** Added by Designer - 27 April 2015 **/
}

@media all and (max-width: 768px){
	.resp-tab-item:hover .left-60 h5, .resp-tab-active .left-60 h5 {
	  color: #000;
	}
	h2.resp-accordion:first-child {
	  background: transparent !important;
	  border: 0 !important;
	}
	.resp-vtabs .resp-tab-content {
	  border: 0px !important;
	}
	h2.resp-accordion {
	  border: 0 none !important;
	  
	}
	.date_left {

	  width: 12%;
	}
	.title_left {
	 
	  width: 83%;
	}
	.resp-accordion.hor_1 {
		color: #000;
	}
	h2.resp-tab-active span.resp-arrow {

	  border-color: -moz-use-text-color transparent #fc4242;
	}
	.resp-arrow {
	  border-left: 6px solid transparent;
	  border-right: 6px solid transparent;
	  border-top: 12px solid #fc4242 !important;
	  float: right;
	  height: 0;
	  margin-top: 3px;
	  width: 0;
	}
	
	/** Added by Designer - 27 April 2015 **/
	.left-60 h5 {
		line-height: 18px;
	}

	h2.resp-tab-active span.resp-arrow{
		clear:both;
		border-top: 0px !important;
	}
	.resp-tab-item:hover, .resp-tab-active
	{
		  background: url("site-img23.png") no-repeat scroll right center rgba(0, 0, 0, 0);
	}
	h2.resp-accordion > .resp-arrow{
		display:none !important;
	}
	
	.readmore_but3{
		margin-top:3px; 
		margin-bottom:3px;
	}
	/** Added by Designer - 27 April 2015 **/

}


@media all and (max-width: 480px)
{

	.hvideo .readmore_but3{
	  font-size: 2.3em !important;
	  padding: 13px 30px;
	}
	
	.moduletable .readmore_but3 {
	   float: unset !important;
	  font-size: 0.9em !important;
	  padding: 5px 7px;
	 
	}
}
@media all and (max-width: 360px)
{
	.left-40 
	{
		display: none;
	}
	.left-60 {
		width: 100%;
	}
	

}

/*.resp-tab-item:hover, .resp-tab-active{
	background-position:3.25vw 3px;
}*/