body{
    font-family: 'Museo Sans Rounded', sans-serif;
}
.p-70{
    padding: 70px 0px;
}

.top-header-sec{
    background: #004687;
    padding: 0px 38px;
}

.header-menu{
    padding: 0px 38px;
}


.nav-tabs .nav-link {
    border-radius: 0px;
    border: 0px;
    color: #fff;
    cursor: pointer;
    font-family: 'Museo Sans Rounded', sans-serif;
    font-weight: 500;
    font-size: 16px;
}

.nav-tabs .nav-link:hover {
    background: #fff;
    color: #004687;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #004687;
    background-color: #fff;
    border-color: none;
}

.nav-tabs {
    border-bottom: 0px;
}

.nav-link {
    display: block;
    padding: 11px 15px;
}

.top-right-nemu{
    float: right;
}
.navbar-light {
    padding: 0px;
}

.navbar-nav .nav-link {
    color: #fff;
    padding: 11px 20px!important;
    font-size: 15px;
    cursor: pointer;
}

.navbar-nav .nav-link:hover {
    background: #fff;
    color: #002961;
} 


.navbar-nav .republic {
    padding: 11px 4px 11px 20px !important;
    font-weight: 500;
}

.navbar-nav .republic i{
    margin-left: 38px;
    font-size: 11px;
}

.top-toggle-bg[data-bs-popper] {
    left: initial;
}

.top-toggle-bg[data-bs-popper] {
    top: 100%;
    right: 0px!important;
    margin-top: 0px;
    border-radius: 0px;
    background: #002961;
    padding: 0px;
    border: 0px;
    width: 203px;
}

.top-toggle{
    background: #002961;
    color: #fff;
}

.top-toggle-bg li a{
    color: #fff!important;
}
.top-toggle-bg li a:hover{
    background: #fff;
    color: #1c4277!important;
}

.navbar-dark{
    padding: 0px;
}
.navbar-nav .second-menu {
    color: #004687 !important;
    padding: 35px 26px !important;
    cursor: pointer;
    font-size: 1.25rem;
    border-bottom: 2px solid #fff;
    font-family: 'Museo Sans Rounded', sans-serif;
    font-weight: 500;
}


 .navbar-nav .second-menu i{
    font-size: 17px;
    font-weight: bolder;
}

.navbar-nav .second-menu:hover{
    background: #e6e6e6;
    border-bottom: 2px solid #7dc243;
  
  
}


.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    /* border-right: .3em solid transparent; */
    /* border-bottom: 0; */
    /* border-left: .3em solid transparent; */
}

.menu-bottom-sec{
    background: #004687;
    padding: 10px 0px;
}



 .menu-bottom-text p{
    margin: 0px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

 .menu-bottom-text p i{
    margin-right: 10px;
}

 .menu-bottom-text p a{
    cursor: pointer;
    color: #fff;
    display: inline-block;
}

.login {
    background: green;
    color: #fff !important;
    border-radius: 4px;
    padding: 11px 20px;
    margin-left: 9px;
    font-weight: 700;
    display: flex;
    align-items: center;
    font-size: 1.1rem;
    position: relative;
}

.login img{
    width: 16px;
    height: 16px;
    margin-right: 10px;
}


/*.login:hover{
    background: #fff;
    color: #004b1c!important;
}*/

.login:Hover {
    transition: all .2s;
    background: #459739;
    
}


.second-drop-menu[data-bs-popper] {
    margin-top: 0px;
    border-radius: 0px;
    padding: 0px;
    border: 0px;
    width: 220px;
}


.second-drop-menu li a {
    border-bottom: 1px solid #e6e6e6;
    padding: 17px 20px;
    font-size: 1.15rem;
    line-height: 1.5;
    color: #004687;
}

.second-drop-menu li a:hover {
    background: #ededed;
    color: #004687;
}




.dropdown-item:focus, .dropdown-item:hover {
    color: #ffffff;
    background-color: #1c4277;
}

.toggle-change i{
        transform: rotate(-180deg)!important;
}

.dropdown-toggle::after {
    display: none;
}

.nav-link a i{
    margin-left: 5px;
}

.hero-banner-sec {
    background-image: url(../images/hero-banner.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.hero-banner-bg {
    background-color: #00000041;
    padding: 70px 0px;
    min-height: 450px;
}

.banner-cont h1{
    font-size: 48px;
    line-height: 60px;
    letter-spacing: -.005em;
    color: #fff;
    margin-bottom: 50px;
}

.banner-cont p{
    margin-top: 1em;
    margin-bottom: 1em;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}



.content-1 h1{
    margin-bottom: 30px;
    font-weight: 500 !important;
    font-size: 26px !important;
    line-height: 30px !important;
    color: #004687;
}


.content-1 p {
    margin: 0px;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 20px;
    font-weight: normal;
}


#description{
    font-size: 24px;
}

.form-wrap{
    background: rgba(255,255,255,1);
    width: 100%;
/*    max-width: 850px;*/
    padding: 50px;
    margin: 0 auto;
    position: relative;
    /*-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);*/
}

.form-group{
    margin-bottom: 25px;
}
.form-group > label{
    display: block;
    font-size: 16px;    
    color: #000;
}
.custom-control-label{
    color: #000;
    font-size: 16px;
}
.form-control{
    height: 50px;
    background: #ecf0f4;
    border-color: transparent;
    padding: 0 15px;
    font-size: 16px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.form-control:focus{
    border-color: #00bcd9;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
}
textarea.form-control{
    height: 160px;
    padding-top: 15px;
    resize: none;
}

.btn{
    padding: .657rem .75rem;
    font-size: 18px;
    letter-spacing: 0.050em;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.btn-primary {
  color: #fff;
  background-color: #002961;
  border-color: #002961;
}

.btn-primary:hover {
  color: #002961;
  background-color: #ffffff;
  border-color: #002961;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
}

.btn-primary:focus, .btn-primary.focus {
  color: #002961;
  background-color: #ffffff;
  border-color: #002961;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #002961;
  background-color: #ffffff;
  border-color: #002961;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
}

.content-1-form{
    margin-top: -150px;
}


.content-1{
    background: #fff;
    padding: 50px;
    margin-top: -150px;
    margin-right: 50px;
}

.body-sec{
    background: #EEEEEE;
}
/*--------------------footer--------------*/

.footer-sec{
    background: #fff;
    padding: 70px 0px;
}
.social-menu{
   
    display: flex;
    margin-bottom: 30px;
}
.social-network {
    margin: 0px;
    padding: 0px;
    list-style: none;
    margin: 0px auto;
    display: flex;
}


 
.social-network li a {
    font-size: 20px;
    display: inline-block;
    background: #004687;
    /* padding: 20px; */
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 25px;
    float: left;
    margin-right: 10px;
    padding: 4px;
    color: #fff;
}

.footer-link h3{
    color: #004687;
    margin: 0px;
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 20px;
    font-family: 'Museo Sans Rounded', sans-serif;
}


.footer-link ul{
    margin: 0;
    padding: 0;
    list-style: none;
}


.footer-link ul li a{
    display: inline-block;
    text-decoration: none;
    color: #004687;
    font-size: 15px;
    padding: 5px 0px;
    font-weight: 500;
}

.footer-link ul li a:hover {
    color: #2e63ac;
}

.social-text {
    border: 1px solid #000;
    padding: 30px 15px;
}

.social-text p{
    margin: 0px;
    font-size: 16px;
    font-weight: normal;
}





/*.profile-menu { 
  .dropdown-menu{
    right: 0;
    left: unset;
  }
  .fa-fw{
    margin-right: 10px;
  }  
}
.toggle-change{
    &::after {
    border-top: 0;
    border-bottom: .3em solid;
    }
} */

.mobile-menu-sec{
    display: none;
}

.mobile-menu-box{
    flex-direction: row;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 10px 0px;
}
.mobile-menu-item a {
    color: #2e63ac;
    cursor: pointer;
    font-size: 20px;
}

.mobile-menu-item-3 a {
    font-size: 20px;
    display: inline-block;
    padding: 0px 15px;
    color: #2e63ac;
    padding: 11px 18px;
}

/*.mobile-menu-item-3 a:first-child{
    padding-left: 0px;
}

.mobile-menu-item-3 a:last-child{
    padding-right: 0px;
}*/

.mobile-menu-logo {
    padding-left: 27px;
}

.mobile-menu-logo a img{
    width: 115px;
}

.mobile-canva-header {
    background: #d3e3fd;
    padding: 10px 15px;
}

 .mobile-canva-header a img{
    width: 100px;
}

.navbar-brand img {
    width: 153px;
}

.mobile-nav li{
    width: 50%;
}

.mobile-nav li button{
    text-align: center;
    margin: 0px auto;
    color: #fff!important;
    width: 100%;
    font-size: 18px;
}
.mobile-nav .nav-item button.active {
  background-color: transparent;
  color: #1d4291;
}


.mobile-nav .nav-item button.active::after {
  content: "";
  border-bottom: 2px solid #83b657;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -1px;
  border-radius: 5px 5px 0 0;
}

.mobile-offcanvas-body{
    background: #004687;
}
.mobile-support-btn {
    padding: 20px 20px 8px;
}

.me-auto {
    margin-right: auto !important;
/*    padding: 20px;*/
}

.mobile-support-btn a{
    text-align: center;
    display: block;
    color: #fff;
    border: 1px solid;
    padding: 10px;
    text-decoration: none;
    font-size: 17px;
    border-radius: 4px;
}

.mobile-support-btn a:hover{
    background: #fff;
    color: #1c4277;
}

.mb-toggle::after {
    
    float: right; 
    margin-top: 10px;
}

.mb-toggle-bg {
    padding: 0px;
    width: 100%;
    background: #002961;
    border-radius: 0px;
    border: 0px;
    top: -3px !important;
}

.mb-toggle-bg li a {
    color: #fff;
}
.mb-toggle-bg li a:hover {
    color: #1c4277;
    background: #fff;
}

/*.mobile-other-menu {
    margin-bottom: 30px;
    
}*/

.mobile-other-menu ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
}

.mobile-other-menu ul li{
    width: 50%;
    text-align: center;
}
.mobile-other-menu ul li a{
    display: inline-block;
    text-decoration: none;
    color: #fff;
    padding: 20px 0px;
}

.mobile-tab-box{
   padding: 0px 20px;
}

.mobile-tab-content {
    padding: 0px 15px;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
}


.mobile-tab-content ul{
    margin: 0px;
    padding: 0;
    list-style: none;
}

.mobile-tab-content ul li a {
    text-decoration: none;
    display: block;
    color: #fff;
/*    font-size: 17px;*/
/*    padding: 10px 30px;*/
}

.mobile-tab-content ul li{
    font-size: 18px;
    line-height: 28px;
    padding: 12px 0px;
}


.mobile-tab-content ul li a span{
    float: right;
}

 .menu-bottom-text{
    display: flex;
}

.menu-bottom-text span{
    color: #fff;
    margin-right: 10px;
}

.mb-toggle i{
    float: right;
    margin-top: 4px;
}




/*----------------*/
  #sidebar {
        position: fixed;
        top: 66px;
        left: -100%;
        width: 100%;
        height: 100%;
        background: #004687;
        transition: left 0.3s ease;
        z-index: 999;
    }

  
    .openBtn{
    text-decoration: none;
    display: block;
    color: #fff;
    font-size: 17px;
    padding: 10px 30px;
    cursor: pointer;
    display: block;
    }

    .openBtn span{
    float: right;

    }

    #openBtnPlans{
        text-decoration: none;
        display: block;
        color: #fff;
        /*font-size: 17px;
        padding: 10px 20px;*/
        cursor: pointer;
        display: block;
    }

     #openBtnPlans span{
    float: right;

    }

.closeBtn {
    background: none;
    top: 20px;
    left: 20px;
    color: white;
    border: none;
    cursor: pointer;
    outline: none;
    margin-top: 15px;
    margin-left: 15px;
    font-size: 23px;

    }

.closeBtn i{
    margin-right: 15px;
}

 .m-sub-sidebar-head span{
    font-size: 20px;
    color: #fff;
}

.m-sub-sidebar-body{
    margin-left: 70px;
    margin-top: 10px;
}

.m-sub-sidebar-body ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.m-sub-sidebar-body ul li a{
    display: block;
    text-decoration: none;
    padding: 15px 0px;
    color: #fff;
    font-size: 18px;
}

/*---------------*/
#subplans{
        position: fixed;
        top: 66px;
        left: -100%;
        width: 100%;
        height: 100%;
        background: #004687;
        transition: left 0.3s ease;
        z-index: 999;
    }


#businessSidebar{
    position: fixed;
        top: 66px;
        left: -100%;
        width: 100%;
        height: 100%;
        background: #004687;
        transition: left 0.3s ease;
        z-index: 999;
}

#businessPlans{
    position: fixed;
        top: 66px;
        left: -100%;
        width: 100%;
        height: 100%;
        background: #004687;
        transition: left 0.3s ease;
        z-index: 999;
}

