input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
input[type=number] {
    -moz-appearance:textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

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

}
@font-face {
	font-family: "Avenir LT 45 Book";
	src: url('../fonts/381774903-Avenir-LT-45-Book.eot');
	src: url('../fonts/381774903-Avenir-LT-45-Book.eot?#iefix') format('embedded-opentype'),  url('../fonts/381774903-Avenir-LT-45-Book.svg#Avenir LT 45 Book') format('svg'),  url('../fonts/381774903-Avenir-LT-45-Book.woff') format('woff'),  url('../fonts/381774903-Avenir-LT-45-Book.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
.dl {
    font-family: "Avenir LT 45 Book" !important;
}
/*.bg-image {

	width: 100%;

	height: 100%;

	background: url(../images/seo-img/seo-proposal-bg.png) no-repeat left bottom;

	background-size: cover;

}*/

.form-wrap-sec {

	width: 100%;

	max-width: 1080px;

	margin: 80px auto;

	background: #fff;

	height: 100%;

	border-radius: 10px;

	padding: 0px 20px;

}

.seo-exp-text {

	padding-top: 65px;

}

.seo-exp-text h1 {

	margin: 0px;

	color: #316398;

	font-size: 24px;

	font-weight: 700;

	line-height: 35px;

	padding: 20px 0;

}
.seo-exp-text h1 span {
    color: #f0a44f;
    text-decoration: underline;
}
.our-client {

	padding: 15px;

}

.image-responsiev {

	width: auto;

	max-width: 100%;

}

.testimonials {

	background: rgba(0, 0, 0, 0) url(../img/quote-top.png) no-repeat scroll 0 0;

	font-style: italic;

	margin: 35px 25px;

	padding: 0 0 0 30px;

}

.testimonials .author {

	display: block;

	font-size: 17px;

	font-style: normal;

	font-weight: 400;

	text-align: right;

}

.testimonials .links {

	color: #4797d1;

	display: block;

	font-size: 17px;

	font-style: normal;

	font-weight: 300;

	margin: 10px 0 0;

	text-align: right;

	text-decoration: underline;

}

/* Seo Form */

.formsec {

	max-width: 400px;

	width: 100%;
	margin-top:35px;

}

.seo-form {

	background: rgba(30, 161, 238, 0.82) none repeat scroll 0 0;

	border-radius: 5px;

	color: #ffffff;

	overflow: hidden;

	padding: 20px;

	margin: 30px 0 0;

}

.form-title p {

	font-size: 24px;

	font-weight: 600;

	margin-bottom: 15px;

	text-align: center;
	line-height: 30px;

}

.form-title p span {

	color: #FAA44F;

}

.seo-form-in label {

	display: block;

	text-transform: capitalize;
	position: inherit !important;

}

.seo-form-in label span {

	padding-left: 5px;

	color: #ef0808;

	font-size: 18px;

}

.seo-form-in .form-group .custom-textbox {

	height: 34px;

	background-color: #ffffff;

	border: 1px solid #CCC;

	width: 100%;

	color: #000;

	padding-left: 10px;

	padding-right: 10px;
	    margin-bottom: 0;

}
.seo-form-in .form-group label span.star-icon {
    font-size: 14px;
}
.seo-form-in .form-group span.wpcf7-not-valid-tip {
    margin: 0;
    font-weight: 700;
    position: relative;
}
.form-sub-btn input.custom-button1, .form-sub-btn input.custom-button1:hover {
    background: transparent;
}
.custom-textbox:focus {

	outline: none;

	box-shadow: none;

}

.seo-form-in .form-group .custom-textarea {

	height: 75px;

	resize: none;

}

.services-list {

	list-style-type: none;

	padding-left: 0px;

}

.services-list li {

	margin-bottom: 5px;

}

.services-list li input[type="checkbox"] {

	margin: 0px 5px 0px 0px;

	vertical-align: middle;

}

.form-sub-btn {

	text-align: center;

}

.custom-button1 {

	border: 1px solid #ffffff;

	background: transparent;

	font-size: 13px;

	font-weight: bold;

	text-transform: uppercase;

	display: inline-block;

	padding: 10px 30px;

	transition: 0.5s;

	color: #ffffff;

}

.custom-button1:hover, .custom-button1:focus {

	outline: none;

	border-color: #FAA44F;

	color: #FAA44F;

}

.seo-form-in .notice p {

	color: #fff;

	font-size: 14px;

	font-weight: 300;

	line-height: normal;

	margin: 0;

	padding: 0;

	text-align: center;

}

.seo-form-in .notice p a {

	color: #fff;

	text-decoration: underline;

}

.notice {

	padding: 15px 0 0px;

}

/* Reight Slide Section */



.right-sec {

	height: 100%;

	width: 0;

	top: 0;

	right: 0;

	background-color: #fff;

	position: fixed;

	z-index: 3;

	overflow-x: hidden;

	transition: .5s;

	padding-top: 0px;/*box-shadow: 0px 4px 4px 0px #101010;*/

}

.right-sec-open {

	width: 400px;

}

.right-nav {
    position: fixed;
    right: -68px;
    top: 50%;
    /* border: 1px solid #fff; */
    z-index: 10;
    border-right: 0;
    transition: all .5s ease;
    transform: translateX(0);
    border-radius: 5px;
    /* background: #3399ff; */
}

.right-nav p {
    display: block;
    width: 170px;
    background: #1EA1EE;
    height: 35px;
    color: #fff;
    font-size: 16px;
    padding: 5px 10px;
    /* text-indent: -9999px; */
    transition: all .5s ease;
    outline: 0px;
    text-decoration: none;
    transform: rotate(-90deg);
    cursor: pointer;
}
.right-nav p span i.fa {
    transform: rotate(90deg);
    margin-right: 5px;
}
.right-nav p.prev {
	    border: 1px solid #3399FF;
	        border-radius: 5px 5px 0 0;
	/*background: #FAA44F url(../images/seo-img/portfolio-prev-img.png) no-repeat right center;*/
}

.right-nav.right-arrow {

	transform: translateX(-400px);

	transition: .5s;

}

/************ONE SOLUTION CSS*************/


.solution-heading h2 {font-size: 26px;/*font-weight: bold;*/margin: 20px 0;}

.solution-sec {padding: 15px;width: 100%;}

.solution-left h2, .solution-right h2 {font-size: 18px;/*font-weight: bold;*/margin:20px 0;position: relative;}
.solution-left h2 span.seo-opt,  .solution-right h2 span.seo-opt {/*position: absolute;*/line-height: 22px;}

.solution-left p, .solution-right p {font-size: 16px;line-height: 22px;margin-bottom:20px;}

.solution-left h2 #one, .solution-right h2 #two {width: 40px;height: 40px;display: inline-block;text-align: center;border-radius: 50%;font-weight: normal;margin-right: 10px;font-size: 20px;line-height: 34px;}

.solution-left h2 #one {border: 3px solid #faa44f;}

.solution-right h2 #two {border: 3px solid #faa44f;}

.solution-left .custom-btn {font-size: 13px;display: inline-block;font-weight: bold;}
.solution-right .custom-btn a:hover,.solution-left .custom-btn a:hover {border: 1px solid #FAA44F;color: #FAA44F;}

.solution-right .custom-btn {font-size: 13px;display: inline-block;font-weight: bold;}

.solution-right .custom-btn a {padding: 12px 30px;display: inline-block;color: #fff;text-decoration:none;    border: 1px solid #1EA1EE;color: #1EA1EE;transition: all 0.3s;line-height: 24px;text-transform: uppercase;}

/**************SEO PLANS CSS********************/

/*.seo-plans-banner {background:url(../images/seo-img/100.jpg) no-repeat center;background-size:cover;height: 505px;}*/

.seoplans {padding: 15px 0;}

.seoplans h1 {color: #fff;font-size: 32px;font-weight: bold;margin:20px 0;}

.seo-subhd h4 {font-size: 28px;color: #fff;margin: 15px 0;}

.seo-text {width: 50%;height: auto;}

.seo-text p {color: #fff;line-height: 22px;}

.seoplans ul {margin: 0;padding: 0;list-style: none; width:50%;display: inline-block;padding-top: 15px;}

.seoplans ul li {width: 50%;float: left;font-size: 15px;color: #fff;line-height: 30px;padding: 5px 0;}

.seoplans ul li i.fa {color: #fff;padding-right: 5px;}

/******enterprise seo **********/

.seoplan {padding: 15px 0;}

.seoplan h1 {color: #fff;font-size: 32px;/*font-weight: bold;*/margin:20px 0;}

.seo-subhd h4 {font-size: 28px;color: #fff;margin: 15px 0;}



.seoplan ul {margin: 0;padding: 0;list-style: none; width:60%;display: inline-block;padding-top: 15px;}

.seoplan ul li {width: 50%;float: left;font-size: 15px;color: #000;line-height: 22px;padding: 5px 0;}

.seoplan ul li i.fa {color: #333333;padding-right: 5px;}

.banner-btn {width: 50%;height: auto;margin: 30px 0;}

.seo-btn {display: inline-block;margin-right: 10px;background: #faa44f;}

.seo-btn a {color: #fff;text-decoration: none;padding: 10px 20px;font-size: 18px;display: inline-block;  text-transform: uppercase;}

.pacakage-header-sec table tr th:first-child {
	padding: 8px 8px 8px 0;
}

.pacakage-header-sec table tr th {
    border: 0;
    border-bottom: 1px solid #ddd;
    padding: 8px;
}
.pacakage-header-sec table tr th:last-child{
	padding: 8px 0 8px 8px;
}

 .pacakage-header-sec table.table thead tr {
    background: transparent;
}
/************our client CSS**************/

.our-client-sec, .google-seo {background: #F0D7BD;padding: 30px 0;}

.ourclient h2 {margin: 15px 0;/*font-weight: bold;*/}
.content-icon i.fa:hover {color: #FAA44F;}
.client-say p {padding: 40px 0 10px;font-size: 16px;/*font-style: italic;*/margin: 0;line-height: 24px;}
.client-say {padding: 15px 0;}
.client-img {padding: 10px 0;}
.client-img img, .client-img p {display: inline-block;margin-right:10px;}

.client-img p {font-size: 18px;/*font-weight: bold;*/margin-left: 10px;}

/***************Trained SEO CSS******************/

.traned-seo {padding: 30px 0;width: 100%;}

.traned-content {padding: 35px 0;}

.traned-content h2 {font-weight: bold;margin: 20px 0;}

.traned-content p {font-size: 18px;line-height: 26px;}

.trained-img img {width: 240px;margin: auto;}

/****************SEO APPROACH CSS*************/

.seo-approach {padding:30px 0px;}

.approach-heading h2 {font-weight: bold;margin: 20px 0 15px;}

.approach-heading p {font-size: 20px;font-weight: bold;}

.approch-part ul {margin: 0;padding: 0;list-style: none;}

.approch-part ul li {/*border-radius: 50%;*/color: #000;font-size: 20px;font-weight: bold;height: 250px;  list-style: outside none none;/*margin: 30px;*/width: 275px;float: left;border: 1px solid #D4D4D4;/*box-shadow: 0 0 2px 5px rgba(235, 235, 235, 0.6);*/transition: all 0.5s;-moz-transition: all 0.5s;-webkit-transition: all 0.5s;-ms-transition: all 0.5s;-o-transition: all 0.5s;position: relative;/*background:url(../image/divine-logo.png) center no-repeat;*/}

.approch-part ul li:hover {background:rgba(30, 161, 238, 0.7);border: 1px solid #1EA1EE;color: #fff;/*box-shadow: 0 0 2px 5px rgba(250, 164, 79, 0.6);*/}

.approch-part ul li span {position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);}

/****************FAQ CSS***************/

.faq-sec {padding: 30px 0;width: 100%;background: #f5f5f5;}

.faq-heading h2 {color:#333333;}

.faq-collapse ul {margin: 0;padding: 0;list-style: none;width: 50%;float: left;}

.faq-collapse .panel.panel-default, .faq-collapse .panel-group {border: 0;box-shadow: 0 0 0;background: transparent;}

.faq-collapse .panel-heading {padding: 10px 15px 10px 0;}

.faq-collapse {padding: 20px 0;}

.accordion-inner p {font-size: 15px;line-height: 24px;margin: 10px 0 15px;}

.faq-collapse .panel-heading h4 i.fa {background-color: #faa44f;border-radius: 100px;color: #FFF;font-size: 14px;height: 28px;line-height: 28px;text-align: center;width: 28px;left: 0;top: 0;margin-right: 5px;}

.faq-collapse .panel-heading h4 {position: relative;}

.faq-collapse .panel-heading h4 a {font-size: 15px;position: absolute;top: 3px;}

.faq-collapse .panel-heading h4 i.fa-minus {background: #3399ff;}

.faq-collapse .panel .panel-collapse .panel-body {border: 1px solid #ddd;background: #fff;border-radius:5px;}
.faq-img img {border-radius: 5px;}
#localseo .panel-body, #globalseo .panel-body, #ecommerceseo .panel-body {padding: 10px 0;border-top: 0px solid #ddd;}

/***************need-answer CSS****************/

/*.need-answer {background:url(../images/seo-img/need-an-answer-bg.png) no-repeat center;background-size:cover;}*/

.need-answer {padding:30px 0;width:100%;}

.contact-sec {padding: 25px 0 0px;margin:0;}

.get-in-heading {padding-bottom: 20px;border-bottom: 2px solid #928F8F;}

.get-in-heading h2 {color:#fff;font-size: 26px;margin:20px 0;}

.get-in-heading p {font-size: 18px;color:#fff;}

.get-in-touch {padding: 15px;}

.icon-img i.fa {font-size: 54px;float: left;color: #fff;margin-top: -2px;}

.icon-text {float: left;margin-left: 10px;text-align:left;}

.contact-sec .icon-text p, .contact-sec .icon-text p a {font-size: 20px;color: #fff;line-height: 22px;text-align:left;margin-bottom: 5px;}

.icon-text p#chat-text {font-size: 14px;}

/***************featured CSS*****************/

.featured {padding: 30px 0;width: 100%;background: #f5f5f5;}

.featur-heading h2 {/*font-weight: bold;*/font-size:26px;margin:20px 0;}

.featur-logo ul {margin: 15px 0 0;padding: 0;list-style: none;}

.featur-logo ul li {display: inline-block;padding: 5px 12px;}

/*************small-business***************/

.small-business {padding: 30px 0;width: 100%;background: #fff;}

/**************enterprise-seo CSS********************/

/*.enterprise-seo-banner {background:url(../images/seo-img/enterprise-seo-bg%20.jpg) no-repeat center;background-size:cover;height: 505px;}*/

.enterprise-seo-banner .seo-subhd h1,.enterprise-seo-banner .seo-text p {color: #000;}

.ourclient p {font-size: 16px;}

.content-icon i.fa {font-size: 64px;margin-bottom: 24px;}

.client-say h2 {font-size: 18px;/*font-weight: bold;*/text-transform: uppercase;margin: 20px 0;}

.enterprise-seo-sec {padding: 30px 0;}

.enterprise-seo-sec .client-say {padding: 30px 0 15px;}

.enterprise-seo-sec .client-say p {padding: 0;}
.click-here-btn a {
    font-size: 13px;
    text-transform: uppercase;
    padding: 12px;
    display: inline-block;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    border: 1px solid #1EA1EE;
    color: #1EA1EE !important;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.click-here-btn a:after {
    background: #1EA1EE;
    content: "";
    display: block;
    height: 1px;
    margin: 0px auto;
    width: 35px;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
}
.click-here-btn a:hover {
    border: 1px solid #FAA44F;
    color: #FAA44F !important;
}
.click-here-btn a:hover::after {
    background: #faa44f;
    content: "";
    display: block;
    height: 1px;
    margin: 0px auto;
    width: 100%;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
}
.click-here-btn {
    padding-top: 30px;
}
.note-sec p {
    font-size: 16px;
}
.note-sec p#note-text {
	font-size:18px;
	}
.tab-content .panel-heading a h4 i.fa {
    font-size: 18px;
    margin-right: 5px;
    color: #fff;
}
*/.tab-content .panel-heading a[aria-expanded="true"] h4 i.fa {
    color: #FAA44F;
}*/

/* Popular Section */

		.section-wrapper {background: #f6f7f8;padding-top: 40px;position: relative;}
		.section-heading {text-align: center;color: #514e4e;text-transform: capitalize;}
		.section-heading h2 {font-size: 28px;}
		.p-bottom40{padding-bottom: 20px;}
		.popular-pack-tab .nav-tabs {border-bottom: none;}
		/*.popular-pack-tab .nav-tabs>li>a, .nav>li>a:focus, .nav>li>a:hover {border-radius: 0px;border:transparent;padding:7px 20px;font-size: 21px;color: #fff;background: #1EA1EE;}*/		
		/*.popular-pack-tab .nav-tabs>li.active>a, .popular-pack-tab .nav-tabs>li.active>a:focus, .popular-pack-tab .nav-tabs>li.active>a:hover{color: #fff;border: transparent;background-color: #FAA44F;}*/
		.package-list ul {padding-left: 0px;display:inline-block;}
		.package-list ul li{background: url(http://cdn.pagetraffic.in/images/list-tick.png) 0px 8px no-repeat;padding: 5px 0 2px  25px;margin: 0 0 5px 0;display: block;font-size: 18px;color: #000;width: 47%;float: left;}
		.package-list {padding: 5px 0 0 0;width: 80%;float: left;}
		.package-list-image {float: right;margin: 15px 0 0 0;text-align: center;width: 20%;}
		.section-sub-heading {margin: 0px;padding: 15px 0;font-size: 20px;font-weight: 600;}
		.services-type {position: relative;}
		.pacakage-header-sec table thead tr th div {padding: 11px 10px;}
		.package-start {margin: 0px;color: #333333; font-size:18px;}
		.services-type {background: #1ea1ee;color: #fff;text-align: center;font-size: 16px;font-weight: normal;}
		.start-price {background: #faa44f;color: #f6f7f8;font-size: 16px;font-weight: normal;}
		.keyword-limit {background: #faa44f; color: #fff; font-weight: normal; text-align: center;}
		.review-analysis {margin-top: 8px;background: #1ea1ee;color: #fff;font-weight: normal;text-transform: capitalize;}
		.free-analysis {text-align: center;border: 1px solid #1ea1ee;margin-top: 5px; transition: all 0.5s;}
		.free-analysis a {text-transform: capitalize;font-weight: normal;color: #1ea1ee; transition: all 0.5s;}
		.free-analysis:hover {border-color: #faa44f;}
		.free-analysis:hover a {color: #faa44f; text-decoration: underline;}
		.package-table-wrapper .panel-default {border-color: transparent;}
		.package-table-wrapper .panel-heading {background-color: #1EA1EE; border-radius: 4px; padding: 0px; border: 1px solid #cccccc;}
		.package-table-wrapper .panel-title {text-transform: capitalize;color: #fff; padding: 10px 15px;}
		.panel-title img {margin-right: 5px;}
		.service-option .fa-check {color: green;}
		.service-option .fa-times {color: red;}
		.panel-heading a:focus, .panel-heading a:hover {outline: none;text-decoration: none;}
		/*.package-table-wrapper .panel-title a {text-decoration: none;}*/
		.package-table-wrapper-in table tr th div { padding: 5px 0px;}
		.best-seo {right: 0; top: 0; position: absolute;}
		.best-seo img {width: auto; max-width: 100%;}
		.service-option {line-height: 20px; margin: 0 0 0 1px; padding: 12px 0 12px 5px; float: left; width: 100%; text-align:center;}
		.package-table-wrapper-in .table {border: 1px solid #faa44f;}
		.package-table-wrapper-in table.table thead tr {background: #faa44f; color: #fff;}
		.package-table-wrapper-in table tr td, .package-table-wrapper-in table tr th {border: 0;}
		.package-table-wrapper-in thead tr th{border-bottom: 1px solid #faa44f;text-align: center;
}
		.package-table-wrapper-in table tr td {padding: 0px 8px; vertical-align: middle; border-top: none; border: 1px solid #faa44f;}
		.column-one { margin: 0; width: 29.3%; text-align: left; line-height: 19px; border-left: none; border-right: none; padding: 12px 0px; font-size: 16px; text-transform: capitalize;}
		.column-two, .column-tree, .column-four{width: 22.6%;}
		table tr.services-type-in {background: #1ea1ee; color: #fff;}
		table tr.services-type-in td div {padding: 8px 0;}
        .pb-40{padding-bottom: 40px;}
        .smo-wrapper {padding-top: 30px;}
        .smo-social-icon {width: 70px;height: 70px;margin: auto;padding: 10px 0;border: 2px solid #fff;border-radius: 50%;position: relative;}
        .smo-social-icon .fa {font-size: 30px;color: #fff;position: absolute;transform: translate(-50%, -50%);top: 50%;}
/* Popular Section End*/

		/* Responsive Layout */
.popular-pack-tab ul.nav-tabs li {
	width: 32.33%;
	text-align: center;
	background-color: #1EA1EE;
	margin: 5px;
	position: relative;
}
li.seo-pack {
	position: relative;/*background: #88b7d5;*/
	/*border: 4px solid #c2e1f5;*/
}
li.seo-pack:after, li.seo-pack:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
li.seo-pack:after {
	border-color: rgba(136, 183, 213, 0);
	border-top-color: #FAA44F;
	border-width: 25px;
	margin-left: -25px;
}
li.seo-pack:before {
	border-color: rgba(194, 225, 245, 0);
	border-top-color: #FAA44F;
	border-width: 25px;
	margin-left: -25px;
}
.popular-pack-tab ul.nav-tabs li.seo-pack {
	background-color: #FAA44F;
}
.seo-icon-img img {
	width: 70px;
	margin: auto;
	padding: 10px 0;
}
.popular-pack-tab ul.nav-tabs li:hover, .popular-pack-tab ul.nav-tabs li:hover a {
	background: #FAA44F;
}
.packages-container {
	margin: 15px 0;
	border: 2px dotted #1EA1EE;
	border-radius: 5px;
}
.packeage-left, .package-right {
	width: 50%;
	float: left;
	padding: 15px;
}
.package-right ul {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
}
.packeage-left blockquote {
	color: #5B6268;
	padding: 20px;
	border-radius: 5px;
	margin-left: 0;
	border: 2px dotted #1EA1EE;
	font-size: 14px;
}
.packeage-left h2 {
	color: #1ea1ee;
	margin-bottom: 40px;
	margin-top: 0;
	font-size: 22px;
	line-height: 40px;
}
.packeage-left blockquote span {
	color: ##5B6268;
	font-size: 33px;
	line-height: 0.3em;
	vertical-align: -10px;
	padding: 5px;
}
.package-right ul li {
	font-size: 16px;
	margin-bottom: 12px;
	color: #333333;
}
.popular-pack-tab ul.nav-tabs li a {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: transparent !important;
	z-index: 10;
	cursor: auto !important;
	border: 0 !important;
	outline: 0;
}
.seotext {
	padding: 10px 0;
}
.seotext p {
	font-size: 22px;
	color: #fff;
	line-height: 30px;
}
.formseo {
    margin-bottom:30px;
}
@media(max-width:1199px) {

	.icon-img i.fa {

    font-size: 48px;
    float:none;

}
.icon-text {
    float: none;
    margin-top: 10px;
    text-align: center;
    margin-left: 0px;
}
.contact-sec .icon-text p, .contact-sec .icon-text p a {
    text-align: center;
}
.icon-text p, .icon-text p a{

	font-size:22px;

}

.icon-text p#chat-text {

    font-size: 12px;

    line-height: 16px;

}

.banner-btn {

    margin: 5px 0;

}

.seo-btn a {

    padding: 10px;

}

.seo-btn {

    margin-right: 5px;

}
.popular-pack-tab ul.nav-tabs li {
	width: 31%;
}
}

@media(max-width: 991px) {
 
 .seo-plans-banner{
     background-position: top left !important;
     
 }
.seo-exp-text {

	padding-top: 0px;

}

.seo-exp-text h1 {

	font-size: 22px;

	line-height: 35px;

	text-align: center;

}

.get-in-touch {

    padding: 5px;

}

.icon-img i.fa {

    font-size: 38px;

}

.icon-text p, .icon-text p a{

	font-size: 18px;

    line-height: 16px

}

.icon-text p#chat-text {

    font-size: 10px;

    line-height: 16px;

}

.solution-heading h2,.solution-left h2, .solution-right h2, .featur-heading h2 {

    font-size: 18px;

	line-height: 28px;

}

.client-img p {

    font-size: 21px;

}

.seoplans h1 {

    font-size: 30px;

}

.seoplan h1 {

    font-size: 30px;

}
.get-in-heading h2 {

    font-size: 24px;

}

/*.banner-btn, .seoplans ul, .seo-text {

    width: 75%;

}*/

.traned-content h2, .approach-heading h2, .faq-heading h2, .ourclient h2 {

    font-size: 24px;

}

.faq-collapse .panel-heading h4 a {

    font-size: 14px;

}

.approch-part ul li {

    display: inline-block;

    float: none;

}

.traned-content {

    padding: 0;

}
.popular-pack-tab ul.nav-tabs li {
	margin: 4px;
}
.packeage-left h2 {
    font-size: 28px;
}
.seotext p {
    font-size: 18px;
}
}

 @media(max-width: 767px) {
     .icon-text {
    margin-left: 10px;
}
     	.icon-img i.fa{
    float:left;

}
.icon-text {
    /*float:left;*/
    margin-top: 0px;
    text-align: left;
}
.contact-sec .icon-text p, .contact-sec .icon-text p a {
    text-align: left;
}

.services-list li {

	width: 100%;

}

.icon-img i.fa {

    font-size: 45px;
        margin: 0;

}

.get-in-touch {

    padding: 0;

}

.icon-text p, .icon-text p a {

    font-size: 20px;

    line-height: 20px;

}

.icon-text p#chat-text {

    font-size: 12px;

    line-height: 20px;

}

.banner-btn, .seoplans ul, .seo-text {

    width: 100%;

}

.seoplans h1 {

    font-size: 24px;

}


.seo-btn a {

    font-size: 16px;

}

.traned-seo .pull-right {

    float: none !important;

}

.traned-content h2, .approach-heading h2, .faq-heading h2, .ourclient h2, .seoplans h1,.get-in-heading h2,.solution-heading h2, .solution-left h2, .solution-right h2, .featur-heading h2,.section-heading h2 {

    font-size: 20px;

    line-height: 28px;

}

.client-img p, .approach-heading p,.approch-part ul li,.get-in-heading p {

    font-size: 16px;

}
.popular-pack-tab .nav-tabs {
    text-align: center;
}
.popular-pack-tab .nav-tabs>li{
    /*float: none;*/
    display: inline-block;
}
.popular-pack-tab .nav-tabs>li>a, .nav>li>a:focus, .nav>li>a:hover {
    padding: 0px;
    font-size: 18px;
}
.package-list, .package-list ul li, .package-list-image{
width:100%;
float:none;
}
.pacakage-header-sec table thead tr th div {font-size: 12px;}
.pacakage-header-sec table thead tr th .package-start {font-size: 14px; font-weight: normal;margin-top: 11px;}
		
.packeage-left h2{
font-size:24px;
}
.section-heading h2{
	margin:0px;}
	.seotext p {
	font-size: 18px;
}
.popular-pack-tab ul.nav-tabs li {
    margin: 1px;
    height: 235px;
}
.packeage-left, .package-right {
    width: 100%;
    float: none;
}
.packages-container, .packeage-left blockquote {
    padding: 10px;
}
.seo-icon-img img {
    width: 60px;
}
.packeage-left, .package-right {
    padding: 0px;
}
.form-wrap-sec {
    margin: 40px auto;
}
.seoplan ul {
    width: 100%;
    padding: 0;
}
.text-beautifull {
    z-index: 9999;
    text-align: center;
    width: 100%;
}
.thumb-2.show-anim .title-beautifull {
    margin: auto;
}
.pres-screen,.pres-screen_screen {
    display: block !important;
}
.pres-screen.left .pres-screen_screen,.pres-screen_screen {
    margin-bottom: 30px;
    display: block;
}
.pres-screen.left .pres-screen_text,.pres-screen.right .pres-screen_text {
    margin-left: 0 !important;
    max-width: 100%;
    width: 100%;
    padding: 0 75px;
    text-align: center;
}
.wrapper .seo-plans-banner {
    height: 100% !important;
    background-position: top left !important;
}
}

 @media(max-width: 480px) {

.seo-exp-text h1 {

	font-size: 18px;

	line-height: 30px;

}

.contact-sec .icon-text p, .contact-sec .icon-text p a, .traned-content h2, .section-sub-heading,.approach-heading h2, .faq-heading h2, .ourclient h2, .seoplans h1, .get-in-heading h2,.icon-text p, .icon-text p a,.solution-heading h2, .solution-left h2, .solution-right h2,.section-heading h2 {

    font-size: 16px;

}
.contact-sec .icon-text p, .contact-sec .icon-text p a, .traned-content h2, .section-sub-heading,.approach-heading h2, .faq-heading h2, .ourclient h2, .seoplan h1, .get-in-heading h2,.icon-text p, .icon-text p a,.solution-heading h2, .solution-left h2, .solution-right h2,.section-heading h2 {

    font-size: 18px;

}
.solution-heading h2,.get-in-heading h2, .seo-subhd h1, .content-icon i.fa {

    margin: 0;

}

.featur-logo ul li {

    display: block;

	padding: 10px;

    text-align: center;

}

.client-img p,.client-say p,.approach-heading p, .seo-text p,.traned-content p,.approch-part ul li,.get-in-heading p,.solution-left p, .solution-right p,.package-list ul li,.note-sec p,.note-sec p#note-text {

    font-size: 14px;

}

.right-sec-open {

    width: 260px;

}

.right-nav.right-arrow {

    transform: translateX(-260px);

}

.form-title p {

    font-size: 18px;

}
.seoplans ul, .seoplans ul li{
    padding:0;
}

.seoplans ul li{

    width: 100%;

}
.seoplan ul li{

    width: 100%;
    line-height: 28px;
    padding: 0px 0;

}

.client-say p,.ourclient h2 {

    padding: 15px 0 0px;

	margin:0;

}

.seo-btn {

    width: 100%;

	margin-bottom:20px;

}

.seo-btn a,.approch-part ul li,.approch-part ul li span {

    display: block;

    width: 100%;

	text-align:center;

}

.traned-seo {

    padding: 30px 0 10px;

}

.approach-heading h2 {

    margin: 0px 0 15px;

}

.faq-collapse .panel-heading h4 a {

    font-size: 12px;

}
.pacakage-header-sec .table thead tr th{
padding:1px;
}
.popular-pack-tab .nav-tabs>li {
    margin-bottom: 1px;
    display: block;
}
.pacakage-header-sec table thead tr th div {font-size: 10px;}
.pacakage-header-sec table thead tr th .package-start{
font-size:12px;
}
.click-here-btn a {
font-size:14px;
}
.tab-sec-wrapper .panel-body {
    padding: 0;
}
.package-table-wrapper-in thead tr th {
    padding: 4px;
}
.seotext p {
    font-size: 14px;
    line-height: 22px;
}
.popular-pack-tab ul.nav-tabs li {
    margin: 1px;
    height: 230px;
}
.seo-icon-img img {
    width: 40px;
}
.packeage-left h2 {
    font-size: 18px;
	margin-bottom:20px;
}
.packeage-left blockquote, .package-right ul li {
	font-size:14px;
}
.pres-screen.left .pres-screen_text, .pres-screen.right .pres-screen_text {
    margin-left: 0 !important;
    max-width: 100%;
    width: 100%;
    padding: 0 35px;
    text-align: center;
}
.pres-screen_text h3 {
    font-size: 28px !important;
}
.package-table-wrapper .panel-title {
    font-size: 14px;
}
}
.solution-left .custom-btn {
	font-size: 13px;
	display: inline-block;
	font-weight: bold;
}
.solution-left .custom-btn a,.solution-right .custom-btn a {
	padding: 12px 30px;
	display: inline-block;
	color: #fff;
	text-decoration: none;
	border: 1px solid #1EA1EE;
	color: #1EA1EE;
	transition: all 0.3s;
	text-transform: uppercase;
	line-height: 22px;
	transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.solution-left .custom-btn a:after,.solution-right .custom-btn a:after {
    background: #1EA1EE;
    content: "";
    display: block;
    height: 1px;
    margin: 0px auto;
    width: 35px;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
}
.solution-right .custom-btn a:hover, .solution-left .custom-btn a:hover {
	border: 1px solid #FAA44F;
	color: #FAA44F;
}
.solution-left .custom-btn a:hover::after,.solution-right .custom-btn a:hover::after {
    background: #faa44f;
    content: "";
    display: block;
    height: 1px;
    margin: 0px auto;
    width: 100%;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
}
.solution-right .custom-btn {
	font-size: 13px;
	display: inline-block;
	font-weight: bold;
}