@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4 {
	font-family: 'proxima_novasemibold';
	font-weight: inherit;
}
p, li, div {
	font-family: proxima_nova_rgregular;
	font-weight: inherit;
}
td, th {
	font-family: proxima_novalight;
}
strong {
	font-family: 'proxima_novasemibold';
}
.number-list .list-items {
	list-style-type: decimal !important;
}
.first-inner-child-active {
	font-family: proxima_novasemibold;
	text-decoration: underline !important;
}
.header {
	padding: 22px 20px 10px 37px;
	-webkit-box-shadow: 0 5px 6px -7px black;
	-moz-box-shadow: 0 5px 6px -7px black;
	box-shadow: 0 5px 6px -7px black;
	z-index: 9999999;
	box-sizing: border-box;
	width: 100%;
	background: #fff;
	position: relative;
}
.code-sec-para {
	font-family: proxima_novalight;
}
.side-menu {
	position: absolute;
	top: 19px;
	right: 15px;
	z-index: 99999;
	border: 1px solid #e3e3e3;
	padding: 11px;
	font-size: 26px;
	line-height: 10px;
	background: #fff;
	font-family: 'proxima_novasemibold';
	cursor: pointer;
	display: none;
}
.menu-open {
	position: fixed;
	left: 11px;
	z-index: 99999;
	background-image: url(../images/menu-open-icon.png);
	width: 26px;
	cursor: pointer;
	height: 20px;
	background-size: 26px 20px;
	display: none;
}
.responsive-TopBox {
	display: none;
	width: 150px;
	border: 1px solid #e3e3e3;
	border-radius: 2px;
	padding: 10px;
	position: absolute;
	background-color: #fff;
	top: 65px;
	right: 5px;
	z-index: 99999;
}
.responsive-TopBox .header-lt {
	display: block;
	padding: 4px 0;
	margin: 2px 0;
}
.responsive-TopBox .header-lt.activat:before {
	width: 80px;
	bottom: 1px;
}
.responsive-TopBox .header-lt a {
	font-size: 14px;
	margin: 4px 0;
	padding: 0;
}
.header-lt.activat {
	position: relative;
}
.header-lt.activat a, .hrf-elm {
	color: #00b0ff !important; cursor: pointer;
}
.header-lt.activat:before {
	content: "";
	position: absolute;
	width: 127px;
	height: 2px;
	bottom: -12px;
	left: 50%;
	transform: translateX(-48%);
	background-color: #00b0ff;
	z-index: 9999;
}
.expand-btn {
	position: absolute;
	z-index: 999;
	bottom: 10px;
	right: 10px;
	font-size: 15px;
	color: #fff;
	border: 1px solid #fff;
	padding: 2px 8px;
	font-family: proxima_nova_rgregular;
	font-weight: inherit;
	cursor: pointer;
}
.first-inner {
	padding-left: 15px;
}
.black-box {
	padding: 30px 45px;
	margin: 30px 0;
	box-sizing: border-box;
	background: #36474f;
	position: relative;
}
.container-right .black-box p, .container-right .black-box xmp {
	font-size: 15px;
	font-family: proxima_novalight;
	color: #fff !important;
	line-height: 22px;
	margin: 9px 0;
	padding: 0;
}
.con-left-inner {
	position: relative;
}
.container-right .black-box h4, .container-right .coding-container h4 {
	font-size: 18px;
	font-family: proxima_nova_rgregular;
	color: #fff;
	margin: 12px 0 15px;
}
.black-box p span.green {
	color: #63e463 !important;
}
.mark {
	background: yellow !important;
	color: blue !important;
	display: inline-block;
}
.header-left-inner {
	float: left;
	margin-top: -1px;
}
.header h3 {
	margin: 0;
}
.postman-run-button{ vertical-align:middle !important; margin:0 10px 0 0 !important;}
.search-area {
	transition: all ease 0.5s;
	padding: 8px 35px 10px 18px;
	position: relative;
	box-sizing: border-box;
	outline: none;
	width: 100px;
}
.search-con {
	display: inline-block;
	vertical-align: middle;
	margin-right: 25px;
	position: relative;
}
.search-icn {
	right: 12px;
	top: 10px;
	position: absolute;
}
.zoho-crm-logo {
	width: 140px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
}
.background span {
	display: inline-block;
	padding: 3px 9px;
	color: #000;
	background: #f3f3f3;
}
.header-left-inner span {
	background: #cccccc;
	width: 1px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 18px;
}
.header-left-inner h3 {
	font-family: proxima_nova_rgregular;
	font-size: 24px;
	display: inline-block;
	vertical-align: middle;
}
.header-right-inner {
	float: right;
	margin-right: 50px;
	margin-top: -4px;
}
.header-li-con {
	display: inline-block;
}
.header-lt {
	list-style-type: none;
	display: inline-block;
}
.big-img {
	max-width: 780px;
	width: 96%;
}
.medium-img {
	max-width: 640px;
	width: 96%;
}
.small-img {
	max-width: 540px;
	width: 96%;
}
.header-lt a {
	font-size: 16px;
	color: #000;
	padding: 8px 14px;
	display: block;
	cursor: pointer;
	text-decoration: none;
	vertical-align: middle;
	transition: all 0.3s ease;
}
/*.lt-active {
	background: #07a3f1 !important;
	color: #fff !important;
}*/
.container-left {
	float: left;
	width: 320px;
	z-index: 999;
	overflow: scroll;
	background: #27aac8; /* For browsers that do not support gradients *//*background: -webkit-linear-gradient(left, #3c55b9, #07a3f1); /* For Safari 5.1 to 6.0 *//*background: -o-linear-gradient(right, #3c55b9, #07a3f1); /* For Opera 11.1 to 12.0 *//*background: -moz-linear-gradient(right, #3c55b9, #07a3f1); /* For Firefox 3.6 to 15 *//*background: linear-gradient(to right, #3c55b9, #07a3f1); /* Standard syntax */
}
.categary-container {
	padding: 25px 0 85px 22px;
}
.tab_sec_con {
	padding: 25px 0 5px;
}
.black-box {
	padding: 30px 45px;
	margin: 15px 0 30px;
	box-sizing: border-box;
	background: #36474f;
}
.cmn-rqst {
	display: inline-block;
	padding: 7px 32px 9px;
	font-size: 15px;
	font-family: proxima_nova_rgregular;
	border: solid 1px #e3e3e3;
	cursor: pointer;
	margin: 0 1px;
	transition: all ease 0.3s;
	border-radius: 3px;
}
.cmn-rqst.active {
	background: #00b0ff;
	color: #fff;
	border: 1px solid #00b0ff;
}
.black-box.java {
	display: none;
	color: #fff;
}
.black-box.php {
	display: none;
	color: #fff;
}
.black-box.ruby {
	display: none;
	color: #fff;
}
.black-box.python {
	display: none;
	color: #fff;
}
.black-box.function {
	display: none;
	color: #fff;
}
.green_txt {
	color: #63e463 !important;
	display: inline-block;
}
.yellow_txt {
	color: #c1ef65 !important;
	display: inline-block;
}
.sections {
	position: relative;
	list-style-type: none;
	font-family: proxima_novalight;
	cursor: pointer;
}
.categary-container li.lt-child {
	padding: 10px 0px;
	box-sizing: border-box;
	color: #fff;
	font-size: 16px;
}
.categary-container li.lt-child.inner-siblings {
	margin-left: -18px;
}
.first-inner-child-con, .second-inner-child-con {
	display: none;
}
.first-inner-child {
	color: #fff;
	padding: 8px 10px 8px 15px;
	font-size: 15px;
}
.current-active-elem::before {
	border-top: 6px solid transparent !important;
	border-bottom: 6px solid transparent !important;
	border-left: 6px #fff solid !important;
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	z-index: 99;
	left: -12px;
	top: 14px;
}
/******************/

.list-items {
	margin-left: 20px !important;
	list-style-type: disc !important;
	padding: 6px 0;
}
img {
	max-width: 780px;
}
.img-sec {
	display: block;
	margin: 12px auto;
	width: 95%;
	max-width: 1200px;
}
/**************/
.current-active-elem2::before {
	left: 2px;
	top: 12px;
	border-top: 6px solid transparent !important;
	border-bottom: 6px solid transparent !important;
	border-left: 6px #fff solid !important;
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	z-index: 99;
}
.current-active-elem3::before {
	left: -14px;
	top: 6px;
	border-top: 6px solid transparent !important;
	border-bottom: 6px solid transparent !important;
	border-left: 6px #fff solid !important;
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	z-index: 99;
}
.container-right {
	float: left;
	box-sizing: border-box;
	overflow-y: auto;
	overflow-x: hidden;
	position: relative;
	width: 500px;
}
.container-right-frame {
	overflow: hidden;
	width: 867px;
}
.container-right-inner {
	padding: 50px 10px 50px 80px;
	max-width: 870px;
	width: 110%;
	position: relative;
}
.container-right h1 {
	font-size: 30px;
	margin: 5px 0 15px;
	font-family: 'proxima_novasemibold';
	color: #000;
}
.container-right p {
	padding: 8px 0;
	font-size: 16px;
	color: #333;
	line-height: 1.5;
	max-width: 800px;
	width: 98%;
}
.beck-to-home-sec {
	padding: 35px 0 0px;
}
.beck-to-home-sec a {
	font-size: 14px;
	display: inline-block;
	margin-left: 25px;
	text-decoration: none;
	outline: none;
	border-radius: 2px;
	border: 1px solid #fff;
	color: #fff;
	padding: 6px 12px;
	cursor: pointer;
}
.notes-section {
	width: 95%;
	padding: 16px 18px 10px;
	margin: 30px 0;
	background: #fafafa;
	position: relative;
	border-left: 4px solid #27aac8;
}
.notes-section p {
	font-size: 16px;
	max-width: 700px;
	width: 98%;
	color: #000;
	font-family: proxima_nova_rgregular;
	line-height: 1.5;
	margin: 12px 0 3px;
	padding: 0;
}
.coding-container {
	/*background: #11181b;*/
	margin: 30px 0;
	font-family: "Andale Mono";
}
.renderjson {
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";
	font-weight: 100 !important;
	font-size: 14px;
}
.code-languages {
	float: left;
	padding-left: 15px;
}
.code-lang-list {
	margin: 5px;
	padding: 20px 8px;
	color: #fff;
	color: #afbec5;
	font-family: proxima_nova_rgregular;
	list-style-type: none;
	font-size: 16px;
	float: left;
	cursor: pointer;
	position: relative;
	transition: all ease 0.7s;
}
.code-list-active:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: -5px;
	left: 0;
	z-index: 999;
	background: #4ec971;
}
.copy-coding {
	float: right;
	margin-right: 30px;
	font-size: 16px;
	font-family: proxima_novalight;
	color: #fff;
	position: relative;
	margin-top: 25px;
	background-image: url(images/copy-text-icon.png);
	background-size: 15px 15px;
	background-repeat: no-repeat;
	padding-left: 27px;
	cursor: pointer;
}
.copy-coding-single {
	font-size: 13px;
	font-family: proxima_novalight;
	color: #263238;
	background: #fff;
	/*background-image: url(../images/copy-text-icon.png);
	background-size: 15px 15px;
	background-repeat: no-repeat;
	padding-left: 27px;*/
	cursor: pointer;
	top: 20px;
	right: 20px;
	position: absolute;
	padding: 7px 14px;
	border: 1px solid #fff;
}
.code-container-inner {
	padding: 32px 45px;
	box-sizing: border-box;
	background: #263238;
	border-top: 1px solid #414e54;
	position: relative;
	max-height: 400px;
	overflow: hidden;
	transition: all ease 0.7s !important;
}
.code-container-inner.no-expand {
	max-height: unset !important;
}
.background.scope span {
	padding: 15px;
    border: 4px solid #e3e3e3;
}
.code-container-inner p {
	margin: 12px 0;
	max-width: 85%;
	font-size: 16px;
	color: #fff;
	line-height: 1.5;
}
.code-container-inner .coding-section {
	margin: 20px;
	width: 90%;
	color: #63e463;
	line-height: 24px;
}
.codes {
	display: none;
}
.codes:first-child {
	display: block;
}
.selct-word {
	background: yellow;
	color: blue;
}
h2 {
	font-size: 24px;
	margin: 30px 0 -2px;
}
h3 {
	font-size: 20px;
	margin: 25px 0 6px;
}
h4 {
	font-size: 18px;
	margin: 20px 0 0px;
}
.container-right table td > p {
	font-size: 15px;
	margin: 0;
	font-family: proxima_novalight;
	line-height: 22px;
}
.container-right table td > h5 {
	font-size: 15px;
	margin-top: 5px;
	font-family: proxima_nova_rgregular;
}
.section {
	padding: 0 20px 120px 0;
	position: absolute;
	top: 50px;
	left: 60px;
	transform: translateY(50px);
	opacity: 0;
	overflow: auto;
	box-sizing: border-box;
	max-width: 850px;
	width: 95%;
}
.active-element {
	transition: all ease 1s;
	opacity: 1 !important;
	transform: translateY(0) !important;
	z-index: 9999 !important;
}
.mH-padding-alter {
	padding-bottom: 15px;
}
.second-inner-child-con {
	padding-left: 40px;
	font-size: 14px;
	line-height: 24px;
}
.second-inner-child {
	color: #fff;
	font-size: 14px;
	margin: 5px 0;
}
.first-inner-parent {
	padding-left: 18px;
}
.first-inner-parent > li {
	padding: 12px 0 12px 0;
}
.yellow-colour {
	color: #fdcd1b !important;
}
.two-columns, .three-columns, .four-columns, .five-columns {
	width: 100%;
	border: 1px solid #e3e3e3;
	margin: 30px 0px;
}
.two-columns th, .three-columns th, .four-columns th, .five-columns th {
	background: #f3f3f3;
}
.two-columns .left-side {
	width: 30%;
}
.two-columns .right-side {
	width: 70%;
}
.three-columns .left-side {
	width: 20%;
}
.three-columns .middle {
	width: 20%;
}
.three-columns .right-side {
	width: 60%;
}
.two-columns tr:last-child td, .three-columns tr:last-child td {
	border-bottom: none !important;
}
.two-columns th, .two-columns td, .three-columns th, .three-columns td, .four-columns th, .four-columns td, .five-columns th, .five-columns td, .second-tree td, .second-tree th, third-tree td, .third-tree th, .fourth-tree td, .fourth-tree th {
	padding: 15px 20px;
	text-align: left;
	line-height: 24px;
	font-size: 15px;
	border-bottom: 1px solid #e3e3e3;
}
.two-columns.black-table th, .two-columns.black-table td, .three-columns.black-table td, .three-columns.black-table th {
	background: #252830 !important;
	border-bottom: 1px solid #393e4a !important;
	color: #ccd4e1;
	font-family: proxima_novalight;
}
.two-columns td.right-side, .two-columns th.right-side, .three-columns td.right-side, .three-columns th.right-side {
	padding-right: 30px;
}
.four-columns .left {
	width: 15%;
}
.four-columns .middle-left {
	width: 15%;
}
.four-columns .middle-right {
	width: 35%;
}
.four-columns .right {
	width: 35%;
}
.five-columns .left {
	width: 15%;
}
.five-columns .middle-left {
	width: 20%;
}
.five-columns .middle {
	width: 20%;
}
.five-columns .middle-right {
	width: 30%;
}
.five-columns .right {
	width: 15%;
}
.second-tree, .third-tree, .fourth-tree { 
    width:100%; 
    margin:20px auto 0;
	border: 1px solid #e3e3e3;
    display:block;
}
.second-tree { 
    background:#ffffff;
}
.third-tree { 
    background:#ffffffff;
}
.fourth-tree { 
    background:#95959538;
}
.second-tree .left {
	width: 15%;
}
.second-tree .middle-left {
	width: 15%;
}
.second-tree .middle-right {
	width: 35%;
}
.second-tree .right {
	width: 35%;
}
.third-tree .left {
	width: 15%;
}
.third-tree .middle-left {
	width: 15%;
}
.third-tree .middle-right {
	width: 35%;
}
.third-tree .right {
	width: 35%;
}
.fourth-tree .left {
	width: 15%;
}
.fourth-tree .middle-left {
	width: 15%;
}
.fourth-tree .middle-right {
	width: 35%;
}
.fourth-tree .right {
	width: 35%;
}
.breadcrumb {
	position: fixed;
	height: 24px;
	background: #fff;
	padding: 6px 4px 6px;
	overflow: hidden;
	top: 60px;
	z-index: 99999;
}
.next_item {
	transform: translateY(100%) !important;
}
.prev_item {
	transform: translateY(-100%) !important;
}
.current_item {
	transform: translateY(0) !important;
}
.page-count-container {
	position: relative;
}
.breadcrumb .list-item {
	padding: 6px 10px;
	font-size: 12px;
	color: darkgray;
	position: absolute;
	font-family: proxima_novalight;
	list-style-type: none;
	top: 0;
	left: 4px;
}
.bc-arrow {
	display: inline-block;
	margin: 0 10px;
	font-weight: bold;
	color: darkgray;
}
.important-notes {
	background: #fafafa !important;
	padding: 4px 6px 12px 20px;
	position: relative;
	border-left: 4px solid #e0524d;
}
.notes-section h4 {
	font-size: 16px;
	margin: 0px 0 -6px;
}
.important-notes h4 {
	margin-top: 15px;
}
.black-table {
	border: 1px solid #393e4a !important;
	margin: 20px 0;
}
.bb-pT-alter {
	padding-top: 10px;
}
.bb-pB-alter {
	padding-bottom: 10px;
}
.notes-section.alter {
	margin: 40px 0;
}
.black-para {
	padding: 20px 0 0;
	margin-bottom: 0;
}
.coding-container h4 {
	margin: 0 0 15px !important;
}
.black-box p {
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace" !important;
}
.more-example-link {
	font-size: 16px;
	font-family: proxima_novalight;
	font-weight: inherit;
	padding-right: 12px;
	margin-top: 10px;
	text-decoration: none;
	color: #000;
	position: relative;
}
.more-example-link:before {
	position: absolute;
	content: '';
	right: 0;
	width: 0;
	top: 5px;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #00b0ff;
}
.textarea {
	opacity: 0;
	position: absolute !important;
}
/***********  search-action-con-start *********/
.cur-serac-con {
	width: 99%;
	border: 1px solid #e3e3e3;
	display: none;
	max-height: 400px;
	overflow-y: scroll;
	padding: 4px 0;
	position: absolute;
	top: 34px;
	overflow: scroll;
	z-index: 999999;
	background: #fff;
	box-shadow: 0 5px 6px -7px black;
}
.cur-serac-con li {
	padding: 6px 10px 6px 15px;
	font-size: 13px;
	font-family: proxima_nova_rgregular;
	list-style-type: none;
	display: none;
	line-height: 20px;
}
.cur-serac-con li:hover {
	background: #333;
	color: #fff;
	cursor: pointer;
}
/***********  search-action-con-end ***********/





/*******************  renderson code styles start ****************************/


.renderjson .key {
	color: #fff !important;
	word-wrap: break-word;
	font-weight: 100;
}
.renderjson .string {
	color: #c1ef65;
	word-wrap: break-word;
	font-weight: 100;
}
.content pre a, .content blockquote a {
	color: #fff !important;
	text-decoration: none;
	word-wrap: break-word;
	border-bottom: dashed 1px #ccc;
	font-weight: 100;
}
.renderjson .object a, .renderjson .array a {
	color: #e8b46a;
	text-decoration: none !important;
}
.renderjson .disclosure {
	color: gray !important;
	font-size: 100%;
	word-wrap: break-word;
	font-weight: 100;
	text-decoration: none !important;
}
/*******************  renderson code styles end  ****************************/


/*********** shortcut classes start **********/
h2.alter {
	padding-bottom: 12px;
}
.cB {
	clear: both;
}
.dB {
	display: block;
}
.pT0 {
	padding-top: 0;
}
.pB0 {
	padding-bottom: 0;
}
.pL0 {
	padding-left: 0;
}
.pR0 {
	padding-right: 0;
}
.mT5 {
	margin-top: 5px;
}
.mB0 {
	margin-bottom: 0;
}
.mL0 {
	margin-left: 0;
}
.mB10 {
	margin-bottom: 10px;
}
.mR0 {
	margin-right: 0;
}
.mT10 {
	margin-top: 10px
}
.mT20 {
	margin-top: 20px
}
.pB30 {
	padding-bottom: 30px;
}
.pB20 {
	padding-bottom: 20px;
}
.pB15 {
	padding-bottom: 15px;
}
.pB10 {
	padding-bottom: 10px;
}
.pT5 {
	padding-top: 5px;
}
.pT10 {
	padding-top: 10px;
}
.pT15 {
	padding-top: 15px;
}
.pT20 {
	padding-top: 20px;
}
.pT30 {
	padding-top: 30px;
}
.dN {
	display: none !important;
}

/*********** shortcut classes end **********/


/************* media query start*****************/

@media screen and (max-width:1280px) {
.container-right-inner {
	max-width: 740px;
	padding: 30px 10px 50px 50px;
}
.code-container-inner {
	max-width: 780px;
	width: 100%;
	padding: 32px 20px;
}
.content pre a, .content blockquote a, .renderjson .string, .renderjson .key, .renderjson .disclosure {
	font-size: 14px !important;
}
.header {
	padding: 22px 32px 10px 15px;
}
.header-right-inner {
	margin-right: 0;
}
.zoho-crm-logo {
	width: 110px;
}
.header-left-inner span {
	margin: 0 7px;
}
.header-left-inner h3 {
	font-size: 18px;
}
.header-lt a {
	padding: 8px 9px;
}
}

@media screen and (max-width:1160px) {
.container-right-inner {
	max-width: 740px;
	padding: 30px 10px 50px 40px;
}
.code-container-inner {
	width: 100%;
}
.content pre a, .content blockquote a, .renderjson .string, .renderjson .key, .renderjson .disclosure {
	font-size: 14px !important;
}
.section {
	left: 35px;
}
}

@media screen and (max-width:1070px) {
.section {
	left: 25px;
	width: 86%;
}
}

@media screen and (max-width:1023px) {
.container-left {
	width: 275px;
}
.second-inner-child-con {
	padding-left: 15px;
}
.first-inner-child {
	padding: 8px 10px 8px 0;
}
.current-active-elem2::before {
	left: -12px;
}
.container-right p {
	width: 95%;
}
.two-columns, .three-columns, .four-columns, .five-columns {
	max-width: 750px;
	width: 95%;
}
.code-container-inner {
	width: 95%;
}
.object {
	display: inline-block;
	width: 95%;
}
.black-box {
	width: 95%;
}
.notes-section {
	width: 88%;
}
.rem-el {
	display: none !important;
}
}

@media screen and (max-width:900px) {
.two-columns, .three-columns, .four-columns, .five-columns {
	max-width: 550px;
	width: 92%;
}
.container-right h1 {
	font-size: 26px;
	margin: 5px 0 10px;
}
.background span {
	word-wrap: break-word;
	line-height: 23px;
}
.container-right p, .container-right h1, .container-right h2, .container-right h3 {
	width: 96%;
	word-wrap: break-word;
}
.two-columns, .three-columns, .four-columns, .five-columns {
	width: 92%;
}
.code-container-inner {
	width: 92%;
}
.black-box {
	width: 92%;
}
}

@media screen and (max-width:830px) {
.background span {
	width: 96%;
}
}

@media screen and (max-width:780px) {
.container-left {
	display: none;
}
.container-right-inner {
	padding: 30px 10px 50px 0;
}
.two-columns, .three-columns, .four-columns, .five-columns {
	width: 97%;
}
.code-container-inner {
	width: 97%;
}
.section {
	left: 20px;
	width: 88%;
}
.menu-open {
	top: 65px;
}
.main {
	position: relative;
}
.black-box {
	width: 97%;
}
.categary-container {
	padding: 25px 0 30px 22px;
}
}

@media screen and (max-width:520px) {
.header-right-inner {
	display: block;
	padding: 0;
	margin: 0 auto;
	float: none;
}
.section {
	top: 55px;
}
.header-left-inner {
	display: inline-block;
	padding: 0;
	float: none;
}
.search-con {
	display: none;
}
.header {
	padding: 13px 32px 0px 15px;
}
.side-menu {
	top: 9px;
}
.header-left-inner h3 {
	font-size: 16px;
}
.menu-open {
	top: 65px;
}
.responsive-TopBox {
	top: 58px;
	box-shadow: 2px 2px 10px #e3e3e3;
}
}
.show-cont {
    color: #28aac8;
    position: absolute;
    cursor: pointer;
    font-size: 13px;
    top: 50px;
    left: 20px;
}
.pos-re{
	position: relative;
}
.bulk-file{
	display: none;
}
.bord-non{
	border-bottom: none !important;
}
/************* media query end*******************/
