@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700&display=swap');
body {
	font-family: 'Roboto', sans-serif;
	font-size:16px;
}
h1, h2, h3, h4, h5{
	font-family: 'Roboto', sans-serif;
}
ul{
	padding: 0px;
	margin: 0px;
}
a.packDown:focus {
	color: white;
}

ul li{
	list-style:none;
}
.clearfix{
	clear: both;
}
.noTopPadding{
	padding-top:0px !important;
}
.twoTopPadding{
	padding-top:2% !important;
}
.fourBotPadding{
	padding-bottom: 6%;
}
.noPadding{
	padding:0px;
}
.noLeftPadding{
	padding-left: 0px;
}
.mainHeader{
	padding:2% 0%;
}
.fourPnl{
	padding:1% 0%;	
}
.fourPnl h3{
	font-size: 20px;
}
ul.navIcon li{
	display: inline-block;
}
ul.navIcon li:last-child, ul.navIcon li:nth-child(5){
	margin-right:0%;
}
/*ul.navIcon li:nth-child(5):after{
	content: "|";
	padding-right: 5px;
	padding-left: 9px;
}*/
ul.navIcon li a img{
	padding-right: 6px;
}
	ul.navIcon li a {
		font-size: 16px;
		color: #5C5C5C;
		display: inherit;
		padding: 0rem 1rem;
	}
ul.navIcon li a.activeMe{
	text-decoration: underline;
}
ul.navIcon li:last-child a, ul.navIcon li:nth-child(5) a{
	/*color:#5046AE;*/
}
.nav-link-auth {
	color: #5046AE !important;
}
/******* Start Inner Title*******/
.innerHeader {
	-webkit-box-shadow: 0px -3px 7px 6px #ccc;
	-moz-box-shadow: 0px -3px 7px 6px #ccc;
	box-shadow: 0px -3px 7px 6px #ccc;
	margin-bottom: 10px;
	padding: 1% 0%;
}
.LogoWidth{
	max-width:75%;
}
.innerHeader ul.navIcon{
    padding: 1.5% 0%;
}
.mainTitle{
	padding-top:8%;
	padding-bottom: 8%;
}
.mainTitle h1{
	font-size: 48px;
    font-weight: 600;
}
.mainTitle h2{
	font-size: 40px;
    font-weight: 300;
}
.actionBtn{
	display: block;
	padding-top: 4%;
}
.actionBtn a, #callaction a, .packgeBtn, .packDown{
	padding: 10px 20px;
	background-color: #5046AE;
	color: white;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	display: inline-block;
	border: 2px solid #5046AE;
	margin-right: 10px;
}
.packgeBtn, .packDown{
	margin-top: 16px;
}
.packgeBtn:hover, .packDown:hover{
	text-decoration: none;
	color: white;
}
.actionBtn a:nth-child(2), .actionBtn a:hover{
	background-color: white;
	border: 2px solid #5046AE;
	color: #5046AE;
}
.actionBtn a:nth-child(2):hover{
	background-color: #5046AE;
	color: white;
}
.actionBtn a:hover{
	text-decoration: none;
}
.serchHomePnl{
	clear: both;
	padding:2% 0%;
}
.serchHomePnl form{
	position: relative;
}
.serchHomePnl input[type=search]{
	border: 1px solid #5046AE;
	width: 100%;
	padding: 1.5%;
	position: relative;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}
.serchHomePnl input[type=submit]{
	background-image: url("images/searchIcon.svg");
	background-repeat: no-repeat;
	background-position: 11px 6px;
	background-color: transparent;
	border: 1px solid #5046AE;
	padding: 7px 24px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	background-size: 18px;
    padding-left: 38px;
	position:absolute;
	right: 10px;
	top: 10px;
}
.fourSection{
	text-align: center;
	border: 1px solid #E5E2F8;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	padding: 6%;
}
.fourSection img{
	width: 110px;
	height: auto;
}
.browsePnl ul li {
    float: left;
}
.browsePnl ul li a {
    background-color: #E5E2F8;
	border: 1px solid #E5E2F8;
    display: inline-block;
    color: #000;
	padding: 23px 38.6px;
    width: 87px;
}
.browsePnl ul li:nth-child(odd) a {
    background-color: white;
}
.browsePnl ul li a.activePack{
	background-color: #5046AE;
	color: white;
}
.browsePnl{
	text-align: center;
	padding: 3% 0%;
}
.browsePnl h2{
	padding-bottom: 4%;	
}
#callaction h1{
	font-size: 46px;
    font-weight: 600;
}
#callaction p{
	padding: 20px;	
}
#callaction {
    background-image: url("images/hero_video_bg.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 30%;
	text-align: center;
	position: relative;
    padding: 7%;
	clear: both;
	margin: 1% 0%;
}
#callaction:after, #callaction:before {
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 30%;
}
#callaction:before, #callaction:after {
    background-image: url("images/yallow-graphic.png");
    content: "";
    position: absolute;
    z-index: 0;
    width: 29%;
    height: 260px;
    background-size: 99%;
}
#callaction:before{
	background-position: left bottom;
	bottom: 0px;
	left: 0px
}
#callaction:after{
	background-image: url("images/blue-graphic.png");
	background-position:top right;
	top: 0px;
	right: 0px;
}
.mainBorderSe h1{
	margin-top: 0px;
	padding-bottom: 4%;
}
.logoBorder{
	box-shadow: 0 16px 40px 0 rgb(112 144 176 / 20%);
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	border-radius:30px;
	min-height:412px;
	padding: 35px;
}
.logoBorder p{
	min-height: 214px;
    margin: 20px 0px;
}
.logoBorder img{
    width: 135px;
}
.logoBorder.obMark img{
	margin-bottom:23px;
    width:200px;
}
.logoBorder a{
	padding: 10px 38px;
    background-color: #5046AE;
    color: white;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    display: inline-block;
}
.obStudio{
	background-color: #FFF1EA;
}
.obStudio a, .obMark a {
	background-color: #992F00;
}
.obDocum{
	background-color: #EEE7F9;
}
.obDocum a{
	background-color:#5425A1;
}
.obServer{
	background-color: #E1F2FD;
}
.obServer a{
	background-color:#0A85D2;
}
.obMark{
	background-color: #FFF1EA;
}
.searchPnl h2{
	line-height:1.3;
	font-size:30px;
	margin:0px;
}
.searchPnl h2 span{
	font-weight: 300;
	font-size:22px;
	display:block;
} 
.leftFilter{
	border-right:1px solid #85858559;
}
.leftFilter h3{
	margin-bottom:30px;
	font-weight:700;
}
.styled-input-single {
	margin-bottom:15px;
	position:relative;
	padding-left:29px;
	text-align:left;
	overflow:hidden;
}
.styled-input-single label {
	font-weight:400;
	cursor:pointer;
	margin:0px;
}
.styled-input-single label:before, .styled-input-single label:after {
	content:'';
	position:absolute;
	top:50%;
}
.styled-input-single label:before {
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	border:1px solid #707070;  
	margin:-10px 0 0;
	height:20px;
	width:20px;
	left:0;
}
.styled-input-single label:after {
	background: #00B185;
	margin:-5px 0 0;
	height:10px;
	width:10px;
	opacity:0;
	left:5px;
}
.styled-input-single input[type="radio"], .styled-input-single input[type="checkbox"] {
    position:absolute;
    visibility:hidden;
	left:-9999px;
	top:0;
}
.styled-input-single input:checked + label:after {
	transform:translate3d(0, 0, 0);
	opacity:1;
}
.pakgSection{
	box-shadow: 0 16px 40px 0 rgb(112 144 176 / 10%);
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	border-radius:30px;
	margin-left:3%;
	margin-bottom: 2%;
	padding:3%;
}
.pakgListLeft, .pakgListRight{
	display:inline-block;
	vertical-align:top;
}
.pakgListLeft{
	background-color:#f4f4f4;
	border:1px solid #e7e7e7;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	position:relative;
	text-align:center;
	padding:10px;
	width:110px;   
}
.pakgListLeft img{
	width: 100%;	
}

img.verifiedIcon {
	position: absolute;
	top: -10px;
	width: 20%;
}
.pakgDetail .pakgListRight {
	width: 74%;
}
.pakgDetail .pakgListRight ul li {
	margin-top: 12px;
	border-right: none;
	display: block;
	padding-right: 0px;
	margin-right: 0px;
}
.pakgListRight{
    padding-left:23px;
	font-size:14px;
	width:77%;
}
.pakgListRight h2{
	margin-top:0px;
	font-weight:600;
	font-size:20px;
}
.pakgListRight a{
	color: #001230;
}
.pakgDetail .pakgListRight ul li {
	border-right: 1px solid #858585;
	vertical-align: middle;
	display: inline-block;
	padding-right: 10px;
	margin-right: 10px;
	line-height: 1;
}
.pakgListRight ul li:last-child{
	border-right:none;
}

p.pakgList{
	clear: both;
	font-size: 13px;
	padding: 30px 0px;
}
.packDownImg {
	background-image: url("images/cloud-computing.svg");
}
.packDownAuthImg {
	background-image: url("images/cloud-computingAuth.png");
}

.btnRowDownload {
	padding: 10px 20px;
	background-color: #5046AE;
	color: white;
	border-radius: 30px;
	display: inline-block;
	border: 2px solid #5046AE;
	margin-right: 10px;
}
.btnRowDownloadImgAuth {
	background-image: url(images/cloud-computingAuth.png);
	background-repeat: no-repeat;
	background-position: 15px 8px;
	padding-left: 48px;
}

.btnRowDownloadImg {
	background-image: url(images/cloud-computing.svg);
	background-repeat: no-repeat;
	background-position: 15px 8px;
	padding-left: 48px;
}
.packDown {
	background-repeat: no-repeat;
	background-position: 15px 8px;
	padding-left: 48px;
}
.collapSection{
	-webkit-box-shadow:0px 0px 7px 0px #ccc;
    -moz-box-shadow:0px 0px 7px 0px #ccc;
    box-shadow:0px 0px 7px 0px #ccc;
	-webkit-border-radius:5px;
    -moz-border-radius:5px;
    background-color:white;
	margin-top:30px;
	border-radius:5px;
    font-size:16px;
	padding:2%;
}
.collapSection a{
	color: #337ab7;
    display: block;
    padding: 5px;
}
.collapSection a img{
	margin-right:10px;
}
.collapSection a.activeMe img{
	-webkit-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    -ms-transform:rotate(180deg);
    -o-transform:rotate(180deg);
    transform:rotate(180deg);
}
.collapSection a.activeMe{
	border-bottom:1px solid rgba(91, 91, 91, 0.25);
    padding-bottom:20px;
    margin-bottom:18px;
}
.collapSection a:hover, .collapSection a:focus{
	text-decoration: none;	
}
.pakgDetailRight ul li {
    display: block;
    overflow: hidden;
    padding-bottom: 10px;
}
.reportBtn a{
	padding: 10px 20px;
	background-color: white;
    border: 2px solid #5046AE;
    color: #5046AE;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    display: inline-block;
    margin-right: 10px;
}
.BotHr{
	border: none;
	margin: 5px;
}
.reportBtn{
	padding: 28px 15px;
}
.blueText{
	padding-top: 10px;
	margin: 0px;
}
.smallFonts{
	font-size: 14px;
	padding-top: 10px;
}
.downInner{
	border-top: 1px solid #D8D8D8;
	margin-top: 15px;
	clear: both;
	padding-top: 15px;
}
.downInner ul li{
	display: inline-block;
	vertical-align: middle;
	margin-right:57px;
	font-size: 14px;
}
.downInner ul li img{
	padding-right: 5px;	
}
.downInner ul li a{
	text-decoration: underline;
	color: black;
}
.downInner ul li:last-child{
	margin-right:0px;
}
/******* End Inner Title*******/
.downMain{
	box-shadow: 0 16px 40px 0 rgb(112 144 176 / 20%);
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	border-radius:15px;
	padding: 4%;
	margin-bottom: 4%;
}
.logoDown{
	margin-bottom: 25px;
}
.logoDown img{
	width: 150px;
	margin-bottom: 20px;
}
.logoDown ul li{
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
}
/******* Start Downloads*******/
button:focus{
	outline: none;
}


.openbotsLeft img{
	max-width: 100%;
	margin-bottom: 15px;
}
.openbotsLeft p a, p.smallTextFont{
	font-size: 13px;
}
.openbotsLeft a{
	color:#FF6520;
}
.smallTextFont{
	padding-top:5px;
	margin:0px;
}
.latestMargin{
	margin:0px;
	line-height: 1;
}
.openbotsLeft ul{
	padding-top: 20px;
}
.openbotsLeft ul li{
	display: block;
    padding-bottom: 7px;
}
.openbotsLeft ul li a{
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 13px;
	padding:5px 0px 5px 25px;
}
.openbotsLeft ul li a.homeIcon{
	background-image: url("images/home.png");
}
.openbotsLeft ul li a.allVersionIcon{
	background-image: url("images/all-versions.png");
}
.openbotsLeft ul li a.releaseNoteIcon{
	background-image: url("images/release-notes.png");
}
.openbotsLeft ul li a.gitHubIcon{
	background-image: url("images/github.png");
}
.openbotsCnt{
	font-size: 14px;
	color: #6C6C6C;
}
.openbotsCnt h2{
	margin-top: 0px;
	font-size: 20px;
	color: #FF6520;
}
.rowTopPadding{
	margin-top: 25px !important;
}
.rowBorder{
	border: 1px solid #D6D6D6;
    padding: 10px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
}
.rowBorder p{
	margin:0px;
	padding-top: 6px;
}
.noRightPadding{
	padding-right:0px;
}
.blueBtn, .submitBtn, a.downloadBtn{
	padding: 7px 12px;
    border: none;
    background-color: #6071F6;
    color: white;
    display: inline-block;
	-webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
p.innerParaPadding{
	padding-bottom: 15px;
}
.openbotsRight{
	background-color: #F0F0F0;
	padding: 6%;
	font-size: 13px;
}
.openbotsRight h2{
	margin-top: 0px;
    color: #3C4CC8;
    font-size: 25px;
}
.openbotsRight label{
	display: block;
    font-size: 14px;
	font-weight: 400;
}
.openbotsRight input[type="text"] {
	padding: 3%;
    width: 100%;
    border: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.submitBtn{
	padding: 10px 45px;
	font-size: 20px;
}
a.downloadBtn{
	padding: 10px 25px;
	font-size: 16px;
}
a.downloadBtn:hover{
	text-decoration: none;
}
table.tableStudio{
	width: 100%;
	overflow-x:auto;
	margin: 4% 0%;
	border-collapse: collapse;
	border-spacing: 0;
}
table.tableStudio tbody{
	border: 1px solid #ddd;
}
table.tableStudio th{
	color: #FF6520;
}
table.tableStudio th, table.tableStudio td {
	text-align: left;
	padding:18px 15px;
}
table.tableStudio td:first-child{
	color: #337ab7;
    font-weight: 600;
}
table.tableStudio tr:nth-child(even){
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.relNotes{
	font-weight: 300;
}
.openbotsRelCnt h4{
	font-size: 17px;
    color: #FF6520;
    font-weight: 600;
    padding-top: 25px;
}
.openbotsRelCnt a.downloadBtn{
	margin-top: 40px;
}
.text-blue-color {
	color: #337ab7;
	pointer-events: none;
	padding-top: 15px;
}
/******* End Downloads*******/
/******* Start Community*******/
.rowLeftMargin {
	margin-left: 0px;
	margin-right: 0px;
}

.packDown {
	padding: 14px 20px;
	background-color: #5046AE;
	color: white;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	display: inline-block;
	border: 2px solid #5046AE;
	margin-right: 10px;
}

.packDown {
	background-image: url("images/windows.svg");
	background-repeat: no-repeat;
	background-position: 33px 14px;
	padding-left: 76px;
	background-size: 25px;
}

.smallFonts {
	font-size: 14px;
	padding-top: 10px;
	padding-right: 45px;
}

.downInner {
	border-top: 1px solid #D8D8D8;
	padding-top: 30px;
	margin-top: 15px;
	clear: both;
	width: 100%;
}

	.downInner ul li {
		display: inline-block;
		vertical-align: middle;
		margin-right: 30px;
		font-size: 14px;
	}

		.downInner ul li img {
			padding-right: 5px;
		}

		.downInner ul li a {
			text-decoration: underline;
			color: black;
		}

		.downInner ul li:last-child {
			margin-right: 0px;
		}

.downMain {
	box-shadow: 0px 6px 40px rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding: 4%;
	margin-bottom: 4%;
}

.miniBox {
	padding: 8%;
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
	min-height: 375px;
}

	.miniBox h2 {
		font-size: 29px;
		text-transform: uppercase;
		padding: 20px 0;
		padding-bottom: 15px;
		word-break: break-all;
	}

	.miniBox ul li {
		background-image: url(images/dot.svg);
		background-repeat: no-repeat;
		background-position: 0px 8px;
		padding-left: 20px;
		padding-bottom: 12px;
	}

	.miniBox .packDown {
		padding: 14px 28px;
		background-image: none;
		font-size: 18px;
		font-weight: 500;
	}

.logoDown ul li {
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
}

.card {
	border: none !important;
	padding: 0px !important;
}

.communityImg img {
	width: 100%;
}

.packDown:hover {
	color: #fff !important;
	text-decoration: none;
}

button:focus {
	outline: none;
}

.logoRight {
	padding-right: 10%;
	width: 220px;
}

.logoassistImg {
	width: 187px;
	margin-left: 6%;
}

.downInner ul li a, .communityHead p a {
	color: #5047AE;
	text-decoration: underline;
}

.communityHead {
	padding-top: 7%;
}

	.communityHead h1 {
		font-size: 48px;
		font-weight: 600;
		color: #5047AE;
	}

		.communityHead h1 span {
			font-size: 36px;
			color: #000;
			display: block;
			font-weight: 500;
		}

.rowBotMargin {
	margin-top: 6%;
}

.requireHead {
	font-size: 36px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 35px;
}
.community-fourpnl {
	padding-top: 3%;
}
.noRightPadding {
	padding-right: 0;
}

.imgNoneBtn {
	background-image: none;
	margin: 0;
	padding: 14px 30px;
	font-weight: 500;
}
/******* End Community*******/

/******* Start Feeds Pages*******/
.feedCnt {
	padding-top: 35px;
	padding-right: 0px;
}

h2.feedTitle {
	font-weight: 300;
	padding-top: 5px;
}

.feedSection {
	padding-bottom: 3%;
}

.formFields h2 {
	font-size: 25px;
	padding-bottom: 2%;
}

.createBtn a {
	margin: 0px;
}

.innerFields {
	margin-left: 4%;
}

.formFields input.form-control {
	height: inherit !important;
	padding: 2% !important;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}

.formFields input.form-control, .formFields select {
	height: inherit !important;
	padding: 2% !important;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}

.formFields select {
	border: 1px solid #ced4da;
	display: block;
	padding: 2%;
	width: 50%;
}

.formFields input[type=radio] {
	margin-right: 8px;
}

.formFields textarea {
	height: 130px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.submitBtn {
	padding: 10px 60px;
	background-color: #5046AE;
	color: white;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	display: inline-block;
	border: 2px solid #5046AE;
}

.filterList ul li {
	border-bottom: 1px solid #85858559;
	padding: 10px 0px;
}

	.filterList ul li a {
		color: #212529;
	}

	.filterList ul li:last-child {
		border-bottom: none;
	}

.feedBotPadding {
	padding-bottom: 35px;
}

.uploadFeedTitle {
	padding-top: 10px;
	padding-bottom: 20px;
}

.files input {
	outline: 2px dashed #ced4da;
	outline-offset: -10px;
	-webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
	transition: outline-offset .15s ease-in-out, background-color .15s linear;
	padding: 120px 0px 100px 35%;
	text-align: center !important;
	margin: 0;
	width: 100% !important;
}

	.files input:focus {
		outline: 2px dashed #92b0b3;
		outline-offset: -10px;
		-webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
		transition: outline-offset .15s ease-in-out, background-color .15s linear;
		border: 1px solid #92b0b3;
	}

.files {
	position: relative;
}

	.files:after {
		pointer-events: none;
		position: absolute;
		top: 60px;
		left: 0;
		width: 50px;
		right: 0;
		height: 56px;
		content: "";
		background-image: url("images/upload-icon.png");
		display: block;
		margin: 0 auto;
		background-size: 100%;
		background-repeat: no-repeat;
	}

.color input {
	background-color: #f1f1f1;
}

.files:before {
	position: absolute;
	bottom: 12px;
	left: 0;
	pointer-events: none;
	width: 100%;
	right: 0;
	height: 45px;
	content: " or drag it here. ";
	display: block;
	margin: 0 auto;
	color: #495057;
	font-weight: 600;
	text-transform: capitalize;
	text-align: center;
}

.codeCnt code {
	background-color: #e9ecef;
	padding: 10px 15px;
	border: 1px solid #ced4da;
	color: #495057;
	display: block;
	margin-bottom: 15px;
}
/******* End Feeds Pages*******/

/******* Start Footer*******/
.footerInner{
    border-top: 1px solid #E7EEFE;
	font-size:14px;
	padding:1.5% 0%;
}
.footerInner p{
	margin: 0px;
}
.mediaLink{
	float: right;
	width: 64%;
}
.footerLogo a, .footerLogo p, .mediaLink h2, .mediaLink ul{
	display: inline-block;
	vertical-align: middle;
}
.mediaLink h2{
	font-size: 18px;
	color: #5046AE;
}
.mediaLink ul{
	padding-left: 10%;
}
.mediaLink ul li{
	float: left;
	list-style: none;
    padding-right:12px;
}
.mediaLink ul li:last-child{
    padding-right:0px;
}
.mediaLink ul li a{
	background-image: url("images/twlogo.png");
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: inline-block;
	background-size: 100%;
	width: 22px;
	height:26px;
}
.mediaLink ul li a.tw, .mediaLink ul li a.lk, .mediaLink ul li a.yut{
	background-position: 0px 6px;
}
.mediaLink ul li a.lk{
	background-image: url("images/lklogo.png");
	background-position: 0px 3px;
}
.mediaLink ul li a.gb{
	background-image: url("images/gitLogo.png");
}
.mediaLink ul li a.yut{
	background-image: url("images/ytlogo.png");
}
.mediaLink ul li a.tw:hover{
	background-image: url("images/twlogo-color.png");
}
.mediaLink ul li a.lk:hover{
	background-image: url("images/lklogo-color.png");
}
.mediaLink ul li a.gb:hover{
	background-image: url("images/gitLogo-color.png");
}
.mediaLink ul li a.yut:hover{
	background-image: url("images/ytlogo-color.png");
}
/******* End Footer*******/

@media only screen and
(min-width: 10px)and
(max-width: 1200px) {
	.pakgDetail .pakgListRight {
		width: 66%;
	}
	.logoBorder img, .logoBorder.obMark img {
    	width: 72%;
	}
	.serchHomePnl input[type=submit]{
		top: 6px;
	}
}
@media only screen and
(min-width: 10px)and
(max-width: 1000px) {
	.mainHeader {
		padding:2%;
	}
	.container{
		width: auto !important;
	}
	.row {
		margin-right: 0px;
		margin-left: 0px;
	}
	.mainTopPnl{
		background-image:none;
	}
	.comdBK img{
		width:100px;
	}
	.featBtn ul li{
		width:38%;
	}
	.browsePnl ul li{
		margin-bottom:10px;
	}
	.innerHeader input[type=search]{
		padding-left:46px;
	}
	.noLeftPadding, .noPadding {
		padding-left: 18px;
	}
	.cloudPic{
		width: 100%;
	}
}


@media only screen and
(min-width: 10px)and
(max-width: 766px) {
	.text-xs-center{
		text-align: center;
	}
	.row {
		margin-right:inherit;
		margin-left:inherit;
	}
	.mainHeader img{
		margin-bottom: 15px;	
	}
	.mainHeader ul.navIcon img{
		margin-bottom:0px;
	}
	.mainTopPnl input[type=search], .innerHeader input[type=search]{
		padding-left:60px;
		width: 100%;
	}
	.mainTopPnl input[type=search]{
		margin-top: 20px;
	}
	.mainTopPnl h2{
		padding:4% 0% 11% 0%;
	}
	.comdBK img{
		width: 90px;
	}
	.comdBK h3{
		margin-bottom: 25px;
	}
	.featBtn ul li{
		margin-right:2%;
		width:45%;
	}
	.pakgDetail{
		border-right:none;
    	padding-right:0px;
		padding-bottom:30px;
	}
	.pakgDetailRight ul li{
		display: inline-block;
		width: 48%;
	}
	.leftFilter {
		border-right: none;
	}
	.pakgSection {
	    margin-left:0%;
	}
	.pakgSection:nth-child(1) {
		padding-top:3%;
	}
	.logoBorder p, .logoBorder{
		min-height: auto;
	}
	.logoBorder {
		margin-bottom: 20px;
	}
	/******* Start Downloads*******/
	.rowBotMargin {
		margin-bottom: 0%;
	}
	.whiteBKMain {
		padding: 2%;
	}
	.blueBtn{
		margin-top: 10px;
	}
	.serchHomePnl input[type=submit] {
		right:8px;
    	top:7px;
	}
	.serchHomePnl input[type=search]{
		padding: 2%;
	}
	/******* End Downloads*******/
	
}
@media only screen and
(min-width: 10px)and
(max-width: 600px) {
	.serchHomePnl input[type=submit] {
		top:4px;
		background-color: white;
	}
	.pakgListRight {
		width: 70%;
	}
	.footerMain p{
		font-size:13px;
    	margin-bottom:0px;
	}
	.pakgDetail .pakgListRight {
		width: 60%;
	}
}
@media only screen and
(min-width: 10px)and
(max-width: 600px) {
	.serchHomePnl input[type=submit] {
		top:2px;
	}
}