@media screen and (max-width:1200px) {
    header .navbar-expand-md .navbar-collapse {
    margin-left: 13px;
}
}
@media screen and (max-width:1023px) {
}

@media screen and (max-width:767px) {
.d-hide { display: block !important; }
.m-hide { display: none !important; }
header .navbar-expand-md .navbar-nav {
    padding: 0px;
    float: none;
}
 
header {
    background: #333;
	padding:0;
}
header .navbar{ padding:5px 10px;}
header .navbar-brand img{ width:120px; height:auto;}
.navbar-toggler-icon {
    content: '';
    background: url(../images/menu.svg) center top no-repeat;
    width: 38px;
    height: 36px;
    background-size: 100%;
    position: absolute;
    top: 16px;
    right: 15px;
    transition-property: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -webkit-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
}
header .navbar-expand-md .navbar-collapse {
    margin-left: 0;
    margin-top:30px;
}


.Heroarea .container {
    padding: 150px 0;
}
.Heroarea h1 {
    font-size: 30px;
    line-height: 45px;
}
.Heroarea p a {
    padding: 20px 40px;
    font-size: 18px;
}
.aboutwrap {
    padding: 20px 0 0;
}
.aboutwrap h3 {
    font-size: 30px;
    line-height: 42px;
}
.aboutwrap h4 {
    font-size: 16px;
    line-height: 28px;
}
.servicewrap {
    padding: 40px 0 30px;
}
.callWrap h3 {
    font-size: 24px;
}
.callWrap h2 {
    font-size: 35px;
    line-height: 40px;
}
.callWrap p {
    font-size: 16px;
    line-height: 28px;
}
.callCount li {
    padding: 0 10px;
}
.callCount li h4 {
    font-size: 28px;
    line-height: 32px;
}
.callCount li div {
    line-height: 18px;
    font-size: 15px;
}
.clients {
    padding: 60px 0 20px;
}
.clients h2 {
    font-size: 30px;
    margin-bottom: 25px;
}
.FreeConsultation {
    padding: 20px 0 20px;
}
.FreeConsultation h2 {
    font-size: 22px;
	margin-bottom:25px;
}
.ConsultationLeft {
    width: 100%;
}
.ConsultationLeft img {
    border-radius: 10px 10px 0 0;
}
.ConsultationRight {
    width: 100%;
    padding: 20px;
}
.FreeConsultation h3 {
    font-size: 18px;
    margin-bottom: 15px;
}

footer li {
    padding: 0 0 0 10px;
}
.copyright {
    padding: 20px 0 12px;
    line-height: 24px;
}

.inner-banner {
    padding: 130px 0 120px;
}
.inner-banner h1 {
    font-size: 30px;
    margin: 20px 0 0;
    line-height: 35px;
}
.servicebx {
    padding: 20px;
}
.servicewrap.servicepage .servicebx h2 {
    font-size: 22px;
}
.servicewrap.servicepage .servicebx p {
    font-size: 16px;
    line-height: 28px;
}
.faqpage {
    padding: 30px 0;
}

.faqpage .flex-column {
    width: 100%;
}

.faqpage .tab-content {
    width: 100%;
}
.faqpage .card .card-header .btn-header-link {
    padding: 16px 25px 15px 10px;
	font-size:14px;
}
.faqpage .card .card-header .btn-header-link:after {
    width: 16px;
    height: 7px;
    position: absolute;
    right: 6px;
    top: 19px;
}
.blogpage h2 { line-height:24px;}
.blogpage h2 a {
    font-size: 18px;
    line-height: 24px;
}
.blogpage p {
    font-size: 14px;
    line-height: 26px;
}
.blogpage li {
    padding-bottom: 10px;
}
.blogpage li {
    padding-right: 12px;
}
.pagination .page-link {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
}

.CounterAbout {
    padding: 30px 0 30px;
    margin:0;
}
.number {
    line-height: 35px;
    height: auto;
    font-size: 50px;
	margin:25px 0;
}

.vision-wrapper {
    width: 100%;
    height: 146px;
    background-size: 100% !important;
}


.ServiceDetail {
    padding: 20px 0 50px; 
}
.ServiceDetail p {
    font-size: 15px;
    padding: 0 0 15px;
}

.ServiceDetail li {
    font-size: 15px;
    line-height: 24px;
    padding: 0 0 10px;
    list-style: circle;
}

.testimonialWrap .slick-prev.slick-arrow {
    left: 35%;
}
.testimonialWrap .slick-next.slick-arrow {
    right: 35%;
}
.testimonialWrap .slick-track .slick-slide {
    margin: 0 10px;
}
.servicepage .nav-tabs .nav-link {
    font-size: 18px;
    padding: 20px 0;
    margin: 0 10px;
}
.servicepage h2 {
    font-size: 22px;
}
}
@media screen and (max-width:575px) {
 .navbar-brand img{height:auto !important;}   
.navbar-brand p{white-space: break-spaces;font-size: 10px !important;}
}
