body {
    font-size: 16px;
    line-height: 24px;
    font-family: 'Ananda Lipi';
    overflow-x: hidden;
}

.container{
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
}

.container-fluid{
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
}

p{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #333;
}



@font-face {
  font-family: 'Ananda Lipi';
  src: url('font/Ananda Lipi Bold Cn Bt.ttf');
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-2666;
}


@font-face {
  font-family: 'Ananda Lipi';
  src: url('font/Ananda Lipi Bold Bt.ttf');
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-2666;
}




/*******************HEADER******************/


.nepal-left img{
    width: 82px;
    float: left;
    margin-right: 10px;
    padding-left: 15px;
    position: relative;
}

.nepal-left p{
    font-size: 25px;
    line-height: 70px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0px;
}

.nepal-left a{
  text-decoration: none;
}

.logo-section{
  background-color: #014b96;
  padding: 5px 0;
  border-bottom: 1px solid #1a5794;
}

.search-row1{
  background-color: #0021ad;
  padding: 5px 0;
  border-top: 1px solid #fff;
}

#searchinput {
    width: 200px;
}

#searchclear {
    position:absolute;
    right:5px;
    top:0;
    bottom:0;
    height:14px;
    margin:auto;
    font-size:14px;
    cursor:pointer;
    color:#ccc;
}


#custom-search-input{
    padding: 6px 3px;
    border: solid 1px #ffffff;
    border-radius: 30px;
    background-color: transparent;
    margin-top: 10px;
}

#custom-search-input input{
    border: 0;
    box-shadow: none;
    background-color: transparent;
    color: #fff;
}

#custom-search-input input::placeholder{
  color: #fff;
}

#custom-search-input button{
    margin: 2px 0 0 0;
    background: none;
    box-shadow: none;
    border: 0;
    color: #ffffff;
    padding: 4px 16px 0 14px;
    border-left: solid 1px #fff;
    border-radius: 0;
}

#custom-search-input button:hover{
    border: 0;
    box-shadow: none;
    border-left: solid 1px #fff;
}

#custom-search-input .fa-search{
    font-size: 23px;
}


.color-map{
  width: 100%;
  height: 580px;
}

a.btn.btn-setting {
    background-color: rgb(216, 62, 62);
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: rgb(255, 255, 255);
    float: right;
    margin-right: 20px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(216, 62, 62);
    border-image: initial;
    border-radius: 30px;
    padding: 8px 40px 5px;
}

a.btn.btn-setting:hover{
    border: 1px solid #014b96;
    background-color: #014b96;
    color: #fff;
}

a.btn.btn-user {
    background-color: rgb(37, 78, 172);
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: rgb(255, 255, 255);
    float: right;
    margin-right: 20px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(37, 78, 172);
    border-image: initial;
    border-radius: 30px;
    padding: 8px 40px 5px;
}

a.btn.btn-user:hover{
    background-color: rgb(216, 62, 62);
    color: rgb(255, 255, 255);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(216, 62, 62);
    border-image: initial;
}

.userbutton a i{
  /*background-color: #014b96;
  padding: 10px;*/
  /*border-radius: 50%;
  text-align: center;*/
  font-size: 37px;
  color: #014b96;
  float: right;
}

.userbutton a i:hover{
  color: #d83e3e;
}

.nepal-left a i.fa-sign-in-alt{
  font-size: 37px;
  color: #014b96;
  float: right;
  margin-top: -43px;
  display: none;
}

.nepal-left a i.fa-sign-in-alt:hover{
  color: #d83e3e;
}

/*******************LOGIN PAGE START HERE****************/

.login-section {
    padding-top: 140px;
}

.login-header {
    max-width: 650px;
    width: 100%;
    margin: 0 auto;
    display: block;
    padding: 30px;
    border: 1px solid #ccc;
    box-shadow: 1px 1px 5px 1px #807280;
    border-radius: 10px;
}

.login-section input.form-control {
    border: 1px solid #ddd;
    padding: 10px;
    height: 50px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.login-section h4{    
    text-align: center;
    font-size: 20px;
    color: #014b96;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}

.login-section button.btn.btn-signin{
    border: 1px solid #014b96;
    background-color: #014b96;
    padding: 10px 20px 12px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 15px;
}

.login-section button.btn.btn-signin:hover{
    border: 1px solid #d83e3e;
    background-color: #d83e3e;
}

.login-section p{
  margin-bottom: 0px;
}

.login-section p a{
  color: #000;
  font-weight: 500;
  text-decoration: underline;
}

.login-section p a:hover{
  color: #014b96;
  text-decoration: none;
}



ul.pagination{
  float: right;
}

.pagination>li>a { border-radius: 50% !important;margin: 0 5px;}

ul.pagination .page-link {
    position: relative;
    display: block;
    padding: 10px 16px;
    font-size: 16px;
    line-height: 20px;
    color: #014b96;
    background-color: #fff;
    border: 2px solid #dee2e6;
    font-weight: 600;
}

ul.pagination .page-link:hover{
    color: #fff;
    background-color: #014b96;
    border: 2px solid #014b96;
}

ul.pagination .page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #014b96;
    border-color: #014b96;
}

.photo-mid-section {
    padding-top: 20px;
}

.tuki-img {
    width: 100%;
    height: 720px;
}

.photo-right-lists{
  padding: 0px;
  background-color: #d83e3e;
  margin-top: 20px;
}

.photo-right-lists ul{
  padding: 20px;
  margin: 0px;
}

.photo-right-lists ul li{
  list-style-type: none;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc;
}

.photo-right-lists ul li iframe{
  margin-bottom: -7px;
}

.photo-right-lists ul li:last-child{
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: none;
}

.photo-right-lists ul li a{
  text-decoration: none;
}

.photo-right-lists ul li a img{
  width: 100%;
  height: 150px;
  object-fit: cover;
}

.photo-right-lists ul li a h5{
    font-size: 26px;
    line-height: 30px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0px;
}

.photo-right-lists ul li a h6{
    background-color: #fff;
    padding: 5px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color: #000;
    margin-bottom: 0px;
    text-align: center;
}
.photo-right-lists ul li a h6:hover{
  color: #d83e3e;
}

.photo-mid-section h1 {
    font-size: 25px;
    line-height: 35px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    background-color: #014b96;
    padding: 5px;
    margin-bottom: 15px;
}

ul.photo-footer-links{
  padding: 0px;
  margin: 0px;
  margin-top: 35px;
  margin-bottom: 10px;
}

ul.photo-footer-links li{
  list-style-type: none;
  display: inline-block;
  padding-right: 10px;
  margin-bottom: 15px;
  margin-right: 10px;
  border-right: 1px solid #ddd;
  line-height: 14px;
}

ul.photo-footer-links li:last-child{
  padding-right: 0px;
  margin-right: 0px;
  border-right: none;
}

ul.photo-footer-links li a{
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: #000;
  text-decoration: none;
}

ul.photo-footer-links li a:hover{
  color: #014b96;
}

.photo-listing iframe{
  margin-bottom: -5px;
}

.photolist-middle h1{
  font-size: 20px;
  line-height: 43px;
  font-weight: 700;
  color: #000;
  margin-bottom: 10px;
}

.pradesh-mid-section {
    padding-top: 20px;
}

.pradesh-mid-section h1{
  font-size: 34px;
  line-height: 40px;
  font-weight: 500;
  color: #014b96;
  text-align: center;
  margin-bottom: 20px;
}

.pradesh-mid-section img{
  width: 300px;
  height: auto;
  margin: 0 auto;
  display: block;
  margin-bottom: 20px;
}

.pradesh-mid-section ul{
  padding: 0px;
  margin: 0px;
}

.pradesh-mid-section ul li{
    list-style-type: none;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.pradesh-mid-section ul li:last-child{
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: none;
}

.pradesh-mid-section ul li a{
  text-decoration: none;
}

.pradesh-mid-section ul li a h2{
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  color: #000;
  margin-bottom: 5px;
}

.pradesh-mid-section ul li a h2:hover{
  color: #014b96;
}

.pradesh-mid-section ul li p{
  margin-bottom: 5px;
  line-height: 20px;
}

.helping-middle{
  padding: 30px 0;
}

.setting-icon{
  width: 100px;
  height: 100px;
  margin: 0 auto;
  display: block;
  margin-bottom: 10px;
}

.helping-middle h2{
    font-size: 26px;
    line-height: 30px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    margin-bottom: 0px;
}

.helping-box{
    background-color: #014b96;
    padding: 60px 20px;
    text-align: center;
    margin-bottom: 30px;
    border-radius: 10px;
}

.help-box {
    background-color: #014b96;
    padding: 60px 20px;
    text-align: center;
    margin-bottom: 30px;
    border-radius: 10px;
}

.help-box img{
  width: 100px;
  margin-bottom: 20px;
}

.help-box p{
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 0px
}

.photoupload-section{
  padding: 30px 0;
}

.member-ship h1{
    font-size: 40px;
    line-height: 44px;
    font-weight: 600;
    color: #014b96;
    text-align: center;
    margin-bottom: 25px;
    text-decoration: underline;
}

.member-ship form{
    background-color: #eee;
    max-width: 760px;
    width: 100%;
    margin: 0 auto;
    display: block;
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 10px;
}

.member-ship label {
    text-align: right;
    line-height: 39px;
    font-size: 14px;
    margin-bottom: 0px;
}

.member-ship input.form-control {
    width: 100%;
    max-width: 100%;
    height: 40px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 0px;
}

.member-ship select{
    width: 100%;
    max-width: 100%;
    height: 40px;
    font-size: 14px;
    padding-left: 10px;
    border: 1px solid #ccc;
    border-radius: 0px;
    color: #777b80;
}

.member-ship button.btn.btn-primary {
    border: 1px solid #014b96;
    background-color: #014b96;
    padding: 10px 30px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #fff;
}

.member-ship button.btn.btn-primary:hover{
    border: 1px solid #d83e3e;
    background-color: #d83e3e;
}

.nepal-menu-box1 {
    background-color: #014b96;
    max-width: 350px;
    width: 100%;
    margin: 0 auto;
    display: block;
    margin-top: 45px;
    padding: 20px;
    position: relative;
    border-radius: 5px;
}

.nepal-menu-box1 ul {
    padding: 0px;
    margin: 0px;
}

.nepal-menu-box1 ul li {
    list-style-type: none;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #3b63bf;
}

.nepal-menu-box1 ul li:last-child{
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: none;
}

.nepal-menu-box1 ul li a {
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
}

.sthaniya-body{
  padding: 30px 0;
}

.sthaniya-body h1 {
    font-size: 34px;
    line-height: 40px;
    font-weight: 500;
    color: #014b96;
    text-align: center;
    margin-bottom: 20px;
}

.pradesh-mid-section1 a{
  text-decoration: none;
}

.palika-box{
    background-color: #014b96;
    padding: 70px 20px;
    border-radius: 5px;
    text-align: center;
    margin-bottom: 20px;
}

.palika-box h2{
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0px;
}

.sarkar-box{
    background-color: #014b96;
    padding: 40px 20px;
    margin-bottom: 30px;
    border-radius: 5px;
}

.sarkar-box h1{
  color: #fff;
  margin-bottom: 0px;
}

.sarkar-box h2 {
    font-size: 28px;
    line-height: 40px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    margin-bottom: 0px;
}





/**********MOBILE MENU***********/

.clickmenus1{
    font-size: 25px;
    cursor: pointer;
    position: absolute;
    top: 0px;
    left: 30px;
    color: #ffffff;
    z-index: 99;
    display: inline-block;
    float: left;
    background-color: rgb(216, 62, 62);
    /*background: url("../images/menu-bg.png") center center no-repeat;*/
    padding: 19px 10px;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    text-align: center;
    display: none;
}

.clickmenus1 h6{
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #dc3545;
    text-transform: uppercase;
    float: left;
    margin-left: 10px;
}

.sidenav1 {
  height: auto;
  width: 0;
  position: absolute;
  z-index: 999;
  top: 0px;
  left: 15px;
  background-color: #014b96;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 20px;
}

.sidenav1 a {
  padding: 5px;
  text-decoration: none;
  font-size: 25px;
  color: #222;
  display: block;
  transition: 0.3s;
}

.sidenav1 a:hover {
    color: #ffffff;
    background-color: #014b96;
}

.sidenav1 .closebtn1 {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 44px;
    margin-left: 50px;
    z-index: 9999;
    color: #ffffff;
    font-weight: 800;
    background-color: #d83e3e;
    padding: 5px;
}

@media screen and (max-height: 450px) {
  .sidenav1 a {font-size: 18px;}
}


.sidenav1 .card{
    background-color: transparent;
    border: none;
}


.card-header{
  background-color: transparent;
  border-bottom: 1px solid #eee;
}

.sidenav1 .card-body{
    padding: 0 10px;
}

.mobile-menus1{
  margin-top: 15px;
}

.mobile-menus1 ul{
    padding: 0px;
    margin: 0px;
}

.mobile-menus1 ul li{
    list-style-type: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

.mobile-menus1 ul li a {
    font-size: 20px;
    line-height: 33px;
    font-weight: 500;
    color: #fff;
    border-bottom: 1px solid #3b63bf;
    padding-top: 10px;
    margin-bottom: 10px;
    padding-left: 10px;
}


.sidenav1 .card-body ul li a {
    font-size: 12px;
}


.sidenav1 .card-body ul li a:hover {
    color: #fff;
    font-size: 13px;
    background-color: transparent;
}

.mobile-menus1 ul li a i.fa-angle-down{
    float: right;
}

.mobile-menus1 ul li a i.fa-arrow-right{
    /*float: left;*/
    margin-right: 5px;
}

.mobile-menus1 ul li.active ul li a i.fa-angle-down{
    margin-top: 9px !important;
}



.input_container input{
    width: 100%;
    height: 50px;
    border: 1px solid #696464;
    border-radius: 30px;
    margin-bottom: 15px;
    padding-left: 10px;
    font-size: 16px;
    color: #333;
}

/*****************DASHBOARD PAGE START HERE****************/

.dashboard-left{
  background-color: #014b96;
}

.dashboard-left #accordian {
 background: #014b96;
 width: 100%;
 color: white;
  margin-top: 15px;
}

.dashboard-left ul{
  padding: 0px;
  margin: 0px;
}
 
/*.dashboard-left #accordian h3 {
 background: #003040;
 background: -webkit-gradient(linear, left top, left bottom, from(#003040), to(#002535));
 background: linear-gradient(#003040, #002535);
}*/

.dashboard-left #accordian h3{
  margin-bottom: 0px;
  border-bottom: 1px solid #05407b;
}
 
.dashboard-left #accordian h3 a {
 padding: 0 10px;
  font-size: 16px;
  line-height: 50px;
 display: block;
 color: white;
 text-decoration: none;
}
 
.dashboard-left #accordian h3:hover {
 text-shadow: 0 0 1px rgba(255, 255, 255, 0.7);
}
 
.dashboard-left i.fa-tasks {
 margin-right: 10px;
}

.dashboard-left i.fa-calendar {
 margin-right: 10px;
}

.dashboard-left i.fa-heart {
 margin-right: 10px;
}

.dashboard-left i.fa-angle-down{
  float: right;
  margin-top: 18px;
}
 
.dashboard-left #accordian li {
 list-style-type: none;
 border-bottom: 1px solid #2f5dc7;
}
 
.dashboard-left #accordian ul ul li a,
.dashboard-left #accordian h4 {
 color: white;
 text-decoration: none;
  font-size: 14px;
  line-height: 36px;
 display: block;
 padding: 0 15px;
 -webkit-transition: all 0.15s;
 transition: all 0.15s;
 position: relative;
 border-bottom: 1px solid #05407b;
 margin-left: 10px;
}
 
.dashboard-left #accordian ul ul li a:hover {
 background: #d83e3e;
 border-left: 5px solid #fff;
}
 
.dashboard-left #accordian ul ul {
 display: none;
}
 
.dashboard-left #accordian li.active>ul {
 display: block;
}
 
.dashboard-left #accordian ul ul ul {
 margin-left: 15px;
 border-left: 1px dotted rgba(0, 0, 0, 0.5);
}
 
.dashboard-right{
  background-color: #eee;
  padding-top: 20px;
}

.dash-login .bg-light {
    background-color: #014b96 !important;
    padding: 0px;
}

.dash-login .bg-light .navbar-nav{
  margin-top: 12px;
}

.dash-login .admin-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.dash-login .navbar-light .navbar-nav .nav-link {
    color: #fff;
    padding: 0px;
    padding-left: 20px;
    font-size: 14px;
    line-height: 40px;
    font-weight: 600;
}

.dash-login .navbar-light .navbar-nav .nav-link i{
  margin-right: 0px;
}

.dash-login .dropdown-menu.sm-menu.show {
    padding: 0px;
    margin-top: 5px;
    background-color: #f5f5f5;
}

.dash-login a.dropdown-item {
    font-size: 14px;
    line-height: 30px;
    font-weight: 600;
    color: #d83e3e;
    border-bottom: 1px solid #ddd;
    padding: 5px;
}

.dash-login a.dropdown-item:hover{
  background-color: #014b96;
  color: #fff;
}

.post-box {
    border: 1px solid #eee;
    padding: 30px 10px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 1px 1px 5px 1px #807280;
    margin-top: 25px;
    margin-bottom: 40px;
    background-color: #fff;
}

.post-box img{
  width: 70px;
  height: 70px;
}

.post-box i.fas{
    color: #014b96;
    font-size: 50px;
    margin-bottom: 10px;
}

.post-box i.far{
    color: #014b96;
    font-size: 50px;
    margin-bottom: 10px;
}

.post-box i.fa-smile{
    color: #014b96;
    font-size: 50px;
    margin-bottom: 10px;
}

.post-box h5 {
    font-size: 26px;
    line-height: 32px;
    font-weight: 700;
    color: #000;
    margin-bottom: 0px;
}

.post-box p{
  font-weight: 700;
}

.post-box a {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    color: #014b96;
    text-decoration: underline;
}

.post-box a:hover{
  color: #d83e3e;
}

.dashboard-right h1 {
    font-size: 30px;
    line-height: 34px;
    font-weight: 600;
    color: #d83e3e;
    float: left;
    margin-right: 30px;
    margin-bottom: 0px;
    margin-top: 0px;
}

.breadcrumb {
    display: inline-block;
    background: none;
    padding: 5px 0 0 0;
    border-radius: 0;
    margin-bottom: 0px;
}

.breadcrumb > li {
    display: inline-block;
    border-right: 1px solid #999;
    padding-right: 10px;
    margin-right: 10px;
    line-height: 12px;
    font-weight: 700;
}

.breadcrumb > li:last-child{
  border-right: none;
}

.breadcrumb li a{
    color: #484848;
    font-size: 16px;
    padding: 0px;
    margin: 0px;
    text-decoration: none;
    font-weight: 700;
}

.breadcrumb li a:hover{
  color: #014b96;
}

.dashboard-right table button#showbutton5 {
    border: none;
    background-color: transparent;
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.dashboard-right h2 {
    font-size: 30px;
    line-height: 34px;
    font-weight: 600;
    color: #014b96;
    margin-bottom: 20px;
}

.dashboard-right form {
    background-color: #fff;
    width: 100%;
    margin: 0 auto;
    display: block;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #ccc;
    margin-bottom: 30px;
}

.dashboard-right input {
    margin-bottom: 0px;
    height: 42px;
    font-size: 14px;
    border-radius: 0px;
    padding-left: 10px;
    border: 1px solid #ced4da;
    width: 100%;
}

.dashboard-right input#myFile {
    border: none;
    padding-left: 0px;
}

.dashboard-right select{
    margin-bottom: 0px;
    height: 42px;
    font-size: 14px;
    border-radius: 0px;
    padding-left: 10px;
    border: 1px solid #ced4da;
    width: 100%;
    color: #868686;
}

.upload-btn-wrapper input{
  border: none;
  padding: 0px;
}

.dashboard-right button.btn.btn-primary.btn-xs {
    border: 1px solid #014b96;
    background-color: #014b96;
    padding: 6px 10px;
    border-radius: 3px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #fff;
}

.dashboard-right button.btn.btn-primary.btn-xs:hover {
    border: 1px solid #d83e3e;
    background-color: #d83e3e;
}

.search-form button.btn.btn-sm.btn-primary.btn-block {
    border: 1px solid #014b96;
    background-color: #014b96;
    padding: 10px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #fff;
}

.table thead th{
  vertical-align: middle;
}

.table thead tr th p{
  margin-bottom: 0px;
}

.photo-dash-img{
  width: 40px;
  height: 40px;
}

.dashboard-right button.btn.btn-success {
    border: 1px solid #014b96;
    background-color: #014b96;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #fff;
    max-width: 112px;
    width: 100%;
    margin: 0 auto;
    display: block;
}

.dashboard-right button.btn.btn-success:hover{
    border: 1px solid #d83e3e;
    background-color: #d83e3e;
}

.dashboard-right i.fa.fa-play {
    background-color: #dc3d46;
    padding: 15px;
    font-size: 16px;
    color: #fff;
    border-radius: 5px;
}

.dashboard-right input#checkall {
    width: 15px;
    height: 15px;
}

.dashboard-right input.checkthis {
    width: 15px;
    height: 15px;
}

.show-on-hover:hover > ul.dropdown-menu {
    display: block;    
}

#quickSearchLinks {
    float: none;
}

#quickSearchLinks ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#quickSearchLinks ul li {
    border: 1px solid #ccc;
    padding: 8px;
}

#moreOptions {
    text-decoration: none;
    border-bottom: 1px solid #b4c1c5;
    color: #014b96;
    font-size: 16px;
    font-weight: 700;
}

#quickSearchLinks ul li ul {
    position: absolute;
    display: none;
    z-index: 999;
    margin-top: 9px;
}

#quickSearchLinks ul li ul li {
    min-width: 170px;
    color: #fff;
    background: 0 0;
}

#moreOprtionsItem{
  background-color: #d83e3e;
}

#moreOprtionsItem li:first-child {
    border-bottom: 1px solid #fff;
}

#quickSearchLinks ul li ul li a {
    text-decoration: none;
    color: #fff;
    display: block;
    padding: 6px;
    white-space: nowrap;
}

#moreOprtionsItem ul li ul li a:hover{
  background-color: #1565a0;
}

#quickSearchLinks ul:hover ul#moreOprtionsItem{
  display: block;
}

.feature-tool-box-right{
  margin-top: 40px;
}

.feature-tool-box-right a{
  text-decoration: none;
}

.feature-tool-box{
    background-color: #014b96;
    padding: 40px 20px;
    text-align: center;
    margin-bottom: 30px;
    border-radius: 10px;
}

.feature-tool-box:hover{
  background-color: #d83e3e;
}

.feature-tool-box h4{
    font-size: 40px;
    line-height: 55px;
    font-weight: 400;
    color: #fff;
}

.feature-tool-box h4 span{
  display: block;
}

.pdf-upload-box form{
    background-color: #ccc;
    padding: 60px 40px;
    border-radius: 10px;
}

.pdf-upload-box h3{
    padding: 15px 25px;
    background-color: #d83e3e;
    width: auto;
    position: absolute;
    left: -60px;
    font-size: 26px;
    line-height: 30px;
    font-weight: 600;
    color: #fff;
    border-radius: 5px;
}

.pdf-upload-box form input.btn {
    background-color: #014b96;
    padding: 50px;
    width: auto;
    margin: 0 auto;
    display: block;
    margin-bottom: 30px;
    color: #fff;
    font-size: 24px;
}

.pdf-upload-box button.btn.btn-primary {
    border: 1px solid #014b96;
    background-color: #014b96;
    border-radius: 5px;
    padding: 22px 40px 20px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color: #fff;
    max-width: 280px;
    width: 100%;
    margin: 0 auto;
    display: block;
}

.pdf-upload-box button.btn.btn-primary:hover{
    border: 1px solid #d83e3e;
    background-color: #d83e3e;
}

button.btn.btn-danger.btn-xs{
    background-color: transparent;
    padding: 0;
    border: 1px solid transparent;
    color: #000;
    margin-right: 5px;
}

button.btn.btn-edit{
    background-color: transparent;
    padding: 0;
    border: 1px solid transparent;
    color: #000;
}

.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show>.btn-danger.dropdown-toggle{
  background-color: transparent;
  border: 1px solid transparent
  box-shadow: none;
}

.btn-danger.focus, .btn-danger:focus{
  box-shadow: none;
}


























