.submenu img {
    width: 10%;
    float: left;
    border-radius: 50%;
    transition: 0.3s;
    margin-right: 7px;
    margin-top: 0px;
    border: 2px solid #092948;
}

.submenu-remove-border h6 img {
    margin-top: 2px;
}

/* .submenu img {
    width: 10%;
    float: left;
    border: 2px solid #0095ff;
    border-radius: 50%;
    transition: 0.3s;
    margin-right: 7px;
    margin-top: -2px;
} */

.submenu li {
    transition: 0.3s;
}

.submenu {
    left: 0px;
    width: 100% !important;
}

.submenu li:hover img {
    border: 2px solid #092948;
    transition: 0.3s;
}

.submenu li:hover {
    background: #007bff;
    transition: 0.3s;
}

.div-submenu ul li:last-child {
    border-bottom: 0px;
}

.div-submenu ul li {
    border-bottom: 1px solid white;
}

.header_main .nav_bar>li>ul>li a {
    font-size: 15px;
}

.div-submenu {
    display: none;
    z-index: -1;
    position: absolute;
    background: #092948;
    width: 750px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    top: 0;
    left: 100%;
}

#new-submenu {
    position: absolute;
    left: 99% !important;
    width: 215px !important;
}

.submenu li a span {
    float: right;
    margin-top: 4px;
}

#new-submenu li {
    /* border-bottom: 1px solid #fff; */
}

#new-submenu li:last-child a {
  border-bottom: none;
}


#new-submenu li:last-child {
    border-bottom: 0px;
}

.bankaccount:hover .div-submenu {
    display: block;
}

.submenusize {
    width: 50%;
    float: left;
}

.submenusize:nth-child(2) {
    border-left: 1px solid white;
}

.header_login_button .loginButton {
    position: absolute;
    right: 3%;
    top: 20%;
    background: #002347;
    color: white;
    padding: 10px 30px;
    font-family: 'Poppins';
    border-radius: 8px;
    text-transform: capitalize;
    font-size: 17px;
    transition: 0.2s;
}

.header_login_button .loginButton:hover {
    background: #007bff;
    transition: 0.2s;
}

/* 18 June : H6 to P tag */
.social-content-contact .services
{
    color: #0795fe;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 28px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}
/* 18 June : H6 to P tag */

@media(max-width:768px) {
    .dropdown img {
        width: 28px;
        float: right;
        border: 2px solid #0095ff;
        border-radius: 50%;
        transition: 0.3s;
        height: 27px !important;
    }

    .dropdown_menu {
        padding-bottom: 0px;
    }

    .subdrop .menu_icon1 {
        padding-bottom: 0 !important;
        font-weight: 600 !important;
        font-size: 18px !important;
    }

    .subdrop .dropdown a {
        padding-right: 0px !important;
        font-weight: 600 !important;
        font-size: 18px !important;
    }

}

@media (min-width:1100px) and (max-width:1200px)  {
    .header_top .col-md-3:nth-child(2) {
        margin-left: -44px;
    }

    .header_top .col-md-3:nth-child(3) {
        margin-left: -40px;
    }

    .header_top .col-md-3:nth-child(4) {
        margin-left: -12px;
    }

    .header_login_button .loginButton {
        position: absolute;
        right: 2%;
        top: 21%;
        background: #002347;
        color: white;
        padding: 10px 16px;
        font-family: 'Poppins';
        border-radius: 8px;
        text-transform: capitalize;
        font-size: 17px;
        transition: 0.2s;
    }
}

@media (min-width:1200px) and (max-width:1300px) {

    .header_top .col-md-3:nth-child(2) {
        margin-left: -35px;
    }

    .header_top .col-md-3:nth-child(3) {
        margin-left: -50px;
    }

    .header_top .col-md-3:nth-child(4) {
        margin-left: -30px;
    }

    .header_login_button .loginButton {
        position: absolute;
        right: 2%;
        top: 21%;
        background: #002347;
        color: white;
        padding: 10px 16px;
        font-family: 'Poppins';
        border-radius: 8px;
        text-transform: capitalize;
        font-size: 15px;
        transition: 0.2s;
    }

    .header_main .nav_bar li a {
        padding:15px 15px;
        font-size: 16px;
    }

    .submenu {
        top: 52px;
    }

    #lastSubmenu .lastSubsubmenu {
        left: -31% !important;
        top: 100% !important;
    }

    #submenu_left_main .submenu_left {
        left: -99% !important;
    }
}

@media (min-width:1300px) and (max-width:1450px)  {
    .header_top .col-md-3:nth-child(2) {
        margin-left: -35px;
    }

    .header_top .col-md-3:nth-child(3) {
        margin-left: -30px;
    }

    .header_top .col-md-3:nth-child(4) {
        margin-left: 0px;
    }

    .header_login_button .loginButton {
        position: absolute;
        right: 2%;
        top: 21%;
        background: #002347;
        color: white;
        padding: 10px 16px;
        font-family: 'Poppins';
        border-radius: 8px;
        text-transform: capitalize;
        font-size: 15px;
        transition: 0.2s;
    }
}

@media (min-width:1450px) and (max-width:1590px)  {
    .header_top .col-md-3:nth-child(2) {
        margin-left: -16px;
    }

    .header_top .col-md-3:nth-child(3) {
        margin-left: -30px;
    }

    .header_top .col-md-3:nth-child(4) {
        margin-left: 0px;
    }

    .header_login_button .loginButton {
        position: absolute;
        right: 2%;
        top: 21%;
        background: #002347;
        color: white;
        padding: 10px 16px;
        font-family: 'Poppins';
        border-radius: 8px;
        text-transform: capitalize;
        font-size: 17px;
        transition: 0.2s;
    }
}

@media (min-width:1300px) and (max-width:1600px) {

    #submenu_left_main .submenu_left {
        left: -99% !important;
    }

    .header_main .nav_bar li a {
        font-size: 17px;
    }

    .submenu {
        top: 52px;
    }

    #lastSubmenu .lastSubsubmenu {
        left: -126% !important;
    }
}

@media (min-width:1600px) and (max-width:1700px) {
    #lastSubmenu .lastSubsubmenu {
        left: -99% !important;
    }

    .desktop_menu .container-fluid {
        width: 90%;
    }

    #lastSubmenu .lastSubsubmenu {
        left: -99% !important;
    }
}

@media (min-width:1700px) and (max-width:1800px) {
    .desktop_menu .container-fluid {
        width: 80%;
    }
}

@media (min-width:1800px) {
    .desktop_menu .container-fluid {
        width: 70%;
    }
}
/* Responsive Issue Fixed 13 May Starts Here*/

@media (max-width:350px) {

    .header_reviews .bah_col_5
    {
        display: none;
    }
    .header_reviews .bah_col_1
    {
        width: 50%;
    }
    .header_reviews .bah_col_2
    {
        display: block !important;
        width: 50%;
    }
    .header_reviews .bah_col_2 .bah_image_container .bah_image
    {
        width: 45%;
        margin-left: 70px;
    }
}

/* Responsive Issue Fixed 13 May Ends Here*/

/* 02 July CSS */

  .header-top-logo
    {
        width: 100%;
        height:auto;
    }
    .header-top-mobile-logo
    {
        width: 90%;
        height:auto;
    }
    .header-top-contact-icon,
    .header-top-google-logo

    {
            width: 70% !important;
            height: auto;
    }
  