@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');
@import url(../fixed.css);

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}
.border_hr {
    width: 100%;
    margin: 0 0 22px;
    padding: 0 0 22px;
    border-bottom: 1px solid #e6e6e6;
    float:left;
}
body{
	font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.55;
    color: #595959;
}
h1, h2, h3, h4, h5 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color: #333;
}
.child_vw_cnt{width:30px;margin:0px ! important;}
/* Header and Footer Expand - Starts */
.wrap_temp_cust
{
    max-width:1200px !important;
}
/* Header and Footer Expand - Ends */
.wrap_temp{
	max-width:1170px;
	margin:0 auto;
	padding: 0 15px;
	width:100%;
	/* border:1px solid #ff0000; */
	box-sizing:border-box;
}
.kb_full_desc img{
	height:auto ! important;
  border-radius: 8px;
  box-shadow: 0 2px 3px #c1c1c1;
  text-decoration: none;
  transition-property: top, left, opacity, box-shadow, background-color;
}
.kb_readmore
{
	border: 1px solid #ccc;border-radius: 4px;padding: 2px 8px;float: right;clear: left;font-size: 12px;margin-top: 8px;display:none;
}
a.kb_readmore_desc
{
	color:#595959 ! important;
}
a.kb_readmore_desc span.more
{font-size: 11px;}
a.kb_readmore_desc:hover
{
	color:rgb(70, 170, 181) ! important;
}
.col_ib{
	 color: #00b4b3;
}

ul.current_page_menu li a{
	color: #5c5c5c;
	text-decoration: none;
	font-size:14px;
	margin-right:7px;
}
/* header sec start*/
.hd_bg {
    background-image: url('images/hd_bg.png');
    background-size: inherit;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center top;
	background-color: #00b4b3;
}
.menu_right > ul > li {
    float: left;
    /*margin: 0 0 0 14px;*/
    padding: 0;
    line-height: 55px;
}
.menu_right > ul > li:last-child {
    float: left;
    margin: 0 0 0 15px;
    padding: 0;
    line-height: 55px;
}
.menu_right > ul > li > a {
    color: #fff;
	text-decoration: none;
    font-size: 14px;
	padding: 0 15px;
    font-weight: normal;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    opacity: 0.7;
    float: left;
}
.menu_right > ul > li a.mhighlight {
    box-sizing: border-box;
    border: 1px solid #46aab5;
    border-radius: 10px;
}
.menu_right > ul > li > a:hover{
	color: #fff !important;
	/*background-color:#138686;*/
	opacity: 1;
}
.mobi_menu{
	position:absolute;
	top:100px;
	left:0;
	width:100%;
	z-index:99;
}
.mobi_icon{
	display:none;
}
.mobi_menu > ul li {
    border-bottom: 1px solid #eaeaea;
    float:left;
	width:100%;
    position: relative;
}
.mobi_menu > ul li a {
    color: #000;
	background-color:#fff;
    padding: 15px 20px;
	text-decoration:none;
	float:left;
	width:100%;
}
.temp_hd{
	color: #fff;
    font-size: 38px;
    font-weight: 400;
}
.search_cont_out{
	position: relative;
    max-width: 600px;
	width:100%;
    margin: 0 auto;
}
.search_sm_cont{
    max-width: 330px;
    font-size: 15px;
}
.search_cont_out:after {
    position: absolute;
    display: block;
    content: "";
    background: url(images/search.svg) no-repeat center center;
    background-size: 20px;
    height: 20px;
    width: 20px;
    position: absolute;
    top: 50%;
    left: 15px;
    margin-top: -10px;
    opacity: 0.7;
}
.search_tb {
	color: #595959;
	font-size:16px;
    display: block;
    width: 100%;
    padding: 18px 20px 18px 45px;
    border: 0;
    outline: none;
    -webkit-border-radius: 99px;
    -moz-border-radius: 99px;
    -ms-border-radius: 99px;
    border-radius: 99px;
    box-shadow: 0 0 0px 5px rgba(255, 255, 255, 0.15);
	box-sizing:border-box;
}
.search_tb_sm {
	color: #9c9a9a;
	font-size: 15px;
    padding: 10px 20px 10px 45px;
	border: 1px solid rgba(204, 204, 204, 0.5);
}
.search_load_img{
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -10px;
    height: 20px;
    width: 30px;
    /* opacity: 0; */
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.search_hide{
	display:none;
}

.search_results{
    max-width: 600px;
    background: #fff;
    margin: 10px auto 0;
    padding: 0;
    max-height: 400px;
    overflow: auto;
	position: absolute;
	width:100%;
    z-index: 99;
    border-radius: 5px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.18);
    -webkit-overflow-scrolling: touch;	 
}
.search_results ul li{
	width:100%;
}
.search_results ul li .search_bot {
	padding:7px;
	font-size:14px;
	background: #f7f7f7;
}
.search_results li a:hover{
	background: #f7f7f7;
}
.search_results li a{
    padding: 10px 20px 10px;
    display: block;
	float:left;
	
    color: inherit;
    text-decoration: none;
}
.search_results li a .search_hd{
    font-size: 16px;
    line-height: 18px;
    font-weight: bold;
}
.search_results li:first-child{
	margin-top:10px;
}
.search_results li a .search_desc{
    font-size: 15px;
    line-height: 1.3;
    margin: 10px 0 0;
}
/* header sec end*/
/* Search anto - Starts*/

.search_cont_out_cust {
    position: relative;
    max-width: 600px;
    width: 100%;
    margin: 10px auto auto auto;
}
.search_cont_out_cust input {
    color: #595959;
    font-size: 16px;
    display: block;
    width: 80%;
    padding: 10px 20px;
    float: left;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    border: 0;
    outline: none;
    height: 46px; 
}
.search_cont_out_cust button {
    background-color: rgb(70, 170, 181);
    color: #fff;
    padding: 14px 20px;
    font-size: 16px;
    outline: none;
    border: 0;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    cursor: pointer;
}

/* Search anto- Ends*/
/* Help Topics section start*/

.topic_lt{
width:100%;
float:left;
padding:0 15px 0 0;		
}
.article_rt{
display: none;
width:30%;
float:left;	
padding:0 0 0 15px;	
}
.topic_hd{
	font-size: 22px;
    margin: 0 0 40px;
    padding: 0 0 10px;
    border-bottom: 1px solid #e6e6e6;
}
.topic_ul li   
{
	float: left;
    width: 50%;
    padding: 0 15px;
    box-sizing: border-box;
}
.topic_borbot{
	border-bottom: 1px solid #e6e6e6;
}
.topic_link
{
    float:left;
    width: 100%;
    padding: 20px 10px;
    min-height: 75px;
	box-sizing:border-box;
}
.topic_link:hover {
    background: #fafafa;
}
.topic_icon{
	width: 35px;
    height: 35px;
    margin: 0 15px 0 0;
	float:left;
}
.topic_icon_img{
float: left;
max-width: 35px;
max-height: 35px;
margin: 0;
padding: 0;	
}
.topic_details{
	float:left;
	width:77%;
}
.topic_title {
    font-size: 18px;
    line-height: 1.25;
	font-weight: 700;
    color: #333;
}
.topic_desc {
    font-size: 14px;
    line-height: 20px;
    color: #8a8a8a;
	margin-top:10px;
}

.topic_li_title{
	margin: 0;
    font-size: 17px;
    line-height: 1.5;
}
.topic_li_title a{
	color: #333;
	text-decoration:none;
}

.topic_li_desc {
    margin: 8px 0 0;
    font-size: 14px;
    line-height: 1.5;
	color: #595959;
}
.widget_sec{
    background: #f4f5f5;
    padding: 30px;
    margin: 0 0 20px;
    font-size: 14px;
    line-height: 1.4;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}
.widget_title {
    margin: 0 0 15px;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.3;
}
.widget_sec ul li {
    margin: 0 0 10px;
    line-height: 1.3;
    position: relative;
}
.widget_sec ul li a {
    text-decoration: none;
	color: #595959;
}
.widget_sec ul li a:hover {
	color: #00a8a8;
}
.widget_sec_new ul li {
	width:100%;
	margin: 0 0 5px;
}
.widget_sec_new ul li a{
    color: inherit;
    padding: 10px 10px;
    text-decoration: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
	width:100%;
}
.widget_sec_new ul li a:hover{
	color: inherit;
	background: #e7e9e9;
	text-decoration:none;
}
.hd_big {
	font-size: 32px;
	line-height: 1.3;
}
.contact_btn{
	background: #00b4b3;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 12px 18px;
    line-height: 1;
    border-radius: 99px;
    transition: background 0.3s ease-in-out;
}
.topic_icon_mar{
	margin-right:10px;
}
.list_ul li {
	width:100%;
    margin: 0 0 22px;
    padding: 0 0 22px;
    border-bottom: 1px solid #e6e6e6;
}
.topic_listhd_new{
	font-size: 22px;
    margin: 0 0 20px;
    padding: 0 0 20px;
    border-bottom: 1px solid #e6e6e6;
}
.topic_li_title a:hover{
    color: #00b4b3;
}
.article_rt_pad{
	padding:0 30px 0 0;
}
.bold{
	font-weight:bold;
}

/* footer */
.grey_bg {
	background: #f4f5f5;
    padding: 30px 0;
    position: relative;
}

.copyright_txt{
	float: left;
	font-size: 14px;
	color: #999;	
}
ul.foot_link li {
    color: #fff;
    float: left;
    font-size: 14px;
    list-style-type: none;
}

ul.foot_link li a {
	display:inline-block;
    font-size: 14px;
    padding: 0 10px;
    text-decoration: none;
    color: #999;
}
ul.foot_link li a:hover{
	text-decoration:underline;
} 
/* breadcrumb and date like css start*/
.bread_grey{	padding:20px 0;	background:#f4f5f5;}.bread_crumbs a {	color:#9e9b9b;	font-size:14px;}.bread_crumbs span{	margin: 0 5px;	font-size:15px;	color: #9e9b9b;	vertical-align: middle;} .bread_crumbs a:hover{	color:#000;}.bread_crumbs a:hover .sep{	color:#000;}.date_likecont{	padding: 5px 3px 4px 5px;margin-bottom:22px;border-bottom: 1px solid #f2f2f2;	font-size: 12px;}.date_likecont > span {	display: inline-block;	margin-right: 15px;	line-height: 22px;}.date_likecont > span .fa {	margin-right: 6px;	font-size: 14px;	line-height: 22px;}.date_likecont > span > a{	color: #3b4348;}.date_likecont > span > a:hover{	color: #395996;}/* breadcrumb and date like css end*/
/*New category section starts */
.topic_hd_cat span
{
    font-weight: normal;
}
.cat-li-a{color:inherit !important;}
.cat-li .file-i
{
    font-size:22px;
    padding-right: 1.5%;
}
.cat-ul li
{
    width:100%;
    padding: 15px 10px;
    border-bottom: 1px solid #e6e6e6;
}
.cat-ul .cat-li span
{
    float:right;
    font-size:14px;
    color: grey;
}
.cat-ul .cat-li span i
{
    padding-right: 10px;
}
.topic_hd_cat {
    font-size: 22px;
    margin: 0 0 10px;
    padding: 0 0 20px;
    border-bottom: 1px solid #e6e6e6;
}
/*New category section ends*/

/* New footer sectio starts*/
.footer-new
{
    color:#fff;
    padding-top: 4%;
    padding-bottom: 3%;
}

.footer-new img
{
    padding-bottom: 5%;
}

.foo_header
{
   padding-bottom: 10%; 
}
.footer-new li, .footer-new span
{
    font-size: 14px;    
}

.footer-new li a
{
    color:#fff;
}

.foo_line
{
    border: 1px solid #575b65;
    margin-top: 4%;
    margin-bottom: 4%;
}
.p0
{
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.footer-new span
{
    text-align: justify;
    line-height: 1.8em;
}
.footer-new li
{
    padding: 5px 0;
}
/* New footer section ends */
/* Style for Knowledge Base - Starts */
.topic_hd_mem {
    font-size: 25px;
    margin: 0 0 10px;   
}
.topic_hd_mem span
{
    font-weight: normal;
    /*padding-left: 15px;*/
}
a.mem-li{
    color: inherit !important;
}
.mem-li .file-i
{
    font-size:22px;
    padding-right: 1.5%;
}
.mem-ul li
{
    width:100%;
    padding: 10px 10px;
    border-bottom: 1px solid #e6e6e6;
    font-size: 14px;
}
.mem-ul .mem-li span
{
    float:right;
    font-size:12px;
    color: grey;
    margin-top: 6px;
}
.mem-ul .mem-li span i
{
    padding-right: 10px;
}

.mem-ul li a .sub_title
{
    width:75%;
    float:left;
    margin:0;
    font-weight: 300;
    font-size: 15px;
}
.see-cat-div
{
    padding: 15px 10px;
    color: rgb(70, 170, 181);
    cursor: pointer;
}

.see-cat-div i
{
    font-size: 27px;
    font-weight: bold;
    margin-right: 10px;
}
.see-cat-div span
{
    vertical-align: top;
    font-weight: bold;
    font-size: 15px;
}

.pr0
{
    padding-right: 0px !important;
}
.pl0
{
    padding-left: 0px !important;
}
.mb15
{
    margin-bottom: 30px;
}
.txt-overflow
{
overflow-wrap: break-word;
word-wrap: break-word;
width: 100%; 
}
/* Style for Knowledge Base - Ends */
@media handheld,only screen and (max-width: 767px){
.mobi_hide{display:none ! important;}
.mem-ul li {
    width: 100%;
    padding: 8px 10px;
    border-bottom: 1px solid #e6e6e6;
    font-size: 14px;
    float: left;
}
.pr0, .pl0
{
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.wrap_temp{
	padding: 0 15px;
}
.topic_lt,.article_rt,.topic_ul li{
	width:100%;
}
.article_rt{
margin-top:20px;
padding:0;	
}
.desk_menu{
	display:none;
}
.mobi_icon{
	display:block;
}
.mobi_icon:hover .mobi_menu{
	display:block;
}
/* Added on 03-08-2018 starts */
    ul li
    {
        float:none;
    }

    .p0
    {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .foo_header {
        padding-bottom: 3%;
    }
    .footer-new img
    {
        padding-bottom: 5%;
    }
    .pm0
    {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .topic_lt
    {
        margin: 0;
    }
    .mm0
    {
        margin: 0;
    }
/* Added on 03-08-2018 ends */
}
@media handheld,only screen and (max-width: 480px){
.index_searchbox .temp_hd{font-size:24px;}
.search_cont_out_cust input{
width:100%;
border-radius:5px;
}
.search_cont_out_cust .btn-search-cust{display:none;}
.mb_clr
{
    clear:both;
}
}