.be-loading {
  position:relative
}
.be-loading:after {
  position:absolute;
  display:block;
  visibility:hidden;
  opacity:0;
  content:"";
  top:0;
  left:0;
  height:100%;
  width:100%;
  background:rgba(255,255,255,.7);
  -webkit-transition:all .2s ease;
  transition:all .2s ease;
  z-index:3010
}
.be-loading .be-spinner {
  display:none
}
.be-loading-active:after {
  visibility:visible;
  opacity:1
}
.be-loading-active .be-spinner {
  display:block
}
.be-loading .be-spinner {
  position:absolute;
  top:50%;
  right:50%;
  margin-top:-20px;
  margin-right:-20px;
  z-index:3020
}
.be-spinner svg {
  -webkit-animation:be-spinner-rotation 1.4s linear infinite;
  animation:be-spinner-rotation 1.4s linear infinite;
  stroke:#4285f4
}
.be-spinner svg .circle {
  stroke-dasharray:187;
  stroke-dashoffset:0;
  -webkit-transform-origin:center;
  transform-origin:center;
  -webkit-animation:be-spinner-turn 1.4s ease-in-out infinite;
  animation:be-spinner-turn 1.4s ease-in-out infinite
}
@-webkit-keyframes be-spinner-rotation {
  0% {
    -webkit-transform:rotate(0);
    transform:rotate(0)
  }
  100% {
    -webkit-transform:rotate(270deg);
    transform:rotate(270deg)
  }
}
@keyframes be-spinner-rotation {
  0% {
    -webkit-transform:rotate(0);
    transform:rotate(0)
  }
  100% {
    -webkit-transform:rotate(270deg);
    transform:rotate(270deg)
  }
}
@-webkit-keyframes be-spinner-turn {
  0% {
    stroke-dashoffset:187
  }
  50% {
    stroke-dashoffset:46.75;
    -webkit-transform:rotate(135deg);
    transform:rotate(135deg)
  }
  100% {
    stroke-dashoffset:187;
    -webkit-transform:rotate(450deg);
    transform:rotate(450deg)
  }
}
@keyframes be-spinner-turn {
  0% {
    stroke-dashoffset:187
  }
  50% {
    stroke-dashoffset:46.75;
    -webkit-transform:rotate(135deg);
    transform:rotate(135deg)
  }
  100% {
    stroke-dashoffset:187;
    -webkit-transform:rotate(450deg);
    transform:rotate(450deg)
  }
}

.search_box .search-btn:hover{background-color: #0674ec;}
/* ------------------------------------------------------------------------------ */
.navbar{
    width: 100%;
    background: #fff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}
.navbar-expand-lg .navbar-collapse{
    justify-content: flex-end;
}
.navbar-brand img{
    /*width: 100%;*/
}
.preview-page .btn{
  padding: 0 20px;
}
.bg_color{
  background: #f0f1f5;
}
.bg_color2{
  background: #f8f8f8;
}
.navbar-default{
  background: none;
  border: 0;
  margin: 0;
}
.prev_menu_area{
  background: #fff;
}
.prev_menu_area .navbar-nav li a{
  text-transform: uppercase;
  font-weight: 500;
  color: #000;
  line-height: 42px;
  display: block;
  padding: 17px;
}

.prev_menu_area .navbar-nav li .btn{
  margin-top: 17px;
  margin-left: 35px;
  color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  text-transform: capitalize;
}

.navbar-default .navbar-collapse{
  background: none;
}
.prev_hero_area{
  background-image: url('img/header.jpg');
  background-size: cover;
  height: 600px;
}

.prev_hero_area2 {height: 700px !important;}

.prev_hero_area .prev_hero{
  padding-top: 90px;
}
.prev_hero .hero__content__title{
  padding-top: 120px;
  padding-bottom: 50px;
}
.prev_hero .hero__content__title h1{
  font-size: 46px;
  line-height: 48px;
  padding-bottom: 15px;
  font-weight: 500;
  color: #ffffff;
}
.prev_hero .hero__content__title h1 .highlight{
  color: #0674ec;
  /*text-shadow: 0.5px 0.2px 0.5px #ffffff;*/
}
.prev_hero .hero__content__title p{
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  color: #ffffff;
  text-shadow: none;
}

.hero__content__image{padding-top: 120px; margin-left: -120px}
.hero__content__image img{max-width: 100%}

.hero__content__image2{display: flex; justify-content: end; margin-top: 40px}
.hero__content__image2 img{max-width: 600px;}

.prev_facts{
  padding: 145px 0;
  background-image: url('images/facts.jpg');
}
.prev_hero .btn--white{
  margin-left: 20px;
}
.prev_box{
  text-align: center;
  padding-top: 55px;
  padding-bottom: 70px;
  border-radius: 8px;
}
.prev_box.even{
  margin-top: 60px;
}
.prev_box h1.num{
  font-size: 72px;
  color: #fff;
  font-weight: 700;
  padding-bottom: 18px;
  margin: 0;
}
.prev_box span{
  color: #fff;
  font-size: 20px;
}
.prev_feature_contents{
  padding-right: 220px;
  padding-top: 91px;
}
.prev_feature_contents.pl{
  padding-left: 220px;
  padding-right: 0;
}
.prev_features_area h1{
  font-size: 44px;
  line-height: 54px;
  font-weight: 500;
  margin-bottom: 50px;
}
.highlight{
  color: #0674ec;
}
.prev_features_area h1 .highlight{
  color: #0674ec;
  font-weight: 700;
}
.prev_features_area .prev_single_feature{
  padding-top: 58px;
}
.prev_feature_contents ul{
  display: inline-block;
  vertical-align: top;
}
.prev_feature_contents h3{
  font-size: 30px;
  line-height: 54px;
  color: #555;
}
.prev_feature_contents ul+ul{
  margin-left: 30px;
}
.prev_feature_contents ul li{
  color: #000;
  font-weight: 500;
  position: relative;
  font-size: 18px;
  line-height: 34px;
}
.prev_feature_contents ul li:before{
  content: "\f00c";
  position: relative;
  color: #0674ec;
  margin-right: 15px;
  font-family: 'fontawesome', sans-serif;
}
.prev_feature_contents .bold{
  font-weight: 500;
  color: #000;
  font-size: 20px;
}
.prev_feature_contents .bold.mt{
  margin-top: 50px;
}
.prev_fe_list{
  margin-top: 30px;
}
.prev_feature_contents p{
  color: #555;
  line-height: 34px;
}
.prev_feature_contents p.fz18{
  font-size: 18px;
}
.prev_feature_contents p span{
  font-size: 18px;
  font-weight: 500;
  color: #000;
}
.prev_feature_contents .prev_content_btn{
  margin-top: 60px;
}
.prev_filter_menu{
  text-align: center;
}
.prev_filter_menu ul li{
  display: inline-block;
}
.prev_filter_menu ul li.uk-active a{
  background: #0674ec;
  border-radius: 500px;
  color: #fff;
}
.prev_filter_menu ul li a{
  color: #000;
  font-weight: 500;
  display: inline-block;
  line-height: 36px;
  font-size: 15px;
  padding: 0 21px;
  transition: 0.3s;
}
.prev_filter_menu ul li a:hover{
  color: #0674ec;
}
.prev_demos{
  background:#e3e4e8;
  padding-top: 80px;
  min-height: 800px;
}
.prev_demos a{
  display: inline-block;
}
.prev_demos .prev_images{
  box-shadow: 2px 0 50px rgba(0, 0, 0, .15);
  transition: .3s;
  border-radius: 5px;
}
.prev_demos .prev_images:hover{
  transform: translateY(-10px);
}
.prev_demos  .text_link{
  font-size: 16px;
  font-weight: 500;
  color: #000;
  margin-top: 26px;
  transition: 0.3s;
}
.prev_demos  .text_link:hover{
  color: #0674ec;
}
.prev_demos .prev_images img{
  border-radius: 5px;
}
.prev_demos .demo{
  text-align: center;
  margin-bottom: 45px;
}
.prev_section_title_area{
  margin-top: 82px;
}
.prev_section_title_area .prev_demo_title{
  margin-bottom: 76px;
}
.prev_section_title_area .prev_demo_title h2{
  font-size: 36px;
  line-height: 28px;
  color: #000;
  margin-bottom: 33px;
}
.prev_section_title_area .prev_demo_title .highlight{
  color: #0674ec;
}
.prev_filter_menu{
  margin-bottom: 58px;
}
.prev_element_area{
  background: #192027;
  padding: 160px 0 140px 0;
}
.prev_element_area .prev_elem_title_area{
  text-align: center;
  padding-bottom: 85px;
}
.prev_element_area .prev_elem_title_area h1{
  font-size: 60px;
  display: inline-block;
  font-weight: 700;
  color: #fff;
  background: #0674ec;
  padding: 10px 24px;
  border-radius: 5px;
  margin-bottom: 15px;
}
.prev_element_area .prev_elem_title_area h2{
  font-size: 44px;
  line-height: 54px;
  color: #fff;
  font-weight: 500;
}
.prev_feature_box{
  background: #fff;
  text-align: center;
  height: 200px;
  display: table;
  width: 100%;
  border-radius: 4px;
  margin-bottom: 30px;
}
.perv_feature_wrapper{
  vertical-align: middle;
  display: table-cell;
  box-shadow: 0 2px 4px rgba(108, 111, 115, .1);
  padding: 0 20px;
}
.feature_box_title{
  margin-bottom: 75px;
}
.perv_feature_wrapper span{
  font-size: 40px;
  color: #0674ec;
}
.perv_feature_wrapper P{
  margin-bottom: 0;
  font-size: 18px;
  line-height: 30px;
  color: #000;
  margin-top: 19px;
}
.features_box_area{
  padding-top: 133px;
  padding-bottom: 100px;
}
.prev_call_to_act .call-to-wrap h4{
  font-size: 24px;
}
.prev_call_to_act .call-to-wrap h1{
  font-size: 48px;
  color: #fff;
  font-weight: 500;
  padding-top: 27px;
}

/* ============================
  Responsive CSS
=============================== */
@media (max-width: 1400px){
  .prev_feature_contents {
    padding-right: 95px;
    padding-top: 50px;
    margin-bottom: 100px;
  }
  .prev_feature_contents.pl {
    padding-left: 98px;
  }
  .prev_feature_contents ul:last-child {
    margin-left: 0;
  }
  .prev_feature_contents.pl ul:last-child {
    margin-left: 30px;
  }
}

@media (min-width: 992px) and (max-width: 1199px){

}

@media (max-width: 991px){
  .prev_facts{
    padding-bottom: 85px;
  }
  .prev_box{
    margin-bottom: 60px;
  }
  .prev_box.even {
    margin-top: 0;
  }
  .prev_feature_contents {
    padding-left: 95px;
  }
  .go_top {
    right: 15px;
  }
}

@media (min-width: 768px) and (max-width: 991px){
  .breadcrumb-area {margin-top: 76px;}
  .prev_menu_area .navbar-nav li a{
    line-height: 0;
    text-align: center;
  }
  .prev_menu_area .navbar-nav li .btn{
    line-height: 17px;
    padding: 12px;
  }
}

@media screen and (max-width: 767px){
  .breadcrumb-area {margin-top: 76px;}
  .prev_menu_area .navbar-nav li a{
    line-height: 0;
    text-align: center;
  }

  .prev_menu_area .navbar-nav li .btn{
    line-height: 17px;
    padding: 12px;
  }

  .prev_hero_area{
    position: relative;
  }
  .prev_hero_area::before {
    /*position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.6);*/
  }
  .prev_hero_area .navbar-header .navbar-toggle {
    float: right;
  }
  .navbar-header .navbar-toggle span {
    width: 30px;
    border: 1px solid #0674ec;
    display: block;
  }
  .navbar-toggle{
    padding: 10px;
  }
  .navbar-brand {
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    display: block;
  }
  .navbar-header {
    padding: 15px 0;
  }
  .prev_menu_area .navbar-nav li a {
    line-height: 17px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
  }
  .prev_menu_area .navbar-nav li .btn {
    margin-top: 10px;
    margin-left: 15px;
    margin-right: 0;
    padding: 12px;

  }
  .container {
    width: auto;
  }
  .prev_demos .prev_images {
    box-shadow: none;
  }
  .prev_demos a {
    display: block;
  }
  .prev_feature_contents.pl {
    padding-left: 15px;
  }
  .prev_feature_contents{
    padding-left: 15px;
    padding-right: 15px;
  }
  .prev_feature_contents ul:last-child{
    margin-left: 0;
  }

}

@media (min-width: 320px) and (max-width: 480px){
  .hero__btn-area a{
    margin-bottom: 15px;
  }
  .hero__btn-area a:last-child{
    margin-bottom: 0;
  }
  .go_top {
    right: 10px;
  }
  .prev_section_title_area .prev_demo_title h2 {
    line-height: 50px;
  }
  .prev_element_area .prev_elem_title_area h2 {
    font-size: 30px;
    line-height: 45px;
  }
  .navbar-brand{
      width: 70%;
  }
}

.section-padding-120{padding-top: 120px;padding-bottom: 120px;}
.section-padding-top120{padding-top: 120px;}
.section-padding-bottom120{padding-bottom: 120px;}

.section-padding-60{padding-top: 60px;padding-bottom: 60px;}
.section-padding-top60{padding-top: 60px;}
.section-padding-bottom60{padding-bottom: 60px;}

.pb140{padding-bottom: 140px !important;}

span.highlighted {color: #0674ec;}

.my-card-style {
  padding: 20px;
  margin-bottom: 20px;
  background: #fff;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  -webkit-box-shadow: 0 2px 4px rgba(108, 111, 115, 0.1);
  box-shadow: 0 2px 4px rgba(108, 111, 115, 0.1);
  display: flex;
}

.my-card-title {
  padding: 20px;
  margin-bottom: 20px;
  display: flex;
}
.my-card-title div:last-child{margin-left: auto;}

.my-card-style div:last-child{margin-left: auto;}
.my-card-style p{margin: 0; padding:0}
.my-card-style .card-style-title{padding-left: 10px}
.my-card-style .card-style-title h4{color:#000000}
.my-card-style .card-style-title h4 span{font-size: 14px}
.my-card-style .pcolor, .my-card-title .pcolor {
  color: #fff;
  font-size: 12px;
  line-height: 28px;
  font-weight: 400;
  -webkit-border-radius: 200px;
  border-radius: 200px;
  padding: 0 17px;
  display: inline-block;
  margin-bottom: 0;
  background: #0674ec;
}

.widgets-icons {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #555555;
  background-color: #f6f7fb;
  font-size: 26px;
  border-radius: 10px;
  min-width: 50px;
}
.btn {text-transform: none !important}
.font-11{font-size: 11px !important;}
.font-13{font-size: 13px !important;}
.font-20{font-size: 20px !important;}
.font-24{font-size: 24px !important;}
.font-30{font-size: 30px !important;}
.search-area2::before, .breadcrumb-area::before{
  background-image: url('img/header2.jpg') !important;
  background-size: cover !important;
}
.brbt{border-bottom: 1px solid #ececec;}
.brtp{border-top: 1px solid #ececec;}

.icon-chart > i {
  background: rgba(6, 116, 236, 0.1);
  line-height: 32px;
  display: inline-block;
  padding: 5px 10px;
  color: #0674ec;
  margin-right: 10px;
  font-size: 15px;
  font-weight: 500;
  -webkit-border-radius: 100px;
  border-radius: 100px;
}

.my-badge-port, .my-badge-proc, .my-badge-point, .my-badge-airway {
  position: relative;
  font-size: 1em;
  padding: .4rem !important;
  margin-bottom:.4rem !important;
  display: inline-block;
  font-weight: 600;
  line-height: 1;
  color:#ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.my-badge-port{
  background-color: #0d6efd !important;
  border: 1px solid #0d6efd;
}

.my-badge-proc{
  background-color: #ffc107 !important;
  border: 1px solid #c9c9c9;
  color: #212529 !important;
}

.my-badge-point{
  background-color: #427bad !important;
  border: 1px solid #c9c9c9;
}
.my-badge-airway{
  background-color: #ffffff !important;
  border: 1px solid #c9c9c9;
  color: #212529 !important;
}
hr {
  height: 1px;
  margin: 1rem 0;
  background-color: #ececec;
  border: 0;
}
.login-separater span {
  font-size: 1em;
  position: relative;
  top: 26px;
  margin-top: -10px;
  background: rgb(0 0 0 / 34%);
  padding: 5px;
  color: #ffffff;
  z-index: 1;
  border-radius: 4px;
}

.required::after
{
  content: '*';
  color: red;
  margin-left: 2px;
}

.alert-info{color: #0c5460 !important;}
.alert-info2{background-color: #58c9e9;border-radius: 4px;
  -webkit-box-shadow: 0 2px 4px rgba(108, 111, 115, 0.1);
  box-shadow: 0 2px 4px rgba(108, 111, 115, 0.1);}

.alert-info2 p, .alert-info2 h4{
  color: #000f1f !important;
}
.alert-warning2{color: #ff7100 !important; background-color: #ffe7d1;border-radius: 4px;
  -webkit-box-shadow: 0 2px 4px rgba(108, 111, 115, 0.1);
  box-shadow: 0 2px 4px rgba(108, 111, 115, 0.1);}

.alert-warning2 a{color: #ff7100 !important;}

.open-woa{background-color: #007bff;padding: 26px 0 24px !important;}

.author-info {min-height: auto !important;}

.tag-info {
  display: inline-block;
  line-height: 26px;
  -webkit-border-radius: 200px;
  border-radius: 200px;
  padding: 0 12px;
  color: #474dc1;
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  background: #e5e5fa;
}
.tag-warning {
  display: inline-block;
  line-height: 26px;
  -webkit-border-radius: 200px;
  border-radius: 200px;
  padding: 0 12px;
  color: #c47c13;
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  background: #faf2e5;
}
