/* -----------------------
MEDIA QUERY // Very Small devices
--------------------------*/
@media (max-width: 300px) { 
    .web-img img {
        width: 200px;
    }
}
/* -----------------------
MEDIA QUERY // Small devices (landscape phones, 576px and up)
--------------------------*/
@media (max-width: 576px) { 
    html {
        overflow-x: hidden !important;
    }
    header{
        background-color: #16160c !important;
    }
    .header-topbar {
        display: none !important;
    }
    .con-btn{
        display: none;
    }
    .navbar-nav{
        padding: 30px 0;
    }
    p {
        font-size: 13px;
    }
    .mt-12 {
        margin-top: 70px;
    }
    .m-headig{
        padding: 35px 10px;
    }
    .title {
        font-size: 30px;
    }    
    .paragharph h3{
        font-size: 15px;
    }
    .paragharph p{
        font-size: 13px;
    }
    .banner {
        padding: 25px 10px !important;
        border-radius: 0;
        top: 50px;
    }
    .banner::after {
        width: 150px;
        height: 150px;
    }
    .banner::before {
        width: 150px;
        height: 150px;
    }
    .banner h2{
        font-size: 20px;
    }
    .banner-btn {
        padding: 8px 30px;
        margin-top: 10px;
    }
    .prgh{
        padding: 20px;
        border: none;
    }
    .service i {
        font-size: 15px;
    }
    .pb-5{
        padding-bottom: 2rem!important;
    }
    .pt-5{
        padding-top: 2rem!important;
    }
    .banner h1 {
        font-size: 20px !important;
    }
    .footer-map-con{
        display: none;
    }

    /* HOME PAGE */
    section.banner-bg{
        padding: 100px 0 0;
        min-height: 500px;
    }
    .home-img img {
        position: static;
        width: 450px;
    }
    .banner-content .sub-title {
        font-size: 12px;
    }
    .banner-content p{
        font-size: 16px;
    }
    .social-icons {
        left: 14px;
        top: 50%;
    }
    .highlight {
        font-size: 30px;
    }
    .about-l h1 {
        font-size: 30px;
    }
    .btn-custom{
        width: 60%;
    }
    .about-l {
        height: 60vh;
    }
    .video-content_box {
        padding: 15px;
    }
    .service h1 {
        font-size: 30px;
    }
    .horizontal__item {
        min-width: 100%;
    }
    .t-container {
        border-radius: 0;
    }
    .t-text{
        margin-bottom: 20px;
    }
    .service h1{
        margin-bottom: 25px;
    }
    .platform-card p {
        font-size: 10px;
    }
    .platform {
        padding: 25px 0;
    }
    .banner p {
        font-size: 15px;
    }
    .star-angle {
        height: 40vmax;
    }

    /* ABOUT PAGE */
    .about-content{
        flex-direction: column;
        padding: 15px;
        gap: 30px;
    }
    .data-con{
        padding: 60px;
        border-radius: 0;
    }
    .data-box{
        border: 1px solid #4c4c4cbb;
        padding: 35px;
        border-radius: 10px;
    }
    .data-box-gap{
        gap: 3rem;
    }
    .left-con {
        padding: 20px;
    }
    .review-con{
        margin: 0;
    }
    .review-box{
        border-right: 0;
        border-bottom: 1px solid #5a5a5a4a;
        margin-bottom: 30px;
    }

    /* LEAD GEN */
    .providing-service{
        padding: 25px 0;
    }
    .providing-service .one {
        top: -40px;
        width: 80px;
    }
    .providing-service .two{
        top:50px
    }
    .service-content .title {
        font-size: 25px;
        line-height: 30px;
    }
    .providing-service .three{
        right: 0;
    }
    .providing-service .four{
        display: none;
    }
    .providing-service .five {
        top: 97%;
        width: 100px;
    }
    .title-service-about .stitle {
        font-size: 30px;
    }
    .service-about-content{
        gap: 20px;
    }
    .medium-box{
        padding: 30px;
    }
    .platform-card img {
        width: 50px;
    }

    /* MOBILE MARKETING */
    .wht-container{
        padding: 20px 25px;
    }
    .wht-container::before {
        display: none;
    }
    .solution-card{
        margin-bottom: 25px;
    }
    .result-content-con{
        padding: 0;
    }
    .result-con{
        border-radius: 0;
        padding: 20px;
    }
    .result{
        padding: 0;
    }
    .result-con h1 {
        font-size: 30px;
    }

    /* PERFORMANCE MARKETING */
    .col {
        flex: 1 0 100%;
    }
    .w-mobile-wrap .col .w-mobile-box p {
       text-align: center;
       margin-bottom: 40px;
    }
    .model-container::before{
        display: none;
    }
    .model-container{
        padding: 0;
    }
    .social-card{
        margin-bottom: 40px;
    }
    .pservice-img .small{
        width: 45%;
    }
    /* .thumbnail-img img {
        width: 390px !important;
    } */

    /* CPASS SOLUTIONS */
    .ph-img img{
        width: 100% !important;
    }
    .web-card{
        margin-bottom: 30px;
    }

    /* FOOTER */
    footer{
        padding: 100px 0 30px;
    }

}

/* -----------------------
MEDIA QUERY // Medium devices (tablets, 768px and up)
--------------------------*/
@media only screen and (min-width: 426px) and (max-width: 768px) {
    html {
        overflow-x: hidden !important;
    }
    header {
        background-color: #16160c !important;
    }
    .top-head p {
        font-size: 15px;
    }
    section.banner-bg{
        min-height: 1110px;
    }
    .title {
        font-size: 60px;
    }
    .social-icons {
        top: 50%;
    }
    .home-img img {
        position: relative;
        top: 15px;
        right: -105px;
    }
    .btn-custom {
        width: 25%;
    }
    .horizontal__item {
        min-width: 70.33%;
    }
    .experience-img {
        bottom: -45px;
        left: 285px;
    }
    .about-l {
        height: 52vh;
    }
    .about {
        padding: 0;
    }
    .review-box{
        border: none;
        margin-bottom: 45px;
    }
    .title {
        font-size: 50px;
    }
    .mt-12 {
        margin-top: 110px;
    }
    .solution-card {
        margin-bottom: 30px;
    }
    .wht-container::before,.wht-card-1 span::before,.wht-card-3 span::before,.model-container::before {
        background-image: none;
    }
    .social-card {
        margin-bottom: 50px;
    }
    .providing-service .three {
        display: none;
    }
    
}

@media only screen and (min-width: 769px) and (max-width: 1024px) { 
    .footer-container .footer-section:nth-of-type(4) {
        display: none;
    }
}

/* -----------------------
MEDIA QUERY // Large devices (desktops, 992px and up)
--------------------------*/
@media (max-width: 992px) { 
    
}

/* -----------------------
MEDIA QUERY // X-Large devices (large desktops, 1200px and up)
--------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1200px) { 
    .title {
        font-size: 55px;
    }
    .con-btn{
        width: 19% !important;
    }
    .home-img img {
        width: 500px;
    }
    .social-icons{
        left: 10px;
    }
    section.banner-bg {
        min-height: 720px;
    }
    .highlight {
        font-size: 45px;
    }
    .about-l h1 {
        font-size: 35px;
    }
    .btn-custom {
        width: 50%;
    }
    .p-card-body h4{
        font-size: 18px;
    }
    .p-card-body p{
        font-size: 15px;
    }
    .platform-img img{
        width: 280px;
    }
    .about-list li{
        font-size: 14px;
    }
    .bx-comment-dots {
        padding: 10px;
    }
    .about-content-text h5{
        font-size: 18px;
    }
    .web-img img {
        width: 225px;
    }
    .paragharph p {
        font-size: 14px;
    }
    .banner h2 {
        font-size: 25px;
    }
    .providing-service .one {
        top: 10px;
        width: 80px;
    }
    .service-content .title {
        font-size: 25px;
        line-height: 35px;
    }
    .wht-card-1 span::before {
        left: 180px;
    }
    .banner h1 {
        font-size: 30px;
    }
}

/* -----------------------
MEDIA QUERY // XX-Large devices (larger desktops, 1400px and up)
--------------------------*/
@media (max-width: 1400px) { 
    
}













/* -----------------------
MEDIA QUERY HEADER
--------------------------*/
@media (max-width: 425px) {
    
}

@media (max-width: 992px) {
    .banner {
        padding: 40px 30px;
    }
    
    .banner h1 {
        font-size: 36px;
    }
}

@media only screen and (min-width: 426px) and (max-width: 768px) {
    .new-drop {
        min-width: 100%;
    }
    .menu-drop .row {
        flex-direction: column;
    }
    .menu-drop ul {
        padding-left: 0;
    }
    .menu-img img {
        width: 100%;
        margin-top: 10px;
    }
    .con-btn {
        position: relative;
        font-size: 14px;
    }
    .t-container {
        border-radius: 5px;
    }
    .service p {
        margin-bottom: 30px;
    }
    .service h1 {
        font-size: 30px;
    }
    .highlight {
        font-size: 35px;
    }
    .about-l h1 {
        font-size: 35px;
    }
    .footer-top {
        padding: 0;
    }
    .experience-img {
        bottom: -33px;
        right: -15px;
    } 
}

/* Medium Layout: 1280px. */
@media only screen and (min-width: 992px) and (max-width: 1200px) { 
    .w-mobile-wrap .col .w-mobile-box span::before {
        display: none;
    }
    .w-mobile-wrap .col:nth-child(even), .w-mobile-wrap .col:last-child {
        margin-top: 0px;
    }
}
@media only screen and (max-width: 767px) { 
    .w-mobile-wrap .col {
        display: unset;
        text-align: center;
    }
    .w-mobile-wrap .col .w-mobile-box p {
        max-width: unset;
    }
}
@media only screen and (max-width: 991px) {
    .w-mobile-wrap .col .w-mobile-box span::before {
        display: none;
    }
    .w-mobile-wrap .col:nth-child(even), .w-mobile-wrap .col:last-child {
        margin-top: 0px;
    }
}
