/* MOBILE start */
@media (max-width: 767px) {
    body{
        overflow-x:hidden !important;
    }
    section.partner-logos.container {
    display: none;
}
    span.tagline{
        font-size:14px;
    }
    .heroimage {
    margin-top: 25px;
}
section.second-wrap{
    padding:70px 0;
}
section.partner-logos.container img {width: 25%;}

section.partner-logos.container {
    padding: 30px;
}
.timeline {
    display: none;
}

.row.g-4 {
    gap: 20px;
}
.portfolio-tabs-wrapper{
    height:unset;
}
.top-bar {
    display: none;
}
.navbar-light .navbar-toggler {
    border-color: #192845;
    color: #192845;
    background-color: #192845;
}
.navbar-collapse {
    position: absolute;
    width: 100%;
    background: #fff;
    z-index: 999;
    top: 100%; /* Ensures it appears below the navbar */
    left: 0;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    border-radius:5px;
}
ul.navbar-nav.ml-auto {
    background-color: transparent;
}
.formbox.services-form {
    margin-top: 40px;
}

.formbox.services-form h3.head-h3.light {
    padding: 0 20px;
}
span.number{
    font-size:40px;
}
.counterinner:after{
    display:none;
}
h1.homebannerh1 {
    font-size: 27px;
}

h2.head-h2 {
    font-size: 27px;
}

.countersbox {
    margin-bottom: 25px;
}

img.fl-img {
    margin: 20px 0;
}

section.fifth-wrap.sectionpadding .container {
    padding: 20px;
}
section.fifth-wrap.sectionpadding {
    padding: 0 10px 70px;
    margin-top:20px;
}

section.fifth-wrap.sectionpadding a.btn.livechat {
    margin-right: 10px;
}
section.steps-section.sectionpadding, section.third-wrap.sectionpadding, section.forth-wrap.sectionpadding, section.sixth-wrap.sectionpadding, section.discount.light {
    padding: 70px 0;
}
section.herobanner {
    padding: 180px 0 50px;
}
.footer-bottom {
    font-size: 12px;
}

footer.footer {
    padding-bottom: 20px;
}
.row.rowcopyright {
    padding: 15px 0px;
}
.row.rowcopyright p {
    text-align: center;
    padding: 15px 0;
}

.row.rowcopyright a.btn.livechat, footer .row.rowcopyright a.btn.started, a.btn.livechat, a.btn.started {
    display: block;
    margin-top: 10px;
    margin-right: 0;
}
.herodetails p {
    margin: 20px 0 30px;
}
section.herobanner .contentbox {
    padding: 10px 12px;
    margin-top: 15px;
}
.pr-logos img {
    display: none;
}
h2.head-h2.text-dark, p.text-dark.pt-3, h2.head-h2, .contentbox p {
    text-align: center;
}
section.cta .container, section.awards .container, section.fifth-wrap.sectionpadding .container .contentbox {
    padding: 30px 20px;
}

section.cta, section.awards {
    padding: 10px;
}
.col-md-9.infocol {
    margin-left: 0px;
    flex: 0 0 100%;
    margin-top: 30px;
}
footer.footer {
    padding:  10px;
}
footer.footer .btns-group {
    width: 100%;
}
section.counters .col-md-4 {
    padding-top: 20px;
}

.awardsbox
{
    display:none;
}
.awards-slider
{
    display:block !important;
}
.briefsteps
{
    flex-direction: column !important;
    width: 50%;
    margin: auto;
}
.brief-box {
    padding: 20px;
}
section.third-wrap.form-section .container
{
    padding:40px;
}


/*-------------Landing page css-----------------------*/

.step-icon.landing-service-icon
{
    text-align: center;
}
.row.landing-service-box
{
    margin:5px;
    padding:25px;
}
.landing-form-list {
    line-height: 30px !important;
    font-size: 15px !important;
    padding: 0;
}


/*---------------popup CSS---------------*/


.modal-content.animate-in
{
    padding:20px;
}
.close-btn 
{
    z-index:999;
}


}


/* IPAD start */
@media (min-width: 768px) and (max-width: 1024px) {

}