

/*start here popup*/
.page{
	margin-top: 120px;
	margin-bottom: 20px;
}
.sign_heading{text-align: center; font-size: 20px; color:#185888; margin-bottom: 10px; }
.popupfrom-group{display: flex;}
.new_account {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size:14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 50%;
}

/* Hide the browser's default radio button */
.new_account input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #185888;
}



/* When the radio button is checked, add a blue background */
.new_account input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.new_account input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.new_account .checkmark:after {
    top: 8px;
    left: 8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}



#logreg-forms{
    width:100%
    background-color:#f3f3f3;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.popupfrom-group{margin-bottom: 15px;}

.popup_modal{position: relative;}
.popup_close_icon{
    position: absolute;z-index: 999; top:0px; right: 10px; 
}
#logreg-forms form {
    width: 100%;
    max-width: 410px;
    padding: 15px;
    margin: auto;
}
#logreg-forms .form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 10px;
    font-size: 16px;
}
#logreg-forms .form-control:focus { z-index: 2; }
#logreg-forms .form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
#logreg-forms .form-signin input[type="password"] {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

#logreg-forms .social-login{
    width:390px;
    margin:0 auto;
    margin-bottom: 14px;
}
#logreg-forms .social-btn{
    font-weight: 100;
    color:white;
    width:190px;
    font-size: 0.9rem;
}

#logreg-forms a{
    display: block;
    padding-top:10px;
    color:lightseagreen;
}

#logreg-form .lines{
    width:200px;
    border:1px solid red;
}


#logreg-forms button[type="submit"]{ margin-top:10px; }

#logreg-forms .facebook-btn{  background-color:#3C589C; }

#logreg-forms .google-btn{ background-color: #DF4B3B; }

#logreg-forms .form-reset, #logreg-forms .form-signup{ display: none; }

#logreg-forms .form-signup .social-btn{ width:210px; }

#logreg-forms .form-signup input { margin-bottom: 2px;}

.form-signup .social-login{
    width:210px !important;
    margin: 0 auto;
}

/*End here popup*/

.mobil_no{color: #fff; margin-top: 8px;}
.header_contact{list-style: none; padding-left: 0px; margin-bottom: 0px;}
.header_contact li{display: inline-block; margin-right:10px;}
.header_contact li:last-child{margin-right: 0px;}
.login_pnl{color: #fff; list-style: none; text-align: right; margin-bottom: 0px;}
.login_pnl li {display: inline-block; margin-right:5px;}
.login_pnl li:last-child{margin-right: 0px;}
.login_pnl li:after{content: "|"; padding-left:6px;}
.login_pnl li:last-child:after{display: none;}
.login_section{display: flex; padding: 10px; background-color: #185888; align-items: center;}
.login_detail{width: 50%;}
.login_pnl li a{color: #fff;}
.sign_pnl{cursor: pointer;}
#header.header-scrolled {
    background: #fff;
    padding: 20px 0;
    height: 72px;
    transition: all 0.5s;
}
#header {
    position: sticky;
    left: 0;
    top: 0;
    right: 0;
    transition: all 0.5s;
    z-index: 997;
    background-color: #fff;
}

#header #logo a img{
height:35px;
}

#header #logo{margin-top:10px;}


#nav-menu-container {
    float: right;
}
.nav-menu > li {
    margin-left: 10px;
}
.nav-menu > li {
    float: left;
}

.nav-menu, .nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}
.header-scrolled .nav-menu li:hover > a, .header-scrolled .nav-menu > .menu-active > a {
    color: #18d26e;
}
.header-scrolled .nav-menu a {
    color: black;
}
.nav-menu li:hover > a, .nav-menu > .menu-active > a {
    color: #006fb5;
}
.nav-menu li{
    font-size: 14px;
    text-transform: uppercase;
}
.menu-has-children{
    padding: 15px 8px 15px 8px;
}
.nav-menu a {
    padding: 15px 8px 15px 8px;
    text-decoration: none;
    display: inline-block;
    color: #000;
    font-size: 14px;
    outline: none;
}
#mobile-nav-toggle {
    display: inline;
}
/*#mobile-nav-toggle {
    position: fixed;
    right: 0;
    top:20px;
    z-index: 999;
    margin: 15px 10px 0 0;
    border: 0;
    background: none;
    font-size: 24px;
    display: none;
    transition: all 0.4s;
    outline: none;
    cursor: pointer;
    color: #006fb5;
}*/
#mobile-body-overly {
    width: 100%;
    height: 100%;
    z-index: 997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(0, 0, 0, 0.7);
    display: none;
}
body.mobile-nav-active #mobile-nav {
    left: 0;
}
#mobile-nav {
    position: fixed;
    top: 0;
    padding-top: 18px;
    bottom: 0;
    z-index: 998;
    background:#fff;
    left: -320px;
    width: 320px;
    overflow-y: auto;
    transition: 0.4s;
}
#mobile-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
#mobile-nav ul li {
    position: relative;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
    color: #666;
}
#mobile-nav ul .menu-has-children i {
    position: absolute;
    right: 0;
    top: 10px;
    z-index: 9999;
    padding:0px 15px 0px 0px;
    cursor: pointer;
    color: #666;
}
#mobile-nav ul .menu-item-active {
    color: #fff;
}
#mobile-nav ul li li {
    padding-left: 30px;
}

.menu-has-children .drop_down_menu
{display: none; margin-top: 10px;}

.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  color:black;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}


.nav-menu li:hover > .drop_down_menu,
.nav-menu li.sfHover > .drop_down_menu {
  display: block;
}
.nav-menu .drop_down_menu {
    margin: 4px 0 0 0;
    padding: 10px;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    background: #fff;
}
.nav-menu .drop_down_menu {
    position: absolute;
    display: none;
    top:95px;
    left: 0;
    z-index: 99;
    width: 100%;
}

.sf-arrows .sf-with-ul {
    padding-right: 30px;
}


.sub_menu{margin-top: 15px;}
.sub_menu li a{padding-left: 0px;color:#666;font-size: 14px; font-weight: normal;}
.sub_menu li{position: relative; width: 100%;}
.sub_menu li:before{content: "\f101";font: normal normal normal 14px/1 FontAwesome; color: #0090d6;}

#mobile-nav-toggle {
    display: none;
}


.menu_heading{font-size:16px; color: #006fb5; font-weight: bold; margin-bottom: 0px;}

@media(max-width:1167px){
.nav-menu > li {
    margin-left: -5px;
}

.nav-menu a {
    font-size: 12px;
    
}
}

@media(max-width:991px) {
    .header_menu {
        display: flex;
        width: auto!important;
        height: 50px;
        align-items: center;
    }
    .header_contact li a i{
        font-size: 20px;
    }
    .header_contact li{
        margin-right: 10px;
    }
    .header_contact li:last-child{
        margin-right: 15px;
    }
    .mobil_no{
        color: #666;
    }
    .contact-us-name:after {
    display: none;
}
    #mobile-nav-toggle.closeicon{
        font-size: 30px;
    position: absolute;
    right: 0px;
    background-color: #666;
    top: 0px;
    padding: 5px 10px;
    color: #fff; 
    z-index: 999;
    }
/*start here mobile css*/
.header-mobile{
    position: fixed;
    bottom: 0px;
    width: 100%;
    background-color: #fff;
    z-index: 9;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}


.header-mobile ul{
    display: flex;
    list-style: none;
    padding-left: 0px;
    padding: 10px 15px;
    justify-content: space-between;
    margin-bottom: 0px;
}


.header-mobile ul li a{
    color: #666;
    text-decoration: none;
    font-size: 14px;
}
.header-mobile ul li a i{
    display: block;
    text-align: center;
}
/*end here mobile css*/    

.drop_down_menu .col-lg-4{
    padding: 0px;
}
.sub_menu li{
    padding: 10px!important;
}
.menu_heading{ margin-top: 0px!important; }
.header_contact li a i span{display: none;}
#mobile-nav-toggle{display: block;}
.down_icon{display: none;}
#mobile-nav ul li li{padding: 0px 10px;}
#mobile-nav ul li a{color: #666; font-size: 16px;  display: block;}
#mobile-nav ul li{
  color: #666; font-size: 16px; border-bottom: 1px solid #ddd; display: block; padding: 10px;  
}
.menu_heading{color: #666;
    background-color: #ddd;
    padding: 10px;
    margin-bottom: 0px;
    margin-top: 12px;
}

.sub_menu li:before{color: #fff; display: none;}
.close_icon i.fa-times{color: #fff!important;
    top: -28px;
    position: absolute;
    right: 0px;}

    #nav-menu-container {
    display: none;
}



.login_detail{width: auto;}

}

@media (max-width: 767px){
.mwd30{width: 30%;}
.mwd100{width: 100%;}


.sign_up_text{display: none;}
#header #logo a img {
    height: 30px;
    margin-top:0px;
}
}

@media screen and (max-width:576px){
    
    
   
    
}