@media only screen and (min-width: 768px) and (max-width: 900px){
.header-nav .menu-col {
    margin: 0 !important;
    padding: 0;
}
.header-nav .navbar-toggler {
    display: none;
}
.header-nav #navbarNavDropdown .navbar-nav {
    float: none;
    display: block;
}
.header-nav #navbarNavDropdown .navbar-nav li.nav-item {
    display: inline-block !IMPORTANT;
    width: auto;
}
.header-nav .nav-item .nav-link {
    padding: 10px 0px;
    font-size: 12px;
}
.header-top .social {
    display: block;
}
.btn-primary {
    min-width: auto;
    font-size: 14px;
    position: relative;
    z-index: 999;
}
.header-nav .logo img {
    width: 100%;
}
.banner-section .banner-content .banner-text {
    padding-top: 0;
    margin-bottom: 30px;
}
.banner-shapes {
    position: relative;
    padding: 60px 0;
}
.about-text {
    padding-top: 30px;
}
.user-seaching-section .card {
    min-height: 320px;
}
.finwise-choice::after {
    border-left: 25px solid #dea58c;
    border-right: 25px solid transparent;
    border-top: 30px solid #dea58c;
    border-bottom: 30px solid transparent;
}
.choice-box .icon {
    width: 110px;
    height: 110px;
    padding: 20px;
}
.choice-box .icon img {
    width: 68px;
}
}

@media only screen and (max-width: 767px){
.product_section .product_box {
    grid-template-columns: 100%;
}
.product_section .product_row {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}
.header-top .portfolio-login {
    font-size: 13px;
}
.header-top .top_right {
    margin: 10px 0;
}
.side_bar {
    display: none;
}
.grid-row {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}
.grid-items:nth-child(2) {
    grid-row: 1/2;
    grid-column: 1/2;
    margin-top: 30px;
}
.grid-items:nth-child(2) img{
    width: 100%;
}
.header-nav #navbarNavDropdown .navbar-nav {
    float: none;
}
.header-nav .nav-item .nav-link {
    color: #ffffff !important;
}
.header-nav .navbar-toggler-icon {
    background-color: #fff;
    height: 2px;
    width: 25px;
    position: relative;
}
.header-nav .navbar-toggler-icon::before {
    content: "";
    position: absolute;
    background-color: #fff;
    height: 2px;
    width: 25px;
    top: -8px;
    left: 0;
}
.header-nav .navbar-toggler-icon::after {
    content: "";
    position: absolute;
    background-color: #fff;
    height: 2px;
    width: 25px;
    top: 8px;
    left: 0;
}
.header-nav .logo img {
    width: 100%;
}
.bottom-header {
    position: static;
}
.bottom-header .navbar-toggler {
    background-color: #7f9934;
    border: 1px solid #7f9934;
    position: relative;
    height: 40px;
}
.bottom-header .navbar-toggler .navbar-toggler-icon {
    height: 2px;
    background-color: #fff;
    position: relative;
}
.bottom-header .navbar-toggler .navbar-toggler-icon::after {
    content: "";
    position: absolute;
    top: -10px;
    left: 0;
    height: 2px;
    background-color: #fff;
    width: 100%;
}
.bottom-header .navbar-toggler .navbar-toggler-icon::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    height: 2px;
    background-color: #fff;
    width: 100%;
}
.bottom-header .navbar-nav {
    position: absolute;
    z-index: 999;
    background-color: #4a4a4a;
    width: 100%;
    left: 0;
    top: 100%;
}
.bottom-header .menu_area .nav-link {
    text-align: left;
}
.btn-primary {
    min-width: auto;
    font-size: 14px;
}
.header-nav::before {
   display: none;
}

.header-nav .logo img {
    width: 100%;
}

.header-nav .menu-col {
    position: static;
}
.header-nav .menu-col .menu-area {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}
.header-nav .menu-area .navbar-toggler {
    width: 55px;
    right: 40%;
    position: absolute;
    top: 16px;
    padding: 4px 0px 7px 0;
}
.header-nav .menu-col #navbarNavDropdown {
    position: absolute;
    width: 100%;
    top: 65px;
    z-index: 999;
    text-align: left;
}
.banner-shapes {
    position: relative;
    padding: 60px 0;
}
.banner-section .banner-content .banner-text {
    padding-top: 0;
    margin-bottom: 30px;
}
.grid-area .grid-row {
    grid-template-columns: repeat(1, 1fr);
}
.about-text {
    margin-top: 30px;
}
.aboutus-section .about-content .about-img::after {
    top: 20px;
    left: -10px;
}
.banner-section .banner-content .banner-img::after {
    top: 20px;
    left: -10px;
}
.user-seaching-section .card {
    margin-bottom: 20px;
}
}

@media only screen and (min-width: 1400px){
.form_box {
    padding-left: 42% !important;
}
.finwise-financial-services #serviceCar {
    margin-top: -58px;
}
.finwise-financial-services .fin-service-img img {
    margin-top: 0px;
}
.finwise-financial-services::before {
    border-right: 23px solid #ffffff;
    border-left: 25px solid transparent;
    border-bottom: 32px solid #ffffff;
    border-top: 32px solid transparent;
}
.main_section.fin-service-text ul li {
    line-height: 30px;
}
.main_section.fin-service-text ul li::after {
    top: 6px;
}
}
@media only screen and (min-width: 768px){

.header-nav.menu-bar #collapsibleNavbar {
    display: block !important;
    width: 100%;
    text-align: center;
}
.header-nav.menu-bar .navbar-nav {
    display: block;
    text-align: right;
}
.header-nav.menu-bar .navbar-nav .nav-item {
    display: inline-block;
}
.header-nav.menu-bar .nav-link {
    font-size: 15px !important;
    padding: 10px 8px !important;
    font-weight: normal;
}

.owl-text-overlay .owl-caption {
    width: 55%;
    margin: 0 auto;
}
.header-nav #navbarNavDropdown {
    display: block !important;
    width: 100%;
}
.form_box {
    padding-left: 20%;
}

}