@font-face {
    font-family: 'montserratregular';
    src: url('../fonts/montserrat-regular-webfont.eot');
    src: url('../fonts/montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/montserrat-regular-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-regular-webfont.woff') format('woff'),
         url('../fonts/montserrat-regular-webfont.ttf') format('truetype'),
         url('../fonts/montserrat-regular-webfont.svg#montserratregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'montserratlight';
    src: url('../fonts/montserrat-light-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'poppinsregular';
    src: url('../fonts/poppins-regular-webfont.eot');
    src: url('../fonts/poppins-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/poppins-regular-webfont.woff2') format('woff2'),
         url('../fonts/poppins-regular-webfont.woff') format('woff'),
         url('../fonts/poppins-regular-webfont.ttf') format('truetype'),
         url('../fonts/poppins-regular-webfont.svg#poppinsregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
a{
	text-decoration:none;
	font-size:14px;
}
img {
	max-width:100%;
	height:auto;
}
body {
	margin:0;
	padding:0;
	font-family: 'montserratregular';
	font-size:14px;
}
* {
	box-sizing:border-box;
}
ul {
	padding:0;
	margin:0;
	list-style-type:none;
}
textarea:focus, input:focus, button:focus, select:focus {
	outline:none;
}
textarea:focus, input:focus, button:focus, select:focus{
    outline:none;
}
input::-webkit-input-placeholder {
	color: #8c8989 !important;
}
textarea::-webkit-input-placeholder {
	color: #8c8989 !important;
}
.field-error {
	float: left;
	color: #F00;
	width: 100%;

}
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 0px;
	padding: 0;
	font-weight: normal;
	line-height: normal;
}

h1 {
	font-size:42px;
	padding-bottom:20px;
	line-height:1.2em;
	color:#3d3c3c;
}
h2{
	font-size:27px;
	color:#0e0e0e;
}
h3 {
	font-size:20px;
	text-transform:uppercase;
	color:#4f4e4e;
}
h4 {
	font-size:18px;
	padding:0 0 10px;
}
h5 {
	font-size:16px;
}
h6 {
	font-size:15px;
}
a, a:link, a:visited {
	text-decoration: none;
	outline: none;
}
a:hover {
	outline: none;
}
a{
	color:#3d3c3c;
	font-size:14px;
}
p {
	padding: 0 0 10px;
	margin: 0;
	font-size:14px;
	line-height:22px;
	letter-spacing:1px;
	color:#7e7d7d;
	font-family: 'poppinsregular';
}
textarea:focus, input:focus, button:focus, select:focus{
    outline:none;
}
.container{
	width:96%;
	max-width:1160px;
	margin:0 auto;
	display:block;
}
/*--header start--*/
.header{
	width:100%;
	float:left;
	background:#ffeeef;
	padding:10px 0;
}
.header .header-menu{
	width:100%;
	float:left;
}
.header-left{
	float:left;
}
.header-left a.logo{
	float:left;
}
.header-right{
	float:right;
}
.header-right .menu-wrap{
	float:left;
	padding-top:18px;
}
.header-right .menu-wrap ul{
	float:left;
}
.header-right .menu-wrap ul li{
	float:left;
	padding:0 20px;
}
.header-right .menu-wrap ul li a{
	font-size:16px;
}
.header-right .menu-wrap ul li a:hover{
	color:#a9263e;
}
.header-right .menu-wrap ul li.current-menu-item a{
	color:#a9263e;
}
.header-right .admin-btn{
	float:right;
	padding-top:5px;
}
.btn{
	float:left;
	padding:15px 30px;
	text-transform:uppercase;
	color:#ffffff;
	font-size:14px;
	background:#a9263e;
	border-radius:5px;
}
/*--menu_trigger--*/
.menu_trigger{
	display:none;
}
.mob_menu{
	position: fixed;
    left: -40%;
    top: 0;
    width: 40%;
    height: 100% !important;
    background: #414141;
    z-index: 99999;
    transition-property: all;
    transition-duration: .5s;
    transition-timing-function: cubic-bezier(0,1,.5,1);
    overflow: auto !important;
}
.menu-opened .mob_menu{
	left:0 !important;
	height:100% !important;
	display:block !important;
}
.mob_menu ul{
	display:block;
	margin:0 auto;
	padding:0px 0;
	width:100%;
	float:left;
	margin-top:40px;
}
.mob_menu ul li {
    list-style: none;
    display:block;
    padding: 8px 15px 8px 10px;
    position: relative;
	width:100%;
	float:left;
    border-bottom: 1px solid #4f4f4f;
    text-transform: uppercase;
}
.mob_menu ul li > ul{
	position: absolute;
    top: 100%;
    float: left;
    left: 0;
}
.mob_menu .close_menu{
	position:absolute;
	top:8px;
	right:8px;
	font-size:14px;
	width:20px;
	height:20px;
	background:url(../images/close.png) no-repeat center;
	background-size:14px;
}
.mob_menu ul li a{
	font-size:13px;
	color:#ffffff;
	width:100%;
	height:100%;
	float:left;
	text-transform:capitalize;
}
.fa-bars{
	margin-top:22px;
	color:#f1f1f1;
	margin-top: 3px;
    margin-right: 0px;
    font-size: 20px;
}
/*--menu_trigger end--*/
/*--header-end--*/
/*--banner-wrap start--*/
.banner-wrap{
	width:100%;
	float:left;
	background-image: linear-gradient(#ffeeef, #fff9f9);
}
.banner-wrap .banner-txt{
	width:100%;
	float:left;
	padding:75px 0 70px;
}
.banner-wrap .banner-txt h1{
	text-align:center;
}
.banner-form{
	width:100%;
	float:left;
	padding-top:60px;
}
.banner-form .frm-wrap{
	width:50%;
	float:left;
}
.banner-form .frm-wrap.odd{
	padding-right:15px;
}
.banner-form .frm-wrap.even{
	padding-left:15px;
}
.banner-form .frm-wrap .input-txt{
	width:76%;
	float:left;
	border:1px solid #bbb8b8;
	padding:15px 15px;
	border-radius:5px;
	font-size:14px;
	margin-right:15px;
}
.frm-wrap .btn{
	border:none;
	cursor:pointer;
	text-transform:capitalize;
}
.banner-form .frm-wrap label{
	width:100%;
	float:left;
	font-size:18px;
	padding-bottom:10px;
	color:#181818;
}
/*--banner-wrap end--*/
.middle-wrap{
	width:100%;
	float:left;
}
.content-wrapper{
	width:100%;
	float:left;
	padding-top:40px;
	padding-bottom:20px;
}
.content-wrapper h2{
	text-transform:uppercase;
	color:#373737;
}
.content-wrapper .content{
	width:100%;
	float:left;
}
.heading-wrap{
	width:100%;
	float:left;
	text-align:center;
	padding-bottom:40px;
}
.heading-wrap h2{
	padding-bottom:10px;
	margin-bottom:0px;
	position:relative;
}
.heading-wrap h2:after{
	position:absolute;
	bottom:0;
	height:3px;
	width:100px;
	background-image: linear-gradient(to right, #fc4056, #f6c460);
	content:'';
	left:50%;
	margin-left:-50px;
}
.content .content-child{
	width:100%;
	float:left;
}
.content .content-child ul{
	width:100%;
	float:left;
}
.content .content-child ul li{
	width: 33%;
    float: left;
    padding-bottom: 12px;
    line-height: 24px;
    padding-right: 10px;
}
.content .content-child ul li a{
	color:#181818;
	font-size:14px;
	padding-left:27px;
	position:relative;
	font-family: 'poppinsregular';
	float:left;
}
.content .content-child.top-ques ul li a:before{
	background:url(../images/all-icon.png) no-repeat;
	width:20px;
	height:22px;
	position:absolute;
	left:0;
	content:'';
	background-position:-273px -20px;
}
.content .content-child ul li a span{
	color:#c93414;
}
.content .content-child.new-doc ul li a:before{
	background:url(../images/all-icon.png) no-repeat;
	width:20px;
	height:22px;
	position:absolute;
	left:0;
	content:'';
	background-position:-238px -20px;
}
.content .content-child.top-model ul li{
	width:14%;
    float: left;
    padding-bottom: 0px;
    line-height: 24px;
    padding-right: 20px;
	margin-bottom:10px;
}
.content .content-child.top-model ul li a{
	padding-left:0px;
}
.content .content-child.tutorials ul li{
	width: 15.2%;
    float: left;
    padding-bottom: 0px;
    line-height: 24px;
    padding-right: 0px;
    margin-bottom: 10px;
    margin-right: 20px;
	background-image:linear-gradient(to right, #fb4356 0%, #f6c460 60%);
	border-radius:5px;
	position:relative;
	padding:1px;
}
.content .content-child.tutorials ul li a{
	padding-left: 0px;
    float: none;
    line-height: 45px;
    display: block;
    border-radius: 4px;
    text-align: center;
    background:#ffffff;
}
.content .content-child.tutorials ul li:last-child{
	margin-right:0px;
}
/*--middle-wrap end--*/
/*--footer-wrap start--*/
.footer-wrap{
	width:100%;
	float:left;
	position:relative;
	background:url(../images/footer-bg.png) no-repeat;
	background-size:40%;
	margin-top:50px;
}
.footer-wrap .footer{
	width:100%;
	float:left;
	padding:30px 0 70px;
}
.footer-wrap .footer .footer-widget{
	width:18.3%;
	float:left;
	padding-right:20px;
}
.footer-wrap .footer .footer-widget:first-child{
	width:45%;
	padding-top:50px;
}
.footer-wrap .footer .footer-widget:last-child{
	padding-right:0px;
}
.footer .footer-widget ul{
	width:100%;
	float:left;
}
.footer .footer-widget ul li{
	width:100%;
	float:left;
	padding-bottom:7px;
}
.footer .footer-widget h4{
	padding-bottom: 10px;
    margin-bottom: 25px;
	position:relative;
}
.footer .footer-widget h4:after{
	position:absolute;
	content:'';
	width:70px;
	height:2px;
	background-image: linear-gradient(to right, #fc4056, #f6c460);
	left:0;
	bottom:0;
}
.footer-wrap .footer .footer-widget:first-child h4{
	color:#ffffff;
}
.footer-wrap .footer .footer-widget:first-child h4:after{
	display:none;
}
.footer .footer-widget .input-text{
	width:100%;
	float:left;
	border:none;
	padding-left:10px;
	min-height:40px;
}
.footer .footer-widget input::-webkit-input-placeholder {
	color: #ffffff !important;
}
.footer-wrap .footer .footer-widget:last-child a{
	color:#ffffff;
}
.footer .footer-widget .sub-btn{
	width:140px;
	border:none;
	box-shadow:none;
	min-height:40px;
	background:#ff9000;
	color:#f7f7f7;
	text-transform:uppercase;
	letter-spacing:2px;
	margin-top:10px;
	cursor:pointer;
}
.footer .footer-widget .sub-btn:hover{
	background:#5bbbd4;
}
.footer .footer-widget ul li{
	color:#efefef;
	padding-bottom:10px;
	line-height:22px;
}
.footer .footer-widget ul li a{
	color:#6f6d6d;
	font-weight:normal;
	font-family: 'montserratlight';
	font-weight:600;
}
.footer .footer-widget ul li span{
	text-transform:uppercase;
}
.footer .social-wrap a{
	margin-left:0px;
	margin-right:5px;
}
.footer .frm-wrap{
	width:100%;
	float:left;
}
.footer .frm-wrap .input-txt{
	width: 85%;
    float: left;
    color: #ffffff;
    padding: 15px;
    border-radius: 4px;
    margin-bottom: 10px;
    border: none;
    background: rgba(255,255,255,0.4);
}
.share-wrap{
	width:100%;
	float:left;
}
.share-wrap ul{
	width:100%;
	float:left;
}
.share-wrap ul li{
	width:100%;
	float:left;
}
.share-wrap ul li a{
	width:100%;
	line-height:40px;
	float:left;
	text-align:center;
	border-radius:4px;
	color:#ffffff;
}
.share-wrap ul li a{
	background:#373737;
	position:relative;
}
.share-wrap ul li a:before{
	width:45px;
	height:40px;
	border-radius:4px 0px 0px 4px;
	background:url(../images/all-icon.png) no-repeat;
	position:absolute;
	content:'';
	top:0;
	left:0;
}
.share-wrap ul li a.fb:before{
	background-position:-14px -12px;
}
.share-wrap ul li a.tw:before{
	background-position:-92px -12px;
}
.share-wrap ul li a.gl:before{
	background-position:-168px -12px;
}
.copyright-wrap{
	width:100%;
	float:left;
	padding:15px 0;
}
.copyright-wrap .copyright-left{
	float:left;
}
.copyright-wrap .copyright-left p{ 
	font-size:13px;
	color:#787878;
	padding-bottom:0px;
}
.copyright-wrap .copyright-right{
	float:right;
}
.copyright-wrap .copyright-right ul{
	float:right;
}
.copyright-wrap .copyright-right ul li{
	float:left;
	margin-left:10px;
	border-left:1px solid #181818;
	padding-left:10px;
}
.copyright-wrap .copyright-right ul li a{
	color:#787878;
	font-size:13px;
}
.copyright-wrap .copyright-right ul li:first-child{
	border-left:none;
	padding-right:10px;
	padding-left:0px;
}
/*--footer-wrap end--*/
/*--product-page start--*/
.product-title{
	width:100%;
	float:left;
	margin-bottom:40px;
}
.product-title .title-name{
	width:80%;
	float:left;
}
.product-title .title-name h1{
	position:relative;
	padding-bottom:10px;
}
.product-title .title-name h1:after{
	width:100%;
	float:left;
	left:0;
	bottom:0;
	position:absolute;
	height:1px;
	content:'';
	background-image: linear-gradient(to right, #fc4056, #f6c460);
}
.product-title .title-btn{
	width:20%;
	padding-left:10px;
	float:right;
	padding-top:15px;
}
.product-title .title-btn a{
	padding:10px 20px;
	font-size:12px;
}
.product-details{
	width:100%;
	float:left;
}
.product-img{
	width:40%;
	float:left;
}
.product-img .big-img{
	width:100%;
	float:left;
}
.product-img .small-img{
	width:100%;
	float:left;
	padding-top:20px;
}
.product-img .small-img ul{
	width:100%;
	float:left;
}
.product-img .small-img ul li{
	width:23.3%;
	margin-right:10px;
	float:left;
}
.product-img .small-img ul li:last-child{
	margin-right:0px;
}
.product-summary{
	width:60%;
	float:left;
	padding-left:30px;
}
.product-summary h2{
	position:relative;
	padding-bottom:10px;
}
.product-summary h2:after{
	width:100px;
	height:2px;
	background-image: linear-gradient(to right, #fc4056, #f6c460);
	position:absolute;
	left:0;
	bottom:0;
	content:'';
}
.product-summary .model-info{
	width:100%;
	float:left;
	padding-top:20px;
}
.product-summary .model-info table{
	width:100%;
	float:left;0
}
.product-summary .model-info table td{
	font-size:14px;
	color:#181818;
	font-weight:normal;
	font-family: 'poppinsregular';
	padding:5px 0;
}
.product-summary .model-info table td.table-left{
	width:200px;
	font-weight:bold;
}
.documents-wrap{
	width:100%;
	float:left;
}
.documents-wrap .documents-content{
	width:100%;
	float:left;
}
.documents-wrap .documents-content ul{
	width:100%;
	float:left;
	text-align:center;
}
.documents-wrap .documents-content ul li{
	display:inline-block;
	margin:15px;
	background-image:linear-gradient(to right, #fb4356 0%, #f6c460 60%);
	border-radius:5px;
	padding:1px;
}
.documents-wrap .documents-content ul li a{
	float: none;
    /* display: block; */
    line-height: 40px;
    display: block;
    border-radius: 4px;
    text-align: center;
    display: block;
    padding: 0px 40px;
	background:#ffffff;
	font-family: 'poppinsregular';
}
.filter-wrap{
	width:100%;
	float:left;
}
.filter-wrap .frm-wrap{
	width:100%;
	float:left;
	padding:0;
}
.filter-wrap .frm-wrap label{
	font-size:27px;
	color:#181818;
	width:100%;
	padding-bottom:15px;
	float:left;
}
.filter-wrap .frm-wrap .input-txt{
	width:100%;
	float:left;
	min-height:45px;
	border:1px solid;
	border-image: linear-gradient(to right, #fb4356 0%, #f6c460 60%);
	border-image-slice: 1;
	padding-left:15px;
}
.filter-table{
	width:100%;
	float:left;
	font-family: 'poppinsregular';
	margin-top:30px;
}
.filter-table table{
	width:100%;
	float:left;
	border-spacing:0px;
	border:1px solid;
	border-image: linear-gradient(to right, #fb4356 0%, #f6c460 60%);
	border-image-slice: 1;
}
.filter-table table tr{
	
}
.filter-table table tr th{
	background:#a9263e;
	font-weight:normal;
	color:#ffffff;
	padding:10px;
	text-align:left;
}
.filter-table table tr td{
	text-align:left;
	font-weight:normal;
	padding:10px;
	border-right:1px solid #dbd9d9;
}
.filter-table table tr:nth-child(odd){
	background:#f9f9f9;
}
.filter-table table tr td:last-child{
	border-right:none;
}
.pg-wrap{
	width:100%;
	float:left;
}
.pg-txt{
	width:100%;
	float:left;
}
/*--product-page end--*/
.inner-banner{
	width:100%;
	float:left;
	background-image: linear-gradient(#ffeeef, #fff9f9);
	padding:60px 0;
	text-align:center;
}
.contact-wrap{
	width:100%;
	float:left;
}
.contact-wrap .contact-wrap-left{
	width:50%;
	float:left;
	padding-right:20px;
	height:395px;
	overflow:hidden;
}
.contact-wrap .contact-wrap-left .map-img{
	width:100%;
	float:left;
}
.contact-wrap .contact-wrap-right{
	width:50%;
	float:right;
}
.contact-wrap .contact-wrap-right .heading-wrap{
	text-align:left;
}
.contact-wrap .contact-wrap-right .heading-wrap h2:after{
	left:0;
	margin-left:0px;
}
.contact-info{
	width:100%;
	float:left;
	padding:30px 0;
}
.contact-info ul{
	width:100%;
	float:left;
	text-align:center;
}
.contact-info ul li{
	display:inline-block;
	width:33%;
	padding:0 20px;
	text-align:center;
}
.contact-info ul li .icon-wrap{
	width:80px;
	height:80px;
	margin:0 auto;
	display:table;
	border-radius:50%;
	background:#3d3c3c;
	margin-bottom:10px;
	padding:20px;
}
.contact-info ul li .icon-wrap img{
	display:table-cell;
	vertical-align:middle;
	height:100%;
}
.contact-info ul li a{
	color:#7e7d7d;
	font-family: 'poppinsregular';
}
.cont-wrap-info{
	background:#f7f7f7;
}
.contact-form{
	width:100%;
	display:table;
	margin:0 auto;
}
.contact-form .frm-wrap{
	width:100%;
	float:left;
	margin-bottom:15px;
}
.contact-form .frm-wrap .input-text{
	width:100%;
	float:left;
	min-height:45px;
	background:#f7f7f7;
	border:none;
	padding-left:15px;
	border-radius:4px;
}
.contact-form .frm-wrap .input-text.input-msg{
	min-height:70px;
}
.contact-form .frm-wrap .sub-btn{
	width:150px;
	margin:0 auto;
	min-height:45px;
	background:#a9263e;
	color:#ffffff;
	border:none;
	border-radius:4px;
}
.back-btn{
	width:100%;
	float:left;
	padding:30px 0;
}
.back-btn .btn{
	float:none;
	margin:0 auto;
	display:table;
}
.srch-wrap{
	width:100%;
	float:left;
	padding-bottom:20px;
	border-bottom:1px solid #6f6d6d;
}
.srch-wrap .frm-wrap .input-text{
	width:100%;
	float:left;
	padding-left:10px;
	min-height:45px;
	border: 1px solid;
    border-image: linear-gradient(to right, #fb4356 0%, #f6c460 60%);
    border-image-slice: 1;
}
.srch-wrap .frm-wrap span{
	width:100%;
	float:left;
	font-size:20px;
	padding-bottom:10px;
}
.policy-content{
	width:100%;
	float:left;
}
.policy-content ul{
	width:100%;
	float:left;
}
.policy-content ul li{
	width:100%;
	float:left;
	padding-bottom:10px;
	margin-bottom:20px;
	border-bottom:1px solid rgba(0,0,0,0.3);
}
.policy-content ul li .issue{
	width:100%;
	float:left;
}
.policy-content ul li .doc-icons{
	width:100%;
	float:left;
	padding-top:10px;
}
.policy-content ul li .doc-icons ul{
	width:100%;
	float:left;
}
.policy-content ul li .doc-icons ul li{
	width:auto;
	float:left;
	margin:0px;
	padding:0px;
	border-bottom:none;
	margin-right:20px;
}
.policy-content ul li .doc-icons ul li a{
	color:#3d3c3c;
	font-family: 'poppinsregular';
	position:relative;
	padding-left:20px;
}
.policy-content ul li .doc-icons ul li a:before{
	width:20px;
	height:20px;
	background:url(../images/all-icon.png) no-repeat;
	position:absolute;
	content:'';
	left:0;
}
.policy-content ul li .doc-icons ul li a.date-icon:before{
	background-position:-7px -78px;
}
.policy-content ul li .doc-icons ul li a.id-icon:before{
	background-position:-32px -78px;
}
.policy-content ul li .doc-icons ul li a.view-icon:before{
	background-position:-60px -78px;
}
.policy-content ul li .issue a{
	color:#3d3c3c;
	font-weight:bold;
	font-family: 'poppinsregular';
	font-size:15px;
	padding-bottom:10px;
	float:left;
}
.content-wrapper.issue-wrap{
	padding:0px 0 20px;
}
.glossary-wrap{
	width:100%;
	float:left;
}
.all-wrap{
	width:100%;
	float:left;
	padding-bottom:20px;
	border-bottom:1px solid #6f6d6d;
	margin-bottom:20px;
}
.all-btn{
	width:170px;
	min-height:40px;
	border-radius:4px;
	border: 1px solid;
    border-image: linear-gradient(to right, #fb4356 0%, #f6c460 60%);
    border-image-slice: 1;
	padding-left:10px;
}
.glossary-table{
	width:100%;
	float:left;
}
.glossary-table table{
	width: 100%;
    float: left;
    border-spacing: 0px;
    border: 1px solid;
    border-image: linear-gradient(to right, #fb4356 0%, #f6c460 60%);
    border-image-slice: 1;
}
.glossary-table table tr th{
	background: #a9263e;
    font-weight: normal;
    color: #ffffff;
    padding: 10px;
    text-align: left;
	border-right:1px solid rgba(255,255,255,0.5);
	padding-left:10px;
	font-family: 'poppinsregular';
	font-weight:bold;
	letter-spacing:1px;
}
.glossary-table table tr:nth-child(odd) {
    background: #f9f9f9;
}
.glossary-table table tr td{
	text-align: left;
    font-weight: normal;
    padding: 10px;
    border-right: 1px solid #dbd9d9;
	font-family: 'poppinsregular';
}
.glossary-table table tr td:last-child {
    border-right: none;
}
/*--document-wrap start--*/
.document-title{
	width: 100%;
    float: left;
    padding: 10px 15px;
    background: #f7f7f7;
    margin-bottom: 15px;
}
.document-title h1{
    padding-bottom: 0px;
}
.document-wrap{
	width:100%;
	float:left;
}
.ticket-info{
	width:100%;
	float:left;
	padding:30px 0;
}
.ticket-info ul{
	width:100%;
	float:left;
}
.ticket-info ul li{
	width:250px;
	height:230px;
	background:#f7f7f7;
	float:left;
	padding:20px;
	margin-right:20px;
}
.ticket-info ul li .edit-btn{
	width:100%;
	float:left;
}
.ticket-info ul li .edit-btn .btn{
	padding:7px 20px;
}
.help-btn{
	cursor:pointer;
}
.document-content{
	width:100%;
	float:left;
	padding:20px 0;
}
.document-content .doc-cont-title{
	width:100%;
	float:left;
	padding:0 0 20px;
}
.document-content .doc-cont-title h2{
	position:relative;
	text-transform:capitalize;
	padding-bottom:10px;
}
.document-content .doc-cont-title h2:after{
	width: 100%;
    float: left;
    left: 0;
    bottom: 0;
    position: absolute;
    height: 1px;
    content: '';
    background-image: linear-gradient(to right, #fc4056, #f6c460);
}
.document-content .doc-content-details{
	width:100%;
	float:left;
}
.document-content .doc-content-details .date-wrap{
	width:100%;
	float:left;
	margin-bottom:20px;
}
.document-content .doc-content-details .date-wrap a{
	float:left;
	padding-left:20px;
	color: #3d3c3c;
    font-family: 'poppinsregular';
	position:relative;
}
.document-content .doc-content-details .date-wrap a:before{
	position:absolute;
	content:'';
	left:0;
	width:20px;
	height:20px;
	top:-2px;
	background:url(../images/all-icon.png) no-repeat;
	background-position: -7px -79px;
}
.document-content .doc-content-details ul{
	width:100%;
	float:left;
}
.document-content .doc-content-details ul li{
	width:100%;
	float:left;
	padding-bottom:10px;
	color: #3d3c3c;
    font-family: 'poppinsregular';
	font-weight:bold;
	font-size:16px;
	position:relative;
	padding-left:15px;
}
.document-content .doc-content-details ul li:before{
	width:5px;
	height:5px;
	border-radius:50%;
	position:absolute;
	content:'';
	background:#3d3c3c;
	left:0;
	top:5px;
}
.document-content .doc-content-img{
	width:100%;
	float:left;
	height:500px;
	background:#f7f7f7;
	overflow-x:auto;
	margin-bottom:20px;
}
.document-content .doc-content-img iframe{
	width:100%;
	float:left;
	height:100%;
}
.document-content .affected-models{
	width:100%;
	float:left;
}
.document-content .affected-models ul{
	width:100%;
	float:left;
}
.document-content .affected-models ul li{
    float: left;
    padding-bottom: 0px;
    line-height: 24px;
    padding-right: 10px;
    margin-bottom: 10px;
}
.document-content .affected-models ul li a{
	padding:8px 30px;
	background:#a9263e;
	float:left;
	color:#ffffff;
	border-radius:4px;
	border:1px solid #a9263e;
}
.document-content .affected-models ul li a:hover{
	background:#ffffff;
	border:1px solid #a9263e;
	color:#a9263e;
}
.document-content .tag-txt{
	width:100%;
	float:left;
}
/*--document-wrap end--*/
/*--model-details start--*/
.model-details{
	width:100%;
	float:left;
}
.model-srch{
	width:100%;
	float:left;
}
.model-srch .frm-wrap{
	width:100%;
	float:left;
}
.model-srch .frm-wrap label {
    width: 100%;
    float: left;
    font-size: 18px;
    padding-bottom: 10px;
    color: #181818;
}
.model-srch .frm-wrap .input-txt {
    width: 89%;
    float: left;
    border: 1px solid #bbb8b8;
    padding: 15px 15px;
    border-radius: 5px;
    font-size: 14px;
    margin-right: 15px;
}
.model-details .model-table{
	width:100%;
	float:left;
	padding-top:30px;
}
.model-details .model-table table{
	width: 100%;
    float: left;
    border-spacing: 0px;
    border: 1px solid;
    border-image: linear-gradient(to right, #fb4356 0%, #f6c460 60%);
    border-image-slice: 1;
}
.model-details .model-table table td img{
	width:120px;
}
.model-details .model-table table td{
	text-align:center;
	padding:10px;
	border-right: 1px solid #dbd9d9;
}
.model-details .model-table table td:last-child{
	border-right:0px;
}
.model-details .model-table table th{
	background: #a9263e;
    font-weight: normal;
	padding:10px;
    color: #ffffff;
}
.model-details .model-table table th:first-child{
	width:160px;
}
.model-details .model-table table tr:nth-child(odd) {
    background: #f9f9f9;
}
/*--pagination start--*/
.pagination-wrap{
    float: left;
    width: 100%;
    margin: 0;
	padding:30px 0;
}
.pagination-wrap ul li {
    float: left;
    width: auto;
	margin:0px;
	width:auto;
    display: inline-block;
	padding:0px;
	border:none;
    margin-bottom: 0;
    margin-right: 10px;
    box-shadow: none;
    border: 0;
}
.pagination-wrap ul li:nth-child(3){
	margin-right:10px;
}
.pagination-wrap ul li:nth-child(4){
	margin-right:10px;
}
.pagination-wrap ul li:nth-child(4){
	margin-right:10px;
}
.pagination-wrap ul li a {
    float: left;
    text-align: center;
	font-family: 'montserratregular';
    width: 100%;
    text-decoration: none;
    font-size: 12px;
    letter-spacing: 0;
    color:#a9263e;
    line-height: 1;
    /* width: 40px; */
    padding: 10px 15px;
    background-color: transparent;
    border: 1px solid #a9263e;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.pagination-wrap ul li a.active, .pagination-wrap ul li a:hover {
    background-color: #a9263e;
    color: #fff;
    border-color: #a9263e;
}
/*--pagination end--*/
.knowledgebase-content{
	width:100%;
	float:left;
	padding-top:40px;
}
.knowledgebase-content ul{
	width:100%;
	float:left;
}
.knowledgebase-content ul li{
	width:100%;
	float:left;
	padding-bottom:15px;
	margin-bottom:20px;
	border-bottom:1px solid rgba(0,0,0,0.3);
}
.knowledgebase-content ul li .knowledge-img{
	width:150px;
	float:left;
}
.knowledgebase-content ul li .knowledge-txt{
	padding-left:20px;
	width:86%;
	float:left;
}
.knowledgebase-content ul li .knowledge-ticket-info{
	width:100%;
	float:left;
	padding:10px 0 0;
}
.knowledgebase-content ul li .knowledge-ticket-info ul{
	width:100%;
	float:left;
}
.knowledgebase-content ul li .knowledge-ticket-info ul li{
	width:auto;
	margin-right:25px;
	border-bottom:0px;
	margin-bottom:0px;
	padding-bottom:0px;
}
.knowledgebase-content ul li .btn {
    float: left;
    padding: 8px 11px;
	margin-right:10px;
}
/*--model-details end--*/
