 @media screen and (max-width: 1024px) {
.banner-section h1{
	font-size: 30px;
    line-height: 35px;
}
.banner-content{
	top:75px;
}
}
 @media screen and (max-width: 800px) {
 	.logo{
 		left: 20px;
 	}
 	.left-banner-content p{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
 	}
 	.left-banner-content {
    padding-bottom: 10px;
}
.banner-section h1 {
    font-size: 22px;
    line-height: 24px;
}
.round-shape {
    width: 230px;
    height: 230px;
    top: 40%;
}
.round-shape h1 {
    font-size: 22px;
    padding-top: 70px;
}

.tab-content-section h2.resp-accordion {
    font-size: 13px;
    border: 1px solid #c1c1c1;
    border-top: 0px solid #c1c1c1;
    margin: 0px;
    padding: 10px 15px;
    float: left;
    width: 100%;
    clear: both;
    font-size: 18px;
    color: #fff;
}
.tab-content-section h2.resp-tab-active{
	padding: inherit;
}
.tab-content-section .resp-tab-active{
	border: 0px !important;
    background-color: #F47D35 !important;
    color: #fff;
}

.tab-content-section .resp-tab-content{
	float: left;
	width: 100%;
	clear: both;
}
.related-test-div .slider-div{
	max-width: 	200px;
}
}

@media screen and (max-width: 767px) {
	.top-menu-nav ul {
    float: right;
        margin-right: 70px;
}
.four-block .col-md-6 {
    padding: 15px;
    padding-right: 15px;
}
.four-block .right-box-con {
    padding-left: 15px;
    padding-right: 15px;
}

.round-shape {
    width: 100%;
    height: auto;
    top: -50px;
    border-radius: 0;
}
.round-shape h1{
	padding: 0px;
}
.four-block .col-md-6{
	border:0px;
	border-bottom: 1px solid #ccc;
	    float: left;
}
.four-block p {
    font-size: 16px;
    line-height: 20px;
    height: auto;
    float: left;
    margin: 20px 0;
}
.testimonial-slider .col-md-2 img{
	max-width: 200px;
}
.header-nav .navbar-header{
	float: left;
	width: 100%;
}
.header-nav .navbar-collapse{
	clear: both;
	padding-left: 15px;
}
.full-width .navbar-right{
	padding-left: 10px;
}
.header-nav .navbar-collapse {
    background-color: #f47d35;
}
.header-nav .navbar-toggle{
    margin-top: -53px;
}
.top-menu-nav{
	height: auto;
}
.banner-content {
    top: 40px;
}
.right-banner-content{
	display: none;
}
}

 @media screen and (max-width: 560px) {
 	.digital-market h1{
 		font-size: 36px;
 	}
 	.related-test-div .slider-div {
    max-width: 250px;
    padding: 10px;
}
.banner-section h1 {
    font-size: 18px;
}
.banner-content {
    top: 0px;
}
}

@media screen and (max-width: 460px) {
.top-menu-nav ul {
    float: right;
    margin-right: 40px;
        padding-bottom: 5px;
    margin-bottom: 0px;
}
.top-menu-nav ul li{
	margin: 5px;
	margin-top: 8px;
}
.top-menu-nav ul li a {
    padding: 5px 10px;
    }
.logo{
	left: 10px;
}
.logo img{
	max-width: 100px;
}
.header-nav .navbar-toggle {
    margin-top: -43px;
    margin-right: -5px;
}
.round-shape h1 {
    font-size: 18px;
    padding-top: 0px;
}
.banner-section h1 {
    font-size: 20px;
    line-height: 20px;
}
}