@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

* {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

ol,
ul,
li {
    list-style: none;
    padding: 0;
}

a.active,
a:focus,
button:focus,
button.active {
    outline: none;
}

a {
    text-decoration: none;
}

a:focus,
a:hover,
a:active {
    outline: 0;
}

a:focus,
a:hover {
    text-decoration: none;
}

a {
    text-decoration: none;
    transition: all 0.5s ease-in-out;
}

a:hover {
    text-decoration: none;
}


ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul li {
    list-style: none;
}

p {
    margin: 0;
    padding: 0;
}

input:focus,
select:focus,
textarea:focus {
    outline: none;
}

img {
    border-style: none;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

body {
    font-family: "Montserrat", sans-serif;
}

/*  */
.main-heading-xl {
    font-size: 60px;
    color: #000;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
    /* 72px */
    text-transform: uppercase;
}

.main-heading-medium {
    font-size: 46px;
    color: #D7147E;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 69px */
}

.main-heading-small {
    font-size: 32px;
    color: #000;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 48px */
}

.main-text-large {
    font-size: 20px;
    color: #000;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    /* 30px */
}

.main-heading-large {
    font-size: 56px;
    color: #333;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 67.2px */
}

.main-btn {
    font-size: 18px;
    color: #FFF;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    /* 155.556% */
    border-radius: 1000px;
    background: #D7147E;
    padding-inline: 48px;
    height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
}

.main-btn:hover {
    background: transparent;
    border-color: #D7147E;
    color: #000;
}

.hero-sec h1 {
    max-width: 670px;
    margin-left: auto;
    width: 100%;
    text-align: right;
}

.hero-sec {
    background: url('../images/hero-main.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.hero-inner h2 {
    font-size: 43px;
    color: #D7147E;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

.hero-left {
    background: linear-gradient(275deg, rgba(184, 70, 144, 0.20) 4.02%, rgba(215, 20, 126, 0.20) 31.74%, rgba(225, 90, 78, 0.20) 58.86%, rgba(242, 202, 2, 0.20) 95.92%), rgba(255, 255, 255, 0.70);
    padding-left: 96px;
    padding-right: 42px;
    padding-bottom: 71px;
    padding-top: 21px;
}

.hero-inner {
    padding-top: 167px;
}

.hero-inner h3 {
    font-size: 53px;
    color: #000;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 63.6px */
    max-width: 719px;
    padding-bottom: 23px;
    width: 100%;
}

.hero-right p {
    font-size: 24px;
    color: #000;
    font-style: normal;
    font-weight: 500;
    line-height: 162%;
    /* 38.88px */
    padding-bottom: 22px;
}

.participate-sec {
    padding-top: 124px;
    padding-bottom: 141px;
}

.participate-sec .main-heading-medium {
    padding-bottom: 17px;
}

.participate-main {
    position: relative;
}

.arw {
    position: absolute;
    left: 270px;
    bottom: -120px;
}

.take-part-inner {
    border-radius: 200px 0px;
    background: linear-gradient(135deg, rgba(184, 70, 144, 0.15) 0%, rgba(215, 20, 126, 0.15) 30.17%, rgba(225, 90, 78, 0.15) 59.67%, rgba(242, 202, 2, 0.15) 100%);
    padding: 112px 160px 0 46px;
    position: relative;
}

.take-part-inner ol li {
    display: flex;
    align-items: center;
    padding-bottom: 20px;
    gap: 20px;
}

.take-part-inner ol li:last-child {
    padding-bottom: 0;
}

.take-part-left h3 {
    padding-bottom: 29px;
}

.take-part-left {
    padding-left: 100px;
}

.form-main label {
    font-size: 16px;
    color: #000;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    /* 24px */
    margin-bottom: 12px;
}

.form-main input,
.form-main select {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.50);
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 24px */
    border-radius: 8px;
    height: 56px;
    border: 0;
}

.form-main input::placeholder {
    color: rgba(0, 0, 0, 0.50);
}

.form-main {
    margin-bottom: 24px;
}

.form-btn button {
    width: 100%;
}

.form-btn {
    margin-top: 8px;
}

.take-part-main {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    padding-bottom: 32px;
}

.take-part-right {
    padding-bottom: 136px;
}

.take-part-sec {
    padding-bottom: 105px;
}

.form-img-main {
    display: flex;
    align-items: center;
    gap: 80px;
}

.participate-left {
    padding-top: 64px;
}

.win-img {
    position: absolute;
    top: -86px;
    right: -34px;
}

.recommendation-top h2 {
    color: #000;
    text-align: center;
}

.recommendation-top h2 span {
    color: #B84690;
}

.recommendation-top {
    padding-bottom: 84px;
}

.recommendation-image-holder {
    position: relative;
}

.img1 {
    position: absolute;
    bottom: -33px;
    right: -80px;
}

.leaf {
    display: flex;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 20px 0px;
    background: #D7147E;
}

.leaf-dark {
    display: flex;
    align-items: center;
    width: 34px;
    height: 34px;
    border-radius: 18px 0px;
    background: #B84690;
}

.take-part-sec ol .main-text-large {
    flex: 1;
}

.recommendation-right {
    border-radius: 160px 0px;
    background: rgba(184, 70, 144, 0.10);
    padding: 80px 20px 62px 60px;
    max-width: 726px;
    margin-left: auto;
    width: 100%;
}

.recommendation-list-right {
    flex: 1;
}

.recommendation-list li {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding-bottom: 16px;
}

.recommendation-list li:last-child {
    padding-bottom: 0;
}

.recommendation-list-right h5 {
    font-size: 23px;
    color: #000;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 34.5px */
}

.recommendation-right .main-heading-small {
    color: #B84690;
}

.recommendation-right h4 {
    font-size: 38px;
    color: #333;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 57px */
    padding-bottom: 31px;
    padding-top: 4px;
}

.recommendation-list .main-text-large {
    width: 100%;
    max-width: 350px;
}

.recommendation-sec {
    padding-bottom: 224px;
}

.recommendation-right.bottom-left {
    border-radius: 0px 160px;
    background: rgba(242, 202, 2, 0.10);
    padding: 100px 20px 105px 60px;
    margin-left: 0;
    margin-top: 112px;
}

.recommendation-right.bottom-left .main-heading-small {
    color: #333;
}

.recommendation-right.bottom-left .main-heading-small span {
    color: #D7147E;
}

.recommendation-right.bottom-left .main-text-large {
    font-weight: 700;
}

.recommendation-right.bottom-left .recommendation-list {
    padding-top: 32px;
}

.leaf-dark.yellow {
    background: #F2CA02;
}

.recommendation-image-holder-right {
    text-align: right;
    margin-top: 112px;
}

.img1.img2 {
    right: auto;
    left: -90px;
}

.participate-win {
    border-radius: 200px 0px;
    background: linear-gradient(135deg, rgba(184, 70, 144, 0.15) 0%, rgba(215, 20, 126, 0.15) 30.17%, rgba(225, 90, 78, 0.15) 59.67%, rgba(242, 202, 2, 0.15) 100%);
    margin-top: 77px;
    padding: 48px 48px 121px 133px;
}

.participate-win .main-heading-large {
    color: #D7147E;
}

.participate-win ul {
    padding: 56px 0;
}

.participate-win ul li {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding-bottom: 16px;
}

.participate-win ul li:last-child {
    padding-bottom: 0;
}

.participate-win .leaf-dark {
    width: 40px;
    height: 40px;
}

.participate-win-left {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.participate-win-right {
    text-align: right;
    position: relative;
}

.participate-win {
    position: relative;
}

.participate-main-img {
    position: absolute;
    bottom: -48px;
    left: 50%;
    transform: translateX(-50%);
}

.participate-main-img2 {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.table-book-sec {
    border: 0px solid rgba(0, 0, 0, 0.20);
    background: linear-gradient(135deg, rgba(184, 70, 144, 0.15) 0%, rgba(215, 20, 126, 0.15) 30.17%, rgba(225, 90, 78, 0.15) 59.67%, rgba(242, 202, 2, 0.15) 100%);
    padding-top: 68px;
    padding-bottom: 125px;
}

.table-book-top {
    text-align: center;
    padding-bottom: 83px;
}

.table-book-main {
    max-width: 997px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.table-book-top .main-heading-xl {
    max-width: 660px;
    width: 100%;
    text-transform: none;
    margin: 0 auto;
}

.main-heading-xl.font-bold {
    font-weight: 700;
}

.faq-top {
    text-align: center;
    padding-bottom: 110px;
}

.faq-sec {
    padding: 160px 0;
}

.faq-inner {
    max-width: 924px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 97px;
}

.faq-top .main-heading-xl {
    text-transform: capitalize;
}

.faq-inner h3 {
    font-size: 35px;
    color: #000;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    padding-bottom: 31px;
}
.faq-inner-top{
    padding-bottom: 46px;
}
.faq-sec .accordion-item{
    border: 0;
    margin-bottom: 30px;
    background: transparent;
}
.faq-sec .accordion-item:last-child{
    margin-bottom: 0;
}
.faq-sec .accordion-item:first-of-type>.accordion-header .accordion-button{
    border-radius: 80px 0px;
}
.faq-sec .accordion-button{
    border-radius: 80px 0px;
    padding-left: 60px;
    padding-right: 45px;
    border: 1px solid #000;
    height: 191px;
    background: #FFF;
}
.faq-sec .accordion-body{
    border: 1px solid #000;
    border-top: 0;
    padding-left: 60px;
    padding-right: 45px;
    border-radius: 0 0 80px 0px;
}
.faq-sec .accordion-button[aria-expanded="true"],
.faq-sec .accordion-item:first-of-type>.accordion-header .accordion-button[aria-expanded="true"]{
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.faq-sec .accordion-button h4 {
    font-size: 30px;
    color: #000;
    font-style: normal;
    font-weight: 600;
    line-height: 43px;
    max-width: 850px;
    width: 100%;
}
.faq-sec .accordion-button::after{
    background-image: url('../images/accordion-arw.svg');background-image: url(../images/accordion-arw.svg);
    background-size: cover;
    width: auto;
    width: 31px;
    height: 20.105px;
}
.faq-sec .accordion-button:focus{
    box-shadow: none;
}
.faq-sec .accordion-item:last-of-type>.accordion-header .accordion-button.collapsed{
    border-radius: 80px 0px;
}
.faq-cystinol{
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    border-radius: 250px 0px;
    background: rgba(254, 214, 14, 0.20);
    padding-top: 90px;
    padding-bottom: 115px;
}
.faq-cystinol-accordion{
    max-width: 787px;
    width: 100%;
    margin: 0 auto;
}
.faq-cystinol-accordion .accordion-button{
    background: transparent;
}
.faq-cystinol .faq-inner-top h3{
    font-size: 35px;
    text-align: center;
    color: #000;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
    max-width: 607px;
    margin: 0 auto;
    width: 100%;
}
.faq-cystinol .faq-inner-top h3 span{
    color: #D7147E;
}
.faq-sec .accordion-button h4 {
    max-width: 630px;
}
.faq-cystinol .accordion-button h4{
    max-width: 590px;
    width: 100%;
}
.menopause-inner h2{
    font-size: 64px;
    color: #000;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 76.8px */
    padding-bottom: 12px;
}
.menopause-main{
    max-width: 720px;
    width: 100%;
    margin: 0 auto;
}
.menopause-inner p{
    font-size: 28px;
    color: #000;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 42px */
    padding-bottom: 48px;
}
.btn-white{
    font-size: 24px;
    color: rgba(0, 0, 0, 0.80);
    font-style: normal;
    font-weight: 700;
    line-height: 28px; /* 116.667% */
    padding-inline: 40px;
    height: 68px;
    align-items: center;
    border-radius: 1000px;
    background: #FFF;
    display: inline-flex;
    border: 1px solid transparent;
}
.btn-white:hover{
    border-color: #000;
}
.menopause-sec{
    background: linear-gradient(103deg, rgba(184, 70, 144, 0.15) -6.43%, rgba(215, 20, 126, 0.15) 26.06%, rgba(225, 90, 78, 0.15) 58.55%, rgba(242, 202, 2, 0.15) 101.87%);
    padding-top: 139px;
    padding-bottom: 130px;
}
.product-main{
    border-radius: 200px 0px;
    background: linear-gradient(258deg, rgba(184, 70, 144, 0.20) -7.47%, rgba(215, 20, 126, 0.20) 25.8%, rgba(225, 90, 78, 0.20) 59.06%, rgba(242, 202, 2, 0.20) 103.4%);
}
.product-top{
    max-width: 784px;
    margin: 0 auto;
    width: 100%;
    padding: 96px 0 317px 80px;
}
.product-top .main-heading-medium{
    line-height: 54px;
    padding-bottom: 32px;
}
.product-sec{
    padding-top: 144px;
    padding-bottom: 190px;
    overflow: hidden;
}
.product-top p{
    font-size: 30px;
    color:  #000;
    font-style: normal;
    font-weight: 400;
    line-height: 42px; /* 140% */
}
.footer-main{
    max-width: 1240px;
    width: 100%;
    margin: 0 auto;
    padding-inline: 20px;
}
.footer-top{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer-top ol{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
}
.footer-top p{
    font-size: 16px;
    color:  #000;
    font-style: normal;
    font-weight: 500;
    padding-bottom: 16px;
    line-height: 150%; /* 24px */
    text-align: center;
}
.footer-top ol li a{
    font-size: 16px;
    color:  #000;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 24px */
    text-decoration: underline;
}
.footer-top{
    padding-bottom: 40px;
}
footer{
    border-top: 1px solid rgba(0, 0, 0, 0.30);
    padding-top: 40px;
    padding-bottom: 33px;
}
.footer-bottom ul li{
    font-size: 14px;
    color: #000;
    font-style: normal;
    font-weight: 400;
    line-height: 25px; /* 178.571% */
}
.slider-inner img{
    margin: auto;
}
.slider-inner p{
    font-size: 22px;
    color:  #000;
    text-align: center;
    font-style: normal;
    font-weight: 500;
    line-height: 28px; /* 127.273% */
    padding-top: 44px;
}
.slick-slider-main {
    margin-top: -200px;
    max-width: 1420px;
    width: 100%;
    margin-left: auto;
}
.slick-slider-main .slick-next {
    right: 360px;
    top: -140px;
}
.slick-prev{
    display: none !important;
}
.slick-next:before{
    display: none;
}
.custom-next{
    border-radius: 1000px;
    border: 1px solid #000;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main-wrapper{
    overflow: hidden;
}
.form-step-2 .form-label{
    font-size: 22px;
    color: #000;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    margin-bottom: 12px;
}
.main-text-large.font-normal{
    font-weight: 400;
}
.form-step-2 .form-check-input{
    border-radius: 2px;
    border: 2px solid rgba(0, 0, 0, 0.70);
    width: 18px;
    height: 18px;
    margin-top: 0;
}
.form-step-2 .form-check{
    display: flex;
    align-items: center;
    gap: 14px;
}
.form-box{
    padding-bottom: 24px;
}
.sonstiges-input{
    height: 56px;
    border-radius: 8px;
    border: 0;
}
.main-text-large.font-bold{
    font-weight: 700;
}
.form-box .form-check-label a{
    color: #D7147E;
    text-decoration: underline;
}
.form-box.form-sonstiges{
    padding-bottom: 16px;
}
.form-step-bottom{
    padding-top: 8px;
    padding-bottom: 32px;
}
.form-step-bottom small,
.form-step-bottom p{
    font-size: 15px;
    color: #000;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 22.5px */
}
.form-step-bottom p{
    font-weight: 500;
}
.form-step-2 .main-btn{
    width: 100%;
}
.form-step-2 {
    display: none;
}
.form-box.form-sonstiges .form-label{
    font-size: 16px;
    color:  #000;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 24px */
}
.form-step-2 .form-check-input[type=checkbox] {
    background-color: transparent;
}
.form-step-2 .form-check-input:checked{
    background-color: #0d6efd;
}
.faq-cystinol.remifemin {
    background: #F1DAE9;
    margin-bottom: 120px;
}
.faq-cystinol.remifemin h3 {
    max-width: 787px;
    text-align: left;
}
.faq-cystinol.remifemin .main-text-large {
    max-width: 787px;
    margin: 0 auto;
}
.accordion-body .main-text-large {
    margin-bottom: 30px;
}
footer ol li {
    font-size: 18px;
    list-style: none;
    margin-left: 0px;
}
.smallprinted {
    margin-top: 20px;
    font-size: 14px;
}

.places-results {
    position: absolute;
    background: #fff;
    width: 100%;
    padding: 0 20px;
    z-index: 1;
    Max-height: 400px;
    overflow: scroll;
}
.places-results .apo-name {
    font-weight: bold;
    margin-bottom: 5px;
}
.places-results .apo-address {
    font-size: 14px;
}

.places-results .one-result {
    margin-top: 10px;
    padding-bottom: 10px;
    cursor: pointer;
    border-bottom: 1px solid #f0f0f1;
}
.near-pharmacy {
    padding-bottom: 56px;
}

.near-pharmacy .input-group a {
    border-radius: 0px 100px 100px 0px;
    background: #003594;
    padding: 16px 27px;
    border: 0;
}

.near-pharmacy .input-group input,
.map-main .input-group input {
    border-radius: 100px 0px 0px 100px;
    border: 1px solid rgba(0, 53, 148, 0.50);
    background: #FFF;
    padding: 16px 32px;
    color:  rgba(0, 0, 0, 0.50);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.near-pharmacy .form-control:focus{
    box-shadow: none;
}
.near-pharmacy-right{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 56px;
}

#asl-storelocator .asl-map {
    margin-left: 0 !important;
}
#asl-storelocator .asl-panel {
    margin-top: 10px;
    position: static !important;
}
#asl-storelocator.asl-p-cont.asl-bg-0 .Num_of_store {
    width: 100% !important;
}
#asl-list,
.Num_of_store {
    margin-right: 0 !important;
    background: none !important;
    border: none !important;
}
#asl-storelocator.asl-p-cont.asl-bg-0 .Num_of_store {
    color: #E40E18 !important;
    font-size: 20px !important;
    margin: 20px 0 10px !important;
}
#asl-storelocator .asl-map,
#asl-storelocator .asl-panel {
    width: 100%;
}
.asl_locator-panel {
    position: static !important;
    margin-right: 0;
    margin-top: 0 !important;
}
#asl-storelocator.asl-p-cont.asl-bg-0 .Num_of_store {
    position: static !important;
}
.Filter_section {
    display: none !important;
}
#asl-storelocator.asl-p-cont.asl-bg-0 #asl-list .panel-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-flow: row wrap;

}
#asl-storelocator.asl-p-cont.asl-bg-0 #asl-list .panel-inner .sl-item {
    margin-right: 10px;
}

#asl-storelocator.asl-p-cont.asl-bg-0 #asl-list .panel-inner:after {
    content: "";
    flex: auto;
}
#asl-storelocator.asl-p-cont #asl-list.storelocator-panel .sl-item {
    width: calc(33.333% - 13.333px);
    background: #fff !important;
    border: 0 !important;
    margin-bottom: 20px;
}
#asl-storelocator.asl-p-cont.asl-template-0 .panel-inner .p-area .glyphicon, #asl-storelocator.asl-p-cont.asl-template-0 .panel-inner .p-area {
    font-size: 13px !important;
}
#asl-storelocator.asl-p-cont.asl-bg-0 .panel-inner .sl-item .addr-sec .p-title {
    font-size: 15px !important;
}
.opening-times-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.one-opening-time {
    margin-right: 20px;
    width: calc(20% - 20px);
}
.one-opening-time:last-of-type {
    margin-right: 0;
}
#asl-storelocator.asl-p-cont .sl-item > div:nth-child(2) {
    height: auto !important;
}
#asl-storelocator.asl-p-cont #asl-list.storelocator-panel .sl-item {
    display: flex;
    flex-direction: column;
}
body #asl-storelocator.asl-p-cont.container .asl-panel .sl-item > div {
    width: 100%;
}
body #asl-storelocator.asl-p-cont.container .asl-panel .sl-item > div:last-of-type {
    align-self: flex-end;
}
#asl-storelocator.asl-p-cont .agile-modal.fade.in,
#asl-storelocator.asl-p-cont.asl-bg-0 .store-locator .agile-modal-backdrop-in {
    background: none !important;
}
.agile-modal-dialog .agile-modal-content {
    margin-top: 100px !important;
}
.agile-modal-dialog .agile-modal-content h4 {
    font-size: 40px !important;
    color: #003594 !important;
    margin-bottom: 25px !important;
}

.agile-modal-dialog .agile-modal-content input[type="text"] {
    border-radius: 100px 0px 0px 100px !important;
    border: 1px solid rgba(0, 53, 148, 0.50);
    background: #FFF;
    padding: 16px 32px !important;
    color: rgba(0, 0, 0, 0.50);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
body .asl-p-cont #asl-current-loc {
    padding: 16px 32px !important;
    height: auto !important;
}
body #asl-storelocator.asl-p-cont button#asl-btn-locate.btn.btn-default {
    margin-left: 0;
    border-radius: 0 1000px 1000px 0  !important;
    height: 58px !important;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding-inline: 40px !important;
    background: #003594 !important;
    font-size: 24px !important;
    font-weight: bold !important;
}
#asl-storelocator .asl-panel {
    max-width: 1720px !important;
    margin: 0 auto;
}
.asl-loc-sec {
    display: flex !important;
    justify-content: center;
}
#asl-storelocator.asl-p-cont .Num_of_store span {
    font-size: 40px !important;
    color: #003594!important;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    margin-bottom: 32px!important;
}
#asl-storelocator.asl-p-cont.asl-bg-0 .panel-inner .sl-item .addr-sec .p-title {
    font-size: 28px !important;
    display: flex;
    align-items: center;
    gap: 20px;
    color: #000 !important;
    font-style: normal;
    font-weight: 700 !important;
    line-height: 150%;
    padding-bottom: 16px!important ;
}
#asl-storelocator.asl-p-cont span {
    font-size: 20px !important;
    color: #333 !important;
    font-style: normal;
    font-weight: 400 ;
    line-height: 150%;
    max-width: 187px;
    width: 100%;
}
.asl-p-cont .icon-location:before {
    color: #013494;
    font-size: 20px;
}
body #asl-storelocator.asl-p-cont .panel-inner .addr-sec .p-area {
    padding-left: 30px !important;
}
.map-sec h5{
    font-size: 40px;
    color: #003594;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 60px */
    text-align: center;
    padding-bottom: 32px;
}
.map-sec{
    background: url('../images/map-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 145px;
    padding-bottom: 471px;
}
.map-main,
.agile-modal-dialog .agile-modal-content {
    border-radius: 88px 0px;
    background:  #FFF;
    padding: 56px 64px !important;
    max-width: 1172px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.map-main .main-btn{
    display: inline-flex;
    width: auto;
}
.map-main .input-group input:focus{
    box-shadow: none;
}
.near-pharmacy .main-heading {
    font-size: 40px;
    font-weight: bold;
    color: #013494;
}
.sl-item .sl-direction {
    display: none;
}
.Num_of_store {
    display: none;
}
#asl-list {
    margin-top: 20px !important;
}
.sucess {
    display: none;
}
.sucess h2 {
    font-weight: bold;
    margin-bottom: 20px;
}