
@import url('https://fonts.googleapis.com/css2?family=Signika:wght@400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400;500;600&display=swap');

body {
  /* font-family: "Josefin Sans", sans-serif; */
  font-family: 'Signika', sans-serif;
  overflow-x: hidden !important;
  font-size: 15px;
  color: #35404e;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  /* font-family: "Josefin Sans", sans-serif; */
  font-family: 'Signika', sans-serif;
  line-height: 1.5;
  font-weight: 600;
}
.font-weight {
  font-weight: 600;
}

.text0 {
  font-size: 14px;
}
.text01 {
  font-size: 10px;
    margin: 0;
    padding: 0;
    line-height: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.text1 {
  font-size: 16px;
}
.text2 {
  font-size: 18px;
}
.text3 {
  font-size: 20px;
}
.text4 {
  font-size: 22px;
  margin: 0 10px;
}
.text5 {
  font-size: 28px;
}
.tab-pane h6 {
  font-size: 12px;
  margin-bottom: 2px;
  color: #3c229d;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.float-right {
  float: right;
}
.tab-pane .odd {
  background:#ffffff;
  border: 1px solid #d2d2d2;
  padding: 4px;
  margin-bottom: 3px;
  border-radius: 6px;
}
.tab-pane .evn {
  background:#efefef;
  border: 1px solid #d2d2d2;
  padding: 4px;
  margin-bottom: 3px;
  border-radius: 6px;
}
.tab-pane{
	padding:20px 5px 0 10px;
	margin:0;
	list-style-type:none;
  overflow-y:scroll;
  overflow-x: hidden;
  height:300px;
}
.tab-pane::-webkit-scrollbar {
  width: 10px; 
}
.tab-pane::-webkit-scrollbar-track {
  background: #eeeeee; 
}
.tab-pane::-webkit-scrollbar-thumb {
  background-color: #b5b5b5; 
  border-radius: 20px; 
  border: 3px solid #eeeeee; 
}
.tab-pane p {
  font-size: 10px;
  margin: 0;
  padding: 0;
  line-height: normal;
  overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 1;
   -webkit-box-orient: vertical;
}
.img-float{
  float: left;
  padding: 1px;
  margin-right: 6px;
  width: 35px;
  height: 35px;
  object-fit: cover;
  object-position: 50% 0;
  background: #fff;
}
.g-text-1 {
  font-size: 13px;
  margin-right: 5px;
  font-weight: 600;
  color: #4a0181;
}
.g-text-2 {
  font-size: 12px;
  margin-right: 5px;
}
.g-text-3 {
  font-size: 12px;
  margin-right: 5px;
}
.g-text-4 {
  font-size: 12px;
  margin-right: 5px;
}
.g-text-5 {
  color: #3c229d;
  font-size: 18px;
}
.g-text-6 {
  color: #f20000;
  font-size: 18px;
}
.g-text-7 {
  color: #00793d;
  font-size: 18px;
}
.modal-body h5 {
  font-weight: 500;
  font-size: 15px;
}
.tab-image img {
  width: 60px;
  height: auto;
}
.tab-image1 img {
  width:80px;
  height: auto;
  text-align: center;
}
.text-po {
  position: absolute;
  bottom: 0;
  margin: 0;
}
.text-bo {
  bottom: 0;
  margin: 0;
  font-size: 16px;
  line-height: normal;
}
.float-left {
  float: left;
  margin-right: 10px;
  height: auto;
  width: 60px;
}
.img-hw {
  width: 150px;
  height: 150px;
  object-fit: cover;
  object-position: 50% 0;
  background: #fff;
}
.img-hw1 {
  width: 60px;
  height: 60px;
  object-fit: cover;
  object-position: 50% 0;
  background: #fff;
}
.img-hw2 {
  object-fit: cover;
  width: 100%;
  height: 300px;
  object-position: 100% 0;
  background: #fff;
}
.img-hw3 {
  width: 100%;
  height: 40px;
  object-fit: cover;
  object-position: 50% 0;
  background: #fff;
}
a {
  color: #8a8eaa;
  text-decoration: none !important;
}

p {
  line-height: 30px;
}

ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 0rem;
  margin-right: 0;
  margin-left: 0;
  padding: 0;
}

a:hover {
  text-decoration: none;
  color: #6830c5;
}

.btn:focus {
  outline: 0px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

:focus {
  outline: -webkit-focus-ring-color auto 0px;
}

button:focus {
  outline: 0px dotted;
  outline: 0px auto -webkit-focus-ring-color;
}

.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.list-inline-item:not(:last-child) {
  margin-right: 0px;
  margin-bottom: 0px;
}

.rounded {
  border-radius: 5px !important;
}

.rounded-pill {
  border-radius: 10px !important;
}

.bg-home {
  height: 100vh;
  background-size: cover;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  position: relative;
  background-position: center center;
}

.bg-half-170 {
  padding: 100px 0 40px;
  background-size: cover;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  position: relative;
  background-position: center center;
}
.bg-half-50 {
  padding: 50px 0 20px;
  background-size: cover;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  position: relative;
  background-position: center center;
}
.bg-half-100 {
  padding: 100px 0 20px;
  background-size: cover;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  position: relative;
  background-position: center center;
}

@media (max-width: 767px) {
  .bg-home,
  .bg-half-170 {
    padding: 110px 0;
    height: auto;
  }
}

/*============================================

                 03 -- Components

==============================================*/
.component-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
}

.component-wrapper .title {
  font-size: 24px;
}

p.title-top {
  background: #e8e7fa;
  padding: 2px 15px;
  font-size: 13px;
  border-radius: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #706ad4;
  margin-bottom: 30px;
  text-transform: capitalize;
}

.btn {
  padding: 10px 35px;
  outline: none;
  text-decoration: none;
  font-size: 15px;
  letter-spacing: 0.5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 400;
  border-radius: 3px;
  margin: 0 2px;
}

.btn:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.btn.btn-sm {
  padding: 2px 6px;
  font-size: 11px;
}

.btn.btn-lg {
  padding: 14px 30px;
  font-size: 20px;
}

.btn.searchbtn {
  padding: 6px 20px;
}

.btn.header-btn {
  -webkit-box-shadow: 0 20px 30px 0 rgba(204, 193, 37, 0.2);
          box-shadow: 0 20px 30px 0 rgba(204, 193, 37, 0.2);
  background-color: #6830c5;
  padding: 0px 25px;
  border-radius: 35px;
  font-size: 15px;
  color: #ffffff;
  font-weight: 500;
  -webkit-transition-duration: 400ms;
          transition-duration: 400ms;
  height: 50px;
  line-height: 50px;
}

.btn.header-btn i {
  font-size: 24px;
  position: relative;
  top: 3px;
  line-height: 39px;
}

.btn.header-btn:hover {
  background-color: #706ad4;
  -webkit-box-shadow: 0 20px 30px 0 rgba(76, 37, 204, 0.2);
          box-shadow: 0 20px 30px 0 rgba(76, 37, 204, 0.2);
  color: #ffffff;
}

@media only screen and (max-width: 767px) {
  .btn.header-btn {
    display: none;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .btn.header-btn {
    display: none;
  }
}

@media only screen and (max-width: 575px) {
  .btn.header-btn {
    display: none;
  }
}

@media only screen and (max-width: 479px) {
  .btn.header-btn {
    display: none;
  }
}

.btn.theme-btn1 {
  background-color: #ff79bc;
  padding: 6px 18px;
  border-radius: 35px;
  margin-bottom: 6px;
  font-size: 15px;
  color: #620033;
  border: 0px solid #b0005c;
  font-weight: 500;
}

.btn.theme-btn1 i {
  font-size: 24px;
  position: relative;
  top: 3px;
  line-height: 39px;
}

.btn.theme-btn1:hover {
  background-color: #b0005c;
  color: #ffffff;
}

.btn.theme-btn2 {
  background-color: #fccb62;
  padding: 6px 18px;
  border-radius: 35px;
  margin-bottom: 6px;
  font-size: 15px;
  color: #745401;
  border: 0px solid #ce8c04;
  font-weight: 500;
}

.btn.theme-btn2 i {
  font-size: 24px;
  position: relative;
  top: 3px;
  line-height: 39px;
}

.btn.theme-btn2:hover {
  background-color: #ce8c04;
  color: #ffffff;
}

.btn.theme-btn3 {
  background-color: #b394e4;
  padding: 6px 18px;
  border-radius: 35px;
  margin-bottom: 6px;
  font-size: 15px;
  color: #42207b;
  border: 0px solid #7b46d2;
  font-weight: 500;
}

.btn.theme-btn3 i {
  font-size: 24px;
  position: relative;
  top: 3px;
  line-height: 39px;
}

.btn.theme-btn3:hover {
  background-color: #7b46d2;
  color: #ffffff;
}

.btn.theme-btn4 {
  background-color: #3c229d;
  border-radius: 5px;
  margin-bottom: 0px;
  font-size: 10px;
  color: #fff;
  border: 1px solid #7b46d2;
  font-weight: 500;
}

.btn.theme-btn4 i {
  font-size: 11px;
    position: relative;
    line-height: 14px;
}

.btn.theme-btn4:hover {
  background-color: #ffffff;
  color: #3c229d;
  border: 1px solid #7b46d2;
}

.btn.theme-btn5 {
  background-color: #3c229d;
  border-radius: 5px;
  padding: 6px 18px;
  margin-bottom: 0px;
  font-size: 14px;
  color: #fff;
  border: 1px solid #7b46d2;
  font-weight: 500;
}

.btn.theme-btn5 i {
  font-size: 16px;
    position: relative;
    line-height: 14px;
}

.btn.theme-btn5:hover {
  background-color: #ffffff;
  color: #3c229d;
  border: 1px solid #7b46d2;
}

.btn.theme-btn {
  /* -webkit-box-shadow: 0 20px 30px 0 rgba(204, 193, 37, 0.2);
          box-shadow: 0 20px 30px 0 rgba(204, 193, 37, 0.2); */
  background-color: #7b46d2;
  padding: 5px 18px;
  border-radius: 35px;
  font-size: 15px;
  color: #ffffff;
  border: 2px solid #40006f;
  font-weight: 500;
  /* -webkit-transition-duration: 400ms;
          transition-duration: 400ms;
  height: 60px;
  line-height: 60px; */
}

.btn.theme-btn i {
  font-size: 24px;
  position: relative;
  top: 3px;
  line-height: 39px;
}

.btn.theme-btn:hover {
  background-color: #40006f;
  /* -webkit-box-shadow: 0 20px 30px 0 rgba(76, 37, 204, 0.2);
          box-shadow: 0 20px 30px 0 rgba(76, 37, 204, 0.2); */
  color: #ffffff;
}

.btn.theme-btn-2 {
  /* -webkit-box-shadow: 0 20px 30px 0 rgba(204, 193, 37, 0.2);
          box-shadow: 0 20px 30px 0 rgba(204, 193, 37, 0.2); */
  background-color: #ffffff;
  padding: 6px 18px;
  border-radius: 35px;
  font-size: 15px;
  color: #40006f;
  font-weight: 500;
  border: 2px solid #40006f;
  /* -webkit-transition-duration: 400ms;
          transition-duration: 400ms;
  height: 60px;
  line-height: 60px; */
}

.btn.theme-btn-2 i {
  font-size: 24px;
  position: relative;
  top: 3px;
  line-height: 39px;
}

.btn.theme-btn-2:hover {
  background-color: #7b46d2;
  /* -webkit-box-shadow: 0 20px 30px 0 rgba(204, 193, 37, 0.2);
          box-shadow: 0 20px 30px 0 rgba(204, 193, 37, 0.2); */
  color: #ffffff;
}

button:not(:disabled) {
  outline: none;
}

.shadow {
  -webkit-box-shadow: 0px 10px 80px 0px rgba(215, 215, 215, 0.4) !important;
          box-shadow: 0px 10px 80px 0px rgba(215, 215, 215, 0.4) !important;
}

.border {
  border: 1px solid #edeef5 !important;
}

.border-top {
  border-top: 1px solid #edeef5 !important;
}

.border-bottom {
  border-bottom: 1px solid #edeef5 !important;
}

.breadcrumb {
  letter-spacing: 0.5px;
  padding: 0;
  display: inline-flex;
  background: transparent;
}

.breadcrumb .breadcrumb-item {
  font-size: 16px;
  font-weight: 600;
  padding-left: 0;
  display: inline-block;
}

.breadcrumb .breadcrumb-item a {
  color: #3c4858;
}

.breadcrumb .breadcrumb-item a:hover {
  color: #6830c5;
}

.breadcrumb .breadcrumb-item.active {
  color: #6830c5;
}

 .breadcrumb .breadcrumb-item:before {
  content: "";
}

/*.breadcrumb .breadcrumb-item:after {
  content: "\f105" !important;
  font-size: 15px;
  color: #3c4858;
  font-family: "Line Awesome Free";
  padding-left: 5px;
} */

.breadcrumb .breadcrumb-item:last-child:after {
  display: none;
}

.avatar.avatar-ex-sm {
  height: 30px;
  width: 30px;
}

.avatar.avatar-md-sm {
  height: 45px;
  width: 45px;
}

.avatar.avatar-small {
  height: 65px;
  width: 65px;
}

.avatar.avatar-md-md {
  height: 90px;
  width: 90px;
}

.avatar.avatar-medium {
  height: 110px;
  width: 110px;
}

.avatar.avatar-large {
  height: 140px;
  width: 140px;
}

.avatar.avatar-ex-large {
  height: 180px;
  width: 180px;
}

.form-group {
  margin-bottom: 5px;
}

.form-group label {
  font-size: 15px;
  font-weight: 700;
}

.form-group .form-control {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #ffffff;
  border: 1px solid #dcdeed;
  color: #3c4858;
  /* height: 42px; */
  font-size: 13px;
  border-radius: 4px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.form-group .form-control:focus, .form-group .form-control.active {
  border-color: #6830c5;
}

.form-group textarea {
  height: 120px !important;
}

.form-group textarea.form-control {
  line-height: 25px;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: transparent;
  opacity: 1;
}

.custom-control-input:checked ~ .custom-control-label:before {
  color: #ffffff;
  border-color: #6830c5;
  background-color: #6830c5;
}

.custom-control-input:focus ~ .custom-control-label::before,
.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #6830c5;
}

.custom-control-label {
  cursor: pointer;
}

.custom-control-label:before, .custom-control-label:after {
  top: 2px;
}

.custom-switch .custom-control-label:after {
  top: 4px;
}

.social-icon li a {
  margin-right: 4px;
  color: #ffffff !important;
  background-color: #3c4858;
  display: inline-block;
  height: 52px;
  text-align: center;
  font-size: 20px;
  width: 52px;
  line-height: 50px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  overflow: hidden;
  position: relative;
  border-radius: 5px;
}

.social-icon li a:hover {
  background-color: #6830c5;
}

.social-icon.social li a {
  color: #8a8eaa;
  border-color: #8a8eaa;
}

@media print {
  #topnav,
  .footer {
    display: none !important;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive .table td,
.table-responsive .table th {
  vertical-align: middle;
  border-color: #f1f1f9;
}

.table-responsive .table-center th {
  vertical-align: middle !important;
  cursor: pointer;
}

.table-responsive .table-center tbody tr:hover {
  color: #3c4858;
  background-color: #f8f8fc;
}

.table-responsive .table-padding tr td {
  padding-top: 20px;
  padding-bottom: 20px;
}

#scrollUp {
  width: 50px;
  height: 50px;
  background-color: #6830c5;
  color: #fff;
  right: 20px;
  bottom: 60px;
  text-align: center;
  overflow: hidden;
  border-radius: 50px;
  z-index: 9811 !important;
}

@media only screen and (max-width: 767px) {
  #scrollUp {
    width: 40px;
    height: 40px;
  }
}

#scrollUp i {
  display: block;
  line-height: 50px;
  font-size: 22px;
}

@media only screen and (max-width: 767px) {
  #scrollUp i {
    line-height: 40px;
    font-size: 16px;
  }
}

#scrollUp:hover i {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.preloader-container {
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px;
  width: 140px;
  height: 140px;
}

.preloader {
  background: #afaaf4;
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 99999;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.preloader.v2 {
  background: #0B043B;
}

.preloader img {
  -webkit-animation: prespin 5s infinite linear;
          animation: prespin 5s infinite linear;
}

@-webkit-keyframes prespin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes prespin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.bg-gray-100 {
  background: #f8f8fc;
}

.gray-100 {
  color: #f8f8fc;
}

.gray-200 {
  color: #edeef5;
}

.gray-300 {
  color: #dcdeed;
}

.gray-400 {
  color: #bdc1d7;
}

.gray-500 {
  color: #8a8eaa;
}

.gray-600 {
  color: #565972;
}

.gray-700 {
  color: #272a3a;
}

.theme-yellow {
  color: #6830c5;
}

/*============================================

                 04 -- Menu

==============================================*/
#topnav {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  z-index: 1030;
  background-color: transparent;
  border: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

#topnav .logo {
  float: left;
  color: #294e7d !important;
}

#topnav .logo .l-dark {
  display: none;
}

#topnav .logo .l-light {
  display: inline-block;
}

#topnav .has-submenu.active a {
  color: #ffffff;
}

#topnav .has-submenu.active .submenu li.active > a {
  color: #6830c5;
}

#topnav .has-submenu.active.active .menu-arrow {
  border-color: #6830c5;
}

#topnav .has-submenu {
  position: relative;
}

#topnav .has-submenu .submenu .submenu-arrow {
  border: solid #294e7d;
  border-radius: 0.5px;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  right: 20px;
  top: 14px;
}

#topnav .navbar-toggle {
  border: 0;
  position: relative;
  width: 60px;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

#topnav .navbar-toggle .lines {
  width: 25px;
  display: block;
  position: relative;
  margin: 32px 20px 24px;
  height: 18px;
}

#topnav .navbar-toggle span {
  height: 2px;
  width: 100%;
  background-color: #294e7d;
  display: block;
  margin-bottom: 5px;
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease;
}

#topnav .navbar-toggle span:last-child {
  margin-bottom: 0;
}

#topnav .buy-button {
  float: right;
  line-height: 68px;
  padding: 3px 0;
}

#topnav .navbar-toggle.open span {
  position: absolute;
}

#topnav .navbar-toggle.open span:first-child {
  top: 6px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#topnav .navbar-toggle.open span:nth-child(2) {
  visibility: hidden;
}

#topnav .navbar-toggle.open span:last-child {
  width: 100%;
  top: 6px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#topnav .navbar-toggle.open span:hover {
  background-color: #6830c5;
}

#topnav .navbar-toggle:hover, #topnav .navbar-toggle:focus,
#topnav .navbar-toggle .navigation-menu > li > a:hover, #topnav .navbar-toggle:focus {
  background-color: transparent;
}

#topnav .navigation-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

#topnav .navigation-menu > li {
  float: left;
  display: block;
  position: relative;
  margin: 0;
}

#topnav .navigation-menu > li > a {
  display: block;
  color: #294e7d;
  font-size: 15px;
  /* background-color: transparent !important; */
  font-weight: 400;
  letter-spacing: 0.4px;
  line-height: 18px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  
  padding-left: 10px;
  padding-right: 10px;
}

#topnav .navigation-menu > li > a:hover, #topnav .navigation-menu > li > a:active {
  color: #6830c5;
}

#topnav .navigation-menu > li:hover > a,
#topnav .navigation-menu > li.active > a {
  color: #6830c5;
}

#topnav .navigation-menu .has-submenu .menu-arrow {
  border: solid #294e7d;
  border-radius: 0.5px;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  right: -5px;
  top: 34px;
}

#topnav .menu-extras {
  float: right;
}

#topnav.scroll {
  background-color: #ffffff;
  border: none;
  -webkit-box-shadow: 0px 10px 80px 0px rgba(215, 215, 215, 0.4);
          box-shadow: 0px 10px 80px 0px rgba(215, 215, 215, 0.4);
}

#topnav.scroll .navigation-menu > li > a {
  color: #294e7d;
}

#topnav.scroll .navigation-menu > li > .menu-arrow {
  border-color: #294e7d;
}

#topnav.scroll .navigation-menu > li:hover > a, #topnav.scroll .navigation-menu > li.active > a {
  color: #6830c5;
}

#topnav.scroll .navigation-menu > li:hover > .menu-arrow, #topnav.scroll .navigation-menu > li.active > .menu-arrow {
  border-color: #6830c5;
}

#topnav.defaultscroll.dark-menubar .logo {
  line-height: 70px;
}

#topnav.defaultscroll.scroll .logo {
  line-height: 62px;
}

#topnav.defaultscroll.scroll.dark-menubar .logo {
  line-height: 62px;
}

#topnav.nav-sticky {
  background: #ffffff;
  -webkit-box-shadow: 0px 10px 80px 0px rgba(215, 215, 215, 0.4);
          box-shadow: 0px 10px 80px 0px rgba(215, 215, 215, 0.4);
}

#topnav.nav-sticky .navigation-menu.nav-light > li > a {
  color: #294e7d;
}

#topnav.nav-sticky .navigation-menu.nav-light > li.active > a {
  color: #6830c5 !important;
}

#topnav.nav-sticky .navigation-menu.nav-light > li:hover > .menu-arrow, #topnav.nav-sticky .navigation-menu.nav-light > li.active > .menu-arrow {
  border-color: #6830c5 !important;
}

#topnav.nav-sticky .navigation-menu.nav-light > li:hover > a, #topnav.nav-sticky .navigation-menu.nav-light > li.active > a {
  color: #6830c5 !important;
}

#topnav.nav-sticky .navigation-menu.nav-light .has-submenu .menu-arrow {
  border-color: #294e7d;
}

#topnav.nav-sticky .logo .l-dark {
  display: inline-block;
}

#topnav.nav-sticky .logo .l-light {
  display: none;
}

.logo {
  font-weight: 700;
  font-size: 24px;
  padding: 3px 0;
  letter-spacing: 1px;
  line-height: 68px;
}
.logo img {
  height: 45px;
}

@media (min-width: 992px) {
  #topnav .navigation-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #topnav .navigation-menu > .has-submenu > .submenu > .has-submenu > .submenu::before {
    top: 20px;
    margin-left: -35px;
    -webkit-box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.15);
            box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.15);
    border-color: transparent #ffffff #ffffff transparent;
  }
  #topnav .navigation-menu > li .submenu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    padding: 10px 0;
    list-style: none;
    min-width: 170px;
    visibility: hidden;
    opacity: 0;
    margin-top: 10px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    border-radius: 5px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 10px 80px 0px rgba(215, 215, 215, 0.4);
            box-shadow: 0px 10px 80px 0px rgba(215, 215, 215, 0.4);
  }
  #topnav .navigation-menu > li .submenu:before {
    content: "";
    position: absolute;
    top: 2px;
    left: 45px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 7px solid #294e7d;
    border-color: transparent transparent #ffffff #ffffff;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    -webkit-box-shadow: -2px 2px 2px -1px rgba(0, 0, 0, 0.15);
            box-shadow: -2px 2px 2px -1px rgba(0, 0, 0, 0.15);
  }
  #topnav .navigation-menu > li .submenu > li .submenu {
    left: 106%;
    top: 0;
    margin-left: 10px;
    margin-top: -1px;
  }
  #topnav .navigation-menu > li > a {
    margin-top: 25px;
    margin-bottom: 25px;
    min-height: 22px;
  }
  #topnav .navigation-menu > li:hover > .menu-arrow {
    border-color: #6830c5;
  }
  #topnav .navigation-menu > li .submenu li {
    position: relative;
  }
  #topnav .navigation-menu > li .submenu li a {
    display: block;
    padding: 7px 20px;
    clear: both;
    white-space: nowrap;
    font-size: 15px;
    letter-spacing: 0.04em;
    font-weight: 400;
    color: #294e7d !important;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #topnav .navigation-menu > li .submenu li a:hover {
    color: #6830c5;
  }
  #topnav .navigation-menu > li .submenu li ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
  }
  #topnav .navigation-menu > li .submenu.megamenu {
    white-space: nowrap;
    width: auto;
  }
  #topnav .navigation-menu > li .submenu.megamenu li a {
    padding: 10px 25px;
  }
  #topnav .navigation-menu > li .submenu.megamenu > li {
    overflow: hidden;
    min-width: 180px;
    display: inline-block;
    vertical-align: top;
  }
  #topnav .navigation-menu > li .submenu.megamenu > li .submenu {
    left: 100%;
    top: 0;
    margin-left: 10px;
    margin-top: -1px;
  }
  #topnav .navigation-menu > li.last-elements .submenu {
    left: auto;
    right: 0;
  }
  #topnav .navigation-menu > li.last-elements .submenu:before {
    left: auto;
    right: 10px;
  }
  #topnav .navigation-menu > li.last-elements .submenu > li.has-submenu .submenu {
    left: auto;
    right: 100%;
    margin-left: 0;
    margin-right: 10px;
  }
  #topnav .navigation-menu.nav-light > li > a {
    color: #ffffff;
  }
  #topnav .navigation-menu.nav-light > li.active > a {
    color: #fccb62 !important;
  }
  #topnav .navigation-menu.nav-light > li:hover > .menu-arrow {
    border-color: #fccb62 !important;
  }
  #topnav .navigation-menu.nav-light > li:hover > a {
    color: #fccb62 !important;
  }
  #topnav .navigation-menu.nav-light .has-submenu .menu-arrow {
    border-color: #fccb62;
  }
  #topnav .navigation-menu.nav-light .has-submenu.active .menu-arrow {
    border-color: #fccb62 !important;
  }
  #topnav .navbar-toggle {
    display: none;
  }
  #topnav #navigation {
    display: block !important;
    float: right;
  }
  #topnav.scroll {
    top: 0;
  }
  #topnav.scroll .navigation-menu > li > a {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #topnav.scroll-active .navigation-menu > li > a {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

@media (max-width: 991px) {
  #topnav {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 10px 80px 0px rgba(215, 215, 215, 0.4);
            box-shadow: 0px 10px 80px 0px rgba(215, 215, 215, 0.4);
    min-height: 74px;
  }
  #topnav .logo .l-dark {
    display: inline-block !important;
  }
  #topnav .logo .l-light {
    display: none !important;
  }
  #topnav .container {
    width: auto;
  }
  #topnav #navigation {
    max-height: 400px;
  }
  #topnav .navigation-menu {
    float: none;
  }
  #topnav .navigation-menu > li {
    float: none;
  }
  #topnav .navigation-menu > li .submenu {
    display: none;
    list-style: none;
    padding-left: 20px;
    margin: 0;
  }
  #topnav .navigation-menu > li .submenu li a {
    display: block;
    position: relative;
    padding: 7px 15px;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 0.04em;
    font-weight: 700;
    color: #294e7d;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #topnav .navigation-menu > li .submenu.open {
    display: block;
  }
  #topnav .navigation-menu > li .submenu .submenu {
    display: none;
    list-style: none;
  }
  #topnav .navigation-menu > li .submenu .submenu.open {
    display: block;
  }
  #topnav .navigation-menu > li .submenu.megamenu > li > ul {
    list-style: none;
    padding-left: 0;
  }
  #topnav .navigation-menu > li .submenu.megamenu > li > ul > li > span {
    display: block;
    position: relative;
    padding: 10px 15px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    color: #8492a6;
  }
  #topnav .navigation-menu > li > a {
    color: #294e7d;
    padding: 10px 20px;
  }
  #topnav .navigation-menu > li > a:after {
    position: absolute;
    right: 15px;
  }
  #topnav .navigation-menu > li > a:hover,
  #topnav .navigation-menu > li .submenu li a:hover,
  #topnav .navigation-menu > li.has-submenu.open > a {
    color: #6830c5;
  }
  #topnav .menu-extras .menu-item {
    border-color: #8492a6;
  }
  #topnav .navbar-header {
    float: left;
  }
  #topnav .has-submenu .submenu .submenu-arrow {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    right: 20px;
    top: 12px;
  }
  #topnav .has-submenu.active a {
    color: #6830c5;
  }
  #navigation {
    position: absolute;
    top: 74px;
    left: 0;
    width: 100%;
    display: none;
    height: auto;
    padding: 10px 0;
    overflow: auto;
    border-top: 1px solid #f1f3f9;
    border-bottom: 1px solid #f1f3f9;
    background-color: #ffffff;
  }
  #navigation.open {
    display: block;
    overflow-y: auto;
  }
}

@media (max-width: 768px) {
  #topnav .navigation-menu .has-submenu .menu-arrow {
    right: 16px;
    top: 16px;
  }
}

@media (min-width: 768px) {
  #topnav .navigation-menu > li.has-submenu:hover > .submenu {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
  }
  #topnav .navigation-menu > li.has-submenu:hover > .submenu > li.has-submenu:hover > .submenu {
    visibility: visible;
    opacity: 1;
    margin-left: 0;
    margin-right: 0;
  }
  .navbar-toggle {
    display: block;
  }
}

/*============================================

                 05 -- Banner

==============================================*/
.bg-img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.pos-rel {
  position: relative;
}

.oh {
  overflow: hidden;
}

.banner {
  /*padding: 170px 0 98px;*/
  padding: 80px 0 68px;;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner {
    padding: 200px 0 150px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-content {
    margin-bottom: 120px;
  }
}

.banner-content .banner-button-group {
  margin: -15px;
}

.banner-content .banner-button-group a {
  margin: 15px;
}

.banner-content .cate {
  margin-bottom: 25px;
  color: #ffffff;
  font-size: 20px;
}

@media only screen and (max-width: 767px) {
  .banner-content .cate {
    margin-bottom: 10px;
  }
}

.banner-content h3 {
  font-size: 25px;
  color: #fff;
  margin: 0 0 80px 0;
}
.banner-content h3 span {
  /*display: inline-block;
  background: linear-gradient(90deg,#af6dff 0,#ff448e 25%,#ff9d57 50%,#ff38d3 75%,#00ffdc 100%);
  background-size: cover;
  background-position: center;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;*/
  color: #fc9803;
}

.banner-content .title {
  font-size: 46px;
  line-height: 55px;
  margin-bottom: 15px;
  
  display: inline-block;
  background: linear-gradient(90deg,#af6dff 0,#ff448e 25%,#ff9d57 50%,#ff38d3 75%,#00ffdc 100%);
  background-size: cover;
  background-position: center;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

@media only screen and (max-width: 767px) {
  .banner-content .title {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 575px) {
  .banner-content .title {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 10px;
  }
}

.banner-content p {
  font-size: 25px;
  line-height: 30px;
  margin: 0;
  margin-bottom: 23px;
  font-weight: 300;
  color: #fa8f1b;
}

@media only screen and (max-width: 767px) {
  .banner-content p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 35px;
  }
}

@media only screen and (max-width: 575px) {
  .banner-content p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 25px;
  }
}

/*============================================

                 06 -- About

==============================================*/
.about-area {
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.about-text h4 {  
  color: #8a8eaa;
  font-weight: 400;
  font-size: 16px;
  line-height: 34px;
}

/*============================================

                07 -- Prevention

==============================================*/
.prevention-list ul {
  margin-bottom: 0px;
}

.prevention-list ul li:last-child .prevention-info {
  border-bottom: 0px;
}

.prevention-info {
  padding: 30px;
  border-bottom: 1px solid #eaeaea;
}

.prevention-info:after {
  content: "";
  clear: both;
  display: table;
}

.prevention-media {
  width: 116px;
  height: 116px;
  position: relative;
  z-index: 1;
  float: left;
  margin-right: 30px;
}

@media only screen and (max-width: 479px) {
  .prevention-media {
    float: none;
    text-align: center;
    margin: 0px auto 30px;
  }
}

.prevention-pic {
  display: inline-block;
  padding: 10px;
  width: 116px;
  height: 116px;
  line-height: 96px;
}

.prevention-pic img {
  width: 100%;
}

.prevention-info .prevention-content {
  overflow: hidden;
}

.prevention-info .prevention-content p:last-child {
  margin-bottom: 0px;
}

@media only screen and (max-width: 479px) {
  .prevention-info .prevention-content {
    overflow: inherit;
    text-align: center;
  }
}

.single-list {
  position: relative;
  z-index: 2;
  margin-bottom: 60px;
  -webkit-box-shadow: 0px 10px 80px 0px rgba(215, 215, 215, 0.4);
          box-shadow: 0px 10px 80px 0px rgba(215, 215, 215, 0.4);
  background: #fff;
  padding: 30px 30px 30px 140px;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.single-list h3 {
  font-size: 20px;
  line-height: 28px;
  color: #565972;
  
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.single-list:hover {
  -webkit-box-shadow: 0px 10px 80px 0px rgba(215, 215, 215, 0.4);
          box-shadow: 0px 10px 80px 0px rgba(215, 215, 215, 0.4);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.single-list:hover h3 {
  color: #6830c5;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.single-list-icon {
  height: 90px;
  width: 90px;
  position: absolute;
  left: 30px;
  text-align: center;
  background: #ffffff;
  -webkit-box-shadow: 0px 10px 80px 0px rgba(215, 215, 215, 0.4);
          box-shadow: 0px 10px 80px 0px rgba(215, 215, 215, 0.4);
  border-radius: 25px;
  top: 20px;
}

.single-list-icon img {
  height: 70px;
  margin-top: 7px;
}

.single-list:last-child {
  margin-bottom: 0;
}

.do-lists h2 {
  margin-bottom: 30px;
  font-size: 20px;
}

.preventions-area {
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.preventions-area h4 {
  
  color: #8a8eaa;
  font-weight: 400;
  font-size: 16px;
  line-height: 34px;
}

.pre-card {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.pre-card .icon {
  width: 80px;
  height: 80px;
  line-height: 72px;
}

.pre-card .icon img {
  width: 100px;
}

.pre-card .content .title {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.pre-card .content .title:hover {
  color: #6830c5 !important;
}

.pre-card.pre-primary {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.pre-card.pre-primary .icon2,
.pre-card.pre-primary .para {
  color: #8a8eaa !important;
}

.pre-card:hover {
  -webkit-box-shadow: 0 10px 25px rgba(60, 72, 88, 0.15);
          box-shadow: 0 10px 25px rgba(60, 72, 88, 0.15);
}

.pre-card:hover.pre-primary {
  background-color: #6830c5 !important;
  border-radius: 10px !important;
  color: #ffffff !important;
}

.pre-card:hover.pre-primary .icon2,
.pre-card:hover.pre-primary .para {
  color: #ffffff !important;
}

.pre-card:hover.pre-primary .content,
.pre-card:hover.pre-primary .icon2 {
  z-index: 2;
}

/*============================================

                 08 -- Cta

==============================================*/
.bg-cta-overlay {
  background-image: url("../images/bg/cta.png");
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.bg-gradient {
  background: -webkit-gradient(linear, left top, right top, from(#6830c5), to(#ee9401));
  background: linear-gradient(to right, #6830c5, #ee9401);
}

/*============================================

                 10 -- Blog

==============================================*/
.blog-area {
  background-size: cover;
  background-position: center center;
}

.blog-img > a img,
.blog-wrapper img {
  max-width: 100%;
}

.blog-text {
  background: #fff;
  padding: 40px 36px 32px 36px;
  -webkit-box-shadow: 0px 10px 80px 0px rgba(215, 215, 215, 0.4);
          box-shadow: 0px 10px 80px 0px rgba(215, 215, 215, 0.4);
}

.blog-text h4 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  margin-bottom: 15px;
  position: relative;
  padding-top: 24px;
}

.blog-text h4 > a {
  color: #35404e;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.blog-text h4 > a:hover {
  color: #f89f22;
}

.blog-text h4::before {
  height: 2px;
  width: 40px;
  background: #f89f22;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}

.blog-text > a {
  color: #6e6e6e;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.blog-text > a:hover {
  color: #f89f22;
}

.blog-text > a i {
  position: relative;
  top: 3px;
  margin-left: 4px;
}

.blog-meta {
  border-top: 1px solid #e7e7e7;
  margin-top: 44px;
  padding-top: 25px;
}

.blog-meta > span {
  font-size: 15px;
  color: #565972;
  font-weight: 400;
  margin-right: 25px;
  
}

.blog-meta > span:last-child {
  margin-right: 0;
}

.blog-meta > span i {
  color: #8a8eaa;
  font-size: 20px;
  margin-right: 6px;
  top: 1px;
  position: relative;
}

/* blog-standard */
.blog-standard .blog-text h4 {
  font-size: 26px;
  line-height: 1.3;
}

/* pagination */
.pagination-style ul li {
  display: inline-block;
  margin: 0 1px;
}

@media only screen and (max-width: 767px) {
  .pagination-style ul li {
    margin: 0 4px;
  }
}

.pagination-style ul li a {
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #535353;
  font-size: 16px;
  text-align: center;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
}

@media only screen and (max-width: 767px) {
  .pagination-style ul li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}

.pagination-style ul li a.active, .pagination-style ul li a:hover {
  background-color: #6830c5;
  color: #fff;
  border: 1px solid #6830c5;
  -webkit-box-shadow: 0 20px 30px 0 rgba(204, 193, 37, 0.2);
          box-shadow: 0 20px 30px 0 rgba(204, 193, 37, 0.2);
}

.pagination-style ul li a i {
  line-height: 40px;
  font-size: 24px;
}

@media only screen and (max-width: 767px) {
  .pagination-style ul li a i {
    line-height: 40px;
  }
}

.pagination-style ul li:last-child {
  position: relative;
  top: 2px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pagination-style.mt-70 {
    margin-top: 0px;
  }
  .pagination-style.mt-50 {
    margin-top: 0px;
  }
  .pagination-style.mt-20 {
    margin-top: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .pagination-style.mt-70 {
    margin-top: 0px;
  }
  .pagination-style.mt-50 {
    margin-top: 0px;
  }
  .pagination-style.mt-20 {
    margin-top: 0px;
  }
}

.blog-post-tag span {
  font-size: 18px;
  font-weight: 700;
  display: block;
  margin-bottom: 17px;
  color: #062a4d;
}

.blog-post-tag a {
  color: #646974;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  border: 2px solid #eaedff;
  padding: 12px 24px;
  margin-right: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 5px;
  margin-bottom: 10px;
}

.blog-post-tag a:hover {
  color: #fff;
  background: #6830c5;
  border-color: #6830c5;
}

.blog-post-tag a:last-child {
  margin-right: 0;
}

.blog-share-icon span {
  font-size: 18px;
  font-weight: 700;
  color: #062a4d;
  display: block;
  margin-bottom: 17px;
}

.blog-share-icon a {
  color: #6f7172;
  font-size: 18px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-right: 22px;
}

.cov-navigation span a {
  color: gray-500;
}

.cov-navigation h4 a {
  color: gray-600;
}

.cov-navigation h4 a:hover {
  color: #6830c5;
}

.blog-share-icon a:hover {
  color: #6830c5;
}

.blog-share-icon a:last-child {
  margin-right: 0;
}

.blog-details-border {
  border-top: 1px solid #eaedff;
  border-bottom: 1px solid #eaedff;
  padding-top: 33px;
  padding-bottom: 23px;
  margin-bottom: 42px;
}

.author {
  background: #f4f3ff;
  padding: 0 70px 44px 70px;
}

@media only screen and (max-width: 767px) {
  .author {
    padding: 0 30px 44px 30px;
  }
}

.author-img {
  margin-bottom: 35px;
}

.author-img img {
  margin-top: -60px;
}

.author-text h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}

.author-text p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
}

.author-icon {
  margin-top: 6px;
  margin-bottom: 25px;
}

.author-icon a {
  font-size: 15px;
  color: #9498b6;
  margin: 0 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.author-icon a:hover {
  color: #6830c5;
}

.post-comments {
  border-bottom: 1px solid #eaedff;
  margin-bottom: 42px;
  padding-bottom: 46px;
}

.blog-coment-title h2 {
  font-size: 26px;
  margin-bottom: 0;
}

.comments-avatar {
  float: left;
}

@media only screen and (max-width: 767px) {
  .comments-avatar {
    float: none;
  }
}

.latest-comments .comments-avatar img {
  width: 100px;
  margin-right: 20px;
}

.latest-comments li:first-child .comments-box {
  border-top: 0;
  padding-top: 0;
}

.latest-comments li:last-child .comments-box {
  border-bottom: 0;
  padding-bottom: 0;
}

.latest-comments li.children {
  margin-left: 100px;
}

@media only screen and (max-width: 767px) {
  .latest-comments li.children {
    margin-left: 0;
  }
}

.comments-box {
  border-top: 1px solid #eaedff;
  padding: 30px 0;
}

.comments-text {
  overflow: hidden;
  padding-top: 4px;
}

@media only screen and (max-width: 767px) {
  .comments-text {
    margin-top: 16px;
  }
}

.comments-text p {
  margin-bottom: 0;
  margin-top: 8px;
}

.avatar-name {
  margin-bottom: 3px;
  overflow: hidden;
  position: relative;
}

.avatar-name h5 {
  font-size: 18px;
  margin-bottom: 7px;
}

.avatar-name span {
  color: #6830c5;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.reply {
  color: #6f7172;
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 1;
  margin-top: 4px;
  position: absolute;
  right: 0;
  top: 0;
  float: right;
}
.reply:hover {
  color: #6830c5;
}
.reply i {
  margin-right: 5px;
}
.post-comments-title {
  margin-bottom: 39px;
}

.post-comments-title h2 {
  font-size: 26px;
  font-weight: 700;
  color: #140a20;
  margin-bottom: 0;
}

.conatct-post-form {
  background: #f4f3ff;
  padding: 50px;
}

@media only screen and (max-width: 767px) {
  .conatct-post-form {
    padding: 20px;
  }
}

.conatct-post-form input {
  border: none;
  height: 60px;
  margin-bottom: 20px;
  padding: 0 30px;
  width: 100%;
  font-size: 15px;
  color: #a7a7c1;
}

.conatct-post-form textarea {
  border: none;
  height: 150px;
  margin-bottom: 20px;
  padding: 30px;
  width: 100%;
  color: #a7a7c1;
  font-size: 15px;
}

#contacts-form textarea::-moz-placeholder, #contacts-form textarea::placeholder {
  color: #a7a7c1;
  font-size: 15px;
}

.contact-icon {
  position: relative;
}

.contact-icon::after {
  position: absolute;
  content: "";
  font-family: "Line Awesome Free";
  font-weight: 700;
  display: inline-block;
  font-size: 16px;
  text-align: center;
  right: 30px;
  color: #d2cce9;
  top: 18px;
}

.contacts-message::after {
  content: "\f303";
}

.contacts-name::after {
  content: "\f007";
}

.contacts-email::after {
  content: "\f0e0";
}

.contacts-website::after {
  content: "\f0ac";
}

.about-community p {
  font-size: 16px;
  line-height: 28px;
}

.blog-details .blog-text {
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.blog-details .blog-wrapper {
  padding: 35px;
  -webkit-box-shadow: 0px 10px 80px 0px rgba(215, 215, 215, 0.4);
          box-shadow: 0px 10px 80px 0px rgba(215, 215, 215, 0.4);
}

.blog-details .blog-text h4 {
  font-size: 26px;
  line-height: 1.3;
}

.sidebar .widget {
  padding: 25px;
  -webkit-box-shadow: 0px 10px 80px 0px rgba(215, 215, 215, 0.4);
          box-shadow: 0px 10px 80px 0px rgba(215, 215, 215, 0.4);
}

.sidebar .widget .widget-search form {
  position: relative;
}

.sidebar .widget .widget-search input[type="text"],
.sidebar .widget .searchform input[type="text"] {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 12px 15px;
  height: 45px;
  font-size: 15px;
  display: block;
  width: 100%;
  outline: none !important;
  padding-right: 45px;
}

.sidebar .widget .widget-search input[type="submit"],
.sidebar .widget .searchform input[type="submit"] {
  position: absolute;
  top: 5px;
  right: 10px;
  opacity: 0;
  width: 40px;
  height: 40px;
}

.sidebar .widget .widget-search .searchform:after {
  content: "\f0cd";
  position: absolute;
  font-family: "remixicon";
  right: 16px;
  top: 15px;
  font-size: 20px;
  line-height: 20px;
  pointer-events: none;
}

.sidebar .widget .widget-title {
  font-size: 18px;
}

.sidebar .widget .catagory li {
  padding-bottom: 10px;
}

.sidebar .widget .catagory li:last-child {
  padding-bottom: 0;
}

.sidebar .widget .catagory li a,
.sidebar .widget .catagory li span {
  font-size: 15px;
}

.sidebar .widget .catagory li a {
  color: #3c4858;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.sidebar .widget .catagory li a:hover {
  color: #6830c5;
}

.sidebar .widget .post-recent {
  padding-bottom: 15px;
}

.sidebar .widget .post-recent:last-child {
  padding-bottom: 0;
}

.sidebar .widget .post-recent .post-recent-thumb {
  width: 25%;
}

.sidebar .widget .post-recent .post-recent-content {
  width: 75%;
  padding-left: 10px;
}

.sidebar .widget .post-recent .post-recent-content a {
  display: block;
  color: #565972;
  font-size: 15px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.sidebar .widget .post-recent .post-recent-content a:hover {
  color: #6830c5;
}

.sidebar .widget .post-recent .post-recent-content span {
  font-size: 13px;
}

.sidebar .widget .tagcloud > a {
  background: #f8f8fc;
  color: #565972;
  font-weight: 500;
  display: inline-block;
  font-size: 9px;
  letter-spacing: 1px;
  margin: 5px 10px 5px 0;
  padding: 8px 12px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.sidebar .widget .tagcloud > a:hover {
  background: #6830c5;
  color: #ffffff;
}

/*============================================

                 11 -- Contact

==============================================*/
.contact-section {
  position: relative;
  padding-top: 100px;
  padding-bottom: 160px;
}

.contact-section .info-box .opening-time {
  position: relative;
  margin-bottom: 30px;
}

.contact-section .info-box h3 {
  margin-bottom: 13px;
}

.contact-section .info-box .contact-info {
  position: relative;
  margin-bottom: 30px;
}

.contact-section .info-box .contact-info a {
  color: #848484;
}

.contact-section .info-box .contact-info .clearfix li:first-child {
  margin-bottom: 11px;
}

.contact-section .info-box .social-box ul li {
  position: relative;
  display: inline-block;
  margin-right: 7px;
  padding-bottom: 50px;
}

.contact-section .info-box .social-box ul li:last-child {
  margin-right: 0px;
}

.contact-section .info-box .social-box ul li a {
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: #848484;
  background: #f7f7fc;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 10px;
}

.contact-section .info-box .social-box h3 {
  margin-bottom: 22px;
}

.contact-section .info-box .social-box ul li a:hover {
  color: #6830c5;
}

.contact-section .form-inner {
  position: relative;
  display: block;
  background: #f7f7fc;
  padding: 70px 50px;
  border-radius: 20px;
}

.contact-section .form-inner #contact-form .form-group {
  position: relative;
  margin-bottom: 20px;
}

.contact-section .form-inner #contact-form .form-group:last-child {
  margin-bottom: 0px;
}

.contact-section .form-inner #contact-form .form-group input[type="text"], .contact-section .form-inner #contact-form .form-group input[type="email"] {
  position: relative;
  width: 100%;
  height: 55px;
  background: #fff;
  border: 1px solid #fff;
  font-size: 15px;
  font-style: italic;
  padding: 10px 20px;
  border-radius: 10px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.contact-section .form-inner #contact-form .form-group textarea {
  position: relative;
  width: 100%;
  height: 55px;
  background: #fff;
  border: 1px solid #fff;
  font-size: 15px;
  font-style: italic;
  padding: 10px 20px;
  border-radius: 10px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  display: block;
  margin-bottom: 20px;
  height: 170px;
  resize: none;
}

.contact-section .form-inner h3 {
  line-height: 34px;
  margin-bottom: 30px;
}

/*============================================

                 12 -- Checkout

==============================================*/
.customer-zone > p {
  font-size: 15px;
  position: relative;
  padding: 14px 30px 14px 60px;
  background-color: #eeeff2;
  margin: 0;
  position: relative;
  color: #373737;
}

@media only screen and (max-width: 767px) {
  .customer-zone > p {
    padding: 14px 30px 14px 40px;
  }
}

.customer-zone > p:before {
  content: "\eb85";
  color: #6dde6d;
  display: inline-block;
  position: absolute;
  font-family: remixicon;
  left: 15px;
  top: 15px;
  font-size: 18px;
}

.checkout-login-info {
  margin: 20px 0 0;
  display: none;
}

.checkout-login-info p {
  font-size: 15px;
  margin: 0 0 12px;
}

.checkout-login-info form {
  display: block;
  overflow: hidden;
}

.checkout-login-info form .sin-checkout-login {
  margin-bottom: 30px;
}

.checkout-login-info form .sin-checkout-login label {
  font-size: 15px;
  text-transform: capitalize;
  margin: 0 0 5px;
}

.checkout-login-info form .sin-checkout-login label span {
  color: red;
}

.checkout-login-info form .sin-checkout-login input {
  border: 1px solid #e8e8e8;
  height: 50px;
  background-color: transparent;
}

.checkout-login-info form .sin-checkout-login input:focus {
  border: 1px solid #343538;
}

.checkout-login-info form .button-remember-wrap {
  display: block;
  overflow: hidden;
}

.checkout-login-info form .button-remember-wrap button {
  color: #333;
  font-size: 13px;
  padding: 10px 30px 9px;
  display: inline-block;
  float: left;
  margin-right: 20px;
  font-weight: 600;
  text-transform: uppercase;
  border: none;
}

.checkout-login-info form .button-remember-wrap button:hover {
  background-color: #6830c5;
  color: #fff;
}

.checkout-login-info form .button-remember-wrap .checkout-login-toggle-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 8px 0 0;
}

.checkout-login-info form .button-remember-wrap .checkout-login-toggle-btn input {
  height: 15px;
  margin: 0;
  position: relative;
  top: 5px;
  width: 17px;
}

.checkout-login-info form .button-remember-wrap .checkout-login-toggle-btn label {
  font-size: 15px;
  margin: 0 0 0 5px;
}

.checkout-login-info form .lost-password {
  margin: 20px 0 11px;
}

.checkout-login-info form .lost-password a {
  font-size: 15px;
}

.checkout-login-info .checkout-login-social span {
  font-size: 15px;
  margin: 0 0 13px;
  display: block;
}

.checkout-login-info .checkout-login-social ul li {
  display: inline-block;
  margin: 0 14px 0 0;
}

.checkout-login-info .checkout-login-social ul li:last-child {
  margin: 0 0px 0 0;
}

@media only screen and (max-width: 767px) {
  .checkout-login-info .checkout-login-social ul li {
    margin: 0 5px 0 0;
  }
}

.checkout-login-info .checkout-login-social ul li a {
  background-color: #333;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 500;
  display: block;
  float: left;
  font-size: 13px;
  padding: 20px;
  padding: 24px 106px 25px;
  line-height: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .checkout-login-info .checkout-login-social ul li a {
    padding: 24px 70px 25px;
  }
}

@media only screen and (max-width: 767px) {
  .checkout-login-info .checkout-login-social ul li a {
    padding: 15px 13px 16px;
  }
}

.checkout-login-info .checkout-login-social ul li a:hover {
  background-color: #6830c5;
  color: #fff;
}

.checkout-login-info3 {
  display: none;
  margin-top: 20px;
}

.checkout-login-info3 form input[type="text"] {
  border: 1px solid #e8e8e8;
  height: 50px;
  background-color: transparent;
  width: 48%;
  font-size: 15px;
  padding: 0 20px;
}

.checkout-login-info3 form input[type="text"]:focus {
  border: 1px solid #1f2226;
}

.checkout-login-info3 form input[type="submit"] {
  background: #1f2226 none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  height: 50px;
  margin-left: 6px;
  padding: 5px 30px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  width: inherit;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .checkout-login-info3 form input[type="submit"] {
    padding: 5px 15px;
  }
}

@media only screen and (max-width: 767px) {
  .checkout-login-info3 form input[type="submit"] {
    padding: 5px 16px;
  }
}

.checkout-login-info3 form input[type="submit"]:hover {
  background-color: #6830c5;
}

.billing-info-wrap h3 {
  font-size: 20px;
  font-weight: 600;
  position: relative;
  margin: 0 0 55px;
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  .billing-info-wrap h3 {
    margin-bottom: 40px;
  }
}

.billing-info-wrap h3:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -12px;
  background-color: #6830c5;
  width: 50px;
  height: 2px;
}

.billing-info-wrap .billing-info label {
  font-size: 15px;
  text-transform: capitalize;
  display: block;
  margin: 0 0 5px;
}

.billing-info-wrap .billing-info label abbr {
  color: red;
}

.billing-info-wrap .billing-info input {
  border: 1px solid #e8e8e8;
  height: 50px;
  background-color: transparent;
  padding: 2px 20px;
  color: #1f2226;
  font-size: 15px;
}

.billing-info-wrap .billing-info input:focus {
  border: 1px solid #343538;
}

.billing-info-wrap .billing-info input.billing-address {
  margin-bottom: 20px;
}

.billing-info-wrap .billing-select label {
  font-size: 15px;
  text-transform: capitalize;
  display: block;
  margin: 0 0 5px;
}

.billing-info-wrap .billing-select label abbr {
  color: red;
}

.billing-info-wrap .billing-select select {
  border: 1px solid #e6e6e6;
  color: #333;
  font-size: 15px;
  height: 50px;
  padding: 2px 20px;
  background: rgba(0, 0, 0, 0) url("assets/images/icon-img/select.html") no-repeat scroll right 18px center;
  cursor: pointer;
}

.billing-info-wrap .billing-select select option {
  background: #fff;
  border: 0px solid #626262;
  padding-left: 10px;
  color: #333;
  font-size: 12px;
}

.billing-info-wrap .checkout-account input {
  border: 1px solid #9fa0a2;
  display: inline-block;
  float: left;
  height: 10px;
  width: 10px;
  position: relative;
  top: 6px;
  color: #333;
}

.billing-info-wrap .checkout-account span {
  color: #333;
  font-weight: 400;
  margin: 0 0 0 12px;
  font-size: 15px;
  text-transform: uppercase;
}

.billing-info-wrap .checkout-account-toggle label {
  font-size: 15px;
  text-transform: capitalize;
  display: block;
  margin: 0 0 5px;
}

.billing-info-wrap .checkout-account-toggle label abbr {
  color: red;
}

.billing-info-wrap .checkout-account-toggle input {
  border: 1px solid #e8e8e8;
  height: 50px;
  background-color: transparent;
  color: #333;
  font-size: 15px;
  padding: 2px 20px;
}

.billing-info-wrap .checkout-account-toggle input:focus {
  border: 1px solid #343538;
}

.billing-info-wrap .different-address {
  display: none;
}

.billing-info-wrap .additional-info-wrap {
  margin: 22px 0 0;
}

.billing-info-wrap .additional-info-wrap label {
  color: #010225;
  font-size: 15px;
  text-transform: capitalize;
  display: block;
  margin: 0 0 5px;
}

.billing-info-wrap .additional-info-wrap textarea {
  min-height: 120px;
  background-color: #f7f7f7;
  border-color: #f7f7f7;
  padding: 20px;
  color: #333;
  font-size: 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .billing-info-wrap.mr-50 {
    margin-right: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .billing-info-wrap.mr-50 {
    margin-right: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .billing-info-wrap.mr-50 {
    margin-right: 0px;
  }
}

.your-order-area {
  padding: 40px 40px 50px;
  border-width: 2px;
  border-style: solid;
  position: relative;
  border-color: rgba(52, 53, 56, 0.1);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .your-order-area {
    padding: 40px 25px 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .your-order-area {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .your-order-area {
    padding: 40px 12px 50px;
    margin-top: 30px;
  }
}

.your-order-area h3 {
  font-size: 20px;
  font-weight: 600;
  position: relative;
  margin: 0 0 45px;
  text-transform: uppercase;
}

.your-order-area h3:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -12px;
  background-color: #6830c5;
  width: 50px;
  height: 2px;
}

.your-order-area .your-order-wrap .your-order-info {
  border-bottom: 1px solid #e8e8e8;
}

.your-order-area .your-order-wrap .your-order-info ul li {
  font-size: 15px;
  padding: 0 0 7px;
  text-transform: uppercase;
  font-weight: 500;
}

.your-order-area .your-order-wrap .your-order-info ul li span {
  float: right;
  color: #6830c5;
}

.your-order-area .your-order-wrap .your-order-info.order-subtotal {
  padding: 15px 0 10px;
}

.your-order-area .your-order-wrap .your-order-info.order-subtotal ul li span {
  font-size: 16px;
}

.your-order-area .your-order-wrap .your-order-info.order-shipping {
  padding: 15px 0 13px;
  display: block;
  overflow: hidden;
}

.your-order-area .your-order-wrap .your-order-info.order-shipping ul li > p {
  float: right;
  font-size: 15px;
  text-align: right;
  color: #333;
  text-transform: capitalize;
}

.your-order-area .your-order-wrap .your-order-info.order-total {
  padding: 15px 0 10px;
}

.your-order-area .your-order-wrap .your-order-info.order-total ul li span {
  font-size: 16px;
}

.your-order-area .your-order-wrap .your-order-middle {
  border-bottom: 1px solid #e8e8e8;
  padding: 24px 0 23px;
}

.your-order-area .your-order-wrap .your-order-middle ul li {
  font-size: 15px;
  margin: 0 0 11px;
}

.your-order-area .your-order-wrap .your-order-middle ul li:last-child {
  margin-bottom: 0;
}

.your-order-area .your-order-wrap .your-order-middle ul li span {
  float: right;
  font-size: 16px;
}

.your-order-area .your-order-wrap .payment-method {
  margin: 17px 0 0;
}

.your-order-area .your-order-wrap .payment-method .sin-payment {
  margin-bottom: 20px;
}

.your-order-area .your-order-wrap .payment-method .sin-payment input {
  width: auto;
  display: inline-block;
  float: left;
  height: auto;
  margin-top: 5px;
}

.your-order-area .your-order-wrap .payment-method .sin-payment label {
  font-size: 15px;
  text-transform: uppercase;
  margin: 0px 0 0 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .your-order-area .your-order-wrap .payment-method .sin-payment label {
    display: block;
  }
}

.your-order-area .your-order-wrap .payment-method .sin-payment label img {
  max-width: 140px;
  display: inline-block;
  margin: 0 5px;
}

.your-order-area .your-order-wrap .payment-method .sin-payment label a {
  text-decoration: underline;
}

.your-order-area .your-order-wrap .payment-method .sin-payment .payment-box {
  margin: 6px 0 0;
  display: none;
}

.your-order-area .your-order-wrap .payment-method .sin-payment .payment-box p {
  font-size: 15px;
  margin: 0;
}

.your-order-area .Place-order a {
  background-color: #6830c5;
  display: block;
  cursor: pointer;
  padding: 16px 50px 17px;
  text-transform: uppercase;
  font-weight: 700;
  width: 100%;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
}

.your-order-area .Place-order a:hover {
  background-color: #333;
}

@media only screen and (max-width: 767px) {
  .checkout-main-area.pb-70 {
    padding-bottom: 50px;
  }
}

/*============================================

                 13 -- Cart

==============================================*/
@media only screen and (max-width: 767px) {
  .cart-main-area.pt-85 {
    padding-top: 45px;
  }
}

h3.cart-page-title {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 15px;
}

.cart-table-content table {
  border: 1px solid #ebebeb;
}

.cart-table-content table thead > tr {
  background-color: #f9f9f9;
  border: 1px solid #ebebeb;
}

.cart-table-content table thead > tr th {
  border-top: medium none;
  font-size: 15px;
  font-weight: 500;
  padding: 21px 45px 22px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cart-table-content table thead > tr th {
    padding: 21px 35px 22px;
  }
}

@media only screen and (max-width: 767px) {
  .cart-table-content table thead > tr th {
    padding: 21px 20px 22px;
  }
}

.cart-table-content table tbody > tr {
  border-bottom: 1px solid #ebebeb;
}

.cart-table-content table tbody > tr td.product-thumbnail {
  width: 150px;
}

.cart-table-content table tbody > tr td.product-name {
  width: 435px;
}

.cart-table-content table tbody > tr td.product-name a {
  color: #272a3a;
  font-size: 15px;
}

.cart-table-content table tbody > tr td.product-name a:hover {
  color: #6830c5;
}

.cart-table-content table tbody > tr td.product-price-cart {
  width: 435px;
}

.cart-table-content table tbody > tr td.product-price-cart span {
  color: #333;
  font-weight: 500;
}

.cart-table-content table tbody > tr td.product-quantity {
  width: 435px;
}

.cart-table-content table tbody > tr td.product-quantity .cart-plus-minus {
  display: inline-block;
  height: 40px;
  padding: 0;
  position: relative;
  width: 110px;
}

.cart-table-content table tbody > tr td.product-quantity .cart-plus-minus .qtybutton {
  color: #333;
  cursor: pointer;
  float: inherit;
  font-size: 16px;
  margin: 0;
  position: absolute;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 20px;
  text-align: center;
}

.cart-table-content table tbody > tr td.product-quantity .cart-plus-minus .dec.qtybutton {
  border-right: 1px solid #e5e5e5;
  height: 40px;
  left: 0;
  padding-top: 8px;
  top: 0;
}

.cart-table-content table tbody > tr td.product-quantity .cart-plus-minus .inc.qtybutton {
  border-left: 1px solid #e5e5e5;
  height: 40px;
  padding-top: 9px;
  right: 0;
  top: 0;
}

.cart-table-content table tbody > tr td.product-quantity .cart-plus-minus input.cart-plus-minus-box {
  color: #333;
  float: left;
  font-size: 15px;
  height: 40px;
  margin: 0;
  width: 110px;
  background: transparent none repeat scroll 0 0;
  border: 1px solid #e1e1e1;
  padding: 0;
  text-align: center;
}

.cart-table-content table tbody > tr td.product-remove {
  width: 100px;
}

.cart-table-content table tbody > tr td.product-remove a {
  font-size: 17px;
  margin: 0 6px;
  color: #565972;
}

.cart-table-content table tbody > tr td.product-remove a:hover {
  color: #6830c5;
}

.cart-table-content table tbody > tr td.product-wishlist-cart > a {
  background-color: #6830c5;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  padding: 7px 12px;
  text-transform: uppercase;
}

.cart-table-content table tbody > tr td.product-wishlist-cart > a:hover {
  background-color: #333;
}

.cart-table-content table tbody > tr td {
  font-size: 15px;
  padding: 30px 0;
  text-align: center;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .cart-table-content table tbody > tr td {
    padding: 30px 0 30px 10px;
  }
}

.cart-shiping-update-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 0px 55px;
}

@media only screen and (max-width: 767px) {
  .cart-shiping-update-wrapper {
    display: block;
    padding: 30px 0px 15px;
  }
}

.cart-shiping-update-wrapper .cart-shiping-update > a,
.cart-shiping-update-wrapper .cart-clear > button,
.cart-shiping-update-wrapper .cart-clear > a {
  color: #ffffff;
  background-color: #333;
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  padding: 18px 40px 17px;
  text-transform: uppercase;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cart-shiping-update-wrapper .cart-shiping-update > a,
  .cart-shiping-update-wrapper .cart-clear > button,
  .cart-shiping-update-wrapper .cart-clear > a {
    padding: 18px 25px 17px;
    font-size: 13px;
  }
}

@media only screen and (max-width: 767px) {
  .cart-shiping-update-wrapper .cart-shiping-update > a,
  .cart-shiping-update-wrapper .cart-clear > button,
  .cart-shiping-update-wrapper .cart-clear > a {
    padding: 18px 40px 17px;
    margin: 0 0 15px;
  }
}

.cart-shiping-update-wrapper .cart-shiping-update > a:hover,
.cart-shiping-update-wrapper .cart-clear > button:hover,
.cart-shiping-update-wrapper .cart-clear > a:hover {
  background-color: #6830c5;
  color: #fff;
}

.cart-shiping-update-wrapper .cart-clear > button {
  border: medium none;
  cursor: pointer;
  margin-right: 27px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cart-shiping-update-wrapper .cart-clear > button {
    margin-right: 15px;
  }
}

.cart-tax,
.discount-code-wrapper {
  background-color: #f9f9f9;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  padding: 45px 30px 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cart-tax,
  .discount-code-wrapper {
    padding: 45px 18px 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cart-tax,
  .discount-code-wrapper {
    padding: 45px 20px 50px;
  }
}

@media only screen and (max-width: 767px) {
  .cart-tax,
  .discount-code-wrapper {
    padding: 45px 18px 50px;
  }
}

.cart-tax .title-wrap,
.discount-code-wrapper .title-wrap {
  position: relative;
}

.cart-tax .title-wrap::before,
.discount-code-wrapper .title-wrap::before {
  background-color: #e3e1e1;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 10px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  width: 100%;
  z-index: 1;
}

.cart-tax .title-wrap h4.cart-bottom-title,
.discount-code-wrapper .title-wrap h4.cart-bottom-title {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  padding-right: 18px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cart-tax .title-wrap h4.cart-bottom-title,
  .discount-code-wrapper .title-wrap h4.cart-bottom-title {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .cart-tax .title-wrap h4.cart-bottom-title,
  .discount-code-wrapper .title-wrap h4.cart-bottom-title {
    font-size: 17px;
  }
}

.cart-tax .title-wrap .section-bg-gray,
.discount-code-wrapper .title-wrap .section-bg-gray {
  background-color: #f8f9f9;
  position: relative;
  z-index: 99;
}

.cart-tax .tax-wrapper,
.discount-code-wrapper .tax-wrapper {
  margin-top: 22px;
}

.cart-tax .tax-wrapper p,
.discount-code-wrapper .tax-wrapper p {
  margin: 0;
}

.cart-tax .tax-wrapper .tax-select-wrapper,
.discount-code-wrapper .tax-wrapper .tax-select-wrapper {
  margin: 5px 0 0;
}

.cart-tax .tax-wrapper .tax-select-wrapper .tax-select,
.discount-code-wrapper .tax-wrapper .tax-select-wrapper .tax-select {
  margin: 0 0 26px;
}

.cart-tax .tax-wrapper .tax-select-wrapper .tax-select label,
.discount-code-wrapper .tax-wrapper .tax-select-wrapper .tax-select label {
  color: #333;
  font-size: 15px;
  margin: 0 0 5px;
  font-weight: 400;
}

.cart-tax .tax-wrapper .tax-select-wrapper .tax-select select,
.discount-code-wrapper .tax-wrapper .tax-select-wrapper .tax-select select {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #fff url("images/icon-img/cart.html") no-repeat scroll right 18px center;
  border: 1px solid #ebebeb;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #242424;
  font-size: 13px;
  height: 40px;
  padding: 0 50px 0 15px;
  width: 100%;
  cursor: pointer;
}

.cart-tax .tax-wrapper .tax-select-wrapper .tax-select input,
.discount-code-wrapper .tax-wrapper .tax-select-wrapper .tax-select input {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ebebeb;
  height: 40px;
}

.cart-tax .tax-wrapper .tax-select-wrapper button.cart-btn-2,
.discount-code-wrapper .tax-wrapper .tax-select-wrapper button.cart-btn-2 {
  background-color: #333;
  border: medium none;
  color: #fff;
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  padding: 12px 40px 13px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.cart-tax .tax-wrapper .tax-select-wrapper button.cart-btn-2:hover,
.discount-code-wrapper .tax-wrapper .tax-select-wrapper button.cart-btn-2:hover {
  background-color: #6830c5;
}

.cart-tax .discount-code,
.discount-code-wrapper .discount-code {
  margin: 21px 0 0;
}

.cart-tax .discount-code p,
.discount-code-wrapper .discount-code p {
  margin: 0 0 15px;
}

.cart-tax .discount-code form input,
.discount-code-wrapper .discount-code form input {
  background: #fff;
  border: 1px solid #ebebeb;
  height: 40px;
  margin-bottom: 30px;
  padding-left: 10px;
}

.cart-tax .discount-code form button.cart-btn-2,
.discount-code-wrapper .discount-code form button.cart-btn-2 {
  background-color: #333;
  border: medium none;
  color: #fff;
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  padding: 12px 40px 13px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.cart-tax .discount-code form button.cart-btn-2:hover,
.discount-code-wrapper .discount-code form button.cart-btn-2:hover {
  background-color: #6830c5;
}

.grand-totall {
  background-color: #f9f9f9;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  padding: 45px 10px 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .grand-totall {
    padding: 45px 18px 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .grand-totall {
    padding: 45px 20px 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .grand-totall {
    margin-top: 30px;
  }
}

.grand-totall .title-wrap {
  position: relative;
}

.grand-totall .title-wrap::before {
  background-color: #e3e1e1;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 10px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  width: 100%;
  z-index: 1;
}

.grand-totall .title-wrap h4.cart-bottom-title {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  padding-right: 18px;
}

.grand-totall .title-wrap .section-bg-gary-cart {
  background-color: #f9f9f9;
  position: relative;
  z-index: 9;
}

.grand-totall h5 {
  font-size: 15px;
  /* margin: 36px 0 27px; */
  font-weight: 600;
}

.grand-totall h5 span {
  float: right;
  font-size: 18px;
  font-weight: 500;
}

.grand-totall .total-shipping {
  border-top: 0px solid #ebebeb;
  margin: 0 0 6px;
}

.grand-totall .total-shipping h5 {
  font-size: 15px;
  margin-bottom: 1px;
}
.grand-totall .total-shipping p {
  font-size: 15px;
  margin: 0;
  line-height: 16px;
  font-weight: 400;
  color: #454545;
}
.grand-totall .total-shipping1 p {
  font-size: 15px;
  margin: 0;
  line-height: 16px;
  font-weight: 400;
  color: #454545;
}
.grand-totall .total-shipping1 ul {
  padding: 9px 0 0 0px;
}

.grand-totall .total-shipping1 ul li .t {
  color: #30165a;
  padding: 4px 0;
  font-size: 15px;
  font-weight: 600;
}
.grand-totall .total-shipping1 ul li .p {
  float: right;
  font-weight: normal;
  color: #303030;
}

.grand-totall .total-shipping1 ul li {
  color: #30165a;
  list-style: outside none none;
  margin: 0 0 6px;
  padding:4px 0;
  font-weight: 600;
  height: 75px;
  border-bottom: 1px solid #ebebeb;
}

.grand-totall .total-shipping1 ul li:last-child {
  margin: 0 0 0px;
}

.grand-totall .total-shipping2 p {
  font-size: 15px;
  margin: 0;
  line-height: 16px;
  font-weight: 400;
  color: #454545;
}
.grand-totall .total-shipping2 ul {
  padding: 9px 0 0 0px;
}

.grand-totall .total-shipping2 ul li {  
  list-style: outside none none;
  margin: 0 0 6px;  
  height: 65px;
  border-bottom: 1px solid #ebebeb;
}

.grand-totall .total-shipping2 ul li:last-child {
  margin: 0 0 0px;
}
.grand-totall .total-shipping2 ul li .t {
  color: #30165a;
  padding: 4px 0;
  font-size: 15px;
  font-weight: 600;
}
.grand-totall .total-shipping2 ul li .p {
  float: right;
  font-weight: normal;
  color: #303030;
}

.grand-totall .total-shipping ul {
  padding: 9px 0 0 0px;
}

.grand-totall .total-shipping ul li {
  color: #30165a;
  list-style: outside none none;
  border-bottom: 1px solid #ebebeb;
  margin: 0 0 6px;
  padding: 4px 0;
  font-weight: 600;
}

.grand-totall .total-shipping ul li:last-child {
  margin: 0 0 0px;
}

.grand-totall .total-shipping ul li input {
  background: #e9e9e9 none repeat scroll 0 0;
  border: 1px solid #d7d7d7;
  border-radius: 5px !important;
  color: #626262;
  cursor: pointer;
  height: 13px;
  margin-right: 10px;
  padding: 0;
  position: relative;
  top: 2px;
  width: 13px;
}

.grand-totall .total-shipping ul li span {
  float: right;
  font-weight: normal;
  color: #303030;
}

.grand-totall h4.grand-totall-title {
  color: #6830c5;
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 25px;
}

.grand-totall h4.grand-totall-title span {
  float: right;
}

.grand-totall a {
  background-color: #333;
  color: #fff;
  display: block;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  padding: 18px 10px 17px;
  text-align: center;
  text-transform: uppercase;
}

.grand-totall a:hover {
  background-color: #6830c5;
}

@media only screen and (max-width: 767px) {
  .discount-code-wrapper {
    margin: 30px 0;
  }
}

/*============================================

                 14 -- Product

==============================================*/
.single-product-wrap .product-thumbnail {
  position: relative;
  overflow: hidden;
}

.single-product-wrap .product-thumbnail a {
  display: block;
}

.single-product-wrap .product-thumbnail a img {
  width: 100%;
}

.single-product-wrap .product-hover-image {
  -webkit-transition: all .6s;
  transition: all .6s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}

.single-product-wrap .product-thumbnail-box img {
  -webkit-transition: all .6s;
  transition: all .6s;
  width: 100%;
}

.single-product-wrap .product-badges {
  position: absolute;
  top: 10px;
  right: 8px;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.single-product-wrap .product-badges > span {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin: 0 2px;
  padding: 6px 6px 4px;
  min-height: 0;
  min-width: 56px;
  border-radius: 3px;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 15px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.single-product-wrap .product-badges .hot {
  color: #fff;
  background-color: #d3122a;
}

.single-product-wrap .product-badges .onsale {
  color: #fff;
  background-color: #f6b500;
}

.single-product-wrap .product-actions {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  padding-right: 8px;
  background: #6830c5;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.single-product-wrap .product-actions .p-action-btn {
  padding: 0px 8px;
  color: #ffffff;
}

.single-product-wrap:hover .product-actions {
  -webkit-transform: none;
          transform: none;
  visibility: visible;
  opacity: 1;
}

.single-product-wrap:hover .product-thumb-image img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
          transform: scale3d(1.1, 1.1, 1.1);
}

.single-product-wrap:hover .product-hover-image {
  z-index: 3;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.single-product-wrap.list-style {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #e4e8f6;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.single-product-wrap.list-style .product-thumbnail {
  position: relative;
  overflow: hidden;
  width: 260px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.single-product-wrap.list-style .product-info {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-left: 34px;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .single-product-wrap.list-style {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .single-product-wrap.list-style .product-thumbnail {
    width: 100%;
  }
  .single-product-wrap.list-style .product-info {
    padding-left: 0px;
  }
}

.single-product-wrap .product-cart-btn {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 20px;
  color: #fff;
  background: none;
  -webkit-transform: none;
          transform: none;
  line-height: 56px;
  height: 56px;
  font-weight: 500;
}

.single-product-wrap .product-cart-btn::before {
  content: '\f118' !important;
  font-size: 15px;
  position: absolute;
  left: 0;
  top: 19px;
  visibility: hidden;
  opacity: 0;
  display: inline-block;
  line-height: 1;
  font-family: remixicon;
  font-weight: 400;
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.single-product-wrap .product-cart-btn:hover {
  padding-left: 35px;
  color: #ffffff;
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.single-product-wrap .product-cart-btn:hover::before {
  left: 15px;
  visibility: visible;
  opacity: 1;
  color: #ffffff;
}

.single-product-wrap .product-info {
  padding: 20px;
  text-align: center;
  -webkit-box-shadow: 0px 0px 54px 0px rgba(39, 50, 114, 0.15);
          box-shadow: 0px 0px 54px 0px rgba(39, 50, 114, 0.15);
}

.single-product-wrap .product-info .product__title {
  font-weight: 600;
  font-size: 18px;
}

.single-product-wrap .product-info .product__title a {
  color: #272a3a;
}

.single-product-wrap .product-info .product__title a:hover {
  color: #6830c5;
}

.single-product-wrap .product-info .price-box {
  margin-top: 5px;
}

.single-product-wrap .product-info .price-box .old-price {
  font-size: .88em;
  font-weight: 400;
  color: #b6b7d2;
  text-decoration: line-through;
}

.single-product-wrap .product-info .price-box .new-price {
  font-size: 18px;
  font-weight: 500;
  color: #161c2d;
}

.totle-review-star-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
}

.totle-review-star-box .totle-review-star {
  margin-right: 20px;
}

.totle-review-star-box .totle-review-star a {
  color: #161c2d;
}

.product-details-view-content .price-box {
  margin-top: 10px;
}

.product-details-view-content .price-box .old-price {
  font-size: 18px;
  font-weight: 400;
  color: #b6b7d2;
  text-decoration: line-through;
  margin-right: 20px;
}

.product-details-view-content .price-box .new-price {
  font-size: 18px;
  font-weight: 600;
  color: #161c2d;
}

.attend-check-box-area {
  margin-top: 10px;
}

.leble-title {
  margin-bottom: 15px;
  color: #35404e;
}

.check-box {
  display: block;
  position: relative;
  padding-left: 20px;
  margin-bottom: 12px;
  line-height: 15px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/* Hide the browser's default checkbox */
.check-box input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  border: 1px solid #444;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.check-box:hover input ~ .checkmark {
  background-color: #161c2d;
  border: 1px solid #161c2d;
}

/* When the checkbox is checked, add a yellow background */
.check-box input:checked ~ .checkmark {
  background-color: #6830c5;
  border: 1px solid #6830c5;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.check-box input:checked ~ .checkmark:after {
  display: block;
}

.check-box-wrap .check-box {
  margin-right: 15px;
}

/* quantity */
.cart-quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.cart-quantity .add-to-cart {
  border: none;
  font-size: 15px;
  color: #ffff;
  position: relative;
  background: #323232;
  padding-left: 13px;
  padding-bottom: 3px;
  cursor: pointer;
  font-weight: 500;
  text-transform: capitalize;
  padding: 10px 30px;
  border-radius: 2px;
}

.cart-quantity .add-to-cart:hover {
  background: #6830c5;
}

.cart-plus-minus {
  display: inline-block;
  height: 40px;
  padding: 0;
  position: relative;
  width: 110px;
}

.cart-plus-minus .qtybutton {
  color: #333;
  cursor: pointer;
  float: inherit;
  font-size: 16px;
  margin: 0;
  position: absolute;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 20px;
  text-align: center;
}

.cart-plus-minus .dec.qtybutton {
  border-right: 1px solid #e5e5e5;
  height: 40px;
  left: 0;
  padding-top: 8px;
  top: 0;
}

.cart-plus-minus .inc.qtybutton {
  border-left: 1px solid #e5e5e5;
  height: 40px;
  padding-top: 9px;
  right: 0;
  top: 0;
}

.cart-plus-minus input.cart-plus-minus-box {
  color: #333;
  float: left;
  font-size: 15px;
  height: 40px;
  margin: 0;
  width: 110px;
  background: transparent none repeat scroll 0 0;
  border: 1px solid #e1e1e1;
  padding: 0;
  text-align: center;
}

.single-product-meta a {
  color: #fff;
}

.single-product-meta a:hover {
  color: #fff;
}

.single-product-share .meta-content a {
  margin-left: 20px;
  color: #565972;
}

.single-product-share .meta-content a:hover {
  color: #6830c5;
}

.product-details-img {
  position: relative;
}

.product-details-img .zoompro-span {
  position: relative;
}

.product-details-img .zoompro-span .zoompro {
  width: 100%;
}

.product-details-img .zoompro-span > span {
  background-color: #6830c5;
  color: #fff;
  left: 20px;
  line-height: 1;
  padding: 4px 10px 5px;
  position: absolute;
  top: 20px;
  z-index: 99;
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
}

.product-details-img .product-dec-slider {
  padding: 0 50px 0 70px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-details-img .product-dec-slider {
    padding: 0 0px 0 15px;
  }
}

@media only screen and (max-width: 767px) {
  .product-details-img .product-dec-slider {
    padding: 0 30px 0 45px;
    margin-bottom: 20px;
  }
}

.product-details-img .product-dec-slider .product-dec-icon {
  color: #1f2226;
  display: inline-block;
  font-size: 13px;
  left: 30px;
  opacity: 1;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  z-index: 99;
  width: 30px;
  height: 30px;
  line-height: 28px;
  border-radius: 100%;
  border: 1px solid #e1e2e2;
  text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-details-img .product-dec-slider .product-dec-icon {
    left: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .product-details-img .product-dec-slider .product-dec-icon {
    left: 0px;
  }
}

.product-details-img .product-dec-slider .product-dec-icon:hover {
  background-color: #6830c5;
  border: 1px solid #6830c5;
  color: #ffffff;
}

.product-details-img .product-dec-slider .product-dec-icon.product-dec-next {
  left: auto;
  right: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-details-img .product-dec-slider .product-dec-icon.product-dec-next {
    right: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .product-details-img .product-dec-slider .product-dec-icon.product-dec-next {
    right: 0px;
  }
}

.dec-review-topbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 0px solid #f1f1f1;
  border-top: 0px solid #f1f1f1;
}

.dec-review-topbar a {
  font-size: 13px;
    color: #3c229d;
    font-weight: 500;
    margin: 0 6px;
    background: #ffffff;
    padding: 4px 20px;
    border-radius: 25px;
    border: 2px solid #40006f;
}
.dec-review-topbar a:hover {
    color: #3c229d;
    background: #ffc107;
}

@media only screen and (max-width: 767px) {
  .dec-review-topbar a {
    margin: 0 6px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .dec-review-topbar a {
    margin: 0 6px;
  }
}

.dec-review-topbar a.active {
  color: #ffffff;
  background: #3c229d;
  border: 2px solid #40006f;
}

.description-review-wrapper {
  background: #ebebeb;
  color: #383838;
  padding: 8px 2px;
  border-radius: 10px;
  border: 1px solid #e5e5e5;
}
.dec-review-bottom .description-wrap p {
  line-height: 18px;
  font-size: 14px;
  margin: 0;
  color: #666666;
}

.dec-review-bottom .specification-wrap table {
  width: 100%;
}

.dec-review-bottom .specification-wrap table tbody {
  border: 1px solid #f0f0f0;
  width: 100%;
}

.dec-review-bottom .specification-wrap table tbody tr {
  border-bottom: 1px solid #f0f0f0;
}

.dec-review-bottom .specification-wrap table tbody tr td {
  border-right: 1px solid #f0f0f0;
  font-size: 15px;
  color: #333333;
  padding: 17px 70px;
}

@media only screen and (max-width: 767px) {
  .dec-review-bottom .specification-wrap table tbody tr td {
    padding: 17px 15px;
  }
}

.dec-review-bottom .specification-wrap table tbody tr td.width1 {
  width: 300px;
}

@media only screen and (max-width: 767px) {
  .dec-review-bottom .specification-wrap table tbody tr td.width1 {
    width: 150px;
  }
}

.dec-review-bottom .dec-review-wrap .dec-review-img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.dec-review-bottom .dec-review-wrap .dec-review-img-wrap .dec-review-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70px;
          flex: 0 0 70px;
  margin-right: 30px;
}

.dec-review-bottom .dec-review-wrap .dec-review-img-wrap .dec-review-img img {
  width: 100%;
}

.dec-review-bottom .dec-review-wrap .dec-review-img-wrap .dec-client-name h4 {
  margin: 0 0 2px;
  font-size: 18px;
  color: #333333;
}

.dec-review-bottom .dec-review-wrap .dec-review-img-wrap .dec-client-name .dec-client-rating i {
  font-size: 16px;
  color: #6830c5;
  opacity: .4;
  margin: 0 0px 0 0;
}

.dec-review-bottom .dec-review-wrap .dec-review-content {
  margin-left: 52px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dec-review-bottom .dec-review-wrap .dec-review-content {
    margin-left: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .dec-review-bottom .dec-review-wrap .dec-review-content {
    margin-left: 0px;
    margin-top: 20px;
  }
}

.dec-review-bottom .dec-review-wrap .dec-review-content p {
  color: #666666;
  line-height: 26px;
  margin: 0;
}

.dec-review-bottom .dec-review-wrap .dec-review-content .review-content-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 7px 0 0;
}

.dec-review-bottom .dec-review-wrap .dec-review-content .review-content-bottom .review-like span {
  font-size: 13px;
  font-weight: 300;
  color: #6830c5;
  display: block;
  line-height: 1;
}

.dec-review-bottom .dec-review-wrap .dec-review-content .review-content-bottom .review-like span i {
  font-size: 16px;
  margin: 0 7px 0 0;
  position: relative;
  top: 2px;
}

.dec-review-bottom .dec-review-wrap .dec-review-content .review-content-bottom .review-date span {
  font-size: 13px;
  font-weight: 300;
  color: #6830c5;
  display: block;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .dec-review-bottom .dec-review-wrap.mb-50 {
    margin-bottom: 30px;
  }
}

/*============================================

                 15 -- Appoinment

==============================================*/
.appoinment {
  z-index: 1;
}

.appoinment::before {
  z-index: -1;
  background: #ffffff;
}

.contact-form {
  padding: 50px;
  background: #ffffff;
  -webkit-box-shadow: 0px 10px 80px 0px rgba(215, 215, 215, 0.4);
          box-shadow: 0px 10px 80px 0px rgba(215, 215, 215, 0.4);
}

.contact-form .form-group {
  margin-bottom: 30px;
  position: relative;
  display: inline-block;
  width: 100%;
}

.contact-form .form-group input,
.contact-form .form-group textarea {
  border: 2px solid #edeef5;
  border-radius: 0px;
  padding: 20px 35px;
  padding-right: 20px;
  color: #000c42;
}

.contact-form .form-group input::-webkit-input-placeholder,
.contact-form .form-group textarea::-webkit-input-placeholder {
  color: #003242;
}

.contact-form .form-group input:-ms-input-placeholder,
.contact-form .form-group textarea:-ms-input-placeholder {
  color: #003242;
}

.contact-form .form-group input::-ms-input-placeholder,
.contact-form .form-group textarea::-ms-input-placeholder {
  color: #003242;
}

.contact-form .form-group input::placeholder,
.contact-form .form-group textarea::placeholder {
  color: #003242;
}

.contact-form .form-group .icon {
  position: absolute;
  right: 40px;
  top: 35px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.contact-form .form-group .icon i {
  color: #6830c5;
}

.contact-form .form-group textarea {
  min-height: 180px;
}

.contact-form .site-btn.red {
  margin-top: -8px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  text-align: center;
}

input[type="text"], input[type="email"], input[type="number"], input[type="tel"], input[type="password"], input[type="url"] {
  border: 1px solid #dbdbdb;
  padding: 3px 10px;
  border-radius: 5px;
  width: 100%;
}

textarea {
  border: 1px solid #dbdbdb;
  padding: 10px 15px;
  border-radius: 5px;
  width: 100%;
}

/*============================================

                 16 -- Coronawidgets

==============================================*/
.total-cases-chart {
  padding-top: 60px;
}

.total-cases-chart .total-cases-inner {
  padding-left: 15px;
}

.total-cases-chart .total-cases-inner iframe {
  width: 100%;
  height: 480px;
}

.data-table-area {
  padding-top: 30px;
  padding-bottom: 120px;
}

.data-table-area .dataTables_wrapper .dataTables_length {
  float: right;
  margin-top: 14px;
}

.data-table-area .dataTables_wrapper .dataTables_length label {
  font: 600 16px ;
  color: #454545;
  margin-bottom: 0px;
}

.data-table-area .dataTables_wrapper .dataTables_length label select {
  border: none;
  padding: 0px 20px;
  width: 80px;
  height: 30px;
  margin-left: 5px;
  margin-right: 5px;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.data-table-area .dataTables_wrapper .dataTables_filter {
  display: inline-block;
  margin-bottom: 25px;
}

.data-table-area .dataTables_wrapper .dataTables_filter label {
  margin-bottom: 0px;
  position: relative;
}

.data-table-area .dataTables_wrapper .dataTables_filter label:before {
  content: "\ed27";
  font-family: "remixicon" !important;
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #454545;
}

.data-table-area .dataTables_wrapper .dataTables_filter label input {
  border: none;
  border-bottom: 2px solid #58547e;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 250px;
  padding: 0px 20px 0px 10px;
  font: 600 16px ;
  height: 40px;
  line-height: 40px;
  outline: none;
  box-shadow: none;
}

.data-table-area .dataTables_wrapper .dataTables_filter label input.placeholder {
  font: 600 16px ;
  color: #454545;
}

.data-table-area .dataTables_wrapper .dataTables_filter label input:-moz-placeholder {
  font: 600 16px ;
  color: #454545;
}

.data-table-area .dataTables_wrapper .dataTables_filter label input::-moz-placeholder {
  font: 600 16px ;
  color: #454545;
}

.data-table-area .dataTables_wrapper .dataTables_filter label input::-webkit-input-placeholder {
  font: 600 16px ;
  color: #454545;
}

.data-table-area .dataTables_wrapper .table {
  width: 100% !important;
}

.data-table-area .dataTables_wrapper .table th {
  padding: 0px;
}

.data-table-area .dataTables_wrapper .table thead tr {
  background: #32323a;
}

.data-table-area .dataTables_wrapper .table thead tr th {
  padding-left: 18px;
  padding-right: 18px;
  color: #fff;
  height: 53px;
  font: 700 14px ;
  border: 1px solid #d6d9e2;
  border-right: 1px solid #5b5b69;
  vertical-align: middle;
  position: relative;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
}

.data-table-area .dataTables_wrapper .table thead tr th:first-child {
  width: 50px !important;
}

.data-table-area .dataTables_wrapper .table thead tr th:before {
  content: "\ea4e";
  font-family: "remixicon" !important;
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 15px;
  color: #797983;
}

.data-table-area .dataTables_wrapper .table tbody tr {
  background: transparent !important;
}

.data-table-area .dataTables_wrapper .table tbody tr td {
  text-align: right;
  vertical-align: middle;
  font: 500 14px;
  border: 1px solid #d6d9e2;
}

.data-table-area .dataTables_wrapper .table tbody tr td .text-primary {
  color: #0000FF !important;
}

.data-table-area .dataTables_wrapper .table tbody tr td .text-danger {
  color: #FF0000 !important;
}

.data-table-area .dataTables_wrapper .table tbody tr td .text-success {
  color: #009900 !important;
}

.data-table-area .dataTables_wrapper .table tbody tr td .text-warning {
  color: #FF6600 !important;
}

.data-table-area .dataTables_wrapper .table tbody tr td:nth-child(1) {
  text-align: center;
}

.data-table-area .dataTables_wrapper .table tbody tr td:nth-child(2) {
  text-align: center;
}

.data-table-area .dataTables_wrapper .table tbody tr td:nth-child(3) {
  text-align: left;
  font: 700 16px ;
}

.data-table-area .dataTables_wrapper .table tbody tr td:nth-child(3) span {
  color: #6830c5;
  text-decoration: underline;
}

.data-table-area .dataTables_wrapper .table tbody tr td:nth-child(5) {
  background: #ffde90;
  font: 700 14px ;
}

.data-table-area .dataTables_wrapper .table tbody tr td:nth-child(5) .text-primary {
  color: #000 !important;
}

.data-table-area .dataTables_wrapper .table tbody tr td:nth-child(7) {
  background: #01cfbd;
  font: 700 14px ;
}

.data-table-area .dataTables_wrapper .table tbody tr td:nth-child(7) .text-danger {
  color: #fff !important;
}

.data-table-area .dataTables_wrapper .dataTables_info {
  display: inline-block;
  font: 500 14px ;
  color: #565972;
}

.data-table-area .dataTables_wrapper .dataTables_paginate {
  float: right;
  overflow: hidden;
}

.data-table-area .dataTables_wrapper .dataTables_paginate .paginate_button {
  font: 500 14px ;
  color: #565972;
  height: 30px;
  width: 30px;
  background: rgba(0, 0, 0, 0.02);
  display: inline-block;
  text-align: center;
  line-height: 30px;
  margin-left: 10px;
  border-radius: 4px;
  cursor: pointer;
}

.data-table-area .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: #6830c5;
}

.data-table-area .dataTables_wrapper .dataTables_paginate .paginate_button.previous, .data-table-area .dataTables_wrapper .dataTables_paginate .paginate_button.next {
  background: transparent;
  width: auto;
  height: auto;
}

/*============================================

                 17 -- Login

==============================================*/
.full-screen {
  min-height: 100vh;
  position: relative;
  width: 100%;
  z-index: 1;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bg-cover {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}

.vh-100 {
  height: 100vh !important;
}

.background-img {
  background-size: cover;
  position: relative;
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  display: block;
}

.background-img:before {
  position: absolute;
  content: "";
  background: linear-gradient(223deg, rgba(125, 107, 252, 0.851961) 0%, rgba(146, 96, 224, 0.714706) 35%, rgba(166, 88, 203, 0.762325) 66%, rgba(179, 85, 186, 0.661485) 100%);
}

.login-signup-content {
  height: 100%;
  width: 100%;
  z-index: 1;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.login-signup-wrap h1 {
  font-size: 35px;
}

.ml-n3,
.mx-n3 {
  margin-left: -0.98rem !important;
}

.small,
small {
  font-size: 90%;
}

.form-control:focus {
  border-color: #6830c5;
}

.btn.border-radius {
  border-radius: 4px;
}

.login-signup-form .form-group {
  position: relative;
}

.login-signup-form .form-group label {
  
  font-weight: 500;
  font-size: 88%;
}

.login-signup-form .form-group .input-group.input-group-merge > .form-control {
  text-indent: 35px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: calc(2.65em + 0.75rem + 2px);
}

.login-signup-form .form-group .input-group.input-group-merge > .form-control:focus {
  z-index: inherit;
}

.input-icon {
  height: calc(3.4rem + 2px);
  position: absolute;
  z-index: 2;
  display: block;
  width: 40px;
  top: 0;
  bottom: 0;
  left: 0;
}

.input-icon i {
  margin-left: 5px;
  font-size: 16px;
  position: relative;
  top: 15px;
  padding: 18px 15px;
}

.login-bg {
  background-color: #f5f5ff;
}

.form-control.started {
  height: 50px;
  height: 60px;
  background-color: #fff;
  border-radius: 35px;
}

.footer-contact-icon {
  margin-top: 20px;
}

.footer-contact-icon a {
  display: inline-block;
  color: #fff;
  font-size: 20px;
  text-align: center;
  margin-right: 10px;
  -webkit-transition-duration: 400ms;
          transition-duration: 400ms;
}

.footer-contact-icon a:hover {
  color: #6830c5;
}

/*============================================

                 18 -- Doctor

==============================================*/
.team-box {
  -webkit-box-shadow: 0 6px 50px rgba(0, 0, 0, 0.05);
          box-shadow: 0 6px 50px rgba(0, 0, 0, 0.05);
}

.team-box .team-img img {
  width: 140px;
  -webkit-box-shadow: 0 6px 50px rgba(0, 0, 0, 0.05);
          box-shadow: 0 6px 50px rgba(0, 0, 0, 0.05);
}

.team-box .team-social-icon i {
  position: absolute;
  display: inline-block;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  font-size: 15px;
  line-height: 34px;
  margin-top: -34px;
  margin-left: 30px;
  background: #6830c5;
  color: #ffffff;
  text-align: center;
}

.team-box .team-social i {
  width: 38px;
  height: 38px;
  display: inline-block;
  line-height: 38px;
  background-color: #f6f7fb;
  border-radius: 50%;
}

.team-box .team-social i:hover {
  color: #ffffff;
  background-color: #6830c5;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

/*============================================

                 19 -- Faq

==============================================*/
.accordion-faq .card {
  margin-bottom: 1.5rem;
  border-radius: 0.375rem !important;
  -webkit-box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
          box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
  background: #ffffff;
}

.accordion-faq.accordion > .card {
  overflow: hidden;
  border-color: #ebebeb;
  border-width: 1px 1px 0 1px;
}

.accordion-faq.accordion > .card .collapse.show {
  border-bottom: 1px solid #ebebeb;
}

.accordion-faq.accordion .card-header {
  position: relative;
  cursor: pointer;
  background: #ffffff;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 0;
}

.accordion-faq.accordion .card-header:first-child {
  border-radius: calc(0.375rem - 1px) calc(0.375rem - 1px) 0 0;
}

.accordion-faq.accordion .card-header[aria-expanded="false"]:after {
  content: "+";
}

.accordion-faq.accordion .card-header[aria-expanded="true"]:after {
  content: "-";
}

.accordion-faq.accordion .card-header:after {
  content: "+";
  position: absolute;
  right: 1.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  
  font-weight: 700;
}

.accordion-faq.accordion > .card .card-header h6 {
  font-weight: 600;
  
}

/*============================================

                 20 -- Handwash

==============================================*/
.handwash-box-media {
  width: 196px;
  height: 196px;
  line-height: 196px;
  position: relative;
  z-index: 1;
  margin: 0px auto 30px;
}

.handwash-box-media.circle-dark {
  background-color: #050918;
}

/*============================================

                 21 -- Symptoms

==============================================*/
img.symptom__bg {
  width: 585px;
  position: absolute;
  top: 15%;
  right: 6%;
}

@media only screen and (min-width: 1401px) {
  img.symptom__bg {
    right: 14%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  img.symptom__bg {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  img.symptom__bg {
    display: none;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  img.symptom__bg {
    display: none;
  }
}

@media only screen and (max-width: 575px) {
  img.symptom__bg {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-img {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .about-img {
    margin-bottom: 100px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-img {
    margin-bottom: 100px;
  }
}

@media only screen and (max-width: 575px) {
  .about-img {
    width: 200px;
    height: auto;
    margin-bottom: 100px;
  }
}

.symptoms-area {
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.symptoms-area h4 {
  
  color: #8a8eaa;
  font-weight: 400;
  font-size: 16px;
  line-height: 34px;
}

.points ul li {
  position: relative;
  z-index: 2;
  font-size: 18px;
  line-height: 26px;
  color: #8a8eaa;
  margin-bottom: 20px;
  padding-left: 30px;
}

.points ul li:last-child {
  margin-bottom: 0;
}

.points li i {
  position: absolute;
  left: 0;
  top: 5px;
  height: 20px;
  width: 20px;
  text-align: center;
  line-height: 20px;
  border-radius: 50%;
  font-size: 10px;
  font-weight: 700;
  color: #fff;
  background: #40cd79;
  -webkit-box-shadow: 0px 5px 24px rgba(54, 207, 118, 0.15);
          box-shadow: 0px 5px 24px rgba(54, 207, 118, 0.15);
}

.points1 ul li {
  position: relative;
  z-index: 2;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  margin-bottom: 20px;
  padding-left: 15px;
}

.points1 ul li:last-child {
  margin-bottom: 0;
}

.points1 li i {
  position: absolute;
  left: 0;
  top: 5px;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  font-size: 11px;
  font-weight: 700;
  color: #fff;
}
.points1 li::before {
  content: '\f00c';
  font-family: FontAwesome;
  color: #fff;
  position: absolute;
  font-weight: 300;
  font-size: 10px;
  top: 2px;
  left: 0;
}

/*============================================

                 22 -- Footer

==============================================*/
.footer {
  position: relative;
  background: #ffffff;
}

.footer-widgets {
  position: relative;
  margin-bottom: 30px;
}

.footer-widgets a.read-more {
  color: #8a8eaa;
}

.footer-widgets a.read-more:hover {
  color: #6830c5;
}

.footer-widgets h3.widgets-title {
  position: relative;
  font-size: 24px;
  color: #565972;
  line-height: 26px;
  margin-bottom: 30px;
  font-weight: 700;
}

.footer-widgets h3.widgets-title.logo {
  padding: 0;
  margin-bottom: 30px;
}

.footer-widgets p {
  color: #8a8eaa;
  line-height: 34px;
  font-size: 16px;
  margin-bottom: 15px;
}

.footer-widgets ul.links {
  position: relative;
}

.footer-widgets ul.links li a {
  position: relative;
  display: block;
  line-height: 26px;
  margin-bottom: 12px;
  color: #8a8eaa;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
}

.footer-widgets ul.links li a:hover {
  color: #6830c5;
  -webkit-transform: translateX(6px);
          transform: translateX(6px);
}

.footer-widgets .emergency-contact {
  position: relative;
}

.footer-widgets .emergency-contact a {
  font-size: 24px;
  line-height: 32px;
  display: block;
  font-weight: 800;
  color: #6830c5;
  margin-bottom: 10px;
}

.footer-widgets .contact-all {
  margin: 0px;
}

.footer-widgets .contact-all li {
  margin-bottom: 10px;
  display: block;
  position: relative;
  margin-bottom: 20px;
  color: #8a8eaa;
  padding-left: 40px;
}

.footer-widgets .contact-all li a {
  color: #565972;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
}

.footer-widgets .contact-all li a small {
  color: #8a8eaa;
}

.footer-widgets .contact-all li i {
  color: #8a8eaa;
  font-size: 24px;
  line-height: 30px;
  position: absolute;
  left: 0;
  top: -1px;
}

.footer-bottom {
  position: relative;
  background: #34015a;
}


.footer-bottom p {
  color: #fccb62;
}

.footer-bottom p a {
  font-size: 16px;
  color: #fccb62;
}

.footer-bottom p i {
  color: #fccb62;
  margin: 0px 4px 0px 8px;
  font-size: 20px;
  line-height: 20px;
}

.footer-bottom p small {
  color: #fccb62;
  font-weight: 600;
}

.footer-bottom ul {
  position: relative;
}
.footer-bottom ul li {
  position: relative;
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  padding-right: 20px;
}

.footer-bottom ul li a {
  color: #fccb62;
  padding-right: 10px;
}

.footer-bottom ul li a:hover {
  color: #fff;
}

a.read-more.tp-one i {
  vertical-align: middle;
  line-height: normal;
  font-size: 16px;
  margin-left: 8px;
  margin-top: -1px;
}
/*# sourceMappingURL=style.css.map */


#ac-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(48,22,90,.8);
  z-index: 1999;
}

#popup {
  width: 50%;
  height: 400px;
  background: #FFFFFF;
  border: 1px solid #000;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  position: relative;
  top: 20%; left: 25%;
}

@keyframes slidy {
  0% { left: 0%; }
  20% { left: 0%; }
  25% { left: -100%; }
  45% { left: -100%; }
  50% { left: -200%; }
  70% { left: -200%; }
  75% { left: -300%; }
  95% { left: -300%; }
  100% { left: -400%; }
  }
  
  div#slider { overflow: hidden; }
  div#slider figure img { width: 20%; height: 250px; float: left; }
  div#slider figure { 
    position: relative;
    width: 500%;
    margin: 0;
    left: 0;
    text-align: left;
    font-size: 0;
    animation: 30s slidy infinite; 
  }


.aside{
	background-color:#ffffff;
	display:inline-block;
	font-size:14px;
  vertical-align:top;
  width: 100%;
}
.main{
	display:inline-block;
	font-size:14px;
  vertical-align:top;
  width: 100%;
}

.aside header{
	padding: 4px 4px;
    background: #eeeeee;
    color: #ffffff;
}
.aside ul{
	padding:0 10px;
	margin:0;
	list-style-type:none;
	overflow-y:scroll;
	height:530px;
}
.aside ul::-webkit-scrollbar {
  width: 10px; 
}
.aside ul::-webkit-scrollbar-track {
  background: #eeeeee; 
}
.aside ul::-webkit-scrollbar-thumb {
  background-color: #b5b5b5; 
  border-radius: 20px; 
  border: 3px solid #eeeeee; 
}
.aside li{
  padding:6px 0;
  border-bottom: 1px solid #5304bd;
  margin-bottom: 1px;
  cursor: pointer;
}
.aside li:hover{
	background: none;
}

.aside li img{
	border-radius:50%;
	margin-left:20px;
	margin-right:8px;
}
.aside li div{
	display:inline-block;
	vertical-align:top;
	margin-top:3px;
}
.aside li h2{
	font-size:16px;
	color:#3c229d;
	font-weight:normal;
  margin-bottom:3px;
  
}
.aside li h3{
	font-size:12px;
	color:#292929;
  font-weight:normal;
  margin: 0;
}

.status{
	width:8px;
	height:8px;
	border-radius:50%;
	display:inline-block;
	margin-right:7px;
}
.green{
	background-color:#58b666;
}
.orange{
	background-color:#ff725d;
}
.blue{
	background-color:#6fbced;
	margin-right:7px;
	margin-left:7px;
}

.main header{
  padding:6px 10px;
  background: #3c229d;
  color: #ffffff;
}
.main header > *{
	display:inline-block;
	vertical-align:top;
}
.main header img:first-child{
	border-radius:50%;
}
.main header img:last-child{
	width:24px;
	margin-top:8px;
}
.main header div{
  margin-left:10px;
  width: 48%;
}
.main header h2{
	font-size:16px;
	margin-bottom:0px;
}
.main header h3{
	font-size:15px;
	font-weight:normal;
  color:#2c1388;
}
.app-page {
  height: 100%;
  width: 100%;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
#chat{
	padding-left:0;
	margin:0;
	list-style-type:none;
  overflow-y:scroll;
  height:525px;
	border-top:2px solid #fff;
  border-bottom:2px solid #fff;
  margin-bottom: 100px;
}
#chat::-webkit-scrollbar {
  width: 12px; 
}
#chat::-webkit-scrollbar-track {
  background: #eeeeee; 
}
#chat::-webkit-scrollbar-thumb {
  background-color: #b5b5b5; 
  border-radius: 20px; 
  border: 3px solid #eeeeee; 
}
#chat li{
	padding:10px 30px;
}
#chat li:last-child {
  margin-bottom: 60px;
}
#chat h2,#chat h3{
	display:inline-block;
	font-size:12px;
  font-weight:normal;
  color:#000;
}
#chat h2{
  color:#2c1388;
  font-size:13px;
  margin-right: 10px;
  margin-bottom: 2px;
}
#chat h3{
  color:#454545;
  font-size:9px;
  margin-bottom: 2px;
}
#chat .entete{
	margin-bottom:0px;
}
#chat .message{
  padding:5px 10px;
  word-break: break-all;
	line-height:14px;
	width:50%;
	display:inline-block;
	text-align:left;
	border-radius:5px;
}
#chat .me{
	text-align:right;
}
#chat .you .message{
  background-color:#f0eff5;
  color:#000;
  font-size: 12px;
}
#chat .me .message{
  background-color:#f0eff5;
  color:#2c1388;
  font-size: 12px;
}
#chat .triangle{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 6px 6px 6px;
}
#chat .you .triangle{
		border-color: transparent transparent #f0eef7 transparent;
		margin-left:15px;
}
#chat .me .triangle{
		border-color: transparent transparent #f0eef7 transparent;
		margin-left:715px;
}

.main footer {
  background: #fff;
  padding: 5px 10px;
  bottom: 0;
  position: fixed;
  width: 70%;
}
.main footer textarea{
	resize:none;
	border:none;
	display:block;
	width:100%;
	height:80px;
	border-radius:3px;
	padding:20px;
	font-size:13px;
	margin-bottom:13px;
}
.main footer textarea::placeholder{
	color:#ddd;
}
.main footer img{
	height:45px;
	cursor:pointer;
}
.main footer a{
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
	color:#6fbced;
	vertical-align:top;
	margin-left:333px;
	margin-top:5px;
	display:inline-block;
}


.tooltext {
  /* position: relative; */
  display: inline-block;
  font-size: 11px;
  font-weight: normal;
  cursor: pointer;
}

.tooltext .tooltext1 {
  visibility: hidden;
  width: 260px;
  padding: 5px;
  background-color: #40006f;
  color: #fff;
  text-align: left;
  border-radius: 6px;
  position: absolute;
  z-index: 999;
  bottom: 15%;
  left: 30%;
  margin-left: -60px;
}

/* .tooltext .tooltext1::after {
  content: "";
  position: absolute;  
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #40006f transparent transparent transparent;
} */
.tooltext1 h6 {
  padding: 0;
  margin: 0;
}

.tooltext:hover .tooltext1 {
  visibility: visible;
}
