@media(max-width:768px) {
    .crmsolutionsnewmain {
        transform: translateY(85px);
    }

    .crmsolutionsnewmain {
        margin-bottom: 3rem;
    }

}

.marketing-modal {
    z-index: 99999;
}

.marketing-modal .modal-content {
    top: 150px;
}

.navbar {
    padding-top: 0 !important;
}

.newnavbar .menu .submenu34,
.newnavbar .menu .submenu2 {
    width: 150px;
}

.newnavbar .menu .submenu34 ul,
.newnavbar .menu .submenu3 ul {
    margin-left: 0;
}

.newnavbar .menu ul ul,
.newnavbar .menu .submenu3 {
    left: 150px;
}

.sub-menu span {
    width: 100%;
}

.Supercharge-containr,
.supercharge-containr {
    margin-bottom: 3rem !important;
}

a {
    cursor: pointer;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}


@media (max-width: 768px) {


    .crmsolutionsnewmain {
        padding-bottom: 5rem;
    }
    h2{
        font-size: 24px !important;
        line-height: 36px !important;
        font-weight: 600 !important;
    }

    h3{
        font-size: 18px !important;
        font-weight: 600 !important;
        line-height: 27px !important;
    }
    h4{
        font-size: 15px !important;
        font-weight: 600 !important;
        line-height: 22.5px !important;
    }
    .smart-content-subtitle {
        font-size: 14px !important;
    }
    .modal-backdrop{
        display: none !important;
    }
    .marketing-modal .modal-dialog{
        max-width: 550px !important;
    }
    .marketing-modal .modal-content {
        top: 235px !important;
    }
}

@media (max-width: 767px) {
    .maximize-img {
        display: none;
    }




}

@media (max-width: 600px) {
    .marketing-modal .modal-dialog{
        max-width: 400px !important;
        margin: 0 auto;
    }
}

@media (max-width: 450px) {
    .marketing-modal .modal-dialog{
        max-width: 350px !important;
        
    }
    .supercharg_img {
        transform: translateY(0) !important;
    }
}

@media (max-width: 1400px) {
    .marketing-right-img {
        top: 20px !important;
    }
}
.business-section h2 {
    font-weight: 600;
    font-size: 30px !important;
  }
.schedulebtn:hover,.maxroi-supertryfreeBtn:hover,.custom-orange-btn:hover{
    background: #cA612B !important;
    color: #fff !important;
}
.feature-dragknow:hover{
    text-decoration: underline;
}

.read-more:hover{
    text-decoration: underline;
}

.supertryfreeBtn:hover,.custom-blue-btn:hover {
    background: #dd5e0b;
    color: #fff !important;
}

@media(max-width:991px){
    .news-sub-title{
        font-size: 18px !important;
        line-height: 25px !important;
        max-width: 100% !important;
    }
}

.read-more{
    font-size: 16px;
    font-weight: 600;
}


/*display the content in two lines*/
.news-sub-title{
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Number of lines to show */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  
