/*------------------------------------------------------------------
Table of content
-------------------
1. Start Header Area
2. slider area start
3. features area css start
4. hot deals area css start
5. product
6. categories area
7. testimonial
8. blog
9. shop grid view
10. shop list view
11. product details
12. checkout
13. cart
14. wishlist
15. my account
16. compare
17. login register
18. about us
19. contact us
20. banner
21. modal
22. sidebar
23. footer
-------------------------------------------------------------------*/
/*------ Typography Style Start ------*/

body {
  color: #444444;
  line-height: 1.7;
  font-size: 14px;
  font-weight: 400;
  background-color: #ffffff;  
  font-family: "Roboto", sans-serif;
}

P{

  font-size: 12px;
}
a{
  text-decoration: none;
  color: #ccc;
}
.a:hover{
  color: #fff;
}

ul{
  margin: 0;
  padding: 0;
}
li{
  list-style: none;
  text-decoration: none;
}
.row {
  --bs-gutter-x: 0;
}
img{
  width: 100%;
}
.ptb-60{
  padding: 60px 0px;
}
.pt-60{
  padding-top: 60px;
}
h3 {
  font-size: 18px;
}
/******header-------*/
.header2 {
  background: #000;
}
.header-top {
  padding: 5px 0px;
  z-index: 99999;
  position: relative;
  left: 0;
  right: 0;
  background: #fff;
}

.brand-logo {
  width: 100px;
}
.brand-logo a{
  color: #fff;
}
.main_menu {
  display: inline-flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.main_menu li {
    padding: 0px 30px 0px 30px;
    border-right: 1px solid #ddd;
}
.main_menu li:last-child{
  border: none;
}
.main_menu .active a {
  color: #1eaaf9;
}

.main_menu li a {
  color: #000;
  font-size: 14px;
  text-decoration: none;
  text-transform: capitalize;
  font-weight: 600;
  letter-spacing: 1px;
}
.mobile-toggle .main_menu li a {
  color: #fff;
}
/*.main_menu li::after {
      content: "";
    position: absolute;
    background: red;
    left: 0;
    width: 100%;
    height: 3px;
    bottom: 0;
}
}
.main-menu  li::after {
    transform: scale(0, 1);
    transition: transform 0.3s ease;
}
.main-menu  li:hover::after{
  transform: scale(1, 1);
  }*/
  .dmx_login_sign {
    background: #da1681;
    height: 53px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 2px 0px 3px;
    color: #fff;
    font-size: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    height: 40px;
  }

  a.dmx_login_sign i {
    color: #fff;
  }
  a.login_sign.sign_btn.btn {
    background: #da1681!important;
    color: #fff;
  }
  .header-top-right i {
    color: #1eaaf9;
    margin-right: 6px;
    font-size: 20px;
  }
  .login_sign {
    margin-right: 0;
    color: #000000;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: capitalize;
    background: #ffffff !important;
    padding: 2px;
    font-weight: 600;
  }

  .slider{
    width:400px;
    margin:20px auto;
    text-align: center;
    padding:20px;
    color:white;
  }
  .parent-slide{padding:15px;}
  img{display: block;margin:auto;}

  .mobile_header {
    display: none;
  }
  .footer_link .col-md-4 {
    width: 10%;
  }
  .sidenav{background-color:#111;height:100%;left:0;overflow-x:hidden;padding-top:60px;position:fixed;top:0;transition:.5s;width:0;z-index:1;}
  .sidenavR{background-color:#111;height:100%;overflow-x:hidden;padding-top:60px;position:fixed;right:0;top:0;transition:.5s;width:0;z-index:1;}
  .sidenav .closebtn,.sidenavR .closebtn{font-size:36px;margin-left:50px;position:absolute;right:25px;top:0;}
.container {
    max-width: 1320px;
    width: 100%;
}
  @media only screen and (max-width: 767px) {
    .desktop_header {
      display: none;
    }
    .mobile_header {
      display: block !important;
    }

    .mobile_header .col-md-6{
      float: left;
      width: 50%;
    }
    .mobile_logo {
      display: flex;
      justify-content: left;
      align-items: center;
    }
    .mobile-toggle {
      text-align: right;
      background: #1eaaf9;
      float: right;
      width: 50px;
      color: #fff;
      display: flex;
      justify-content: center;
    }
    #mySidenavR .main_menu {
      display: block !important;
    }
    #mySidenavR .main_menu li {
      text-align: left;
    }
    .login_sign{
      background: #0078f2;
      height: 53px;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 0px 10px;
      color: #000;
      font-size: 11px;
      letter-spacing: 1px;
      text-transform: uppercase;
      width: 100%;
    }

    .mobile_btn {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
    }
    .footer .col-md-6 {
      width: 50%;
    }
    .footer_link .col-md-4 {
      width: 50% !important;
    }
    .inner_post_data img {
      width: 100px !important;
    }
    .banner_content {
      height: 45vh !important;
    }
    .banner_content h2{
      font-size: 18px !important;
    }
    .featured-text h3::after{
      display: none;
    }
    .featured-img {
      width: 100% !important;
    }
    .featured-text {
      padding: 0px !important;
    }
    .featured-text h3 {
      font-size: 22px !important;
    }
    .brand_logo {
      text-align: center;
    }
    .custom .featured-text p {
      font-size: 12px !important;
    }
    
  }

  /***---banner-*/
  .banner-section {
    background-image: url(http://157.230.149.187/locutus/public/uploads/signup.jpg);
    height: 800px;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    margin-top: -85px;
    z-index: -1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .banner-section::before {
    content: "";
    position: absolute;
    background: #000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.7;
  }
  .banner-content h1 {
    color: #fff;
    font-size: 50px;
    font-weight: 700;
  }
  .banner-content {
    position: relative;
    z-index: 44;
    width: 70%;
  }
  .banner-content .dmx_login_sign {
    display: block;
    height: auto;
    width: 122px;
    padding: 10px;
  }
  .featured-section h2 {
    font-size: 20px;
    text-transform: capitalize;
    color: #000;
    font-weight: 600;
  }
  .banner_images_text {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .banner_content {
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    width: 100%;
    height: 100vh;
    align-items: center;
    display: flex !important;
    justify-content: center;
    object-fit: cover;
  }
  .banner_content:after {
    content: "";
    background: #00000040;
    position: absolute;
    width: 100%;
    height: -webkit-fill-available;
    opacity: 0.2;
    top: 0px;
    right: 0;
    left: 0;
  }
  .banner_content h2 {
    font-size: 50px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1.5;
    z-index: 999;
  }
  .featured-section h4 {
    font-weight: 600;
 } 
  .featured-text {
    padding: 0px 25px;
    overflow: hidden;
  }
  .featured-text h3 {
    font-size: 30px;
    font-weight: 600;
    color: #000000;
    text-transform: capitalize;
    position: relative;
    z-index: 0;
  }
/*  .featured-text h3::after {
    content: "";
    position: absolute;
    background: #0078f2;
    width: 520px;
    height: 5px;
    top: 40px;
    left: 0;
    border-radius: 100%;
    z-index: -1;
    }*/
    .featured-img {
    /*max-width: 450px;*/
    background: #ffffff;
    padding: 0px 10px;
}

    .doc-feat-text {
      margin: 10px;
      padding: 45px;
      background: #ffffff;
      border-radius: 5px;
      color: #fff;
      box-shadow: 0 3px 4px 0 #11a1982e !important;
      transition: all ease .5s;
    }
   /* @media (min-width: 767px) {
      .fea-col-data {
        column-count: 2;
      }
    }*/
    .doc-feat-text:hover {
      box-shadow: none !important;
    }
    .btn {
     background: #ffffff !important;
     border: none !important;
     border-radius: 0px !important;
     /*outline: 2px solid #1eaaf9;*/
     outline-offset: 3px;
     color: #000;
     font-weight: 800;
     transition: all ease 1.2S;
   }
   .outline-white {
    outline: 2px solid #fff;
   }
   .outline-black {
    outline: 2px solid #343434;
   }
   .btn:focus{
    box-shadow: none;
  }
  .btn:hover {
    background: #000000 !important;
    color: #fff;
  }
  .featured-text p {
    font-size: 20px;
    margin: 0;
    font-weight: 500;
  } 
  .fea-col-data li {
    font-size: 18px;
    color: #494a4a;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 1px;
    margin: 5px 0px;
    align-items: center;
    display: flex;
    text-align: left
  }
  .fea-col-data li i {
    color: #ffffff;
    font-size: 20px;
    background: #3db6fa;
    border-radius: 50px;
    margin: 7px;
  }
.custom {
    background: linear-gradient( 175deg , #1c1c1e, hsl(0deg 1% 22%));
}
  
  .custom .featured-text p {
    font-size: 15px;
    color: #524f4f;
    text-align: center;
  }
  .custom-img {
    width: 100%;
  }
  .source-btn {
    background: #0078f2;
    padding: 10px;
    color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 0px !important;
  }
  .hero-style {
    height: 650x;
  }
  .hero-slider {
    top: 0px;
  }
  .hero-style .slide-title h2 {
    text-align: left;
    font-size: 55px !important;
    transition: all .4s ease;
    -webkit-text-fill-color: white;
    -webkit-text-stroke-width: 1px;
  }
  .hero-style .slide-title{
    max-width: 100% !important;

  }
  .hero-style .slide-btns {
    max-width: 100% !important;
    text-align: left;
  }
  .slick-arrow{
    display: none !important;
  }
  .sign_btn{
    padding: 10px 30px;
    font-size: 16px;
  }
  .emr .featured-text p {
    color: #f7f7f7;
  }
  .emr .featured-text h3 {
    color: #fff;
}
.fea-col-list li {
    font-size: 18px;
    color: #ffffff;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 1px;
    margin: 5px 0px;
    align-items: center;
    background: #11a198;
    display: flex;
    text-align: left;
    border-radius: 50px;
}
  .fea-col-list li i {
    color: #ffffff;
    font-size: 20px;
    background: #13243f;
    border-radius: 50px;
    margin: 7px;
  }



  /***-post------**/

  .medical-posts {
    padding: 50px 0px;
  }
  .middle_post {
    margin: 0px 30px;
    background: #e1e4e494;

  }
  .inner_post_data {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 10px;
  }
  .inner_post_data img {
    width: 200px;
    height: auto;
  }
  .post_data img {
    width: 100%;
    height: 400px;
    border-radius: 5px 5px 0px 2px;
    object-fit: cover;
    margin: 0 auto;
  }
  .post-content p {
    color: #595a5a;
    padding: 0;
    font-size: 14px;
    text-decoration: none;
    font-weight: 600;
  }
  .post-content {
    padding: 15px;
    box-shadow: 0 0 3px 1px #dddddd;
    border-radius: 5px;
    text-align: justify;
  }
  .post-content h2 {
   color: #00000;
   font-weight: 600;
 }
 .post-content h3:hover{
  color: #000;
}
.post-content h4 {
  font-size: 14px;
  line-height: 1.3;
  color: #4c4b4b;
  font-weight: 600;

}
.system {
    
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    background-position: center;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
}
.system  .featured-text p {
    color: #000;
}
  .hos{
    /*background: #fff;*/
}

.hos p span {
  background-color: transparent !important;
  font-weight: 700 !important;
  color: #fff !important;
}

 

 .header-top-navigation nav {
    float: right;
}


/*-----footer-----*/
.footer-section{
  background: #212529;
}
.footer {
  background: #333!important;
  padding: 50px 0px;
}
.call i {
 color: #ffffff;
 background: #da1681;
 border-radius: 50px;
 padding: 10px;
 font-size: 15px;
}
.email i {
 color: #ffffff;
 background: #da1681;
 border-radius: 50px;
 padding: 10px;
 font-size: 15px;
}
.call a {
  font-size: 20px;
  color: #0078f2;
  margin-left: 5px;
}
.email a {
  font-size: 20px;
  color: #0078f2;
  margin-left: 5px;
}
.ft-logo{
  width: 150px;
}
.social-link li {
  display: inline-block;
  margin: 0px 5px;
}
.social-link li a {
  background: #1eaaf9;
  border-radius: 50px;
  padding: 10px;
  align-self: center;
}

.ft-links li {
  padding: 0 30px;
  font-size: 18px;
  font-weight: 600;
}
.footer-section h3 {
  color: #fff;
  font-size: 19px;
  font-weight: 700;
}
.lo-ft p {
  margin: 0px;
  padding: 0 30px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}
.lo-ft a {
  color: #ffffff;
  font-size: 16px;
  transition: all ease .5s;
  font-weight: 600;
}
.ft-links a:hover {
  color: #da1681;
  padding-left: 5px;
}
.ft-login .dmx_login_sign i {
  margin-right: 16px;
  font-size: 20px;
  padding: 0;
  align-self: center;
  display: grid;
}
.footer-bottom a {
  color: #da1681;
}


.back_to_top {
 text-align: right; 
}
#btn-back-to-top {
  border: 2px solid #fff;
  border-radius: 0;
  color: #ccc;
  background: none;
  float: right;
}
#btn-back-to-top i{
  background: none;
  font-size: 18px;
}
.footer_title {
  color: #ccc;
  font-size: 15px;
  opacity: .4;
  font-weight: 600;
}
.footer_subtitle {
  margin-bottom: 20px;
  padding-top: 5px;
}
.links {
  display: inline-flex;
}
.links li {
  padding-right: 15px;
  font-size: 14px ;
}
.ft_brand-logo{
  width: 40px;
  float: right;
}

/*Register-form*/
.register{
 height: 100vh;
 display: flex;
 align-items: center;
 justify-content: center;
 width: 100%;
 background-size: cover;
 background-repeat: no-repeat;
 background-position: center;
}
.reg {
  background: linear-gradient(
    131deg, #137ae8bf, #425d79);
  padding: 15px 0px;
}
.register-left{
  text-align: center;
  color: #fff;
  align-self: center;
}
.register-left input{
  border: none;
  border-radius: 1.5rem;
  padding: 3%;
  width: 60%;
  background: #f8f9fa;
  font-weight: bold;
  color: #383d41;
  cursor: pointer;
}
.register-right{
  background: #f8f9fa;
  border-top-left-radius: 10% 50%;
  border-bottom-left-radius: 10% 50%;
}
.register-left img{
  width: 100%;
  -webkit-animation: mover 2s infinite  alternate;
  animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
  0% { transform: translateY(0); }
  100% { transform: translateY(-20px); }
}
@keyframes mover {
  0% { transform: translateY(0); }
  100% { transform: translateY(-20px); }
}
.register-left p{
  font-weight: lighter;
  padding: 12%;
  margin-top: -9%;
}
.register .register-form{
  padding: 10%;
  margin-top: 10%;
}
.btnRegister{
  float: right;
  margin-top: 10%;
  border: none;
  border-radius: 1.5rem;
  padding: 2%;
  background: #0062cc;
  color: #fff;
  font-weight: 600;
  width: 50%;
  cursor: pointer;
}
.form-control:focus {
  color: #495057;
  background: none;
  border-color: #427ebd;
  outline: 0;
  box-shadow: none;
}
.form-control {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #9b59b6;
  background: none;
  padding: 5px;
}
.register .nav-tabs{
  margin-top: 3%;
  border: none;
  background: #0062cc;
  border-radius: 1.5rem;
  width: 28%;
  float: right;
}
.register .nav-tabs .nav-link{
  padding: 2%;
  height: 34px;
  font-weight: 600;
  color: #fff;
  border-top-right-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}
.register .nav-tabs .nav-link:hover{
  border: none;
}
.register .nav-tabs .nav-link.active{
  width: 100px;
  color: #0062cc;
  border: 2px solid #0062cc;
  border-top-left-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}
.register-heading {
  text-align: center;
  margin-top: 8%;
  margin-bottom: -15%;
  color: #121315;
  text-transform: none;
  font-weight: 600;
}


/*=--*/

.sticky.is-sticky {
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 9;
  background-color: #13243f;
  -webkit-box-shadow: 0 0 8px 1px rgb(0 0 0 / 20%);
  box-shadow: 0 0 8px 1px rgb(0 0 0 / 20%);
  -webkit-animation: 900ms cubic-bezier(0.2, 1, 0.22, 1) 0s normal none 1 running fadeInDown;
  animation: 600ms cubic-bezier(0.2, 1, 0.22, 1) 0s normal none 1 running fadeInDown;
}


.bg-gray {
  background: #f7f7f7;
}
.bg-green{
  background: #11a198;
}
.bg-black{
  background: #000;
}
.bg-red{
  background: #373636;
}
.emr p span{
  color: #fff !important;
}
.emr a span{
  color: #fff !important;
}
@media (max-width: 767px){
.hero-style .slide-title h2 {
  font-size: 22px;
  margin: 0 0 30px;
}
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  
  .hero-style .slide-title h2 {
    font-size: 26px !important;
    text-align: center;
}

.signup-form-wrapper {
    text-align: center;
}

}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
 .fea-col-data {
    column-count: 1;
}
.featured-text h3 {
    font-size: 22px;
}
.main_menu li {
    padding: 0px 32px 0px 5px;
}
.doc-feat-text{
      min-height: 370px;
}

}


/*=-=-pricing=--==*/
.pricing-banner{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.pricing-heading h2 {
    font-weight: 700;
    font-size: 50px;
    color: black;
    margin-bottom: 40px;
}
.pricing-tabs #myTab {
    justify-content: center;
    border: none;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: #1eaaf9;
    border-color: #dee2e6 #dee2e6 #fff;
    color: #fff;
    }
 .nav-tabs .nav-link {
    margin-bottom: 0px;
    border: 1px solid #b5b5b5;
    font-size: 18px;
    border-radius: 50px;
    padding: 5px 35px;
    color: #000;
}
.pricing-card {
    display: grid;
    grid-template-columns: 3fr 3fr 3fr 3fr;
    grid-gap: 20px;
    margin-bottom: 20px;
    margin-top: 50px;
}
.shadow-box {
    background: #FFFFFF;
    box-shadow: 0px 0px 21px 3px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    padding: 20px;
}
.p-card.shadow-box {
    transition: all .4s;
}
.p-card:hover {
    background: #ce2e84;
    transform: scale(1.1);
    transform-origin: center;
}
.p-card-header {
    border-bottom: 1px dashed #000;
    padding-bottom: 5px;
    text-align: center;
}
.p-card-header-user {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 5px;
} 
.p-card-header p {
    font-size: 15px;
    margin-bottom: 0px;
}
.p-card:hover .p-card-header-user li svg path {
    fill: #fff;
}
.p-card:hover .p-card-header p {
    color: #fff;
}
.p-card-body{
  padding: 15px 0px;
}
.p-card-body h3 {
    font-size: 22px;
    color: #000;
    font-weight: 600;
}
.p-price {
    font-size: 45px;
    color: #1eaaf9;
    font-weight: 600;
}
.p-card-body h4 {
    font-size: 16px;
    line-height: 1.8;
}
.p-card-body p {
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 400;
}
.p-card:hover .p-card-body h3{
  color: #fff;
}
.p-card:hover .p-card-body .p-price{
  color: #fff;
}
.p-card:hover .p-card-body h3{
  color: #fff;
}
.p-card:hover .p-card-body h4{
  color: #fff;
}
.p-card:hover .p-card-body p{
  color: #fff;
}
.p-card-footer .btn {
    background: black !important;
    color: #fff;
}
/*.p-card:nth-of-type(2){
  transform: scale(1.1);
}*/

@media screen and (min-device-width: 320px) and (max-width: 768px) {
.pricing-card {
   display: block;
}
.p-card:hover{
  transform: none;
  background: #fff;
}
.p-card.shadow-box {
    margin: 20px 0px;
}
}
@media screen and (min-device-width: 769px) and (max-device-width: 1024px) {
.pricing-card {
    grid-template-columns: 6fr 6fr;
}
}

.trusted, .compare-feature{
  padding: 50px 0px;
}
.trusted-by{
  display: flex;
  flex-wrap: wrap;
}
.trusted-by img {
    width: 120px;
}
.trusted h2 {
    font-size: 18px;
    color: #576274;
    letter-spacing: 1px;
    font-weight: 800;
}
@media screen and (min-device-width: 320px) and (max-width: 768px) {
  .trusted-by{
    display: block;
  }
}
.compare-feature {
    background: #eafff8;
}
.compare-feature h2{
  font-size: 25px;
    color: #000;
    letter-spacing: 1px;
}
.table th{
  padding: 20px;
}
.table td{
  padding: 20px;
}
.table td img {
    width: 20px;
}
.slide-title h2 a {
  font-size: 35px !important;
  color: #fff;
}