/****************************************************************************************
@
@	Tablet Styles
@
****************************************************************************************/
@media only screen and (max-width :768px){ 
    .rightMenu:before{
        display: none;
    }
    .meetAsk .left {
        padding: 22px 15px;
    }
    .aboutus .right-img {
        position: absolute;
        top: 0;
        right: 0;
        width: 320px;
    }
    .subscribe .left h3 {
        font-size: 22px;
    }
    .rvwBx {
        width: auto;
    }
    .subscribe .right .contact::before{
        left: -29px !important;
    }
    .headr-nav ul{
		background:#f35c10;
	}
 h2 {
    padding-bottom: 5px;
    font-size: 45px;
}
}
@media only screen and (min-width : 760px) and (max-width : 1024px) { /* viewport 768*1024 iPad(all) */
    .aboutus .readmore::after {
        right: -31px;
    }
    .meetAsk .right .contact::before,.meetAsk .right .readmore::before {
        left: -31px;
    }
    .meetAsk .right .contact::after,.meetAsk .right .readmore::after {
        right: -31px;
    }
    .common {
        margin-left: 30px;
    }
    .aboutus {
        padding-top: 50px;
        padding-bottom: 50px;
    }
	.headr-nav {
    background: none;
    margin-top: 0px;
    padding-top: 10px;
}

    

}
@media only screen and (min-width :1020px) and (max-width : 1026px) {

}
@media only screen and (min-width : 799px) and (max-width : 1279px) { /* viewport 800*1280 Galaxy Tab(1/2 10.1) and Kindle Fire HD 8.9" */
}

@media only screen and (min-width : 600px) and (max-width : 966px) { /* viewport 603*966 Nexus 7 */
}

@media only screen and (min-width : 600px) and (max-width : 1020px) { /* viewport 600*1024 Kindle Fire */
}

@media only screen and (min-width : 533px) and (max-width : 853px) { /* viewport 533*853 Kindle Fire HD 7" */
}

/****************************************************************************************
@
@	Mobile Styles
@
****************************************************************************************/
@media only screen and (max-width :767px){ 
    .rightMenu:before{
        display: none;
    }
    .mean-container .mean-bar {
        background: #f35c10;
        margin-top: 10px;
    }
    .meetAsk .right .contact {
        width: 151px;
        margin: 0 auto;
        display: block;
        margin-bottom: 15px;
    }
    .meetAsk .right .readmore{
        width: 151px;
        margin: 0 auto;
        display: block;
    }
    .logo {
        margin: 0 auto;
        display: block;
        margin-bottom: 18px;
        margin-top: 15px;
    }
    .meetAsk .left {
        padding: 15px;
    }
    .aboutus .right-img {
        position: absolute;
        top: 0;
        right: 0;
        left: 15px;
        width: 320px;
    }
    .aboutus h2 {
        padding-bottom: 10px;
        margin-top: 330px;
        font-size: 34px;
    }
    .aboutus .readmore {
        margin-left: 30px;
    }
    .aboutus ul {
        font-weight: bold;
        padding-top: 10px;
        padding-bottom: 27px;
    }
    .aboutus .readmore::before {
        left: -28px;
    }
    .aboutus .readmore::after {
        right: -31px;
    }
    .meetAsk .right .contact::before,.meetAsk .right .readmore::before {
        left: -31px;
    }
    .meetAsk .right .contact::after,.meetAsk .right .readmore::after {
        right: -31px;
    }
    .aboutus {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .service h2 {
        padding-bottom:10px;
        font-size: 34px;
    }
    .serviceIcn {
        margin-top: 10px;
    }
    .srvcItm {
        padding-bottom: 17px;
    }
    .service {
        padding-top: 30px;
        padding-bottom: 30px;

    }
    .service .readmore::before {
        left: -28px;
    }
    .service .readmore::after {
        right: -31px;
    }
    .clientRvw h2 {
        font-size: 34px;
    }
    .clientRvw .border {
        margin-bottom: 15px;
    }
    .rvwBx:before{
        display: none;
    }
    .rvwBx {
        width: auto;
        height: auto;
        padding-bottom: 72px;
    }
    .clientRvw .owl-theme .owl-nav {
        margin-top: 10px;
        margin-bottom: 18px;
    }
    .subscribe .left span {
        margin-right: 15px;
        margin-bottom: 15px;
    }
    .subscribe input {
        width: 100%;
    }
    .subscribe .right .contact::before {
        left: -29px !important;
    }
    footer {
        padding-top: 0px;
        text-align: center;
    }
    footer .quickLinks h3:after {
        bottom: 0px;
        left: 50%;
        position: absolute;
        transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
    }
    .quickLinks {
        padding-left: 28px;
        padding-bottom: 20px;
    }
    footer .bx {
        width: auto;
    }
    .botom-scl-icn:before,.botom-scl-icn:after{
        display: none;
    }
    p.copy-rightSec {
        padding-bottom: 15px;
    }
    footer h2 {
        color: #fff;
        padding-bottom: 26px;
        padding-top: 23px;
        font-size: 34px;
    }
	.contactForm h4 {
    padding-top: 15px;
}
.contactForm, .packages {
    padding: 15px 0;
}
.contactForm h2 {
    font-size: 34px;
}
.packages h2 {
    font-size: 34px;
}
.clientRvw {
    padding-top: 30px;
    margin-bottom: 10px;
}
.quick_contact_sec {
	padding: 0;
}
.footer_title {
   text-align: center;
}
.footer_title::after {
	bottom: 0px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

} /* 767 */
@media only screen and (min-width : 320px) and (max-width : 759px) { /* viewport 320*760px all phone */
}

@media only screen and (min-width : 320px) and (max-width : 480px) { /* viewport 320*480px iPhone 4 */
}

@media only screen and (min-width : 320px) and (max-width : 568px) { /* viewport 320*568px iPhone 5 */
}

@media only screen and (min-width : 360px) and (max-width : 640px) { /* viewport 360*640px Galaxy S 3/4 and Galaxy Note II */
}

@media only screen and (min-width : 384px) and (max-width : 640px) { /* viewport 384*640px Lumia 920 */
}
@media only screen and (min-width : 400px) and (max-width : 767px) {
    footer .bx {
        width: 369px;
        margin: 0 auto;
    }

}
