@font-face {
  font-family: "Nirmala UI";
  src: url("../fonts/NIRMALAB.TTF");
  font-weight: bold;
}
/* Common CSS */
html {
    min-height: 100%;
    height: 100%;
    width: 100%;
}
html,body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}
::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
	border-radius: 10px;
}
::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	background-image: -webkit-gradient(linear,
									   left bottom,
									   left top,
									   color-stop(0.44, rgb(234, 94, 166)),
									   color-stop(0.72, rgb(199, 41, 147)),
									   color-stop(0.86, rgb(201, 0, 141)));
}
:root {
    --theme-blue: #333399;
    --theme-pink: #ed2e84;
    --light-gray: #999999;
}
@font-face {
    font-family: "Bubble Mint";
    src: url("../fonts/BubbleMint.otf");
}
@font-face {
    font-family: "Amarnath";
    src: url("../fonts/AmaranthItalic.ttf");
}
@font-face {
    font-family: "Bacalisties";
    src: url("../fonts/Bacalisties.ttf");
}
@font-face {
    font-family: "Century";
    src: url("../fonts/CENTURY.TTF");
}
.font-bacalisties {
    font-family: "Bacalisties";
}
.font-amarnath {
    font-family: "Amarnath";
}
.font-century {
    font-family: "Century";
}
.font-bubble {
    font-family: "Bubble Mint";
}
.hindi-font{
    font-family: "Nirmala UI"!important;
}

body {
    font-family: "Century", sans-serif;
}
.footer-bg {
    background-color: #F0E5FB;
}

.theme-bg-pink {
    background-color: var(--theme-pink);
}
.theme-bg-blue {
    background-color: var(--theme-blue);
}
.theme-blue {
    color: var(--theme-blue);
}
.theme-pink {
    color: var(--theme-pink);
}
.light-gray-text {
    color: var(--light-gray);
}
.btn-blue {
    color: #fff;
    background-color: var(--theme-blue);
    border: 2px solid var(--theme-blue);
}
.btn-blue:hover {
    color: var(--theme-blue);
    background-color: #fff;
    border: 2px solid var(--theme-blue);
}
.btn-pink {
    color: #fff;
    background-color: var(--theme-pink);
    border: 2px solid var(--theme-pink);
}
.btn-pink:hover {
    color: var(--theme-pink);
    background-color: #fff;
    border: 2px solid var(--theme-pink);
}
.navbar-bg-gray {
    background-color: #3f3f3f;
    transition: 0.6s ease-in-out background-color;
}
#headerNav.scrolled {
    background-color: #3f3f3f;
    transition: 0.6s ease-in-out background-color;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1032;
    transition: .2s ease-in top;
}
.large-logo,.small-logo {
    display: none;
}
.navbar ul li a {
    color: #fff;
    font-family: "Amarnath";
    font-weight: 500;
    letter-spacing: 2px;
    font-size: 18px;
}
.navbar .offcanvas {
    background-color: #3f3f3f;
}
@keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  .dropdown-menu.show {
    -webkit-animation: fadeIn 0.3s alternate;
    /* Safari 4.0 - 8.0 */
    animation: fadeIn 0.3s alternate;
  }
  .dropdown:hover>.dropdown-menu,
  .dropend:hover>.dropdown-menu {
    display: block;
    margin-top: 0;
    margin-left: 0.125em;
  }

.dropdown .dropdown-menu {
    display: none;
}

@media screen and (min-width: 769px) {
    .dropend:hover>.dropdown-menu {
        position:absolute;
        top: 0;
        left: 100%;
    }
}
.navbar ul li .nav-link.active,
.navbar ul li a:hover,
.navbar ul li a:focus {
    color: var(--theme-pink);
}
.banner {
    position: relative;
    background-image: url("../img/banner_bg.png");
    background-size: cover;
    /* background-color: #a8aab4; */
    /* width: 100%;
    height: 100%; */
}
.banner-bg {
    position: relative;
    background-color: #a8aab4;
}
/* .banner-bg img {
    z-index: 1031;
    position: relative;
} */
.social-links {
    list-style-type: none;
    display: flex;
    justify-content: center;
    gap: 20px;
    font-size: 20px;
    padding: 0;
}
.social-links a {
    text-decoration: none;
    color: #323232;
}

.navbar-brand {
    display: inline-block;
    height: 60px;
    width: 90px;
    background-image: url('../img/logo.png');
    background-repeat: no-repeat;
    background-position: center;
}

.scrolled .navbar-brand {
    background-image: url('../img/logo-small.png');
}

/* Custom CSS */
.full-screen {
    height: 100vh;
    width: 100%;
}
/* .twentytwenty-wrapper {
    z-index: 1031;
    position: relative;
} */
.twentytwenty-container {
    display: flex;
    justify-content: center;
    align-items: center;
}
.twentytwenty-handle {
    background-color: var(--theme-blue);
}
.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after {
    background: var(--theme-pink)!important;
}
ul li a {
    font-family: "Amarnath";
}

.gradient-strip-right {
    background: rgb(224,24,149);
    background: -moz-linear-gradient(90deg, rgba(224,24,149,1) 0%, rgba(0,0,0,0.14609593837535018) 60%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(224,24,149,1) 0%, rgba(0,0,0,0.14609593837535018) 60%, rgba(255,255,255,1) 100%);
    background: linear-gradient(90deg, rgba(224,24,149,1) 0%, rgba(0,0,0,0.14609593837535018) 60%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e01895",endColorstr="#ffffff",GradientType=1);
}
.gradient-strip-left {
    background: rgb(224,24,149);
    background: -moz-linear-gradient(270deg, rgba(224,24,149,1) 0%, rgba(0,0,0,0.14609593837535018) 60%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(270deg, rgba(224,24,149,1) 0%, rgba(0,0,0,0.14609593837535018) 60%, rgba(255,255,255,1) 100%);
    background: linear-gradient(270deg, rgba(224,24,149,1) 0%, rgba(0,0,0,0.14609593837535018) 60%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e01895",endColorstr="#ffffff",GradientType=1);
}
.twentytwenty-handle {
    height: 58px!important;
    width: 58px!important;
}
.twentytwenty-horizontal .twentytwenty-handle:before {
    margin-bottom: 32px!important;
}
.twentytwenty-horizontal .twentytwenty-handle:after {
    margin-top: 32px!important;
}
.twentytwenty--arrow {
    position: absolute;
    left: 10px;
    top: 8px;
    line-height: 20px;
    color: #fff;
}
.n-mx-1 {
    margin: 0 -10px;
}
.n-mt-5 {
    margin-top: -50px;
}
ul#help-about {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
ul#help-about li {
    background: #f0f0f0;
    border-radius: 50px;
    margin: 15px 0;
    padding: 1rem 1.5rem;
    font-size: 16px;
    color: #666;
    line-height: 22px;
}
.light-bg-gray {
    background-color: #E5EAFB;
}
.pages-submenu {
    list-style-type: none;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
}
/* .pages-submenu li {
    padding: 12px;
}*/
.pages-submenu li a.active {
    background-color: var(--theme-pink);
    border: #ed2e84;
    color: #fff;
    border-radius: 0px;
    font-weight: 400;
}
.pages-submenu li a {
    font-family: "Century";
    text-decoration: none;
    color: #545455;
    font-weight: bold;
}
.butterfly-bg {
    background-image: url("../img/butterfly_bg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.butterfly-effect {
    position: relative;
    background-image: url('../img/butterfly_bg.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.butterfly-effect:hover {
    background-image: url('../img/Butterfly.gif');
}
.infographic-card {
    text-align: center;
}
.infographic-card p{
    background: #fdfdfd;
    margin: -40px 15px 20px;
    position: relative;
    padding: 10px;
    box-shadow: 1px 1px 4px 0px #00000033;
}
.infographic-img {
    position: relative;
    display: inline-block;
}
.infographic-area .downloadBtn,
.infographic-area .shareBtn {
    position: absolute;
    bottom: -25px;
}
.infographic-area .shareBtn {
  right: 10px;
}
.infographic-area .downloadBtn {
  right: 55px
}
.poster-img,.leaflet-img,.email-img {
    position: relative;
    display: inline-block;
}
.poster-area a,.leaflet-img a,.email-img a {
    position: absolute;
    bottom: 0px;
    right: 0px;
    border-radius: 0.375rem 0 0 0;
    z-index: 1;
}
.poster-img::after,
.leaflet-img::after,
.email-img::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 30%; /* Adjust the height of the gradient overlay */
    background: linear-gradient(to bottom, transparent, rgba(52, 51, 153, 0.5));
}
.btn-gray {
    background-color: #F0E5FB;
    color:#545455;
    border-radius: 0;
    border: 1px solid #fff;
    transition: .2s ease-in background-color;
}
.btn-gray:hover,
.btn-gray:focus {
    background-color: #fff;
    border: 1px solid #545455;
    color:#545455;
}
.owl-carousel {
    position: relative;
}
.owl-carousel .owl-nav {
    display: flex;
    justify-content: center;
}
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
    margin: 0 10px;
}
.owl-carousel .owl-nav .owl-prev p, .owl-carousel .owl-nav .owl-next p{
    background-color: #F0E5FB;
    color:#545455;
    border-radius: 0;
    margin: 0;
    padding: 0.5rem 0.85rem;
    border: 1px solid #fff;
}
.owl-carousel .owl-nav .owl-prev p:hover, .owl-carousel .owl-nav .owl-next p:hover{
    background-color: #fff;
    border: 1px solid #545455;
    color:#545455;
}
.owl-carousel .owl-dots {
    text-align: center;
    margin-top: 20px;
}
.owl-carousel .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    margin: 5px;
    border-radius: 50%;
    background: #D9D9D9;
    position: relative;
    border: 1px solid #D9D9D9;
}
.owl-carousel .owl-dots .owl-dot.active {
    width: 13px;
    height: 13px;
    background: var(--theme-pink);
    border: 1px solid #D9D9D9;
}
.rating {
    max-width: 320px;
    max-height: 50px;
    display: flex;
    font-size:0;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
    background: linear-gradient(to right, #D00000 , #ff0, #6B9000)
}
.rating input {
    display: none
}
.rating label {
    display: flex;
    width: 80px;
    height: 40px;
    font-size: 24px;
    justify-content: center;
    align-items: center;
    background: #fff;
    color: #000;
cursor: pointer;
}
.rating label {
    border: 1px #999 solid;
    transition: .3s;
}
.rating input[type='radio']:hover~label,
input[type='radio']:checked~label{
    background: none;
    color: #fff;
}
.user-smiley-option {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 12px 0;
}

.smiley-image-option {
    z-index: 1;
}
.option-content {
    width: 50%;
    max-width: 100%;
    display: block;
    position: relative;
}
.content-div {
    background: #333399;
    padding: 10px 10px 10px 40px;
}

.content-div::before {
    content: '';
    position: absolute;
    top: 0;
    left: -39px;
    width: 40px;
    height: 100%;
    background-color: #333399;
    clip-path: polygon(0 50%, 100% 100%, 100% 0);
}

.optionSelectBtn {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
.optionSelectBtn:checked + .content-div,
.optionSelectBtn:checked + .content-div::before {
    background-color: #ed2e84;
}

.content-div p {
    margin: 0;
    color: #f7f7f7;
    text-align: left;
}

.description-box {
    border: 1px solid #FF339A;
    border-radius: 8px;
    padding: 8px;
}
@media (max-width: 767px) {
    .n-mt-5 {
        margin-top: 20px;
    }
    .butterfly-effect {
        background-image: url('../img/Butterfly.gif');
        background-size: cover;
    }
    .twentytwenty-wrapper {
        padding-top: 0rem;
    }
    .twentytwenty-handle {
        height: 38px!important;
        width: 38px!important;
        margin-left: -30px!important;
    }
    .twentytwenty--arrow {
        position: absolute;
        left: 6px;
        top: 7px;
        line-height: 11px;
        color: #fff;
        font-size: 11px;
    }
    .twentytwenty-horizontal .twentytwenty-handle:before {
        bottom: 25%!important;
    }
    .twentytwenty-horizontal .twentytwenty-handle:after {
        top: 25%!important;
    }
    .banner-bg {
        padding-top: 3.5rem;
    }
    ul#help-about li{
        text-align: center;
    }
    .pages-submenu li a {
        font-size: 14px;
    }
    .rating {
        max-width: 260px;
    }
       .user-smiley-option {
		justify-content:flex-end;
	}
	.option-content {
		width: 80%;
	}
    .content-div {
        padding: 10px;
        width: 80%;
    }
  .custom-footer-padding {
    padding: 30px 0 80px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
    .n-mt-5 {
        margin-top: 70px;
    }
}

/* Find My Gynac */
.doctor-search-bar{
    position:relative;
}
.doctor-search-bar .form-control{
    height:45px;
    border-radius: 25px;
}

.doctor-search-bar .form-control:focus{
    box-shadow:none;
    border:1px solid var(--theme-pink);
}

.doctor-search-bar i{
    position:absolute;
    right:20px;
    top:15px;
}

.doctor-card {
    box-shadow: 4px 4px 5px 1px rgb(191 191 191 / 80%);
    border: 1px solid var(--theme-pink);
}
.doctor-name {
    color: var(--theme-pink);
    border-bottom: 2px solid;
    padding-bottom: 5px;
}

.custom-footer-padding {
  padding: 30px 0 80px;
}
/* Find My Gynac */

.small a{
    text-decoration:none;
    color:#212529;
  }
  .small a:hover {
    color: grey;
  }
  
  /* Custom CSS for the Desktop Social Media Icon */
    .header-top {
      background-color: #3f3f3f;
    }
    .social-media-area {
      padding: 4px 16px;
    }
    .social-media-area .social-icon {
      text-decoration: none;
      color: #FFF;
      margin-right: 7px;
    }
    .social-media-area .social-icon i {
      font-size: 16px;
    }
    .facebookIcon {
      color: #FFF;
    }
    .instagramIcon {
      color: #FFF;
    }
    .twitterIcon {
      color: #FFF;
    }
    .youtubeIcon {
      color: #FFF;
    }
    .watchIcon {
      color: #FFF;
    }
/*About Meftal Spas*/
    .btn-close {
      background-color: #fff;
      font-size: 24px;
      font-weight: bold;
      opacity: 1;
    }
    .button-area {
      position: absolute;
      bottom: 35px;
      left: 70px;
      width: 250px;
      height: 30px;
    }
    @media (max-width: 767px) {
      .button-area {
        left: 35px !important;
        top:400px !important;
      
      }
    }
    
.header-bg{
    color: #fff;
    background-color: var(--theme-pink);
}

.header-radius-bg{
    color: #fff;
    background-color: var(--theme-pink);
    border-radius: 0 50% 50% 0;
}