.robot-not {
    background: transparent;
    font-size: 16px;
    line-height: 25px;
    border: 2px solid #f4f4f4 !important;
    color: #7b7b7b;
    padding: 14px 12px 12px 18px;
    outline: none;
    font-family: "Roboto", sans-serif;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-shadow: 0 2px 4px rgb(171 171 171 / 13%) !important;
    box-shadow: 0 2px 4px rgb(171 171 171 / 13%) !important;
    border-radius: 4px !important;
    width: 50px;
}

.junj-header {
    min-height: 48px;
    line-height: 48px;
    background: #00458e;
    color: #fff;
    position: sticky;
    top: 0;
    z-index: 99;
    box-shadow: 0 0 2px 0 rgb(51 51 51 / 5%), 0 2px 10px 0 rgb(51 51 51 / 15%);
}

.row {
    margin-left: 0;
    margin-right: 0;

}

.last-text {
    text-align: right;
}

.junj-header .contrainer,
.junj-footer .contrainer {
    max-width: 1470px;
    height: 100%;
    margin: auto;
}

.header-top {
    font-size: 16px;
}

.header-menu {
    height: 90px;
    line-height: 90px;
    background: #fff;
}

.junj-footer {
    background: #000;
    padding: 90px 0 24px;
    color: #fff;
}

.foot-bottom {
    border-top: 2px solid rgba(255, 255, 255, .2);
    color: #fff;
    font-size: 16px;
    line-height: 68px;
}

.foot-left span {
    color: #00458e;
}

.foot-right {
    text-align: right;
}

.foot-right span {
    padding: 10px 5px;
}

.logo-foot {
    margin-bottom: 20px;
}

.header-menu .logo {
    width: 20%;
    height: 100%;
    float: left;
}

.header-menu a {
    display: inline-block;
    height: 100%;
}

.header-menu .logo img {
    max-width: 100%;
    height: 80%;
}

.breadcrumbs a {
    color: #000;
}

.breadcrumbs a:hover {
    text-decoration: none;
    color: #00458e;
}

.breadcrumbs {
    padding-left: 30px;
    line-height: 40px;
    height: 40px;
    background: rgba(0, 0, 0, .1);
}

#menu1 {
    width: 80%;
    float: left;
    line-height: 90px;
}

#menu-mainmenu {
    margin-top: 25px;
}

.sub-menu-toggle:active {
    border: none;
}

#menu-mainmenu a {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    padding-left: 20px;
    padding-right: 20px;
}

#menu-mainmenu a:hover {
    color: #00458e;
}

#menu-mainmenu .active a {
    color: #00458e;
}

.navbar-toggle .icon-bar {
    background: #00458e;
}

.navbar-toggle {
    margin-top: 30px;
}

.common-top-margin {
    /*margin-top: 90px;*/
}

.vc_row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.form-default .form-control:not(textarea) {
    height: 52px;
}

.contact-form-box .form-control {
    background: transparent;
    font-size: 16px;
    line-height: 25px;
    border: 2px solid #f4f4f4 !important;
    color: #7b7b7b;
    padding: 14px 12px 12px 18px;
    outline: none;
    font-family: "Roboto", sans-serif;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-shadow: 0 2px 4px rgb(171 171 171 / 13%) !important;
    box-shadow: 0 2px 4px rgb(171 171 171 / 13%) !important;
    border-radius: 4px !important;
}

.wpcf7-form-control-wrap {
    position: relative;
}

.form-default .form-group {
    position: relative;
    margin-bottom: 12px;
    padding: 0 15px;
    margin-bottom: 15px !important;
}

.banner-text {
    display: none;
}

.form-default button[type=submit] {
    margin-top: 27px;
}

.wpcf7-submit {
    padding: 0 39px;

    border: none;
    color: #fff;
}

.wpcf7-submit {
    background-color: #00458e !important;
    color: #ffffff !important;
}

.form-default .row .form-group {
    padding: 0;
}

.tt-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 17px;
    padding: 10px 23px 10px;
    height: 48px;
    color: #ffffff;
    cursor: pointer;
    position: relative;
    font-family: "Poppins", sans-serif;
    text-align: center;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border: 1px solid transparent;
    border-radius: 4px;
    font-weight: 600;
    -webkit-transition: color .2s, background-color .2s, border-color .2s;
    transition: color .2s, background-color .2s, border-color .2s;
    white-space: nowrap;
}

.breadcrumbs .row {
    margin-left: 0;
    margin-right: 0;

}

.icon-plus,
.icon-minus {
    display: none;
}

.sub-menu-toggle {
    position: absolute;
    width: 50%;
    height: 100%;
    right: 0;
    top: 0;
    background: none;
    border: none;
}

.contact-us-module-content a {
    color: #333;
}

.contact-us-module-content a:hover {
    text-decoration: none;
    color: #00458e;
}

.menu-item:hover .dropdown-menu {
    display: block;
}

.navbar-right .dropdown-menu {
    right: inherit !important;
}

.navbar-right .dropdown-menu .dropdown-menu {
    margin-left: 99%;
    display: none;
    top: 0;
}

.menu-item:hover>.dropdown-menu {
    display: block;
}

.search-button {
    float: right;
    padding: 15px 20px;
    height: 50px;
    line-height: 23px;
    display: inline-block;
    margin-top: 23px;
    margin-left: 20px;
    cursor: pointer;
}

.search-button:hover {
    background: #eee;
}

.search-button:hover>i {
    color: #00458e;
}

.search-button i {
    color: #000;
    font-size: 20px;
}

.sidebar-left-content {
    margin-top: 6px;
}

.green-line {
    width: 45px;
    border-bottom: 1px solid #00458e;
}

.foot-four {
    margin-top: 30px;
}

.foot-one {
    margin-top: 35px;
}

.foot-top {
    padding-bottom: 50px;
}

/* .junj-footer h4 {
    text-align: center;
} */
/* .row {
    margin-left: 0;
    margin-right: 0;
} */
.searchDiv form {
    position: absolute;
    line-height: 30px;
    display: inline-block;
    z-index: 999;
    margin-top: 10px;
    overflow: hidden;
    transition: .5s ease-out;
    top: 150px;
    right: 30%;
    box-shadow: 0 0 2px 0 rgb(51 51 51 / 5%), 0 2px 10px 0 rgb(51 51 51 / 15%);
}

.searchDiv {
    display: none;
}


.searchDiv .input {
    width: 400px;
    padding: 9px;
    border: 1px solid #00458e;
}

input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.searchDiv .button {
    background: #00458e;
    color: #fff;
    width: 100px;
    border: 0;
    padding: 10px 15px;
}

.floating-sidebar {
    position: fixed;
    right: -500px;
    top: 50%;
    -webkit-transform: translate(-100%, -50%);
    -moz-transform: translate(-100%, -50%);
    -ms-transform: translate(-100%, -50%);
    -o-transform: translate(-100%, -50%);
    transform: translate(0, -50%);
    z-index: 999;
    transition: .5s;
    box-shadow: 0 0 2px 0 rgb(51 51 51 / 5%), 0 2px 10px 0 rgb(51 51 51 / 15%)
}


ul {
    margin-top: 0;
    margin-bottom: 10px;
}

.floating-sidebar ul {
    padding: 0;
    margin-bottom: 0 !important;
}

.floating-sidebar ul li {
    list-style: none;
    background: #00458e;
    color: #fff;
    padding-right: 20px;
    cursor: pointer;
    margin-top: 1px;
}

.floating-sidebar ul li i {
    display: inline-block;
    font-size: 34px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    vertical-align: bottom;
}

.floating-sidebar ul li span {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    vertical-align: text-bottom;
}

.floating-sidebar ul li a {
    color: #fff;
    text-decoration: none;
}

.floating-sidebar ul li:last-of-type {
    display: none;
}

#language a i {
    font-size: 30px;
    color: #00458e;
}

#language a {
    margin: 0 5px;
}

#language a:first-of-type {
    margin-left: 0;
}

.mene-one-left {
    padding-right: 10%;
}

.foot-one i {
    color: #00458e;
    font-size: 20px;
    margin-right: 10px;
}

.foot-top span,
.foot-top p,
.foot-one a {
    font-size: 16px;
}

.foot-button-sb {
    color: #fff;
    text-align: center;
    width: 100%;
    padding: 15px 0;
    background: #00458e;
    border-radius: 5px;
    margin-top: 40px;
    display: block;
    border: 1px solid #00458e;
}

.current {
    background: none !important;
    color: #e47c11 !important;
}

.container {
    padding-left: 0;
    padding-right: 0;
}

.pagination_page {
    font-size: 1rem;
    text-align: center;
    background: #00458e;
    padding: 5px 0 10px;
    margin-top: 30px;
}

.pagination_page span {
    color: #330056 !important;
}

.wp-pagenavi span,
.wp-pagenavi a,
.pagination_page span,
.pagination_page a {
    display: inline-block;
    padding: 0px 20px;
    text-align: center;
    color: #fff;
    border: 2px solid #fff !important;
    margin: 0 5px;
    border-radius: 5px;
    margin-top: 5px;
}

#language a:hover {
    text-decoration: none;
}

.foot-button-sb:hover {
    text-decoration: none;
    color: #00458e;
    background: #fff;
    border: 1px solid #00458e;
}

.phone-menu {
    background: #fff;
    border-top: 1px solid #ddd;
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    padding: 3px 0;
}

.phone-menu .phone-menu-item {
    width: 25%;
    float: left;
    text-align: center;
}

.phone-menu .phone-menu-item a {
    color: #000;
}

.phone-menu .iconfont {
    font-size: 25px;
}

.last-text a,
.foot-one a {
    color: #fff;
}

.foot-one a:hover {
    text-decoration: none;
    color: #00458e;
}

.last-text a:hover {
    text-decoration: none;
    color: rgba(0, 0, 0, .6);
}

@media (min-width: 1920px) {
    /* .navbar-right .dropdown-menu {
    } */
}

@media (min-width: 1700px) {
    .container {
        width: 100%;
    }
}

@media (max-width: 1470px) {

    .header-menu,
    .header-top,
    .foot-top .contrainer,
    .foot-bottom .contrainer {
        padding: 0 20px;
    }
}

@media (max-width: 1200px) {
    .header-menu .logo {
        width: 20%;
    }

    #menu1 {
        width: 80%;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 100%;
    }
}

@media (max-width: 949px) {
    .junj-header {
        line-height: normal;
    }
}

@media (min-width: 1000px) {
    .sub-menu-toggle {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .container {
        width: 100%;
    }

}

@media (max-width: 992px) {


    .last-text {
        text-align: left;
    }
}

@media (min-width: 768px) {
    .container {
        width: 100%;
    }
.super_m_head_search_bth{display: none !important;}
}
@media (max-width: 764px) {
    .searchDiv form {
        position: absolute;
        line-height: 30px;
        display: inline-block;
        z-index: 999;
        margin-top: 10px;
        overflow: hidden;
        transition: .5s ease-out;
        top: 90px;
        right: 0%;
        box-shadow: 0 0 2px 0 rgb(51 51 51 / 5%), 0 2px 10px 0 rgb(51 51 51 / 15%);width: 100%;
        text-align: center;
    }
    .searchDiv .button{}
    .searchDiv .input{width:calc(80% - 50px);box-sizing: border-box;}
    .super_m_head_search_bth{
        display: inline-block !important;
        position: relative;
        /* float: right; */
    padding: 9px 10px;
    margin-right: 15px;
    margin-top: 5px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    }

    .header-top,
    .more-about-sunpole {
        display: none;
    }

    .junj-footer {
        margin-bottom: 62.7px;
    }

    .phone-menu {
        display: block;
    }

    .junj-footer {
        padding: 10px 0 10px;
    }

    .foot-top {
        padding-bottom: 10px;
    }

    .foot-bottom {
        line-height: normal;
        padding-top: 10px;
    }

    .logo-foot,
    #language,
    .foot-left,
    .foot-right {
        text-align: center;
    }

    .foot-top>.contrainer>.row>div {
        display: none;
    }

    .foot-top>.contrainer>.row>.mene-one-left {
        display: block;
        padding-right: 15px;
    }

    .floating-sidebar {
        display: none;
    }

    .navbar-collapse .caret {
        float: right;
    }

    .menu-item>.dropdown-menu {
        position: relative;
        left: 0;
        width: 100%;
        top: 100%;
        border: none;
        box-shadow: none;
        background: #eee;
        padding-left: 40px;

    }

    .menu-item>.dropdown-menu>li:hover>.dropdown-menu {
        display: none;
    }

    .menu-item>.dropdown-menu a {
        font-size: 14px;
    }

    .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
    }

    .search-button {
        display: none;
    }

    #menu1 {
        width: 100%;
        background: #fff;
        box-shadow: 0 0 2px 0 rgb(51 51 51 / 5%), 0 2px 10px 0 rgb(51 51 51 / 15%);
    }

}