/*Extra small devices (portrait phones, less than 576px)*/
@media (min-width: 320px) and (max-width: 575px){
  p.pull-left, p.pull-right {
	float: none !important;
	text-align: center !important;
}
	.navbar-toggler {
	position: absolute;
	right: 10px;
	top: 8px;
}  html{
        font-size: 14px;
    }

    h1{
        font-size: 2.25rem;
    }
    h2{
        font-size: 1.7441em;
    }
    .hero-content-left h1{
        font-size: 2.25rem;
        line-height: initial;
    }
    .mt--120{
        margin-top: -50px;
    }
    .pt-150{
      padding-top: 50px;
    }

    /*navbar*/
    .main-menu ul li{
        padding: 15px 0 0;
    }

    /*promo*/
    div[class*='col-']:not(:last-of-type){
        margin-bottom: 20px !important;
    }
    .row> div[class*='col-']:last-of-type{
        margin-bottom: 0;
    }
    .about-content-right{
        margin-top: 20px;
    }

    /*counter*/
    .counter{
        margin-top: 25px;
    }
    .single-card{
        padding: 10px 15px;
        margin-bottom: 25px;
        margin-left: 16px;
    }
    .single-card:nth-child(2n){
        top: 0;
    }

    /*client*/
    .client-section-wrap.d-flex{
        display: inherit !important;
    }

    /*subscribe form*/
    .subscribe-form{
        width: 100%;
    }

    .download-btn a.btn{
        margin: 7px 0;
    }

.headerbtn .btn {
	position: absolute;
	right: 65px;
	top: 13px;
}
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767px) {
	
	p.pull-left, p.pull-right {
	float: none !important;
	text-align: center !important;
}
.headerbtn .btn {
	position: absolute;
	right: 65px;
	top: 13px;
}
	.navbar-toggler {
	position: absolute;
	right: 10px;
	top: 12px;
}
    .mt--120{
        margin-top: -50px;
    }
    .pt-150{
        padding-top: 60px;
    }

    /*promo*/
    div[class*='col-']:not(:last-of-type){
        margin-bottom: 20px !important;
    }
    .row> div[class*='col-']:last-of-type{
        margin-bottom: 0;
    }
    .about-content-right{
        margin-top: 20px;
    }

    /*subscribe form*/
    .subscribe-form{
        width: 100%;
    }

}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991px) {
    .mt--120{
        margin-top: -50px;
    }
	
	.navbar-toggler {
	position: absolute;
	right: 10px;
	top: 12px;
}
	.headerbtn .btn {
	position: absolute;
	right: 65px;
	top: 13px;
}
.hero-content-left h1 {
	margin: 0;
	float: left;
	width: 100%;
	font-size:2.5rem;
}
.linkbtn a img{
	width:150px;
	height:auto;}
.counter_box span {
	font-size: 1.75rem;
}
.counter_box {
	text-align:center;
	font-size: 1rem;
}.h2, h2 {
	font-size: 2rem;
}
.card.single-pricing-pack {
	
	margin-bottom: 1rem;
}

}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199px) {

}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {

}

@media only screen and (max-width:767px) {
	.hero-content-left {
	margin-top: 3rem;
}.linkbtn {
	display: block;
	float: left;
	margin: 0 auto;
	text-align: center;
	width: 100%;
}
.linkbtn a {
	margin: .5rem 0;
	display: block;
}
.counter_box {
	text-align: center;
}
.counter_box span {
	font-size: 2rem;
	display: block;
}
.feature_main_img {
	margin-top: 0;
}
.pricing-header .h1 {
	font-size: 2.4rem;
	color: #09415a;
}
.pricing-header sup {
	top: -.5em;
	font-size: 20px;
}
.downloadbg {
	
	padding: 4rem 1rem;
	background-size: cover;
	margin-top: 0;
}
.download_btn a {
	margin: .5rem auto;
	display: block;
	width: 180px;
}
.download_btn a img{
	width:100%;
	height:auto;}
}