/*--------------------------------------------------------------

  Template Name: Subas Ecommerce Responsive Bootstrap Template
  Description: This is html5 template
  Author: codecarnival
  Version: 1.0
  Design and Developed by: codecarnival

Note: This is the file where you can add your custom styles to change the look of the theme. But don't modify "style.css" file.

---------------------------------------------------------------*/

/* ----------------------------------------------------
  You can put your custom css code here: 
-------------------------------------------------------*/

h2 {
  margin-bottom: 20px;
}
p {
  line-height: 25px;
  text-align: justify;
}
.m-top-10 {
  margin-top: 10px;
}
.text-white {
  color: #fff !important;
}
.p-5 {
  padding: 5px;
}
.font-s-16 {
  font-size: 14px;
  line-height: 1.5;
}
.height-300 {
  height: 300px;
}
.bg-white {
  background: #fff;
}
.slide {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 400px;
}
.display-block {
  display: block;
}
.v-visible {
  visibility: visible;
}
.v-hidden {
  visibility: visible;
}
.social {
  position: relative;
  top: -35px;
  display: inline-block;
}
.buttons {
  text-align: right;
}
.footer-bottom {
  padding: 10px 0;
}
.mobile-menu-area {
  background: #888;
}
.product-img-2 {
  height: 200px;
  overflow: hidden;
  position: relative;
}
.product-img-2 img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.product-title-3 {
  font-weight: bold;
  padding: 10px;
  text-align: center;
  line-height: 1.5;
  height: 55px;
  overflow: hidden;
}
.program-item {
  border: 1px solid #ddd;
  padding: 10px;
  border-radius: 5px;
}
.product-cat-2 ul {
  margin-left: 15px;
}
.product-cat-2 li {
  list-style: square;
  margin-bottom: 10px;
  line-height: 1.3;
}
.product-cat-2 li a:hover {
  color: #ff3366;
}

.blog-description li a,
.blog-description p a {
  color: #0044cc !important;
}
.product-item a:hover,
li a:hover,
p a:hover {
  color: #ff3366 !important;
}
.h-190 {
  height: 190px;
}
.captcha-img {
  border: 1px solid #ddd;
  padding: 5px;
  display: inline-block;
}
.captcha-text {
  margin-left: 10px;
  width: 110px !important;
  border: 1px solid #ddd;
  padding: 5px 10px !important;
  display: inline-block !important;
  height: auto !important;
}
.message-box {
  position: relative;
}
.redes-soc {
  position: absolute;
  bottom: 60px;
}
@media (max-width: 767px) {
  .redes-soc {
    position: static;
    margin-top: 60px;
    text-align: center;
  }
}
.slick-slide img {
  display: inline-block;
}
.message-box {
  position: relative;
}
.bg-full {
  position: absolute;
  width: 100%;
  background: rgba(255,255,255,.5);
  z-index: 900;
  display: none;
}
.center-hv {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.rectdom {
  background: #fff;
  border: 1px solid #ddd;
  padding: 20px;
  box-shadow: 0 0 5px rgba(0,0,0,.3);
}
.contact-address h3 {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 20px;
}
.contact-address p {
  margin-bottom: 7px;
  font-size: 13px;
}
.contact-address p i {
  background: #000;
  border-radius: 50%;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  color: #fff;
  height: 24px;
  line-height: 24px;
  width: 24px;
  text-align: center;
  transition: all 0.3s ease 0s;
  margin-right: 5px;
}
.price-table {
  background: #f5f5f5;
  padding: 30px 0;
  border-radius: 10px;
  box-shadow: 0 0 5px #ccc;
}
.price-table h3.new-title {
  background: transparent;
  color: #333;
  font-weight: bold;
  text-align: right;
  padding: 0;
  margin-bottom: 0;
  width: 110px;
  margin: 0 auto;
  padding-right: 10px;
}
.price-table .price-table-body {
  background: transparent;
  border: 0;
  padding: 0;
}
.price-table h4.new-price {
  font-family: Arial, sans-serif;
  text-align: right;
  font-size: 25px;
  width: 110px;
  margin: 0 auto;
  padding-right: 10px;
}
.price-table:hover {
  background-color: #e8285a;
}
.price-table:hover h3.new-title,
.price-table:hover h4.new-price {
  color: #fff;
}
.bg-white::before {
  background: #fff !important;
}
.service-icon {
  color: white;
  font-size: 18px;
}
.breadcrumbs-section {
  margin-top: 30px;
}
.box-turn {
  border-color: #f0f0f0;
  background-color: #f7f7f7;
  border-radius: 5px;
  font-size: 1em;
  padding: 28px 28px;
  word-wrap: break-word;
  display: inline-block;
  max-width: 300px;
  height: 150px;
  vertical-align: top;
  box-shadow: 0 0 5px #ccc;
  margin: 0 10px 40px 10px;
  line-height: 1.5;
}
.btn-black {
  color: #fff;
  border-color: #333;
  background-color: #333;
}
.btn-black:hover {
  color: #fff;
}
.btn-default {
  color: #5e5e5e;
  border-color: #dcdcdc;
  background-color: #dcdcdc;
}
.text-bold {
  font-weight: bold;
}
.alert-turn {
  font-size: 17px !important;
  padding: 15px 20px 20px 30px;
  margin-bottom: 30px;
}
.alert-turn i {
  font-size: 24px;
  margin-right: 10px;
  padding-top: 5px;
}
h4.subtitle {
  font-size: 16px;
  text-align: center;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-weight: bold;
  color: #666;
}
.box-turn span {
  font-size: 14px;  
}
.box-turn .link {
  color: #0044cc;
}