@media (max-width: 768px){
  .content {
	padding: 40% 0 0;
	}
.carousel-inner{
    display: grid;
    justify-content: center;
}
.body_str_img {
    margin-top: 0;
}
#tf-references ul li p {
    margin-bottom: 0;
    font-size: 16px;
    color: #000;
    max-width: 580px;
}
}

@media (max-width: 603px){
nav#tf-menu {
    padding-top: 50px;
    padding-bottom: 0px;
}
.top_nav_banner {
    background: #edea7f;
    text-align: center;
    padding: 15px;
    font-size: 10px;
    font-weight: bold;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 10;
}
.position_sticky {
    position: sticky;
    top: 50px;
    float: left;
    width: 100%;
}
#tf-menu.navbar-default {
	background-color: #fff;
	}
    
    .banner_content h1 {
        font-size: 34px;
    }
    .pricing_table_box {
        max-width: 250px;
        width: 100%;
    }
    .automatic_list ul li {
        max-width: 100%;
    }
    #tf_flip_body .flip-text p {
        max-width: 100%;
    }
#tf-works li.pull-right, #tf-works li.pull-left {
    margin-top: 10px;
    float: none !important;
    text-align: center;
    display: block;
}
#tf-references ul li label {
    width: 100%;
}
.section-title h2 {
    font-size: 34px !important;
    line-height: 40px !important;
}
.article_wrapper {
    padding-right: 15px;
}
.article_heading {
    font-size: 32px;
}
.body_str_img {
    margin-top: 0;
    max-height: 500px;
}
.bodies_img {
    max-height: 300px;
}

label{
    float: none !important
}
#tf-references ul li {
    word-break: break-all;
    display: inline-block;
}
.pull-left.fnav,
.pull-right.fnav {
    float: none !important;
    text-align: center;
}

.hover-bg .hover-text {
    padding: 12% 10%;
}
.offer-row-2.w-row {
    text-align: center;
}

}
@media (max-width: 360px){
.hover-bg .hover-text {
    padding: 22% 10%;
}
}