
@font-face {
	font-family: 'Conv_Cocogoose';
	src: url('/fonts/Cocogoose/Cocogoose Pro Light-trial.eot');
	src: local('?'), url('/fonts/Cocogoose/Cocogoose Pro Light-trial.woff') format('woff'), url('/fonts/Cocogoose/Cocogoose Pro Light-trial.ttf') format('truetype'), url('/fonts/Cocogoose/Cocogoose Pro Light-trial.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'MyriadPro';
	src: url('/fonts/MyriadPro-Regular.eot');
	src: local('?'), url('/fonts/MyriadPro-Regular.woff') format('woff'), url('/fonts/MyriadPro-Regular.ttf') format('truetype'), url('/fonts/MyriadPro-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* nitin css part */

body
{
	margin:0px;
	font-family: 'Lato', sans-serif;
}

.loginDiv a {border-right: 1px solid #fff;}

.loginDiv a:nth-child(2) {border-right: 0px;}

.under{
	padding:20px 0px;
	width:100%;
	float:left;
	text-align:center;
}
.under h1{
	font-size:35px;
	text-align:center;
}

.Contacttext {font-size: 17px;
    color: #000;}


.pd0{
	padding:0px;
}
.div1, .div2, .div3, .div4, .div5, .div6, .online_tools, .online_tools > DIV, .div7, .div8, .div9, .div10, .div11, .div11_footer, .div11_copyright
{
	width:100%;
	float:left;
	text-align: center;
}
/* .online_tools > DIV img{
	width:35% !important;
} */

.div1
{
	background-color: #d3ac67;
    padding: 3px 0px;
    /* position: fixed; */
    float: left;
    width: 100%;
    z-index: 999999;
}
.div1 .loginDiv input
{
	text-transform:uppercase;
	border-color:#d3ac67;
	background-color:transparent;
    transition: all 0.5s ease-out;	
	color:#ffffff !important;
}
.div1 .loginDiv input:hover
{
	background-color: #ff0000;
    color: #fff !important;
}
.div1 .loginDiv input:first-child
{
	padding:6px 24px;
	float: right;
}
.call{
	float:left;
	color:#ffffff;
}
.call_sosial{
	color:#000000;
	margin:16px 0px 0px 0px;
	text-align:center;
}

.div11
{
	    background-color: #000000;
    /*padding: 20px 0px;
     position: fixed; */
    float: left;
    width: 100%;
    z-index: 999999;
}
.div11 .loginDiv input
{
	text-transform:uppercase;
	border-color:#fff;
	background-color:transparent;
    transition: all 0.5s ease-out;	
}
.div11 .loginDiv input:hover
{
	background-color:#fff;
	color:#272727;
}
.div11 .loginDiv input:first-child
{
	padding:6px 24px;
	float:left;
}





/**------- menu css start here ---**/
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus
{
	    color: #ffffff;
    background: #2e3192;
    /*padding: 2px 8px;*/
}
.navbar-nav > li > .dropdown-menu
{
    background-color: #d3ac67;
}
.navbar-nav ul.sm-nowrap > li:hover a
{
	color:#333;
}
.navbar-nav ul.sm-nowrap > li > a
{
	font-family:'Lato', sans-serif;
	font-size:15px;
	padding: 5px 20px;
    color: #fff !important;	
}
.navbar-nav ul.sm-nowrap > li > a:hover
{
    color: #000000 !important;	
}

.navbar-nav > li, .navbar-nav > li ul li
{
	padding:0px;
}
.div2 .navwrapper
{
	    padding-top:0px;
		width:100%;
		float:right;
}

.loginDiv{      padding-top: 12px;
    background: #d3ac67;
    padding: 23px 10px;}

	
.loginDiv .btn-primary {
    color: #fff;
   background-color: transparent;
    border-color: transparent;
	    font-size: 17px;
    padding: 6px 6px;
}
	
.navbar-default .navbar-nav > li > a
{
	color:#000;
	font-family:MyriadPro;
	font-size:14px;
	text-transform:uppercase;
    padding: 1px 10px;
    border-right: 1px solid #ffffff;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus
{
	color: #000;
    /* background: #d3ac67; */
}

.dropdown-menu{
	background-color: #d3ac67 !important;
	color:#fff !important;
}
.pd0{
	margin:0px;
	padding:0px;
}
.navbar-collapse{
	padding-right:0px !important;
}
.caret {
    
    border-right: 0px;
    border-left: 0px;
}


/**------- menu css ends here --------**/
.top_socialDiv i
{
    color: #272727;
	border: 2px solid #fff;
    padding: 5px 8px;
    border-radius: 50%;
    font-weight: 600;
    float: right;
    margin-left: 6px;
	transition: all 0.5s ease-out;
}
.facebookc
{
	background-color:#3B5998;
}
.twitterc
{
	background-color:#55ACEE;
}
.linkedinc
{
	background-color:#007bb5;
}
.youtubec
{
	background-color:#bb0000;
}


.footer_social i
{
    color: #272727;
    /* background-color: #fff; */
    padding: 5px 8px;
    border-radius: 50%;
    font-weight: 600;
    margin-left: 10px;
	transition: all 0.5s ease-out;
}
.top_socialDiv i:hover, .footer_social i:hover
{
    background-color: #272727;
	color:#fff;	
}
.top_socialDiv i:nth-child(1), .top_socialDiv i:nth-child(2), .footer_social i:nth-child(1), .footer_social i:nth-child(2)
{
    padding: 5px 6px;	
}
.top_socialDiv i:nth-child(3), .footer_social i:nth-child(3)
{
    padding: 5px 6px;
}

.ourall{
	width:100%;
	float:left;
	margin-top:20px;
}
.ourall p{
	width:100%;
	float:left;
}
 .Heading_Pagesmall1{   
	font-family: 'Lato', sans-serif;
    font-size: 21px !important;
    color: #000000 !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    font-weight: bold;
    text-align: left;
    float: left;
}
.Common_Margin ul {
    margin: 0;
    padding: 0;
    /* padding-left: 30px; */
    /* float: left; */
    width: 99%;
}
.Common_Margin ul li {
    /* list-style-type: disc; */
    line-height: 30px;
	font-size:14px;
}


.div2
{
	background-color: #FFF;
    padding: 0px;
    width: 100%;
    float: left;
    z-index: 999;
	  position: absolute;
    width: 100%;
    margin-top: 40px;
}

.div22
{
	background-color: #ffffff;
    padding: 10px 0px;
    width: 100%;
    float: left;
    /* position: fixed; */
    z-index: 999;
    /* margin-top: 60px; */
}

.div22 .navwrapper {
    padding-top: 10px;
    width: 72%;
    float: right;
}

.div3
{
	/* margin-top: 142px; */
	width: 100%;
    float: left;
}

.div3 .carousel-indicators
{
	display:none;
}
.div3 h3, .div3 p
{
	font-family:Algerian;
    text-transform: uppercase;
	font-size: 30px;
	font-weight:bolder;
	margin-bottom:20px;
}
.div3 .carousel-caption
{
	top:17%;
}
.div3 .yellow_line
{
    border-bottom: 5px solid #f9b707;
    width: 25%;
    margin-top: 40px;
}
.div3 span.glyphicon.glyphicon-chevron-right
{
	color:#fff;
}

.div4
{
	background-color:#d3ac67;
	padding:40px 0px;
}
.div4 .container
{
	text-align:center;
}
.div5 h1, .div6 h1, .div7 h1, .div8 h1
{
	font-family: 'Lato', sans-serif;
	font-size:25px;
	color:#ffffff;	
	text-align:left;
	font-weight:bold;
	margin-bottom: 10px;
}
.div4 h1
{
	font-family: 'Lato', sans-serif;
	font-size:25px;
	color:#ffffff;	
	text-align:left;
	font-weight:bold;
	margin-bottom: 10px;
}
.div4 h2
{
	font-family: 'Lato', sans-serif;
	font-size:14px;
	color:#ffffff;	
	text-align:right;
	font-weight:bold;
	bottom:0px;
}

.div4 .yellow_line
{
    border-bottom: 5px solid #f9b707;
    width: 25%;
    margin-top: 20px	
}
.div4 p
{
	text-align:left;
	font-family:Algerian;
	font-size:16px;
	color:#ffffff;
    line-height: 29px;
	margin-bottom:20px;	
}
.online-tool{
	    font-size: 45px;
    padding: 6px 0 50px 0px;
    font-weight: 500;
    color: #010103;
    text-transform: uppercase;
    font-family: 'Dosis', sans-serif;
}
.abt_top{
	margin-top:15px;
}
.bottom_div{
	margin-top:35%;
}
.width_1{
	width:30%;
	float:left;
}
.width_2{
	width:70%;
	float:left;
	padding:0px;
}

.div5
{
	background-color:#ffffff;
    padding: 20px 0px;
}
.div5 p{
	line-height: 30px;
    font-size: 25px;
    font-style: normal;
	color:#000;
}
.div5 h1{
	font-family: 'Lato', sans-serif;
    font-size: 35px;
    color: #000000;
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
}

.div5 .yellow_circle
{
	background-color:#f9b707;
	width:100%;
	margin:0px auto;
	border-radius:50%;
	padding:41px 19px;
}
.div5 .online_tools DIV
{
	/* font-family:Conv_Cocogoose; */
	font-size:15px;
	text-transform:uppercase;
	color:#ffffff;	
	text-align:center;
    margin-bottom: 2px;
    margin-top: 40px;
}
.border_NEW{
	/* border: 1px solid #ffbf16; */
    /* padding: 20px !important;
    width: 50% !important; */
    margin: 0 auto;
    text-align: center !important;
    float: none !important;
}
.border_NEW img{
	width:100%;
}
.NEW_BTN{
	    background: transparent;
    padding: 10px 0px;
    margin: 0px;
    color: #332a19;
    /* border-radius: 5px; */
}
.product_INFO{
	background: url(/images/insu_port.jpg) repeat #141416 scroll 0 0;
    background-attachment: fixed !important; 
    background-position: 100% 58% !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
	width:100%;
	float:left;
	padding:30px 0px;
}
.pro_TEXT{
	width:60%;
	margin:0 auto;
	text-align:center
}
.pro_TEXT h4{
	font-size:40px;
	text-align:center;
	color:#fff;
	font-weight: normal;
	font-family: 'Lato', sans-serif;
	padding: 20px 0px;
}
.pro_TEXT p{
	font-size: 18px;
    text-align: center;
    color: #fff;
    font-weight: normal;
    font-family: 'Lato', sans-serif;
    opacity: 0.8;
	padding: 20px 0px;
	line-height: 30px;
}

.online_INFO{
	background-color: #008aff;
	width:100%;
	float:left;
	padding:30px 0px;
}
.online_TEXT{
	width:60%;
	margin:0 auto;
	text-align:center
}
.online_TEXT h4{
	font-size:40px;
	text-align:center;
	color:#fff;
	font-weight: normal;
	font-family: 'Lato', sans-serif;
}
.online_TEXT p{
	font-size:18px;
	text-align:center;
	color:#fff;
	font-weight: normal;
	font-family: 'Lato', sans-serif;
}



.div6
{
	background-color:#fff;
	padding:80px 0px;	
}
.div6 .yellow_line
{
	margin-bottom:60px;
}
.div6 .yellow_line, .div7 .yellow_line , .div8 .yellow_line, .div9 .yellow_line
{
    border-bottom: 5px solid #f9b707;
    width: 25%;
    margin-top: 20px	
}
.div6 .row > DIV
{
	padding:0px;
}
.div6 .prdt_txtcontent
{
    padding-top: 88px;
    padding-left: 55px;
	width:100%;
	float:left;	
}
.div6 .row:last-child .prdt_txtcontent
{
    padding-top: 88px;
    padding-right: 55px;	
}
.prdt_txtcontent h2
{
	font-family:Algerian;
	font-size:31px;
	color:#333333;
	text-align:left;	
	text-transform:uppercase;
	font-weight:600;
    margin-bottom: 20px;	
}
.div6 .row:last-child h2, .div6 .row:last-child input, .div6 .row:last-child p
{
	text-align:right;
	float:right;
}
.prdt_txtcontent p
{
	font-family:Algerian;
	font-size:17px;
	color:#333333;
	text-align:left;	
	text-transform:uppercase;
    line-height: 24px;
    margin-bottom: 35px;	
}

.prdt_txtcontent input, .news_archive input, .div4 input
{
	font-family:Algerian;	
	color:#000000;
	background-color:#d3ac67;
	text-align:center;
	border:0px;
	border-radius:10px;
	font-size:18px;
	text-transform:uppercase;
}

.agile{
    background: url(/images/2.jpg) center fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
	padding: 39px 0px 39px 0px;
	width: 100%;
    float: left;
}
.agile .container{
	width:90%;
}

.agile_left h3 {
    color: #00A4E4;
    font-size: 32px;
}
.agile_left p.ser-para {
	line-height:2.2em;
	color:#fff;
	font-size:14px;
    margin: 27px 0 35px;
}
.list-left span {
   color: #FDA30E;
    font-size: 72px;
    padding: 5px 10px;
    /* background: #0f4497; */
	/* border: 2px solid #fff; */
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    width: 120px;
    height: 115px;	
}


.list-left:hover.list-left span {
    color: #fff;
   /* background: rgba(255, 255, 255, 0.31); */
	/* border-radius:0%;
    -webkit-border-radius:0%;
    -o-border-radius:0%;
    -ms-border-radius:0%;
    -moz-border-radius:0%;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all; */
	-ms-transition:0.5s all;
}
.list-left h4 {
    color: #000;
    font-size: 24px;
    margin: 20px 0;
	font-family: 'Lato', sans-serif;
}
.list-left p {
    color: #000;
    line-height: 1.6em;
    font-size: 14px;
	font-family: 'Lato', sans-serif;
	height:80px;
	
}
h2.tittle {
    font-size: 2.5em;
    text-align: center;
    color: #000000;
    letter-spacing: 2px;
    margin-bottom: 0.5em;
    text-transform: none;
}
.agile .welcome-head p {
    font-size: 1.0em;
    color: #efefef;
    width: 80%;
    margin: 0em auto 33px;
    line-height: 1.8em;
    text-align: center;
}

.agile_right{
	width: 100%;
    float: left;
    margin: 15px 0px 0px 0px;
}
.readmorenew {
	    font-size: 14px;
    font-weight: 600;
    color: #000000;
    display: inline-block;
    /* width: 50%; */
    text-align: center;
    background: transparent;
    border: 0px solid;
    margin-right: 10px;
    padding: 5px 15px;
    font-family: 'Lato', sans-serif;
    border-radius: 5px;
    margin-top: 10px;
}
.readmorenew a:link {color:#fff; text-decoration:none; display:block; width:60px; text-align:center; background:#F59427; border:1px solid #000;}
.readmorenew a:hover {color:#fff; text-decoration:underline;}
.industry_DIV{
	width:100%;
	float:left;
	padding: 15px 0 25px 0;
	margin:0px;
	background-color: #fff;
}
.industry_DIVin{
    padding: 0px;
	background:transparent;
	padding-bottom:10px;
	width: 100%;
    float: left;
	margin-top:20px;
}
.industry_head{
	width:100%;
	float:left;
	background:transparent;
}
.industry_head h2{
	    font-size: 30px;
    text-align: center;
    padding: 20px 0 30px 0px;
    margin: 0px;
    color: #2e3192;
    font-weight: 800;
    background-color: transparent;
    font-family: 'Lato', sans-serif;
}
.industry_text{
	width:100%;
	float:left;
	background:#ffffff;
	height: 360px;
	border: 1px solid #000;
	border-radius: 2px;
}
.industry_text ul{
	margin: 0px !important;
    padding: 0px !important;
}
.industry_text ul li{
	font-size: 14px;
    font-family: 'Lato', sans-serif;
    color: #2e3094;
    text-decoration: none;
    margin: 0px;
    padding: 20px;
    line-height: 30px;
    text-align: left;
	list-style: url(/images/bullet_feature.png);
	list-style-position:inside;
}
.industry_text1 ul{
	margin: 0px !important;
    padding: 0px !important;
}
.industry_text1 ul li{
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    color: #2e3094;
    text-decoration: none;
    margin: 0px;
    padding: 20px;
    line-height: 30px;
    text-align: left;
	list-style: url(/images/bullet_featureb.png);
	list-style-position:inside;
}


.industry_text2 ul{
	margin: 0px !important;
    padding: 0px !important;
}
.industry_text2 ul li{
	font-size: 14px;
    font-family: 'Lato', sans-serif;
    color:#2e3094;
    text-decoration: none;
    margin: 0px;
    padding: 10px;
    font-weight: 500;
    line-height: 30px;
    text-align: left;
	list-style: url(/images/bullet_featurebl.png);
	list-style-position:inside;
}

.industry_read{
	width:100%;
	float:left;
	background:#fff;
	padding: 15px 0px;
}
.industry_read h3{
	    font-size: 13px;
    text-align: center;
    padding: 10px 0px;
    margin: 0 auto;
    color: #fff;
    background: #2e3094;
    width: 50%;
    border: 1px solid #999999;
    border-radius: 5px;
    margin-bottom: 10px;
}
.bg_color h3{
	color:#ffffff !important;
	background: #2e3094;
    border: 1px solid #999999;
}
.bg_color2 h3{
	color:#ffffff !important;
	background: #2e3094;
    border: 1px solid #999999;
}


.div7
{
	background-color:#f9f7fa;
	padding:40px 0px;
}
.div7 .yellow_line
{
	margin-bottom:40px;
}
.slide {
    animation-name: slide;
    -webkit-animation-name: slide;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    visibility: visible;
	width: 100%;
}
.slider-item{/*border-bottom: 1px black dotted;*/
    margin-bottom: 20px;     margin-top: 20px; height: auto;
    display: block;}   
	.latesth {
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 800;
}
.latestdate {
    font-size: 20px;
    text-align: center;
    font-style: italic;
    font-weight: 600;
    color: #f9b707;
}
.leadnew {
    font-size: 15px;
    text-align: justify;
    margin-top: 20px;
	text-align: center;
}
.latesth a
{
	color:#404b52;
	font-family:Algerian;
	text-decoration: none;
	font-size:20px;
}
.news_archive
{
    text-align: center;	
	text-transform:uppercase;
}


.div8
{
	background-color:#008aff;
	padding:0px 0px;
	width: 100%;
    float: left;
}
.div8 .row
{
	margin-top:50px;
}

.div8 .imghvr-zoom-in{
  position: relative;
  display: inline-block;
  margin: 0px;
  max-width: 100%;
  background-color: #2266a5;
  color: #fff;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.div8 .imghvr-zoom-in, .div8 .imghvr-zoom-in figcaption
{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
	width: 100%;
}
.div8 .imghvr-zoom-in img
{
    vertical-align: top;
    max-width: 100%;	
	width:100%;
}
.div8 .imghvr-zoom-in figcaption {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    background-color:rgba(249, 183, 7, .8);
    padding: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #ffffff;	
}
.div8 .imghvr-zoom-in a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
.div8 .imghvr-zoom-in:hover figcaption {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.div8 .imghvr-zoom-in figcaption h3
{
	font-family:Algerian;
	font-size:18px;
	text-transform:uppercase;
	text-align:center;
    margin-top: 26%;	
}
.div8 h2.Servicebox_head
{
	text-align:center;
	font-family:Algerian;	
	font-size:18px;
	color: #333333;
	display:none;
	margin:10px 0px 30px 0px;
}

.div81
{
    background-color: #ffffff;
    padding: 0px;
    width: 100%;
    float: left;
    padding: 36px 0px 0px 0;
}



.ins_sec{border: 1px solid #2d3290;
    padding: 0 10px 15px 10px;
	height: 180px;border-radius: 5px;}

.div81 .row
{
	margin-top:20px;
}
.div81 .demo
{
	text-align:center;
}
.div81 .imghvr-zoom-in{
  position: relative;
  display: inline-block;
  margin: 0px;
  max-width: 100%;
  background-color: #2266a5;
  color: #fff;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.div81 .imghvr-zoom-in, .div8 .imghvr-zoom-in figcaption
{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.div81 .imghvr-zoom-in img
{
    vertical-align: top;
    max-width: 100%;	
}
.div81 .imghvr-zoom-in figcaption {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    background-color:rgba(249, 183, 7, .8);
    padding: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #ffffff;	
}
.div81 .imghvr-zoom-in a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
.div81 .imghvr-zoom-in:hover figcaption {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.div81 .imghvr-zoom-in figcaption h3
{
	font-family:Algerian;
	font-size:18px;
	text-transform:uppercase;
	text-align:center;
    margin-top: 26%;	
}
.div81 h2.Servicebox_head
{
	text-align:center;
	font-family:Algerian;	
	font-size:18px;
	color: #333333;
	display:none;
	margin:10px 0px 30px 0px;
}
.div81 .read1{
	    width: 35%;
    margin: 0 auto;
    padding: 5px 0px;
    background: #2e3192;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
    border-radius: 5px;
    color: #ffffff;
    font-size: 16px;
}
.div81 .read2{
	width: 35%;
    margin: 0 auto;
    padding: 5px 0px;
    background: #2e3192;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
    border-radius: 5px;
	color:#FFF;
	font-size:16px;
}
.div81 .read3{
	width: 35%;
    margin: 0 auto;
    padding: 5px 0px;
    background: #2e3192;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
    border-radius: 5px;
	color:#FFF;
	font-size:16px;
}
.div81 h4
{text-align: center;
     font-family: 'Lato', sans-serif; 
        font-size: 26px;
    font-weight: 800;
    color: #2d3290;
    margin: 18px 0px 12px 0px;
}

.gen_ins {
        font-size: 45px;
    padding: 6px 0 50px 0px;
    font-weight: 500;
    color: #2e3192;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Dosis', sans-serif;
}

.div81 p
{
	font-size: 17px;
    text-align: center;
    margin: 0 auto;
	padding-top:10px;
	color:#2d3290;
}
.insurance_DIV{
	width:100%;
	margin:0px;
	padding:10px 0px;
	float:left;
	background:#ededed;
}
.insu_newleft ul{
	margin: 0px !important;
    padding: 0px !important;
}
.insu_newleft ul li{
	font: normal 15px 'Algerian';
    color: #1e86c3;
    text-decoration: none;
    margin: 0px;
    padding: 10px 0px;
    line-height:30px;
	text-align:right;
	font-weight: bold;
}
.insu_newright ul{
	margin: 0px !important;
    padding: 0px !important;
}
.insu_newright ul li{
	font: normal 15px 'Algerian';
    color: #1e86c3;
    text-decoration: none;
    margin: 0px;
    padding: 10px 0px;
    line-height:30px;
	text-align:left;
	font-weight: bold;
}
.viewnow_div{
	width:100%;
	float:left;
	padding:20px 0px;
	margin:0px;
}
.viewnow{
	width: 10%;
    margin: 0 auto;
    padding: 5px 3px;
    border-radius: 5px;
    background: #2e3192;
    text-align: center;
    color: #fff;
	border: 1px solid #9a9a9a;
}
.onlinetool_DIVleft{
	width:100%;
	float:left;
	margin:0px;
	padding:0px 0px 50px 0px;
	background:#008aff;
}
.onlinetool_DIVright{
	width:100%;
	float:left;
	margin:0px;
	padding:0px 0px 50px 0px;
	background:#008aff;
}
.onl_left{
	padding:20px 0px;
	text-align:right !important;
	margin-right:20px;
	width: 50%;
    right: 0px;
    float: right;
}
.onl_right{
	padding:20px 0px;
	text-align:left !important;
	margin-left:20px;
	width: 50%;
    right: 0px;
    float: left;
}
.onlin_box{
	width: 100%;
    float: right;
    padding: 20px 0px;
    text-align: center;
    background: #000;
    color: #fff;
	font-size: 20px;
	font-family: 'Lato', sans-serif;
	
}
.onlin_box1{
	width: 100%;
    float: left;
    padding: 20px 0px;
    text-align: center;
    background: #000;
    color: #fff;
	font-size: 20px;
    font-family: 'Lato', sans-serif;
}


.div9
{
	width: 100%;
    float: left;
	background:#fff;
	padding: 30px 0px 50px 0px;
}
.div9 h1
{
	font-family:Algerian;
	font-size:30px;
	color:#ed3237;	
	text-align:center;
	/* text-transform:uppercase; */
	font-weight:bold;
	margin-top:20px;
	margin-bottom: 10px;
}
.div9 .yellow_line
{
	width:10%;
}
.div9 section {
    padding-top: 86px;
    padding-bottom: 86px;
}

.div9 .quote {
    color: rgba(0,0,0,.1);
    text-align: center;
    margin-bottom: 30px;
}
.div9 .item p
{
	color:#fff;
}
/*-------------------------------*/
/*    Carousel Fade Transition   */
/*-------------------------------*/

.div9 #fade-quote-carousel.carousel {
  padding-bottom: 60px;
}
.div9 #fade-quote-carousel.carousel .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
}
.div9 #fade-quote-carousel.carousel .carousel-inner .active {
  opacity: 1;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
}
.div9 #fade-quote-carousel.carousel .carousel-indicators {
  bottom: 10px;
}
.div9 #fade-quote-carousel.carousel .carousel-indicators > li {
  background-color: #e84a64;
  border: none;
}
.div9 #fade-quote-carousel blockquote {
    text-align: center;
    border: none;
}
.div9 #fade-quote-carousel .profile-circle {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 100px;
}
/*-------------------------------*/
/*    Carousel Fade Transition   */
/*-------------------------------*/
.div9 .item .test_head
{
	color:#114e84;
	width:100%;
	float:left;
	text-align:center;
	font-family:Algerian;
	font-size:17px;
	font-weight:bold;
	margin-top:15px;
}
.div9 .item blockquote p
{
	font-family:Algerian;
	font-size:20px;
	color:#545454;
	width:100%;
	float:left;
}
.div9 .test_know
{
	width:100%;
	float:left;
}
.div9 blockquote .btn-primary
{
    font-family: 'Lato', sans-serif;
    color: #fff;
    background-color: #114e84;
    text-align: center;
    border: 0px;
    border-radius: 70px;
    font-size: 20px;
    text-transform: uppercase;	
}
.div9 .item blockquote .fa-quote-left
{
	margin-right: 25px;
    font-size: 35px;
	color:#114e84;
	float:left;	
}
.div9 .item blockquote .fa-quote-right
{
	margin-left: 25px;
    font-size: 35px;	
	color:#114e84;	
	float:right;	
}


.div10
{
	background: url(/images/testibg.jpg) repeat #232323 scroll 0 0;
	padding:20px 0px;
	width:100%;
	float:left;
}
.div10 .inputform
{
	text-align:center;
}
.div10 h1
{
	font-family:Algerian;
	font-size:25px;
	color:#ffffff;	
	text-align:center;
	font-weight:bold;
	margin-bottom: 30px;
}

.div10 .inputform input
{
    border-radius: 50px;
    border: 1px solid #ccc;
    padding: 10px;
    width: 40%;
    height: 50px;
	color:#333;
	text-align:center;
	font-family:Algerian;
	font-size:20px;
	margin-top:0px;		
}
.div10 .inputform input:focus
{
	outline:0px;
}
.div10 .inputform input.news_submit
{
	background-color:transparent;
	color:#fff;
	font-family:Algerian;
	font-size:28px;
	width:15%;
	padding:0px;
	margin-top:15px;
	border:0px;
	margin-top:30px;
	border: 2px solid #fff;
}

.div12{
    background: url(/images/testibg.jpg) repeat #232323 scroll 0 0;
    background-attachment: fixed !important;
    background-position: 50% 100% !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;	
	width: 100%;
    float: left;
}
.div12 h1
{
	font-family:Algerian;
	font-size:40px;
	color:#fff;	
	text-align:center;
	/* text-transform:uppercase; */
	font-weight:bold;
	margin-top:50px;
}
.div12 .yellow_line
{
	width:10%;
}
.div12 section {
    padding-top: 86px;
    padding-bottom: 86px;
}

.div12 .quote {
    color: rgba(0,0,0,.1);
    text-align: center;
    margin-bottom: 30px;
}
.div12 .item p
{
	color:#fff;
}

.wealthportfoliohdr {
    margin-bottom: 30px;
}
.div11
{
	/* margin-top:10px; */
}
.div11_footer
{
	background-color:#012233;
	padding:60px 0px;
}
.div11 .div11_footer .container > DIV:nth-child(1)
{
	/* border-right:1px solid #ffffff; */
}
.footer_side1, .footer_side2
{
	color:#a7a7a7;
	/* font-family:Algerian; */
	font-size:15px;
}
.footer_side1 h2:first-child,  .footer_social h2:first-child
{
	margin-top:0px;
}
.footer_side1 h2, .footer_social h2, .footer_sign h2, .footer_contact h2
{
	color:#ffffff;
	/* font-family:Algerian; */
	font-size:20px;
	font-weight:bold;
	/* text-transform:uppercase; */
	margin-top:20px;
	margin-bottom:20px;
	width:100%;
	float:left;
	text-align: left;
}
.div11_footer h3 {
    color: #ffffff;
    font-size: 18px;
    margin: 0.4em 0 .5em;
    font-family: 'Lato', sans-serif;
	text-align:left;
}

.footer_side1 ul
{
	padding-left:14px;
}
.footer_side1 ul li
{
	font-size:15px;
	line-height:27px;
	list-style-type:disc;
	color:#ffffff;
	padding:0px;
	/* font-family:Algerian; */
	/* list-style-position: inherit; */
	/* position: relative; */
}
.footer_side1 ul li a
{
	    color: #8e8e8e !important;
}
.footer_side1 ul li a:hover
{
	color:#f9b808;
}

.footer_side2
{
	width:100%;
	float:right;
}
.footer_social, .footer_sign
{
	width:100%;
	float:left;
	text-align: left;
}
.footer_social i:first-child
{
	margin-left:0px;
}
.footer_social i
{
	margin-left:15px;
}
.footer_sign .inputform
{
	border:1px solid #a7a7a7;
	background-color:transparent;
	border-radius:0px;
	width:211px;
	float:left;
	padding:5px;
}
.footer_sign #txtEnterEmail
{
	background-color:transparent;
	border:0px;
	padding:5px;
	color:#fff;
}
.footer_sign .news_submit
{
	background-color:transparent;
	/* border:1px solid #a7a7a7; */
	border-radius:0px;
	/* background-image:url('/images/signup_yellow.jpg');
	background-repeat:no-repeat;
    background-position: 126px 3px; */
}
.footer_sign #txtEnterEmail:focus
{
	outline:0px;
}
.footer_contact a
{
	color:#a7a7a7;
}
.footer_contact a:hover
{
	color:#fff;
}
.footer_sign h2, .footer_contact h2
{
	margin-top:45px;
}

.div11_copyright
{
	background-color:#01263a;
	padding:15px 0px;
	color:#ffffff;
}
.div11_copyright a:focus, .div11_copyright a:hover
{
	color:#f9b808;
}
.div11_copyright ul
{
	width:100%;
	float:left;
}
.div11_copyright ul li
{
	display:inline-block;
	color:#ffffff;
	border-right:1px solid #a7a7a7;
	padding:0px 5px;
	font-size:14px;
	text-align:center;
}
.div11_copyright ul li:hover
{
	color:#f9b808;
}
.div11_copyright ul li:last-child
{
	border-right:0px solid #a7a7a7;
}



/** -------- innerpages css start here ------- **/
.strong_class
{
	font-weight:bold;
	font-size:20px;
}
ul.about_list
{
	width:100%;
	float:left;
	margin-left:15px;
}
ul.about_list li
{
	width:100%;
	float:left;
	list-style-type:decimal;
	list-style-position: outside;
	text-align: left;
    color: #545454;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
}
.Gi_margin form#frmPoliCapt
{
	width:auto;
}
#divNL2 .Gi_AnchorArea .Gi_Anchor a:focus
{
	color:#fff;
}
.articlesmore a:hover
{
	color:#fff
}

/**==newspaper cuting page ==**/


/**==newspaper cuting page ==**/


/** -------- innerpages css end here ------- **/


/*======== new pages css -- will remain same for each website =========*/

/* login page */
.nologin .inner_login
{
	display:none;
}
/* login page */

/* sitemap */
.health_insu
{
	margin-top:125px;
}
/* sitemap */

/* form pages */
.Forms_autoArea .row.Forms_CM .btn-primary
{
	background-color: #d3ac67;
	border-color:#d3ac67;
	color:#fff;
}
.Forms_autoArea .row.Forms_CM .btn-primary:hover
{
	background-color: #333;
	border-color:#333;
color:#fff;	
}

/* insurance news */
.News_block .more_news_details
{
	background-color:#d3ac67!Important;
	border-color:#d3ac67!Important;
}
.News_block .more_news_details:hover
{
	background-color:#333!Important;
	border-color:#333!Important;	
	color:#fff;
}


/* NL_insureinfo */
.GInsutab.resp-tab-active .topicon img
{
	 /*-webkit-filter: brightness(450%);*/ /* Safari */
    /*filter: brightness(450%);*/
}

/* NL_insureinfo */

/* benefit illustrator */
.submibenefit .btn-default
{
	background-color:#2b81ba;
	color:#fff;
	border-color: #2b81ba;
}
/* benefit illustrator */

/*-- calculator --*/
.Gi_margin form {
    margin: 0 auto;
    width: 65%;
}
.main-section_new .login-form  input[type="text"]
{
	height: auto;
}
form[name=calc] .policycaptdivbor .sipcalcu .sipscall, form[name=calc] .policycaptdivbor .sipcalcu .inputsipcal, form[name=calc] .policycaptdivbor .sipcalcu .sipleft 
{
	margin-top:5px;
}
.policybutton .policybuttonbb 
{
	background-color: #d3ac67;
	    border-color: #d3ac67;
		margin-top:6px;
}
.policybutton .btn-success:active, .policybutton .btn-success:focus
{
	background-color: #f7f382;
    border-color: #f7f382;
	color:#000;
}
.policybutton .policybuttonbb:hover
{
	background-color: #f7f382;
	border-color: #f7f382;		
}
.sipcalcu {
    margin: 0 auto;
    width: 100%;
    /* float: left; */
}
.sipscall {
    margin: 0 auto;
    width: 100%;
    margin-bottom: 20px;
}
.siptext {
    font-size: 18px;
    color: #01273a;
    /* padding: 6px 0px 0px 18px; */
    font-weight: 600;
    margin-bottom: 16px;
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 20px;
}
.inputsipcal .sipcalinput {
    width: 25%;
    text-align: center;
    margin: 0 auto;
}
.sipscall input[type=range]
{
	margin:0px auto;
}
.resulttext {
    color: #012232;
    font-size: 23px;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
    text-align: center;
    vertical-align: middle;
    line-height: 38px;
    background-color: #f1f1f1;
    border: 1px #cbe1f5 solid;
    width: 100%;
    float: left;
}
.sipleft {
    float: left;
    float: left;
    width: 100%;
    margin-bottom: 11px;
}
.sipresult .sipresult1 {
    float: left;
    margin: 10px;
    width: 100%;
}
.sipresult {
    margin: 0 auto;
    width: 100%;
    /* float: left; */
    margin-top: 20px;
}
.sipleft  .form-control[readonly]
{
	    background-color: #eee;
}
.inputsipcal {
    float: left;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}
.linebg {
    margin: 0 auto;
    width: 100%;
    float: left;
    /* background-color: #92c500; */
    /* padding: 1px; */
    margin-top: 10px;
    margin-bottom: 10px;
    /* height: 1px; */
    border-top: 2px dotted #ddd;
}
.newpupsip {
    -webkit-appearance: none;
    width: 94%;
    height: 20px;
    -webkit-border-radius: 1em;
    border-radius: 1em;
    -webkit-background-clip: padding;
    background-clip: padding-box;
    /* border: 1px solid #f26922; */
    /* background: #eee; */
    /* text-align: center; */
    /* margin: 0 auto; */
    background-color: #e6e6e6;
}

/*--portfolio--*/
.lifeport .myportbtn
{
	    margin-top: 18px;
}
.fundcattab, .mydrpdwn + DIV {
    margin-top: 2px;
}
.insuDisplay4 .tabscrollcont {
    overflow-x: auto;
}
.fundcattab, .mydrpdwn + DIV
{
    margin-top: 9px;	
}
.upper_border_th, .bottom_border_th
{
	position:relative;
	border:0px;
}
.bottom_border_th:after
{
    content: "";
    position: absolute;
    /*bottom: 0;*/
    left: 0;
    right: 0;
     top: 0;
    /* width: 50%; */
    width: 88px;
    height: 1px;
    background: #fff;
    text-align: center;
}
.bottom_border_th:nth-child(1):after, .bottom_border_th:nth-child(2):after
{
	width:0px;
}
.bottom_border_th:nth-child(3):after
{
	width:99px;
}
.bottom_border_th:nth-child(5):after
{
    margin-left: 12px;
    width: 107px;
}
.bottom_border_th:nth-child(7):after
{
	width:55px;
}
.bottom_border_th:nth-child(8):after
{
	margin-left:12px;
}
.bottom_border_th:nth-child(10):after
{
    width: 70px;
    margin-left: -7px;
}
.bottom_border_th:nth-child(11):after
{
    width: 88px;
    margin-left: 7px;
}
.bottom_border_th:nth-child(12):after
{
    width: 51px;
    margin-left: -17px;
}
.bottom_border_th:nth-child(14):after
{
    width: 105px;
    margin-left: -1px;
}
.bottom_border_th:nth-child(15):after
{
    width: 99px;
    margin-left: 0px;
}
.bottom_border_th:nth-child(17):after
{
    width: 99px;
    margin-left: 0px;
}
/*--portfolio--*/
.newtopdiv .taxtopdiv
{
	width:25%;
}
.newtopdiv .taxtopdiv1
{
	width:67%
}
.newtopdiv .texttop
{
	margin:0px;
}
#display4.insuDisplay4
{
	width: 100%;
    float: left;
    margin: 20px 0;
}
.insuDisplay4 table.mfscheme {
    width: 100%;
}
.insuDisplay4 table.mfscheme tr th {
    border: 0;
}
.insuDisplay4 .upper_border_th {
    text-align: center;
}
.insuDisplay4 table.mfscheme tr th span.bod_bot {
    display: inline-block;
    width: 90%;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
}
.insuDisplay4 table.mfscheme tr th.bottom_border_th {
    position: inherit;
    text-align: center;
}
.insuDisplay4 table.mfscheme > tbody > tr:nth-of-type(even) {
    background-color: #f9f9f9;
}
.insuDisplay4 table.mfscheme tr td {
    border: 1px solid #ddd;
}
.topfunddiv.table-responsive table tr td
{
    border: 1px solid #ddd!important;	
}
.newtopdiv .topwediv .tabwelactive, .newtopdiv .topwediv .tabwel
{
	    float: left;
}
.market_act
{
	width:100%;
	float:left;
}
.market_act .container .col-xs-12
{
width:100%;float:left;text-align:center;	
}


/*========= new pages css -- will remain same for each website ==========*/
@media screen and (min-width:992px) and (max-width:1200px){
.list-left p {
    height:80px;
}
.call_sosial {
    margin-top: 7px;
}
.div81 p {
    height: 80px;
}

.list-left h4 {
    font-size: 16px;
}

}


@media screen and (min-width:768px) and (max-width:991px){
.list-left p {
    height:120px;
}
.call_sosial {
    margin-top: 7px;
}
.div81 p {
    height: 80px;
}

.list-left h4 {
    font-size: 16px;
}

.div81 h4 {
    font-size: 16px;
}

.ins_sec {
    height: 210px;
}

}

@media screen and (min-width:481px) and (max-width:767px){
.ins_sec {
    height: 136px;
}
.div81 h4 {
    font-size: 18px;
}

.div4 {
    padding: 30px 0px;
}

.online-tool {
    font-size: 30px;
}

.list-left p {
    height: 60px;
}

.div81 {
    padding: 15px 0px 0px 0;
}

.gen_ins {
    font-size: 30px;
}
}


@media screen and (min-width:320px) and (max-width:480px){
.ins_sec {
    height: 170px;
}

.div81 h4 {
    font-size: 18px;
}


.div4 {
    padding: 30px 0px;
}

.online-tool {
    font-size: 30px;
}

.list-left p {
    height: 60px;
}

.div81 {
    padding: 15px 0px 0px 0;
}

.gen_ins {
    font-size: 30px;
}

.industry_head h2 {
    font-size: 25px;
}

}

@media screen and (min-width:1200px) and (max-width:1332px){
.navbar-default .navbar-nav > li > a {
    padding: 29px 20px!important;
}
}


@media screen and (min-width:1025px) and (max-width:1199px){
.div5 .online_tools DIV {
    height: 48px;
}

}



@media screen and (min-width:481px) and (max-width:530px){
.div5 .online_tools DIV {
    height: 48px;
}

}

/* nitin css part */
@media screen and (min-width:768px) and (max-width:990px){
	.div2 .container {
    width: 100%;
}
.navbar-default .navbar-nav > li > a {
    font-size: 12px !important;
}
.top_socialDiv i{
	padding: 3px 6px;
	margin-left: 1px;
}
.top_socialDiv i:nth-child(1), .top_socialDiv i:nth-child(2), .footer_social i:nth-child(1), .footer_social i:nth-child(2) {
    padding: 3px 4px;
}
.top_socialDiv i:nth-child(3), .footer_social i:nth-child(3) {
    padding: 3px 4px;
}

}

@media screen and (min-width:768px) and (max-width:990px){
.indu_div{
	width:60%;
}
.newslat_div{
	width:40%;
}
.calcu_div{
	width: 60%;
    margin: 0 auto;
    float: none;
}



.div2 .navwrapper {
    padding-top: 15px;
	width:100% !important;
}
.div22 .navwrapper {
    padding-top: 15px;
	width:100% !important;
}
.navbar-default .navbar-nav > li > a
{
	color:#000;
	font-family:MyriadPro;
	font-size:15px;
	text-transform:uppercase;
    padding: 10px 4px;	
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus
{
	color:#ffffff;
	background: #114e84;
    border-radius: 0px;
}

.dropdown-menu{
	background-color: #d3ac67 !important;
	color:#fff !important;
}

.div2 .navwrapper ul.navbar-nav {
   padding: 16px 9px !important;
}


.navbar-default .navbar-nav > li > a {
    padding: 2px 6px!important;
}

.colxs1 {
    width: 20%!important;
    float: left;
}

.colxs2 {
    width: 60%!important;
    float: left;
}

.loginDiv  {width: 20%;
float:left;
    padding: 14px 10px;}
	
}


@media screen and (min-width:551px) and (max-width:767px){
.div2 {
    position: relative;
    margin-top: 0px;
}

.colxs1 {
    width: 20%!important;
    float: left;
    margin-top: 6px;

}

.colxs2 {
    width: 80%!important;
    float: left;
}

.loginDiv  {width: 100%;
float:left;
    padding: 8px 10px;}

	
.navbar-default .navbar-nav > li > a {
    padding: 6px!important;
}

.div2 .navwrapper {
    padding: 3px;
}
}


@media screen and (min-width:481px) and (max-width:550px){
.div2 {
    position: relative;
    margin-top: 0px;
}

.colxs1 {
    width: 20%!important;
    float: left;
    margin-top: 6px;

}

.colxs2 {
    width: 80%!important;
    float: left;
}

.loginDiv  {width: 100%;
float:left;
    padding: 8px 10px;}

	
.navbar-default .navbar-nav > li > a {
    padding: 6px!important;
}

.div2 .navwrapper {
    padding: 3px;
}
}



@media screen and (min-width:320px) and (max-width:480px){

.div2 .navwrapper ul.navbar-nav {
   
    padding: 0px 0px !important;
}


.div2 {
    position: relative;
    margin-top: 0px;
}

.colxs1 {
    width: 30%!important;
    float: left;
    margin: 0 auto;
    margin-top: 6px;
    text-align: center;

}

.colxs2 {
    width: 70%!important;
    float: left;
}

.loginDiv  {width: 100%;
float:left;
    padding: 8px 10px;}

	
.navbar-default .navbar-nav > li > a {
    padding: 6px!important;
}

.div2 .navwrapper {
    padding: 3px;
}
}





@media (max-width: 1200px){
.industry_text{
	width:100%;
	float:left;
	background:#ffffff;
	height: 350px;
}
}

@media (max-width: 1024px){
.bottom_div {
    margin-top: 40%;
}
}

@media (max-width: 990px){
.div4 .container {
    text-align: center;
    width: 100%;
}
.NEW_BTN{font-size:13px;}
.industry_text{
	width:100%;
	float:left;
	background:#ffffff;
	height: 300px;
}
}

@media (max-width: 768px){

.width_1 {
    width: 100% !important;
    float: left;
}
.div4 h2 {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    bottom: 0px;
}
.bottom_div{margin-top:0px !important;}
.width_2 {
    width: 100% !important;
    float: left;
    padding: 0px;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus
{
    padding: 10px;
}
.online_TEXT h4{
	font-size: 25px;
}
.div81 h4{
	margin: 10px 0px 0px 0px;
}
.div81 .read1 {
    margin-bottom: 50px;
}
.div81 .read2 {
    margin-bottom: 50px;
}
.readmorenew{
	margin-bottom: 30px;
}
.div9{
	padding: 30px 0px 0px 0px;
}
.colxs1{
	width: 50%;
    float: left;
}
.colxs2{
	width: 100%;
    float: left;
}
.colxs3{
	width: 50%;
    float: right;
    position: absolute;
    right: 0px;
}
.top_socialDiv i {
    margin-top: 0px;
}

}

@media (max-width: 767px){
.wmporttablecondv_main{
	padding: 0px 5px;
}
.companywiseassallo{
	margin: 25px 0 0 0;
}
.Cmn_align {
    text-align: center;
}
.Abt_ClientImage{
	width: 35%;
	margin: 0 auto;
    text-align: center;
}
.div2 .navwrapper .navbar-collapse {
    position: absolute;
    width: 100%;
    background: #000;
    z-index: 999;
	padding: 0px;
    margin: 0px;
}
}

@media (max-width: 692px){

 .width_1 {
    width: 100% !important;
    float: left;
}
.width_2 {
    width: 100% !important;
    float: left;
}
.bottom_div {
    margin-top: 0px;
}
.div4 h2{text-align:center;}

}

@media (max-width: 480px){
.industry_DIVin {
    margin-bottom: 20px;
}
.industry_text img{
	width:100%;
}
.navbar-default .navbar-nav > li > a
{
	color:#ffffff;
}
.sipcalinput {
    width: 100% !important;
    /* text-align: center; */
    margin: 0 auto;
}
form[name=calc] {
    margin: 0 auto;
    width: 95% !important;
}
.Gi_margin form {
    margin: 0 auto;
    width: 95%;
}

.call {
    float: none;
    color: #fff;
}
.div2 {
    /* margin-top: 124px; */
}
.div22 {
    margin-top: 0px;
}
.div3 {
    /* margin-top: 198px; */
	    display: none;
}
.div1 .loginDiv input:first-child {
    padding: 6px 24px;
    float: none;
}
.div11 .loginDiv input:first-child {
    padding: 6px 24px;
    float: none;
}
.navbar-default .navbar-nav > li > a{
	border:0px;
}
.navbar-nav > li{
    padding: 10px;
	background: #d3ac67;
    margin: 0px;
	border-bottom: 1px solid #000;
}
.navbar-default .navbar-nav > li > a {
    border-right: none !important;
}
}

@media screen and (min-width:481px) and (max-width:550px)
{
.div3 .carousel-caption {
    top: 27%;
}
.div4
{
    padding: 45px 0px;	
}
.div3 h3, .div3 p
{
    font-size: 25px;	
}
.div5 h1, .div6 h1, .div7 h1, .div8 h1, .div10 h1
{
    font-size: 30px;	
}
.div4 h1
{
	font-size:20px;
	margin-top:20px;
}
.div6
{
    padding: 50px 0px;	
}
.div6 .yellow_line {
    margin-bottom: 36px;
}

}

@media screen and (min-width:451px) and (max-width:767px)
{

.navbar-default .navbar-nav > li > a
{
	color:#ffffff;
}
.div3 .carousel-caption {
    top: 25%;
}
.div3 h3, .div3 p
{
	font-size: 20px;
	margin-bottom:0px;
}
.div2 {
    /* margin-top: 75px; */
}
.div3 {
    /* margin-top: 162px; */
	    display: none;
}
.navbar-nav > li{
    padding: 10px;
	background: #d3ac67;
    margin: 0px;
	border-bottom: 1px solid #000;
}
.navbar-default .navbar-nav > li > a {
    border-right: none !important;
}
.awards_Div {
    margin-bottom: 20px;
}
.div2 .navwrapper {
    padding-top: 0px;
    width: 100%;
    float: right;
}
.div22 .navwrapper {
    padding-top: 10px;
    width: 100%;
    float: right;
}


}
@media screen and (max-width:600px)
{
.industry_text{
	height: 340px;
}
.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    margin:0 auto;
}

}

@media screen and (max-width:551px)
{
.onlinetool_DIVright {
    /* padding: 34px 0px; */
}

}

@media screen and (max-width:767px)
{

.div81 .read1{
	width: 17%;
}
.div81 .read2{
	width: 17%;
}
.div81 .read3{
	width: 17%;
}

}
.width_1 {
    width: 28%;
    float: left;
}
.width_2 {
    width: 71%;
    float: left;
    padding: 0px;
}
.NEW_BTN{    font-size: 20px;
    font-weight: 600;}



.pro_TEXT h4 {
    font-size: 25px;
}
.industry_text{
	/* height: auto; */
}
.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    margin: 0 auto;
}

.navbar-default .navbar-nav > li > a{
	    border-right: 1px solid #000;
		    padding: 0px 23px;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus{
	border-right: 1px solid #114e84;
}


.div5 h1, .div6 h1, .div7 h1, .div8 h1 {
    text-align: center;
}
.call_sosial{
	color:#000000;
	margin:0 auto;
	text-align:center;
	float:left;
	width:100%;
	margin-top: 15px;
}
.top_socialDiv i {
    float: none;
}
.insu1{
	width:50%;
	float:left;
}
/*.viewnow{
	width:20%;
}*/
.onlinetool_DIVleft{
	width: 50%;
    float: right;
}
.onl_left{
	width: 60%;
}
.onlinetool_DIVright{
	width: 50%;
    float: left;
}
.onl_right{
	width: 60%;
}

	.Gi_Anchor
	{
	    width: 100%;
		font-size: 16px;
	}
	.Heading_Page
	{
		line-height: 45px;
		margin-top: 34px;
		padding-bottom: 35px;
	}
	.radio-inline input[type=radio]:checked, .radio-inline input[type=checkbox]:checked {
    z-index: 0;
}
	.div10 {
    padding: 35px 0px;
}
	.div10 .inputform input.news_submit
	{
	width: 33%;	
	}
	.div8 {
    padding: 0px;
}
	.div7 .news_archive
	{
		margin-bottom:30px;
	}
	.div7
	{
	    padding: 44px 0px;	
	}
	.div6 .prdt_txtcontent, .div6 .row:last-child .prdt_txtcontent
{
    padding-top: 38px;
    padding-left: 15px;
    padding-right: 15px;	
}
	.prdt_txtcontent h2, .prdt_txtcontent p, .div6 .row:last-child h2, .div6 .row:last-child input, .div6 .row:last-child p
{
	text-align:center;
    float: none;	
}
.div6 .row .prdt_txtcontent
{
	text-align:center;
}
		.div6 .prdt_txtcontent input
	{
		margin-bottom:20px;
	}
		.insu_flex {
    display: flex!important;
    flex-direction: column;
}
.insu_flex_1 {
    order: 2;
}
.insu_flex_2 {
    order: 1;
}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus
	{
	color: #ffffff;	
	}
.div2 .navwrapper .navbar-collapse
{
/* 	padding:0px;
    position: absolute;
    width: 100%;
    background-color: #114e84;
    z-index: 999; */	
}
.div2 .navwrapper ul.navbar-nav
{
    width: 100%;
    float: left;
    margin: 0px auto;	
	padding: 25px 9px;
}
.navbar-default .navbar-nav > .last > a {
    border-right: 0px solid #000;
}

.div22 .navwrapper .navbar-collapse
{
	padding:0px;
    position: absolute;
    width: 100%;
    background-color: #114e84;
    z-index: 999;	
}
.div22 .navwrapper ul.navbar-nav
{
    width: 100%;
    float: left;
    margin: 0px auto;	
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
}
.div8 h2.Servicebox_head
{
	display:block;
}
.div8 .demo
{
	text-align:center;
}
}
@media screen and (min-width:768px) and (max-width:990px)
{
.div8 h2.Servicebox_head
{
	display:block;
}
.div8 .demo
{
	text-align:center;
}
.Gi_AnchorArea .Gi_Anchor
{
    width: 24%;	
    font-size: 12px;
	padding:13px 3px;
}

}

@media screen and (min-width:991px) and (max-width:1024px)
{
.div3 .carousel-caption {
    top: 40%;
}
.div3 h3, .div3 p
{
	font-size: 35px;
	margin-bottom:0px;
}
	.policydiv .policyinput
	{
		margin-left: 5px;	
		width: 94% !Important;
	}
.div8 h2.Servicebox_head
{
	display:block;
}
.div8 .demo
{
	text-align:center;
}
.Gi_AnchorArea .Gi_Anchor
{
    width: 21%;	
}
}

@media screen and (min-width:1025px) and (max-width:1600px)
{
	.nonediv .sitemargindiv1 
	{
		margin-top:39px;
	}
	.nonediv .sitemapFAQs {
		margin-top: 50px;
	}
		.policydiv .policyinput
	{
		margin-left: 5px;	
		width: 94% !Important;
	}
.div8 .demo
{
	text-align:center;
}
.div8 h2.Servicebox_head
{
	display:block;
}
.div81 h2.Servicebox_head
{
	display:block;
}

}
@media screen and (min-width:320px) and (max-width:480px)
{
.div81 .read1{
	width: 35%;
}
.div81 .read2{
	width: 35%;
}
.div81 .read3{
	width: 35%;
}
.call_sosial{
	margin-top: 0px;
}
.industry_text{
	height: auto;
}

.awards_Div{
	width:100%;
	margin-bottom: 20px;
}
.insu1{
	width:100%;
	float:left;
}
.insu_newleft ul li{
	text-align:center;
}
.insu_newright ul li{
	text-align:center;
}
.viewnow{
	width:45%;
}
.onlinetool_DIVleft{
	width: 100%;
    float: left;
}
.onl_left{
	width: 80%;
    margin: 0 auto;
	float:none;
}
.onlinetool_DIVright{
	width: 100%;
    float: left;
}
.onl_right{
	width: 80%;
    margin: 0 auto;
	float:none;
}

.Cmn_align {
    text-align: center !important;
}
.div2 .navwrapper {
    padding-top: 10px;
    width: 100%;
    float: right;
}
.div22 .navwrapper {
    padding-top: 10px;
    width: 100%;
    float: right;
}

.policydiv {
    width: 100% !important;
}
.policyslele {
    margin-left: 25px;
}
	.Heading_Page {
    line-height: 28px;
	}
	.div10 .inputform input.news_submit {
    width: 46%;
	    font-size: 21px;
}
	.boxsize1 {
    width: 100% !important;
	}
	.col-xss-12
	{
		width:100%;
		float:left;
	}
	.leadnew, .leadnew a
	{
		font-size: 19px;
	}
	.prdt_txtcontent h2
	{
	    font-size: 26px;	
	}
	.prdt_txtcontent p
	{
		font-size: 14px;
	}

	.div6 .yellow_line {
    margin-bottom: 26px;
}
	.div4
	{
	    padding: 25px 0px;	
	}
	.div4 img
	{
	    /* width:100%; */
		/* margin-bottom: 15px; */
	}
	
	header.inner_frame .modal
	{
	    overflow-y: auto;	
	}
	.navbar-nav.sm-collapsible .caret, .navbar-nav.sm-collapsible ul .caret
	{
	    margin: -3px 11px 0 0;
    padding: 0;
    width: 22px;
    height: 21px;
    line-height: 19px;	
	}
	.navbar-default .navbar-nav > li > a
	{
	    font-size: 14px;	
	}
	.navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header
	{
		    padding: 5px 15px 5px 20px;
	}
	.navbar-nav.sm-collapsible ul .dropdown-menu > li > a, .navbar-nav.sm-collapsible ul .dropdown-menu .dropdown-header
	{
	    padding-left: 30px;	
	}
	.lichfl_text .panel-default .panel-heading .counstext:after
	{
	    margin-top: 0px;	
	}

.top_socialDiv, .loginDiv
{
	text-align:center;
}
.top_socialDiv i
{
	margin-top:0px;
	text-align: center;
	float:none;
}
.div2 .container > DIV
{
	padding:0px;
}
.div22 .container > DIV
{
	padding:0px;
}
.div3 h3, .div3 p
{
	font-size: 15px;
    margin-bottom: 3px;	
}
.div2 .navwrapper {
    padding-top: 0px;
}
.div22 .navwrapper {
    padding-top: 0px;
}
.div4 h1, .div5 h1, .div6 h1, .div7 h1, .div8 h1, .div10 h1
{
    font-size: 17px;	
}
.div4 p
{
    font-size: 18px;	
}
.div5 .online_tools DIV
{
    font-size: 12px;
}
.div6 .prdt_txtcontent, .div6 .row:last-child .prdt_txtcontent
{
    padding-top: 35px;
    padding-left: 10px;
	padding-right: 10px;
    text-align: center;	
}

.div6, .div7, .div8, .div10
{
padding: 0px;	
}
.div7 h1
{
	margin-top:10%;
}
.div9 h1
{
    font-size: 30px;	
}
.div10 .inputform input
{
    width: 92%;	
    margin-top: 25px;	
}
.div10 .inputform input.news_submit
{
    font-size: 25px;
    width: 55%;	
}
.div10 .inputform input.news_submit
{
    margin-top: 30px;	
}
}



@media screen and (max-width: 1199px) and (min-width: 991px){
.navbar-default .navbar-nav > li > a {
    padding: 2px 8px;
}	
}	
	

@media screen and (max-width: 1024px) and (min-width: 768px){
.onlinetool_DIVleft{
	width: 100%;
    float: right;
}
.onlinetool_DIVright {
    width: 100%;
    float: left;
}
.viewnow {
    width: 12%;
}
.div81 .read1{
	width: 40%;
}
.div81 .read2{
	width: 40%;
}
.div81 .read3{
	width: 40%;
}
.div5 .online_tools DIV{
	font-size:13px;
	    height: 45px;
}
.navbar-default .navbar-nav > li > a
{
    /*padding: 1px 4px;*/
	font-size:14px;
}
	.div2 .navwrapper
{
	    padding-top: 0px;
		width:100%;
		float:right;
}
.div22 .navwrapper {
    padding-top: 15px;
    width: 100%;
    float: right;
}

.div3 {
    /* margin-top: 119px; */
}	
}


.goup-container {
    background:#ff9000!important;
}