@charset "UTF-8";

/* ==========================================================================
   Global Styles
   ========================================================================== */
body {
    font-family: 'Fira Sans',sans-serif; 
    color: #666666; 
    font-size: 18px; }
p {
    font-size: 18px;
    color: #666666;
    font-weight: normal;
    line-height: 1.7;
}
ul {
    font-size: 18px;
    color: #666666;
}
a {
    color: #a93d18;
}
a:hover, a:focus {
    transition: all 0.2s;
    opacity: 0.6;
    color: #a93d18;
}
input[type="text"], textarea, button:focus {
outline: none;
box-shadow:none !important;
border:none !important;
}
.checkbox-order .custom-control-label::after{
    display: none;
}
h1 {
  font-size: 40px;}

h2 {
  font-size: 32px;}

h3 {
  font-size: 28px; }

h4 {
  font-size: 24px; }

h5 {
  font-size: 20px; }

h6 {
  font-size: 16px; }

p.lead {
    font-size: 18px;
    line-height: 26px;
}
p.lead strong {
  font-weight: 500; }

.tagline {
    font-weight: 500;
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 0;
    font-style: italic;
}
.gold {
    color: #a93d18;
}
.text-red {
    color: #b72424;}

.form-control {
  height: calc(2em + .75rem + 2px); }

.alert {
  padding: 0.55rem 1.25rem; }

.alert-success {
  background-color: #e2ffe9;
  border-color: #d3ffdd; }

.alert-danger {
  background-color: #fff1f2;
  border-color: #f3dee0; }

ul {
    list-style: none;
}
/* ==========================================================================
   Header
   ========================================================================== */
header {
  position: relative;
  overflow: hidden; }
.nav-menu {
    background: #fff;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.15);
}
.navbar {
  padding: 1rem 0; }

.navbar-light .navbar-nav .active > .nav-link {
  font-weight: 500; }
.stricky-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  
}
@media (max-width:480px){
    .navbar-brand img{width: 70px;}
    .navbar-brand {margin-right: 0px !important;}
}
@media (max-width:325px){
    .navbar-brand img{width: 80px;}
    .navbar-brand {width: 100%; text-align: center;}
}
.main-title {
  position: relative;
  padding: 80px 0;
  z-index: 10; }
  @media (max-width: 992px) {
    .main-title {
      padding: 0;
      margin-top: -300px; } }

.main-title__alt {
  position: relative;
  padding: 170px 0 100px 0;
  z-index: 10; 
  background-color: #ded8d2; 
font-size: 18px}

    .main-title__alt:not(.header__bg){
        padding: 180px 0 30px 0;}
  @media (max-width: 992px) {
    .main-title__alt {
      padding: 165px 0 50px 0; } }
    .main-title__alt h6 {
        font-size: 16px; }   
    .main-title__alt h1{
        font-size: 46px;
    margin-bottom: 25px;
    text-align: center;
    color: #434343;
    font-weight: 900; }
    .main-title__alt ul {
        list-style-image: none;
        margin: 12px 12px 12px 28px;
        columns: 2;
          -webkit-columns: 2;
          -moz-columns: 2; }
    .main-title__alt ul li {
        padding: 0 10px 10px 10px;
        padding-bottom: 8px;
        padding-left: 5px;
        display: inline-block; }
    .main-title__alt ul i{
        color: #a93d18;
        font-size: 20px; }

.header__bg {
  background: url("../images/bg-abstract.png") right top no-repeat;
  background-size: cover;
  }

.hero-title {
  padding: 90px 0;
  z-index: 999; }
  @media (max-width: 1200px) {
    .hero-title {
      padding: 0; } }
  .hero-title p {
    color: #9b9b9b;
    text-transform: uppercase;
    margin: 0; }

.banner-img img {
  position: relative;
  top: -280px;
  right: -50px;
  z-index: 0;
  text-align: right;
  min-width: 150%;
  max-height: 700px;
  z-index: -1; }
  @media (min-width: 992px) {
    .banner-img img {
      position: absolute;
      top: -260px;
      right: -190px;
      min-width: inherit;
      max-height: 900px;
      z-index: 0; } }
  @media (min-width: 1200px) {
    .banner-img img {
      top: -300px;
      right: -100px;
      max-height: 1100px; } }

.warning {
    display: inline-block;
    padding: 5px 20px 5px 5px;
    margin: 20px 0 20px -45px;
    background: #b72424;
    color: #fff;
    font-size: 18px;
    border-radius: 25px;
    text-align: left;
}

@media (max-width: 991px) {
    .warning {
        font-size: 14px;
    }
}

@media (max-width: 600px) {
    .warning {
        margin-left: 0;
        font-size: 16px;
    }
}
.warning .fa {
    font-size: 30px;
    vertical-align: middle;
    margin-right: 5px; }

.navbar-light .navbar-toggler {
    color: #fff;
    z-index: 999;
    border: none; }
    .navbar-light .navbar-toggler:focus {
        outline: none; }

    @media (max-width: 991px) {
        #navbarSupportedContent {
            background: #fff; } }

.bg-image {
  position: relative; }

.bg-img3 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1; }

.center-title {
  text-align: center; }

.content-wrap {
    padding: 50px 0;
}
.about {
  padding: 90px 0; 
    background: rgb(232,232,232);
    background: linear-gradient(180deg, rgba(232,232,232,1) 0%, rgba(255,255,255,0) 50%); }
  @media (max-width: 992px) {
    .about {
      padding: 40px 0; } }

/* ==========================================================================
   ADD
   ========================================================================== */
.add-section {
  padding: 0; 
    background: #4e4e4e url(../images/bg-gray.png) no-repeat center;
    background-size:cover;
    color: #ffffff; }
  @media (max-width: 992px) {
    .add-section {
      padding: 60px 0;
      text-align: center; } }

.add-box {
  padding: 0 30px;}

.bottles {
  width: auto;
  max-height: 230px;
  margin: 0 14px -10px 0; }
  @media (max-width: 992px) {
    .bottles {
      margin: 0 0 15px; } }

.add-content {
  display: inline-block;
  vertical-align: middle; }
  .add-content p {
    margin: 0; }

.add-btn {
  display: block;
  vertical-align: middle;
  text-align: center; }
.add-btn .fa, .add-btn .fas {
    margin-right: 10px;
}
  @media (max-width: 1200px) {
    .add-btn {
      float: none;
      margin: 10px 0 0 0; } }
  @media (max-width: 992px) {
    .add-btn {
      margin: 15px 0 0 0; } }
@media (max-width: 480px) {
    .add-btn {
      margin: 25px auto;
    text-align: center;
    display: block;} }

.btn {
    flex: 1 1 auto;
    background-color: #ffa200;
    border: none;
    transition: .5s;
    background-size: 200% auto;
    padding: 0.675rem 1.25rem;
    background-image: linear-gradient(to right,#db5d00 0,#ffa200 51%,#db5d00 100%);
    -webkit-box-shadow: 0 13px 37px -11px #db5d00;
    box-shadow: 0 13px 37px -11px #db5d00;
    border-radius: 25px;
    transition: all .2s;
    color: #fff;
}

a.navbar-brand img {
    max-height: 40px;
}

footer li.nav-item img {
    max-height: 25px;
}




  .btn:hover, .btn:focus, .btn:active {
      opacity: 1;
      color: #434343;
    background-position: right center !important;}
  .btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn-dark {
    background-image: linear-gradient(to right, #434343 0%, #666666 51%, #434343 100%);
    color: #fff;
}
.btn-dark:hover, .btn-dark:active {color: #fff;}
.btn-order {
  flex: 1 1 auto;
  margin: 10px;
  padding: 20px 80px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: #333;
  box-shadow: 0 0 20px #eee;
  border-radius: 35px;
    font-size: 30px;
    background-image: linear-gradient(to right, #ffc400 0%, #ff8a00 51%, #ffc400 100%);
    -webkit-box-shadow: 0px 13px 37px -11px #a93d18;
    box-shadow: 0px 13px 37px -11px #a93d18; 
    font-weight: 500;
}
.btn-order:hover {
    background-position: right center;
    color: #000;
    opacity: 1;
}
.start-heading {
    padding: 17px 30px;
    letter-spacing: 2px;
    border: none;
    overflow: hidden;
    margin-bottom: 18px;
	/*
    background: rgba(162,132,76,1);
    background: -moz-linear-gradient(top, rgba(162,132,76,1) 0%, rgba(193,158,103,1) 50%, rgba(162,132,76,1) 51%, rgba(162,132,76,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(162,132,76,1)), color-stop(50%, rgba(193,158,103,1)), color-stop(51%, rgba(162,132,76,1)), color-stop(100%, rgba(162,132,76,1)));
    background: -webkit-linear-gradient(top, rgba(162,132,76,1) 0%, rgba(193,158,103,1) 50%, rgba(162,132,76,1) 51%, rgba(162,132,76,1) 100%);
    background: -o-linear-gradient(top, rgba(162,132,76,1) 0%, rgba(193,158,103,1) 50%, rgba(162,132,76,1) 51%, rgba(162,132,76,1) 100%);
    background: -ms-linear-gradient(top, rgba(162,132,76,1) 0%, rgba(193,158,103,1) 50%, rgba(162,132,76,1) 51%, rgba(162,132,76,1) 100%);
    background: linear-gradient(to bottom, rgba(162,132,76,1) 0%, rgba(193,158,103,1) 50%, rgba(162,132,76,1) 51%, rgba(162,132,76,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a93d18', endColorstr='#a93d18', GradientType=0 );
	*/ 
	/* change from : #a2844c | #c19e67  into  #a93d18 | #86c444 */
    background: rgba(182,40,38,1);
    background: -moz-linear-gradient(top, rgba(182,40,38,1) 0%, rgba(205,105,104,1) 50%, rgba(182,40,38,1) 51%, rgba(182,40,38,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(182,40,38,1)), color-stop(50%, rgba(205,105,104,1)), color-stop(51%, rgba(182,40,38,1)), color-stop(100%, rgba(182,40,38,1)));
    background: -webkit-linear-gradient(top, rgba(182,40,38,1) 0%, rgba(205,105,104,1) 50%, rgba(182,40,38,1) 51%, rgba(182,40,38,1) 100%);
    background: -o-linear-gradient(top, rgba(182,40,38,1) 0%, rgba(205,105,104,1) 50%, rgba(182,40,38,1) 51%, rgba(182,40,38,1) 100%);
    background: -ms-linear-gradient(top, rgba(182,40,38,1) 0%, rgba(205,105,104,1) 50%, rgba(182,40,38,1) 51%, rgba(182,40,38,1) 100%);
    background: linear-gradient(to bottom, rgba(182,40,38,1) 0%, rgba(205,105,104,1) 50%, rgba(182,40,38,1) 51%, rgba(182,40,38,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a93d18', endColorstr='#a93d18', GradientType=0 );
    color: #fff;
    position: relative;
}
.arrow{
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translate(-50%,-50%);
}
.arrow.right {
    right: 0;
    transform: translatex(90%);
}
.arrow span{
    display: block;
    width: 15px;
    height: 15px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg);
    margin: -10px;
    animation: animate 2s infinite;
}
.arrow span:nth-child(2){
    animation-delay: -0.2s;
}
.arrow span:nth-child(3){
    animation-delay: -0.4s;
}
@keyframes animate {
    0%{
        opacity: 0;
        transform: rotate(45deg) translate(-20px,-20px);
    }
    50%{
        opacity: 1;
    }
    100%{
        opacity: 0;
        transform: rotate(45deg) translate(20px,20px);
    }
}

/* ==========================================================================
   FOOTER
   ========================================================================== */
footer {
    padding: 30px 0 0 0px;
    font-size: 11px;}
    footer p {
        font-size: 11px;}
    footer .nav {
        align-items: center;}
    @media (max-width: 1020px) {
        footer .nav-fill, footer .nav-item {
            flex: none !important;
            text-align: center;
            width: 100%;} }
footer .nav a {
    font-size: 14px;
    font-weight: 500;
    color: #666666;
}
footer .border-dark {padding: 10px 15px !important;}
.copyright {
  text-align: center;
    margin-top: 20px;
  padding: 20px 0 0 0; 
    border-top: 1px solid #efefef;}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 1rem;
  padding-left: 1rem; 
    color: #666666;
text-align: center;}
.navbar-expand-lg .navbar-nav {
    text-align: center;
    font-size: 16px;
}
    .navbar-expand-lg .navbar-nav .nav-link .fa{
        transform: rotate(90deg);
        font-size: 14px;
        color: #fff;}
    .navbar-expand-lg .navbar-nav .nav-link.btn {
        padding: 0px 15px;
        line-height: 30px;
        color: #fff;
        display: inline-block;}
    @media (max-width: 992px) {
        .navbar-expand-lg .navbar-nav .nav-link.btn {
            margin-right: 10px;
        }
        .navbar-collapse ul li{padding: 10px; border-bottom: 1px solid #efefef;}
        .navbar-collapse ul li:last-child {border-bottom: 0;}
    
        .navbar .navbar-nav.call {
            flex-direction: row !important;
            margin: 0 auto;
        }}
        @media (min-width: 993px){
            .navbar .navbar-nav.call {order: 2;}
        }


.banner-img-3 {
  position: absolute;
  bottom: 10%;
    top: 50px;
  left: 10%;
  z-index: 0; }
    .up {
        z-index: 2;
        position: relative;
    }
  @media (max-width: 1400px) {
    .banner-img-3 {
      left: 0; } }
  @media (max-width: 1200px) {
    .banner-img-3 {
      width: 50%; } }
  @media (max-width: 992px) {
    .banner-img-3 {
        position: relative;
      width: 100%; 
      text-align: center;} }

.faq {
    padding: 50px 0;
    background: #a93d18;
    color: #fff;}
.faq h2{
    margin-bottom: 35px;
}
.accordion {
    max-width: 800px;
    margin: 0 auto;
    font-size: 15px;
}
.accordion .card-header {
    padding: 0;
    border: none;
    background: transparent;
}
.accordion .btn-link{
    background: transparent;
    border:none;
    font-size: 15px;
    color: #fff;
    width: 100%;
    text-align: left;
    padding: 15px 21px;
    transition: background 0.5s;
    border-radius: 25px; }
    @media (max-width: 480px) {
    .accordion .btn-link {
      border-radius: 5px; } }
.accordion button:hover {
    color: #f3f3f3;
    background-color: #fff;
    text-decoration: none;
}
.accordion button:not(.collapsed) {
    color: #666666;
    background-color: #fff;
    text-decoration: none;
}
.accordion .btn-link.collapsed {
    background: url(../images/icon-plus.svg) no-repeat right 20px center;
    border-bottom: 1px solid rgba(255,255,255,.5);
    border-radius: 0;
}
.accordion .btn-link:not(.collapsed) {
    background: #fff url(../images/icon-min.svg) no-repeat right 20px center;
}
.content-wrap:not(.faq) .accordion .btn-link.collapsed {
    border-bottom: 1px solid #f0ede7;}
.content-wrap:not(.faq) .accordion .btn-link:not(.collapsed){
    background-color: #a93d18;
    color: #fff;
}
.content-wrap:not(.faq) .accordion .btn-link {
    color: #666666;
}
.content ul{
  padding-left: 15px;
  list-style: none;
}
.content-wrap ul li {
    list-style: none;
}
.content-wrap ul li::before {
  font-family: 'Font Awesome 5 Free';
  content: "\2022";
  color: #a93d18;
  font-weight: bold;
  display: inline-block; 
  width: 10px;
  margin-left: -14px;
  font-size: 12px;
}
.main-title__alt ul li::before, .about ul li::before {
  font-family: 'Font Awesome 5 Free';
  content: "\f00c";
  color: #a93d18;
  font-weight: bold;
  display: inline-block; 
  width: 30px;
    margin-left: -30px;
    font-size: 12px;
}

.noopacity:hover {
    opacity: 1;
}

.color-p {
    color: #a93d18;
}

.resc-top-container {
    background: url('../images/top-order.jpg') no-repeat center center;
    background-size: cover;
    border-radius: 5px;
    padding: 15px;
}

.sec-or {
    color: #fff;
    font-size: 24px;
    line-height: 20.1px;
    margin-top: 7px;
}

.text-white {
    color: #fff !important;
}

.coundown {
    font-size: 22px;
    line-height: 20.1px;
}

.prod-desc {
    background: #f5f5f5;
    padding: 20px;
    border-radius: 7px;
    position: relative;
}

.img-prod {
    position: absolute;
    right: 0;
    top: -153px;
}

.moneysd {
    border: 1px #a93d18 solid;
    border-radius: 6px;
    width: 100%;
    margin-left: 53px;
    padding-top: 5px;
    padding-bottom: 5px;
}


.moneysd h4 {
    font-size: 26px;
}

.moneysd p {
    font-size: 26px;
    margin-bottom: 0;
}

.imagemm {
    position: absolute;
}

.user-testi {
    display: inline;
    float: left;
    margin-right: 15px;
    position: relative;
    overflow: hidden;
    height: 88px;
    width: 88px;
    border-radius: 50%;
}

.user-testi img {
    position: absolute;
    width: 100%;
}

.testimoni {
    background: #f5f5f5;
    padding: 30px;
    border-radius: 6px;
    color: #666666;
}
.testimoni p {
    font-size: 16px;
}

.testi-name {
    position: relative;
    padding-left: 100px;
    padding-top: 48px;
}

.testi-name::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 54px solid transparent;
    border-top: 68px solid #f5f5f5;
    top: 0;
    left: 82px;
}
form label {
    font-size: 14px;
}
.checkbox-order {
    padding-left: 0;
    margin-bottom: 6px;
}
.checkbox-order img {
    width: 18px;
}
.custom-control-label {
    font-size: 14px; }
.checkbox-order .custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
    display: block;
    background: #f5f5f5;
    border: 2px #f5f5f5 solid;
    border-radius: 6px;
    padding: 10px 5px;
    padding-right: 45px;
    font-size: 14px;
}

.checkbox-order .custom-control-label::before {
    left: auto;
    right: 23px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    border-color: #a93d18;
    width: 1.5rem;
    height: 1.5rem;
}

.checkbox-order .custom-control-label::after {
    left: auto;
    right: 23px;
}

.checkbox-order .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #a93d18;
    background-color: #a93d18;
}

.qty {
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 0;
    font-size: 14px;
}

.price {
    font-size: 26px;
    font-weight: 500;
    color: #a93d18;
    margin-bottom: 0;
    line-height: 30px;
}

.price-before {
    color: #443d35;
    font-size: 14px;
    text-decoration: line-through;
    margin-left: 10px;
}

.checkbox-order .custom-control-input:checked ~ .custom-control-label {
    border: 2px #b69353 solid;
}

.we {
    font-size: 18px;
    color: #a93d18;
    margin-bottom: 0;
}

.checkbox-order .custom-control-input:indeterminate ~ .custom-control-label::before {
    border-color: #a93d18;
    background-color: #fff;
}

.resccue {
    background: #f5f5f5;
    border-radius: 6px;
    margin-top: 20px;
}

.ttle-form {
    font-size: 20px;
    padding: 20px;
    margin-bottom: 0;
    text-align: center;
}

.ttle-form span {
    font-style: normal;
    font-weight: 400;
}

.order-form {
    background: #a93d18;
    padding: 20px;
    border-radius: 5px;
}

.order-form p {
    color: #fff;
}
.btn-order {
    border: none;
    padding: 20px 60px;
    border-radius: 40px;
}
.ttl-form-order {
    color: #fff;
    font-size: 18px;
}

.resccue .form-control,
.resccue .custom-select {
    color: #434343;
    font-size: 14px;
}
.resccue .custom-select {
    background: #fff url(../images/caret-dark.svg) no-repeat right 15px center;
    background-size: 8px;
    border: none;
}
.resccue .form-group {
    margin-bottom: 5px;
}

form .form-control::placeholder {
    font-style: italic;
    color: #999;
}


.custom-select {
    background: transparent url(../images/caret-dark.svg) no-repeat right 5px center;
    background-size: 8px;
}

.join {
    /*background: #a93d18;*/
	background: #666666;
    padding: 10px;
    font-size: 16px;
    color: #fff;
    text-align: center;
}

.ppp,
.boottle2 {
    font-size: 18px;
    font-weight: 500;
}

.boottle2 {
    color: #a93d18;
    margin-bottom: 5px;
}

.price-carret-opt {
    text-decoration: line-through;
    font-weight: 400;
}


.price-carret-opt.active {
    text-decoration: none;
    font-weight: 600;
}


.price-opt {
    display: none;
    text-decoration: line-through;
    font-weight: 400;
    color: red;
}

.check-opt .custom-control-label::before, .custom-checkbox .custom-control-label::before {
    border: #a93d18 solid 1px;
}

.check-opt .custom-control-label {
    color: #666666;
    font-size: 15px;
    padding-top: 2px;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #a93d18;
    background-color: #a93d18;
}
p.small {line-height: 18px; font-size: 13px; margin-top: 10px;}
.total-label {
    font-size: 18px;
}

.total {
    font-size: 20px;
    font-weight: 500;
    text-align: right;
}

.form-cvv {
    position: relative;
}

.form-cvv .info {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
}
.notif{
  background: #b72424;
  text-align: center;
  color: #fff;
}

.notif .container{
  position: relative;
  padding-bottom: 10px;
  padding-top: 10px;
}

.close-notif{
  color: #fff;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
}
.close-notif:hover{
  color: #fff;
}
.notif+header .fixed-top {
    position: relative;
}
label.error {
    font-size: 13px;
    font-style: italic;
    color: #fff;
}
.cc-form .error {
    color: #666;
}
.resc-top-container {margin-top: 20px;}
@media (max-width: 767.98px) {
    .col-da {
        margin-bottom: 15px; text-align: center;}
    .col-da .d-flex {
        justify-content: center;  }
    .resc-top-container .d-flex.align-items-center {
        justify-content: center; }
    .col-aks {
        padding-right: 0 !important;}
    
}
.col-da p:last-child {font-size: 14px; color: #434343;}
.timer p:first-child{font-size: 12px;}
@media (max-width: 409.98px) {
    .col--22 {
        width: 39%;
        text-align: center;
    }
}

@media (max-width: 495px) {
    .moneysd {
        margin-left: 100px;
        padding-right: 15px;
    }
    .moneysd h4 {
        font-size: 17px;
    }
    .moneysd p {
        font-size: 17px;
        margin-bottom: 0;
    }
    .img-prod {
        position: relative;
        top: 0;
    }

}

@media (max-width: 400px) {
    .imagemm {
        width: 100px;
    }
    .imagemm img {
        width: 100%;
    }

}









/* ADDITIONAL | 21 Oct 2019 | MEDY */

.bottle-front-big { max-width:350px; padding-top:20px; }

.yellow-txt-onhover { 
	transition: .5s;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
}
.yellow-txt-onhover:hover { color: #ffea00; }

/* Css of Faq Model data */

<style>
body {font-family: Arial, Helvetica, sans-serif;}

#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.faqmodal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 99999; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.full-img {
    margin: auto;
    display: block;
    width: 100%;
    max-width: 95%;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.full-img, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.faqclose {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.faqclose:hover,
.faqclose:focus {
  color: #d06d68; 
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .full-img {
    width: 90%;
  }
}
</style>

/* Css for Faq Model Data close */ 


