@charset "UTF-8";
body {
    font-family: 'Rubik', sans-serif;
    position: relative;
}

a {
    color: #e38cb7;
}

a:hover,
a:focus {
    color: #d6619c;
}

h1 {
    font-size: 60px;
    font-weight: 300;
    letter-spacing: -1px;
    margin-bottom: 1.5rem;
}

h2 {
    font-size: 45px;
    font-weight: 300;
    color: #633991;
    letter-spacing: -1px;
    margin-bottom: 1rem;
}

h3 {
    color: #633991;
    font-size: 33px;
    font-weight: 500;
}

h4 {
    font-size: 20px;
    font-weight: 500;
    color: #633991;
}

h5 {
    font-size: 28px;
    font-weight: 300;
    color: #633991;
    margin-bottom: 0.7rem;
}

p {
    color: #959094;
}

p.lead {
    color: #e38cb7;
    margin-bottom: 2rem;
}

.text-primary {
    color: #e38cb7 !important;
}

.light-font {
    font-weight: 300;
}

.btn {
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0.375rem 1.35rem;
    transition: all 0.3s ease;
}

.btn-outline-light:hover {
    color: #d6619c;
}

.btn-primary {
    border-radius: 3px;
    background-image: -moz-linear-gradient( 122deg, #e54595 0%, #fd378e 100%);
    background-image: -webkit-linear-gradient( 122deg, #e54595 0%, #fd378e 100%);
    background-image: -ms-linear-gradient( 122deg, #e54595 0%, #fd378e 100%);
    background-image: linear-gradient( 122deg, #e54595 0%, #fd378e 100%);
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.2);
    font-weight: 500;
    padding: 0.6rem 2rem;
    border: 0;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:not([disabled]):not(.disabled).active,
.btn-primary:not([disabled]):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    background-image: linear-gradient( 122deg, #fd378e 0%, #e54595 100%);
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.3);
    color: #FFF;
}

.btn-light {
    border-radius: 3px;
    background: #FFF;
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.26);
    font-size: 14px;
    font-weight: 500;
    color: #633991;
    margin: 0.5rem;
    padding: 0.7rem 1.6rem;
    line-height: 1.8;
}

.btn-group-lg>.btn,
.btn-lg {
    padding: 0.8rem 1rem;
    font-size: 15px;
}

.light-bg {
    background-color: #faf6fb;
}

.section {
    padding: 80px 0;
}

.section-title {
    text-align: center;
    margin-bottom: 3rem;
}

.section-title small {
    color: #998a9b;
}

@media (max-width:767px) {
    h1 {
        font-size: 40px;
    }
    h2 {
        font-size: 30px;
    }
}


/* NAVBAR
----------------------*/

.nav-menu {
    padding: 1rem 0;
    transition: all 0.3s ease;
}

.nav-menu.is-scrolling,
.nav-menu.menu-is-open {
        background-color: rgb(96 131 232);
    background: -moz-linear-gradient(135deg, rgb(73 105 237) 0%, rgb(96 131 232) 100%);
    background: -webkit-linear-gradient(135deg, rgb(73 105 237) 0%, rgb(96 131 232) 100%);
         background: linear-gradient(135deg, rgb(73 105 237) 0%, rgb(96 131 232) 100%);
    -webkit-box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1);
}

.nav-menu.is-scrolling {
    padding: 0;
}

.navbar-nav .nav-link {
    position: relative;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
        font-size: 14px;
    }
    .navbar-nav>.nav-item>.nav-link.active:after {
        content: "";
        border-bottom: 2px solid #cd99d4;
        left: 1rem;
        right: 1rem;
        bottom: 5px;
        height: 1px;
        position: absolute;
    }
}

@media (max-width:991px) {
    .navbar-nav.is-scrolling {
        padding-bottom: 1rem;
    }
    .navbar-nav .nav-item {
        text-align: center;
    }
}


/* HERO
----------------------*/

header {
    padding: 100px 0 0;
    text-align: center;
    color: #FFF;
}

.bg-gradient {
    background-image: -moz-linear-gradient( 135deg, rgba(60, 8, 118, 0.8) 0%, rgba(250, 0, 118, 0.8) 100%);
    background-image: -webkit-linear-gradient( 135deg, rgba(60, 8, 118, 0.8) 0%, rgba(250, 0, 118, 0.8) 100%);
    background-image: -ms-linear-gradient( 135deg, rgba(60, 8, 118, 0.8) 0%, rgba(250, 0, 118, 0.8) 100%);
    background-image: linear-gradient( 135deg, rgba(60, 8, 118, 0.8) 0%, rgba(250, 0, 118, 0.8) 100%);
}

.tagline {
    font-size: 23px;
    font-weight: 300;
    color: #ffb8f6;
    max-width: 800px;
    margin: 0 auto;
}

.img-holder {
    height: 0;
    padding-bottom: 33%;
    overflow: hidden;
}

@media (max-width:1200px) {
    .img-holder {
        padding-bottom: 50%;
    }
}

@media (max-width:767px) {
    .tagline {
        font-size: 17px;
    }
    .img-holder {
        padding-bottom: 100%;
    }
}


/* FEATURES
----------------------*/

.gradient-fill:before {
    color: #fc73b4;
    background: -moz-linear-gradient(top, #9477b4 0%, #fc73b4 100%);
    background: -webkit-linear-gradient(top, #9477b4 0%, #fc73b4 100%);
    background: linear-gradient(to bottom, #9477b4 0%, #fc73b4 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.card.features {
    border: 0;
    border-radius: 3px;
    box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
}

@media (max-width:991px) {
    .card.features {
        margin-bottom: 2rem;
    }
    [class^="col-"]:last-child .card.features {
        margin-bottom: 0;
    }
}

.card.features:before {
    content: "";
    position: absolute;
    width: 3px;
    color: #fc73b4;
    background: -moz-linear-gradient(top, #9477b4 0%, #fc73b4 100%);
    background: -webkit-linear-gradient(top, #9477b4 0%, #fc73b4 100%);
    background: linear-gradient(to bottom, #9477b4 0%, #fc73b4 100%);
    top: 0;
    bottom: 0;
    left: 0;
}

.card-text {
    font-size: 14px;
}

.card.features:hover {
    transform: translateY(-3px);
    -moz-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
}

.box-icon {
    box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.14);
    padding: 10px;
    width: 70px;
    border-radius: 3px;
    margin-bottom: 1.5rem;
    background-color: #FFF;
}

.circle-icon {
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
    padding: 10px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 1.5rem;
    background-color: #FFF;
    color: #f5378e;
    font-size: 48px;
    text-align: center;
    line-height: 80px;
    font-weight: 300;
    transition: all 0.3s ease;
}

@media (max-width:992px) {
    .circle-icon {
        width: 70px;
        height: 70px;
        font-size: 28px;
        line-height: 50px;
    }
}

.ui-steps li:hover .circle-icon {
    background-image: -moz-linear-gradient( 122deg, #e6388e 0%, #fb378e 100%);
    background-image: -webkit-linear-gradient( 122deg, #e6388e 0%, #fb378e 100%);
    background-image: -ms-linear-gradient( 122deg, #e6388e 0%, #fb378e 100%);
    background-image: linear-gradient( 122deg, #e6388e 0%, #fb378e 100%);
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.09);
    color: #FFF;
}

.ui-steps li {
    padding: 15px 0;
}

.ui-steps li:not(:last-child) {
    border-bottom: 1px solid #f8e3f0;
}

.perspective-phone {
    position: relative;
    z-index: -1;
}

@media (min-width:992px) {
    .perspective-phone {
        margin-top: -150px;
    }
}


/*  TABS
----------------------*/

.tab-content {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    background-color: #FFF;
    box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.04);
    padding: 3rem;
}

@media (max-width:992px) {
    .tab-content {
        padding: 1.5rem;
    }
}

.tab-content p {
    line-height: 1.8;
}

.tab-content h2 {
    margin-bottom: 0.5rem;
}

.nav-tabs {
    border-bottom: 0;
}

.nav-tabs .nav-item .nav-link,
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    padding: 1rem 1rem;
    border-color: #faf6fb #faf6fb #FFF;
    font-size: 19px;
    color: #b5a4c8;
    background: #f5eff7;
}

.nav-tabs .nav-link.active {
    background: #FFF;
    border-top-width: 3px;
    border-color: #ce75b4 #faf6fb #FFF;
    color: #633991;
}


/*  TESTIMONIALS
----------------------*/

.owl-carousel .owl-item img.client-img {
    width: 110px;
    margin: 30px auto;
    border-radius: 50%;
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
}

.testimonials-single {
    text-align: center;
    max-width: 80%;
    margin: 0 auto;
}

.blockquote {
    color: #7a767a;
    font-weight: 300;
}

.owl-next.disabled,
.owl-prev.disabled {
    opacity: 0.5;
}

.owl-prev,
.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.owl-prev {
    left: 0;
}

.owl-next {
    right: 0;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 60px;
}

.owl-theme .owl-dots .owl-dot span {
    background: #e7d9eb;
    width: 35px;
    height: 8px;
    border-radius: 10px;
    transition: all 0.3s ease-in;
}

.owl-theme .owl-dots .owl-dot:hover span {
    background: #ff487e;
}

.owl-theme .owl-dots .owl-dot.active span {
    background: #ff487e;
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
}


/*  IMAGE GALLERY
----------------------*/

.img-gallery .owl-item {
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
    transform: scale(0.8);
    transition: all 0.3s ease-in;
}

.img-gallery .owl-item.center {
    transform: scale(1);
}


/*  PRICING
----------------------*/

@media (max-width:992px) {
    .card-deck {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .card-deck .card {
        margin-bottom: 15px;
    }
}

.card.pricing {
    border: 1px solid #f1eef1;
}

.card.pricing.popular {
    border-top-width: 3px;
    border-color: #ce75b4 #faf6fb #FFF;
    box-shadow: 0px 12px 59px 0px rgba(36, 7, 31, 0.11);
    color: #633991;
}

.card.pricing .card-head {
    text-align: center;
    padding: 40px 0 20px;
}

.card.pricing .card-head .price {
    display: block;
    font-size: 45px;
    font-weight: 300;
    color: #633991;
}

.card.pricing .card-head .price sub {
    bottom: 0;
    font-size: 55%;
}

.card.pricing .list-group-item {
    border: 0;
    text-align: center;
    color: #959094;
    padding: 1.05rem 1.25rem;
}

.card.pricing .list-group-item del {
    color: #d9d3d8;
}

.card.pricing .card-body {
    padding: 1.75rem;
}


/*  CALL TO ACTION
----------------------*/

.call-to-action {
    text-align: center;
    color: #FFF;
    margin: 3rem 0;
}

.call-to-action .box-icon {
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
    transform: scale(0.85);
    margin-bottom: 2.5rem;
}

.call-to-action h2 {
    color: #FFF;
}

.call-to-action .tagline {
    font-size: 16px;
    font-weight: 300;
    color: #ffb8f6;
    max-width: 650px;
    margin: 0 auto;
}

.btn-light img {
    margin-right: 0.4rem;
    vertical-align: text-bottom;
}


/*  FOOTER
----------------------*/

.social-icons {
    text-align: right;
}

.social-icons a {
    background-color: #FFF;
    box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.05);
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    margin: 0 0.3rem;
    border-radius: 5px;
    color: #f4c9e2;
    transition: all 0.3s ease;
}

.social-icons a:hover {
    text-decoration: none;
    color: #e38cb7;
}

@media (max-width:991px) {
    .social-icons {
        text-align: center;
        margin-top: 2rem;
    }
}





.home-mainsec {
    width: 100%;
    background-image: url(../images/home_bg.jpg);
    height: 100vh;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}

.home-alldata {
    text-align: center;
}

.home-alldata img {
    max-width: 181px;
    margin-bottom: 17px;
}

.home-alldata h2 {
    color: #fff;
    font-size: 34px;
    font-weight: 400;
    margin-bottom: 0px;
}

.choose-langsty12 p {
   color: #fff;
    font-size: 26px;
    font-weight: 300;
}

.home-alldata a {
   display: inline-block;
    background-color: #fff;
    color: #000;
    padding: 12px 29px;
    width: 217px;
    text-align: left;
    font-weight: 400;
    font-size: 16px;
    text-decoration: none !important;
    border-radius: 25px;
}

.home-alldata a i{    float: right; color: #2954c4;}

.footer-menuall {
    border: solid 1px #d1cfcf;
    width: 95%;
    margin: auto;
    border-radius: 5px;
    padding: 12px 0px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    box-shadow: 0px 1px 6px 1px rgb(0 0 0 / 19%);  
          background: linear-gradient(135deg, rgb(141 159 233) 0%, rgb(78 120 232) 100%);
}

.footer-menuall ul {
    margin-left: 0px;
    padding-left: 0px;
    text-align: center;
    margin-bottom: 0px;
}

.footer-menuall ul li {
    display: inline-block;
    width: 24%;
}

.footer-menuall ul li a {
    display: block;
}


.footer-menuall ul li a img {
    width: 30px;
    height: 30px;
        filter: brightness(0) invert(1);
}

#rightModal.right.fade .modal-dialog {
    right: -320px;
    transition: opacity 0.1s linear, right 0.1s ease-out;
}

#rightModal .modal-dialog {
    position: fixed;
    margin: auto;
    width: 275px;
    height: 100%;
    transform: translate3d(0%, 0, 0);
}

.navbar-dark .navbar-toggler {
   color: #fff !important;
    border-color: #fff !important;
    float: right;
}

.navbar-toggler i {
    color: #fff !important;
    font-size: 24px !important;
}

#rightModal.right.fade.show .modal-dialog {
    right: 0;    z-index: 98000;
}

#rightModal .modal-content {
    border-radius: 0;
    border: none;
}

#rightModal .modal-content {
    height: 100%;
    overflow-y: auto;
}

#rightModal.right.fade.show .modal-dialog {
    right: 0;
}

.menu-mobilesty li a {
    color: #000 !important;
    font-size: 14px;
    padding: 10px !important;
}
.menu-mobilesty li a img{    width: 30px;
    border: solid 1px #d6d6d7;
    padding: 2px;
    margin-right: 6px;}
.menu-mobilesty {
    margin-top: 11px;
}

.menu-mobilesty li {
    text-align: left !important;
    border-bottom: solid 1px #e9e6e6;
}

.modal-backdrop.show{    z-index: 2;}

#rightModal .btn {
    margin-bottom: 0;
    background: #567ff1;
    border: 0;
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbar {
    text-align: center !important;
    display: flex !important;
    padding: 0 !important;
}

.navbar-dark .navbar-brand {
    margin-right: 0px !important;
    padding-top: 0px;
    padding-right: 0px;
}

.back-styall {
    float: left;
}

.back-styall i {
    color: #fff;
    font-size: 23px;
}

.top-bannerimg{background-image: url(../images/ser-banner.jpg); background-size: cover; 
    background-position: center; margin-bottom: 25px;}
.top-bannerlayer{    background-color: hsl(224deg 75% 64% / 87%);
    text-align: center; padding: 50px 0px 15px 0px; position: relative;}

.top-bannerlayer h2 {    color: #fff;
    margin-top: 60px !important;
    margin-bottom: 5px !important;
    width: 80%;
    margin: auto;    font-weight: 500;}
.top-bannerlayer p  {    font-size: 22px;
    color: #fff;}

.shadow-styall{width: 100%; background-color: #f1f1f1; position: absolute;
    bottom: 0;}
.shadow-styall img{width: 100%; margin-top: -47px;}

.cart-alllinks {
    width: 100%;
    margin: auto;
}

.cart-alllinks ul {
    padding-left: 0px;
    text-align: center;
    margin-bottom: 0px;
}

.cart-alllinks ul li {
        list-style: none;
    width: 155px;
    display: inline-block;
    height: 175px;
    margin-bottom: 15px;
    vertical-align: top;
}


.cart-alllinks ul li a {
     display: block;
    text-align: center;
        border: solid 1px rgb(205 21 28 / 51%);
    background-color: #f7f7f7;
    padding: 22px 6px;
    vertical-align: top;
    border-radius: 33px;
    height: 100%;
    align-items: center;
    margin: 5px 7px;
}


.cart-alllinks ul li a img {
    /*max-height: 35px;*/
        width: 80px;
    border-radius: 46px;
}


.cart-alllinks ul li a h4 {
          font-size: 15px;
    margin-bottom: 0px;
    margin-top: 10px;
    color: #000;
    font-weight: 600;
}


.allpadding-top{padding-bottom: 77px;}

.vaccine-listdata{}
.vaccine-listdata ul{    padding-left: 0px; width: 90%; margin: auto;}
.vaccine-listdata ul li{    border: solid 1px #d3cece; margin-bottom: 15px; display: block; border-radius: 42px; position: relative; min-height: 53px;}
.vaccine-listdata ul li a {
    width: 100%;
    display: block;
    padding-left: 70px;
    font-size: 17px;
    color: #fff !important;
    padding-top: 13px;
    min-height: 53px;
    text-decoration: none !important;
    background: linear-gradient(145deg, #1877f2, #d11414);
}
.vaccine-listdata ul li a span{ width: 45px; height: 45px; display: inline-block; text-align: center; line-height: 45px; border-radius: 50%; position: absolute; left: 14px; top: 3px;}
.vaccine-listdata ul li a span img{    width: 25px;}

.about-dataall {padding: 0px 15px;}
.accordion {
    margin-top: 40px;
}
.accordion .card {
    border: none;
    margin-bottom: 20px;
}

.card-body a{    color: #597ce9 !important; font-size: 18px; line-height: 1.2;}

.accordion .card h2 {
    background: url(../images/down.png) no-repeat calc(100% - 10px) center;
    background-size: 13px;
    cursor: pointer;
    font-size: 20px;
    padding-right: 31px;
    font-weight: 400;
    padding-left: 5px;
    border-bottom: solid 1px #d7d7d7;
background-color: transparent;
line-height: 1.3; }
.card-head{background: linear-gradient(145deg, #1877f2, #d11414);}

.accordion .card h2 {
    color: #fff;
}


.ser-accodiandata h2 {
    color: #000;
    padding: 15px;
}

.accordion .card-body {
    padding: 10px 15px;
    text-align:justify;
}

.accordion .card-body ul li{
    text-align:justify;
    margin-bottom: 15px;
}

.ser-accodiandata h3 {
    font-size: 18px;
    font-weight: 400;
    color: #000;
}

.ser-accodiandata ul {padding-left: 8px;}
.ser-accodiandata ul li {} 
.accordion .card h2.collapsed {
    background-image: url(../images/up.png);
}
.accordion .card h2.collapsed {color: #fff !important; }
.ser-accodiandata p {color: #000; text-align: justify;}

.about-alllist {}

.about-alllist p {
    font-size: 16px;
    color: #000;
    margin-bottom: 15px;
    text-align: initial;
}

.about-alllist p  b{}
.about-alllist h5 {        font-size: 19px;
    font-weight: 400;
    color: #587ae9;
    padding-bottom: 9px;
    border-bottom: solid 1px #e3e3e3;
    display: inline-block;}

.about-alllist ul{    padding-left: 15px;}
.about-alllist ul li{    margin-bottom: 10px;}

.sub-formsty button {
    padding: 13px 40px;
    font-size: 14px;
    margin-bottom: 21px;
    background-image: linear-gradient( 122deg, #de3439 0%, #c35671 100%);
}

.sub-formsty {
    text-align: center;
}

.dev-consty15 ul {
    padding-left: 0px;
}

.dev-consty15 ul li {
    display: block;
    border-bottom: solid 1px rgb(219 212 212);
    padding-bottom: 8px;
    margin-bottom: 8px;
    font-size: 15px;
}


.ser-accodiandata h5 {    font-size: 20px;
    font-weight: 500;
    color: #597bea;
    margin-bottom: 0.7rem;}


  .top-lofosty1{    display: inline-block; width: 72px; border: solid 1px #d5d5d5;
    padding: 5px; border-radius: 20px;}

  .logo-hidesty{    position: absolute; margin: auto; left: 0; right: 0;     top: 16%;}
  .intro{display: block;}

#hideDiv2{opacity: 0;}
.animated{opacity: 1 !important;}

.vaciane-stepssty{margin-left: -7%; width: 107%;}
.vaciane-stepssty ul{padding-left: 0px;}
.vaciane-stepssty ul li{    display: block;
    margin-bottom: 20px;
    font-size: 14px;
    min-height: 91px;
    color: #000;}
.vacine-righttxt{text-align: right;
    border-right: solid 1px #000;
    padding-right: 11px;}
.vacine-lefttxt{text-align: left;}

.vaccinr-wdthdata{    width: 49%;
    display: inline-block;
    vertical-align: top;}

    .vaciane-stepssty ul li b{ }

    .res-tabletab{overflow: auto; width: 100%}
    .res-tabletab table{ width: 100%}
    .res-tabletab table tr td {padding: 5px; font-size: 14px; border: solid 1px #b1b1b1;}
     .res-tabletab table tr td  b{}



     .container.gallery-container {
    background-color: #fff;
    color: #35373a;
    min-height: 100vh;
    padding: 30px 50px;
}

.gallery-container h1 {
    text-align: center;
    margin-top: 50px;
    font-family: 'Droid Sans', sans-serif;
    font-weight: bold;
}

.gallery-container p.page-description {
    text-align: center;
    margin: 25px auto;
    font-size: 18px;
    color: #999;
}

.tz-gallery {
   padding: 0px 20px;
}

/* Override bootstrap column paddings */
.tz-gallery .row > div {
    padding: 2px;
}

.tz-gallery .lightbox img {
    width: 100%;
    border-radius: 0;
    position: relative;
}

.tz-gallery .lightbox:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    opacity: 0;
    color: #fff;
    font-size: 26px;
    font-family: 'Glyphicons Halflings';
    content: '\e003';
    pointer-events: none;
    z-index: 9000;
    transition: 0.4s;
}


.tz-gallery .lightbox:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(46, 132, 206, 0.7);
    content: '';
    transition: 0.4s;
}

.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover:before {
    opacity: 1;
}

.baguetteBox-button {
    background-color: transparent !important;
}

