@media only screen and (max-width: 767px){
#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: 1200px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1140px;
}
}
@media only screen and (min-width: 1400px){
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1240px;
    }
.why_chooseus::before {
    width: 54%;
    height: 70%;
    left: 23%;
}
.investor_corner::after {
    background-position: bottom;
}
.about-box .content {
    min-height: 275px;
}
.banner-newsletter {
    width: 30%;
    left: 18%;
}
}

