:root {
  --color-font: #808291;
  --color-primary: #3ed2a7;
  --color-secondary: #ffb09f;
  --color-link: #a7a9b8;
  --color-link-hover: #181b31;
  --color-gradient-start: #4fda91;
  --color-gradient-stop: #34dbc5;
  --color-img-holder: #efefef; }

@font-face {
  font-family: 'mouse-300';
  src: url("../fonts/GothamBook Regular.otf") format("truetype"); }
@font-face {
  font-family: 'mouse-400';
  src: url("../fonts/Gotham Medium.otf") format("truetype"); }
@font-face {
  font-family: 'mouse-500';
  src: url("../fonts/Gotham Bold.otf") format("truetype"); }
/* ===================================== Basic CSS ================================== */
* {
  margin: 0px;
  padding: 0px;
  list-style: none; }

img {
  max-width: 100%; }

a {
  text-decoration: none;
  outline: none;
  color: #444; }

a:hover {
  color: #444; }

ul {
  margin-bottom: 0;
  padding-left: 0; }

a:hover,
a:focus,
input,
textarea {
  text-decoration: none;
  outline: none; }

.center {
  text-align: center; }

.left {
  text-align: left; }

.right {
  text-align: right; }

.cp {
  cursor: pointer; }

html, body {
  height: 100%; }

p {
  margin-bottom: 0px;
  width: 100%; }

.no-padding {
  padding: 0px; }

.no-margin {
  margin: 0px; }

.hid {
  display: none; }

.top-mar {
  margin-top: 15px; }

.h-100 {
  height: 100%; }

::placeholder {
  color: #747f8a !important;
  font-size: 13px;
  opacity: .5 !important; }

.container-fluid {
  padding: 0px; }

h1, h2, h3, h4, h5, h6 {
  font-family: "mouse-500", Arial, Helvetica, sans-serif; }

strong {
  font-family: "mouse-500", Arial, Helvetica, sans-serif; }

body {
  background-color: #ffffff !important;
  font-family: "mouse-300", Arial, Helvetica, sans-serif;
  color: #6A6A6A;
  overflow-x: hidden; }

.pre-loader {
  height: 100%;
  width: 100%;
  z-index: 2222;
}
.loader {
  top: 50%;
  position: absolute;
  left: 37%;
  width: 30%;
}
.user_details {
  height: 100%;
  width: 100%;
  background: #0000;
  position: fixed;
  z-index: 1111;
}
@media screen and (max-width: 2000px) {
  .forum {
    width: 40%; 
  } 
}
@media screen and (max-width: 576px) {
  .forum {
    width: 100%; 
  } 
}

.forum {
  height: fit-content;
  margin-top: 10px;
  margin: 100px auto;
  background: #fff;
  padding: 10px;
  border: 1px solid black;
}
.user_details img.log {
  width: 200px;
  float: left;
  padding: 10px;
}
.user_details .cancel {
  font-size: 20px;
    margin-right: 10px;
    color: #000;
    font-weight: 900;
    cursor: pointer;
}
.user_details .user_form {
  padding: 50px;
  margin-top: 30px;
}
.user_details .user_form input {
  width: 100%;
}
.user_details .user_form input.contact {
  margin-left: 25%;
  width: 50%;
  background: blue;
  border: none;
  margin-top: 30px;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
}

.session-title {
  /*padding: 30px;
  margin: 0px; */
  padding-bottom: 10px;}
  .session-title h2 {
    width: 100%;
    color: #fff;
    text-align: center;
    font-family: "mouse-400", Arial, Helvetica, sans-serif; }
  .session-title p {
    max-width: 850px;
    text-align: center;
    float: none;
    margin: auto;
    font-size: .85rem; }
  .session-title span {
    float: right;
    font-style: italic; }

.inner-title {
  padding: 20px;
  padding-left: 0px;
  margin-bottom: 30px; }
  .inner-title h2 {
    width: 100%;
    text-align: center;
    font-size: 2rem; }
  .inner-title p {
    width: 100%;
    text-align: center; }

.page-nav {
  padding: 40px;
  text-align: center;
  padding-top: 160px; }
  .page-nav ul {
    float: none;
    margin: auto; }
  @media screen and (max-width: 576px) {
    .page-nav {
      padding-top: 186px; } }
  @media screen and (max-width: 356px) {
    .page-nav {
      padding-top: 206px; } }
  .page-nav h2 {
    font-size: 36px;
    width: 100%;
    color: #444; }
    @media screen and (max-width: 600px) {
      .page-nav h2 {
        font-size: 26px; } }
  .page-nav ul li {
    float: left;
    margin-right: 10px;
    margin-top: 10px;
    font-size: 16px; }
    .page-nav ul li i {
      width: 30px;
      text-align: center;
      color: #444; }
    .page-nav ul li a {
      color: #444; }

.btn-success {
  background-color: #223d50;
  border-color: #223d50; }
  .btn-success:hover {
    background-color: #223d50 !important;
    border-color: #223d50 !important; }
  .btn-success:active {
    background-color: #223d50 !important;
    border-color: #223d50 !important; }
  .btn-success:focus {
    background-color: #223d50 !important;
    border-color: #223d50 !important;
    box-shadow: none !important; }

.btn-primary {
  background-color: #FF3A46;
  border-color: #FF3A46; }
  .btn-primary:hover {
    background-color: #FF3A46 !important;
    border-color: #FF3A46 !important; }
  .btn-primary:active {
    background-color: #FF3A46 !important;
    border-color: #FF3A46 !important; }
  .btn-primary:focus {
    background-color: #FF3A46 !important;
    border-color: #FF3A46 !important;
    box-shadow: none !important; }

.btn {
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  border-radius: 2px; }

.form-control:focus {
  box-shadow: none !important;
  border: 2px solid  #863dd9; }

.btn-light {
  background-color: #FFF;
  color: #3F3F3F; }

.collapse.show {
  display: block !important; }

.form-control:focus {
  box-shadow: none;
  border: 1px solid #007bff !important; }

.form-control {
  /*background-color: #F8F8F8;*/
  margin-bottom: 20px; }
  .form-control:focus {
    background-color: #FFF;
    border-color: #CCC; }

.container {
  max-width: 1100px; }
  @media screen and (max-width: 575px) {
    .container {
      padding: 10px 15px; } }

.btn-success {
  background-color: #223d50;
  border-color: #223d50; }
  .btn-success:hover {
    background-color: #223d50 !important;
    border-color: #223d50 !important; }
  .btn-success:active {
    background-color: #223d50 !important;
    border-color: #223d50 !important; }
  .btn-success:focus {
    background-color: #223d50 !important;
    border-color: #223d50 !important;
    box-shadow: none !important; }

.btn-primary {
  background-color: #FF3A46;
  border-color: #FF3A46; }
  .btn-primary:hover {
    background-color: #FF3A46 !important;
    border-color: #FF3A46 !important; }
  .btn-primary:active {
    background-color: #FF3A46 !important;
    border-color: #FF3A46 !important; }
  .btn-primary:focus {
    background-color: #FF3A46 !important;
    border-color: #FF3A46 !important;
    box-shadow: none !important; }

.btn {
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  border-radius: 2px; }

.btn-outline-primary {
  border-radius: 50px;
  padding: 5px 25px;
  color: #FF3A46;
  border-color: #FF3A46;
  font-family: "mouse-500", Arial, Helvetica, sans-serif; }

/* ===================================== Full Screen Background CSS ======================== */
.banner-container {
  background-image: url(../images/head_bg.jpg);
  background-size: 100%;
  height: 100%;
  background-repeat: no-repeat;
   }
  @media screen and (max-width: 699px) {
    .banner-container {
      background-size: auto; } }
  @media screen and (max-width: 600px) {
    .banner-container {
      height: 500px; } }
  .banner-container .slider-det {
    text-align: center;
    padding-top: 23%;
    color: #FFF; }
    @media screen and (max-width: 600px) {
      .banner-container .slider-det {
        padding-top: 38%; } }
    @media screen and (max-width: 409px) {
      .banner-container .slider-det {
        padding-top: 58%; } }
    .banner-container .slider-det span {
      text-transform: uppercase;
      font-size: 1.1rem; }
    .banner-container .slider-det h2 {
      margin-top: 30px;
      margin-bottom: 20px;
      font-size: 2.5rem; }
      @media screen and (max-width: 409px) {
        .banner-container .slider-det h2 {
          font-size: 1.5rem; } }
    .banner-container .slider-det p {
      font-size: 1rem; }
    .banner-container .slider-det .carousel-indicators {
      bottom: -51px; 
      display: none;}
    @media screen and (max-width: 600px) {
      .banner-container .slider-det .carousel-control-prev-icon {
        margin-left: -110px; }
      .banner-container .slider-det .carousel-control-next-icon {
        margin-right: -110px; } }
  .banner-container .carousel-control-prev {
    left: -120px; }
  .banner-container .carousel-control-next {
    right: -121px; }

.page-title {
  background-image: url(../images/head_bg.jpg);
  background-size: 100%;
  height: 400px;
  padding-top: 155px;
  color: #FFF; }
  @media screen and (max-width: 600px) {
    .page-title {
      padding-top: 200px; } }
  .page-title h2 {
    text-align: center;
    width: 100%; }
  .page-title p {
    width: 100%;
    text-align: center;
    font-size: .9rem;
    margin-top: 10px; }
    .page-title p i {
      width: 40px;
      text-align: center; }

.titl-2 {
  padding-top: 205px; }

/* ===================================== Header CSS ================================== */
.header-container {
  position: absolute;
  top: 0px;
  width: 100%; }
  .header-container .header-top {
  /*  border-bottom: 1px solid #cccccc4a;*/ }
    .header-container .header-top .left-item ul li {
      float: left;
      color: #fff;
      padding: 12px;
      font-size: 0.9rem; }
      .header-container .header-top .left-item ul li i {
        color: #fff; }
    .header-container .header-top .right-item ul {
      float: right; }
      .header-container .header-top .right-item ul li {
        float: left;
        color: #fff;
        padding: 12px; }
.header-container .header-top .left-item ul li a{
  color: #fff;
}
.hakw-eye-logo img {
  margin-top: 22px;
  width: 62px;
}
.buy-now-btn{
  max-width: 90px;
  height: 29px;
  border-radius: 3px;
  background: #2f2fa3;
  color: #ffffff;
  margin-top: 29px;
  padding-top: 4px;
  font-size: 12px;
  cursor: pointer;
}

nav .logo {
  padding: 20px; }
  nav .logo img {
    width: 90%; }
nav .log-gray {
  display: none; }
@media screen and (max-width: 767px) {
  nav .container {
    padding: 0px 10px !important; } }
@media screen and (max-width: 767px) {
  nav .nav-div {
    background-color: #FFF; } }
@media screen and (max-width: 767px) {
  nav .nav-div ul {
    margin-top: 5px; } }
nav .nav-div ul li {
  float: left;
  padding: 36px 15px;
  font-size: .9rem; }
  .cc-icon img {
    width: 46px;
    padding-top: 12px;
  }
  nav .nav-div ul li a {
    color: #fff;
    font-family: "mouse-400", Arial, Helvetica, sans-serif; }
  @media screen and (max-width: 1033px) {
    nav .nav-div ul li {
      padding: 27px 10px; } }
  @media screen and (max-width: 939px) {
    nav .nav-div ul li {
      font: .8rem;
      padding: 27px 5px; } }
  @media screen and (max-width: 767px) {
    nav .nav-div ul li {
      float: none;
      padding: 10px;
      border-top: 1px solid #cccccc73; } }
@media screen and (max-width: 849px) {
  nav .nav-div .yc {
    display: none; } }
@media screen and (max-width: 767px) {
  nav .logo img {
    width: 230px; } }
nav .small-menu {
  float: right;
  padding: 16px;
  font-size: 27px;
  color: #FFF; }

.scroll-to-fixed-fixed {
  background-color: #FFF;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2); }
  .scroll-to-fixed-fixed .log {
    display: none; }
  .scroll-to-fixed-fixed .log-gray {
    display: block; }
  @media screen and (max-width: 767px) {
    .scroll-to-fixed-fixed .nav-div {
      background-color: #FFF; } }
  .scroll-to-fixed-fixed .nav-div ul li a {
    color: #444; }
  .scroll-to-fixed-fixed .small-menu {
    color: #444;
    margin-top: -58px; }

/* ===================================== Key Features CSS ================================== */
.key-features {
  background-color: #000;
  padding: 50px;
  }
  @media screen and (max-width: 940px) {
    .key-features {
      padding: 30px 10px; } }
  .key-features .key-row {
    margin-top: 20px; }
    .key-features .key-row .key-single {
      margin-bottom: 20px; }
      .key-features .key-row .key-single i {
        color: #3987FF;
        font-size: 2.5rem;
        margin-bottom: 30px; }
      .key-features .key-row .key-single h6 {
        color: #444; }
      .key-features .key-row .key-single p {
        font-size: .8rem;
        margin-top: 5px; }

/* ===================================== About Company CSS ================================== */
.with-medical {
  padding: 50px;
  background-color: #FFF; }
  @media screen and (max-width: 940px) {
    .with-medical {
      padding: 30px 10px; } }
  .with-medical img {
    margin-top: 25px; }
  .with-medical .txtr {
    padding: 10px; }
    .with-medical .txtr h4 {
      font-size: 32px; }
      .with-medical .txtr h4 span {
        color: #03509e; }
    .with-medical .txtr p {
      text-align: justify;
      font-size: 15px; 
      line-height: 25px;
    }

/* ===================================== Services CSS ================================== */
[class*=" imghvr-"] figcaption, [class^=imghvr-] figcaption {
  background-color: RGBA(33, 111, 255, 0.87); }

.services-container {
 /* margin-top: -100px;*/
  padding-bottom: 30px; }
  @media screen and (max-width: 600px) {
    .services-container {
      margin-top: 0px; } }
  .services-container .sess-in-cont {
    background-color: #FFF;
    padding: 20px 30px;
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1), 0 5px 20px rgba(0, 0, 0, 0.1); }
    .services-container .sess-in-cont .sess-row {
      margin-top: 20px; }
      .services-container .sess-in-cont .sess-row .serv-det figure {
        border-radius: 10px; }
      .services-container .sess-in-cont .sess-row .serv-det figcaption {
        font-size: .8rem; }
      .services-container .sess-in-cont .sess-row .serv-det h6 {
        font-size: .9rem;
        padding: 6px; }
  .services-container .more{
    justify-content: center;
  }
  .services-container .more .more-btn{
    color: white;
    background: #3987FF;
    margin-top: 34px;
    padding: 4px 10px;
    border-radius: 6px;
  }

/* ===================================== Testimonial CSS ================================== */
.testimonial-cover .test-container {
  padding: 50px;
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1), 0 5px 20px rgba(0, 0, 0, 0.1);
  margin-top: -90px;
  background-color: #FFF; }
  @media screen and (max-width: 940px) {
    .testimonial-cover .test-container {
      padding: 30px 10px; } }
  @media screen and (max-width: 940px) {
    .testimonial-cover .test-container {
      margin-top: 0px; } }
  .testimonial-cover .test-container .test-row {
    margin-top: 20px; }
    .testimonial-cover .test-container .test-row .test-key {
      text-align: center;
      padding: 15px; }
      .testimonial-cover .test-container .test-row .test-key img {
        width: 70px;
        border-radius: 50%; }
      .testimonial-cover .test-container .test-row .test-key h5 {
        font-size: .95rem;
        margin-top: 10px;
        color: #444; }
      .testimonial-cover .test-container .test-row .test-key a {
        color: #3273e7;
        font-family: "mouse-400", Arial, Helvetica, sans-serif;
        font-size: .9rem; }
      .testimonial-cover .test-container .test-row .test-key p {
        margin-top: 10px;
        font-size: .84rem;
        line-height: 30px; }

/* ===================================== Testimonial CSS ================================== */
.client-container {
  padding: 50px; }
  @media screen and (max-width: 940px) {
    .client-container {
      padding: 30px 10px; } }
  .client-container .client-row .br {
    border-right: 1px solid #cccccc61; }
  .client-container .client-row .bb {
    border-bottom: 1px solid #cccccc61; }
  .client-container .client-row .clinent-cover {
    padding: 30px 20px;
    text-align: center; }
    .client-container .client-row .clinent-cover:hover {
      box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }

/* ===================================== Price Tab CSS ================================== */
/* ===================================== Blog CSS ================================== */
.blog-container {
  background-color: #cccccc2e;
  padding: 50px;
  padding-bottom: 100px; }
  @media screen and (max-width: 940px) {
    .blog-container {
      padding: 30px 10px; } }
  .blog-container .news-row {
    margin-top: 20px; }
    .blog-container .news-row .news-card {
      display: flex;
      background-color: #FFF;
      box-shadow: 0 2px 3px 0 rgba(218, 218, 253, 0.35), 0 0px 3px 0 rgba(206, 206, 238, 0.35);
      margin-bottom: 20px; }
      .blog-container .news-row .news-card .detail {
        padding: 10px;
        margin: auto; }
        .blog-container .news-row .news-card .detail h3 {
          font-size: 1.1rem;
          font-family: "mouse-400", Arial, Helvetica, sans-serif;
          margin-bottom: 0px; }
        .blog-container .news-row .news-card .detail p {
          font-size: .85rem;
          text-indent: 20px;
          text-align: justify; }
        .blog-container .news-row .news-card .detail .footp {
          text-indent: 0px;
          background-color: #f2f6f7a1;
          margin-top: 5px;
          font-size: .8rem; }
          .blog-container .news-row .news-card .detail .footp span {
            padding: 0px 5px; }
      .blog-container .news-row .news-card:hover {
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }

/* ===================================== Contact US CSS ================================== */
.contact-rooo .pr-0 {
  padding-right: 0px; }
.contact-rooo .cont-row {
  margin-top: 10px; }
  .contact-rooo .cont-row .col-sm-3 {
    padding-right: 0px; }
    .contact-rooo .cont-row .col-sm-3 span {
      float: right; }

/* ===================================== Footer CSS ================================== */
footer .foot-det {
  /*margin-top: -50px;*/ }
footer .lower-logo{
  width: 75%;
  margin-top: 75px;
}
footer
{
   background-color: #000;
}
footer .foot-cont {
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1), 0 5px 20px rgba(0, 0, 0, 0.1);
 
  }
footer .foot-cont.buy {
  display: flex;
  bottom: 0px;
}
  @media screen and (max-width: 940px) {
    footer .foot-cont {
      padding: 30px 10px; } }
  footer .foot-cont h4 {
    margin-bottom: 20px;
    color: #fff;
     }
  footer .foot-cont .foot-about p {
    font-size: .85rem;
    margin-bottom: 30px; }
  footer .foot-cont .foot-about ul {
    float: none;
    margin: auto; }
    footer .foot-cont .foot-about ul li {
      float: left;
      padding: 10px; }
      footer .foot-cont .foot-about ul li i {
        width: 30px;
        height: 30px;
        border-radius: 50px;
        border: 1px solid #CCC;
        text-align: center;
        padding-top: 6px;
        font-size: .9rem; }
footer .menu-foot ul li {
  float: left;
  width: 50%;
  font-size: .88rem;
  
  padding: 8px; }
footer .cont-foot h5 {
  color: #3173ed;
  margin-bottom: 15px; }
footer .cont-foot p {
  font-size: .9rem;
  margin-bottom: 15px; }
footer .cont-foot a {
  text-decoration: none; }
footer .copy-right {
  padding: 20px;
  background-color: #000;
  border-top:1px solid #292929; }
  footer .copy-right p {
    /*margin-top: 13px;*/
    font-size: .9rem;
    }
    footer .copy-right p a {
      color: #3173ed; }

/*# sourceMappingURL=style.css.map */


/* --------------------------------------
sidebar start
----------------------------------------- */

.sidebar_widget{
	float: left;
    width: 100%;
	margin-bottom:40px;
}
.shop_widget{
	float: left;
    width: 100%;
	margin-bottom:40px;
}
.sidebar_widget h4{
	color:#111111;
	font-weight:bold;
	font-size:20px;
	text-transform:uppercase;
	margin-bottom:40px;
}
.sidebar_widget h4:after {
    content: '';
    border: 1px solid #254a93;
    width: 45px;
    display: block;
    position: relative;
    top: 8px;
    z-index: 1;
    margin-bottom: 20px;
}
/* search_form start */
.search_form .form-control {
    height: 50px;
    font-size: 16px;
    min-width: 218px;
	padding:0px 40px 0px 20px;
    color: #707070;
    border-color: 1px solid #eeeeee;
	box-shadow:none;
	border-radius:0;
}
.form-control:focus{
	border: 1px solid #eeeeee;
}
.search_form {
    position: relative;
}
.search_form button {
    position: absolute;
    top: 13px;
    right: 15px;
    padding: 0;
    width: 25px;
    height: 25px;
    font-size: 16px;
    line-height: 25px;
    background-color: transparent;
    border: 0;
} 
.search_box_wrapper h3{
	color:#111111;
	font-size:20px;
	font-weight:600;
	text-transform:uppercase;
	padding:25px;
	padding-top:10px;
} 
.search_fom_2 button{
	right:30px;
}
.search_fom_2 .form-control{
	width:210px;
	margin-left:25px;
}
.search_form button i {
    color:#254a93;
}  
.search_box_wrapper{
	border:1px solid #eeeeee;
	padding:10px 0 10px 0;
}
/* latest_post_wrapper start */

.latest_post_wrapper{
	float:left;
	width:100%;
}
.blog_wrapper1, .blog_wrapper2, .blog_wrapper3{
	float:left;
	width:100%;
}
.blog_wrapper1, .blog_wrapper2{
	padding-bottom:30px;
}
.sc_blog_date{
	margin-top:10px;
	font-size:16px;
	color:#254a93;
}
.sc_shop_date{
	color:#2c3240;
}
.sc_shop_add{
	float:left;
	width:100%;
}
.sc_blog_image{
	float:left;
	width:100px;
}
.sc_blog_text{
	font-size:14px;
	font-weight:500;
	float:left;
	width:calc(100% - 100px);
	padding-left:10px;
}
.sc_blog_text h5{
	font-size:16px;
	font-weight:500;
	line-height:20px;
}
.sc_blog_text h5 a{
	color:#111111;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.sc_shop_txt h5 a{
		font-weight:600;
}
.sc_shop_date span{
	background:#254a93;
	padding:8px;
	margin:20px 0 0 10px;
	color:#fff;
}
.sc_blog_text h5 a:hover{
	color: #254a93;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
/* latest_post_wrapper end */
/* archives_wrapper start */

.archives_wrapper{
	float:left;
	width:100%;
}
.archives_wrapper ul li{
  padding: 10px 0px;
  cursor: pointer;
}
.archives_wrapper ul li a{
	color:#707070;
    font-weight: 500;
	text-transform:capitalize;
}
.archives_wrapper span{
	color:#254a93;
	float:right;
}
.archives_wrapper ul li i{
	margin-right:20px;
	color:#254a93;
}
.archives_wrapper ul li:hover a,
.archives_wrapper ul li:hover i{
	color:#254a93;
}

.shop_Category_section{
	float:left;
	width:100%;
	overflow:hidden;
}
 .price-range .range {
  display: block;
}
 .price-range .range .range-box {
  margin: 0 0 10px;
}
 .price-range .range span {
  padding-right: 5px;
  color: #686868;
}
 .price-range .range .price-box {
  padding: 4px 10px;
  display: inline-block;
  border: none;
  color: #0e0d0d;
  font-weight:600;
}
 .price-range .ui-widget-content .ui-state-default {
  background: #222222;
  border-radius: 100%;
  cursor: pointer;
  border:none;
  margin-top: -2px;
}
 .price-range .ui-widget-content .ui-state-default:focus {
  outline: none;
}
 .price-range .ui-widget-content .ui-state-default:last-child {
  background: #222222;
  border:none;
}
 .price-range .ui-widget-content {
  background: #e0e0e0;
  height: 2px;
  cursor: pointer;
}
 .price-range .ui-widget-content {
  border: none;
}
 .price-range .ui-slider-handle {
  width: 15px;
  height: 15px;
  top: -5px;
}
.shop_btn_wrapper ul li a{
	width:150px;
	height:50px;
	line-height:40px;
}
 .price-range a {
  padding: 3px 15px;
  background: #212121;
  color: #fff;
  border-radius: 10px;
  display: inline-block;
  margin-top: 20px;
}
.sc_shop_add img:hover{
	opacity:0.9;
	 -webkit-transition:all 0.3s ease 0.2s;
    -moz-transition:all 0.3s ease 0.2s;
    -ms-transition:all 0.3s ease 0.2s;
    -o-transition:all 0.3s ease 0.2s;
    transition:all 0.3s ease 0.2s;
}
 .filter-area {
  display: block;
  position: relative;
  margin: 0 0 40px;
}
 .filter-area select {
  display: inline-block;
  width: 230px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #e5e5e5;
  padding: 0 15px;
  color: #797979;
  font-size: 14px;
  float:right;
  text-transform: capitalize;
}
 .filter-area .list-grid {
  display: inline-block;
  float:right;
  margin-right:10px;
}
@media only screen and (max-width: 320px) {
 .filter-area .list-grid {
    margin-top: 10px;
  }
}
.filter-area .list-grid ul li {
  padding: 0;
  margin-left:10px;
}
.filter-area .list-grid ul li a {
  display: block;
  padding: 10px;
  color: #254a93;
  background:#fff;
  font-size: 18px;
  height: 50px;
  line-height: 30px;
  width: 50px;
  text-align: center;
  border-radius:0;
  border: 1px solid #e5e5e5;
}
 .filter-area .list-grid ul li a:active,  .filter-area .list-grid ul li a:focus {
  background: #254a93;
  color: #fff;
  border: 1px solid #fff;
  	 -webkit-transition:all 0.3s ease 0.2s;
    -moz-transition:all 0.3s ease 0.2s;
    -ms-transition:all 0.3s ease 0.2s;
    -o-transition:all 0.3s ease 0.2s;
    transition:all 0.3s ease 0.2s;
}
.filter-area .showpro {
  float: left;
  margin-top: 8px;
}
@media only screen and (max-width: 480px) {
.filter-area .showpro {
    text-align: left;
    margin-top: 10px;
    float: inherit;
  }
}
 .filter-area .showpro p {
  margin: 0;
  color: #707070;
}
.filter-area .showpro p span {
  color: #254a93;
}
.shop_pagination{
	margin-top:40px;
}
.prs_mcc_list_movie_main_wrapper{
	float:left;
	width:100%;
	margin-top:30px;
}
.prs_mcc_list_movie_img_wrapper{
	float:left;
	width:270px;
}
.prs_mcc_list_movie_img_cont_wrapper{
	float:left;
	width:calc(100% - 270px);
	background:#ffffff;
	padding:28px;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
    -o-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
    -ms-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.prs_mcc_list_movie_img_wrapper img{
	width:100%;
}
.prs_mcc_list_movie_main_wrapper:hover .prs_mcc_list_movie_img_cont_wrapper{
	    -webkit-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
    -o-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
    -ms-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
    box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.prs_mcc_list_left_cont_wrapper{
	float:left;
	width:80%;
}
.prs_mcc_list_right_cont_wrapper{
	float:left;
	width:20%;
}
.shop_li_price_tag{
	padding:0;
	border:none;
}
.shop_li_price_tag ul li{
	width: 50px;
    height: 50px;
    border: 1px solid #efefef;
    font-size: 16px;
	line-height:50px;
    float: left;
    margin-right: 15px;
}
.shop_txt_box p{
	float:left;
	margin-top:20px;
}
.shop_list_btn_wrapper li a{
	width: 150px;
    height: 45px;
    float: left;
    line-height: 42px;
    font-size: 14px;
    font-weight: 400;
	margin-top:20px;
}
/**************------ SHOP SINGLE CSS START -------*******************/
.sc_shop_single_prod_slider_wrapper{
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom:80px;
}
.cc_ps_top_slider_section  .owl-theme .owl-dots{
	display:none;
}
.cc_ps_top_slider_section  .owl-theme .owl-nav {
	display:none;
}
.video_nav_img{
	float:left;
	width:100%;
}
.video_nav_img img{
	width:100%;
	float:left;
	border:1px solid #e5e5e5;
}
.video_nav_img img:hover{
	border:1px solid #254a93;
	 -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.cc_ps_top_slider_section{
	float:left;
	width:100%;
}
.video_nav_img .cc_ps_tabs{
	margin-top:30px;
}
.cc_ps_tabs{
	width:33%;
}
.sc_shop_single_cart_wrapper{
	float:left;
	width:100%;
}
.sc_shop_single_cart_wrapper h2{
	font-size:20px;
	color:#111111;
	font-weight:bold;
	padding-bottom:10px;
}
.sc_shop_single_cart_wrapper i{
	color:#254a93;
}
.sc_shop_single_cart_wrapper span{
	font-size:16px;
	color:#787878;
}
.sc_shop_single_emi h3{
	font-size:16px;
	font-weight:700;
	padding-top:20px;
	padding-bottom:10px;
	float:left;
	color:#111111;
}
.sc_shop_single_emi h3 span a{
	margin-left:5px;
	font-size:16px;
	text-transform:capitalize;
	}
.sc_shop_single_emi h3 span{
	color:#254a93;
	font-weight:700;
}
.sc_shop_single_paragrph p{
	float:left;
}
.price_tag_sc_shop h3 {
    font-size: 32px;
    color: #254a93;
	font-family: 'Lato', sans-serif;
	float:left;
    font-weight: 800;
    padding-top: 20px;
    padding-bottom: 20px;
}
.price_tag_sc_shop h3 del {
    color: #aaaaaa;
	font-family: 'Lato', sans-serif;
    font-size: 20px;
	font-weight:400;
}
.price_tag_sc_shop h3 span {
    font-size: 20px;
	font-family: 'Lato', sans-serif;
    color: #24ce8c;
    font-weight: 400;
}
.sc_shop_single_co_wrapper{
	width:80%;
	float:left;
	margin-top:20px;
}
.sc_shop_single_co_wrapper button{
	width:130px;
	height:50px;
	float:left;
	background:#254a93;
	border:1px solid #254a93;
	color:#ffffff;
	-webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
	margin-left:-18px;
}
.sc_shop_single_co_wrapper input{
	float:left;
	width:calc(100% - 200px);
	height:50px;
	border:1px solid #e7e7e7;
	border-right:0;
	padding-left:20px;
	padding-right:10px;
}
.sc_shop_single_co_wrapper p{
	padding-top:10px;
	float:left;
}
.btc_shop_prod_quanty_bar{
	float:left;
	width:100%;
	margin-top:30px;
}
.cc_ps_quan_heading_wrapper{
	float:left;
}
.cc_ps_quantily_info input{
	width:60px;
	height:45px;
	text-align:center;
	border:1px solid #eeeeee;
	outline:none;
	position:relative;
	margin-left: 34px;
	font-weight:bold;
	font-size:16px;
	color:#000;
	border-radius:0;
	border-top:0;
	border-left:0;
	border-right:0;
}
.cc_ps_quantily_info input:focus{
	border:none;
	box-shadow:none;
	border:1px solid #eeeeee;
}
.increase{
	position:absolute;
	left: 108px;
    bottom: 0px;
	background:transparent;
	border:1px solid #eeeeee;
	height:45px;
	width:40px;
	color:#254a93;
	border-left:0;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
}
.decrease{
	position:absolute;
	left: 10px;
    bottom: 0px;
	background:transparent;
	border:1px solid #eeeeee;
	height:45px;
	width:40px;
	color:#254a93;
	border-right:0;
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
}
.shop_single_cart_btn_sc ul li{
	width: 130px;
    height: 50px;
    border: 1px solid #efefef;
    font-size: 18px;
    line-height: 48px;
    float: left;
    margin-right: 15px;
    border-radius: 50px;
}
.shop_single_cart_btn_sc ul{
	margin-top:26px;
	float:left;
}
.shop_single_cart_btn_sc{
	padding:0;
	border:0;
}
.sc_shop_single_quality_itm{
	float:left;
	width:100%;
	padding:20px 0 0 0;
}
.sc_cart_quality_itm_list{
	width: calc(100% - 100px);
	float:left;
}
.sc_cart_quality_itm{
	float:left;
	width:100px;
}
.sc_cart_quality_itm h2{
	font-weight:600;
	color:#000000;
	text-transform:capitalize;
}
.sc_cart_quality_itm_list ul li{
	list-style:none;
	text-transform:capitalize;
	color:#707070;
	margin-bottom:4px;
}
.sc_cart_quality_itm_list ul{
	float:left;
	list-style-type:none;
	margin-left:30px;
}
.shop_single_specification_wrapper{
	float:left;
	width:100%;
}
.sc_shop_single_left_spcs{
	float:left;
	width:100%;
	background:#f9f9f9;
	padding:40px;
	padding-bottom:20px;
	border:1px solid #eeeeee;
    border-radius: 0;
	margin-top:30px;
	text-transform:capitalize;
}
.sc_shop_single_left_spcs li{
	margin-top:20px;
}
.sc_shop_single_left_spcs li:first-child{
	margin-top:0;
}
.sc_shop_single_left_spcs li span{
	float:right;
}
.specs_sc_heading h1{
	font-size:26px;
}
.sc_shop_single_left_spcs h3{
	font-size:20px;
	text-transform:capitalize;
	font-weight:600;
	color:#111111;
	margin-bottom:25px;
}
#map{
	width:100% !important;
	float:left !important; 
	height:600px !important;
}
.btn-vertical-slider .tc_down_btn{
	font-size: 28px;
	top: 5px;
}
.btn-vertical-slider .tc_up_btn{
	font-size: 28px;
	top: 0px;
}
.nav_menu_wrapeer_hwk{
	display:block;
}
.blog_page_category{
	margin-top:40px;
	padding-bottom:0px;
}
/*****---------responsive css-------*********/
@media (min-width: 992px){
	.transparent-menu {
   float:left;
    width: 100%;
	z-index:1000;
}
.sc_navigation{
	float:left;
	background:#254a93;
	width:85%;
	padding-left:50px;
}
nav {
    display: inline-block;
    text-align: right;
    vertical-align: middle;
}
.main-menu-wrapper{
	float:left;
	width:15%;
}
.style2 .transparent-menu {
    border: 0!important;
    padding-top: 40px;
}
.style2 nav {border:0}

.product_section{
	float:left;
	width:100%;
}
.cc_li_min_wrapper{
	float:left;
	width:100%;
}
.cc_li_cont_wrapper{
	position:absolute;
	top:0;
	padding:30px;
	display:inline-block;
	right:0;
}
.cc_li_cont_wrapper i{
	color:#254a93;
	font-size:16px;
	float:right;
}
.cc_li_price_cont_wrapper{
	float:left;
	width:100%;
	padding:20px 0 0 20px;
	border:1px solid #efefef;
}
.cc_li_price_cont_wrapper h3 a{
	font-size: 20px;
	color:#111111;
	text-transform:uppercase;
	font-weight:700;
}
.cc_li_price_cont_wrapper h3 a:hover{
	color:#254a93;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.cc_li_price_cont_wrapper h3:after {
    content: '';
    border: 1px solid #254a93;
    width: 45px;
    display: block;
    position: relative;
    top: 8px;
    z-index: 1;
	margin-bottom:20px;
}
.cc_li_price_cont_wrapper h4{
	font-size: 20px;
	color:#254a93;
	float:left;
	font-weight:700;
}
.cc_li_price_cont_wrapper del{
	float:left;
	font-size:16px;
	margin-left:15px;
}
.cc_li_price_cont_wrapper ul{
	float:right;
	margin:0; padding:0;
	margin-top:-69px;
}
.cc_li_price_cont_wrapper li{
	width:70px;
	height:65px;
	border:1px solid #efefef;
	border-right:none;
	border-bottom:none;
	font-size:20px;
	list-style:none;
	color:#254a93;
	text-align:center;
	border-top:0;
	line-height:65px;
	margin-top:1px;
}
.cc_li_price_cont_wrapper ul li:hover{
	 background:#254a93;
	 -webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.cc_li_min_wrapper:hover .cc_li_price_cont_wrapper {
	border:1px solid #254a93;
	 -webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.prs_upcom_slide_first{
  margin: 5px 0px;
}
.cc_li_price_cont_wrapper li:hover i{
	color:#fff;
	 -webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.cc_li_min_wrapper img{
	width:100%;
}
.cc_img_wrapper{
	float:left; 
	width:100%;
}
.product_slider_wrapper{
	float:left; width:100%;
}
.product_slider_wrapper .item {
	width:100%;
}
.product_slider_wrapper .owl-theme .owl-dots .owl-dot {
    display: none;
}
.product_slider_wrapper .item {
	width:100%;
}
.product_slider_wrapper .owl-carousel .owl-item img{
	float:left;
	width:100%;
}
.product_slider_wrapper .owl-theme .owl-nav {
   position: absolute;
    top: 40%;
    margin: 0;
    margin-top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    display: block;
}
.product_slider_wrapper .owl-prev{
	position:absolute;
	left:-50px;
}
.product_slider_wrapper .owl-theme .owl-nav .owl-prev{
  font-size: 18px;
    margin: 0;
    padding: 0;
    left: -64px;
    position: absolute;
    text-align: center;
    background: #254a93;
    color: #fff;
    border: 1px solid #f9f9f9;
    width: 43px;
    height: 50px;
    text-align: center;
    line-height: 48px;
    border-radius:0;
}
span.tax-text {
  margin-left: 5px;
  font-size: 12px;
}
.product_slider_wrapper .owl-theme .owl-nav .owl-next{
	font-size: 18px;
    margin: 0;
    padding: 0;
    right: -64px;
    position: absolute;
    text-align: center;
    background: #254a93;
    color: #fff;
    border: 1px solid #f9f9f9;
    width: 43px;
    height: 50px;
    text-align: center;
    line-height: 48px;
    border-radius:0;
}
.product_slider_wrapper .owl-theme .owl-nav .owl-next:hover{
	color:#254a93;
	background-color:#fff;
	border:1px solid #eeeeee;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.product_slider_wrapper .owl-theme .owl-nav .owl-prev:hover{
	color:#254a93;
	background-color:#fff;
	border:1px solid #eeeeee;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.nav-link
{
  color: #fff !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
      font-family: 'Musterrat', sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
    line-height: 15px;
    transition: all 300ms ease;
    letter-spacing: 0.5px;
}
.right-item li a
{
  color: #ababab;
}
.txtr button
{
  color: #fff;
  background-color: #ce252c;
  border-color: #ce252c;
  padding: 10px;
}
.list-style li
{
  font-size: 15px;
  color: #000;
}
.list-style i
{
  color: #ce252c;
  margin-right: 12px;
}
.footer-social li
{
  display: inline-block;
  margin-right: 5px;
  float: right;
}
.footer-social li i {
    width: 30px;
    height: 30px;
    border-radius: 50px;
    border: 1px solid #CCC;
    text-align: center;
    padding-top: 6px;
    font-size: .9rem;
}
.reviews button
{
  color: #fff;
  background-color: #ce252c;
  border-color: #ce252c;
  padding: 10px;
}
.reviews h3
{
  padding-top: 15px;
  color: #000;
}
.reviews p
{
  font-size: 15px;
  line-height: 20px;
}
.training h3
{
  color: #ce252c;
}
.training h4
{
  color: #000;
}
.training p
{
  font-size: 15px;
  line-height: 25px;
  text-align: justify;
}
.list-style-1 li:before {
    content: "\f192";
    position: absolute;
    top: 0;
    left: 0;
    font-family: Font Awesome\ 5 Free;
    color: #ce252c;
}
.list-style-1 li {
    position: relative;
    padding: 0 0 10px 25px;
    font-size: 15px;
  }
  .topic-list li
  {
    font-size: 15px;
    line-height: 25px;
  }
  .topic-list li i
  {
    height: 15px;
    width: 15px;
    background-color: #ce252c;
    color: #fff;
    border-radius: 50%;
    font-size: 10px;
    line-height: 15px;
    text-align: center;
    margin-right: 15px;
  }
  .key h6
  {
    color: #fff;
    font-size: 20px;
  }
  .key p
  {
    font-size: 15px;
    line-height: 25px;
    text-align: justify;
  }
  .margin-30px-bottom
  {
    margin-bottom: 30px;
  }
  .contact-box
  {
    text-align: center;
    border:1px solid #eeeeee;
    /*box-shadow: 0 10px 20px rgb(0 0 0 / 10%);*/
  }
  .contact-box i
  {
    padding: 20px;
    font-size: 30px;
    color: #ce252c;
    border:1px solid #eeeeee;
    border-top:transparent;
  }
  
  .contact-info
  {
    padding: 20px 13px 20px 13px;
  }
  .contact-info h5
  {
    color: #000;
    font-size: 22px;
  }
  .contact-info p
  {
    font-size: 15px;
    line-height: 25px;
  }
  .form button
  {
    color: #fff;
    background-color: #000;
    border-color: #000;
    width: 100%;
  }
  .about h4
  {
    color: #000;
  }
  .about p
  {
    text-align: justify;
    font-size: 15px;
    line-height: 25px;
  }
  .about span
  {
    text-align: justify;
    font-size: 15px;
    line-height: 25px; 
  }
  .aboutfooter p
  {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 20px;
  }
  .client-heading
  {
    background-color: #ce252c;
    color: #fff;
    width: 100%;
    line-height: 40px;
    height: 40px;
    font-size: 20px;
    padding-left: 20px;
  }
 .client-list li:before {
    content: "\f192";
    position: absolute;
    top: 0;
    left: 0;
    font-family: Font Awesome\ 5 Free;
    color: #676b6b;
}
.client-list li {
    position: relative;
    padding: 0 0 10px 25px;
    font-size: 15px;
    color: #000;
  }
  .review-box
  {
    padding: 10px;
    font-size: 15px;
  }
  .review-box h6
  {
    color: #1f1f1f;
  }
   .review-box p
   {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 10px;
   }
.form
{
  padding: 20px 20px 20px 20px;
}
select
{
  font-size: 13px !important;
}

.register-form h6
{
  color: #ce252c;
}

.register-form p
{
  font-size: 14px;
  line-height: 19px;
}
.form i
{
  color: #b5b3b3;
  font-size: 13px;
}
.input-group-text
{
  border-left: transparent !important;
}


  @media (min-width: 576px){
  .modal-dialog {
      max-width: 700px;
      margin: 1.75rem auto;
  }
}


.p-box h6
{
  color: #000;
  font-size: 22px;
  padding-bottom: 15px;
}
.p-box-list li
{
  padding: 0 0 20px;
  font-size: 15px;
}
.p-box-list li span
{
  background-color: #007bff;
  color: #fff;
 padding: 5px 10px 5px 10px;
 margin-right: 10px;
}
.direct
{
  border:1px solid #eeeeee;
}
.direct h5 
{
  background-color: #eeeeee;
  padding: 10px;
  color: #000;
}
.direct ul
{
  padding: 10px 20px 20px 20px;
}
.direct ul li
{
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #ddd;
}
.direct ul li i
{
  margin-right: 10px;
  color: #007bff;
}
.facilities
{
  padding-bottom: 15px;
}
.facilities li
{
  font-size: 16px;
  line-height: 25px;
  font-weight: 700;
  color: #000;
}
footer .cont-foot a {
    color: #6f6f6f;
}
.footer-links li a{
  color: #6f6f6f;
}
.whatsapp {
    position: fixed;
    /*top: 85%;*/
    z-index: 0;
    left: 10px;
    bottom: 15px;
}
.dropbtn {
  border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 150px;
  /*border-top:5px solid #ff9800;*/
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
 
}

.dropdown-content a {
  color: #000;
  padding: 10px 12px;
  text-decoration: none;
  display: block;
  font-size: 15px;
  line-height: 24px;
  border-bottom:1px dotted #7d7d7d;
  text-align: left;
}

/*.dropdown-content a:hover {background-color: #ddd;}*/

.dropdown-content a:hover {color: #ce252c;}

.dropdown:hover .dropdown-content {display: block;}

.products-info
{
  padding: 20px 10px;
}
.products-info h5
{
  color: #000;
  text-align: center;
}
.products-info p
{
  font-size: 15px;
  text-align: justify;
}
.rating li
{
  display: inline-block;
  color: #ce252c;
}
.scrollTTop {
    background: #0f99e2;
    bottom: 15px;
    display: none;
    height: 30px;
    position: fixed;
    right: 15px;
    text-align: center;
    text-decoration: none;
    width: 30px;
    line-height: 33px;
    z-index: 99999;
}
.scrollTTop i {
    color: #fff;
    font-size: 22px;
}
