@charset "utf-8";
/* CSS Document */
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=IBM+Plex+Sans:300,300i,400,400i,500,600,700&display=swap');
.ibmWraper * {
	padding:0;
	margin:0;
}
.ibmWraper {
	font-family: 'IBM Plex Sans', sans-serif;
	font-size:16px;
	line-height:1.2;
	padding:50px 0 0;
}
body {
	padding:0;
	margin:0;
	color:#000;
}
.ibmWraper a.contact {
	text-transform:capitalize;
}
.ibmWraper p strong {
	font-weight:500;
}
.ibmWraper h1 {
	font-size:200%;
	line-height:1.2;
	font-weight:400;
	color: #3b6caa;
	padding-bottom:14px;
}
.ibmWraper h2 {
	font-size:200%;
	line-height:1.2;
	font-weight:400;
	color: #3b6caa;
	padding-bottom:12px;
}
.ibmWraper h3{
	font-size:138%;
	line-height:1;
	font-weight:400;
	color: #3b6caa;
	padding-bottom:12px;
}
 .ibmWraper h3 a {
	 line-height:1;
 }
.ibmWraper h4 {
	font-size:120%;
	line-height:1.2;
	font-weight:400;
	color: #3b6caa;
	padding-bottom:10px;
}
.ibmWraper p {
	padding-bottom:16px;
	line-height:1.5;
	font-weight:300;
}
.ibmWraper a {
	color:#3b6caa;
	text-decoration:none;
	outline:none;
	font-size:inherit;
	font-family:inherit;
	font-weight:inherit;
	display: inline-block;
}
.ibmWraper a:hover {
	color:#3c89ff;
}
.ibmWraper .gray {
	color:#323232;
}
.ibmWraper .grayBg {
	background-color:#323232;
}
.ibmWraper .flexWrap {
	max-width:1172px;
	padding:0 10px;
	margin:0 auto;
}
.ibmWraper a.contact {
	border:1px solid #3b6caa;
	display:inline-block;
	padding:8px 15px 10px;
	font-size:20px;
	font-weight:500;
	background-image:url(/sw/swchannel/images/users/138104/IBMWCS/linkarrow.png);
	background-repeat:no-repeat; background-position: 95% 50%!important;padding-right: 31px;
}
.ibmWraper a.contact:hover {
	color:#fff;
	background:#3b6caa;
	background-image:url(/sw/swchannel/images/users/138104/IBMWCS/linkarrow-white.png);
	background-repeat:no-repeat; background-position: 95% 50%!important;padding-right: 31px;
}
/*Top Bar*/
.ibmWraper .breadcrumb ul {
	list-style-type:none;
	display:flex;
	justify-content:left;
	padding-bottom:10px;
}
.ibmWraper .breadcrumb ul li {
	margin-right:25px;
	position:relative;
	font-size:18px;
	font-weight:300;
}
.ibmWraper .breadcrumb ul li a {
	color:#3c89ff;
}
.ibmWraper .breadcrumb ul li a:hover {
	color:#3b6caa;
}
.ibmWraper .breadcrumb ul li:before {
	content:'>';
	display:block;
	width:20px;
	height:20px;
	top:0;
	left:-14px;
	position:absolute;
	color:#3c89ff;
}
.ibmWraper .breadcrumb ul li:first-child:before {
	display:none;
}
.ibmWraper .breadcrumb ul li:last-child:before {
	color:#3c89ff;
}
.ibmWraper .contentPart {
	padding-top:20px;
}
/* Content */
.ibmWraper .overviewList {
	list-style-type:none;
	display:flex;
	flex-wrap:wrap;
	justify-content:left;
}
.ibmWraper .overviewList li {
	flex-basis:32%;
	margin-bottom:20px;
	display:flex;
	flex-wrap:wrap;
	box-sizing:border-box;
	border:1px solid #3b6caa;
	align-content: flex-start;
	margin-right:2%;
}
.ibmWraper .overviewList li .imageSection {
	width:100%;
	background:#000;
	position:relative;
	max-width:374px;
	height:200px;
	overflow:hidden;
}
.ibmWraper .overviewList li .imageSection img {
	width:100%;
	height:auto;
	opacity:.5;
}
.ibmWraper .overviewList li .imageSection1 {
	width:100%;
	background:#000;
	position:relative;
	max-width:374px;
	height:200px;
	overflow:hidden;
}
.ibmWraper .overviewList li .imageSection1 img {
	width:100%;
	height:auto;
}
.ibmWraper .overviewList li a.more {
	position:absolute;
	left:50%;
	top:50%;
	font-size:18px;
	line-height:22px;
	font-weight:500;
	border:1px solid #fff;
	padding:10px 11px;
	display:inline-block;
	transform: translate(-50%, -50%);
	color:#fff;
}
.ibmWraper .overviewList li a.more:hover {
	background:#3b6caa;
	border:1px solid #4c7fbf;
}
.ibmWraper .overviewList li .sectionContent {
	padding:15px;
	box-sizing:border-box;
}
.ibmWraper .overviewList li:nth-child(3n) {
margin-right:0;
}
.ibmWraper .overviewList li:nth-child(3n+1):last-child {
 flex-basis:100%;
 align-items:center;
 margin-right:0;
}
.ibmWraper .overviewList li:nth-child(3n+1):last-child .sectionContent {
 flex-basis:60%;
 padding-left:25px;
}
.ibmWraper .overviewList li .sectionContent p {
	line-height:24px;
}
.ibmWraper .overviewList li .sectionContent a {
	position:relative;
	line-height:22px;
}
.ibmWraper .overviewList li .sectionContent a:after {
	content:' ';
	display:block;
	width:20px;
	height:20px;
	top:1px;
	right:-25px;
	position:absolute;
	color:#3c89ff;
	background-image:url(/sw/swchannel/images/users/138104/IBMWCS/linkarrow.png);
	background-repeat:no-repeat; background-position: 95% 50%;
}
.ibmWraper .overviewList li .sectionContent h3 a:after {
		content:' ';
		background-image: none;
}
/* Footer */
.ibmWraper .ibmfooter {
	display:flex;
	border-top:1px solid #3b6caa;
	margin-top:30px;
	background:#eee;
}
.ibmWraper .ibmfooter .footerLogo {
	flex-basis:395px;
	padding:30px 40px;
	border-right:1px solid #3b6caa;
	background:#fff;
}
.ibmWraper .ibmfooter .footerRight {
	background:#eeeeee;
	padding:30px;
	display:flex;
	align-items:center;
}
/* Inner Page */
.ibmWraper .ibmHeader {
	background:#eee;
	border-top:1px solid #c5c5c5;
}
.ibmWraper .ibmHeader .flexWrap {
	display:flex;
	padding:35px 0;
	align-items:center;
}

.ibmWraper .headerRight {
	text-align:center;
	display: flex;
flex-wrap: wrap;
justify-content: center;
}
.ibmWraper .ibmHeader .headerImage {
	background:url(/sw/swchannel/images/users/138104/IBMWCS/border01.gif) 0 0 no-repeat;
	width:400px;
	height:297px;
	padding-top:10px;
}
.ibmWraper .ibmHeader .headerImage img {
	margin:0 auto;
	-webkit-box-shadow: 0 0 6px 2px rgba(0, 0, 0, .1);
	box-shadow: 0 0 6px 2px rgba(0, 0, 0, .1);
	display:block;
}
.ibmWraper hr {
	padding:0;
	margin:0;
	border-width:0;
	border-bottom:1px solid #3b6caa;
	width:75px;
	margin:8px 0 25px;
}


.ibmWraper hr.devider {
    width: 100%!important;
}

.ibmWraper .headerRight a.cta {
	display:inline-block;
	background:#3b6caa;
	font-size:14px;
	line-height:18px;
	color:#fff;
	padding:9px 15px;
	font-weight:500;
}
.ibmWraper .headerRight a.cta:hover {
	background:#3c89ff;
}
.ibmWraper .heading {
	text-align:center;
	padding:40px 0;
}
.ibmWraper .heading hr {
	margin:0 auto;
	border-color:#323232;
}
.ibmWraper .heading h2 {
	color:#323232;
	font-weight:500;
}
.ibmWraper .slideList {
	list-style-type:none;
	display:flex;
	flex-basis:48%;
	justify-content:space-between;
	flex-wrap:wrap;
	padding-bottom:30px;
}
.ibmWraper .slideList li {
	display:flex;
	flex-basis:49%;
	justify-content:space-between;
	border:1px solid #3b6caa;
	box-sizing:border-box;
	margin-bottom:20px;
}
.ibmWraper .slideList li img {
	height:100%;
}
.ibmWraper .slideList .contentSection {
	padding:25px;
    width: 100%;
	box-sizing: border-box;
}
.ibmWraper .slideList p {
	font-size:14px;
	line-height:20px;
}
.ibmWraper .slideList a.more {
	font-size:14px;
	line-height:20px;
	border:1px solid #3b6caa;
	display:inline-block;
	font-size:16px;
	line-height:20px;
	font-weight:500;
	padding:8px 15px;
}
.ibmWraper .slideList a.more:hover {
	background:#3c89ff;
	color:#fff;
}
.ibmWraper .ibmHeader .headerImageVideo {
	background:url(/sw/swchannel/images/users/138104/IBMWCS/video_border.gif) 0 0 no-repeat;
	width:467px;
	height:297px;
	padding-top:10px;
}
.ibmWraper .ibmHeader .headerImageVideo img {
	margin:0 auto;
	-webkit-box-shadow: 0 0 6px 2px rgba(0, 0, 0, .1);
	box-shadow: 0 0 6px 2px rgba(0, 0, 0, .1);
	display:block;
	width:445px;
	height:auto;
}
.videoHeader .headerLeft {
	margin-right:40px;
}
.ibmHeader a.more, .rightSectxt a.more{
	font-size:18px;
	font-weight:500;
	color:#fff;
	background:#3b6caa;
	padding:9px 17px;
	margin-top:10px;
	display:inline-block;
	text-indent:inherit;
}
.nopad{
	padding:0!important;
}
.rightSectxt p{
	clear:both;
	padding-bottom: 16px;
    line-height: 1.5;
    font-weight: 300;
}
.rightSectxt p a{
	color:#000;
	font-weight:500;
}
.rightSectxt p.blank{
	line-height: 10px;

    padding: 0;
}
.ibmWraper p.nopad a img{
	float:left;
	margin:0 10px 0 0;
}
.ibmHeader a.more:hover {
	background:#3c89ff;
}
.ibmHeader a.videolink {
	font-weight:600;
	font-size:18px;
}
.ibmWraper .slideList2 {
	list-style-type:none;
	display:flex;
	flex-basis:48%;
	justify-content:space-between;
	flex-wrap:wrap;
	padding-bottom:30px;
	padding-top:50px;
}
.ibmWraper .slideList2 li {
	display:flex;
	flex-basis:48.5%;
	justify-content:space-between;
	border:1px solid #3b6caa;
	box-sizing:border-box;
	margin-bottom:8px;
	padding:20px 5px 20px 20px;
	position:relative;
	font-weight:300;
}
.ibmWraper .slideList2 li .lftSec {
	flex-basis:60%;
	padding:0 15px 0 0;
	border-right:1px solid #bcbcbc;
}
.ibmWraper .slideList2 li .lftSec a {
	border:1px solid #3b6caa;
	padding:10px;
	text-align:center;
	display:inline-block;
	font-size:18px;
	position:absolute;
	bottom:20px;
}
.ibmWraper .lftSec .listStyle3 li  a {
	border:none;
	padding:0;
	text-align:left;
	display:inline-block;
	font-size:17px;
	line-height:22px;
	position:relative;
	bottom:inherit;
}
.ibmWraper .slideList2 li .lftSec .listStyle3 li a {text-align:left;}
.ibmWraper .slideList2 li .lftSec p {
	font-size: 16px;
	line-height: 25px;
	line-height:1.5;
	font-weight: 300;
}
.ibmWraper .slideList2 li .rgtSec {
	flex-basis:40%;
	padding:0 0 46px 15px;
	text-align: center;
	position:relative;
}
.ibmWraper .slideList2 li .rgtSec a.more {
	background-color:#3b6caa;
	display:inline-block;
	padding:12px 20px;
	width:auto !important;
	color:#fff;
	font-weight:normal;
	font-size:16px;
	line-height:18px;
	text-decoration:underline;
	margin:0 0 15px 0;
	text-decoration:none;
	text-indent:inherit!important;
}
.ibmWraper .slideList2 li .rgtSec a.more:hover {
	text-decoration:none;
	background: #3c89ff;
}
.ibmWraper .slideList2 li .rgtSec a.more1 {
	/*padding:15px 10px;*/
	color:#2477b8;
	font-weight:normal;
	font-size:14px;
	line-height:16px;
	text-decoration:none;
}
.ibmWraper .slideList2 li .rgtSec a.more1:hover {
	text-decoration:underline;
}
.ibmWraper .slideList2 li .rgtSec img {
	max-width:430px;
	height:auto;
	margin-bottom:15px;
}
.ibmWraper .slideList2 li .rgtSec p {
	font-size:16px;
	line-height:26px;
	color:#082631;
	font-weight:300;
}
.headingCenter {
	text-align:center;
}
.ibmWraper .breadcrumb ul.center {
	display:block;
	margin:50px 0 0 0;
}
.ibmWraper .breadcrumb ul.center li hr {
	margin:0 auto;
}
.addresource {
	margin:0 0 50px 24px;
	display:block;
}
.addresource h3 {
	color:#2477b8;
	font-weight:normal;
	font-size:20px!important;
	line-height:16px;
	text-decoration:none;
	text-align:left;
	padding:0 0 18px 0;
}
.addresource ul {
	list-style-type:none;
	padding:0;
	margin:0;
}
.addresource ul li {
	padding:0 0 0 15px;
	margin-bottom:6px;
	background:url(/sw/swchannel/images/users/138104/IBMWCS/bullet.jpg) no-repeat 0 7px;
	border:none;
	text-align:left;
}
.addresource ul li a {
	color:#2477b8;
	font-weight:normal;
	font-size:14px;
	line-height:20px;
	text-decoration:none;
}
.addresource ul li a:hover {
	color:#2477b8;
	text-decoration:underline;
}
/* ============================= Video Light box ============================== */
.wholeWrap .clear {
	clear:both;
	height:0;
	font-size:0;
	line-height:0;
}
.cen {
	margin:0 auto 20px;
	display:block;
}
.overlay {
	background:rgba(0, 0, 0, .8);
	position:fixed;
	z-index:9999999;
	width:100%;
}
.dropBox {
	z-index:99999999;
	width:90%;
	max-width:600px;
	position:fixed;
	top:8%;
	left:50%;
	margin:0 auto auto -300px;
	height:auto;
	background:#fff;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.dropBox.videoArea {
	height:500px;
	max-width:800px;
		top: 50%;
		left:50%;
transform: translate(-13%,-50%);
}
.dropInner {
	position:relative;
	padding:20px;
	box-sizing:border-box;
	height:auto!important;
}
.closeBtn, .closeBtnF, a.closeBtn, a.closeBtnF {
	position:absolute;
	top:-10px;
	right:-10px;
	font-size:20px;
	line-height:26px;
	color:#fff;
	font-weight:600;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	display:block;
	background:#000;
	border:2px solid #ccc;
	border-radius:50%;
	moz-border-radius:50%;
	text-align:center;
	height:28px;
	width:28px;
	z-index: 999;
}

.closeBtn:hover, .closeBtnF:hover, a.closeBtn:hover, a.closeBtnF:hover {
	color:#FF0000;
}
.scrollContent {
	/*overflow:auto;
	height:350px;*/
}
.dropBox {
	display:none;
}
ul.listStyle1, ul.listStyle2, ul.listStyle3,  .ibmWraper .lftSec ul.listStyle3{
	list-style-type:none;
	margin-bottom:20px;
	padding:0;
}
.ibmWraper .lftSec ul.listStyle3 li a, {
	position:relative;
	color:#3b6caa;
	border:none;
	padding:0;
	bottom:0;
	font-size:17px;
}
.ibmWraper .rgtSec ul.listStyle3 li a{
	line-height:22px;
	font-size:17px;
}
.listStyle1 li {
	background-image:url(/sw/swchannel/images/users/138104/IBMWCS/bullet.png);
	background-repeat:no-repeat;
	background-position:0 3px;
	padding:0 0 8px 20px;
	line-height:1.5;
	font-weight:300;
	background-position: 0 6px;
}
.listStyle1 li strong{ font-weight:500;}
.listStyle2 li {
	border: 0!important;
	padding:0 0 0 20px!important;
	list-style:circle!important;
	text-align:left;
	background-image:url(/sw/swchannel/images/users/138104/IBMWCS/bullet.png)!important;
	background-repeat:no-repeat;
	background-position:0 6px;
	font-size:16px;
	line-height:22px;
}

.listStyle3 li {
	border: 0!important;
	padding: 0!important;
	padding-left:35px!important;
	padding-top: 5px!important;
	list-style:circle!important;
	text-align:left;
}
.listStyle3 li {	
	background-repeat:no-repeat;
	background-position:0 6px;
}
.fullarea-bottom .more {
	border: 1px solid #3b6caa;
	padding: 10px;
	passing-top: 10px !important;
}
.fullarea-bottom .more:hover {
	background: #3c89ff;
}
.lftSecimg img {
	border: 1px solid  #ccc;
	padding: 3px;
	margin-bottom: 20px;
}
.rgtSec p {
	font-size: 16px;
	line-height: 25px;
	font-weight: 300;
}
.rgtSec a.imgSize{
	height: 260px;
    overflow: hidden;
    border: 1px solid #d5d5d5;
    display: block;
    max-width: 430px;
}

.headerLeft {
	width: 60%;
}
.actionacon span img {
	width: 50px !important;
}
.ibmWraper .ibmHeader .actionacon img {
	width: 50px;
	height: 50px;
	box-shadow: none;
	margin-top: 0
}
.ibmWraper .ibmHeader .actionacon {
	position: relative;
}
.ibmWraper .ibmHeader .actionacon a {
	position: absolute;
	margin-top: 21%;
	background-color:rgba(255, 255, 255, 0.8);
	padding: 15px;
	left:41%;
	border-radius: 50%;
	-webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.75);
}
.ibmWraper .slideList2 li {
	display: flex;
	flex-grow: 1;
	justify-content: space-between;
}
.ibmWraper .slideList2 li .rgtSec {
	text-align:left!important;
}
.ibmWraper .slideList2 li .rgtSec h4 {
	margin-top:15px;
}
.ibmWraper .slideList2 li .rgtSec h3 {
	color:#2477b8;
	font-weight:normal;
	font-size:18px!important;
	line-height:16px;
	text-decoration:none;
	text-align:left;
	padding:26px 0 18px 0!important;
}
.onecol-cont {
	margin-bottom:35px!important;
}
.onecol-cont li {
	border: 0!important;
	padding: 0!important;
	padding-left:25px!important;
	padding-top: 5px!important;
	list-style: disc!important;
	text-align:left;
}

.ibmWraper .slideList2 {
	padding-top: 0;
}
.fullarea-bottom {
	display:flex;
	margin-top:30px;
}
.bot-left {
	padding-left:30px;
}
/*a.globeIcon, a.globeIcon1, a.globeIcon2 {
	font-family: sans-serif!important;
}*/
.overlay {
	background:rgba(0, 0, 0, .7);
	position:fixed;
	z-index:9999999;
	width:100%
}
.dropBoxFrom, .dropBoxFrom1, .dropBoxFrom2 {
	z-index:99999999;
	width:90%;
	max-width:500px;
	position:fixed;
	top: 50% ;
left:50%;
	   transform: translate(-48%,-50%);
	   	height:auto!important;
	background:#fff;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	display:none;
}
.dropInner {
	position:relative;
	padding:20px 20px 15px;
	height:inherit;
}
.closeBtn {
	position:absolute;
	top:0px;
	right:10px;
	font-size:25px;
	line-height:31px;
	color:#000;
	font-weight:normal;
	font-family:'Open Sans', sans-serif;
}
.closeBtn:hover {
	color:#FF0000;
}
.dropInner h3 {
	font-family: 'IBM Plex Sans', sans-serif;
    color: #3b6caa;
    font-size: 17px;
    line-height: 24px;
    font-weight: normal;
	padding:0 0 10px 0;
	margin:0;   
}
.dropInner p, .normal_text, .normal_small_text {
	font-family: 'IBM Plex Sans', sans-serif;
	font-size:14px;
	line-height:15px;
	padding:0 0 15px;
	margin:0;
}
.dropInner h4 {
	font-size:14px;
	text-transform:uppercase;
	line-height:20px;
}
.dropInner ul {
	padding:15px 0 0
}
.dropInner ul li {
	padding:3px 0;
	border-top:1px solid #dcdcdc;
}
.dropInner ul li:hover {
	background:#f5f5f5
}
.dropInner ul l:first-child {
	border-top:0px solid #fff;
}
.dropInner ul li a {
	font-family:"Arial Unicode MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:18px;
	font-weight:normal;
}
.dropInner ul li a:hover {
	color:#000;
}
.scrollContent {/*overflow:auto;*/
padding-right: 10px;
	height:auto;
}
.scrollContent table {
	width:100%;
	height:30px;
	box-sizing: border-box;
}

.list_row_bg1 {
    height: 2px !important;
}

/*.globeIcon{display:block;}*/

ul.InnNavsm {
	width:60% !important;
	padding:0 !important;
}
.normal_bold_text {
	display:none;
}
.dropBoxForm {
	z-index:99999999;
	width:90%;
	max-width:500px;
	position:fixed;
	top: 50% ;
left:50%;
	   transform: translate(-48%,-50%);
	   	height:auto!important;
	background:#fff;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	display:none;
}
.dropBoxForm br{
	display:none;
	}


/*.scrollContent iframe {
	height:100%!important;
}*/


/* Form style */
.FormTextBox,
.FormTextBoxFocus,
.FormTextAreaBox,
.FormTextAreaBoxFocus,
input[type=text].requiredField,
input[type=email].requiredField,
input[type=tel].requiredField,
input[type=text],
input[type=email],
input[type=tel],
input[type=text].FormPhoneBox,
input.requiredField {
 width:98%;
 height:28px;
padding: 0 1%;
 border:1px solid #e3e5e6;
 margin:0 0 5px 0;
box-sizing: border-box;
font-family: 'IBM Plex Sans', sans-serif;
font-size:12px;
line-height:28px;
}
.dropInner br {display:none;}


.FormTextAreaBox, .FormTextAreaBoxFocus, textarea.requiredField {
 height:80px;
}
.FormCheckBox{
	margin: 0 10px 2px 0;
height: 15px;
}
p.pvText {
	font-size:14px;
	line-height:16px;
	}
 p.pvText {
	font-size:14px;
	padding:0 0 0 11px;
	margin:0;
	line-height:16px;
}
p.pvText a {
	font-size:14px;
	line-height:16px;
	color:#3b6caa;
	font-weight:normal;
}
p.pvText a:hover {
	text-decoration:none;
}
.formlist_itm{background-image:url(/sw/swchannel/images/users/138104/IBMWCS/formlink-icon.png);line-height:25px; }
.pdflist_itm{ background-image:url(/sw/swchannel/images/users/138104/IBMWCS/pdflink-icon.png);line-height: 25px; }
.videolist_itm{ background-image:url(/sw/swchannel/images/users/138104/IBMWCS/videolink-icon.png);line-height:25px;}
.weblist_itm{background-image:url(/sw/swchannel/images/users/138104/IBMWCS/weblink-icon.png);line-height: 25px; }
.more{background-image:url(/sw/swchannel/images/users/138104/IBMWCS/morearrow.png)!important; background-repeat:no-repeat !important; background-position: 95% 50%!important;
padding-right: 40px !important; background-color:#3b6caa; color:#fff!important; }
.downbtn{background-image:url(/sw/swchannel/images/users/138104/IBMWCS/downarrowicon.png)!important; background-repeat:no-repeat !important; background-position: 95% 50%!important;padding-right: 40px !important; }


.ibmWraper .slideList li:nth-child(2n+1):last-child {
    flex-basis: 100%;
    align-items: center;
    margin-right: 0;
}
.rgtSec.botlinks-box {
    display: flex;
	justify-content: center;
}
.botlinks-box ul{ margin-bottom:0;}
.botlinks-box ul li {
    list-style: none !important;
    background-position: 0 3px;
    line-height: 18px;
    margin-left: 10px;
flex-basis: 46%;
margin-right:20px;
}
.slideList2.twocolbox li{ margin-bottom:10px;}
.slideList2.twocolbox li:nth-child(odd) {
 margin-right: 20px;
}
.slideList2.twocolbox li:last-child {
	margin-right:0;
}




.twocolbox .fullarea-bottom{ margin-top:0px;padding-bottom: 15px;}

/* Form style */

.dropBoxFrom2 #main .icon {
    display: none;
}

.dropBoxFrom2 #main .content .title {
    display: none;
}
.dropBoxFrom2 #main .content h1, #main .content p {
    display: none;
}
.dropBoxFrom2 #main {
width: 100%;
}
.dropBoxFrom2 .kWidgetIframeContainer{
width: 100% !important;
}
.footerLogo img {
	max-width:180px;
    height:auto;
}
.ibmWraper .ibmfooter .footerLogo {
    flex-basis: 252px;
    display: flex;
    align-items: center;
justify-content: center;
}
.ibmWraper .ibmfooter .footerRight {
    padding: 17px 30px;
}


.formPan .FormTextBox, .formPan .FormTextBoxFocus, .formPan input[type=text].requiredField, .formPan input[type=email].requiredField, .formPan input[type=tel].requiredField, .formPan input.requiredField{
 width:98%;
 height:30px;
 padding: 0 1%;
 border:1px solid #e3e5e6;
 margin:0 0 2px 0;
}
.dropInner a.downlod {
    background: #2477b8;
    color: #ffffff;
    padding: 10px 22px;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
    font-size: 15px;
    display: block;
    width: 40%;
}

/* Mediaquary start*/
@media screen and (max-width :1200px) {
 .headerLeft {
 width:auto;
}
 .ibmWraper .overviewList li a.more {
 font-size: 16px;
width: 141px;
text-align: center;
}
.videoHeader .headerLeft {
 padding: 15px;
}
.ibmWraper .slideList li img {
 width: 200px;
}
.ibmWraper .ibmHeader .flexWrap {
 padding:35px 15px;
}
}
 @media screen and (max-width : 1080px) {
.rightContent {
width:36%;
}
.wholeWrap .aboutArea .leftContent {
padding-top:0;
}
/*.dropBoxForm{
	position:absolute;
	}
.dropBoxFrom, .dropBoxFrom1, .dropBoxFrom2{
	position:absolute;
	}*/
}
@media screen and (max-width:999px) {
a.globeIcon {
text-indent:0;
width:auto;
display:block;
margin-top:0;
}
.ibmWraper .slideList2 li .rgtSec img{
	display:block;
	max-width:100%;
	}
}
/* 992 break point*/
@media screen and (max-width: 992px) {
	.ibmWraper .slideList .contentSection{ width:auto;}
 .ibmWraper {
 padding: 15px 0 0;
}
 .ibmWraper .overviewList li .sectionContent p {
 line-height: 22px;
 font-size: 14px;
}
 .ibmWraper h3 {
 font-size:110%;
}
 .ibmWraper .ibmHeader .flexWrap {
 display: block;
}
 .headerLeft {
 margin-right: 0;
 width: auto;
 padding: 15px;
}
.headerRight {
 width: auto;
}
 .headerImageVideo {
 background-size: auto;
 width: 95%;
 height:auto;
 background-size: 100%;
 padding-bottom: 30px;
 margin: 0 auto;
}
 .videoHeader .headerLeft {
 margin-right: 0;
 padding: 15px;
}
.ibmWraper .slideList li {
 display: block;
}
 .ibmWraper .slideList li img {
 height: auto;
 width: 100%;
}
 .ibmWraper .slideList2 li {
 display: flex;
 flex-wrap: wrap;
}
.ibmWraper .slideList2 li .lftSec {
 flex-basis: 99%;
order:1;
}
.ibmWraper .slideList2 li .rgtSec {
 flex-basis: 99%;
order: 1;
}
.headerRight a img {
 max-width:600px;
 width:95%;
}
/*.ibmWraper .slideList2 li .rgtSec img {
 max-width: 100%;
}*/
.ibmWraper .slideList2 li .rgtSec {
 padding: 0;
}
.ibmWraper .slideList2 li {
padding: 20px 5px 20px 8px;
}
.ibmWraper .slideList2 li .lftSec {
 padding: 0 15px 0 0;
 border-right:0;
 border-top:1px solid #bcbcbc;
 padding-top:15px;
}
.fullarea-bottom {
 flex-wrap: wrap;
 padding-top: 15px;
}
.twocol-list {
 flex-wrap: wrap;
}
.ibmWraper .ibmHeader .headerImageVideo {
 padding-top:1%;
}
 .IBMStorage .imageSection {
 text-align: center;
 padding-top: 20px;
}
 .IBMPowerSystems .imageSection {
 text-align: center;
 padding-top: 20px;
}
 .IBMStorage .slideList li img {
 height: 200px;
 width: auto;
 border: 1px solid #ccc;
 padding: 3px;
}
 .IBMPowerSystems .slideList li img {
 height: 200px;
 width: auto;
 border: 1px solid #ccc;
 padding: 3px;
}
.IBMPowerSystems .contentSection {
 text-align: center;
}
 .IBMStorage .contentSection {
 text-align: center;
}
.ibmWraper .breadcrumb ul li {
 font-size: 15px;
 line-height: 25px;
}
.ibmWraper .ibmHeader .headerImageVideo {
 padding-top:1%;
}
.ibmWraper h2 {
 font-size: 115%;
}
 .ibmHeader a.videolink {
 font-size: 16px;
 line-height:26px;
}
.ibmWraper .overviewList li .imageSection1 img {
 height: 100%;
}
.ibmWraper .slideList2 li .lftSec {
 order: 2;
}
 .twocol-list .rightSectxt {
 flex-basis: 100% !important;
}
 .IBMZ-Solutions .slideList li img {
 height: 200px;

 width: auto;
 border: 1px solid#ccc;
 padding: 3px;
}
.IBMZ-Solutions .contentSection {
 text-align: center;
}
.IBMZ-Solutions .imageSection {
 text-align: center;

 padding-top: 20px;
}
 .IBM-LinuxONE .slideList li img {
 height: 200px;
 width: auto;
 border: 1px solid#ccc;
 padding: 3px;
}
.IBM-LinuxONE .contentSection {
 text-align: center;
}
.IBM-LinuxONE .imageSection {
 text-align: center;
 padding-top: 20px;
}
.ibmWraper .overviewList li:nth-child(3n+1):last-child .sectionContent {
 flex-basis: 45%;
 padding-left: 25px;
}
}
/* 992 break point End*/
@media screen and (max-width : 900px) {
.dropBox.videoArea {
top: 50% !important;
transform: translate(-50%,-50%) !important;
left: 50%;
}
.dropBox{ margin:0!important;
top: 50% !important;
transform: translate(-50%,-50%) !important;
left: 50%;
}
/*.dropBox.dropBoxFrom.dropBoxFrom1.dropBoxFrom2 {
    top: 50% !important;
    transform: translate(-50%,-50%) !important;
    left: 50%;
}*/
}
 @media screen and (max-width:786px) {
.ibmWraper .breadcrumb ul {
 display: block;
 margin-left: 10px;
}
 .ibmWraper .breadcrumb ul li {
 padding-left: 20px;
}
.ibmWraper .breadcrumb ul li:first-child {
 padding-left: 0 !important;
}
.ibmWraper .breadcrumb ul li::before {
 left: 0;
}
}
/* 768 break point*/
@media screen and (max-width: 768px) {
 .ibmWraper .overviewList li .sectionContent p {
 line-height: 20px;
}
 .ibmWraper h3 {
 font-size:103%;
}
.ibmWraper .overviewList li {
 flex-basis: 48%;
}
.ibmWraper .overviewList li:nth-child(3n) {
 margin-right: 2%;
}
.ibmWraper .overviewList li:nth-child(3n):last-child {
 flex-basis: 100%;
}
 .ibmWraper .ibmfooter {
 display:block;
}
.ibmWraper .ibmfooter .footerLogo {

 flex-basis: 395px;
 padding: 15px 0;
 border-right: 0;
 width: 98%;
 margin: 30px auto;
}
.ibmWraper p {
 font-size:15px;
}
.ibmWraper .ibmfooter .footerLogo {
text-align:center;
}
.ibmWraper .ibmfooter .footerLogo img {
max-width:280px;
}
.ibmWraper .overviewList li:nth-child(3n):last-child .imageSection {
 width: 50%;
}
.ibmWraper .overviewList li:nth-child(3n):last-child .sectionContent {
 flex-basis: 48%;
}
.ibmWraper .ibmHeader .headerImageVideo {
 width: 95%;
 background-size:87%;
 height: auto;
 background-position: 50%;
}
.ibmWraper .ibmHeader .headerImageVideo img {
 height: auto;
 width: 82%;
 margin-top: 22px;
}
.headerImageVideo {
 margin: 0;
}
.ibmWraper .overviewList li:nth-child(3n+1):last-child {
 flex-basis: 50%;
}
.ibmWraper .overviewList li:nth-child(3n+1):last-child .imageSection1 {
 height: 200px!important;
}
 .ibmWraper .overviewList li:nth-child(3n+1):last-child .sectionContent {
 flex-basis: 100%!important;
 padding-left: 15px;
}
 .ibmWraper .ibmHeader .actionacon img {
width:auto;
 margin-top:0;
}
.ibmWraper .ibmHeader .actionacon a {
 left:50%;
 margin-left:-35px;
}

}

/* 768 break point End*/
@media screen and (max-width:660px) {
.dropBox {

    top: 50%;
    transform: translate(1%,-50%);
}

}
@media screen and (max-width:640px) {
 .scrollContent {
 overflow:auto!important;
}
/* .dropBoxFrom, .dropBoxFrom1, .dropBoxFrom2 {
top: 50% !important;
left:50%!important;
	   transform: translate(3%,-50%)!important;
	   
}*/
.dropBox {
    top: 50%;
    transform: translate(5%,-50%);
}
.scrollContent{ height:auto!important;}

.dropBoxFrom, .dropBoxForm, .dropBoxFrom1, .dropBoxFrom2 {
	   transform: translate(-50%,-50%)!important;
}

}
@media screen and (max-width:600px) {
/*.dropBox {
top:15px;
}*/
}

@media screen and (max-width:560px) {
.dropBoxFrom, .dropBoxFrom1, .dropBoxFrom2 {
 width:90%;

}
.dropInner h3 {
font-size:16px;
line-height:20px;
}
.dropInner h4 {
font-size:13px;
line-height:17px;
}
}
@media screen and (max-width : 500px) {
/*.dropBox {
 height:300px;
}
.scrollContent {
 height:250px;
}*/
}
/* 480 break point */
@media screen and (max-width:480px) {
.dropInner {
    padding: 20px 10px 15px;
}

	
 .ibmWraper .overviewList li {
 flex-basis:98%;
}
.ibmWraper .overviewList li .imageSection {
max-width: 100%;
}
.ibmWraper .overviewList li:nth-child(3n):last-child .imageSection {
 width: 100%;
}
.ibmWraper .overviewList li:nth-child(3n):last-child .sectionContent {
 flex-basis: inherit;
}
 .ibmWraper h1 {
 font-size: 150%;
}
.ibmWraper h2 {
 font-size: 140%;
}
.ibmWraper .slideList li {
 flex-basis: 100%;
}
.ibmWraper .ibmHeader .headerImageVideo img {
 margin-top: 26px;
}
.ibmWraper .overviewList li .imageSection1 {
max-width:100%;
}
.ibmWraper .overviewList li:nth-child(3n+1):last-child {
 flex-basis: 100%;
}
.ibmWraper .overviewList li:nth-child(3n+1):last-child .imageSection1 {
 height: auto;
}
.ibmWraper .overviewList li:nth-child(3n+1):last-child .imageSection1 {
 height: 200px;
}
.ibmWraper .overviewList li:nth-child(3n+1):last-child .sectionContent {
 flex-basis: 100%;
}
 .ibmWraper .ibmHeader .actionacon img {
 width:auto;
 height: 25px;
 margin-top:0;
}
.ibmWraper .ibmHeader .actionacon a {
 left:50%;
 margin-left:-35px;
 margin-top:24%;
}
.rgtSec a.imgSize{
	height:auto;
	margin-bottom:15px;
}
.ibmWraper .slideList2 li .rgtSec img {
    margin-bottom:0;
}
}


/* 480 break point End*/
@media screen and (max-width:400px) {
/*.dropBox {
 height:400px;
}*/
}
@media screen and (max-width:360px) {
a.globeIcon {
margin-right:5px;
}
}
