.service_area .shap_img_one {
    left: 130px;
    bottom: 275px;
}
.service_area .shap_img_one, .service_area .shap_img_two {
    position: absolute;
    z-index: -1;
}

.service_area .shap_img_two {
    right: 140px;
    top: 200px;
}
.service_area .shap_img_one, .service_area .shap_img_two {
    position: absolute;
    z-index: -1;
}

.marketing_section_title {
    margin-bottom: 75px;
}

.m_title {
    font-size: 60px;
    font-weight: 500;
    color: #212121;

    letter-spacing: -0.01em;
    margin-bottom: 20px;
}

.marketing_section_title p {
    font-size: 18px;
    line-height: 30px;

    color: #494949;
}

.marketing_service_item {
    background: #ffffff;
    /* box-shadow: 1px 1px 10px rgb(98 124 137 / 10%); */
	    box-shadow: 1px 2px 6px #b2abab;
    border-radius: 6px;
    position: relative;
    padding: 32px;
    margin-bottom: 30px;
}

.marketing_service_item .s_shap_img {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.marketing_service_item .icon {
    font-size: 40px;
    color: #fda0a7;
    margin-bottom: 15px;
}

.marketing_service_item h4 {
    font-size: 24px;
    font-weight: 600;

    color: #212121;
}

.marketing_service_item p {
    color: #494949;

    line-height: 30px;
    margin-bottom: 10px;
}

.marketing_service_item .service_tab_content {
    padding-top: 15px;
}

.marketing_service_item .service_tab_content h5 {
    font-size: 17px;
    color: #212121;
    font-weight: 700;
    margin-bottom: 20px;
}

.marketing_service_item .service_tab_content ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.marketing_service_item .service_collapse_btn {
    font-size: 16px;
    line-height: 30px;
    color: #212121;
 
    font-style: italic;
    position: relative;
    z-index: 1;
}

.boxtyko{
	background-color: rgb(244, 244, 244);
}

.m_title .title_border_line {
    position: relative;
    color: #fc6b75;
    display: inline-block;
}

.m_title .title_border_line:before {
    content: "";
    width: 100%;
    left: 0;
    bottom: 0;
    height: 2px;
    position: absolute;
    background: #fc6b75;
}


.boxtopui{
	margin-top:60px;
	padding-bottom:60px;
}

.boxtopuiop{
	padding-top:60px;
}

@media (max-width: 767px){
.service_area, .blog_area {
    padding-bottom: 80px;
}}

@media (max-width: 599px){
.m_title {
    font-size: 38px;
}}

@media (max-width: 599px){
.marketing_service_item {
    padding: 22px 15px;
}}


.opopop{
	
    margin: 0 auto;
    margin-top: 13px;
}




