body, html {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif; }

a, a:hover {
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in; }

/*Sliding Effect Start*/
/* the important bits */
.buy-online li {
  -webkit-perspective: 400px;
  perspective: 400px; }

.buy-online .info {
  -webkit-transform: rotate3d(1, 0, 0, 90deg);
  transform: rotate3d(1, 0, 0, 90deg);
  width: 100%;
  height: 100%;
  padding: 20px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 4px;
  pointer-events: none;
  background-color: #101010;
  opacity: 0.90;
  z-index: 99999; }

.in-top .info {
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-animation: in-top 300ms ease 0ms 1 forwards;
  animation: in-top 300ms ease 0ms 1 forwards; }

.in-right .info {
  -webkit-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
  -webkit-animation: in-right 300ms ease 0ms 1 forwards;
  animation: in-right 300ms ease 0ms 1 forwards; }

.in-bottom .info {
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-animation: in-bottom 300ms ease 0ms 1 forwards;
  animation: in-bottom 300ms ease 0ms 1 forwards; }

.in-left .info {
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -webkit-animation: in-left 300ms ease 0ms 1 forwards;
  animation: in-left 300ms ease 0ms 1 forwards; }

.out-top .info {
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-animation: out-top 300ms ease 0ms 1 forwards;
  animation: out-top 300ms ease 0ms 1 forwards; }

.out-right .info {
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-animation: out-right 300ms ease 0ms 1 forwards;
  animation: out-right 300ms ease 0ms 1 forwards; }

.out-bottom .info {
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-animation: out-bottom 300ms ease 0ms 1 forwards;
  animation: out-bottom 300ms ease 0ms 1 forwards; }

.out-left .info {
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -webkit-animation: out-left 300ms ease 0ms 1 forwards;
  animation: out-left 300ms ease 0ms 1 forwards; }

@-webkit-keyframes in-top {
  from {
    -webkit-transform: rotate3d(-1, 0, 0, 90deg);
    transform: rotate3d(-1, 0, 0, 90deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
    transform: rotate3d(0, 0, 0, 0deg); } }
@keyframes in-top {
  from {
    -webkit-transform: rotate3d(-1, 0, 0, 90deg);
    transform: rotate3d(-1, 0, 0, 90deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
    transform: rotate3d(0, 0, 0, 0deg); } }
@-webkit-keyframes in-right {
  from {
    -webkit-transform: rotate3d(0, -1, 0, 90deg);
    transform: rotate3d(0, -1, 0, 90deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
    transform: rotate3d(0, 0, 0, 0deg); } }
@keyframes in-right {
  from {
    -webkit-transform: rotate3d(0, -1, 0, 90deg);
    transform: rotate3d(0, -1, 0, 90deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
    transform: rotate3d(0, 0, 0, 0deg); } }
@-webkit-keyframes in-bottom {
  from {
    -webkit-transform: rotate3d(1, 0, 0, 90deg);
    transform: rotate3d(1, 0, 0, 90deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
    transform: rotate3d(0, 0, 0, 0deg); } }
@keyframes in-bottom {
  from {
    -webkit-transform: rotate3d(1, 0, 0, 90deg);
    transform: rotate3d(1, 0, 0, 90deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
    transform: rotate3d(0, 0, 0, 0deg); } }
@-webkit-keyframes in-left {
  from {
    -webkit-transform: rotate3d(0, 1, 0, 90deg);
    transform: rotate3d(0, 1, 0, 90deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
    transform: rotate3d(0, 0, 0, 0deg); } }
@keyframes in-left {
  from {
    -webkit-transform: rotate3d(0, 1, 0, 90deg);
    transform: rotate3d(0, 1, 0, 90deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
    transform: rotate3d(0, 0, 0, 0deg); } }
@-webkit-keyframes out-top {
  from {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
    transform: rotate3d(0, 0, 0, 0deg); }
  to {
    -webkit-transform: rotate3d(-1, 0, 0, 104deg);
    transform: rotate3d(-1, 0, 0, 104deg); } }
@keyframes out-top {
  from {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
    transform: rotate3d(0, 0, 0, 0deg); }
  to {
    -webkit-transform: rotate3d(-1, 0, 0, 104deg);
    transform: rotate3d(-1, 0, 0, 104deg); } }
@-webkit-keyframes out-right {
  from {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
    transform: rotate3d(0, 0, 0, 0deg); }
  to {
    -webkit-transform: rotate3d(0, -1, 0, 104deg);
    transform: rotate3d(0, -1, 0, 104deg); } }
@keyframes out-right {
  from {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
    transform: rotate3d(0, 0, 0, 0deg); }
  to {
    -webkit-transform: rotate3d(0, -1, 0, 104deg);
    transform: rotate3d(0, -1, 0, 104deg); } }
@-webkit-keyframes out-bottom {
  from {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
    transform: rotate3d(0, 0, 0, 0deg); }
  to {
    -webkit-transform: rotate3d(1, 0, 0, 104deg);
    transform: rotate3d(1, 0, 0, 104deg); } }
@keyframes out-bottom {
  from {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
    transform: rotate3d(0, 0, 0, 0deg); }
  to {
    -webkit-transform: rotate3d(1, 0, 0, 104deg);
    transform: rotate3d(1, 0, 0, 104deg); } }
@-webkit-keyframes out-left {
  from {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
    transform: rotate3d(0, 0, 0, 0deg); }
  to {
    -webkit-transform: rotate3d(0, 1, 0, 104deg);
    transform: rotate3d(0, 1, 0, 104deg); } }
@keyframes out-left {
  from {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
    transform: rotate3d(0, 0, 0, 0deg); }
  to {
    -webkit-transform: rotate3d(0, 1, 0, 104deg);
    transform: rotate3d(0, 1, 0, 104deg); } }
/* you can ignore this ones */
.buy-online ul {
  padding: 10px 0;
  margin-bottom: 50px;
  text-align: center;
  /*border: solid 1px #f1f1f1;*/ }

.buy-online ul:after {
  content: "";
  display: table;
  clear: both; }

.buy-online li {
  position: relative;
  /*float: left;*/
  width: 200px;
  height: 200px;
  margin: 8px;
  padding: 0;
  list-style: none;
  display: inline-block; }

.buy-online li a {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  border-radius: 4px; }

.buy-online li h3 {
  margin: 0;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.9);
  text-align: center; }

.buy-online li p {
  font-size: 12px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.8); }

.buy-online li .normal {
  width: 100%;
  height: 100%;
  color: rgba(52, 73, 94, 0.6);
  box-shadow: inset 0 2px 20px #e6ebed;
  text-align: center;
  /*font-size: 50px;*/
  /*line-height: 200px;*/ }

.buy-online li .normal svg {
  pointer-events: none;
  width: 50px; }

.buy-online li .normal svg path {
  fill: rgba(52, 73, 94, 0.2); }

/*Sliding Effect End*/
header .dark-blue-bg {
  background-color: #1a3150;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #cfcfcf; }
header .top-head {
  font-size: 14px; }
  header .top-head a {
    color: #cfcfcf;
    display: inline-block; }
  header .top-head span {
    display: inline-block;
    padding-bottom: 8px;
    padding-top: 8px; }
  header .top-head .text-left span {
    margin-right: 10px; }
  header .top-head select {
    background: url(../images/trans.png) right 5px no-repeat transparent;
    border: 0;
    color: #cfcfcf;
    padding: 5px; }
header nav.bg-light {
  background-color: #ffffff !important;
  padding-right: 0;
  padding-left: 0; }
  header nav.bg-light .navbar-nav .nav-item .nav-link {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #4c4c4c; }
  header nav.bg-light .navbar-nav .nav-item.active .nav-link {
    color: #d40000; }
  header nav.bg-light .navbar-nav .nav-item:hover .nav-link {
    color: #d40000; }
  header nav.bg-light .navbar-nav .nav-item:focus .nav-link {
    color: #d40000; }

.main-slider .carousel {
  width: 100%; }
  .main-slider .carousel .carousel-caption {
    text-align: left;
    right: 50%;
    bottom: 20%;
    left: 10%; }
    .main-slider .carousel .carousel-caption span {
      display: block; }
    .main-slider .carousel .carousel-caption .red-span {
      color: #f20e0e;
      font-size: 36px;
      font-weight: bold;
      text-transform: uppercase;
      margin-bottom: 5px; }
    .main-slider .carousel .carousel-caption .wht-span {
      color: #ffffff;
      font-size: 42px;
      font-weight: bold;
      margin-bottom: 25px; }
    .main-slider .carousel .carousel-caption p {
      color: #b9b8b8;
      font-size: 14px; }
      .main-slider .carousel .carousel-caption p a {
        display: inline-block;
        background-color: #f20e0e;
        color: #ffffff;
        padding: 10px 10px;
        font-size: 14px;
        font-weight: bold;
        border-radius: 5px;
        margin-top: 10px; }
  .main-slider .carousel .carousel-inner img {
    width: 100%;
    height: 100%; }
  .main-slider .carousel .carousel-indicators li {
    width: 10px;
    height: 10px;
    background-color: #999999;
    border-radius: 50%;
    margin-left: 5px;
    margin-right: 5px; }
  .main-slider .carousel .carousel-indicators li.active {
    background-color: #f20e0e; }

.searching-box {
  background: url(../images/search-bg.jpg) center center;
  background-size: cover; }
  .searching-box h2 {
    background: url(../images/btm-bdr.png) center bottom no-repeat;
    padding-bottom: 12px;
    margin: 25px 0;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    color: #ffffff; }
  .searching-box .form-control {
    background-color: transparent;
    line-height: 38px;
    color: #ffffff;
    font-size: 15px; }
  .searching-box .btn {
    background-color: #f20e0e;
    color: #ffffff;
    font-weight: bold;
    font-size: 24px;
    text-transform: uppercase;
    width: 100%;
    line-height: 38px; }

.ben-art {
  background-color: #f1f1f1; }
  .ben-art .ben-lft-part {
    background-color: #f20e0e; }
    .ben-art .ben-lft-part h3 {
      font-weight: bold;
      text-transform: uppercase;
      color: #ffffff;
      font-size: 20px;
      margin: 15px 0 20px;
      padding-bottom: 10px;
      position: relative; }
    .ben-art .ben-lft-part h3:after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 50px;
      height: 2px;
      background-color: #ffffff; }
    .ben-art .ben-lft-part ul {
      margin: 0 0 15px 0;
      padding: 0;
      list-style: none;
      float: left;
      width: 100%; }
      .ben-art .ben-lft-part ul li {
        width: 50%;
        float: left; }
        .ben-art .ben-lft-part ul li a {
          display: inline-block;
          color: #ffffff;
          font-size: 14px;
          font-weight: 400;
          position: relative;
          padding-left: 20px;
          line-height: 26px; }
        .ben-art .ben-lft-part ul li a:before {
          content: "";
          position: absolute;
          left: 0;
          top: 10px;
          width: 6px;
          height: 6px;
          background-color: #8fbd37; }
  .ben-art .art-rgt-part h3 {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20px;
    margin: 5px 0 30px;
    padding-bottom: 10px;
    position: relative; }
  .ben-art .art-rgt-part h3:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 2px;
    background-color: #f20e0e; }
  .ben-art .art-rgt-part .img-a {
    display: block;
    text-align: center; }
    .ben-art .art-rgt-part .img-a img {
      margin: 0 auto;
      max-width: 100%; }
  .ben-art .art-rgt-part .art-prt {
    background-color: #ffffff;
    box-shadow: 1px 1px 10px #ccc; }
    .ben-art .art-rgt-part .art-prt a {
      display: block;
      text-align: center;
      margin: 0 auto 15px auto; }
      .ben-art .art-rgt-part .art-prt a img {
        display: block;
        max-width: 100%;
        margin: 0 auto; }
    .ben-art .art-rgt-part .art-prt p {
      padding-left: 15px;
      padding-right: 15px;
      font-size: 14px; }
      .ben-art .art-rgt-part .art-prt p a {
        display: inline-block;
        margin: 0; }
    .ben-art .art-rgt-part .art-prt h6 {
      padding-right: 15px;
      padding-left: 15px;
      text-transform: uppercase;
      font-weight: 400;
      font-size: 16px; }

.thmb-img .img-div {
  overflow: hidden;
  position: relative; }
  .thmb-img .img-div .img-span {
    display: block;
    position: relative;
    text-align: center; }
    .thmb-img .img-div .img-span img {
      margin: 0 auto;
      max-width: 100%; }
  .thmb-img .img-div .img-span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1; }
  .thmb-img .img-div .span-txt {
    text-align: center;
    color: #ffffff;
    position: absolute;
    z-index: 2;
    bottom: 30px;
    right: 0;
    left: 0;
    font-size: 16px;
    font-weight: 400;
    display: block; }
  .thmb-img .img-div a {
    background-color: #115fc9;
    color: #ffffff;
    display: inline-block;
    padding: 5px 10px;
    border: solid 1px #cfcfcf;
    border-radius: 5px;
    position: absolute;
    transform: translate(-50%, 100%);
    top: 100%;
    left: 50%;
    z-index: 3;
    font-size: 14px;
    text-align: center; }
  .thmb-img .img-div a:hover {
    text-decoration: none;
    border-color: #115fc9;
    color: #cfcfcf; }
.thmb-img .img-div:hover a {
  transform: translate(-50%, -50%);
  top: 50%; }

.news-ltr {
  background: url(../images/news-bg.jpg) center center no-repeat;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 80px; }
  .news-ltr span {
    color: #ffffff;
    display: inline-block;
    margin-right: 10px;
    font-size: 20px; }
  .news-ltr .bg-white {
    background-color: #ffffff;
    padding-left: 10px; }
  .news-ltr input[type="text"] {
    border: 0;
    background-color: #ffffff;
    line-height: 40px;
    width: 260px;
    font-size: 15px; }
  .news-ltr .btn {
    background-color: #f20e0e;
    color: #ffffff;
    border-radius: 0;
    border: 0;
    line-height: 34px;
    font-size: 16px; }

footer .ft-top {
  background-color: #dfdfdf; }
  footer .ft-top h3 {
    position: relative;
    color: #404040;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    margin: 15px 0 20px;
    padding-bottom: 15px; }
  footer .ft-top h3:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 2px;
    background-color: #c6c6c6; }
  footer .ft-top ul {
    margin: 0 0 10px 0;
    padding: 0;
    list-style-position: inside; }
    footer .ft-top ul li a {
      display: inline-block;
      font-size: 14px;
      color: #404040;
      font-weight: 400; }
  footer .ft-top .flg-icon ul li {
    display: inline-block;
    float: left; }
    footer .ft-top .flg-icon ul li a {
      margin: 0 10px 10px 0; }
footer .ft-btm {
  background-color: #3d3d3d;
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase; }
  footer .ft-btm .social-icon {
    padding-top: 10px;
    padding-bottom: 10px; }
    footer .ft-btm .social-icon a {
      display: inline-block;
      font-size: 15px;
      color: #ffffff;
      padding: 5px;
      width: 40px;
      height: 40px;
      line-height: 28px;
      text-align: center;
      margin-right: -4px; }
    footer .ft-btm .social-icon a.fb {
      background-color: #1b3353; }
    footer .ft-btm .social-icon a.tw {
      background-color: #1ca9eb; }
    footer .ft-btm .social-icon a.g-plus {
      background-color: #e13e30; }
    footer .ft-btm .social-icon a.l-din {
      background-color: #01649b; }
    footer .ft-btm .social-icon a.youtube {
      background-color: #f71805; }

/*ABOUT US*/
.about-img img {
  padding: 5px;
  border: solid 1px #ccc;
  background: #fff; }

/*INNER PAGE*/
.min-hgt {
  min-height: 300px; }

.inner-page h3 {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 20px;
  margin: 20px 0 22px;
  padding-bottom: 10px;
  position: relative; }
.inner-page h3:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 2px;
  background-color: #f20e0e; }

/*BUY ONLINE*/
.buy-online h3 {
  height: 60px;
  overflow: hidden;
  line-height: 20px;
  font-weight: 300;
  color: #ffffff; }
.buy-online .btn-div {
  margin: 15px 0;
  text-align: center; }
  .buy-online .btn-div a {
    display: block;
    margin-bottom: 5px;
    background: #f20e0e;
    color: #ffffff;
    padding: 5px;
    font-size: 15px;
    font-weight: 400; }

/*Contact Us*/
.contact-page {
  font-size: 16px; }
  .contact-page .address-section {
    font-size: 14px; }
  .contact-page .form-control {
    font-size: 14px; }

/*Product Details*/
.details-page .pro-img .bdr-span {
  border: solid 1px #ddd;
  padding-bottom: 1px; }
.details-page .pro-img .hizoom {
  position: relative;
  z-index: 10; }
  .details-page .pro-img .hizoom .magnifier {
    box-sizing: border-box;
    border: 1px solid #f20e0e;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    display: none;
    cursor: move; }
  .details-page .pro-img .hizoom .big {
    position: absolute;
    border: 1px solid #f20e0e;
    overflow: hidden;
    display: none;
    background: #ffffff; }
    .details-page .pro-img .hizoom .big img {
      position: absolute;
      top: 0;
      left: 0; }
  .details-page .pro-img .hizoom .small {
    position: absolute;
    border: 0px solid #ddd;
    top: 0;
    left: 0;
    cursor: move; }
    .details-page .pro-img .hizoom .small img {
      position: absolute;
      top: 0;
      left: 0; }
.details-page .pro-dtls h5 {
  font-size: 1.25rem;
  color: #444; }
  .details-page .pro-dtls h5 span {
    color: #f20e0e; }
.details-page .pro-dtls h6 {
  font-size: 1.25rem;
  color: #444; }
  .details-page .pro-dtls h6 span {
    color: #000;
    font-weight: bold;
    display: inline-block; }
.details-page .pro-dtls .pro-btn {
  display: inline-block;
  padding: 8px 15px;
  background: #f20e0e;
  color: #ffffff;
  margin: 10px 10px 10px 0;
  font-size: 15px; }
.details-page .pro-dtls .pro-btn:hover {
  text-decoration: none;
  background: #1a3150; }
.details-page .pro-dtls h4 {
  padding-bottom: 15px;
  margin-bottom: 15px;
  margin-top: 20px;
  border-bottom: solid 1px #d40000; }
.details-page .pro-dtls p {
  margin-bottom: 12px; }

/*Cart Page*/
.cart-page {
  font-size: 14px; }
  .cart-page .blu-color {
    color: #1a3150; }
  .cart-page .red {
    color: #f20e0e; }
  .cart-page .span-txt {
    font-size: 11px;
    text-transform: uppercase; }
  .cart-page .form-control {
    font-size: 14px; }
  .cart-page .ship-addr {
    min-height: 50px; }
  .cart-page .form-group0 {
    padding: 15px;
    background: #f1f1f1;
    border-radius: 4px; }

/*Checkout Page*/
.order-table .btn {
  width: 100%; }
.order-table table {
  width: 100%;
  margin: 5px 0; }
  .order-table table td {
    padding: 4px; }
    .order-table table td hr {
      margin: 5px 0; }

.bdr-btm {
  border-bottom: solid 1px #ccc;
  padding-bottom: 15px; }

/* Responsive Styles */
@media (max-width: 1199px) and (min-width: 992px) {
  .details-page .pro-img .hizoom {
    width: 300px !important;
    height: 300px !important; }
    .details-page .pro-img .hizoom .big {
      width: 300px !important;
      height: 300px !important; }
      .details-page .pro-img .hizoom .big img {
        position: absolute;
        top: 0;
        left: 0; }
    .details-page .pro-img .hizoom .small {
      width: 300px !important;
      height: 300px !important; }
      .details-page .pro-img .hizoom .small img {
        position: absolute;
        top: 0;
        left: 0; } }
@media (max-width: 991px) {
  .main-slider .carousel .carousel-caption {
    right: 30%;
    bottom: 5%; }

  .news-ltr span {
    margin-bottom: 10px; }

  .thmb-img .img-div a {
    width: 70%; }

  .thmb-img .img-div .span-txt {
    bottom: 8px; } }
@media (max-width: 767px) {
  .main-slider .carousel .carousel-caption {
    right: 5%;
    bottom: 5%; }
    .main-slider .carousel .carousel-caption h3 span.red-span {
      font-size: 20px; }
    .main-slider .carousel .carousel-caption h3 span.wht-span {
      font-size: 20px;
      margin-bottom: 5px; }
    .main-slider .carousel .carousel-caption p {
      font-size: 12px;
      margin-bottom: 5px; }
      .main-slider .carousel .carousel-caption p a {
        margin-top: 5px;
        padding: 5px 10px;
        font-size: 12px; }

  .inner-div {
    margin-bottom: 15px; }

  .ben-art .art-rgt-part .art-prt {
    margin-bottom: 15px; }

  .thmb-img .img-div {
    margin-bottom: 30px; }

  .details-page .pro-img .hizoom {
    width: 300px !important;
    height: 300px !important; }
    .details-page .pro-img .hizoom .big {
      width: 300px !important;
      height: 300px !important; }
      .details-page .pro-img .hizoom .big img {
        position: absolute;
        top: 0;
        left: 0; }
    .details-page .pro-img .hizoom .small {
      width: 300px !important;
      height: 300px !important; }
      .details-page .pro-img .hizoom .small img {
        position: absolute;
        top: 0;
        left: 0; }
  .details-page .pro-img .bdr-span {
    overflow-y: hidden; } }
@media (max-width: 575px) {
  .main-slider .carousel .carousel-inner img {
    min-height: 300px; }

  .searching-box h2 {
    font-size: 20px; }
  .searching-box .btn {
    font-size: 16px; }

  .news-ltr .bg-white {
    background: transparent !important; }
    .news-ltr .bg-white input[type="text"] {
      width: 100%;
      margin-bottom: 15px; }

  footer .ft-top h3 {
    font-size: 16px; } }

/*# sourceMappingURL=custom.css.map */
