
@media (min-width: 100px) and (max-width: 991px) {
.service_post.style_one .service_content .icon_box {
    position: absolute;
    top: -16px;
    left: 0px;
    width: 25px;
    line-height: 44px;
    height: 25px;
    border-radius: 50%;
    background: var(--primary-color-one);
    text-align: center;
    right: 0;
    margin: auto;
    z-index: 2;
}

.service_post.style_one .service_content .icon_box span {
    color: #fff;
    font-size: 12px;
    display: block;
    line-height: 29px;
}

.service_post.style_one .service_content.icon_yes {
    padding: 15px 0px 10px;
}

.service_post.style_one .service_content a.read_more {
    position: absolute;
    width: 109px;
    height: 33px;
    background: var(--primary-color-one);
    text-align: center;
    line-height: 33px;
    color: #fff;
    border-radius: 50px;
    left: 0;
    padding-top: 2px;
    right: 0;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    margin: auto;
    font-family: var(--creote-family-one);
    bottom: -16px;
}

.icon_box_all.style_five .icon_content .icon span {
    font-size: 38px;
    color: var(--primary-color-one);
    line-height: 30px;
    display: block;
}

.icon_box_all.style_five .icon_content h2 {
    font-size: 10px;
    line-height: 26px;
    font-weight: 700;
    color: var(--heading-dark);
    margin-bottom: 10px;
}

.text_box p {
    font-size: 12px !important;
    line-height: 24px !important;
	
}

.icon_box_all.style_five .icon_content {
    position: relative;
    padding: 5px 15px 5px;
     background: #e9f1e8;
    box-shadow: var(--box-shadow);
    overflow: hidden;
    border-radius: 10px;
    border: 3px solid #fff;
    transition: all 700ms ease 100ms;
    -moz-transition: all 700ms ease 100ms;
    -ms-transition: all 700ms ease 100ms;
    -o-transition: all 700ms ease 100ms;
	box-shadow: 1px 0px 6px 0px #131313bf; 
}

.icon_box_all.style_five .icon_content small {
    position: absolute;
    font-size: 26px;
    line-height: 6px;
    color: var(--primary-color-three);
    right: 20px;
    font-family: var(--creote-family-one);
    top: 23px;
    font-weight: 700;
}


.icon_box_all.style_five .icon_content .icon {
    position: relative;
    margin-bottom: 25px;
    margin-left: 35px;
}


/**** Mobile view padding start ***/

.pd_top_100 {
    padding-top: 25px !important;
}

.pd_bottom_70 {
  /** padding-bottom: 70px; **/
  padding-bottom: 15px;
}

.pd_top_80 {
    padding-top: 15px !important;
}

.pd_bottom_80 {
    padding-bottom: 20px;
}

.pd_top_110 {
    padding-top: 25px !important;
}

.pd_bottom_110 {
    padding-bottom: 10px;
}


/**** Mobile view padding END ***/


/***** Mobile :  banner button css start ***/

.banner-button {
		padding-right:220px;
	   padding-top:85px;
	 
}


.banner-button button {
    
   
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
    border-radius: 0.2rem;
    margin-right: 2px;
    padding: 5px 10px;
    border: 0 none;
    cursor: pointer;
    -webkit-border-radius: 5px;
    
    
    font-size:9px;
    width: fit-content;
    margin-left: -18px;
  
}

/***** Mobile : banner button css End ***/


}
