@media (max-width: 1024px) {
  .why-us .content, .why-us .accordion-list {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 992px) {
	#header {
    height: 70px;
  }
  
  .why-us .content {
    padding-top: 30px;
  }
  .why-us .accordion-list {
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 1199px) {
	.reg_form {
		
	}
	.pu_logo a img{
		width:30%;
	}
}

@media (min-width: 1024px) {
	#hero {
		background-attachment: fixed;
  }
  .testimonials {
    background-attachment: fixed;
  }
}

@media (min-width: 992px) {

  .testimonials .testimonial-item p {
    width: 80%;
  }
  
  .footer-logo img{
	  width:65% !important;
  }
}


@media (max-width: 768px) {
	[data-aos-delay] {
    transition-delay: 0 !important;
	}
	
	#hero {
	background: url("../img/bg_logo_sm.png");
	background-color: #5d0099 !important;
    background-image: none;
    height:100% !important;
    padding:60px 0px !important;
	}
	
	#hero .hero-container{
	    padding:0px 0px !important;
	    position:relative !important;
	    top:-45px !important;
	}
	  
    #hero .hero-logo {
        text-align: center;
        margin-top: 25px;
    }
    
	#hero img{
		width: 65% !important;
        margin: 5px 0 25px 0;
	}
	
	#hero h1 {
    font-size: 28px !important;
line-height: 34px !important;
  }
  #hero h2 {
    line-height: 22px;
  }
  .mnybtn,.mnybtn a{
	  background:#fff;
	  color:#151515 !important;
  }
  .clients img {
    width: 40%;
  }
  
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
  
  .spkbgs{
	  background-position-x: 22%;
  }

  .portfolio-details .portfolio-info {
    position: static;
    margin-top: 30px;
  }
  .feature__item.right-column {
    margin-top: 0px !important;
}

.footer-sec {
    padding-top: 20px !important;
}
  .footer-logo img{
	  width:50% !important;
  }
  
  .footer-bottom-menu{
	  text-align:left !important;
	  padding-left:0px;
  }
  .back-to-top {
  bottom: 121px;
  }
  
  .pu_logo a img{
		width:50%;
	}
	
.aboutcount .container{
	width: 100% !important;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

#pucexpi{
    margin-right: 0 !important;
    margin-left: 0 !important;
}


.countnumz {
    font-size: 2rem;
    padding-top: 3px;
}
}


@media (max-width: 575px) {
  .clients img {
    width: 50%;
  }
}




@media screen and (max-width: 991px) and (min-width: 768px) {
	.form-group {
		flex-direction:  column;
		-o-flex-direction:  column;
		-ms-flex-direction:  column;
		-moz-flex-direction:  column;
		-webkit-flex-direction:  column;
	}
	.form-left .form-group .form-row.form-row-1,
	.form-left .form-group .form-row.form-row-2,
	.form-left .form-group .form-row.form-row-3,
	.form-left .form-group .form-row.form-row-4,
	.form-right .form-group .form-row.form-row-1,
	.form-right .form-group .form-row.form-row-2 {
	    width: auto;
	    padding: 0 50px 0 60px;
	}
	.select-btn,
	.form-left .form-group .form-row.form-row-4 .select-btn,
	.form-right .form-group .form-row.form-row-2 .select-btn {
		right: 15%;
	}

}
@media screen and (max-width: 767px) {
	.form_detail{
		flex-direction:  column;
		-o-flex-direction:  column;
		-ms-flex-direction:  column;
		-moz-flex-direction:  column;
		-webkit-flex-direction:  column;
	}
	.reg_form fieldset {
    padding: 0 10px 10px;
    margin: 0 10px;
	}
	.form-right {
		border-top-right-radius: 0px;
    	border-bottom-left-radius: 10px;
	}
	.form-left {
		padding-bottom: 0px;
	}
}

@media screen and (max-width: 575px) {
	.form-group {
		flex-direction:  column;
		-o-flex-direction:  column;
		-ms-flex-direction:  column;
		-moz-flex-direction:  column;
		-webkit-flex-direction:  column;
	}
	.form-row,
	.form-left .form-group .form-row.form-row-1,
	.form-left .form-group .form-row.form-row-2,
	.form-left .form-group .form-row.form-row-3,
	.form-left .form-group .form-row.form-row-4,
	.form-right .form-group .form-row.form-row-1,
	.form-right .form-group .form-row.form-row-2 {
	    width: auto;
	    padding: 0 30px;
	}
	.select-btn,
	.form-left .form-group .form-row.form-row-4 .select-btn,
	.form-right .form-group .form-row.form-row-2 .select-btn {
		right: 15%;
	}
	.reg_form h2 {
	    padding: 33px 30px 0px 30px;
	}
	.form-checkbox {
		padding: 0 30px;
	}
	.form-checkbox .checkmark {
		left: 30px;
	}
	.form-right .form-row-last {
		padding-left: 0;
		text-align: center;
	    margin: 44px 0 30px;
	}
	.hostspk__slider .owl-nav button.owl-next{
        right: 4%;
	}
}