@import url("fontawesome-free-5.13.0-web/css/fontawesome.min.css");*/

*{
  box-sizing: border-box;
  margin: 0; padding: 0;
}

/*preloader*/
#loader {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 9999;
   text-align: center;
  padding-top: 300px;
  color: #fff;
  font-family:tahoma;
}

.loader {
  border: 8px solid #f3f3f3;
    border-radius: 50%;
    text-align: center;
    /* position: absolute; */
    margin: 0 auto;
    z-index: 999;
     
    border-top: 5px solid #02b6ff;
    width: 80px;
    height: 80px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
#loader p {
    color: #333;
    margin: 10px 0;
    text-align: center;
}
 @-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/*preloader*/

/*general*/
body
{
    line-height: 1.74;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    visibility: visible;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    color: #696969;
    position: relative;
    background-color: #ffffff;
}
.uk-cursor-pointer {
    cursor: pointer;
}
a
{
    color: #0077b9;
    transition: color .24s ease,background .24s ease,border .24s ease,padding .24s ease;
}
 
 /*bread crumb*/
ul.page-breadcrumb {
    padding: 0;
    margin: 0;  
  list-style: none;
 }
ul.page-breadcrumb li {
  display: inline;
  /*font-size: 18px;*/
}
ul.page-breadcrumb li+li:before {
  padding: 8px;
  
 font-family: "Font Awesome 5 Free"; font-weight: 600; content: "\f105";
}
ul.page-breadcrumb li a {
 
  text-decoration: none;
}
ul.page-breadcrumb li a:hover {
   text-decoration: underline;
}
/*end*/

/*table hover*/
.uk-table-hover tbody tr:hover, .uk-table-hover>tr:hover {
    background: #ebf0f5;
}
/*end*/
.uk-badge {
    background: #0176b9;
}

.uk-link-muted a, a.uk-link-muted
{
  text-decoration: none;
}
/*general*/

/*buttons*/
.btn-1:active, .btn-1:hover, .btn-1:focus,
.btn-2:active, .btn-2:hover, .btn-2:focus,
.btn-3:active, .btn-3:hover, .btn-3:focus,
.btn-4:active, .btn-4:hover, .btn-4:focus,
.btn-5:active, .btn-5:hover, .btn-5:focus {
  outline: 0!important;
  outline-offset: 0;
} 
.btn-1::before,
.btn-1::after,
.btn-2::before,
.btn-2::after,
.btn-3::before,
.btn-3::after,
.btn-4::before,
.btn-4::after,
.btn-5::before,
.btn-5::after,
.btn-1 span::before,
.btn-1 span::after,
.btn-2 span::before,
.btn-2 span::after,
.btn-3 span::before,
.btn-3 span::after,
.btn-4 span::before,
.btn-4 span::after,
.btn-5 span::before,
.btn-5 span::after

 {
  position: absolute;
  content: "";
} 



/*.btn-1:active, .btn-1:hover, .btn-1:focus,
.btn-2:active, .btn-2:hover, .btn-2:focus,
.btn-3:active, .btn-3:hover, .btn-3:focus,
.btn-4:active, .btn-4:hover, .btn-4:focus,
.btn-5:active, .btn-5:hover, .btn-5:focus {
  outline: 0!important;
  outline-offset: 0;
} 
.btn-1::before,
.btn-1::after,
.btn-2::before,
.btn-2::after,
.btn-3::before,
.btn-3::after,
.btn-4::before,
.btn-4::after,
.btn-5::before,
.btn-5::after

 {
  position: absolute;
  content: "";
} 
*/

 

 
.btn {
  position: relative;
    display: inline-block;
    /* width: auto; */
     height: auto; 
    text-align: center;
    background-color: transparent;
    border: none;
    cursor: pointer;
  /*margin: 0px 25px 15px;
  min-width: 150px;*/
}
  .btn span {         
   position: relative;
    display: inline-block;
    top: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 0 30px;
    vertical-align: middle;
    font-size: .875rem;
    line-height: 38px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.3s;
  }

/*--- btn-1 ---*/
.btn-1::before {
  background-color: #0077b9;
  transition: 0.3s ease-out;
}
.btn-1 span {
  color: rgb(255,255,255);
  border: 1px solid #0077b9;
  transition: 0.2s 0.1s;
}
.btn-1 span:hover {
  color: #0077b9;
  transition: 0.2s 0.1s;
}

/* 1.hover-filled-slide-down */
.btn.hover-filled-slide-down::before {
  bottom: 0; left: 0; right: 0; 
  height: 100%; width: 100%;
}
.btn.hover-filled-slide-down:hover::before {
  height: 0%;
}

/* 2.hover-filled-slide-up */
.btn.hover-filled-slide-up::before {
  top: 0; left: 0; right: 0;
  height: 100%; width: 100%;
}
.btn.hover-filled-slide-up:hover::before {
  height: 0%;
}

/* 3.hover-filled-slide-left */
.btn.hover-filled-slide-left::before {
  top: 0; bottom: 0; left: 0;
  height: 100%; width: 100%;
}
.btn.hover-filled-slide-left:hover::before {
  width: 0%;
}

/* 4. hover-filled-slide-right */
.btn.hover-filled-slide-right::before {
  top:0; bottom: 0; right: 0;
  height: 100%; width: 100%;
}
.btn.hover-filled-slide-right:hover::before {
  width: 0%;
}

/* 5. hover-filled-opacity */
.btn.hover-filled-opacity::before {
  top:0; bottom: 0; right: 0;
  height: 100%; width: 100%;
  opacity: 1;
}
.btn.hover-filled-opacity:hover::before {
  opacity: 0;
}

/*--- btn-2 ---*/
.btn-2::before {
  background-color: #0077b9;
  transition: 0.3s ease-out;
}
.btn-2 span {
  color: #0077b9;
  border: 1px solid #0077b9;
  transition: 0.2s;
}  
.btn-2 span:hover {
  color: rgb(255,255,255);
  transition: 0.2s 0.1s;
}

/* 6. hover-slide-down */
.btn.hover-slide-down::before {
  top: 0; left: 0; right: 0; 
  height: 0%; width: 100%;
}
.btn.hover-slide-down:hover::before {
  height: 100%;
}

/* 7. hover-slide-up */
.btn.hover-slide-up::before {
  bottom: 0; left: 0; right: 0; 
  height: 0%; width: 100%;
}
.btn.hover-slide-up:hover::before {
  height: 100%;
}

/* 8. hover-slide-left */
.btn.hover-slide-left::before {
  top: 0; bottom: 0; right: 0; 
  height: 100%; width: 0%;
}
.btn.hover-slide-left:hover::before {
  width: 100%;
}

/* 9. hover-slide-right */
.btn.hover-slide-right::before {
  top: 0; bottom: 0; left: 0; 
  height: 100%; width: 0%;
}
.btn.hover-slide-right:hover::before {
  width: 100%;
}

/* 10. hover-opacity */
.btn.hover-opacity::before {
  top:0; bottom: 0; right: 0;
  height: 100%; width: 100%;
  opacity: 0;
}
.btn.hover-opacity:hover::before {
  opacity: 1;
}

/*--- btn-3 ---*/
.btn-3 {
  padding: 5px;
}
.btn-3 span {
  color: rgb(255, 255, 255);
  background-color: #0077b9;
}
.btn-3::before,
.btn-3::after {
  background: transparent;
  z-index: 2;
}

/* 11. hover-border-1 */
.btn.hover-border-1::before,
.btn.hover-border-1::after {
  width: 10%; height: 25%;
  transition: 0.35s;
}
.btn.hover-border-1::before {
  top: 0; left: 0;
  border-left: 1px solid #0077b9;
  border-top: 1px solid #0077b9;
}
.btn.hover-border-1::after {
  bottom: 0; right: 0;
  border-right: 1px solid #0077b9;
  border-bottom: 1px solid #0077b9;
}
.btn.hover-border-1:hover::before,
.btn.hover-border-1:hover::after {
  width: 99%;
  height: 98%;
}

/* 12. hover-border-2 */
.btn.hover-border-2::before,
.btn.hover-border-2::after {
  width: 10%; height: 25%;
  transition: 0.35s;
}
.btn.hover-border-2::before {
  bottom: 0; left: 0;
  border-left: 1px solid #0077b9;
  border-bottom: 1px solid #0077b9;
}
.btn.hover-border-2::after {
  top: 0; right: 0;
  border-right: 1px solid #0077b9;
  border-top: 1px solid #0077b9;
}
.btn.hover-border-2:hover::before,
.btn.hover-border-2:hover::after {
  width: 99%;
  height: 99%;
}

/* 13. hover-border-3 */
.btn.hover-border-3::before,
.btn.hover-border-3::after {
  width: 0%; height: 0%;
  opacity: 0;
  transition: width 0.2s 0.15s linear, height 0.15s linear, opacity 0s 0.35s;
}
.btn.hover-border-3::before {
  top: 0; right: 0;
  border-top: 1px solid #0077b9;
  border-left: 1px solid #0077b9;
}
.btn.hover-border-3::after {
  bottom: 0; left: 0;
  border-bottom: 1px solid #0077b9;
  border-right: 1px solid #0077b9;
}
.btn.hover-border-3:hover::before,
.btn.hover-border-3:hover::after {
  width: 100%; height: 99%;
  opacity: 1;
  transition: width 0.2s linear, height 0.15s 0.2s linear, opacity 0s;   
}

/* 14. hover-border-4 */
.btn.hover-border-4::before,
.btn.hover-border-4::after {
  width: 0%; height: 0%;
  opacity: 0;
  transition: width 0.2s linear, height 0.15s 0.2s ease-out, opacity 0s 0.35s;
}
.btn.hover-border-4::before {
  bottom: 0; left: -1px;
  border-top: 1px solid #0077b9;
  border-left: 1px solid #0077b9;
}
.btn.hover-border-4::after {
  top: 0; right: 0;
  border-bottom: 1px solid #0077b9;
  border-right: 1px solid #0077b9;
}
.btn.hover-border-4:hover::before,
.btn.hover-border-4:hover::after {
  width: 100%; height: 99%;
  opacity: 1;
  transition: width 0.2s 0.15s ease-out, height 0.15s ease-in, opacity 0s;   
}

/* 15. hover-border-5 */
.btn.hover-border-5::before,
.btn.hover-border-5::after {
  width: 0%; height: 0%;
  opacity: 0;
}
.btn.hover-border-5::before {
  top: 0; right: 0;
  border-top: 1px solid #0077b9;
  border-left: 1px solid #0077b9;
  transition: width 0.2s 0.5s ease-out, height 0.15s 0.35s linear, opacity 0s 0.7s;
}
.btn.hover-border-5::after {
  bottom: 0; left: 0px;
  border-bottom: 1px solid #0077b9;
  border-right: 1px solid #0077b9;
  transition: width 0.2s 0.15s linear, height 0.15s ease-in, opacity 0s 0.35s;
}
.btn.hover-border-5:hover::before,
.btn.hover-border-5:hover::after {
  width: 100%; height: 96%;
  opacity: 1;
}
.btn.hover-border-5:hover::before {
  transition: width 0.2s ease-in, height 0.15s 0.2s linear, opacity 0s;   /* 1,2 */
}
.btn.hover-border-5:hover::after {
  transition: width 0.2s 0.35s linear, height 0.15s 0.5s ease-out, opacity 0s 0.3s; 
} 

/*--- btn-4 ---*/
.btn-4 span {
  color: #0077b9;
  background-color: rgb(245,245,245);
}
.btn-4 span:hover {
  color: #0077b9;
}
.btn-4::before,
.btn-4::after {
  width: 15%; height: 2px;
  background-color: #0077b9;
  z-index: 2;
}

/* 16. hover-border-6 */
.btn.hover-border-6::before,
.btn.hover-border-6::after {
  top: 0;
  transition: width 0.2s 0.35s ease-out;
}
.btn.hover-border-6::before {
  right: 50%;
}
.btn.hover-border-6::after {
  left: 50%;
}
.btn.hover-border-6:hover::before,
.btn.hover-border-6:hover::after {
  width: 50%;
  transition: width 0.2s ease-in;   
}

.btn.hover-border-6 span::before,
.btn.hover-border-6 span::after {
  width: 0%; height: 0%;
  background: transparent;
  opacity: 0;
  z-index: 2;
  transition: width 0.2s ease-in, height 0.15s 0.2s linear, opacity 0s 0.35s;
}
.btn.hover-border-6 span::before {
  top: 0; left: 0;
  border-left: 2px solid #0077b9;
  border-bottom: 2px solid #0077b9;
}
.btn.hover-border-6 span::after {
  top: 0; right: 0;
  border-right: 2px solid #0077b9;
  border-bottom: 2px solid #0077b9;
}
.btn.hover-border-6 span:hover::before,
.btn.hover-border-6 span:hover::after {
  width: 50%; height: 96%;
  opacity: 1;
  transition: height 0.2s 0.2s ease-in, width 0.2s 0.4s linear, opacity 0s 0.2s;   
}

/* 17. hover-border-7 */
.btn.hover-border-7::before,
.btn.hover-border-7::after {
  bottom: 0;
  transition: width 0.2s 0.35s ease-out;
}
.btn.hover-border-7::before {
  right: 50%;
}
.btn.hover-border-7::after {
  left: 50%;
}
.btn.hover-border-7:hover::before,
.btn.hover-border-7:hover::after {
  width: 50%;
  transition: width 0.2s ease-in;   
}

.btn.hover-border-7 span::before,
.btn.hover-border-7 span::after {
  width: 0%; height: 0%;
  background: transparent;
  opacity: 0;
  z-index: 2;
  transition: width 0.2s ease-in, height 0.15s 0.2s linear, opacity 0s 0.35s;
}
.btn.hover-border-7 span::before {
  bottom: 0; left: 0;
  border-left: 2px solid #0077b9;
  border-top: 2px solid #0077b9;
}
.btn.hover-border-7 span::after {
  bottom: 0; right: 0;
  border-right: 2px solid #0077b9;
  border-top: 2px solid #0077b9;
}
.btn.hover-border-7 span:hover::before,
.btn.hover-border-7 span:hover::after {
  width: 50%; height: 96%;
  opacity: 1;
  transition: height 0.2s 0.2s ease-in, width 0.2s 0.4s linear, opacity 0s 0.2s;   
}

/* 18. hover-border-8 */
.btn.hover-border-8::before,
.btn.hover-border-8::after {
  bottom: 0;
  width: 15%;
  transition: width 0.2s 0.35s ease-out;
}
.btn.hover-border-8::before {
  right: 50%;
}
.btn.hover-border-8::after {
  left: 50%;
}
.btn.hover-border-8:hover::before {
  width: 50%;
  transition: width 0.2s ease-in;   
}
.btn.hover-border-8:hover::after {
  width: 50%;
  transition: width 0.1s ease-in;   
}

.btn.hover-border-8 span::before,
.btn.hover-border-8 span::after {
  width: 0%; height: 0%;
  bottom: 0;
  background: transparent;
  opacity: 0;
  z-index: 2;
}
.btn.hover-border-8 span::before {
  left: 0%;
  border-left: 2px solid #0077b9;
  transition: height 0.25s ease-in, opacity 0s 0.35s;   
}
.btn.hover-border-8 span:hover::before {
  height: 96%;
  opacity: 1;
  transition: height 0.25s 0.2s ease-out, opacity 0s 0.2s;   
}
.btn.hover-border-8 span::after {
  right: 0%;
  border-right: 2px solid #0077b9;
  border-top: 2px solid #0077b9;
  transition: width 0.2s ease-in, height 0.15s 0.2s linear, opacity 0s 0.35s;   
}
.btn.hover-border-8 span:hover::after {
  width: 99%; height: 96%;
  opacity: 1;
  transition: height 0.15s 0.1s linear, width 0.2s 0.25s linear, opacity 0s 0.1s;   
}

/* 19. hover-border-9 */
.btn.hover-border-9::before,
.btn.hover-border-9::after {
  bottom: 0;
  width: 15%;
  transition: width 0.2s 0.35s ease-out;
}
.btn.hover-border-9::before {
  right: 50%;
}
.btn.hover-border-9::after {
  left: 50%;
}
.btn.hover-border-9:hover::before {
  width: 50%;
  transition: width 0.1s ease-in;   
}
.btn.hover-border-9:hover::after {
  width: 50%;
  transition: width 0.2s ease-in;   
}

.btn.hover-border-9 span::before,
.btn.hover-border-9 span::after {
  width: 0%; height: 0%;
  bottom: 0;
  background: transparent;
  opacity: 0;
  z-index: 2;
}
.btn.hover-border-9 span::after {
  right: 0%;
  border-right: 2px solid #0077b9;
  transition: height 0.25s ease-in, opacity 0s 0.35s;   
}
.btn.hover-border-9 span:hover::after {
  height: 96%;
  opacity: 1;
  transition: height 0.25s 0.2s ease-out, opacity 0s 0.2s;   
}
.btn.hover-border-9 span::before {
  left: 0%;
  border-left: 2px solid #0077b9;
  border-top: 2px solid #0077b9;
  transition: width 0.2s ease-in, height 0.15s 0.2s linear, opacity 0s 0.35s;   
}
.btn.hover-border-9 span:hover::before {
  width: 98.5%; height: 96%;
  opacity: 1;
  transition: height 0.15s 0.1s linear, width 0.2s 0.25s linear, opacity 0s 0.1s;   
}

/* 20. hover-border-10 */
.btn.hover-border-10::before,
.btn.hover-border-10::after {
  left: 0%;
  height: 30%;
  width: 2px;
  transition: height 0.2s 0.35s ease-out;
}
.btn.hover-border-10::before {
  top: 50%;
}
.btn.hover-border-10::after {
  bottom: 50%;
}
.btn.hover-border-10:hover::before {
  height: 50%;
  transition: height 0.2s ease-in;   
}
.btn.hover-border-10:hover::after {
  height: 50%;
  transition: height 0.1s ease-in;   
}

.btn.hover-border-10 span::before,
.btn.hover-border-10 span::after {
  width: 0%; height: 0%;
  background: transparent;
  opacity: 0;
  z-index: 2;
}
.btn.hover-border-10 span::after {
  bottom: 0; left: 0%;
  border-bottom: 2px solid #0077b9;
  transition: width 0.25s ease-in, opacity 0s 0.35s;   
}
.btn.hover-border-10 span:hover::after {
  width: 100%;
  opacity: 1;
  transition: width 0.25s 0.2s ease-out, opacity 0s 0.2s;   
}
.btn.hover-border-10 span::before {
  top: 0%; left: 0%;
  border-top: 2px solid #0077b9;
  border-right: 2px solid #0077b9;
  transition: height 0.15s ease-in, width 0.2s 0.15s linear, opacity 0s 0.35s;   
}
.btn.hover-border-10 span:hover::before {
  width: 98.5%; height: 96%;
  opacity: 1;
  transition: width 0.2s 0.1s linear, height 0.15s 0.3s ease-out, opacity 0s 0.1s;   
}

/*--- btn-5 ---*/
.btn-5 span {
  color: #0077b9;
  border: 2px solid rgb(249, 211, 27);
  transition: 0.2s;
}
.btn-5 span:hover {
  background-color: rgb(245,245,245);
}

/* 21. hover-border-11 */
.btn.hover-border-11::before,
.btn.hover-border-11::after {
  width: 100%; height: 2px;
  background-color: #0077b9;
  z-index: 2;
  transition: 0.35s; 
}
.btn.hover-border-11::before {
  top: 0; right: 0;
}
.btn.hover-border-11::after {
  bottom: 0; left: 0;
}
.btn.hover-border-11:hover::before,
.btn.hover-border-11:hover::after {
  width: 0%;
  transition: 0.2s 0.2s ease-out; 
}

.btn.hover-border-11 span::before,
.btn.hover-border-11 span::after {
  width: 2px; height: 100%;
  background-color: #0077b9;
  z-index: 2;
  transition: 0.25s; 
}
.btn.hover-border-11 span::before {
  bottom: 0; right: -2px;
}
.btn.hover-border-11 span::after {
  top: 0; left: -2px;
}
.btn.hover-border-11 span:hover::before,
.btn.hover-border-11 span:hover::after {
  height: 0%;
}
.uk-button-p-select {
    border: none;
    outline: none;
    padding: 0 25px;
    background-color: #0077b9;
    cursor: pointer;
    color: #fff;
    font-weight: 600;
}

.uk-button-p-select.active, .uk-button-p-select:hover {
  background-color: #666;
  color: white;
}
.uk-button-primary {
    background-color: #0077b9;

}

.uk-button-white-border {
    border: solid 1px #fff;
    color: #fff;
}

.uk-button-white-border:hover, .uk-button-white-border:focus {
    background: #fff;
    
}
/*buttons end*/

/*background*/
.uk-background-primary
{
    background: #0077b9;
}
.uk-background-white
{
    background: #ffffff;
}
/*backgraoun end*/
 
 /*text color*/


 .uk-text-primary {
    color: #0077b9!important;
}


 .uk-text-secondary {
    color: #333!important;
}
.uk-text-danger {
    color: #f44336!important;
}


 .uk-text-success {
    color: #8cc63f!important;
}


 .uk-text-white {
    color: #ffffff !important;
}

/*text color end*/

/*label background*/
.uk-label-primary
{
    background:#0077b9;
}

.uk-label-secondary
{
    background:#333;
}

.uk-label-success
{
    background:#8cc63f;
}
/*label background end*/


/*border*/
.uk-border-top
{
    border-top: solid 1px #eee;
}

.uk-border-bottom
{
    border-bottom: solid 1px #eee;
}
/*border end*/
/*container*/
.uk-container {
    box-sizing: content-box;
    max-width: 1160px;
}
/*container end*/


/*header*/

.uk-navbar-container:not(.uk-navbar-transparent) {
    background: #fff;
}
header .uk-nav-divider {
    margin: 0;
}
.uk-navbar-nav>li>a {
    color: #333;
    font-size: 16px;
    text-transform: none;
    position: relative;
    font-weight: 500;
    }
    .uk-navbar-nav>li:hover>a, .uk-navbar-nav>li>a.uk-open, .uk-navbar-nav>li>a:focus {
    text-decoration: none;
    color: #0077b9;
    /*background-color: #f6f7f8;*/
}
.uk-navbar-nav>li:hover>a::before, .uk-navbar-nav>li>a.uk-open::before, .uk-navbar-nav>li>a:focus::before, .uk-navbar-nav>li>a.uk-active::before {
    right: 14px;
    background-color: #0077b9;
}
.uk-navbar-nav>li>a::before {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    bottom: -1px;
     height: 3px;
    background-color: transparent;
    transition: .25s ease-in-out;
    transition-property: background-color, border-color, box-shadow, height, right;
    left: 14px;
    right: calc(102% - 14px);
}

.uk-dropdown {
    background: #fff;
    border: 1px solid #e6e8ec;
    border-radius: 4px;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,.05);
    background-clip: padding-box;
    padding: 0;

}


li.uk-dropdown-header {
    border-bottom: solid 1px #eee;
    padding: 5px 10px;
}
.uk-list-notifications li a {
    display: block;
    border-bottom: solid 1px #eee;
}

.uk-list-notifications li:last-child a {
    border: 0;
}
.uk-nav>li>a {
  color: #333;
    font-size: 15px;
    padding: 5px 10px;
} 
/*
.uk-dropdown-nav>li>a  {
    color: #333;
    padding: 5px 10px;
}*/
.uk-nav>li>a:focus, .uk-nav>li>a:hover 
{
    color: #0077b9;
}

/*header end*/







.uk-input, .uk-select:not([multiple]):not([size]) {
    height: 40px;
    vertical-align: middle;
    display: inline-block;
    /*border-radius: 5px;*/
}
.uk-price-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
       
    justify-content: normal;
    font-weight: 500;
}

h6.currency {
    font-size: 15px;
    margin-bottom: 0;
    color: #ababab;
}

h6.price {
    font-size: 56px;
    line-height: 0.8;
    margin: 0 4px;
    font-weight: 300;
    color: #333;
}

h6.period {
    font-size: 15px;
    margin-bottom: 0;
    color: #ababab;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
}
ul.uk-feature-list {
    list-style: none;
    margin: 15px 0;
} 

/**/


/*login*/

.uk-border-radius
{
border-radius: 5px !important;
overflow: hidden;
}

.uk-or {
    display: block;
    margin-bottom:-17px;
    font-size: 13px;
    line-height: 18px;
    position: relative;
    text-align: center;
    color: #b9bdc5;
}

.uk-or::before {
    content: "";
    position: absolute;
    height: 1px;
    left: 0;
    right: 0;
    top: 50%;
    background: #e6e8ec;
}

.uk-or span {
    font-size: 15px;
    border-radius: 50%;
    position: relative;
    color: #fff;
    background: #0077b9;
    width: 35px;
    height: 35px;
    line-height: 32px;
    display: inline-block;
    text-align: center;
}
.uk-login-footer {
      background-color: #f6f7f8;
    padding: 20px 40px;
    border-radius: 0 0 5px 5px
}

button.uk-login-with-button {
    font-size: 17px;
    display: block;
    width: 100%;
    text-align: center;
    background: #eee;
    color: #fff;
    border: 0;
    padding: 10px 15px;
    margin-top: 10px;
    cursor: pointer;
}
 
button.uk-login-with-button.uk-facebook {
    background: #1877f2;
    
}
 
button.uk-login-with-button i {
    float: left;
}
 
button.uk-login-with-button.uk-google {
    background: #dd4b39;
}
/*login end*/


/*valid and error icon*/

.uk-ve-icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    border: solid 2px ;
    border-radius: 50%;
    
}
.uk-valid-icon {
    border-color: #8cc63f;
    color: #8cc63f;
}

.uk-error-icon {
    border-color: #f44336;
    color: #f44336;
}
/**/



/*dashboad*/


/*small card*/
.uk-card-db {
    display: block;
    text-decoration: none;
    position: relative;
    padding: 12px 20px;
    min-height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #fff;
        border-bottom: solid 2px #fff;
    border-radius: 5px;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,.05);
    transition: background .24s ease;
    color: #0077b9;
}
.uk-card-db:hover, .uk-card-db:focus
{
    text-decoration: none;
    border-bottom: solid 2px #0077b9;
}
.uk-card-db .uk-count {
    padding-top: 4px;
    padding-bottom: 8px;
    font-size: 67px;
    line-height: 1;
    color: #0077b9;
}

.uk-card-db .uk-title {
    color: #333;
    font-size: 18px;
    text-align: center;
}
/*small card end*/

/*big card*/
 .uk-card-big-db {
    display: block;
    text-decoration: none;
    position: relative;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,.05);
    transition: background .24s ease;
    overflow: hidden;
}

.uk-card-big-db-header {
    color: #2a2e36;
    background-color: #fff;
    border-bottom: solid 1px #e6e8ec;
    padding: 15px;
}
.uk-card-big-db-footer {
    background-color: #f8f8f8;
    border-bottom: solid 1px #e6e8ec;
    padding: 15px;
}
 

.uk-card-big-db-header .uk-title-db-header {
    margin: 0;
}
 
.uk-card-big-db-body {
     /*padding: 15px; */
}

/*big card end*/


/*ticket list*/
.uk-ticket-info-list
{
      padding: 5px 10px;
}
ul.uk-list-group, .uk-list-payment {
    margin: 0;
    padding: 0;
    list-style: none;
    /*font-size: 14px;*/
}

  ul.uk-list-group li a {
    border-bottom: solid 1px #eee;
    display: block;
    padding: 10px 15px;
    color: #333;
    text-decoration: none;
}
.uk-list-payment li    {
    border-bottom: solid 1px #eee;
    display: block;
    padding: 10px 15px;
    color: #333;
    text-decoration: none;
}
ul.uk-list-group li a span
{

}
ul.uk-list-group li a span.uk-date {
    font-size: 12px;
    display: block;
    color: #888;
}

ul.uk-list-group li a:hover {
    background: #ebf0f5;
}
/*ticket end*/



/*service list*/
ul.uk-service-list {
    margin: 0;
    padding: 0;
    list-style: none;
    /*font-size: 14px;*/
}

ul.uk-service-list li a {
    border-bottom: solid 1px #eee;
    display: block;
    padding: 10px 15px;
    color: #333;
    text-decoration: none;
}

ul.uk-service-list li a:hover {
    background: #ebf0f5;
}
 

.uk-remaining-days {
    border-radius: 50%;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 1;
    position: relative;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.29);
    background: #0077b9;
}
 
.uk-remaining-days span {
    margin-top: 8px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
}
/*end service list*/


/*domain*/ 
 

ul.uk-tab-new span.radio-button {
   width: 15px;
    height: 15px;
    background: #eee;
    display: inline-block;
    border-radius: 50%;
    margin-right: 5px;
   /* float: left;*/
  }
 

ul.uk-tab-new li.uk-display-block.uk-active span.radio-button {
    background: #0077b9;
}
.uk-card-domain {
    border-radius: 5px;
    overflow: hidden;
}

.uk-card-domain-header {
   padding: 10px;
    background: #0077b9;
     /*background: #fff;*/
}

.uk-card-domain-body {
    padding: 30px 15px;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,.05);
    transition: background .24s ease;
    border-radius: 0 0 5px 5px;
    background: #04151f;
    background-image: url(../images/inner-header.png);
}

/*details page*/
img.uk-domain-extensions {
  width: 57%;
  height: 97%;
}
ul.uk-tab-new
{
  margin: 0;
}
ul.uk-tab-new:before {
    content: "";
    opacity: 0;
}
/*end*/
/*end domain*/

/*sidebar list*/
ul.uk-animated-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.uk-animated-list li a {
    color: #333;
     padding-left: 16px;
    padding-right: 16px;
}

ul.uk-animated-list li a:hover, ul.uk-animated-list li a.uk-active {
    padding-left: 0px;
    padding-right: 0px;
    font-weight: 500;
    color: #0075b8;
}

 
ul.uk-animated-list li, ul.uk-animated-list li a {
    display: block;
    text-decoration: none;
    margin-bottom: 8px;
}
.uk-list-divider>li
{
    border-color: #eee !important;
}
/*end sidebar list*/
/*dashboard end*/


/*uk-page-header*/
.uk-page-header{
      
     background: #04324c;
    background-image: url(../images/global.png);
     background-repeat: no-repeat;
      background-position: top 30% right 30px;
}


    /*uk-page-header end*/

/*service list*/
.uk-table>tbody>tr[data-url], table>tbody>tr[data-url] {
    transition: background .24s ease;
    cursor: pointer;
}

.uk-table>tbody>tr[data-url]:hover, table>tbody>tr[data-url]:hover {
    background: #ebf0f5;
}
.uk-table th {
    color: #999;
    font-weight: bold;
    text-transform: none;
}


/*/*servic list end*/




/*packages page*/

ul.uk-angle-icon-list li 
{
   content: "\f105"; 
 font-family: "Font Awesome 5 Free"; 
 font-weight: 600; content: "\f105";
}

/*end*/


/*cart page*/
.uk-summary {
    border-radius: 5px;
    background: #0176b9;
    color: #fff !important;
}
.uk-summary .uk-border-bottom {
    border-color: hsla(0,0%,100%,.24);
}
.uk-summary .uk-text-muted
{
  color: hsla(0,0%,100%,.64) !important;
}
/*end*/



/*add extra*/
.uk-add-extra label.uk-card-extra {
    background: #fff;
    padding: 10px 15px;
    border-bottom: solid 1px #eee;
}

.uk-add-extra label.uk-card-extra::last:child
{
  border-bottom: none;
}
 
/**/

