@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%;
}
	.navbar.navbar-expand-lg {
    position: relative;
}
	section.banner .owl-carousel .owl-item img {
    /* display: block; */
    width: unset;
}
section.banner .cover {
    position: absolute;
    z-index: 0;
    top: 20%;
    left: 25px;
}
section.banner .header-content {
    height: 340px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}	
	.investor_box_mt {
    margin-top: 0;
}
	.why_choose_us_area #tabs ul {
    flex-direction: column;
}
	.testemonial-img img {
    width: -webkit-fill-available;
}
	.contact_sm_area, .contact_address_area {
    padding-top: 630px;
}
	.navbar-collapse .navbar-nav .nav-item {
    padding: 15px 15px;
}
}

@media only screen and (min-width: 1400px){
.why_chooseus::before {
    width: 54%;
    height: 70%;
    left: 23%;
}
.investor_corner::after {
    background-position: bottom;
}
}

