
/*header*/
.wrapper {
    width: 100%;
    float: left;
}

.menu1_wrapper {
    width: 100%;
}

div#menu1 ul.navbar-nav {
    width: 40%;
}

.menu2 {
    justify-content: flex-end;
}

.logo_wrapper {
    width: 20%;
}

.menu2_wrapper {
    width: 40%;
}

header#npt_header {
    width: 100%;
    float: left;
}

a.covid-rs {
    position: absolute;
    bottom: 8px;
    right: 20px;
    color: #0082cb;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}

div#menu1, div#menu2, header#npt_header ul.navbar-nav {
    height: 100%;
}

header#npt_header li.nav-item a {
    font-size: 14px;
    color: #0a1f4a;
    padding-top: 0px;
    padding-bottom: 0px;
    height: 100%;
    display: block;
    font-family: 'open_sansregular';
}

header#npt_header nav.navbar {
    padding: 0px;
    height: 100%;
}

.header_logo {
    padding: 6px 0px 25px 0px;
}

div.btn_search i {
    color: #0a1f4a;
}

div.btn_search {
    background: none;
    border: none;
    margin-left: 6px;
}

.dropwn_hv ul.dropdown_list {
    position: absolute;
    top: 82px;
    width: auto;
    max-width: 100%;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    z-index: 1;
    transition: 0.4s ease-in all;
    display: none;
    background-image: linear-gradient(to right, #5d6eb2c9, #0082cb8f);
}

    .dropwn_hv ul.dropdown_list li a {
        color: #ffffff !important;
    }

    .dropwn_hv ul.dropdown_list li {
        padding: 10px 17px;
        color: #636466;
        width: auto;
        display: block;
    }

.navbar-toggler:focus {
    border: none;
    outline: 0;
}

button.navbar-toggler {
    padding: 0px;
    width: 44px;
}

.navbar-toggler-icon small.icon_bars {
    width: 100%;
    height: 3px;
    background: #3f5364;
    float: left;
    margin-bottom: 3px;
}

span.navbar-toggler-icon {
    height: 100%;
}

span.close_menu {
    float: right;
    color: #ffffff;
    font-size: 26px;
}




.wrapper_input {
    width: 250px;
    z-index: 999;
    position: absolute;
    right: 0px;
    padding: 11px;
    height: auto;
    float: left;
    background: #ffffff;
    box-sizing: border-box;
    border-radius: 4px;
    box-shadow: 0px 1px 10px #ddd;
    display: none;
}

    .wrapper_input input.form-control {
        width: 100%;
        right: 0px;
        background: #ffffff;
        height: 27px;
        font-size: 13px;
        padding-right: 35px;
    }

.btn_search:hover .wrapper_input {
    display: block;
}

.btn_sc_function {
    position: absolute;
    right: 23px;
    top: 12px;
    border: none;
    background: none;
}

.menu1_wrapper .btn_search:focus {
    outline: 0;
    border: 0;
}

span.arrow_wt {
    display: none;
}

header#npt_header nav.navbar.navbar-expand-md {
    margin-bottom: 0;
}

header#npt_header .header_logo.wrapper img {
    padding: 0px;
}

.swap_wrapper.wrapper .row {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.text-white {
    color: #fff !important;
}

p.banner_para.text-white + p {
    font-size: 27px;
    color: #fff !important;
}

.banner_wrapper_txt h1.banner_title.text-white {
    margin-bottom: 13px;
}

p.banner_para.text-white + p {
    font-size: 27px;
    color: #fff !important;
    margin-bottom: 22px;
}

.bg_white .col-lg-6.col-md-6.col-sm-12 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
}

header#npt_header .navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.neptune_lgo + p.card_para.text-center, .bg_grey.para_swapp.card_para.text-center {
    ​​​​​​​​ margin-top: 16px;
}

​​​​​​​​

.wrapper_inputinput.form-control {
    ​​​​​​​​ border: 1px solid #dddddd;
}

​​​​​​​​
/*End header*/
@media screen and (max-width:1500px) {
    header #npt_header li.nav-item a

{
    font-size: 14px;
}

}



@media screen and (min-width:992px) {

    .dropwn_hv:hover ul.dropdown_list {
        display: inline-block;
    }

    .dropwn_hv ul.dropdown_list li:hover {
        transition: 0.5s ease-in all;
        transform: scale(1.1);
    }

    header#npt_header ul.navbar-nav > li.nav-item:hover > a,
    header#npt_header ul.navbar-nav > li.nav-item.active > a {
        font-weight: 700;
    }

    div#menu1 ul.navbar-nav > li.dropwn_hv:hover > a::after {
        content: "";
        display: block;
        position: absolute;
        bottom: 18px;
        border-bottom: 4px solid #5d6eb2;
        height: 10px;
        width: 100%;
    }

    header#npt_header ul.navbar-nav > li.nav-item > a {
        height: 100%;
        display: flex;
        align-items: center;
        position: relative;
    }

    span.close_menu {
        display: none;
    }

    p.banner_para {
        font-size: 23px;
    }

    .d-mobile {
        display: none;
    }

    .menu1_wrapper nav.navbar.navbar-expand-md {
        width: 98%;
        float: left;
    }
}


@media screen and (min-width:768px) and (max-width:991px) {
    .dropwn_hv ul.dropdown_list {
        top: 48px;
    }

    div#menu1 ul.navbar-nav > li > a:hover::after {
        bottom: -13px !important;
    }

    header#npt_header li.nav-item a {
        font-size: 12px;
    }

    .menu1_wrapper nav.navbar.navbar-expand-md {
        width: 96%;
    }

    div#menu1 ul.navbar-nav > li.dropwn_hv:hover > a::after {
        bottom: -13px !important;
    }
}

@media screen and (max-width:991px) {

    div#menu1 {
        height: 100vh !important;
        overflow: auto;
    }

    .arrowShown ul.dropdown_list {
        display: block;
    }

    span.arrow_wt {
        float: right;
        display: block;
        width: 45px;
        position: absolute;
        right: 0px;
        top: 0px;
        padding-left: 14px;
    }

    .arrowShown span.arrow_wt i {
        transform: rotate(90deg);
    }



    .dropwn_hv ul.dropdown_list {
        position: unset;
        width: 100%;
    }

    header#npt_header {
        padding-top: 15px;
    }

    .d-desktop, a.covid-rs {
        display: none;
    }

    header#npt_header nav.navbar.navbar-expand-md {
        justify-content: flex-start;
        width: 80%;
        float: left;
    }

    div#menu1 {
        width: 100%;
        position: fixed;
        background-image: linear-gradient(to right, #5d6eb2, #0082cb);
        top: 0;
        box-shadow: 0px 1px 10px #2b78bf;
        padding: 15px;
        z-index: 9;
        left: 0px;
        top: 0;
    }

        div#menu1 > ul > li {
            padding: 7px;
            position: relative;
        }

    span.arrow_wt i {
        color: #ffffff;
    }

    div#menu1 > ul > li > a {
        color: #ffffff !important;
    }

    .dropwn_hv ul.dropdown_list {
        position: unset;
        width: 100%;
    }

    .navbar-expand-md div#menu1 {
        display: block !important;
        left: -1000px;
        transition: 0.5s ease-in all;
    }


    div.btn_search {
        width: 16%;
        text-align: right;
        display: flex;
        align-items: flex-start;
        justify-content: flex-end;
    }

    header#npt_header nav.navbar {
        height: auto;
    }

        header#npt_header nav.navbar.navbar-expand-md ul.navbar-nav {
            width: 100%;
            text-align: left;
        }

    .logo_wrapper {
        width: 240px;
    }

    div#menu1, div#menu2, header#npt_header ul.navbar-nav {
        height: auto;
    }


    .logo_wrapper.d-mobile {
        width: 100%;
        float: left;
        order: 2;
    }

        .logo_wrapper.d-mobile img {
            width: 275px;
            display: block;
            margin: auto;
        }

    .menu1_wrapper {
        display: flex;
        flex-wrap: wrap;
    }
}

@media screen and (min-width:1200px) {
    header#npt_header li.nav-item a {
        margin: 0px 7px;
    }
}




@media screen and (min-width : 768px) and (max-width : 991px) {
    /* ul.navbar-nav.menu1 li.nav-item.dropwn_hv {
    margin: 0px 6px;
} */

    header#npt_header > li.nav-item {
        position: relative;
    }

    span.arrow_wt {
        display: block;
        width: 18px;
        text-align: center;
        transform: rotate(90deg);
    }

    header#npt_header {
        min-height: 138px;
    }

    .logo_wrapper.d-mobile {
        display: block;
        width: 95%;
    }

    header#npt_header nav.navbar {
        height: auto;
    }

    .logo_wrapper.d-mobile img {
        width: 300px;
    }

    .logo_wrapper.d-desktop {
        display: none;
    }

    a.covid-rs {
        position: unset;
        text-align: right;
        width: 100%;
        display: block;
    }

    .menu1_wrapper nav.navbar.navbar-expand-md {
        width: 100%;
    }
    /* ul.navbar-nav.menu2 {
        width: 44% !important;
    }
    ul.navbar-nav.menu1 {
        width: 53% !important;
    } */
    /* li.nav-item.dropwn_hv { 
        display: flex;
    } */

}



/* Landscape */
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
    ul.navbar-nav.menu1 li.nav-item.dropwn_hv {
        margin: 0px 6px;
    }

    li.nav-item.dropwn_hv {
        display: flex;
    }

    span.arrow_wt {
        display: flex;
        width: 22px;
        text-align: center;
        align-items: center;
        justify-content: center;
    }
}




@media only screen and (min-width: 1024px) and (max-width:1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
    ul.navbar-nav.menu1 li.nav-item.dropwn_hv {
        margin: 0px 6px;
    }

    header#npt_header li.nav-item a {
        font-size: 13px;
    }

    a.covid-rs {
        bottom: 0;
    }

    header#npt_header li.nav-item a.nav-link.mob_none {
        display: none;
    }

    div#menu1 ul.navbar-nav > li.dropwn_hv:hover > a::after {
        bottom: 24px;
    }

    span.arrow_wt {
        display: flex;
        width: 22px;
        text-align: center;
        align-items: center;
        justify-content: center;
    }

    li.nav-item.dropwn_hv {
        display: flex;
    }

    header#npt_header li.nav-item a {
        font-size: 10px !important;
    }
}

@media screen and (min-width:991px) {
    header#npt_header {
        min-height: 82px;
    }
}

@media screen and (min-width:1441px) {
    header#npt_header {
        height: 82px;
        /*margin-bottom: 16px;*/
    }

    .dropwn_hv ul.dropdown_list {
        top: 82px;
    }
}

@media screen and (max-width:991px) {
    header#npt_header li.nav-item a.nav-link.mob_none {
        display: none;
    }
}

@media screen and (min-width: 992px) {

    header#npt_header .navbar-expand-md .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        align-items: center;
    }

    header#npt_header .navbar-expand-md .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
        min-height: 80px;
        justify-content: space-around;
    }

    header#npt_header ul.navbar-nav > li.nav-item > a {
        margin-top: 0px;
    }
}

@media screen and (min-width: 992px) {
    header#npt_header .navbar-expand-md .navbar-toggler {
        display: none;
    }

    .menu1_wrapper .btn_search {
        padding-top: 27px;
    }
}

@media screen and (max-width:1360px) {
    header#npt_header li.nav-item a {
        /*font-size: 11px;*/
        font-size: 16px !important;
        margin: 0px 15px;
    }
}



.neptune_lgo + p.card_para.text-center,
.bg_grey .para_swap p.card_para.text-center {
    margin-top: 16px;
}

.wrapper_input input.form-control {
    border: 1px solid #dddddd;
}

@media screen and (max-width:991px) {
    button.navbar-toggler {
        background: none;
        border: none;
    }

    span.arrow_wt {
        top: 12px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    li.nav-item.dropwn_hv {
        align-items: center;
    }
    /* header#npt_header li.nav-item a {
        font-size: 9px;
        padding: 6px;
    } */
    .dropwn_hv ul.dropdown_list {
        top: 197px;
    }

    div#menu1 ul.navbar-nav > li.dropwn_hv:hover > a::after {
        bottom: 24px;
    }
    /* div#menu1  ul.navbar-nav.menu1 {
        width: 100% !important;
    }
    div#menu1 ul.navbar-nav.menu2 {
        width: 100% !important;
    } */

    div#menu1 ul.navbar-nav > li.dropwn_hv:hover > a::after {
        bottom: 24px !important;
    }
}


@media screen and (max-width:767px) {
    p.banner_para.text-white + p {
        font-size: 27px;
        color: #3f5364 !important;
        margin-bottom: 22px;
    }

    .block_description.wrapper {
        margin-bottom: 25px;
    }
}



@media (device-width: 1024px) and (device-height: 768px) and (orientation: landscape) {
    header#npt_header li.nav-item a {
        padding: 5px;
    }

    div#menu1 ul.navbar-nav.menu1 {
        width: 55%;
    }
}


@media only screen and (min-width: 1024px) and (max-width:1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
    div#menu1 ul.navbar-nav.menu1 {
        width: 50%;
    }

    header#npt_header li.nav-item a {
        padding: 3px;
    }
}



@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {

    header#npt_header li.nav-item a {
        font-size: 11px;
    }
}





.neptune_lgo + p.card_para.text-center,
.bg_grey .para_swap p.card_para.text-center {
    margin-top: 16px;
}

header + div,
header + div > div {
    width: 100%;
    float: left;
}


@media screen and (min-width:1300px) {
    div#amd_wrapper .col-lg-4 .block_description {
        padding: 0px 50px;
    }

    .bg_blue .para_swap, .bg_white .para_swap, .bg_grey .para_swap {
        padding: 70px 128px !important;
    }

        .bg_blue .para_swap h5.card_data.text-center {
            padding: 0px 23px;
        }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .banner_wrapper_txt {
        width: 100%;
    }
}

@media all and (device-width: 1024px) and (device-height: 768px) and (orientation:landscape) {

    li.nav-item.dropwn_hv {
        display: flex;
    }

    header#npt_header li.nav-item a {
        font-size: 11px;
    }

    ul.navbar-nav.menu1 li.nav-item.dropwn_hv {
        margin: 0px 6px;
    }
}


/*template differ*/

header#npt_header {
    background: #ffffff;
}

.landing-page #breadcrumb,
.landing-page section#banner {
    width: 100%;
    float: left;
}

p.footer-bottom {
    padding: 0px 20px;
    text-align: center;
}
/*****/
section {
    width: 100%;
    float: left;
}
/*Sticky header*/
@media screen and (min-width: 768px) {
    header#npt_header {
        position: fixed;
        top: 0;
        z-index: 1;
        transition: all 300ms ease;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    #banner {
        margin-top: 172px;
    }
}

@media screen and (min-width: 992px) {
    #banner {
        margin-top: 82px;
    }
}

@media screen and (min-width:992px) and (max-width:1300px) {
    header#npt_header ul.navbar-nav > li.nav-item > a {
        padding-right: 5px;
    }

    span.arrow_wt {
        width: auto;
    }

    header#npt_header li.nav-item a {
        margin: 0;
    }

    header#npt_header li.nav-item a {
        font-size: 14px !important;
    }
}

@media screen and (min-width: 992px) and (max-width: 1100px) {
    div#menu1 ul.navbar-nav.menu1 {
        width: 50% !important;
    }

    header#npt_header li.nav-item a {
        font-size: 10px !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .neptune-rebrand .navbar-nav > li > a {
        padding: 0;
    }
}
