:root {
    --brand-deep: #17141f;
    --brand-primary: #3d3366;
    --brand-accent: #5c4d9e;
    --brand-teal: #0f766e;
    --brand-teal-bright: #14b8a6;
    --brand-blue: #2563eb;
    --brand-bg-soft: #f7f5fb;
    --brand-border: #e0dde8;
}

body {
    font-family: "Poppins", sans-serif;
    background: var(--brand-bg-soft);
}
.site-wrap {
    background: #fff;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  
    font-weight: bold !important;
}
a{
    text-decoration:none !important;
}
.t_header
{
    background:#3d3366;
    padding:8px;
}
.t_header  p
{
    margin-bottom:0px;
    font-size:17px;
}
.top_header {
    padding: 10px 0px;
    background: linear-gradient(180deg, #ffffff 0%, #f6f4fb 100%);
    border-bottom: 1px solid var(--brand-border);
}
.laser_treatment {
    background: #e8e4f2;
    padding: 30px 0px;
}
.btn_top
{
    margin-top:10px;
}
.text_orange
{
    color: #3d3366;
}
.orangeh {
    color: var(--brand-teal-bright);
}
.trust-check {
    color: var(--brand-teal);
}
.btn-primary {
    background: linear-gradient(135deg, var(--brand-primary) 0%, var(--brand-teal) 100%) !important;
    border: none !important;
    color: #fff !important;
}
.btn-primary:hover,
.btn-primary:focus {
    background: linear-gradient(135deg, #4d4278 0%, #0d9488 100%) !important;
    color: #fff !important;
}
.front_head h1
{
    font-size: 40px;
    font-weight: 700;
}
.img-responsive {
  max-width: 100%;
  height: auto;
}
input.form-control.rounded-0 {
    height: 40px;
}
::placeholder
{
    color:#000;
}
.eye_banner
{
    background-image: url('../images/banner.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding:30px 0px;
    background-position: center;
}
.services_box
{
   
    background: #fff;
    min-height: 100%;
    padding: 10px 20px 0px 20px;
    border-radius: 20px;
        box-shadow: 0px 0px 10px #80808047;
        height:400px;
}
.services_box p {
    font-size: 16px;
}
.services_box h2 {
    font-size: 22px;
    margin-top: 10px;
}
.services_box img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 12px;
    display: block;
    margin: 0 auto;
}
.count_box {
    background: #3d3366;
    padding: 20px;
    border-radius: 20px;
    text-align:center;
}
.count_box img {
    max-width:60%;
}
.doc_img img {
    border-radius: 50%;
    border: 5px solid #3d3366;
}
.fornt_li .fa
{
    color:#3d3366;
}
.ul-li.fornt_li li {
    font-size: 16px;
    margin-bottom: 8px;
    display: flex;
    align-items: baseline;
}
.ul-li.fornt_li li i{
    padding-right:8px;
}
.book_appointment {
      text-align: center;
     border: 1px solid #3d3366;

    background: #fff;
    min-height: 100%;
    padding: 20px 20px;
    border-radius: 20px;
        box-shadow: 0px 0px 10px #80808047;
    
}
.book_appointment h1
{
    font-size:50px;
}
.btn_footer .btn-primary {
        width: 100%;
    background: linear-gradient(135deg, var(--brand-primary) 0%, var(--brand-teal) 100%);
    color: #fff;
    border: none;
    outline: none;
    padding: 10px;
    font-size: 20px;
    border-radius: 20px;
    font-weight: bold;
    font-size: 20px;
    box-shadow: 0px 0px 10px #808080a6;
}
.btn_footer .btn-info {
          background: linear-gradient(135deg, var(--brand-primary) 0%, var(--brand-teal) 100%) !important;
    color: #fff;
box-shadow: 1px 2px 10px #80808059;
    border-radius: 20px;
    font-size:15px;
    margin: 10px;
        border: 1px solid black !important;
}
.team_box h5 {
    padding: 0;
}

.team_box img {
    height: 150px;
    width: 150px;
    object-fit: cover;
    max-width: 150px;
    border-radius: 50%;
}
.enlarge_section
{
    padding: 30px 0px;
}
.mt-20
{
    margin-top: 20px;
}
.mb-20
{
    margin-bottom: 20px;
}
.mt-10
{
    margin-top: 10px;
}
.mt-30
{
    margin-top: 30px;
}
.mt-40
{
    margin-top: 40px;
}
.footer_address_Sec p
{
    font-size:16px;
}

.footer_address_Sec
{
   padding:10px;
   border-top: 1px solid var(--brand-border);
   background: linear-gradient(180deg, #faf9fc 0%, #fff 100%);
}
.footer_address_Sec img
{
    max-width:20px;
}
.ul-li ul
{
    list-style-type: none;
    padding-inline-start: 0px;
}
.ul-li ul li
{
    font-size: 18px;
}
.treatment_option
{
    padding: 30px 0px;
}
.paragraph
{
    font-weight:500;
}
.advanced_laser ul
{
    list-style-type: none;
    padding-inline-start: 20px;
}
.advanced_laser ul li
{
    font-size: 18px;
}
.advanced_laser {
    background: linear-gradient(180deg, #eef0fa 0%, #f8f6fc 100%);
    padding: 30px 0px;
}

.padd-20
{
    padding: 20px;
}
.bg_white{
        border: 1px solid #3d3366;
    padding: 20px;
    box-shadow: rgba(128, 128, 128, 0.28) 0px 0px 10px;
    border-radius: 20px;
}
.btn-top .btn-sm {
    background: linear-gradient(135deg, var(--brand-primary) 0%, var(--brand-teal) 100%) !important;
    color: #fff !important;
    font-weight: bold;
    border: 1px solid rgba(61, 51, 102, 0.35);
    box-shadow: 0px 0px 10px #808080a6;
}
.btn-sm
{
      background: linear-gradient(135deg, var(--brand-primary) 0%, var(--brand-teal) 100%) !important;
    color: #fff !important;
    font-weight: bold;
    border: 1px solid rgba(61, 51, 102, 0.35);
    box-shadow: 0px 0px 10px #808080a6;
        font-size: 18px;
    padding: 10px 40px;
    font-weight: bold;
    border-radius: 30px;
    text-decoration: none !important;
}

.icon_box {
    padding: 10px 0px;;
    margin: 10px 10px;
    box-shadow: 0px 0px 10px #80808036;
    border-radius: 20px;
    text-align: center;
    background:#fff;
}
.display_mobile {
    display: none;
}
.counter_section {
    background: linear-gradient(135deg, var(--brand-deep) 0%, var(--brand-primary) 48%, var(--brand-teal) 100%);
    margin: 5px 0;
    text-align: center;
}
.counter_icon.border-right-white {
    border-right: 2px solid #fff;
}
.counter_icon {
    text-align: center;
} 
.counter-title {
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 0;
}
.counter-graph {
    color: #fff;
    margin-bottom: 0;
    margin-top: -6px;
    font-weight: 500;
}
@media only screen and (max-width: 480px) {
    .post-slid {

    height: 350px !important;
}
    .box_content {
   
    top:10px !important;
        max-width: 200px !important;
}
.box_content p {
    font-size: 14px  !important;
    max-width: 127px;
}
.top_space{
    margin-top:60px;
}
a.buttonfirst {
    
    padding: 6px !important;
    border-radius: 20px;
    font-weight: bold;
    font-size: 15px  !important;
    box-shadow: 0px 0px 10px #808080a6;
}
.box_content h1 {
    font-size: 23px !important;
}
   .btn-sm {
    padding: 6px 12px !important;
    font-size: 13px !important;
}
    .site-logo img {
    max-width: 100% !important;
}
#video_slider1 .post-slide2 {
    margin: 10px;
    
}
    .counter_icon.border-right-white {
    border-right: unset !important;
    }
    .counter-title {
    font-size: 15px !important;
    }
    .counter-graph {
    font-size: 9px;
    }
    .icon_box h4 {
    font-size: 22px !important;
}
     .display_mobile {
        display: block !important;
    }
    .display_desktop {
    display: none;
}
    .row-reverse-mob {
                    flex-flow: column-reverse;
                }
               .form.sticky {
    margin-bottom: 30px;
}
    .h4, h4 {
    font-size: 18px;
}
    .front_head h1 {
    font-size: 36px;
}
.icon_box.bor_right {
    border-radius: unset !important;
    border-left: 2px solid #eea738;
}
.icon_box {
    padding:unset !important;
    margin:5px;
    box-shadow:unset !important;
        background: unset;

}
.icon_box h4
{
    font-size: 32px;
    color: #3d3366;
}
.icon_box h5
{
    font-size: 18px;
}
    .btn_top
{
    margin-top:30px;
}
.book_appointment h1 {
    font-size: 34px;
}
  .h1, h1 {
    font-size: 24px;
    font-weight: 600;
}
.services_box h2 {
    margin-top: 15px;
}
.h2, h2 {
    font-size: 25px;
}
.h3, h3 {
    font-size: 26px;
}
.doc_img {
    margin-bottom: 20px;
}
    #fixed-social a {
    width: 100% !IMPORTANT;
    float: left;
}
#fixed-social {
    bottom: 0px !IMPORTANT;
    top: unset !IMPORTANT;
    width: 100%;
}
.fixed-phone {
    border-radius: unset !IMPORTANT;
}
.fixed-whatsapp {
    border-radius: unset !IMPORTANT;
}
.fixed-whatsapp span {
    display: none !IMPORTANT;
}
.fixed-phone span {
    display: none !IMPORTANT;
}
.footer_address_Sec p {
    margin-bottom: 17% !IMPORTANT;
}
.banner_front {
    background: #ffffffed;
    padding: 10px;
    box-shadow: 0px 0px 10px grey;
    margin: unset;
    border: 3px solid #3d3366;
}
.ul-li.fornt_li li {
    font-size: 18px;
    margin-bottom: 15px;
}
}
.btn_form input {
    width: 100%;
    background: #3d3366;
    color: #fff;
    border: none;
    outline: none;
    padding: 10px;
    border-radius: 20px;
    font-weight: bold;
    font-size: 18px;
    box-shadow: 0px 0px 10px #808080a6;
}
.btn_form button {
    width: 100%;
    background: linear-gradient(135deg, var(--brand-primary) 0%, var(--brand-teal) 100%);
    color: #fff;
    border: none;
    outline: none;
    padding: 10px;
    border-radius: 20px;
    font-weight: bold;
    font-size: 18px;
    box-shadow: 0px 0px 10px #808080a6;
}
.ul-li.fornt_li li img{
    margin-right: 8px;
}
#fixed-social {
   position: fixed;
   top: 40%;
   right:0px;
   z-index: 999;
}

#fixed-social a {
   color: #fff;
   display: block;
   height:55px;
   position: relative;
   text-align: center;
    line-height: 55px;
   width: 55px;
   z-index: 2;
}
#fixed-social a i {
   font-size:23px;
}
#fixed-social a:hover>span{
	visibility: visible;
  right: 41px;
  opacity: 1;
} 
#fixed-social a span {
	line-height: 55px;
    right: 60px;
    position: absolute;
    text-align: center;
    width: 180px;
    visibility: hidden;
    transition-duration: 0.5s;
    z-index: 1;
    opacity: 0;
    border-radius: 10px 0px 0px 10px;
}
 .fixed-whatsapp {
    background-color: #26d367;
    border-radius: 10px 0px 0px 0px;
}
 .fixed-whatsapp span{
 	background-color: #26d367;
 }
 .fixed-phone{
	background-color: #323113;
	 border-radius: 10px 0px 0px 10px;

 }
 .fixed-phone span{
 	background-color:#323113;
 }
/*end fixed social*/


/*<![CDATA[*/
            .YoutubeLazy {
                background-color: #000;
                position: relative;
                padding-top: 55.25%;
                overflow: hidden;
                cursor: pointer;
                border: 1px solid black;
            }
            .YoutubeLazy img {
                width: 100%;
                top: -16.84%;
                left: 0;
            }
            .YoutubeLazy .YoutubeButton {
                width: 68px;
                height: 48px;
                background-color: #333;
                opacity: 0.8;
                box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
                z-index: 1;
                border-radius: 12px;
            }
            .YoutubeLazy .YoutubeButton:before {
                content: "";
                border-style: solid;
                border-width: 10px 0 10px 20px;
                border-color: transparent transparent transparent #fff;
            }
            .YoutubeLazy img,
            .YoutubeLazy .YoutubeButton {
                cursor: pointer;
            }
            .YoutubeLazy img,
            .YoutubeLazy iframe,
            .YoutubeLazy .YoutubeButton,
            .YoutubeLazy .YoutubeButton:before {
                position: absolute;
            }
            .YoutubeLazy .YoutubeButton,
            .YoutubeLazy .YoutubeButton:before {
                top: 50%;
                left: 50%;
                transform: translate3d(-50%, -50%, 0);
            }
            .YoutubeLazy iframe {
                height: 100%;
                width: 100%;
                top: 0;
                left: 0;
            }
            /*]]>*/
            .social_icon {
    position: fixed;
    bottom: 0;
    z-index: 9999;
    width: 100%;
    background: #fff;
    padding: 5px;
}
.social_icon a {
    text-decoration: none !important;
}
.icon_book {
    color: #fff !important;
    border-radius: 0px 10px 0px 0px;
    height: 50px;
    width: 100%;
    display: grid;
    align-items: center;
    background: linear-gradient(135deg, var(--brand-primary) 0%, var(--brand-teal) 100%);
    border-radius: 10px;
}
.icon_call {
    color: var(--brand-primary) !important;
    border-radius: 0px 10px 0px 0px;
    height: 50px;
    width: 100%;
    display: grid;
    align-items: center;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #3d3366;
}
.icon_call a,
.icon_book a {
    color: #fff;
    text-decoration: none;
}
.icon_book a div,
.icon_call a div {
    display: inline-flex;
    align-items: center;
}
.icon_book a div i,
.icon_call a div i {
    background: #ffffff00;
    padding: 6px;
    margin-right: 10px;
    border-radius: 50px;
    font-size: 13px;
    border: 1px solid #fff;
}
.icon_social .fa-phone {
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--brand-teal-bright);
    text-align: center;
    background: rgb(255 255 255 / 25%);
    border-radius: 50%;
    /*animation: shadow-pulse 1s infinite;*/
}
@keyframes shadow-pulse {
    0% {
        box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
    }
    100% {
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }
}
.display_mobile_app {
    display: none;
}
.section-title {
    font-size: 24px;
    font-weight: 600;
}
.doc_img h4 {
    font-size: 20px;
    font-weight: 500;
}
.icon_box h5 {
    font-size: 15px;
}
.sticky {
                position: -webkit-sticky;
                position: sticky;
                top: 1em;
                z-index: 99;
            }
            .banner_front {
    background: #ffffffed;
    padding: 20px;
    box-shadow: 0px 0px 10px #8080802b;
    margin: 10px;
    border-radius: 20px;
}
.form-control {
    border-radius: 20px !important;
}
button {

    border-radius: 20px !important;
}
.site-logo img{
        max-width: 300px;
}
.site-logo .site-logo-img {
    width: auto;
    max-height: 70px;
    object-fit: contain;
}
.gallery_item img {
    border: 3px solid #3d3366;
}
.gallery_item {
    margin-bottom: 20px;
}
.max {
    max-width: 139px;
}
#video_slider1 .post-slide2 {
    margin: 10px;
}
.post-slid {
    padding: 20px !important;
    border: 2px solid #5c4d9e;
    border-radius: 20px;
        height:250px;
    background: rgba(92, 77, 158, 0.12);
}
.star {
    color: #fdc10f;
    font-size:13px;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}
.map_box {
    border: 2px solid #5c4d9e;
    box-shadow: 0px 0px 10px #80808040;
    border-radius: 10px;
}
.map_box img {
    
    border-radius: 10px;
}
.more_btn{
    font-weight:bold;
    color:#000;
}
.box_content {
    position: absolute;
    max-width: 500px;
    top: 100px;
    left: 24px;
    z-index: 2;
    background: rgba(255, 255, 255, 0.82);
    padding: 16px 18px;
    border-radius: 14px;
}
.box_content h1
{
    font-size:50px;
    color:#5c4d9e;
}
.box_content p{
    font-size:20px;
}
a.buttonfirst {
    width: 100%;
    background: linear-gradient(135deg, var(--brand-primary) 0%, var(--brand-teal) 100%);
    color: #fff;
    border: none;
    outline: none;
    padding: 10px 20px;
    border-radius: 20px;
    font-weight: bold;
    font-size: 20px;
    box-shadow: 0px 0px 10px #808080a6;
}
a.buttonfirst:hover {
    filter: brightness(1.06);
    color: #fff;
}

@media only screen and (max-width: 991px) {
    .banner_area .box_content {
        position: static;
        max-width: 100%;
        margin: 12px;
        background: #fff;
        border: 1px solid #ece8f7;
        box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
    }

    .banner_area .box_content h1 {
        font-size: 34px !important;
        line-height: 1.15;
    }

    .banner_area .box_content p {
        font-size: 18px !important;
        max-width: 100%;
        margin-bottom: 0;
    }

    .banner_area .top_space {
        margin-top: 18px !important;
    }
}

@media only screen and (max-width: 480px) {
    .banner_area .box_content h1 {
        font-size: 30px !important;
    }

    .banner_area a.buttonfirst {
        font-size: 18px !important;
    }
}

.confirmation1
{
    display:none;
    color:green;
}
.confirmation
{
    display:none;
    color:green;
}
.confirmation2
{
    display:none;
    color:green;
}
.confirmation3
{
    display:none;
    color:green;
}




[class^="swiper-button-"],
.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet,
.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet::before {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.swiper-container {
  width: 100%;
  height: auto;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
.swiper-container.swiper-container-coverflow {
  margin-top: 60px;
}
.swiper-container.loading {
  opacityx: 0;
  visibilityx: hidden;
}
.swiper-container:hover .swiper-button-prev,
.swiper-container:hover .swiper-button-next {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
}
.swiper-slide img {
  position: absolute;
  width: 100%;
  height: auto;
}
.swiper-slide .content {
  position: absolute;
  top: 40%;
  left: 0;
  width: 50%;
  padding-left: 5%;
  color: #fff;
}
.swiper-slide .content .title {
  font-size: 2.6em;
  font-weight: bold;
  margin-bottom: 30px;
}
.swiper-slide .content .caption {
  display: block;
  font-size: 13px;
  line-height: 1.4;
}
.ratioWrapper {
  position: relative;
  width: 100%;
  height: 0;
  background-color: #000;
  padding-top: 56%;
}
.ratioWrapper img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slide-caption {
  font-family: helvetica;
  color: white;
  text-transform: lowercase;
  letter-spacing: 2px;
  font-size: 15px;
  padding-top: 10px;
  text-align: center;
}

[class^="swiper-button-"] {
  width: 44px;
  opacity: 0;
  visibility: hidden;
}

.swiper-button-prev {
  -webkit-transform: translateX(50px);
  transform: translateX(50px);
}

.swiper-button-next {
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px);
}

.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0px 9px;
  position: relative;
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 0.5;
  visibility: hidden;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 18px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 0px solid #fff;
  border-radius: 50%;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet:hover,
.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  border-width: 1px;
}

@media (max-width: 1023px) {
  .swiper-container {
    height: auto;
  }
  .swiper-container.swiper-container-coverflow {
    margin-top: 0;
  }
  
  .slide-caption {
    font-size: 12px;
  }
}

/* **************
  Disable Click Events on Previous and Next Slide
************* */

.swiper-slide-next {pointer-events: none !important;}
.swiper-slide-prev {pointer-events: none !important;}


/* **************
 Active Slide Class
.swiper-slide-active {}
************* */

/* **************
  VIDEO WRAPPER 
************* */

.videoWrapper {
  position: relative;
  width: 100%;
  height: 0;
  background-color: #000;
  padding-top: 56%;
}

.videoIframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.videoPoster {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  cursor: pointer;
  border: 0;
  outline: none;
  background-position: 50% 50%;
  background-size: 100% 100%;
  background-size: cover;
  text-indent: -999em;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: opacity 800ms, height 0s;
  -moz-transition: opacity 800ms, height 0s;
  transition: opacity 800ms, height 0s;
  -webkit-transition-delay: 0s, 0s;
  -moz-transition-delay: 0s, 0s;
  transition-delay: 0s, 0s;
}
.videoWrapperActive .videoPoster {
  opacity: 0;
  height: 0;
  -webkit-transition-delay: 0s, 800ms;
  -moz-transition-delay: 0s, 800ms;
  transition-delay: 0s, 800ms;
}
.videoIframe {
  position: absolute;
  top: 0;
}
/* *********
  SVG PLAY BUTTON
********** */

.stroke-dotted {
  stroke-dasharray: 4, 5;
  stroke-width: 1px;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: spin 4s infinite linear;
  animation: spin 4s infinite linear;
  -webkit-transition: opacity 1s ease, stroke-width 1s ease;
  transition: opacity 1s ease, stroke-width 1s ease;
}
.stroke-solid {
  stroke-dashoffset: 0;
  stroke-dasharray: 300;
  stroke-width: 4px;
  -webkit-transition: stroke-dashoffset 1s ease, opacity 1s ease;
  transition: stroke-dashoffset 1s ease, opacity 1s ease;
  opacity: 0;
}
.vid-icon {
  -webkit-transition: -webkit-transform 200ms ease-out;
  transition: -webkit-transform 200ms ease-out;
  transition: transform 200ms ease-out;
  transition: transform 200ms ease-out, -webkit-transform 200ms ease-out;
}

.play-vid:hover .stroke-dotted {
  stroke-width: 4px;
  opacity: 1;
}
.play-vid:hover .stroke-solid {
  opacity: 1;
  stroke-dashoffset: 300;
}
.play-vid:hover .icon {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  opacity: 1;
}
.play-vid {
  cursor: pointer;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0.85;
  width: 110px;
  height: 110px;
}
@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);bann
    transform: rotate(360deg);
  }
}
@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.faq_front {
    background: #ffffffed;
    padding: 20px;
    box-shadow: 0px 0px 10px grey;
    margin: 10px;
}
.faq_front .btn-link {
    font-weight: bold;
    text-align: left;
    color: #000;
    font-size: 15px !important;
    text-decoration: none !important;
}
.faq_front .card-body {
    padding: 0px 12px 0px;
}
.accordion > .card {
    border-bottom: 1px solid #5c4d9e !important;
    border: none;
}
.accordion > .card:last-child {
    border-bottom: none !important;
    border: none;
}
.faq_icon {
    top: 22px;
    position: absolute;
    right: 0;
}
.card-header {
    border: none;
    background: none;
    padding: 20px 0px !important;
}
.hover_effect {
    transition: .3s;
}
.hover_effect:hover {
  transform: scale(1.05,1.05);
}