@media only screen and (max-width: 767px){
	#hero {
    height: 25vh;
}
	#hero h1 {
    font-size: 18px;
    text-align: justify;
}
	#hero h2 {
    font-size: 12px;
    line-height: 24px;
    width: 60%;
    text-align: justify;
}
	#hero .btn-get-started {
    font-size: 13px;
    padding: 2px 7px;
    margin-top: 10px;
}
.ppo-section .logo-container ul li {
    max-width: 100% !important;
}
#header {
    background: #fff;
    transition: all 0.5s;
    z-index: 2;
    padding: 5px;
    top: 0;
    position: relative;
}
	.sip-calculator-section .calculator_output {
    display: block !important;
}
#testimonialCar .owl-nav .owl-prev{
	left: 0;
}
#testimonialCar .owl-nav .owl-next{
	right: 0;
}
.testimonial_card {
    padding: 20px 20px 80px 20px;
}
.hexa_box {
    margin: 0 auto !important;
}
.why_chooseus::before {
    display: none;
}
.main_banner .banner_content {
    margin-bottom: 50px;
}
.footer_main {
    border-radius: 35px 35px 0 0;
}

.newsletter h1 {
    font-size: 30px;
}
.newsletter_form .form-group {
    width: 100%;
}
}

@media only screen and (min-width: 1400px){
.why_chooseus::before {
    width: 54%;
    height: 70%;
    left: 23%;
}
.investor_corner::after {
    background-position: bottom;
}
}

